Standard Program
Marketing Templates – Auto Standard
Looking to reduce service declines even more? Switch to Sunbit’s new Value-Added Program which approves nearly 100% of applicants for at least $400. Learn more here.
Learn more about the Value-Add Program

Quick Navigation
- Website Templates ›
- Email – Appointment Confirmation ›
- Email – Long Module ›
- Email – Short Module ›
- Text Message Copy ›
Approved Customer-Facing Legal Disclosures:
Split your service bill into 3 easy payments, interest-free*
*3-month 0% APR plan at participating merchants for approved customers. 6-, 9-, 12-, 15-, and 18- month plans subject to interest. Subject to approval based on creditworthiness. 0-35.99% APR. Payment due at checkout. Not available in or to residents of US territories. Examples:. A $885.00 purchase with 28.99% APR, $133.38 down payment and a 6-month term would have monthly payments of $136.09 and a total cost of $949.93. Actual terms may vary. Sunbit Now, LLC is licensed under the CT Laws Relating to Small Loans (lic. # SLC-1760582 & SLC-BCH-1844702); NMLS ID 1760582. Loans are made by Transportation Alliance Bank Inc. dba TAB Bank, which determines qualifications for and terms of credit.
THIS IS A LOAN SOLICITATION ONLY. SUNBIT NOW, LLC IS NOT THE LENDER. INFORMATION RECEIVED WILL BE SHARED WITH ONE OR MORE THIRD PARTIES IN CONNECTION WITH YOUR LOAN INQUIRY. THE LENDER MAY NOT BE SUBJECT TO ALL VERMONT LENDING LAWS. THE LENDER MAY BE SUBJECT TO FEDERAL LENDING LAWS.
No hard credit check**
**All account openings and payment performance are reported to a major credit bureau.
Website Templates
Web – Single Location
To add your store’s custom pre-qualification page to your website, follow the directions below.

Click to view pre-qualification iframe code
<iframe style="height:1080px;width:100%" src="https://apply.sunbit.com/STORE_NAME_1" title="Sunbit service now, pay over time" class="border-0 overflow-hidden" scrolling="no"></iframe>
- Replace your unique link in the src=”https://apply.sunbit.com/STORE_NAME_” text in the code with your location’s unique Pre-qualification Link.
- Share the iframe script with your web team and ask them to:
- Create a new webpage and insert this script.
- Add a button on the home page menu called ‘Service now, pay over time’ that links to a new page.
- Add attached digital banners from the media library
Web – Multiple Locations
If your organization includes multiple locations, we recommend adding the below script and following the below directions to a group landing page with a dropdown menu for each location.

Click to view Multiple Location Website Template Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Service now, pay over time</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Poppins', sans-serif; background: #e3e8ff; color: #1b203a; }
.widget {
display: grid;
grid-template-columns: 1fr 40%;
grid-template-rows: auto auto auto;
gap: 24px;
max-width: 1200px;
margin: auto;
padding: 24px;
}
.banner{ grid-column: 1; grid-row: 1; }
.left-content{ grid-column: 1; grid-row: 2; }
.static-image-container{ grid-column: 2; grid-row: 1 / span 2; align-self: start; }
.dynamic-iframe-container { grid-column: 1 / -1; grid-row: 3; }
.banner h1 { font-size: 2.5rem; font-weight: 600; line-height: 1.1; }
.banner h1 .highlight { color: #6B7CFF; }
.banner p { margin-top: 8px; font-size: 1.25rem; font-weight: 500; }
.logos { margin-top: 16px; display: flex; align-items: center; gap: 16px; }
.logos img { height: 48px; width: auto; }
.logos .divider { width: 1px; height: 48px; background: #1b203a; }
.features { display: grid; grid-template-columns: repeat(3, auto); gap: 32px; margin-bottom: 24px; }
.feature-item { display: flex; align-items: center; gap: 8px; }
.icon { width: 72px; height: 72px; background: #e1e8fe; border-radius: 8px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.icon img { width: 100%; height: 100%; object-fit: contain; }
.label { font-size: 1rem; font-weight: 500; }
.action { position: relative; margin-bottom: 24px; }
.action button {
font-family: 'Poppins', sans-serif;
padding: 16px 24px;
font-size: 1rem;
font-weight: 600;
background: #6B7CFF;
color: #fff;
border: none;
border-radius: 999px;
cursor: pointer;
}
.action select {
position: absolute;
top: 100%; left: 0;
width: 100%;
margin-top: 8px;
padding: 12px;
font-size: 1rem;
display: none;
}
.static-image-container img {
width: 70%;
border-radius: 8px;
aspect-ratio: 1/1;
object-fit: cover;
display: block;
margin-top: 32px;
}
.dynamic-iframe-container iframe {
width: 100%;
height: 600px;
border: none;
border-radius: 8px;
display: block;
}
.dynamic-iframe-container { display: none; }
footer {
background: #e3e8ff;
padding: 2rem 0;
font-size: 0.875rem;
color: #555;
text-align: center;
}
@media (max-width: 800px) {
.widget { grid-template-columns: 1fr; grid-template-rows: auto auto auto auto; }
.static-image-container { grid-column: 1; grid-row: 3; width: 100%; }
.dynamic-iframe-container { grid-column: 1; grid-row: 4; }
}
</style>
</head>
<body>
<div class="widget">
<div class="banner">
<h1><span class="highlight">Service now,</span> pay over time.</h1>
<p>Split your service bill into 3 easy payments, interest-free*</p>
<div class="logos">
<img src="https://lomcfe.stripocdn.email/content/guids/CABINET_63ecf041e1bd56bc315c0b1a84b84f05749b77a1c1f00a7888f2940b49b083aa/images/sunbit_logo_rgb.png" alt="Logo 1">
<div class="divider"></div>
<img src="https://lomcfe.stripocdn.email/content/guids/CABINET_63ecf041e1bd56bc315c0b1a84b84f05749b77a1c1f00a7888f2940b49b083aa/images/logo_image_copy.png" alt="Partner Logo 2">
</div>
</div>
<div class="left-content">
<div class="features">
<div class="feature-item">
<div class="icon"><img src="https://lomcfe.stripocdn.email/content/guids/CABINET_ab805e03adb2c4f735a7bda85178fffb304986be0eddc50d97d5be798837e14f/images/finger_snap.png" alt="Icon 1"></div>
<div class="label">No hard<br>credit check**</div>
</div>
<div class="feature-item">
<div class="icon"><img src="https://lomcfe.stripocdn.email/content/guids/CABINET_ab805e03adb2c4f735a7bda85178fffb304986be0eddc50d97d5be798837e14f/images/rocket.png" alt="Icon 3"></div>
<div class="label">Lightning fast<br>application</div>
</div>
<div class="feature-item">
<div class="icon"><img src="https://lomcfe.stripocdn.email/content/guids/CABINET_ab805e03adb2c4f735a7bda85178fffb304986be0eddc50d97d5be798837e14f/images/no_fee.png" alt="Icon 4"></div>
<div class="label">No fees or<br>penalties</div>
</div>
</div>
<div class="action">
<button id="selectBtn">Select your dealership</button>
<select id="selectMenu">
<option value="" disabled selected>-- Select your store --</option>
<option value="https://apply.sunbit.com/STORE_NAME_1">STORE_NAME_1</option>
<option value="https://apply.sunbit.com/STORE_NAME_2">STORE_NAME_2</option>
<option value="https://apply.sunbit.com/STORE_NAME_3">STORE_NAME_3</option>
<option value="https://apply.sunbit.com/STORE_NAME_4">STORE_NAME_4</option>
<option value="https://apply.sunbit.com/STORE_NAME_5">STORE_NAME_5</option>
<option value="https://apply.sunbit.com/STORE_NAME_6">STORE_NAME_6</option>
<option value="https://apply.sunbit.com/STORE_NAME_7">STORE_NAME_7</option>
<option value="https://apply.sunbit.com/STORE_NAME_8">STORE_NAME_8</option>
<option value="https://apply.sunbit.com/STORE_NAME_9">STORE_NAME_9</option>
<option value="https://apply.sunbit.com/STORE_NAME_10">STORE_NAME_10</option>
</select>
</div>
</div>
<div class="static-image-container">
<img src="https://lomcfe.stripocdn.email/content/guids/CABINET_f9a557dc053f245b7784c840f9b82fc1f0dc9c78c26d839a68f3255eb1007412/images/sunbit_over_90_get_approved_zVu.png" alt="Feature Image">
</div>
<div class="dynamic-iframe-container">
<iframe id="contentFrame"></iframe>
</div>
</div>
<script>
const btn = document.getElementById('selectBtn');
const menu = document.getElementById('selectMenu');
const dyn = document.querySelector('.dynamic-iframe-container');
const frame = document.getElementById('contentFrame');
btn.addEventListener('click', () => {
menu.style.display = menu.style.display === 'block' ? 'none' : 'block';
});
menu.addEventListener('change', e => {
const url = e.target.value;
if (!url) return;
frame.src = url;
dyn.style.display = 'block';
menu.style.display = 'none';
});
</script>
<footer>
<p>
<div style="text-align: left; padding: 1rem;">*3-month 0% APR plan at participating merchants for approved customers. 6-, 9-, 12-, 15-, and 18- month plans subject to interest. Subject to approval based on creditworthiness. 0-35.99% APR. Payment due at checkout. Not available in or to residents of US territories. Examples:. A $885.00 purchase with 28.99% APR, $133.38 down payment and a 6-month term would have monthly payments of $136.09 and a total cost of $949.93. Actual terms may vary. Sunbit Now, LLC is licensed under the CT Laws Relating to Small Loans (lic. # SLC-1760582 & SLC-BCH-1844702); NMLS ID 1760582. Loans are made by Transportation Alliance Bank Inc. dba TAB Bank, which determines qualifications for and terms of credit.
THIS IS A LOAN SOLICITATION ONLY. SUNBIT NOW, LLC IS NOT THE LENDER. INFORMATION RECEIVED WILL BE SHARED WITH ONE OR MORE THIRD PARTIES IN CONNECTION WITH YOUR LOAN INQUIRY. THE LENDER MAY NOT BE SUBJECT TO ALL VERMONT LENDING LAWS. THE LENDER MAY BE SUBJECT TO FEDERAL LENDING LAWS.
<br>**All account openings and payment performance are reported to a major credit bureau.
</p>
</footer>
</body>
</html>
- Create a new webpage in your website’s HTML-friendly CMS or editor.
- Paste the iframe script into the body of that page.
- Paste the code into any HTML-friendly CMS or editor.
- Replace all placeholder text:
- https://apply.sunbit.com/STORE_NAME_1 with each store’s unique Pre-qualification Link.
- STORE_NAME_1 with the display name for each practice.
- Add as many stores as needed – there’s no limit.
- Add a navigation button to your homepage menu titled: “Service now, pay over time” – and link it to the new landing page.
- Upload and display digital banners (provided in the media library) to promote the program and increase visibility.
Email – Appointment Confirmation
You can use this email template for your appointment confirmations to remind customers about flexible payment options with Sunbit.
Download the html below and replace all information in href=”https://apply.sunbit.com/STORE_NAME_1″ with your location’s unique Pre-qualification Link and store details in {{brackets}} (dealership name, email, phone number, website, and customer appointment details.)

Click to view Auto Standard – Email – Appointment Confirmation HTML Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta name="x-apple-disable-message-reformatting">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="telephone=no" name="format-detection">
<title>Appointment Confirmation</title>
<!--[if (mso 16)]>
<style type="text/css">
a {text-decoration: none;}
</style>
<![endif]-->
<!--[if gte mso 9]><style>sup { font-size: 100% !important; }</style><![endif]-->
<!--[if gte mso 9]>
<noscript>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG></o:AllowPNG>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
</noscript>
<![endif]-->
<!--[if mso]><xml>
<w:WordDocument xmlns:w="urn:schemas-microsoft-com:office:word">
<w:DontUseAdvancedTypographyReadingMail></w:DontUseAdvancedTypographyReadingMail>
</w:WordDocument>
</xml><![endif]-->
<!--[if !mso]><!-- -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900&display=swap" rel="stylesheet">
<!--<![endif]-->
<style type="text/css">
.rollover:hover .rollover-first {
max-height: 0px !important;
display: none !important;
}
.rollover:hover .rollover-second {
max-height: none !important;
display: block !important;
}
.rollover span {
font-size: 0px;
}
u + .body img ~ div div {
display: none;
}
#outlook a {
padding: 0;
}
span.MsoHyperlink,
span.MsoHyperlinkFollowed {
color: inherit;
mso-style-priority: 99;
}
a.l {
mso-style-priority: 100 !important;
text-decoration: none !important;
}
a[x-apple-data-detectors],
#MessageViewBody a {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
.v {
display: none;
float: left;
overflow: hidden;
width: 0;
max-height: 0;
line-height: 0;
mso-hide: all;
}
@media only screen and (max-width:600px) {
.ck { padding-right: 10px !important }
.cj { padding-left: 10px !important }
.ci { padding-right: 0px !important }
.ch { padding-left: 0px !important }
.cg { padding-right: 30px !important }
.cf { padding-left: 30px !important }
.ce { padding: 20px !important }
.cd { padding-top: 10px !important }
.cc { padding-bottom: 25px !important }
.cb { padding-right: 15px !important }
.ca { padding-left: 15px !important }
.bz { padding-top: 15px !important }
.by { padding-bottom: 5px !important }
.bx { padding-top: 20px !important }
.bw { padding-bottom: 20px !important }
.bv { padding-right: 20px !important }
.bu { padding-left: 20px !important }
*[class="gmail-fix"] { display: none !important }
p, a { line-height: 150% !important }
h1, h1 a { line-height: 120% !important }
h2, h2 a { line-height: 120% !important }
h3, h3 a { line-height: 120% !important }
h4, h4 a { line-height: 120% !important }
h5, h5 a { line-height: 120% !important }
h6, h6 a { line-height: 120% !important }
.br p { }
.bq p { }
h1 { font-size: 30px !important; text-align: left }
h2 { font-size: 24px !important; text-align: left }
h3 { font-size: 20px !important; text-align: left }
h4 { font-size: 24px !important; text-align: left }
h5 { font-size: 20px !important; text-align: left }
h6 { font-size: 16px !important; text-align: left }
.bs p, .bs a { font-size: 14px !important }
.br p, .br a { font-size: 14px !important }
.bq p, .bq a { font-size: 12px !important }
.bm, .bm h1, .bm h2, .bm h3, .bm h4, .bm h5, .bm h6 { text-align: center !important }
.bn, .bn h1, .bn h2, .bn h3, .bn h4, .bn h5, .bn h6 { text-align: left !important }
.bl .rollover:hover .rollover-second, .bm .rollover:hover .rollover-second, .bn .rollover:hover .rollover-second { display: inline !important }
a.l, button.l { font-size: 14px !important; padding: 10px 20px 10px 20px !important; line-height: 120% !important }
a.l, button.l, .bj { display: inline-block !important }
.bc table, .bd, .be { width: 100% !important }
.z table, .ba table, .bb table, .z, .bb, .ba { width: 100% !important; max-width: 600px !important }
.adapt-img { width: 100% !important; height: auto !important }
.w, .x { display: none !important }
.h-auto { height: auto !important }
.r .j.e, .r .j.e * { font-size: 13px !important; line-height: 150% !important }
.q .j.e, .q .j.e * { font-size: 13px !important; line-height: 150% !important }
.p .j.e, .p .j.e * { font-size: 13px !important; line-height: 150% !important }
.img-4041 { width: 83px !important; height: auto !important }
.img-5661 { width: 248px !important; height: auto !important }
.o .b, .o .b * { font-size: 12px !important; line-height: 150% !important }
a.l.n { font-size: 13px !important }
a.l.m { font-size: 13px !important }
.k .j.e, .k .j.e * { font-size: 13px !important; line-height: 150% !important }
.g .h, .g .h * { font-size: 11px !important; line-height: 150% !important }
.f .d.e, .f .d.e * { font-size: 20px !important; line-height: 150% !important }
.c .d.e, .c .d.e * { font-size: 20px !important; line-height: 150% !important }
}
@media screen and (max-width:384px) {
.mail-message-content { width: 414px !important }
}
</style>
</head>
<body data-new-gr-c-s-loaded="14.1121.0" class="body" style="width:100%;height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;padding:0;Margin:0">
<div dir="ltr" class="es-wrapper-color" lang="en" style="background-color:#EBEBEC">
<!--[if gte mso 9]>
<v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
<v:fill type="tile" src="https://lomcfe.stripocdn.email/content/guids/CABINET_00b75070c384d0a16850e7f1081cfd97/images/bg_sunbit.png" color="#ebebec" origin="0.5, 0" position="0.5, 0"></v:fill>
</v:background>
<![endif]-->
<table width="100%" cellspacing="0" cellpadding="0" background="https://lomcfe.stripocdn.email/content/guids/CABINET_00b75070c384d0a16850e7f1081cfd97/images/bg_sunbit.png" class="es-wrapper" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;padding:0;Margin:0;width:100%;height:100%;background-image:url(https://lomcfe.stripocdn.email/content/guids/CABINET_00b75070c384d0a16850e7f1081cfd97/images/bg_sunbit.png);background-repeat:repeat;background-position:center top;background-color:#EBEBEC">
<tr>
<td valign="top" style="padding:0;Margin:0">
<!-- ============================================ -->
<!-- SUNBIT LOGO SECTION -->
<!-- ============================================ -->
<table cellspacing="0" cellpadding="0" align="center" class="ba" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;width:100%;table-layout:fixed !important;background-color:transparent;background-repeat:repeat;background-position:center top">
<tr>
<td align="center" style="padding:0;Margin:0">
<table cellspacing="0" cellpadding="0" align="center" class="bs" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;background-color:transparent;width:550px">
<tr>
<td align="left" style="padding:0;Margin:0;padding-top:5px;padding-right:20px;padding-left:20px">
<table cellspacing="0" cellpadding="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="left" style="padding:0;Margin:0;width:510px">
<table width="100%" cellspacing="0" cellpadding="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="center" style="padding:0;Margin:0;font-size:0px">
<a target="_blank" href="https://sunbit.com/" style="mso-line-height-rule:exactly;text-decoration:underline;color:#2CB543;font-size:14px">
<img src="https://lomcfe.stripocdn.email/content/guids/CABINET_00b75070c384d0a16850e7f1081cfd97/images/sunbit_logo_rgbsmall.png" alt="sunbit" width="185" title="sunbit" style="display:block;font-size:13px;border:0;outline:none;text-decoration:none" height="53">
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- ============================================ -->
<!-- MAIN APPOINTMENT CONTENT SECTION -->
<!-- ============================================ -->
<table cellspacing="0" cellpadding="0" align="center" class="z" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;width:100%;table-layout:fixed !important">
<tr>
<td align="center" class="ck cj" style="padding:0;Margin:0">
<table cellspacing="0" cellpadding="0" align="center" class="br" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;background-color:transparent;width:550px">
<tr>
<td align="left" style="padding:0;Margin:0">
<table cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="center" valign="top" style="padding:0;Margin:0;width:550px">
<table cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="center" height="8" style="padding:0;Margin:0"></td>
</tr>
<tr>
<td align="center" height="0" style="padding:0;Margin:0"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left" bgcolor="#e6f3fe" class="ci ch" style="padding:35px;Margin:0;border-radius:20px;background-color:#e6f3fe">
<table cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="center" valign="top" style="padding:0;Margin:0;width:480px">
<table cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="center" class="f cf cg" style="Margin:0;padding-top:5px;padding-right:5px;padding-bottom:25px;padding-left:5px">
<p class="bm e d" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:30px;letter-spacing:0;color:#1d2757;font-size:20px">
<b>Check your payment options before your visit</b>
</p>
</td>
</tr>
<tr>
<td align="center" class="ce" style="padding:0;Margin:0;padding-bottom:10px;font-size:0">
<img width="230" src="https://lomcfe.stripocdn.email/content/guids/CABINET_3744a4170bc0c841689709019875951dbf0603c4e08bec345f87ce67bf5630c5/images/over_90_get_approved.png" alt="" class="img-5661" height="247" style="display:block;font-size:13px;border:0;outline:none;text-decoration:none">
</td>
</tr>
<tr>
<td align="center" class="k cc cd" style="Margin:0;padding-top:25px;padding-right:30px;padding-bottom:20px;padding-left:30px">
<p class="j e" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1d2757;font-size:13px">Dear {{customerName}},<br></p>
<p class="j e" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1d2757;font-size:13px"><br></p>
<p class="j e" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1d2757;font-size:13px">Your appointment has been set for:<br><strong>{{appointmentDate}} at {{appointmentTime}}</strong></p>
<p class="j e" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1d2757;font-size:13px"><strong><br></strong></p>
<p class="j e" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1d2757;font-size:13px">Click below to check your personalized options before your upcoming visit.</p>
</td>
</tr>
<!-- ============================================ -->
<!-- CTA BUTTON SECTION -->
<!-- ============================================ -->
<tr>
<td align="center" style="padding:0;Margin:0">
<!--[if mso]>
<a href="https://apply.sunbit.com/STORE_NAME_1" target="_blank" hidden>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" esdevVmlButton href="https://apply.sunbit.com/STORE_NAME_1" style="height:41px; v-text-anchor:middle; width:224px" arcsize="50%" stroke="f" fillcolor="#1d2757">
<w:anchorlock></w:anchorlock>
<center style='color:#ffffff; font-family:Poppins, sans-serif; font-size:13px; font-weight:400; line-height:13px; mso-text-raise:1px'>Check your options</center>
</v:roundrect></a>
<![endif]-->
<!--[if !mso]><!-- -->
<span class="bj msohide" style="border-style:solid;border-color:#F89D51;background:#1d2757;border-width:0px;display:inline-block;border-radius:30px;width:auto;mso-hide:all">
<a href="https://apply.sunbit.com/STORE_NAME_1" target="_blank" class="l n" style="mso-style-priority:100 !important;text-decoration:none !important;mso-line-height-rule:exactly;color:#ffffff;font-size:13px;padding:13px 40px 13px 40px;display:inline-block;background:#1d2757;border-radius:30px;font-family:Poppins, sans-serif;font-weight:normal;font-style:normal;line-height:15.6px;width:auto;text-align:center;letter-spacing:0;mso-padding-alt:0;mso-border-alt:10px solid #1d2757">Check your options</a>
</span>
<!--<![endif]-->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left" style="padding:0;Margin:0">
<table width="100%" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="left" style="padding:0;Margin:0;width:550px">
<table cellspacing="0" width="100%" role="presentation" cellpadding="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="center" height="15" style="padding:0;Margin:0"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left" style="padding:0;Margin:0">
<table cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="center" valign="top" style="padding:0;Margin:0;width:550px">
<table cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="center" height="15" style="padding:0;Margin:0"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- ============================================ -->
<!-- FEATURE ICONS & INFO SECTION -->
<!-- ============================================ -->
<tr>
<td align="left" bgcolor="#e6f3fe" style="padding:0;Margin:0;padding-right:20px;padding-left:20px;padding-top:35px;background-color:#e6f3fe;border-radius:20px 20px 0px 0px">
<table cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="center" valign="top" style="padding:0;Margin:0;width:510px">
<table cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="center" class="c ca cb" style="padding:0;Margin:0;padding-top:15px">
<p class="e d" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:30px;letter-spacing:0;color:#1d2757;font-size:20px">
<strong>Split your service bill into 3 easy payments, interest-free*</strong>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#e6f3fe" align="left" style="padding:0;Margin:0;padding-right:30px;padding-left:30px;padding-top:20px;background-color:#e6f3fe">
<!--[if mso]><table style="width:490px" cellpadding="0" cellspacing="0"><tr><td style="width:171px" valign="top"><![endif]-->
<table align="left" cellpadding="0" cellspacing="0" class="bd" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;float:left">
<tr>
<td align="left" style="padding:0;Margin:0;width:151px">
<table width="100%" role="presentation" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="center" class="bz cb by ca" style="padding:0;Margin:0;padding-bottom:15px;font-size:0">
<img src="https://lomcfe.stripocdn.email/content/guids/CABINET_c20618ee1db94269c54a71b06da3a7868aabb33c55533627315995a7c2783cbd/images/auto_nohardcreditcheck_pIZ.png" alt="" width="40" class="adapt-img" height="39" style="display:block;font-size:13px;border:0;outline:none;text-decoration:none">
</td>
</tr>
<tr>
<td align="center" class="p" style="padding:0;Margin:0">
<p class="j e" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1D2757;font-size:13px">
<strong>No hard credit </strong>
</p>
<p class="j e" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1D2757;font-size:13px">
<strong>check**</strong>
</p>
</td>
</tr>
</table>
</td>
<td class="x" style="padding:0;Margin:0;width:20px"></td>
</tr>
</table>
<!--[if mso]></td><td style="width:149px" valign="top"><![endif]-->
<table cellpadding="0" cellspacing="0" align="left" class="bd" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;float:left">
<tr>
<td align="left" style="padding:0;Margin:0;width:149px">
<table width="100%" role="presentation" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="center" class="cb by ca bx" style="padding:0;Margin:0;padding-bottom:15px;font-size:0">
<img alt="" height="40" src="https://lomcfe.stripocdn.email/content/guids/CABINET_c20618ee1db94269c54a71b06da3a7868aabb33c55533627315995a7c2783cbd/images/auto_nolatefeesorpenalties.png" class="adapt-img" width="49" style="display:block;font-size:13px;border:0;outline:none;text-decoration:none">
</td>
</tr>
<tr>
<td align="center" class="q" style="padding:0;Margin:0;padding-right:10px;padding-left:10px">
<p class="j e" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1D2757;font-size:13px">
<strong>No fees or penalties</strong>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--[if mso]></td><td style="width:20px"></td><td style="width:150px" valign="top"><![endif]-->
<table cellpadding="0" cellspacing="0" align="right" class="be" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;float:right">
<tr>
<td align="left" style="padding:0;Margin:0;width:150px">
<table width="100%" role="presentation" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="center" class="bz cb ca" style="padding:0;Margin:0;padding-bottom:5px;font-size:0">
<img width="50" src="https://lomcfe.stripocdn.email/content/guids/CABINET_3744a4170bc0c841689709019875951dbf0603c4e08bec345f87ce67bf5630c5/images/rocket_naK.png" alt="" class="img-4041 adapt-img" height="50" style="display:block;font-size:13px;border:0;outline:none;text-decoration:none">
</td>
</tr>
<tr>
<td align="center" class="r" style="padding:0;Margin:0">
<p class="j e" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1D2757;font-size:13px">
<strong>Fast & friendly application</strong>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--[if mso]></td></tr></table><![endif]-->
</td>
</tr>
<!-- ============================================ -->
<!-- SECOND CTA SECTION -->
<!-- ============================================ -->
<tr>
<td align="left" bgcolor="#e6f3fe" style="Margin:0;padding-top:25px;padding-right:35px;padding-bottom:35px;padding-left:35px;background-color:#e6f3fe;border-radius:0px 0px 20px 20px">
<table cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="center" valign="top" style="padding:0;Margin:0;width:480px">
<table cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="center" style="padding:0;Margin:0">
<!--[if mso]>
<a href="https://apply.sunbit.com/STORE_NAME_1" target="_blank" hidden>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" esdevVmlButton href="https://apply.sunbit.com/STORE_NAME_1" style="height:41px; v-text-anchor:middle; width:224px" arcsize="50%" stroke="f" fillcolor="#1d2757">
<w:anchorlock></w:anchorlock>
<center style='color:#ffffff; font-family:Poppins, sans-serif; font-size:13px; font-weight:400; line-height:13px; mso-text-raise:1px'>Check your options</center>
</v:roundrect></a>
<![endif]-->
<!--[if !mso]><!-- -->
<span class="bj msohide" style="border-style:solid;border-color:#F89D51;background:#1d2757;border-width:0px;display:inline-block;border-radius:30px;width:auto;mso-hide:all">
<a href="https://apply.sunbit.com/STORE_NAME_1" target="_blank" class="l m" style="mso-style-priority:100 !important;text-decoration:none !important;mso-line-height-rule:exactly;color:#ffffff;font-size:13px;padding:13px 40px 13px 40px;display:inline-block;background:#1d2757;border-radius:30px;font-family:Poppins, sans-serif;font-weight:normal;font-style:normal;line-height:15.6px;width:auto;text-align:center;letter-spacing:0;mso-padding-alt:0;mso-border-alt:10px solid #1d2757">Check your options</a>
</span>
<!--<![endif]-->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left" style="padding:0;Margin:0">
<table cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="center" valign="top" style="padding:0;Margin:0;width:550px">
<table cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="center" height="14" style="padding:0;Margin:0"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- ============================================ -->
<!-- STORE CONTACT INFO FOOTER -->
<!-- ============================================ -->
<tr>
<td align="left" bgcolor="#efefef" style="Margin:0;padding-right:20px;padding-bottom:20px;padding-top:20px;padding-left:40px;background-color:#efefef;border-radius:20px">
<!--[if mso]><table style="width:490px" cellpadding="0" cellspacing="0"><tr><td style="width:180px" valign="top"><![endif]-->
<table cellpadding="0" cellspacing="0" align="left" class="bd" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;float:left">
<tr>
<td align="left" class="bw" style="padding:0;Margin:0;width:180px">
<table cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="left" class="o" style="padding:0;Margin:0">
<p class="bn b" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:18px;letter-spacing:0;color:#1D2757;font-size:12px">
<strong>Your team at {{storeName}}<br>Web: </strong>{{StoreWebsite}}
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--[if mso]></td><td style="width:55px"></td><td style="width:255px" valign="top"><![endif]-->
<table cellpadding="0" cellspacing="0" align="right" class="be" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;float:right">
<tr>
<td align="left" style="padding:0;Margin:0;width:255px">
<table cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="left" class="a" style="padding:0;Margin:0">
<p style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1D2757;font-size:13px">
<strong>Email: </strong>{{storeEmail}}
</p>
<p style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1D2757;font-size:13px">
<strong>Phone:</strong> {{storePhone}}
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--[if mso]></td></tr></table><![endif]-->
</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" align="center" class="bb" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;width:100%;table-layout:fixed !important;background-color:transparent;background-repeat:repeat;background-position:center top">
<tr>
<td align="center" style="padding:0;Margin:0">
<table cellspacing="0" cellpadding="0" align="center" class="bq" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;background-color:transparent;width:550px">
<tr>
<td align="left" style="Margin:0;padding-right:5px;padding-left:5px;padding-bottom:20px;padding-top:15px">
<table cellspacing="0" cellpadding="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="left" style="padding:0;Margin:0;width:540px">
<table width="100%" cellspacing="0" cellpadding="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px">
<tr>
<td align="left" class="bu bv g" style="padding:0;Margin:0">
<p style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:18px;letter-spacing:0;color:#9EA2B7;font-size:12px">
*3-month 0% APR plan at participating merchants for approved customers. 6-, 9-, 12-, 15-, and 18- month plans subject to interest. Subject to approval based on creditworthiness. 0-35.99% APR. Payment due at checkout. Not available in or to residents of US territories. Examples:. A $885.00 purchase with 28.99% APR, $133.38 down payment and a 6-month term would have monthly payments of $136.09 and a total cost of $949.93. Actual terms may vary. Sunbit Now, LLC is licensed under the CT Laws Relating to Small Loans (lic. # SLC-1760582 & SLC-BCH-1844702); NMLS ID 1760582. Loans are made by Transportation Alliance Bank Inc. dba TAB Bank, which determines qualifications for and terms of credit.
THIS IS A LOAN SOLICITATION ONLY. SUNBIT NOW, LLC IS NOT THE LENDER. INFORMATION RECEIVED WILL BE SHARED WITH ONE OR MORE THIRD PARTIES IN CONNECTION WITH YOUR LOAN INQUIRY. THE LENDER MAY NOT BE SUBJECT TO ALL VERMONT LENDING LAWS. THE LENDER MAY BE SUBJECT TO FEDERAL LENDING LAWS.
<br>**All account openings and payment performance are reported to a major credit bureau.<br>
</p>
<p class="h" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:16.5px;letter-spacing:0;color:#9EA2B7;font-size:11px"></p>
</td>
</tr>
<tr>
<td align="center" class="bu bv" style="padding:0;Margin:0;padding-top:10px">
<p style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:18px;letter-spacing:0;color:#4554b3;font-size:12px;text-align:left">
<a target="_blank" href="google.com" style="mso-line-height-rule:exactly;text-decoration:none;color:#4554B3;font-size:12px">Privacy Policy</a> | <a target="_blank" href="google.com" style="mso-line-height-rule:exactly;text-decoration:none;color:#4554B3;font-size:12px">Unsubscribe</a>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
Email – Long Module
Add to your existing email communications as a long module.
Download the html link below and replace href=”https://apply.sunbit.com/STORE_NAME_1″ with your location’s unique Pre-quaification Link.
href=”https://apply.sunbit.com/STORE_NAME_1″

Click to view Long Module Auto Standard HTML Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" lang="und">
<head><meta http-equiv="Content-Security-Policy" content="script-src 'unsafe-inline' https://scripts.claspo.io; connect-src 'none'; object-src 'none'; form-action https://cdn.ampproject.org https://amp.stripo.email;">
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta name="x-apple-disable-message-reformatting">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="telephone=no" name="format-detection">
<title>LongModule-AutoStandard</title><!--[if (mso 16)]>
<style type="text/css">
a {text-decoration: none;}
</style>
<![endif]--><!--[if gte mso 9]><style>sup { font-size: 100% !important; }</style><![endif]--><!--[if gte mso 9]>
<noscript>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG></o:AllowPNG>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
</noscript>
<![endif]--><!--[if mso]><xml>
<w:WordDocument xmlns:w="urn:schemas-microsoft-com:office:word">
<w:DontUseAdvancedTypographyReadingMail></w:DontUseAdvancedTypographyReadingMail>
</w:WordDocument>
</xml><![endif]--><!--[if !mso]><!-- -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900&display=swap" rel="stylesheet"><!--<![endif]-->
<link rel="shortcut icon" type="image/png" href="https://my.stripo.email/content/guids/project-logo-527577-7420f73a-f2c8-9c23-9888-07d2b0099de4/images/miniature.png">
<style type="text/css">.rollover:hover .rollover-first {
max-height:0px!important;
display:none!important;
}
.rollover:hover .rollover-second {
max-height:none!important;
display:block!important;
}
.rollover span {
font-size:0px;
}
u + .body img ~ div div {
display:none;
}
#outlook a {
padding:0;
}
span.MsoHyperlink,
span.MsoHyperlinkFollowed {
color:inherit;
mso-style-priority:99;
}
a.j {
mso-style-priority:100!important;
text-decoration:none!important;
}
a[x-apple-data-detectors],
#MessageViewBody a {
color:inherit!important;
text-decoration:none!important;
font-size:inherit!important;
font-family:inherit!important;
font-weight:inherit!important;
line-height:inherit!important;
}
.t {
display:none;
float:left;
overflow:hidden;
width:0;
max-height:0;
line-height:0;
mso-hide:all;
}
@media only screen and (max-width:600px) {.ce { padding-right:10px!important } .cd { padding-left:10px!important } .cc { padding-left:25px!important } .cb { padding-right:25px!important } .ca { padding-top:15px!important } .bz { padding-right:15px!important } .by { padding-bottom:5px!important } .bx { padding-left:15px!important } .bw { padding-top:20px!important } .bv { padding-bottom:20px!important } .bu { padding-right:20px!important } .bt { padding-left:20px!important } *[class="gmail-fix"] { display:none!important } p, a { line-height:150%!important } h1, h1 a { line-height:120%!important } h2, h2 a { line-height:120%!important } h3, h3 a { line-height:120%!important } h4, h4 a { line-height:120%!important } h5, h5 a { line-height:120%!important } h6, h6 a { line-height:120%!important } .bq p { } .bp p { } h1 { font-size:30px!important; text-align:left } h2 { font-size:24px!important; text-align:left } h3 { font-size:20px!important; text-align:left } h4 { font-size:24px!important; text-align:left } h5 { font-size:20px!important; text-align:left } h6 { font-size:16px!important; text-align:left } .bq p, .bq a { font-size:14px!important } .bp p, .bp a { font-size:12px!important } .bm, .bm h1, .bm h2, .bm h3, .bm h4, .bm h5, .bm h6 { text-align:left!important } .bk .rollover:hover .rollover-second, .bl .rollover:hover .rollover-second, .bm .rollover:hover .rollover-second { display:inline!important } a.j, button.j { font-size:14px!important; padding:10px 20px 10px 20px!important; line-height:120%!important } a.j, button.j, .bi { display:inline-block!important } .bb table, .bc, .bd { width:100%!important } .y table, .z table, .ba table, .y, .ba, .z { width:100%!important; max-width:600px!important } .adapt-img { width:100%!important; height:auto!important } .v, .w { display:none!important } .h-auto { height:auto!important } .o .d, .o .d * { font-size:11px!important; line-height:150%!important } .n .b.h, .n .b.h * { font-size:13px!important; line-height:150%!important } .m .b.h, .m .b.h * { font-size:13px!important; line-height:150%!important } .l .b.h, .l .b.h * { font-size:13px!important; line-height:150%!important } .img-4787 { height:83px!important } a.j.k { font-size:13px!important } .i .f.h, .i .f.h * { font-size:16px!important; line-height:150%!important } .e .f, .e .f * { font-size:16px!important; line-height:150%!important } .a .b, .a .b * { font-size:13px!important; line-height:150%!important } }
@media screen and (max-width:384px) {.mail-message-content { width:414px!important } }</style>
</head>
<body data-new-gr-c-s-loaded="14.1121.0" class="body" style="width:100%;height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;padding:0;Margin:0">
<div dir="ltr" class="es-wrapper-color" lang="und" style="background-color:#EBEBEC"><!--[if gte mso 9]>
<v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
<v:fill type="tile" src="https://lomcfe.stripocdn.email/content/guids/CABINET_00b75070c384d0a16850e7f1081cfd97/images/bg_sunbit.png" color="#ebebec" origin="0.5, 0" position="0.5, 0"></v:fill>
</v:background>
<![endif]-->
<table width="100%" cellspacing="0" cellpadding="0" background="https://lomcfe.stripocdn.email/content/guids/CABINET_00b75070c384d0a16850e7f1081cfd97/images/bg_sunbit.png" class="es-wrapper" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;padding:0;Margin:0;width:100%;height:100%;background-image:url(https://lomcfe.stripocdn.email/content/guids/CABINET_00b75070c384d0a16850e7f1081cfd97/images/bg_sunbit.png);background-repeat:repeat;background-position:center top;background-color:#EBEBEC">
<tbody><tr>
<td valign="top" style="padding:0;Margin:0">
<table cellspacing="0" cellpadding="0" align="center" class="y" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;width:100%;table-layout:fixed !important">
<tbody><tr>
<td align="center" class="ce cd" style="padding:0;Margin:0">
<table cellspacing="0" cellpadding="0" align="center" class="bq" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;background-color:transparent;width:550px" role="none">
<tbody><tr>
<td align="left" style="padding:0;Margin:0">
<table cellpadding="0" cellspacing="0" width="100%" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" valign="top" style="padding:0;Margin:0;width:550px">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" height="8" style="padding:0;Margin:0"></td>
</tr>
<tr>
<td align="center" height="0" style="padding:0;Margin:0"></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td align="left" style="padding:0;Margin:0">
<table width="100%" cellpadding="0" cellspacing="0" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="left" style="padding:0;Margin:0;width:550px">
<table cellspacing="0" width="100%" role="presentation" cellpadding="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" style="padding:0;Margin:0;font-size:0"><img width="185" src="https://lomcfe.stripocdn.email/content/guids/CABINET_00b75070c384d0a16850e7f1081cfd97/images/sunbit_logo_rgbsmall.png" alt="" class="adapt-img" style="display:block;font-size:13px;border:0;outline:none;text-decoration:none;margin:0"></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td align="left" style="padding:0;Margin:0">
<table cellpadding="0" cellspacing="0" width="100%" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" valign="top" style="padding:0;Margin:0;width:550px">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" height="8" style="padding:0;Margin:0"></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td align="left" bgcolor="#e6f3fe" style="padding:0;Margin:0;padding-top:35px;padding-right:20px;padding-left:20px;background-color:#e6f3fe;border-radius:20px 20px 0px 0px"><!--[if mso]><table style="width:510px" cellpadding="0" cellspacing="0"><tr><td style="width:265px" valign="top"><![endif]-->
<table cellpadding="0" cellspacing="0" align="left" class="bc" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;float:left">
<tbody><tr>
<td align="center" valign="top" style="padding:0;Margin:0;width:265px">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="left" class="i cc" style="padding:0;Margin:0;padding-left:20px;padding-top:15px;padding-right:25px"><p class="h f" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:39px;letter-spacing:0;color:#1d2757;font-size:26px"><strong><span style="color:#6678fe">Service now,</span> pay over time.</strong></p></td>
</tr>
<tr>
<td align="left" class="cc cb e" style="padding:0;Margin:0;padding-left:20px;padding-top:15px;padding-bottom:20px"><p class="h f" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;letter-spacing:0;color:#1d2757;font-size:16px">Split your service bill into 3 easy payments, interest-free*</p></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table><!--[if mso]></td><td style="width:20px"></td><td style="width:225px" valign="top"><![endif]-->
<table cellpadding="0" cellspacing="0" align="right" class="bd" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;float:right">
<tbody><tr>
<td align="left" style="padding:0;Margin:0;width:225px">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" style="padding:0;Margin:0;font-size:0"><img src="https://lomcfe.stripocdn.email/content/guids/CABINET_5592b9b27f832ec7ef44e8daa3004b286d7d124d59262fbfbadebd1654fe7442/images/woman_auto_3moo_2.png" alt="" width="225" class="adapt-img" style="display:block;font-size:13px;border:0;outline:none;text-decoration:none;margin:0"></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table><!--[if mso]></td></tr></table><![endif]--></td>
</tr>
<tr>
<td align="left" bgcolor="#e6f3fe" style="padding:0;Margin:0;padding-top:5px;padding-right:40px;padding-left:40px;background-color:#e6f3fe"><!--[if mso]><table style="width:470px" cellpadding="0" cellspacing="0"><tr><td style="width:163px" valign="top"><![endif]-->
<table align="left" cellpadding="0" cellspacing="0" class="bc" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;float:left">
<tbody><tr>
<td align="left" style="padding:0;Margin:0;width:143px">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" class="ca bz by bx" style="padding:0;Margin:0;padding-bottom:15px;font-size:0"><img src="https://lomcfe.stripocdn.email/content/guids/CABINET_3744a4170bc0c841689709019875951dbf0603c4e08bec345f87ce67bf5630c5/images/search_check.png" alt="" height="50" style="display:block;font-size:13px;border:0;outline:none;text-decoration:none;margin:0"></td>
</tr>
<tr>
<td align="center" class="l" style="padding:0;Margin:0"><p class="b h" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1D2757;font-size:13px"><strong>No hard credit check**</strong></p></td>
</tr>
</tbody></table></td>
<td class="w" style="padding:0;Margin:0;width:20px"></td>
</tr>
</tbody></table><!--[if mso]></td><td style="width:142px" valign="top"><![endif]-->
<table cellpadding="0" cellspacing="0" align="left" class="bc" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;float:left">
<tbody><tr>
<td align="left" style="padding:0;Margin:0;width:142px">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" class="bz by bx bw" style="padding:0;Margin:0;padding-bottom:20px;padding-top:5px;font-size:0"><img alt="" height="40" src="https://lomcfe.stripocdn.email/content/guids/CABINET_c20618ee1db94269c54a71b06da3a7868aabb33c55533627315995a7c2783cbd/images/auto_nolatefeesorpenalties.png" class="adapt-img" style="display:block;font-size:13px;border:0;outline:none;text-decoration:none;margin:0"></td>
</tr>
<tr>
<td align="center" class="m" style="padding:0;Margin:0;padding-right:10px;padding-left:10px"><p class="b h" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1D2757;font-size:13px"><strong>No fees or penalties</strong></p></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table><!--[if mso]></td><td style="width:20px"></td><td style="width:145px" valign="top"><![endif]-->
<table cellpadding="0" cellspacing="0" align="right" class="bd" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;float:right">
<tbody><tr>
<td align="left" style="padding:0;Margin:0;width:145px">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" class="ca bz bx" style="padding:0;Margin:0;padding-bottom:15px;font-size:0"><img src="https://lomcfe.stripocdn.email/content/guids/CABINET_3744a4170bc0c841689709019875951dbf0603c4e08bec345f87ce67bf5630c5/images/rocket_naK.png" alt="" height="50" class="img-4787 adapt-img" style="display:block;font-size:13px;border:0;outline:none;text-decoration:none;margin:0"></td>
</tr>
<tr>
<td align="center" class="n" style="padding:0;Margin:0"><p class="b h" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1D2757;font-size:13px"><strong>Fast & friendly application</strong></p></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table><!--[if mso]></td></tr></table><![endif]--></td>
</tr>
<tr>
<td align="left" bgcolor="#e6f3fe" style="Margin:0;padding-top:15px;padding-right:35px;padding-bottom:35px;padding-left:35px;background-color:#e6f3fe;border-radius:0px 0px 20px 20px">
<table cellpadding="0" cellspacing="0" width="100%" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" valign="top" style="padding:0;Margin:0;width:480px">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" style="padding:0;Margin:0"><!--[if mso]><a href="https://apply.sunbit.com/STORE_NAME_1" target="_blank" hidden>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" esdevVmlButton href="https://apply.sunbit.com/STORE_NAME_1" style="height:41px; v-text-anchor:middle; width:228px" arcsize="50%" stroke="f" fillcolor="#1d2757">
<w:anchorlock></w:anchorlock>
<center style='color:#ffffff; font-family:Poppins, sans-serif; font-size:13px; font-weight:700; line-height:13px; mso-text-raise:1px'>Check your options</center>
</v:roundrect></a>
<![endif]--><!--[if !mso]><!-- --><span class="bi msohide" style="border-style:solid;border-color:#F89D51;background:#1d2757;border-width:0px;display:inline-block;border-radius:30px;width:auto;mso-hide:all"><a href="https://apply.sunbit.com/STORE_NAME_1" target="_blank" class="j k" style="mso-style-priority:100 !important;text-decoration:none !important;mso-line-height-rule:exactly;color:#ffffff;font-size:13px;padding:13px 40px 13px 40px;display:inline-block;background:#1d2757;border-radius:30px;font-family:Poppins, sans-serif;font-weight:bold;font-style:normal;line-height:15.6px;width:auto;text-align:center;letter-spacing:0;mso-padding-alt:0;mso-border-alt:10px solid #1d2757">Check your options</a></span><!--<![endif]--></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td align="left" style="padding:0;Margin:0">
<table cellpadding="0" cellspacing="0" width="100%" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" valign="top" style="padding:0;Margin:0;width:550px">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" height="14" style="padding:0;Margin:0"></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td align="left" bgcolor="#efefef" style="Margin:0;padding-right:20px;padding-bottom:20px;padding-left:40px;padding-top:20px;background-color:#efefef;border-radius:20px"><!--[if mso]><table style="width:490px" cellpadding="0" cellspacing="0"><tr><td style="width:180px" valign="top"><![endif]-->
<table cellpadding="0" cellspacing="0" align="left" class="bc" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;float:left">
<tbody><tr>
<td align="left" class="bv" style="padding:0;Margin:0;width:180px">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="left" class="a" style="padding:0;Margin:0"><p class="bm b" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1D2757;font-size:13px"><strong>Your team at {{storeName}}<br>Web: </strong>{{StoreWebsite}}</p></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table><!--[if mso]></td><td style="width:55px"></td><td style="width:255px" valign="top"><![endif]-->
<table cellpadding="0" cellspacing="0" align="right" class="bd" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;float:right">
<tbody><tr>
<td align="left" style="padding:0;Margin:0;width:255px">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="left" class="c" style="padding:0;Margin:0"><p style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1D2757;font-size:13px"><strong>Email: </strong>{{storeEmail}}</p><p style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1D2757;font-size:13px"><strong>Phone:</strong> {{storePhone}}</p></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table><!--[if mso]></td></tr></table><![endif]--></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table>
<table cellspacing="0" cellpadding="0" align="center" class="ba" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;width:100%;table-layout:fixed !important;background-color:transparent;background-repeat:repeat;background-position:center top">
<tbody><tr>
<td align="center" style="padding:0;Margin:0">
<table cellspacing="0" cellpadding="0" align="center" class="bp" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;background-color:transparent;width:550px" role="none">
<tbody><tr>
<td align="left" style="padding:0;Margin:0;padding-right:20px;padding-left:20px;padding-top:15px">
<table cellspacing="0" cellpadding="0" width="100%" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="left" style="padding:0;Margin:0;width:510px">
<table cellpadding="0" width="100%" cellspacing="0" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="justify" class="bt bu o" style="padding:0;Margin:0"><p class="d" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:16.5px;letter-spacing:0;color:#9EA2B7;font-size:11px">*3-month 0% APR plan at participating merchants for approved customers. 6-, 9-, 12-, 15-, and 18- month plans subject to interest. Subject to approval based on creditworthiness. 0-35.99% APR. Payment due at checkout. Not available in or to residents of US territories. Examples:. A $885.00 purchase with 28.99% APR, $133.38 down payment and a 6-month term would have monthly payments of $136.09 and a total cost of $949.93. Actual terms may vary. Sunbit Now, LLC is licensed under the CT Laws Relating to Small Loans (lic. # SLC-1760582 & SLC-BCH-1844702); NMLS ID 1760582. Loans are made by Transportation Alliance Bank Inc. dba TAB Bank, which determines qualifications for and terms of credit.
THIS IS A LOAN SOLICITATION ONLY. SUNBIT NOW, LLC IS NOT THE LENDER. INFORMATION RECEIVED WILL BE SHARED WITH ONE OR MORE THIRD PARTIES IN CONNECTION WITH YOUR LOAN INQUIRY. THE LENDER MAY NOT BE SUBJECT TO ALL VERMONT LENDING LAWS. THE LENDER MAY BE SUBJECT TO FEDERAL LENDING LAWS.
.<br>**All account openings and payment performance are reported to a major credit bureau.</p><p class="d" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:16.5px;letter-spacing:0;color:#9EA2B7;font-size:11px"></p></td>
</tr>
<tr>
<td align="left" style="padding:0;Margin:0"><p style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:18px;letter-spacing:0;color:#9EA2B7;font-size:12px"><a href="google.com" target="_blank" style="mso-line-height-rule:exactly;text-decoration:underline;color:#4554B3;font-size:12px">Privacy Policy</a> | <a href="google.com" target="_blank" style="mso-line-height-rule:exactly;text-decoration:underline;color:#4554B3;font-size:12px">Unsubscribe</a></p></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table>
</div>
</body>
</html>
View Example
Email – Short Module
Add to your existing email communications as a short module.

Click to view Short Module Auto Standard HTML Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" lang="und">
<head><meta http-equiv="Content-Security-Policy" content="script-src 'unsafe-inline' https://scripts.claspo.io; connect-src 'none'; object-src 'none'; form-action https://cdn.ampproject.org https://amp.stripo.email;">
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta name="x-apple-disable-message-reformatting">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="telephone=no" name="format-detection">
<title>ShortModule-AutoStandard</title><!--[if (mso 16)]>
<style type="text/css">
a {text-decoration: none;}
</style>
<![endif]--><!--[if gte mso 9]><style>sup { font-size: 100% !important; }</style><![endif]--><!--[if gte mso 9]>
<noscript>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG></o:AllowPNG>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
</noscript>
<![endif]--><!--[if mso]><xml>
<w:WordDocument xmlns:w="urn:schemas-microsoft-com:office:word">
<w:DontUseAdvancedTypographyReadingMail></w:DontUseAdvancedTypographyReadingMail>
</w:WordDocument>
</xml><![endif]--><!--[if !mso]><!-- -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900&display=swap" rel="stylesheet"><!--<![endif]-->
<link rel="shortcut icon" type="image/png" href="https://my.stripo.email/content/guids/project-logo-527577-7420f73a-f2c8-9c23-9888-07d2b0099de4/images/miniature.png">
<style type="text/css">.rollover:hover .rollover-first {
max-height:0px!important;
display:none!important;
}
.rollover:hover .rollover-second {
max-height:none!important;
display:block!important;
}
.rollover span {
font-size:0px;
}
u + .body img ~ div div {
display:none;
}
#outlook a {
padding:0;
}
span.MsoHyperlink,
span.MsoHyperlinkFollowed {
color:inherit;
mso-style-priority:99;
}
a.i {
mso-style-priority:100!important;
text-decoration:none!important;
}
a[x-apple-data-detectors],
#MessageViewBody a {
color:inherit!important;
text-decoration:none!important;
font-size:inherit!important;
font-family:inherit!important;
font-weight:inherit!important;
line-height:inherit!important;
}
.u {
display:none;
float:left;
overflow:hidden;
width:0;
max-height:0;
line-height:0;
mso-hide:all;
}
@media only screen and (max-width:600px) {.cf { padding-right:10px!important } .ce { padding-left:10px!important } .cd { padding-right:60px!important } .cc { padding-left:60px!important } .cb { padding-right:25px!important } .ca { padding-left:25px!important } .bz { padding-right:15px!important } .by { padding-bottom:5px!important } .bx { padding-left:15px!important } .bw { padding-top:15px!important } .bv { padding-right:20px!important } .bu { padding-left:20px!important } *[class="gmail-fix"] { display:none!important } p, a { line-height:150%!important } h1, h1 a { line-height:120%!important } h2, h2 a { line-height:120%!important } h3, h3 a { line-height:120%!important } h4, h4 a { line-height:120%!important } h5, h5 a { line-height:120%!important } h6, h6 a { line-height:120%!important } .br p { } .bq p { } h1 { font-size:30px!important; text-align:left } h2 { font-size:24px!important; text-align:left } h3 { font-size:20px!important; text-align:left } h4 { font-size:24px!important; text-align:left } h5 { font-size:20px!important; text-align:left } h6 { font-size:16px!important; text-align:left } .br p, .br a { font-size:14px!important } .bq p, .bq a { font-size:12px!important } .bl .rollover:hover .rollover-second, .bm .rollover:hover .rollover-second, .bn .rollover:hover .rollover-second { display:inline!important } a.i, button.i { font-size:14px!important; padding:10px 20px 10px 20px!important; line-height:120%!important } a.i, button.i, .bj { display:inline-block!important } .bc table, .bd, .be { width:100%!important } .z table, .ba table, .bb table, .z, .bb, .ba { width:100%!important; max-width:600px!important } .adapt-img { width:100%!important; height:auto!important } .w, .x { display:none!important } .h-auto { height:auto!important } .img-2156 { height:73px!important } .q .g.c, .q .g.c * { font-size:13px!important; line-height:150%!important } .p .g.c, .p .g.c * { font-size:13px!important; line-height:150%!important } .o .g.c, .o .g.c * { font-size:13px!important; line-height:150%!important } .n .g.c, .n .g.c * { font-size:13px!important; line-height:150%!important } .img-4663 { width:73px!important } .k .m, .k .m * { font-size:11px!important; line-height:150%!important } .k .l, .k .l * { font-size:10px!important; line-height:150%!important } a.i.j { font-size:13px!important } .d .e, .d .e * { font-size:16px!important; line-height:150%!important } .a .b.c, .a .b.c * { font-size:24px!important; line-height:150%!important } }
@media screen and (max-width:384px) {.mail-message-content { width:414px!important } }</style>
</head>
<body data-new-gr-c-s-loaded="14.1121.0" class="body" style="width:100%;height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;padding:0;Margin:0">
<div dir="ltr" class="es-wrapper-color" lang="und" style="background-color:#EBEBEC"><!--[if gte mso 9]>
<v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
<v:fill type="tile" src="https://lomcfe.stripocdn.email/content/guids/CABINET_00b75070c384d0a16850e7f1081cfd97/images/bg_sunbit.png" color="#ebebec" origin="0.5, 0" position="0.5, 0"></v:fill>
</v:background>
<![endif]-->
<table width="100%" cellspacing="0" cellpadding="0" background="https://lomcfe.stripocdn.email/content/guids/CABINET_00b75070c384d0a16850e7f1081cfd97/images/bg_sunbit.png" class="es-wrapper" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;padding:0;Margin:0;width:100%;height:100%;background-image:url(https://lomcfe.stripocdn.email/content/guids/CABINET_00b75070c384d0a16850e7f1081cfd97/images/bg_sunbit.png);background-repeat:repeat;background-position:center top;background-color:#EBEBEC">
<tbody><tr>
<td valign="top" style="padding:0;Margin:0">
<table cellspacing="0" cellpadding="0" align="center" class="z" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;width:100%;table-layout:fixed !important">
<tbody><tr>
<td align="center" class="cf ce" style="padding:0;Margin:0">
<table cellspacing="0" cellpadding="0" align="center" class="br" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;background-color:transparent;width:550px" role="none">
<tbody><tr></tr>
<tr></tr>
<tr></tr>
<tr>
<td align="left" bgcolor="#e6f3fe" style="padding:0;Margin:0;padding-top:10px;padding-right:20px;padding-left:20px;background-color:#e6f3fe">
<table cellpadding="0" cellspacing="0" align="left" class="bd" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;float:left">
<tbody><tr>
<td align="center" valign="top" style="padding:0;Margin:0;width:510px">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" class="a cc cd" style="Margin:0;padding-top:15px;padding-right:25px;padding-bottom:10px;padding-left:25px"><p class="c b" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:39px;letter-spacing:0;color:#1d2757;font-size:26px"><strong style="font-weight:700 !important"><span style="color:#6678fe">Service now,</span> pay over time.</strong></p></td>
</tr>
<tr>
<td align="center" class="ca cb d" style="padding:0;Margin:0;padding-right:20px;padding-left:20px"><p class="c e" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;letter-spacing:0;color:#1d2757;font-size:16px">Split your service bill into 3 easy payments, interest-free*</p></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td bgcolor="#e6f3fe" align="left" style="padding:0;Margin:0;padding-top:20px;padding-right:40px;padding-left:40px;background-color:#e6f3fe"><!--[if mso]><table style="width:470px" cellpadding="0" cellspacing="0"><tr><td style="width:123px" valign="top"><![endif]-->
<table align="left" cellpadding="0" cellspacing="0" class="bd" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;float:left">
<tbody><tr>
<td align="left" style="padding:0;Margin:0;width:103px">
<table role="presentation" cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" class="bz by bx" style="padding:0;Margin:0;font-size:0"><img src="https://lomcfe.stripocdn.email/content/guids/CABINET_3744a4170bc0c841689709019875951dbf0603c4e08bec345f87ce67bf5630c5/images/search_check.png" alt="" width="73" style="display:block;font-size:13px;border:0;outline:none;text-decoration:none;margin:0"></td>
</tr>
<tr>
<td align="center" class="n" style="padding:0;Margin:0"><p class="g c" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1D2757;font-size:13px"><strong style="font-weight:700 !important">No hard credit check**</strong></p></td>
</tr>
</tbody></table></td>
<td class="x" style="padding:0;Margin:0;width:20px"></td>
</tr>
</tbody></table><!--[if mso]></td><td style="width:103px" valign="top"><![endif]-->
<table align="left" cellpadding="0" cellspacing="0" class="bd" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;float:left">
<tbody><tr>
<td align="left" style="padding:0;Margin:0;width:103px">
<table width="100%" role="presentation" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" class="bz by bx bw" style="padding:0;Margin:0;padding-top:2px;padding-bottom:3px;font-size:0"><img height="68" src="https://lomcfe.stripocdn.email/content/guids/CABINET_3744a4170bc0c841689709019875951dbf0603c4e08bec345f87ce67bf5630c5/images/no_fee_Gi2.png" alt="" style="display:block;font-size:13px;border:0;outline:none;text-decoration:none;margin:0"></td>
</tr>
<tr>
<td align="center" class="o" style="padding:0;Margin:0;padding-right:10px;padding-left:10px"><p class="g c" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1D2757;font-size:13px"><strong style="font-weight:700 !important">No fees or penalties</strong></p></td>
</tr>
</tbody></table></td>
<td class="x" style="padding:0;Margin:0;width:20px"></td>
</tr>
</tbody></table><!--[if mso]></td><td style="width:102px" valign="top"><![endif]-->
<table align="left" cellpadding="0" cellspacing="0" class="bd" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;float:left">
<tbody><tr>
<td align="left" style="padding:0;Margin:0;width:102px">
<table role="presentation" cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" class="bw bz bx" style="padding:0;Margin:0;font-size:0"><img src="https://lomcfe.stripocdn.email/content/guids/CABINET_3744a4170bc0c841689709019875951dbf0603c4e08bec345f87ce67bf5630c5/images/rocket_naK.png" alt="" width="73" class="img-4663" style="display:block;font-size:13px;border:0;outline:none;text-decoration:none;margin:0"></td>
</tr>
<tr>
<td align="center" class="q" style="padding:0;Margin:0"><p class="g c" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1D2757;font-size:13px"><strong style="font-weight:700 !important">Fast & friendly application</strong></p></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table><!--[if mso]></td><td style="width:20px"></td><td style="width:102px" valign="top"><![endif]-->
<table cellpadding="0" cellspacing="0" align="right" class="be" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;float:right">
<tbody><tr>
<td align="left" style="padding:0;Margin:0;width:102px">
<table cellspacing="0" role="presentation" width="100%" cellpadding="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" class="bw" style="padding:0;Margin:0;font-size:0"><img height="73" src="https://lomcfe.stripocdn.email/content/guids/CABINET_91e07f715413628b309e7e9667e7f3bc24d9d63e89f4101cd3d2afb9b6b3604b/images/car_fix.png" alt="" class="img-2156" style="display:block;font-size:13px;border:0;outline:none;text-decoration:none;margin:0"></td>
</tr>
<tr>
<td align="center" class="p" style="padding:0;Margin:0"><p class="g c" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:19.5px;letter-spacing:0;color:#1D2757;font-size:13px"><strong style="font-weight:700 !important">Over 90% get approved</strong></p></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table><!--[if mso]></td></tr></table><![endif]--></td>
</tr>
<tr>
<td align="left" bgcolor="#e6f3fe" style="Margin:0;padding-top:25px;padding-right:35px;padding-bottom:35px;padding-left:35px;background-color:#e6f3fe;border-radius:0px 0px 20px 20px">
<table cellpadding="0" cellspacing="0" width="100%" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" valign="top" style="padding:0;Margin:0;width:480px">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="center" style="padding:0;Margin:0"><!--[if mso]><a href="https://apply.sunbit.com/STORE_NAME_1" target="_blank" hidden>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" esdevVmlButton href="https://apply.sunbit.com/STORE_NAME_1" style="height:41px; v-text-anchor:middle; width:224px" arcsize="50%" stroke="f" fillcolor="#1d2757">
<w:anchorlock></w:anchorlock>
<center style='color:#ffffff; font-family:Poppins, sans-serif; font-size:13px; font-weight:400; line-height:13px; mso-text-raise:1px'>Check your options</center>
</v:roundrect></a>
<![endif]--><!--[if !mso]><!-- --><span class="bj msohide" style="border-style:solid;border-color:#F89D51;background:#1d2757;border-width:0px;display:inline-block;border-radius:30px;width:auto;mso-hide:all"><a href="https://apply.sunbit.com/STORE_NAME_1" target="_blank" class="i j" style="mso-style-priority:100 !important;text-decoration:none !important;mso-line-height-rule:exactly;color:#ffffff;font-size:13px;padding:13px 40px 13px 40px;display:inline-block;background:#1d2757;border-radius:30px;font-family:Poppins, sans-serif;font-weight:normal;font-style:normal;line-height:15.6px;width:auto;text-align:center;letter-spacing:0;mso-padding-alt:0;mso-border-alt:10px solid #1d2757">Check your options</a></span><!--<![endif]--></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
<tr></tr>
</tbody></table></td>
</tr>
</tbody></table>
<table cellspacing="0" cellpadding="0" align="center" class="bb" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;width:100%;table-layout:fixed !important;background-color:transparent;background-repeat:repeat;background-position:center top">
<tbody><tr>
<td align="center" style="padding:0;Margin:0">
<table cellspacing="0" cellpadding="0" align="center" class="bq" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px;background-color:transparent;width:550px" role="none">
<tbody><tr>
<td align="left" style="padding:0;Margin:0;padding-top:10px;padding-right:10px;padding-left:10px">
<table cellspacing="0" cellpadding="0" width="100%" role="none" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="left" style="padding:0;Margin:0;width:530px">
<table width="100%" cellspacing="0" cellpadding="0" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-spacing:0px">
<tbody><tr>
<td align="left" class="bu bv k" style="padding:0;Margin:0"><p class="m" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:16.5px;letter-spacing:0;color:#9EA2B7;font-size:11px"><span class="l" style="font-size:10px">*3-month 0% APR plan at participating merchants for approved customers. 6-, 9-, 12-, 15-, and 18- month plans subject to interest. Subject to approval based on creditworthiness. 0-35.99% APR. Payment due at checkout. Not available in or to residents of US territories. Examples:. A $885.00 purchase with 28.99% APR, $133.38 down payment and a 6-month term would have monthly payments of $136.09 and a total cost of $949.93. Actual terms may vary. Sunbit Now, LLC is licensed under the CT Laws Relating to Small Loans (lic. # SLC-1760582 & SLC-BCH-1844702); NMLS ID 1760582. Loans are made by Transportation Alliance Bank Inc. dba TAB Bank, which determines qualifications for and terms of credit.
THIS IS A LOAN SOLICITATION ONLY. SUNBIT NOW, LLC IS NOT THE LENDER. INFORMATION RECEIVED WILL BE SHARED WITH ONE OR MORE THIRD PARTIES IN CONNECTION WITH YOUR LOAN INQUIRY. THE LENDER MAY NOT BE SUBJECT TO ALL VERMONT LENDING LAWS. THE LENDER MAY BE SUBJECT TO FEDERAL LENDING LAWS.
<br>**All account openings and payment performance are reported to a major credit bureau. </span><br></p><p class="m" style="Margin:0;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:16.5px;letter-spacing:0;color:#9EA2B7;font-size:11px"></p></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table>
</div>
</body>
</html>
View Example
Text Message Copy
Click to view General Awareness Text Copy
Service now, pay over time with Sunbit.
Explore flexible payment options here:
https://apply.sunbit.com/STORE_NAME_1
Now offering flexible monthly payment plans with Sunbit.
Explore your options here:
https://apply.sunbit.com/STORE_NAME_1
Click to view Pre-Visit Text Copy
Add this copy for new customer communications, appointment confirmation or reminders – just replace STORE_NAME_1 with your location’s unique Pre-qualification Link.
You're eligible to try Sunbit at {{locationName}}.
Explore flexible payment options before your visit.
https://apply.sunbit.com/STORE_NAME_1
