<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <title>MISTERIBET77 | Smart Game dengan Teknologi Terbaik</title>
    <meta name="description"
        content="MISTERIBET77 menghadirkan game pintar dengan teknologi terdepan. Bergabunglah sekarang dan rasakan sensasi bermain yang tak tertandingi." />
    <meta name="robots" content="INDEX,FOLLOW" />
    <meta name="viewport"
        content="width=device-width, initial-scale=1, maximum-scale=5, minimum-scale=1, user-scalable=yes" />
    <link rel="canonical" href="https://tricksmash.com/" />
    <link rel="amphtml" href="https://misteribet77-tricksmash.web.app" />
    <link rel="alternate" hreflang="id-id" href="https://misteribet77-tricksmash.web.app" />
    <link rel="alternate" href="https://tricksmash.com/" />
    <link rel="alternate" hreflang="id" href="https://misteribet77-tricksmash.web.app" />
    <link rel="alternate" hreflang="en" href="https://misteribet77-tricksmash.web.app" />
    <link rel="alternate" hreflang="x-default" href="https://tricksmash.com/" />

    <link rel="icon" href="https://asset01.source-static.us/assets/images/misteribet77/favicon/favicon.ico"
        type="image/x-icon" />
    <link rel="shortcut icon" href="https://asset01.source-static.us/assets/images/misteribet77/favicon/favicon.ico"
        type="image/x-icon" />
    <link rel="apple-touch-icon" sizes="180x180"
        href="https://asset01.source-static.us/assets/images/misteribet77/favicon/favicon.ico" />

    <link
        href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap"
        rel="stylesheet">

    <script type="text/javascript">
        var BANNER_CONFIG = {
            enabled: true,
            imageUrl: 'https://tricksmash.com/images/banner-misteribet77.png',
            linkUrl: 'https://tricksmash.com/images/banner-misteribet77.png',
            altText: 'Banner'
        };
    </script>

    <style>
        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            font-size: 16px;
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Montserrat', sans-serif;
            color: #e08b39;
            background: #fff;
            line-height: 1.6;
        }

        a {
            color: #e08b39;
            text-decoration: none;
            transition: color .2s;
        }

        a:hover {
            color: #e08b39;
        }

        img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        ul {
            list-style: none;
        }

        .clearfix::after {
            content: "";
            display: table;
            clear: both;
        }

        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -15px;
        }

        .col {
            padding: 0 15px;
        }

        .col-12 {
            width: 100%;
        }

        .col-8 {
            width: 66.666%;
        }

        .col-6 {
            width: 50%;
        }

        .col-4 {
            width: 33.333%;
        }

        .col-3 {
            width: 25%;
        }

        .header-container {
            background: #2a2a2a;
            border-bottom: 2px solid #f0f0f0;
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .header {
            padding: 12px 0;
        }

        .header-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px;
        }

        .logo-container {
            flex-shrink: 0;
        }

        .logo-container a {
            display: inline-block;
        }

        .logo-container img {
            max-height: 60px;
            width: auto;
        }

        .nav-desktop {
            display: flex;
            align-items: center;
            gap: 4px;
            flex-wrap: wrap;
        }

        .nav-desktop a {
            display: inline-block;
            padding: 8px 14px;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            color: #e08b39;
            border-radius: 4px;
            transition: background .2s, color .2s;
        }

        .nav-desktop a:hover {
            background: #e08b39;
            color: #fff;
        }

        .search-box {
            display: flex;
            align-items: center;
            border: 2px solid #e0e0e0;
            border-radius: 5px;
            overflow: hidden;
            max-width: 320px;
            width: 100%;
        }

        .search-box input {
            border: none;
            outline: none;
            padding: 9px 12px;
            font-size: 13px;
            flex: 1;
            font-family: inherit;
        }

        .search-box button {
            background: #e08b39;
            color: #fff;
            border: none;
            padding: 9px 16px;
            font-size: 13px;
            font-weight: 700;
            cursor: pointer;
            transition: background .2s;
        }

        .search-box button:hover {
            background: #e08b39;
        }

        .mini-cart a {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 13px;
            font-weight: 600;
            color: #e08b39;
        }

        .mini-cart .cart-icon {
            font-size: 22px;
        }

        .mini-cart .cart-count {
            background: #e08b39;
            color: #fff;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            font-weight: 700;
        }

        .hamburger {
            display: none;
            flex-direction: column;
            gap: 5px;
            background: none;
            border: none;
            cursor: pointer;
            padding: 8px;
        }

        .hamburger span {
            display: block;
            width: 26px;
            height: 3px;
            background: #e08b39;
            border-radius: 2px;
            transition: .3s;
        }

        .nav-mobile {
            display: none;
            flex-direction: column;
            background: #fafafa;
            border-top: 1px solid #e0e0e0;
            padding: 10px 0;
        }

        .nav-mobile.active {
            display: flex;
        }

        .nav-mobile a {
            display: block;
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 500;
            color: #e08b39;
            border-bottom: 1px solid #eee;
        }

        .nav-mobile a:hover {
            background: #f0f0f0;
            color: #e08b39;
        }

        .breadcrumbs {
            background: #f9f9f9;
            padding: 12px 0;
            border-bottom: 1px solid #eee;
            font-size: 13px;
        }

        .breadcrumbs ul {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 4px;
        }

        .breadcrumbs li {
            color: #888;
        }

        .breadcrumbs li a {
            color: #555;
        }

        .breadcrumbs li a:hover {
            color: #e08b39;
            text-decoration: underline;
        }

        .breadcrumbs .sep {
            margin: 0 2px;
            color: #bbb;
        }

        .product-section {
            padding: 30px 0;
        }

        .product-banner {
            margin-bottom: 18px;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
        }

        .product-banner img {
            width: 100%;
            display: block;
        }

        .product-banner .banner-caption {
            background: #e08b39;
            color: #fff;
            text-align: center;
            padding: 8px 12px;
            font-size: 13px;
        }

        .product-banner .banner-caption strong {
            font-weight: 700;
        }

        .product-img-box {
            position: relative;
        }

        .product-img-box .main-image {
            border: 1px solid #eee;
            border-radius: 6px;
            overflow: hidden;
            margin-bottom: 12px;
        }

        .product-img-box .main-image img {
            width: 100%;
            cursor: zoom-in;
        }

        .product-img-box .thumb-list {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }

        .product-img-box .thumb-list li {
            width: 70px;
            height: 70px;
            border: 2px solid #e0e0e0;
            border-radius: 4px;
            overflow: hidden;
            cursor: pointer;
            transition: border-color .2s;
        }

        .product-img-box .thumb-list li:hover,
        .product-img-box .thumb-list li.active {
            border-color: #e08b39;
        }

        .product-img-box .thumb-list li img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .img-actions {
            margin-top: 10px;
            display: flex;
            gap: 12px;
            font-size: 13px;
        }

        .img-actions a {
            color: #000;
            font-weight: 600;
        }

        .img-actions a:hover {
            text-decoration: underline;
        }

        .product-detail {
            padding-left: 10px;
        }

        .product-detail .product-name h1 {
            font-size: 24px;
            font-weight: 700;
            color: #222;
            margin-bottom: 6px;
        }

        .product-detail .product-sku {
            font-size: 13px;
            color: #888;
            margin-bottom: 4px;
        }

        .product-detail .availability {
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 14px;
        }

        .product-detail .availability.in-stock {
            color: #e08b39;
        }

        .product-detail .availability.out-of-stock {
            color: #e08b39;
        }

        .product-detail .short-desc {
            font-size: 15px;
            color: #555;
            margin-bottom: 18px;
            line-height: 1.7;
        }

        .price-box {
            margin-bottom: 16px;
        }

        .price-box .special-price {
            font-size: 28px;
            font-weight: 800;
            color: #e08b39;
        }

        .price-box .old-price {
            font-size: 16px;
            color: #999;
            text-decoration: line-through;
            margin-left: 10px;
        }

        .price-box .price-label {
            display: block;
            font-size: 12px;
            font-weight: 500;
            color: #888;
        }

        .promo-badges {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-bottom: 18px;
        }

        .promo-badges a {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 13px;
            font-weight: 600;
            color: #000;
            padding: 6px 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            transition: background .2s;
        }

        .promo-badges a:hover {
            background: #f5f5dc;
        }

        .promo-badges a img {
            width: 18px;
            height: 18px;
        }

        .add-to-cart-box {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
            margin-bottom: 16px;
        }

        .qty-wrapper {
            display: flex;
            align-items: center;
            border: 2px solid #ddd;
            border-radius: 5px;
            overflow: hidden;
        }

        .qty-wrapper button {
            background: #f5f5f5;
            border: none;
            width: 36px;
            height: 40px;
            font-size: 18px;
            font-weight: 700;
            cursor: pointer;
            color: #e08b39;
            transition: background .2s;
        }

        .qty-wrapper button:hover {
            background: #e0e0e0;
        }

        .qty-wrapper input {
            width: 50px;
            height: 40px;
            text-align: center;
            border: none;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            font-size: 15px;
            font-weight: 600;
            font-family: inherit;
            outline: none;
        }

        .btn-add-cart {
            background: #e08b39;
            color: #fff;
            border: none;
            padding: 11px 30px;
            font-size: 15px;
            font-weight: 700;
            border-radius: 5px;
            cursor: pointer;
            transition: background .2s;
            text-transform: uppercase;
            letter-spacing: .5px;
        }

        .btn-add-cart:hover {
            background: #e08b39;
        }

        .extra-links {
            display: flex;
            gap: 16px;
            margin-bottom: 18px;
            font-size: 13px;
        }

        .extra-links a {
            color: #555;
            font-weight: 500;
        }

        .extra-links a:hover {
            color: #e08b39;
            text-decoration: underline;
        }

        .login-register-box {
            padding: 14px 16px;
            background: #f7f7f7;
            border: 1px solid #e0e0e0;
            border-radius: 5px;
            margin-bottom: 18px;
        }

        .login-register-box p {
            font-size: 13px;
            color: #555;
            margin-bottom: 10px;
        }

        .login-register-box .btn-group {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }

        .btn-login,
        .btn-register {
            flex: 1;
            min-width: 110px;
            text-align: center;
            padding: 10px 16px;
            border-radius: 4px;
            font-size: 13px;
            font-weight: 700;
            cursor: pointer;
            transition: all .2s;
            display: inline-block;
        }

        .btn-login {
            background: #e08b39;
            color: #fff;
            border: 2px solid #e08b39;
        }

        .btn-login:hover {
            background: #e08b39;
            border-color: #e08b39;
            color: #fff;
        }

        .btn-register {
            background: #fff;
            color: #e08b39;
            border: 2px solid #e08b39;
        }

        .btn-register:hover {
            background: #e08b39;
            color: #fff;
        }

        .social-share {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .social-share a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #eee;
            color: #555;
            font-size: 16px;
            transition: background .2s, color .2s;
        }

        .social-share a:hover {
            background: #e08b39;
            color: #fff;
        }

        .product-tabs-section {
            padding: 30px 0 40px;
        }

        .tabs-nav {
            display: flex;
            border-bottom: 2px solid #e0e0e0;
            margin-bottom: 20px;
        }

        .tabs-nav button {
            background: none;
            border: none;
            border-bottom: 3px solid transparent;
            padding: 12px 24px;
            font-size: 15px;
            font-weight: 700;
            color: #888;
            cursor: pointer;
            transition: all .2s;
            font-family: inherit;
            margin-bottom: -2px;
        }

        .tabs-nav button:hover {
            color: #e08b39;
        }

        .tabs-nav button.active {
            color: #e08b39;
            border-bottom-color: #e08b39;
        }

        .tab-content {
            display: none;
        }

        .tab-content.active {
            display: block;
        }

        .tab-content h2 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 14px;
            color: #222;
        }

        .tab-content p {
            font-size: 14px;
            line-height: 1.8;
            color: #444;
            margin-bottom: 12px;
        }

        .tab-content ul.detail-list {
            padding-left: 20px;
            margin-top: 10px;
        }

        .tab-content ul.detail-list li {
            list-style: disc;
            font-size: 14px;
            line-height: 1.8;
            color: #444;
            margin-bottom: 4px;
        }

        .footer-container {
            background: #2a2a2a;
            color: #ccc;
            padding: 40px 0 0;
            margin-top: 40px;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }

        .footer-col h3 {
            color: #fff;
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 16px;
            padding-bottom: 10px;
            border-bottom: 2px solid #444;
        }

        .footer-col p {
            font-size: 13px;
            line-height: 1.7;
            color: #aaa;
        }

        .footer-col ul li {
            margin-bottom: 8px;
        }

        .footer-col ul li a {
            color: #aaa;
            font-size: 13px;
            transition: color .2s;
        }

        .footer-col ul li a:hover {
            color: #fff;
        }

        .footer-col .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            margin-bottom: 10px;
            font-size: 13px;
            color: #aaa;
        }

        .footer-col .contact-item .icon {
            font-size: 16px;
            flex-shrink: 0;
        }

        .footer-col .social-links {
            display: flex;
            gap: 10px;
            margin-top: 14px;
        }

        .footer-col .social-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: #444;
            color: #ccc;
            font-size: 14px;
            transition: background .2s, color .2s;
        }

        .footer-col .social-links a:hover {
            background: #e08b39;
            color: #fff;
        }

        .footer-col .payment-icons {
            margin-top: 14px;
        }

        .footer-col .payment-icons img {
            max-height: 30px;
        }

        .footer-bottom {
            border-top: 1px solid #444;
            margin-top: 30px;
            padding: 16px 0;
            text-align: center;
        }

        .footer-bottom p {
            font-size: 12px;
            color: #888;
        }

        .footer-bottom .footer-links {
            margin-bottom: 8px;
        }

        .footer-bottom .footer-links a {
            color: #aaa;
            font-size: 12px;
            margin: 0 8px;
        }

        .footer-bottom .footer-links a:hover {
            color: #fff;
        }

        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: #e08b39;
            color: #fff;
            border: none;
            font-size: 20px;
            cursor: pointer;
            display: none;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
            transition: background .2s;
            z-index: 999;
        }

        .back-to-top:hover {
            background: #e08b39;
        }

        .back-to-top.visible {
            display: flex;
        }

        .modal-overlay {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, .6);
            z-index: 2000;
            align-items: center;
            justify-content: center;
        }

        .modal-overlay.active {
            display: flex;
        }

        .modal-box {
            background: #fff;
            border-radius: 8px;
            padding: 30px;
            max-width: 500px;
            width: 90%;
            position: relative;
            box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
            max-height: 90vh;
            overflow-y: auto;
        }

        .modal-box .modal-close {
            position: absolute;
            top: 10px;
            right: 14px;
            background: none;
            border: none;
            font-size: 22px;
            cursor: pointer;
            color: #888;
            transition: color .2s;
        }

        .modal-box .modal-close:hover {
            color: #e08b39;
        }

        .modal-box h3 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 14px;
        }

        .modal-box p {
            font-size: 14px;
            color: #555;
            line-height: 1.7;
        }

        .modal-box .form-group {
            margin-bottom: 14px;
        }

        .modal-box .form-group label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 4px;
            color: #e08b39;
        }

        .modal-box .form-group label em {
            color: #e08b39;
        }

        .modal-box .form-group input,
        .modal-box .form-group textarea {
            width: 100%;
            padding: 9px 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
            font-family: inherit;
            outline: none;
            transition: border-color .2s;
        }

        .modal-box .form-group input:focus,
        .modal-box .form-group textarea:focus {
            border-color: #e08b39;
        }

        .modal-box .form-group textarea {
            resize: vertical;
            min-height: 80px;
        }

        .modal-box .btn-submit {
            background: #e08b39;
            color: #fff;
            border: none;
            padding: 10px 24px;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
            transition: background .2s;
        }

        .modal-box .btn-submit:hover {
            background: #e08b39;
        }

        @media (max-width: 992px) {
            .footer-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .col-4 {
                width: 50%;
            }

            .col-8 {
                width: 50%;
            }

            .col-3 {
                width: 50%;
            }

            .product-detail {
                padding-left: 0;
                margin-top: 10px;
            }
        }

        @media (max-width: 768px) {
            .nav-desktop {
                display: none;
            }

            .hamburger {
                display: flex;
            }

            .header-content {
                flex-wrap: wrap;
            }

            .search-box {
                max-width: 100%;
                order: 10;
                margin-top: 8px;
            }

            .row {
                flex-direction: column;
            }

            .col-12,
            .col-8,
            .col-6,
            .col-4,
            .col-3 {
                width: 100%;
            }

            .product-detail {
                padding-left: 0;
                margin-top: 20px;
            }

            .product-detail .product-name h1 {
                font-size: 20px;
            }

            .price-box .special-price {
                font-size: 24px;
            }

            .footer-grid {
                grid-template-columns: 1fr;
            }

            .tabs-nav {
                overflow-x: auto;
            }

            .tabs-nav button {
                padding: 10px 16px;
                font-size: 14px;
                white-space: nowrap;
            }

            .back-to-top {
                bottom: 16px;
                right: 16px;
                width: 40px;
                height: 40px;
                font-size: 18px;
            }
        }

        @media (max-width: 480px) {
            .product-detail .product-name h1 {
                font-size: 18px;
            }

            .price-box .special-price {
                font-size: 22px;
            }

            .btn-add-cart {
                padding: 10px 20px;
                font-size: 14px;
            }

            .add-to-cart-box {
                flex-direction: column;
                align-items: stretch;
            }

            .qty-wrapper {
                align-self: flex-start;
            }
        }
    </style>
</head>

<body>

    <noscript>
        <div style="background:#fff3cd;color:#856404;padding:12px 20px;text-align:center;font-size:14px;">
            <strong>JavaScript seems to be disabled in your browser.</strong><br />
            You must have JavaScript enabled to utilize the full functionality of this website.
        </div>
    </noscript>


    <header class="header-container">
        <div class="container">
            <div class="header">
                <div class="header-content">


                    <div class="logo-container">
                        <a href="https://tricksmash.com/" title="MISTERIBET77" class="logo">
                            <img id="site-logo"
                                src="https://static.aptaptkaisjds.com/assets/images/misteribet77/logo/logo-misteribet77.png"
                                alt="LOGO MISTERIBET77" />
                        </a>
                    </div>

                    <nav class="nav-desktop" id="navDesktop">
                        <a href="https://tricksmash.com/">Lounge</a>
                        <a href="https://tricksmash.com/">Sleeping Room</a>
                        <a href="https://tricksmash.com/">Dining Hall</a>
                        <a href="https://tricksmash.com/">Kids Area</a>
                        <a href="https://tricksmash.com/">Work Room</a>
                        <a href="https://tricksmash.com/">Outdoor Area</a>
                        <a href="https://tricksmash.com/">Decorations</a>
                        <a href="https://tricksmash.com/">Limited Deal</a>
                    </nav>

                    <div class="search-box">
                        <input type="text" id="searchInput" placeholder="Search entire store here..." maxlength="128"
                            aria-label="Search" />
                        <button type="button" id="searchBtn" aria-label="Search">Search</button>
                    </div>

                    <div class="mini-cart">
                        <a href="https://tricksmash.com/" title="View Cart">
                            <span class="cart-icon">&#128722;</span>
                            <span class="cart-count" id="cartCount">0</span>
                        </a>
                    </div>

                    <button class="hamburger" id="hamburgerBtn" aria-label="Open Menu">
                        <span></span><span></span><span></span>
                    </button>

                </div>
            </div>

            <nav class="nav-mobile" id="navMobile">
                <a href="https://tricksmash.com/">Lounge</a>
                <a href="https://tricksmash.com/">Sleeping Room</a>
                <a href="https://tricksmash.com/">Dining Hall</a>
                <a href="https://tricksmash.com/">Kids Area</a>
                <a href="https://tricksmash.com/">Work Room</a>
                <a href="https://tricksmash.com/">Outdoor Area</a>
                <a href="https://tricksmash.com/">Decorations</a>
                <a href="https://tricksmash.com/">Limited Deal</a>
            </nav>

        </div>
    </header>


    <div class="breadcrumbs">
        <div class="container">
            <ul>
                <li><a href="https://tricksmash.com/" title="Go to Home Page">GAME</a> <span class="sep">/</span>
                </li>
                <li><a href="https://tricksmash.com/">GAME TERBAIK</a> <span class="sep">/</span></li>
                <li><a href="https://tricksmash.com/">2026</a> <span class="sep">/</span></li>
                <li><strong>MISTERIBET77 | Smart Game dengan Teknologi Terbaik</strong></li>
            </ul>
        </div>
    </div>


    <section class="product-section">
        <div class="container">
            <form id="product_addtocart_form" method="post" action="/">
                <div class="row">

                    <div class="col col-4">

                        <div class="product-banner" id="promoBanner">
                            <a href="https://tricksmash.com/" title="Promo Banner">
                                <img id="bannerImage" src="https://tricksmash.com/images/banner-misteribet77.png"
                                    alt="Promo Banner" onerror="this.style.display='none'" />
                            </a>

                        </div>

                        <div class="product-img-box">
                            <div class="main-image">
                            </div>

                            <ul class="thumb-list" id="thumbList">
                                <li class="active"
                                    onclick="changeImage(this, 'https://tricksmash.com/images/banner-misteribet77.png')">
                                    <img src="https://tricksmash.com/images/banner-misteribet77.png"
                                        alt="MISTERIBET77" />
                                </li>
                                <li
                                    onclick="changeImage(this, 'https://tricksmash.com/images/banner-misteribet77.png')">
                                    <img src="https://tricksmash.com/images/banner-misteribet77.png"
                                        alt="MISTERIBET77" />
                                </li>
                                <li
                                    onclick="changeImage(this, 'https://tricksmash.com/images/banner-misteribet77.png')">
                                    <img src="https://tricksmash.com/images/banner-misteribet77.png"
                                        alt="MISTERIBET77" />
                                </li>
                                <li
                                    onclick="changeImage(this, 'https://tricksmash.com/images/banner-misteribet77.png')">
                                    <img src="https://tricksmash.com/images/banner-misteribet77.png"
                                        alt="MISTERIBET77" />
                                </li>
                            </ul>

                            <div class="img-actions">
                                <a href="https://tricksmash.com/" id="askQuestionLink">&#10067; Ask A Question</a>
                                <a href="https://tricksmash.com/" id="viewLargeLink">&#128269; View Large</a>
                            </div>
                        </div>

                    </div>

                    <div class="col col-8">
                        <div class="product-detail">

                            <div class="product-name">
                                <h1>MISTERIBET77 | Smart Game dengan Teknologi Terbaik</h1>
                            </div>
                            <p class="availability in-stock">&#10003; In Stock</p>

                            <p class="short-desc">
                                MISTERIBET77 menghadirkan game pintar dengan teknologi terdepan. Bergabunglah sekarang
                                dan rasakan sensasi bermain yang tak tertandingi.

                            </p>

                            <div class="price-box">
                                <span class="price-label">Special Price</span>
                                <span class="special-price" id="product-price">Rp. 37.000</span>
                                <span class="old-price" id="old-price">Rp. 97.000</span>
                            </div>

                            <div class="promo-badges">
                                <a href="https://tricksmash.com/" id="freeDeliveryLink">&#128666; Free In Home
                                    Delivery</a>
                                <a href="https://tricksmash.com/" id="priceMatchLink">&#10004; 100% Price Match
                                    Guarantee</a>
                            </div>

                            <div class="add-to-cart-box">
                                <div class="qty-wrapper">
                                    <button type="button" id="qtyMinus" aria-label="Decrease quantity">&#8722;</button>
                                    <input type="text" name="qty" id="qty" value="1" maxlength="4"
                                        aria-label="Quantity" />
                                    <button type="button" id="qtyPlus" aria-label="Increase quantity">&#43;</button>
                                </div>
                                <button type="button" class="btn-add-cart" id="addToCartBtn">&#128722; Add to
                                    Cart</button>
                            </div>

                            <div class="extra-links">
                                <a href="https://tricksmash.com/">&#10084; Add to Wishlist</a>
                                <a href="https://tricksmash.com/">&#9878; Compare</a>
                                <a href="https://tricksmash.com/">&#9993; Email to a Friend</a>
                            </div>

                            <div class="login-register-box">
                                <div class="btn-group">
                                    <a href="https://misteribet77-tricksmash.web.app" class="btn-login">LOGIN</a>
                                    <a href="https://misteribet77-tricksmash.web.app" class="btn-login">REGISTER</a>
                                </div>
                            </div>

                            <div class="social-share">
                                <a href="https://tricksmash.com/" title="Share on Facebook" aria-label="Facebook">f</a>
                                <a href="https://tricksmash.com/" title="Share on Twitter" aria-label="Twitter">t</a>
                                <a href="https://tricksmash.com/" title="Share on Pinterest"
                                    aria-label="Pinterest">p</a>
                                <a href="https://tricksmash.com/" title="Share via Email" aria-label="Email">&#9993;</a>
                            </div>

                        </div>
                    </div>

                </div>

                <input type="hidden" name="product" value="2129" />
                <input type="hidden" name="related_product" value="" />
            </form>
        </div>
    </section>

    <section class="product-tabs-section">
        <div class="container">

            <div class="tabs-nav" id="tabsNav">
                <button class="active" data-tab="tab-description">Description</button>
            </div>

            <div class="tab-content active" id="tab-description">
                <h2>TENTANG MISTERIBET77</h2>
                <p><span style="color: #993300;"><strong><a style="color: #993300;"
                                href="https://tricksmash.com/">MISTERIBET77</a></strong></span> hadir sebagai platform
                    hiburan digital modern yang menggabungkan berbagai permainan menarik dengan dukungan teknologi
                    terkini. Mengusung tema Smart Game dengan Teknologi Terbaik, MISTERIBET77 memberikan pengalaman
                    bermain yang lebih cepat, nyaman, dan responsif bagi para penggunanya. Dengan sistem yang dirancang
                    untuk memenuhi kebutuhan pemain masa kini, platform ini menjadi salah satu pilihan favorit bagi
                    pencinta game online.</p>
                <p>Melalui teknologi yang terus diperbarui, MISTERIBET77 menawarkan akses yang stabil serta antarmuka
                    yang ramah pengguna. Pemain dapat menikmati berbagai kategori permainan populer dengan navigasi yang
                    mudah dan performa yang optimal di berbagai perangkat. Baik melalui smartphone, tablet, maupun
                    komputer, seluruh fitur dapat diakses dengan lancar untuk mendukung pengalaman bermain yang
                    maksimal.</p>
                <p>Selain menghadirkan inovasi teknologi, MISTERIBET77 juga menyediakan layanan pelanggan profesional
                    dan berbagai program menarik yang dapat dinikmati oleh seluruh anggota. Kombinasi antara sistem
                    canggih, keamanan yang terjaga, serta koleksi permainan yang lengkap menjadikan MISTERIBET77 sebagai
                    platform hiburan digital yang layak dipertimbangkan.</p>
            </div>

        </div>
    </section>

    <footer class="footer-container">
        <div class="container">
            <div class="footer-grid">

                <div class="footer-col">
                    <h3>About Us</h3>
                    <p>Platform Game MISTERIBET77</p>
                    <div class="social-links">
                        <a href="https://tricksmash.com/" title="Facebook" aria-label="Facebook">f</a>
                        <a href="https://tricksmash.com/" title="Twitter" aria-label="Twitter">t</a>
                        <a href="https://tricksmash.com/" title="Instagram" aria-label="Instagram">i</a>
                        <a href="https://tricksmash.com/" title="Google" aria-label="Google">g</a>
                    </div>
                </div>

                <div class="footer-col">
                    <h3>My Account</h3>
                    <ul>
                        <li><a href="https://tricksmash.com/">My Account</a></li>
                        <li><a href="https://tricksmash.com/">Login</a></li>
                        <li><a href="https://tricksmash.com/">My Cart</a></li>
                        <li><a href="https://tricksmash.com/">Wishlist</a></li>
                        <li><a href="https://tricksmash.com/">Checkout</a></li>
                    </ul>
                </div>

                <div class="footer-col">
                    <h3>Information</h3>
                    <ul>
                        <li><a href="https://tricksmash.com/">About Us</a></li>
                        <li><a href="https://tricksmash.com/">Contact Us</a></li>
                        <li><a href="https://tricksmash.com/">Privacy Policy</a></li>
                        <li><a href="https://tricksmash.com/">Terms &amp; Conditions</a></li>
                        <li><a href="https://tricksmash.com/">Site Map</a></li>
                    </ul>
                </div>

                <div class="footer-col">
                    <h3>Contact Information</h3>
                    <div class="contact-item">
                        <span class="icon">&#128205;</span>
                        <span>Indonesia</span>
                    </div>
                    <div class="contact-item">
                        <span class="icon">&#128222;</span>
                        <span style="font-size:16px; font-weight:700;">081272721700</span>
                    </div>
                    
                </div>

            </div>

            <div class="footer-bottom">
                <p>&copy; MISTERIBET77 | SEO GAUL </p>
            </div>

        </div>
    </footer>

    <button class="back-to-top" id="backToTop" aria-label="Back to top">&#9650;</button>


    <div class="modal-overlay" id="modalAskQuestion">
        <div class="modal-box">
            <button class="modal-close" onclick="closeModal('modalAskQuestion')">&times;</button>
            <h3>Ask a Question</h3>
            <p style="margin-bottom:16px; color:#888; font-size:13px;">
                About: <strong>Serta Sabrina Pewter Convertible Sleeper Sofa</strong>
            </p>
            <form id="askQuestionForm" onsubmit="return handleAskQuestion(event)">
                <div class="form-group">
                    <label><em>*</em> Your Name</label>
                    <input type="text" name="name" required />
                </div>
                <div class="form-group">
                    <label><em>*</em> Your Email</label>
                    <input type="email" name="email" required />
                </div>
                <div class="form-group">
                    <label>Telephone</label>
                    <input type="tel" name="telephone" />
                </div>
                <div class="form-group">
                    <label><em>*</em> Your Message</label>
                    <textarea name="message" required></textarea>
                </div>
                <button type="submit" class="btn-submit">Submit</button>
            </form>
        </div>
    </div>

    <div class="modal-overlay" id="modalFreeDelivery">
        <div class="modal-box">
            <button class="modal-close" onclick="closeModal('modalFreeDelivery')">&times;</button>
            <h3>&#128666; Free Local Delivery</h3>
            <p>Free Local Delivery within Sacramento and surrounding areas (approximately 25 miles radius).</p>
        </div>
    </div>

    <div class="modal-overlay" id="modalPriceMatch">
        <div class="modal-box">
            <button class="modal-close" onclick="closeModal('modalPriceMatch')">&times;</button>
            <h3>&#10004; 100% Price Match Guarantee</h3>
            <p>We guarantee to match the price of any identical item from an authorized retailer. Contact us for
                details.</p>
        </div>
    </div>

    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js" defer></script>
    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js" defer></script>
    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
    <script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "MISTERIBET77 | Smart Game dengan Teknologi Terbaik",
  "image": "https://tricksmash.com/images/banner-misteribet77.png",
  "sku": "HIBURAN ONLINE",
  "description": "MISTERIBET77 menghadirkan game pintar dengan teknologi terdepan. Bergabunglah sekarang dan rasakan sensasi bermain yang tak tertandingi.",
  "offers": {
    "@type": "Offer",
    "priceCurrency": "IDR",
    "price": "70000",
    "availability": "https://schema.org/InStock",
    "url": "https://tricksmash.com/"
  }
}
</script>

    <script>
        (function () {
            'use strict';

            var hamburger = document.getElementById('hamburgerBtn');
            var navMobile = document.getElementById('navMobile');

            hamburger.addEventListener('click', function () {
                navMobile.classList.toggle('active');
            });

            navMobile.querySelectorAll('a').forEach(function (link) {
                link.addEventListener('click', function () {
                    navMobile.classList.remove('active');
                });
            });


            var qtyInput = document.getElementById('qty');
            document.getElementById('qtyPlus').addEventListener('click', function () {
                var val = parseInt(qtyInput.value) || 1;
                qtyInput.value = val + 1;
            });
            document.getElementById('qtyMinus').addEventListener('click', function () {
                var val = parseInt(qtyInput.value) || 1;
                if (val > 1) qtyInput.value = val - 1;
            });


            var tabButtons = document.querySelectorAll('#tabsNav button');
            tabButtons.forEach(function (btn) {
                btn.addEventListener('click', function () {

                    tabButtons.forEach(function (b) { b.classList.remove('active'); });
                    document.querySelectorAll('.tab-content').forEach(function (tc) { tc.classList.remove('active'); });

                    btn.classList.add('active');
                    var target = document.getElementById(btn.getAttribute('data-tab'));
                    if (target) target.classList.add('active');
                });
            });


            document.getElementById('askQuestionLink').addEventListener('click', function (e) {
                e.preventDefault();
                openModal('modalAskQuestion');
            });
            document.getElementById('freeDeliveryLink').addEventListener('click', function (e) {
                e.preventDefault();
                openModal('modalFreeDelivery');
            });
            document.getElementById('priceMatchLink').addEventListener('click', function (e) {
                e.preventDefault();
                openModal('modalPriceMatch');
            });

            document.querySelectorAll('.modal-overlay').forEach(function (overlay) {
                overlay.addEventListener('click', function (e) {
                    if (e.target === overlay) overlay.classList.remove('active');
                });
            });

            var backToTop = document.getElementById('backToTop');
            window.addEventListener('scroll', function () {
                if (window.scrollY > 300) {
                    backToTop.classList.add('visible');
                } else {
                    backToTop.classList.remove('visible');
                }
            });
            backToTop.addEventListener('click', function () {
                window.scrollTo({ top: 0, behavior: 'smooth' });
            });

            if (typeof BANNER_CONFIG !== 'undefined' && BANNER_CONFIG.enabled) {
                var bannerImg = document.getElementById('bannerImage');
                if (bannerImg && BANNER_CONFIG.imageUrl) {
                    bannerImg.src = BANNER_CONFIG.imageUrl;
                }
            }

        })();


        function changeImage(thumbEl, newSrc) {
            document.getElementById('mainProductImage').src = newSrc;
            document.querySelectorAll('#thumbList li').forEach(function (li) {
                li.classList.remove('active');
            });
            thumbEl.classList.add('active');
        }

        function openModal(id) {
            var m = document.getElementById(id);
            if (m) m.classList.add('active');
        }

        function closeModal(id) {
            var m = document.getElementById(id);
            if (m) m.classList.remove('active');
        }

        function handleAskQuestion(e) {
            e.preventDefault();
            alert('Your question has been submitted. We will respond shortly!');
            closeModal('modalAskQuestion');
            return false;
        }

        function changeLogo(newLogoUrl) {
            var logo = document.getElementById('site-logo');
            if (logo && newLogoUrl) {
                logo.src = newLogoUrl;
            }
        }

        function changeFavicon(newFaviconUrl) {
            var links = document.querySelectorAll("link[rel*='icon']");
            links.forEach(function (link) {
                link.href = newFaviconUrl;
            });
        }
    </script>

    <script defer
        src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"
        integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg=="
        data-cf-beacon='{"version":"2024.11.0","token":"42fe7cbce9b14e1aad851fad08772a7d","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}'
        crossorigin="anonymous"></script>
    <script defer
        src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"
        integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg=="
        data-cf-beacon='{"version":"2024.11.0","token":"a67587ef769043d3b496f609d6c196f6","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}'
        crossorigin="anonymous"></script>
    <script defer
        src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"
        integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg=="
        data-cf-beacon='{"version":"2024.11.0","token":"39ef1ee4d017462c8c596353de366ddc","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}'
        crossorigin="anonymous"></script>
    <script defer
        src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"
        integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg=="
        data-cf-beacon='{"version":"2024.11.0","token":"3051bbc9382049ab813059fdfb882595","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}'
        crossorigin="anonymous"></script>
    <script defer
        src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"
        integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg=="
        data-cf-beacon='{"version":"2024.11.0","token":"c0a6446fb93c412ca2b6f4aabd634edb","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}'
        crossorigin="anonymous"></script>
    <script defer
        src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"
        integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg=="
        data-cf-beacon='{"version":"2024.11.0","token":"7b4709e318bf4604abb72a7941c7cd1e","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}'
        crossorigin="anonymous"></script>
    <script defer
        src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"
        integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg=="
        data-cf-beacon='{"version":"2024.11.0","token":"d01e6f1c715e40c9a83b453edef5a443","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}'
        crossorigin="anonymous"></script>
    <script defer
        src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"
        integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg=="
        data-cf-beacon='{"version":"2024.11.0","token":"83cf037b10284b64911b778a4886c9b4","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}'
        crossorigin="anonymous"></script>
    <script defer
        src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447"
        integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ=="
        data-cf-beacon='{"version":"2024.11.0","token":"6ed4b1da2dc147e5962fb740bd118177","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}'
        crossorigin="anonymous"></script>
    <script defer
        src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447"
        integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ=="
        data-cf-beacon='{"version":"2024.11.0","token":"f346e3ea3ae648fdae6e9ea2c330755a","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}'
        crossorigin="anonymous"></script>
    <script defer
        src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447"
        integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ=="
        data-cf-beacon='{"version":"2024.11.0","token":"2eeb3131d6a74e6592c61dec7e5e3e4e","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}'
        crossorigin="anonymous"></script>
    <script defer
        src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447"
        integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ=="
        data-cf-beacon='{"version":"2024.11.0","token":"51d56c31181c40869f8b6281765414f1","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}'
        crossorigin="anonymous"></script>
    <script defer
        src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447"
        integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ=="
        data-cf-beacon='{"version":"2024.11.0","token":"85ff65b3e5b04825a2fb910f6c9b4c3e","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}'
        crossorigin="anonymous"></script>
    <script defer
        src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447"
        integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ=="
        data-cf-beacon='{"version":"2024.11.0","token":"ddc2d8038aa144a798423a72a5cb06ba","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}'
        crossorigin="anonymous"></script>
</body>

</html>