|
@@ -0,0 +1,4676 @@
|
|
|
|
|
+{% load static %}
|
|
|
|
|
+<!DOCTYPE html>
|
|
|
|
|
+<html lang="en">
|
|
|
|
|
+
|
|
|
|
|
+<head>
|
|
|
|
|
+ <meta charset="utf-8" />
|
|
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
|
|
|
+ <meta name="description" content="" />
|
|
|
|
|
+ <meta name="author" content="" />
|
|
|
|
|
+ <title>Competitor Intelligence Report</title>
|
|
|
|
|
+ <!-- Favicon-->
|
|
|
|
|
+ <link rel="icon" type="image/x-icon" href="{% static '/dist/assets/favicon.ico' %}" />
|
|
|
|
|
+ <!-- Font Awesome icons (free version)-->
|
|
|
|
|
+ <script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
|
|
|
|
|
+ <!-- Google fonts-->
|
|
|
|
|
+ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
|
|
|
|
|
+ <link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet"
|
|
|
|
|
+ type="text/css" />
|
|
|
|
|
+ <!-- Core theme CSS (includes Bootstrap)-->
|
|
|
|
|
+ <link src="./assets/font-awesome/css/font-awesome.min.css" />
|
|
|
|
|
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/cropper/2.3.4/cropper.min.css">
|
|
|
|
|
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
|
|
|
|
|
+ <link href="{% static '/dist/css/styles.css' %}" rel="stylesheet" />
|
|
|
|
|
+</head>
|
|
|
|
|
+
|
|
|
|
|
+<body id="page-top">
|
|
|
|
|
+ <div id="pdf-content">
|
|
|
|
|
+ <!-- Navigation-->
|
|
|
|
|
+ <nav class="navbar navbar-expand-lg bg-secondary text-white " id="mainNav">
|
|
|
|
|
+ <div class="container-fluid">
|
|
|
|
|
+ <span class="fs-3 fw-light"></span>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- <div class="collapse navbar-collapse" id="navbarResponsive">
|
|
|
|
|
+ <ul class="navbar-nav ms-auto">
|
|
|
|
|
+ <li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#about">About</a></li>
|
|
|
|
|
+ <li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#contact">Contact</a></li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+ <div class="float-end" style="margin-right: 80px;">
|
|
|
|
|
+ <button class="btn btn-warning btn-sm" data-bs-toggle="modal"
|
|
|
|
|
+ data-bs-target="#definitionsModal">Definitions</button>
|
|
|
|
|
+ <button id="screenshotbtn" class="btn btn-warning btn-sm"
|
|
|
|
|
+ onclick="captureImgs();">Capture Screenshots
|
|
|
|
|
+ </button>
|
|
|
|
|
+ <button class="btn btn-warning btn-sm" disabled id="process_report" onclick="processReport()">Process Report </button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </nav>
|
|
|
|
|
+ <div class="bg-light">
|
|
|
|
|
+ <div class="container-fluid py-2">
|
|
|
|
|
+ <span class="text-uppercase fw-light ">Full-Page Camparison <i class="fa fa-caret-right text-warning"
|
|
|
|
|
+ aria-hidden="true"></i>
|
|
|
|
|
+ </span> <a href="{% url 'download-excel' %}" class="d-none csrfile">csr-16-0ct-2025.xlsx</a>
|
|
|
|
|
+ <div class="float-end">
|
|
|
|
|
+ <script>
|
|
|
|
|
+ const today = new Date();
|
|
|
|
|
+ const formattedDate = today.toLocaleDateString('en-US', {
|
|
|
|
|
+ weekday: 'long',
|
|
|
|
|
+ year: 'numeric',
|
|
|
|
|
+ month: 'long',
|
|
|
|
|
+ day: 'numeric'
|
|
|
|
|
+ });
|
|
|
|
|
+
|
|
|
|
|
+ console.log(formattedDate);
|
|
|
|
|
+ document.write(formattedDate);
|
|
|
|
|
+ </script>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <section class="page-section_">
|
|
|
|
|
+ <div class="container-fluid">
|
|
|
|
|
+ <div class="row">
|
|
|
|
|
+ <div class="col-md-12">
|
|
|
|
|
+ <div class="float-end my-3">
|
|
|
|
|
+ <div id="progress-bar-1" class="progress d-none new-element" role="progressbar"
|
|
|
|
|
+ aria-label="Example with label" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"
|
|
|
|
|
+ style="height: 12px">
|
|
|
|
|
+ <div class="progress-bar progress-bar-striped progress-bar-animated bg-warning"
|
|
|
|
|
+ style="width: 0%">0%</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="row">
|
|
|
|
|
+ <div class="col-md-3 ">
|
|
|
|
|
+ <div class="text-center">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/walmart.png' %}" alt="image" class="mx-auto" style="height: 35px;">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-3 competitor-1">
|
|
|
|
|
+ <div class="text-center">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/amazon.png' %}" alt="image" class="mx-auto" style="height: 40px;">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-3 competitor-2">
|
|
|
|
|
+ <div class="text-center">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/target.png' %}" alt="image" class="mx-auto" style="height: 40px;">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-3 competitor-3">
|
|
|
|
|
+ <div class="text-center">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/bestbuy.png' %}" alt="image" class="mx-auto" style="height: 30px;">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="row mb-3">
|
|
|
|
|
+ <div class="col-md-3 own">
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container1">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container1/capture.png' %}" alt="image"
|
|
|
|
|
+ data-progress="progress-bar-1" data-progress-value="25"
|
|
|
|
|
+ class="img-thumbnail new-element d-none">
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-3 competitor-1">
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container2">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container2/capture.png' %}" alt="image"
|
|
|
|
|
+ data-progress="progress-bar-1" data-progress-value="25"
|
|
|
|
|
+ class="img-thumbnail new-element d-none">
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-3 competitor-2">
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container3">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container3/capture.png' %}" alt="image"
|
|
|
|
|
+ data-progress="progress-bar-1" data-progress-value="25"
|
|
|
|
|
+ class="img-thumbnail new-element d-none">
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-3 competitor-3">
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container4">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container4/capture.png' %}" alt="image"
|
|
|
|
|
+ data-progress="progress-bar-1" data-progress-value="25"
|
|
|
|
|
+ class="img-thumbnail new-element d-none">
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <div class="bg-secondary text-white" style="background: #001E60;">
|
|
|
|
|
+ <div class="container-fluid py-2">
|
|
|
|
|
+ <span class="text-uppercase fw-light ">FINDING & ANALYSIS</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="container-fluid">
|
|
|
|
|
+ <div class="row mt-3">
|
|
|
|
|
+ <div class="col-md-4 competitor-1">
|
|
|
|
|
+ <div class="text-center">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/amazon.png' %}" alt="image" class="mx-auto" style="height: 40px;">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-4 competitor-2">
|
|
|
|
|
+ <div class="text-center">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/target.png' %}" alt="image" class="mx-auto" style="height: 40px;">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-4 competitor-3">
|
|
|
|
|
+ <div class="text-center">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/bestbuy.png' %}" alt="image" class="mx-auto" style="height: 30px;">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <!-- <div class="row mb-2">
|
|
|
|
|
+ <div class="col-md-4 competitor-1">
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container5">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container5/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-4 competitor-2">
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container6">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container6/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-4 competitor-3">
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container7">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container7/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="bg-light">
|
|
|
|
|
+ <div class="container-fluid py-2">
|
|
|
|
|
+ <span class="text-uppercase fw-light ">Above the fold |</span> <a href="http://">APP</a>
|
|
|
|
|
+ <!-- <div id="progress-bar-2" class="progress my-2 d-none new-element float-end" role="progressbar"
|
|
|
|
|
+ aria-label="Example with label" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"
|
|
|
|
|
+ style="height: 12px">
|
|
|
|
|
+ <div class="progress-bar progress-bar-striped progress-bar-animated bg-warning"
|
|
|
|
|
+ style="width: 0%">0%</div>
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="container-fluid">
|
|
|
|
|
+ <div class="row my-2">
|
|
|
|
|
+ <div class="col-md-4 competitor-1">
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container8" style="padding-top: 150px;">
|
|
|
|
|
+ <table class="w-100">
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td>10/27 [ Mo ]</td>
|
|
|
|
|
+ <td>10/24 [ Fr ]</td>
|
|
|
|
|
+ <td>10/23 [ Th ]</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </table>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-4 competitor-2">
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container9" style="padding-top: 150px;">
|
|
|
|
|
+ <table class="w-100">
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td>10/27 [ Mo ]</td>
|
|
|
|
|
+ <td>10/24 [ Fr ]</td>
|
|
|
|
|
+ <td>10/23 [ Th ]</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </table>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-4 competitor-3">
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container10" style="padding-top: 150px;">
|
|
|
|
|
+ <table class="w-100">
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td>10/27 [ Mo ]</td>
|
|
|
|
|
+ <td>10/24 [ Fr ]</td>
|
|
|
|
|
+ <td>10/23 [ Th ]</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </table>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="bg-light">
|
|
|
|
|
+ <div class="container-fluid py-2">
|
|
|
|
|
+ <span class="text-uppercase fw-light ">Above the fold |</span> <a href="http://">DESKTOP</a>
|
|
|
|
|
+ <div id="progress-bar-3" class="progress my-2 d-none new-element float-end" role="progressbar"
|
|
|
|
|
+ aria-label="Example with label" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"
|
|
|
|
|
+ style="height: 12px">
|
|
|
|
|
+ <div class="progress-bar progress-bar-striped progress-bar-animated bg-warning"
|
|
|
|
|
+ style="width: 0%">0%</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="container-fluid">
|
|
|
|
|
+ <div class="row my-2">
|
|
|
|
|
+ <div class="col-md-4 competitor-1">
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="upload_container1">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy1.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy1.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy1.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/upload_container1/slide1.png' %}" alt="image"
|
|
|
|
|
+ data-progress="progress-bar-3" data-progress-value="10"
|
|
|
|
|
+ class="img-thumbnail new-element d-none">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/upload_container1/slide2.png' %}" alt="image"
|
|
|
|
|
+ data-progress="progress-bar-3" data-progress-value="10"
|
|
|
|
|
+ class="img-thumbnail new-element d-none">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/upload_container1/slide3.png' %}" alt="image"
|
|
|
|
|
+ data-progress="progress-bar-3" data-progress-value="10"
|
|
|
|
|
+ class="img-thumbnail new-element d-none">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/upload_container1/slide4.png' %}" alt="image"
|
|
|
|
|
+ data-progress="progress-bar-3" data-progress-value="10"
|
|
|
|
|
+ class="img-thumbnail new-element d-none">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/upload_container1/slide5.png' %}" alt="image"
|
|
|
|
|
+ data-progress="progress-bar-3" data-progress-value="10"
|
|
|
|
|
+ class="img-thumbnail new-element d-none">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+ <div class="new-element d-none" data-progress="progress-bar-3" data-progress-value="10">
|
|
|
|
|
+ <a href="https://www.amazon.com/b/?_encoding=UTF8&node=210979784011&ishaul=1&pd_rd_w=Vj5aP&content-id=amzn1.sym.d8dfb29b-b651-4cce-acb3-92c76aef2709&pf_rd_p=d8dfb29b-b651-4cce-acb3-92c76aef2709&pf_rd_r=1F7ZYQNZY7KFN4K3RH16&pd_rd_wg=XGWKq&pd_rd_r=4568f359-595b-4d3d-9276-17e0c5ed7acc&ref_=pd_hp_d_hero_unk"
|
|
|
|
|
+ class="editable-link">
|
|
|
|
|
+ $1 flash deals <small class="text-danger" style="font-size: 9px;">NEW!</small>
|
|
|
|
|
+ </a>, <a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210998206011&enabledRefinements=%5B%7B%22rid%22%3A%22p_n_deal_type%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22value%22%3A%2223566064011%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22p_n_condition-type%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22value%22%3A%226461716011%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22p_n_availability%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22value%22%3A%222661600011%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22211821651011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%2C%7B%22rid%22%3A%22p_36%22%2C%22value%22%3A%220-5000%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22SEARCH_CONSTRAINT%22%7D%5D&ref_deals=&ref_=hol25_hub_visnav_desk&pd_rd_w=vLtxX&content-id=amzn1.sym.14171155-c9c7-4310-9e41-e88bfc51d7a2&pf_rd_p=14171155-c9c7-4310-9e41-e88bfc51d7a2&pf_rd_r=1F7ZYQNZY7KFN4K3RH16&pd_rd_wg=XGWKq&pd_rd_r=4568f359-595b-4d3d-9276-17e0c5ed7acc"
|
|
|
|
|
+ class="editable-link">
|
|
|
|
|
+ Customer-loved gifts under $50
|
|
|
|
|
+ </a>, <a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210427383011&redirectionContext=%7B%22asins%22%3A%22B01BVF7PTG%2CB0D278N353%2CB00BJH26Z0%22%2C%22filters%22%3A%7B%22p_n_condition-type%22%3A%226461716011%22%2C%22p_n_availability%22%3A%222661600011%22%7D%7D&enabledRefinements=%5B%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22210959449011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%5D&pd_rd_w=LcfWx&content-id=amzn1.sym.9c9c4cd1-42e3-46a4-88e6-1ab282bbd957&pf_rd_p=9c9c4cd1-42e3-46a4-88e6-1ab282bbd957&pf_rd_r=5Z5R20Q983N521P4VD0B&pd_rd_wg=cNsyF&pd_rd_r=27869c45-cf6f-43ca-acf4-76afad7f1478&ref_=pd_hp_d_hero_unk#dossier-asin-grid"
|
|
|
|
|
+ class="editable-link">
|
|
|
|
|
+ Our Top 100+ costumes
|
|
|
|
|
+ </a>, <a
|
|
|
|
|
+ href="https://www.amazon.com/firetv/?_encoding=UTF8&ref_=ods_gw_GW_US_EN_XPL_KE_CS_SN-PA_TA_OCT25_H1_Y_EVG_C-794&pd_rd_w=rffI5&content-id=amzn1.sym.fa4a1f94-b0c2-45ab-81b7-6aa905d9f71e&pf_rd_p=fa4a1f94-b0c2-45ab-81b7-6aa905d9f71e&pf_rd_r=HCJWTE140PPH7SP8VHEW&pd_rd_wg=gjD2F&pd_rd_r=07409449-fe22-461a-a3dc-cca25c50dfc4"
|
|
|
|
|
+ class="editable-link">
|
|
|
|
|
+ Fright night, streamed right
|
|
|
|
|
+ </a>, <a
|
|
|
|
|
+ href="https://www.amazon.com/amazonprime?_encoding=UTF8&redirectURL=L2RlYWxzP2Rpc2NvdW50cy13aWRnZXQ9JTI1MjIlMjU3QiUyNTVDJTI1MjJzdGF0ZSUyNTVDJTI1MjIlMjUzQSUyNTdCJTI1NUMlMjUyMnJlZmluZW1lbnRGaWx0ZXJzJTI1NUMlMjUyMiUyNTNBJTI1N0IlMjU1QyUyNTIyYWNjZXNzVHlwZSUyNTVDJTI1MjIlMjUzQSUyNTVCJTI1NUMlMjUyMjElMjU1QyUyNTIyJTI1NUQlMjU3RCUyNTdEJTI1MkMlMjU1QyUyNTIydmVyc2lvbiUyNTVDJTI1MjIlMjUzQTElMjU3RCUyNTIy&cancelRedirectURL=L2RlYWxzP2Rpc2NvdW50cy13aWRnZXQ9JTI1MjIlMjU3QiUyNTVDJTI1MjJzdGF0ZSUyNTVDJTI1MjIlMjUzQSUyNTdCJTI1NUMlMjUyMnJlZmluZW1lbnRGaWx0ZXJzJTI1NUMlMjUyMiUyNTNBJTI1N0IlMjU1QyUyNTIyYWNjZXNzVHlwZSUyNTVDJTI1MjIlMjUzQSUyNTVCJTI1NUMlMjUyMjElMjU1QyUyNTIyJTI1NUQlMjU3RCUyNTdEJTI1MkMlMjU1QyUyNTIydmVyc2lvbiUyNTVDJTI1MjIlMjUzQTElMjU3RCUyNTIy&pd_rd_w=KUbEB&content-id=amzn1.sym.ee9881d2-e86f-4f06-bd41-fc78ebad6568&pf_rd_p=ee9881d2-e86f-4f06-bd41-fc78ebad6568&pf_rd_r=GBKBXK8PYY7A24YQP31F&pd_rd_wg=1begg&pd_rd_r=a702ef5b-bb76-491a-b4bf-1bc9ef5b99dd&ref_=pd_hp_d_hero_unk"
|
|
|
|
|
+ class="editable-link">
|
|
|
|
|
+ Save up to 30% on exclusive deals
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-4 competitor-2">
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container11">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container11/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none" data-progress="progress-bar-3"
|
|
|
|
|
+ data-progress-value="10">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+ <a href="https://www.target.com/c/halloween/-/N-5xt2oZcl92vZ5zl7w"
|
|
|
|
|
+ class="editable-link new-element d-none" data-progress="progress-bar-3"
|
|
|
|
|
+ data-progress-value="10">
|
|
|
|
|
+ Halloween’s this Friday!
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-4 competitor-3">
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container12">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container12/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none" data-progress="progress-bar-3"
|
|
|
|
|
+ data-progress-value="10">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+ <a href="https://www.bestbuy.com/site/macbooks/latest-macbook-and-offers/pcmcat1729888491847.c?id=pcmcat1729888491847"
|
|
|
|
|
+ class="editable-link new-element d-none" data-progress="progress-bar-3"
|
|
|
|
|
+ data-progress-value="10">
|
|
|
|
|
+ MacBook Pro 14” Supercharged by M5
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="bg-light">
|
|
|
|
|
+ <div class="container-fluid py-2">
|
|
|
|
|
+ <span class="text-uppercase fw-light ">EST SHare of homepage</span>
|
|
|
|
|
+ <div id="progress-bar-4" class="progress my-2 d-none new-element float-end" role="progressbar"
|
|
|
|
|
+ aria-label="Example with label" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"
|
|
|
|
|
+ style="height: 12px">
|
|
|
|
|
+ <div class="progress-bar progress-bar-striped progress-bar-animated bg-warning"
|
|
|
|
|
+ style="width: 0%">0%</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="container-fluid">
|
|
|
|
|
+ <div class="row my-2">
|
|
|
|
|
+ <div class="col-md-4 competitor-1">
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="upload_container2">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy2.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/upload_container2/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none " data-progress="progress-bar-4"
|
|
|
|
|
+ data-progress-value="33">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-4 competitor-2">
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="upload_container3">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy2.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/upload_container3/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none" data-progress="progress-bar-4"
|
|
|
|
|
+ data-progress-value="33">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-4 competitor-3">
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="upload_container4">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy2.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/upload_container4/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none" data-progress="progress-bar-4"
|
|
|
|
|
+ data-progress-value="34">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <div class="bg-light">
|
|
|
|
|
+ <div class="container-fluid py-2">
|
|
|
|
|
+ <span class="text-uppercase fw-light ">New and Popular Stories</span>
|
|
|
|
|
+ <div id="progress-bar-5" class="progress my-2 d-none new-element float-end" role="progressbar"
|
|
|
|
|
+ aria-label="Example with label" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"
|
|
|
|
|
+ style="height: 12px">
|
|
|
|
|
+ <div class="progress-bar progress-bar-striped progress-bar-animated bg-warning"
|
|
|
|
|
+ style="width: 0%">0%</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="container-fluid">
|
|
|
|
|
+ <div class="row my-2">
|
|
|
|
|
+ <div class="col-md-4 mb-4 competitor-1">
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">Finds from small businesses </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container13">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container13/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none img-mxh" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+ <a href="https://www.amazon.com/b/?_encoding=UTF8&node=211957632011&ref_=SB_VisualNav_Cats&pd_rd_w=JDAsB&content-id=amzn1.sym.9e87a9ab-846a-4b2c-bb88-6317ae64b9d9&pf_rd_p=9e87a9ab-846a-4b2c-bb88-6317ae64b9d9&pf_rd_r=5RC4TT51RA81C7S1ZYK1&pd_rd_wg=4bi1U&pd_rd_r=2b04dab5-8ecf-42e8-9fd2-940945aa17b5"
|
|
|
|
|
+ class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ Toys
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">Get decorating for Halloween </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container14">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container14/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none img-mxh" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2"
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210427393011&redirectionContext=%7B%22asins%22%3A%22B0BH2FTJWP%22%2C%22filters%22%3A%7B%22p_n_condition-type%22%3A%226461716011%22%2C%22p_n_availability%22%3A%222661600011%22%7D%7D&enabledRefinements=%5B%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22210026619011%2C210959448011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%5D&pd_rd_w=QF6Zt&content-id=amzn1.sym.e24aa1cf-78b0-49d1-8214-038d8d560a70&pf_rd_p=e24aa1cf-78b0-49d1-8214-038d8d560a70&pf_rd_r=G4FRD4T7FSMGVSQN0HXZ&pd_rd_wg=2y313&pd_rd_r=aceb4482-8a67-438b-9352-db89d55b5712&ref_=pd_hp_d_btf_unk#dossier-asin-grid">Indoor
|
|
|
|
|
+ decorations</a><br />
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="0"
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210427393011&redirectionContext=%7B%22asins%22%3A%22B0FFPGWF7Y%22%2C%22filters%22%3A%7B%22p_n_condition-type%22%3A%226461716011%22%2C%22p_n_availability%22%3A%222661600011%22%7D%7D&enabledRefinements=%5B%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22210026620011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%5D&pd_rd_w=QF6Zt&content-id=amzn1.sym.e24aa1cf-78b0-49d1-8214-038d8d560a70&pf_rd_p=e24aa1cf-78b0-49d1-8214-038d8d560a70&pf_rd_r=G4FRD4T7FSMGVSQN0HXZ&pd_rd_wg=2y313&pd_rd_r=aceb4482-8a67-438b-9352-db89d55b5712&ref_=pd_hp_d_btf_unk#dossier-asin-grid">Outdoor
|
|
|
|
|
+ decorations</a><br />
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="0"
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210427365011&redirectionContext=%7B%22asins%22%3A%22B0D7SSNXND%22%2C%22filters%22%3A%7B%22p_n_condition-type%22%3A%226461716011%22%2C%22p_n_availability%22%3A%222661600011%22%7D%7D&enabledRefinements=%5B%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22210026556011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%5D&pd_rd_w=QF6Zt&content-id=amzn1.sym.e24aa1cf-78b0-49d1-8214-038d8d560a70&pf_rd_p=e24aa1cf-78b0-49d1-8214-038d8d560a70&pf_rd_r=G4FRD4T7FSMGVSQN0HXZ&pd_rd_wg=2y313&pd_rd_r=aceb4482-8a67-438b-9352-db89d55b5712&ref_=pd_hp_d_btf_unk#dossier-asin-grid">Party
|
|
|
|
|
+ supplies</a><br />
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="0"
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210427379011&ref_=deals&enabledRefinements=%5B%7B%22rid%22%3A%22p_n_deal_type%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22value%22%3A%2223566064011%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22p_n_availability%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22value%22%3A%222661600011%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22p_n_condition-type%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22value%22%3A%226461716011%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22207965438011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%5D&pd_rd_w=QF6Zt&content-id=amzn1.sym.e24aa1cf-78b0-49d1-8214-038d8d560a70&pf_rd_p=e24aa1cf-78b0-49d1-8214-038d8d560a70&pf_rd_r=G4FRD4T7FSMGVSQN0HXZ&pd_rd_wg=2y313&pd_rd_r=aceb4482-8a67-438b-9352-db89d55b5712#dossier-asin-grid">up
|
|
|
|
|
+ to 40% off</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">Costumes for the family </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container15">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container15/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none img-mxh" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2"
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210427383011&redirectionContext=%7B%22asins%22%3A%22B06XRCD52M%22%2C%22filters%22%3A%7B%22p_n_condition-type%22%3A%226461716011%22%2C%22p_n_availability%22%3A%222661600011%22%7D%7D&enabledRefinements=%5B%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22210026582011%2C210026587011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%5D&pd_rd_w=XBX9Q&content-id=amzn1.sym.e9378819-e92c-4ed7-9418-760a1740758e&pf_rd_p=e9378819-e92c-4ed7-9418-760a1740758e&pf_rd_r=5RKEJA1RDQSJNHRZPBRK&pd_rd_wg=1W6JI&pd_rd_r=236da92b-6311-4d27-be7b-1dcddd36dbed&ref_=pd_hp_d_btf_unk#dossier-asin-grid">Men</a>
|
|
|
|
|
+ <br /><a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="0"
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210427383011&redirectionContext=%7B%22asins%22%3A%22B08F8PDZ8S%22%2C%22filters%22%3A%7B%22p_n_condition-type%22%3A%226461716011%22%2C%22p_n_availability%22%3A%222661600011%22%7D%7D&enabledRefinements=%5B%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22210026582011%2C210026586011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%5D&pd_rd_w=XBX9Q&content-id=amzn1.sym.e9378819-e92c-4ed7-9418-760a1740758e&pf_rd_p=e9378819-e92c-4ed7-9418-760a1740758e&pf_rd_r=5RKEJA1RDQSJNHRZPBRK&pd_rd_wg=1W6JI&pd_rd_r=236da92b-6311-4d27-be7b-1dcddd36dbed&ref_=pd_hp_d_btf_unk#dossier-asin-grid">Women</a>
|
|
|
|
|
+ <br /><a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="0"
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210427383011&redirectionContext=%7B%22asins%22%3A%22B0B1VW6X4Z%22%2C%22filters%22%3A%7B%22p_n_condition-type%22%3A%226461716011%22%2C%22p_n_availability%22%3A%222661600011%22%7D%7D&ref_=baby&enabledRefinements=%5B%7B%22rid%22%3A%22p_n_availability%22%2C%22value%22%3A%222661600011%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22p_n_condition-type%22%2C%22value%22%3A%226461716011%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22210026585011%2C210026590011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%5D&pd_rd_w=XBX9Q&content-id=amzn1.sym.e9378819-e92c-4ed7-9418-760a1740758e&pf_rd_p=e9378819-e92c-4ed7-9418-760a1740758e&pf_rd_r=5RKEJA1RDQSJNHRZPBRK&pd_rd_wg=1W6JI&pd_rd_r=236da92b-6311-4d27-be7b-1dcddd36dbed#dossier-asin-grid">Kids</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">Shop gifts by price </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container16">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container16/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none img-mxh" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2"
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210963899011&redirectionContext=%7B%22asins%22%3A%22B0BFC8DR7C%2CB0B5FGP237%22%2C%22filters%22%3A%7B%22p_n_condition-type%22%3A%226461716011%22%2C%22p_n_availability%22%3A%222661600011%22%7D%7D&enabledRefinements=%5B%7B%22rid%22%3A%22p_36%22%2C%22value%22%3A%220-10000%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22SEARCH_CONSTRAINT%22%7D%5D&pd_rd_w=lryfv&content-id=amzn1.sym.657558c4-bfdd-44fb-9c37-51618173aa73&pf_rd_p=657558c4-bfdd-44fb-9c37-51618173aa73&pf_rd_r=AMDM95DTKCEV9SH5RCWV&pd_rd_wg=76gbt&pd_rd_r=edb5fe1e-41ce-4298-a008-c0fe98da7165&ref_=pd_hp_d_btf_unk#dossier-asin-grid">Under
|
|
|
|
|
+ $100</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">Shop 4+ star gifts </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container17">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container17/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none img-mxh" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2"
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210963908011&enabledRefinements=%5B%7B%22rid%22%3A%22p_n_availability%22%2C%22value%22%3A%222661600011%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22p_n_condition-type%22%2C%22value%22%3A%226461716011%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%5D&pd_rd_w=QD0Tq&content-id=amzn1.sym.cefc148e-8484-4ff4-86e4-1ca14271c189&pf_rd_p=cefc148e-8484-4ff4-86e4-1ca14271c189&pf_rd_r=NYWBXX5BYA3SJTKDQEB6&pd_rd_wg=TElJa&pd_rd_r=15528bce-9a2a-4efd-b431-bf1072ad70c8&ref_=pd_hp_d_btf_unk#dossier-asin-grid">Electronics</a>
|
|
|
|
|
+
|
|
|
|
|
+ <br /><a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="0"
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210963922011&enabledRefinements=%5B%7B%22rid%22%3A%22p_n_condition-type%22%2C%22value%22%3A%226461716011%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22p_n_availability%22%2C%22value%22%3A%222661600011%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%5D&pd_rd_w=QD0Tq&content-id=amzn1.sym.cefc148e-8484-4ff4-86e4-1ca14271c189&pf_rd_p=cefc148e-8484-4ff4-86e4-1ca14271c189&pf_rd_r=NYWBXX5BYA3SJTKDQEB6&pd_rd_wg=TElJa&pd_rd_r=15528bce-9a2a-4efd-b431-bf1072ad70c8&ref_=pd_hp_d_btf_unk#dossier-asin-grid">Toys</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">Find gifts for everyone </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container18">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container18/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none img-mxh" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2"
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210963902011&enabledRefinements=%5B%7B%22rid%22%3A%22p_n_condition-type%22%2C%22value%22%3A%226461716011%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22p_n_availability%22%2C%22value%22%3A%222661600011%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%5D&pd_rd_w=yBwBE&content-id=amzn1.sym.dc587805-85d9-4cbf-a49c-82f3be5e4c9d&pf_rd_p=dc587805-85d9-4cbf-a49c-82f3be5e4c9d&pf_rd_r=NYWBXX5BYA3SJTKDQEB6&pd_rd_wg=TElJa&pd_rd_r=15528bce-9a2a-4efd-b431-bf1072ad70c8&ref_=pd_hp_d_btf_unk#dossier-asin-grid">For
|
|
|
|
|
+ kids</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">Our current obsessions </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container19">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container19/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none img-mxh" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2"
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=207319723011&ref_=elect&pd_rd_w=IBfca&content-id=amzn1.sym.7004a42b-ef1b-4a60-a2ab-11f822229a3f&pf_rd_p=7004a42b-ef1b-4a60-a2ab-11f822229a3f&pf_rd_r=ZPQ2X07Q43H53AYPNW9V&pd_rd_wg=YcOft&pd_rd_r=da650a68-f794-403c-83c3-32ba0826042d">Electronics</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-4 mb-4 competitor-2">
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">Check out the newest arrivals </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container20">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container20/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2"
|
|
|
|
|
+ href="https://www.target.com/p/16-34-christmas-jumbo-sequin-bow-wall-decor-silver-wondershop-8482/-/A-94340103">16"
|
|
|
|
|
+ Christmas Jumbo Sequin Bow Wall Decor Silver</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">New seasonal favorites </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container21">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container21/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2"
|
|
|
|
|
+ href="https://www.target.com/c/hearth-hand-with-magnolia-new-arrivals/-/N-bmb5s">New
|
|
|
|
|
+ arrivals</a>
|
|
|
|
|
+ <br /> <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="0"
|
|
|
|
|
+ href="https://www.target.com/c/john-derian-for-target/-/N-hh9qa">Vintage style from
|
|
|
|
|
+ John
|
|
|
|
|
+ Derian</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">Christmas </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container22">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container22/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2" href="https://www.target.com/c/christmas/-/N-5xt30">The
|
|
|
|
|
+ Everything Christmas
|
|
|
|
|
+ Market</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">Featured categories </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container23">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container23/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2" href="https://www.target.com/c/what-s-new/-/N-o9rnh">New
|
|
|
|
|
+ Arrivals</a>
|
|
|
|
|
+ <br /> <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="0"
|
|
|
|
|
+ href="https://www.target.com/c/halloween/-/N-5xt2o">Halloween</a>
|
|
|
|
|
+ <br /><a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="0"
|
|
|
|
|
+ href="https://www.target.com/c/christmas/-/N-5xt30">Christmas</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-4 mb-4 competitor-3">
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">Deal of the Day </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container24">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container24/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none img-mxh" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2"
|
|
|
|
|
+ href="https://www.bestbuy.com/site/misc/deal-of-the-day/pcmcat248000050016.c?id=pcmcat248000050016">Pioneer
|
|
|
|
|
+ 50" Class LED 4K UHD Smart Xumo TV</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">Our featured offers </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container25">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container25/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none img-mxh" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2" href="https://www.bestbuy.com/site/promo/xl-tv-savings">Save
|
|
|
|
|
+ up to $1,000 on
|
|
|
|
|
+ select big-screen TVs</a>
|
|
|
|
|
+ <br /><a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="0"
|
|
|
|
|
+ href="https://www.bestbuy.com/site/promo/save-on-airpods-max">AirPods Max
|
|
|
|
|
+ (USB-C) Save $50</a>
|
|
|
|
|
+ <br /><a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="0"
|
|
|
|
|
+ href="https://www.bestbuy.com/site/promo/select-windows-devices">Save up to
|
|
|
|
|
+ $500 on select Windows devices</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">Start here. Play your way to anywhere. </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container26">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container26/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none img-mxh" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2"
|
|
|
|
|
+ href="https://www.bestbuy.com/site/clp-computers-tablets/level-up-with-best-buy/pcmcat1747260532048.c?id=pcmcat1747260532048">
|
|
|
|
|
+ Start here. Play your way to anywhere.</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">Deals </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container27">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container27/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none img-mxh" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2" href="https://www.bestbuy.com/top-deals">Monster deals on
|
|
|
|
|
+ the tech you want</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">Outlet Event </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container28">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container28/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none img-mxh" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2"
|
|
|
|
|
+ href="https://www.bestbuy.com/site/electronics/outlet-refurbished-clearance/pcmcat142300050026.c?id=pcmcat142300050026">Save
|
|
|
|
|
+ up to 50% on clearance, open-box and refurbished items</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">Best Buy Outlet </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container29">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container29/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none img-mxh" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-link-wrapper mt-2">
|
|
|
|
|
+ <a href="https://example.com" class="editable-link landing-element">
|
|
|
|
|
+ This is dummy link
|
|
|
|
|
+ </a>
|
|
|
|
|
+ <a class="editable-link new-element d-none" data-progress="progress-bar-5"
|
|
|
|
|
+ data-progress-value="2"
|
|
|
|
|
+ href="https://www.bestbuy.com/site/electronics/outlet-refurbished-clearance/pcmcat142300050026.c?id=pcmcat142300050026">Top-quality
|
|
|
|
|
+ tech. Even
|
|
|
|
|
+ better prices.</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="bg-light">
|
|
|
|
|
+ <div class="container-fluid py-2">
|
|
|
|
|
+ <span class="text-uppercase fw-light ">ETS specific promotions</span>
|
|
|
|
|
+ <div id="progress-bar-6" class="progress my-2 d-none new-element float-end" role="progressbar"
|
|
|
|
|
+ aria-label="Example with label" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"
|
|
|
|
|
+ style="height: 12px">
|
|
|
|
|
+ <div class="progress-bar progress-bar-striped progress-bar-animated bg-warning"
|
|
|
|
|
+ style="width: 0%">0%</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="container-fluid">
|
|
|
|
|
+ <div class="row my-2">
|
|
|
|
|
+ <div class="col-md-4 mb-4 competitor-1">
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">BEST SELLERS IN COMPUTERS & ACCESSORIES </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container30">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container30/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-list-wrapper mt-3">
|
|
|
|
|
+ <ul class="editable-list landing-element">
|
|
|
|
|
+ <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit</li>
|
|
|
|
|
+ <li>Proin semper ultrices nisl sit amet efficitur. Vivamus urna sem</li>
|
|
|
|
|
+ <li>Vestibulum ornare enim eleifend fringilla congue</li>
|
|
|
|
|
+ <li>Pellentesque habitant morbi tristique </li>
|
|
|
|
|
+ <li>Aenean eleifend lectus </li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ <ul class="editable-list new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">
|
|
|
|
|
+ <li>Ailun Screen Protector for iPad 11th A16 2025 11” / 10th Gen…</li>
|
|
|
|
|
+ <li>Apple iPad 11” A16 chip 11” Model Liquid Retina Display 128G…</li>
|
|
|
|
|
+ <li>Anker iPhone 17/16 Charger 2-Pack 20W Fast USB C Charge…</li>
|
|
|
|
|
+ <li>Stylus Pen for iPad 6th-11th Gen2X Fast Charge Active pencil...</li>
|
|
|
|
|
+ <li>MoKo for iPad A16 11th Gen Case 11 “ 2025 iPad 10th Gen Ca…</li>
|
|
|
|
|
+ <li>Anker USB C Charger Nano II 65W PPS 3-Port Fast Compact…</li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">BEST SELLERS IN BOOKS </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container31">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container31/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-list-wrapper mt-3">
|
|
|
|
|
+ <ul class="editable-list landing-element">
|
|
|
|
|
+ <li>Lorem ipsum dolor sit amet</li>
|
|
|
|
|
+ <li>Proin semper ultrices nisl sit amet efficitur</li>
|
|
|
|
|
+ <li>Vestibulum ornare enim eleifend fringilla</li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ <ul class="editable-list new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">
|
|
|
|
|
+ <li>Outlive</li>
|
|
|
|
|
+ <li>The Let Them Theory</li>
|
|
|
|
|
+ <li>Nobody's Girl</li>
|
|
|
|
|
+ <li>Read Your Mind</li>
|
|
|
|
|
+ <li>1929: Inside the Greatest Crash in Wall Street History</li>
|
|
|
|
|
+ <li>The Widow</li>
|
|
|
|
|
+ <li>How to Test Negative for Stupid</li>
|
|
|
|
|
+ <li>Regretting You</li>
|
|
|
|
|
+ <li>To Rescue the American Spirit</li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">BEST SELLERS IN TOYS & GAMES </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container32">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container32/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-list-wrapper mt-3">
|
|
|
|
|
+ <ul class="editable-list landing-element">
|
|
|
|
|
+ <li>Lorem ipsum dolor sit amet</li>
|
|
|
|
|
+ <li>Proin semper ultrices nisl sit amet efficitur</li>
|
|
|
|
|
+ <li>Vestibulum ornare enim eleifend fringilla</li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ <ul class="editable-list new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">
|
|
|
|
|
+ <li>PartySticks Ultra Bright Glow Sticks Bulk Party Supplies 100…</li>
|
|
|
|
|
+ <li>PartyWoo Black Balloons 140 pcs Different Sizes Pack of 18 1…</li>
|
|
|
|
|
+ <li>Bezente Assorted Rainbow Latex Balloons 100 Pack 12 “ Rou…</li>
|
|
|
|
|
+ <li>Play Doh Bulk Handout 42-Pack of 1-Ounce Modeling Comp…</li>
|
|
|
|
|
+ <li>Play Doh Modeling Compound 10-Pack Case of Assorted Co…</li>
|
|
|
|
|
+ <li>HEX BOTS Wall Crawler Gecko with Official Wall Climber Tec…</li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-4 mb-4 competitor-2">
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline text-secondary new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">NO ACTIVE PROMOTIONS </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container33">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element"
|
|
|
|
|
+ data-progress="progress-bar-6" data-progress-value="5">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="editable-list-wrapper mt-3">
|
|
|
|
|
+ <ul class="editable-list landing-element">
|
|
|
|
|
+ <li>Cras quis efficitur quam, ut gravida sem</li>
|
|
|
|
|
+ <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit</li>
|
|
|
|
|
+ <li>Proin semper ultrices nisl sit amet efficitur. Vivamus urna sem</li>
|
|
|
|
|
+ <li>Vestibulum ornare enim eleifend fringilla congue</li>
|
|
|
|
|
+ <li>Pellentesque habitant morbi tristique </li>
|
|
|
|
|
+ <li>Aenean eleifend lectus </li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div id="no-active-promotions" class="mb-4 d-none">
|
|
|
|
|
+ <h5 class="fs-6 d-inline">This is a title </h5><a href="javascript:void()"
|
|
|
|
|
+ class="edit-titile ms-2"
|
|
|
|
|
+ onclick="$(this).siblings('h5').prop('contentEditable', 'true').addClass('form-control');"><i
|
|
|
|
|
+ class="fa fa-pencil" aria-hidden="true"></i></a>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container37">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/competitor-2/capture.png' %}" alt="image" class="img-thumbnail tgt d-none">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="crop-btn-overlay ">
|
|
|
|
|
+ <button class="btn btn-warning btn-sm position-absolute crop-btn"
|
|
|
|
|
+ data-bs-toggle="modal" data-bs-target="#cropImage"
|
|
|
|
|
+ onclick="$('#crop_image').prop('src', $('.tgt').attr('src'));$('#crop_image_container_id').val('#crop_container37');">Crop
|
|
|
|
|
+ &
|
|
|
|
|
+ Set</button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-list-wrapper mt-3">
|
|
|
|
|
+ <ul class="editable-list">
|
|
|
|
|
+ <li>Cras quis efficitur quam, ut gravida sem</li>
|
|
|
|
|
+ <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit</li>
|
|
|
|
|
+ <li>Proin semper ultrices nisl sit amet efficitur. Vivamus urna sem</li>
|
|
|
|
|
+ <li>Vestibulum ornare enim eleifend fringilla congue</li>
|
|
|
|
|
+ <li>Pellentesque habitant morbi tristique </li>
|
|
|
|
|
+ <li>Aenean eleifend lectus </li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ <a href="javascript:void(0)" class="ms-3 edit-list-btn">
|
|
|
|
|
+ <i class="fa fa-pencil" aria-hidden="true"></i>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ <div class="list-edit d-none mt-2">
|
|
|
|
|
+ <textarea class="form-control list-editor" rows="4"></textarea>
|
|
|
|
|
+ <button class="btn btn-primary save-list btn-sm">Save</button>
|
|
|
|
|
+ <button class="btn btn-secondary cancel-list btn-sm">Cancel</button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-4 mb-4 competitor-3">
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">BEST SELLING ITEMS </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container33">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container33/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-list-wrapper mt-3">
|
|
|
|
|
+ <ul class="editable-list landing-element">
|
|
|
|
|
+ <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit</li>
|
|
|
|
|
+ <li>Proin semper ultrices nisl sit amet efficitur. Vivamus urna sem</li>
|
|
|
|
|
+ <li>Vestibulum ornare enim eleifend fringilla congue</li>
|
|
|
|
|
+ <li>Pellentesque habitant morbi tristique </li>
|
|
|
|
|
+ <li>Aenean eleifend lectus </li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ <ul class="editable-list new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">
|
|
|
|
|
+ <li>Apple AirPods Pro 3 Wireless Active Noise Cancelling Earbu…</li>
|
|
|
|
|
+ <li>Pokémon Legends Z-A Nintendo Switch 2 Nintendo Switch 2</li>
|
|
|
|
|
+ <li>Apple 11” iPad A16 chip with Wi-Fi 128GB Blue</li>
|
|
|
|
|
+ <li>Microsoft 365 Personal 1 Person 12-Month Subscription Acti…</li>
|
|
|
|
|
+ <li>Switch 2 + Mario Kart World Bundle Nintendo Switch 2</li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">APP EXCLUSIVE – DROPS </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container34">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container34/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-list-wrapper mt-3">
|
|
|
|
|
+ <ul class="editable-list landing-element">
|
|
|
|
|
+ <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit</li>
|
|
|
|
|
+ <li>Proin semper ultrices nisl sit amet efficitur. Vivamus urna sem</li>
|
|
|
|
|
+ <li>Vestibulum ornare enim eleifend fringilla congue</li>
|
|
|
|
|
+ <li>Pellentesque habitant morbi tristique </li>
|
|
|
|
|
+ <li>Aenean eleifend lectus </li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">TRENDING DEALS </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container35">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container35/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-list-wrapper mt-3">
|
|
|
|
|
+ <ul class="editable-list landing-element">
|
|
|
|
|
+ <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit</li>
|
|
|
|
|
+ <li>Proin semper ultrices nisl sit amet efficitur. Vivamus urna sem</li>
|
|
|
|
|
+ <li>Vestibulum ornare enim eleifend fringilla congue</li>
|
|
|
|
|
+ <li>Pellentesque habitant morbi tristique </li>
|
|
|
|
|
+ <li>Aenean eleifend lectus </li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="mb-4">
|
|
|
|
|
+ <h5 class="fs-6 d-inline landing-element">This is a title </h5>
|
|
|
|
|
+ <h5 class="fs-6 d-inline new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">ETS SPECIFIC TRENDING ITEMS </h5>
|
|
|
|
|
+ <div class="box">
|
|
|
|
|
+ <div id="crop_container36">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/dummy.jpg' %}" alt="image" class="img-thumbnail landing-element">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/screenshots/crop_container36/capture.png' %}" alt="image"
|
|
|
|
|
+ class="img-thumbnail new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="editable-list-wrapper mt-3">
|
|
|
|
|
+ <ul class="editable-list landing-element">
|
|
|
|
|
+ <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit</li>
|
|
|
|
|
+ <li>Proin semper ultrices nisl sit amet efficitur. Vivamus urna sem</li>
|
|
|
|
|
+ <li>Vestibulum ornare enim eleifend fringilla congue</li>
|
|
|
|
|
+ <li>Pellentesque habitant morbi tristique </li>
|
|
|
|
|
+ <li>Aenean eleifend lectus </li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ <ul class="editable-list new-element d-none" data-progress="progress-bar-6"
|
|
|
|
|
+ data-progress-value="5">
|
|
|
|
|
+ <li>Apple MacBook Air 13” Laptop Apple M4 chip Built for Apple…</li>
|
|
|
|
|
+ <li>HP 14" Laptop Intel Processor N150 4GB Memory 128GB UFS…</li>
|
|
|
|
|
+ <li>HP Victus 15.6" 144Hz Full HD Gaming Laptop AMD Ryzen 7 7…</li>
|
|
|
|
|
+ <li>Lenovo IdeaPad 3i Chromebook 15.6" Full HD Laptop Intel C…</li>
|
|
|
|
|
+ <li>HP 15.6" Full HD Touch-Screen Laptop Intel Core i5 16GB Me…</li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="text-center mb-4">
|
|
|
|
|
+ <button id="publish" class="btn btn-sm btn-warning d-none" onclick="generateEmail();">Publish
|
|
|
|
|
+ Report</button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+ <!-- Copyright Section-->
|
|
|
|
|
+
|
|
|
|
|
+ <div class="copyright py-4 text-center text-white">
|
|
|
|
|
+ <div class="container-fluid"><small>Copyright © Lumina Datamatics Ltd. 2025</small></div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="modal fade" id="definitionsModal" tabindex="-1" aria-labelledby="definitionsModalLabel"
|
|
|
|
|
+ aria-hidden="true">
|
|
|
|
|
+ <div class="modal-dialog modal-fullscreen">
|
|
|
|
|
+ <div class="modal-content">
|
|
|
|
|
+ <div class="modal-header">
|
|
|
|
|
+ <h1 class="modal-title fs-5" id="definitionsModalLabel">Definitions</h1>
|
|
|
|
|
+ <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="modal-body">
|
|
|
|
|
+ <img src="{% static 'dist/assets/img/definitions.png' %}" alt="Definitions" class="img-fluid w-100">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <div id="loader-overlay" class="loader-overlay">
|
|
|
|
|
+ <div class="spinner-border text-primary" role="status">
|
|
|
|
|
+ <span class="visually-hidden">Loading...</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <h5 class="position-absolute" style="font-size:16px;top:55%">Capturing Screenshots</h5>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="modal fade" id="cropImage" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1"
|
|
|
|
|
+ aria-labelledby="cropImageLabel" aria-hidden="true">
|
|
|
|
|
+ <div class="modal-dialog modal-fullscreen">
|
|
|
|
|
+ <div class="modal-content">
|
|
|
|
|
+ <div class="modal-header">
|
|
|
|
|
+ <h5 class="modal-title" id="cropImageLabel">Crop Image and Set</h5>
|
|
|
|
|
+ <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="modal-body">
|
|
|
|
|
+ <!-- <img src="{% static 'dist/assets/img/dummy.jpg' %}" id="image" alt="Crop Image" class="w-100"> -->
|
|
|
|
|
+ <div class="container-fluid">
|
|
|
|
|
+ <div class="row">
|
|
|
|
|
+ <div class="col-md-9">
|
|
|
|
|
+ <!-- <h3 class="page-header">Demo:</h3> -->
|
|
|
|
|
+ <input type="hidden" id="crop_image_container_id" name="crop_image_container_id">
|
|
|
|
|
+ <div class="img-container">
|
|
|
|
|
+ <img id="crop_image" crossorigin="anonymous"
|
|
|
|
|
+ src="https://fengyuanchen.github.io/cropperjs/images/picture.jpg"
|
|
|
|
|
+ alt="Picture">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-3">
|
|
|
|
|
+ <!-- <h3 class="page-header">Preview:</h3> -->
|
|
|
|
|
+ <div class="docs-preview clearfix">
|
|
|
|
|
+ <div class="img-preview preview-lg"></div>
|
|
|
|
|
+ <div class="img-preview preview-md"></div>
|
|
|
|
|
+ <div class="img-preview preview-sm"></div>
|
|
|
|
|
+ <div class="img-preview preview-xs"></div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- <h3 class="page-header">Data:</h3> -->
|
|
|
|
|
+ <div class="docs-data d-none">
|
|
|
|
|
+ <div class="input-group input-group-sm">
|
|
|
|
|
+ <label class="input-group-addon" for="dataX">X</label>
|
|
|
|
|
+ <input type="text" class="form-control" id="dataX" placeholder="x">
|
|
|
|
|
+ <span class="input-group-addon">px</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="input-group input-group-sm">
|
|
|
|
|
+ <label class="input-group-addon" for="dataY">Y</label>
|
|
|
|
|
+ <input type="text" class="form-control" id="dataY" placeholder="y">
|
|
|
|
|
+ <span class="input-group-addon">px</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="input-group input-group-sm">
|
|
|
|
|
+ <label class="input-group-addon" for="dataWidth">Width</label>
|
|
|
|
|
+ <input type="text" class="form-control" id="dataWidth" placeholder="width">
|
|
|
|
|
+ <span class="input-group-addon">px</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="input-group input-group-sm">
|
|
|
|
|
+ <label class="input-group-addon" for="dataHeight">Height</label>
|
|
|
|
|
+ <input type="text" class="form-control" id="dataHeight"
|
|
|
|
|
+ placeholder="height">
|
|
|
|
|
+ <span class="input-group-addon">px</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="input-group input-group-sm">
|
|
|
|
|
+ <label class="input-group-addon" for="dataRotate">Rotate</label>
|
|
|
|
|
+ <input type="text" class="form-control" id="dataRotate"
|
|
|
|
|
+ placeholder="rotate">
|
|
|
|
|
+ <span class="input-group-addon">deg</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="input-group input-group-sm">
|
|
|
|
|
+ <label class="input-group-addon" for="dataScaleX">ScaleX</label>
|
|
|
|
|
+ <input type="text" class="form-control" id="dataScaleX"
|
|
|
|
|
+ placeholder="scaleX">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="input-group input-group-sm">
|
|
|
|
|
+ <label class="input-group-addon" for="dataScaleY">ScaleY</label>
|
|
|
|
|
+ <input type="text" class="form-control" id="dataScaleY"
|
|
|
|
|
+ placeholder="scaleY">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="modal-footer">
|
|
|
|
|
+ <div class="row">
|
|
|
|
|
+ <div class="col-md-12 docs-buttons">
|
|
|
|
|
+ <!-- <h3 class="page-header">Toolbar:</h3> -->
|
|
|
|
|
+ <div class="btn-group">
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="setDragMode"
|
|
|
|
|
+ data-option="move" title="Move">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("setDragMode", "move")">
|
|
|
|
|
+ <span class="fa fa-arrows"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="setDragMode"
|
|
|
|
|
+ data-option="crop" title="Crop">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("setDragMode", "crop")">
|
|
|
|
|
+ <span class="fa fa-crop"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="btn-group">
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="zoom"
|
|
|
|
|
+ data-option="0.1" title="Zoom In">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("zoom", 0.1)">
|
|
|
|
|
+ <span class="fa fa-search-plus"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="zoom"
|
|
|
|
|
+ data-option="-0.1" title="Zoom Out">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("zoom", -0.1)">
|
|
|
|
|
+ <span class="fa fa-search-minus"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- <div class="btn-group">
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="move" data-option="-10"
|
|
|
|
|
+ data-second-option="0" title="Move Left">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("move", -10, 0)">
|
|
|
|
|
+ <span class="fa fa-arrow-left"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="move" data-option="10"
|
|
|
|
|
+ data-second-option="0" title="Move Right">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("move", 10, 0)">
|
|
|
|
|
+ <span class="fa fa-arrow-right"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="move" data-option="0"
|
|
|
|
|
+ data-second-option="-10" title="Move Up">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("move", 0, -10)">
|
|
|
|
|
+ <span class="fa fa-arrow-up"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="move" data-option="0"
|
|
|
|
|
+ data-second-option="10" title="Move Down">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("move", 0, 10)">
|
|
|
|
|
+ <span class="fa fa-arrow-down"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+
|
|
|
|
|
+ <!-- <div class="btn-group">
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="rotate" data-option="-45"
|
|
|
|
|
+ title="Rotate Left">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("rotate", -45)">
|
|
|
|
|
+ <span class="fa fa-rotate-left"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="rotate" data-option="45"
|
|
|
|
|
+ title="Rotate Right">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("rotate", 45)">
|
|
|
|
|
+ <span class="fa fa-rotate-right"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+
|
|
|
|
|
+ <!-- <div class="btn-group">
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="scaleX" data-option="-1"
|
|
|
|
|
+ title="Flip Horizontal">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("scaleX", -1)">
|
|
|
|
|
+ <span class="fa fa-arrows-h"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="scaleY" data-option="-1"
|
|
|
|
|
+ title="Flip Vertical">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("scaleY", -1)">
|
|
|
|
|
+ <span class="fa fa-arrows-v"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+
|
|
|
|
|
+ <!-- <div class="btn-group">
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="crop" title="Crop">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("crop")">
|
|
|
|
|
+ <span class="fa fa-check"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="clear" title="Clear">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("clear")">
|
|
|
|
|
+ <span class="fa fa-remove"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+
|
|
|
|
|
+ <!-- <div class="btn-group">
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="disable" title="Disable">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("disable")">
|
|
|
|
|
+ <span class="fa fa-lock"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="enable" title="Enable">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("enable")">
|
|
|
|
|
+ <span class="fa fa-unlock"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+
|
|
|
|
|
+ <!-- <div class="btn-group">
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="reset" title="Reset">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("reset")">
|
|
|
|
|
+ <span class="fa fa-refresh"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ <label class="btn btn-primary btn-sm btn-upload" for="inputImage"
|
|
|
|
|
+ title="Upload image file">
|
|
|
|
|
+ <input type="file" class="sr-only" id="inputImage" name="file" accept="image/*">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="Import image with Blob URLs">
|
|
|
|
|
+ <span class="fa fa-upload"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </label>
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="destroy" title="Destroy">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("destroy")">
|
|
|
|
|
+ <span class="fa fa-power-off"></span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+
|
|
|
|
|
+ <div class="btn-group btn-group-crop">
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="getCroppedCanvas">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("getCroppedCanvas")">
|
|
|
|
|
+ Crop and Set
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ <!-- <button type="button" class="btn btn-primary btn-sm" data-method="getCroppedCanvas"
|
|
|
|
|
+ data-option="{ "width": 160, "height": 90 }">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("getCroppedCanvas", { width: 160, height: 90 })">
|
|
|
|
|
+ 160×90
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" data-method="getCroppedCanvas"
|
|
|
|
|
+ data-option="{ "width": 320, "height": 180 }">
|
|
|
|
|
+ <span class="docs-tooltip" data-bs-toggle="tooltip"
|
|
|
|
|
+ title="$().cropper("getCroppedCanvas", { width: 320, height: 180 })">
|
|
|
|
|
+ 320×180
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button> -->
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <button type="button" class="btn btn-secondary btn-sm"
|
|
|
|
|
+ data-bs-dismiss="modal">Close</button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <!-- <button type="button" class="btn btn-primary btn-sm" id="btnCrop">Set</button> -->
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <!-- Bootstrap core JS-->
|
|
|
|
|
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"
|
|
|
|
|
+ integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g=="
|
|
|
|
|
+ crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
|
|
|
|
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
|
|
|
+ <!-- Core theme JS-->
|
|
|
|
|
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/cropper/2.3.4/cropper.min.js"></script>
|
|
|
|
|
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js"></script>
|
|
|
|
|
+ <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script> -->
|
|
|
|
|
+ <script src="{% static 'dist/js/scripts.js' %}"></script>
|
|
|
|
|
+ <script>
|
|
|
|
|
+ function generateEmail() {
|
|
|
|
|
+ const to = "dharunrk01@gmail.com";
|
|
|
|
|
+ const subject = "Monthly Automation Report";
|
|
|
|
|
+
|
|
|
|
|
+ // 🟢 You can use full HTML here
|
|
|
|
|
+ let htmlBody = `
|
|
|
|
|
+ <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"
|
|
|
|
|
+ xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
|
|
|
|
|
+ xmlns="http://www.w3.org/TR/REC-html40">
|
|
|
|
|
+
|
|
|
|
|
+ <head>
|
|
|
|
|
+ <meta http-equiv=Content-Type content="text/html; charset=unicode">
|
|
|
|
|
+ <meta name=ProgId content=Word.Document>
|
|
|
|
|
+ <meta name=Generator content="Microsoft Word 15">
|
|
|
|
|
+ <meta name=Originator content="Microsoft Word 15">
|
|
|
|
|
+ <link rel=File-List href="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//filelist.xml">
|
|
|
|
|
+ <link rel=Edit-Time-Data href="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//editdata.mso">
|
|
|
|
|
+ <!--[if !mso]>
|
|
|
|
|
+ <style>
|
|
|
|
|
+ v\:* {behavior:url(#default#VML);}
|
|
|
|
|
+ o\:* {behavior:url(#default#VML);}
|
|
|
|
|
+ w\:* {behavior:url(#default#VML);}
|
|
|
|
|
+ .shape {behavior:url(#default#VML);}
|
|
|
|
|
+ </style>
|
|
|
|
|
+ <![endif]--><!--[if gte mso 9]><xml>
|
|
|
|
|
+ <o:DocumentProperties>
|
|
|
|
|
+ <o:Author>Amar Kholambe</o:Author>
|
|
|
|
|
+ <o:Template>NormalEmail.dotm</o:Template>
|
|
|
|
|
+ <o:Revision>1</o:Revision>
|
|
|
|
|
+ <o:TotalTime>149</o:TotalTime>
|
|
|
|
|
+ <o:Created>2025-10-29T13:45:00Z</o:Created>
|
|
|
|
|
+ <o:Pages>1</o:Pages>
|
|
|
|
|
+ <o:Words>3104</o:Words>
|
|
|
|
|
+ <o:Characters>17699</o:Characters>
|
|
|
|
|
+ <o:Lines>147</o:Lines>
|
|
|
|
|
+ <o:Paragraphs>41</o:Paragraphs>
|
|
|
|
|
+ <o:CharactersWithSpaces>20762</o:CharactersWithSpaces>
|
|
|
|
|
+ <o:Version>16.00</o:Version>
|
|
|
|
|
+ </o:DocumentProperties>
|
|
|
|
|
+ </xml><![endif]-->
|
|
|
|
|
+ <link rel=themeData href="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//themedata.thmx">
|
|
|
|
|
+ <link rel=colorSchemeMapping
|
|
|
|
|
+ href="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//colorschememapping.xml">
|
|
|
|
|
+ <!--[if gte mso 9]><xml>
|
|
|
|
|
+ <w:WordDocument>
|
|
|
|
|
+ <w:Zoom>0</w:Zoom>
|
|
|
|
|
+ <w:DocumentKind>DocumentEmail</w:DocumentKind>
|
|
|
|
|
+ <w:TrackMoves/>
|
|
|
|
|
+ <w:TrackFormatting/>
|
|
|
|
|
+ <w:ValidateAgainstSchemas/>
|
|
|
|
|
+ <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
|
|
|
|
|
+ <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
|
|
|
|
|
+ <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
|
|
|
|
|
+ <w:DoNotPromoteQF/>
|
|
|
|
|
+ <w:LidThemeOther>EN-IN</w:LidThemeOther>
|
|
|
|
|
+ <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
|
|
|
|
|
+ <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
|
|
|
|
|
+ <w:Compatibility>
|
|
|
|
|
+ <w:DoNotExpandShiftReturn/>
|
|
|
|
|
+ <w:BreakWrappedTables/>
|
|
|
|
|
+ <w:SnapToGridInCell/>
|
|
|
|
|
+ <w:WrapTextWithPunct/>
|
|
|
|
|
+ <w:UseAsianBreakRules/>
|
|
|
|
|
+ <w:DontGrowAutofit/>
|
|
|
|
|
+ <w:SplitPgBreakAndParaMark/>
|
|
|
|
|
+ <w:EnableOpenTypeKerning/>
|
|
|
|
|
+ <w:DontFlipMirrorIndents/>
|
|
|
|
|
+ <w:OverrideTableStyleHps/>
|
|
|
|
|
+ </w:Compatibility>
|
|
|
|
|
+ <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
|
|
|
|
|
+ <m:mathPr>
|
|
|
|
|
+ <m:mathFont m:val="Cambria Math"/>
|
|
|
|
|
+ <m:brkBin m:val="before"/>
|
|
|
|
|
+ <m:brkBinSub m:val="--"/>
|
|
|
|
|
+ <m:smallFrac m:val="off"/>
|
|
|
|
|
+ <m:dispDef/>
|
|
|
|
|
+ <m:lMargin m:val="0"/>
|
|
|
|
|
+ <m:rMargin m:val="0"/>
|
|
|
|
|
+ <m:defJc m:val="centerGroup"/>
|
|
|
|
|
+ <m:wrapIndent m:val="1440"/>
|
|
|
|
|
+ <m:intLim m:val="subSup"/>
|
|
|
|
|
+ <m:naryLim m:val="undOvr"/>
|
|
|
|
|
+ </m:mathPr></w:WordDocument>
|
|
|
|
|
+ </xml><![endif]--><!--[if gte mso 9]><xml>
|
|
|
|
|
+ <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false"
|
|
|
|
|
+ DefSemiHidden="false" DefQFormat="false" DefPriority="99"
|
|
|
|
|
+ LatentStyleCount="376">
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="0" QFormat="true" Name="Normal"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="9" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" QFormat="true" Name="heading 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="9" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" QFormat="true" Name="heading 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="9" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" QFormat="true" Name="heading 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="9" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" QFormat="true" Name="heading 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="9" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" QFormat="true" Name="heading 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="9" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" QFormat="true" Name="heading 7"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="9" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" QFormat="true" Name="heading 8"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="9" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" QFormat="true" Name="heading 9"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="index 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="index 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="index 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="index 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="index 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="index 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="index 7"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="index 8"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="index 9"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="39" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" Name="toc 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="39" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" Name="toc 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="39" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" Name="toc 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="39" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" Name="toc 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="39" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" Name="toc 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="39" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" Name="toc 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="39" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" Name="toc 7"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="39" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" Name="toc 8"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="39" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" Name="toc 9"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Normal Indent"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="footnote text"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="annotation text"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="header"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="footer"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="index heading"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="35" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" QFormat="true" Name="caption"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="table of figures"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="envelope address"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="envelope return"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="footnote reference"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="annotation reference"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="line number"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="page number"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="endnote reference"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="endnote text"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="table of authorities"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="macro"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="toa heading"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List Bullet"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List Number"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List Bullet 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List Bullet 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List Bullet 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List Bullet 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List Number 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List Number 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List Number 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List Number 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="10" QFormat="true" Name="Title"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Closing"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Signature"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="1" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" Name="Default Paragraph Font"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Body Text"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Body Text Indent"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List Continue"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List Continue 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List Continue 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List Continue 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="List Continue 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Message Header"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="11" QFormat="true" Name="Subtitle"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Salutation"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Date"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Body Text First Indent"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Body Text First Indent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Note Heading"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Body Text 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Body Text 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Body Text Indent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Body Text Indent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Block Text"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Hyperlink"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="FollowedHyperlink"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="22" QFormat="true" Name="Strong"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="20" QFormat="true" Name="Emphasis"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Document Map"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Plain Text"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="E-mail Signature"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="HTML Top of Form"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="HTML Bottom of Form"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Normal (Web)"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="HTML Acronym"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="HTML Address"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="HTML Cite"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="HTML Code"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="HTML Definition"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="HTML Keyboard"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="HTML Preformatted"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="HTML Sample"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="HTML Typewriter"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="HTML Variable"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Normal Table"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="annotation subject"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="No List"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Outline List 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Outline List 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Outline List 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Simple 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Simple 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Simple 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Classic 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Classic 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Classic 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Classic 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Colorful 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Colorful 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Colorful 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Columns 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Columns 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Columns 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Columns 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Columns 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Grid 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Grid 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Grid 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Grid 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Grid 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Grid 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Grid 7"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Grid 8"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table List 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table List 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table List 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table List 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table List 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table List 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table List 7"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table List 8"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table 3D effects 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table 3D effects 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table 3D effects 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Contemporary"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Elegant"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Professional"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Subtle 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Subtle 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Web 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Web 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Web 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Balloon Text"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="39" Name="Table Grid"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Table Theme"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" Name="Placeholder Text"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="1" QFormat="true" Name="No Spacing"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="60" Name="Light Shading"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="61" Name="Light List"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="62" Name="Light Grid"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="65" Name="Medium List 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="66" Name="Medium List 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="70" Name="Dark List"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="71" Name="Colorful Shading"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="72" Name="Colorful List"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="73" Name="Colorful Grid"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="61" Name="Light List Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" Name="Revision"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="34" QFormat="true"
|
|
|
|
|
+ Name="List Paragraph"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="29" QFormat="true" Name="Quote"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="30" QFormat="true"
|
|
|
|
|
+ Name="Intense Quote"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="61" Name="Light List Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="61" Name="Light List Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="61" Name="Light List Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="61" Name="Light List Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="61" Name="Light List Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="19" QFormat="true"
|
|
|
|
|
+ Name="Subtle Emphasis"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="21" QFormat="true"
|
|
|
|
|
+ Name="Intense Emphasis"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="31" QFormat="true"
|
|
|
|
|
+ Name="Subtle Reference"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="32" QFormat="true"
|
|
|
|
|
+ Name="Intense Reference"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="33" QFormat="true" Name="Book Title"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="37" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" Name="Bibliography"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="39" SemiHidden="true"
|
|
|
|
|
+ UnhideWhenUsed="true" QFormat="true" Name="TOC Heading"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="41" Name="Plain Table 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="42" Name="Plain Table 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="43" Name="Plain Table 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="44" Name="Plain Table 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="45" Name="Plain Table 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="40" Name="Grid Table Light"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="47" Name="Grid Table 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="48" Name="Grid Table 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="49" Name="Grid Table 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="46"
|
|
|
|
|
+ Name="Grid Table 1 Light Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="51"
|
|
|
|
|
+ Name="Grid Table 6 Colorful Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="52"
|
|
|
|
|
+ Name="Grid Table 7 Colorful Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="46"
|
|
|
|
|
+ Name="Grid Table 1 Light Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="51"
|
|
|
|
|
+ Name="Grid Table 6 Colorful Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="52"
|
|
|
|
|
+ Name="Grid Table 7 Colorful Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="46"
|
|
|
|
|
+ Name="Grid Table 1 Light Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="51"
|
|
|
|
|
+ Name="Grid Table 6 Colorful Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="52"
|
|
|
|
|
+ Name="Grid Table 7 Colorful Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="46"
|
|
|
|
|
+ Name="Grid Table 1 Light Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="51"
|
|
|
|
|
+ Name="Grid Table 6 Colorful Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="52"
|
|
|
|
|
+ Name="Grid Table 7 Colorful Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="46"
|
|
|
|
|
+ Name="Grid Table 1 Light Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="51"
|
|
|
|
|
+ Name="Grid Table 6 Colorful Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="52"
|
|
|
|
|
+ Name="Grid Table 7 Colorful Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="46"
|
|
|
|
|
+ Name="Grid Table 1 Light Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="51"
|
|
|
|
|
+ Name="Grid Table 6 Colorful Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="52"
|
|
|
|
|
+ Name="Grid Table 7 Colorful Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="47" Name="List Table 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="48" Name="List Table 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="49" Name="List Table 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="46"
|
|
|
|
|
+ Name="List Table 1 Light Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="51"
|
|
|
|
|
+ Name="List Table 6 Colorful Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="52"
|
|
|
|
|
+ Name="List Table 7 Colorful Accent 1"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="46"
|
|
|
|
|
+ Name="List Table 1 Light Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="51"
|
|
|
|
|
+ Name="List Table 6 Colorful Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="52"
|
|
|
|
|
+ Name="List Table 7 Colorful Accent 2"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="46"
|
|
|
|
|
+ Name="List Table 1 Light Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="51"
|
|
|
|
|
+ Name="List Table 6 Colorful Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="52"
|
|
|
|
|
+ Name="List Table 7 Colorful Accent 3"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="46"
|
|
|
|
|
+ Name="List Table 1 Light Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="51"
|
|
|
|
|
+ Name="List Table 6 Colorful Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="52"
|
|
|
|
|
+ Name="List Table 7 Colorful Accent 4"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="46"
|
|
|
|
|
+ Name="List Table 1 Light Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="51"
|
|
|
|
|
+ Name="List Table 6 Colorful Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="52"
|
|
|
|
|
+ Name="List Table 7 Colorful Accent 5"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="46"
|
|
|
|
|
+ Name="List Table 1 Light Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="51"
|
|
|
|
|
+ Name="List Table 6 Colorful Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" Priority="52"
|
|
|
|
|
+ Name="List Table 7 Colorful Accent 6"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Mention"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Smart Hyperlink"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Hashtag"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Unresolved Mention"/>
|
|
|
|
|
+ <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
|
|
|
|
|
+ Name="Smart Link"/>
|
|
|
|
|
+ </w:LatentStyles>
|
|
|
|
|
+ </xml><![endif]-->
|
|
|
|
|
+ <style>
|
|
|
|
|
+ <!--
|
|
|
|
|
+ /* Font Definitions */
|
|
|
|
|
+ @font-face {
|
|
|
|
|
+ font-family: Wingdings;
|
|
|
|
|
+ panose-1: 5 0 0 0 0 0 0 0 0 0;
|
|
|
|
|
+ mso-font-charset: 2;
|
|
|
|
|
+ mso-generic-font-family: auto;
|
|
|
|
|
+ mso-font-pitch: variable;
|
|
|
|
|
+ mso-font-signature: 0 268435456 0 0 -2147483648 0;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @font-face {
|
|
|
|
|
+ font-family: "Cambria Math";
|
|
|
|
|
+ panose-1: 2 4 5 3 5 4 6 3 2 4;
|
|
|
|
|
+ mso-font-charset: 0;
|
|
|
|
|
+ mso-generic-font-family: roman;
|
|
|
|
|
+ mso-font-pitch: variable;
|
|
|
|
|
+ mso-font-signature: -536869121 1107305727 33554432 0 415 0;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @font-face {
|
|
|
|
|
+ font-family: Calibri;
|
|
|
|
|
+ panose-1: 2 15 5 2 2 2 4 3 2 4;
|
|
|
|
|
+ mso-font-charset: 0;
|
|
|
|
|
+ mso-generic-font-family: swiss;
|
|
|
|
|
+ mso-font-pitch: variable;
|
|
|
|
|
+ mso-font-signature: -469750017 -1073732485 9 0 511 0;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @font-face {
|
|
|
|
|
+ font-family: Aptos;
|
|
|
|
|
+ mso-font-charset: 0;
|
|
|
|
|
+ mso-generic-font-family: swiss;
|
|
|
|
|
+ mso-font-pitch: variable;
|
|
|
|
|
+ mso-font-signature: 536871559 3 0 0 415 0;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @font-face {
|
|
|
|
|
+ font-family: "Segoe UI Emoji";
|
|
|
|
|
+ panose-1: 2 11 5 2 4 2 4 2 2 3;
|
|
|
|
|
+ mso-font-charset: 0;
|
|
|
|
|
+ mso-generic-font-family: swiss;
|
|
|
|
|
+ mso-font-pitch: variable;
|
|
|
|
|
+ mso-font-signature: 3 33554432 0 0 1 0;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @font-face {
|
|
|
|
|
+ font-family: "Everyday Sans";
|
|
|
|
|
+ mso-font-alt: Calibri;
|
|
|
|
|
+ mso-font-charset: 0;
|
|
|
|
|
+ mso-generic-font-family: auto;
|
|
|
|
|
+ mso-font-pitch: auto;
|
|
|
|
|
+ mso-font-signature: 0 0 0 0 0 0;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @font-face {
|
|
|
|
|
+ font-family: "Everyday Sans Medium";
|
|
|
|
|
+ mso-font-alt: Calibri;
|
|
|
|
|
+ mso-font-charset: 0;
|
|
|
|
|
+ mso-generic-font-family: auto;
|
|
|
|
|
+ mso-font-pitch: auto;
|
|
|
|
|
+ mso-font-signature: 0 0 0 0 0 0;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @font-face {
|
|
|
|
|
+ font-family: Bogle;
|
|
|
|
|
+ mso-font-alt: Calibri;
|
|
|
|
|
+ mso-font-charset: 0;
|
|
|
|
|
+ mso-generic-font-family: auto;
|
|
|
|
|
+ mso-font-pitch: auto;
|
|
|
|
|
+ mso-font-signature: 0 0 0 0 0 0;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @font-face {
|
|
|
|
|
+ font-family: "Arial Black";
|
|
|
|
|
+ panose-1: 2 11 10 4 2 1 2 2 2 4;
|
|
|
|
|
+ mso-font-charset: 0;
|
|
|
|
|
+ mso-generic-font-family: swiss;
|
|
|
|
|
+ mso-font-pitch: variable;
|
|
|
|
|
+ mso-font-signature: -1610612049 1073772795 0 0 159 0;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @font-face {
|
|
|
|
|
+ font-family: "Wingdings 3";
|
|
|
|
|
+ panose-1: 5 4 1 2 1 8 7 7 7 7;
|
|
|
|
|
+ mso-font-charset: 2;
|
|
|
|
|
+ mso-generic-font-family: roman;
|
|
|
|
|
+ mso-font-pitch: variable;
|
|
|
|
|
+ mso-font-signature: 0 268435456 0 0 -2147483648 0;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /* Style Definitions */
|
|
|
|
|
+ p.MsoNormal,
|
|
|
|
|
+ li.MsoNormal,
|
|
|
|
|
+ div.MsoNormal {
|
|
|
|
|
+ mso-style-unhide: no;
|
|
|
|
|
+ mso-style-qformat: yes;
|
|
|
|
|
+ mso-style-parent: "";
|
|
|
|
|
+ margin: 0cm;
|
|
|
|
|
+ mso-pagination: widow-orphan;
|
|
|
|
|
+ font-size: 11.0pt;
|
|
|
|
|
+ font-family: "Aptos", sans-serif;
|
|
|
|
|
+ mso-fareast-font-family: Aptos;
|
|
|
|
|
+ mso-fareast-theme-font: minor-latin;
|
|
|
|
|
+ mso-bidi-font-family: Aptos;
|
|
|
|
|
+ mso-ligatures: standardcontextual;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ a:link,
|
|
|
|
|
+ span.MsoHyperlink {
|
|
|
|
|
+ mso-style-priority: 99;
|
|
|
|
|
+ color: #467886;
|
|
|
|
|
+ text-decoration: underline;
|
|
|
|
|
+ text-underline: single;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ a:visited,
|
|
|
|
|
+ span.MsoHyperlinkFollowed {
|
|
|
|
|
+ mso-style-noshow: yes;
|
|
|
|
|
+ mso-style-priority: 99;
|
|
|
|
|
+ color: #96607D;
|
|
|
|
|
+ text-decoration: underline;
|
|
|
|
|
+ text-underline: single;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ p {
|
|
|
|
|
+ mso-style-noshow: yes;
|
|
|
|
|
+ mso-style-priority: 99;
|
|
|
|
|
+ mso-margin-top-alt: auto;
|
|
|
|
|
+ margin-right: 0cm;
|
|
|
|
|
+ mso-margin-bottom-alt: auto;
|
|
|
|
|
+ margin-left: 0cm;
|
|
|
|
|
+ mso-pagination: widow-orphan;
|
|
|
|
|
+ font-size: 12.0pt;
|
|
|
|
|
+ font-family: "Aptos", sans-serif;
|
|
|
|
|
+ mso-fareast-font-family: Aptos;
|
|
|
|
|
+ mso-fareast-theme-font: minor-latin;
|
|
|
|
|
+ mso-bidi-font-family: Aptos;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ p.msonormal0,
|
|
|
|
|
+ li.msonormal0,
|
|
|
|
|
+ div.msonormal0 {
|
|
|
|
|
+ mso-style-name: msonormal;
|
|
|
|
|
+ mso-style-unhide: no;
|
|
|
|
|
+ mso-margin-top-alt: auto;
|
|
|
|
|
+ margin-right: 0cm;
|
|
|
|
|
+ mso-margin-bottom-alt: auto;
|
|
|
|
|
+ margin-left: 0cm;
|
|
|
|
|
+ mso-pagination: widow-orphan;
|
|
|
|
|
+ font-size: 12.0pt;
|
|
|
|
|
+ font-family: "Aptos", sans-serif;
|
|
|
|
|
+ mso-fareast-font-family: Aptos;
|
|
|
|
|
+ mso-fareast-theme-font: minor-latin;
|
|
|
|
|
+ mso-bidi-font-family: Aptos;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ p.xmsonormal,
|
|
|
|
|
+ li.xmsonormal,
|
|
|
|
|
+ div.xmsonormal {
|
|
|
|
|
+ mso-style-name: x_msonormal;
|
|
|
|
|
+ mso-style-unhide: no;
|
|
|
|
|
+ margin: 0cm;
|
|
|
|
|
+ mso-pagination: widow-orphan;
|
|
|
|
|
+ font-size: 11.0pt;
|
|
|
|
|
+ font-family: "Calibri", sans-serif;
|
|
|
|
|
+ mso-fareast-font-family: Aptos;
|
|
|
|
|
+ mso-fareast-theme-font: minor-latin;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ p.xmsolistparagraph,
|
|
|
|
|
+ li.xmsolistparagraph,
|
|
|
|
|
+ div.xmsolistparagraph {
|
|
|
|
|
+ mso-style-name: x_msolistparagraph;
|
|
|
|
|
+ mso-style-unhide: no;
|
|
|
|
|
+ margin-top: 0cm;
|
|
|
|
|
+ margin-right: 0cm;
|
|
|
|
|
+ margin-bottom: 0cm;
|
|
|
|
|
+ margin-left: 36.0pt;
|
|
|
|
|
+ mso-pagination: widow-orphan;
|
|
|
|
|
+ font-size: 11.0pt;
|
|
|
|
|
+ font-family: "Calibri", sans-serif;
|
|
|
|
|
+ mso-fareast-font-family: Aptos;
|
|
|
|
|
+ mso-fareast-theme-font: minor-latin;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ span.EmailStyle20 {
|
|
|
|
|
+ mso-style-type: personal;
|
|
|
|
|
+ mso-style-noshow: yes;
|
|
|
|
|
+ mso-style-unhide: no;
|
|
|
|
|
+ font-family: "Aptos", sans-serif;
|
|
|
|
|
+ mso-ascii-font-family: Aptos;
|
|
|
|
|
+ mso-hansi-font-family: Aptos;
|
|
|
|
|
+ color: windowtext;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .MsoChpDefault {
|
|
|
|
|
+ mso-style-type: export-only;
|
|
|
|
|
+ mso-default-props: yes;
|
|
|
|
|
+ font-size: 10.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ mso-bidi-font-size: 10.0pt;
|
|
|
|
|
+ mso-font-kerning: 0pt;
|
|
|
|
|
+ mso-ligatures: none;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @page WordSection1 {
|
|
|
|
|
+ size: 612.0pt 792.0pt;
|
|
|
|
|
+ margin: 72.0pt 72.0pt 72.0pt 72.0pt;
|
|
|
|
|
+ mso-header-margin: 36.0pt;
|
|
|
|
|
+ mso-footer-margin: 36.0pt;
|
|
|
|
|
+ mso-paper-source: 0;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ div.WordSection1 {
|
|
|
|
|
+ page: WordSection1;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /* List Definitions */
|
|
|
|
|
+ @list l0 {
|
|
|
|
|
+ mso-list-id: 911157885;
|
|
|
|
|
+ mso-list-template-ids: 2120647440;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l0:level1 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 36.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l0:level2 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 72.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l0:level3 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 108.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l0:level4 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 144.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l0:level5 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 180.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l0:level6 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 216.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l0:level7 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 252.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l0:level8 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 288.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l0:level9 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 324.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l1 {
|
|
|
|
|
+ mso-list-id: 984817907;
|
|
|
|
|
+ mso-list-type: hybrid;
|
|
|
|
|
+ mso-list-template-ids: 1825720290 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l1:level1 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: none;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ margin-left: 18.0pt;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l1:level2 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: o;
|
|
|
|
|
+ mso-level-tab-stop: none;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ margin-left: 54.0pt;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ font-family: "Courier New";
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l1:level3 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: none;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ margin-left: 90.0pt;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ font-family: Wingdings;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l1:level4 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: none;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ margin-left: 126.0pt;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l1:level5 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: o;
|
|
|
|
|
+ mso-level-tab-stop: none;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ margin-left: 162.0pt;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ font-family: "Courier New";
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l1:level6 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: none;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ margin-left: 198.0pt;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ font-family: Wingdings;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l1:level7 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: none;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ margin-left: 234.0pt;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l1:level8 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: o;
|
|
|
|
|
+ mso-level-tab-stop: none;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ margin-left: 270.0pt;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ font-family: "Courier New";
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l1:level9 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: none;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ margin-left: 306.0pt;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ font-family: Wingdings;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l2 {
|
|
|
|
|
+ mso-list-id: 1256861220;
|
|
|
|
|
+ mso-list-template-ids: -1139086522;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l2:level1 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 36.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l2:level2 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 72.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l2:level3 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 108.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l2:level4 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 144.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l2:level5 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 180.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l2:level6 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 216.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l2:level7 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 252.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l2:level8 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 288.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l2:level9 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 324.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l3 {
|
|
|
|
|
+ mso-list-id: 1547599530;
|
|
|
|
|
+ mso-list-template-ids: 934948642;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l3:level1 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 36.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l3:level2 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 72.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l3:level3 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 108.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l3:level4 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 144.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l3:level5 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 180.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l3:level6 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 216.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l3:level7 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 252.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l3:level8 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 288.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l3:level9 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 324.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l4 {
|
|
|
|
|
+ mso-list-id: 1649894096;
|
|
|
|
|
+ mso-list-template-ids: 1156111228;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l4:level1 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 36.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l4:level2 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 72.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l4:level3 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 108.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l4:level4 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 144.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l4:level5 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 180.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l4:level6 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 216.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l4:level7 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 252.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l4:level8 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 288.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l4:level9 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 324.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l5 {
|
|
|
|
|
+ mso-list-id: 1956137538;
|
|
|
|
|
+ mso-list-template-ids: 773912986;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l5:level1 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 36.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l5:level2 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 72.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l5:level3 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 108.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l5:level4 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 144.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l5:level5 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 180.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l5:level6 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 216.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l5:level7 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 252.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l5:level8 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 288.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @list l5:level9 {
|
|
|
|
|
+ mso-level-number-format: bullet;
|
|
|
|
|
+ mso-level-text: ;
|
|
|
|
|
+ mso-level-tab-stop: 324.0pt;
|
|
|
|
|
+ mso-level-number-position: left;
|
|
|
|
|
+ text-indent: -18.0pt;
|
|
|
|
|
+ mso-ansi-font-size: 10.0pt;
|
|
|
|
|
+ font-family: Symbol;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ ol {
|
|
|
|
|
+ margin-bottom: 0cm;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ ul {
|
|
|
|
|
+ margin-bottom: 0cm;
|
|
|
|
|
+ }
|
|
|
|
|
+ -->
|
|
|
|
|
+ </style>
|
|
|
|
|
+ <!--[if gte mso 10]>
|
|
|
|
|
+ <style>
|
|
|
|
|
+ /* Style Definitions */
|
|
|
|
|
+ table.MsoNormalTable
|
|
|
|
|
+ {mso-style-name:"Table Normal";
|
|
|
|
|
+ mso-tstyle-rowband-size:0;
|
|
|
|
|
+ mso-tstyle-colband-size:0;
|
|
|
|
|
+ mso-style-noshow:yes;
|
|
|
|
|
+ mso-style-priority:99;
|
|
|
|
|
+ mso-style-parent:"";
|
|
|
|
|
+ mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
|
|
|
|
|
+ mso-para-margin:0cm;
|
|
|
|
|
+ mso-pagination:widow-orphan;
|
|
|
|
|
+ font-size:10.0pt;
|
|
|
|
|
+ font-family:"Times New Roman",serif;}
|
|
|
|
|
+ </style>
|
|
|
|
|
+ <![endif]-->
|
|
|
|
|
+ </head>
|
|
|
|
|
+
|
|
|
|
|
+ <body lang=EN-IN link="#467886" vlink="#96607D" style='tab-interval:36.0pt;
|
|
|
|
|
+ word-wrap:break-word'>
|
|
|
|
|
+
|
|
|
|
|
+ <div class=WordSection1>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width=1210 style='width:907.85pt;border-collapse:collapse;mso-yfti-tbllook:1184;
|
|
|
|
|
+ mso-padding-alt:0cm 0cm 0cm 0cm'>
|
|
|
|
|
+ <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;height:65.25pt'>
|
|
|
|
|
+ <td width=1210 colspan=9 valign=bottom style='width:907.85pt;background:white;
|
|
|
|
|
+ padding:0cm 0cm 0cm 0cm;height:65.25pt'>
|
|
|
|
|
+ <p class=MsoNormal><span style='color:black;mso-ligatures:none'><!--[if gte vml 1]><v:shapetype
|
|
|
|
|
+ id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"
|
|
|
|
|
+ path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">
|
|
|
|
|
+ <v:stroke joinstyle="miter"/>
|
|
|
|
|
+ <v:formulas>
|
|
|
|
|
+ <v:f eqn="if lineDrawn pixelLineWidth 0"/>
|
|
|
|
|
+ <v:f eqn="sum @0 1 0"/>
|
|
|
|
|
+ <v:f eqn="sum 0 0 @1"/>
|
|
|
|
|
+ <v:f eqn="prod @2 1 2"/>
|
|
|
|
|
+ <v:f eqn="prod @3 21600 pixelWidth"/>
|
|
|
|
|
+ <v:f eqn="prod @3 21600 pixelHeight"/>
|
|
|
|
|
+ <v:f eqn="sum @0 0 1"/>
|
|
|
|
|
+ <v:f eqn="prod @6 1 2"/>
|
|
|
|
|
+ <v:f eqn="prod @7 21600 pixelWidth"/>
|
|
|
|
|
+ <v:f eqn="sum @8 21600 0"/>
|
|
|
|
|
+ <v:f eqn="prod @7 21600 pixelHeight"/>
|
|
|
|
|
+ <v:f eqn="sum @10 21600 0"/>
|
|
|
|
|
+ </v:formulas>
|
|
|
|
|
+ <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
|
|
|
|
|
+ <o:lock v:ext="edit" aspectratio="t"/>
|
|
|
|
|
+ </v:shapetype><v:shape id="Picture_x0020_21" o:spid="_x0000_i1025" type="#_x0000_t75"
|
|
|
|
|
+ alt="" style='width:907.5pt;height:67.5pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image001.png"
|
|
|
|
|
+ o:href="cid:image059.png@01DB8E9A.9F968070"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=1210 height=90
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image002.gif"
|
|
|
|
|
+ style='height:.937in;width:12.597in' v:shapes="Picture_x0020_21">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:1;height:28.8pt'>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;border:none;border-left:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:#F2F2F2;padding:0cm 0cm 0cm 7.2pt;height:28.8pt'>
|
|
|
|
|
+ <p class=MsoNormal><b><span style='font-size:9.5pt;font-family:"Everyday Sans Medium";
|
|
|
|
|
+ color:black'>FULL-PAGE COMPARISON</span></b><b><span style='font-family:Bogle;
|
|
|
|
|
+ color:black'> </span></b><b><span style='font-family:"Wingdings 3";
|
|
|
|
|
+ color:#FFC000'>}</span><span style='color:black'> </span></b><span style='font-size:12.0pt;mso-ligatures:none'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;background:#F2F2F2;padding:
|
|
|
|
|
+ 0cm 7.2pt 0cm 7.2pt;height:28.8pt'></td>
|
|
|
|
|
+ <td width=403 colspan=3 style='width:302.55pt;border:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:#F2F2F2;padding:0cm 7.2pt 0cm 7.2pt;height:28.8pt'>
|
|
|
|
|
+ <p class=MsoNormal align=right style='text-align:right'><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:black'>Tuesday, October 28, 2025</span><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:2;height:28.8pt'>
|
|
|
|
|
+ <td width=1210 colspan=9 style='width:907.85pt;border-top:none;border-left:
|
|
|
|
|
+ solid #F2F2F2 1.0pt;border-bottom:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:5.75pt 0cm 5.75pt 0cm;height:28.8pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:9.5pt;font-family:"Everyday Sans";color:black;mso-ligatures:
|
|
|
|
|
+ none'><!--[if gte vml 1]><v:shape id="Picture_x0020_17" o:spid="_x0000_i1026"
|
|
|
|
|
+ type="#_x0000_t75" alt="" style='width:906.75pt;height:174pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image003.png"
|
|
|
|
|
+ o:href="cid:image021.png@01DC482B.B449EED0"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=1209 height=232
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image004.gif"
|
|
|
|
|
+ style='height:2.416in;width:12.597in' v:shapes="Picture_x0020_17">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:3;height:28.8pt'>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;border:none;border-left:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:#001E60;padding:0cm 0cm 0cm 7.2pt;height:28.8pt'>
|
|
|
|
|
+ <p class=MsoNormal><b><span style='font-size:9.5pt;font-family:"Everyday Sans Medium";
|
|
|
|
|
+ color:white'>FINDINGS & ANALYSIS<o:p></o:p></span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;background:#001E60;padding:
|
|
|
|
|
+ 0cm 7.2pt 0cm 7.2pt;height:28.8pt'>
|
|
|
|
|
+ <p class=MsoNormal><b><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ color:white'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=403 colspan=3 style='width:302.55pt;border:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:#001E60;padding:0cm 7.2pt 0cm 7.2pt;height:28.8pt'>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ color:white'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:4'>
|
|
|
|
|
+ <td width=404 colspan=3 valign=bottom style='width:302.65pt;border-top:none;
|
|
|
|
|
+ border-left:solid #F2F2F2 1.0pt;border-bottom:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 0cm 3.6pt 7.2pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:10.5pt;font-family:Bogle;color:black;mso-ligatures:none'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="x_Picture_x0020_4" o:spid="_x0000_i1027" type="#_x0000_t75" alt="Logo Description automatically generated"
|
|
|
|
|
+ style='width:75pt;height:22.5pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image005.png"
|
|
|
|
|
+ o:href="cid:image004.png@01DB8E8A.BEA46F00"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=100 height=30
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image006.gif"
|
|
|
|
|
+ style='height:.312in;width:1.041in' alt="Logo Description automatically generated"
|
|
|
|
|
+ v:shapes="x_Picture_x0020_4">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><b><span style='font-size:9.0pt;font-family:"Everyday Sans";color:black'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=404 colspan=3 valign=bottom style='width:302.65pt;border:none;
|
|
|
|
|
+ border-right:solid #F2F2F2 1.0pt;background:white;padding:3.6pt 0cm 3.6pt 0cm'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:10.5pt;font-family:Bogle;color:black;mso-ligatures:none'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="x_Picture_x0020_5" o:spid="_x0000_i1028" type="#_x0000_t75" alt="A red and white sign Description automatically generated with low confidence"
|
|
|
|
|
+ style='width:84pt;height:25.5pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image007.png"
|
|
|
|
|
+ o:href="cid:image005.png@01DB8E8A.BEA46F00"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=112 height=34
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image008.gif"
|
|
|
|
|
+ style='height:.354in;width:1.166in'
|
|
|
|
|
+ alt="A red and white sign Description automatically generated with low confidence"
|
|
|
|
|
+ v:shapes="x_Picture_x0020_5">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><b><span style='font-size:9.0pt;
|
|
|
|
|
+ font-family:"Everyday Sans";color:black'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=403 colspan=3 style='width:302.55pt;border:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 0cm 3.6pt 0cm'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:10.5pt;font-family:Bogle;color:black;mso-ligatures:none'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="x_Picture_x0020_6" o:spid="_x0000_i1029" type="#_x0000_t75" alt="Logo Description automatically generated"
|
|
|
|
|
+ style='width:106.5pt;height:17.25pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image009.png"
|
|
|
|
|
+ o:href="cid:image006.png@01DB8E8A.BEA46F00"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=142 height=23
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image010.jpg"
|
|
|
|
|
+ style='height:.243in;width:1.486in' alt="Logo Description automatically generated"
|
|
|
|
|
+ v:shapes="x_Picture_x0020_6">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><b><span style='font-size:9.0pt;font-family:"Everyday Sans";color:black'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:5;height:21.6pt'>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;border-top:none;border-left:
|
|
|
|
|
+ solid #F2F2F2 1.0pt;border-bottom:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:#F2F2F2;padding:3.6pt 0cm 3.6pt 7.2pt;height:21.6pt'>
|
|
|
|
|
+ <p class=MsoNormal><b><span style='font-size:9.5pt;font-family:"Everyday Sans Medium";
|
|
|
|
|
+ color:black'>ABOVE THE FOLD</span></b><b><span style='font-size:9.5pt;
|
|
|
|
|
+ font-family:"Everyday Sans";color:black'> | </span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans Medium";color:#0053E2'>APP</span></b><b><span
|
|
|
|
|
+ style='font-size:9.0pt;font-family:"Everyday Sans";color:black'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;border:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:#F2F2F2;padding:3.6pt 0cm 3.6pt 0cm;height:21.6pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><b><span
|
|
|
|
|
+ style='font-size:9.0pt;font-family:"Everyday Sans";color:black'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=403 colspan=3 style='width:302.55pt;border:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:#F2F2F2;padding:3.6pt 0cm 3.6pt 0cm;height:21.6pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:10.5pt;font-family:Bogle;color:black'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:6'>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;border-top:none;border-left:
|
|
|
|
|
+ solid #F2F2F2 1.0pt;border-bottom:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 7.2pt 3.6pt 7.2pt'></td>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;border:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 0cm 3.6pt 0cm'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:10.0pt;font-family:"Times New Roman",serif;mso-ligatures:
|
|
|
|
|
+ none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:12.0pt;mso-ligatures:none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:12.0pt;mso-ligatures:none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:12.0pt;mso-ligatures:none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:12.0pt;mso-ligatures:none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:12.0pt;mso-ligatures:none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:12.0pt;mso-ligatures:none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=403 colspan=3 style='width:302.55pt;border:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 0cm 3.6pt 0cm'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:10.0pt;font-family:"Times New Roman",serif;mso-ligatures:
|
|
|
|
|
+ none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:12.0pt;mso-ligatures:none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='margin-bottom:12.0pt;text-align:center'><span
|
|
|
|
|
+ style='font-size:12.0pt;mso-ligatures:none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:12.0pt;mso-ligatures:none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:12.0pt;mso-ligatures:none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:7'>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;border-top:none;border-left:
|
|
|
|
|
+ solid #F2F2F2 1.0pt;border-bottom:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 7.2pt 3.6pt 7.2pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><b><span
|
|
|
|
|
+ style='font-size:9.0pt;font-family:"Everyday Sans";color:black'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;border:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 0cm 3.6pt 0cm'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:10.0pt;font-family:"Times New Roman",serif;mso-ligatures:
|
|
|
|
|
+ none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=403 colspan=3 style='width:302.55pt;border:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 0cm 3.6pt 0cm'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:10.0pt;font-family:"Times New Roman",serif;mso-ligatures:
|
|
|
|
|
+ none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:8'>
|
|
|
|
|
+ <td width=134 style='width:100.85pt;border:none;border-left:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 0cm 3.6pt 0cm'></td>
|
|
|
|
|
+ <td width=135 style='width:100.9pt;background:white;padding:3.6pt 0cm 3.6pt 0cm'></td>
|
|
|
|
|
+ <td width=135 style='width:100.9pt;border:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 0cm 3.6pt 0cm'></td>
|
|
|
|
|
+ <td width=134 style='width:100.85pt;background:white;padding:3.6pt 0cm 3.6pt 0cm'></td>
|
|
|
|
|
+ <td width=135 style='width:100.9pt;background:white;padding:3.6pt 0cm 3.6pt 0cm'></td>
|
|
|
|
|
+ <td width=135 style='width:100.9pt;border:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 0cm 3.6pt 0cm'></td>
|
|
|
|
|
+ <td width=135 style='width:100.9pt;background:white;padding:3.6pt 0cm 3.6pt 0cm'></td>
|
|
|
|
|
+ <td width=134 style='width:100.85pt;background:white;padding:3.6pt 0cm 3.6pt 0cm'></td>
|
|
|
|
|
+ <td width=134 style='width:100.8pt;border:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 0cm 3.6pt 0cm'></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:9'>
|
|
|
|
|
+ <td width=134 style='width:100.85pt;border:none;border-left:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 7.2pt 3.6pt 7.2pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:9.0pt;font-family:"Everyday Sans";color:#7F7F7F'>10/27 [ Mo
|
|
|
|
|
+ ]<o:p></o:p></span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=135 style='width:100.9pt;background:white;padding:3.6pt 0cm 3.6pt 0cm'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:9.0pt;font-family:"Everyday Sans";color:#7F7F7F'>10/24 [ Fr
|
|
|
|
|
+ ]<o:p></o:p></span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=135 style='width:100.9pt;border:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 0cm 3.6pt 0cm'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:9.0pt;font-family:"Everyday Sans";color:#7F7F7F'>10/23 [ Th
|
|
|
|
|
+ ]<o:p></o:p></span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=134 style='width:100.85pt;background:white;padding:3.6pt 0cm 3.6pt 0cm'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:9.0pt;font-family:"Everyday Sans";color:#7F7F7F'>10/27 [ Mo
|
|
|
|
|
+ ]<o:p></o:p></span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=135 style='width:100.9pt;background:white;padding:3.6pt 0cm 3.6pt 0cm'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:9.0pt;font-family:"Everyday Sans";color:#7F7F7F'>10/24 [ Fr
|
|
|
|
|
+ ]<o:p></o:p></span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=135 style='width:100.9pt;border:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 0cm 3.6pt 0cm'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:9.0pt;font-family:"Everyday Sans";color:#7F7F7F'>10/23 [ Th
|
|
|
|
|
+ ]<o:p></o:p></span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=135 style='width:100.9pt;background:white;padding:3.6pt 0cm 3.6pt 0cm'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:9.0pt;font-family:"Everyday Sans";color:#7F7F7F'>10/27 [ Mo
|
|
|
|
|
+ ]<o:p></o:p></span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=134 style='width:100.85pt;background:white;padding:3.6pt 0cm 3.6pt 0cm'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:9.0pt;font-family:"Everyday Sans";color:#7F7F7F'>10/24 [ Fr
|
|
|
|
|
+ ]<o:p></o:p></span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=134 style='width:100.8pt;border:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 0cm 3.6pt 0cm'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:9.0pt;font-family:"Everyday Sans";color:#7F7F7F'>10/23 [ Th
|
|
|
|
|
+ ]<o:p></o:p></span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:10;height:21.6pt'>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;border:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ border-top:none;background:#F2F2F2;padding:3.6pt 0cm 3.6pt 7.2pt;height:21.6pt'>
|
|
|
|
|
+ <p class=MsoNormal><b><span style='font-size:9.5pt;font-family:"Everyday Sans Medium";
|
|
|
|
|
+ color:black'>ABOVE THE FOLD | </span></b><b><span style='font-size:9.5pt;
|
|
|
|
|
+ font-family:"Everyday Sans Medium";color:#0053E2'>DESKTOP</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans Medium";color:black'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;border-top:none;border-left:
|
|
|
|
|
+ none;border-bottom:solid #F2F2F2 1.0pt;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:#F2F2F2;padding:3.6pt 0cm 3.6pt 0cm;height:21.6pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:white'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=403 colspan=3 style='width:302.55pt;border-top:none;border-left:
|
|
|
|
|
+ none;border-bottom:solid #F2F2F2 1.0pt;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:#F2F2F2;padding:3.6pt 0cm 3.6pt 0cm;height:21.6pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:white'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:11'>
|
|
|
|
|
+ <td width=404 colspan=3 valign=top style='width:302.65pt;border-top:none;
|
|
|
|
|
+ border-left:solid #F2F2F2 1.0pt;border-bottom:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:0cm 5.4pt 0cm 5.4pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:12.0pt;color:black;mso-ligatures:none'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="_x0000_i1030" type="#_x0000_t75" alt="" style='width:288.75pt;height:66.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image011.png"
|
|
|
|
|
+ o:href="cid:image034.png@01DC4821.093A2B40"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=385 height=89
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image012.gif"
|
|
|
|
|
+ style='height:.923in;width:4.006in' v:shapes="_x0000_i1030">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:12.0pt;mso-ligatures:none'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:5.0pt;font-family:"Everyday Sans";mso-ligatures:none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:12.0pt;color:black;mso-ligatures:none'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_15" o:spid="_x0000_i1031" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:4in;height:57pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image013.png"
|
|
|
|
|
+ o:href="cid:image007.png@01DC4821.8F335960"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=384 height=76
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image014.gif"
|
|
|
|
|
+ style='height:.791in;width:4.006in' v:shapes="Picture_x0020_15">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:12.0pt;mso-ligatures:none'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:5.0pt;font-family:"Everyday Sans";color:black;mso-ligatures:
|
|
|
|
|
+ none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:12.0pt;color:black;mso-ligatures:none'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_19" o:spid="_x0000_i1032" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:4in;height:56.25pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image015.png"
|
|
|
|
|
+ o:href="cid:image002.png@01DC4760.1AEA56B0"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=384 height=75
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image016.gif"
|
|
|
|
|
+ style='height:.777in;width:4.006in' v:shapes="Picture_x0020_19">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:5.0pt;font-family:"Everyday Sans";color:black;mso-ligatures:
|
|
|
|
|
+ none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:12.0pt;color:black;mso-ligatures:none'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_39" o:spid="_x0000_i1033" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:288.75pt;height:63.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image017.png"
|
|
|
|
|
+ o:href="cid:image010.png@01DC437B.A7968450"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=385 height=85
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image018.gif"
|
|
|
|
|
+ style='height:.888in;width:4.006in' v:shapes="Picture_x0020_39">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:12.0pt;mso-ligatures:none'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:5.0pt;font-family:"Everyday Sans";mso-ligatures:none'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:12.0pt;color:black;mso-ligatures:none'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_36" o:spid="_x0000_i1034" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:4in;height:60pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image019.png"
|
|
|
|
|
+ o:href="cid:image012.png@01DC437B.A7968450"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=384 height=80
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image020.gif"
|
|
|
|
|
+ style='height:.833in;width:4in' v:shapes="Picture_x0020_36">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:12.0pt;mso-ligatures:none'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=404 colspan=3 valign=top style='width:302.65pt;border:none;
|
|
|
|
|
+ border-right:solid #F2F2F2 1.0pt;background:white;padding:0cm 5.4pt 0cm 5.4pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><b><span style='font-size:9.5pt;font-family:"Everyday Sans";color:black;mso-ligatures:
|
|
|
|
|
+ none'><!--[if gte vml 1]><v:shape id="Picture_x0020_18" o:spid="_x0000_i1035"
|
|
|
|
|
+ type="#_x0000_t75" alt="" style='width:4in;height:204.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image021.png"
|
|
|
|
|
+ o:href="cid:image008.png@01DC4761.F9E4E640"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=384 height=273
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image022.gif"
|
|
|
|
|
+ style='height:2.84in;width:4in' v:shapes="Picture_x0020_18">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span></b><b><span style='font-size:9.5pt;font-family:"Everyday Sans";color:white'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=403 colspan=3 valign=top style='width:302.55pt;border:none;
|
|
|
|
|
+ border-right:solid #F2F2F2 1.0pt;background:white;padding:0cm 5.4pt 0cm 5.4pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><b><span style='font-size:9.5pt;font-family:"Everyday Sans";color:black;mso-ligatures:
|
|
|
|
|
+ none'><!--[if gte vml 1]><v:shape id="_x0000_i1036" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:4in;height:119.25pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image023.png"
|
|
|
|
|
+ o:href="cid:image026.png@01DC482A.1C89A000"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=384 height=159
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image024.gif"
|
|
|
|
|
+ style='height:1.652in;width:4in' v:shapes="_x0000_i1036">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span></b><b><span style='font-size:9.5pt;font-family:"Everyday Sans";color:white'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:12'>
|
|
|
|
|
+ <td width=404 colspan=3 valign=top style='width:302.65pt;border:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ border-top:none;background:white;padding:3.6pt 0cm 3.6pt 7.2pt'>
|
|
|
|
|
+ <p class=xmsolistparagraph align=center style='margin-left:0cm;text-align:
|
|
|
|
|
+ center'><span style='font-size:9.5pt;font-family:"Everyday Sans";color:black'><a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210979784011&ishaul=1&pd_rd_w=Vj5aP&content-id=amzn1.sym.d8dfb29b-b651-4cce-acb3-92c76aef2709&pf_rd_p=d8dfb29b-b651-4cce-acb3-92c76aef2709&pf_rd_r=1F7ZYQNZY7KFN4K3RH16&pd_rd_wg=XGWKq&pd_rd_r=4568f359-595b-4d3d-9276-17e0c5ed7acc&ref_=pd_hp_d_hero_unk">$1
|
|
|
|
|
+ flash deals</a> </span><sup><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ color:red'>NEW!</span></sup><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ color:black'>, <a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210998206011&enabledRefinements=%5B%7B%22rid%22%3A%22p_n_deal_type%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22value%22%3A%2223566064011%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22p_n_condition-type%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22value%22%3A%226461716011%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22p_n_availability%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22value%22%3A%222661600011%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22211821651011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%2C%7B%22rid%22%3A%22p_36%22%2C%22value%22%3A%220-5000%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22SEARCH_CONSTRAINT%22%7D%5D&ref_deals=&ref_=hol25_hub_visnav_desk&pd_rd_w=vLtxX&content-id=amzn1.sym.14171155-c9c7-4310-9e41-e88bfc51d7a2&pf_rd_p=14171155-c9c7-4310-9e41-e88bfc51d7a2&pf_rd_r=1F7ZYQNZY7KFN4K3RH16&pd_rd_wg=XGWKq&pd_rd_r=4568f359-595b-4d3d-9276-17e0c5ed7acc">Customer-loved
|
|
|
|
|
+ gifts under $50</a>,</span><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph align=center style='margin-left:0cm;text-align:
|
|
|
|
|
+ center'><span style='font-size:9.5pt;font-family:"Everyday Sans";color:black'><a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210427383011&redirectionContext=%7B%22asins%22%3A%22B01BVF7PTG%2CB0D278N353%2CB00BJH26Z0%22%2C%22filters%22%3A%7B%22p_n_condition-type%22%3A%226461716011%22%2C%22p_n_availability%22%3A%222661600011%22%7D%7D&enabledRefinements=%5B%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22210959449011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%5D&pd_rd_w=LcfWx&content-id=amzn1.sym.9c9c4cd1-42e3-46a4-88e6-1ab282bbd957&pf_rd_p=9c9c4cd1-42e3-46a4-88e6-1ab282bbd957&pf_rd_r=5Z5R20Q983N521P4VD0B&pd_rd_wg=cNsyF&pd_rd_r=27869c45-cf6f-43ca-acf4-76afad7f1478&ref_=pd_hp_d_hero_unk#dossier-asin-grid">Our
|
|
|
|
|
+ Top 100+ costumes</a>, </span><span style='color:black'><a
|
|
|
|
|
+ href="https://www.amazon.com/firetv/?_encoding=UTF8&ref_=ods_gw_GW_US_EN_XPL_KE_CS_SN-PA_TA_OCT25_H1_Y_EVG_C-794&pd_rd_w=rffI5&content-id=amzn1.sym.fa4a1f94-b0c2-45ab-81b7-6aa905d9f71e&pf_rd_p=fa4a1f94-b0c2-45ab-81b7-6aa905d9f71e&pf_rd_r=HCJWTE140PPH7SP8VHEW&pd_rd_wg=gjD2F&pd_rd_r=07409449-fe22-461a-a3dc-cca25c50dfc4"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>Fright night, streamed
|
|
|
|
|
+ right</span></a></span><span class=MsoHyperlink><span style='font-size:9.5pt;
|
|
|
|
|
+ font-family:"Everyday Sans";color:black;text-decoration:none;text-underline:
|
|
|
|
|
+ none'>,</span></span><span class=MsoHyperlink><span style='font-size:9.5pt;
|
|
|
|
|
+ color:black;text-decoration:none;text-underline:none'> </span></span><span style='font-size:9.5pt'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph align=center style='margin-left:0cm;text-align:
|
|
|
|
|
+ center'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.amazon.com/amazonprime?_encoding=UTF8&redirectURL=L2RlYWxzP2Rpc2NvdW50cy13aWRnZXQ9JTI1MjIlMjU3QiUyNTVDJTI1MjJzdGF0ZSUyNTVDJTI1MjIlMjUzQSUyNTdCJTI1NUMlMjUyMnJlZmluZW1lbnRGaWx0ZXJzJTI1NUMlMjUyMiUyNTNBJTI1N0IlMjU1QyUyNTIyYWNjZXNzVHlwZSUyNTVDJTI1MjIlMjUzQSUyNTVCJTI1NUMlMjUyMjElMjU1QyUyNTIyJTI1NUQlMjU3RCUyNTdEJTI1MkMlMjU1QyUyNTIydmVyc2lvbiUyNTVDJTI1MjIlMjUzQTElMjU3RCUyNTIy&cancelRedirectURL=L2RlYWxzP2Rpc2NvdW50cy13aWRnZXQ9JTI1MjIlMjU3QiUyNTVDJTI1MjJzdGF0ZSUyNTVDJTI1MjIlMjUzQSUyNTdCJTI1NUMlMjUyMnJlZmluZW1lbnRGaWx0ZXJzJTI1NUMlMjUyMiUyNTNBJTI1N0IlMjU1QyUyNTIyYWNjZXNzVHlwZSUyNTVDJTI1MjIlMjUzQSUyNTVCJTI1NUMlMjUyMjElMjU1QyUyNTIyJTI1NUQlMjU3RCUyNTdEJTI1MkMlMjU1QyUyNTIydmVyc2lvbiUyNTVDJTI1MjIlMjUzQTElMjU3RCUyNTIy&pd_rd_w=KUbEB&content-id=amzn1.sym.ee9881d2-e86f-4f06-bd41-fc78ebad6568&pf_rd_p=ee9881d2-e86f-4f06-bd41-fc78ebad6568&pf_rd_r=GBKBXK8PYY7A24YQP31F&pd_rd_wg=1begg&pd_rd_r=a702ef5b-bb76-491a-b4bf-1bc9ef5b99dd&ref_=pd_hp_d_hero_unk"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>Save up to 30% on
|
|
|
|
|
+ exclusive deals</span></a></span><span class=MsoHyperlink><span style='font-family:"Everyday Sans";color:windowtext;mso-color-alt:windowtext;
|
|
|
|
|
+ text-decoration:none;text-underline:none'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=404 colspan=3 valign=top style='width:302.65pt;border-top:none;
|
|
|
|
|
+ border-left:none;border-bottom:solid #F2F2F2 1.0pt;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 0cm 3.6pt 0cm'>
|
|
|
|
|
+ <p class=xmsolistparagraph align=center style='margin-left:0cm;text-align:
|
|
|
|
|
+ center'><span style='font-size:9.5pt;font-family:"Everyday Sans";color:black'><a
|
|
|
|
|
+ href="https://www.target.com/c/halloween/-/N-5xt2oZcl92vZ5zl7w">Halloween’s
|
|
|
|
|
+ this Friday!</a> </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=403 colspan=3 valign=top style='width:302.55pt;border-top:none;
|
|
|
|
|
+ border-left:none;border-bottom:solid #F2F2F2 1.0pt;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 0cm 3.6pt 0cm'>
|
|
|
|
|
+ <p class=xmsolistparagraph align=center style='margin-left:0cm;text-align:
|
|
|
|
|
+ center'><span style='color:black;mso-color-alt:windowtext'><a
|
|
|
|
|
+ href="https://www.bestbuy.com/site/macbooks/latest-macbook-and-offers/pcmcat1729888491847.c?id=pcmcat1729888491847"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>MacBook Pro 14”
|
|
|
|
|
+ Supercharged by M5</span></a></span><span class=MsoHyperlink>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:13;height:21.6pt'>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;border:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ border-top:none;background:#F2F2F2;padding:3.6pt 0cm 3.6pt 7.2pt;height:21.6pt'>
|
|
|
|
|
+ <p class=MsoNormal><b><span style='font-size:9.5pt;font-family:"Everyday Sans Medium";
|
|
|
|
|
+ color:black'>ETS SHARE OF HOMEPAGE </span></b><b><sup><span style='font-size:
|
|
|
|
|
+ 13.5pt;font-family:"Everyday Sans";color:#0053E2'>1</span></sup></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:white'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;border-top:none;border-left:
|
|
|
|
|
+ none;border-bottom:solid #F2F2F2 1.0pt;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:#F2F2F2;padding:3.6pt 0cm 3.6pt 0cm;height:21.6pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:white'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=403 colspan=3 style='width:302.55pt;border-top:none;border-left:
|
|
|
|
|
+ none;border-bottom:solid #F2F2F2 1.0pt;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:#F2F2F2;padding:3.6pt 0cm 3.6pt 0cm;height:21.6pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:white'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:14'>
|
|
|
|
|
+ <td width=404 colspan=3 valign=bottom style='width:302.65pt;border-top:none;
|
|
|
|
|
+ border-left:solid #F2F2F2 1.0pt;border-bottom:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:0cm 5.4pt 0cm 5.4pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:9.5pt;font-family:"Everyday Sans";color:black;mso-ligatures:
|
|
|
|
|
+ none'><!--[if gte vml 1]><v:shape id="_x0000_i1037" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:284.25pt;height:103.5pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image025.gif"
|
|
|
|
|
+ o:href="cid:image027.png@01DC482C.F1785BB0"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=379 height=138
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image025.gif"
|
|
|
|
|
+ style='height:1.437in;width:3.944in' v:shapes="_x0000_i1037">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=404 colspan=3 valign=bottom style='width:302.65pt;border:none;
|
|
|
|
|
+ border-right:solid #F2F2F2 1.0pt;background:white;padding:0cm 5.4pt 0cm 5.4pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:9.5pt;font-family:"Everyday Sans";color:black;mso-ligatures:
|
|
|
|
|
+ none'><!--[if gte vml 1]><v:shape id="Picture_x0020_12" o:spid="_x0000_i1038"
|
|
|
|
|
+ type="#_x0000_t75" alt="" style='width:284.25pt;height:107.25pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image026.gif"
|
|
|
|
|
+ o:href="cid:image028.png@01DC482C.F1785BB0"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=379 height=143
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image026.gif"
|
|
|
|
|
+ style='height:1.493in;width:3.951in' v:shapes="Picture_x0020_12">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=403 colspan=3 valign=bottom style='width:302.55pt;border:none;
|
|
|
|
|
+ border-right:solid #F2F2F2 1.0pt;background:white;padding:0cm 5.4pt 0cm 5.4pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:9.5pt;font-family:"Everyday Sans";color:black;mso-ligatures:
|
|
|
|
|
+ none'><!--[if gte vml 1]><v:shape id="_x0000_i1039" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:284.25pt;height:107.25pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image027.gif"
|
|
|
|
|
+ o:href="cid:image039.png@01DC482C.F1785BB0"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=379 height=143
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image027.gif"
|
|
|
|
|
+ style='height:1.493in;width:3.951in' v:shapes="_x0000_i1039">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:15;height:21.6pt'>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;border:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ border-top:none;background:#F2F2F2;padding:2.15pt 1.45pt 2.15pt 7.2pt;
|
|
|
|
|
+ height:21.6pt'>
|
|
|
|
|
+ <p class=MsoNormal><b><span style='font-size:9.5pt;font-family:"Everyday Sans Medium";
|
|
|
|
|
+ color:black'>NEW & POPULAR STORIES<o:p></o:p></span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;border-top:none;border-left:
|
|
|
|
|
+ none;border-bottom:solid #F2F2F2 1.0pt;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:#F2F2F2;padding:2.15pt 1.45pt 2.15pt 7.2pt;height:21.6pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:black'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=403 colspan=3 style='width:302.55pt;border-top:none;border-left:
|
|
|
|
|
+ none;border-bottom:solid #F2F2F2 1.0pt;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:#F2F2F2;padding:2.15pt 1.45pt 2.15pt 7.2pt;height:21.6pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:black'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:16'>
|
|
|
|
|
+ <td width=404 colspan=3 valign=top style='width:302.65pt;border:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ border-top:none;background:white;padding:2.15pt 1.45pt 2.15pt 7.2pt'>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'>Finds from small businesses</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 12.0pt;font-family:"Aptos",sans-serif;color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="_x0000_i1040" type="#_x0000_t75" alt="" style='width:113.25pt;height:108.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image028.png"
|
|
|
|
|
+ o:href="cid:image013.png@01DC4761.281EA8D0"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=151 height=145
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image029.gif"
|
|
|
|
|
+ style='height:1.506in;width:1.569in' v:shapes="_x0000_i1040">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span></b><b><span style='font-size:12.0pt;font-family:"Aptos",sans-serif'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'><a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=211957632011&ref_=SB_VisualNav_Cats&pd_rd_w=JDAsB&content-id=amzn1.sym.9e87a9ab-846a-4b2c-bb88-6317ae64b9d9&pf_rd_p=9e87a9ab-846a-4b2c-bb88-6317ae64b9d9&pf_rd_r=5RC4TT51RA81C7S1ZYK1&pd_rd_wg=4bi1U&pd_rd_r=2b04dab5-8ecf-42e8-9fd2-940945aa17b5">Toys</a>
|
|
|
|
|
+ </span><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'>Get decorating for Halloween</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 12.0pt;font-family:"Aptos",sans-serif;color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_23" o:spid="_x0000_i1041" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:112.5pt;height:108.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image030.png"
|
|
|
|
|
+ o:href="cid:image031.png@01DC42A2.9F898FC0"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=150 height=145
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image031.gif"
|
|
|
|
|
+ style='height:1.506in;width:1.562in' v:shapes="Picture_x0020_23">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span></b><b><span style='font-size:12.0pt;font-family:"Aptos",sans-serif'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210427393011&redirectionContext=%7B%22asins%22%3A%22B0BH2FTJWP%22%2C%22filters%22%3A%7B%22p_n_condition-type%22%3A%226461716011%22%2C%22p_n_availability%22%3A%222661600011%22%7D%7D&enabledRefinements=%5B%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22210026619011%2C210959448011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%5D&pd_rd_w=QF6Zt&content-id=amzn1.sym.e24aa1cf-78b0-49d1-8214-038d8d560a70&pf_rd_p=e24aa1cf-78b0-49d1-8214-038d8d560a70&pf_rd_r=G4FRD4T7FSMGVSQN0HXZ&pd_rd_wg=2y313&pd_rd_r=aceb4482-8a67-438b-9352-db89d55b5712&ref_=pd_hp_d_btf_unk#dossier-asin-grid"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>Indoor decorations</span></a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:black'> </span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210427393011&redirectionContext=%7B%22asins%22%3A%22B0FFPGWF7Y%22%2C%22filters%22%3A%7B%22p_n_condition-type%22%3A%226461716011%22%2C%22p_n_availability%22%3A%222661600011%22%7D%7D&enabledRefinements=%5B%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22210026620011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%5D&pd_rd_w=QF6Zt&content-id=amzn1.sym.e24aa1cf-78b0-49d1-8214-038d8d560a70&pf_rd_p=e24aa1cf-78b0-49d1-8214-038d8d560a70&pf_rd_r=G4FRD4T7FSMGVSQN0HXZ&pd_rd_wg=2y313&pd_rd_r=aceb4482-8a67-438b-9352-db89d55b5712&ref_=pd_hp_d_btf_unk#dossier-asin-grid"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>Outdoor decorations</span></a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:black'> </span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210427365011&redirectionContext=%7B%22asins%22%3A%22B0D7SSNXND%22%2C%22filters%22%3A%7B%22p_n_condition-type%22%3A%226461716011%22%2C%22p_n_availability%22%3A%222661600011%22%7D%7D&enabledRefinements=%5B%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22210026556011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%5D&pd_rd_w=QF6Zt&content-id=amzn1.sym.e24aa1cf-78b0-49d1-8214-038d8d560a70&pf_rd_p=e24aa1cf-78b0-49d1-8214-038d8d560a70&pf_rd_r=G4FRD4T7FSMGVSQN0HXZ&pd_rd_wg=2y313&pd_rd_r=aceb4482-8a67-438b-9352-db89d55b5712&ref_=pd_hp_d_btf_unk#dossier-asin-grid"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>Party supplies</span></a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:black'> </span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210427379011&ref_=deals&enabledRefinements=%5B%7B%22rid%22%3A%22p_n_deal_type%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22value%22%3A%2223566064011%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22p_n_availability%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22value%22%3A%222661600011%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22p_n_condition-type%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22value%22%3A%226461716011%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22207965438011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%5D&pd_rd_w=QF6Zt&content-id=amzn1.sym.e24aa1cf-78b0-49d1-8214-038d8d560a70&pf_rd_p=e24aa1cf-78b0-49d1-8214-038d8d560a70&pf_rd_r=G4FRD4T7FSMGVSQN0HXZ&pd_rd_wg=2y313&pd_rd_r=aceb4482-8a67-438b-9352-db89d55b5712#dossier-asin-grid"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>up to 40% off</span></a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'>Costumes for the family</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 12.0pt;font-family:"Aptos",sans-serif;color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_28" o:spid="_x0000_i1042" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:102.75pt;height:108.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image032.png"
|
|
|
|
|
+ o:href="cid:image033.png@01DC3934.5BEF14F0"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=137 height=145
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image033.gif"
|
|
|
|
|
+ style='height:1.506in;width:1.43in' v:shapes="Picture_x0020_28">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:12.0pt;font-family:"Aptos",sans-serif'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210427383011&redirectionContext=%7B%22asins%22%3A%22B06XRCD52M%22%2C%22filters%22%3A%7B%22p_n_condition-type%22%3A%226461716011%22%2C%22p_n_availability%22%3A%222661600011%22%7D%7D&enabledRefinements=%5B%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22210026582011%2C210026587011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%5D&pd_rd_w=XBX9Q&content-id=amzn1.sym.e9378819-e92c-4ed7-9418-760a1740758e&pf_rd_p=e9378819-e92c-4ed7-9418-760a1740758e&pf_rd_r=5RKEJA1RDQSJNHRZPBRK&pd_rd_wg=1W6JI&pd_rd_r=236da92b-6311-4d27-be7b-1dcddd36dbed&ref_=pd_hp_d_btf_unk#dossier-asin-grid"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>Men</span></a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210427383011&redirectionContext=%7B%22asins%22%3A%22B08F8PDZ8S%22%2C%22filters%22%3A%7B%22p_n_condition-type%22%3A%226461716011%22%2C%22p_n_availability%22%3A%222661600011%22%7D%7D&enabledRefinements=%5B%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22210026582011%2C210026586011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%5D&pd_rd_w=XBX9Q&content-id=amzn1.sym.e9378819-e92c-4ed7-9418-760a1740758e&pf_rd_p=e9378819-e92c-4ed7-9418-760a1740758e&pf_rd_r=5RKEJA1RDQSJNHRZPBRK&pd_rd_wg=1W6JI&pd_rd_r=236da92b-6311-4d27-be7b-1dcddd36dbed&ref_=pd_hp_d_btf_unk#dossier-asin-grid"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>Women</span></a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210427383011&redirectionContext=%7B%22asins%22%3A%22B0B1VW6X4Z%22%2C%22filters%22%3A%7B%22p_n_condition-type%22%3A%226461716011%22%2C%22p_n_availability%22%3A%222661600011%22%7D%7D&ref_=baby&enabledRefinements=%5B%7B%22rid%22%3A%22p_n_availability%22%2C%22value%22%3A%222661600011%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22p_n_condition-type%22%2C%22value%22%3A%226461716011%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22category%22%2C%22value%22%3A%22210026585011%2C210026590011%22%2C%22ridType%22%3A%22browse%22%2C%22type%22%3A%22browse%22%7D%5D&pd_rd_w=XBX9Q&content-id=amzn1.sym.e9378819-e92c-4ed7-9418-760a1740758e&pf_rd_p=e9378819-e92c-4ed7-9418-760a1740758e&pf_rd_r=5RKEJA1RDQSJNHRZPBRK&pd_rd_wg=1W6JI&pd_rd_r=236da92b-6311-4d27-be7b-1dcddd36dbed#dossier-asin-grid"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>Kids</span></a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'>Shop gifts by price</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_22" o:spid="_x0000_i1043" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:101.25pt;height:108.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image034.png"
|
|
|
|
|
+ o:href="cid:image035.png@01DC3934.5BEF14F0"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=135 height=145
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image035.gif"
|
|
|
|
|
+ style='height:1.506in;width:1.409in' v:shapes="Picture_x0020_22">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210963899011&redirectionContext=%7B%22asins%22%3A%22B0BFC8DR7C%2CB0B5FGP237%22%2C%22filters%22%3A%7B%22p_n_condition-type%22%3A%226461716011%22%2C%22p_n_availability%22%3A%222661600011%22%7D%7D&enabledRefinements=%5B%7B%22rid%22%3A%22p_36%22%2C%22value%22%3A%220-10000%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22SEARCH_CONSTRAINT%22%7D%5D&pd_rd_w=lryfv&content-id=amzn1.sym.657558c4-bfdd-44fb-9c37-51618173aa73&pf_rd_p=657558c4-bfdd-44fb-9c37-51618173aa73&pf_rd_r=AMDM95DTKCEV9SH5RCWV&pd_rd_wg=76gbt&pd_rd_r=edb5fe1e-41ce-4298-a008-c0fe98da7165&ref_=pd_hp_d_btf_unk#dossier-asin-grid"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>Under $100</span></a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'>Shop 4+ star gifts</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 12.0pt;font-family:"Aptos",sans-serif;color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_26" o:spid="_x0000_i1044" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:105pt;height:108.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image036.png"
|
|
|
|
|
+ o:href="cid:image047.png@01DC3934.5BEF14F0"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=140 height=145
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image037.gif"
|
|
|
|
|
+ style='height:1.506in;width:1.458in' v:shapes="Picture_x0020_26">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span></b><b><span style='font-size:12.0pt;font-family:"Aptos",sans-serif'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210963908011&enabledRefinements=%5B%7B%22rid%22%3A%22p_n_availability%22%2C%22value%22%3A%222661600011%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22p_n_condition-type%22%2C%22value%22%3A%226461716011%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%5D&pd_rd_w=QD0Tq&content-id=amzn1.sym.cefc148e-8484-4ff4-86e4-1ca14271c189&pf_rd_p=cefc148e-8484-4ff4-86e4-1ca14271c189&pf_rd_r=NYWBXX5BYA3SJTKDQEB6&pd_rd_wg=TElJa&pd_rd_r=15528bce-9a2a-4efd-b431-bf1072ad70c8&ref_=pd_hp_d_btf_unk#dossier-asin-grid"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>Electronics</span></a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:black'> </span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210963922011&enabledRefinements=%5B%7B%22rid%22%3A%22p_n_condition-type%22%2C%22value%22%3A%226461716011%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22p_n_availability%22%2C%22value%22%3A%222661600011%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%5D&pd_rd_w=QD0Tq&content-id=amzn1.sym.cefc148e-8484-4ff4-86e4-1ca14271c189&pf_rd_p=cefc148e-8484-4ff4-86e4-1ca14271c189&pf_rd_r=NYWBXX5BYA3SJTKDQEB6&pd_rd_wg=TElJa&pd_rd_r=15528bce-9a2a-4efd-b431-bf1072ad70c8&ref_=pd_hp_d_btf_unk#dossier-asin-grid"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>Toys</span></a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:black'> </span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'>Find gifts for everyone</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_24" o:spid="_x0000_i1045" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:103.5pt;height:108.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image038.png"
|
|
|
|
|
+ o:href="cid:image015.png@01DC3DED.BC591350"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=138 height=145
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image039.gif"
|
|
|
|
|
+ style='height:1.506in;width:1.437in' v:shapes="Picture_x0020_24">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span></b><b><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=210963902011&enabledRefinements=%5B%7B%22rid%22%3A%22p_n_condition-type%22%2C%22value%22%3A%226461716011%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%2C%7B%22rid%22%3A%22p_n_availability%22%2C%22value%22%3A%222661600011%22%2C%22ridType%22%3A%22SEARCH_SHORT_ID%22%2C%22type%22%3A%22BROWSE_NODE%22%7D%5D&pd_rd_w=yBwBE&content-id=amzn1.sym.dc587805-85d9-4cbf-a49c-82f3be5e4c9d&pf_rd_p=dc587805-85d9-4cbf-a49c-82f3be5e4c9d&pf_rd_r=NYWBXX5BYA3SJTKDQEB6&pd_rd_wg=TElJa&pd_rd_r=15528bce-9a2a-4efd-b431-bf1072ad70c8&ref_=pd_hp_d_btf_unk#dossier-asin-grid"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>For kids</span></a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:black'> </span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'>Our current obsessions</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_13" o:spid="_x0000_i1046" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:102.75pt;height:108.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image040.png"
|
|
|
|
|
+ o:href="cid:image049.png@01DC3934.5BEF14F0"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=137 height=145
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image041.gif"
|
|
|
|
|
+ style='height:1.506in;width:1.43in' v:shapes="Picture_x0020_13">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.amazon.com/b/?_encoding=UTF8&node=207319723011&ref_=elect&pd_rd_w=IBfca&content-id=amzn1.sym.7004a42b-ef1b-4a60-a2ab-11f822229a3f&pf_rd_p=7004a42b-ef1b-4a60-a2ab-11f822229a3f&pf_rd_r=ZPQ2X07Q43H53AYPNW9V&pd_rd_wg=YcOft&pd_rd_r=da650a68-f794-403c-83c3-32ba0826042d"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>Electronics</span></a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=404 colspan=3 valign=top style='width:302.65pt;border-top:none;
|
|
|
|
|
+ border-left:none;border-bottom:solid #F2F2F2 1.0pt;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:2.15pt 1.45pt 2.15pt 7.2pt'>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'>Check out the newest arrivals</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_9" o:spid="_x0000_i1047" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:4in;height:123pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image042.png"
|
|
|
|
|
+ o:href="cid:image016.png@01DC4823.EB5C6B30"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=384 height=164
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image043.gif"
|
|
|
|
|
+ style='height:1.708in;width:4in' v:shapes="Picture_x0020_9">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span></b><b><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'><a
|
|
|
|
|
+ href="https://www.target.com/p/16-34-christmas-jumbo-sequin-bow-wall-decor-silver-wondershop-8482/-/A-94340103">16"
|
|
|
|
|
+ Christmas Jumbo Sequin Bow Wall Decor Silver</a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'>New seasonal favorites</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 12.0pt;font-family:"Aptos",sans-serif;color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_11" o:spid="_x0000_i1048" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:222.75pt;height:108.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image044.png"
|
|
|
|
|
+ o:href="cid:image009.png@01DC4762.65E7CF10"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=297 height=145
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image045.gif"
|
|
|
|
|
+ style='height:1.506in;width:3.097in' v:shapes="Picture_x0020_11">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span></b><b><span style='font-size:12.0pt;font-family:"Aptos",sans-serif'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'><a
|
|
|
|
|
+ href="https://www.target.com/c/hearth-hand-with-magnolia-new-arrivals/-/N-bmb5s">New
|
|
|
|
|
+ arrivals</a></span><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.target.com/c/john-derian-for-target/-/N-hh9qa"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>Vintage style from John
|
|
|
|
|
+ Derian</span></a></span><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'>Christmas</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="_x0000_i1049" type="#_x0000_t75" alt="" style='width:287.25pt;height:195.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image046.png"
|
|
|
|
|
+ o:href="cid:image014.png@01DC4765.E2373490"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=383 height=261
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image047.gif"
|
|
|
|
|
+ style='height:2.722in;width:3.993in' v:shapes="_x0000_i1049">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'><a href="https://www.target.com/c/christmas/-/N-5xt30">The Everything
|
|
|
|
|
+ Christmas
|
|
|
|
|
+ Market</a></span><span class=MsoHyperlink>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'>Featured categories</span></b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_16" o:spid="_x0000_i1050" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:4in;height:102.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image048.png"
|
|
|
|
|
+ o:href="cid:image037.png@01DC393E.19943090"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=384 height=137
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image049.gif"
|
|
|
|
|
+ style='height:1.43in;width:4in' v:shapes="Picture_x0020_16">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.target.com/c/what-s-new/-/N-o9rnh"><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>New Arrivals</span></a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.target.com/c/halloween/-/N-5xt2o"><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>Halloween</span></a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.target.com/c/christmas/-/N-5xt30"><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>Christmas</span></a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=403 colspan=3 valign=top style='width:302.55pt;border-top:none;
|
|
|
|
|
+ border-left:none;border-bottom:solid #F2F2F2 1.0pt;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:2.15pt 1.45pt 2.15pt 7.2pt'>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'>Deal of the Day</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="_x0000_i1051" type="#_x0000_t75" alt="" style='width:170.25pt;height:108.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image050.png"
|
|
|
|
|
+ o:href="cid:image011.png@01DC4824.7AA49060"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=227 height=145
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image051.gif"
|
|
|
|
|
+ style='height:1.506in;width:2.368in' v:shapes="_x0000_i1051">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'><a
|
|
|
|
|
+ href="https://www.bestbuy.com/site/misc/deal-of-the-day/pcmcat248000050016.c?id=pcmcat248000050016">Pioneer
|
|
|
|
|
+ 50" Class LED 4K UHD Smart Xumo TV</a></span><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'>Our featured offers</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 12.0pt;font-family:"Aptos",sans-serif;color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_8" o:spid="_x0000_i1052" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:4in;height:57pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image052.png"
|
|
|
|
|
+ o:href="cid:image023.png@01DC4786.9736C110"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=384 height=76
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image053.gif"
|
|
|
|
|
+ style='height:.791in;width:4in' v:shapes="Picture_x0020_8">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:12.0pt;font-family:"Aptos",sans-serif'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'><a href="https://www.bestbuy.com/site/promo/xl-tv-savings">Save up to
|
|
|
|
|
+ $1,000 on
|
|
|
|
|
+ select big-screen TVs</a></span><span style='font-size:9.5pt;font-family:
|
|
|
|
|
+ "Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'><a
|
|
|
|
|
+ href="https://www.bestbuy.com/site/promo/save-on-airpods-max">AirPods Max
|
|
|
|
|
+ (USB-C) Save $50</a></span><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'><a
|
|
|
|
|
+ href="https://www.bestbuy.com/site/promo/select-windows-devices">Save up to
|
|
|
|
|
+ $500 on select Windows devices</a></span><span style='font-size:9.5pt;
|
|
|
|
|
+ font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'>Start here. Play your way to
|
|
|
|
|
+ anywhere.</span></b><b><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 12.0pt;font-family:"Aptos",sans-serif;color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_7" o:spid="_x0000_i1053" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:4in;height:84pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image054.png"
|
|
|
|
|
+ o:href="cid:image024.png@01DC4786.9736C110"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=384 height=112
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image055.gif"
|
|
|
|
|
+ style='height:1.166in;width:4in' v:shapes="Picture_x0020_7">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:12.0pt;font-family:"Aptos",sans-serif'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'><a
|
|
|
|
|
+ href="https://www.bestbuy.com/site/clp-computers-tablets/level-up-with-best-buy/pcmcat1747260532048.c?id=pcmcat1747260532048">Start
|
|
|
|
|
+ here. Play your way to anywhere.</a></span><span style='font-size:9.5pt;
|
|
|
|
|
+ font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'>Deals</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 12.0pt;font-family:"Aptos",sans-serif;color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_14" o:spid="_x0000_i1054" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:107.25pt;height:108.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image056.png"
|
|
|
|
|
+ o:href="cid:image019.png@01DC437F.0C1D0BD0"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=143 height=145
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image057.gif"
|
|
|
|
|
+ style='height:1.506in;width:1.493in' v:shapes="Picture_x0020_14">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span></b><b><span style='font-size:12.0pt;font-family:"Aptos",sans-serif'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.bestbuy.com/top-deals"><span style='font-size:9.5pt;
|
|
|
|
|
+ font-family:"Everyday Sans"'>Monster deals on the tech you want</span></a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:black'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'>Outlet Event</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 12.0pt;font-family:"Aptos",sans-serif;color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_6" o:spid="_x0000_i1055" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:108pt;height:108.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image058.png"
|
|
|
|
|
+ o:href="cid:image018.png@01DC4825.33A47D00"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=144 height=145
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image059.gif"
|
|
|
|
|
+ style='height:1.506in;width:1.5in' v:shapes="Picture_x0020_6">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:12.0pt;font-family:"Aptos",sans-serif'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'><a
|
|
|
|
|
+ href="https://www.bestbuy.com/site/electronics/outlet-refurbished-clearance/pcmcat142300050026.c?id=pcmcat142300050026">Save
|
|
|
|
|
+ up to 50% on clearance, open-box and refurbished items</a></span><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:black'>Best Buy Outlet</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 12.0pt;font-family:"Aptos",sans-serif;color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_10" o:spid="_x0000_i1056" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:135.75pt;height:108.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image060.png"
|
|
|
|
|
+ o:href="cid:image038.png@01DC33B2.DD585060"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=181 height=145
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image061.gif"
|
|
|
|
|
+ style='height:1.506in;width:1.881in' v:shapes="Picture_x0020_10">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:12.0pt;font-family:"Aptos",sans-serif'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='color:black'><a
|
|
|
|
|
+ href="https://www.bestbuy.com/site/electronics/outlet-refurbished-clearance/pcmcat142300050026.c?id=pcmcat142300050026"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>Top-quality tech. Even
|
|
|
|
|
+ better prices.</span></a>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 12.0pt;font-family:"Aptos",sans-serif'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:17;height:21.6pt'>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;border:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ border-top:none;background:#F2F2F2;padding:3.6pt 0cm 3.6pt 7.2pt;height:21.6pt'>
|
|
|
|
|
+ <p class=MsoNormal><b><span style='font-size:9.5pt;font-family:"Everyday Sans Medium";
|
|
|
|
|
+ color:black'>ETS SPECIFIC PROMOTIONS </span></b><span style='font-size:9.5pt;
|
|
|
|
|
+ font-family:"Everyday Sans Medium";color:black'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;border-top:none;border-left:
|
|
|
|
|
+ none;border-bottom:solid #F2F2F2 1.0pt;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:#F2F2F2;padding:3.6pt 0cm 3.6pt 0cm;height:21.6pt'>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ color:black'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=403 colspan=3 style='width:302.55pt;border-top:none;border-left:
|
|
|
|
|
+ none;border-bottom:solid #F2F2F2 1.0pt;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:#F2F2F2;padding:3.6pt 0cm 3.6pt 0cm;height:21.6pt'></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:18'>
|
|
|
|
|
+ <td width=404 colspan=3 valign=top style='width:302.65pt;border-top:none;
|
|
|
|
|
+ border-left:solid #F2F2F2 1.0pt;border-bottom:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:white;padding:3.6pt 0cm 3.6pt 7.2pt'>
|
|
|
|
|
+ <p class=MsoNormal><b><span style='font-size:9.5pt;font-family:"Everyday Sans Medium";
|
|
|
|
|
+ color:#0053E2'>BEST SELLERS IN COMPUTERS & ACCESSORIES</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans Medium"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsonormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:12.0pt;font-family:"Aptos",sans-serif;color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="Picture_x0020_5" o:spid="_x0000_i1057" type="#_x0000_t75" alt=""
|
|
|
|
|
+ style='width:287.25pt;height:49.5pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image062.png"
|
|
|
|
|
+ o:href="cid:image020.png@01DC4822.0A4E16D0"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=383 height=66
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image063.gif"
|
|
|
|
|
+ style='height:.687in;width:3.993in' v:shapes="Picture_x0020_5">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:12.0pt;font-family:"Aptos",sans-serif'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <ul style='margin-top:0cm' type=disc>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>Ailun Screen
|
|
|
|
|
+ Protector for iPad 11th A16 2025 11” / 10th Gen…</span><span style='font-size:9.5pt;font-family:"Everyday Sans";mso-fareast-font-family:
|
|
|
|
|
+ "Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>Apple iPad 11”
|
|
|
|
|
+ A16 chip 11” Model Liquid Retina Display 128G…</span><span style='font-size:9.5pt;font-family:"Everyday Sans";mso-fareast-font-family:
|
|
|
|
|
+ "Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ <li class=xmsonormal style='color:black;margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman"'>Anker iPhone 17/16 Charger
|
|
|
|
|
+ 2-Pack 20W Fast USB C Charge…<o:p></o:p></span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>Stylus Pen for
|
|
|
|
|
+ iPad 6th-11th Gen2X Fast Charge Active pencil...</span><span style='font-size:9.5pt;font-family:"Everyday Sans";mso-fareast-font-family:
|
|
|
|
|
+ "Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>MoKo for iPad A16
|
|
|
|
|
+ 11th Gen Case 11 “ 2025 iPad 10th Gen Ca…</span><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";mso-fareast-font-family:"Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>Anker USB C
|
|
|
|
|
+ Charger Nano II 65W PPS 3-Port Fast Compact…</span><span style='font-size:9.5pt;font-family:"Everyday Sans";mso-fareast-font-family:
|
|
|
|
|
+ "Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ <p class=xmsonormal style='text-align:justify'><span style='font-size:9.5pt;
|
|
|
|
|
+ font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><b><span style='font-size:9.5pt;font-family:"Everyday Sans Medium";
|
|
|
|
|
+ color:#0053E2'>BEST SELLERS IN BOOKS</span></b><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans Medium"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=xmsonormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:12.0pt;font-family:"Aptos",sans-serif;color:black'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="_x0000_i1058" type="#_x0000_t75" alt="" style='width:286.5pt;height:43.5pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image064.png"
|
|
|
|
|
+ o:href="cid:image001.png@01DC4823.4D27EE30"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=382 height=58
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image065.gif"
|
|
|
|
|
+ style='height:.604in;width:3.993in' v:shapes="_x0000_i1058">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:12.0pt;font-family:"Aptos",sans-serif'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <ul style='margin-top:0cm' type=disc>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>Outlive</span><span style='font-size:9.5pt;font-family:"Everyday Sans";mso-fareast-font-family:
|
|
|
|
|
+ "Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>The Let Them
|
|
|
|
|
+ Theory</span><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>Nobody's Girl</span><span style='font-size:9.5pt;font-family:"Everyday Sans";mso-fareast-font-family:
|
|
|
|
|
+ "Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>Read Your Mind</span><span style='font-size:9.5pt;font-family:"Everyday Sans";mso-fareast-font-family:
|
|
|
|
|
+ "Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>1929: Inside the
|
|
|
|
|
+ Greatest Crash in Wall Street History</span><span style='font-size:9.5pt;
|
|
|
|
|
+ font-family:"Everyday Sans";mso-fareast-font-family:"Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>The Widow</span><span style='font-size:9.5pt;font-family:"Everyday Sans";mso-fareast-font-family:
|
|
|
|
|
+ "Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>How to Test
|
|
|
|
|
+ Negative for Stupid</span><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>Regretting You</span><span style='font-size:9.5pt;font-family:"Everyday Sans";mso-fareast-font-family:
|
|
|
|
|
+ "Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>To Rescue the
|
|
|
|
|
+ American Spirit</span><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ <p class=xmsonormal style='text-align:justify'><span style='font-size:9.5pt;
|
|
|
|
|
+ font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><b><span style='font-size:9.5pt;font-family:"Everyday Sans Medium";
|
|
|
|
|
+ color:#0053E2'>BEST SELLERS IN TOYS & GAMES<o:p></o:p></span></b></p>
|
|
|
|
|
+ <p class=MsoNormal><b><span style='font-size:12.0pt;color:black;mso-ligatures:
|
|
|
|
|
+ none'><!--[if gte vml 1]><v:shape id="Picture_x0020_4" o:spid="_x0000_i1059"
|
|
|
|
|
+ type="#_x0000_t75" alt="" style='width:287.25pt;height:49.5pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image066.png"
|
|
|
|
|
+ o:href="cid:image003.png@01DC4761.60A247C0"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=383 height=66
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image067.gif"
|
|
|
|
|
+ style='height:.687in;width:3.993in' v:shapes="Picture_x0020_4">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span></b><b><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <ul style='margin-top:0cm' type=disc>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>PartySticks Ultra
|
|
|
|
|
+ Bright Glow Sticks Bulk Party Supplies 100…</span><span style='font-size:9.5pt;font-family:"Everyday Sans";mso-fareast-font-family:
|
|
|
|
|
+ "Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>PartyWoo Black
|
|
|
|
|
+ Balloons 140 pcs Different Sizes Pack of 18 1…</span><span style='font-size:9.5pt;font-family:"Everyday Sans";mso-fareast-font-family:
|
|
|
|
|
+ "Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>Bezente Assorted
|
|
|
|
|
+ Rainbow Latex Balloons 100 Pack 12 “ Rou…</span><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";mso-fareast-font-family:"Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>Play Doh Bulk
|
|
|
|
|
+ Handout 42-Pack of 1-Ounce Modeling Comp…</span><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";mso-fareast-font-family:"Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>Play Doh Modeling
|
|
|
|
|
+ Compound 10-Pack Case of Assorted Co…</span><span style='font-size:9.5pt;
|
|
|
|
|
+ font-family:"Everyday Sans";mso-fareast-font-family:"Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman";color:black'>HEX BOTS Wall
|
|
|
|
|
+ Crawler Gecko with Official Wall Climber Tec…</span><span style='font-size:9.5pt;font-family:"Everyday Sans";mso-fareast-font-family:
|
|
|
|
|
+ "Times New Roman"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=404 colspan=3 valign=top style='width:302.65pt;border:none;
|
|
|
|
|
+ border-right:solid #F2F2F2 1.0pt;background:white;padding:3.6pt 0cm 3.6pt 7.2pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:black'>
|
|
|
|
|
+ </span><span style='font-size:9.5pt;font-family:"Everyday Sans";color:#BFBFBF'>NO
|
|
|
|
|
+ ACTIVE PROMOTIONS</span><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=403 colspan=3 valign=top style='width:302.55pt;border:none;
|
|
|
|
|
+ border-right:solid #F2F2F2 1.0pt;padding:3.6pt 0cm 3.6pt 7.2pt'>
|
|
|
|
|
+ <p class=MsoNormal><b><span style='font-size:9.5pt;font-family:"Everyday Sans Medium";
|
|
|
|
|
+ color:#0053E2'>BEST SELLING ITEMS</span></b><b><span style='font-size:9.5pt;
|
|
|
|
|
+ font-family:"Everyday Sans Medium"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span style='font-size:12.0pt;mso-ligatures:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_3"
|
|
|
|
|
+ o:spid="_x0000_i1060" type="#_x0000_t75" alt="" style='width:4in;height:42.75pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image068.png"
|
|
|
|
|
+ o:href="cid:image022.png@01DC4825.AA3F0980"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=384 height=57
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image069.gif"
|
|
|
|
|
+ style='height:.59in;width:4in' v:shapes="Picture_x0020_3">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <ul style='margin-top:0cm' type=disc>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman"'>Apple AirPods Pro 3 Wireless
|
|
|
|
|
+ Active Noise Cancelling Earbu…<o:p></o:p></span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman"'>Pokémon Legends Z-A Nintendo
|
|
|
|
|
+ Switch 2 Nintendo Switch 2<o:p></o:p></span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman"'>Apple 11” iPad A16 chip with
|
|
|
|
|
+ Wi-Fi 128GB Blue<o:p></o:p></span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman"'>Microsoft 365 Personal 1
|
|
|
|
|
+ Person 12-Month Subscription Acti…<o:p></o:p></span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman"'>Switch 2 + Mario Kart World
|
|
|
|
|
+ Bundle Nintendo Switch 2<o:p></o:p></span></li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ <p class=xmsonormal style='text-align:justify'><span style='font-size:9.5pt;
|
|
|
|
|
+ font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><b><span style='font-size:9.5pt;font-family:"Everyday Sans Medium";
|
|
|
|
|
+ color:#0053E2'>APP EXCLUSIVE – DROPS<o:p></o:p></span></b></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'><!--[if gte vml 1]><v:shape id="Picture_x0020_2"
|
|
|
|
|
+ o:spid="_x0000_i1061" type="#_x0000_t75" alt="" style='width:4in;height:96pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image070.png"
|
|
|
|
|
+ o:href="cid:image032.png@01DC4826.F4C12CD0"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=384 height=128
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image071.gif"
|
|
|
|
|
+ style='height:1.333in;width:4in' v:shapes="Picture_x0020_2">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=xmsolistparagraph style='margin-left:0cm'><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><b><span style='font-size:9.5pt;font-family:"Everyday Sans Medium";
|
|
|
|
|
+ color:#0053E2'>TRENDING DEALS</span></b><b><span style='font-size:9.5pt;
|
|
|
|
|
+ font-family:"Everyday Sans Medium"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";mso-ligatures:none'><!--[if gte vml 1]><v:shape
|
|
|
|
|
+ id="_x0000_i1062" type="#_x0000_t75" alt="" style='width:4in;height:114pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image072.png"
|
|
|
|
|
+ o:href="cid:image025.png@01DC4827.5B785750"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=384 height=152
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image073.gif"
|
|
|
|
|
+ style='height:1.583in;width:4in' v:shapes="_x0000_i1062">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:9.5pt;font-family:"Everyday Sans"'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+ <p class=MsoNormal><b><span style='font-size:9.5pt;font-family:"Everyday Sans Medium";
|
|
|
|
|
+ color:#0053E2'>ETS SPECIFIC TRENDING ITEMS</span></b><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans Medium"'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><b><span
|
|
|
|
|
+ style='font-size:12.0pt;mso-ligatures:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_1"
|
|
|
|
|
+ o:spid="_x0000_i1063" type="#_x0000_t75" alt="" style='width:287.25pt;
|
|
|
|
|
+ height:40.5pt'>
|
|
|
|
|
+ <v:imagedata src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image074.png"
|
|
|
|
|
+ o:href="cid:image036.png@01DC4826.F4C12CD0"/>
|
|
|
|
|
+ </v:shape><![endif]-->
|
|
|
|
|
+ <![if !vml]><img border=0 width=383 height=54
|
|
|
|
|
+ src="https://wm1-skilling.luminad.com/Competitor%20Inteligence/email//image075.gif"
|
|
|
|
|
+ style='height:.562in;width:3.993in' v:shapes="Picture_x0020_1">
|
|
|
|
|
+ <![endif]>
|
|
|
|
|
+ </span></b><b><span style='font-size:12.0pt'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ <ul style='margin-top:0cm' type=disc>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman"'>Apple MacBook Air 13” Laptop
|
|
|
|
|
+ Apple M4 chip Built for Apple…<o:p></o:p></span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman"'>HP 14" Laptop Intel
|
|
|
|
|
+ Processor N150 4GB Memory 128GB UFS…<o:p></o:p></span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman"'>HP Victus 15.6" 144Hz
|
|
|
|
|
+ Full HD Gaming Laptop AMD Ryzen 7 7…<o:p></o:p></span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman"'>Lenovo IdeaPad 3i Chromebook
|
|
|
|
|
+ 15.6" Full HD Laptop Intel C…<o:p></o:p></span></li>
|
|
|
|
|
+ <li class=xmsonormal style='margin-left:-18.0pt;text-align:justify;
|
|
|
|
|
+ mso-list:l1 level1 lfo3'><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ mso-fareast-font-family:"Times New Roman"'>HP 15.6" Full HD
|
|
|
|
|
+ Touch-Screen Laptop Intel Core i5 16GB Me…<o:p></o:p></span></li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:19;height:28.8pt'>
|
|
|
|
|
+ <td width=1210 colspan=9 valign=top style='width:907.85pt;border-top:none;
|
|
|
|
|
+ border-left:solid #F2F2F2 1.0pt;border-bottom:solid #0053E2 1.0pt;border-right:
|
|
|
|
|
+ solid #F2F2F2 1.0pt;background:#FFFFE5;padding:7.2pt 0cm 7.2pt 7.2pt;
|
|
|
|
|
+ height:28.8pt'>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ color:black'>1. The ETS “Share of Homepage” equals % of elements
|
|
|
|
|
+ dedicated to ETS versus the total visible opportunities available for
|
|
|
|
|
+ potential ETS promotion/item placement, on the competitors’ homepage.<o:p></o:p></span></p>
|
|
|
|
|
+ <p class=MsoNormal><span style='font-size:9.5pt;font-family:"Everyday Sans";
|
|
|
|
|
+ color:black'>2. All screengrabs are captured incognito in a signed-out
|
|
|
|
|
+ state to mitigate influence of browser history, & cookies on the homepage
|
|
|
|
|
+ render.<o:p></o:p></span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr style='mso-yfti-irow:20;mso-yfti-lastrow:yes;height:21.6pt'>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;border:none;border-left:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:#001E60;padding:3.6pt 0cm 3.6pt 7.2pt;height:21.6pt'>
|
|
|
|
|
+ <p class=MsoNormal><span style='color:white'><a
|
|
|
|
|
+ href="mailto:abhijeet.patil1@walmart.com?subject=Feedback%20-%20ETS%20Competitor%20Intelligence"><b><sup><span
|
|
|
|
|
+ style='font-size:10.0pt;font-family:Wingdings;color:#FFC000;text-decoration:
|
|
|
|
|
+ none;text-underline:none'>²</span></sup></b><b><sub><span style='font-size:
|
|
|
|
|
+ 12.0pt;font-family:Wingdings;color:#FFC000;text-decoration:none;text-underline:
|
|
|
|
|
+ none'>³</span></sub></b><b><sub><span style='font-size:12.0pt;color:#FFC000;
|
|
|
|
|
+ text-decoration:none;text-underline:none'> </span></sub></b><b><span style='font-size:10.0pt;font-family:Wingdings;color:#FFC000;text-decoration:
|
|
|
|
|
+ none;text-underline:none'>²</span></b><b><span style='font-size:10.0pt;
|
|
|
|
|
+ color:#FFC000;text-decoration:none;text-underline:none'> </span></b><b><span style='font-size:10.0pt;font-family:"Everyday Sans";color:white;text-decoration:
|
|
|
|
|
+ none;text-underline:none'>AP</span></b></a></span><b><span style='font-size:
|
|
|
|
|
+ 11.5pt;font-family:Bogle;color:#FFC000'> </span></b><b><span
|
|
|
|
|
+ style='font-size:11.5pt;font-family:"Arial Black",sans-serif;color:#FFC000'>|</span></b><b><span
|
|
|
|
|
+ style='font-family:Bogle;color:#FFC000'> </span></b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:white'>©<b> </b>WALMART
|
|
|
|
|
+ 2025<b>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </b></span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=404 colspan=3 style='width:302.65pt;background:#001E60;padding:
|
|
|
|
|
+ 0cm 7.2pt 0cm 7.2pt;height:21.6pt'>
|
|
|
|
|
+ <p class=MsoNormal align=center style='text-align:center'><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:white'>CONFIDENTIAL &
|
|
|
|
|
+ PRIVILEGED<b>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </b></span></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td width=403 colspan=3 style='width:302.55pt;border:none;border-right:solid #F2F2F2 1.0pt;
|
|
|
|
|
+ background:#001E60;padding:0cm 7.2pt 0cm 7.2pt;height:21.6pt'>
|
|
|
|
|
+ <p class=MsoNormal align=right style='text-align:right'><span style='color:white'><a
|
|
|
|
|
+ href="mailto:abhijeet.patil1@walmart.com?subject=Feedback%20-%20ETS%20Competitor%20Intelligence"><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:white;text-decoration:
|
|
|
|
|
+ none;text-underline:none'>FEEDBACK</span></a></span><b><span
|
|
|
|
|
+ style='font-size:9.5pt;font-family:"Everyday Sans";color:#FFC000'> </span></b><span
|
|
|
|
|
+ style='color:white'><a
|
|
|
|
|
+ href="mailto:abhijeet.patil1@walmart.com?subject=Feedback:%20Competitor%20Intelligence%20|%20Share%20of%20Voice"><b><span
|
|
|
|
|
+ style='font-size:11.5pt;font-family:Wingdings;color:#FFC000;text-decoration:
|
|
|
|
|
+ none;text-underline:none'>*</span></b></a></span><b><span style='font-size:
|
|
|
|
|
+ 9.5pt;font-family:"Everyday Sans";color:white'>
|
|
|
|
|
+ <o:p></o:p>
|
|
|
|
|
+ </span></b></p>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </table>
|
|
|
|
|
+
|
|
|
|
|
+ <p class=MsoNormal><span lang=EN-US style='mso-ansi-language:EN-US'>
|
|
|
|
|
+ <o:p> </o:p>
|
|
|
|
|
+ </span></p>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </body>
|
|
|
|
|
+
|
|
|
|
|
+ </html>
|
|
|
|
|
+ `;
|
|
|
|
|
+ htmlBody1 = htmlBody.replace(/Tuesday, October 28, 2025/g, formattedDate);
|
|
|
|
|
+ // EML structure
|
|
|
|
|
+ const emlContent = [
|
|
|
|
|
+ `To: ${to}`,
|
|
|
|
|
+ `Subject: ${subject}`,
|
|
|
|
|
+ "Content-Type: text/html; charset=UTF-8",
|
|
|
|
|
+ "", // Empty line to separate headers and body
|
|
|
|
|
+ htmlBody1
|
|
|
|
|
+ ].join("\r\n");
|
|
|
|
|
+
|
|
|
|
|
+ // Create Blob and download link
|
|
|
|
|
+ const blob = new Blob([emlContent], { type: "message/rfc822" });
|
|
|
|
|
+ const link = document.createElement("a");
|
|
|
|
|
+ link.href = URL.createObjectURL(blob);
|
|
|
|
|
+ link.download = "email.eml";
|
|
|
|
|
+ link.click();
|
|
|
|
|
+ }
|
|
|
|
|
+ </script>
|
|
|
|
|
+
|
|
|
|
|
+</body>
|
|
|
|
|
+
|
|
|
|
|
+</html>
|