Outiref

Code source de l'URL : http://www.deskoin.com/

<!DOCTYPE html>
<html lang="fr">

<head>
    <link
    fetchpriority="high"
    rel="preload"
    as="image"
    href="https://www.deskoin.com/images/landing/landing.webp"
    imagesrcset="https://www.deskoin.com/images/landing/landing@0.25x.webp 1500w,                    https://www.deskoin.com/images/landing/landing@0.1x.webp 600w"
    />
    
    <!-- TrustBox script -->
    <script defer type="text/javascript" src="//widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js"></script>
    <!-- End TrustBox script -->
    
    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script defer src="https://www.googletagmanager.com/gtag/js?id=UA-180710662-1"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', 'UA-180710662-1');
    </script>
    <link rel="icon" type="image/png" href="https://www.deskoin.com/images/logos/deskoin_square_logo_light.png" />
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link defer rel="stylesheet" type="text/css" href="/css/app.css?id=356d426fe8ad6e72f0f8ae3fcec58bf8">
    <script defer src="https://www.deskoin.com/js/alpine.min.js"></script>
    <script async src="https://www.deskoin.com/js/deskoin.js"></script>
    <link defer href="https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap" rel="stylesheet">
        <title>Deskoin - Achetez de la cryptomonnaie facilement | Bitcoin, Ethereum, USDC</title>
    <meta property="og:title">
    <meta name="description" content="Achetez de la cryptomonnaie facilement et rapidement en toute sécurité">
    <meta property="og:description">
    <meta property="og:image">
    <meta property="og:url">
    <meta property="og:type">
    <meta property="og:image:alt">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:site" content="Deskoin">
    <meta name="twitter:title" content="Deskoin - Achetez de la cryptomonnaie facilement | Bitcoin, Ethereum, USDC">
    <meta name="twitter:description" content="Achetez de la cryptomonnaie facilement et rapidement en toute sécurité">
    <meta name="twitter:creator" content="@Deskoin">
    <meta name="twitter:url" content="http://www.deskoin.com" />
    <meta name="twitter:domain" content="http://www.deskoin.com" />
    <meta name="twitter:image:src" content="https://www.deskoin.com/images/logos/deskoin_banniere.png">

    <meta name="csrf-token" content="mmofnYnWlG0uwEqqFBRnDtduqeaPKBIVVFTsBPQs">
    <meta name="g-recaptcha-key" content="">
    <link rel="canonical" href="https://www.deskoin.com" />
    <style >[wire\:loading], [wire\:loading\.delay], [wire\:loading\.inline-block], [wire\:loading\.inline], [wire\:loading\.block], [wire\:loading\.flex], [wire\:loading\.table], [wire\:loading\.grid], [wire\:loading\.inline-flex] {display: none;}[wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short], [wire\:loading\.delay\.long], [wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest] {display:none;}[wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {animation-duration: 50000s;animation-name: livewireautofill;}@keyframes livewireautofill { from {} }</style>
    <script type="application/ld+json">
        {
              "@context": "https://schema.org",
              "@type": "Corporation",
              "name": "Deskoin",
              "alternateName": "Deskoin",
              "url": "https://www.deskoin.com",
              "logo": "https://www.deskoin.com/images/logos/deskoin-white.png",
              "sameAs": [
                "https://www.facebook.com/Deskoin/",
                "https://twitter.com/Deskoin",
                "https://www.linkedin.com/company/deskoin/about/",
                "https://www.deskoin.com"
              ]
            }
    </script>
    </head>

<body>
    <div class="js-cookie-consent cookie-consent">

    <span class="cookie-consent__message">
        Ce site nécessite l'autorisation de cookies pour fonctionner correctement.
    </span>

    <button class="js-cookie-consent-agree cookie-consent__agree">
        Accepter
    </button>

    <button class="js-cookie-consent-refuse cookie-consent__agree">
        Refuser les cookies non essentiels
    </button>

</div>

    <script>
        window.laravelCookieConsent = (function () {
            const ACCEPT_COOKIE_VALUE = 1;
            const REFUSE_COOKIE_VALUE = 0;
            const COOKIE_DOMAIN = 'www.deskoin.com';

            function consentWithCookies() {
                setCookie('laravel_cookie_consent', ACCEPT_COOKIE_VALUE, 7300);
                hideCookieDialog();
                document.location.reload();
            }

            function refuseCookies() {
                setCookie('laravel_cookie_consent', REFUSE_COOKIE_VALUE, 7300);
                hideCookieDialog();
            }

            function cookieExists(name) {
                return (
                    document.cookie.split('; ').indexOf(name + '=' + ACCEPT_COOKIE_VALUE) !== -1
                    || document.cookie.split('; ').indexOf(name + '=' + REFUSE_COOKIE_VALUE) !== -1
                );
            }

            function hideCookieDialog() {
                const dialogs = document.getElementsByClassName('js-cookie-consent');

                for (let i = 0; i < dialogs.length; ++i) {
                    dialogs[i].style.display = 'none';
                }
            }

            function setCookie(name, value, expirationInDays) {
                const date = new Date();
                date.setTime(date.getTime() + (expirationInDays * 24 * 60 * 60 * 1000));
                document.cookie = name + '=' + value
                    + ';expires=' + date.toUTCString()
                    + ';domain=' + COOKIE_DOMAIN
                    + ';path=/'
                    + '';
            }

            if (cookieExists('laravel_cookie_consent')) {
                hideCookieDialog();
            }

            const acceptButtons = document.getElementsByClassName('js-cookie-consent-agree');

            for (let i = 0; i < acceptButtons.length; ++i) {
                acceptButtons[i].addEventListener('click', consentWithCookies);
            }

            const refuseButtons = document.getElementsByClassName('js-cookie-consent-refuse');

            for (let i = 0; i < refuseButtons.length; ++i) {
                refuseButtons[i].addEventListener('click', refuseCookies);
            }

            return {
                consentWithCookies: consentWithCookies,
                refuseCookies: refuseCookies,
                hideCookieDialog: hideCookieDialog
            };
        })();
    </script>

    <div id="app">
        <header class="header" data-component="menu_mobile_landing">
    <div>
        
        <a class="logo" href="/#homepage"></a>
        
    </div>

    <a href="/#services" class="desktop-menu link">Nos services</a>
    <a href="/#about" class="desktop-menu link">Pourquoi Deskoin ?</a>
    <a href="/#cryptomonnaies" class="desktop-menu link last-link">Simulateur</a>

    <a id="connect" href="https://connect.deskoin.com/login" class="desktop-menu link-button">Se connecter</a>
    <a id="register" href="https://connect.deskoin.com/register" class="desktop-menu link-button register-button hidden">S'inscrire</a>

    <div id="hamburger-btn" class="hamburger-btn">
        <i class="fas fa-bars"></i>
    </div>
</header>

<div id="mobile-menu" class="mobile-menu">
    <div id="close-btn" class="close-btn">
        <i class="fas fa-times"></i>
    </div>

    <a href="https://connect.deskoin.com/login" class="link-button">Se connecter</a>
    <a href="https://connect.deskoin.com/register" class="link-button mb-5">S'inscrire</a>


    <a href="/#services" class="link">Nos services</a>
    <a href="/#about" class="link">Pourquoi Deskoin ?</a>
    <a href="/#cryptomonnaies" class="link">Simulateur</a>
</div><div
x-data="{    bannerVisible: true,    bannerVisibleAfter: 1500,    modalOpen: (location.hash === '#download')}"
x-show="bannerVisible"
@hashchange.window="    modalOpen = (location.hash === '#download');"
x-transition:enter="transition ease-out duration-1000"
    x-transition:enter-start="-translate-y-80" x-transition:enter-end="translate-y-0"
    x-transition:leave="transition ease-in duration-700" x-transition:leave-start="translate-y-0"
    x-transition:leave-end="-translate-y-80"
    
    id="banner"
    role="alert"
    class="fixed transition-all duration-300 ease-out top-[80px] lg:h-[60px] md:h-[80px] sm:h-[90px] z-10 block w-full text-base font-regular px-4 py-4 bg-gradient-to-r from-[#f3f5f5] to-[#f0fdfb] text-white flex items-center justify-center"
    data-component="banner"
    >

    <div class="mr-[60px]">
        <p class="font-bold text-[#252525]">🔥 Deskoin arrive sur mobile :
            <span class="t">
                 L'application mobile est disponible pour iOS et Android.
            </span>
            <span @click="modalOpen=true" title=""
                class="underline font-bold text-[#3D6AD7] transition-all duration-200 rounded-md hover:text-[#6790CE]"
                role="button">
                Télécharger !
            </span>
        </p>
    </div>
    <button title="Fermer" @click="bannerVisible=false"
        class="align-middle select-none font-sans font-medium text-center uppercase transition-all disabled:opacity-50 disabled:shadow-none disabled:pointer-events-none w-8 max-w-[32px] h-8 max-h-[32px] rounded-lg text-xs text-deskoin-blue-800 hover:bg-white/10 active:bg-white/30"
        type="button">
        <span class="absolute top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2">
            <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"
                class="h-6 w-6" stroke-width="2">
                <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"></path>
            </svg>
        </span>
    </button>

    <!-- App Modal -->
    <template x-teleport="body">
        <div x-show="modalOpen" class="fixed top-0 left-0 z-[99] flex items-center justify-center w-screen h-screen"
            x-cloak>
            <div x-show="modalOpen" x-transition:enter="ease-out duration-300" x-transition:enter-start="opacity-0"
                x-transition:enter-end="opacity-100" x-transition:leave="ease-in duration-300"
                x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" @click="modalOpen=false"
                class="absolute inset-0 w-full h-full bg-black bg-opacity-40"></div>


            <div x-show="modalOpen" x-trap.inert.noscroll="modalOpen" x-transition:enter="ease-out duration-300"
                x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
                x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100"
                x-transition:leave="ease-in duration-200"
                x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100"
                x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
                class="relative w-full py-6 bg-white px-7 sm:max-w-lg sm:rounded-2xl max-h-full overflow-auto">

                <button title="Fermer" @click="modalOpen=false"
                    class="absolute z-10 top-0 right-0 flex items-center justify-center w-8 h-8 mt-5 mr-5 text-gray-600 rounded-full hover:text-gray-800 hover:bg-gray-50">
                    <svg class="w-5 h-5" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24"
                        stroke-width="1.5" stroke="currentColor">
                        <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
                    </svg>
                </button>
                <div class="self-stretch flex-col justify-start items-end gap-4 flex">
                    <div class="w-full justify-between items-center inline-flex">
                        <div
                            class="w-[91px] h-[23px] px-2 py-1 bg-[#94ECE6] rounded-[15px] backdrop-blur-[5px] justify-center items-center gap-2.5 inline-flex">
                            <div
                                class="text-center text-green-700 text-sm font-semibold font-['Basically A Sans Serif']">
                                Nouveauté</div>
                        </div>
                    </div>
                    <div
                        class="self-stretch text-center text-deskoin-black text-lg font-semibold font-['Basically A Sans Serif']">
                        L’application Deskoin est Disponible</div>
                    <div class="self-stretch text-center"><span
                            class="text-deskoin-black text-sm font-normal font-['Basically A Sans Serif'] leading-snug">Profitez
                            de l’ensemble des fonctionnalités Deskoin directement depuis votre Mobile. </span><span
                            class="text-deskoin-black text-sm font-semibold font-['Basically A Sans Serif'] leading-snug">Scannez
                            le QR Code ci dessous pour télécharger l’application</span></div>
                </div>
                <div class="flex justify-center items-center">
                    <img alt="Icone application Deskoin" class="w-[120] h-[120]" src="https://www.deskoin.com/images/landing/app_icon.png" />
                </div>
                <div class="flex justify-center items-center">
                    <?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="250" height="250" viewbox="0 0 250 250"><rect x="0" y="0" width="250" height="250" fill="#ffffff"/><g transform="scale(10)"><g transform="translate(0,0)"><path fill-rule="evenodd" d="M8 0L8 1L9 1L9 2L8 2L8 5L9 5L9 2L12 2L12 3L10 3L10 4L12 4L12 5L14 5L14 8L15 8L15 9L16 9L16 11L15 11L15 12L14 12L14 9L13 9L13 10L12 10L12 8L13 8L13 6L12 6L12 8L11 8L11 5L10 5L10 8L8 8L8 10L6 10L6 9L7 9L7 8L6 8L6 9L5 9L5 10L6 10L6 11L4 11L4 10L3 10L3 9L4 9L4 8L0 8L0 10L1 10L1 9L2 9L2 10L3 10L3 11L4 11L4 12L2 12L2 11L0 11L0 13L5 13L5 14L3 14L3 15L5 15L5 16L6 16L6 17L8 17L8 18L9 18L9 19L11 19L11 20L9 20L9 21L8 21L8 25L9 25L9 24L11 24L11 25L14 25L14 24L15 24L15 23L16 23L16 21L18 21L18 22L17 22L17 24L19 24L19 25L25 25L25 24L23 24L23 23L24 23L24 22L23 22L23 21L22 21L22 20L21 20L21 17L22 17L22 19L23 19L23 20L24 20L24 19L25 19L25 15L24 15L24 14L25 14L25 12L23 12L23 11L21 11L21 10L20 10L20 9L23 9L23 10L24 10L24 9L25 9L25 8L24 8L24 9L23 9L23 8L20 8L20 9L19 9L19 12L17 12L17 11L18 11L18 8L16 8L16 7L17 7L17 6L16 6L16 7L15 7L15 5L17 5L17 4L15 4L15 3L16 3L16 2L17 2L17 0L16 0L16 2L15 2L15 1L14 1L14 0L13 0L13 1L14 1L14 2L12 2L12 0L11 0L11 1L9 1L9 0ZM8 6L8 7L9 7L9 6ZM10 8L10 10L8 10L8 11L6 11L6 12L7 12L7 13L6 13L6 14L7 14L7 13L8 13L8 11L9 11L9 12L10 12L10 13L9 13L9 14L10 14L10 15L12 15L12 16L11 16L11 17L9 17L9 18L11 18L11 19L12 19L12 18L11 18L11 17L13 17L13 18L15 18L15 19L13 19L13 20L11 20L11 21L10 21L10 22L9 22L9 23L10 23L10 22L11 22L11 21L12 21L12 22L13 22L13 23L15 23L15 21L16 21L16 20L15 20L15 19L16 19L16 16L14 16L14 15L17 15L17 16L18 16L18 15L20 15L20 14L18 14L18 13L17 13L17 14L14 14L14 13L13 13L13 12L10 12L10 10L11 10L11 8ZM20 11L20 12L19 12L19 13L20 13L20 12L21 12L21 16L24 16L24 15L22 15L22 14L24 14L24 13L22 13L22 12L21 12L21 11ZM12 13L12 15L13 15L13 13ZM1 14L1 15L0 15L0 16L1 16L1 15L2 15L2 14ZM6 15L6 16L7 16L7 15ZM8 15L8 16L9 16L9 15ZM13 16L13 17L14 17L14 16ZM17 17L17 20L20 20L20 17ZM23 17L23 18L24 18L24 17ZM18 18L18 19L19 19L19 18ZM14 20L14 21L13 21L13 22L14 22L14 21L15 21L15 20ZM19 21L19 24L20 24L20 21ZM21 22L21 24L22 24L22 22ZM0 0L0 7L7 7L7 0ZM1 1L1 6L6 6L6 1ZM2 2L2 5L5 5L5 2ZM18 0L18 7L25 7L25 0ZM19 1L19 6L24 6L24 1ZM20 2L20 5L23 5L23 2ZM0 18L0 25L7 25L7 18ZM1 19L1 24L6 24L6 19ZM2 20L2 23L5 23L5 20Z" fill="#000000"/></g></g></svg>

                </div>
                <div class="h-[90px] flex-col justify-center items-center gap-[38px] flex">
                    <div class="self-stretch h-[39px] justify-center items-start gap-2.5 inline-flex">
                        <a target="_blank" href="https://apps.apple.com/fr/app/deskoin/id6451258830">
                            <img alt="Apple Store" class="w-[126px] h-[39px]" src="https://www.deskoin.com/images/landing/apple-store-badge.png" />
                        </a>
                        <a target="_blank" href="https://play.google.com/store/apps/details?id=com.deskoin.app">
                            <img alt="Google Play" class="w-[126px] h-[39px]" src="https://www.deskoin.com/images/landing/google-play-badge.png" />
                        </a>
                    </div>
                </div>
                <div class="self-stretch h-[0px] border border-gray-200"></div>
            </div>
        </div>
    </template>
</div>

<div id="homepage" class="maincontent" data-component="landing">
    
    <!--Land section-->
    <section class="section land">
        <div class="text-box">
            <h1 class="title">Deskoin vous fait <br>gagner du <span class="text-deskoin-black bg-deskoin-turquoise">temps</span> <br>et de <span class="text-deskoin-black bg-deskoin-turquoise">l’argent</span><i class="fas fa-square text-deskoin-black ml-2"></i></h1>
            <div class="line"><i class="fas fa-check-circle text-deskoin-turquoise text-2xl mr-3"></i><p>114 cryptos, 17 bundles, 1 DCA.</p></div>
            <div class="line"><i class="fas fa-check-circle text-deskoin-turquoise text-2xl mr-3"></i><p>Le meilleur prix du bitcoin, sans frais cachés.</p></div>
            <div class="line"><i class="fas fa-check-circle text-deskoin-turquoise text-2xl mr-3"></i><p>Enregistré auprès de l’Autorité des Marchés Financiers (AMF).</p></div>
            
            <div class="button-row">
                <a href="https://connect.deskoin.com/register" class="start-button button">Commencer</a>
                <a href="#" class="arrow-button button outlined hidden"><span id="arrow"></span></a>
            </div>

            <div class="button-row !-mt-6">
                <a class="mr-4" target="_blank" href="https://apps.apple.com/fr/app/deskoin/id6451258830">
                    <img alt="Apple Store" class="w-[126px] h-[39px]" src="https://www.deskoin.com/images/landing/apple-store-badge.png" />
                </a>
                <a class="" target="_blank" href="https://play.google.com/store/apps/details?id=com.deskoin.app">
                    <img alt="Google Play" class="w-[126px] h-[39px]" src="https://www.deskoin.com/images/landing/google-play-badge.png" />
                </a>
            </div>
        </div>
        <div class="purse-image">
            <picture class="static">
                <source
                    fetchpriority="high"
                    srcset="https://www.deskoin.com/images/landing/landing@0.25x.webp 1500w,                    https://www.deskoin.com/images/landing/landing@0.1x.webp 600w"
                    type="image/webp"
                >
                <img
                    fetchpriority="high"
                    class="max-w-none"
                    src="https://www.deskoin.com/images/landing/landing.png"
                    srcset="https://www.deskoin.com/images/landing/landing@0.25x.png 1500w,                    https://www.deskoin.com/images/landing/landing@0.1x.png 600w"
                    alt="Application Deskoin"
                >
            </picture>
        </div>
    </section>

    <!--Services section-->
    <section id="services" class="section services">
        <h2 class="title">Ce que nous <br>faisons pour vous</h2>

        <div class="card">
            <div class="card__icon">
                <picture class="image">
                    <source
                        srcset="https://www.deskoin.com/images/landing/shopping_cart.webp 1500w,                        https://www.deskoin.com/images/landing/shopping_cart@0.75x.webp 1125w,                        https://www.deskoin.com/images/landing/shopping_cart@0.5x.webp 750w,                        https://www.deskoin.com/images/landing/shopping_cart@0.25x.webp 375w,                        https://www.deskoin.com/images/landing/shopping_cart@0.1x.webp 150w"
                        type="image/webp"
                    >
                    <img
                        src="https://www.deskoin.com/images/landing/shopping_cart.png"
                        srcset="https://www.deskoin.com/images/landing/shopping_cart.png 1500w,                        https://www.deskoin.com/images/landing/shopping_cart@0.75x.png 1125w,                        https://www.deskoin.com/images/landing/shopping_cart@0.5x.png 750w,                        https://www.deskoin.com/images/landing/shopping_cart@0.25x.png 375w,                        https://www.deskoin.com/images/landing/shopping_cart@0.1x.png 150w"
                        alt="Chariot de courses"
                    >
                </picture>
            </div>
            <h3 class="card__title">Achat</h3>
            <p class="card__text">Achetez simplement vos prochains bitcoins et autres cryptomonnaies au meilleur prix.
                Que ce soit par virement ou carte bancaire, les actifs numériques n’ont jamais été aussi accessibles.</p>
            <a href="#" class="card__link">En savoir plus sur les achats</a>
        </div>

        <div class="card">
            <div class="card__icon">
                <picture class="image">
                    <source
                        srcset="https://www.deskoin.com/images/landing/purse.webp 1500w,                        https://www.deskoin.com/images/landing/purse@0.75x.webp 1125w,                        https://www.deskoin.com/images/landing/purse@0.5x.webp 750w,                        https://www.deskoin.com/images/landing/purse@0.25x.webp 375w,                        https://www.deskoin.com/images/landing/purse@0.1x.webp 150w"
                        type="image/webp"
                    >
                    <img
                        src="https://www.deskoin.com/images/landing/purse.png"
                        srcset="https://www.deskoin.com/images/landing/purse.png 1500w,                        https://www.deskoin.com/images/landing/purse@0.75x.png 1125w,                        https://www.deskoin.com/images/landing/purse@0.5x.png 750w,                        https://www.deskoin.com/images/landing/purse@0.25x.png 375w,                        https://www.deskoin.com/images/landing/purse@0.1x.png 150w"
                        alt="Portefeuille"
                    >
                </picture>
            </div>
            <h3 class="card__title">Vente</h3>
            <p class="card__text">Vous pouvez désormais vendre des cryptomonnaies, directement depuis notre plateforme. Vous recevrez vos euros par virement, émis par un compte bancaire français.</p>
            <a href="#" class="card__link">En savoir plus sur la vente</a>
            
        </div>

        <div class="card">
            <div class="card__icon">
                <picture class="image">
                    <source
                        srcset="https://www.deskoin.com/images/landing/plane.webp 1500w,                        https://www.deskoin.com/images/landing/plane@0.75x.webp 1125w,                        https://www.deskoin.com/images/landing/plane@0.5x.webp 750w,                        https://www.deskoin.com/images/landing/plane@0.25x.webp 375w,                        https://www.deskoin.com/images/landing/plane@0.1x.webp 150w"
                        type="image/webp"
                    >
                    <img
                        src="https://www.deskoin.com/images/landing/plane.png"
                        srcset="https://www.deskoin.com/images/landing/plane.png 1500w,                        https://www.deskoin.com/images/landing/plane@0.75x.png 1125w,                        https://www.deskoin.com/images/landing/plane@0.5x.png 750w,                        https://www.deskoin.com/images/landing/plane@0.25x.png 375w,                        https://www.deskoin.com/images/landing/plane@0.1x.png 150w"
                        alt="Avion en papier"
                    >
                </picture>
            </div>
            <h3 class="card__title">Échange</h3>
            <p class="card__text">Parce qu’il n’y a pas que Bitcoin, diversifiez vos investissements en échangeant facilement vos cryptomonnaies sur notre site.</p>
            <a href="#" class="card__link">En savoir plus sur les échanges</a>
            
        </div>

        <div class="card">
            <div class="card__icon">
                <picture class="image">
                    <source
                        srcset="https://www.deskoin.com/images/landing/safe.webp 1500w,                        https://www.deskoin.com/images/landing/safe@0.75x.webp 1125w,                        https://www.deskoin.com/images/landing/safe@0.5x.webp 750w,                        https://www.deskoin.com/images/landing/safe@0.25x.webp 375w,                        https://www.deskoin.com/images/landing/safe@0.1x.webp 150w"
                        type="image/webp"
                    >
                    <img
                        src="https://www.deskoin.com/images/landing/safe.png"
                        srcset="https://www.deskoin.com/images/landing/safe.png 1500w,                        https://www.deskoin.com/images/landing/safe@0.75x.png 1125w,                        https://www.deskoin.com/images/landing/safe@0.5x.png 750w,                        https://www.deskoin.com/images/landing/safe@0.25x.png 375w,                        https://www.deskoin.com/images/landing/safe@0.1x.png 150w"
                        alt="Coffre fort"
                    >
                </picture>
            </div>
            <h3 class="card__title">Conservation</h3>
            <p class="card__text">Ayez l’esprit tranquille et stockez gratuitement vos cryptomonnaies sur notre plateforme sécurisée.</p>
            <a href="#" class="card__link">En savoir plus sur la conservation</a>
        </div>
        <div class="see-more">
            <a href="#" class="button outlined light">En savoir plus</a>
        </div>

    </section>

    <!--Why crypto section-->
    <section class="section why_crypto" data-component="caroussel">
        <h2 class="title">Pourquoi acheter <br>des cryptomonnaies&nbsp?</h2>

        <div class="desktop-image">
            <div class="box-image overflow-hidden">
                <picture class="max-w-none">
                    <source
                        srcset="https://www.deskoin.com/images/landing/dca_card@0.25x.webp 1500w,                        https://www.deskoin.com/images/landing/dca_card@0.1x.webp 600w"
                        type="image/webp"
                    >
                    <img
                        class="max-w-none"
                        src="https://www.deskoin.com/images/landing/dca_card.png"
                        srcset="https://www.deskoin.com/images/landing/dca_card@0.25x.png 1500w,                        https://www.deskoin.com/images/landing/dca_card@0.1x.png 600w"
                        alt="Livret bitcoin"
                    >
                </picture>
            </div>
        </div>

        <div class="caroussel">
            <div class="card" id="card-1">
                <div class="card__image">
                    <i class="fas fa-mountain"></i>
                </div>
                <h3 class="card__title">Diversifier son portefeuille</h3>
                <p class="card__text">Aujourd’hui, le bitcoin est un actif indispensable dans tout portefeuille d’investissement.
                    Il s’associe parfaitement à d’autres placements plus traditionnels comme le CAC 40, l’or ou l'immobilier.</p>
            </div>
            <div class="card" id="card-2">
                <div class="card__image">
                    <i class="fas fa-mountain"></i>
                </div>
                <h3 class="card__title">Devenez indépendant de votre banque</h3>
                <p class="card__text">Le marché des cryptomonnaies est très prometteur, investissez sur plus de 50 valeurs et profitez de rendements largement supérieurs au livret A*.</p>
                <p class="card__text legend">* Bitcoin a réalisé une performance de 274% sur l’année 2020. Ces performances passées ne préjugent pas des performances futures.</p>
            </div>
            <div class="card" id="card-3">
                <div class="card__image">
                    <i class="fas fa-mountain"></i>
                </div>
                <h3 class="card__title">Investissez dans la monnaie de demain</h3>
                <p class="card__text">Au cours de l’histoire, les formes de la monnaie n’ont cessé d’évoluer. Internet a révolutionné l’information, Bitcoin révolutionne vos euros.</p>
            </div>
        </div>

        <div class="caroussel-pagination">
            <span id="card-btn-0" class="card-btn active"></span>
            <span id="card-btn-1" class="card-btn"></span>
            <span id="card-btn-2" class="card-btn"></span>
        </div>
    </section>



    <!--Buy steps section-->
    <section class="section buy_steps overflow-hidden">
        <h2 class="title">Acheter du Bitcoin <br>en 3 étapes</h2>
        <div class="content">
            <p id="step-1" class="step active">1. Créez votre compte Deskoin en quelques clics et vérifiez votre identité.</p>
            <picture id="step-1__image" class="image">
                <source
                    srcset="https://www.deskoin.com/images/landing/slide_1.webp 4500w,                    https://www.deskoin.com/images/landing/slide_1@0.75x.webp 3375w,                    https://www.deskoin.com/images/landing/slide_1@0.5x.webp 2250w,                    https://www.deskoin.com/images/landing/slide_1@0.25x.webp 1125w,                    https://www.deskoin.com/images/landing/slide_1@0.1x.webp 450w"
                    type="image/webp"
                >
                <img
                    class="lg:scale-[1.6]"
                    src="https://www.deskoin.com/images/landing/slide_1.png"
                    srcset="https://www.deskoin.com/images/landing/slide_1.png 4500w,                    https://www.deskoin.com/images/landing/slide_1@0.75x.png 3375w,                    https://www.deskoin.com/images/landing/slide_1@0.5x.png 2250w,                    https://www.deskoin.com/images/landing/slide_1@0.25x.png 1125w,                    https://www.deskoin.com/images/landing/slide_1@0.1x.png 450w"
                    alt="Megaphone"
                >
            </picture>

            <p id="step-2" class="step">2. Achetez vos cryptomonnaies après votre dépôt.</p>
            <picture id="step-2__image" class="image closed">
                <source
                    srcset="https://www.deskoin.com/images/landing/slide_2.webp 4500w,                    https://www.deskoin.com/images/landing/slide_2@0.75x.webp 3375w,                    https://www.deskoin.com/images/landing/slide_2@0.5x.webp 2250w,                    https://www.deskoin.com/images/landing/slide_2@0.25x.webp 1125w,                    https://www.deskoin.com/images/landing/slide_2@0.1x.webp 450w"
                    type="image/webp"
                >
                <img
                    class="lg:scale-[1.6]"
                    src="https://www.deskoin.com/images/landing/slide_2.png"
                    srcset="https://www.deskoin.com/images/landing/slide_2.png 4500w,                    https://www.deskoin.com/images/landing/slide_2@0.75x.png 3375w,                    https://www.deskoin.com/images/landing/slide_2@0.5x.png 2250w,                    https://www.deskoin.com/images/landing/slide_2@0.25x.png 1125w,                    https://www.deskoin.com/images/landing/slide_2@0.1x.png 450w"
                    alt="Megaphone"
                >
            </picture>

            <p id="step-3" class="step">3. Choisissez de les envoyer sur votre portefeuille ou les stocker chez Deskoin.</p>
            <picture id="step-3__image" class="image closed">
                <source
                    srcset="https://www.deskoin.com/images/landing/slide_3.webp 4500w,                    https://www.deskoin.com/images/landing/slide_3@0.75x.webp 3375w,                    https://www.deskoin.com/images/landing/slide_3@0.5x.webp 2250w,                    https://www.deskoin.com/images/landing/slide_3@0.25x.webp 1125w,                    https://www.deskoin.com/images/landing/slide_3@0.1x.webp 450w"
                    type="image/webp"
                >
                <img
                    class="lg:scale-[1.6]"
                    src="https://www.deskoin.com/images/landing/slide_3.png"
                    srcset="https://www.deskoin.com/images/landing/slide_3.png 4500w,                    https://www.deskoin.com/images/landing/slide_3@0.75x.png 3375w,                    https://www.deskoin.com/images/landing/slide_3@0.5x.png 2250w,                    https://www.deskoin.com/images/landing/slide_3@0.25x.png 1125w,                    https://www.deskoin.com/images/landing/slide_3@0.1x.png 450w"
                    alt="Megaphone"
                >
            </picture>
        </div>
    </section>

    <!--Trust Deskoin section-->
    <section id="about" class="section trust_deskoin">
        <h2 class="title">Faites confiance <br>à Deskoin</h2>

        <div class="box">
            <picture class="box__image">
                <source
                    srcset="https://www.deskoin.com/images/landing/seal.webp 1500w,                    https://www.deskoin.com/images/landing/seal@0.75x.webp 1125w,                    https://www.deskoin.com/images/landing/seal@0.5x.webp 750w,                    https://www.deskoin.com/images/landing/seal@0.25x.webp 375w,                    https://www.deskoin.com/images/landing/seal@0.1x.webp 150w"
                    type="image/webp"
                >
                <img
                    src="https://www.deskoin.com/images/landing/seal.png"
                    srcset="https://www.deskoin.com/images/landing/seal.png 1500w,                    https://www.deskoin.com/images/landing/seal@0.75x.png 1125w,                    https://www.deskoin.com/images/landing/seal@0.5x.png 750w,                    https://www.deskoin.com/images/landing/seal@0.25x.png 375w,                    https://www.deskoin.com/images/landing/seal@0.1x.png 150w"
                    alt="Sceau"
                >
            </picture>
            <h3 class="box__title">Acteur Français</h3>
            <p class="box__text">
                Deskoin est une société possédant son immatriculation et son compte bancaire en France. Nous sommes enregistrés en tant que prestataire de services sur actifs numériques auprès de l’AMF (N° E2021-017).
            </p>
        </div>

        <div class="box">
            <picture class="box__image">
                <source
                    srcset="https://www.deskoin.com/images/landing/lock.webp 1500w,                    https://www.deskoin.com/images/landing/lock@0.75x.webp 1125w,                    https://www.deskoin.com/images/landing/lock@0.5x.webp 750w,                    https://www.deskoin.com/images/landing/lock@0.25x.webp 375w,                    https://www.deskoin.com/images/landing/lock@0.1x.webp 150w"
                    type="image/webp"
                >
                <img
                    src="https://www.deskoin.com/images/landing/lock.png"
                    srcset="https://www.deskoin.com/images/landing/lock.png 1500w,                    https://www.deskoin.com/images/landing/lock@0.75x.png 1125w,                    https://www.deskoin.com/images/landing/lock@0.5x.png 750w,                    https://www.deskoin.com/images/landing/lock@0.25x.png 375w,                    https://www.deskoin.com/images/landing/lock@0.1x.png 150w"
                    alt="Cadenas"
                >
            </picture>
            <h3 class="box__title">Sécurisé</h3>
            <p class="box__text">
                Vos crypto-actifs sont détenus en majorité sur du stockage hors-ligne. Des audits de sécurité sont effectués régulièrement.
            </p>
        </div>

        <div class="box">
            <picture class="box__image">
                <source
                    srcset="https://www.deskoin.com/images/landing/supercup.webp 1500w,                    https://www.deskoin.com/images/landing/supercup@0.75x.webp 1125w,                    https://www.deskoin.com/images/landing/supercup@0.5x.webp 750w,                    https://www.deskoin.com/images/landing/supercup@0.25x.webp 375w,                    https://www.deskoin.com/images/landing/supercup@0.1x.webp 150w"
                    type="image/webp"
                >
                <img
                    src="https://www.deskoin.com/images/landing/supercup.png"
                    srcset="https://www.deskoin.com/images/landing/supercup.png 1500w,                        https://www.deskoin.com/images/landing/supercup@0.75x.png 1125w,                        https://www.deskoin.com/images/landing/supercup@0.5x.png 750w,                        https://www.deskoin.com/images/landing/supercup@0.25x.png 375w,                        https://www.deskoin.com/images/landing/supercup@0.1x.png 150w"
                    alt="Coupe"
                >
            </picture>
            <h3 class="box__title">Les meilleurs prix</h3>
            <p class="box__text">
                Nous comparons en temps réel les différentes plateformes d'échange afin d'acheter vos cryptomonnaies au prix le plus bas.
            </p>
        </div>

        <div class="box">
            <picture class="box__image">
                <source
                    srcset="https://www.deskoin.com/images/landing/megaphone.webp 1500w,                    https://www.deskoin.com/images/landing/megaphone@0.75x.webp 1125w,                    https://www.deskoin.com/images/landing/megaphone@0.5x.webp 750w,                    https://www.deskoin.com/images/landing/megaphone@0.25x.webp 375w,                    https://www.deskoin.com/images/landing/megaphone@0.1x.webp 150w"
                    type="image/webp"
                >
                <img
                    src="https://www.deskoin.com/images/landing/megaphone.png"
                    srcset="https://www.deskoin.com/images/landing/megaphone.png 1500w,                    https://www.deskoin.com/images/landing/megaphone@0.75x.png 1125w,                    https://www.deskoin.com/images/landing/megaphone@0.5x.png 750w,                    https://www.deskoin.com/images/landing/megaphone@0.25x.png 375w,                    https://www.deskoin.com/images/landing/megaphone@0.1x.png 150w"
                    alt="Megaphone"
                >
            </picture>
            <h3 class="box__title">Support 7/7</h3>
            <p class="box__text">
                Réponse à vos tickets sous 24h. Mise à disposition d'une ligne directe avec un conseiller.
            </p>
        </div>
    </section>


    <!-- Formation ledger section -->
    <section id="formation" class="section why_crypto" data-component="caroussel">
        <h2 class="title">Accompagnements <br>et Formations</h2>

        <div class="caroussel">
            <div class="card" id="card-1">
                <div class="card__image">
                    <i class="fas fa-mountain"></i>
                </div>
                <h3 class="card__title">Détenir ses cryptomonnaies</h3>
                <p class="card__text">Deskoin partage les valeurs fondamentales des cryptomonnaies autour de la liberté et l'autonomie.
                    À travers notre formation, nous souhaitons permettre à toute personne désirant sécuriser soi même ses actifs de pouvoir le faire dans les meilleures conditions.</p>

            </div>
            <div class="card" id="card-2">
                <div class="card__image">
                    <i class="fas fa-mountain"></i>
                </div>
                <h3 class="card__title">Acquérir votre hardware wallet</h3>
                <p class="card__text">La société française Ledger est le leader mondial des portefeuilles de cryptomonnaies physiques.
                    Ces deux produits phares : la Ledger Nano S Plus et la Ledger Nano X sont à la pointe de la sécurité.</p>
                <!-- <p class="card__text legend">Petit texte d'exemple</p> -->

                <div class="button-row text-center">
                    <a href="https://shop.ledger.com/fr/products/ledger-nano-s?r=300e&tracker=Deskoin" target="_blank" class="start-button button w-1/3">Acheter Ledger Nano S</a>
                    <a href="https://shop.ledger.com/fr/products/ledger-nano-x?r=300e&tracker=Deskoin" target="_blank" class="start-button button w-1/3">Acheter Ledger Nano X</a>
                </div>
            </div>
            <div class="card" id="card-3">
                <div class="card__image">
                    <i class="fas fa-mountain"></i>
                </div>
                <h3 class="card__title">Bénéficier de notre expertise</h3>
                <p class="card__text">Une fois votre portefeuille acquis, notre équipe vous accompagnera sur l'ensemble de l'installation.
                    Les fonctionnalités des Ledgers n'auront plus de secrets pour vous. Au cours de la formation, nos équipes vous apporteront
                    des techniques de sécurisation de clés privées (les  24 mots), en fonction de vos compétences. <i><u>Tarifs :</u> à partir de 49€ TTC.</i></p>
            </div>
            <div class="card" id="card-4">
                <div class="card__image">
                    <i class="fas fa-mountain"></i>
                </div>
                <h3 class="card__title">Pour aller plus loin</h3>
                <p class="card__text">Si vous désirez entrer dans le monde de la Finance Décentralisée (DeFi) en toute sécurité.
                    Une formation avancée est disponible, elle vous permettra d'interagir avec les protocoles DeFi, de sécuriser vos Hot wallets
                    (Ex : Metamask) ou encore d'apprendre à déléguer vos cryptomonnaies pour les staker.</p>

                <div class="button-row text-center">
                    <a href="https://deskoin.atlassian.net/servicedesk/customer/portal/4/group/39/create/108" class="start-button button w-1/3 m-auto">Accéder à la formation</a>
                    <a href="#" class="arrow-button button outlined hidden"><span id="arrow"></span></a>
                </div>
            </div>
        </div>

        <div class="caroussel-pagination">
            <span id="card-btn-0" class="card-btn active"></span>
            <span id="card-btn-1" class="card-btn"></span>
            <span id="card-btn-2" class="card-btn"></span>
            <span id="card-btn-3" class="card-btn"></span>
        </div>


        <div class="desktop-image">
            <div class="box-image overflow-hidden">
                <picture class="max-w-none">
                    <source
                        srcset="https://www.deskoin.com/images/landing/ledger.webp 627w,                        https://www.deskoin.com/images/landing/ledger@0.75x.webp 470w,                        https://www.deskoin.com/images/landing/ledger@0.5x.webp 314w,                        https://www.deskoin.com/images/landing/ledger@0.25x.webp 157w,                        https://www.deskoin.com/images/landing/ledger@0.1x.webp 63w"
                        type="image/webp"
                    >
                    <img
                        class="max-w-none"
                        src="https://www.deskoin.com/images/landing/ledger.png"
                        srcset="https://www.deskoin.com/images/landing/ledger.png 627w,                        https://www.deskoin.com/images/landing/ledger@0.75x.png 470w,                        https://www.deskoin.com/images/landing/ledger@0.5x.png 314w,                        https://www.deskoin.com/images/landing/ledger@0.25x.png 157w,                        https://www.deskoin.com/images/landing/ledger@0.1x.png 63w"
                        alt="Livret bitcoin"
                    >
                </picture>
            </div>
        </div>
    </section>

    <!--Next invest section-->
    <section id="cryptomonnaies" class="w-full">
        <div class="section next_invest">
            <h2 class="title">Votre prochain investissement ?</h2>

            <div class="card crypto-list">

                <div class="search-window p-2">

                    <div class="bg-white" style="border-radius: 15px">
                        <div class="input-block front-icon no-label dropdown p-4">
                            <i class="fas fa-search" style="position: absolute; top: 30px; left: 30px; z-index: 1"></i>
                            <input class="input w-full" id="term" type="text" name="term" style="background: #e5eaf4; padding-left: 35px" placeholder="Rechercher une cryptomonnaie..."/>
                        </div>
                    </div>
                    <div class="scrollshadow pointer-events-none"></div>
                    <div class="scrollbox flex flex-col mt-[20px] overflow-y-scroll h-[500px]">
                                                                                                                <div data-json="eyJpZCI6IkJUQyIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9idGMuc3ZnIiwiY29sb3IiOiIjRTk5ODNEIiwibmFtZSI6IkJpdGNvaW4iLCJsYXN0X3ByaWNlIjo0ODk4NSwiaDI0X2NoYW5nZSI6MC45MTIwMX0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">1</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/btc.svg" alt="Bitcoin">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Bitcoin<span class="font-normal">&nbsp;-&nbsp;BTC</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">48,985.00&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkVUSCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9ldGguc3ZnIiwiY29sb3IiOiIjMkYzMDMwIiwibmFtZSI6IkV0aGVyZXVtIiwibGFzdF9wcmljZSI6MjA1OS4yOSwiaDI0X2NoYW5nZSI6Mi4wMDAxM30=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">2</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/eth.svg" alt="Ethereum">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Ethereum<span class="font-normal">&nbsp;-&nbsp;ETH</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">2,059.29&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlVTRFQiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvdXNkdC5zdmciLCJjb2xvciI6IiM0MDkxOTIiLCJuYW1lIjoiVGV0aGVyIiwibGFzdF9wcmljZSI6MC45MDE0NTQsImgyNF9jaGFuZ2UiOi0wLjAxMDU3fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">3</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/usdt.svg" alt="Tether">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Tether<span class="font-normal">&nbsp;-&nbsp;USDT</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.9015&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkJOQiIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9ibmIuc3ZnIiwiY29sb3IiOiIjRjBCOTBCIiwibmFtZSI6IkJOQiIsImxhc3RfcHJpY2UiOjQ0Ni44NywiaDI0X2NoYW5nZSI6MS44MTg2M30=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">4</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/bnb.svg" alt="BNB">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        BNB<span class="font-normal">&nbsp;-&nbsp;BNB</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">446.87&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlNPTCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9zb2wuc3ZnIiwiY29sb3IiOiIjOEU0QUY2IiwibmFtZSI6IlNvbGFuYSIsImxhc3RfcHJpY2UiOjExNS42OCwiaDI0X2NoYW5nZSI6Mi40MDMyNn0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">5</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/sol.svg" alt="Solana">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Solana<span class="font-normal">&nbsp;-&nbsp;SOL</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">115.68&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlVTREMiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvdXNkYy5zdmciLCJjb2xvciI6IiMzRTczQzQiLCJuYW1lIjoiVVNEIENvaW4iLCJsYXN0X3ByaWNlIjowLjkwMTU0MiwiaDI0X2NoYW5nZSI6LTAuMDE5NzN9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">6</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/usdc.svg" alt="USD Coin">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        USD Coin<span class="font-normal">&nbsp;-&nbsp;USDC</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.9016&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlhSUCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC94cnAuc3ZnIiwiY29sb3IiOiIjMjQyOTJFIiwibmFtZSI6IlJpcHBsZSIsImxhc3RfcHJpY2UiOjAuNDc1NjU4LCJoMjRfY2hhbmdlIjoxLjM1OTA2fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">7</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/xrp.svg" alt="Ripple">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Ripple<span class="font-normal">&nbsp;-&nbsp;XRP</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.4757&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkRPR0UiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvZG9nZS5zdmciLCJjb2xvciI6IiNFMUM4ODYiLCJuYW1lIjoiRG9nZWNvaW4iLCJsYXN0X3ByaWNlIjowLjA4NzI1NCwiaDI0X2NoYW5nZSI6NS4wMzU1Nn0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">8</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/doge.svg" alt="Dogecoin">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Dogecoin<span class="font-normal">&nbsp;-&nbsp;DOGE</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.0873&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlRSWCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC90cnguc3ZnIiwiY29sb3IiOiIjRUEzMzJBIiwibmFtZSI6IlRyb24iLCJsYXN0X3ByaWNlIjowLjEzNjk2NywiaDI0X2NoYW5nZSI6Mi4wNzIxNX0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">9</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/trx.svg" alt="Tron">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Tron<span class="font-normal">&nbsp;-&nbsp;TRX</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.1370&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlRPTiIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC90b24uc3ZnIiwiY29sb3IiOiIjMUZCMkY5IiwibmFtZSI6IlRvbmNvaW4iLCJsYXN0X3ByaWNlIjo0LjI2LCJoMjRfY2hhbmdlIjoxLjk4MzY1fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">10</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/ton.svg" alt="Toncoin">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Toncoin<span class="font-normal">&nbsp;-&nbsp;TON</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">4.2600&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkFEQSIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9hZGEuc3ZnIiwiY29sb3IiOiIjMTIzMkE3IiwibmFtZSI6IkNhcmRhbm8iLCJsYXN0X3ByaWNlIjowLjI5Nzk0NCwiaDI0X2NoYW5nZSI6NC4wODIxfQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">11</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/ada.svg" alt="Cardano">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Cardano<span class="font-normal">&nbsp;-&nbsp;ADA</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.2980&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkFWQVgiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvYXZheC5zdmciLCJjb2xvciI6IiNENjRGNDkiLCJuYW1lIjoiQXZhbGFuY2hlIiwibGFzdF9wcmljZSI6MjAuMDksImgyNF9jaGFuZ2UiOjQuODQ0ODl9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">12</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/avax.svg" alt="Avalanche">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Avalanche<span class="font-normal">&nbsp;-&nbsp;AVAX</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">20.090&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlNISUIiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvc2hpYi5zdmciLCJjb2xvciI6IiNGNjkzMzYiLCJuYW1lIjoiU2hpYmEgSW51IiwibGFzdF9wcmljZSI6MS4xNjllLTUsImgyNF9jaGFuZ2UiOjEuMjU1NTF9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">13</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/shib.svg" alt="Shiba Inu">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Shiba Inu<span class="font-normal">&nbsp;-&nbsp;SHIB</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.0001&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkxJTksiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvbGluay5zdmciLCJjb2xvciI6IiMzRDVDQ0IiLCJuYW1lIjoiQ2hhaW5saW5rIiwibGFzdF9wcmljZSI6OS4xMiwiaDI0X2NoYW5nZSI6NC41NjE0NX0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">14</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/link.svg" alt="Chainlink">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Chainlink<span class="font-normal">&nbsp;-&nbsp;LINK</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">9.1200&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkJDSCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9iY2guc3ZnIiwiY29sb3IiOiIjMEFDMThFIiwibmFtZSI6IkJpdGNvaW4gQ2FzaCIsImxhc3RfcHJpY2UiOjI3My4yNiwiaDI0X2NoYW5nZSI6Mi41MzY5Nn0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">15</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/bch.svg" alt="Bitcoin Cash">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Bitcoin Cash<span class="font-normal">&nbsp;-&nbsp;BCH</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">273.26&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkRPVCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9kb3Quc3ZnIiwiY29sb3IiOiIjRDMyRDc5IiwibmFtZSI6IlBvbGthZG90IiwibGFzdF9wcmljZSI6My43MSwiaDI0X2NoYW5nZSI6My4wMDI0NH0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">16</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/dot.svg" alt="Polkadot">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Polkadot<span class="font-normal">&nbsp;-&nbsp;DOT</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">3.7100&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkRBSSIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9kYWkuc3ZnIiwiY29sb3IiOiIjRjJDNjYyIiwibmFtZSI6IkRhaSIsImxhc3RfcHJpY2UiOjAuOTAxMzYzLCJoMjRfY2hhbmdlIjotMC4wNTYyN30=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">17</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/dai.svg" alt="Dai">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Dai<span class="font-normal">&nbsp;-&nbsp;DAI</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.9014&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlVOSSIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC91bmkuc3ZnIiwiY29sb3IiOiIjRTUzMjdBIiwibmFtZSI6IlVuaXN3YXAiLCJsYXN0X3ByaWNlIjo1LjgyLCJoMjRfY2hhbmdlIjo0LjY1MjEyfQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">18</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/uni.svg" alt="Uniswap">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Uniswap<span class="font-normal">&nbsp;-&nbsp;UNI</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">5.8200&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkxUQyIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9sdGMuc3ZnIiwiY29sb3IiOiIjM0U1Qzk4IiwibmFtZSI6IkxpdGVjb2luIiwibGFzdF9wcmljZSI6NTUuODgsImgyNF9jaGFuZ2UiOi0yLjY4OTM2fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">19</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/ltc.svg" alt="Litecoin">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Litecoin<span class="font-normal">&nbsp;-&nbsp;LTC</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">55.880&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6Ik5FQVIiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvbmVhci5zdmciLCJjb2xvciI6IiMwMEVDOTciLCJuYW1lIjoiTkVBUiBQcm90b2NvbCIsImxhc3RfcHJpY2UiOjMuMzQsImgyNF9jaGFuZ2UiOjMuNjQ4fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">20</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/near.svg" alt="NEAR Protocol">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        NEAR Protocol<span class="font-normal">&nbsp;-&nbsp;NEAR</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">3.3400&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IktBUyIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9rYXMuc3ZnIiwiY29sb3IiOiIjNkZDN0JBIiwibmFtZSI6Ikthc3BhIiwibGFzdF9wcmljZSI6MC4xMzQ5NjMsImgyNF9jaGFuZ2UiOjIuMDQxOTJ9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">21</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/kas.svg" alt="Kaspa">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Kaspa<span class="font-normal">&nbsp;-&nbsp;KAS</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.1350&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IklDUCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9pY3Auc3ZnIiwiY29sb3IiOiIjQzczMjdFIiwibmFtZSI6IkludGVybmV0IENvbXB1dGVyIiwibGFzdF9wcmljZSI6Ni41LCJoMjRfY2hhbmdlIjoyLjI1ODU0fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">22</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/icp.svg" alt="Internet Computer">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Internet Computer<span class="font-normal">&nbsp;-&nbsp;ICP</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">6.5000&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlBFUEUiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvcGVwZS5zdmciLCJjb2xvciI6IiM0Qzk1NDAiLCJuYW1lIjoiUGVwZSIsImxhc3RfcHJpY2UiOjYuMTVlLTYsImgyNF9jaGFuZ2UiOjEuNzc3ODZ9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">23</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/pepe.svg" alt="Pepe">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Pepe<span class="font-normal">&nbsp;-&nbsp;PEPE</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.0001&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkFQVCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9hcHQuc3ZnIiwiY29sb3IiOiIjMEIxOTFCIiwibmFtZSI6IkFwdG9zIiwibGFzdF9wcmljZSI6NS4yOSwiaDI0X2NoYW5nZSI6MS40OTgxN30=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">24</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/apt.svg" alt="Aptos">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Aptos<span class="font-normal">&nbsp;-&nbsp;APT</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">5.2900&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkZFVCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9mZXQuc3ZnIiwiY29sb3IiOiIjNDE0QTZFIiwibmFtZSI6IkZldGNoLmFpIiwibGFzdF9wcmljZSI6MC45NzUyNjcsImgyNF9jaGFuZ2UiOjIuMzM0OTl9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">25</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/fet.svg" alt="Fetch.ai">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Fetch.ai<span class="font-normal">&nbsp;-&nbsp;FET</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.9753&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlhMTSIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC94bG0uc3ZnIiwiY29sb3IiOiIjMDAwMDAwIiwibmFtZSI6IlN0ZWxsYXIiLCJsYXN0X3ByaWNlIjowLjA4MTE0OCwiaDI0X2NoYW5nZSI6MS45NTg1M30=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">26</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/xlm.svg" alt="Stellar">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Stellar<span class="font-normal">&nbsp;-&nbsp;XLM</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.0812&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkVUQyIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9ldGMuc3ZnIiwiY29sb3IiOiIjMDY1RjQ2IiwibmFtZSI6IkV0aGVyZXVtIENsYXNzaWMiLCJsYXN0X3ByaWNlIjoxNS45NSwiaDI0X2NoYW5nZSI6Mi4xNjEwOX0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">27</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/etc.svg" alt="Ethereum Classic">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Ethereum Classic<span class="font-normal">&nbsp;-&nbsp;ETC</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">15.950&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlNVSSIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9zdWkuc3ZnIiwiY29sb3IiOiIjMUE4OEZGIiwibmFtZSI6IlN1aSIsImxhc3RfcHJpY2UiOjAuODA3OTU2LCJoMjRfY2hhbmdlIjo2LjMwNTQzfQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">28</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/sui.svg" alt="Sui">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Sui<span class="font-normal">&nbsp;-&nbsp;SUI</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.8080&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlNUWCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9zdHguc3ZnIiwiY29sb3IiOiIjRkM2NDMyIiwibmFtZSI6IlN0YWNrcyIsImxhc3RfcHJpY2UiOjEuMjcsImgyNF9jaGFuZ2UiOjIuNjQ2MTh9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">29</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/stx.svg" alt="Stacks">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Stacks<span class="font-normal">&nbsp;-&nbsp;STX</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">1.2700&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkNSTyIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9jcm8uc3ZnIiwiY29sb3IiOiIjMTQyNjM5IiwibmFtZSI6IkNyb25vcyIsImxhc3RfcHJpY2UiOjAuMDY5MDQ0LCJoMjRfY2hhbmdlIjoxLjA0NzF9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">30</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/cro.svg" alt="Cronos">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Cronos<span class="font-normal">&nbsp;-&nbsp;CRO</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.0691&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkZJTCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9maWwuc3ZnIiwiY29sb3IiOiIjM0Y4RUY3IiwibmFtZSI6IkZpbGVjb2luIiwibGFzdF9wcmljZSI6My4wNiwiaDI0X2NoYW5nZSI6Mi45MzQyOX0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">31</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/fil.svg" alt="Filecoin">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Filecoin<span class="font-normal">&nbsp;-&nbsp;FIL</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">3.0600&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IklNWCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9pbXguc3ZnIiwiY29sb3IiOiIjMDAwMDAwIiwibmFtZSI6IkltbXV0YWJsZVgiLCJsYXN0X3ByaWNlIjoxLjA3NCwiaDI0X2NoYW5nZSI6MS40MDA4fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">32</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/imx.svg" alt="ImmutableX">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        ImmutableX<span class="font-normal">&nbsp;-&nbsp;IMX</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">1.0740&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkFBVkUiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvYWF2ZS5zdmciLCJjb2xvciI6IiM1RUIxQzEiLCJuYW1lIjoiQWF2ZSIsImxhc3RfcHJpY2UiOjExMy43NiwiaDI0X2NoYW5nZSI6LTAuNDgwOTZ9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">33</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/aave.svg" alt="Aave">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Aave<span class="font-normal">&nbsp;-&nbsp;AAVE</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">113.76&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlJFTkRFUiIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9yZW5kZXIuc3ZnIiwiY29sb3IiOiIjQ0YxMDExIiwibmFtZSI6IlJlbmRlciIsImxhc3RfcHJpY2UiOjQuMzEsImgyNF9jaGFuZ2UiOjEuMDk0NTV9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">34</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/render.svg" alt="Render">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Render<span class="font-normal">&nbsp;-&nbsp;RENDER</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">4.3100&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkhCQVIiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvaGJhci5zdmciLCJjb2xvciI6IiM4RDhEOEQiLCJuYW1lIjoiSGVkZXJhIiwibGFzdF9wcmljZSI6MC4wNDM5MTE4OCwiaDI0X2NoYW5nZSI6My4zMzM4N30=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">35</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/hbar.svg" alt="Hedera">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Hedera<span class="font-normal">&nbsp;-&nbsp;HBAR</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.0440&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6Ik1OVCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9tbnQuc3ZnIiwiY29sb3IiOiIjMDAwMDAwIiwibmFtZSI6Ik1hbnRsZSIsImxhc3RfcHJpY2UiOjAuNDkyNTA0LCJoMjRfY2hhbmdlIjoyLjE1OTE5fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">36</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/mnt.svg" alt="Mantle">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Mantle<span class="font-normal">&nbsp;-&nbsp;MNT</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.4926&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkFSQiIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9hcmIuc3ZnIiwiY29sb3IiOiIjMTJBQUZGIiwibmFtZSI6IkFyYml0cnVtIiwibGFzdF9wcmljZSI6MC40NTMzMSwiaDI0X2NoYW5nZSI6My42NDcwNn0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">37</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/arb.svg" alt="Arbitrum">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Arbitrum<span class="font-normal">&nbsp;-&nbsp;ARB</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.4534&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlRBTyIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC90YW8uc3ZnIiwiY29sb3IiOiIjQzFDMUMxIiwibmFtZSI6IkJpdHRlbnNvciIsImxhc3RfcHJpY2UiOjIxNC42NywiaDI0X2NoYW5nZSI6Mi4wNzQ4MX0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">38</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/tao.svg" alt="Bittensor">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Bittensor<span class="font-normal">&nbsp;-&nbsp;TAO</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">214.67&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6Ik9QIiwibG9nb191cmwiOiJodHRwczpcL1wvZGtzdG9yYWdlcHVibGljcHJvZC5ibG9iLmNvcmUud2luZG93cy5uZXRcL3B1YmxpYy1hc3NldHNcL29wLnN2ZyIsImNvbG9yIjoiI0ZGMDQyMyIsIm5hbWUiOiJPcHRpbWlzbSIsImxhc3RfcHJpY2UiOjEuMjksImgyNF9jaGFuZ2UiOjUuOTE4NDJ9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">39</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/op.svg" alt="Optimism">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Optimism<span class="font-normal">&nbsp;-&nbsp;OP</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">1.2900&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlZFVCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC92ZXQuc3ZnIiwiY29sb3IiOiIjODJCRTAwIiwibmFtZSI6IlZlQ2hhaW4iLCJsYXN0X3ByaWNlIjowLjAxODU0NDM1LCJoMjRfY2hhbmdlIjoyLjQyOTAxfQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">40</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/vet.svg" alt="VeChain">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        VeChain<span class="font-normal">&nbsp;-&nbsp;VET</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.0186&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IklOSiIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9pbmouc3ZnIiwiY29sb3IiOiIjMTlBMUY1IiwibmFtZSI6IkluamVjdGl2ZSIsImxhc3RfcHJpY2UiOjE0LjYxLCJoMjRfY2hhbmdlIjowLjM3ODg3fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">41</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/inj.svg" alt="Injective">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Injective<span class="font-normal">&nbsp;-&nbsp;INJ</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">14.610&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IldJRiIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC93aWYuc3ZnIiwiY29sb3IiOiIjRkNCRTlGIiwibmFtZSI6ImRvZ3dpZmhhdCIsImxhc3RfcHJpY2UiOjEuMzUsImgyNF9jaGFuZ2UiOjAuMTE2NzN9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">42</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/wif.svg" alt="dogwifhat">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        dogwifhat<span class="font-normal">&nbsp;-&nbsp;WIF</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">1.3500&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6Ik1LUiIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9ta3Iuc3ZnIiwiY29sb3IiOiIjMUFBQjlCIiwibmFtZSI6Ik1ha2VyIiwibGFzdF9wcmljZSI6MTQwNSwiaDI0X2NoYW5nZSI6MS42Mjg2N30=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">43</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/mkr.svg" alt="Maker">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Maker<span class="font-normal">&nbsp;-&nbsp;MKR</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">1,405.00&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkFUT00iLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvYXRvbS5zdmciLCJjb2xvciI6IiMyRjMxNDYiLCJuYW1lIjoiQ29zbW9zIiwibGFzdF9wcmljZSI6My4zMiwiaDI0X2NoYW5nZSI6LTAuMjkyMTd9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">44</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/atom.svg" alt="Cosmos">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Cosmos<span class="font-normal">&nbsp;-&nbsp;ATOM</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">3.3200&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkhOVCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9obnQuc3ZnIiwiY29sb3IiOiIjMUQxRDFEIiwibmFtZSI6IkhlbGl1bSIsImxhc3RfcHJpY2UiOjcuMjMsImgyNF9jaGFuZ2UiOjAuMDEyMDR9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">45</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/hnt.svg" alt="Helium">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Helium<span class="font-normal">&nbsp;-&nbsp;HNT</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">7.2300&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkFSIiwibG9nb191cmwiOiJodHRwczpcL1wvZGtzdG9yYWdlcHVibGljcHJvZC5ibG9iLmNvcmUud2luZG93cy5uZXRcL3B1YmxpYy1hc3NldHNcL2FyLnN2ZyIsImNvbG9yIjoiIzAwMDAwMCIsIm5hbWUiOiJBcndlYXZlIiwibGFzdF9wcmljZSI6MTguMTYsImgyNF9jaGFuZ2UiOi0wLjQ0ODY0fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">46</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/ar.svg" alt="Arweave">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Arweave<span class="font-normal">&nbsp;-&nbsp;AR</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">18.160&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkdSVCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9ncnQuc3ZnIiwiY29sb3IiOiIjMzcxRDg2IiwibmFtZSI6IlRoZSBHcmFwaCIsImxhc3RfcHJpY2UiOjAuMTIwNjEyLCJoMjRfY2hhbmdlIjozLjQ4MDAzfQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">47</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/grt.svg" alt="The Graph">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        The Graph<span class="font-normal">&nbsp;-&nbsp;GRT</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.1207&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlJVTkUiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvcnVuZS5zdmciLCJjb2xvciI6IiMzREExN0UiLCJuYW1lIjoiVEhPUkNoYWluIiwibGFzdF9wcmljZSI6My4yLCJoMjRfY2hhbmdlIjoxLjQ1MTQ1fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">48</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/rune.svg" alt="THORChain">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        THORChain<span class="font-normal">&nbsp;-&nbsp;RUNE</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">3.2000&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlRIRVRBIiwibG9nb191cmwiOiJodHRwczpcL1wvZGtzdG9yYWdlcHVibGljcHJvZC5ibG9iLmNvcmUud2luZG93cy5uZXRcL3B1YmxpYy1hc3NldHNcL3RoZXRhLnN2ZyIsImNvbG9yIjoiIzI0RDdDRCIsIm5hbWUiOiJUaGV0YSBOZXR3b3JrIiwibGFzdF9wcmljZSI6MS4wMjIsImgyNF9jaGFuZ2UiOjIuNjE5Mjl9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">49</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/theta.svg" alt="Theta Network">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Theta Network<span class="font-normal">&nbsp;-&nbsp;THETA</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">1.0220&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkJPTksiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvYm9uay5zdmciLCJjb2xvciI6IiNGRUM3MDIiLCJuYW1lIjoiQm9uayIsImxhc3RfcHJpY2UiOjEuNDUxZS01LCJoMjRfY2hhbmdlIjowLjYxNTA2fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">50</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/bonk.svg" alt="Bonk">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Bonk<span class="font-normal">&nbsp;-&nbsp;BONK</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.0001&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkZUTSIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9mdG0uc3ZnIiwiY29sb3IiOiIjMjQ2N0ZCIiwibmFtZSI6IkZhbnRvbSIsImxhc3RfcHJpY2UiOjAuMzUyODg2LCJoMjRfY2hhbmdlIjo1LjE4NjA0fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">51</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/ftm.svg" alt="Fantom">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Fantom<span class="font-normal">&nbsp;-&nbsp;FTM</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.3529&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkFMR08iLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvYWxnby5zdmciLCJjb2xvciI6IiMyNDI0MjQiLCJuYW1lIjoiQWxnb3JhbmQiLCJsYXN0X3ByaWNlIjowLjExMDI0OCwiaDI0X2NoYW5nZSI6NS4xMjM3fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">52</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/algo.svg" alt="Algorand">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Algorand<span class="font-normal">&nbsp;-&nbsp;ALGO</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.1103&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkpVUCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9qdXAuc3ZnIiwiY29sb3IiOiIjQzdGMjg0IiwibmFtZSI6Ikp1cGl0ZXIiLCJsYXN0X3ByaWNlIjowLjYzMzQ5OSwiaDI0X2NoYW5nZSI6Mi4zMDI1OX0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">53</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/jup.svg" alt="Jupiter">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Jupiter<span class="font-normal">&nbsp;-&nbsp;JUP</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.6335&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlBZVEgiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvcHl0aC5zdmciLCJjb2xvciI6IiNENUJDRkYiLCJuYW1lIjoiUHl0aCBOZXR3b3JrIiwibGFzdF9wcmljZSI6MC4yMzI0MTMsImgyNF9jaGFuZ2UiOjIuNjA4NTZ9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">54</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/pyth.svg" alt="Pyth Network">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Pyth Network<span class="font-normal">&nbsp;-&nbsp;PYTH</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.2325&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlFOVCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9xbnQuc3ZnIiwiY29sb3IiOiIjNDM0MDNFIiwibmFtZSI6IlF1YW50IiwibGFzdF9wcmljZSI6NTYuMzQsImgyNF9jaGFuZ2UiOjkuNzEzNX0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">55</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/qnt.svg" alt="Quant">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Quant<span class="font-normal">&nbsp;-&nbsp;QNT</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">56.340&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlNFSSIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9zZWkuc3ZnIiwiY29sb3IiOiIjQkQ0MDIzIiwibmFtZSI6IlNlaSIsImxhc3RfcHJpY2UiOjAuMjQyOTU2LCJoMjRfY2hhbmdlIjoxLjg3MjQ2fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">56</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/sei.svg" alt="Sei">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Sei<span class="font-normal">&nbsp;-&nbsp;SEI</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.2430&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkpBU01ZIiwibG9nb191cmwiOiJodHRwczpcL1wvZGtzdG9yYWdlcHVibGljcHJvZC5ibG9iLmNvcmUud2luZG93cy5uZXRcL3B1YmxpYy1hc3NldHNcL2phc215LnN2ZyIsImNvbG9yIjoiI0Y3OTQxQyIsIm5hbWUiOiJKYXNteUNvaW4iLCJsYXN0X3ByaWNlIjowLjAxNjU0NjI3LCJoMjRfY2hhbmdlIjoxLjQxNDIyfQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">57</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/jasmy.svg" alt="JasmyCoin">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        JasmyCoin<span class="font-normal">&nbsp;-&nbsp;JASMY</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.0166&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6Ik9ORE8iLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvb25kby5zdmciLCJjb2xvciI6IiM1QTY1REIiLCJuYW1lIjoiT25kbyIsImxhc3RfcHJpY2UiOjAuNTI3ODIxLCJoMjRfY2hhbmdlIjoxLjY1NzYzfQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">58</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/ondo.svg" alt="Ondo">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Ondo<span class="font-normal">&nbsp;-&nbsp;ONDO</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.5279&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlRJQSIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC90aWEuc3ZnIiwiY29sb3IiOiIjODczREZBIiwibmFtZSI6IkNlbGVzdGlhIiwibGFzdF9wcmljZSI6My42LCJoMjRfY2hhbmdlIjoyLjcwMzQ3fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">59</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/tia.svg" alt="Celestia">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Celestia<span class="font-normal">&nbsp;-&nbsp;TIA</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">3.6000&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkxETyIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9sZG8uc3ZnIiwiY29sb3IiOiIjRjhDNkI5IiwibmFtZSI6IkxpZG8gREFPIiwibGFzdF9wcmljZSI6MC44MzgxNjQsImgyNF9jaGFuZ2UiOjEuMzI3MDR9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">60</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/ldo.svg" alt="Lido DAO">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Lido DAO<span class="font-normal">&nbsp;-&nbsp;LDO</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.8382&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkZMT1ciLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvZmxvdy5zdmciLCJjb2xvciI6IiMwMEVGOEIiLCJuYW1lIjoiRmxvdyIsImxhc3RfcHJpY2UiOjAuNDY4NDI3LCJoMjRfY2hhbmdlIjowLjg3NDI2fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">61</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/flow.svg" alt="Flow">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Flow<span class="font-normal">&nbsp;-&nbsp;FLOW</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.4685&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkNPUkUiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvY29yZS5zdmciLCJjb2xvciI6IiNGNjhBMzEiLCJuYW1lIjoiQ29yZSIsImxhc3RfcHJpY2UiOjAuNzY2MDg0LCJoMjRfY2hhbmdlIjoyLjY5ODM2fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">62</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/core.svg" alt="Core">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Core<span class="font-normal">&nbsp;-&nbsp;CORE</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.7661&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlNUUksiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvc3Ryay5zdmciLCJjb2xvciI6IiMwQzBDNEYiLCJuYW1lIjoiU3RhcmtuZXQiLCJsYXN0X3ByaWNlIjowLjM4Mzg0NSwiaDI0X2NoYW5nZSI6My43NDQ3NH0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">63</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/strk.svg" alt="Starknet">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Starknet<span class="font-normal">&nbsp;-&nbsp;STRK</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.3839&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkdBTEEiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvZ2FsYS5zdmciLCJjb2xvciI6IiMwMDAwMDAiLCJuYW1lIjoiR2FsYSIsImxhc3RfcHJpY2UiOjAuMDE2ODQ4MDcsImgyNF9jaGFuZ2UiOjcuOTYwMDN9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">64</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/gala.svg" alt="Gala">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Gala<span class="font-normal">&nbsp;-&nbsp;GALA</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.0169&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkVPUyIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9lb3Muc3ZnIiwiY29sb3IiOiIjMDAwMDAwIiwibmFtZSI6IkVPUyIsImxhc3RfcHJpY2UiOjAuNDE4NTAzLCJoMjRfY2hhbmdlIjoyLjEwNDEyfQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">65</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/eos.svg" alt="EOS">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        EOS<span class="font-normal">&nbsp;-&nbsp;EOS</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.4186&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkZMUiIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9mbHIuc3ZnIiwiY29sb3IiOiIjRTYyMDU4IiwibmFtZSI6IkZsYXJlIiwibGFzdF9wcmljZSI6MC4wMTMxMjM5NSwiaDI0X2NoYW5nZSI6MS44MzI3NX0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">66</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/flr.svg" alt="Flare">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Flare<span class="font-normal">&nbsp;-&nbsp;FLR</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.0132&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkVHTEQiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvZWdsZC5zdmciLCJjb2xvciI6IiMyM0Y3REQiLCJuYW1lIjoiTXVsdGl2ZXJzWCIsImxhc3RfcHJpY2UiOjIyLjI3LCJoMjRfY2hhbmdlIjoyLjU3MDYxfQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">67</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/egld.svg" alt="MultiversX">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        MultiversX<span class="font-normal">&nbsp;-&nbsp;EGLD</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">22.270&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkFYUyIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9heHMuc3ZnIiwiY29sb3IiOiIjMEU1NkQ2IiwibmFtZSI6IkF4aWUgSW5maW5pdHkiLCJsYXN0X3ByaWNlIjozLjg3LCJoMjRfY2hhbmdlIjoyLjEyMTI5fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">68</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/axs.svg" alt="Axie Infinity">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Axie Infinity<span class="font-normal">&nbsp;-&nbsp;AXS</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">3.8700&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkJFQU0iLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvYmVhbS5zdmciLCJjb2xvciI6IiMxNTlDRDgiLCJuYW1lIjoiQmVhbSIsImxhc3RfcHJpY2UiOjAuMDEwODQxMTksImgyNF9jaGFuZ2UiOjIuNDE4NzF9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">69</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/beam.svg" alt="Beam">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Beam<span class="font-normal">&nbsp;-&nbsp;BEAM</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.0109&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlhUWiIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC94dHouc3ZnIiwiY29sb3IiOiIjMjk2MUY2IiwibmFtZSI6IlRlem9zIiwibGFzdF9wcmljZSI6MC41NTEyOSwiaDI0X2NoYW5nZSI6Mi4zNTMzNX0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">70</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/xtz.svg" alt="Tezos">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Tezos<span class="font-normal">&nbsp;-&nbsp;XTZ</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.5513&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlNBTkQiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvc2FuZC5zdmciLCJjb2xvciI6IiM0REFCRTkiLCJuYW1lIjoiVGhlIFNhbmRCb3giLCJsYXN0X3ByaWNlIjowLjIxODAwOCwiaDI0X2NoYW5nZSI6Mi44OTExOH0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">71</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/sand.svg" alt="The SandBox">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        The SandBox<span class="font-normal">&nbsp;-&nbsp;SAND</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.2181&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkFLVCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9ha3Quc3ZnIiwiY29sb3IiOiIjRkY0MTRDIiwibmFtZSI6IkFrYXNoIE5ldHdvcmsiLCJsYXN0X3ByaWNlIjoyLjA1LCJoMjRfY2hhbmdlIjoxLjA5MTM0fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">72</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/akt.svg" alt="Akash Network">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Akash Network<span class="font-normal">&nbsp;-&nbsp;AKT</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">2.0500&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkRZRFgiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvZHlkeC5zdmciLCJjb2xvciI6IiM2NzY0RkEiLCJuYW1lIjoiZFlkeCIsImxhc3RfcHJpY2UiOjAuNzk0MTM5LCJoMjRfY2hhbmdlIjo2LjAwNTg5fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">73</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/dydx.svg" alt="dYdx">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        dYdx<span class="font-normal">&nbsp;-&nbsp;DYDX</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.7942&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkVOUyIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9lbnMuc3ZnIiwiY29sb3IiOiIjMDExQTI1IiwibmFtZSI6IkV0aGVyZXVtIE5hbWUgU2VydmljZSIsImxhc3RfcHJpY2UiOjE0LjU4LCJoMjRfY2hhbmdlIjoyLjY1NDI4fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">74</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/ens.svg" alt="Ethereum Name Service">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Ethereum Name Service<span class="font-normal">&nbsp;-&nbsp;ENS</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">14.580&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkFQRSIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9hcGUuc3ZnIiwiY29sb3IiOiIjMDA0NEZBIiwibmFtZSI6IkFwZUNvaW4iLCJsYXN0X3ByaWNlIjowLjY3NzY2LCJoMjRfY2hhbmdlIjoxNy43MDcyNn0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">75</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/ape.svg" alt="ApeCoin">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        ApeCoin<span class="font-normal">&nbsp;-&nbsp;APE</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.6777&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlJPTiIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9yb24uc3ZnIiwiY29sb3IiOiIjMUM2NkZFIiwibmFtZSI6IlJvbmluIiwibGFzdF9wcmljZSI6MS4zLCJoMjRfY2hhbmdlIjoyLjgyOTQxfQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">76</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/ron.svg" alt="Ronin">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Ronin<span class="font-normal">&nbsp;-&nbsp;RON</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">1.3000&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6Ik1BTkEiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvbWFuYS5zdmciLCJjb2xvciI6IiNFQjRDNUIiLCJuYW1lIjoiRGVjZW50cmFsYW5kIiwibGFzdF9wcmljZSI6MC4yMzA4OTIsImgyNF9jaGFuZ2UiOjMuMDg3MX0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">77</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/mana.svg" alt="Decentraland">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Decentraland<span class="font-normal">&nbsp;-&nbsp;MANA</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.2309&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlBBWEciLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvcGF4Zy5zdmciLCJjb2xvciI6IiNFOERDMEEiLCJuYW1lIjoiUEFYIEdvbGQiLCJsYXN0X3ByaWNlIjoyMjUxLjMxLCJoMjRfY2hhbmdlIjotMC4zMjUxNH0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">78</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/paxg.svg" alt="PAX Gold">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        PAX Gold<span class="font-normal">&nbsp;-&nbsp;PAXG</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">2,251.31&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkNIWiIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9jaHouc3ZnIiwiY29sb3IiOiIjQkMyNzJEIiwibmFtZSI6IkNoaWxpeiIsImxhc3RfcHJpY2UiOjAuMDQ1NzkzMjIsImgyNF9jaGFuZ2UiOjQuMzMxODl9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">79</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/chz.svg" alt="Chiliz">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Chiliz<span class="font-normal">&nbsp;-&nbsp;CHZ</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.0458&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkNBS0UiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvY2FrZS5zdmciLCJjb2xvciI6IiMxRkM3RDQiLCJuYW1lIjoiUGFuY2FrZVN3YXAiLCJsYXN0X3ByaWNlIjoxLjQ1LCJoMjRfY2hhbmdlIjoxLjk1ODc3fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">80</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/cake.svg" alt="PancakeSwap">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        PancakeSwap<span class="font-normal">&nbsp;-&nbsp;CAKE</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">1.4500&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlNOWCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9zbnguc3ZnIiwiY29sb3IiOiIjMDBEMUZGIiwibmFtZSI6IlN5bnRoZXRpeCIsImxhc3RfcHJpY2UiOjEuMTUsImgyNF9jaGFuZ2UiOjIuNjI3NDd9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">81</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/snx.svg" alt="Synthetix">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Synthetix<span class="font-normal">&nbsp;-&nbsp;SNX</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">1.1500&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkVOQSIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9lbmEuc3ZnIiwiY29sb3IiOiIjMjEyMTIxIiwibmFtZSI6IkV0aGVuYSIsImxhc3RfcHJpY2UiOjAuMTkyMjM0LCJoMjRfY2hhbmdlIjozLjMyMTU1fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">82</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/ena.svg" alt="Ethena">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Ethena<span class="font-normal">&nbsp;-&nbsp;ENA</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.1923&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkFYTCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9heGwuc3ZnIiwiY29sb3IiOiIjMDAwMDAwIiwibmFtZSI6IkF4ZWxhciIsImxhc3RfcHJpY2UiOjAuNDUyOTgzLCJoMjRfY2hhbmdlIjo1LjE1NDU3fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">83</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/axl.svg" alt="Axelar">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Axelar<span class="font-normal">&nbsp;-&nbsp;AXL</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.4530&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkxQVCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9scHQuc3ZnIiwiY29sb3IiOiIjMDBFQjg4IiwibmFtZSI6IkxpdmVwZWVyIiwibGFzdF9wcmljZSI6MTAuMTMsImgyNF9jaGFuZ2UiOjQuMTg3MzN9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">84</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/lpt.svg" alt="Livepeer">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Livepeer<span class="font-normal">&nbsp;-&nbsp;LPT</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">10.130&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlJBWSIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9yYXkuc3ZnIiwiY29sb3IiOiIjNUU1MUZEIiwibmFtZSI6IlJheWRpdW0iLCJsYXN0X3ByaWNlIjoxLjMsImgyNF9jaGFuZ2UiOjEuMTI4OH0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">85</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/ray.svg" alt="Raydium">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Raydium<span class="font-normal">&nbsp;-&nbsp;RAY</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">1.3000&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkdOTyIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9nbm8uc3ZnIiwiY29sb3IiOiIjM0U2OTU3IiwibmFtZSI6Ikdub3NpcyIsImxhc3RfcHJpY2UiOjEyOS41NSwiaDI0X2NoYW5nZSI6Mi41MzU1MX0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">86</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/gno.svg" alt="Gnosis">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Gnosis<span class="font-normal">&nbsp;-&nbsp;GNO</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">129.56&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkNPTVAiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvY29tcC5zdmciLCJjb2xvciI6IiMwMEQzOTUiLCJuYW1lIjoiQ29tcG91bmQiLCJsYXN0X3ByaWNlIjozNy4zOCwiaDI0X2NoYW5nZSI6MC43MzYzMX0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">87</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/comp.svg" alt="Compound">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Compound<span class="font-normal">&nbsp;-&nbsp;COMP</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">37.380&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IjFJTkNIIiwibG9nb191cmwiOiJodHRwczpcL1wvZGtzdG9yYWdlcHVibGljcHJvZC5ibG9iLmNvcmUud2luZG93cy5uZXRcL3B1YmxpYy1hc3NldHNcLzFpbmNoLnN2ZyIsImNvbG9yIjoiIzFGMEQ1MSIsIm5hbWUiOiIxaW5jaCBOZXR3b3JrIiwibGFzdF9wcmljZSI6MC4yMjYxNDMsImgyNF9jaGFuZ2UiOi0wLjcwMTY0fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">88</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/1inch.svg" alt="1inch Network">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        1inch Network<span class="font-normal">&nbsp;-&nbsp;1INCH</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.2262&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkNSViIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9jcnYuc3ZnIiwiY29sb3IiOiIjRDRGRjIzIiwibmFtZSI6IkN1cnZlIERBTyBUb2tlbiIsImxhc3RfcHJpY2UiOjAuMjM0NDU0LCJoMjRfY2hhbmdlIjotMC4xNTk1M30=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">89</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/crv.svg" alt="Curve DAO Token">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Curve DAO Token<span class="font-normal">&nbsp;-&nbsp;CRV</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.2345&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IktBVkEiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wva2F2YS5zdmciLCJjb2xvciI6IiNGRDQ5M0QiLCJuYW1lIjoiS2F2YSIsImxhc3RfcHJpY2UiOjAuMjU1MzQzLCJoMjRfY2hhbmdlIjoyLjA5ODU5fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">90</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/kava.svg" alt="Kava">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Kava<span class="font-normal">&nbsp;-&nbsp;KAVA</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.2554&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IktTTSIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9rc20uc3ZnIiwiY29sb3IiOiIjMDAwMDAwIiwibmFtZSI6Ikt1c2FtYSIsImxhc3RfcHJpY2UiOjE2LjA5LCJoMjRfY2hhbmdlIjo0LjMxODgyfQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">91</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/ksm.svg" alt="Kusama">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Kusama<span class="font-normal">&nbsp;-&nbsp;KSM</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">16.090&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6Ik9TTU8iLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvb3Ntby5zdmciLCJjb2xvciI6IiNCRDJDQjMiLCJuYW1lIjoiT3Ntb3NpcyIsImxhc3RfcHJpY2UiOjAuMzMxMTcxLCJoMjRfY2hhbmdlIjowLjk0NTQ2fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">92</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/osmo.svg" alt="Osmosis">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Osmosis<span class="font-normal">&nbsp;-&nbsp;OSMO</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.3312&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkFSS00iLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvYXJrbS5zdmciLCJjb2xvciI6IiMwMDAwMDAiLCJuYW1lIjoiQXJraGFtIiwibGFzdF9wcmljZSI6MC44NTgzMTUsImgyNF9jaGFuZ2UiOjEuOTcxNzd9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">93</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/arkm.svg" alt="Arkham">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Arkham<span class="font-normal">&nbsp;-&nbsp;ARKM</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.8584&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkpUTyIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9qdG8uc3ZnIiwiY29sb3IiOiIjQjk2QkZDIiwibmFtZSI6IkppdG8iLCJsYXN0X3ByaWNlIjoxLjc2LCJoMjRfY2hhbmdlIjoxLjI5NDk1fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">94</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/jto.svg" alt="Jito">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Jito<span class="font-normal">&nbsp;-&nbsp;JTO</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">1.7600&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IklMViIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9pbHYuc3ZnIiwiY29sb3IiOiIjMjkyNDZEIiwibmFtZSI6IklsbHV2aXVtIiwibGFzdF9wcmljZSI6MzIuNDgsImgyNF9jaGFuZ2UiOjMuOTY3ODl9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">95</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/ilv.svg" alt="Illuvium">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Illuvium<span class="font-normal">&nbsp;-&nbsp;ILV</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">32.480&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkJBVCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9iYXQuc3ZnIiwiY29sb3IiOiIjRkY1MDAwIiwibmFtZSI6IkJhc2ljIEF0dGVudGlvbiBUb2tlbiIsImxhc3RfcHJpY2UiOjAuMTQxMjg1LCJoMjRfY2hhbmdlIjoxLjc4Njk4fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">96</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/bat.svg" alt="Basic Attention Token">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Basic Attention Token<span class="font-normal">&nbsp;-&nbsp;BAT</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.1413&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlpSWCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC96cnguc3ZnIiwiY29sb3IiOiIjMjYyNzJCIiwibmFtZSI6IjB4IFByb3RvY29sIiwibGFzdF9wcmljZSI6MC4yNDQ0OTUsImgyNF9jaGFuZ2UiOjMuMDYyNDl9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">97</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/zrx.svg" alt="0x Protocol">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        0x Protocol<span class="font-normal">&nbsp;-&nbsp;ZRX</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.2445&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkVOSiIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9lbmouc3ZnIiwiY29sb3IiOiIjQTY5QUUzIiwibmFtZSI6IkVuamluIENvaW4iLCJsYXN0X3ByaWNlIjowLjEyMTQ5LCJoMjRfY2hhbmdlIjozLjE3OTEyfQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">98</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/enj.svg" alt="Enjin Coin">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Enjin Coin<span class="font-normal">&nbsp;-&nbsp;ENJ</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.1215&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkNFTE8iLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvY2Vsby5zdmciLCJjb2xvciI6IiNGQ0ZGNTIiLCJuYW1lIjoiQ2VsbyIsImxhc3RfcHJpY2UiOjAuMzY3MTM1LCJoMjRfY2hhbmdlIjoxLjc0Njh9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">99</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/celo.svg" alt="Celo">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Celo<span class="font-normal">&nbsp;-&nbsp;CELO</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.3672&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkFOS1IiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvYW5rci5zdmciLCJjb2xvciI6IiM0Mjc5RDEiLCJuYW1lIjoiQW5rciIsImxhc3RfcHJpY2UiOjAuMDE5OTQ1MjQsImgyNF9jaGFuZ2UiOjEuMzc5Mjl9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">100</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/ankr.svg" alt="Ankr">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Ankr<span class="font-normal">&nbsp;-&nbsp;ANKR</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.0200&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkdNWCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9nbXguc3ZnIiwiY29sb3IiOiIjMzAzRkQwIiwibmFtZSI6IkdNWCIsImxhc3RfcHJpY2UiOjIwLjU3LCJoMjRfY2hhbmdlIjoyLjM5NzM1fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">101</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/gmx.svg" alt="GMX">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        GMX<span class="font-normal">&nbsp;-&nbsp;GMX</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">20.570&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6Ik1BU0siLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvbWFzay5zdmciLCJjb2xvciI6IiM0NTZFRkYiLCJuYW1lIjoiTWFzayBOZXR3b3JrIiwibGFzdF9wcmljZSI6MS43MywiaDI0X2NoYW5nZSI6MS45MzkzOH0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">102</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/mask.svg" alt="Mask Network">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Mask Network<span class="font-normal">&nbsp;-&nbsp;MASK</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">1.7300&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkJJQ08iLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvYmljby5zdmciLCJjb2xvciI6IiNGRjRFMTciLCJuYW1lIjoiQmljb25vbXkiLCJsYXN0X3ByaWNlIjowLjE4ODQ0NywiaDI0X2NoYW5nZSI6NC4zODMyOX0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">103</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/bico.svg" alt="Biconomy">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Biconomy<span class="font-normal">&nbsp;-&nbsp;BICO</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.1885&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6Ik1FVElTIiwibG9nb191cmwiOiJodHRwczpcL1wvZGtzdG9yYWdlcHVibGljcHJvZC5ibG9iLmNvcmUud2luZG93cy5uZXRcL3B1YmxpYy1hc3NldHNcL21ldGlzLnN2ZyIsImNvbG9yIjoiIzAwRDJGRiIsIm5hbWUiOiJNZXRpcyIsImxhc3RfcHJpY2UiOjI1LjU5LCJoMjRfY2hhbmdlIjoyLjc4ODg5fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">104</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/metis.svg" alt="Metis">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Metis<span class="font-normal">&nbsp;-&nbsp;METIS</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">25.590&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IllGSSIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC95Zmkuc3ZnIiwiY29sb3IiOiIjMDY1N0Y5IiwibmFtZSI6InllYXJuLmZpbmFuY2UiLCJsYXN0X3ByaWNlIjo0MzcwLjY3LCJoMjRfY2hhbmdlIjoyLjQwMzE5fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">105</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/yfi.svg" alt="yearn.finance">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        yearn.finance<span class="font-normal">&nbsp;-&nbsp;YFI</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">4,370.67&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkFVRElPIiwibG9nb191cmwiOiJodHRwczpcL1wvZGtzdG9yYWdlcHVibGljcHJvZC5ibG9iLmNvcmUud2luZG93cy5uZXRcL3B1YmxpYy1hc3NldHNcL2F1ZGlvLnN2ZyIsImNvbG9yIjoiIzg1MkFFOCIsIm5hbWUiOiJBdWRpdXMiLCJsYXN0X3ByaWNlIjowLjExMDE2OCwiaDI0X2NoYW5nZSI6Mi40ODY3fQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">106</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/audio.svg" alt="Audius">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Audius<span class="font-normal">&nbsp;-&nbsp;AUDIO</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.1102&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkJBTkQiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvYmFuZC5zdmciLCJjb2xvciI6IiM0NTIwRTYiLCJuYW1lIjoiQmFuZCBQcm90b2NvbCIsImxhc3RfcHJpY2UiOjAuOTA0MTk1LCJoMjRfY2hhbmdlIjoxLjk5NDQyfQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">107</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/band.svg" alt="Band Protocol">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Band Protocol<span class="font-normal">&nbsp;-&nbsp;BAND</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.9042&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkNTUFIiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvY3Nwci5zdmciLCJjb2xvciI6IiNGRjJEMkUiLCJuYW1lIjoiQ2FzcGVyIiwibGFzdF9wcmljZSI6MC4wMTAxNTA4NiwiaDI0X2NoYW5nZSI6Mi42Njc4NH0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">108</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/cspr.svg" alt="Casper">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Casper<span class="font-normal">&nbsp;-&nbsp;CSPR</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.0102&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IklDWCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9pY3guc3ZnIiwiY29sb3IiOiIjNURDMkM3IiwibmFtZSI6Ikljb24iLCJsYXN0X3ByaWNlIjowLjEwNjY2MSwiaDI0X2NoYW5nZSI6MS45ODIzOX0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">109</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/icx.svg" alt="Icon">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Icon<span class="font-normal">&nbsp;-&nbsp;ICX</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.1067&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlNVU0hJIiwibG9nb191cmwiOiJodHRwczpcL1wvZGtzdG9yYWdlcHVibGljcHJvZC5ibG9iLmNvcmUud2luZG93cy5uZXRcL3B1YmxpYy1hc3NldHNcL3N1c2hpLnN2ZyIsImNvbG9yIjoiI0YwNTdBNCIsIm5hbWUiOiJTdXNoaVN3YXAiLCJsYXN0X3ByaWNlIjowLjUwOTQ4OCwiaDI0X2NoYW5nZSI6MS42MTQ0Nn0=" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">110</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/sushi.svg" alt="SushiSwap">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        SushiSwap<span class="font-normal">&nbsp;-&nbsp;SUSHI</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.5095&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IkJBTCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9iYWwuc3ZnIiwiY29sb3IiOiIjMDAwMDAwIiwibmFtZSI6IkJhbGFuY2VyIiwibGFzdF9wcmljZSI6MS41MSwiaDI0X2NoYW5nZSI6LTEuMzA5MjN9" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">111</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/bal.svg" alt="Balancer">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Balancer<span class="font-normal">&nbsp;-&nbsp;BAL</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">1.5100&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlNUT1JKIiwibG9nb191cmwiOiJodHRwczpcL1wvZGtzdG9yYWdlcHVibGljcHJvZC5ibG9iLmNvcmUud2luZG93cy5uZXRcL3B1YmxpYy1hc3NldHNcL3N0b3JqLnN2ZyIsImNvbG9yIjoiIzAxNDlGRiIsIm5hbWUiOiJTdG9yaiIsImxhc3RfcHJpY2UiOjAuMzAyOTM3LCJoMjRfY2hhbmdlIjozLjk5MDYyfQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">112</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/storj.svg" alt="Storj">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Storj<span class="font-normal">&nbsp;-&nbsp;STORJ</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.3030&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6Ik9YVCIsImxvZ29fdXJsIjoiaHR0cHM6XC9cL2Rrc3RvcmFnZXB1YmxpY3Byb2QuYmxvYi5jb3JlLndpbmRvd3MubmV0XC9wdWJsaWMtYXNzZXRzXC9veHQuc3ZnIiwiY29sb3IiOiIjOUQ3NUVBIiwibmFtZSI6Ik9yY2hpZCIsImxhc3RfcHJpY2UiOjAuMDYwMjgzLCJoMjRfY2hhbmdlIjoxLjQ5NzcyfQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">113</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/oxt.svg" alt="Orchid">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Orchid<span class="font-normal">&nbsp;-&nbsp;OXT</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">0.0603&nbsp;€</span>
                                    </div>
                                </div>
                                                            <div data-json="eyJpZCI6IlJBUkkiLCJsb2dvX3VybCI6Imh0dHBzOlwvXC9ka3N0b3JhZ2VwdWJsaWNwcm9kLmJsb2IuY29yZS53aW5kb3dzLm5ldFwvcHVibGljLWFzc2V0c1wvcmFyaS5zdmciLCJjb2xvciI6IiNFRTdDRUIiLCJuYW1lIjoiUmFyaWJsZSIsImxhc3RfcHJpY2UiOjEuNDMsImgyNF9jaGFuZ2UiOi0wLjA1NjUxfQ==" class="flex flex-row py-1.5 px-3 my-1.5 rounded-xl bg-white cursor-pointer items-center transition-all crypto_item" style="min-height: 65px">
                                    <div class="text-base flex justify-start">
                                        <span class="w-[30px]">114</span>
                                    </div>

                                    <div class="w-[35px] h-[35px] ml-10 mr-3 flex justify-center">
                                        <img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/rari.svg" alt="Rarible">
                                    </div>

                                    <div class="text-base font-bold text-deskoin-black flex justify-center">
                                        Rarible<span class="font-normal">&nbsp;-&nbsp;RARI</span>
                                    </div>

                                    <div class="text-base flex ml-auto justify-end">
                                        <span class="font-bold">1.4300&nbsp;€</span>
                                    </div>
                                </div>
                                                    
                    </div>

                </div>
            </div>

            <div class="card swapper">
                <!-- converter field -->
                <div class="flex flex-col transition transform">
                    <div class="grid md:grid-cols-3 gap-6 w-full p-4 bg-white" style="border-radius: 15px; grid-template-columns: repeat(2, minmax(0, 1fr));">
                        <div>
                            <input hidden type="radio" name="action" id="buy" value="buy" checked>
                            <label for="buy" class="justify-center shadow">
                                <h3 class="text-deskoin-black">Achat</h3>
                            </label>
                        </div>
                        <div>
                            <input hidden type="radio" name="action" id="sell" value="sell">
                            <label for="sell" class="justify-center shadow">
                                <h3 class="text-deskoin-black">Vente</h3>
                            </label>
                        </div>
                    </div>
                </div>

                                    <div class="mt-[15px]">
                        <div class="bg-white w-full flex align-middle p-4" style="border-radius: 15px">
                            <div class="w-[64px] h-[64px] ml-2 mr-3 flex justify-center h-[64px]">
                                <img class="max-w-full max-h-full" src="https://dkstoragepublicprod.blob.core.windows.net/public-assets/btc.svg" alt="Bitcoin" id="calculator_crypto_img">
                            </div>

                            <div class="text-base font-bold text-deskoin-black flex w-full m-auto currency_name" id="calculator_crypto_name">
                                Bitcoin
                            </div>

                            <div class="text-base font-bold flex m-auto justify-end w-[100px] stats" id="calculator_crypto_percent">
                                - %
                            </div>
                        </div>
                    </div>

                    <div class="converter mt-[15px]">
                        <div class="p-1 m-auto">
                                <div id="calculator_buy_section">


                                    <div class="row">
                                        <input id="converterEuroBuy" class="card__field outline-none" type="number" min="0" placeholder="Montant en EUR...">
                                        <p class="card__ticker" style="cursor: default;"><img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://www.deskoin.com/images/icons/EUR.svg" alt="Euro"></p>
                                    </div>
                                    <div class="card-inside">
                                <span class="row">
                                    <input id="converterCryptoBuy" class="card__field outline-none" type="number" min="0" step="0.000001" placeholder="Montant en Bitcoin...">
                                    <p class="card__ticker" style="cursor: default;"><img id="converterCryptoImgBuy" class="max-w-full max-h-full w-[35px] h-[35px]" src="https://www.deskoin.com/images/icons/BTC.svg" alt="Bitcoin"></p>
                                    </span>
                                    </div>
                                    <div class="m-auto">
                                        <a href="https://connect.deskoin.com/register" class="button buy text-base link-button m-auto" id="converterCryptoBuyButton" style="background-color: #00e0d5; color: #252525;">Investir sur Bitcoin</a>
                                    </div>


                                </div>

                                <div id="calculator_sell_section" style="display: none">

                                            <div class="card-inside-inversed">
                                        <span class="row">
                                            <input id="converterCryptoSell" class="card__field outline-none" type="number" min="0" step="0.000001" placeholder="Montant en Bitcoin...">
                                            <p class="card__ticker" style="cursor: default;"><img id="converterCryptoImgSell" class="max-w-full max-h-full w-[35px] h-[35px]" src="https://www.deskoin.com/images/icons/BTC.svg" alt="Bitcoin"></p>
                                        </span>
                                            </div>
                                            <span class="row">
                                        <input id="converterEuroSell" class="card__field outline-none" type="number" min="0" placeholder="Montant en EUR...">
                                        <p class="card__ticker" style="cursor: default;"><img class="max-w-full max-h-full w-[35px] h-[35px]" src="https://www.deskoin.com/images/icons/EUR.svg" alt="Euro"></p>
                                    </span>
                                            <div>
                                                <a href="https://connect.deskoin.com/login" class="button buy text-base link-button m-auto" id="converterCryptoSellButton" style="background-color: #00e0d5; color: #383b61;">Vendre Bitcoin</a>
                                            </div>


                                    </div>


                        </div>
                    </div>
                
            </div>
            <div class="indicative_price text-deskoin-lightgrey">
                Les prix affichés sont donnés à titre indicatif.
            </div>
        </div>
    </section>

</div>

<footer class="footer" data-component="footer">
    <div class="call-to-action">
        <picture class="image">
            <source
                srcset="https://www.deskoin.com/images/landing/rocket.webp 1500w,                    https://www.deskoin.com/images/landing/rocket@0.75x.webp 1125w,                    https://www.deskoin.com/images/landing/rocket@0.5x.webp 750w,                    https://www.deskoin.com/images/landing/rocket@0.25x.webp 375w,                    https://www.deskoin.com/images/landing/rocket@0.1x.webp 150w"
                type="image/webp"
            >
            <img
                src="https://www.deskoin.com/images/landing/rocket.png"
                srcset="https://www.deskoin.com/images/landing/rocket.png 1500w,                    https://www.deskoin.com/images/landing/rocket@0.75x.png 1125w,                    https://www.deskoin.com/images/landing/rocket@0.5x.png 750w,                    https://www.deskoin.com/images/landing/rocket@0.25x.png 375w,                    https://www.deskoin.com/images/landing/rocket@0.1x.png 150w"
                alt="pouce"
            >
        </picture>
        <div class="flex flex-col">
            <p class="title">Investissez maintenant</p>
            <a class="button" href="https://connect.deskoin.com/register">Commencer</a>
        </div>
    </div>

   <div class="footer-nav">
       <div class="column-menu">
           <div class="title">Nos services</div>
           <div class="links">
               <a class="link" href="/#services">Achat</a>
               <a class="link" href="/#services">Vente</a>
               <a class="link" href="/#services">Échange</a>
               <a class="link" href="/#services">Conservation</a>
           </div>
       </div>

       <!--<div class="column-menu">
            <div class="title">À propos</div>
            <div class="links">
                <a class="link" href="/#about">L’équipe</a>
                <a class="link" href="/#about">Carrière</a>
                <a class="link" href="/#about">Blog</a>
                <a class="link" href="/#about">Presse</a>
            </div>
        </div>-->

        <div class="column-menu">
            <div class="title">Ressources</div>
            <div class="links">
                <a class="link" href="/#cryptomonnaies">Les cryptomonnaies</a>
                <a class="link" href="https://help.deskoin.com">Assistance (FAQ)</a>
                <a class="link" href="https://help.deskoin.com">Frais</a>
                <a class="link" target="_blank" href="https://dkstoragepublicprod.blob.core.windows.net/public-documents/CGUV-deskoin.pdf">CGUV</a>
                <a class="link" target="_blank" href="https://dkstoragepublicprod.blob.core.windows.net/public-documents/PP-deskoin.pdf">Politique de confidentialité</a>
            </div>
        </div>

        <div class="column-menu">
            <div class="title">Contact</div>
            <div class="links">
                <a class="link" href="https://deskoin.atlassian.net/servicedesk/customer/portals">Nous contacter</a>
                <a class="link" href="https://www.deskoin.com/career">Carrière</a>
                <div class="social-menu z-10 mt-4">
                     <a href="https://twitter.com/Deskoin" target="_blank">
                         <i class="fab fa-x-twitter"></i>
                     </a>
                     <a href="https://www.linkedin.com/company/deskoin/about" target="_blank">
                         <i class="fab fa-linkedin-in"></i>
                     </a>
                </div>
                
            </div>
        </div>
    </div>
    
    <!-- TrustBox widget - Micro Review Count -->
    <a target="_blank" href="https://fr.trustpilot.com/review/deskoin.com" style="width: 160%;" class="link trustpilot-widget" data-locale="fr-FR" data-template-id="5419b6a8b0d04a076446a9ad" data-businessunit-id="5f354ed8be9696000168858c" data-style-height="24px" data-style-width="100%" data-theme="dark">
    </a>
    <!-- End TrustBox widget -->

    <div class="self-stretch h-[39px] w-full mt-[30px] justify-center items-center gap-2.5 inline-flex">
        <a target="_blank" href="https://apps.apple.com/fr/app/deskoin/id6451258830">
            <img alt="Apple Store" class="w-[126px] h-[39px]" src="https://www.deskoin.com/images/landing/apple-store-badge.png" />
        </a>
        <a target="_blank" href="https://play.google.com/store/apps/details?id=com.deskoin.app">
            <img alt="Google Play" class="w-[126px] h-[39px]" src="https://www.deskoin.com/images/landing/google-play-badge.png" />
        </a>
    </div>

   

   <a class="legal-notice" href="https://www.deskoin.com/mentions">Mentions légales - Deskoin ©2024</a>
</footer>

<script>
    $(document).on('click', '.scroll', function () {
        $('html, body').animate({
            scrollTop: $('.' + $(this).data('target')).first().offset().top - 50
        }, 1000);
    });
</script>
    </div>
    <script src="/livewire/livewire.js?id=90730a3b0e7144480175" data-turbo-eval="false" data-turbolinks-eval="false" ></script><script data-turbo-eval="false" data-turbolinks-eval="false" >window.livewire = new Livewire();window.Livewire = window.livewire;window.livewire_app_url = '';window.livewire_token = 'mmofnYnWlG0uwEqqFBRnDtduqeaPKBIVVFTsBPQs';window.deferLoadingAlpine = function (callback) {window.addEventListener('livewire:load', function () {callback();});};let started = false;window.addEventListener('alpine:initializing', function () {if (! started) {window.livewire.start();started = true;}});document.addEventListener("DOMContentLoaded", function () {if (! started) {window.livewire.start();started = true;}});</script>
    <script >
    function refreshReCaptchaV3(fieldId,action){
        return new Promise(function (resolve, reject) {
            grecaptcha.ready(function () {
                grecaptcha.execute(window['client'+fieldId], {
                    action: action
                }).then(resolve);
            });
        });
    }

    function getReCaptchaV3Response(fieldId){
        return grecaptcha.getResponse(window['client'+fieldId])
    }
</script>


</body>

</html>