<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />

    <!-- Turn off iOS phone number autodetect -->
    <meta name="format-detection" content="telephone=no" />
    <meta name="format-detection" content="address=no" />

    <!--[if mso]>
            <style>
                * { font-family: sans-serif !important; }
            </style>
        <![endif]-->
    <style type="text/css">
    /*
     * Styles for all the emails
     */

    /* Normalizing */
    #outlook a {padding:0;}
    * {
        -ms-text-size-adjust:100%;
        -webkit-text-size-adjust:100%;
    }
    html, body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
        font-weight:normal;
        width:100% !important;
        height:100% !important;
        margin:0;
        padding:0;
    }
    img{border:0;outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;height:auto;line-height:100%;display:inline-block;}
    a img{border:none;display:block;}
    h1 {color: #1E0A3C !important;}
    h2, h3, h4, h5, h6 {color:#1E0A3C !important;}
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#3F60E7 !important;}
    h1 a:active, h2 a:active,  h3 a:active, h4 a:active, h5 a:active, h6 a:active {color:#3F60E7 !important;}
    h1 a:visited, h2 a:visited,  h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {color:#3F60E7 !important;}
    table {border-collapse:collapse !important;mso-table-lspace:0pt;mso-table-rspace:0pt;}
    table td {border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;}
    table {
        border-spacing:0;
        border:0;
        padding:0;
        table-layout:fixed;
        margin:0;
    }
    .no_text_resize {
        -moz-text-size-adjust:none;
        -webkit-text-size-adjust:none;
        -ms-text-size-adjust:none;
        text-size-adjust:none;
    }
    a[href^="x-apple-data-detectors:"] {
        color:inherit !important;
        text-decoration:none !important;
        font-size:inherit !important;
        font-family:inherit !important;
        font-weight:inherit !important;
        line-height:inherit !important;
    }

    td[class="grid__col"] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .grid__col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Footer */
    .footer-content.bottom-section {
        padding: 0px 32px;
    }
    .content .align-center,
    .footer-content .align-center {
        text-align: center;
    }
    .footer-content {
        color: #B7B6C0 !important;
    }
    .footer-content a {
        color: #f05537 !important;
        text-decoration: none;
    }

    /* Social */
    .social-logo-container {
        display: inline-block;
        height: auto;
        margin: 0px;
    }


    .content {
        width: 600px;
    }

    .user-generated-content img {
        max-width: 100%;
    }

    .refund-event-list-card__container {
        display: flex;
        flex-wrap: wrap;
    }

    .refund-event-card__container{
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(40, 44, 53, 0.06);
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        overflow: hidden;
        display: flex;
        height: 150px;
    }

    .refund-event-card__image {
        width: 50%;
    }

    .refund-event-card__image img {
        height: 100%;
    }

    .refund-event-card__content {
        display: grid;
        text-align: left;
        width: 50%;
        background-color: #F8F7FA;
        padding-bottom: 15px;
    }

    .refund-event-card__content span{
        padding: 0px 20px;
    }

    .refund-arn-info__content {
        display: flex;
        margin-bottom: 10px;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .arn-link {
        width: 60%;
    }

    .refund-event-list-card__image {
        flex: 0 0 106px;
    }

    .refund-event-list-card__content {
        flex: 1 0 1px;
        padding: 0 0 0 15px;
    }

    .refund-date-info{
            width: 59%;
            text-align: right;
    }

    /* Media Queries */
    @media all and (max-width: 600px) {
        .content {
            /* slight space on each side */
            width: 97% !important;
        }

        *[class="gmail-fix"] {
            display: none !important;
        }

        td[class="grid__col"] {
            padding-left: 0px !important;
            padding-right: 0px !important;
            max-width: 90% !important;
        }
        .grid__col {
            padding-left: 0px !important;
            padding-right: 0px !important;
            max-width: 90% !important;
        }
        .social-logo-container {
            display: inline-block !important;
        }
        .btn {
            font-size: 15px !important;
            padding: 12px 28px 14px !important;
            margin-bottom: 18px;
        }
        .hide {display:none;}

        .refund-event-list-card__container {
            display: block;
        }

        .refund-event-list-card__content {
            padding: 15px 0 0 0;
        }

        td[class="eventContainer"]{
            display: block !important;
        }

        .refund-event-card__image {
            width: 100%;
        }

        .refund-event-card__image img{
            width: inherit;
        }

        .refund-event-card__content {
            width: 100%;
            padding-bottom: 20px;
        }

        .arn-link{
            width: 80%;
        }

        .refund-date-info{
            width: 100%;
            text-align: left;
        }
    }
</style>

        <!--[if (mso)|(IE)]>
            <xml:namespace ns="urn:schemas-microsoft-com:vml" prefix="v" />
            <style>
                v\: * { behavior:url(#default#VML); display:inline-block }
                .container-table {
                    width: 100%;
                }
            </style>
        <!<![endif]-->
        <!--[if (gte mso 9)|(IE)]>
            <style>
            .hide {
                display: none;
            }
            </style>
        <![endif]-->

    </head>

    <!-- Global container with background styles. Gmail converts BODY to DIV so we lose properties like BGCOLOR. -->

    <body style="
        padding:0px !important;
        margin:0px !important;
    ">
<div style="color:transparent;visibility:hidden;opacity:0;font-size:0px;border:0;max-height:1px;width:1px;margin:0px;padding:0px;border-width:0px!important;display:none!important;line-height:0px!important;"><img border="0" width="1" height="1" src="https://clicks.eventbrite.com/q/nIgqSue4LI2H5xWqWcHJuQ~~/AAQxAQA~/RgRk3462PVcDc3BjQgpi-TZb_mJXltfKUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~" alt=""/></div>

        <div class="hide" style="letter-spacing:596px;line-height:0;mso-hide:all"></div>
        <!-- Outermost Wrapper Table -->
        <table style="min-width:100%;" width="100%" bgcolor="#EEEDF2">
            <tr>
                <td>
                    

                </td>
            </tr>
            <tr>
                <td>
                    <table
                        style="
        margin-left:auto;
        margin-right:auto;
    
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    "
                        cellpadding="0"
                        cellspacing="0"
                        border="0"
                        class="container-table"
                    >
                        <tr>
                            <!-- Centered 600px Email Table -->
                            <td style="
        margin-left:auto;
        margin-right:auto;
    " align="center" bgcolor="#EEEDF2">
                                <table class="content" style="border: none;">
                                    <tr>
                                        <td align="center" bgcolor="#EEEDF2">
                                            <table cellpadding="0" cellspacing="0" border="0" bgcolor="#EEEDF2">
                                                <tbody>
                                                    

    <!-- Body Section -->
    















    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;background-color:#EEEDF2;"
        width="600" height="18">
        <table
            style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="18">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:36px;font-size:36px;height:36px;background-color:"
                    height="36"> </td>
            </tr>
        </table>
    </td>
</tr>



    
    
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:15px;font-size:15px;background-color:;"
        width="600" height="15">
        <table
            style="mso-line-height-rule:exactly;line-height:15px;font-size:15px;height:15px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="15">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:30px;font-size:30px;height:30px;background-color:"
                    height="30"> </td>
            </tr>
        </table>
    </td>
</tr>

    

<tr bgcolor="#EEEDF2" class="row_section-header-content">
    <td style="background-color:#EEEDF2;" bgcolor="#EEEDF2" class="grid__col">
        <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    " align="center">
            <tr class="row_section" style="" bgcolor="#EEEDF2">
                <td width="10" bgcolor="#EEEDF2" align="center"></td>
                <td class="" style="text-align:center;background-color:#EEEDF2;"
                    align="center">
                    <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    " class="" cellspacing="0"
                        cellpadding="0" bgcolor="#EEEDF2" align="center">
                          
        
    
    <tr style="" bgcolor="#EEEDF2">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="">
            
        <div style="
        width: 140px;
        height: 25px;
        margin: 0 auto;
        text-align: center;
    ">
            
    
    <img src='https://cdn.evbstatic.com/s3-build/625194-rc2022-08-18_16.04-e7fd9ef/django/images/emails_2018_rebrand/EB-logo@2x.png' title='' alt='Eventbrite' style='' border="0" width='140' height='25' class=""/>


        </div>
    
        </td>
    </tr>



        
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:17px;font-size:17px;background-color:#EEEDF2;"
        width="600" height="17">
        <table
            style="mso-line-height-rule:exactly;line-height:17px;font-size:17px;height:17px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="17">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:34px;font-size:34px;height:34px;background-color:"
                    height="34"> </td>
            </tr>
        </table>
    </td>
</tr>



        
    <tr style="" bgcolor="#EEEDF2">
        <td class="refund-title" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="">
            
            
    
<h1 style="
        padding: 0;
        margin: 12px 0 0 0;
    
        font-size: 30px;
        line-height: 42px;
        font-weight: bold;
        font-weight: 800;
        letter-spacing: -0.2px;
        color: #1E0A3C;
    
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    
        font-weight: bold;
        line-height: 40px;
        font-weight: 700;
    " class="h1-header">
    
                Your refund is on its way!
            
</h1>

        
        </td>
    </tr>


        
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:10px;font-size:10px;background-color:#EEEDF2;"
        width="600" height="10">
        <table
            style="mso-line-height-rule:exactly;line-height:10px;font-size:10px;height:10px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="10">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;height:20px;background-color:"
                    height="20"> </td>
            </tr>
        </table>
    </td>
</tr>



    
                    </table>
                </td>
                <td width="10" bgcolor="#EEEDF2"></td>
            </tr>
        </table>
    </td>
</tr>



    
    
    <tr style="" bgcolor="#EEEDF2">
        <td class="" style="
        padding: 0;
     
        background-image:url('https://cdn.evbstatic.com/s3-build/perm_001/56936b/django/images/emails_2018_rebrand/background-lines.svg');
        background-color: #F8F7FA;
        display: grid;
        border-radius: 4px;
        margin-top: 20px;
        padding:5px 0;
    text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="">
            
        
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        color: #1E0A3C;
     margin-top:10px;"
    class="">
    
            $25.00
        
</p>

        
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #39364F;
    "
    class="">
    
            Total refund amount
        
</p>

    
        </td>
    </tr>

    
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;background-color:;"
        width="600" height="18">
        <table
            style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="18">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:36px;font-size:36px;height:36px;background-color:"
                    height="36"> </td>
            </tr>
        </table>
    </td>
</tr>

    
    <tr style="" bgcolor="#EEEDF2">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="">
            
        
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #39364F;
     font-size:16px;padding:20px;color:#1E0A3C;"
    class="">
    
            Your refund should appear in your account by <b>Aug 28, 2022</b>. <br>It'll be made to the following accounts:
        
</p>

    
        </td>
    </tr>

    
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:16px;font-size:16px;background-color:;"
        width="600" height="16">
        <table
            style="mso-line-height-rule:exactly;line-height:16px;font-size:16px;height:16px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="16">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:32px;font-size:32px;height:32px;background-color:"
                    height="32"> </td>
            </tr>
        </table>
    </td>
</tr>

    
    
    
    
<tr class="row_divider-line">
    <td style="mso-line-height-rule:exactly;line-height:1px;font-size:1px;background-color:;"
        width="600" height="1">
        <table
            style="mso-line-height-rule:exactly;line-height:1px;font-size:1px;height:1px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="1">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:1px;font-size:1px;height:1px;background-color:rgba(54, 89, 227, 0.08)"
                    height="1"> </td>
            </tr>
        </table>
    </td>
</tr>

    
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:3px;font-size:3px;background-color:;"
        width="600" height="3">
        <table
            style="mso-line-height-rule:exactly;line-height:3px;font-size:3px;height:3px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="3">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:6px;font-size:6px;height:6px;background-color:"
                    height="6"> </td>
            </tr>
        </table>
    </td>
</tr>

    
    <tr style="" bgcolor="#EEEDF2">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="#EEEDF2" width="100%" height="">
            
        
<table cellspacing="0" cellpadding="0" width='48%' style='' align='left' class="">
    
            
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     background-color:#EEEDF2;text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
                
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #39364F;
    padding-left:20px;text-align:left;"
    class="">
    
                    MasterCard  *** 4538:
                
</span>

            
        </td>
    </tr>

        
</table>

        
<table cellspacing="0" cellpadding="0" width='48%' style='' align='right' class="">
    
           
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     background-color:#EEEDF2;text-align:right;" align="right" bgcolor="white" width="100%" height="">
            
                
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #1E0A3C;
    padding-right:20px;margin:0px;vertical-align: middle;"
    class="eventContainer">
    
                    
    <img src='https://cdn.evbstatic.com/s3-build/625194-rc2022-08-18_16.04-e7fd9ef/django/vendor/eb-styleguide@9.2.4/images/grunticons/fallback_pngs/mastercard.png' title='' alt='' style='vertical-align: middle;' border="0" width='auto' height='23px' class=""/>

                    $25.00
                
</span>

           
        </td>
    </tr>

        
</table>

    
        </td>
    </tr>

    
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:3px;font-size:3px;background-color:;"
        width="600" height="3">
        <table
            style="mso-line-height-rule:exactly;line-height:3px;font-size:3px;height:3px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="3">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:6px;font-size:6px;height:6px;background-color:"
                    height="6"> </td>
            </tr>
        </table>
    </td>
</tr>

    
    
<tr class="row_divider-line">
    <td style="mso-line-height-rule:exactly;line-height:1px;font-size:1px;background-color:;"
        width="600" height="1">
        <table
            style="mso-line-height-rule:exactly;line-height:1px;font-size:1px;height:1px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="1">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:1px;font-size:1px;height:1px;background-color:rgba(54, 89, 227, 0.08)"
                    height="1"> </td>
            </tr>
        </table>
    </td>
</tr>

    
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;background-color:;"
        width="600" height="12">
        <table
            style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;height:12px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="12">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:24px;font-size:24px;height:24px;background-color:"
                    height="24"> </td>
            </tr>
        </table>
    </td>
</tr>



    
    
    <tr style="
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(40, 44, 53, 0.06);
        border-radius: 4px;
        overflow: hidden;
        background-color: #FFFFFF;
        margin:0px;
    " bgcolor="#f8f7fa">
        <td class="" style="
        padding: 0;
     
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(40, 44, 53, 0.06);
        border-radius: 4px;
        overflow: hidden;
        background-color: #FFFFFF;
        margin:0px;
    border-bottom-left-radius: 0;border-bottom-right-radius: 0;text-align:left;" align="left" bgcolor="#f8f7fa" width="100%" height="">
            
        
    
    
<table cellspacing="0" cellpadding="0" width='100%' style='background-color:#f8f7fa;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;' align='' class="">
    
            
<td width='' height='' style='' align='' valign='' class='eventContainer' rowspan='1' colspan='1'>
     
                
    <img src='https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F325059919%2F1064987912733%2F1%2Foriginal.20220727-022815?h=150&w=300&auto=format%2Ccompress&q=75&sharp=10&rect=0%2C0%2C2160%2C1080&s=9c0eb0f1c2d8b4a6d93b53bad1a563bb' title='' alt='Event Logo' style='' border="0" width='100%' height='auto' class=""/>

            
</td>

            
<td width='' height='' style='vertical-align: middle;background-color:#f8f7fa;' align='' valign='' class='eventContainer' rowspan='1' colspan='1'>
    
                
<table cellspacing="0" cellpadding="0" width='100%' style='' align='' class="">
    
                    
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:10px;font-size:10px;background-color:#f8f7fa;"
        width="600" height="10">
        <table
            style="mso-line-height-rule:exactly;line-height:10px;font-size:10px;height:10px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="10">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;height:20px;background-color:"
                    height="20"> </td>
            </tr>
        </table>
    </td>
</tr>

                    
    <tr style="" bgcolor="#f8f7fa">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="#f8f7fa" width="100%" height="">
            
                        
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #1E0A3C;
    font-size:16px;margin:20px 0;color:#A9A8B3;padding-left:20px"
    class="">
    
                            Your original event
                        
</span>

                    
        </td>
    </tr>

                    
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:10px;font-size:10px;background-color:;"
        width="600" height="10">
        <table
            style="mso-line-height-rule:exactly;line-height:10px;font-size:10px;height:10px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="10">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;height:20px;background-color:"
                    height="20"> </td>
            </tr>
        </table>
    </td>
</tr>

                    
    <tr style="" bgcolor="#f8f7fa">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="#f8f7fa" width="100%" height="">
            
                        
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #1E0A3C;
    ;padding-left:20px"
    class="">
    
                            CCGA 10th Anniversary Celebration
                        
</p>

                    
        </td>
    </tr>

                    
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;background-color:;"
        width="600" height="8">
        <table
            style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;height:8px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="8">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:16px;font-size:16px;height:16px;background-color:"
                    height="16"> </td>
            </tr>
        </table>
    </td>
</tr>

                    
    <tr style="" bgcolor="#f8f7fa">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="#f8f7fa" width="100%" height="">
            
                        
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     font-style: normal;font-weight: 600;font-size: 12px;line-height: 15px;color:#f05537;padding-left:20px"
    class="">
    
                            Fri, Aug 19, 2022 5:00 PM
                        
</span>

                    
        </td>
    </tr>

                    
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:10px;font-size:10px;background-color:#f8f7fa;"
        width="600" height="10">
        <table
            style="mso-line-height-rule:exactly;line-height:10px;font-size:10px;height:10px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="10">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;height:20px;background-color:"
                    height="20"> </td>
            </tr>
        </table>
    </td>
</tr>

                
</table>

            
</td>

    
</table>


    
        </td>
    </tr>

    
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:4px;font-size:4px;background-color:#ffffff;"
        width="600" height="4">
        <table
            style="mso-line-height-rule:exactly;line-height:4px;font-size:4px;height:4px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="4">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;height:8px;background-color:"
                    height="8"> </td>
            </tr>
        </table>
    </td>
</tr>

    
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
        
    
<table cellspacing="0" cellpadding="0" width='100%' style='
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(40, 44, 53, 0.06);
        border-radius: 4px;
        overflow: hidden;
        background-color: #FFFFFF;
        margin:0px;
    border-top-left-radius: 0px;border-top-right-radius: 0px;' align='' class="">
    
        
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
            
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        color: #1E0A3C;
    ;padding:10px 20px;"
    class="">
    
                Refund Summary
            
</span>

        
        </td>
    </tr>

        
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
            
<table cellspacing="0" cellpadding="0" width='100%' style='' align='' class="">
    
                
<td width='' height='' style='' align='' valign='' class='' rowspan='1' colspan='1'>
    
                    
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     padding:0 20px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #39364F;
    ;margin: 7px 0;"
    class="">
    
                        Order number:
                    
</p>

                
</td>

                
<td width='' height='' style='' align='right' valign='' class='' rowspan='1' colspan='1'>
    
                    
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     padding:0 20px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #1E0A3C;
    ;margin: 7px 0;"
    class="">
    
                        4308013169
                    
</p>

                
</td>

                
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:3px;font-size:3px;background-color:;"
        width="600" height="3">
        <table
            style="mso-line-height-rule:exactly;line-height:3px;font-size:3px;height:3px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="3">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:6px;font-size:6px;height:6px;background-color:"
                    height="6"> </td>
            </tr>
        </table>
    </td>
</tr>

                
<td width='' height='' style='' align='' valign='' class='' rowspan='1' colspan='1'>
    
                    
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     padding:0 20px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #39364F;
    ;margin: 7px 0;"
    class="">
    
                        Order date:
                    
</p>

                
</td>

                    
<td width='' height='' style='' align='right' valign='' class='' rowspan='1' colspan='1'>
    
                        
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     padding:0 20px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #1E0A3C;
    ;margin: 7px 0;"
    class="">
    
                            August 15, 2022
                        
</p>

                    
</td>

                
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:3px;font-size:3px;background-color:;"
        width="600" height="3">
        <table
            style="mso-line-height-rule:exactly;line-height:3px;font-size:3px;height:3px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="3">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:6px;font-size:6px;height:6px;background-color:"
                    height="6"> </td>
            </tr>
        </table>
    </td>
</tr>

                
<td width='' height='' style='' align='' valign='' class='' rowspan='1' colspan='1'>
    
                    
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #39364F;
    ;background-color:#F8F7FA;margin:0;padding: 10px 0px 10px 10px;border-left: solid;border-left-width: 10px;border-color: white;"
    class="">
    
                        Note from organizer
                    
</p>

                
</td>

                
<td width='' height='' style='' align='right' valign='' class='' rowspan='1' colspan='1'>
    
                    
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #1E0A3C;
    ;background-color:#F8F7FA;margin:0;padding: 10px 10px 10px 0px;border-right: solid;border-right-width: 10px;border-color: white;"
    class="">
    
                        Hi Ren - So sorry to hear you won't be able to attend! We're all sending you best wishes for a speedy recovery! 
                    
</p>

                
</td>

                
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:3px;font-size:3px;background-color:;"
        width="600" height="3">
        <table
            style="mso-line-height-rule:exactly;line-height:3px;font-size:3px;height:3px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="3">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:6px;font-size:6px;height:6px;background-color:"
                    height="6"> </td>
            </tr>
        </table>
    </td>
</tr>

            
</table>

        
        </td>
    </tr>

    
</table>


    
        </td>
    </tr>


    
    
    
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;background-color:;"
        width="600" height="8">
        <table
            style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;height:8px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="8">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:16px;font-size:16px;height:16px;background-color:"
                    height="16"> </td>
            </tr>
        </table>
    </td>
</tr>

    
    <tr style="
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(40, 44, 53, 0.06);
        border-radius: 4px;
        overflow: hidden;
        background-color: #FFFFFF;
        margin:0px;
    " bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
        
<table cellspacing="0" cellpadding="0" width='100%' style='padding:20px 0;text-align:left; margin-bottom:20px' align='' class="">
    
            
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;background-color:;"
        width="600" height="8">
        <table
            style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;height:8px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="8">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:16px;font-size:16px;height:16px;background-color:"
                    height="16"> </td>
            </tr>
        </table>
    </td>
</tr>

            
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
                
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        color: #1E0A3C;
     padding:0px 20px;"
    class="">
    
                    Need Help?
                
</span>

            
        </td>
    </tr>

            
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;background-color:;"
        width="600" height="8">
        <table
            style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;height:8px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="8">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:16px;font-size:16px;height:16px;background-color:"
                    height="16"> </td>
            </tr>
        </table>
    </td>
</tr>

            
    
    <tr style="background-color:#F8F7FA;" bgcolor="#F8F7FA">
        <td class="" style="
        padding: 0;
     width:99%;text-align:left;" align="left" bgcolor="#F8F7FA" width="100%" height="">
            
        
<table cellspacing="0" cellpadding="0" width='100%' style='background-color:#F8F7FA;vertical-align:top;border-left-color: white;border-left-style: solid;border-left-width: 10px;' align='' class="">
    
            
<td width='12%' height='' style='vertical-align: top;' align='' valign='' class='' rowspan='1' colspan='1'>
    
                
    <img src='https://cdn.evbstatic.com/s3-build/625194-rc2022-08-18_16.04-e7fd9ef/django/images/emails_2018_rebrand/calendar.png' title='' alt='Calendar Logo' style='padding: 9px 10px 0px 10px;height:50px' border="0" width='51' height='50' class=""/>

            
</td>

            
<td width='' height='' style='' align='' valign='' class='' rowspan='1' colspan='1'>
    
                
<table cellspacing="0" cellpadding="0" width='100%' style='background-color:#F8F7FA;padding: 10px 10px 10px 0px; vertical-align: middle;border-right-color: white;border-right-style: solid;border-right-width: 10px;' align='' class="">
    
                    
    <tr style="background-color:#F8F7FA" bgcolor="#F8F7FA">
        <td class="" style="
        padding: 0;
     padding-top:12px;text-align:left;" align="left" bgcolor="#F8F7FA" width="100%" height="">
            
                        
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #39364F;
     margin: 0 0 8px 0; padding-right:30px;"
    class="">
    
                            If you don't get your refund by: 
                        
</span>

                        
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #1E0A3C;
     padding-right:20px; display:inline-block;margin-button:10px;"
    class="">
    
                            Aug 28, 2022 (typically 10 business days)
                        
</p>

                    
        </td>
    </tr>

                    
    <tr style="width:200px;" bgcolor="#F8F7FA">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="#F8F7FA" width="100%" height="">
            
                        
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     width:60%;margin: 0 0 8px 0; padding-right:20px;"
    class="arn-link">
    
                        


<a style="
        text-decoration:none;color:#3F60E7;
      
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; 
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
        color: #3659E3;
    " href="https://clicks.eventbrite.com/f/a/eJGya3LMgMAEFs-sL29UzQ~~/AAQxAQA~/RgRk3462P0ScaHR0cDovL3d3dy5ldmVudGJyaXRlLmNvbS9teXJlZnVuZHMvZjhjNTE0NmYtMDQ3Ni00YzUyLWJlM2ItMWM2MjVkYWI3MmZjLz9ldmVudF9pZD0zODkxMDIxNTQwMTcmbGc9ZW4tdXMmdXRtX21lZGl1bT1lbWFpbCZ1dG1fc291cmNlPWV2ZW50YnJpdGUmdXRtX3Rlcm09YXJuVwNzcGNCCmL5Nlv-YleW18pSIGluZm9AY2hpY2Fnb2NvbW11bml0eWdhcmRlbnMub3JnWAQAAAAA"
    class=""
    >Request an email with next steps and a refund tracking number</a>
                        
</p>

                    
        </td>
    </tr>

                
</table>

            
</td>

         
</table>

    
        </td>
    </tr>

    
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:6px;font-size:6px;background-color:;"
        width="600" height="6">
        <table
            style="mso-line-height-rule:exactly;line-height:6px;font-size:6px;height:6px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="6">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;height:12px;background-color:"
                    height="12"> </td>
            </tr>
        </table>
    </td>
</tr>


            
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:6px;font-size:6px;background-color:;"
        width="600" height="6">
        <table
            style="mso-line-height-rule:exactly;line-height:6px;font-size:6px;height:6px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="6">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;height:12px;background-color:"
                    height="12"> </td>
            </tr>
        </table>
    </td>
</tr>

            
    
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     width:99%;text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
        
<table cellspacing="0" cellpadding="0" width='100%' style='vertical-align: top;border-left-color: white;border-left-style: solid;border-left-width: 10px;' align='' class="">
    
            
<td width='12%' height='' style='vertical-align: top;' align='' valign='' class='' rowspan='1' colspan='1'>
    
                
    <img src='https://cdn.evbstatic.com/s3-build/625194-rc2022-08-18_16.04-e7fd9ef/django/images/emails_2018_rebrand/icon-organizer.png' title='' alt='logo' style='height: 42px;padding: 0 10px;margin-left:7px;' border="0" width='42.84' height='auto' class=""/>

            
</td>

            
<td width='' height='' style='' align='' valign='' class='' rowspan='1' colspan='1'>
    
                
<table cellspacing="0" cellpadding="0" width='100%' style='border-right-color: white;border-right-style: solid;border-right-width: 10px;' align='' class="">
    
                    
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
                        
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #39364F;
    margin: 0 0 8px 0;"
    class="">
    
                            Questions about your refund or event?
                        
</span>

                    
        </td>
    </tr>

                    
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
                        
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     margin: 0 0 8px 0;"
    class="">
    
                            <a href="mailto:info@chicagocommunitygardens.org?subject=CCGA%2010th%20Anniversary%20Celebration - Question from Ren" target="_blank" rel="noopener noreferrer" style="
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
        color: #3659E3;
    ">Contact the event organizer</a>
                        
</p>

                    
        </td>
    </tr>

                
</table>

            
</td>

         
</table>

    
        </td>
    </tr>


            
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:6px;font-size:6px;background-color:;"
        width="600" height="6">
        <table
            style="mso-line-height-rule:exactly;line-height:6px;font-size:6px;height:6px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="6">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;height:12px;background-color:"
                    height="12"> </td>
            </tr>
        </table>
    </td>
</tr>

            
    
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     width:99%;text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
        
<table cellspacing="0" cellpadding="0" width='100%' style='vertical-align: top;border-left-color: white;border-left-style: solid;border-left-width: 10px;' align='' class="">
    
            
<td width='12%' height='' style='vertical-align: top;' align='' valign='' class='' rowspan='1' colspan='1'>
    
                
    <img src='https://cdn.evbstatic.com/s3-build/625194-rc2022-08-18_16.04-e7fd9ef/django/images/emails_2018_rebrand/help-icon.png' title='' alt='logo' style='height: 42px;padding: 0 10px;margin-left:7px;' border="0" width='42.84' height='auto' class=""/>

            
</td>

            
<td width='' height='' style='' align='' valign='' class='' rowspan='1' colspan='1'>
    
                
<table cellspacing="0" cellpadding="0" width='100%' style='border-right-color: white;border-right-style: solid;border-right-width: 10px;' align='' class="">
    
                    
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
                        
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #39364F;
    margin: 0 0 8px 0;"
    class="">
    
                            Learn about troubleshooting refund issues:
                        
</span>

                    
        </td>
    </tr>

                    
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
                        
    

<p style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     margin: 0 0 8px 0;"
    class="">
    
                            <a href="https://clicks.eventbrite.com/f/a/mMi2A2b21EQhGDlQALh8FA~~/AAQxAQA~/RgRk3462P0Q9aHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vc3VwcG9ydC9hcnRpY2xlcmVkaXJlY3Q_YW51bT00MTc4MFcDc3BjQgpi-TZb_mJXltfKUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~" target="_blank" rel="noopener noreferrer" style="
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
        color: #3659E3;
    ">Visit Help Center</a>
                        
</p>

                    
        </td>
    </tr>

                
</table>

            
</td>

         
</table>

    
        </td>
    </tr>


            
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:6px;font-size:6px;background-color:;"
        width="600" height="6">
        <table
            style="mso-line-height-rule:exactly;line-height:6px;font-size:6px;height:6px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="6">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;height:12px;background-color:"
                    height="12"> </td>
            </tr>
        </table>
    </td>
</tr>

        
</table>

    
        </td>
    </tr>

    
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;background-color:;"
        width="600" height="8">
        <table
            style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;height:8px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="8">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:16px;font-size:16px;height:16px;background-color:"
                    height="16"> </td>
            </tr>
        </table>
    </td>
</tr>








    <!-- Footer Section-->
    






    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;background-color:#EEEDF2;"
        width="600" height="18">
        <table
            style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="18">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:36px;font-size:36px;height:36px;background-color:"
                    height="36"> </td>
            </tr>
        </table>
    </td>
</tr>





<tr bgcolor="#EEEDF2" class="row_section-footer-content">
    <td style="background-color:#EEEDF2;" bgcolor="#EEEDF2" class="grid__col">
        <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    " align="center">
            <tr class="row_section" style="" bgcolor="#EEEDF2">
                <td width="30" bgcolor="#EEEDF2" align="center"></td>
                <td class="" style="text-align:center;background-color:#EEEDF2;"
                    align="center">
                    <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    color:#1E0A3C;" class="" cellspacing="0"
                        cellpadding="0" bgcolor="#EEEDF2" align="center">
                        
    
    <tr style="" bgcolor="#EEEDF2">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="">
            
        
    
    <tr style="" bgcolor="#EEEDF2">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="">
            
        <div style="
        width: 140px;
        height: 25px;
        margin: 0 auto;
        text-align: center;
    ">
            
    
    <img src='https://cdn.evbstatic.com/s3-build/625194-rc2022-08-18_16.04-e7fd9ef/django/images/emails_2018_rebrand/EB-logo@2x.png' title='' alt='Eventbrite' style='' border="0" width='140' height='25' class=""/>


        </div>
    
        </td>
    </tr>


    
        </td>
    </tr>


    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;background-color:#EEEDF2;"
        width="600" height="12">
        <table
            style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;height:12px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="12">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:24px;font-size:24px;height:24px;background-color:"
                    height="24"> </td>
            </tr>
        </table>
    </td>
</tr>



    
    <tr style="" bgcolor="#EEEDF2">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="">
            
        
    
<span class="social-logo-container" style="
        padding:0;
        display:inline-block;
        height:auto;
        margin:0;
        width:40px;
        text-align:center;
    ">
    <a href="https://clicks.eventbrite.com/f/a/OZOF-Tyz1ide7wYrHBdvpg~~/AAQxAQA~/RgRk3462P0QiaHR0cHM6Ly93d3cudHdpdHRlci5jb20vRXZlbnRicml0ZVcDc3BjQgpi-TZb_mJXltfKUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~" target="_blank" aria-label="Eventbrite's Twitter">
        <img src="https://cdn.evbstatic.com/s3-build/625194-rc2022-08-18_16.04-e7fd9ef/django/images/emails_2018_rebrand/TW-icon-purple@2x.png" class="footer-social-logo__image" style="
        height:24px;
        padding:0;
        width:24px;
    " height="24"
            width="24" alt="twitter" title="twitter" border="0" />
    </a>
</span>

        
    
<span class="social-logo-container" style="
        padding:0;
        display:inline-block;
        height:auto;
        margin:0;
        width:40px;
        text-align:center;
    ">
    <a href="https://clicks.eventbrite.com/f/a/9XzqWT2pdWvzzAh4uxkBuA~~/AAQxAQA~/RgRk3462P0QjaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL0V2ZW50YnJpdGVXA3NwY0IKYvk2W_5iV5bXylIgaW5mb0BjaGljYWdvY29tbXVuaXR5Z2FyZGVucy5vcmdYBAAAAAA~" target="_blank" aria-label="Eventbrite Facebook">
        <img src="https://cdn.evbstatic.com/s3-build/625194-rc2022-08-18_16.04-e7fd9ef/django/images/emails_2018_rebrand/FB-icon-purple@2x.png" class="footer-social-logo__image" style="
        height:24px;
        padding:0;
        width:24px;
    " height="24"
            width="24" alt="facebook" title="facebook" border="0" />
    </a>
</span>

        
    
<span class="social-logo-container" style="
        padding:0;
        display:inline-block;
        height:auto;
        margin:0;
        width:40px;
        text-align:center;
    ">
    <a href="https://clicks.eventbrite.com/f/a/_bwz7PmwDwG2YNWktS4LkA~~/AAQxAQA~/RgRk3462P0QlaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9ldmVudGJyaXRlL1cDc3BjQgpi-TZb_mJXltfKUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~" target="_blank" aria-label="Eventbrite's Instagram">
        <img src="https://cdn.evbstatic.com/s3-build/625194-rc2022-08-18_16.04-e7fd9ef/django/images/emails_2018_rebrand/IG-icon-purple@2x.png" class="footer-social-logo__image" style="
        height:24px;
        padding:0;
        width:24px;
    " height="24"
            width="24" alt="instagram" title="instagram" border="0" />
    </a>
</span>

    
        </td>
    </tr>


    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:10px;font-size:10px;background-color:#EEEDF2;"
        width="600" height="10">
        <table
            style="mso-line-height-rule:exactly;line-height:10px;font-size:10px;height:10px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="10">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;height:20px;background-color:"
                    height="20"> </td>
            </tr>
        </table>
    </td>
</tr>





    
    <tr style="" bgcolor="#EEEDF2">
        <td class="footer-content" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="24">
            
        
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 12px;
        line-height: 18px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#4B4D63;font-weight:normal;"
    class="">
    
        
            
            
    <span style='' class=''>
                This email was sent to 


<a style="
        text-decoration:none;color:#3F60E7;
     color:#f05537; 
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; " href="mailto:info@chicagocommunitygardens.org"
    class=""
    >info@chicagocommunitygardens.org</a>
            </span>

        
    
</span>


    
        </td>
    </tr>


    
    <tr style="" bgcolor="#EEEDF2">
        <td class="footer-content" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="24">
            
        
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 12px;
        line-height: 18px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#4B4D63;font-weight:normal;"
    class="">
    
        
                    


<a style="
        text-decoration:none;color:#3F60E7;
     color:#f05537; 
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; " href="https://clicks.eventbrite.com/f/a/Vas2AkFmUBcOwEwCvHBziQ~~/AAQxAQA~/RgRk3462P0RsaHR0cDovL3d3dy5ldmVudGJyaXRlLmNvbT91dG1fc291cmNlPWV2ZW50YnJpdGUmdXRtX21lZGl1bT1lbWFpbCZ1dG1fY2FtcGFpZ249JnV0bV90ZXJtPWVtYWlsX2Zvb3Rlcl9lYl9saW5rVwNzcGNCCmL5Nlv-YleW18pSIGluZm9AY2hpY2Fnb2NvbW11bml0eWdhcmRlbnMub3JnWAQAAAAA"
    class=""
    >Eventbrite</a>
                     | 535 Mission Street, 8th Floor | San Francisco, CA 94105
        
    
</span>


    
        </td>
    </tr>


    
    <tr style="" bgcolor="#EEEDF2">
        <td class="footer-content" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="24">
            
        
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 12px;
        line-height: 18px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#4B4D63;font-weight:normal;"
    class="">
    
        
            Copyright © 2022 Eventbrite. All rights reserved.
        
    
</span>


    
        </td>
    </tr>


    
    <tr style="" bgcolor="#EEEDF2">
        <td class="footer-content" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="24">
            
        
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 12px;
        line-height: 18px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#4B4D63;font-weight:normal;"
    class="">
    
        
            
            


<a style="
        text-decoration:none;color:#3F60E7;
     color:#f05537; 
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; " href="https://clicks.eventbrite.com/f/a/vLmV_l7gj8kPxV3AGI0ogg~~/AAQxAQA~/RgRk3462P0S2aHR0cDovL3d3dy5ldmVudGJyaXRlLmNvbS9zdXBwb3J0L2FydGljbGVzL2VuX1VTL1Ryb3VibGVzaG9vdGluZy9ldmVudGJyaXRlLXByaXZhY3ktcG9saWN5P2xnPWVuX1VTP3V0bV9zb3VyY2U9ZXZlbnRicml0ZSZ1dG1fbWVkaXVtPWVtYWlsJnV0bV9jYW1wYWlnbj0mdXRtX3Rlcm09ZW1haWxfZm9vdGVyX2ViX2xpbmtXA3NwY0IKYvk2W_5iV5bXylIgaW5mb0BjaGljYWdvY29tbXVuaXR5Z2FyZGVucy5vcmdYBAAAAAA~"
    class=""
    >Privacy Policy</a>
        
    
</span>


    
        </td>
    </tr>


    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;background-color:#EEEDF2;"
        width="600" height="18">
        <table
            style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="18">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:36px;font-size:36px;height:36px;background-color:"
                    height="36"> </td>
            </tr>
        </table>
    </td>
</tr>




                    </table>
                </td>
                <td width="30" bgcolor="#EEEDF2"></td>
            </tr>
        </table>
    </td>
</tr>



                                                </tbody>
                                            </table>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
        </div>
    
<img border="0" width="1" height="1" alt="" src="https://clicks.eventbrite.com/q/OX4E4WuZ4hjqGJ5_-TBlJA~~/AAQxAQA~/RgRk3462PlcDc3BjQgpi-TZb_mJXltfKUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~">
</body>
</html>