Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
tbf.ro
/
razvan
/
dist
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
index.html
| Size :
571.80
KB
Copy
<!DOCTYPE html> <html lang="ro"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>TBF Flash Sale</title> <!-- Favicons --> <link rel="apple-touch-icon" sizes="180x180" href="img/fav/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="img/fav/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="img/fav/favicon-16x16.png"> <link rel="manifest" href="img/fav/site.webmanifest"> <link rel="mask-icon" href="img/fav/safari-pinned-tab.svg" color="#5bbad5"> <link rel="shortcut icon" href="img/fav/favicon.ico"> <meta name="msapplication-TileColor" content="#111110"> <meta name="msapplication-config" content="img/fav/browserconfig.xml"> <meta name="theme-color" content="#ffffff"> <!-- OG Tags --> <meta property="og:title" content="Sistemele TBF de management și vânzări" /> <meta property="og:description" content="Crește afacerile accelerat cu ajutorul sistemelor TBF." /> <meta property="og:image" content="img/implementare-2.png" /> <!-- Fonts --> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet" /> <link rel="stylesheet" href="https://use.typekit.net/acd8glq.css"> <link rel="stylesheet" href="output.css?v=2"> <!-- AlpineJS --> <script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script> <!-- ScrollReveal --> <script src="https://unpkg.com/scrollreveal@4.0.0/dist/scrollreveal.min.js"></script> <!-- Confetti JS --> <script src="https://cdn.jsdelivr.net/npm/tsparticles-confetti@2.12.0/tsparticles.confetti.bundle.min.js"></script> <style> [x-cloak] { display: none; } html { scroll-behavior: smooth; } html.sr .load-hidden { visibility: hidden; } </style> <title>TBF</title> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PWGPK7G');</script> <!-- End Google Tag Manager --> </head> <body class="selection:bg-galben-300 selection:text-galben-950 bg-white"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PWGPK7G" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Top Menu --> <header x-data="{ serviciiOpen: false, despreOpen: false, mobileOpen: false }" class="bg-white/80 backdrop-blur-md sticky top-0 z-50 border-b border-slate-100"> <nav class="mx-auto flex max-w-7xl items-center justify-between p-6 lg:px-8" aria-label="Global"> <div class="flex lg:flex-1"> <a href="index.html" class="-m-1.5 p-1.5 hover:opacity-80 text-white"> <span class="sr-only"> TBF </span> <img class="h-4 w-auto" src="img/tbf.svg" alt="Logo TBF"> </a> </div> <!-- Mobile Menu Button Open --> <div class="flex md:hidden"> <button @click="mobileOpen = !mobileOpen" type="button" class="-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-white hover:text-galben-400"> <span class="sr-only"> Meniu </span> <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" /> </svg> </button> </div> <div class="hidden md:flex md:gap-x-12"> <div class="relative"> <button @click="serviciiOpen = !serviciiOpen" @keydown.escape="serviciiOpen = false" type="button" class="flex items-center gap-x-1 text-sm font-semibold leading-6 text-gray-900 hover:text-gray-600" aria-expanded="false"> Servicii <svg class="h-5 w-5 flex-none text-gray-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z" clip-rule="evenodd" /> </svg> </button> <!-- Submenu Servicii --> <div x-cloak x-show="serviciiOpen" @click.away="serviciiOpen = false" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="opacity-0 translate-y-1" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 translate-y-1" class="absolute -left-8 top-full z-50 mt-3 w-screen max-w-md overflow-hidden rounded-3xl bg-white/90 backdrop-blur-md shadow-lg ring-1 ring-gray-900/5"> <div class="p-4"> <div class="group relative flex gap-x-6 rounded-lg p-4 text-sm leading-6 hover:bg-gray-50"> <div class="mt-1 flex h-11 w-11 flex-none items-center justify-center rounded-lg bg-gray-50 group-hover:bg-white"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="h-6 w-6 text-gray-600 group-hover:text-galben-400"> <path stroke-linecap="round" stroke-linejoin="round" d="M10.5 6h9.75M10.5 6a1.5 1.5 0 11-3 0m3 0a1.5 1.5 0 10-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m-9.75 0h9.75" /> </svg> </div> <div class="flex-auto"> <a href="ziua-responsabilitatilor.html" class="block font-semibold text-gray-900"> Ziua Responsabilităților <span class="absolute inset-0"></span> </a> <p class="mt-1 text-gray-600"> Workshop implementare responsabilități </p> </div> </div> <div class="group relative flex gap-x-6 rounded-lg p-4 text-sm leading-6 hover:bg-gray-50"> <div class="mt-1 flex h-11 w-11 flex-none items-center justify-center rounded-lg bg-gray-50 group-hover:bg-white"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="h-6 w-6 text-gray-600 group-hover:text-galben-400"> <path stroke-linecap="round" stroke-linejoin="round" d="M18 18.72a9.094 9.094 0 003.741-.479 3 3 0 00-4.682-2.72m.94 3.198l.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0112 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 016 18.719m12 0a5.971 5.971 0 00-.941-3.197m0 0A5.995 5.995 0 0012 12.75a5.995 5.995 0 00-5.058 2.772m0 0a3 3 0 00-4.681 2.72 8.986 8.986 0 003.74.477m.94-3.197a5.971 5.971 0 00-.94 3.197M15 6.75a3 3 0 11-6 0 3 3 0 016 0zm6 3a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0zm-13.5 0a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z" /> </svg> </div> <div class="flex-auto"> <a href="ziua-recrutarilor.html" class="block font-semibold text-gray-900"> Ziua Recrutărilor <span class="absolute inset-0"></span> </a> <p class="mt-1 text-gray-600"> Workshop implementare proces recrutări </p> </div> </div> <div class="group relative flex gap-x-6 rounded-lg p-4 text-sm leading-6 hover:bg-gray-50"> <div class="mt-1 flex h-11 w-11 flex-none items-center justify-center rounded-lg bg-gray-50 group-hover:bg-white"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="h-6 w-6 text-gray-600 group-hover:text-galben-400"> <path stroke-linecap="round" stroke-linejoin="round" d="M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 00.75-.75 2.25 2.25 0 00-.1-.664m-5.8 0A2.251 2.251 0 0113.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0118 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3l1.5 1.5 3-3.75" /> </svg> </div> <div class="flex-auto"> <a href="ziua-procedurilor.html" class="block font-semibold text-gray-900"> Ziua Procedurilor <span class="absolute inset-0"></span> </a> <p class="mt-1 text-gray-600"> Workshop implementare proceduri </p> </div> </div> <div class="group relative flex gap-x-6 rounded-lg p-4 text-sm leading-6 hover:bg-gray-50"> <div class="mt-1 flex h-11 w-11 flex-none items-center justify-center rounded-lg bg-gray-50 group-hover:bg-white"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="h-6 w-6 text-gray-600 group-hover:text-galben-400"> <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z" /> </svg> </div> <div class="flex-auto"> <a href="ziua-vanzarilor.html" class="block font-semibold text-gray-900"> Ziua Vânzărilor <span class="absolute inset-0"></span> </a> <p class="mt-1 text-gray-600"> Workshop implementare proces de vânzări </p> </div> </div> </div> <div class="grid grid-cols-2 divide-x divide-gray-900/5 bg-gray-50"> <a href="index.html#clienti" @click="serviciiOpen = false" class="flex items-center justify-center group gap-x-2.5 p-3 text-sm font-semibold leading-6 text-gray-900 hover:bg-gray-100"> <svg class="h-5 w-5 flex-none text-gray-400 group-hover:text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M2 10a8 8 0 1116 0 8 8 0 01-16 0zm6.39-2.908a.75.75 0 01.766.027l3.5 2.25a.75.75 0 010 1.262l-3.5 2.25A.75.75 0 018 12.25v-4.5a.75.75 0 01.39-.658z" clip-rule="evenodd" /> </svg> Clienții noștri </a> <button @click="serviciiOpen = false" data-tf-popup="XUHqMzkJ" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="flex items-center justify-center group gap-x-2.5 p-3 text-sm font-semibold leading-6 text-gray-900 hover:bg-gray-100"> <svg class="h-5 w-5 flex-none text-gray-400 group-hover:text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M2 3.5A1.5 1.5 0 013.5 2h1.148a1.5 1.5 0 011.465 1.175l.716 3.223a1.5 1.5 0 01-1.052 1.767l-.933.267c-.41.117-.643.555-.48.95a11.542 11.542 0 006.254 6.254c.395.163.833-.07.95-.48l.267-.933a1.5 1.5 0 011.767-1.052l3.223.716A1.5 1.5 0 0118 15.352V16.5a1.5 1.5 0 01-1.5 1.5H15c-1.149 0-2.263-.15-3.326-.43A13.022 13.022 0 012.43 8.326 13.019 13.019 0 012 5V3.5z" clip-rule="evenodd" /> </svg> Contactează-ne </button> </div> </div> </div> <a href="fundamentul-zilei.html" class="text-sm font-semibold leading-6 text-gray-900 hover:text-gray-600"> Fundamente </a> <button data-tf-popup="Avc2QrAi" data-tf-opacity="100" data-tf-iframe-props="title=Software" data-tf-medium="snippet" class="text-sm font-semibold leading-6 text-gray-900 hover:text-gray-600"> Software </button> <div class="relative"> <button @click="despreOpen = !serviciiOpen" @keydown.escape="despreOpen = false" type="button" class="flex items-center gap-x-1 text-sm font-semibold leading-6 text-gray-900 hover:text-gray-600" aria-expanded="false"> Despre <svg class="h-5 w-5 flex-none text-gray-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z" clip-rule="evenodd" /> </svg> </button> <!-- SubMenu Despre --> <div x-cloak x-show="despreOpen" @click.away="despreOpen = false" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="opacity-0 translate-y-1" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 translate-y-1" class="absolute -left-8 top-full z-50 mt-3 w-96 rounded-3xl bg-white/90 backdrop-blur-md p-4 shadow-lg ring-1 ring-gray-900/5"> <div class="relative rounded-lg p-4 hover:bg-gray-50"> <button @click="$dispatch('open-misiune'); despreOpen=false;" class="block text-sm font-semibold leading-6 text-gray-900"> Misiunea TBF <span class="absolute inset-0"></span> </button> <p class="mt-1 text-sm leading-6 text-gray-600"> Povestea TBF, a fondatorului nostru (Răzvan Căzănescu) și a echipei noastre </p> </div> <div class="relative rounded-lg p-4 hover:bg-gray-50"> <a href="studiu-tbf.html" class="block text-sm font-semibold leading-6 text-gray-900"> Studiu TBF <span class="absolute inset-0"></span> </a> <p class="mt-1 text-sm leading-6 text-gray-600"> Cel mai mare studiu despre managementul afacerilor din România </p> </div> <div class="relative rounded-lg p-4 hover:bg-gray-50"> <button @click="despreOpen = false" data-tf-popup="sC5FZTip" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="block text-sm font-semibold leading-6 text-gray-900"> Alătură-te Echipei <span class="absolute inset-0"></span> </button> <p class="mt-1 text-sm leading-6 text-gray-600"> Suntem mereu în căutare de oameni remarcabili și nerezonabili </p> </div> </div> </div> </div> <div class="hidden md:flex lg:flex-1 md:justify-end"> <button data-tf-popup="XUHqMzkJ" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="text-sm font-semibold leading-6 text-gray-900 hover:text-gray-600"> Contact </button> </div> </nav> <!-- Mobile menu, show/hide based on menu open state. --> <div x-cloak x-show="mobileOpen" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="opacity-0 translate-y-1" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 translate-y-1" class="" role="dialog"> <div class="fixed inset-0 z-10"></div> <div class="fixed inset-y-0 right-0 z-10 flex w-full flex-col justify-between overflow-y-auto bg-white sm:max-w-sm sm:ring-1 sm:ring-gray-900/10"> <div class="p-6"> <div class="flex items-center justify-between"> <a href="index.html" class="-m-1.5 p-1.5 hover:opacity-80"> <span class="sr-only">TBF</span> <img class="h-4 w-auto" src="img/tbf.svg" alt="Logo TBF"> </a> <button @click="mobileOpen = false" type="button" class="-m-2.5 rounded-md p-2.5 text-gray-700 hover:text-gray-500"> <span class="sr-only"> Închide meniu </span> <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> </svg> </button> </div> <div class="mt-6 flow-root"> <div class="-my-6 divide-y divide-gray-500/10"> <div class="space-y-2 py-6"> <a href="ziua-responsabilitatilor.html" class="group -mx-3 flex items-center gap-x-6 rounded-lg p-3 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> <div class="flex h-11 w-11 flex-none items-center justify-center rounded-lg bg-gray-50 group-hover:bg-white"> <svg class="h-6 w-6 text-gray-600 group-hover:text-galben-400" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M10.5 6a7.5 7.5 0 107.5 7.5h-7.5V6z" /> <path stroke-linecap="round" stroke-linejoin="round" d="M13.5 10.5H21A7.5 7.5 0 0013.5 3v7.5z" /> </svg> </div> Ziua Responsabilităților </a> <a href="ziua-recrutarilor.html" class="group -mx-3 flex items-center gap-x-6 rounded-lg p-3 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> <div class="flex h-11 w-11 flex-none items-center justify-center rounded-lg bg-gray-50 group-hover:bg-white"> <svg class="h-6 w-6 text-gray-600 group-hover:text-galben-400" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M15.042 21.672L13.684 16.6m0 0l-2.51 2.225.569-9.47 5.227 7.917-3.286-.672zM12 2.25V4.5m5.834.166l-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243l-1.59-1.59" /> </svg> </div> Ziua Recrutărilor </a> <a href="ziua-procedurilor.html" class="group -mx-3 flex items-center gap-x-6 rounded-lg p-3 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> <div class="flex h-11 w-11 flex-none items-center justify-center rounded-lg bg-gray-50 group-hover:bg-white"> <svg class="h-6 w-6 text-gray-600 group-hover:text-galben-400" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M7.864 4.243A7.5 7.5 0 0119.5 10.5c0 2.92-.556 5.709-1.568 8.268M5.742 6.364A7.465 7.465 0 004.5 10.5a7.464 7.464 0 01-1.15 3.993m1.989 3.559A11.209 11.209 0 008.25 10.5a3.75 3.75 0 117.5 0c0 .527-.021 1.049-.064 1.565M12 10.5a14.94 14.94 0 01-3.6 9.75m6.633-4.596a18.666 18.666 0 01-2.485 5.33" /> </svg> </div> Ziua Procedurilor </a> <a href="ziua-vanzarilor.html" class="group -mx-3 flex items-center gap-x-6 rounded-lg p-3 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> <div class="flex h-11 w-11 flex-none items-center justify-center rounded-lg bg-gray-50 group-hover:bg-white"> <svg class="h-6 w-6 text-gray-600 group-hover:text-galben-400" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M13.5 16.875h3.375m0 0h3.375m-3.375 0V13.5m0 3.375v3.375M6 10.5h2.25a2.25 2.25 0 002.25-2.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v2.25A2.25 2.25 0 006 10.5zm0 9.75h2.25A2.25 2.25 0 0010.5 18v-2.25a2.25 2.25 0 00-2.25-2.25H6a2.25 2.25 0 00-2.25 2.25V18A2.25 2.25 0 006 20.25zm9.75-9.75H18a2.25 2.25 0 002.25-2.25V6A2.25 2.25 0 0018 3.75h-2.25A2.25 2.25 0 0013.5 6v2.25a2.25 2.25 0 002.25 2.25z" /> </svg> </div> Ziua Vânzărilor </a> </div> <div class="space-y-2 py-6"> <a href="#" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> Newsletter </a> <a href="#" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> Software </a> <button @click="$dispatch('open-misiune'); mobileOpen=false;" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> Misiunea TBF </button> <a href="studiu-tbf.html" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> Studiu TBF </a> <button data-tf-popup="sC5FZTip" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> Alătură-te Echipei </button> </div> </div> </div> </div> <div class="sticky bottom-0 grid grid-cols-2 divide-x divide-gray-900/5 bg-gray-50 text-center"> <a href="index.html#clienti" class="p-3 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-100"> Clienții noștri </a> <a href="#" class="p-3 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-100"> Contactează-ne </a> </div> </div> </div> </header> <!-- Hero Section --> <div class="relative pt-14 pb-0 lg:pt-28 mt-0 lg:pb-20 overflow-hidden xl:overflow-visible"> <svg class="absolute inset-x-0 w-auto top-56 lg:inset-y-0 transform-gpu blur-3xl opacity-40" xmlns="http://www.w3.org/2000/svg" width="1440" height="999" viewBox="0 0 1440 999" fill="none"> <path d="M0 603.039C51.3206 476.942 41.5 -147.5 328 346.071C530.617 695.132 636.488 952.864 843.978 977.715C1051.47 1002.57 923.438 53.1122 1062.5 264.071C1201.56 475.03 1287.34 204.109 1305 182.571C1322.66 161.034 1797.56 658.076 1335 838.071C822.5 1037.5 765.404 -43.9261 644 24.0005C522.596 91.9271 334.964 1117.56 238.945 932C162.129 783.556 193.878 488.907 238.945 463.872" stroke="url(#paint0_linear_144_46)" stroke-width="41" /> <defs> <linearGradient id="paint0_linear_144_46" x1="-513" y1="434" x2="1492.5" y2="1657.51" gradientUnits="userSpaceOnUse"> <stop stop-color="#FFFEF0" stop-opacity="0" /> <stop offset="0.197917" stop-color="#FFF96B" stop-opacity="0.24" /> <stop offset="0.416667" stop-color="#FEC710" /> <stop offset="0.588542" stop-color="#FFF09E" stop-opacity="0" /> <stop offset="0.747779" stop-color="#FDC024" /> <stop offset="0.903438" stop-color="#FEC710" stop-opacity="0.04" /> </linearGradient> </defs> </svg> <!-- Hero content --> <div class="relative z-10 grid items-center max-w-screen-xl gap-16 px-5 mx-auto sm:px-6 lg:px-8 lg:grid-cols-2 lg:gap-8"> <div class="reveal-0-1000 load-hidden flex flex-col items-center max-w-2xl mx-auto lg:items-start group"> <h1 class="font-display text-[2.5rem] leading-[3rem] font-bold text-center text-neutru-950 group-hover:-translate-y-3 transition ease-out duration-[3000ms] sm:text-6xl lg:text-left sm:leading-[4.3rem]"> Crește afacerile accelerat cu ajutorul <span class="relative whitespace-nowrap"> <svg class="absolute top-2/3 left-0 h-[0.6em] w-full fill-galben-400/40 group-hover:translate-y-2 group-hover:rotate-3 transition ease-out duration-[3000ms]" xmlns="http://www.w3.org/2000/svg" width="249" height="22" viewBox="0 0 249 22" fill="currentColor"> <path d="M247.564 18.5807C241.772 13.3568 232.473 12.7526 225.225 11.4427C217.124 9.97395 208.996 8.57031 200.846 7.46093C186.542 5.51302 172.169 4.08854 157.79 3.01562C126.033 0.645827 94.0929 0.0338481 62.3387 2.36979C42.1785 3.85416 22.008 5.90885 2.32917 10.8463C-0.0155171 11.4349 0.207047 14.6719 2.6889 14.7083C22.0261 14.9896 41.3866 12.6406 60.7109 11.8568C79.9471 11.0807 99.2274 10.6719 118.484 10.9557C142.604 11.3125 166.719 12.8333 190.722 15.5156C199.956 16.5469 209.195 17.6016 218.411 18.8255C227.864 20.0807 237.259 22 246.767 20.7422C247.709 20.6198 248.426 19.3568 247.564 18.5807Z" /> </svg> <span class="relative"> sistemelor </span> </span> TBF </h1> <p class="mt-6 text-lg leading-8 text-center text-neutru-700 lg:text-left group-hover:-translate-y-2 transition ease-out duration-[3000ms]"> Sistemele TBF de management și vânzări oferă structură, predictibilitate și creștere accelerată pentru afacerile românești. Sistemele au fost create în 17 ani de către Răzvan Căzănescu, fondatorul TBF. </p> <div class="flex flex-wrap items-center justify-center mt-10 gap-y-6 gap-x-6 lg:justify-start"> <a href="#servicii" class="js-trigger h-11 bg-galben-300 font-medium text-neutru-950 hover:bg-galben-400 inline-flex items-center rounded-full gap-2.5 justify-center px-10 py-3 text-sm leading-none outline-offset-2 transition-all duration-200 ease-in-out active:transition-none"> Implementează </a> <button x-data @click="$dispatch('open-misiune')" class="flex items-center gap-1 text-sm font-medium duration-200 ease-in-out group text-neutru-900 hover:text-neutru-950 sm:text-md"> Vezi Povestea <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5 text-neutru-900 duration-300 ease-in-out group-hover:-translate-y-0 group-hover:translate-x-0.5 group-hover:text-neutru-950"> <path fill-rule="evenodd" d="M5 10a.75.75 0 01.75-.75h6.638L10.23 7.29a.75.75 0 111.04-1.08l3.5 3.25a.75.75 0 010 1.08l-3.5 3.25a.75.75 0 11-1.04-1.08l2.158-1.96H5.75A.75.75 0 015 10z" clip-rule="evenodd" /> </svg> </button> </div> </div> <!-- Hero graphics --> <div class="w-full mt-5 max-w-lg mx-auto lg:mr-0 hover:-translate-y-5 transition ease-out duration-[3000ms] group lg:mt-0"> <div class="relative aspect-h-5 aspect-w-4 rounded-2xl"> <img class="reveal-0-1000 load-hidden object-cover object-center w-full h-full rounded-2xl shadow-2xl shadow-galben-400/20" src="img/implementare-2.png" alt /> <div> <div class="reveal-0-2000 load-hidden w-20 h-auto -top-9 -right-9 -z-10 hidden lg:absolute"> <svg xmlns="http://www.w3.org/2000/svg" width="82" height="84" viewBox="0 0 82 84" class="w-20 h-auto text-galben-400"> <g clip-path="url(#clip0_102_2463)"> <path d="M41.5816 1.21606C39.7862 5.82482 40.3852 10.0977 40.5593 14.9633C40.7854 21.2812 40.9774 27.5593 41.4363 33.8661" stroke="currentColor" stroke-width="1.90596" stroke-linecap="round" /> <path d="M41.0651 45.1798C39.7505 51.5096 40.3418 57.6794 40.8893 64.0791C41.4093 70.1568 42.1389 76.2117 42.8566 82.2682" stroke="currentColor" stroke-width="1.90596" stroke-linecap="round" /> <path d="M1.13412 46.6647C5.16695 44.8703 8.9688 44.7974 13.3092 44.5029C19.8761 44.0572 26.2025 43.2089 32.656 41.952" stroke="currentColor" stroke-width="1.90596" stroke-linecap="round" /> <path d="M47.2629 40.0959C58.4139 39.3819 69.3895 37.5305 80.4472 35.9965" stroke="currentColor" stroke-width="1.90596" stroke-linecap="round" /> <path d="M49.3429 34.6508L52.917 28.1667" stroke="currentColor" stroke-width="1.90596" stroke-linecap="round" /> <path d="M32.9786 50.3504L28.6387 54.6391" stroke="currentColor" stroke-width="1.90596" stroke-linecap="round" /> <path d="M52.6361 48.6656L56.9506 51.5758" stroke="currentColor" stroke-width="1.90596" stroke-linecap="round" /> <path d="M31.549 30.8471C26.8741 29.4323 22.7143 27.3543 18.2738 25.3586" stroke="currentColor" stroke-width="1.90596" stroke-linecap="round" /> </g> <defs> <clippath id="clip0_102_2463"> <rect width="82" height="84" fill="white" /> </clippath> </defs> </svg> </div> <!-- Floating divs over image --> <div> <!-- Companii --> <div class="reveal-500-1000 load-hidden absolute -right-10 xl:-left-44 top-6 md:top-12 inline-flex h-12 w-max items-center justify-center gap-3.5 rounded-2xl bg-white/70 lg:bg-white/80 px-8 text-sm font-semibold text-neutru-800 shadow-lg shadow-galben-400/5 ring-1 ring-galben-600/5 backdrop-blur-md lg:px-10 group-hover:translate-y-3 group-hover:rotate-2 transition duration-[3000ms] ease-out"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="h-auto w-7 text-galben-400 lg:text-galben-300"> <path stroke-linecap="round" stroke-linejoin="round" d="M6.115 5.19l.319 1.913A6 6 0 008.11 10.36L9.75 12l-.387.775c-.217.433-.132.956.21 1.298l1.348 1.348c.21.21.329.497.329.795v1.089c0 .426.24.815.622 1.006l.153.076c.433.217.956.132 1.298-.21l.723-.723a8.7 8.7 0 002.288-4.042 1.087 1.087 0 00-.358-1.099l-1.33-1.108c-.251-.21-.582-.299-.905-.245l-1.17.195a1.125 1.125 0 01-.98-.314l-.295-.295a1.125 1.125 0 010-1.591l.13-.132a1.125 1.125 0 011.3-.21l.603.302a.809.809 0 001.086-1.086L14.25 7.5l1.256-.837a4.5 4.5 0 001.528-1.732l.146-.292M6.115 5.19A9 9 0 1017.18 4.64M6.115 5.19A8.965 8.965 0 0112 3c1.929 0 3.716.607 5.18 1.64" /> </svg> 1000+ companii </div> <!-- Industrii --> <div class="reveal-700-1000 load-hidden absolute bottom-16 -left-10 lg:-left-24 inline-flex h-12 w-max items-center justify-center gap-3.5 rounded-2xl bg-white/70 lg:bg-white/80 px-8 text-sm font-semibold text-neutru-800 shadow-lg shadow-galben-400/5 ring-1 ring-galben-600/5 backdrop-blur-md lg:px-10 group-hover:translate-y-3 group-hover:translate-x-2 group-hover:-rotate-2 transition duration-[3000ms] ease-out"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-auto h-6 text-galben-400 lg:text-galben-300"> <path stroke-linecap="round" stroke-linejoin="round" d="M10.5 6a7.5 7.5 0 107.5 7.5h-7.5V6z" /> <path stroke-linecap="round" stroke-linejoin="round" d="M13.5 10.5H21A7.5 7.5 0 0013.5 3v7.5z" /> </svg> 23 industrii </div> <!-- Fundamente --> <div class="reveal-900-1000 load-hidden absolute -right-10 md:-right-36 bottom-10 md:bottom-40 lg:top-[370px] hidden h-12 w-max items-center justify-center gap-3.5 rounded-2xl bg-white/70 lg:bg-white/80 px-8 text-sm font-semibold text-neutru-800 shadow-lg shadow-galben-400/5 ring-1 ring-galben-600/5 backdrop-blur-md md:inline-flex lg:hidden lg:px-10 2xl:inline-flex group-hover:translate-y-3 group-hover:-translate-x-2 group-hover:-rotate-3 transition duration-[3000ms] ease-out"> €1,764,000,000/an <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6 text-galben-300"> <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z" /> </svg> </div> </div> </div> </div> </div> </div> </div> <!-- Testimoniale --> <div id="clienti" class="mb-20 scroll-mt-40 lg:mb-32 max-w-6xl mx-auto relative"> <div class="mx-auto max-w-2xl mb-20 text-center mt-32 relative px-8 lg:px-0"> <h2 class="text-3xl font-display font-bold tracking-tight text-neutru-950 sm:text-5xl"> Ne folosesc sistemele </h2> <p class="mt-6 text-lg leading-8 text-neutru-700"> Companii românești din 23 de industrii cu cifră totală de aproape 2 miliarde de euro pe an <span class="relative"> (€1,764,000,000) <svg class="absolute top-0 left-0 -z-10 transform-gpu blur-xl text-galben-400" xmlns="http://www.w3.org/2000/svg" width="39" height="43" viewBox="0 0 39 43" fill="none"> <path d="M0 0H17L39 43H22L0 0Z" fill="currentColor" /> </svg> </span> folosesc sistemele TBF. Peste 50 dintre aceste companii sunt numărul 1 în industria lor. </p> </div> <!-- Testimoniale cu Poza --> <div x-data="{ videoModal: false, company: '', player: null }"> <ul id="testimonial-list" role="list" class="mx-auto mt-0 mb-5 grid max-w-4xl grid-cols-2 gap-x-0 xl:gap-x-4 gap-y-2 text-center sm:grid-cols-3 md:grid-cols-4 lg:mx-0 lg:max-w-none lg:grid-cols-5 xl:grid-cols-6"> <li @click="videoModal = true; player = loadVideoPlayer('854431374');" class="load-hidden group py-6 cursor-pointer rounded-xl relative"> <div class="opacity-0 group-hover:opacity-100 transition duration-300 bg-galben-50 absolute top-0 left-0 w-full h-1/2 rounded-full transform-gpu -z-10 blur-lg"> </div> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/daniel-craciun-lensa.png"> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-300 ring-2 ring-white"> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">Lensa</h3> <p class="text-sm leading-6 text-neutru-600">Daniel Crăciun</p> <p class="text-sm leading-6 text-neutru-600">€26,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('854433898'); " class="load-hidden group py-6 cursor-pointer rounded-xl relative"> <div class="opacity-0 group-hover:opacity-100 transition duration-300 bg-galben-50 absolute top-0 left-0 w-full h-1/2 rounded-full transform-gpu -z-10 blur-lg"> </div> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/cosmin-raileanu-vindem-ieftin.png"> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-300 ring-2 ring-white"> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">Vindem Ieftin</h3> <p class="text-sm leading-6 text-neutru-600">Cosmin Răileanu</p> <p class="text-sm leading-6 text-neutru-600">€15,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('854435659'); " class="load-hidden group py-6 cursor-pointer rounded-xl relative"> <div class="opacity-0 group-hover:opacity-100 transition duration-300 bg-galben-50 absolute top-0 left-0 w-full h-1/2 rounded-full transform-gpu -z-10 blur-lg"> </div> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/octavian-blajan-euroteam.png"> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-300 ring-2 ring-white"> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">Euro Team GB</h3> <p class="text-sm leading-6 text-neutru-600">Octavian Blăjan</p> <p class="text-sm leading-6 text-neutru-600">€17,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('854437242'); " class="load-hidden group py-6 cursor-pointer rounded-xl relative"> <div class="opacity-0 group-hover:opacity-100 transition duration-300 bg-galben-50 absolute top-0 left-0 w-full h-1/2 rounded-full transform-gpu -z-10 blur-lg"> </div> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/adrian-dragomir-termene.png"> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-300 ring-2 ring-white"> <svg viewBox="0 0 24 24" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">Termene</h3> <p class="text-sm leading-6 text-neutru-600">Adrian Dragomir</p> <p class="text-sm leading-6 text-neutru-600">€2,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('854437780'); " class="load-hidden group py-6 cursor-pointer rounded-xl relative"> <div class="opacity-0 group-hover:opacity-100 transition duration-300 bg-galben-50 absolute top-0 left-0 w-full h-1/2 rounded-full transform-gpu -z-10 blur-lg"> </div> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/marian-spinu-deepserv.png"> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-300 ring-2 ring-white"> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">Deep Serv</h3> <p class="text-sm leading-6 text-neutru-600">Marian Spînu</p> <p class="text-sm leading-6 text-neutru-600">€9,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('854438987'); " class="load-hidden group py-6 cursor-pointer rounded-xl relative"> <div class="opacity-0 group-hover:opacity-100 transition duration-300 bg-galben-50 absolute top-0 left-0 w-full h-1/2 rounded-full transform-gpu -z-10 blur-lg"> </div> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/mihai-vinatoru-dwf.png"> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-300 ring-2 ring-white"> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">DWF</h3> <p class="text-sm leading-6 text-neutru-600">Mihai Vânătoru</p> <p class="text-sm leading-6 text-neutru-600">€4,500,000 / an</p> </li> <li class="load-hidden group py-6 rounded-xl"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/marian-alecsiu-f64.png"> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">F64</h3> <p class="text-sm leading-6 text-neutru-600">Marian Alecsiu</p> <p class="text-sm leading-6 text-neutru-600">€28,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('857106803'); " class="load-hidden group py-6 cursor-pointer rounded-xl relative"> <div class="opacity-0 group-hover:opacity-100 transition duration-300 bg-galben-50 absolute top-0 left-0 w-full h-1/2 rounded-full transform-gpu -z-10 blur-lg"> </div> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/delia-dragomir-eucom.png"> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-300 ring-2 ring-white"> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">Eucom</h3> <p class="text-sm leading-6 text-neutru-600">Delia Dragomir</p> <p class="text-sm leading-6 text-neutru-600">€2,500,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('854440136'); " class="load-hidden group py-6 cursor-pointer rounded-xl relative"> <div class="opacity-0 group-hover:opacity-100 transition duration-300 bg-galben-50 absolute top-0 left-0 w-full h-1/2 rounded-full transform-gpu -z-10 blur-lg"> </div> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/bernat-nyulas-fomco.png"> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-300 ring-2 ring-white"> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">Fomco</h3> <p class="text-sm leading-6 text-neutru-600">Bernat Nyulas</p> <p class="text-sm leading-6 text-neutru-600">€27,000,000 / an</p> </li> <li class="load-hidden group py-6 rounded-xl"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/lidia-fati-dacris.png"> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">Dacris</h3> <p class="text-sm leading-6 text-neutru-600">Lidia Fați</p> <p class="text-sm leading-6 text-neutru-600">€28,000,000 / an</p> </li> <li class="load-hidden group py-6 rounded-xl"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/ciprian-chelariu-izotec.png"> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">Izotec</h3> <p class="text-sm leading-6 text-neutru-600">Ciprian Chelariu</p> <p class="text-sm leading-6 text-neutru-600">€8,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('854441590'); " class="load-hidden group py-6 cursor-pointer rounded-xl relative"> <div class="opacity-0 group-hover:opacity-100 transition duration-300 bg-galben-50 absolute top-0 left-0 w-full h-1/2 rounded-full transform-gpu -z-10 blur-lg"> </div> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/lucian-florea-fryday.png"> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-300 ring-2 ring-white"> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">Fryday</h3> <p class="text-sm leading-6 text-neutru-600">Lucian Florea</p> <p class="text-sm leading-6 text-neutru-600">€4,100,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('857110867'); " class="load-hidden group py-6 cursor-pointer rounded-xl relative"> <div class="opacity-0 group-hover:opacity-100 transition duration-300 bg-galben-50 absolute top-0 left-0 w-full h-1/2 rounded-full transform-gpu -z-10 blur-lg"> </div> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/andu-stancu-frontera.png"> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-300 ring-2 ring-white"> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">Frontera</h3> <p class="text-sm leading-6 text-neutru-600">Alexandru Stancu</p> <p class="text-sm leading-6 text-neutru-600">€9,500,000 / an</p> </li> <li class="load-hidden group py-6 rounded-xl"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/bogdan-ghinea-eden.png"> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">Eden Boutique</h3> <p class="text-sm leading-6 text-neutru-600">Bogdan Ghinea</p> <p class="text-sm leading-6 text-neutru-600">€3,600,000 / an</p> </li> <li class="load-hidden group md:hidden lg:list-item py-6 rounded-xl"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/catalin-priscornita-blitz.png"> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">Blitz Imobiliare </h3> <p class="text-sm leading-6 text-neutru-600">Cătălin Priscorniță</p> <p class="text-sm leading-6 text-neutru-600">€5,200,000 / an</p> </li> <li class="load-hidden group md:hidden lg:list-item py-6 rounded-xl"> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/dan-jalba-alphaclinic.png"> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">Alpha Clinic</h3> <p class="text-sm leading-6 text-neutru-600">Dan Jalbă</p> <p class="text-sm leading-6 text-neutru-600">€2,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('854441969'); " class="load-hidden group py-6 cursor-pointer rounded-xl relative"> <div class="opacity-0 group-hover:opacity-100 transition duration-300 bg-galben-50 absolute top-0 left-0 w-full h-1/2 rounded-full transform-gpu -z-10 blur-lg"> </div> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/adrian-bianu-rinapack.png"> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-300 ring-2 ring-white"> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">Rina Pack</h3> <p class="text-sm leading-6 text-neutru-600">Adrian Bianu</p> <p class="text-sm leading-6 text-neutru-600">€5,000,000 / an</p> </li> <li @click="videoModal = true; player = loadVideoPlayer('854442216'); " class="group py-6 cursor-pointer rounded-xl relative"> <div class="opacity-0 group-hover:opacity-100 transition duration-300 bg-galben-50 absolute top-0 left-0 w-full h-1/2 rounded-full transform-gpu -z-10 blur-lg"> </div> <span class="relative inline-block"> <img class="mx-auto h-20 w-20 rounded-full outline outline-1 outline-gray-200 shadow-sm" src="img/people/stefan-irimia-allaboutparenting.png"> <span class="absolute bottom-0 right-0 block h-6 w-6 rounded-full bg-galben-300 ring-2 ring-white"> <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" class="h-6 w-6 flex-none"> <path d="M9.5 14.382V9.618a.5.5 0 0 1 .724-.447l4.764 2.382a.5.5 0 0 1 0 .894l-4.764 2.382a.5.5 0 0 1-.724-.447Z" fill="#fff" stroke="#fff"></path> </svg> </span> </span> <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-neutru-900">All About Parenting</h3> <p class="text-sm leading-6 text-neutru-600">Ștefan Irimia</p> <p class="text-sm leading-6 text-neutru-600">€2,500,000 / an</p> </li> </ul> <!-- Video Modal --> <div x-show="videoModal" class="fixed inset-0 z-50 overflow-y-auto" aria-labelledby="modal-title" role="dialog" aria-modal="true"> <div class="flex items-center justify-center min-h-screen px-4 text-center"> <div x-cloak @click="videoModal = false; player.destroy(); " x-show="videoModal" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-200 transform" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="fixed inset-0 transition-opacity bg-white bg-opacity-70 backdrop-blur-sm" aria-hidden="true"> <button @click="misiuneModal = false; player.destroy(); " class="absolute top-3 right-3 text-gray-900 hover:text-galben-400"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 md:w-10 h-6 md:h-10"> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> </svg> </button> </div> <div x-cloak x-show="videoModal" x-transition:enter="transition ease-out duration-300 transform" 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="transition ease-in duration-200 transform" 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 inline-block w-full max-w-xl p-0 my-20 overflow-hidden text-left transition-all transform bg-white rounded-lg shadow-2xl 2xl:max-w-2xl"> <div x-cloak x-show="videoModal" x-transition:enter="transition ease-out duration-300 transform" 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" id="testimonialVideo" class="max-w-full max-h-screen"> <!-- Loader --> <div class="absolute w-10 h-10 right-0 top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2"> <svg class="animate-spin h-10 w-10 text-gray-300" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle> <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"> </path> </svg> </div> </div> </div> </div> </div> </div> <!-- See more --> <div x-data="{ modelOpen: false, clientModal: false, player: null }"> <div class="flex flex-wrap items-center justify-center mt-10 gap-y-6 gap-x-6 lg:justify-center"> <button class="reveal-0-2000 load-hidden flex items-center gap-1 text-sm font-medium duration-200 ease-in-out group text-neutru-900 hover:text-sky-700 sm:text-md" @click="modelOpen =!modelOpen"> Vezi 300+ companii <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5 text-neutru-900 duration-300 ease-in-out group-hover:-translate-y-0 group-hover:translate-x-0.5 group-hover:text-sky-600"> <path fill-rule="evenodd" d="M5 10a.75.75 0 01.75-.75h6.638L10.23 7.29a.75.75 0 111.04-1.08l3.5 3.25a.75.75 0 010 1.08l-3.5 3.25a.75.75 0 11-1.04-1.08l2.158-1.96H5.75A.75.75 0 015 10z" clip-rule="evenodd" /> </svg> </button> </div> <div x-show="modelOpen" class="fixed inset-0 z-50 overflow-y-auto" aria-labelledby="modal-title" role="dialog" aria-modal="true"> <div class="flex items-end justify-center min-h-screen px-4 text-center md:items-center sm:block sm:p-0"> <div class="fixed inset-0 transition-opacity bg-white bg-opacity-70 backdrop-blur-sm" x-cloak @click="modelOpen = false" x-show="modelOpen" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-200 transform" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" aria-hidden="true"> </div> <div class="inline-block w-full max-w-xl p-12 my-20 overflow-hidden text-left transition-all transform bg-white rounded-lg shadow-2xl 2xl:max-w-2xl" x-cloak x-show="modelOpen" x-transition:enter="transition ease-out duration-300 transform" 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="transition ease-in duration-200 transform" 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"> <div class="border-b border-gray-100 pb-8 flex items-start justify-between"> <div> <h3 class="text-base font-semibold leading-7 text-gray-900"> Companii care folosesc sistemele TBF </h3> <p class="mt-1 max-w-[80%] text-sm leading-6 text-gray-500"> Companii românești din 23 de industrii cu cifră totală de afaceri de aproape două miliarde euro (€1,764,000,000) folosesc sistemele TBF. </p> </div> <button @click="modelOpen = false" class="text-gray-600 focus:outline-none hover:text-gray-700"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> </svg> </button> </div> <ul role="list" class="divide-y divide-gray-100"> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://lensa.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Lensa</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Daniel Crăciun </p> <button @click="clientModal = true; player = loadClientVideo('854431374'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €26,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://lensa.ro/">https://lensa.ro/</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://vindem-ieftin.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Vindem-Ieftin</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Cosmin Răileanu </p> <button @click="clientModal = true; player = loadClientVideo('854433898'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €15,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://vindem-ieftin.ro/">https://vindem-ieftin.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://euroteamgb.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Euro Team GB</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Octavian Blăjan</p> <button @click="clientModal = true; player = loadClientVideo('854435659'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €17,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://euroteamgb.com/">https://euroteamgb.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://termene.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Termene.ro </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Adrian Dagomir</p> <button @click="clientModal = true; player = loadClientVideo('854437242'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://termene.ro/">https://termene.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.deep-serv.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Deep Serv</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Marian Spînu</p> <button @click="clientModal = true; player = loadClientVideo('854437780'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €9,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.deep-serv.ro/">https://www.deep-serv.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://dwf.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">DWF</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Mihai Vînătoru</p> <button @click="clientModal = true; player = loadClientVideo('854438987'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://dwf.ro/">https://dwf.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.f64.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">F64</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Marian Alecsiu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €28,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.f64.ro/">https://www.f64.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.eucom.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Eucom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Delia Dragomir</p> <button @click="clientModal = true; player = loadClientVideo('857106803'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.eucom.ro/">https://www.eucom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.fomcogroup.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fomco</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Bernat Nyulas</p> <button @click="clientModal = true; player = loadClientVideo('854440136'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €27,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.fomcogroup.ro/">https://www.fomcogroup.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.dacris.net/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Dacris</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Lidia Fați </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €28,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.dacris.net/">https://www.dacris.net</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://izotec.ro/en/home/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Izotec</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Ciprian Chelariu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €8,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://izotec.ro/en/home/">https://izotec.ro/en/home</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://fryday.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fryday</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Lucian Florea</p> <button @click="clientModal = true; player = loadClientVideo('854441590'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://fryday.ro/">https://fryday.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://brutariafrontera.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Brutăria Frontera</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Alexandru Stancu</p> <button @click="clientModal = true; player = loadClientVideo('857110867'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €9,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://brutariafrontera.ro/">https://brutariafrontera.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.edenboutique.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Eden Boutique</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Bogdan Ghinea</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.edenboutique.ro/">https://www.edenboutique.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.blitz.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Blitz Imobiliare</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Cătălin Priscorniță</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.blitz.ro/">https://www.blitz.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://alphaclinic.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Alpha Clinic</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Dan Jalbă </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://alphaclinic.ro/">https://alphaclinic.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.rinapack.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Rinapack</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Adrian Bianu</p> <button @click="clientModal = true; player = loadClientVideo('854441969'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.rinapack.ro/">https://www.rinapack.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://allaboutparenting.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">All About Parenting</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Ștefan Irimia</p> <button @click="clientModal = true; player = loadClientVideo('854442216'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://allaboutparenting.ro/">https://allaboutparenting.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://club-aventura.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Club Aventura</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Marian Petrescu</p> <button @click="clientModal = true; player = loadClientVideo('854442767'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://club-aventura.ro/">https://club-aventura.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://saftica.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Domeniile Săftica</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Florin Marin</p> <button @click="clientModal = true; player = loadClientVideo('854442774'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://saftica.ro/">https://saftica.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://portalvillage.ro/en/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Portal Village</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Anca Munteanu</p> <button @click="clientModal = true; player = loadClientVideo('854442784'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://portalvillage.ro/en/">https://portalvillage.ro/en</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.bio-circle.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Bio-Circle Surface Technology</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Daniel Mereuță</p> <button @click="clientModal = true; player = loadClientVideo('854442800'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.bio-circle.ro/">https://www.bio-circle.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://shoph2o.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">H2O si ASANTe</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Iulian Tache</p> <button @click="clientModal = true; player = loadClientVideo('854442807'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://shoph2o.ro/">https://shoph2o.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.terasaflorilor.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Terasa Florilor</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Dragoș Dumitrescu</p> <button @click="clientModal = true; player = loadClientVideo('854442819'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.terasaflorilor.ro/">https://www.terasaflorilor.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://monicaion.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Brain Remodeling Expert</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Monica Ion </p> <button @click="clientModal = true; player = loadClientVideo('854442825'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€700,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://monicaion.ro/">https://monicaion.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.minuneanaturii.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Minunea Naturii</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Anca Ienin </p> <button @click="clientModal = true; player = loadClientVideo('854442832'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.minuneanaturii.ro/">https://www.minuneanaturii.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.zlate.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Compania de Acte</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Claudiu Zlate</p> <button @click="clientModal = true; player = loadClientVideo('854442843'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€60,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.zlate.ro/">https://www.zlate.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.izolatii-conducte.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Izolatii Conducte</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Dan Țigău </p> <button @click="clientModal = true; player = loadClientVideo('854442852'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€890,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.izolatii-conducte.ro/">https://www.izolatii-conducte.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://acoperisuri.info/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">BDM Systems</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Mircea Barticel</p> <button @click="clientModal = true; player = loadClientVideo('854442861'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://acoperisuri.info/">https://acoperisuri.info</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.linkedin.com/company/zyk-concept-srl/?originalSubdomain=ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">ZYK Concept</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Simena Zetu</p> <button @click="clientModal = true; player = loadClientVideo('854442869'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€700,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.linkedin.com/company/zyk-concept-srl/?originalSubdomain=ro">Website</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://247airporttransfer.co.uk" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Airport Transfer Cars</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Ionel Tănasă</p> <button @click="clientModal = true; player = loadClientVideo('854442882'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://247airporttransfer.co.uk">https://247airporttransfer.co.uk</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://mwgaze.ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">MW Gaze</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Marius Ionuț</p> <button @click="clientModal = true; player = loadClientVideo('854442906'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://mwgaze.ro">http://mwgaze.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.rapidauto.ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Best Auto Vest si Rapid Auto</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Silvian Nanea</p> <button @click="clientModal = true; player = loadClientVideo('854442930'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.rapidauto.ro">https://www.rapidauto.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://contrailmachinery.com" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Contrail Machinery</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Andrei Țipău</p> <button @click="clientModal = true; player = loadClientVideo('854442945'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €6,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://contrailmachinery.com">https://contrailmachinery.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.brandoffice.ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Brand Distribution Group</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Alexandru Cojocaru</p> <button @click="clientModal = true; player = loadClientVideo('854442958'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.brandoffice.ro">https://www.brandoffice.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.eucom.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Eucom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Silviu Dragomir</p> <button @click="clientModal = true; player = loadClientVideo('857110131'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.eucom.ro/">https://www.eucom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.verla.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Verla</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Viorel Verzea </p> <button @click="clientModal = true; player = loadClientVideo('857112051'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €13,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.verla.ro/">https://www.verla.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://instaplan.ro/en" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">GB Instaplan </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator George Brănișteanu</p> <button @click="clientModal = true; player = loadClientVideo('857111346'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://instaplan.ro/en">https://instaplan.ro/en</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.smartwrap.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Smart Wrap</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Melinda Mureșan</p> <button @click="clientModal = true; player = loadClientVideo('857112920'); " class="mt-0 md:mt-1 truncate text-xs leading-5 text-sky-500 underline hover:no-underline"> Vezi video </button> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €7,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.smartwrap.ro/">https://www.smartwrap.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://miras.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Miras</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Mircea Mihai</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €121,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://miras.ro/">https://miras.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.multibonddural.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Multibond Dural</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Dorel Deatcu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €9,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.multibonddural.ro/">https://www.multibonddural.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.rodata.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Rodata</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €7,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.rodata.ro/">https://www.rodata.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://ribsgrill.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">BBQ Ribs Grill </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://ribsgrill.ro/">http://ribsgrill.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.aquapublis.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">AQUA Publis </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€780,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.aquapublis.com/">https://www.aquapublis.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://play-solutions.ro/en_en/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Play Solutions </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Nicu Plai </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://play-solutions.ro/en_en/">https://play-solutions.ro/en_en</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.atvrom.ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">ATV Rom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €24,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.atvrom.ro">https://www.atvrom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://wesound.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">We Sound </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,050,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://wesound.ro/">https://wesound.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">All 4 Floor Distribution</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€600,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.proconfort.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Pro Confort Windows </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.proconfort.ro/">https://www.proconfort.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.commatech.ro/ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Comma-Tech </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€820,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.commatech.ro/ro/">https://www.commatech.ro/ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://olteniagarden.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Oltenia Garden </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://olteniagarden.ro/">https://olteniagarden.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fortify Solutions </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€215,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.everest-int.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Everest International Holding </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Horia Stanescu </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.everest-int.ro/">https://www.everest-int.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://se-innovativeconstruction.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">S E Innovative Costruction </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://se-innovativeconstruction.com/">https://se-innovativeconstruction.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.linkedin.com/company/coliseum-s-a/about/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Coliseum </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €23,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.linkedin.com/company/coliseum-s-a/about/">LinkedIn</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.espressocafe.ro/despre-noi/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Flego</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Mirel Fleancu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €6,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.espressocafe.ro/despre-noi/">https://www.espressocafe.ro/despre-noi</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://elecon.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Elecon Plus </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://elecon.ro/">https://elecon.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://arenacad.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">ArenaCAD</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Andrei Oros</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€820,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://arenacad.com/">https://arenacad.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.cupio.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Cupio.ro</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €12,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.cupio.ro/">Cupio.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.eastelectric.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">East Electric</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.eastelectric.ro/">https://www.eastelectric.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://polidomservice.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">P D Polidom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://polidomservice.ro/">https://polidomservice.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://volter.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Volter</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://volter.ro/">https://volter.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/people/Saris-Fruit/100066378016367/?paipv=0&eav=AfauaDa5nLVbUgDCY7kwD61EcIN0tizvYvNpjsCdnMFyXg9-93h4mvoYO6La8bwoMe0&_rdr" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Saris fruit</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/people/Saris-Fruit/100066378016367/?paipv=0&eav=AfauaDa5nLVbUgDCY7kwD61EcIN0tizvYvNpjsCdnMFyXg9-93h4mvoYO6La8bwoMe0&_rdr">Website</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://arhivadia.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Diacostampet</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Diana Vochițoiu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://arhivadia.ro/">https://arhivadia.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.inoxmetalssr.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Inox Metal SSR</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Daniel Ion Bogdan</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.inoxmetalssr.ro/">https://www.inoxmetalssr.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://cuiul.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Cuiul</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Paul Cojocariu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €18,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://cuiul.ro/">https://cuiul.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://servelect.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Servelect </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Claudiu Boca</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €8,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://servelect.ro/">https://servelect.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://auto-run.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Autorun</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator George Aldea</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://auto-run.ro/">https://auto-run.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/PanamaromSRL/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Panamarom </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Petru Amariei</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/PanamaromSRL/">Facebook</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/profile.php?id=100065019012192&locale=ro_RO" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Ziroma</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Robert Grinberg</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/profile.php?id=100065019012192&locale=ro_RO">Facebook</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.terraverde.com.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Terraverde </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Dragos Magirescu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.terraverde.com.ro/">https://www.terraverde.com.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.nexxon.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Nexxon </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €44,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.nexxon.ro/">https://www.nexxon.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://tuvkarpat.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Tuvkarpat</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€800,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://tuvkarpat.ro/">https://tuvkarpat.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Intercom Energy </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://novusmedical.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Novus Medical Clinica </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://novusmedical.ro/">https://novusmedical.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="corident.ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Corident Pro</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="corident.ro">corident.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://davtim-bau.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">DavTim-Bau</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,430,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://davtim-bau.ro/">http://davtim-bau.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.e-izolatii.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">MTM Izolatii</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Marius Trif</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €8,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.e-izolatii.ro/">http://www.e-izolatii.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://olecom.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Olecom Prod</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://olecom.ro/">https://olecom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.odorcontrol.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Odor Control</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€900,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.odorcontrol.ro/">http://www.odorcontrol.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://alternative-advertising.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Next Alternative Advertising</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€390,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://alternative-advertising.ro/">https://alternative-advertising.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://tncgroup.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Trend New Communication </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€300,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://tncgroup.ro/">https://tncgroup.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://revismed.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Revismed Medical</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,850,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://revismed.ro/">http://revismed.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://dentocalm.ro/en/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Dentocalm</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€900,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://dentocalm.ro/en/">https://dentocalm.ro/en</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.instgat.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Instgat</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.instgat.ro/">https://www.instgat.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://vizualmed.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Vizual Med</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Dacia Hîncu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€630,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://vizualmed.ro/">https://vizualmed.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://svt.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">SVT Electronics </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,550,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://svt.ro/">https://svt.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://hotelsmart.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Artur Smart </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€450,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://hotelsmart.ro/">https://hotelsmart.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.orzelowska.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Orzelowska Beauty</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€540,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.orzelowska.ro/">https://www.orzelowska.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://corporationconstruct.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Corporation Construct </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://corporationconstruct.ro/">https://corporationconstruct.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://webventures.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Web Ventures </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€500,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://webventures.ro/">https://webventures.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.seatbelt.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Seatbelt Consulting </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.seatbelt.ro/">https://www.seatbelt.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.paltinul.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Paltinul Imobiliare </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Carmen Olareanu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€150,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.paltinul.ro/">https://www.paltinul.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://m-a.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Mercator Analist </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€250,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://m-a.ro/">https://m-a.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.tedelectric.eu/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Glob Star Trade </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €10,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.tedelectric.eu/">https://www.tedelectric.eu</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://narciscernea.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Narcis Cernea Fitness Nutrition </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€400,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://narciscernea.com/">https://narciscernea.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.francize.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Franchwise </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Raluca Stanciu</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€500,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.francize.ro/">https://www.francize.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://eatble.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Eatble Grup</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,090,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://eatble.com/">https://eatble.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.foggi.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Zara Design </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.foggi.ro/">https://www.foggi.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/SophiePatisserieConstanta/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Kibo Delice</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€750,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/SophiePatisserieConstanta/">Facebook</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.lindab.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Lindab</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €17,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.lindab.ro/">https://www.lindab.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.axpacademy.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Agile Craftsmanship </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€200,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.axpacademy.com/">https://www.axpacademy.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://uniforme-hill.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Gabrielle Design </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://uniforme-hill.ro/">https://uniforme-hill.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://sterachemicals.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Stera Chemicals </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €41,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://sterachemicals.ro/">https://sterachemicals.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.mcert.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Management Certification </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€500,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.mcert.ro/">https://www.mcert.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.medist.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Medist</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €50,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.medist.ro/">https://www.medist.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://doc-process.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Docprocess </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://doc-process.com/">https://doc-process.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.idealferoluc.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Ideal Feroluc </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.idealferoluc.ro/">https://www.idealferoluc.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.arcasolutions.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Arca Performance</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.arcasolutions.ro/">https://www.arcasolutions.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://gsdgroup.net/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Gsd Software Technology </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€800,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://gsdgroup.net/">https://gsdgroup.net</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://profit2cash.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Next Level Accounting </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€330,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://profit2cash.ro/">https://profit2cash.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://demmedia.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Dem Media </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€465,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://demmedia.ro/">https://demmedia.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.maurerimobiliare.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Maurer </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €20,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.maurerimobiliare.ro/">https://www.maurerimobiliare.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.tamos.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Conart </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.tamos.ro/">https://www.tamos.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://termoplast.ro/ro/home" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Termoplast</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Daniela Neculai</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €15,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://termoplast.ro/ro/home">https://termoplast.ro/ro/home</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.bibi.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Bibi Touring </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Ana Voican </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €9,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.bibi.ro/">https://www.bibi.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.almpower.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Alm Power Group</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.almpower.ro/">https://www.almpower.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.fastbit.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fastbit</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€830,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.fastbit.ro/">http://www.fastbit.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.accentgroup.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Accent Protrade</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.accentgroup.ro/">http://www.accentgroup.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.stere.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Stere și Asociații</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€460,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.stere.ro/">https://www.stere.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://envirotronic.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Envirotronic </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://envirotronic.ro/">https://envirotronic.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.forestdesign.ro/index.php/ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Forest Design</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Bogdan Candrea</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€460,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.forestdesign.ro/index.php/ro/">https://www.forestdesign.ro/</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.domina.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Domina Imobiliare</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€250,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.domina.ro/">https://www.domina.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://crystaldentalclinic.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Crystal Dental Clinic</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://crystaldentalclinic.ro/">https://crystaldentalclinic.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://bytex.net/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Bytex</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://bytex.net/">https://bytex.net</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.automatic.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Automatic Invest</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€975,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.automatic.ro/">https://www.automatic.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="www.memory.ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Memory</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,550,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="www.memory.ro">www.memory.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://arcoexpert.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Arco Expert</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://arcoexpert.ro/">https://arcoexpert.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.biacon.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Biacon Activ</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€680,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.biacon.ro/">https://www.biacon.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.personallyme.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Personally me Bijuterii</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€160,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.personallyme.ro/">https://www.personallyme.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://qzine.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Qzine Catering</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€985,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://qzine.ro/">https://qzine.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://soft-tehnica.com/ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Soft Tehnica</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://soft-tehnica.com/ro/">https://soft-tehnica.com/ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://serviceoptimal.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Optimal Auto Expert</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€750,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://serviceoptimal.ro/">https://serviceoptimal.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/GrupGeneralID/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Grup General ID</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/GrupGeneralID/">Facebook</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.macgsm.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Mac GSM</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€220,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.macgsm.ro/">https://www.macgsm.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.interoptik.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">D C Optik</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.interoptik.ro/">https://www.interoptik.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.decadance.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Decadance Art Bar</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€475,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.decadance.ro/">https://www.decadance.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://novagrupvices.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Nova Grup Vices</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,020,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://novagrupvices.ro/">https://novagrupvices.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.blacklight.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Black Light</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.blacklight.ro/">https://www.blacklight.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.autoovarom.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Auto Ovarom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.autoovarom.ro/">https://www.autoovarom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.centrul.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Centrul de Calculatoare</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.centrul.com/">https://www.centrul.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.acda.ro/index" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">ACDA</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€200,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.acda.ro/index">https://www.acda.ro/index</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.creative-tim.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Creative Code</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€900,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.creative-tim.com/">https://www.creative-tim.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://magazinuloana.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Magazinul Oana</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€470,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://magazinuloana.ro/">https://magazinuloana.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.azariafood.ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Azaria</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.azariafood.ro">https://www.azariafood.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.welthaus.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Welthaus</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €8,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.welthaus.ro/">https://www.welthaus.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://scoaladesoferigalati.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Aviatia</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€220,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://scoaladesoferigalati.ro/">https://scoaladesoferigalati.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.auto-soft.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Auto Soft</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €20,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.auto-soft.ro/">https://www.auto-soft.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.electrodel.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Electro Del</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.electrodel.ro/">https://www.electrodel.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.cantareindustriale.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">GBT</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€980,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.cantareindustriale.com/">https://www.cantareindustriale.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://marketingdeck.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Marketing Deck</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€250,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://marketingdeck.com/">https://marketingdeck.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.straton.digital/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Straton Digital</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€750,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.straton.digital/">https://www.straton.digital</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.dontpayfull.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Don't Pay Full </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.dontpayfull.com/">https://www.dontpayfull.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.webfuturestudio.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Web Future Studio</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€800,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.webfuturestudio.com/">https://www.webfuturestudio.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://caretta.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Caretta</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €12,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://caretta.ro/">https://caretta.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://ecce-homo.ro/en/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Organizația de caritate Ecce Homo</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://ecce-homo.ro/en/">https://ecce-homo.ro/en</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/mura.csi/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Mura CSI </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€500,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/mura.csi/">https://www.facebook.com/mura.csi</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://danilapartners.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Danila Parteners</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€200,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://danilapartners.ro/">https://danilapartners.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://topolive.ro/ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Topo Live Engineering </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€180,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://topolive.ro/ro/">https://topolive.ro/ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://demco.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Demco Lighting</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€700,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://demco.ro/">http://demco.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://amva.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Amva</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€210,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://amva.ro/">https://amva.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Olahus Trading</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://artmatch.net/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Art Match</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €17,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://artmatch.net/">https://artmatch.net</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.bravo.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Bravo</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €22,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.bravo.ro/">https://www.bravo.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://web.proinvest.com.ro/en/home/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Pro Invest</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €6,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://web.proinvest.com.ro/en/home/">https://web.proinvest.com.ro/</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://ptc-auto.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">PTC Auto</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://ptc-auto.ro/">https://ptc-auto.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://selectsoft.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Select Soft</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€500,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://selectsoft.ro/">https://selectsoft.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://statiebeton.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">RAI 88 Beton Rom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €7,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://statiebeton.ro/">https://statiebeton.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://piata9.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Piata 9</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://piata9.ro/">https://piata9.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://bijubox.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Bijubox </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€260,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://bijubox.ro/">https://bijubox.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://coopervision.com.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Coopervision</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€300,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://coopervision.com.ro/">https://coopervision.com.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://gazonartificial.com.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Hattrick Sport</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://gazonartificial.com.ro/">https://gazonartificial.com.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://hidrogeofor.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Hidrogeofor</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€800,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://hidrogeofor.ro/">https://hidrogeofor.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.diana.com.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Diana</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €78,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.diana.com.ro/">https://www.diana.com.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://sabettimed.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Sabetti Med</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://sabettimed.com/">https://sabettimed.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://modulor.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Modulator Architecture Office </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€230,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://modulor.ro/">https://modulor.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://agentie.marketing/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Selmark Advertising</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€100,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://agentie.marketing/">https://agentie.marketing</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://greenpointromania.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Green Point</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €7,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://greenpointromania.ro/">https://greenpointromania.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Raribel</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€210,000/an </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://sfinx3c.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Sfinx Camper Converstion </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€990,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://sfinx3c.ro/">https://sfinx3c.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Submit</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€320,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.vallum.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Vallum</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€280,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.vallum.ro/">https://www.vallum.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.simtel.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Simtel</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €27,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.simtel.ro/">https://www.simtel.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.setprodcom.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Set Prod Com</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €10,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.setprodcom.ro/">https://www.setprodcom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Leads Heroes</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€215,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">ABC Support Vision</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€230,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.fiscalonline.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fiscal Online</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€480,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.fiscalonline.ro/">https://www.fiscalonline.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Soocces Online</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://palibo.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Palibo Cream</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://palibo.ro/">https://palibo.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://zexebraserie.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Zexe Braserie</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://zexebraserie.ro/">https://zexebraserie.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Rohaus</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.restaurantshanghai.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Restaurant Shanghai</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.restaurantshanghai.ro/">https://www.restaurantshanghai.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.ejobs.ro/company/tandia-sistem-s-r-l/336696" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Tandia Sistem</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€295,000/an </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://proamb.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Proamb</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€870,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://proamb.ro/">https://proamb.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.smarsoft.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Smarsoft Electronic</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€430,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.smarsoft.ro/">https://www.smarsoft.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://costautilaje.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Costa Utilaje</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://costautilaje.ro/">https://costautilaje.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://ethicsbeauty.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Ethics Beauty </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://ethicsbeauty.ro/">https://ethicsbeauty.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://wellnessist.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">ASK DG</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€480,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://wellnessist.com/">https://wellnessist.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.tecnos.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Tecnoservice Equipment</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.tecnos.ro/">https://www.tecnos.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://logarithmicsolutions.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Logarithmic Services</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://logarithmicsolutions.com/">https://logarithmicsolutions.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://inventmedia.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Invent Media</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€560,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://inventmedia.ro/">https://inventmedia.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.autoclass.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Auto Class</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.autoclass.ro/">https://www.autoclass.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href=" " class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Alcom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€550,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=" "> </a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.fastbit.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fastbit</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€830,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.fastbit.ro/">http://www.fastbit.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.gremini.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">MBR Soft</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€550,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.gremini.com/">https://www.gremini.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Globe Trade Ventures</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://alchimeia.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Alchimeia</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€800,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://alchimeia.ro/">https://alchimeia.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.carpintek.es/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Carpintek </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.carpintek.es/">https://www.carpintek.es</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.ibcfocus.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">IBC Focus</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€800,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.ibcfocus.ro/">https://www.ibcfocus.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/Braldico1997" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Braldico</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/Braldico1997">Facebook</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Sengher Sisteme</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://medidentexim.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Medident</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://medidentexim.ro/">https://medidentexim.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://ebin.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Ebin</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€670,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://ebin.ro/">https://ebin.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.secoplan.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Secoplan</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€600,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.secoplan.ro/">https://www.secoplan.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.policlinicavivamed.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Santa Vida Med</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€400,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.policlinicavivamed.ro/">https://www.policlinicavivamed.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Luxorient</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€670,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.dornamedical.ro/policlinica-suceava/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Dorna Medical</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €11,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.dornamedical.ro/policlinica-suceava/">https://www.dornamedical.ro/</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://passionateclinic.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Passionate Clinic</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€290,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://passionateclinic.ro/">https://passionateclinic.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.goldenimobiliare.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Golden Imobiliare</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€300,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.goldenimobiliare.ro/">https://www.goldenimobiliare.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://rocktrans.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Rock Trans</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://rocktrans.ro/">https://rocktrans.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://zaharlaplic.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Zahar la Plic</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€520,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://zaharlaplic.ro/">https://zaharlaplic.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://cofetaria-narcisa.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Cofetaria Narcisa</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://cofetaria-narcisa.ro/">https://cofetaria-narcisa.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Car Oanceakim</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€960,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.mobman.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Mebelissimo</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€985,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.mobman.ro/">https://www.mobman.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://opsimus.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Opsimus</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://opsimus.ro/">https://opsimus.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://finomatex.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Finomatex</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€360,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://finomatex.com/">https://finomatex.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.triton.ro/triton-ro.php" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Triton</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €48,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.triton.ro/triton-ro.php">http://www.triton.ro/</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.hennlich.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Hennlich</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.hennlich.ro/">https://www.hennlich.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Recover</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€500,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Rsbauro</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€290,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Optilab Solution</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€690,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://basicra.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Basicra Prod</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://basicra.ro/">https://basicra.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.euronarcis.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Euro Narcis</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €12,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.euronarcis.ro/">https://www.euronarcis.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/profile.php?id=100066835885188" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">EMT Solutions</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€270,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/profile.php?id=100066835885188">Facebook</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Central Moreni</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €117,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://profial.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">A D Profial Company</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://profial.ro/">https://profial.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.gigroupholding.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Barnett Mccall Recruitment </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €16,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.gigroupholding.com/">https://www.gigroupholding.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.kindustrial.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Kardynal </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€970,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.kindustrial.ro/">https://www.kindustrial.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/AdInfinitumRO/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Ad Infinitum</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€230,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/AdInfinitumRO/">Facebook</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Bigmat Trade</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://pro-clinic.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Proclinic</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://pro-clinic.ro/">https://pro-clinic.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.top-led.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Cromalight</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.top-led.ro/">https://www.top-led.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://armcomp.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Armcomp</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://armcomp.ro/">https://armcomp.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://tehnicmedia.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Tehnic Media</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€400,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://tehnicmedia.ro/">https://tehnicmedia.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.oepia.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Oepia</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €8,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.oepia.ro/">https://www.oepia.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.consalsecurity.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Consal Security</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€840,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.consalsecurity.ro/">http://www.consalsecurity.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://oxygazon.ro/?currency=RON" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Oxygazon</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,250,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://oxygazon.ro/?currency=RON">https://oxygazon.ro/</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Biedar Plast</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,020,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://topmarket.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Top Market Comimpex </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €23,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://topmarket.ro/">https://topmarket.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Rusartis</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€263,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.unikat-group.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Ager</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €10,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.unikat-group.com/">https://www.unikat-group.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.charismatrade.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Charisma</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.charismatrade.ro/">https://www.charismatrade.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.facebook.com/boldify.studio/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Boldify</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€150,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.facebook.com/boldify.studio/">Facebook</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://ebactehnic.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Ebac Tehnic</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€750,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://ebactehnic.ro/">https://ebactehnic.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://razvanidicel.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Traditii din natura</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€860,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://razvanidicel.ro/">https://razvanidicel.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.mizar.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Vicmod</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.mizar.ro/">https://www.mizar.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.fiveplus.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fiveplus</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€270,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.fiveplus.ro/">https://www.fiveplus.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Tecnostar Consulting</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://darom.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Darom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://darom.ro/">https://darom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://dinamicagrup.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Dinamica </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €20,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://dinamicagrup.ro/">http://dinamicagrup.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Simedo</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://ancabandac.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Emiral Media</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€300,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://ancabandac.ro/">https://ancabandac.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.nordvestcamioane.eu/ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Nord Vest Camioane</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €9,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.nordvestcamioane.eu/ro/">https://www.nordvestcamioane.eu/ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.fli.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Future Line</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€470,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.fli.ro/">https://www.fli.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://oprean.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Oprean</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €15,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://oprean.ro/">https://oprean.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://plasson.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Plasson</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://plasson.ro/">https://plasson.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.webcar.eu/eu-en/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">MTC Cars Cluj</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €8,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.webcar.eu/eu-en/">https://www.webcar.eu/eu-en</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://apetit-catering.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Apetit Catering</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€960,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://apetit-catering.ro/">http://apetit-catering.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.salonpro.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Salonpro</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.salonpro.ro/">https://www.salonpro.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Astrid</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.graficard.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Graficard</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€190,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.graficard.ro/">http://www.graficard.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.belher.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Belher</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€770,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.belher.ro/">https://www.belher.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.interbabis.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Interbabis</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.interbabis.ro/">https://www.interbabis.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.steinweg.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Steinweg</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.steinweg.com/">https://www.steinweg.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Bibi Market</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://nomadcontainer.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Nomad Container</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://nomadcontainer.com/">https://nomadcontainer.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://abbate.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Abbate</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://abbate.ro/">https://abbate.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://angisan.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Angi San</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://angisan.ro/">https://angisan.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.medicalexpress.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Medical Express</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.medicalexpress.ro/">https://www.medicalexpress.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Mon Sport Shop</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href=""></a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.igiena-curatenie.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">CGR Business Project</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,800,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.igiena-curatenie.ro/">https://www.igiena-curatenie.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.amarket.ro" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Design Ideal</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,500,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.amarket.ro">http://www.amarket.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.electricvalcor.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Electric Valcor</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.electricvalcor.ro/">https://www.electricvalcor.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.biasicom.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Bia Si Com</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,100,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.biasicom.ro/">https://www.biasicom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://tech-congroup.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Tech-con Group</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €7,400,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://tech-congroup.com/">https://tech-congroup.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://firmade.it/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Firma de IT</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€185,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://firmade.it/">https://firmade.it</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://fabricadeplasesport.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fabrica de Plase</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€620,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://fabricadeplasesport.ro/">https://fabricadeplasesport.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.totalsurvey.eu/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Total Survey</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€400,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.totalsurvey.eu/">https://www.totalsurvey.eu</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://autoalbina.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Auto Albina</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://autoalbina.ro/">https://autoalbina.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://acaju.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Acaju</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €6,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://acaju.ro/">https://acaju.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.midasoft.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Mida Soft</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €20,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.midasoft.ro/">https://www.midasoft.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.lifeishard.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Life is Hard</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.lifeishard.ro/">https://www.lifeishard.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="http://www.asisttopocad.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Asist Topo Cad</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€170,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="http://www.asisttopocad.ro/">http://www.asisttopocad.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.m-print.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Magic Digiprint</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€170,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.m-print.ro/">https://www.m-print.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.cofetariabombo.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Cofetaria Bombo</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€560,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.cofetariabombo.ro/">https://www.cofetariabombo.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.babyneeds.ro/lp/hot-sale/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Inevo</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €3,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.babyneeds.ro/lp/hot-sale/">https://www.babyneeds.ro/</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.foniro.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Foniro</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€680,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.foniro.ro/">https://www.foniro.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://gdcintermedro.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">GDC Intermed </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€670,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://gdcintermedro.ro/">https://gdcintermedro.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://jjdisplays.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">J&J Group </a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€950,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://jjdisplays.ro/">https://jjdisplays.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://tqm-group.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">TQM Group</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€500,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://tqm-group.ro/">https://tqm-group.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://selectauto.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Select Auto</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €4,600,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://selectauto.ro/">https://selectauto.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://rovhc.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Rov Heiz Consult</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €9,900,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://rovhc.ro/">https://rovhc.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://nuevoconstruct.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Nuevo Construct</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://nuevoconstruct.ro/">https://nuevoconstruct.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://silvania.bio/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Fermele Ecologice Silvania</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Geo Terhes </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €12,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://silvania.bio/">https://silvania.bio</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.thecolosseum.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Colosseum Mall</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €5,700,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.thecolosseum.ro/">https://www.thecolosseum.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.autonom.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Autonom</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €128,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.autonom.ro/">https://www.autonom.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.infinitrade.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Infiniti Trade</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €2,200,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.infinitrade.ro/">https://www.infinitrade.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://2plus1ads.com/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Xtdeco Retail</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€470,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://2plus1ads.com/">https://2plus1ads.com</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://darex.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Darex</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €8,300,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://darex.ro/">https://darex.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://www.suporto.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Suport Ortopedic</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€670,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://www.suporto.ro/">https://www.suporto.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://s2a.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">2SA Prime Lands Advisors</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500"></p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900">€200,000/an </p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://s2a.ro/">https://s2a.ro</a> </p> </div> </li> <li class="md:flex md:justify-between md:items-center md:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <a target="_blank" href="https://kilostop.ro/" class="text-sm font-semibold leading-6 text-gray-900 underline underline-offset-[3px] md:no-underline">Kilostop</a> <p class="mt-0 md:mt-1 truncate text-xs leading-5 text-gray-500">Fondator Cristi Panaite</p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="mt-4 md:mt-0 text-sm leading-none md:leading-6 text-gray-900"> €1,000,000/an</p> <p class="hidden md:block mt-1 text-xs leading-5 text-gray-500 underline hover:no-underline"> <a target="_blank" href="https://kilostop.ro/">https://kilostop.ro</a> </p> </div> </li> </ul> </div> </div> </div> <!-- Client Modal --> <div x-show="clientModal" class="fixed inset-0 z-50 overflow-y-auto" aria-labelledby="modal-title" role="dialog" aria-modal="true"> <div class="flex items-center justify-center min-h-screen px-4 text-center"> <div x-cloak @click="clientModal = false; player.destroy(); " x-show="clientModal" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-200 transform" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="fixed inset-0 transition-opacity bg-white bg-opacity-70 backdrop-blur-sm" aria-hidden="true"> <button @click="misiuneModal = false; player.destroy(); " class="absolute top-3 right-3 text-gray-900 hover:text-galben-400"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 md:w-10 h-6 md:h-10"> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> </svg> </button> </div> <div x-cloak x-show="clientModal" x-transition:enter="transition ease-out duration-300 transform" 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="transition ease-in duration-200 transform" 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 inline-block w-full max-w-xl p-0 my-20 overflow-hidden text-left transition-all transform bg-white rounded-lg shadow-2xl 2xl:max-w-2xl"> <div x-cloak x-show="clientModal" x-transition:enter="transition ease-out duration-300 transform" 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" id="clientVideo" class="max-w-full max-h-screen"> <!-- Loader --> <div class="absolute w-10 h-10 right-0 top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2"> <svg class="animate-spin h-10 w-10 text-gray-300" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle> <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"> </path> </svg> </div> </div> </div> </div> </div> </div> </div> <!-- Studiu și presă --> <div x-data="{ newsModal: false }" class="relative overflow-hidden xl:overflow-visible py-0 md:pt-12 lg:pt-0 lg:pb-20 mt-0"> <div class="relative z-10 grid grid-cols-1 items-center max-w-screen-xl gap-16 px-5 mx-auto sm:px-6 md:px-8 md:grid-cols-2 md:gap-8"> <!-- Hero graphics --> <div class="group relative w-full max-w-lg lg:mr-0"> <div class="relative aspect-h-5 md:aspect-h-6 lg:aspect-h-5 aspect-w-4 rounded-2xl group-hover:-translate-y-5 transition ease-out duration-[3000ms]"> <img class="reveal-0-2000 load-hidden object-cover object-center w-full h-full rounded-2xl shadow-2xl shadow-galben-400/20" src="img/ziar.remini-enhanced.jpg" alt /> </div> <!-- Floating divs over image --> <div class="md:hidden"> <!-- Forbes --> <div class="reveal-250-1000 load-hidden absolute -right-10 top-6 h-12 w-max flex items-center justify-center rounded-2xl bg-white/80 px-8 shadow-lg shadow-galben-400/5 ring-1 ring-galben-600/5 backdrop-blur-md group-hover:translate-y-3 group-hover:rotate-2 transition duration-[3000ms] ease-out"> <img class="h-[16px] w-auto opacity-90" src="img/logos/forbes-logo.png" alt> </div> <!-- Ziarul Financiar --> <div class="reveal-500-1000 load-hidden absolute bottom-16 -left-8 h-12 w-max flex items-center justify-center rounded-2xl bg-white/80 px-8 shadow-lg shadow-galben-400/5 ring-1 ring-galben-600/5 backdrop-blur-md group-hover:translate-y-3 group-hover:translate-x-2 group-hover:-rotate-2 transition duration-[3000ms] ease-out"> <img class="h-[24px] w-auto opacity-90" src="img/logos/zf-logo.png" alt> </div> </div> </div> <div class="group flex flex-col items-center max-w-2xl md:ml-5 lg:ml-0 md:items-start"> <h1 class="reveal-0-1000 load-hidden text-[2.5rem] leading-[3rem] font-display font-bold text-center text-neutru-950 sm:text-4xl md:text-left group-hover:-translate-y-5 transition ease-out duration-[3000ms]"> Studiul TBF </h1> <p class="reveal-0-1000 load-hidden mt-6 text-lg leading-8 text-center text-neutru-700 md:text-left group-hover:-translate-y-3 transition ease-out duration-[3000ms]"> În 2023 TBF a realizat cel mai mare studiu pe realitatea managementului în afacerile românești. Datele au fost preluate de cele mai mari publicații de business din România. </p> <div class="reveal-250-1000 load-hidden flex flex-wrap items-center justify-center mt-10 gap-y-6 gap-x-6 md:justify-start"> <a href="studiu-tbf.html" class="h-11 bg-galben-300 text-neutru-950 hover:bg-galben-400 inline-flex items-center rounded-full gap-2.5 justify-center px-7 py-3 text-sm font-medium leading-none outline-offset-2 transition-all duration-200 ease-in-out active:transition-none"> Citește studiul </a> <button class="flex items-center gap-1 text-sm font-medium duration-200 ease-in-out group text-neutru-900 hover:text-neutru-950 sm:text-md" @click="newsModal =!newsModal"> Apariții media <svg class="h-5 w-5 text-gray-700 duration-300 ease-in-out group-hover:-translate-y-0 group-hover:translate-x-0.5 group-hover:text-neutru-950" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"> <path fill-rule="evenodd" d="M5 10a.75.75 0 01.75-.75h6.638L10.23 7.29a.75.75 0 111.04-1.08l3.5 3.25a.75.75 0 010 1.08l-3.5 3.25a.75.75 0 11-1.04-1.08l2.158-1.96H5.75A.75.75 0 015 10z" clip-rule="evenodd" /> </svg> </button> </div> <figure class="reveal-0-1000 load-hidden mt-12 border-l border-gray-200 pl-8 text-neutru-500 max-w-md group-hover:translate-y-3 transition ease-out duration-[3000ms]"> <blockquote class="text-base leading-7"> <p>“Am început să implementez sistemele TBF când aveam cifră de afaceri de 3 milioane de euro. De atunci am dublat an de an, iar în prezent suntem la 17 milioane de euro.”</p> </blockquote> <figcaption class="mt-6 flex gap-x-4 text-sm leading-6"> <img src="img/people/octavian-blajan-euroteam.png" alt class="h-6 w-6 flex-none rounded-full"> <div> <span class="font-semibold text-neutru-950"> Octavian Blăjan </span> – Fondator Euroteam </div> </figcaption> </figure> <!-- Press --> <div class="reveal-250-1000 load-hidden mt-10 hidden md:flex md:justify-between items-center gap-10 h-12 w-max rounded-2xl text-sm group-hover:translate-y-2 transition ease-out duration-[3000ms]"> <img class="h-[16px] lg:h-5 w-auto opacity-90" src="img/logos/forbes-logo.png" alt> <img class="h-[14px] lg:h-[19px] w-auto opacity-90" src="img/logos/wallstreet-logo.png" alt> <img class="h-[22px] lg:h-[28px] w-auto -mt-[2px] opacity-90" src="img/logos/zf-logo.png" alt> </div> </div> </div> <!-- News Modal --> <div x-show="newsModal" class="fixed inset-0 z-50 overflow-y-auto" aria-labelledby="modal-title" role="dialog" aria-modal="true"> <div class="flex items-end justify-center min-h-screen px-4 text-center md:items-center sm:block sm:p-0"> <div class="fixed inset-0 transition-opacity bg-white bg-opacity-70 backdrop-blur-sm" x-cloak @click="newsModal = false" x-show="newsModal" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-200 transform" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" aria-hidden="true"> </div> <div class="inline-block w-full max-w-xl p-12 my-20 overflow-hidden text-left transition-all transform bg-white rounded-lg shadow-2xl 2xl:max-w-2xl" x-cloak x-show="newsModal" x-transition:enter="transition ease-out duration-300 transform" 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="transition ease-in duration-200 transform" 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"> <div class="border-b border-gray-100 pb-8 flex items-start justify-between"> <div> <h3 class="text-base font-semibold leading-7 text-gray-900"> Apariții media </h3> <p class="mt-1 max-w-md text-sm leading-6 text-gray-500"> De la cel mai mare studiu pe managementul românesc la cel mai mare eveniment pentru antreprenori organizat gratuit de TBF la Sala Palatului cu 4000 de participanți. </p> </div> <button @click="newsModal = false" class="text-gray-600 focus:outline-none hover:text-gray-700"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> </svg> </button> </div> <ul role="list" class="divide-y divide-gray-100"> <li class="lg:flex lg:justify-between lg:items-start lg:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <p class="text-sm font-semibold leading-6 text-gray-900"> Ziarul Financiar </p> <p class="mt-1 w-4/5 text-xs leading-5 text-gray-500"> Cum pot creşte antreprenorii productivitatea angajaţilor? Răzvan Căzănescu, fondatorul sistemului de management TBF: Plătiţi corect rezultatul, eliminaţi bonusurile toxice şi evaluaţi des performanţa </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="hidden lg:block text-sm leading-6 text-gray-900"> 26/05/2023 </p> <p class="mt-1 text-xs leading-5 text-sky-500 lg:text-gray-500"> <a class="underline hover:no-underline" target="_blank" href="https://www.zf.ro/companii/cum-pot-creste-antreprenorii-productivitatea-angajatilor-razvan-21900191"> www.zf.ro </a> </p> </div> </li> <li class="lg:flex lg:justify-between lg:items-start lg:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <p class="text-sm font-semibold leading-6 text-gray-900"> Forbes </p> <p class="mt-1 w-4/5 text-xs leading-5 text-gray-500"> Studiu TBF: Mai mult de jumătate dintre angajații români nu își cunosc responsabilitățile la locul de muncă </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="hidden lg:block text-sm leading-6 text-gray-900"> 31/05/2023 </p> <p class="mt-1 text-xs leading-5 text-sky-500 lg:text-gray-500"> <a class="underline hover:no-underline" target="_blank" href="https://www.forbes.ro/studiu-realitatea-managementului-romanesc-mai-mult-de-jumatate-dintre-angajatii-romani-nu-isi-cunosc-responsabilitatile-la-locul-de-munca-333046"> www.forbes.ro </a> </p> </div> </li> <li class="lg:flex lg:justify-between lg:items-start lg:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <p class="text-sm font-semibold leading-6 text-gray-900"> Wall Street </p> <p class="mt-1 w-4/5 text-xs leading-5 text-gray-500"> Peste jumătate dintre angajații români nu știu cu adevărat ce au de făcut la locul de muncă </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="hidden lg:block text-sm leading-6 text-gray-900"> 31/05/2023 </p> <p class="mt-1 text-xs leading-5 text-sky-500 lg:text-gray-500"> <a class="underline hover:no-underline" target="_blank" href="//https://www.wall-street.ro/articol/Careers/297713/studiu-peste-jumatate-dintre-angajatii-romani-nu-stiu-cu-adevarat-ce-au-de-facut-la-locul-de-munca.html#gref"> www.wall-street.ro </a> </p> </div> </li> <li class="lg:flex lg:justify-between lg:items-start lg:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <p class="text-sm font-semibold leading-6 text-gray-900"> Newsweek.ro </p> <p class="mt-1 w-4/5 text-xs leading-5 text-gray-500"> Peste jumătate dintre angajații români nu știu cu adevărat ce au de făcut la locul de muncă </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="hidden lg:block text-sm leading-6 text-gray-900"> 04/06/2023 </p> <p class="mt-1 text-xs leading-5 text-sky-500 lg:text-gray-500"> <a class="underline hover:no-underline" target="_blank" href="https://newsweek.ro/social/radiografie-ingrijoratoare-sase-din-zece-angajati-romani-nu-stiu-ce-trebuie-sa-faca-la-serviciu">https://newsweek.ro</a> </p> </div> </li> <li class="lg:flex lg:justify-between lg:items-start lg:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <p class="text-sm font-semibold leading-6 text-gray-900"> Revistabiz.ro </p> <p class="mt-1 w-4/5 text-xs leading-5 text-gray-500"> Dacă în acest moment te lauzi în mocirla din social media cum îți ajuți tu angajații să își facă treaba, și cum ierți tu greșelile fără consecințe, vei fi adorat </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="hidden lg:block text-sm leading-6 text-gray-900"> 22/05/2023 </p> <p class="mt-1 text-xs leading-5 text-sky-500 lg:text-gray-500"> <a class="underline hover:no-underline" target="_blank" href="https://www.revistabiz.ro/razvan-cazanescu-daca-in-acest-moment-te-lauzi-in-mocirla-din-social-media-cum-iti-ajuti-tu-angajatii-sa-isi-faca-treaba-si-cum-ierti-tu-greselile-fara-consecinte-vei-fi-adorat/"> www.revistabiz.ro </a> </p> </div> </li> <li class="lg:flex lg:justify-between lg:items-start lg:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <p class="text-sm font-semibold leading-6 text-gray-900"> Business-review.eu </p> <p class="mt-1 w-4/5 text-xs leading-5 text-gray-500"> If Romania was a business, then it would be a Start-Up </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="hidden lg:block text-sm leading-6 text-gray-900"> 23/05/2023 </p> <p class="mt-1 text-xs leading-5 text-sky-500 lg:text-gray-500"> <a class="underline hover:no-underline" target="_blank" href="https://business-review.eu/profiles1/interviews-interviews/razvan-cazanescu-if-romania-was-a-business-then-it-would-be-a-start-up-246382"> https://business-review.eu </a> </p> </div> </li> <li class="lg:flex lg:justify-between lg:items-start lg:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <p class="text-sm font-semibold leading-6 text-gray-900"> Forbes </p> <p class="mt-1 w-4/5 text-xs leading-5 text-gray-500"> Nu sistemul educațional s-a degradat, ci parentingul a devenit toxic </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="hidden lg:block text-sm leading-6 text-gray-900"> 01/06/2023 </p> <p class="mt-1 text-xs leading-5 text-sky-500 lg:text-gray-500"> <a class="underline hover:no-underline" target="_blank" href="https://www.forbes.ro/razvan-cazanescu-nu-sistemul-educational-s-a-degradat-ci-parentingul-a-devenit-toxic-333053"> www.forbes.ro </a> </p> </div> </li> <li class="lg:flex lg:justify-between lg:items-start lg:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <p class="text-sm font-semibold leading-6 text-gray-900"> Euronews </p> <p class="mt-1 w-4/5 text-xs leading-5 text-gray-500"> Doi din trei antreprenori nu fac angajări în 2023. Războiul, inflația și accesarea dificilă a banilor europeni, printre motive </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="hidden lg:block text-sm leading-6 text-gray-900"> 25/05/2023 </p> <p class="mt-1 text-xs leading-5 text-sky-500 lg:text-gray-500"> <a class="underline hover:no-underline" target="_blank" href="https://www.euronews.ro/articole/doi-din-trei-antreprenori-nu-fac-angajari-in-2023-studiu-razboiul-inflatia-si-acc"> www.euronews.ro </a> </p> </div> </li> <li class="lg:flex lg:justify-between lg:items-start lg:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <p class="text-sm font-semibold leading-6 text-gray-900"> Wall Street </p> <p class="mt-1 w-4/5 text-xs leading-5 text-gray-500"> Să te aștepți ca angajații să nu greșească este inuman. </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="hidden lg:block text-sm leading-6 text-gray-900"> 18/11/2022 </p> <p class="mt-1 text-xs leading-5 text-sky-500 lg:text-gray-500"> <a class="underline hover:no-underline" target="_blank" href="https://www.wall-street.ro/articol/Careers/291660/cazanescu-tbf-sa-te-astepti-ca-angajatii-sa-nu-greseasca-este-inuman.html"> www.wall-street.ro </a> </p> </div> </li> <li class="lg:flex lg:justify-between lg:items-start lg:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <p class="text-sm font-semibold leading-6 text-gray-900"> Wall Street </p> <p class="mt-1 w-4/5 text-xs leading-5 text-gray-500"> 42 de lecții despre creșterea firmei tale de la un expert în antreprenoriat </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="hidden lg:block text-sm leading-6 text-gray-900"> 27/01/2023 </p> <p class="mt-1 text-xs leading-5 text-sky-500 lg:text-gray-500"> <a class="underline hover:no-underline" target="_blank" href="https://www.wall-street.ro/articol/Start-Up/293798/42-de-lectii-despre-cresterea-firmei-tale-de-la-un-expert-in-antreprenoriat.html"> www.wall-street.ro </a> </p> </div> </li> <li class="lg:flex lg:justify-between lg:items-start lg:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <p class="text-sm font-semibold leading-6 text-gray-900"> Europa FM </p> <p class="mt-1 w-4/5 text-xs leading-5 text-gray-500"> 6 din zece angajaţi români nu știu exact care sunt responsabilitățile lor la muncă </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="hidden lg:block text-sm leading-6 text-gray-900"> 05/06/2023 </p> <p class="mt-1 text-xs leading-5 text-sky-500 lg:text-gray-500"> <a class="underline hover:no-underline" target="_blank" href="https://www.europafm.ro/studiu-mkor-6-din-zece-angajati-romani-nu-stiu-exact-care-sunt-responsabilitatile-lor-la-munca/"> www.europafm.ro </a> </p> </div> </li> <li class="lg:flex lg:justify-between lg:items-start lg:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <p class="text-sm font-semibold leading-6 text-gray-900"> Aleph News Business </p> <p class="mt-1 w-4/5 text-xs leading-5 text-gray-500"> Evenimentul „Fundamental” a fost organizat de către Răzvan Căzănescu la Sala Palatului </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="hidden lg:block text-sm leading-6 text-gray-900"> 27/05/2023 </p> <p class="mt-1 text-xs leading-5 text-sky-500 lg:text-gray-500"> <a class="underline hover:no-underline" target="_blank" href="https://www.youtube.com/watch?v=5Ft2SGOqQUU"> www.youtube.com </a> </p> </div> </li> <li class="lg:flex lg:justify-between lg:items-start lg:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <p class="text-sm font-semibold leading-6 text-gray-900"> Manager.ro </p> <p class="mt-1 w-4/5 text-xs leading-5 text-gray-500"> Propriul loc de muncă, un real mister pentru cei mai mulți angajați. Nu-și cunosc responsabilitățile </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="hidden lg:block text-sm leading-6 text-gray-900"> 05/06/2023 </p> <p class="mt-1 text-xs leading-5 text-sky-500 lg:text-gray-500"> <a class="underline hover:no-underline" target="_blank" href="https://www.manager.ro/articole/companii-si-firme-34/propriul-loc-de-munca-un-real-mister-pentru-cei-mai-multi-angajati-nu-si-cunosc-responsabilitatile-115339.html"> www.manager.ro </a> </p> </div> </li> <li class="lg:flex lg:justify-between lg:items-start lg:gap-x-6 py-5"> <div class="min-w-0 flex-auto"> <p class="text-sm font-semibold leading-6 text-gray-900"> Monitorul de Cluj </p> <p class="mt-1 w-4/5 text-xs leading-5 text-gray-500"> Iau bani, dar nu știu pentru ce! 60% dintre români nu ştiu ce responsabilităţi au la locul de muncă </p> </div> <div class="shrink-0 sm:flex sm:flex-col sm:items-end"> <p class="hidden lg:block text-sm leading-6 text-gray-900"> 04/06/2023 </p> <p class="mt-1 text-xs leading-5 text-sky-500 lg:text-gray-500"> <a class="underline hover:no-underline" target="_blank" href="https://www.monitorulcj.ro/economie/110408-iau-bani-dar-nu-stiu-pentru-ce-60-dintre-romani-nu-stiu-ce-responsabilitati-au-la-locul-de-munca"> www.monitorulcj.ro </a> </p> </div> </li> </ul> </div> </div> </div> </div> <!-- Zile de implementare --> <div id="servicii" class="pb-24 pt-32 sm:py-32"> <div class="mx-auto max-w-7xl px-6 lg:px-8"> <div class="reveal-0-1000 load-hidden mx-auto max-w-4xl text-center"> <h2 class="text-base font-display font-semibold leading-7 text-galben-400"> Zilele TBF </h2> <p class="mt-2 font-display text-4xl font-bold tracking-tight text-neutru-950 sm:text-5xl"> Zile de implementare </p> </div> <p class="reveal-0-1000 load-hidden mx-auto mt-6 max-w-2xl text-center text-lg leading-8 text-neutru-700"> Participă împreună cu echipa ta la una dintre zilele TBF de implementare. Sunt ghidate live (online) de către fondatorul TBF, Răzvan Căzănescu. </p> <div class="isolate mx-auto mt-20 lg:mt-28 grid max-w-3xl grid-cols-1 md:grid-cols-2 gap-8 lg:mx-auto lg:max-w-4xl lg:grid-cols-2"> <!-- Responsabilități --> <div class="group rounded-3xl p-8 ring-1 xl:p-10 ring-gray-200 transition duration-300 hover:ring-2 hover:ring-galben-400"> <h3 id="tier-freelancer" class="text-2xl font-display font-semibold leading-9 text-neutru-950"> Responsabilități </h3> <p class="mt-4 text-sm leading-6 text-neutru-700"> Workshop pentru scrierea de responsabilități măsurabile și verificabile pentru toți angajații. </p> <p class="reveal-0-305 load-hidden font-display mt-6 flex items-baseline gap-x-1"> <span class="text-2xl font-semibold tracking-tight text-neutru-950"> În curând </span> <!--<span class="text-sm font-medium leading-6 text-neutru-600">--> <!-- /2023--> <!--</span>--> </p> <ul role="list" class="mt-8 space-y-3 text-sm leading-6 xl:mt-6 text-neutru-700"> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> Maximum 50 de companii </li> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> 9 ore (live online) </li> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> Responsabilități măsurabile </li> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> Grile de salarizare </li> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> Proces de evaluare de performanță </li> </ul> <a href="ziua-responsabilitatilor.html" aria-describedby="tier-freelancer" class="mt-10 block rounded-full py-2 px-3 text-center text-sm font-medium leading-6 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 bg-galben-300 text-neutru-950 shadow-sm transition duration-300 hover:bg-galben-400 focus-visible:outline-galben-400"> Vezi detalii </a> </div> <!-- Proceduri --> <div class="group rounded-3xl p-8 ring-1 xl:p-10 ring-gray-200 transition duration-300 hover:ring-2 hover:ring-galben-400"> <h3 id="tier-startup" class="text-2xl font-display font-semibold leading-9 text-neutru-950"> Proceduri </h3> <p class="mt-4 text-sm leading-6 text-neutru-700"> Workshop pentru documentarea procedurilor și construirea materialelor necesare de training. </p> <p class="reveal-100-500 load-hidden font-display mt-6 flex items-baseline gap-x-1"> <span class="text-2xl font-semibold tracking-tight text-neutru-950"> În curând </span> <!--<span class="text-sm font-semibold leading-6 text-neutru-600">--> <!-- /2023--> <!--</span>--> </p> <ul role="list" class="mt-8 space-y-3 text-sm leading-6 xl:mt-6 text-neutru-700"> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> Maximum 50 de companii </li> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> 9 ore (live online) </li> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> Proceduri clare și concise </li> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> Materiale de training </li> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> Testarea angajaților </li> </ul> <a href="ziua-procedurilor.html" aria-describedby="tier-freelancer" class="mt-10 block rounded-full py-2 px-3 text-center text-sm font-medium leading-6 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 bg-galben-300 text-neutru-950 shadow-sm transition duration-300 hover:bg-galben-400 focus-visible:outline-galben-400"> Vezi detalii </a> </div> <!-- Vânzări --> <div class="group rounded-3xl p-8 ring-1 xl:p-10 ring-gray-200 transition duration-300 hover:ring-2 hover:ring-galben-400"> <h3 id="tier-startup" class="text-2xl font-display font-semibold leading-9 text-neutru-950"> Vânzări </h3> <p class="mt-4 text-sm leading-6 text-neutru-700"> Workshop pentru construirea unui proces de vânzări predictibil și scalabil. </p> <p class="reveal-200-500 load-hidden font-display mt-6 flex items-baseline gap-x-1"> <span class="text-2xl font-semibold tracking-tight text-neutru-950"> În curând </span> <!--<span class="text-sm font-semibold leading-6 text-neutru-600">--> <!-- /2023--> <!--</span>--> </p> <ul role="list" class="mt-8 space-y-3 text-sm leading-6 xl:mt-6 text-neutru-700"> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> Maximum 50 de companii </li> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> 9 ore (live online) </li> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> Pagină online de vânzare </li> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> Secvențe de emailuri </li> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> Oferte, scripturi, reclame </li> </ul> <a href="ziua-vanzarilor.html" aria-describedby="tier-freelancer" class="mt-10 block rounded-full py-2 px-3 text-center text-sm font-medium leading-6 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 bg-galben-300 text-neutru-950 shadow-sm transition duration-300 hover:bg-galben-400 focus-visible:outline-galben-400"> Vezi detalii </a> </div> <!-- Recrutări --> <div class="group rounded-3xl p-8 ring-1 xl:p-10 ring-gray-200 transition duration-300 hover:ring-2 hover:ring-galben-400"> <h3 id="tier-freelancer" class="text-2xl font-display font-semibold leading-9 text-neutru-950"> Recrutări </h3> <p class="mt-4 text-sm leading-6 text-neutru-700"> Workshop de implementare a unui proces complet de recrutare pe toate rolurile din companie. </p> <p class="reveal-0-500 load-hidden font-display mt-6 flex items-baseline gap-x-1"> <span class="text-2xl font-semibold tracking-tight text-neutru-950"> În curând </span> <!--<span class="text-sm font-semibold leading-6 text-neutru-600">--> <!-- /2023--> <!--</span>--> </p> <ul role="list" class="mt-8 space-y-3 text-sm leading-6 xl:mt-6 text-neutru-700"> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> Maximum 50 de companii </li> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> 9 ore (live online) </li> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> Anunțuri persuasive </li> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> Procese de filtrare automatizată </li> <li class="flex gap-x-3"> <svg class="h-6 w-5 flex-none text-galben-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> </svg> Materiale de promovare </li> </ul> <a href="ziua-recrutarilor.html" aria-describedby="tier-freelancer" class="mt-10 block rounded-full py-2 px-3 text-center text-sm font-medium leading-6 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 bg-galben-300 text-neutru-950 shadow-sm transition duration-300 hover:bg-galben-400 focus-visible:outline-galben-400"> Vezi detalii </a> </div> </div> <div class="reveal-250-1000 load-hidden hidden lg:block mx-auto max-w-xl text-center text-neutru-700 mt-10 text-sm"> Ai întrebări? <button data-tf-popup="XUHqMzkJ" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="inline font-normal text-sky-500 underline underline-offset-[3px] hover:no-underline">Vorbește cu un consultant.</button> Programează o convorbire gratuită la telefon cu un consultant TBF </div> </div> </div> <!-- TBF Digital --> <div id="tbf-digital" class="overflow-hidden py-0 sm:pb-32 sm:pt-14"> <div class="mx-auto max-w-7xl px-6 md:px-8"> <div class="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 md:mx-0 md:max-w-none md:grid-cols-2"> <div class="md:ml-auto md:pl-4 md:pt-4"> <div class="md:max-w-lg mt-14 md:mt-5 lg:mt-32"> <h2 class="reveal-0-1000 load-hidden text-center md:text-left text-base font-semibold leading-7 text-galben-400"> TBF Digital </h2> <p class="reveal-0-1000 load-hidden text-center md:text-left mt-2 text-3xl font-display font-bold tracking-tight text-neutral-950 sm:text-4xl"> Management Software </p> <p class="reveal-0-1000 load-hidden text-center md:text-left mt-6 text-lg leading-8 text-neutru-700"> TBF Digital îți permite să conduci orice afacere prin obiective, responsabilități măsurabile, proceduri, proiecte și evaluări dintr-un singur loc. </p> <dl class="reveal-0-1000 load-hidden mt-10 max-w-xl space-y-8 text-base leading-7 text-neutru-700 md:max-w-none"> <div class="relative pl-9"> <dt class="inline font-semibold text-neutru-700"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="absolute left-1 top-0.5 h-6 w-6 text-galben-400"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /> </svg> Obiective. </dt> <dd class="inline"> Stabilește și urmărește progresul realizat de oamenii tăi pe obiective măsurate prin rezultate cheie. Vezi toată strategia companiei dintr-o singură privire. </dd> </div> <div class="relative pl-9"> <dt class="inline font-semibold text-gray-900"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="absolute left-1 top-0.5 h-6 w-6 text-galben-400"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /> </svg> Responsabilități. </dt> <dd class="inline"> Urmărește realizarea responsabilităților pentru toți angajații tăi. Vezi cine performează și cine nu. </dd> </div> <div class="relative pl-9"> <dt class="inline font-semibold text-gray-900"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="absolute left-1 top-0.5 h-6 w-6 text-galben-400"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /> </svg> Proceduri. </dt> <dd class="inline"> Documentează toate procesele și procedurile într-un loc de unde au acces imediat oamenii responsabili de ele. </dd> </div> </dl> <div class="reveal-0-1000 load-hidden flex flex-wrap items-center justify-center mt-10 gap-y-6 gap-x-6 md:justify-start"> <button data-tf-popup="Avc2QrAi" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="h-11 bg-galben-300 text-neutru-950 hover:bg-galben-400 inline-flex items-center rounded-full gap-2.5 justify-center px-7 py-3 text-sm font-medium leading-none outline-offset-2 transition-all duration-200 ease-in-out active:transition-none"> Programează demo </button> <button data-tf-popup="XUHqMzkJ" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="flex items-center gap-1 text-sm font-medium duration-200 ease-in-out group text-neutru-900 hover:text-neutru-950 sm:text-md"> Vorbește cu un consultant <svg class="h-5 w-5 text-gray-700 duration-300 ease-in-out group-hover:-translate-y-0 group-hover:translate-x-0.5 group-hover:text-neutru-950" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"> <path fill-rule="evenodd" d="M5 10a.75.75 0 01.75-.75h6.638L10.23 7.29a.75.75 0 111.04-1.08l3.5 3.25a.75.75 0 010 1.08l-3.5 3.25a.75.75 0 11-1.04-1.08l2.158-1.96H5.75A.75.75 0 015 10z" clip-rule="evenodd" /> </svg> </button> </div> </div> </div> <div class="flex items-start justify-end order-first relative"> <img src="img/tbf-digital.png" alt="Product screenshot" class="reveal-0-1000 load-hidden load-hidden w-[34rem] md:w-[64rem] max-w-none" width="1512" height="1753"> </div> </div> </div> </div> <!-- Newsletter --> <div class="relative mt-20 lg:mt-0 py-20 lg:pt-28 lg:pb-20 overflow-hidden xl:overflow-visible"> <svg class="absolute w-auto top-10 h-[80%] lg:-top-10 lg:inset-y-0 transform-gpu blur-3xl opacity-40" xmlns="http://www.w3.org/2000/svg" width="1440" height="999" viewBox="0 0 1440 999" fill="none"> <path d="M0 603.039C51.3206 476.942 41.5 -147.5 328 346.071C530.617 695.132 636.488 952.864 843.978 977.715C1051.47 1002.57 923.438 53.1122 1062.5 264.071C1201.56 475.03 1287.34 204.109 1305 182.571C1322.66 161.034 1797.56 658.076 1335 838.071C822.5 1037.5 765.404 -43.9261 644 24.0005C522.596 91.9271 334.964 1117.56 238.945 932C162.129 783.556 193.878 488.907 238.945 463.872" stroke="url(#paint0_linear_144_46)" stroke-width="41" /> <defs> <linearGradient id="paint0_linear_144_46" x1="-513" y1="434" x2="1492.5" y2="1657.51" gradientUnits="userSpaceOnUse"> <stop stop-color="#FFFEF0" stop-opacity="0" /> <stop offset="0.197917" stop-color="#FFF96B" stop-opacity="0.24" /> <stop offset="0.416667" stop-color="#FEC710" /> <stop offset="0.588542" stop-color="#FFF09E" stop-opacity="0" /> <stop offset="0.747779" stop-color="#FDC024" /> <stop offset="0.903438" stop-color="#FEC710" stop-opacity="0.04" /> </linearGradient> </defs> </svg> <!-- Hero content --> <div class="relative z-10 grid items-center grid-cols-1 max-w-screen-xl gap-16 px-5 mx-auto sm:px-6 lg:px-8 lg:grid-cols-2 lg:gap-8"> <div class="flex flex-col items-center max-w-full md:max-w-2xl mx-auto lg:items-start group"> <h1 class="font-display text-4xl font-bold text-center text-neutru-950 sm:text-5xl lg:text-left sm:leading-[3.8rem] group-hover:-translate-y-3 transition ease-out duration-[3000ms]"> Fundamentul zilei, <br /> cel mai apreciat <span class="relative whitespace-nowrap"> <!-- Headline underline --> <svg xmlns="http://www.w3.org/2000/svg" width="249" height="22" viewBox="0 0 249 22" fill="currentColor" class="absolute top-2/3 left-0 h-[0.6em] w-full fill-galben-400/40 group-hover:translate-y-2 group-hover:rotate-3 transition ease-out duration-[3000ms]"> <path d="M247.564 18.5807C241.772 13.3568 232.473 12.7526 225.225 11.4427C217.124 9.97395 208.996 8.57031 200.846 7.46093C186.542 5.51302 172.169 4.08854 157.79 3.01562C126.033 0.645827 94.0929 0.0338481 62.3387 2.36979C42.1785 3.85416 22.008 5.90885 2.32917 10.8463C-0.0155171 11.4349 0.207047 14.6719 2.6889 14.7083C22.0261 14.9896 41.3866 12.6406 60.7109 11.8568C79.9471 11.0807 99.2274 10.6719 118.484 10.9557C142.604 11.3125 166.719 12.8333 190.722 15.5156C199.956 16.5469 209.195 17.6016 218.411 18.8255C227.864 20.0807 237.259 22 246.767 20.7422C247.709 20.6198 248.426 19.3568 247.564 18.5807Z" /> </svg> <span class="relative"> newsletter </span> </span> de business </h1> <p class="mt-6 text-lg leading-8 text-center text-neutru-700 lg:text-left group-hover:-translate-y-2 transition ease-out duration-[3000ms]"> O lecție scurtă și practică de management, marketing sau vânzări scrisă de Răzvan Căzănescu (fondatorul TBF). Mii de antreprenori și manageri citesc Fundamentul Zilei la 07:00 în fiecare dimineață. </p> <div class="reveal-0-1000 load-hidden mt-10 flex flex-wrap items-center justify-center gap-y-6 gap-x-6 lg:justify-start"> <button data-tf-popup="FJkB3385" data-tf-opacity="100" data-tf-iframe-props="title=Newsletter" data-tf-medium="snippet" class="rounded-full bg-galben-300 px-10 py-3 text-sm font-medium text-neutru-950 shadow-sm hover:bg-galben-400 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-galben-400"> Abonează-te Gratuit </button> <a href="fundamentul-zilei.html#arhiva" class="flex items-center gap-1 text-sm font-medium duration-200 ease-in-out group text-neutru-900 hover:text-neutru-950 sm:text-md"> Vezi Arhivă <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5 text-neutru-900 duration-300 ease-in-out group-hover:-translate-y-0 group-hover:translate-x-0.5 group-hover:text-neutru-950"> <path fill-rule="evenodd" d="M5 10a.75.75 0 01.75-.75h6.638L10.23 7.29a.75.75 0 111.04-1.08l3.5 3.25a.75.75 0 010 1.08l-3.5 3.25a.75.75 0 11-1.04-1.08l2.158-1.96H5.75A.75.75 0 015 10z" clip-rule="evenodd" /> </svg> </a> </div> </div> <!-- Hero graphics --> <div class="w-full max-w-lg md:max-w-2xl lg:max-w-lg mx-auto lg:mr-0 hover:-translate-y-5 transition ease-out duration-[3000ms] group"> <div class="relative aspect-h-5 md:aspect-h-4 lg:aspect-h-5 aspect-w-4 lg:aspect-w-4 md:aspect-w-7 rounded-2xl"> <img class="reveal-0-1000 load-hidden object-cover object-center w-full h-full rounded-2xl shadow-2xl shadow-galben-400/20" src="img/newsletter-2.jpg" alt /> <div> <!-- Floating divs over image --> <div> <!-- Abonați --> <div class="reveal-250-1000 load-hidden absolute -right-10 lg:-left-36 top-6 lg:top-12 inline-flex h-12 w-max items-center justify-center gap-3.5 rounded-2xl bg-white/80 px-8 text-sm font-semibold text-neutru-800 shadow-lg shadow-galben-400/5 ring-1 ring-galben-600/5 backdrop-blur-md lg:px-10 group-hover:translate-y-3 group-hover:rotate-2 transition duration-[3000ms] ease-out"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="h-auto w-7 text-galben-400 lg:text-galben-300"> <path stroke-linecap="round" stroke-linejoin="round" d="M18 18.72a9.094 9.094 0 003.741-.479 3 3 0 00-4.682-2.72m.94 3.198l.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0112 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 016 18.719m12 0a5.971 5.971 0 00-.941-3.197m0 0A5.995 5.995 0 0012 12.75a5.995 5.995 0 00-5.058 2.772m0 0a3 3 0 00-4.681 2.72 8.986 8.986 0 003.74.477m.94-3.197a5.971 5.971 0 00-.94 3.197M15 6.75a3 3 0 11-6 0 3 3 0 016 0zm6 3a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0zm-13.5 0a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z" /> </svg> 30,000+ abonați </div> <!-- Ediții --> <div class="reveal-500-1000 load-hidden absolute bottom-16 md:bottom-10 lg:bottom-16 -left-10 lg:-left-24 inline-flex h-12 w-max items-center justify-center gap-3.5 rounded-2xl bg-white/80 px-8 text-sm font-semibold text-neutru-800 shadow-lg shadow-galben-400/5 ring-1 ring-galben-600/5 backdrop-blur-md lg:px-10 group-hover:translate-y-3 group-hover:translate-x-2 group-hover:-rotate-2 transition duration-[3000ms] ease-out"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-auto h-6 text-galben-300"> <path stroke-linecap="round" stroke-linejoin="round" d="M10.5 6a7.5 7.5 0 107.5 7.5h-7.5V6z" /> <path stroke-linecap="round" stroke-linejoin="round" d="M13.5 10.5H21A7.5 7.5 0 0013.5 3v7.5z" /> </svg> 800+ ediții </div> <!-- Gratuit --> <div class="reveal-700-1000 load-hidden absolute -right-28 top-[370px] hidden h-12 w-max items-center justify-center gap-3.5 rounded-2xl bg-white/80 px-8 text-sm font-semibold text-neutru-800 shadow-lg shadow-galben-400/5 ring-1 ring-galben-600/5 backdrop-blur-md lg:px-10 lg:inline-flex group-hover:translate-y-3 group-hover:-translate-x-2 group-hover:-rotate-3 transition duration-[3000ms] ease-out"> 100% Gratuit <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6 text-galben-300"> <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z" /> </svg> </div> </div> </div> </div> </div> </div> </div> <!-- Team --> <div class="py-24 sm:py-32"> <div class="mx-auto md:max-w-2xl lg:max-w-7xl px-6 lg:px-8"> <div class="reveal-0-1000 load-hidden mx-auto max-w-7xl"> <h2 class="text-3xl font-display font-bold tracking-tight text-neutru-950 sm:text-5xl"> Liderii TBF </h2> <p class="mt-6 text-lg leading-8 text-neutru-700 max-w-2xl"> Fiecare parte din TBF este condusă de un lider remarcabil cu rezultate dovedite în domeniul său și caracter integru. Toți sunt workaholici din păcate. </p> </div> <ul role="list" class="mx-auto mt-20 grid max-w-2xl grid-cols-1 gap-x-6 gap-y-20 sm:grid-cols-2 lg:max-w-4xl lg:gap-x-8 xl:max-w-none"> <li class="reveal-0-1000 load-hidden flex flex-col gap-6 xl:flex-row"> <img class="aspect-[4/5] w-52 flex-none rounded-2xl object-cover" src="img/razvan-cazanescu.jpg" alt> <div class="flex-auto"> <h3 class="text-lg font-semibold leading-8 tracking-tight text-neutru-950"> Răzvan Căzănescu </h3> <p class="text-base leading-7 text-neutru-500"> Fondator TBF </p> <p class="mt-6 text-base leading-7 text-neutru-500"> A fost implicat direct în creșterea a peste 300 de companii din 23 de industrii. A creat sistemul TBF de Management care în prezent este folosit de peste 1,000 de companii românești. <a class="text-sky-500 underline underline-offset-[3px] hover:no-underline cursor-pointer" x-data @click="$dispatch('open-misiune')">Vezi povestea lui.</a> </p> </div> </li> <li class="reveal-250-1000 load-hidden flex flex-col gap-6 xl:flex-row"> <img class="aspect-[4/5] w-52 flex-none rounded-2xl object-cover" src="img/alex-pop.jpg" alt> <div class="flex-auto"> <h3 class="text-lg font-semibold leading-8 tracking-tight text-neutru-950"> Alex Pop </h3> <p class="text-base leading-7 text-neutru-500"> Cofondator TBF Digital </p> <p class="mt-6 text-base leading-7 text-neutru-500"> Alex Pop este CEO și CTO TBF. Împreună cu Marius și echipa TBF au construit softul de management TBF Digital, ecosisteme complexe pentru companii de top din România și este cel mai plăcut om din TBF :) </p> </div> </li> <li class="reveal-0-1000 load-hidden flex flex-col gap-6 xl:flex-row"> <img class="aspect-[4/5] w-52 flex-none rounded-2xl object-cover" src="img/marius-brustur.jpg" alt> <div class="flex-auto"> <h3 class="text-lg font-semibold leading-8 tracking-tight text-neutru-950"> Marius Brustur </h3> <p class="text-base leading-7 text-neutru-500"> Cofondator TBF Digital </p> <p class="mt-6 text-base leading-7 text-neutru-500"> Marius este cofondator și CEO TBF Digital. A condus construcția unor sisteme ERP complete pentru companii din 5 industrii, iar în acest moment este liderul din TBF responsabil de dezvoltarea inteligenței artificiale. </p> </div> </li> <li class="reveal-250-1000 load-hidden flex flex-col gap-6 xl:flex-row"> <img class="aspect-[4/5] w-52 flex-none rounded-2xl object-cover" src="img/andreea-cazanescu.jpg" alt> <div class="flex-auto"> <h3 class="text-lg font-semibold leading-8 tracking-tight text-neutru-950"> Andreea Căzănescu </h3> <p class="text-base leading-7 text-neutru-500"> Fondator TBF </p> <p class="mt-6 text-base leading-7 text-neutru-500"> Andreea este directorul de operațiuni în TBF și liderul principal pentru segmentul de evenimente. A organizat în 30 de zile evenimentul Fundamental de la Sala Palatului, petrecerile TBF și zeci de evenimente remarcabile. </p> </div> </li> </ul> </div> </div> <!-- FAQ --> <div class=""> <div class="mx-auto md:max-w-2xl lg:max-w-7xl px-6 py-16 sm:py-24 md:pt-0 lg:pt-24 lg:px-8"> <div class="reveal-0-1000 load-hidden mx-auto max-w-2xl text-left lg:text-center"> <h2 class="font-display text-2xl font-bold leading-10 tracking-tight text-neutru-950"> Întrebări frecvente </h2> <p class="mt-6 text-base leading-7 text-neutru-700"> Ai întrebări la care nu găsești răspuns pe site? Scrie-ne un email la contact@tbf.ro sau folosește <button data-tf-popup="XUHqMzkJ" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="inline font-normal text-sky-500 underline underline-offset-[3px] hover:no-underline"> formularul de contact </button>. Răspundem în cel mai scurt timp posibil. </p> </div> <div class="mt-20"> <dl class="space-y-16 sm:grid sm:grid-cols-2 sm:gap-x-6 sm:gap-y-16 sm:space-y-0 lg:grid-cols-3 lg:gap-x-10"> <div class="reveal-0-1000 load-hidden"> <dt class="text-base font-semibold leading-7 text-neutru-950"> Ce servicii și produse oferă TBF? </dt> <dd class="mt-2 text-base leading-7 text-neutru-500"> Oferim <a class="text-sky-500 underline underline-offset-[3px] hover:no-underline" href="#servicii">workshop-uri</a> de implementare, <a class="text-sky-500 underline underline-offset-[3px] hover:no-underline" href="#tbf-digital">software</a> de management, un accelerator de afaceri de 12 luni și multe altele. </dd> </div> <div class="reveal-0-1000 load-hidden"> <dt class="text-base font-semibold leading-7 text-neutru-950"> În ce industrii sunt folosite sistemele TBF? </dt> <dd class="mt-2 text-base leading-7 text-neutru-500"> De la industria medicală, la cea de software, producție, construcții, servicii, comerț, agricultură, transport, logistică, imobiliare, turism, educație, ONG-uri și multe altele. </dd> </div> <div class="reveal-0-1000 load-hidden"> <dt class="text-base font-semibold leading-7 text-neutru-950"> Câte companii folosesc sistemele TBF? </dt> <dd class="mt-2 text-base leading-7 text-neutru-500"> Peste 1,000 de companii din 23 de industrii folosesc sistemele TBF pentru a se organiza și a crește accelerat. </dd> </div> <div class="reveal-0-1000 load-hidden"> <dt class="text-base font-semibold leading-7 text-neutru-950"> Care este misiunea și viziunea TBF? </dt> <dd class="mt-2 text-base leading-7 text-neutru-500"> Viziunea TBF este să ajute la creșterea a 10 companii românești care să devină numărul 1 în industria lor la nivel global. </dd> </div> <div class="reveal-0-1000 load-hidden"> <dt class="text-base font-semibold leading-7 text-neutru-950"> Ce este studiul TBF? </dt> <dd class="mt-2 text-base leading-7 text-neutru-500"> Studiul TBF este cel mai mare studiu realizat pe situația reală a managementului românesc. <a class="text-sky-500 underline underline-offset-[3px] hover:no-underline" href="studiu-tbf.html">Vezi aici gratuit</a> </dd> </div> <div class="reveal-0-1000 load-hidden"> <dt class="text-base font-semibold leading-7 text-neutru-950"> Ce este Fundamentul Zilei? </dt> <dd class="mt-2 text-base leading-7 text-neutru-500"> Fundamentul zilei este un newsletter scurt de luni până vineri, scris de Răzvan Căzănescu. Conține lecții concrete de management, marketing, vânzări și antreprenoriat. </dd> </div> <div class="reveal-0-1000 load-hidden"> <dt class="text-base font-semibold leading-7 text-neutru-950"> Ce este 30 Days MBA? </dt> <dd class="mt-2 text-base leading-7 text-neutru-500"> 30 Days MBA este un program gratuit susținut de Răzvan Căzănescu și Adrian Dragomir. A fost susținut de 2 ori și a avut peste 10,000 de participanți. </dd> </div> <div class="reveal-0-1000 load-hidden"> <dt class="text-base font-semibold leading-7 text-neutru-950"> Ce este Sistemul TBF de Management? </dt> <dd class="mt-2 text-base leading-7 text-neutru-500"> Este un sistem complet, creat de Răzvan Căzănescu în 17 ani, care permite managementul afacerilor prin obiective, responsabilități măsurabile, proceduri, training, evaluări de performanță și întâlniri trimestriale. </dd> </div> <div class="reveal-0-1000 load-hidden"> <dt class="text-base font-semibold leading-7 text-neutru-950"> Cum știu ce produs este potrivit pentru mine? </dt> <dd class="mt-2 text-base leading-7 text-neutru-500"> Dacă nu ești sigur ce produs să alegi <button data-tf-popup="XUHqMzkJ" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="inline font-normal text-sky-500 underline underline-offset-[3px] hover:no-underline">click aici</button> și scrie-ne direct. Experții noștri te vor ghida pentru a lua decizia potrivită. </dd> </div> <!-- More questions... --> </dl> </div> </div> </div> <!-- Recrutari --> <div class="group relative mt-20"> <div class="reveal-0-1000 load-hidden relative h-80 overflow-hidden md:absolute -left-10 md:left-0 md:h-full md:w-1/3 lg:w-1/2"> <img class="h-full w-full object-cover rounded-r-2xl group-hover:-translate-x-3 transition ease-out duration-[3000ms]" src="img/implementare-1.png" alt> </div> <div class="relative mx-auto max-w-7xl md:max-w-3xl lg:max-w-7xl py-24 sm:py-32 lg:px-8 lg:py-40"> <div class="pl-6 pr-6 md:ml-auto md:w-2/3 md:pl-16 lg:w-1/2 lg:pl-24 lg:pr-0 xl:pl-32"> <p class="reveal-0-1000 load-hidden text-center lg:text-left mt-2 text-3xl font-bold tracking-tight text-neutru-950 sm:text-4xl group-hover:-translate-y-3 transition ease-out duration-[3000ms]"> Alătură-te echipei TBF </p> <p class="reveal-0-1000 load-hidden text-center lg:text-left mt-6 text-base leading-7 text-neutru-700 group-hover:-translate-y-2 transition ease-out duration-[3000ms]"> Vrei să contribui la viziunea TBF? Hai în echipă! Suntem mereu în căutare de oameni remarcabili în orice domeniu. Doar te avertizăm că nu este ușor să fii TBF-ist. Este frumos, dar în nici un caz ușor. </p> <div class="reveal-250-1000 load-hidden mt-8 text-center lg:text-left"> <button data-tf-popup="sC5FZTip" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="inline-flex rounded-full bg-galben-300 px-10 py-2.5 text-sm font-medium text-neutru-950 shadow-sm hover:bg-galben-400 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-galben-400"> Vezi rolurile disponibile </button> </div> </div> </div> </div> <!-- Footer --> <div class="mx-auto mt-0 max-w-7xl px-6 lg:px-8"> <footer aria-labelledby="footer-heading" class="relative pt-0 pb-16 sm:pt-48 sm:pb-10"> <!-- Links --> <div class="hidden xl:grid xl:grid-cols-3 xl:gap-8 border-t border-neutru-900/10 pt-24"> <img class="h-4 w-auto" src="img/tbf.svg" alt> <div class="reveal-0-1000 load-hidden mt-16 grid grid-cols-2 gap-8 xl:col-span-2 xl:mt-0"> <div class="md:grid md:grid-cols-2 md:gap-8"> <div> <h3 class="text-sm font-semibold leading-6 text-neutru-950"> Implementare </h3> <ul role="list" class="mt-6 space-y-4"> <li> <a href="ziua-responsabilitatilor.html" class="text-sm leading-6 text-neutru-600 hover:text-neutru-950"> Responsabilități </a> </li> <li> <a href="ziua-procedurilor.html" class="text-sm leading-6 text-neutru-600 hover:text-neutru-950"> Proceduri </a> </li> <li> <a href="ziua-recrutarilor.html" class="text-sm leading-6 text-neutru-600 hover:text-neutru-950"> Proces Recrutări </a> </li> <li> <a href="ziua-vanzarilor.html" class="text-sm leading-6 text-neutru-600 hover:text-neutru-950"> Proces Vânzări </a> </li> </ul> </div> <div class="mt-10 md:mt-0"> <h3 class="text-sm font-semibold leading-6 text-neutru-950"> Sisteme </h3> <ul role="list" class="mt-6 space-y-4"> <li> <a href="ziua-responsabilitatilor.html" class="text-sm leading-6 text-neutru-600 hover:text-neutru-950"> Management </a> </li> <li> <a href="ziua-vanzarilor.html" class="text-sm leading-6 text-neutru-600 hover:text-neutru-950"> Vânzări </a> </li> <li> <button data-tf-popup="Avc2QrAi" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="text-sm leading-6 text-neutru-600 hover:text-neutru-950"> Software </button> </li> </ul> </div> </div> <div class="md:grid md:grid-cols-2 md:gap-8"> <div> <h3 class="text-sm font-semibold leading-6 text-neutru-950"> Companie </h3> <ul role="list" class="mt-6 space-y-4"> <li> <button x-data @click="$dispatch('open-misiune');" class="text-sm leading-6 text-neutru-600 hover:text-neutru-950"> Povestea </button> </li> <li> <a href="studiu-tbf.html" class="text-sm leading-6 text-neutru-600 hover:text-neutru-950"> Studiu </a> </li> <li> <button data-tf-popup="sC5FZTip" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="text-sm leading-6 text-neutru-600 hover:text-neutru-950"> Cariere </button> </li> <li> <button data-tf-popup="XUHqMzkJ" data-tf-opacity="100" data-tf-iframe-props="title=Recrutare" data-tf-medium="snippet" class="text-sm leading-6 text-neutru-600 hover:text-neutru-950"> Contact </button> </li> </ul> </div> <div class="mt-10 md:mt-0"> <h3 class="text-sm font-semibold leading-6 text-neutru-950"> Legal </h3> <ul role="list" class="mt-6 space-y-4"> <li> <a target="_blank" href="termeni-si-conditii.html" class="text-sm leading-6 text-neutru-600 hover:text-neutru-950"> Termeni </a> </li> <li> <a target="_blank" href="politica-de-confidentialitate.html" class="text-sm leading-6 text-neutru-600 hover:text-neutru-950"> Confidențialitate </a> </li> <li> <a target="_blank" href="politica-de-confidentialitate.html#prelucrare-date" class="text-sm leading-6 text-neutru-600 hover:text-neutru-950"> GDPR </a> </li> <li> <a target="_blank" href="politica-de-confidentialitate.html#drepturi" class="text-sm leading-6 text-neutru-600 hover:text-neutru-950"> Drepturi </a> </li> </ul> </div> </div> </div> </div> <!-- Newsletter --> <div class="reveal-0-1000 load-hidden text-center lg:text-left px-5 lg:px-0 mt-0 border-t border-neutru-900/10 pt-14 lg:pt-8 sm:mt-20 lg:mt-24 lg:flex lg:items-center lg:justify-between"> <div> <h3 class="text-sm font-semibold leading-6 text-neutru-950"> Înscrie-te la Fundamentul Zilei </h3> <p class="mt-2 text-sm leading-6 text-neutru-600"> 30,000+ cititori, 800+ ediții, de luni până vineri, scris de Răzvan Căzănescu. </p> </div> <div class="mt-6 sm:max-w-md mx-auto lg:mx-0 lg:mt-0 px-5 lg:px-0 flex gap-x-3"> <!-- Fundamentul Zilei --> <button data-tf-popup="FJkB3385" data-tf-opacity="100" data-tf-iframe-props="title=Newsletter" data-tf-medium="snippet" class="flex gap-2 w-full items-center justify-center rounded-full px-7 text-xs font-medium bg-gray-950 md:bg-white py-3 text-white md:text-gray-500 hover:ring-gray-900 hover:text-gray-900 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-galben-400 whitespace-nowrap"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-4 h-4 text-white md:text-gray-700"> <path d="M1.5 8.67v8.58a3 3 0 003 3h15a3 3 0 003-3V8.67l-8.928 5.493a3 3 0 01-3.144 0L1.5 8.67z" /> <path d="M22.5 6.908V6.75a3 3 0 00-3-3h-15a3 3 0 00-3 3v.158l9.714 5.978a1.5 1.5 0 001.572 0L22.5 6.908z" /> </svg> Fundamentul Zilei </button> <!-- Contact --> <button data-tf-popup="XUHqMzkJ" data-tf-opacity="100" data-tf-iframe-props="title=Contact" data-tf-medium="snippet" class="hidden sm:flex w-full items-center justify-center rounded-full bg-neutru-950 px-7 py-3 text-xs font-medium text-white shadow-sm hover:bg-neutru-900 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-galben-400"> Contact </button> </div> </div> <!-- Copyright --> <div class="reveal-0-1000 load-hidden mt-14 lg:mt-8 border-t border-neutru-900/10 pt-8 md:flex md:items-center md:justify-between"> <div class="flex items-center justify-center lg:justify-start space-x-6 md:order-2"> <a target="_blank" href="https://facebook.com/thebasicfundamentals" class="text-neutru-400 hover:text-neutru-500"> <span class="sr-only"> Facebook </span> <svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <path fill-rule="evenodd" d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.988C18.343 21.128 22 16.991 22 12z" clip-rule="evenodd" /> </svg> </a> <a target="_blank" href="https://ro.linkedin.com/company/thebasicfundamentals" class="text-neutru-400 hover:text-neutru-500"> <span class="sr-only"> LinkedIn </span> <svg class="h-5 w-5" fill="currentColor" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"> <path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" /> </svg> </a> <a target="_blank" href="https://www.youtube.com/@tbf1004" class="text-neutru-400 hover:text-neutru-500"> <span class="sr-only"> YouTube </span> <svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <path fill-rule="evenodd" d="M19.812 5.418c.861.23 1.538.907 1.768 1.768C21.998 8.746 22 12 22 12s0 3.255-.418 4.814a2.504 2.504 0 0 1-1.768 1.768c-1.56.419-7.814.419-7.814.419s-6.255 0-7.814-.419a2.505 2.505 0 0 1-1.768-1.768C2 15.255 2 12 2 12s0-3.255.417-4.814a2.507 2.507 0 0 1 1.768-1.768C5.744 5 11.998 5 11.998 5s6.255 0 7.814.418ZM15.194 12 10 15V9l5.194 3Z" clip-rule="evenodd" /> </svg> </a> </div> <p class="mt-8 text-center lg:text-left px-5 lg:px-0 text-xs leading-5 text-neutru-400 md:order-1 md:mt-0"> © <span id="year-copyright"> 2024 </span> TBF Core, TBF Apps. Toate drepturile rezervate. </p> </div> </footer> </div> <!-- Video Modal Misiune --> <div x-data="{ misiuneModal: false, player: null }" @open-misiune.window="misiuneModal=true; player = loadMisiuneVideoPlayer('857225824');"> <div x-show="misiuneModal" class="fixed inset-0 z-50 overflow-y-auto" aria-labelledby="modal-title" role="dialog" aria-modal="true"> <div class="flex items-center justify-center min-h-screen px-4 text-center"> <div x-cloak @click="misiuneModal = false; player.destroy(); " x-show="misiuneModal" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-200 transform" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="fixed inset-0 transition-opacity bg-white bg-opacity-70 backdrop-blur-sm" aria-hidden="true"> <button @click="misiuneModal = false; player.destroy(); " class="absolute top-3 right-3 text-gray-900 hover:text-galben-400"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 md:w-10 h-6 md:h-10"> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> </svg> </button> </div> <div x-cloak x-show="misiuneModal" x-transition:enter="transition ease-out duration-300 transform" 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="transition ease-in duration-200 transform" 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 inline-block w-full max-w-xl p-0 my-20 overflow-hidden text-left transition-all transform bg-white rounded-lg shadow-2xl 2xl:max-w-2xl"> <div x-cloak x-show="misiuneModal" x-transition:enter="transition ease-out duration-300 transform" 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" id="misiuneVideo" class="max-w-full max-h-screen"> <!-- Loader --> <div class="absolute w-10 h-10 right-0 top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2"> <svg class="animate-spin h-10 w-10 text-gray-300" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle> <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"> </path> </svg> </div> </div> </div> </div> </div> </div> <!-- Scripts --> <script src="js/scripts.js"></script> <!-- Vimeo Player --> <script src="https://player.vimeo.com/api/player.js"></script> <!-- TypeForm --> <script src="//embed.typeform.com/next/embed.js"></script> <script> const count = 200, defaults = { origin: {y: 0.5, x: 0.3}, }; function fire(particleRatio, opts) { confetti( Object.assign({}, defaults, opts, { particleCount: Math.floor(count * particleRatio), }) ); } // document.addEventListener('DOMContentLoaded', () => { // fire(0.25, { // spread: 26, // startVelocity: 55, // }); // fire(0.2, { // spread: 60, // }); // fire(0.35, { // spread: 100, // decay: 0.91, // scalar: 0.8, // }); // fire(0.1, { // spread: 120, // startVelocity: 25, // decay: 0.92, // scalar: 1.2, // }); // fire(0.1, { // spread: 120, // startVelocity: 45, // }); }) </script> </body> </html>
Back