Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
tbf.ro
/
razvan
/
dist_old
/
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 :
ziua-procedurilor.html
| Size :
478.39
KB
Copy
<!DOCTYPE html> <html lang="ro"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- 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="Eveniment TBF: Ziua Procedurilor" /> <meta property="og:description" content="Documentează în doar 9 ore procedurile pentru toți angajații din compania ta." /> <meta property="og:image" content="img/photos/tbf-13.jpg" /> <!-- 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"> <!-- 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> <!-- ChatBase --> <script> window.chatbaseConfig = { chatbotId: "P_mbNWoyoVW2IExzm7P6I", } </script> <script src="https://www.chatbase.co/embed.min.js" id="P_mbNWoyoVW2IExzm7P6I" defer></script> <style> [x-cloak] { display: none; } html { scroll-behavior: smooth; } html.sr .load-hidden { visibility: hidden; } </style> <title>TBF - Ziua Procedurilor</title> </head> <body class="selection:bg-galben-300 selection:text-galben-950 bg-white"> <!-- 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"> <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-gray-700 hover:text-gray-500"> <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=Recrutare" 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> <!-- Banner Seats Available --> <!-- <div class="overflow-hidden bg-gray-50 md:bg-neutru-950/90 mt-5 md:mt-0 mx-5 md:mx-auto rounded-xl md:rounded-none py-3 ring-1 md:ring-0 ring-gray-200"> <p class="reveal-500-500 load-hidden text-gray-600 md:text-white text-sm text-center mx-auto"> Ofertă Eary Bird: <a class="text-gray-900 md:text-galben-400 font-semibold md:font-medium" href="#"> 50% discount </a> </p> </div> --> <!-- Hero --> <div class="relative py-12 lg:pt-24 mt-0 lg:pb-20 overflow-hidden xl:overflow-visible"> <svg class="absolute inset-x-0 w-auto top-0 lg: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> <div class="relative z-10 grid grid-cols-1 lg:grid-cols-2 md:max-w-xl items-center lg:max-w-screen-xl gap-16 px-5 mx-auto sm:px-6 lg:px-8 lg:gap-8"> <div class="group w-full max-w-lg order-last lg:order-first lg:mr-0"> <div class="relative aspect-h-5 aspect-w-4 rounded-2xl group-hover:-translate-y-5 transition ease-out duration-[3000ms]"> <img class="reveal-0-1000 load-hidden sr object-cover object-center w-full h-full rounded-2xl shadow-2xl shadow-galben-400/20" src="img/photos/tbf-13.jpg" alt="" /> <div> <!-- Floating divs over image --> <div class="lg:hidden"> <!-- Productivitate --> <div class="reveal-500-1000 load-hidden absolute -right-10 lg:-left-44 top-6 lg:top-12 inline-flex h-12 w-max items-center justify-center gap-3.5 rounded-2xl bg-white/70 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" viewBox="0 0 24 24" fill="currentColor" class="h-auto w-7 text-galben-400 lg:text-galben-300"> <path fill-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm.53 5.47a.75.75 0 00-1.06 0l-3 3a.75.75 0 101.06 1.06l1.72-1.72v5.69a.75.75 0 001.5 0v-5.69l1.72 1.72a.75.75 0 101.06-1.06l-3-3z" clip-rule="evenodd" /> </svg> +44% productivitate </div> <!-- Cost Management --> <div class="reveal-700-1000 load-hidden absolute bottom-6 -left-10 lg:-left-24 inline-flex h-12 w-max items-center justify-center gap-3.5 rounded-2xl bg-white/70 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" viewBox="0 0 24 24" fill="currentColor" class="h-auto w-7 text-galben-400 lg:text-galben-30 rotate-180"> <path fill-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm.53 5.47a.75.75 0 00-1.06 0l-3 3a.75.75 0 101.06 1.06l1.72-1.72v5.69a.75.75 0 001.5 0v-5.69l1.72 1.72a.75.75 0 101.06-1.06l-3-3z" clip-rule="evenodd" /> </svg> -72% greșeli operaționale </div> </div> </div> </div> </div> <div class="flex flex-col items-center max-w-2xl lg:items-start"> <h1 class="reveal-0-1000 load-hidden md:mt-10 lg:mt-0 text-[2.3rem] leading-[3rem] md:text-5xl md:leading-tight lg:text-[2.3rem] lg:leading-[3rem] font-display font-bold text-center text-neutru-950 sm:text-4xl lg:text-left"> <span class="lg:hidden">Event:</span> Ziua Procedurilor </h1> <p class="reveal-0-1000 load-hidden mt-6 text-lg leading-8 text-center text-neutru-700 lg:text-left lg:max-w-lg"> Documentează în doar 9 ore procedurile pentru toți angajații din compania ta. Cu puterea inteligenței artificiale și a procesului dezvoltat de Răzvan Căzănescu, realizează într-o zi ceea ce altora le ia 6 luni. </p> <div class="reveal-0-1000 load-hidden flex flex-wrap items-center justify-center mt-10 gap-y-6 gap-x-6 lg:justify-start"> <a href="#rezultate" class="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"> Vezi rezultatele </a> <a href="#rezultate" class="flex items-center gap-1 text-sm font-medium duration-200 ease-in-out group text-gray-900 hover:text-gray-700 sm:text-md"> Cum funcționează <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5 text-gray-900 duration-300 ease-in-out group-hover:-translate-y-0 group-hover:translate-x-0.5 group-hover:text-gray-700"> <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> <dl class="mt-16 hidden lg:grid max-w-xl grid-cols-2 gap-8 sm:mt-20 xl:mt-16"> <div class="reveal-300-1000 load-hidden flex flex-col gap-y-3 border-l border-gray-900/10 pl-6"> <dt class="text-sm leading-6 text-gray-600"> Productivitatea angajaților </dt> <dd class="order-first text-2xl font-semibold tracking-tight text-gray-900 flex items-baseline gap-2"> <span>44%</span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="h-6 w-6 flex-shrink-0 self-center text-galben-300"> <path fill-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm.53 5.47a.75.75 0 00-1.06 0l-3 3a.75.75 0 101.06 1.06l1.72-1.72v5.69a.75.75 0 001.5 0v-5.69l1.72 1.72a.75.75 0 101.06-1.06l-3-3z" clip-rule="evenodd" /> </svg> </dd> </div> <div class="reveal-400-1000 load-hidden flex flex-col gap-y-3 border-l border-gray-900/10 pl-6"> <dt class="text-sm leading-6 text-gray-600"> Costul de management </dt> <dd class="order-first text-2xl font-semibold tracking-tight text-gray-900 flex items-baseline gap-2"> <span>63%</span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="h-6 w-6 flex-shrink-0 self-center text-galben-300 rotate-180"> <path fill-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm.53 5.47a.75.75 0 00-1.06 0l-3 3a.75.75 0 101.06 1.06l1.72-1.72v5.69a.75.75 0 001.5 0v-5.69l1.72 1.72a.75.75 0 101.06-1.06l-3-3z" clip-rule="evenodd" /> </svg> </dd> </div> <div class="reveal-500-1000 load-hidden flex flex-col gap-y-3 border-l border-gray-900/10 pl-6"> <dt class="text-sm leading-6 text-gray-600"> eNPS </dt> <dd class="order-first text-2xl font-semibold tracking-tight text-gray-900 flex items-baseline gap-2"> <span>32%</span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="h-6 w-6 flex-shrink-0 self-center text-galben-300"> <path fill-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm.53 5.47a.75.75 0 00-1.06 0l-3 3a.75.75 0 101.06 1.06l1.72-1.72v5.69a.75.75 0 001.5 0v-5.69l1.72 1.72a.75.75 0 101.06-1.06l-3-3z" clip-rule="evenodd" /> </svg> </dd> </div> <div class="reveal-600-1000 load-hidden flex flex-col gap-y-3 border-l border-gray-900/10 pl-6"> <dt class="text-sm leading-6 text-gray-600"> Greșeli operaționale </dt> <dd class="order-first text-2xl font-semibold tracking-tight text-gray-900 flex items-baseline gap-2"> <span>72%</span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="h-6 w-6 flex-shrink-0 self-center text-galben-300 rotate-180"> <path fill-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm.53 5.47a.75.75 0 00-1.06 0l-3 3a.75.75 0 101.06 1.06l1.72-1.72v5.69a.75.75 0 001.5 0v-5.69l1.72 1.72a.75.75 0 101.06-1.06l-3-3z" clip-rule="evenodd" /> </svg> </dd> </div> </dl> </div> </div> </div> <!-- Features --> <div id="rezultate" class="bg-white py-24 pb-5 md:py-32 md:pb-14"> <div class="mx-auto max-w-4xl px-6 lg:px-8"> <div class="mb-20 text-center"> <h2 class="reveal-0-1000 load-hidden text-base font-semibold leading-7 text-galben-400">Rezultate concrete</h2> <p class="reveal-100-1000 load-hidden mt-2 text-3xl font-display font-bold tracking-tight text-gray-900 sm:text-4xl">Ce vei realiza în 9 ore</p> <p class="reveal-200-1000 load-hidden mt-6 text-base leading-7 text-gray-600">În doar 9 ore, companiile vor avea documentate toate procedurile critice pentru fiecare rol împreună cu materialele de training necesare pentru ca angajații (vechi și noi) să le poată învăța.</p> </div> <div class="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2"> <dl class="col-span-2 grid grid-cols-1 gap-x-8 gap-y-10 text-base leading-7 text-gray-600 sm:grid-cols-2 lg:gap-y-16"> <div class="reveal-0-1000 load-hidden relative pl-9"> <dt class="font-semibold text-gray-900"> <svg class="absolute left-0 top-1 h-5 w-5 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 </dt> <dd class="mt-2"> La finalul zilei ai documentate procedurile critice pentru fiecare rol din companie. </dd> </div> <div class="reveal-0-1000 load-hidden relative pl-9"> <dt class="font-semibold text-gray-900"> <svg class="absolute left-0 top-1 h-5 w-5 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 training </dt> <dd class="mt-2"> Materialele necesare pentru ca angajații să învețe procedurile critice. </dd> </div> <div class="reveal-0-1000 load-hidden relative pl-9"> <dt class="font-semibold text-gray-900"> <svg class="absolute left-0 top-1 h-5 w-5 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 training continuu </dt> <dd class="mt-2"> Structura și frecvența necesară pentru trainingurile pe proceduri pentru angajați. </dd> </div> <div class="reveal-0-1000 load-hidden relative pl-9"> <dt class="font-semibold text-gray-900"> <svg class="absolute left-0 top-1 h-5 w-5 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 </dt> <dd class="mt-2"> Teste pentru angajați pentru a verifica înțelegerea procedurilor. </dd> </div> <div class="reveal-0-1000 load-hidden relative pl-9"> <dt class="font-semibold text-gray-900"> <svg class="absolute left-0 top-1 h-5 w-5 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> Ghidare pas cu pas </dt> <dd class="mt-2"> Răzvan Căzănescu ghidează companiile live prin procesul de documentare a procedurilor. </dd> </div> <div class="reveal-0-1000 load-hidden relative pl-9"> <dt class="font-semibold text-gray-900"> <svg class="absolute left-0 top-1 h-5 w-5 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> Pregătire cu 14 zile înainte </dt> <dd class="mt-2"> Documente de pregătire care trebuie completate de către manageri și angajați. </dd> </div> <div class="reveal-0-1000 load-hidden relative pl-9"> <dt class="font-semibold text-gray-900"> <svg class="absolute left-0 top-1 h-5 w-5 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> Feedback în timp real </dt> <dd class="mt-2"> Munca fiecărei companii este urmărită și evaluată în timp real de către experți TBF. </dd> </div> <div class="reveal-0-1000 load-hidden relative pl-9"> <dt class="font-semibold text-gray-900"> <svg class="absolute left-0 top-1 h-5 w-5 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> Inteligența artificială </dt> <dd class="mt-2"> Software cu inteligență artificială construit special de TBF pentru a genera proceduri. </dd> </div> </dl> </div> </div> </div> <!-- Quote --> <div class="isolate overflow-hidden bg-white px-6 lg:px-8 md:mb-7"> <div class="relative mx-auto max-w-2xl py-20 md:py-32 lg:max-w-4xl"> <figure class="grid grid-cols-1 items-center gap-x-6 gap-y-8 lg:gap-x-10"> <div class="reveal-100-1000 load-hidden relative col-span-2 lg:col-start-1 lg:row-start-2"> <blockquote class="text-xl font-semibold leading-8 text-gray-900 sm:text-2xl sm:leading-9"> <p class="text-center md:text-left"> În 2023 TBF a realizat cel mai mare <a class="text-galben-400 underline underline-offset-[3px]" target="_blank" href="studiu-tbf.html">studiu</a> pe realitatea managementului românesc. Doar 38% dintre angajați au beneficiat de training în ultimul trimestru. Iar o treime au primit o singură sesiune în ultimele 90 de zile. </p> </blockquote> </div> <div class="reveal-0-1000 load-hidden col-end-1 hidden md:block w-16 lg:row-span-4 lg:w-72"> <img class="rounded-xl bg-galben-50 lg:rounded-3xl shadow-2xl shadow-galben-400/30" src="img/razvan-cazanescu-closeup.jpg" alt=""> </div> <figcaption class="reveal-100-1000 load-hidden text-base text-center md:text-left lg:col-start-1 lg:row-start-3"> <div class="font-semibold text-gray-900"> Răzvan Căzănescu </div> <div class="mt-1 text-gray-500"> Fondator TBF </div> </figcaption> </figure> </div> </div> <!-- Testimoniale --> <div id="clienti" class="mb-20 scroll-mt-40 lg:mb-32 max-w-6xl mx-auto relative"> <!-- 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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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 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) pe an 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="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="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> <!-- Features 2 --> <div id="greseli" 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"> <h2 class="text-base font-semibold leading-7 text-galben-400"> Proceduri </h2> <p class="mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl"> Top 3 greșeli </p> <p class="mt-6 text-center md:text-left text-lg leading-8 text-gray-600"> Procedurile descriu cel mai eficient mod în care o persoană poate realiza o anumită activitate. Fără proceduri productivitatea este mică, numărul de greșeli mare, iar angajații nu pot fi înlocuiți. </p> <dl class="mt-10 max-w-xl space-y-8 text-base leading-7 text-gray-600 lg:max-w-none"> <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> Mult prea lungi. </dt> <dd class="inline"> Lungimea optimă a unei proceduri este de 7 pași (maximum 10). Procedurile lungi sunt greu de înțeles și de urmat. </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> Training rar. </dt> <dd class="inline"> O persoană are nevoie să fie expusă la training pe o anumită procedură de cel puțin 6 ori pe parcursul a 5 luni. </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> Creativitate. </dt> <dd class="inline">Folosim creativitatea să rezolvăm problemele noi. Folosim procedurile să rezolvăm problemele recurente.</dd> </div> </dl> </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 object-cover object-center w-full h-full rounded-2xl shadow-2xl shadow-galben-400/20" src="img/photos/tbf-03.jpg" alt sizes="(min-width: 552px) 32rem, calc(100vw - 40px)" /> </div> </div> </div> </div> <!-- Center text --> <div class="px-6 lg:contents"> <div class="mx-auto max-w-lg pb-24 pt-16 text-center"> <p class="reveal-0-1000 load-hidden text-base font-semibold leading-7 text-galben-400"> Toată echipa </p> <h1 class="reveal-100-1000 load-hidden mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl"> Workshop Live Online </h1> <p class="reveal-200-1000 load-hidden mt-6 text-xl leading-8 text-gray-700"> Zilele TBF sunt evenimente de 9 ore ghidate live, online de către Răzvan Căzănescu. În acest fel companiile pot participa alături de toți angajații lor fără cost suplimentar. </p> <div class="reveal-200-1000 load-hidden mt-10 max-w-xl text-base leading-7 text-gray-700 lg:max-w-none"> <p> Nu se pierde timpul pe deplasare, nu se cheltuie bani pe cazare, mese și transport. Oamenii sunt liberi să discute între ei atunci când lucrează. Iar experții noștri urmăresc în timp real munca fiecărei companii prin intermediul softurilor TBF. </p> </div> </div> </div> <!-- Poza mare --> <div class="overflow-hidden bg-white py-10 sm:py-24"> <div class="mx-auto max-w-7xl px-6 lg:px-8"> <div class="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2"> <div class="lg:ml-auto lg:pl-4 lg:pt-8"> <div class="lg:max-w-lg"> <h2 class="text-base font-semibold leading-7 text-galben-400 text-center md:text-left">TBF Business AI</h2> <p class="mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl text-center md:text-left">Inteligența artificială</p> <p class="mt-6 text-lg leading-8 text-gray-600 text-center md:text-left">TBF Business AI este un software cu inteligență artificială construit de către echipa TBF și antrenat pe mii de responsabilități, roluri, proceduri, anunțuri de recrutare, obiective, strategii, materiale de vânzare și sisteme folosite de către Răzvan Căzănescu în 23 de industrii.</p> <dl class="mt-10 max-w-xl space-y-8 text-base leading-7 text-gray-600 lg:max-w-none"> <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> Completarea documentelor de pregătire. </dt> <dd class="inline">Pentru ca inteligența artificială să genereze proceduri corecte are nevoie de informații despre activitățile din compania ta. Pentru asta primești documente de pregătire care trebuie completate de către angajați și manageri.</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> Feedback și ghidare. </dt> <dd class="inline">Răzvan ghidează companiile prin proces și explică metoda corectă de a verifica rezultatele.</dd> </div> </dl> </div> </div> <div class="flex items-start justify-end lg:order-first"> <img src="img/photos/tbf-15.jpg" alt="Product screenshot" class="reveal-0-1000 load-hidden w-[48rem] max-w-none rounded-xl shadow-xl ring-1 ring-gray-400/10 sm:w-[57rem]" width="2432" height="1442"> </div> </div> </div> </div> <!-- Price --> <div class="relative isolate bg-white px-6 py-24 pb-5 md:py-32 md:pb-10 lg:px-8"> <div class="absolute inset-x-0 -top-3 -z-10 transform-gpu overflow-hidden px-36 blur-3xl opacity-50" aria-hidden="true"> <div class="mx-auto aspect-[1155/678] w-[72.1875rem] bg-gradient-to-tr from-galben-400 to-galben-200 opacity-30" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div> </div> <div class="mx-auto max-w-2xl text-center lg:max-w-4xl"> <h2 class="reveal-0-1000 load-hidden text-base font-semibold leading-7 text-galben-400"> Ziua Procedurilor </h2> <p class="reveal-100-1000 load-hidden mt-2 text-4xl font-bold tracking-tight text-gray-900 sm:text-5xl"> Aplică acum </p> </div> <p class="reveal-200-1000 load-hidden mx-auto mt-6 max-w-2xl text-center text-lg leading-8 text-gray-600"> În maximum 48 de ore vei fi contactat de către un consultant TBF și îți va răspunde la toate întrebările. </p> <div class="mx-auto mt-16 grid max-w-lg grid-cols-1 items-center gap-y-6 sm:mt-20 sm:gap-y-0 lg:max-w-3xl lg:grid-cols-2"> <div class="reveal-0-1000 load-hidden rounded-3xl p-8 ring-1 ring-gray-900/10 sm:p-10 relative bg-white shadow-2xl shadow-galben-400/30"> <h3 id="tier-personal" class="text-base font-semibold leading-7 text-galben-400"> Ofertă </h3> <p class="mt-4 flex items-baseline gap-x-2"> <span class="text-5xl font-bold tracking-tight text-gray-900"> €3,500 </span> <span class="text-base text-gray-500"> +TVA </span> </p> <p class="mt-6 text-base leading-7 text-gray-600"> Documentează în doar 9 ore procedurile pentru toți angajații din compania ta. </p> <ul role="list" class="mt-8 space-y-3 text-sm leading-6 text-gray-600 sm:mt-10"> <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> <span> Maximum 50 de companii </span> </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> Joi, 16 Noiembrie </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> De la 09:00 la 18:00 </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> Documente pregătitoare </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> Toată echipa, același preț </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> Live, online prin Zoom </li> </ul> <button data-tf-popup="zj6Dgm8q" data-tf-opacity="100" data-tf-iframe-props="title=Aplica" data-tf-medium="snippet" class="mt-10 h-11 w-full bg-galben-300 font-medium text-neutru-950 hover:bg-galben-400 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"> Rezervă-ți locul </button> </div> <div class="reveal-200-1000 load-hidden hidden md:block rounded-3xl p-8 ring-1 ring-gray-900/10 sm:p-10 sm:pb-12 bg-white/60 sm:mx-8 lg:mx-0 sm:rounded-t-none lg:rounded-tr-3xl lg:rounded-bl-none"> <h3 id="tier-team" class="text-base font-semibold leading-7 text-galben-400"> Data </h3> <p class="mt-4 flex items-baseline gap-x-2"> <span class="text-5xl font-bold tracking-tight text-gray-900"> 16 Noi </span> <span class="text-base text-gray-500"> /2023 </span> </p> <p class="mt-6 text-base leading-7 text-gray-600"> Ziua Procedurilor este condusă live de către fondatorul TBF, Răzvan Căzănescu. </p> <ul role="list" class="mt-8 space-y-3 text-sm leading-6 text-gray-600 sm:mt-10"> <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 </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 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> Proces training continuu </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> </div> </div> </div> <!-- FAQ section --> <div class="mx-auto md:my-24 max-w-2xl px-8"> <div class="mx-auto max-w-4xl divide-y divide-gray-900/10"> <dl x-data="{ opened: 0 }" class="mt-10 space-y-6 divide-y divide-gray-900/10"> <div class="reveal-0-1000 load-hidden pt-6"> <dt> <button @click="opened === 1 ? opened = 0 : opened = 1" type="button" class="flex w-full items-start justify-between text-left text-gray-900" aria-controls="faq-0" aria-expanded="false"> <span class="font-normal text-sm md:text-base md:font-semibold leading-7">Ce este TBF și cine este Răzvan Căzănescu?</span> <span class="ml-6 flex h-7 items-center"> <svg x-show="opened != 1" class="h-5 w-5 md:h-6 md: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="M12 6v12m6-6H6" /> </svg> <svg x-show="opened === 1" class="h-5 w-5 md:h-6 md: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="M18 12H6" /> </svg> </span> </button> </dt> <dd x-show="opened === 1" class="mt-2 pr-12"> <p class="mt-5 text-sm md:text-base leading-7 text-gray-600">După ce a fost implicat în creșterea a peste 300 de companii din 23 de industrii, Răzvan Căzănescu a fondat grupul de companii TBF cu scopul de a ajuta antreprenorii români să crească afaceri mari la nivel internațional și să schimbe brandul țării pentru generațiile următoare.</p> <p class="mt-5 text-sm md:text-base leading-7 text-gray-600">În cei 19 ani de business a dezvoltat ceea ce acum se numește Sistemul TBF de Management. Singurul sistem complet dezvoltat de un român care permite conducerea companiilor de la zece la mii de angajați, prin responsabilități măsurabile, obiective trimestriale, proceduri și procese critice, evaluări de performanță și plata oamenilor corectă pe rezultat.</p> <p class="mt-5 text-sm md:text-base leading-7 text-gray-600">Uite câteva dintre reușitele TBF:</p> <ul class="mt-5 ml-5 text-sm md:text-base leading-7 space-y-2 text-gray-600 list-disc list-outside"> <li>Am construit singurul software complet de management românesc (TBF Digital)</li> <li>Am oferit produse și servicii la peste 1,000 de companii românești</li> <li>Răzvan a scris peste 800 de fundamente transmise gratuit zilnic pe email către 30,0000+ abonați</li> <li>Răzvan a organizat alături de Adrian Dragomir două ediții a 30 Days MBA total gratuit cu peste 10,000 de urmăritori</li> <li>În mai 2023 TBF a organizat cel mai mare eveniment din România pentru antreprenori, total gratuit. 4,000 de participanți timp de 12 ore.</li> <li>Peste 50 de companii care folosesc sistemele TBF sunt pe primul loc în industria lor</li> </ul> <p class="my-5 text-sm md:text-base leading-7 text-gray-600"><a x-data @click="$dispatch('open-misiune')" class="text-sky-500 underline underline-offset-[3px] hover:no-underline cursor-pointer">Vezi aici povestea TBF</a> spusă de Răzvan la Sala Palatului în fața a 4,000 de antreprenori la finalul evenimentului Fundamental organizat de TBF total gratuit.</p> </dd> </div> <div class="reveal-0-1000 load-hidden pt-6"> <dt> <button @click="opened === 2 ? opened = 0 : opened = 2" type="button" class="flex w-full items-start justify-between text-left text-gray-900" aria-controls="faq-0" aria-expanded="false"> <span class="font-normal text-sm md:text-base md:font-semibold leading-7"> Pentru cine este Ziua Procedurilor? </span> <span class="ml-6 flex h-7 items-center"> <svg x-show="opened != 2" class="h-5 w-5 md:h-6 md: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="M12 6v12m6-6H6" /> </svg> <svg x-show="opened === 2" class="h-5 w-5 md:h-6 md: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="M18 12H6" /> </svg> </span> </button> </dt> <dd x-show="opened === 2" class="mt-2 pr-12"> <p class="mt-5 text-sm md:text-base leading-7 text-gray-600">Ziua Procedurilor este pentru orice companie care vrea să crească productivitatea și predictibilitatea. Este pentru companii care vor să se maturizeze și să lucreze structurat pentru a putea să crească accelerat.</p> <p class="mt-5 text-sm md:text-base leading-7 text-gray-600">Atât companii cu 10 angajați cât și companii cu peste 1,000 pot genera procedurile și materialele de training necesare în cele 9 ore. Companiile mai mari doar au nevoie să aducă în ziua de implementare angajați bun pentru fiecare rol în parte. Aceștia vor lucra în paralel folosind procesul descris de Răzvan și folosind TBF Business AI.</p> <p class="mt-5 text-sm md:text-base leading-7 text-gray-600">Cu siguranță nu este pentru companii care consideră că procedurile distrug creativitatea oamenilor. Mai precis pentru companiile care nu înțeleg faptul că este bine să fii creativ atunci când creezi o rețetă nouă, dar nu este bine să fii creativ atunci când livrezi o rețetă deja testată la mii de clienți.</p> <p class="my-5 text-sm md:text-base leading-7 text-gray-600">Și probabil că nu este pentru companiile care nu sunt dispuse să facă training angajaților pe proceduri crezând că doar punerea lor în manualul de proceduri face vreo diferență în activitatea zilnică.</p> </dd> </div> <div class="reveal-0-1000 load-hidden pt-6"> <dt> <button @click="opened === 3 ? opened = 0 : opened = 3" type="button" class="flex w-full items-start justify-between text-left text-gray-900" aria-controls="faq-0" aria-expanded="false"> <span class="font-normal text-sm md:text-base md:font-semibold leading-7">Cu ce angajați este bine să particip la Ziua Procedurilor?</span> <span class="ml-6 flex h-7 items-center"> <svg x-show="opened != 3" class="h-5 w-5 md:h-6 md: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="M12 6v12m6-6H6" /> </svg> <svg x-show="opened === 3" class="h-5 w-5 md:h-6 md: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="M18 12H6" /> </svg> </span> </button> </dt> <dd x-show="opened === 3" class="mt-2 pr-12"> <p class="my-5 text-sm md:text-base leading-7 text-gray-600">Pentru a putea trece prin proces ai nevoie să te asiguri că oamenii care participă cunosc rolurile pentru care vrei să scrii proceduri. Mai precis, dacă vrei să scrii proceduri pentru rolul de contabil ai nevoie să participe cel puțin o persoană care știe foarte bine cum se fac activitățile din acest rol.</p> <p class="my-5 text-sm md:text-base leading-7 text-gray-600">În consecință, recomandarea noastră este să participe cel mai bun angajat pentru fiecare rol în parte.</p> </dd> </div> <div class="reveal-0-1000 load-hidden pt-6"> <dt> <button @click="opened === 4 ? opened = 0 : opened = 4" type="button" class="flex w-full items-start justify-between text-left text-gray-900" aria-controls="faq-0" aria-expanded="false"> <span class="font-normal text-sm md:text-base md:font-semibold leading-7">Care este agenda zilei?</span> <span class="ml-6 flex h-7 items-center"> <svg x-show="opened != 4" class="h-5 w-5 md:h-6 md: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="M12 6v12m6-6H6" /> </svg> <svg x-show="opened === 4" class="h-5 w-5 md:h-6 md: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="M18 12H6" /> </svg> </span> </button> </dt> <dd x-show="opened === 4" class="mt-2 pr-12"> <h3 class="mt-5 text-sm md:text-base leading-7 text-gray-900 font-semibold">Sesiunea #1</h3> <p class="mt-5 text-sm md:text-base leading-7 text-gray-600">Răzvan Căzănescu explică pentru toți participanții metodologia corectă pentru proceduri și training.</p> <ul class="mt-5 ml-5 text-sm md:text-base leading-7 space-y-2 text-gray-600 list-disc list-outside"> <li>Numărul optim de pași al procedurilor</li> <li>Structura corectă a unei proceduri</li> <li>Cum se leagă procedurile între ele folosind declanșatori</li> <li>Structura și frecvența trainingurilor necesare pentru predarea procedurilor</li> <li>Controlul oamenilor în urmărirea procedurilor</li> <li>De ce procedurile nu sunt dușmanii creativității ci așează fundația pentru creativitate</li> </ul> <h3 class="mt-5 text-sm md:text-base leading-7 text-gray-900 font-semibold">Sesiunea #2</h3> <p class="mt-5 text-sm md:text-base leading-7 text-gray-600">Se lucrează folosind softul cu inteligență artificială (TBF Business AI) pentru generarea procedurilor pentru fiecare activitate în parte a fiecărui rol.</p> <p class="mt-5 text-sm md:text-base leading-7 text-gray-600">Răzvan va demonstra cum se folosește softul în mod corect iar apoi liderul companiei împreună cu managerii și angajații introduc datele necesare după modelul prezentat.</p> <p class="mt-5 text-sm md:text-base leading-7 text-gray-600">Pentru această sesiune se vor folosi documentele de pregătire completate înainte de Ziua Procedurilor.</p> <h3 class="mt-5 text-sm md:text-base leading-7 text-gray-900 font-semibold">Sesiunea #3</h3> <p class="mt-5 text-sm md:text-base leading-7 text-gray-600">Această sesiune are ca scop verificarea procedurilor generate. Acest lucru se va realiza printr-un proces pe care îl va explica Răzvan și care are grijă ca procedurile să fie corecte și complete.</p> <p class="mt-5 text-sm md:text-base leading-7 text-gray-600">În această sesiune vei primi feedback în privat de la Răzvan sau experții TBF pentru a corecta ceea ce este nevoie.</p> <h3 class="mt-5 text-sm md:text-base leading-7 text-gray-900 font-semibold">Sesiunea #4</h3> <p class="mt-5 text-sm md:text-base leading-7 text-gray-600">În penultima sesiune din ziua procedurilor se generează materialele de training pentru fiecare procedură în parte. De la predarea teoretică și până la testarea cunoștințelor pe proceduri.</p> <p class="mt-5 text-sm md:text-base leading-7 text-gray-600">Se va folosi TBF Business AI pentru această parte iar procesul va fi explicat în detaliu de către Răzvan.</p> <h3 class="mt-5 text-sm md:text-base leading-7 text-gray-900 font-semibold">Sesiune #5</h3> <p class="my-5 text-sm md:text-base leading-7 text-gray-600">În ultima sesiune Răzvan va explica pașii necesari pentru introducerea corectă a procedurilor în procesele de lucru din companie. De la frecvența trainingurilor folosind materialele generate, la testarea angajaților și folosirea lor în procesul de inducție pentru angajații noi.</p> </dd> </div> <div class="reveal-0-1000 load-hidden pt-6"> <dt> <button @click="opened === 5 ? opened = 0 : opened = 5" type="button" class="flex w-full items-start justify-between text-left text-gray-900" aria-controls="faq-0" aria-expanded="false"> <span class="font-normal text-sm md:text-base md:font-semibold leading-7">De ce se organizează online?</span> <span class="ml-6 flex h-7 items-center"> <svg x-show="opened != 5" class="h-5 w-5 md:h-6 md: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="M12 6v12m6-6H6" /> </svg> <svg x-show="opened === 5" class="h-5 w-5 md:h-6 md: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="M18 12H6" /> </svg> </span> </button> </dt> <dd x-show="opened === 5" class="mt-2 pr-12"> <p class="mt-5 text-sm md:text-base leading-7 text-gray-600">Sunt câteva motive pentru care am ales ca zilele TBF de implementare să aibă loc online:</p> <ol class="mt-5 ml-6 text-sm md:text-base leading-7 space-y-2 text-gray-600 list-decimal list-outside"> <li>Se poate lucra cu adevărat, nu doar asculta</li> <li>Pot participa toți oamenii necesari dintr-o companie fără constrângere de preț</li> <li>Nu se pierde timpul pe deplasare</li> <li>Nu se cheltuie bani pe cazare, mese și transport</li> <li>Oamenii sunt liberi să discute liber între ei atunci când lucrează</li> </ol> <p class="my-5 text-sm md:text-base leading-7 text-gray-600">În consecință, plătești accesul la Ziua Procedurilor și pot participa toți angajații și managerii tăi în același preț. În acest fel toată lumea este pe aceeași pagină și investești în creșterea tuturor.</p> </dd> </div> </dl> </div> </div> <!-- Trainer --> <div class="max-w-6xl mx-auto px-5 lg:px-0 mt-32 lg:mt-48"> <div class="grid grid-cols-3 lg:grid-cols-5 gap-2 lg:gap-4"> <div class="reveal-0-1000 relative overflow-hidden rounded-xl transition duration-500"> <img class="h-full w-full object-cover object-center" src="img/newsletter-2.jpg" alt=""> </div> <div class="reveal-100-1000 relative overflow-hidden rounded-xl transition duration-500 col-span-2"> <img class="h-full w-full object-cover object-center" src="img/gallery/11.jpg" alt=""> </div> <div class="reveal-200-1000 relative overflow-hidden rounded-xl transition duration-500 col-span-2 row-span-2"> <img class="h-full w-full object-cover object-center" src="img/gallery/03.jpg" alt=""> </div> <div class="reveal-300-1000 relative overflow-hidden rounded-xl transition duration-500"> <img class="h-full w-full object-cover object-center" src="img/gallery/04.jpg" alt=""> </div> <div class="reveal-400-1000 relative overflow-hidden rounded-xl transition duration-500"> <img class="h-full w-full object-cover object-center" src="img/implementare-4.jpg" alt=""> </div> <div class="reveal-200-1000 relative overflow-hidden rounded-xl transition duration-500 row-span-3"> <img class="h-full w-full object-cover object-center" src="img/gallery/07.jpg" alt=""> </div> <div class="reveal-400-1000 relative overflow-hidden rounded-xl transition duration-500 col-span-2"> <img class="h-full w-full object-cover object-center" src="img/gallery/06.jpg" alt=""> </div> <div class="reveal-0-1000 relative overflow-hidden rounded-xl transition duration-500"> <img class="h-full w-full object-cover object-center" src="img/gallery/08.jpg" alt=""> </div> <div class="reveal-300-1000 relative overflow-hidden rounded-xl transition duration-500"> <img class="h-full w-full object-cover object-center" src="img/gallery/09.jpg" alt=""> </div> <div class="reveal-200-1000 relative overflow-hidden rounded-xl transition duration-500"> <img class="h-full w-full object-cover object-center" src="img/gallery/10.jpg" alt=""> </div> <div class="reveal-0-1000 relative overflow-hidden rounded-xl transition duration-500"> <img class="h-full w-full object-cover object-center" src="img/gallery/12.jpg" alt=""> </div> <div class="reveal-100-1000 relative overflow-hidden rounded-xl transition duration-500 col-span-3 lg:col-span-2"> <img class="h-full w-full object-cover object-center" src="img/gallery/13.jpg" alt=""> </div> </div> </div> <!-- CTA --> <div class="bg-white"> <div class="px-6 py-24 sm:px-6 sm:pt-44 sm:pb-0 lg:px-8"> <div class="mx-auto max-w-2xl text-center"> <h2 class="reveal-0-1000 load-hidden font-display text-3xl font-bold tracking-tight text-neutru-950 sm:text-4xl sm:leading-[3.5rem]"> Ai întrebări?<br>Vorbește cu un consultant </h2> <p class="reveal-100-1000 load-hidden mx-auto mt-6 max-w-xl text-lg leading-8 text-gray-600"> Programează o convorbire gratuită la telefon cu un consultant TBF și află cum zilele de implementare îți pot schimba afacerea. </p> <div class="reveal-0-1000 load-hidden flex flex-wrap items-center justify-center mt-10 gap-y-6 gap-x-6 lg:justify-center"> <button data-tf-popup="XUHqMzkJ" data-tf-opacity="100" data-tf-iframe-props="title=Contact" 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"> Contactează-ne </button> <button data-tf-popup="zj6Dgm8q" data-tf-opacity="100" data-tf-iframe-props="title=Aplicare" data-tf-medium="snippet" class="flex items-center gap-1 text-sm font-medium duration-200 ease-in-out group text-neutru-950 hover:text-gray-700 sm:text-md"> Rezervă-ți locul <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" 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-gray-700"> <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> <!-- 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 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 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 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"> 2022 </span> TBF Core, TBF Apps, TBF New Generation. 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> </body> </html>
Back