HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/hMailServer/Data/taprogge.co.uk/info/3E/{3EC85364-58E3-479E-957C-9AB5F9C98432}.eml
Return-Path: 6fZ7QCQk-27DwmC8pn5@icm-software.co.uk
Delivered-To: info@taprogge.co.uk
Received: from mail01.icm-marketingportal.com (mail01.icm-marketingportal.com [188.34.190.239])
	by mail.itpartnership.com with ESMTPS
	(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256)
	; Thu, 29 Jan 2026 14:35:05 +0000
Received: from root (helo=[127.0.0.1])
	by mail01.icm-marketingportal.com with local-smtp (Exim 4.93)
	(envelope-from <6fZ7QCQk-27DwmC8pn5@icm-software.co.uk>)
	id 1vlT6u-00EdxK-82
	for info@taprogge.co.uk; Thu, 29 Jan 2026 14:35:04 +0000
Subject: Preferred Essentials with Kimberly-Clark Professional
From: Chloe Jenkins <marketing@quills.co>
Reply-To: Chloe.Jenkins@quillsuk.co.uk
To: "Debbie ." <info@taprogge.co.uk>
List-Unsubscribe: <mailto:Chloe.Jenkins@quillsuk.co.uk?subject=Unsubscribe>
Precedence: bulk
X-Mailgun-Variables: {"campaign_id":715923,"recipient_code":"27DwmC8pn5"}
MIME-Version: 1.0
Date: Thu, 29 Jan 2026 14:35:04 +0000
Message-ID: <9ed5705e5c50e874a8aff47c660042f3@quills.co>
DKIM-Signature: v=1; q=dns/txt; a=rsa-sha256;
 bh=7rMV94QKgU4Yq60/UjOgIr2ppCVpPSQDnTGDDDbQ2qw=; d=quills.co; h=Subject:
 From: Reply-To: To: List-Unsubscribe: Precedence: X-Mailgun-Variables:
 MIME-Version: Date: Message-ID; i=@quills.co; s=icm; t=1769697304;
 c=relaxed/relaxed;
 b=CFUXqwA33zgKsnPMakKaOh7kTopBGc0J08bzO11Ce3r1rDnhTZsfJU1FekPtVXBoxQ3WjTWne
 nZzjFspJOrq6Z79Vta0UWCXV1MBp1vQ1OnHF2DX+C9oQWtpcl8B6a8sk8CydClDBeZSYQtTYu
 gplPOHJbTW3fD6WKUryJQ0NYU4njpedjbpmK0WrIMiyGuSVr9SXHYr/D17BumEn4Pcj/ldvQn
 45bcv9ojV8a/rkNexH3QnUqen/JIi5oOLkATPNIKOohGZA+00PaCkm7oIctU9c3sTdfdKkr+S
 KwHdy8G90gPh60yorBJ+rBvRKQjGnHj2/vE48jl1wP5pbtrvOQ==
Content-Type: multipart/alternative; boundary=HofgMllO

--HofgMllO
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

/* What it does: Remove spaces around the email design added by some email =
clients. */
=09=09=09=09=09=09=09=09  /* Beware: It can remove the padding / margin and=
 add a background color to the compose a reply window. */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    border-collapse: collapse;
}
/* What it does: Stops email clients resizing small text. */
* {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
/* What it does: Forces Outlook.com to display emails full width. */
.ExternalClass {
    width: 100%;
}
/* What is does: Centers email on Android 4.4 */
div[style*=3D"margin: 16px 0"] {
    margin: 0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table, td {
    mso-table-lspace: 0pt !important;
    mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table align=
ment bug. Applies table-layout to the first 2 tables then removes for anyth=
ing nested deeper. */
table {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    margin: 0 auto !important;
}
table table table {
    table-layout: auto;
}
/* What it does: Uses a better rendering method when resizing images in IE.=
 */
img {
    -ms-interpolation-mode: bicubic;
}
/* What it does: Overrides styles added when Yahoo's auto-senses a link. */
.yshortcuts a {
    border-bottom: none !important;
}
/* What it does: Another work-around for iOS meddling in triggered links. *=
/
a[x-apple-data-detectors] {
    color: inherit !important;
}
.new {
    font-size: 20px;
}
=09
=09
=09/* What it does: Hover styles for buttons */
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
.button-td, .button-a {
    transition: all 100ms ease-in;
}
.button-td:hover, .button-a:hover {
background: #27336F !important;
border-color: #27336F !important;
}

/* Media Queries */
@media screen and (max-width: 600px) {
.email-container {
    width: 100% !important;
}
/* What it does: Forces elements to resize to the full width of their conta=
iner. Useful for resizing images beyond their max-width. */
.fluid, .fluid-centered {
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* And center justify these ones. */
.fluid-centered {
    margin-left: auto !important;
    margin-right: auto !important;
}
/* What it does: Forces table cells into full-width rows. */
.stack-column, .stack-column-center {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    direction: ltr !important;
}
/* And center justify these ones. */
.stack-column-center {
    text-align: center !important;
}
/* What it does: Generic utility class for centering. Useful for images, bu=
ttons, and nested tables. */
.center-on-narrow {
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}
table.center-on-narrow {
    display: inline-block !important;
}
}
=09

Quills Group=20
=09=09
=09=09
=09=09=09
=09=09=09
=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09
=09=09=09

0845 078 0324 | Shop Now | sales@quillsuk.co.uk
=09=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09
=09=09=09
=09=09=09
=09=09
=09

Scott 1-Ply Xtra Hand Towels I-Fold 240 Sheets (Pack of 15)=20
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09Code: KC01001=E2=80=AF
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09Buy Now
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09Scott Control Toilet Tissue St=
andard Roll 3-Ply White (Pack of 30)=20
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09Code: KC04477
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09Buy Now
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09Scott Essential Everyday Use F=
oam Hand Cleanser 200ml Pink (Pack of 12)=20
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09Code: KC03032
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09Buy Now
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09Kleenex Aqua Foam Hand Soap Re=
fill Pink 1 Litre (Pack of 6)=20
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09Code: KC02453
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09Buy Now
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09Kleenex Balsam Facial Tissues =
Cube 56 Sheets (Pack of 12)=20
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09Code: KC03377
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09Buy Now
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09Scott Essential Everyday Use F=
oam Hand Cleanser 200ml Pink (Pack of 12)=20
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09Code: KC02514
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09Buy Now
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09Preferred Essentials=20
=09=09=09=09=09=09=09=09=09=09=09=09Designed for small and medium sized bus=
inesses looking for a sustainable range to improve their washroom facilitie=
s.=20
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09Contact us today for more information.=
=20
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09Every care has been taken to ensure an adequate =
supply of the products featured is available. Manufacturers=E2=80=99 specif=
ications can change and we reserve the right to change or withdraw if requi=
red. E&amp;OE. VAT excluded.
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09=09

Connect with us
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09Quills Group Unit 2, Spitfire Business =
Park, 1 Hawker Road, Croydon, Surrey, CR0 4WD
=09=09=09=09=09=09=09=09=09=09=09=09Shop Now | 0845 078 0324 | sales@quills=
uk.co.uk
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09Email&nbsp;not&nbsp;displaying&nbsp;proper=
ly?&nbsp; View it online https://cubemarketing.net/view-email-online/6fZ7QC=
Qk/27DwmC8pn5/

=09=09=09=09=09=09=09=09=09=09=09You can update your Email Marketing Prefer=
ences at the following URL
 https://cubemarketing.net/preferences/27DwmC8=
pn5/6fZ7QCQk/show/
=09=09=09=09=09=09=09=09=09=09=09If you no longer wish to receive emails fr=
om us click on the following link to unsubscribe
https://cubemarketing.ne=
t/preferences/[[CONTACT_CODE]]/6fZ7QCQk/
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09Quills Office Supplies Ltd 4836249 =20
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09Prices exclude VAT. E.&O.E. DISCLAIMER: Th=
is e-mail and attachments are confidential and are intended solely for the =
use of the individual to whom it is addressed. If you are not the intended =
recipient, be advised that you have received this Email in error and that a=
ny use, dissemination, forwarding, printing, or copying of this Email is st=
rictly prohibited. If this transmission is received in error please notify =
the sender immediately and delete this message from your E-mail system. Mes=
sages sent to and from us may be monitored. Internet communications cannot =
be guaranteed to be secure or error-free as information could be intercepte=
d, corrupted, lost, destroyed, arrive late or incomplete, or contain viruse=
s. Therefore, we do not accept responsibility for any errors or omissions t=
hat are present in this message, or any attachment, that have arisen as a r=
esult of e-mail transmission. If verification is required, please request a=
 hard-copy version. Any views or opinions presented are solely those of the=
 author and do not necessarily represent those of the company.
--HofgMllO
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<!doctype html>
<html>
<head>
=09<title></title>
=09<meta charset=3D"utf-8" /><!-- utf-8 works for most cases -->
=09<meta content=3D"width=3Ddevice-width, initial-scale=3D1.0" name=3D"view=
port" /><!-- Forcing initial-scale shouldn't be necessary -->
=09<meta content=3D"IE=3Dedge" http-equiv=3D"X-UA-Compatible" /><!-- Use th=
e latest (edge) version of IE rendering engine --><!-- The title tag shows =
in email notifications, like Android 4.4. --><!-- Please use an inliner too=
l to convert all CSS to inline as inpage or external CSS is removed by emai=
l clients --><!-- important in CSS is used to prevent the styles of current=
ly inline CSS from overriding the ones mentioned in media queries when corr=
esponding screen sizes are encountered --><!-- CSS Reset -->
=09<style type=3D"text/css">.preheader { display: none !important; visibili=
ty: hidden; opacity: 0; color: transparent; height: 0; width: 0; } /* What =
it does: Remove spaces around the email design added by some email clients.=
 */
=09=09=09=09=09=09=09=09  /* Beware: It can remove the padding / margin and=
 add a background color to the compose a reply window. */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    border-collapse: collapse;
}
/* What it does: Stops email clients resizing small text. */
* {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
/* What it does: Forces Outlook.com to display emails full width. */
.ExternalClass {
    width: 100%;
}
/* What is does: Centers email on Android 4.4 */
div[style*=3D"margin: 16px 0"] {
    margin: 0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table, td {
    mso-table-lspace: 0pt !important;
    mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table align=
ment bug. Applies table-layout to the first 2 tables then removes for anyth=
ing nested deeper. */
table {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    margin: 0 auto !important;
}
table table table {
    table-layout: auto;
}
/* What it does: Uses a better rendering method when resizing images in IE.=
 */
img {
    -ms-interpolation-mode: bicubic;
}
/* What it does: Overrides styles added when Yahoo's auto-senses a link. */
.yshortcuts a {
    border-bottom: none !important;
}
/* What it does: Another work-around for iOS meddling in triggered links. *=
/
a[x-apple-data-detectors] {
    color: inherit !important;
}
.new {
    font-size: 20px;
}
=09</style>
=09<!-- Progressive Enhancements -->
=09<style type=3D"text/css">/* What it does: Hover styles for buttons */
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
.button-td, .button-a {
    transition: all 100ms ease-in;
}
.button-td:hover, .button-a:hover {
background: #27336F !important;
border-color: #27336F !important;
}

/* Media Queries */
@media screen and (max-width: 600px) {
.email-container {
    width: 100% !important;
}
/* What it does: Forces elements to resize to the full width of their conta=
iner. Useful for resizing images beyond their max-width. */
.fluid, .fluid-centered {
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* And center justify these ones. */
.fluid-centered {
    margin-left: auto !important;
    margin-right: auto !important;
}
/* What it does: Forces table cells into full-width rows. */
.stack-column, .stack-column-center {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    direction: ltr !important;
}
/* And center justify these ones. */
.stack-column-center {
    text-align: center !important;
}
/* What it does: Generic utility class for centering. Useful for images, bu=
ttons, and nested tables. */
.center-on-narrow {
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}
table.center-on-narrow {
    display: inline-block !important;
}
}
=09</style>
=09<style>a { color: #5B9EDE; text-decoration: none; }  a:lin=
k { color: #5B9EDE; text-decoration: none; }  a:hover { color: #5B9EDE; tex=
t-decoration: none; }  a:visited { color: #5B9EDE; text-decoration: none; }=
  a:visited:hover { color: #5B9EDE; text-decoration: none; }  a:focus { col=
or: #5B9EDE; text-decoration: none; } </style>

</head>
<body bgcolor=3D"#e0e0e0" style=3D"margin: 0;" width=3D"100%" yahoo=3D"yaho=
o"><span class=3D"preheader" style=3D"display: none !important; visibility:=
 hidden; opacity: 0; color: transparent; height: 0; width: 0;">During the w=
inter cold and flu season, stock up on your washroom essentials.</span>
<table bgcolor=3D"#e0e0e0" border=3D"0" cellpadding=3D"0" cellspacing=3D"0"=
 height=3D"100%" style=3D"border-collapse:collapse;" width=3D"100%">
=09<tbody>
=09=09<tr>
=09=09=09<td>
=09=09=09<center style=3D"width: 100%;"><!-- Visually Hidden Preheader Text=
 : BEGIN -->
=09=09=09<div style=3D"display:none;font-size:1px;line-height:1px;max-heigh=
t:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;font-family: san=
s-serif;"></div>
=09=09=09<!-- Visually Hidden Preheader Text : END --><!-- Email Body : BEG=
IN -->

=09=09=09<table align=3D"center" bgcolor=3D"#ffffff" border=3D"0" cellpaddi=
ng=3D"0" cellspacing=3D"0" class=3D"email-container" style=3D"border-collap=
se:collapse;" width=3D"600"><!-- 1 Text Column : BEGIN -->
=09=09=09=09<tbody><!-- 1 Text Column : END --><!-- 1 Text Column : BEGIN -=
->
=09=09=09=09=09<tr>
=09=09=09=09=09=09<td align=3D"center"><table border=3D"0" cellpadding=3D"0=
" cellspacing=3D"0" width=3D"100%">
=09<tbody>
=09=09<tr>
=09=09=09<td class=3D"stack-column-center" style=3D"text-align: left; font-=
family: 'Open Sans', sans-serif; font-size: 1px; color: #000000"><a href=3D=
"https://cubemarketing.net/link-tracker/track-click/6fZ7QCQk/27DwmC8pn5/ZXP=
Fp9x6BF/" style=3D"color: #ffffff; text-decoration: none;"><span>Quills Gro=
up </span></a></td>
=09=09</tr>
=09=09<tr>
=09=09=09<td align=3D"center" style=3D"padding: 0px;" valign=3D"top"><!-- P=
ersonalised Header: BEGIN -->
=09=09=09<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=
=3D"0" width=3D"100%">
=09=09=09=09<tbody>
=09=09=09=09=09<tr>
=09=09=09=09=09=09<td class=3D"stack-column-center">
=09=09=09=09=09=09<table align=3D"center" border=3D"0" cellpadding=3D"0" ce=
llspacing=3D"0" width=3D"100%">
=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"padding-top: 20px;=
 padding-bottom: 10px; padding-left: 20px; padding-right: 20px;" valign=3D"=
top"><a href=3D"https://cubemarketing.net/link-tracker/track-click/6fZ7QCQk=
/27DwmC8pn5/s6ECP8Bh28/"><img align=3D"middle" alt=3D"Quills Group" border=
=3D"0" src=3D"https://cubemarketing.net/variable-image/1105-9309.png" style=
=3D"width: 100%; max-width: 250px; height: auto;" width=3D"250" /></a></td>
=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09</table>
=09=09=09=09=09=09</td>
=09=09=09=09=09</tr>
=09=09=09=09</tbody>
=09=09=09</table>

=09=09=09<table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"1=
00%">
=09=09=09=09<tbody>
=09=09=09=09=09<tr>
=09=09=09=09=09</tr>
=09=09=09=09=09<tr>
=09=09=09=09=09=09<td align=3D"center" class=3D"stack-column-center" style=
=3D"padding-bottom: 10px">
=09=09=09=09=09=09<p><span style=3D"font-family: sans-serif; font-size: 14p=
x; color: #555555"><a href=3D"https://cubemarketing.net/link-tracker/track-=
click/6fZ7QCQk/27DwmC8pn5/gWYjzs7rTQ/" style=3D"color: #555555; text-decora=
tion: none"><strong>0845 078 0324</strong></a> | <strong><a href=3D"https:/=
/cubemarketing.net/link-tracker/track-click/6fZ7QCQk/27DwmC8pn5/s6ECP8Bh28/=
" style=3D"color: #8B99E0; text-decoration: none">Shop Now</a></strong> | <=
a href=3D"mailto:sales@quillsuk.co.uk" style=3D"color: #555555; text-decora=
tion: none"><strong>sales@quillsuk.co.uk</strong></a></span></p>
=09=09=09=09=09=09</td>
=09=09=09=09=09</tr>
=09=09=09=09</tbody>
=09=09=09</table>
=09=09=09<!-- Personalised Header: END --></td>
=09=09</tr>
=09</tbody>
</table>
</td>
=09=09=09=09=09</tr>
=09=09=09=09=09<!-- 1 Text Column : END -->
=09=09=09=09=09<tr id=3D"eshot-content" style=3D"border-collapse:collapse;"=
>
=09=09=09=09=09=09<td style=3D"border-collapse:collapse;" valign=3D"top">
=09=09=09=09=09=09<table align=3D"center" border=3D"0" cellpadding=3D"0" ce=
llspacing=3D"0" height=3D"100%" style=3D"border-collapse:collapse;" width=
=3D"100%">
=09=09=09=09=09=09=09<tbody><!-- -------------------------------- Hero Imag=
e, Flush : BEGIN -------------------------------- -->
=09=09=09=09=09=09=09=09<tr bgcolor=3D"#fff">
=09=09=09=09=09=09=09=09=09<td class=3D"full-width-image"><a href=3D"https:=
//cubemarketing.net/link-tracker/track-click/6fZ7QCQk/27DwmC8pn5/S8hfGn6znh=
/"><img align=3D"middle" alt=3D"" border=3D"0" src=3D"https://vow.icmcommun=
icate.com/fck/4836/image/2025-Q3/vow-1673/hero.jpg" style=3D"width: 100%; m=
ax-width: 600px; height: auto; border: 0px;" width=3D"600" /></a></td>
=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09<!-- -------------------------------- Hero Image, F=
lush : END -------------------------------- --><!-- Three Even Columns : BE=
GIN -->
=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"padding-top: 5px; =
padding-right: 10px; padding-left: 10px; padding-bottom: 5px;" valign=3D"to=
p">
=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpadding=3D"0" cellspacin=
g=3D"0" width=3D"100%">
=09=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09=09<tr><!-- product 01 start -->
=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"stack-column-center" valig=
n=3D"top" width=3D"33.33%">
=09=09=09=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0">
=09=09=09=09=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" class=3D"=
center-on-narrow" style=3D"font-family: sans-serif; font-size: 15px; mso-he=
ight-rule: exactly; line-height: 20px; color: #555555; padding: 2px; text-a=
lign: center;"><span class=3D"center-on-narrow" style=3D"font-family: sans-=
serif; font-size: 14px; mso-height-rule: exactly; color: #000000; padding: =
0 0px 0px; text-align: center; font-weight: bold;">Scott 1-Ply Xtra Hand To=
wels I-Fold 240 Sheets (Pack of 15) </span></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td style=3D"padding: 10px; te=
xt-align: center"><a href=3D"https://cubemarketing.net/link-tracker/track-c=
lick/6fZ7QCQk/27DwmC8pn5/TckZSPSc6h/" style=3D"border: 0;" title=3D"Scott 1=
-Ply Xtra Hand Towels I-Fold 240 Sheets (Pack of 15) "><img alt=3D"Scott 1-=
Ply Xtra Hand Towels I-Fold 240 Sheets (Pack of 15) " border=3D"0" class=3D=
"fluid" height=3D"170" src=3D"https://vow.icmcommunicate.com/fck/4836/image=
/2025-Q3/vow-1673/KC01001.jpg" width=3D"170" /></a></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"center-on-narrow"=
 style=3D"font-family: sans-serif; font-size: 15px; mso-height-rule: exactl=
y; line-height: 20px; color: #555555; padding: 0 10px 10px; text-align: cen=
ter;"><span class=3D"center-on-narrow" style=3D"font-family: sans-serif; fo=
nt-size: 12px; mso-height-rule: exactly; color: #000000; padding: 0 0px 0px=
; text-align: left; font-weight: bold;">Code: KC01001=E2=80=AF</span></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" class=3D"=
center-on-narrow" style=3D"font-family: sans-serif; font-size: 15px; mso-he=
ight-rule: exactly; line-height: 20px; color: #555555; padding: 0 10px 10px=
; text-align: center;">
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpaddin=
g=3D"0" cellspacing=3D"0"><!-- Buy Now Text Link : BEGIN -->
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"button-t=
d" style=3D"border-radius: 3px; background: #8B99E0; text-align: center;"><=
strong><a class=3D"button-a" href=3D"https://cubemarketing.net/link-tracker=
/track-click/6fZ7QCQk/27DwmC8pn5/TckZSPSc6h/" style=3D" color: #ffffff; tex=
t-decoration: none;background: #8B99E0; border: 15px solid #8B99E0; padding=
: 0 10px;color: #ffffff; font-family: sans-serif; font-size: 13px; line-hei=
ght: 1.1; text-align: center; text-decoration: none; display: block; border=
-radius: 3px; font-weight: bold;" title=3D"Buy Scott 1-Ply Xtra Hand Towels=
 I-Fold 240 Sheets (Pack of 15) ">Buy Now</a></strong></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<!-- Buy Now Text Link :=
 END -->
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09=09=09<!-- product 01 end --><!-- product 02 =
start -->
=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"stack-column-center" valig=
n=3D"top" width=3D"33.33%">
=09=09=09=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0">
=09=09=09=09=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" class=3D"=
center-on-narrow" style=3D"font-family: sans-serif; font-size: 15px; mso-he=
ight-rule: exactly; line-height: 20px; color: #555555; padding:2px; text-al=
ign: center;"><span class=3D"center-on-narrow" style=3D"font-family: sans-s=
erif; font-size: 14px; mso-height-rule: exactly; color: #000000; padding: 0=
 0px 0px; text-align: center; font-weight: bold;">Scott Control Toilet Tiss=
ue Standard Roll 3-Ply White (Pack of 30) </span></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td style=3D"padding: 10px; te=
xt-align: center"><a href=3D"https://cubemarketing.net/link-tracker/track-c=
lick/6fZ7QCQk/27DwmC8pn5/dDCDs5erBx/" style=3D"border: 0;" title=3D"Scott C=
ontrol Toilet Tissue Standard Roll 3-Ply White (Pack of 30) "><img alt=3D"S=
cott Control Toilet Tissue Standard Roll 3-Ply White (Pack of 30) " border=
=3D"0" class=3D"fluid" height=3D"170" src=3D"https://vow.icmcommunicate.com=
/fck/4836/image/2025-Q3/vow-1673/KC04477.jpg" width=3D"170" /></a></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"center-on-narrow"=
 style=3D"font-family: sans-serif; font-size: 15px; mso-height-rule: exactl=
y; line-height: 20px; color: #555555; padding: 0 10px 10px; text-align: cen=
ter;"><span class=3D"center-on-narrow" style=3D"font-family: sans-serif; fo=
nt-size: 12px; mso-height-rule: exactly; color: #000000; padding: 0 0px 0px=
; text-align: center; font-weight: bold;">Code: KC04477</span></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" class=3D"=
center-on-narrow" style=3D"font-family: sans-serif; font-size: 15px; mso-he=
ight-rule: exactly; line-height: 20px; color: #555555; padding: 0 10px 10px=
; text-align: center;">
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpaddin=
g=3D"0" cellspacing=3D"0"><!-- Buy Now Text Link : BEGIN -->
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"button-t=
d" style=3D"border-radius: 3px; background: #8B99E0; text-align: center;"><=
strong><a class=3D"button-a" href=3D"https://cubemarketing.net/link-tracker=
/track-click/6fZ7QCQk/27DwmC8pn5/dDCDs5erBx/" style=3D" color: #ffffff; tex=
t-decoration: none;background: #8B99E0; border: 15px solid #8B99E0; padding=
: 0 10px;color: #ffffff; font-family: sans-serif; font-size: 13px; line-hei=
ght: 1.1; text-align: center; text-decoration: none; display: block; border=
-radius: 3px; font-weight: bold;">Buy Now</a></strong></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<!-- Buy Now Text Link :=
 END -->
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09=09=09<!-- product 02 end --><!-- product 03 =
start -->
=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"stack-column-center" valig=
n=3D"top" width=3D"33.33%">
=09=09=09=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0">
=09=09=09=09=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" class=3D"=
center-on-narrow" style=3D"font-family: sans-serif; font-size: 15px; mso-he=
ight-rule: exactly; line-height: 20px; color: #555555; padding: 2px; text-a=
lign: center;"><span class=3D"center-on-narrow" style=3D"font-family: sans-=
serif; font-size: 14px; mso-height-rule: exactly; color: #000000; padding: =
0 0px 0px; text-align: center; font-weight: bold;">Scott Essential Everyday=
 Use Foam Hand Cleanser 200ml Pink (Pack of 12) </span></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td style=3D"padding: 10px; te=
xt-align: center"><a href=3D"https://cubemarketing.net/link-tracker/track-c=
lick/6fZ7QCQk/27DwmC8pn5/hG2RzR8bq7/" style=3D"border: 0;" title=3D"Scott E=
ssential Everyday Use Foam Hand Cleanser 200ml Pink (Pack of 12) "><img alt=
=3D"Scott Essential Everyday Use Foam Hand Cleanser 200ml Pink (Pack of 12)=
 " border=3D"0" class=3D"fluid" height=3D"170" src=3D"https://vow.icmcommun=
icate.com/fck/4836/image/2025-Q3/vow-1673/KC03032.jpg" width=3D"170" /></a>=
</td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"center-on-narrow"=
 style=3D"font-family: sans-serif; font-size: 15px; mso-height-rule: exactl=
y; line-height: 20px; color: #555555; padding: 0 10px 10px; text-align: cen=
ter;"><span class=3D"center-on-narrow" style=3D"font-family: sans-serif; fo=
nt-size: 12px; mso-height-rule: exactly; color: #000000; padding: 0 0px 0px=
; text-align: center; font-weight: bold;">Code: KC03032</span></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" class=3D"=
center-on-narrow" style=3D"font-family: sans-serif; font-size: 15px; mso-he=
ight-rule: exactly; line-height: 20px; color: #555555; padding: 0 10px 10px=
; text-align: center;">
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpaddin=
g=3D"0" cellspacing=3D"0"><!-- Buy Now Text Link : BEGIN -->
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"button-t=
d" style=3D"border-radius: 3px; background: #8B99E0; text-align: center;"><=
strong><a class=3D"button-a" href=3D"https://cubemarketing.net/link-tracker=
/track-click/6fZ7QCQk/27DwmC8pn5/hG2RzR8bq7/" style=3D" color: #ffffff; tex=
t-decoration: none;background: #8B99E0; border: 15px solid #8B99E0; padding=
: 0 10px;color: #ffffff; font-family: sans-serif; font-size: 13px; line-hei=
ght: 1.1; text-align: center; text-decoration: none; display: block; border=
-radius: 3px; font-weight: bold;">Buy Now</a></strong></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<!-- Buy Now Text Link :=
 END -->
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09=09=09<!-- product 03 end -->
=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09<!-- Three Even Columns : END --><!-- Three Even Co=
lumns : BEGIN -->
=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"padding-top: 5px; =
padding-right: 10px; padding-left: 10px; padding-bottom: 5px;" valign=3D"to=
p">
=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpadding=3D"0" cellspacin=
g=3D"0" width=3D"100%">
=09=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09=09<tr><!-- product 01 start -->
=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"stack-column-center" valig=
n=3D"top" width=3D"33.33%">
=09=09=09=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0">
=09=09=09=09=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" class=3D"=
center-on-narrow" style=3D"font-family: sans-serif; font-size: 15px; mso-he=
ight-rule: exactly; line-height: 20px; color: #555555; padding: 2px; text-a=
lign: center;"><span class=3D"center-on-narrow" style=3D"font-family: sans-=
serif; font-size: 14px; mso-height-rule: exactly; color: #000000; padding: =
0 0px 0px; text-align: center; font-weight: bold;">Kleenex Aqua Foam Hand S=
oap Refill Pink 1 Litre (Pack of 6) </span></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td style=3D"padding: 10px; te=
xt-align: center"><a href=3D"https://cubemarketing.net/link-tracker/track-c=
lick/6fZ7QCQk/27DwmC8pn5/HACwcceGjM/" style=3D"border: 0;" title=3D"Kleenex=
 Aqua Foam Hand Soap Refill Pink 1 Litre (Pack of 6) "><img alt=3D"Kleenex =
Aqua Foam Hand Soap Refill Pink 1 Litre (Pack of 6) " border=3D"0" class=3D=
"fluid" height=3D"170" src=3D"https://vow.icmcommunicate.com/fck/4836/image=
/2025-Q3/vow-1673/KC02453.jpg" width=3D"170" /></a></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"center-on-narrow"=
 style=3D"font-family: sans-serif; font-size: 15px; mso-height-rule: exactl=
y; line-height: 20px; color: #555555; padding: 0 10px 10px; text-align: cen=
ter;"><span class=3D"center-on-narrow" style=3D"font-family: sans-serif; fo=
nt-size: 12px; mso-height-rule: exactly; color: #000000; padding: 0 0px 0px=
; text-align: left; font-weight: bold;">Code: KC02453</span></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" class=3D"=
center-on-narrow" style=3D"font-family: sans-serif; font-size: 15px; mso-he=
ight-rule: exactly; line-height: 20px; color: #555555; padding: 0 10px 10px=
; text-align: center;">
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpaddin=
g=3D"0" cellspacing=3D"0"><!-- Buy Now Text Link : BEGIN -->
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"button-t=
d" style=3D"border-radius: 3px; background: #8B99E0; text-align: center;"><=
strong><a class=3D"button-a" href=3D"https://cubemarketing.net/link-tracker=
/track-click/6fZ7QCQk/27DwmC8pn5/HACwcceGjM/" style=3D" color: #ffffff; tex=
t-decoration: none;background: #8B99E0; border: 15px solid #8B99E0; padding=
: 0 10px;color: #ffffff; font-family: sans-serif; font-size: 13px; line-hei=
ght: 1.1; text-align: center; text-decoration: none; display: block; border=
-radius: 3px; font-weight: bold;" title=3D"Buy Kleenex Aqua Foam Hand Soap =
Refill Pink 1 Litre (Pack of 6) ">Buy Now</a></strong></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<!-- Buy Now Text Link :=
 END -->
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09=09=09<!-- product 01 end --><!-- product 02 =
start -->
=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"stack-column-center" valig=
n=3D"top" width=3D"33.33%">
=09=09=09=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0">
=09=09=09=09=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" class=3D"=
center-on-narrow" style=3D"font-family: sans-serif; font-size: 15px; mso-he=
ight-rule: exactly; line-height: 20px; color: #555555; padding:2px; text-al=
ign: center;"><span class=3D"center-on-narrow" style=3D"font-family: sans-s=
erif; font-size: 14px; mso-height-rule: exactly; color: #000000; padding: 0=
 0px 0px; text-align: center; font-weight: bold;">Kleenex Balsam Facial Tis=
sues Cube 56 Sheets (Pack of 12) </span></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td style=3D"padding: 10px; te=
xt-align: center"><a href=3D"https://cubemarketing.net/link-tracker/track-c=
lick/6fZ7QCQk/27DwmC8pn5/CbxmDxske9/" style=3D"border: 0;" title=3D"Kleenex=
 Balsam Facial Tissues Cube 56 Sheets (Pack of 12) "><img alt=3D"Kleenex Ba=
lsam Facial Tissues Cube 56 Sheets (Pack of 12) " border=3D"0" class=3D"flu=
id" height=3D"170" src=3D"https://vow.icmcommunicate.com/fck/4836/image/202=
5-Q3/vow-1673/KC03377.jpg" width=3D"170" /></a></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"center-on-narrow"=
 style=3D"font-family: sans-serif; font-size: 15px; mso-height-rule: exactl=
y; line-height: 20px; color: #555555; padding: 0 10px 10px; text-align: cen=
ter;"><span class=3D"center-on-narrow" style=3D"font-family: sans-serif; fo=
nt-size: 12px; mso-height-rule: exactly; color: #000000; padding: 0 0px 0px=
; text-align: center; font-weight: bold;">Code: KC03377</span></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" class=3D"=
center-on-narrow" style=3D"font-family: sans-serif; font-size: 15px; mso-he=
ight-rule: exactly; line-height: 20px; color: #555555; padding: 0 10px 10px=
; text-align: center;">
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpaddin=
g=3D"0" cellspacing=3D"0"><!-- Buy Now Text Link : BEGIN -->
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"button-t=
d" style=3D"border-radius: 3px; background: #8B99E0; text-align: center;"><=
strong><a class=3D"button-a" href=3D"https://cubemarketing.net/link-tracker=
/track-click/6fZ7QCQk/27DwmC8pn5/CbxmDxske9/" style=3D" color: #ffffff; tex=
t-decoration: none;background: #8B99E0; border: 15px solid #8B99E0; padding=
: 0 10px;color: #ffffff; font-family: sans-serif; font-size: 13px; line-hei=
ght: 1.1; text-align: center; text-decoration: none; display: block; border=
-radius: 3px; font-weight: bold;">Buy Now</a></strong></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<!-- Buy Now Text Link :=
 END -->
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09=09=09<!-- product 02 end --><!-- product 03 =
start -->
=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"stack-column-center" valig=
n=3D"top" width=3D"33.33%">
=09=09=09=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0">
=09=09=09=09=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" class=3D"=
center-on-narrow" style=3D"font-family: sans-serif; font-size: 15px; mso-he=
ight-rule: exactly; line-height: 20px; color: #555555; padding: 2px; text-a=
lign: center;"><span class=3D"center-on-narrow" style=3D"font-family: sans-=
serif; font-size: 14px; mso-height-rule: exactly; color: #000000; padding: =
0 0px 0px; text-align: center; font-weight: bold;">Scott Essential Everyday=
 Use Foam Hand Cleanser 200ml Pink (Pack of 12) </span></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td style=3D"padding: 10px; te=
xt-align: center"><a href=3D"https://cubemarketing.net/link-tracker/track-c=
lick/6fZ7QCQk/27DwmC8pn5/EMce8YCeQJ/" style=3D"border: 0;" title=3D"Scott E=
ssential Everyday Use Foam Hand Cleanser 200ml Pink (Pack of 12) "><img alt=
=3D"Scott Essential Everyday Use Foam Hand Cleanser 200ml Pink (Pack of 12)=
 " border=3D"0" class=3D"fluid" height=3D"170" src=3D"https://vow.icmcommun=
icate.com/fck/4836/image/2025-Q3/vow-1673/KC02514.jpg" width=3D"170" /></a>=
</td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"center-on-narrow"=
 style=3D"font-family: sans-serif; font-size: 15px; mso-height-rule: exactl=
y; line-height: 20px; color: #555555; padding: 0 10px 10px; text-align: cen=
ter;"><span class=3D"center-on-narrow" style=3D"font-family: sans-serif; fo=
nt-size: 12px; mso-height-rule: exactly; color: #000000; padding: 0 0px 0px=
; text-align: center; font-weight: bold;">Code: KC02514</span></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" class=3D"=
center-on-narrow" style=3D"font-family: sans-serif; font-size: 15px; mso-he=
ight-rule: exactly; line-height: 20px; color: #555555; padding: 0 10px 10px=
; text-align: center;">
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpaddin=
g=3D"0" cellspacing=3D"0"><!-- Buy Now Text Link : BEGIN -->
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"button-t=
d" style=3D"border-radius: 3px; background: #8B99E0; text-align: center;"><=
strong><a class=3D"button-a" href=3D"https://cubemarketing.net/link-tracker=
/track-click/6fZ7QCQk/27DwmC8pn5/EMce8YCeQJ/" style=3D" color: #ffffff; tex=
t-decoration: none;background: #8B99E0; border: 15px solid #8B99E0; padding=
: 0 10px;color: #ffffff; font-family: sans-serif; font-size: 13px; line-hei=
ght: 1.1; text-align: center; text-decoration: none; display: block; border=
-radius: 3px; font-weight: bold;">Buy Now</a></strong></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09<!-- Buy Now Text Link :=
 END -->
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09=09=09<!-- product 03 end -->
=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09<!-- Three Even Columns : END --><!-- -------------=
------------------- Text Area : BEGIN -------------------------------- -->
=09=09=09=09=09=09=09=09<tr bgcolor=3D"#0c714f">
=09=09=09=09=09=09=09=09=09<td class=3D"stack-column-center" width=3D"100%"=
>
=09=09=09=09=09=09=09=09=09<table align=3D"left" border=3D"0" cellpadding=
=3D"0" cellspacing=3D"0" width=3D"100%">
=09=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09<td dir=3D"ltr" style=3D"font-family: s=
ans-serif; font-size: 12px; mso-height-rule: exactly; color: #ffffff; paddi=
ng: 10px; text-align: left;" valign=3D"top"><span style=3D"font-family: ser=
if; font-size: 30px; mso-height-rule: exactly; color: #ffffff;">Preferred E=
ssentials </span><br />
=09=09=09=09=09=09=09=09=09=09=09=09<span style=3D"font-family: sans-serif;=
 font-size: 20px; mso-height-rule: exactly; color: #ffffff;">Designed for s=
mall and medium sized businesses looking for a sustainable range to improve=
 their washroom facilities. </span></td>
=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09<!-- -------------------------------- Text Area : E=
ND -------------------------------- --><!-- -------------------------------=
- Hero Image, Flush : BEGIN -------------------------------- -->
=09=09=09=09=09=09=09=09<tr bgcolor=3D"#fff">
=09=09=09=09=09=09=09=09=09<td class=3D"full-width-image"></td>
=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09<!-- -------------------------------- Hero Image, F=
lush : END -------------------------------- --><!-- 1 Text Column : BEGIN -=
->
=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09<td align=3D"center" class=3D"fullBgRow" style=
=3D"background:#11223e; padding-top: 20px; padding-bottom: 20px; padding-ri=
ght: 20px; padding-left: 20px;" valign=3D"top">
=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpadding=3D"0" cellspacin=
g=3D"0" width=3D"100%">
=09=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09<td align=3D"CENTER" class=3D"stack-col=
umn-center">
=09=09=09=09=09=09=09=09=09=09=09=09<p><span style=3D"text-align: center;fo=
nt-family: sans-serif; font-size: 20px; color: #60bfd5">Contact us today fo=
r more information. </span></p>
=09=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09<!-- 1 Text Column : END -->
=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09</table>
=09=09=09=09=09=09</td>
=09=09=09=09=09</tr>
=09=09=09=09=09<!-- 1 Text Column : BEGIN -->
=09=09=09=09=09<tr>
=09=09=09=09=09=09<td align=3D"center" style=3D"background: #ffffff;padding=
-top: 20px; padding-bottom: 20px; padding-right: 20px; padding-left: 20px;b=
order-collapse:collapse;" valign=3D"top">
=09=09=09=09=09=09<table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" w=
idth=3D"100%">
=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09<td align=3D"CENTER" class=3D"stack-column-cente=
r">
=09=09=09=09=09=09=09=09=09<p><span id=3D"termsWrapper" style=3D"font-famil=
y: sans-serif; font-size: 11px; color: #666">Every care has been taken to e=
nsure an adequate supply of the products featured is available. Manufacture=
rs=E2=80=99 specifications can change and we reserve the right to change or=
 withdraw if required. E&amp;OE. VAT excluded.</span></p>
=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09</table>
=09=09=09=09=09=09</td>
=09=09=09=09=09</tr>
=09=09=09=09=09<!-- 1 Text Column : END --><!-- 1 Text Column : BEGIN -->
=09=09=09=09=09<tr>
=09=09=09=09=09=09<td align=3D"center"><!-- Footer Variable START -->
<table bgcolor=3D"#ffffff" border=3D"0" cellpadding=3D"0" cellspacing=3D"0"=
 id=3D"starthere" style=3D"border-collapse:collapse;" width=3D"100%">
=09<tbody>
=09=09<tr>
=09=09=09<td style=3D"padding:20px 0;">
=09=09=09=09<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspac=
ing=3D"0" class=3D"email-container" width=3D"600">
=09=09=09=09=09<tbody>
=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09<td style=3D"padding:0 20px">
=09=09=09=09=09=09=09=09<table align=3D"center" border=3D"0" cellpadding=3D=
"0" cellspacing=3D"0" class=3D"email-container" width=3D"560">
=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"font-family:=
 sans-serif; font-size: 14px; color: #555555">
=09=09=09=09=09=09=09=09=09=09=09=09<p style=3D"margin-top: 0; margin-botto=
m: 5px">Connect with us</p>
=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"font-family:=
 sans-serif; font-size: 14px; color: #555555">
=09=09=09=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0">
=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"button-td" style=3D"=
background-color:#8B99E0"><a href=3D"https://cubemarketing.net/link-tracker=
/track-click/6fZ7QCQk/27DwmC8pn5/BHRZFjP37W/"><img src=3D"https://cubemarke=
ting.net/fck/16/image/000-footer-icons/brand/icon-soc-linkedin.png" alt=3D"=
Visit our Linkedin page" style=3D"display: block; height: 32px; width: 32px=
" height=3D"32" width=3D"32"></a></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"font-family:=
 sans-serif; font-size: 14px; color: #555555">
=09=09=09=09=09=09=09=09=09=09=09=09<p><span style=3D"font-family: sans-ser=
if; font-size: 14px; color: #8B99E0; font-weight: 600">Quills Group</span> =
<br />Unit 2, Spitfire Business Park, 1 Hawker Road, Croydon, Surrey, CR0 4=
WD<br />
=09=09=09=09=09=09=09=09=09=09=09=09<a style=3D"text-decoration: none;font-=
family: sans-serif; font-size: 14px; color: #8B99E0" href=3D"https://cubema=
rketing.net/link-tracker/track-click/6fZ7QCQk/27DwmC8pn5/s6ECP8Bh28/">Shop =
Now</a> | <a style=3D"text-decoration: none;font-family: sans-serif; font-s=
ize: 14px; color: #8B99E0" href=3D"https://cubemarketing.net/link-tracker/t=
rack-click/6fZ7QCQk/27DwmC8pn5/gWYjzs7rTQ/">0845 078 0324</a> | <a style=3D=
"text-decoration: none;font-family: sans-serif; font-size: 14px; color: #8B=
99E0" href=3D"mailto:sales@quillsuk.co.uk">sales@quillsuk.co.uk</a></p>
=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09</tr>
=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09<td style=3D"padding:0 20px">
=09=09=09=09=09=09=09=09<table align=3D"center" border=3D"0" cellpadding=3D=
"0" cellspacing=3D"0" class=3D"email-container" width=3D"560">
=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"padding-top:=
 10px; font-family: sans-serif; font-size: 10px; color: #555555">Email&nbsp=
;not&nbsp;displaying&nbsp;properly?&nbsp;<a href=3D"https://cubemarketing.n=
et/view-email-online/6fZ7QCQk/27DwmC8pn5/">View&nbsp;it&nbsp;online</a>
<=
br />
=09=09=09=09=09=09=09=09=09=09=09=09=09=09You can update your Email Marketi=
ng <a href=3D"https://cubemarketing.net/preferences/27DwmC8pn5/6fZ7QCQk/sho=
w/">Preferences here</a>
<br />
=09=09=09=09=09=09=09=09=09=09=09=09=09=09If you no longer wish to receive =
emails from us you can&nbsp;<a href=3D"https://cubemarketing.net/preference=
s/27DwmC8pn5/6fZ7QCQk/">unsubscribe&nbsp;here</a>
</td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"padding:10px=
 0; font-family: sans-serif; font-size: 10px; color: #555555"><b>Quills Off=
ice Supplies Ltd</b> 4836249 <br> </td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"padding:0 10=
px; font-family: sans-serif; font-size: 10px; color: #555555">Prices exclud=
e VAT. E.&O.E. <br /><br />DISCLAIMER: This e-mail and attachments are conf=
idential and are intended solely for the use of the individual to whom it i=
s addressed. If you are not the intended recipient, be advised that you hav=
e received this Email in error and that any use, dissemination, forwarding,=
 printing, or copying of this Email is strictly prohibited. If this transmi=
ssion is received in error please notify the sender immediately and delete =
this message from your E-mail system. Messages sent to and from us may be m=
onitored. Internet communications cannot be guaranteed to be secure or erro=
r-free as information could be intercepted, corrupted, lost, destroyed, arr=
ive late or incomplete, or contain viruses. Therefore, we do not accept res=
ponsibility for any errors or omissions that are present in this message, o=
r any attachment, that have arisen as a result of e-mail transmission. If v=
erification is required, please request a hard-copy version. Any views or o=
pinions presented are solely those of the author and do not necessarily rep=
resent those of the company.</td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09</tr>
=09=09=09=09=09</tbody>
=09=09=09=09</table>
=09=09=09</td>
=09=09</tr>
=09</tbody>
</table>
<!-- Footer Variable END --></td>
=09=09=09=09=09</tr>
=09=09=09=09=09<!-- 1 Text Column : END -->
=09=09=09=09</tbody>
=09=09=09</table>
=09=09=09<!-- Email Body : END --></center>
=09=09=09</td>
=09=09</tr>
=09</tbody>
</table>


<img src=3D"https://cubemarketing.net/trackopen/6fZ7QCQk/27DwmC8pn5.g=
if" width=3D"1" height=3D"1" border=3D"0" style=3D"width:1px !important; he=
ight:1px !important; border-width:0 !important; margin:0 !important; paddin=
g:0 !important;" alt=3D''/>

</body>
</html>

<!-- Email Campaign ID: 715923 -->


--HofgMllO--