<!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/HK7G4o6bGltbN6LCkSMMtg~~/AAQxAQA~/RgRoDVbNPVcDc3BjQgpmJ00jLGari0z7UhpjaGljb21tZ2FyZGVuZXJzQGdtYWlsLmNvbVgEAAAAAA~~" 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 -->
    















    <style>
        @import url('https://fonts.cdnfonts.com/css/neue-plak');
        @import url('https://fonts.cdnfonts.com/css/inter');
    </style>

    
    
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="300">
            
        <table style="
        text-align: center;
        margin: auto;
        max-width: 600px;
        height: 300px;
    " width="100%">
            <tr>
                <td width="100%" style="        text-align: center;        background: linear-gradient(#262524, #262524);        background-image: url(https://cdn.evbstatic.com/s3-build/prod/1607668-rc2024-04-25_16.04-eb48671/django/images/emails_2023_rebrand/subsequent-post-publish-header-image.png);        background-color: #262524;        background-size: cover;        vertical-align: top;        width: 600px;    ">
                    
    
    <img src='https://cdn.evbstatic.com/s3-build/prod/1607668-rc2024-04-25_16.04-eb48671/django/images/emails_2023_rebrand/EB-logo@2x.png' title='' alt='Eventbrite' style='
        text-align: center;
        padding-top: 33px;
        padding-bottom: 45px;
    ' border="0" width='140' height='25' class=""/>


                    <div style="
        color: #FFF !important;
        text-align: center;
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        max-width: 400px;
        margin: 0 auto;
    ">
                        <div style="
        background: #000; 
        mix-blend-mode:screen;
    ">
                            <div style="
        background: #000; 
        mix-blend-mode:difference;
    ">
                                Your event is published!
                            </div>
                        </div>
                    </div>
                </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:#FFFFFF;"
        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="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="180px">
            
        <a href="https://clicks.eventbrite.com/f/a/_ZCX9xwUET5NBvWAN_20AA~~/AAQxAQA~/RgRoDVbNP0R9aHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vZS9ob3ctdG8ta2VlcC1pdC1nb2luZy1zb3dpbmctc2VlZHMtZm9yLWdhcmRlbnMtb2YtdG9tb3Jyb3ctdGlja2V0cy04OTE5NzAyNzYxMDc_YWZmPW9kZHRkdGNyZWF0b3JXA3NwY0IKZidNIyxmq4tM-1IaY2hpY29tbWdhcmRlbmVyc0BnbWFpbC5jb21YBAAAAAA~" style="text-decoration: none;">
            <div style="margin: 0 auto; border-radius: 8px; width: 95%; border: 1px solid rgba(40, 44, 53, 0.10);">
                <table role="presentation" cellspacing="0" cellpadding="0" border="0" style="margin: 0 auto; background: #FFF; border-radius: 8px;">
                    <tr style="border-radius: 8px;">
                        <td style="width: 50%; vertical-align: top;">
                            
    <img src='https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F753536799%2F1064987912733%2F1%2Foriginal.20240426-215025?h=400&w=800&auto=format%2Ccompress&q=75&sharp=10&rect=0%2C0%2C2160%2C1080&s=5c280c4a8157c5b194c7f11a1906faf3' title='' alt='' style='
        border-radius: 8px;
    ' border="0" width='100%' height='auto' class=""/>

                        </td>
                        <td style="width: 50%; vertical-align: top;">
                            <div style="padding: 10px">
                                <div style="
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
        letter-spacing: 0.25px;
        padding-bottom: 4px;
    ">
                                    How to Keep it Going: Sowing Seeds for Gardens of Tomorrow
                                </div>
                                    <div style="
        color: #5B5E70;
        font-family: Neue Plak Text, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        padding: 4px 0 4px 0;
    " >
                                        Wednesday, May 22, 2024 from 5:00 PM to 8:00 PM (CDT)
                                    </div>
                                    <div style="
        color: #5B5E70;
        font-family: Neue Plak Text, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        padding: 4px 0 4px 0;
    " >
                                        300 North Central Park Avenue - Chicago, IL 60624
                                    </div>
                            </div>
                        </td>
                    </tr>
                </table>
            </div>
        </a>
    
        </td>
    </tr>



    
    

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


<a style="
        text-decoration:none;color:#3F60E7;
      
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; font-family: Neue Plak Text SemiBold, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; font-weight: 600;" href="https://clicks.eventbrite.com/f/a/8ep8pJ1xTUhgD3prvfS4Tw~~/AAQxAQA~/RgRoDVbNP0R1aHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vbWFuYWdlL2V2ZW50cy84OTE5NzAyNzYxMDcvP3V0bV9zb3VyY2U9ZW1haWwmdXRtX21lZGl1bT1zcGFya3Bvc3QmdXRtX2NhbXBhaWduPXBvc3RwdWJsaXNoVwNzcGNCCmYnTSMsZquLTPtSGmNoaWNvbW1nYXJkZW5lcnNAZ21haWwuY29tWAQAAAAA"
    class=""
    >Manage your event</a>
        </div>
    
        </td>
    </tr>


    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;background-color:#FFFFFF;"
        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="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
        <table style="width: 100%;border-collapse:collapse;border-spacing:0;border:0;padding:0px;width:100%;">
            <tr>
                <td style="padding: 30px 30px 20px 30px">
                    <div style="
        width: 100%;
        float: left;
    ; display: inline-block;">
                        <div style="
        color: #1A0E2F;
        font-family: Neue Plak Condensed Bold, 'Helvetica Neue', Helvetica, Arial, sans-serif;;
        letter-spacing: 0;
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
        padding-bottom: 5px;
    ">
                            NOW LET'S PROMOTE IT
                        </div>
                        <div style="
        color: #1E0A3C;
        font-family: Neue Plak Text, 'Helvetica Neue', Helvetica, Arial, sans-serif;;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        padding-bottom: 10px;
    ">
                            Grow and engage your audience with Eventbrite’s marketing tools.
                        </div>
                        <div style="
        color: #39364F;
        font-family: Neue Plak Text, 'Helvetica Neue', Helvetica, Arial, sans-serif;;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    ">
                            Recommended tasks
                        </div>
                        <div style="padding: 10px 0 10px 0">
                            <table style="width: 100%;">
                                <tr>
                                    <td style="
        width: 8%; 
        padding: 7px 0;  
    ">
                                        
    
    <img src='https://cdn.evbstatic.com/s3-build/prod/1607668-rc2024-04-25_16.04-eb48671/django/images/emails_2023_rebrand/task-checkmark.png' title='' alt='Checkmark' style='margin-right: 10px;' border="0" width='28' height='28' class=""/>


                                    </td>
                                    <td style="
        width: 92%; 
        padding: 7px 0;
    ">
                                        <div style="align-items: center;">
                                            


<a style="
        text-decoration:none;color:#3F60E7;
      
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; font-family: Neue Plak Text SemiBold, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; font-weight: 600; text-decoration-line: underline;" href="https://clicks.eventbrite.com/f/a/mN3DMKh4amAyJNXAL2K5QQ~~/AAQxAQA~/RgRoDVbNP0R4aHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vb3JnYW5pemF0aW9ucy9jYW1wYWlnbnMvZW1haWwvP3V0bV9zb3VyY2U9ZW1haWwmdXRtX21lZGl1bT1zcGFya3Bvc3QmdXRtX2NhbXBhaWduPXBvc3RwdWJsaXNoVwNzcGNCCmYnTSMsZquLTPtSGmNoaWNvbW1nYXJkZW5lcnNAZ21haWwuY29tWAQAAAAA"
    class=""
    >Send an email campaign</a>
                                            
    
    <img src='https://cdn.evbstatic.com/s3-build/prod/1607668-rc2024-04-25_16.04-eb48671/django/images/emails_2023_rebrand/arrow-right-icon.png' title='' alt='Arrow right' style='vertical-align: middle;' border="0" width='20' height='20' class=""/>


                                        </div>
                                        <div style="font-family: Neue Plak Text SemiBold, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; font-weight: 600; padding-top: 5px;">
                                            Email subscribers about your event
                                        </div>
                                    </td>
                                </tr>
                                <tr>
                                    <td style="
        width: 8%; 
        padding: 7px 0;  
    ">
                                        
    
    <img src='https://cdn.evbstatic.com/s3-build/prod/1607668-rc2024-04-25_16.04-eb48671/django/images/emails_2023_rebrand/task-checkmark.png' title='' alt='Checkmark' style='margin-right: 10px;' border="0" width='28' height='28' class=""/>


                                    </td>
                                    <td style="
        width: 92%; 
        padding: 7px 0;
    ">
                                        <div style="align-items: center;">
                                            


<a style="
        text-decoration:none;color:#3F60E7;
      
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; font-family: Neue Plak Text SemiBold, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; font-weight: 600; text-decoration-line: underline;" href="https://clicks.eventbrite.com/f/a/x7uoEZPapslEwisn5oFkTA~~/AAQxAQA~/RgRoDVbNP0SCaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vb3JnYW5pemF0aW9ucy9tYXJrZXRpbmcvcGFpZC1zb2NpYWwtYWRzLz91dG1fc291cmNlPWVtYWlsJnV0bV9tZWRpdW09c3Bhcmtwb3N0JnV0bV9jYW1wYWlnbj1wb3N0cHVibGlzaFcDc3BjQgpmJ00jLGari0z7UhpjaGljb21tZ2FyZGVuZXJzQGdtYWlsLmNvbVgEAAAAAA~~"
    class=""
    >Advertise on Social Media</a>
                                            
    
    <img src='https://cdn.evbstatic.com/s3-build/prod/1607668-rc2024-04-25_16.04-eb48671/django/images/emails_2023_rebrand/arrow-right-icon.png' title='' alt='Arrow right' style='vertical-align: middle;' border="0" width='20' height='20' class=""/>


                                        </div>
                                        <div style="font-family: Neue Plak Text SemiBold, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; font-weight: 600; padding-top: 5px;">
                                            Run ads on Instagram and Facebook
                                        </div>
                                    </td>
                                </tr>
                                <tr>
                                    <td style="
        width: 8%; 
        padding: 7px 0;  
    ">
                                        
    
    <img src='https://cdn.evbstatic.com/s3-build/prod/1607668-rc2024-04-25_16.04-eb48671/django/images/emails_2023_rebrand/task-checkmark.png' title='' alt='Checkmark' style='margin-right: 10px;' border="0" width='28' height='28' class=""/>


                                    </td>
                                    <td style="
        width: 92%; 
        padding: 7px 0;
    ">
                                        <div style="align-items: center;">
                                            


<a style="
        text-decoration:none;color:#3F60E7;
      
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; font-family: Neue Plak Text SemiBold, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; font-weight: 600; text-decoration-line: underline;" href="https://clicks.eventbrite.com/f/a/mN3DMKh4amAyJNXAL2K5QQ~~/AAQxAQA~/RgRoDVbNP0R4aHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vb3JnYW5pemF0aW9ucy9jYW1wYWlnbnMvZW1haWwvP3V0bV9zb3VyY2U9ZW1haWwmdXRtX21lZGl1bT1zcGFya3Bvc3QmdXRtX2NhbXBhaWduPXBvc3RwdWJsaXNoVwNzcGNCCmYnTSMsZquLTPtSGmNoaWNvbW1nYXJkZW5lcnNAZ21haWwuY29tWAQAAAAA"
    class=""
    >Share on Social</a>
                                            
    
    <img src='https://cdn.evbstatic.com/s3-build/prod/1607668-rc2024-04-25_16.04-eb48671/django/images/emails_2023_rebrand/arrow-right-icon.png' title='' alt='Arrow right' style='vertical-align: middle;' border="0" width='20' height='20' class=""/>


                                        </div>
                                        <div style="font-family: Neue Plak Text SemiBold, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; font-weight: 600; padding-top: 5px;">
                                            Add your event to Facebook directly from Eventbrite
                                        </div>
                                    </td>
                                </tr>
                                <tr>
                                    <td style="
        width: 8%; 
        padding: 7px 0;  
    ">
                                        
    
    <img src='https://cdn.evbstatic.com/s3-build/prod/1607668-rc2024-04-25_16.04-eb48671/django/images/emails_2023_rebrand/task-checkmark.png' title='' alt='Checkmark' style='margin-right: 10px;' border="0" width='28' height='28' class=""/>


                                    </td>
                                    <td style="
        width: 92%; 
        padding: 7px 0;
    ">
                                        <div style="align-items: center;">
                                            


<a style="
        text-decoration:none;color:#3F60E7;
      
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; font-family: Neue Plak Text SemiBold, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; font-weight: 600; text-decoration-line: underline;" href="https://clicks.eventbrite.com/f/a/IIbHcdqBAzHiO85wIfs58Q~~/AAQxAQA~/RgRoDVbNP0SBaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vb3JnYW5pemF0aW9ucy9tYXJrZXRpbmcvZXZlbnRicml0ZS1hZHMvP3V0bV9zb3VyY2U9ZW1haWwmdXRtX21lZGl1bT1zcGFya3Bvc3QmdXRtX2NhbXBhaWduPXBvc3RwdWJsaXNoVwNzcGNCCmYnTSMsZquLTPtSGmNoaWNvbW1nYXJkZW5lcnNAZ21haWwuY29tWAQAAAAA"
    class=""
    >Promote on Eventbrite</a>
                                            
    
    <img src='https://cdn.evbstatic.com/s3-build/prod/1607668-rc2024-04-25_16.04-eb48671/django/images/emails_2023_rebrand/arrow-right-icon.png' title='' alt='Arrow right' style='vertical-align: middle;' border="0" width='20' height='20' class=""/>


                                        </div>
                                        <div style="font-family: Neue Plak Text SemiBold, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; font-weight: 600; padding-top: 5px;">
                                            Get better placement on our most-visited areas
                                        </div>
                                    </td>
                                </tr>
                                <tr>
                                    <td style="
        width: 8%; 
        padding: 7px 0;  
    ">
                                        
    
    <img src='https://cdn.evbstatic.com/s3-build/prod/1607668-rc2024-04-25_16.04-eb48671/django/images/emails_2023_rebrand/task-checkmark.png' title='' alt='Checkmark' style='margin-right: 10px;' border="0" width='28' height='28' class=""/>


                                    </td>
                                    <td style="
        width: 92%; 
        padding: 7px 0;
    ">
                                        <div style="align-items: center;">
                                            


<a style="
        text-decoration:none;color:#3F60E7;
      
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; font-family: Neue Plak Text SemiBold, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; font-weight: 600; text-decoration-line: underline;" href="https://clicks.eventbrite.com/f/a/l9LrBziDeXa6qVfl5mT02g~~/AAQxAQA~/RgRoDVbNP0S8aHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vZS9ob3ctdG8ta2VlcC1pdC1nb2luZy1zb3dpbmctc2VlZHMtZm9yLWdhcmRlbnMtb2YtdG9tb3Jyb3ctdGlja2V0cy04OTE5NzAyNzYxMDc_YWZmPW9kZHRkdGNyZWF0b3ImdXRtX3NvdXJjZT1lbWFpbCZ1dG1fbWVkaXVtPXNwYXJrcG9zdCZ1dG1fY2FtcGFpZ249cG9zdHB1Ymxpc2hXA3NwY0IKZidNIyxmq4tM-1IaY2hpY29tbWdhcmRlbmVyc0BnbWFpbC5jb21YBAAAAAA~"
    class=""
    >Share your Event Link</a>
                                            
    
    <img src='https://cdn.evbstatic.com/s3-build/prod/1607668-rc2024-04-25_16.04-eb48671/django/images/emails_2023_rebrand/arrow-right-icon.png' title='' alt='Arrow right' style='vertical-align: middle;' border="0" width='20' height='20' class=""/>


                                        </div>
                                        <div style="font-family: Neue Plak Text SemiBold, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; font-weight: 600; padding-top: 5px;">
                                            Copy and paste your unique link
                                        </div>
                                    </td>
                                </tr>
                            </table>
                        </div>
                    </div>
                </td>
            </tr>
        </table>
    
        </td>
    </tr>



    
    

    
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="175">
            
        <table style="
        text-align: center;
        margin: auto;
        height: 100%;
    ">
            <tr>
                <td width="100%" style="        text-align: center;        background-image: url(https://cdn.evbstatic.com/s3-build/prod/1607668-rc2024-04-25_16.04-eb48671/django/images/emails_2023_rebrand/guide-background-image.png);        background-color: lightgray;        background-size: cover;        vertical-align: top;    ">
                    <a href="https://clicks.eventbrite.com/f/a/hNFM577FtAy6SwO2gI-u1Q~~/AAQxAQA~/RgRoDVbNP0RoaHR0cHM6Ly9hY2FkZW15LmV2ZW50YnJpdGUuY29tL3RyYWluaW5ncy8_dXRtX3NvdXJjZT1lbWFpbCZ1dG1fbWVkaXVtPXNwYXJrcG9zdCZ1dG1fY2FtcGFpZ249cG9zdHB1Ymxpc2hXA3NwY0IKZidNIyxmq4tM-1IaY2hpY29tbWdhcmRlbmVyc0BnbWFpbC5jb21YBAAAAAA~" style="text-decoration: none; color: #fff;">
                        <div style="
        color: #FFF !important;
        text-align: center;
        font-family: Neue Plak Text, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
        margin: 25px 45px;
    ">
                            <div style="
        background: #000; 
        mix-blend-mode:screen;
    ">
                                <div style="
        background: #000; 
        mix-blend-mode:difference;
    ">
                                    Take your events to the next level with Eventbrite Academy’s self-guided video courses.
                                </div>
                            </div>
                            
    <!--[if (mso)|(ie)]>
    <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="https://academy.eventbrite.com/trainings/?utm_source=email&utm_medium=sparkpost&utm_campaign=postpublish" style="height:40px;v-text-anchor:middle;width:225px;" arcsize="10%" strokeweight="1px" strokecolor="#f05537" fillcolor="#f05537">
        <w:anchorlock/>
        <center style="color:#FFFFFF;font-family:sans-serif;font-size:16px;font-weight:normal;">
            Visit Eventbrite Academy
        </center>
    </v:roundrect>
    <![endif]-->
    <!--[if !((mso)|(ie))]><!-- -->
    <div style="text-align:center;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        padding: 0;
    ">
        <a
            href="https://clicks.eventbrite.com/f/a/hNFM577FtAy6SwO2gI-u1Q~~/AAQxAQA~/RgRoDVbNP0RoaHR0cHM6Ly9hY2FkZW15LmV2ZW50YnJpdGUuY29tL3RyYWluaW5ncy8_dXRtX3NvdXJjZT1lbWFpbCZ1dG1fbWVkaXVtPXNwYXJrcG9zdCZ1dG1fY2FtcGFpZ249cG9zdHB1Ymxpc2hXA3NwY0IKZidNIyxmq4tM-1IaY2hpY29tbWdhcmRlbmVyc0BnbWFpbC5jb21YBAAAAAA~"
            target="_blank"
            style="
                background-color:#f05537;
                color:#FFFFFF;
                border-color:#f05537;
                
        display: inline-block;
        line-height: 22px;
        font-weight: normal;
        font-weight: 500;
        font-size: 15px;
        text-align: center;
        text-decoration: none;
        padding: 8px 28px 12px;
        border-radius: 4px;
        border-style: solid;
        border-width: 2px;
    
                margin-top: 30px;
            "
            class="btn "
        >
            Visit Eventbrite Academy
        </a>
    </div>
    <!--<![endif]-->

                        </div>
                    </a>
                </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 style="width: 100%;border-collapse:collapse;border-spacing:0;border:0;padding:0px;width:100%;">
            <tr>
                <td style="padding: 30px 30px 20px 30px">
                    <div style="
        text-align: center;
    ">
                        
    
    <img src='https://cdn.evbstatic.com/s3-build/prod/1607668-rc2024-04-25_16.04-eb48671/django/images/emails_2023_rebrand/all-access-logo.png' title='' alt='All Access Logo' style='' border="0" width='164' height='51' class=""/>


                    </div>
                    <div style="padding: 18px 30px 20px 30px; text-align: center;">
                            


<a style="
        text-decoration:none;color:#3F60E7;
      
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; color: #5B5E70; text-align: center; font-family: Inter, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px;  font-weight: 700;  text-decoration: underline;  text-decoration-color: #F05537; text-underline-offset: 4px;" href="https://clicks.eventbrite.com/f/a/6vm9xyVpXPpzoUCYBStSHQ~~/AAQxAQA~/RgRoDVbNP0R1aHR0cHM6Ly9zaGFyZS5oc2Zvcm1zLmNvbS8xcmlEX2M4M2VSMDI1NXh1VVJTUENYZzRyd3owP3V0bV9zb3VyY2U9ZW1haWwmdXRtX21lZGl1bT1zcGFya3Bvc3QmdXRtX2NhbXBhaWduPXBvc3RwdWJsaXNoVwNzcGNCCmYnTSMsZquLTPtSGmNoaWNvbW1nYXJkZW5lcnNAZ21haWwuY29tWAQAAAAA"
    class=""
    >Subscribe</a>
                            <span style="
        color: #5B5E70;
        text-align: center;
        font-family: Inter, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 16px; 
        font-weight: 500; 
    ">
                                 to our newsletter for event-hosting tips and inspiration from other Eventbrite organizers.
                            </span>
                    </div>
                </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 style="width: 100%;border-collapse:collapse;border-spacing:0;border:0;padding:0;width:100%">
            <tr>
                <td valign="middle" align="left" style="padding: 30px 40px 0px;">
                    <div style="
        color: #5B5E70;
        font-family: Neue Plak Text, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        padding-bottom: 15px;
    ">
                        Ad spend is billed separately. Ticketing Fees may apply, and are paid by ticket buyers unless you choose to cover them. Learn more about our pricing.
                    </div>
                    <div style="
        color: #5B5E70;
        font-family: Neue Plak Text, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        padding-bottom: 15px;
    ">
                        Where taxable, Organizer Fees are inclusive of any applicable sales taxes; so no additional tax will be added to your payment. For help, visit https://www.eventbrite.com/contact-us.
                    </div>
                </td>
            </tr>
        </table>
    
        </td>
    </tr>



        <img src="https://www.eventbrite.com/emails/action/?recipient=c&type=open&send_id=2024-04-26&list_id=post_publish_email" style="display: none;" alt="" width="1" height="1" />



    <!-- 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/prod/1607668-rc2024-04-25_16.04-eb48671/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/xrqXq6GfORKio7UYXutQYw~~/AAQxAQA~/RgRoDVbNP0QiaHR0cHM6Ly93d3cudHdpdHRlci5jb20vRXZlbnRicml0ZVcDc3BjQgpmJ00jLGari0z7UhpjaGljb21tZ2FyZGVuZXJzQGdtYWlsLmNvbVgEAAAAAA~~" target="_blank" aria-label="Eventbrite's Twitter">
        <img src="https://cdn.evbstatic.com/s3-build/prod/1607668-rc2024-04-25_16.04-eb48671/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/1TjatOOoCC7-7VeLv9sgrQ~~/AAQxAQA~/RgRoDVbNP0QjaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL0V2ZW50YnJpdGVXA3NwY0IKZidNIyxmq4tM-1IaY2hpY29tbWdhcmRlbmVyc0BnbWFpbC5jb21YBAAAAAA~" target="_blank" aria-label="Eventbrite Facebook">
        <img src="https://cdn.evbstatic.com/s3-build/prod/1607668-rc2024-04-25_16.04-eb48671/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/q9RFL4gRL7UcIxmdbhJX1w~~/AAQxAQA~/RgRoDVbNP0QlaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9ldmVudGJyaXRlL1cDc3BjQgpmJ00jLGari0z7UhpjaGljb21tZ2FyZGVuZXJzQGdtYWlsLmNvbVgEAAAAAA~~" target="_blank" aria-label="Eventbrite's Instagram">
        <img src="https://cdn.evbstatic.com/s3-build/prod/1607668-rc2024-04-25_16.04-eb48671/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="">
            
            
            


<a style="
        text-decoration:none;color:#3F60E7;
      
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; 
        font-size: 12px;
        line-height: 18px;
    " href="https://clicks.eventbrite.com/f/a/s92IFtpF6fNpWG1gYK6qnQ~~/AAQxAQA~/RgRoDVbNP0SnaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vYWNjb3VudC1zZXR0aW5ncy9lbWFpbC1wcmVmZXJlbmNlcy8_dXRtX3NvdXJjZT1ldmVudGJyaXRlJnV0bV9tZWRpdW09ZW1haWwmdXRtX2NhbXBhaWduPXBvc3RwdWImdXRtX2NvbnRlbnQ9dW5zdWJzY3JpYmUlM0JlaWQlM0Q4OTE5NzAyNzYxMDdXA3NwY0IKZidNIyxmq4tM-1IaY2hpY29tbWdhcmRlbmVyc0BnbWFpbC5jb21YBAAAAAA~"
    class=""
    >Unsubscribe</a>
        
        </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:chicommgardeners@gmail.com"
    class=""
    >chicommgardeners@gmail.com</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/SAayvUM97elMsj2QpZirRg~~/AAQxAQA~/RgRoDVbNP0RtaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20_dXRtX3NvdXJjZT1ldmVudGJyaXRlJnV0bV9tZWRpdW09ZW1haWwmdXRtX2NhbXBhaWduPSZ1dG1fdGVybT1lbWFpbF9mb290ZXJfZWJfbGlua1cDc3BjQgpmJ00jLGari0z7UhpjaGljb21tZ2FyZGVuZXJzQGdtYWlsLmNvbVgEAAAAAA~~"
    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 © 2024 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/fYWvjA4o6bZ6OBoF76RWGw~~/AAQxAQA~/RgRoDVbNP0S3aHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vc3VwcG9ydC9hcnRpY2xlcy9lbl9VUy9Ucm91Ymxlc2hvb3RpbmcvZXZlbnRicml0ZS1wcml2YWN5LXBvbGljeT9sZz1lbl9VUz91dG1fc291cmNlPWV2ZW50YnJpdGUmdXRtX21lZGl1bT1lbWFpbCZ1dG1fY2FtcGFpZ249JnV0bV90ZXJtPWVtYWlsX2Zvb3Rlcl9lYl9saW5rVwNzcGNCCmYnTSMsZquLTPtSGmNoaWNvbW1nYXJkZW5lcnNAZ21haWwuY29tWAQAAAAA"
    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>



        <img src="https://www.eventbrite.com/emails/action/?recipient=c&type=open&send_id=2024-04-26&list_id=post_publish_email" alt="" width="1" height="1" />

                    </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/P0HZHy_Y4qBFb7g8z9OisQ~~/AAQxAQA~/RgRoDVbNPlcDc3BjQgpmJ00jLGari0z7UhpjaGljb21tZ2FyZGVuZXJzQGdtYWlsLmNvbVgEAAAAAA~~">
</body>
</html>