<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta charset="utf-8"> <!-- utf-8 works for most cases -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine -->
<title>Olympics</title>
<style type="text/css">
@font-face {font-family: 'ProximaNova-Regular';src: url('https://s3.amazonaws.com/static.classdojo.com/fonts/ProximaNova-Regular.eot');src: url('https://s3.amazonaws.com/static.classdojo.com/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),url('https://s3.amazonaws.com/static.classdojo.com/fonts/ProximaNova-Regular.woff2') format('woff2'),url('https://s3.amazonaws.com/static.classdojo.com/fonts/ProximaNova-Regular.woff') format('woff'),url('https://s3.amazonaws.com/static.classdojo.com/fonts/ProximaNova-Regular.ttf') format('truetype');}
@font-face {font-family: 'ProximaNova-Semibold';src: url('https://s3.amazonaws.com/static.classdojo.com/fonts/ProximaNova-Semibold.eot');src: url('https://s3.amazonaws.com/static.classdojo.com/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),url('https://s3.amazonaws.com/static.classdojo.com/fonts/ProximaNova-Semibold.woff2') format('woff2'),url('https://s3.amazonaws.com/static.classdojo.com/fonts/ProximaNova-Semibold.woff') format('woff'),url('https://s3.amazonaws.com/static.classdojo.com/fonts/ProximaNova-Semibold.ttf') format('truetype');}
</style>
<style>
@import url('https://s3.amazonaws.com/fonts.classdojo.com/proximanovaforemailtemplate.css');
@font-face {font-family: 'ProximaNova-Regular';src: url('https://s3.amazonaws.com/fonts.classdojo.com/ProximaNova-Regular.eot');src: url('https://s3.amazonaws.com/fonts.classdojo.com/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),url('https://s3.amazonaws.com/fonts.classdojo.com/ProximaNova-Regular.woff2') format('woff2'),url('https://s3.amazonaws.com/fonts.classdojo.com/ProximaNova-Regular.woff') format('woff'),url('https://s3.amazonaws.com/fonts.classdojo.com/ProximaNova-Regular.ttf') format('truetype');}
@font-face {font-family: 'ProximaNova-Semibold';src: url('https://s3.amazonaws.com/fonts.classdojo.com/ProximaNova-Semibold.eot');src: url('https://s3.amazonaws.com/fonts.classdojo.com/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),url('https://s3.amazonaws.com/fonts.classdojo.com/ProximaNova-Semibold.woff2') format('woff2'),url('https://s3.amazonaws.com/fonts.classdojo.com/ProximaNova-Semibold.woff') format('woff'),url('https://s3.amazonaws.com/fonts.classdojo.com/ProximaNova-Semibold.ttf') format('truetype');}
body,
#bodyTable {
height:100% !important;
width:100% !important;
margin:0;
padding:0;
}
/* Ensures Webkit- and Windows-based clients don't automatically resize the email text. */
body,
table,
td,
p,
a,
li,
blockquote,
div {
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
/* Resolves webkit padding issue. */
table {
border-spacing:0;
}
table{
margin: 0 auto !important;
}
/* Resolves the Outlook 2007, 2010, and Gmail td padding issue, and removes spacing around tables that Outlook adds. */
table,
td {
border-collapse:collapse;
mso-table-lspace:0pt;
mso-table-rspace:0pt;
}
td, div{
-ms-text-size-adjust:none;
-webkit-text-size-adjust:none;
}
.sections-table tr:first-child .section-td{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.sections-table tr:last-child .section-td{
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
/* Corrects the way Internet Explorer renders resized images in emails. */
img {
-ms-interpolation-mode: bicubic;
}
/* Ensures images don't have borders or text-decorations applied to them by default. */
img,
a img {
border:0 !important;
outline:none !important;
text-decoration:none;
}
.button:hover{
background-color: #039FDA !important;
border-color: #039FDA !important;
-webkit-transition: all .4s;
transition: all .4s;
}
.banner-heading{
text-shadow: 2px 2px 2px rgba(98, 98, 98, 0.5);
}
.banner-subtext{
text-shadow: 1px 1px 1px rgba(98, 98, 98, 0.5);
}
.banner-cell{
background-position: center center;
}
@media screen and (min-width: 601px){
.col-left{
text-align: right;
padding-right: 10px;
}
.col-right{
text-align: left;
padding-left: 10px;
}
.content-section-text{
/*padding: 0 85px 1px 85px !important;*/
}
}
@media screen and (max-width: 600px){
.width-full{
width: 100% !important;
}
.stack-column{
display: block !important;
width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.stack-column-two{
padding-top: 0 !important;
}
.stack-column table{
width: 100% !important;
}
.img-responsive{
display: block;
max-width: 100%;
height: auto;
}
.button{
font-size: 17px !important;
}
/*content styles*/
.banner-heading{
font-size: 24px !important;
}
.banner-subtext{
font-size: 13px !important;
}
}
</style>
<!-- Outlook 2000 - Version 9 -->
<!-- Outlook 2002 - Version 10 -->
<!-- Outlook 2003 - Version 11 -->
<!-- Outlook 2007 - Version 12 -->
<!-- Outlook 2010 - Version 14 -->
<!-- Outlook 2013 - Version 15 -->
<!-- I MICROSOFT OUTLOOK USING WORD BASED RENDERING ENGINE -->
<!--[if gte mso 12]>
<style>
td {
mso-line-height-rule: exactly;
}
</style>
<![endif]-->
<!--[if lte mso 10]>
<style>
.image-link {
display: block;
line-height: 200px;
width: 100%;
min-height: 200px;
min-width: 200px;
}
</style>
<![endif]-->
<!--[if mso 14]>
<style>
.banner-heading {
width: 100%;
text-align: center;
display: block;
margin-top: 70px;
}
</style>
<![endif]-->
<!--[if mso 15]>
<style>
.banner-heading {
width: 100%;
text-align: center;
display: block;
margin-top: 60px;
}
</style>
<![endif]-->
<!--[if mso 12]>
<style>
.banner-heading {
width: 100%;
text-align: center;
display: block;
margin-top: 70px;
}
</style>
<![endif]-->
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="Margin:0; padding:0; -webkit-text-size-adjust:none; -ms-text-size-adjust:none;">
<!-- Full Width Container -->
<table id="bodyTable" width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#f5f5f3" style="background-color: #f5f5f3">
<tr>
<td width="100%" style="padding: 0 10px 30px 10px;">
<!-- Header -->
<!--[if (mso)|(IE)]>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td>
<![endif]-->
<table class="width-full" width="100%" cellpadding="0" cellspacing="0" border="0" style="Margin: 0 auto; max-width: 600px;">
<tr>
<td class="main-logo" style="padding: 30px 0 30px 0; text-align: center;">
<img src="https://static.classdojo.com/img/2021/HeartOfAChampion/HeartOfAChampion_Logo.png" style="display: block; Margin: 0 auto; font-size: 19px; color: #424242; line-height: 28px; font-family: ProximaNova-Semibold, Helvetica Neue, Helvetica, Helvetica, Arial, sans-serif;" width="150" alt="ClassDojo Logo">
</td>
</tr>
</table>
<!--[if (mso)|(IE)]>
</td>
</tr>
</table>
<![endif]-->
<!-- Content Section Full Width - Do not remove or copy - This is a one time use container -->
<!--[if (mso)|(IE)]>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td>
<![endif]-->
<table class="width-full sections-table" width="100%" cellpadding="0" cellspacing="0" border="0" align="center" style="Margin: 0 auto; max-width: 600px;">
<!-- #### BEGIN COPYABLE ELEMENTS -->
<!-- Full Width Section - replicate this tr to create another section -->
<tr>
<td class="section-td" style="width: 100%; background-color: #fff; padding: 50px 0;" width="100%;">
<table class="width-full" width="100%" cellpadding="0" cellspacing="0" border="0" align="center" style="Margin: 0 auto; max-width: 600px;">
<!-- Content Section Image -->
<tr>
<td style="padding: 0 50px 20px 50px; text-align:left; vertical-align:center; font-family: ProximaNova-Semibold, Helvetica Neue, Helvetica, Helvetica, Arial, sans-serif; font-size: 24px; color: #04ACFD; line-height: 29px;">
Hey RA
</td>
</tr>
<!-- Content Section Image -->
<tr>
<td style="padding: 0 50px 30px 50px; text-align:left; vertical-align:center; font-family: ProximaNova-Semibold, Helvetica Neue, Helvetica, Helvetica, Arial, sans-serif; font-size: 24px; color: #424242; line-height: 29px;">
Introducing: Heart of a Champion 🎉
</td>
</tr>
<!-- Content Section Heading -->
<!-- Content Section Text -->
<tr>
<td class="content-section-text" style="padding: 0 50px 30px 50px; text-align:left; vertical-align:middle; font-family: ProximaNova-Regular, Helvetica Neue, Helvetica, Helvetica, Arial, sans-serif; font-size: 18px; color: #424242; line-height: 24px;">
After a year spent navigating the challenges of remote and in-person
learning, let's end the school year on a high note. What
better way than to inspire and encourage children with some of the world’s
best role models?
<br><br>
Today we’re excited to launch our new learning experience, <a
href="https://u930697.ct.sendgrid.net/ls/click?upn=4twmvjdunrcv7aI-2FCA0oYdD9vfAKFBT8oYJQjEIeFckfXTh7I7xSC-2Bh5LT4SlqV2JRtKpjprrfUcUeRyIlDk9skOYZj2Sa5GB-2B5mIKeurfKtuKBdksIkIkI-2FK6xnk5pJlnKOe1BZFRu8AufCgypJVQ-3D-3D7A5S_fW6jPRo4Te5aLWb1H8iMzYG9AvSXMmUoK2gBwPfVfWAxx6zADn-2FNaMDWSYf01vCIxhjxem6B37SMv8uaHECoyz1QNWqTK9CSpH6FF7TgF-2BJfqzialBVLXbewUrWwu6uyCgCnuVV9pJASXWOq83DRD8kLi509a0uOndG2FuwUIUjRZlhyM5JwAfFxAgI9Z8yUD9fmnAf7imb7cEiQ0OVIC7UvfdDKVmdpaCdMauwqmkkUH-2FtRWTpLEOjETgdhXPGXcLnpCTmxLAXMkDqS6gu2nDO-2F2-2B0HbtHOnlZZ8gxGWBrZCzU-2BIeElkCj5U6InFIZBqlZPLj4-2BmiRyty-2F5te7oXReLqemdyvcSBOD7l8oI9kvMpXGews8eub5zLz-2BPftf1JKnCypqoHB-2Bcjlt1Uw1uhSeN-2BJwmAIqMv25PTn1wD6SX9Sqn22bh7o7oASryWbxnRerOr44FOKw0UCOIJnwKXQ-3D-3D"> Heart of a Champion</a>, featuring U.S. Olympic and Paralympic athletes. In this unique series, elite U.S. athletes share stories of important life skills—like perseverance, courage, and goal setting. Join them on their journey to the Tokyo games. 🇺🇸
<br><br>
First up? <b>Allyson Felix</b>, the most decorated track and field Olympian of all
time. As a nine-time Olympic medalist (six of those, gold!), Allyson talks
about how courage has helped her succeed on and off the track.
</tr>
<tr></tr>
<tr>
<tr>
<td style="padding: 0 50px 30px 50px; text-align:center; vertical-align:middle;">
<a href="https://u930697.ct.sendgrid.net/ls/click?upn=4twmvjdunrcv7aI-2FCA0oYdD9vfAKFBT8oYJQjEIeFckfXTh7I7xSC-2Bh5LT4SlqV2JRtKpjprrfUcUeRyIlDk9skOYZj2Sa5GB-2B5mIKeurfKtuKBdksIkIkI-2FK6xnk5pJlnKOe1BZFRu8AufCgypJVQ-3D-3DyAEn_fW6jPRo4Te5aLWb1H8iMzYG9AvSXMmUoK2gBwPfVfWAxx6zADn-2FNaMDWSYf01vCIxhjxem6B37SMv8uaHECoyz1QNWqTK9CSpH6FF7TgF-2BJfqzialBVLXbewUrWwu6uyCgCnuVV9pJASXWOq83DRD8kLi509a0uOndG2FuwUIUjRZlhyM5JwAfFxAgI9Z8yUD9fmnAf7imb7cEiQ0OVIC7UvfdDKVmdpaCdMauwqmklHrbovYoMsV2avf4ePHRBTLYaBcq688cicBi5syDWeC-2BCzumof3YBmvLkmnaW3hh7Zhz4Wyfoo1C9V72PB04wussAHgO-2FeakNgzr0bSS0vZ0ClQVN26Fm3TdwDUMH7EzOZrWPS2-2Fn5pAj8DnG2fzx5gkOfn24mymQKuBP7X00ag9im9VVS26rYiiicEfrw8VC8-2B-2FMsKAYAlvAaCZa69bTvB9jLgAIg1JAE8O-2FQg40h7w-3D-3D"><img src="https://static.classdojo.com/img/2021/HeartOfAChampion/Email/launch_banner.gif" style="display: block; max-width: 100%; max-height: 100; Margin: 0 auto; font-size: 19px; color: #424242; line-height: 28px; font-family: ProximaNova-Semibold, Helvetica Neue, Helvetica, Helvetica, Arial, sans-serif;" width="full" height="auto" alt=""></a>
</td>
</tr>
<!-- Content Section Button -->
<tr>
<td style="padding: 0 50px 0 50px; text-align:center; vertical-align:middle;">
<a href="https://u930697.ct.sendgrid.net/ls/click?upn=4twmvjdunrcv7aI-2FCA0oYdD9vfAKFBT8oYJQjEIeFckfXTh7I7xSC-2Bh5LT4SlqV2JRtKpjprrfUcUeRyIlDk9skOYZj2Sa5GB-2B5mIKeurfKtuKBdksIkIkI-2FK6xnk5pJlnKOe1BZFRu8AufCgypJVQ-3D-3DKn1V_fW6jPRo4Te5aLWb1H8iMzYG9AvSXMmUoK2gBwPfVfWAxx6zADn-2FNaMDWSYf01vCIxhjxem6B37SMv8uaHECoyz1QNWqTK9CSpH6FF7TgF-2BJfqzialBVLXbewUrWwu6uyCgCnuVV9pJASXWOq83DRD8kLi509a0uOndG2FuwUIUjRZlhyM5JwAfFxAgI9Z8yUD9fmnAf7imb7cEiQ0OVIC7UvfdDKVmdpaCdMauwqmkmsnz7k5xmaT7kXurlIUWOKaYnUXqx0-2FRXyaOpDkcm47aHOg-2BtHu5CkTGGYmawhwBfj0vMeEKCSm6dl-2FM1ZjEmvHxlgs4Bc4qnZ9-2BZZ7MsVUsG2lJFTDr-2F-2BYHModmrIUFYf8GTObqIvdUtJLOOSjJmg-2Fshk-2F-2Bau-2FuSsLqj1JSLtRLkdvdTgrohye34K4W3cRES1l79rfKhAcpXbTSVSW-2FIhkhXRGKNh2n2SKbc7FZ-2Fhgg-3D-3D" class="button" target="_blank" style="font-size: 18px; font-family: ProximaNova-Regular, Helvetica Neue, Helvetica, Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; background-color: #01AEEF; border-top: 15px solid #01AEEF; border-bottom: 15px solid #01AEEF; border-right: 22px solid #01AEEF; border-left: 22px solid #01AEEF; display: inline-block; border-radius: 40px;">
Experience Heart of a Champion now
</a>
</td>
</tr>
<tr></tr>
<tr>
<td class="content-section-text" style="padding: 30px 50px 0px 50px; text-align:left; vertical-align:middle; font-family: ProximaNova-Regular, Helvetica Neue, Helvetica, Helvetica, Arial, sans-serif; font-size: 18px; color: #424242; line-height: 24px;">
Grab some time with your family this week and try it out. We’d love to hear
what you think, send us a note <a
href="https://u930697.ct.sendgrid.net/ls/click?upn=Y-2BDOtg-2BoVUgmcaqB5pMRc8C-2BkiFted3ZkIco03AF9FKrci-2BF6b8yHWxPE4KR12aVfKrk_fW6jPRo4Te5aLWb1H8iMzYG9AvSXMmUoK2gBwPfVfWAxx6zADn-2FNaMDWSYf01vCIxhjxem6B37SMv8uaHECoyz1QNWqTK9CSpH6FF7TgF-2BJfqzialBVLXbewUrWwu6uyCgCnuVV9pJASXWOq83DRD8kLi509a0uOndG2FuwUIUjRZlhyM5JwAfFxAgI9Z8yUD9fmnAf7imb7cEiQ0OVIC7UvfdDKVmdpaCdMauwqmkmWMb3hxDv7IZvkSxM5WAd-2BBLBV5VD7Zzj9PkDsOPgKiREEcHrBP4LWnAd4Vp7i2scCuK9CUNb0OaoYMNPlnHkA8wctgqsgxxd79UXBMtIUcpczc0romi0bycmEmxrFeLbyGYGvNxmxaCjywQZQmC9T2CPJKi1-2FSlGXPPGV69Wb7M8PzjqTFWkoCCwXEkcsLNNcCzOE9nZhZg-2Bopts5to8BGLbs-2FJS5N4xp-2FVipgGdPLQ-3D-3D">here</a>.
<br><br>Cheers,
<br><br>
<img src="https://static.classdojo.com/img/CaitlinClassDojo_EmailSignature-03.png" /><br><br>
</td>
</tr>
</table>
</td>
</tr>
<!-- End Full Width Section -->
<!-- #### END COPYABLE ELEMENTS -->
</table>
<!--[if (mso)|(IE)]>
</td>
</tr>
</table>
<![endif]-->
<!-- End Content Section Full Width-->
<!-- Footer -->
<!--[if (mso)|(IE)]>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td>
<![endif]-->
<table class="width-full" width="100%" cellpadding="0" cellspacing="0" border="0" align="center" style="Margin: 0 auto; max-width: 600px;">
<tr>
<td style="padding: 30px 0 15px 0; text-align:center; vertical-align:middle;">
<img src="https://static.classdojo.com/img/2021/HeartOfAChampion/Olympics_3logo.png" style="display: block; max-width: 100%; Margin: 0 auto; font-size: 19px; color: #424242; line-height: 28px; font-family: ProximaNova-Semibold, Helvetica Neue, Helvetica, Helvetica, Arial, sans-serif;" alt="Hearts Footer Image">
</td>
</tr>
<tr>
<td style="font-family: ProximaNova-Regular, Helvetica Neue, Helvetica, Helvetica, Arial, sans-serif; color: #A7A7A7; line-height: 24px; font-size: 12px; text-align: center; padding: 0 0 5px 0;">
Sent with love from ClassDojo HQ <br>
735 Tehama Street, San Francisco CA 94103
</td>
</tr>
<tr>
<td style="text-align: center; font-family: ProximaNova-Regular, Helvetica Neue, Helvetica, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 17px;">
<a href="https://u930697.ct.sendgrid.net/asm/unsubscribe/?user_id=930697&data=S1jfOcQi248cwtR5R29QKxtEWInhQAx71KyMSg2KSPKpl-uEu7DVX80ue_LLn0qSbC6kaNCveXhcioh3lcwjqu0jjIm6fATC7qGJP6htRDirb9nE3EtndR8MJuLr-6lPtUc258FmxuauPKtK5xG-ZICOIASvv9QkhxnKlUz63CjniE10Zc34XSX9QYOSsMvMYjcn5wIaHr1Kv43TgfL9-SfEXk4NyhD48X9TMjpbOmNJseZUrNFryeRBhtN-TcEMwrmOFS0ILeEkkKwvvvoGe76ARGSqXCDSd8N_3tKMxWVppFaz4YTa2pOCJJzI9cObxCJ3gMPO8WxAms30AP9hZyMYb5D7NcNfD22gr4oNl8RxmTCHz1Lxop3WAW9CYfFklHOwGWl1jWlLh43iM3CQZZOsNooiQgAoN_WcZH_lbC7QPv39AOtvXKkBhbIeh7vh1_fd9r_pptBBipkZ4h3Xd3Pu5BrLiWKvvC9pkq6SRWkfP48LJko0YbGBpU7enplownMrQH86s09BzN7n8LcjNfScZr9SWdPM5h5QgH24C9_mJlwGimnMssPRgWrYninSXO_6BPDFtszFxHrGkJCJ5w==" target="_blank" style="text-decoration: none; color: #A7A7A7;">Unsubscribe </a>
<a href="https://u930697.ct.sendgrid.net/ls/click?upn=Y-2BDOtg-2BoVUgmcaqB5pMRcwUe0ocghsleiHvGzGOOlHlteW7uWT0LO8bQQTUC7iptnoCF_fW6jPRo4Te5aLWb1H8iMzYG9AvSXMmUoK2gBwPfVfWAxx6zADn-2FNaMDWSYf01vCIxhjxem6B37SMv8uaHECoyz1QNWqTK9CSpH6FF7TgF-2BJfqzialBVLXbewUrWwu6uyCgCnuVV9pJASXWOq83DRD8kLi509a0uOndG2FuwUIUjRZlhyM5JwAfFxAgI9Z8yUD9fmnAf7imb7cEiQ0OVIC7UvfdDKVmdpaCdMauwqmkm5uu2jQzt5y17dW6CljyqARTvoES4udWmqeaM0CUJF9XqJTwODNmZ7mozt0yyYAuyG7-2FlwXoAaDcVQ2A61TFlOGIasBy63xvxTdKT9kecjoFOAbX-2BBB7Eo2bNb3sdxIhFbHtpaH7vzdiglSlD58m1QEqPwBzr2tbTyJ-2BwldJv5sdVWCjQWZPnftm9lWKonn0uwlbYi38oMw5G0OEDu7ROqOMhW66ciIM07LIpNzuqwzg-3D-3D" target="_blank" style="text-decoration: none; color: #A7A7A7;">Privacy Policy</a>
</td>
</tr>
</table>
<!--[if (mso)|(IE)]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
</table>
<img src="https://u930697.ct.sendgrid.net/wf/open?upn=qyKhYsf0mzFumhFapFjKvFgGu-2FhY-2BdR-2BuyvnfopKhfHxPxT41SgivbYhic2JPDGnwEuAO-2Bygi9LR0zErDe5HCv3qX1PweJosnFbawfFbfNdzNJqliBDAqjZKkx9OB8-2BHEBoC0-2BFPEm4JfxmElg0naRXI1GZmprdtE-2BeuoMA6Va9kpNjQajzexT2IndqqzcZfY9vuH7JcaszBPOkxRCBMRp2UUnzIysUL4Opmvxh4K0kfT6mOWi8TxhyvI6JobNvXIQyGZ4S62f3Deofu1AalQAP-2Bjb-2FVs2pKqwEQE7L4Es72vxnvL96P4KmfJf77H1XiB7LE-2BeULCZWIUij6w1UrBM06N1rL1bP9l6vzhTDDkyczAc-2BsRI-2Fd1d62MzzSmq7kTn9wOTMGNo-2BcdO7FV44qVc8Q65rzDmrJzhi417oOFGZ6AOoDhxZw2z5alIbphc8yHEN4QMwKF6Pv2vLut-2FKkBQ-3D-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body>
</html>