<!DOCTYPE html>
<html lang="@@LANG@@" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <meta http-equiv="Content-type" content="text/html; charsetutf-8">
    <meta http-equiv="X-UA-Compatible" content="IEedge">
    <meta name="x-apple-disable-message-reformatting">
    <meta content="telephoneno" name="format-detection">
    <title>Claim this brilliant welcome offer before it disappears</title>
    <link href="https://fonts.googleapis.com/css?family=Baloo+Paaji&display=swap" rel="stylesheet">
    <style>
        /* What it does: Remove spaces around the email design added by some email clients. */

        /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */

        html,
        body {
            margin: 0 auto !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
        }

        /* What it does: Stops email clients resizing small text. */

        * {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

        /* What it does: Centers email on Android 4.4 */

        div[style*"
        margin: 16px 0"
        ] {
            margin: 0 !important;
        }

        /* What it does: Stops Outlook from adding extra spacing to tables. */

        table,
        td {
            mso-table-lspace: 0pt !important;
            mso-table-rspace: 0pt !important;
        }

        /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */

        table {
            border-spacing: 0 !important;
            border-collapse: collapse !important; //table-layout: fixed !important;
            //table-layout: fixed;
            margin: 0 auto !important;
        }

        table table table {
            table-layout: auto;
        }

        /* What it does: Uses a better rendering method when resizing images in IE. */

        img {
            -ms-interpolation-mode: bicubic;
        }

        /* What it does: A work-around for email clients meddling in triggered links. */

        *[x-apple-data-detectors],
        /* iOS */

        .x-gmail-data-detectors,
        /* Gmail */

        .x-gmail-data-detectors *,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
            color: inherit !important;
            text-decoration: none !important;
            font-size: inherit !important;
            font-family: inherit !important;
            font-weight: inherit !important;
            line-height: inherit !important;
        }

        /* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */

        .a6S {
            display: none !important;
            opacity: 0.01 !important;
        }

        /* If the above doesn't work, add a .g-img class to any image in question. */

        img.g-img+div {
            display: none !important;
        }

        /* What it does: Prevents underlining the button text in Windows 10 */

        .button-link {
            text-decoration: none !important;
        }



        /* Create one of these media queries for each additional viewport size you'd like to fix */

        @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
            /* iPhone 6 and 6+ */
            .email-container {
                min-width: 375px !important;
            }
        }

        @media screen and (max-device-width: 480px),
        screen and (max-width:480px) {}

    </style>


    <style>
        body,
        a,
        p,
        div,
        span {
            font-family: Arial !important !;
        }

        /* What it does: Hover styles for buttons */

        .button-td,
        .button-a {
            transition: all 100ms ease-in;
        }

        /*        .button-td:hover,
        .button-a:hover {
            background: #84b41f !important;
            border-color: #84b41f !important;
        }*/

        /* Media Queries */

        @media screen and (max-width: 480px) {

            .agelimit img,
            .x_agelimit img {
                width: 35px !important;
            }
            .gambleaware img,
            .x_gambleaware img {
                width: 100px !important;
            }
            .gambling-comission img,
            .x_gambling-comission img {
                width: 85px !important;
            }
            .gamcare img,
            .x_gamcare img {
                width: 35px !important;
            }

            /* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
            .fluid,
            * [summary~='fluid'] {
                width: 100% !important;
                max-width: 100% !important;
                height: auto !important;
                margin-left: auto !important;
                margin-right: auto !important;
            }

            /* What it does: Forces table cells into full-width rows. */
            .stack-column,
            .stack-column-center,
            * [summary~='stack-column'] {
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                direction: ltr !important;
            }
            /* And center justify these ones. */
            .stack-column-center,
            * [summary~='stack-column-center'],
            * [summary~='stack-column-center center-on-narrow'],
            * [summary~='stack-column-center center-on-narrow-block'] {
                text-align: center !important;
            }

            /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
            .center-on-narrow,
            .center-on-narrow-block,
            * [summary~='center-on-narrow'],
            * [summary~='stack-column-center center-on-narrow'],
            * [summary~='stack-column-center center-on-narrow-block'] {
                text-align: center !important;
                display: block !important;
                margin-left: auto !important;
                margin-right: auto !important;
                float: none !important;
            }
            table.center-on-narrow,
            * [summary~='stack-column-center'],
            * [summary~='stack-column-center center-on-narrow'],
            * [summary~='stack-column-center center-on-narrow-block'] {
                display: inline-block !important;
            }
            .hide-on-narrow,
            * [summary~='hide-on-narrow'] {
                display: none;
                width: 0;
                height: 0;
                opacity: 0;
                visibility: collapse;
            }
            .center-on-narrow-block,
            table.center-on-narrow-block,
            * [summary~='center-on-narrow-block'],
            * [summary~='stack-column-center center-on-narrow-block'] {
                display: block !important;
            }
            .center-on-narrow-block td,
            table.center-on-narrow-block td,
            * [summary~='center-on-narrow-block'] td,
            * [summary~='stack-column-center center-on-narrow-block'] td= {
                min-width: 340px;
            }

            /* What it does: Adjust typography on small screens to improve readability */
            .email-container p {
                font-size: 17px !important;
                line-height: 22px !important;
            }

            .no-border-mobile,
            * [summary~='no-border-mobile'] {
                border: 0px !important;
            }
        }

        @import url('https://fonts.googleapis.com/css?family=Baloo+Paaji&display=swap');

    </style>


    <!--[if gte mso 9]>
  <xml>
    <o:OfficeDocumentSettings>
      <o:AllowPNG/>
      <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
  </xml>
    <![endif]-->

</head>

<body width="100%" bgcolor="#ffffff" style="margin: 0; mso-line-heigh=t-rule: exactly;">
<div style="background-color: #ffffff;"><center style="width: 100%; background: #ffffff; text-align: center;">
<div class="email-container" style="max-width: 680px; margin: auto;"><!-- Snippet -->
<table style="background: #353336;" role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><span style="max-width: 680px; height: 0px; margin: 0 auto; display: block; color: #353336; text-align: right; font-size: 1px; padding: 0;"> Boo har for vane å forsvinne i løse luften, men hans utrolig sjenerøse velkomsttilbud er godt synlig.</span></td>
</tr>
</tbody>
</table>
<!-- Snippet End-->
<table class="email-container" style="max-width: 680px; background: #ffffff;" role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="padding: 0px 0 0; text-align: center;">
<table style="max-width: 680px; background: #24062c;" role="presentation" border="0" width="100%" cellspacing="0" cellpadding="5px" align="center">
<tbody>
<tr>
<td>
<div id="align-wrapper" style="text-align: center;"><center><span style="font-size: 32px;"><a href="https://trck-earth.lintaowang.com/ga/click/2-13095938-491-1709-3300-3242-0a4931f0cc-920fc08fa7"><img style="background-color: #24062c; color: #ffffff; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; outline: none; width: auto; max-width: 100%; float: left; clear: both; display: block; min-width: 100%; padding: 10px 0px; margin: 0px;" src="http://www.gfomkt.com/boo/1logo/Boo_Logo.png" alt="BooCasino" width="600" /></a></span></center></div>
</td>
</tr>
</tbody>
</table>
<table style="max-width: 680px;" role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td bgcolor="#04959a">
<div id="align-wrapper" style="text-align: center;"><center><span style="font-size: 32px;"><a href="https://trck-earth.lintaowang.com/ga/click/2-13095938-491-1709-3300-3242-0a4931f0cc-920fc08fa7"><img style="background-color: #171616; color: #ffffff; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; outline: none; width: auto; max-width: 100%; float: left; clear: both; display: block; min-width: 100%; padding: 10px 0px 0px; margin: 0px;" src="http://www.gfomkt.com/boo/2banners/Banner_002.png" alt="No image, no problem. Just read the e-mail." width="600" /></a></span></center></div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table class="email-container" style="max-width: 680px;" role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr style="height: 303px;">
<td style="height: 303px;">
<table role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="background-color: #ffffff; padding: 20px 40px; font-family: Arial, sans-serif; font-size: 13px; line-height: 18px; color: #000000; text-align: center;"><span style="color: #a71bc9; font-size: 20px; line-height: 45px; font-weight: 400; text-transform: uppercase; font-family: 'Baloo Paaji', Ariel,  serif;">Hi   ,</span> <br /> <span style="margin: 0;"> Her er jeg, Boo! <br /> <br /> Å være et spøkelse betyr ikke at du ikke kan ha ditt eget casino, spesielt i en tid hvor like rettigheter for alle er viktig. All handlingen skjer i min hjemsøkte og litt nedslitte villa, men ikke la det hindre deg i å bli med på moroa! <br /> <br /> En ting som er sikkert er at om du ikke tar imot mitt velkomsttilbud på <strong>200 % opp til € 200 pluss 20 spinn med null omsetningskrav på Fruit Zen</strong> på ditt første innskudd, vil dette "hjemsøke" deg for alltid. <br /> <br /> Det er den ultimate velkomstboo-nus ... beklager ... velkomstbonusen, for å få deg til å føle deg hjemme i det nye casinoet alle snakker om. </span></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr style="height: 259px;">
<td style="height: 259px;">
<table role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><span style="font-size: 32px;"><a href="https://trck-earth.lintaowang.com/ga/click/2-13095938-491-1709-3300-3242-0a4931f0cc-920fc08fa7"><img style="background-color: #6cd4ac; color: #ffffff; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; outline: none; width: auto; max-width: 100%; float: left; clear: both; display: block; min-width: 100%; padding: 0px; margin: 0px;" src="http://www.gfomkt.com/boo/3icons/Match-Bonus-200-WG.png" alt=" " width="680" /></a></span></td>
</tr>
<tr>
<td style="background-color: #6cd4ac; padding: 0px 0px; font-family: Arial, sans-serif; font-size: 13px; line-height: 18px; color: #000000; text-align: center;">
<table role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 20px 40px; font-family: Arial, sans-serif; font-size: 13px; line-height: 18px; color: #000000; text-align: center;"><span style="margin: 0;"> Kom inn, ta en titt og se om du liker det. Du er en velkommen gjest! Jeg har 1000+ spill å spille på, et flott kundesupportteam, og om jeg skal være ærlig så ser nettstedet også temmelig stilig ut. <br /> </span> <br /> <!-- BUTTON START -->
<table style="margin: auto; max-width: 400px; min-width: 200px;" role="presentation" border="0" cellspacing="0" cellpadding="20px" align="center">
<tbody>
<tr>
<td class="button-td"><a class="button-a" style="background: #ff9d0b; border: 10px solid #ff9d0b; font-family: Arial, sans-serif; font-size: 18px; line-height: 1.1; text-align: center; text-decoration: none; display: block; border-radius: 30px; font-weight: bold;" href="https://trck-earth.lintaowang.com/ga/click/2-13095938-491-1709-3300-3242-0a4931f0cc-920fc08fa7" name="CTA" data-original-color=""> <span class="button-link" style="color: #ffffff;">Gi meg min Boo-nus! </span></a></td>
</tr>
</tbody>
</table>
<!-- BUTTON END --></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr style="height: 60px;">
<td style="height: 60px;">
<table role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="background-color: #000000; padding: 20px 40px; font-family: Arial, sans-serif; font-size: 13px; line-height: 18px; color: #ffffff; text-align: center;"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Closing Text -->
<tr style="height: 83.4922px;">
<td style="height: 83.4922px;">
<table role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0px">
<tbody>
<tr>
<td style="background-color: #000000; padding: 20px 40px; font-family: Arial, sans-serif; font-size: 13px; line-height: 18px; color: #fff; text-align: center;"><center><img style="font-style: italic; font-weight: bold; font-size: 12px; line-height: 19px; color: #ffffff; font-family: Arial, Verdana, Geneva, Sans-serif; outline: none; -ms-interpolation-mode: bicubic; clear: both; padding: 0; margin: 0;" src="http://www.gfomkt.com/boo/4footer/18+.png" alt="18+" width="35" /></center></td>
<td style="background-color: #000000; padding: 20px 40px; font-family: Arial, sans-serif; font-size: 13px; line-height: 18px; color: #fff; text-align: center;"><center><img style="font-style: italic; font-weight: bold; font-size: 12px; line-height: 19px; color: #ffffff; font-family: Arial, Verdana, Geneva, Sans-serif; outline: none; -ms-interpolation-mode: bicubic; clear: both; padding: 0; margin: 0;" src="http://www.gfomkt.com/boo/4footer/GA.png" alt="GA" width="35" /></center></td>
<td style="background-color: #000000; padding: 20px 40px; font-family: Arial, sans-serif; font-size: 13px; line-height: 18px; color: #fff; text-align: center;"><center><img style="font-style: italic; font-weight: bold; font-size: 12px; line-height: 19px; color: #ffffff; font-family: Arial, Verdana, Geneva, Sans-serif; outline: none; -ms-interpolation-mode: bicubic; clear: both; padding: 0; margin: 0;" src="http://www.gfomkt.com/boo/4footer/mga.png" alt="mga" width="55" /></center></td>
</tr>
</tbody>
</table>
<!-- End of Closing Text --></td>
</tr>
</tbody>
</table>
<table style="max-width: 680px;" role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0" align="center" bgcolor="#171616">
<tbody>
<tr>
<td style="padding: 10px 0px; width: 100%; font-size: 12px; font-family: Arial, sans-serif; line-height: 18px; text-align: center; color: #353336;">
<table style="max-width: 680px;" role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td class="x-gmail-data-detectors button-link" style="width: 100%; font-family: Arial, sans-serif !important; line-height: 18px; color: #d1d1d1 !important; font-size: 12px !important; font-weight: bold !important;">
<p style="line-height: 20px; color: #d1d1d1; font-family: Arial, Helvetica, sans-serif; font-size: 13px; padding: 0 20px 0 20px; margin: 0;" align="center"><a style="border: 0; outline: none; text-decoration: none; color: #d1d1d1;" href="https://trck-earth.lintaowang.com/ga/click/2-13095938-491-1709-3300-3242-0a4931f0cc-920fc08fa7" target="_blank" rel="noopener" name="SUPPORT"> <span style="text-decoration: underline;"> @@SUPPORT@@ </span> </a>  | <a style="border: 0; outline: none; text-decoration: none; color: #d1d1d1;" href="https://trck-earth.lintaowang.com/ga/unsubscribe/2-13095938-491-1709-3300-e1dcefd47a24877-920fc08fa7" target="_blank" rel="noopener" name="unsubscribe here_1"> <span style="text-decoration: underline;"> @@UNSUBSCRIBE_HERE@@ </span> </a> | <a style="border: 0; outline: none; text-decoration: none; color: #d1d1d1;" href="https://trck-earth.lintaowang.com/ga/click/2-13095938-491-1709-3300-3242-0a4931f0cc-920fc08fa7" target="_blank" rel="noopener" name="T&C"> <span style="text-decoration: underline;"> @@BONUS_TNC@@ </span></a></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p><a href="https://trck-earth.lintaowang.com/ga/click/2-13095938-491-1709-3300-3243-fb4b3c1b26-920fc08fa7">.</a></p>
</div>
</center></div>
<img src="https://trck-earth.lintaowang.com/ga/open/2-13095938-491-1709-3300-920fc08fa7" height="2" width="3" alt=""></body>

</html>