It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://world-crypt-es.site

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.  
  6.    <title> | Open Source ERP</title>
  7.  
  8.    <meta name="title" content="CRM by Yossef">
  9.    <meta name="keywords" content="CRM CRATUITO">
  10.    <meta name="description" content="All your business needs in one place">
  11.  
  12.    <!-- Open Graph / Facebook -->
  13.    <meta property="og:type" content="website">
  14.    <meta property="og:url" content="https://world-crypt-es.site/">
  15.    <meta property="og:title" content="CRM by yossef">
  16.    <meta property="og:description" content="All your business needs in one place ">
  17.    <meta property="og:image" content="https://world-crypt-es.site/uploads/meta/Untitled design (83)_1714904416.png?1716098435">
  18.  
  19.    <!-- Twitter -->
  20.    <meta property="twitter:card" content="summary_large_image">
  21.    <meta property="twitter:url" content="https://world-crypt-es.site/">
  22.    <meta property="twitter:title" content="CRM by Yossef">
  23.    <meta property="twitter:description" content="All your business needs in one place ">
  24.    <meta property="twitter:image" content="https://world-crypt-es.site/uploads/meta/Untitled design (83)_1714904416.png?1716098435">
  25.  
  26.    <meta name="author" content="Sdiyossef.Rahhali">
  27.  
  28.    <meta charset="UTF-8">
  29.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  30.    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
  31.  
  32.    <link rel="icon" href="https://world-crypt-es.site/uploads/logo/favicon.png?1716098435" type="image/x-icon" />
  33.  
  34.  
  35.    <link href="https://fonts.googleapis.com/css2?family=Overpass,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">
  36.  
  37.        <style>
  38.            :root {
  39.                --color-customColor: theme-6;
  40.            }
  41.        </style>
  42.  
  43.        <link rel="stylesheet" href="https://world-crypt-es.site/css/custom-color.css">
  44.  
  45.        </style>
  46.        
  47.            <link rel="stylesheet" href="https://world-crypt-es.site/market_assets/css/main-style1.css">
  48.        <link rel="stylesheet" href="https://world-crypt-es.site/market_assets/css/responsive1.css">
  49.    
  50.    
  51.    
  52.    <meta name="mobile-wep-app-capable" content="yes">
  53.    <meta name="apple-mobile-wep-app-capable" content="yes">
  54.    <meta name="msapplication-starturl" content="/">
  55.    <link rel="apple-touch-icon"
  56.        href="https://world-crypt-es.site/uploads/logo/favicon_1714859364.png" />
  57.  
  58.                        <meta name="apple-mobile-web-app-status-bar"
  59.            content="#2314f0" />
  60.    
  61.    
  62.    
  63.    <style>
  64.        
  65.    </style>
  66.  
  67. <link rel='stylesheet' type='text/css' property='stylesheet' href='//world-crypt-es.site/_debugbar/assets/stylesheets?v=1714129948&theme=auto' data-turbolinks-eval='false' data-turbo-eval='false'><script src='//world-crypt-es.site/_debugbar/assets/javascript?v=1714129948' data-turbolinks-eval='false' data-turbo-eval='false'></script><script data-turbo-eval="false">jQuery.noConflict(true);</script>
  68. <script> Sfdump = window.Sfdump || (function (doc) { doc.documentElement.classList.add('sf-js-enabled'); var rxEsc = /([.*+?^${}()|\[\]\/\\])/g, idRx = /\bsf-dump-\d+-ref[012]\w+\b/, keyHint = 0 <= navigator.platform.toUpperCase().indexOf('MAC') ? 'Cmd' : 'Ctrl', addEventListener = function (e, n, cb) { e.addEventListener(n, cb, false); }; if (!doc.addEventListener) { addEventListener = function (element, eventName, callback) { element.attachEvent('on' + eventName, function (e) { e.preventDefault = function () {e.returnValue = false;}; e.target = e.srcElement; callback(e); }); }; } function toggle(a, recursive) { var s = a.nextSibling || {}, oldClass = s.className, arrow, newClass; if (/\bsf-dump-compact\b/.test(oldClass)) { arrow = '▼'; newClass = 'sf-dump-expanded'; } else if (/\bsf-dump-expanded\b/.test(oldClass)) { arrow = '▶'; newClass = 'sf-dump-compact'; } else { return false; } if (doc.createEvent && s.dispatchEvent) { var event = doc.createEvent('Event'); event.initEvent('sf-dump-expanded' === newClass ? 'sfbeforedumpexpand' : 'sfbeforedumpcollapse', true, false); s.dispatchEvent(event); } a.lastChild.innerHTML = arrow; s.className = s.className.replace(/\bsf-dump-(compact|expanded)\b/, newClass); if (recursive) { try { a = s.querySelectorAll('.'+oldClass); for (s = 0; s < a.length; ++s) { if (-1 == a[s].className.indexOf(newClass)) { a[s].className = newClass; a[s].previousSibling.lastChild.innerHTML = arrow; } } } catch (e) { } } return true; }; function collapse(a, recursive) { var s = a.nextSibling || {}, oldClass = s.className; if (/\bsf-dump-expanded\b/.test(oldClass)) { toggle(a, recursive); return true; } return false; }; function expand(a, recursive) { var s = a.nextSibling || {}, oldClass = s.className; if (/\bsf-dump-compact\b/.test(oldClass)) { toggle(a, recursive); return true; } return false; }; function collapseAll(root) { var a = root.querySelector('a.sf-dump-toggle'); if (a) { collapse(a, true); expand(a); return true; } return false; } function reveal(node) { var previous, parents = []; while ((node = node.parentNode || {}) && (previous = node.previousSibling) && 'A' === previous.tagName) { parents.push(previous); } if (0 !== parents.length) { parents.forEach(function (parent) { expand(parent); }); return true; } return false; } function highlight(root, activeNode, nodes) { resetHighlightedNodes(root); Array.from(nodes||[]).forEach(function (node) { if (!/\bsf-dump-highlight\b/.test(node.className)) { node.className = node.className + ' sf-dump-highlight'; } }); if (!/\bsf-dump-highlight-active\b/.test(activeNode.className)) { activeNode.className = activeNode.className + ' sf-dump-highlight-active'; } } function resetHighlightedNodes(root) { Array.from(root.querySelectorAll('.sf-dump-str, .sf-dump-key, .sf-dump-public, .sf-dump-protected, .sf-dump-private')).forEach(function (strNode) { strNode.className = strNode.className.replace(/\bsf-dump-highlight\b/, ''); strNode.className = strNode.className.replace(/\bsf-dump-highlight-active\b/, ''); }); } return function (root, x) { root = doc.getElementById(root); var indentRx = new RegExp('^('+(root.getAttribute('data-indent-pad') || ' ').replace(rxEsc, '\\$1')+')+', 'm'), options = {"maxDepth":1,"maxStringLength":160,"fileLinkFormat":false}, elt = root.getElementsByTagName('A'), len = elt.length, i = 0, s, h, t = []; while (i < len) t.push(elt[i++]); for (i in x) { options[i] = x[i]; } function a(e, f) { addEventListener(root, e, function (e, n) { if ('A' == e.target.tagName) { f(e.target, e); } else if ('A' == e.target.parentNode.tagName) { f(e.target.parentNode, e); } else { n = /\bsf-dump-ellipsis\b/.test(e.target.className) ? e.target.parentNode : e.target; if ((n = n.nextElementSibling) && 'A' == n.tagName) { if (!/\bsf-dump-toggle\b/.test(n.className)) { n = n.nextElementSibling || n; } f(n, e, true); } } }); }; function isCtrlKey(e) { return e.ctrlKey || e.metaKey; } function xpathString(str) { var parts = str.match(/[^'"]+|['"]/g).map(function (part) { if ("'" == part) { return '"\'"'; } if ('"' == part) { return "'\"'"; } return "'" + part + "'"; }); return "concat(" + parts.join(",") + ", '')"; } function xpathHasClass(className) { return "contains(concat(' ', normalize-space(@class), ' '), ' " + className +" ')"; } a('mouseover', function (a, e, c) { if (c) { e.target.style.cursor = "pointer"; } }); a('click', function (a, e, c) { if (/\bsf-dump-toggle\b/.test(a.className)) { e.preventDefault(); if (!toggle(a, isCtrlKey(e))) { var r = doc.getElementById(a.getAttribute('href').slice(1)), s = r.previousSibling, f = r.parentNode, t = a.parentNode; t.replaceChild(r, a); f.replaceChild(a, s); t.insertBefore(s, r); f = f.firstChild.nodeValue.match(indentRx); t = t.firstChild.nodeValue.match(indentRx); if (f && t && f[0] !== t[0]) { r.innerHTML = r.innerHTML.replace(new RegExp('^'+f[0].replace(rxEsc, '\\$1'), 'mg'), t[0]); } if (/\bsf-dump-compact\b/.test(r.className)) { toggle(s, isCtrlKey(e)); } } if (c) { } else if (doc.getSelection) { try { doc.getSelection().removeAllRanges(); } catch (e) { doc.getSelection().empty(); } } else { doc.selection.empty(); } } else if (/\bsf-dump-str-toggle\b/.test(a.className)) { e.preventDefault(); e = a.parentNode.parentNode; e.className = e.className.replace(/\bsf-dump-str-(expand|collapse)\b/, a.parentNode.className); } }); elt = root.getElementsByTagName('SAMP'); len = elt.length; i = 0; while (i < len) t.push(elt[i++]); len = t.length; for (i = 0; i < len; ++i) { elt = t[i]; if ('SAMP' == elt.tagName) { a = elt.previousSibling || {}; if ('A' != a.tagName) { a = doc.createElement('A'); a.className = 'sf-dump-ref'; elt.parentNode.insertBefore(a, elt); } else { a.innerHTML += ' '; } a.title = (a.title ? a.title+'\n[' : '[')+keyHint+'+click] Expand all children'; a.innerHTML += elt.className == 'sf-dump-compact' ? '<span>▶</span>' : '<span>▼</span>'; a.className += ' sf-dump-toggle'; x = 1; if ('sf-dump' != elt.parentNode.className) { x += elt.parentNode.getAttribute('data-depth')/1; } } else if (/\bsf-dump-ref\b/.test(elt.className) && (a = elt.getAttribute('href'))) { a = a.slice(1); elt.className += ' sf-dump-hover'; elt.className += ' '+a; if (/[\[{]$/.test(elt.previousSibling.nodeValue)) { a = a != elt.nextSibling.id && doc.getElementById(a); try { s = a.nextSibling; elt.appendChild(a); s.parentNode.insertBefore(a, s); if (/^[@#]/.test(elt.innerHTML)) { elt.innerHTML += ' <span>▶</span>'; } else { elt.innerHTML = '<span>▶</span>'; elt.className = 'sf-dump-ref'; } elt.className += ' sf-dump-toggle'; } catch (e) { if ('&' == elt.innerHTML.charAt(0)) { elt.innerHTML = '…'; elt.className = 'sf-dump-ref'; } } } } } if (doc.evaluate && Array.from && root.children.length > 1) { root.setAttribute('tabindex', 0); SearchState = function () { this.nodes = []; this.idx = 0; }; SearchState.prototype = { next: function () { if (this.isEmpty()) { return this.current(); } this.idx = this.idx < (this.nodes.length - 1) ? this.idx + 1 : 0; return this.current(); }, previous: function () { if (this.isEmpty()) { return this.current(); } this.idx = this.idx > 0 ? this.idx - 1 : (this.nodes.length - 1); return this.current(); }, isEmpty: function () { return 0 === this.count(); }, current: function () { if (this.isEmpty()) { return null; } return this.nodes[this.idx]; }, reset: function () { this.nodes = []; this.idx = 0; }, count: function () { return this.nodes.length; }, }; function showCurrent(state) { var currentNode = state.current(), currentRect, searchRect; if (currentNode) { reveal(currentNode); highlight(root, currentNode, state.nodes); if ('scrollIntoView' in currentNode) { currentNode.scrollIntoView(true); currentRect = currentNode.getBoundingClientRect(); searchRect = search.getBoundingClientRect(); if (currentRect.top < (searchRect.top + searchRect.height)) { window.scrollBy(0, -(searchRect.top + searchRect.height + 5)); } } } counter.textContent = (state.isEmpty() ? 0 : state.idx + 1) + ' of ' + state.count(); } var search = doc.createElement('div'); search.className = 'sf-dump-search-wrapper sf-dump-search-hidden'; search.innerHTML = ' <input type="text" class="sf-dump-search-input"> <span class="sf-dump-search-count">0 of 0<\/span> <button type="button" class="sf-dump-search-input-previous" tabindex="-1"> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1683 1331l-166 165q-19 19-45 19t-45-19L896 965l-531 531q-19 19-45 19t-45-19l-166-165q-19-19-19-45.5t19-45.5l742-741q19-19 45-19t45 19l742 741q19 19 19 45.5t-19 45.5z"\/><\/svg> <\/button> <button type="button" class="sf-dump-search-input-next" tabindex="-1"> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1683 808l-742 741q-19 19-45 19t-45-19L109 808q-19-19-19-45.5t19-45.5l166-165q19-19 45-19t45 19l531 531 531-531q19-19 45-19t45 19l166 165q19 19 19 45.5t-19 45.5z"\/><\/svg> <\/button> '; root.insertBefore(search, root.firstChild); var state = new SearchState(); var searchInput = search.querySelector('.sf-dump-search-input'); var counter = search.querySelector('.sf-dump-search-count'); var searchInputTimer = 0; var previousSearchQuery = ''; addEventListener(searchInput, 'keyup', function (e) { var searchQuery = e.target.value; /* Don't perform anything if the pressed key didn't change the query */ if (searchQuery === previousSearchQuery) { return; } previousSearchQuery = searchQuery; clearTimeout(searchInputTimer); searchInputTimer = setTimeout(function () { state.reset(); collapseAll(root); resetHighlightedNodes(root); if ('' === searchQuery) { counter.textContent = '0 of 0'; return; } var classMatches = [ "sf-dump-str", "sf-dump-key", "sf-dump-public", "sf-dump-protected", "sf-dump-private", ].map(xpathHasClass).join(' or '); var xpathResult = doc.evaluate('.//span[' + classMatches + '][contains(translate(child::text(), ' + xpathString(searchQuery.toUpperCase()) + ', ' + xpathString(searchQuery.toLowerCase()) + '), ' + xpathString(searchQuery.toLowerCase()) + ')]', root, null, XPathResult.ORDERED_NODE_ITERATOR_TYPE, null); while (node = xpathResult.iterateNext()) state.nodes.push(node); showCurrent(state); }, 400); }); Array.from(search.querySelectorAll('.sf-dump-search-input-next, .sf-dump-search-input-previous')).forEach(function (btn) { addEventListener(btn, 'click', function (e) { e.preventDefault(); -1 !== e.target.className.indexOf('next') ? state.next() : state.previous(); searchInput.focus(); collapseAll(root); showCurrent(state); }) }); addEventListener(root, 'keydown', function (e) { var isSearchActive = !/\bsf-dump-search-hidden\b/.test(search.className); if ((114 === e.keyCode && !isSearchActive) || (isCtrlKey(e) && 70 === e.keyCode)) { /* F3 or CMD/CTRL + F */ if (70 === e.keyCode && document.activeElement === searchInput) { /* * If CMD/CTRL + F is hit while having focus on search input, * the user probably meant to trigger browser search instead. * Let the browser execute its behavior: */ return; } e.preventDefault(); search.className = search.className.replace(/\bsf-dump-search-hidden\b/, ''); searchInput.focus(); } else if (isSearchActive) { if (27 === e.keyCode) { /* ESC key */ search.className += ' sf-dump-search-hidden'; e.preventDefault(); resetHighlightedNodes(root); searchInput.value = ''; } else if ( (isCtrlKey(e) && 71 === e.keyCode) /* CMD/CTRL + G */ || 13 === e.keyCode /* Enter */ || 114 === e.keyCode /* F3 */ ) { e.preventDefault(); e.shiftKey ? state.previous() : state.next(); collapseAll(root); showCurrent(state); } } }); } if (0 >= options.maxStringLength) { return; } try { elt = root.querySelectorAll('.sf-dump-str'); len = elt.length; i = 0; t = []; while (i < len) t.push(elt[i++]); len = t.length; for (i = 0; i < len; ++i) { elt = t[i]; s = elt.innerText || elt.textContent; x = s.length - options.maxStringLength; if (0 < x) { h = elt.innerHTML; elt[elt.innerText ? 'innerText' : 'textContent'] = s.substring(0, options.maxStringLength); elt.className += ' sf-dump-str-collapse'; elt.innerHTML = '<span class=sf-dump-str-collapse>'+h+'<a class="sf-dump-ref sf-dump-str-toggle" title="Collapse"> ◀</a></span>'+ '<span class=sf-dump-str-expand>'+elt.innerHTML+'<a class="sf-dump-ref sf-dump-str-toggle" title="'+x+' remaining characters"> ▶</a></span>'; } } } catch (e) { } }; })(document); </script><style> .sf-js-enabled .phpdebugbar pre.sf-dump .sf-dump-compact, .sf-js-enabled .sf-dump-str-collapse .sf-dump-str-collapse, .sf-js-enabled .sf-dump-str-expand .sf-dump-str-expand { display: none; } .sf-dump-hover:hover { background-color: #B729D9; color: #FFF !important; border-radius: 2px; } .phpdebugbar pre.sf-dump { display: block; white-space: pre; padding: 5px; overflow: initial !important; } .phpdebugbar pre.sf-dump:after { content: ""; visibility: hidden; display: block; height: 0; clear: both; } .phpdebugbar pre.sf-dump span { display: inline; } .phpdebugbar pre.sf-dump a { text-decoration: none; cursor: pointer; border: 0; outline: none; color: inherit; } .phpdebugbar pre.sf-dump img { max-width: 50em; max-height: 50em; margin: .5em 0 0 0; padding: 0; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAHUlEQVQY02O8zAABilCaiQEN0EeA8QuUcX9g3QEAAjcC5piyhyEAAAAASUVORK5CYII=) #D3D3D3; } .phpdebugbar pre.sf-dump .sf-dump-ellipsis { display: inline-block; overflow: visible; text-overflow: ellipsis; max-width: 5em; white-space: nowrap; overflow: hidden; vertical-align: top; } .phpdebugbar pre.sf-dump .sf-dump-ellipsis+.sf-dump-ellipsis { max-width: none; } .phpdebugbar pre.sf-dump code { display:inline; padding:0; background:none; } .sf-dump-public.sf-dump-highlight, .sf-dump-protected.sf-dump-highlight, .sf-dump-private.sf-dump-highlight, .sf-dump-str.sf-dump-highlight, .sf-dump-key.sf-dump-highlight { background: rgba(111, 172, 204, 0.3); border: 1px solid #7DA0B1; border-radius: 3px; } .sf-dump-public.sf-dump-highlight-active, .sf-dump-protected.sf-dump-highlight-active, .sf-dump-private.sf-dump-highlight-active, .sf-dump-str.sf-dump-highlight-active, .sf-dump-key.sf-dump-highlight-active { background: rgba(253, 175, 0, 0.4); border: 1px solid #ffa500; border-radius: 3px; } .phpdebugbar pre.sf-dump .sf-dump-search-hidden { display: none !important; } .phpdebugbar pre.sf-dump .sf-dump-search-wrapper { font-size: 0; white-space: nowrap; margin-bottom: 5px; display: flex; position: -webkit-sticky; position: sticky; top: 5px; } .phpdebugbar pre.sf-dump .sf-dump-search-wrapper > * { vertical-align: top; box-sizing: border-box; height: 21px; font-weight: normal; border-radius: 0; background: #FFF; color: #757575; border: 1px solid #BBB; } .phpdebugbar pre.sf-dump .sf-dump-search-wrapper > input.sf-dump-search-input { padding: 3px; height: 21px; font-size: 12px; border-right: none; border-top-left-radius: 3px; border-bottom-left-radius: 3px; color: #000; min-width: 15px; width: 100%; } .phpdebugbar pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-input-next, .phpdebugbar pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-input-previous { background: #F2F2F2; outline: none; border-left: none; font-size: 0; line-height: 0; } .phpdebugbar pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-input-next { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .phpdebugbar pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-input-next > svg, .phpdebugbar pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-input-previous > svg { pointer-events: none; width: 12px; height: 12px; } .phpdebugbar pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-count { display: inline-block; padding: 0 5px; margin: 0; border-left: none; line-height: 21px; font-size: 12px; }.phpdebugbar pre.sf-dump, .phpdebugbar pre.sf-dump .sf-dump-default{word-wrap: break-word; white-space: pre-wrap; word-break: normal}.phpdebugbar pre.sf-dump .sf-dump-num{font-weight:bold; color:#1299DA}.phpdebugbar pre.sf-dump .sf-dump-const{font-weight:bold}.phpdebugbar pre.sf-dump .sf-dump-str{font-weight:bold; color:#3A9B26}.phpdebugbar pre.sf-dump .sf-dump-note{color:#1299DA}.phpdebugbar pre.sf-dump .sf-dump-ref{color:#7B7B7B}.phpdebugbar pre.sf-dump .sf-dump-public{color:#000000}.phpdebugbar pre.sf-dump .sf-dump-protected{color:#000000}.phpdebugbar pre.sf-dump .sf-dump-private{color:#000000}.phpdebugbar pre.sf-dump .sf-dump-meta{color:#B729D9}.phpdebugbar pre.sf-dump .sf-dump-key{color:#3A9B26}.phpdebugbar pre.sf-dump .sf-dump-index{color:#1299DA}.phpdebugbar pre.sf-dump .sf-dump-ellipsis{color:#A0A000}.phpdebugbar pre.sf-dump .sf-dump-ns{user-select:none;}.phpdebugbar pre.sf-dump .sf-dump-ellipsis-note{color:#1299DA}</style>
  69. </head>
  70.  
  71. <body class="theme-6" >
  72.  
  73.    <!-- header start here -->
  74.    <header class="site-header header-style-one">
  75.                <div class="announcebar bg-dark text-center">
  76.            By Yossef&nbsp; 70% Special Offer. Don’t Miss it. The offer ends in 72 hours.
  77.        </div>
  78.                <div class="main-navigationbar">
  79.            <div class="container">
  80.                <div class="navigationbar-row d-flex align-items-center justify-content-between">
  81.                    <div class="logo-col">
  82.                        <a href="https://world-crypt-es.site">
  83.                            <img src="https://world-crypt-es.site/uploads/landing_page_image/1714907085site_logo.png" alt="">
  84.                        </a>
  85.                    </div>
  86.                    <div class="menu-items-col">
  87.                        <ul class="main-nav">
  88.                            <li class="menu-lnk">
  89.                                <a href="https://world-crypt-es.site">Home</a>
  90.                            </li>
  91.                            <li class="menu-lnk">
  92.                                <a href="https://world-crypt-es.site/add-on">Add-on </a>
  93.                            </li>
  94.                            <li class="menu-lnk">
  95.                                <a href="https://world-crypt-es.site/pricing">Prezzi </a>
  96.                            </li>
  97.                                                                                                                                                                                    <li class="menu-lnk">
  98.                                                <a class="nav-link" href="https://world-crypt-es.site/pages/about_us">About Us</a>
  99.                                            </li>
  100.                                                                                                                                                                                                                                    <li class="menu-lnk">
  101.                                                <a class="nav-link" href="https://world-crypt-es.site/pages/contact">contact</a>
  102.                                            </li>
  103.                                                                                                                                                                                                                                    <li class="menu-lnk">
  104.                                                <a class="nav-link" href="https://world-crypt-es.site/pages/privacy_policy">Privacy Policy</a>
  105.                                            </li>
  106.                                                                                                                                                                                                                                    <li class="menu-lnk">
  107.                                                <a class="nav-link" href="https://world-crypt-es.site/pages/terms_&amp;_conditions">Terms &amp; Conditions</a>
  108.                                            </li>
  109.                                                                                                                                                                    <li class="menu-lnk lnk-btn">
  110.                                <a href="https://world-crypt-es.site/login">Login <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
  111.                                        viewBox="0 0 16 16" fill="none">
  112.                                        <g clip-path="url(#clip0_14_726)">
  113.                                            <path fill-rule="evenodd" clip-rule="evenodd"
  114.                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  115.                                                fill="white" />
  116.                                        </g>
  117.                                        <defs>
  118.                                            <clipPath id="clip0_14_726">
  119.                                                <rect width="14.9017" height="14.9017" fill="white"
  120.                                                    transform="translate(0.921875 0.97168)" />
  121.                                            </clipPath>
  122.                                        </defs>
  123.                                    </svg></a>
  124.                            </li>
  125.                        </ul>
  126.                        <div class="mobile-menu mobile-only">
  127.                            <button class="mobile-menu-button">
  128.                                <div class="one"></div>
  129.                                <div class="two"></div>
  130.                                <div class="three"></div>
  131.                            </button>
  132.                        </div>
  133.                    </div>
  134.                </div>
  135.            </div>
  136.        </div>
  137.    </header>
  138.    <!-- header end here -->
  139.  
  140.    <div class="home-wrapper">
  141.                    <!-- [ Banner ] start -->
  142.                            <section class="main-home-first-section">
  143.                    <div class="offset-container offset-left">
  144.                        <div class="row row-gap align-items-center">
  145.                            <div class="col-md-6 col-12">
  146.                                <div class="banner-content">
  147.                                    <h1>With Open Source Erp all your business needs can be efficiently managed from a single platform.
  148.                                    </h1>
  149.                                    <p>Lay a solid foundation for your brand. Grab a high-converting web powered by a secure backend coupled with an intuitive eCommerce.</p>
  150.                                    <div class="btn-group">
  151.                                        <a href="https://world-crypt-es.site/pricing" class="btn">Ottimi il pacchetto  <svg xmlns="http://www.w3.org/2000/svg"
  152.                                                width="16" height="16" viewBox="0 0 16 16" fill="none">
  153.                                                <g clip-path="url(#clip0_14_726)">
  154.                                                    <path fill-rule="evenodd" clip-rule="evenodd"
  155.                                                        d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  156.                                                        fill="white"></path>
  157.                                                </g>
  158.                                                <defs>
  159.                                                    <clipPath id="clip0_14_726">
  160.                                                        <rect width="14.9017" height="14.9017" fill="white"
  161.                                                            transform="translate(0.921875 0.97168)"></rect>
  162.                                                    </clipPath>
  163.                                                </defs>
  164.                                            </svg>
  165.                                        </a>
  166.                                                                                <a href="https://world-crypt-es.site/login" class="link-btn">View Live Demo <svg xmlns="http://www.w3.org/2000/svg"
  167.                                                width="20" height="20" viewBox="0 0 20 20" fill="none">
  168.                                                <g clip-path="url(#clip0_7_820)">
  169.                                                    <path
  170.                                                        d="M9.33984 1.18359L9.33985 18.519L4.612 18.519C2.87125 18.519 1.4601 17.1079 1.4601 15.3671L1.4601 4.33549C1.4601 2.59475 2.87125 1.18359 4.612 1.18359L9.33984 1.18359Z"
  171.                                                        fill="#002332" />
  172.                                                    <path fill-rule="evenodd" clip-rule="evenodd"
  173.                                                        d="M17.222 19.3066C18.5276 19.3066 19.5859 18.2483 19.5859 16.9427L19.5859 15.6294L19.5859 2.75918C19.5859 1.45362 18.5276 0.39526 17.222 0.39526L10.1302 0.39526L9.77566 0.39526C9.34047 0.39526 8.98768 0.748047 8.98768 1.18324C8.98768 1.61842 9.34047 1.97121 9.77566 1.97121L10.1302 1.97121L17.222 1.97121C17.6572 1.97121 18.01 2.324 18.01 2.75918L18.01 15.6294L18.01 16.9427C18.01 17.3779 17.6572 17.7307 17.222 17.7307L10.1302 17.7307L9.77566 17.7307C9.34047 17.7307 8.98769 18.0835 8.98769 18.5187C8.98769 18.9539 9.34047 19.3066 9.77566 19.3066L10.1302 19.3066L17.222 19.3066ZM7.72693 18.5187C7.72693 18.0835 7.37414 17.7307 6.93895 17.7307L6.22977 17.7307C5.79459 17.7307 5.4418 18.0835 5.4418 18.5187C5.4418 18.9539 5.79459 19.3066 6.22977 19.3066L6.93895 19.3066C7.37414 19.3066 7.72693 18.9539 7.72693 18.5187ZM7.72693 1.18324C7.72693 0.748047 7.37414 0.39526 6.93895 0.39526L6.22977 0.39526C5.79459 0.39526 5.4418 0.748047 5.4418 1.18324C5.4418 1.61842 5.79459 1.97121 6.22977 1.97121L6.93895 1.97121C7.37414 1.97121 7.72693 1.61842 7.72693 1.18324ZM4.18104 18.5187C4.18104 18.0835 3.82825 17.7307 3.39307 17.7307L3.03848 17.7307C2.99569 17.7307 2.95423 17.7274 2.9142 17.7211C2.48429 17.6535 2.08101 17.9472 2.01344 18.3772C1.94588 18.8071 2.23962 19.2103 2.66953 19.2779C2.79021 19.2969 2.91347 19.3066 3.03848 19.3066L3.39307 19.3066C3.82825 19.3066 4.18104 18.9539 4.18104 18.5187ZM4.18104 1.18324C4.18104 0.748048 3.82825 0.395261 3.39307 0.395261L3.03848 0.395261C2.91347 0.395261 2.7902 0.405034 2.66953 0.423997C2.23962 0.491559 1.94588 0.894841 2.01344 1.32475C2.08101 1.75466 2.48429 2.0484 2.9142 1.98084C2.95423 1.97455 2.99569 1.97121 3.03848 1.97121L3.39307 1.97121C3.82825 1.97121 4.18104 1.61842 4.18104 1.18324ZM1.60405 17.9678C2.03396 17.9002 2.3277 17.4969 2.26014 17.067C2.25384 17.027 2.25051 16.9855 2.25051 16.9427L2.25051 16.5881C2.25051 16.1529 1.89772 15.8002 1.46253 15.8002C1.02735 15.8002 0.674557 16.1529 0.674557 16.5881L0.674557 16.9427C0.674557 17.0677 0.68433 17.191 0.703293 17.3117C0.770857 17.7416 1.17414 18.0353 1.60405 17.9678ZM1.60405 1.73415C1.17414 1.66659 0.770856 1.96033 0.703292 2.39024C0.684329 2.51091 0.674556 2.63417 0.674556 2.75918L0.674556 3.11377C0.674556 3.54896 1.02734 3.90175 1.46253 3.90175C1.89772 3.90175 2.2505 3.54896 2.2505 3.11377L2.2505 2.75918C2.2505 2.7164 2.25384 2.67493 2.26013 2.6349C2.3277 2.20499 2.03396 1.80171 1.60405 1.73415ZM1.46253 14.5394C1.89772 14.5394 2.25051 14.1866 2.25051 13.7514L2.25051 13.0422C2.25051 12.6071 1.89772 12.2543 1.46253 12.2543C1.02735 12.2543 0.674556 12.6071 0.674556 13.0422L0.674556 13.7514C0.674557 14.1866 1.02735 14.5394 1.46253 14.5394ZM1.46253 10.9935C1.89772 10.9935 2.25051 10.6407 2.25051 10.2055L2.25051 9.49636C2.2505 9.06118 1.89772 8.70839 1.46253 8.70839C1.02735 8.70839 0.674556 9.06118 0.674556 9.49636L0.674556 10.2055C0.674556 10.6407 1.02735 10.9935 1.46253 10.9935ZM1.46253 7.44763C1.89772 7.44763 2.2505 7.09484 2.2505 6.65966L2.2505 5.95048C2.2505 5.51529 1.89772 5.16251 1.46253 5.16251C1.02735 5.16251 0.674556 5.51529 0.674556 5.95048L0.674556 6.65966C0.674556 7.09484 1.02735 7.44763 1.46253 7.44763ZM6.97806 9.06298C6.54288 9.06298 6.19009 9.41577 6.19009 9.85095C6.19009 10.2861 6.54288 10.6389 6.97806 10.6389L11.3798 10.6389L10.3611 11.6577C10.0534 11.9654 10.0534 12.4643 10.3611 12.7721C10.6688 13.0798 11.1677 13.0798 11.4754 12.7721L13.8394 10.4081C13.9871 10.2604 14.0702 10.0599 14.0702 9.85095C14.0702 9.64197 13.9871 9.44154 13.8394 9.29377L11.4754 6.92985C11.1677 6.62213 10.6688 6.62213 10.3611 6.92985C10.0534 7.23757 10.0534 7.73649 10.3611 8.04421L11.3798 9.06298L6.97806 9.06298Z"
  174.                                                        fill=href="#""white" />
  175.                                                </g>
  176.                                                <defs>
  177.                                                    <clipPath id="clip0_7_820">
  178.                                                        <rect width="18.9114" height="18.9114" fill="white"
  179.                                                            transform="translate(0.675781 0.395508)" />
  180.                                                    </clipPath>
  181.                                                </defs>
  182.                                            </svg>
  183.                                        </a>
  184.                                                                            </div>
  185.                                </div>
  186.                            </div>
  187.                            <div class="col-md-6 col-12">
  188.                                <div class="banner-image-wrapper">
  189.                                    <div class="ripple-icon position-top">
  190.                                        <div class="pulse0"></div>
  191.                                        <div class="pulse1"></div>
  192.                                        <div class="pulse2"></div>
  193.                                        <div class="pulse3"></div>
  194.                                    </div>
  195.                                    <div class="ripple-icon position-left">
  196.                                        <div class="pulse0"></div>
  197.                                        <div class="pulse1"></div>
  198.                                        <div class="pulse2"></div>
  199.                                        <div class="pulse3"></div>
  200.                                    </div>
  201.                                    <div class="banner-img-wrapper">
  202.                                        <img src="https://world-crypt-es.site/market_assets/images/banner-image.png" alt=""  class="main-banner" >
  203.                                        <img src="https://world-crypt-es.site/market_assets/images/banner-image-rtl.png" alt=""  class="rtl-banner">
  204.                                        <img src="https://world-crypt-es.site/uploads/landing_page_image/1714908247-home_banner.png" alt="" class="inner-frame-img">
  205.                                </div>
  206.                                </div>
  207.                            </div>
  208.                        </div>
  209.                    </div>
  210.                                        <div class="exclusive-partners">
  211.                        <div class="container">
  212.                            <div class="section-title">
  213.                                <p>Our best partners and +11,000 customers worldwide satisfied with our services.</p>
  214.                            </div>
  215.                            <div class="partners-logo-slider">
  216.                                                                                                        <div class="logo-item">
  217.                                        <a href="#">
  218.                                            <img src="https://world-crypt-es.site/market_assets/images/logo-dark.png" alt="exclusive partner">
  219.                                        </a>
  220.                                    </div>
  221.                                                                        <div class="logo-item">
  222.                                        <a href="#">
  223.                                            <img src="https://world-crypt-es.site/uploads/landing_page_image/0dd7c599b54110b6038742fce851d459_0_CRM.png" alt="exclusive partner">
  224.                                        </a>
  225.                                    </div>
  226.                                                                                                </div>
  227.                        </div>
  228.                    </div>
  229.                </section>
  230.                        <!-- [ Banner ] end -->
  231.            <!-- [ features Cards ] start -->
  232.                        <!-- [ features Sections ] start -->
  233.  
  234.            <!-- [ reviews Sections ] start -->
  235.                        <!-- [ reviews Sections ] end -->
  236.  
  237.            <!-- [ Screenshots ] start -->
  238.                        <!-- [ Screenshots ] end -->
  239.  
  240.            <!-- [ dedicated ] start -->
  241.                        <!-- [ dedicated ] end -->
  242.  
  243.            <!-- [ built-technology ] start -->
  244.                        <!-- [ built-technology ] end -->
  245.  
  246.            
  247.                    <!-- [ Banner ] start -->
  248.                        <!-- [ Banner ] end -->
  249.            <!-- [ features Cards ] start -->
  250.                            <section class="support-section">
  251.                    <div class="container">
  252.                        <div class="row align-items-start justify-content-center ">
  253.                                                                                                <div class="col-lg-4 col-md-6 col-12 support-card">
  254.                                        <div class="support-card-inner">
  255.                                            <div class="support-card-media">
  256.                                                <div class="card-icon">
  257.                                                                                                            <img src="https://world-crypt-es.site/uploads/landing_page_image/1714886484-feature_logo.png" alt="">
  258.                                                    
  259.                                                </div>
  260.                                            </div>
  261.                                            <div class="support-content">
  262.                                                <h3>Free & Open Source</h3>
  263.                                                <p><p>Give your customers a quick way to find the products they want. Thanks to a built-in, intuitive search and filtering, they can view only those products that they’re interested in.</p></p>
  264.                                            </div>
  265.                                            <div class="support-content-bottom">
  266.                                                <a href="#" class="btn">Find Out More <svg xmlns="http://www.w3.org/2000/svg" width="16"
  267.                                                        height="16" viewBox="0 0 16 16" fill="none">
  268.                                                        <g clip-path="url(#clip0_14_726)">
  269.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  270.                                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  271.                                                                fill="white"></path>
  272.                                                        </g>
  273.                                                        <defs>
  274.                                                            <clipPath id="clip0_14_726">
  275.                                                                <rect width="14.9017" height="14.9017" fill="white"
  276.                                                                    transform="translate(0.921875 0.97168)"></rect>
  277.                                                            </clipPath>
  278.                                                        </defs>
  279.                                                    </svg></a>
  280.                                            </div>
  281.                                        </div>
  282.                                    </div>
  283.                                                                    <div class="col-lg-4 col-md-6 col-12 support-card">
  284.                                        <div class="support-card-inner">
  285.                                            <div class="support-card-media">
  286.                                                <div class="card-icon">
  287.                                                                                                            <svg xmlns="http://www.w3.org/2000/svg" width="82" height="82" viewBox="0 0 82 82" fill="none">
  288.                                                            <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M20.5 58.0833H61.5C68.3333 58.0833 71.75 54.6667 71.75 47.8333V20.5C71.75 13.6667 68.3333 10.25 61.5 10.25H20.5C13.6667 10.25 10.25 13.6667 10.25 20.5V47.8333C10.25 54.6667 13.6667 58.0833 20.5 58.0833Z" fill="white"></path>
  289.                                                            <path d="M56.375 69.1872H47.8333V58.083H34.1667V69.1872H25.625C24.2105 69.1872 23.0625 70.3352 23.0625 71.7497C23.0625 73.1642 24.2105 74.3122 25.625 74.3122H56.375C57.7895 74.3122 58.9375 73.1642 58.9375 71.7497C58.9375 70.3352 57.7895 69.1872 56.375 69.1872Z" fill="white"></path>
  290.                                                            <path d="M34.1646 43.5618C33.5086 43.5618 32.8525 43.3125 32.3537 42.8103L25.5203 35.9769C24.5193 34.9758 24.5193 33.3528 25.5203 32.3517L32.3537 25.5184C33.3548 24.5173 34.9778 24.5173 35.9789 25.5184C36.98 26.5195 36.98 28.1425 35.9789 29.1436L30.9565 34.166L35.9789 39.1884C36.98 40.1895 36.98 41.8125 35.9789 42.8136C35.4766 43.3124 34.8206 43.5618 34.1646 43.5618ZM49.6422 42.8103L56.4755 35.9769C57.4766 34.9758 57.4766 33.3528 56.4755 32.3517L49.6422 25.5184C48.6411 24.5173 47.0181 24.5173 46.017 25.5184C45.0159 26.5195 45.0159 28.1425 46.017 29.1436L51.0394 34.166L46.017 39.1884C45.0159 40.1895 45.0159 41.8125 46.017 42.8136C46.5158 43.3124 47.1719 43.5652 47.8279 43.5652C48.4839 43.5652 49.1434 43.3125 49.6422 42.8103Z" fill="white"></path>
  291.                                                        </svg>
  292.                                                    
  293.                                                </div>
  294.                                            </div>
  295.                                            <div class="support-content">
  296.                                                <h3>Guaranteed to Grow Your Business</h3>
  297.                                                <p><p>Give your customers a quick way to find the products they want. Thanks to a built-in, intuitive search and filtering, they can view only those products that they’re interested in.</p></p>
  298.                                            </div>
  299.                                            <div class="support-content-bottom">
  300.                                                <a href="#" class="btn">Find Out More <svg xmlns="http://www.w3.org/2000/svg" width="16"
  301.                                                        height="16" viewBox="0 0 16 16" fill="none">
  302.                                                        <g clip-path="url(#clip0_14_726)">
  303.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  304.                                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  305.                                                                fill="white"></path>
  306.                                                        </g>
  307.                                                        <defs>
  308.                                                            <clipPath id="clip0_14_726">
  309.                                                                <rect width="14.9017" height="14.9017" fill="white"
  310.                                                                    transform="translate(0.921875 0.97168)"></rect>
  311.                                                            </clipPath>
  312.                                                        </defs>
  313.                                                    </svg></a>
  314.                                            </div>
  315.                                        </div>
  316.                                    </div>
  317.                                                                    <div class="col-lg-4 col-md-6 col-12 support-card">
  318.                                        <div class="support-card-inner">
  319.                                            <div class="support-card-media">
  320.                                                <div class="card-icon">
  321.                                                                                                            <svg xmlns="http://www.w3.org/2000/svg" width="82" height="82" viewBox="0 0 82 82" fill="none">
  322.                                                            <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M20.5 58.0833H61.5C68.3333 58.0833 71.75 54.6667 71.75 47.8333V20.5C71.75 13.6667 68.3333 10.25 61.5 10.25H20.5C13.6667 10.25 10.25 13.6667 10.25 20.5V47.8333C10.25 54.6667 13.6667 58.0833 20.5 58.0833Z" fill="white"></path>
  323.                                                            <path d="M56.375 69.1872H47.8333V58.083H34.1667V69.1872H25.625C24.2105 69.1872 23.0625 70.3352 23.0625 71.7497C23.0625 73.1642 24.2105 74.3122 25.625 74.3122H56.375C57.7895 74.3122 58.9375 73.1642 58.9375 71.7497C58.9375 70.3352 57.7895 69.1872 56.375 69.1872Z" fill="white"></path>
  324.                                                            <path d="M34.1646 43.5618C33.5086 43.5618 32.8525 43.3125 32.3537 42.8103L25.5203 35.9769C24.5193 34.9758 24.5193 33.3528 25.5203 32.3517L32.3537 25.5184C33.3548 24.5173 34.9778 24.5173 35.9789 25.5184C36.98 26.5195 36.98 28.1425 35.9789 29.1436L30.9565 34.166L35.9789 39.1884C36.98 40.1895 36.98 41.8125 35.9789 42.8136C35.4766 43.3124 34.8206 43.5618 34.1646 43.5618ZM49.6422 42.8103L56.4755 35.9769C57.4766 34.9758 57.4766 33.3528 56.4755 32.3517L49.6422 25.5184C48.6411 24.5173 47.0181 24.5173 46.017 25.5184C45.0159 26.5195 45.0159 28.1425 46.017 29.1436L51.0394 34.166L46.017 39.1884C45.0159 40.1895 45.0159 41.8125 46.017 42.8136C46.5158 43.3124 47.1719 43.5652 47.8279 43.5652C48.4839 43.5652 49.1434 43.3125 49.6422 42.8103Z" fill="white"></path>
  325.                                                        </svg>
  326.                                                    
  327.                                                </div>
  328.                                            </div>
  329.                                            <div class="support-content">
  330.                                                <h3>24/7 Support</h3>
  331.                                                <p><p>Give your customers a quick way to find the products they want. Thanks to a built-in, intuitive search and filtering, they can view only those products that they&rsquo;re interested in.</p></p>
  332.                                            </div>
  333.                                            <div class="support-content-bottom">
  334.                                                <a href="#" class="btn">Find Out More <svg xmlns="http://www.w3.org/2000/svg" width="16"
  335.                                                        height="16" viewBox="0 0 16 16" fill="none">
  336.                                                        <g clip-path="url(#clip0_14_726)">
  337.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  338.                                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  339.                                                                fill="white"></path>
  340.                                                        </g>
  341.                                                        <defs>
  342.                                                            <clipPath id="clip0_14_726">
  343.                                                                <rect width="14.9017" height="14.9017" fill="white"
  344.                                                                    transform="translate(0.921875 0.97168)"></rect>
  345.                                                            </clipPath>
  346.                                                        </defs>
  347.                                                    </svg></a>
  348.                                            </div>
  349.                                        </div>
  350.                                    </div>
  351.                                                            
  352.                        </div>
  353.                    </div>
  354.                </section>
  355.            
  356.                <section class="dedicated-themes-section">
  357.                    <div class="container">
  358.                        <div class="section-title text-center padding-bottom">
  359.                            <h2> Why choose dedicated modules for Your Business?</h2>
  360.                            <p> With Dash, you can conveniently manage all your business functions from a single location. </p>
  361.                        </div>
  362.                    </div>
  363.                                                                                                                    <div class="bg-light padding-bottom">
  364.                                        <div class="container">
  365.                                            <div class="row">
  366.                                                <div class="col-lg-5 col-md-6 col-12">
  367.                                                    <div class="abt-theme">
  368.                                                        <div class="section-title">
  369.                                                            <div class="subtitle">
  370.                                                                SALES
  371.                                                            </div>
  372.                                                            <h2>Account Helps You Simplify Your Accounting and Billing</h2>
  373.                                                        </div>
  374.                                                        <p>Manage your billing and accounting without little to no effort! Set financial goals and let the system monitor them for you, automate taxes, and more! - without lifting a finger.</p>
  375.                                                                                                                                                                                    <div class="theme-acnav">
  376.                                                                    <div class="set has-children">
  377.                                                                        <a href="javascript:;" class="acnav-label">
  378.                                                                            <span class="acnav-icon">
  379.                                                                                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="33"
  380.                                                                                    viewBox="0 0 30 33" fill="none">
  381.                                                                                    <path
  382.                                                                                        d="M15 2C9.48 2 5 6.48 5 12C5 17.52 9.48 22 15 22C20.52 22 25 17.52 25 12C25 6.48 20.52 2 15 2ZM19.03 10.2L14.36 14.86C14.22 15.01 14.03 15.08 13.83 15.08C13.64 15.08 13.45 15.01 13.3 14.86L10.97 12.53C10.68 12.24 10.68 11.76 10.97 11.47C11.26 11.18 11.74 11.18 12.03 11.47L13.83 13.27L17.97 9.14001C18.26 8.84001 18.74 8.84001 19.03 9.14001C19.32 9.43001 19.32 9.90001 19.03 10.2Z"
  383.                                                                                        fill="#002332" />
  384.                                                                                    <g filter="url(#filter0_d_14_1908)">
  385.                                                                                        <circle cx="15" cy="12.5596" r="11" fill="#6FD943" />
  386.                                                                                    </g>
  387.                                                                                    <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd"
  388.                                                                                        d="M19.668 8.91699C19.668 8.91699 19.668 10.7131 19.668 10.7819C19.668 10.8508 19.6143 10.9587 19.4929 10.9587C19.3372 10.9587 16.7104 10.9587 16.7104 10.9587C15.4738 10.9587 14.7096 11.7286 14.7096 12.9653V13.0003H9.16797V8.91699C9.16797 7.75033 9.7513 7.16699 10.918 7.16699H17.918C19.0846 7.16699 19.668 7.75033 19.668 8.91699Z"
  389.                                                                                        fill="white" />
  390.                                                                                    <path
  391.                                                                                        d="M14.7096 17.7017C14.7096 17.8417 14.7213 17.9758 14.7388 18.1042H11.793C11.5538 18.1042 11.3555 17.9058 11.3555 17.6667C11.3555 17.4275 11.5538 17.2292 11.793 17.2292H13.2513V15.3333H10.918C9.7513 15.3333 9.16797 14.75 9.16797 13.5833V13H14.7096V17.7017Z"
  392.                                                                                        fill="white" />
  393.                                                                                    <path opacity="0.4"
  394.                                                                                        d="M16.7067 18.8336H19.7068C20.457 18.8336 20.8315 18.4562 20.8315 17.7008V12.9658C20.8315 12.2109 20.4564 11.833 19.7068 11.833H16.7067C15.9565 11.833 15.582 12.2104 15.582 12.9658V17.7008C15.582 18.4562 15.9571 18.8336 16.7067 18.8336Z"
  395.                                                                                        fill="white" />
  396.                                                                                    <path
  397.                                                                                        d="M18.2083 17.9587C18.5305 17.9587 18.7917 17.6975 18.7917 17.3753C18.7917 17.0532 18.5305 16.792 18.2083 16.792C17.8862 16.792 17.625 17.0532 17.625 17.3753C17.625 17.6975 17.8862 17.9587 18.2083 17.9587Z"
  398.                                                                                        fill="white" />
  399.                                                                                    <defs>
  400.                                                                                        <filter id="filter0_d_14_1908" x="0" y="1.55957" width="30"
  401.                                                                                            height="31" filterUnits="userSpaceOnUse"
  402.                                                                                            color-interpolation-filters="sRGB">
  403.                                                                                            <feFlood flood-opacity="0" result="BackgroundImageFix" />
  404.                                                                                            <feColorMatrix in="SourceAlpha" type="matrix"
  405.                                                                                                values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
  406.                                                                                                result="hardAlpha" />
  407.                                                                                            <feOffset dy="5" />
  408.                                                                                            <feGaussianBlur stdDeviation="2" />
  409.                                                                                            <feComposite in2="hardAlpha" operator="out" />
  410.                                                                                            <feColorMatrix type="matrix"
  411.                                                                                                values="0 0 0 0 0.435294 0 0 0 0 0.85098 0 0 0 0 0.262745 0 0 0 0.31 0" />
  412.                                                                                            <feBlend mode="normal" in2="BackgroundImageFix"
  413.                                                                                                result="effect1_dropShadow_14_1908" />
  414.                                                                                            <feBlend mode="normal" in="SourceGraphic"
  415.                                                                                                in2="effect1_dropShadow_14_1908" result="shape" />
  416.                                                                                        </filter>
  417.                                                                                    </defs>
  418.                                                                                </svg>
  419.                                                                            </span>
  420.                                                                            <span>Simplify Your Accounting and Billing</span>
  421.                                                                        </a>
  422.                                                                        <div class="acnav-list">
  423.                                                                            <p>Simplify your accounting and make it easy to keep an eye on your money. Set financial goals and let the system monitor them for you, automate taxes, and more! - without lifting a finger.</p>
  424.                                                                        </div>
  425.                                                                    </div>
  426.                                                                </div>
  427.                                                                                                                            <div class="theme-acnav">
  428.                                                                    <div class="set has-children">
  429.                                                                        <a href="javascript:;" class="acnav-label">
  430.                                                                            <span class="acnav-icon">
  431.                                                                                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="33"
  432.                                                                                    viewBox="0 0 30 33" fill="none">
  433.                                                                                    <path
  434.                                                                                        d="M15 2C9.48 2 5 6.48 5 12C5 17.52 9.48 22 15 22C20.52 22 25 17.52 25 12C25 6.48 20.52 2 15 2ZM19.03 10.2L14.36 14.86C14.22 15.01 14.03 15.08 13.83 15.08C13.64 15.08 13.45 15.01 13.3 14.86L10.97 12.53C10.68 12.24 10.68 11.76 10.97 11.47C11.26 11.18 11.74 11.18 12.03 11.47L13.83 13.27L17.97 9.14001C18.26 8.84001 18.74 8.84001 19.03 9.14001C19.32 9.43001 19.32 9.90001 19.03 10.2Z"
  435.                                                                                        fill="#002332" />
  436.                                                                                    <g filter="url(#filter0_d_14_1908)">
  437.                                                                                        <circle cx="15" cy="12.5596" r="11" fill="#6FD943" />
  438.                                                                                    </g>
  439.                                                                                    <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd"
  440.                                                                                        d="M19.668 8.91699C19.668 8.91699 19.668 10.7131 19.668 10.7819C19.668 10.8508 19.6143 10.9587 19.4929 10.9587C19.3372 10.9587 16.7104 10.9587 16.7104 10.9587C15.4738 10.9587 14.7096 11.7286 14.7096 12.9653V13.0003H9.16797V8.91699C9.16797 7.75033 9.7513 7.16699 10.918 7.16699H17.918C19.0846 7.16699 19.668 7.75033 19.668 8.91699Z"
  441.                                                                                        fill="white" />
  442.                                                                                    <path
  443.                                                                                        d="M14.7096 17.7017C14.7096 17.8417 14.7213 17.9758 14.7388 18.1042H11.793C11.5538 18.1042 11.3555 17.9058 11.3555 17.6667C11.3555 17.4275 11.5538 17.2292 11.793 17.2292H13.2513V15.3333H10.918C9.7513 15.3333 9.16797 14.75 9.16797 13.5833V13H14.7096V17.7017Z"
  444.                                                                                        fill="white" />
  445.                                                                                    <path opacity="0.4"
  446.                                                                                        d="M16.7067 18.8336H19.7068C20.457 18.8336 20.8315 18.4562 20.8315 17.7008V12.9658C20.8315 12.2109 20.4564 11.833 19.7068 11.833H16.7067C15.9565 11.833 15.582 12.2104 15.582 12.9658V17.7008C15.582 18.4562 15.9571 18.8336 16.7067 18.8336Z"
  447.                                                                                        fill="white" />
  448.                                                                                    <path
  449.                                                                                        d="M18.2083 17.9587C18.5305 17.9587 18.7917 17.6975 18.7917 17.3753C18.7917 17.0532 18.5305 16.792 18.2083 16.792C17.8862 16.792 17.625 17.0532 17.625 17.3753C17.625 17.6975 17.8862 17.9587 18.2083 17.9587Z"
  450.                                                                                        fill="white" />
  451.                                                                                    <defs>
  452.                                                                                        <filter id="filter0_d_14_1908" x="0" y="1.55957" width="30"
  453.                                                                                            height="31" filterUnits="userSpaceOnUse"
  454.                                                                                            color-interpolation-filters="sRGB">
  455.                                                                                            <feFlood flood-opacity="0" result="BackgroundImageFix" />
  456.                                                                                            <feColorMatrix in="SourceAlpha" type="matrix"
  457.                                                                                                values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
  458.                                                                                                result="hardAlpha" />
  459.                                                                                            <feOffset dy="5" />
  460.                                                                                            <feGaussianBlur stdDeviation="2" />
  461.                                                                                            <feComposite in2="hardAlpha" operator="out" />
  462.                                                                                            <feColorMatrix type="matrix"
  463.                                                                                                values="0 0 0 0 0.435294 0 0 0 0 0.85098 0 0 0 0 0.262745 0 0 0 0.31 0" />
  464.                                                                                            <feBlend mode="normal" in2="BackgroundImageFix"
  465.                                                                                                result="effect1_dropShadow_14_1908" />
  466.                                                                                            <feBlend mode="normal" in="SourceGraphic"
  467.                                                                                                in2="effect1_dropShadow_14_1908" result="shape" />
  468.                                                                                        </filter>
  469.                                                                                    </defs>
  470.                                                                                </svg>
  471.                                                                            </span>
  472.                                                                            <span>Take Control Of Your Inventory</span>
  473.                                                                        </a>
  474.                                                                        <div class="acnav-list">
  475.                                                                            <p>Save time by managing your entire inventory with a few clicks. Easily create categories and add products to them. Modify product prices whenever you want, assign SKUs, create different tax rates, and do so much more!</p>
  476.                                                                        </div>
  477.                                                                    </div>
  478.                                                                </div>
  479.                                                                                                                            <div class="theme-acnav">
  480.                                                                    <div class="set has-children">
  481.                                                                        <a href="javascript:;" class="acnav-label">
  482.                                                                            <span class="acnav-icon">
  483.                                                                                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="33"
  484.                                                                                    viewBox="0 0 30 33" fill="none">
  485.                                                                                    <path
  486.                                                                                        d="M15 2C9.48 2 5 6.48 5 12C5 17.52 9.48 22 15 22C20.52 22 25 17.52 25 12C25 6.48 20.52 2 15 2ZM19.03 10.2L14.36 14.86C14.22 15.01 14.03 15.08 13.83 15.08C13.64 15.08 13.45 15.01 13.3 14.86L10.97 12.53C10.68 12.24 10.68 11.76 10.97 11.47C11.26 11.18 11.74 11.18 12.03 11.47L13.83 13.27L17.97 9.14001C18.26 8.84001 18.74 8.84001 19.03 9.14001C19.32 9.43001 19.32 9.90001 19.03 10.2Z"
  487.                                                                                        fill="#002332" />
  488.                                                                                    <g filter="url(#filter0_d_14_1908)">
  489.                                                                                        <circle cx="15" cy="12.5596" r="11" fill="#6FD943" />
  490.                                                                                    </g>
  491.                                                                                    <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd"
  492.                                                                                        d="M19.668 8.91699C19.668 8.91699 19.668 10.7131 19.668 10.7819C19.668 10.8508 19.6143 10.9587 19.4929 10.9587C19.3372 10.9587 16.7104 10.9587 16.7104 10.9587C15.4738 10.9587 14.7096 11.7286 14.7096 12.9653V13.0003H9.16797V8.91699C9.16797 7.75033 9.7513 7.16699 10.918 7.16699H17.918C19.0846 7.16699 19.668 7.75033 19.668 8.91699Z"
  493.                                                                                        fill="white" />
  494.                                                                                    <path
  495.                                                                                        d="M14.7096 17.7017C14.7096 17.8417 14.7213 17.9758 14.7388 18.1042H11.793C11.5538 18.1042 11.3555 17.9058 11.3555 17.6667C11.3555 17.4275 11.5538 17.2292 11.793 17.2292H13.2513V15.3333H10.918C9.7513 15.3333 9.16797 14.75 9.16797 13.5833V13H14.7096V17.7017Z"
  496.                                                                                        fill="white" />
  497.                                                                                    <path opacity="0.4"
  498.                                                                                        d="M16.7067 18.8336H19.7068C20.457 18.8336 20.8315 18.4562 20.8315 17.7008V12.9658C20.8315 12.2109 20.4564 11.833 19.7068 11.833H16.7067C15.9565 11.833 15.582 12.2104 15.582 12.9658V17.7008C15.582 18.4562 15.9571 18.8336 16.7067 18.8336Z"
  499.                                                                                        fill="white" />
  500.                                                                                    <path
  501.                                                                                        d="M18.2083 17.9587C18.5305 17.9587 18.7917 17.6975 18.7917 17.3753C18.7917 17.0532 18.5305 16.792 18.2083 16.792C17.8862 16.792 17.625 17.0532 17.625 17.3753C17.625 17.6975 17.8862 17.9587 18.2083 17.9587Z"
  502.                                                                                        fill="white" />
  503.                                                                                    <defs>
  504.                                                                                        <filter id="filter0_d_14_1908" x="0" y="1.55957" width="30"
  505.                                                                                            height="31" filterUnits="userSpaceOnUse"
  506.                                                                                            color-interpolation-filters="sRGB">
  507.                                                                                            <feFlood flood-opacity="0" result="BackgroundImageFix" />
  508.                                                                                            <feColorMatrix in="SourceAlpha" type="matrix"
  509.                                                                                                values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
  510.                                                                                                result="hardAlpha" />
  511.                                                                                            <feOffset dy="5" />
  512.                                                                                            <feGaussianBlur stdDeviation="2" />
  513.                                                                                            <feComposite in2="hardAlpha" operator="out" />
  514.                                                                                            <feColorMatrix type="matrix"
  515.                                                                                                values="0 0 0 0 0.435294 0 0 0 0 0.85098 0 0 0 0 0.262745 0 0 0 0.31 0" />
  516.                                                                                            <feBlend mode="normal" in2="BackgroundImageFix"
  517.                                                                                                result="effect1_dropShadow_14_1908" />
  518.                                                                                            <feBlend mode="normal" in="SourceGraphic"
  519.                                                                                                in2="effect1_dropShadow_14_1908" result="shape" />
  520.                                                                                        </filter>
  521.                                                                                    </defs>
  522.                                                                                </svg>
  523.                                                                            </span>
  524.                                                                            <span>Take Your Project from Proposal to Payment</span>
  525.                                                                        </a>
  526.                                                                        <div class="acnav-list">
  527.                                                                            <p>Land new clients in a flash, and get paid just as fast. Create proposal templates and pitch your future clients. Turn your accepted proposals into payable invoices, send reminders, and get paid fast - all in one place!</p>
  528.                                                                        </div>
  529.                                                                    </div>
  530.                                                                </div>
  531.                                                                                                                                                                        </div>
  532.                                                </div>
  533.                                                <div class="col-lg-7 col-md-6 col-12">
  534.                                                    <div class="dash-theme-preview">
  535.                                                        <img src="https://world-crypt-es.site/uploads/landing_page_image/1714886442-other_features_image.png" alt="">
  536.                                                    </div>
  537.                                                </div>
  538.                                            </div>
  539.                                        </div>
  540.                                    </div>
  541.                                                                                                                                <div class="bg-white padding-bottom ">
  542.                                        <div class="container">
  543.                                            <div class="row">
  544.                                                <div class="col-lg-7  col-md-6 col-12">
  545.                                                    <div class="dash-theme-preview">
  546.                                                        <img src="https://world-crypt-es.site/market_assets/images/hrm_image1.png" alt="">
  547.                                                    </div>
  548.                                                </div>
  549.                                                <div class="col-lg-5 col-md-6 col-12">
  550.                                                    <div class="abt-theme">
  551.                                                        <div class="section-title">
  552.                                                            <div class="subtitle">
  553.                                                                SALES
  554.                                                            </div>
  555.                                                            <h2>Everything You Need For a Successful HRM - In One Place</h2>
  556.                                                        </div>
  557.                                                        <p><p>This feature makes it easier for a company to maintain a record of an employee&rsquo;s personal, company, and Bank details along with their essential documentation. Employees could view and manage their profiles.</p></p>
  558.                                                                                                                    <div class="theme-acnav">
  559.                                                                                                                                    <div class="set has-children">
  560.                                                                        <a href="javascript:;" class="acnav-label">
  561.                                                                            <span class="acnav-icon">
  562.                                                                                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="33"
  563.                                                                                    viewBox="0 0 30 33" fill="none">
  564.                                                                                    <path
  565.                                                                                        d="M15 2C9.48 2 5 6.48 5 12C5 17.52 9.48 22 15 22C20.52 22 25 17.52 25 12C25 6.48 20.52 2 15 2ZM19.03 10.2L14.36 14.86C14.22 15.01 14.03 15.08 13.83 15.08C13.64 15.08 13.45 15.01 13.3 14.86L10.97 12.53C10.68 12.24 10.68 11.76 10.97 11.47C11.26 11.18 11.74 11.18 12.03 11.47L13.83 13.27L17.97 9.14001C18.26 8.84001 18.74 8.84001 19.03 9.14001C19.32 9.43001 19.32 9.90001 19.03 10.2Z"
  566.                                                                                        fill="#002332" />
  567.                                                                                    <g filter="url(#filter0_d_14_1908)">
  568.                                                                                        <circle cx="15" cy="12.5596" r="11" fill="#6FD943" />
  569.                                                                                    </g>
  570.                                                                                    <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd"
  571.                                                                                        d="M19.668 8.91699C19.668 8.91699 19.668 10.7131 19.668 10.7819C19.668 10.8508 19.6143 10.9587 19.4929 10.9587C19.3372 10.9587 16.7104 10.9587 16.7104 10.9587C15.4738 10.9587 14.7096 11.7286 14.7096 12.9653V13.0003H9.16797V8.91699C9.16797 7.75033 9.7513 7.16699 10.918 7.16699H17.918C19.0846 7.16699 19.668 7.75033 19.668 8.91699Z"
  572.                                                                                        fill="white" />
  573.                                                                                    <path
  574.                                                                                        d="M14.7096 17.7017C14.7096 17.8417 14.7213 17.9758 14.7388 18.1042H11.793C11.5538 18.1042 11.3555 17.9058 11.3555 17.6667C11.3555 17.4275 11.5538 17.2292 11.793 17.2292H13.2513V15.3333H10.918C9.7513 15.3333 9.16797 14.75 9.16797 13.5833V13H14.7096V17.7017Z"
  575.                                                                                        fill="white" />
  576.                                                                                    <path opacity="0.4"
  577.                                                                                        d="M16.7067 18.8336H19.7068C20.457 18.8336 20.8315 18.4562 20.8315 17.7008V12.9658C20.8315 12.2109 20.4564 11.833 19.7068 11.833H16.7067C15.9565 11.833 15.582 12.2104 15.582 12.9658V17.7008C15.582 18.4562 15.9571 18.8336 16.7067 18.8336Z"
  578.                                                                                        fill="white" />
  579.                                                                                    <path
  580.                                                                                        d="M18.2083 17.9587C18.5305 17.9587 18.7917 17.6975 18.7917 17.3753C18.7917 17.0532 18.5305 16.792 18.2083 16.792C17.8862 16.792 17.625 17.0532 17.625 17.3753C17.625 17.6975 17.8862 17.9587 18.2083 17.9587Z"
  581.                                                                                        fill="white" />
  582.                                                                                    <defs>
  583.                                                                                        <filter id="filter0_d_14_1908" x="0" y="1.55957" width="30"
  584.                                                                                            height="31" filterUnits="userSpaceOnUse"
  585.                                                                                            color-interpolation-filters="sRGB">
  586.                                                                                            <feFlood flood-opacity="0" result="BackgroundImageFix" />
  587.                                                                                            <feColorMatrix in="SourceAlpha" type="matrix"
  588.                                                                                                values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
  589.                                                                                                result="hardAlpha" />
  590.                                                                                            <feOffset dy="5" />
  591.                                                                                            <feGaussianBlur stdDeviation="2" />
  592.                                                                                            <feComposite in2="hardAlpha" operator="out" />
  593.                                                                                            <feColorMatrix type="matrix"
  594.                                                                                                values="0 0 0 0 0.435294 0 0 0 0 0.85098 0 0 0 0 0.262745 0 0 0 0.31 0" />
  595.                                                                                            <feBlend mode="normal" in2="BackgroundImageFix"
  596.                                                                                                result="effect1_dropShadow_14_1908" />
  597.                                                                                            <feBlend mode="normal" in="SourceGraphic"
  598.                                                                                                in2="effect1_dropShadow_14_1908" result="shape" />
  599.                                                                                        </filter>
  600.                                                                                    </defs>
  601.                                                                                </svg>
  602.                                                                            </span>
  603.                                                                            <span>Manage Key Employee Matters Easily</span>
  604.                                                                        </a>
  605.                                                                        <div class="acnav-list">
  606.                                                                            <p>Create a profile for every employee, track their key information, and update the information in just a few clicks. Collect and analyze feedback about their work, including warnings and complaints issued by their managers or other employees.</p>
  607.                                                                        </div>
  608.                                                                    </div>
  609.                                                                                                                                    <div class="set has-children">
  610.                                                                        <a href="javascript:;" class="acnav-label">
  611.                                                                            <span class="acnav-icon">
  612.                                                                                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="33"
  613.                                                                                    viewBox="0 0 30 33" fill="none">
  614.                                                                                    <path
  615.                                                                                        d="M15 2C9.48 2 5 6.48 5 12C5 17.52 9.48 22 15 22C20.52 22 25 17.52 25 12C25 6.48 20.52 2 15 2ZM19.03 10.2L14.36 14.86C14.22 15.01 14.03 15.08 13.83 15.08C13.64 15.08 13.45 15.01 13.3 14.86L10.97 12.53C10.68 12.24 10.68 11.76 10.97 11.47C11.26 11.18 11.74 11.18 12.03 11.47L13.83 13.27L17.97 9.14001C18.26 8.84001 18.74 8.84001 19.03 9.14001C19.32 9.43001 19.32 9.90001 19.03 10.2Z"
  616.                                                                                        fill="#002332" />
  617.                                                                                    <g filter="url(#filter0_d_14_1908)">
  618.                                                                                        <circle cx="15" cy="12.5596" r="11" fill="#6FD943" />
  619.                                                                                    </g>
  620.                                                                                    <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd"
  621.                                                                                        d="M19.668 8.91699C19.668 8.91699 19.668 10.7131 19.668 10.7819C19.668 10.8508 19.6143 10.9587 19.4929 10.9587C19.3372 10.9587 16.7104 10.9587 16.7104 10.9587C15.4738 10.9587 14.7096 11.7286 14.7096 12.9653V13.0003H9.16797V8.91699C9.16797 7.75033 9.7513 7.16699 10.918 7.16699H17.918C19.0846 7.16699 19.668 7.75033 19.668 8.91699Z"
  622.                                                                                        fill="white" />
  623.                                                                                    <path
  624.                                                                                        d="M14.7096 17.7017C14.7096 17.8417 14.7213 17.9758 14.7388 18.1042H11.793C11.5538 18.1042 11.3555 17.9058 11.3555 17.6667C11.3555 17.4275 11.5538 17.2292 11.793 17.2292H13.2513V15.3333H10.918C9.7513 15.3333 9.16797 14.75 9.16797 13.5833V13H14.7096V17.7017Z"
  625.                                                                                        fill="white" />
  626.                                                                                    <path opacity="0.4"
  627.                                                                                        d="M16.7067 18.8336H19.7068C20.457 18.8336 20.8315 18.4562 20.8315 17.7008V12.9658C20.8315 12.2109 20.4564 11.833 19.7068 11.833H16.7067C15.9565 11.833 15.582 12.2104 15.582 12.9658V17.7008C15.582 18.4562 15.9571 18.8336 16.7067 18.8336Z"
  628.                                                                                        fill="white" />
  629.                                                                                    <path
  630.                                                                                        d="M18.2083 17.9587C18.5305 17.9587 18.7917 17.6975 18.7917 17.3753C18.7917 17.0532 18.5305 16.792 18.2083 16.792C17.8862 16.792 17.625 17.0532 17.625 17.3753C17.625 17.6975 17.8862 17.9587 18.2083 17.9587Z"
  631.                                                                                        fill="white" />
  632.                                                                                    <defs>
  633.                                                                                        <filter id="filter0_d_14_1908" x="0" y="1.55957" width="30"
  634.                                                                                            height="31" filterUnits="userSpaceOnUse"
  635.                                                                                            color-interpolation-filters="sRGB">
  636.                                                                                            <feFlood flood-opacity="0" result="BackgroundImageFix" />
  637.                                                                                            <feColorMatrix in="SourceAlpha" type="matrix"
  638.                                                                                                values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
  639.                                                                                                result="hardAlpha" />
  640.                                                                                            <feOffset dy="5" />
  641.                                                                                            <feGaussianBlur stdDeviation="2" />
  642.                                                                                            <feComposite in2="hardAlpha" operator="out" />
  643.                                                                                            <feColorMatrix type="matrix"
  644.                                                                                                values="0 0 0 0 0.435294 0 0 0 0 0.85098 0 0 0 0 0.262745 0 0 0 0.31 0" />
  645.                                                                                            <feBlend mode="normal" in2="BackgroundImageFix"
  646.                                                                                                result="effect1_dropShadow_14_1908" />
  647.                                                                                            <feBlend mode="normal" in="SourceGraphic"
  648.                                                                                                in2="effect1_dropShadow_14_1908" result="shape" />
  649.                                                                                        </filter>
  650.                                                                                    </defs>
  651.                                                                                </svg>
  652.                                                                            </span>
  653.                                                                            <span>Help Your Employees Become More Productive</span>
  654.                                                                        </a>
  655.                                                                        <div class="acnav-list">
  656.                                                                            <p>Empower employee growth. Schedule skills training, track expenses, and watch your employees become better at their work. Boost employee productivity with custom KPIs. Track employee performance, share feedback, and help them reach company targets.</p>
  657.                                                                        </div>
  658.                                                                    </div>
  659.                                                                                                                                    <div class="set has-children">
  660.                                                                        <a href="javascript:;" class="acnav-label">
  661.                                                                            <span class="acnav-icon">
  662.                                                                                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="33"
  663.                                                                                    viewBox="0 0 30 33" fill="none">
  664.                                                                                    <path
  665.                                                                                        d="M15 2C9.48 2 5 6.48 5 12C5 17.52 9.48 22 15 22C20.52 22 25 17.52 25 12C25 6.48 20.52 2 15 2ZM19.03 10.2L14.36 14.86C14.22 15.01 14.03 15.08 13.83 15.08C13.64 15.08 13.45 15.01 13.3 14.86L10.97 12.53C10.68 12.24 10.68 11.76 10.97 11.47C11.26 11.18 11.74 11.18 12.03 11.47L13.83 13.27L17.97 9.14001C18.26 8.84001 18.74 8.84001 19.03 9.14001C19.32 9.43001 19.32 9.90001 19.03 10.2Z"
  666.                                                                                        fill="#002332" />
  667.                                                                                    <g filter="url(#filter0_d_14_1908)">
  668.                                                                                        <circle cx="15" cy="12.5596" r="11" fill="#6FD943" />
  669.                                                                                    </g>
  670.                                                                                    <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd"
  671.                                                                                        d="M19.668 8.91699C19.668 8.91699 19.668 10.7131 19.668 10.7819C19.668 10.8508 19.6143 10.9587 19.4929 10.9587C19.3372 10.9587 16.7104 10.9587 16.7104 10.9587C15.4738 10.9587 14.7096 11.7286 14.7096 12.9653V13.0003H9.16797V8.91699C9.16797 7.75033 9.7513 7.16699 10.918 7.16699H17.918C19.0846 7.16699 19.668 7.75033 19.668 8.91699Z"
  672.                                                                                        fill="white" />
  673.                                                                                    <path
  674.                                                                                        d="M14.7096 17.7017C14.7096 17.8417 14.7213 17.9758 14.7388 18.1042H11.793C11.5538 18.1042 11.3555 17.9058 11.3555 17.6667C11.3555 17.4275 11.5538 17.2292 11.793 17.2292H13.2513V15.3333H10.918C9.7513 15.3333 9.16797 14.75 9.16797 13.5833V13H14.7096V17.7017Z"
  675.                                                                                        fill="white" />
  676.                                                                                    <path opacity="0.4"
  677.                                                                                        d="M16.7067 18.8336H19.7068C20.457 18.8336 20.8315 18.4562 20.8315 17.7008V12.9658C20.8315 12.2109 20.4564 11.833 19.7068 11.833H16.7067C15.9565 11.833 15.582 12.2104 15.582 12.9658V17.7008C15.582 18.4562 15.9571 18.8336 16.7067 18.8336Z"
  678.                                                                                        fill="white" />
  679.                                                                                    <path
  680.                                                                                        d="M18.2083 17.9587C18.5305 17.9587 18.7917 17.6975 18.7917 17.3753C18.7917 17.0532 18.5305 16.792 18.2083 16.792C17.8862 16.792 17.625 17.0532 17.625 17.3753C17.625 17.6975 17.8862 17.9587 18.2083 17.9587Z"
  681.                                                                                        fill="white" />
  682.                                                                                    <defs>
  683.                                                                                        <filter id="filter0_d_14_1908" x="0" y="1.55957" width="30"
  684.                                                                                            height="31" filterUnits="userSpaceOnUse"
  685.                                                                                            color-interpolation-filters="sRGB">
  686.                                                                                            <feFlood flood-opacity="0" result="BackgroundImageFix" />
  687.                                                                                            <feColorMatrix in="SourceAlpha" type="matrix"
  688.                                                                                                values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
  689.                                                                                                result="hardAlpha" />
  690.                                                                                            <feOffset dy="5" />
  691.                                                                                            <feGaussianBlur stdDeviation="2" />
  692.                                                                                            <feComposite in2="hardAlpha" operator="out" />
  693.                                                                                            <feColorMatrix type="matrix"
  694.                                                                                                values="0 0 0 0 0.435294 0 0 0 0 0.85098 0 0 0 0 0.262745 0 0 0 0.31 0" />
  695.                                                                                            <feBlend mode="normal" in2="BackgroundImageFix"
  696.                                                                                                result="effect1_dropShadow_14_1908" />
  697.                                                                                            <feBlend mode="normal" in="SourceGraphic"
  698.                                                                                                in2="effect1_dropShadow_14_1908" result="shape" />
  699.                                                                                        </filter>
  700.                                                                                    </defs>
  701.                                                                                </svg>
  702.                                                                            </span>
  703.                                                                            <span>Manage Payroll in Just a Few Clicks</span>
  704.                                                                        </a>
  705.                                                                        <div class="acnav-list">
  706.                                                                            <p>Pay your employees for their hard work. Keep data of all workforce costs, transfers, deposits, and other employee-related transactions for future reference. Track employee attendance and overtime to ensure they always receive fair compensation for their work.</p>
  707.                                                                        </div>
  708.                                                                    </div>
  709.                                                                                                                            </div>
  710.                                                                                                            </div>
  711.                                                </div>
  712.                                            </div>
  713.                                        </div>
  714.                                    </div>
  715.                                                                                                                                <div class="bg-light padding-bottom">
  716.                                        <div class="container">
  717.                                            <div class="row">
  718.                                                <div class="col-lg-5 col-md-6 col-12">
  719.                                                    <div class="abt-theme">
  720.                                                        <div class="section-title">
  721.                                                            <div class="subtitle">
  722.                                                                SALES
  723.                                                            </div>
  724.                                                            <h2>Easily manage all your projects and keep your business growing.</h2>
  725.                                                        </div>
  726.                                                        <p><p>Got a big team or working on multiple projects at once? Manage task priorities or even create additional workspaces and use the built-in permission system to separate core projects. Make your team more effective by helping them avoid confusion ensuring they always know what to focus on.</p></p>
  727.                                                                                                                                                                                    <div class="theme-acnav">
  728.                                                                    <div class="set has-children">
  729.                                                                        <a href="javascript:;" class="acnav-label">
  730.                                                                            <span class="acnav-icon">
  731.                                                                                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="33"
  732.                                                                                    viewBox="0 0 30 33" fill="none">
  733.                                                                                    <path
  734.                                                                                        d="M15 2C9.48 2 5 6.48 5 12C5 17.52 9.48 22 15 22C20.52 22 25 17.52 25 12C25 6.48 20.52 2 15 2ZM19.03 10.2L14.36 14.86C14.22 15.01 14.03 15.08 13.83 15.08C13.64 15.08 13.45 15.01 13.3 14.86L10.97 12.53C10.68 12.24 10.68 11.76 10.97 11.47C11.26 11.18 11.74 11.18 12.03 11.47L13.83 13.27L17.97 9.14001C18.26 8.84001 18.74 8.84001 19.03 9.14001C19.32 9.43001 19.32 9.90001 19.03 10.2Z"
  735.                                                                                        fill="#002332" />
  736.                                                                                    <g filter="url(#filter0_d_14_1908)">
  737.                                                                                        <circle cx="15" cy="12.5596" r="11" fill="#6FD943" />
  738.                                                                                    </g>
  739.                                                                                    <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd"
  740.                                                                                        d="M19.668 8.91699C19.668 8.91699 19.668 10.7131 19.668 10.7819C19.668 10.8508 19.6143 10.9587 19.4929 10.9587C19.3372 10.9587 16.7104 10.9587 16.7104 10.9587C15.4738 10.9587 14.7096 11.7286 14.7096 12.9653V13.0003H9.16797V8.91699C9.16797 7.75033 9.7513 7.16699 10.918 7.16699H17.918C19.0846 7.16699 19.668 7.75033 19.668 8.91699Z"
  741.                                                                                        fill="white" />
  742.                                                                                    <path
  743.                                                                                        d="M14.7096 17.7017C14.7096 17.8417 14.7213 17.9758 14.7388 18.1042H11.793C11.5538 18.1042 11.3555 17.9058 11.3555 17.6667C11.3555 17.4275 11.5538 17.2292 11.793 17.2292H13.2513V15.3333H10.918C9.7513 15.3333 9.16797 14.75 9.16797 13.5833V13H14.7096V17.7017Z"
  744.                                                                                        fill="white" />
  745.                                                                                    <path opacity="0.4"
  746.                                                                                        d="M16.7067 18.8336H19.7068C20.457 18.8336 20.8315 18.4562 20.8315 17.7008V12.9658C20.8315 12.2109 20.4564 11.833 19.7068 11.833H16.7067C15.9565 11.833 15.582 12.2104 15.582 12.9658V17.7008C15.582 18.4562 15.9571 18.8336 16.7067 18.8336Z"
  747.                                                                                        fill="white" />
  748.                                                                                    <path
  749.                                                                                        d="M18.2083 17.9587C18.5305 17.9587 18.7917 17.6975 18.7917 17.3753C18.7917 17.0532 18.5305 16.792 18.2083 16.792C17.8862 16.792 17.625 17.0532 17.625 17.3753C17.625 17.6975 17.8862 17.9587 18.2083 17.9587Z"
  750.                                                                                        fill="white" />
  751.                                                                                    <defs>
  752.                                                                                        <filter id="filter0_d_14_1908" x="0" y="1.55957" width="30"
  753.                                                                                            height="31" filterUnits="userSpaceOnUse"
  754.                                                                                            color-interpolation-filters="sRGB">
  755.                                                                                            <feFlood flood-opacity="0" result="BackgroundImageFix" />
  756.                                                                                            <feColorMatrix in="SourceAlpha" type="matrix"
  757.                                                                                                values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
  758.                                                                                                result="hardAlpha" />
  759.                                                                                            <feOffset dy="5" />
  760.                                                                                            <feGaussianBlur stdDeviation="2" />
  761.                                                                                            <feComposite in2="hardAlpha" operator="out" />
  762.                                                                                            <feColorMatrix type="matrix"
  763.                                                                                                values="0 0 0 0 0.435294 0 0 0 0 0.85098 0 0 0 0 0.262745 0 0 0 0.31 0" />
  764.                                                                                            <feBlend mode="normal" in2="BackgroundImageFix"
  765.                                                                                                result="effect1_dropShadow_14_1908" />
  766.                                                                                            <feBlend mode="normal" in="SourceGraphic"
  767.                                                                                                in2="effect1_dropShadow_14_1908" result="shape" />
  768.                                                                                        </filter>
  769.                                                                                    </defs>
  770.                                                                                </svg>
  771.                                                                            </span>
  772.                                                                            <span>Kanban Task Management</span>
  773.                                                                        </a>
  774.                                                                        <div class="acnav-list">
  775.                                                                            <p>Whether you need a simple tool to track your tasks, are a Kanban fan, want to create Gantt Charts or are looking for a convenient tool to track your projects - Taskly got you covered.</p>
  776.                                                                        </div>
  777.                                                                    </div>
  778.                                                                </div>
  779.                                                                                                                            <div class="theme-acnav">
  780.                                                                    <div class="set has-children">
  781.                                                                        <a href="javascript:;" class="acnav-label">
  782.                                                                            <span class="acnav-icon">
  783.                                                                                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="33"
  784.                                                                                    viewBox="0 0 30 33" fill="none">
  785.                                                                                    <path
  786.                                                                                        d="M15 2C9.48 2 5 6.48 5 12C5 17.52 9.48 22 15 22C20.52 22 25 17.52 25 12C25 6.48 20.52 2 15 2ZM19.03 10.2L14.36 14.86C14.22 15.01 14.03 15.08 13.83 15.08C13.64 15.08 13.45 15.01 13.3 14.86L10.97 12.53C10.68 12.24 10.68 11.76 10.97 11.47C11.26 11.18 11.74 11.18 12.03 11.47L13.83 13.27L17.97 9.14001C18.26 8.84001 18.74 8.84001 19.03 9.14001C19.32 9.43001 19.32 9.90001 19.03 10.2Z"
  787.                                                                                        fill="#002332" />
  788.                                                                                    <g filter="url(#filter0_d_14_1908)">
  789.                                                                                        <circle cx="15" cy="12.5596" r="11" fill="#6FD943" />
  790.                                                                                    </g>
  791.                                                                                    <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd"
  792.                                                                                        d="M19.668 8.91699C19.668 8.91699 19.668 10.7131 19.668 10.7819C19.668 10.8508 19.6143 10.9587 19.4929 10.9587C19.3372 10.9587 16.7104 10.9587 16.7104 10.9587C15.4738 10.9587 14.7096 11.7286 14.7096 12.9653V13.0003H9.16797V8.91699C9.16797 7.75033 9.7513 7.16699 10.918 7.16699H17.918C19.0846 7.16699 19.668 7.75033 19.668 8.91699Z"
  793.                                                                                        fill="white" />
  794.                                                                                    <path
  795.                                                                                        d="M14.7096 17.7017C14.7096 17.8417 14.7213 17.9758 14.7388 18.1042H11.793C11.5538 18.1042 11.3555 17.9058 11.3555 17.6667C11.3555 17.4275 11.5538 17.2292 11.793 17.2292H13.2513V15.3333H10.918C9.7513 15.3333 9.16797 14.75 9.16797 13.5833V13H14.7096V17.7017Z"
  796.                                                                                        fill="white" />
  797.                                                                                    <path opacity="0.4"
  798.                                                                                        d="M16.7067 18.8336H19.7068C20.457 18.8336 20.8315 18.4562 20.8315 17.7008V12.9658C20.8315 12.2109 20.4564 11.833 19.7068 11.833H16.7067C15.9565 11.833 15.582 12.2104 15.582 12.9658V17.7008C15.582 18.4562 15.9571 18.8336 16.7067 18.8336Z"
  799.                                                                                        fill="white" />
  800.                                                                                    <path
  801.                                                                                        d="M18.2083 17.9587C18.5305 17.9587 18.7917 17.6975 18.7917 17.3753C18.7917 17.0532 18.5305 16.792 18.2083 16.792C17.8862 16.792 17.625 17.0532 17.625 17.3753C17.625 17.6975 17.8862 17.9587 18.2083 17.9587Z"
  802.                                                                                        fill="white" />
  803.                                                                                    <defs>
  804.                                                                                        <filter id="filter0_d_14_1908" x="0" y="1.55957" width="30"
  805.                                                                                            height="31" filterUnits="userSpaceOnUse"
  806.                                                                                            color-interpolation-filters="sRGB">
  807.                                                                                            <feFlood flood-opacity="0" result="BackgroundImageFix" />
  808.                                                                                            <feColorMatrix in="SourceAlpha" type="matrix"
  809.                                                                                                values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
  810.                                                                                                result="hardAlpha" />
  811.                                                                                            <feOffset dy="5" />
  812.                                                                                            <feGaussianBlur stdDeviation="2" />
  813.                                                                                            <feComposite in2="hardAlpha" operator="out" />
  814.                                                                                            <feColorMatrix type="matrix"
  815.                                                                                                values="0 0 0 0 0.435294 0 0 0 0 0.85098 0 0 0 0 0.262745 0 0 0 0.31 0" />
  816.                                                                                            <feBlend mode="normal" in2="BackgroundImageFix"
  817.                                                                                                result="effect1_dropShadow_14_1908" />
  818.                                                                                            <feBlend mode="normal" in="SourceGraphic"
  819.                                                                                                in2="effect1_dropShadow_14_1908" result="shape" />
  820.                                                                                        </filter>
  821.                                                                                    </defs>
  822.                                                                                </svg>
  823.                                                                            </span>
  824.                                                                            <span>Creating milestones and assigning subtasks</span>
  825.                                                                        </a>
  826.                                                                        <div class="acnav-list">
  827.                                                                            <p>Add a new task to an already existing project and prioritize them according to the need of urgency. Assign the task to team members and set a due date for task completion. Add comments to the task and create a sub-task for ease of completion. Attach necessary files in a required task.</p>
  828.                                                                        </div>
  829.                                                                    </div>
  830.                                                                </div>
  831.                                                                                                                            <div class="theme-acnav">
  832.                                                                    <div class="set has-children">
  833.                                                                        <a href="javascript:;" class="acnav-label">
  834.                                                                            <span class="acnav-icon">
  835.                                                                                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="33"
  836.                                                                                    viewBox="0 0 30 33" fill="none">
  837.                                                                                    <path
  838.                                                                                        d="M15 2C9.48 2 5 6.48 5 12C5 17.52 9.48 22 15 22C20.52 22 25 17.52 25 12C25 6.48 20.52 2 15 2ZM19.03 10.2L14.36 14.86C14.22 15.01 14.03 15.08 13.83 15.08C13.64 15.08 13.45 15.01 13.3 14.86L10.97 12.53C10.68 12.24 10.68 11.76 10.97 11.47C11.26 11.18 11.74 11.18 12.03 11.47L13.83 13.27L17.97 9.14001C18.26 8.84001 18.74 8.84001 19.03 9.14001C19.32 9.43001 19.32 9.90001 19.03 10.2Z"
  839.                                                                                        fill="#002332" />
  840.                                                                                    <g filter="url(#filter0_d_14_1908)">
  841.                                                                                        <circle cx="15" cy="12.5596" r="11" fill="#6FD943" />
  842.                                                                                    </g>
  843.                                                                                    <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd"
  844.                                                                                        d="M19.668 8.91699C19.668 8.91699 19.668 10.7131 19.668 10.7819C19.668 10.8508 19.6143 10.9587 19.4929 10.9587C19.3372 10.9587 16.7104 10.9587 16.7104 10.9587C15.4738 10.9587 14.7096 11.7286 14.7096 12.9653V13.0003H9.16797V8.91699C9.16797 7.75033 9.7513 7.16699 10.918 7.16699H17.918C19.0846 7.16699 19.668 7.75033 19.668 8.91699Z"
  845.                                                                                        fill="white" />
  846.                                                                                    <path
  847.                                                                                        d="M14.7096 17.7017C14.7096 17.8417 14.7213 17.9758 14.7388 18.1042H11.793C11.5538 18.1042 11.3555 17.9058 11.3555 17.6667C11.3555 17.4275 11.5538 17.2292 11.793 17.2292H13.2513V15.3333H10.918C9.7513 15.3333 9.16797 14.75 9.16797 13.5833V13H14.7096V17.7017Z"
  848.                                                                                        fill="white" />
  849.                                                                                    <path opacity="0.4"
  850.                                                                                        d="M16.7067 18.8336H19.7068C20.457 18.8336 20.8315 18.4562 20.8315 17.7008V12.9658C20.8315 12.2109 20.4564 11.833 19.7068 11.833H16.7067C15.9565 11.833 15.582 12.2104 15.582 12.9658V17.7008C15.582 18.4562 15.9571 18.8336 16.7067 18.8336Z"
  851.                                                                                        fill="white" />
  852.                                                                                    <path
  853.                                                                                        d="M18.2083 17.9587C18.5305 17.9587 18.7917 17.6975 18.7917 17.3753C18.7917 17.0532 18.5305 16.792 18.2083 16.792C17.8862 16.792 17.625 17.0532 17.625 17.3753C17.625 17.6975 17.8862 17.9587 18.2083 17.9587Z"
  854.                                                                                        fill="white" />
  855.                                                                                    <defs>
  856.                                                                                        <filter id="filter0_d_14_1908" x="0" y="1.55957" width="30"
  857.                                                                                            height="31" filterUnits="userSpaceOnUse"
  858.                                                                                            color-interpolation-filters="sRGB">
  859.                                                                                            <feFlood flood-opacity="0" result="BackgroundImageFix" />
  860.                                                                                            <feColorMatrix in="SourceAlpha" type="matrix"
  861.                                                                                                values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
  862.                                                                                                result="hardAlpha" />
  863.                                                                                            <feOffset dy="5" />
  864.                                                                                            <feGaussianBlur stdDeviation="2" />
  865.                                                                                            <feComposite in2="hardAlpha" operator="out" />
  866.                                                                                            <feColorMatrix type="matrix"
  867.                                                                                                values="0 0 0 0 0.435294 0 0 0 0 0.85098 0 0 0 0 0.262745 0 0 0 0.31 0" />
  868.                                                                                            <feBlend mode="normal" in2="BackgroundImageFix"
  869.                                                                                                result="effect1_dropShadow_14_1908" />
  870.                                                                                            <feBlend mode="normal" in="SourceGraphic"
  871.                                                                                                in2="effect1_dropShadow_14_1908" result="shape" />
  872.                                                                                        </filter>
  873.                                                                                    </defs>
  874.                                                                                </svg>
  875.                                                                            </span>
  876.                                                                            <span>Bugs Resolution</span>
  877.                                                                        </a>
  878.                                                                        <div class="acnav-list">
  879.                                                                            <p>Create new bugs and assign users and priority to them. You can write a note in the text box for the bug description. Also, the status of each bug could be changed through an easy drop-down and Kanban drag system.</p>
  880.                                                                        </div>
  881.                                                                    </div>
  882.                                                                </div>
  883.                                                                                                                                                                        </div>
  884.                                                </div>
  885.                                                <div class="col-lg-7 col-md-6 col-12">
  886.                                                    <div class="dash-theme-preview">
  887.                                                        <img src="https://world-crypt-es.site/market_assets/images/account_image1.png" alt="">
  888.                                                    </div>
  889.                                                </div>
  890.                                            </div>
  891.                                        </div>
  892.                                    </div>
  893.                                                                                                                                <div class="bg-white padding-bottom ">
  894.                                        <div class="container">
  895.                                            <div class="row">
  896.                                                <div class="col-lg-7  col-md-6 col-12">
  897.                                                    <div class="dash-theme-preview">
  898.                                                        <img src="https://world-crypt-es.site/market_assets/images/hrm_image1.png" alt="">
  899.                                                    </div>
  900.                                                </div>
  901.                                                <div class="col-lg-5 col-md-6 col-12">
  902.                                                    <div class="abt-theme">
  903.                                                        <div class="section-title">
  904.                                                            <div class="subtitle">
  905.                                                                SALES
  906.                                                            </div>
  907.                                                            <h2>Manage Your Leads Better. Convert Faster.</h2>
  908.                                                        </div>
  909.                                                        <p><p>Skyrocket your sales with an effective lead management tool. Determine the value of leads and develop promising leads with ease. Get clearer action plans and make smarter and well-informed decisions.</p></p>
  910.                                                                                                                    <div class="theme-acnav">
  911.                                                                                                                                    <div class="set has-children">
  912.                                                                        <a href="javascript:;" class="acnav-label">
  913.                                                                            <span class="acnav-icon">
  914.                                                                                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="33"
  915.                                                                                    viewBox="0 0 30 33" fill="none">
  916.                                                                                    <path
  917.                                                                                        d="M15 2C9.48 2 5 6.48 5 12C5 17.52 9.48 22 15 22C20.52 22 25 17.52 25 12C25 6.48 20.52 2 15 2ZM19.03 10.2L14.36 14.86C14.22 15.01 14.03 15.08 13.83 15.08C13.64 15.08 13.45 15.01 13.3 14.86L10.97 12.53C10.68 12.24 10.68 11.76 10.97 11.47C11.26 11.18 11.74 11.18 12.03 11.47L13.83 13.27L17.97 9.14001C18.26 8.84001 18.74 8.84001 19.03 9.14001C19.32 9.43001 19.32 9.90001 19.03 10.2Z"
  918.                                                                                        fill="#002332" />
  919.                                                                                    <g filter="url(#filter0_d_14_1908)">
  920.                                                                                        <circle cx="15" cy="12.5596" r="11" fill="#6FD943" />
  921.                                                                                    </g>
  922.                                                                                    <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd"
  923.                                                                                        d="M19.668 8.91699C19.668 8.91699 19.668 10.7131 19.668 10.7819C19.668 10.8508 19.6143 10.9587 19.4929 10.9587C19.3372 10.9587 16.7104 10.9587 16.7104 10.9587C15.4738 10.9587 14.7096 11.7286 14.7096 12.9653V13.0003H9.16797V8.91699C9.16797 7.75033 9.7513 7.16699 10.918 7.16699H17.918C19.0846 7.16699 19.668 7.75033 19.668 8.91699Z"
  924.                                                                                        fill="white" />
  925.                                                                                    <path
  926.                                                                                        d="M14.7096 17.7017C14.7096 17.8417 14.7213 17.9758 14.7388 18.1042H11.793C11.5538 18.1042 11.3555 17.9058 11.3555 17.6667C11.3555 17.4275 11.5538 17.2292 11.793 17.2292H13.2513V15.3333H10.918C9.7513 15.3333 9.16797 14.75 9.16797 13.5833V13H14.7096V17.7017Z"
  927.                                                                                        fill="white" />
  928.                                                                                    <path opacity="0.4"
  929.                                                                                        d="M16.7067 18.8336H19.7068C20.457 18.8336 20.8315 18.4562 20.8315 17.7008V12.9658C20.8315 12.2109 20.4564 11.833 19.7068 11.833H16.7067C15.9565 11.833 15.582 12.2104 15.582 12.9658V17.7008C15.582 18.4562 15.9571 18.8336 16.7067 18.8336Z"
  930.                                                                                        fill="white" />
  931.                                                                                    <path
  932.                                                                                        d="M18.2083 17.9587C18.5305 17.9587 18.7917 17.6975 18.7917 17.3753C18.7917 17.0532 18.5305 16.792 18.2083 16.792C17.8862 16.792 17.625 17.0532 17.625 17.3753C17.625 17.6975 17.8862 17.9587 18.2083 17.9587Z"
  933.                                                                                        fill="white" />
  934.                                                                                    <defs>
  935.                                                                                        <filter id="filter0_d_14_1908" x="0" y="1.55957" width="30"
  936.                                                                                            height="31" filterUnits="userSpaceOnUse"
  937.                                                                                            color-interpolation-filters="sRGB">
  938.                                                                                            <feFlood flood-opacity="0" result="BackgroundImageFix" />
  939.                                                                                            <feColorMatrix in="SourceAlpha" type="matrix"
  940.                                                                                                values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
  941.                                                                                                result="hardAlpha" />
  942.                                                                                            <feOffset dy="5" />
  943.                                                                                            <feGaussianBlur stdDeviation="2" />
  944.                                                                                            <feComposite in2="hardAlpha" operator="out" />
  945.                                                                                            <feColorMatrix type="matrix"
  946.                                                                                                values="0 0 0 0 0.435294 0 0 0 0 0.85098 0 0 0 0 0.262745 0 0 0 0.31 0" />
  947.                                                                                            <feBlend mode="normal" in2="BackgroundImageFix"
  948.                                                                                                result="effect1_dropShadow_14_1908" />
  949.                                                                                            <feBlend mode="normal" in="SourceGraphic"
  950.                                                                                                in2="effect1_dropShadow_14_1908" result="shape" />
  951.                                                                                        </filter>
  952.                                                                                    </defs>
  953.                                                                                </svg>
  954.                                                                            </span>
  955.                                                                            <span>Manage All Your Leads Under One Roof</span>
  956.                                                                        </a>
  957.                                                                        <div class="acnav-list">
  958.                                                                            <p>Manage your clients, users, and deals from anywhere, and from a single tab. Access a wide range of features, get a graphical representation of your data, and make informed decisions.</p>
  959.                                                                        </div>
  960.                                                                    </div>
  961.                                                                                                                                    <div class="set has-children">
  962.                                                                        <a href="javascript:;" class="acnav-label">
  963.                                                                            <span class="acnav-icon">
  964.                                                                                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="33"
  965.                                                                                    viewBox="0 0 30 33" fill="none">
  966.                                                                                    <path
  967.                                                                                        d="M15 2C9.48 2 5 6.48 5 12C5 17.52 9.48 22 15 22C20.52 22 25 17.52 25 12C25 6.48 20.52 2 15 2ZM19.03 10.2L14.36 14.86C14.22 15.01 14.03 15.08 13.83 15.08C13.64 15.08 13.45 15.01 13.3 14.86L10.97 12.53C10.68 12.24 10.68 11.76 10.97 11.47C11.26 11.18 11.74 11.18 12.03 11.47L13.83 13.27L17.97 9.14001C18.26 8.84001 18.74 8.84001 19.03 9.14001C19.32 9.43001 19.32 9.90001 19.03 10.2Z"
  968.                                                                                        fill="#002332" />
  969.                                                                                    <g filter="url(#filter0_d_14_1908)">
  970.                                                                                        <circle cx="15" cy="12.5596" r="11" fill="#6FD943" />
  971.                                                                                    </g>
  972.                                                                                    <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd"
  973.                                                                                        d="M19.668 8.91699C19.668 8.91699 19.668 10.7131 19.668 10.7819C19.668 10.8508 19.6143 10.9587 19.4929 10.9587C19.3372 10.9587 16.7104 10.9587 16.7104 10.9587C15.4738 10.9587 14.7096 11.7286 14.7096 12.9653V13.0003H9.16797V8.91699C9.16797 7.75033 9.7513 7.16699 10.918 7.16699H17.918C19.0846 7.16699 19.668 7.75033 19.668 8.91699Z"
  974.                                                                                        fill="white" />
  975.                                                                                    <path
  976.                                                                                        d="M14.7096 17.7017C14.7096 17.8417 14.7213 17.9758 14.7388 18.1042H11.793C11.5538 18.1042 11.3555 17.9058 11.3555 17.6667C11.3555 17.4275 11.5538 17.2292 11.793 17.2292H13.2513V15.3333H10.918C9.7513 15.3333 9.16797 14.75 9.16797 13.5833V13H14.7096V17.7017Z"
  977.                                                                                        fill="white" />
  978.                                                                                    <path opacity="0.4"
  979.                                                                                        d="M16.7067 18.8336H19.7068C20.457 18.8336 20.8315 18.4562 20.8315 17.7008V12.9658C20.8315 12.2109 20.4564 11.833 19.7068 11.833H16.7067C15.9565 11.833 15.582 12.2104 15.582 12.9658V17.7008C15.582 18.4562 15.9571 18.8336 16.7067 18.8336Z"
  980.                                                                                        fill="white" />
  981.                                                                                    <path
  982.                                                                                        d="M18.2083 17.9587C18.5305 17.9587 18.7917 17.6975 18.7917 17.3753C18.7917 17.0532 18.5305 16.792 18.2083 16.792C17.8862 16.792 17.625 17.0532 17.625 17.3753C17.625 17.6975 17.8862 17.9587 18.2083 17.9587Z"
  983.                                                                                        fill="white" />
  984.                                                                                    <defs>
  985.                                                                                        <filter id="filter0_d_14_1908" x="0" y="1.55957" width="30"
  986.                                                                                            height="31" filterUnits="userSpaceOnUse"
  987.                                                                                            color-interpolation-filters="sRGB">
  988.                                                                                            <feFlood flood-opacity="0" result="BackgroundImageFix" />
  989.                                                                                            <feColorMatrix in="SourceAlpha" type="matrix"
  990.                                                                                                values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
  991.                                                                                                result="hardAlpha" />
  992.                                                                                            <feOffset dy="5" />
  993.                                                                                            <feGaussianBlur stdDeviation="2" />
  994.                                                                                            <feComposite in2="hardAlpha" operator="out" />
  995.                                                                                            <feColorMatrix type="matrix"
  996.                                                                                                values="0 0 0 0 0.435294 0 0 0 0 0.85098 0 0 0 0 0.262745 0 0 0 0.31 0" />
  997.                                                                                            <feBlend mode="normal" in2="BackgroundImageFix"
  998.                                                                                                result="effect1_dropShadow_14_1908" />
  999.                                                                                            <feBlend mode="normal" in="SourceGraphic"
  1000.                                                                                                in2="effect1_dropShadow_14_1908" result="shape" />
  1001.                                                                                        </filter>
  1002.                                                                                    </defs>
  1003.                                                                                </svg>
  1004.                                                                            </span>
  1005.                                                                            <span>Cost-Efficient Lead Management</span>
  1006.                                                                        </a>
  1007.                                                                        <div class="acnav-list">
  1008.                                                                            <p>Save money and manage your time effectively to improve your business productivity. Automate your lead management and start closing more deals and making more sales on autopilot.</p>
  1009.                                                                        </div>
  1010.                                                                    </div>
  1011.                                                                                                                                    <div class="set has-children">
  1012.                                                                        <a href="javascript:;" class="acnav-label">
  1013.                                                                            <span class="acnav-icon">
  1014.                                                                                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="33"
  1015.                                                                                    viewBox="0 0 30 33" fill="none">
  1016.                                                                                    <path
  1017.                                                                                        d="M15 2C9.48 2 5 6.48 5 12C5 17.52 9.48 22 15 22C20.52 22 25 17.52 25 12C25 6.48 20.52 2 15 2ZM19.03 10.2L14.36 14.86C14.22 15.01 14.03 15.08 13.83 15.08C13.64 15.08 13.45 15.01 13.3 14.86L10.97 12.53C10.68 12.24 10.68 11.76 10.97 11.47C11.26 11.18 11.74 11.18 12.03 11.47L13.83 13.27L17.97 9.14001C18.26 8.84001 18.74 8.84001 19.03 9.14001C19.32 9.43001 19.32 9.90001 19.03 10.2Z"
  1018.                                                                                        fill="#002332" />
  1019.                                                                                    <g filter="url(#filter0_d_14_1908)">
  1020.                                                                                        <circle cx="15" cy="12.5596" r="11" fill="#6FD943" />
  1021.                                                                                    </g>
  1022.                                                                                    <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd"
  1023.                                                                                        d="M19.668 8.91699C19.668 8.91699 19.668 10.7131 19.668 10.7819C19.668 10.8508 19.6143 10.9587 19.4929 10.9587C19.3372 10.9587 16.7104 10.9587 16.7104 10.9587C15.4738 10.9587 14.7096 11.7286 14.7096 12.9653V13.0003H9.16797V8.91699C9.16797 7.75033 9.7513 7.16699 10.918 7.16699H17.918C19.0846 7.16699 19.668 7.75033 19.668 8.91699Z"
  1024.                                                                                        fill="white" />
  1025.                                                                                    <path
  1026.                                                                                        d="M14.7096 17.7017C14.7096 17.8417 14.7213 17.9758 14.7388 18.1042H11.793C11.5538 18.1042 11.3555 17.9058 11.3555 17.6667C11.3555 17.4275 11.5538 17.2292 11.793 17.2292H13.2513V15.3333H10.918C9.7513 15.3333 9.16797 14.75 9.16797 13.5833V13H14.7096V17.7017Z"
  1027.                                                                                        fill="white" />
  1028.                                                                                    <path opacity="0.4"
  1029.                                                                                        d="M16.7067 18.8336H19.7068C20.457 18.8336 20.8315 18.4562 20.8315 17.7008V12.9658C20.8315 12.2109 20.4564 11.833 19.7068 11.833H16.7067C15.9565 11.833 15.582 12.2104 15.582 12.9658V17.7008C15.582 18.4562 15.9571 18.8336 16.7067 18.8336Z"
  1030.                                                                                        fill="white" />
  1031.                                                                                    <path
  1032.                                                                                        d="M18.2083 17.9587C18.5305 17.9587 18.7917 17.6975 18.7917 17.3753C18.7917 17.0532 18.5305 16.792 18.2083 16.792C17.8862 16.792 17.625 17.0532 17.625 17.3753C17.625 17.6975 17.8862 17.9587 18.2083 17.9587Z"
  1033.                                                                                        fill="white" />
  1034.                                                                                    <defs>
  1035.                                                                                        <filter id="filter0_d_14_1908" x="0" y="1.55957" width="30"
  1036.                                                                                            height="31" filterUnits="userSpaceOnUse"
  1037.                                                                                            color-interpolation-filters="sRGB">
  1038.                                                                                            <feFlood flood-opacity="0" result="BackgroundImageFix" />
  1039.                                                                                            <feColorMatrix in="SourceAlpha" type="matrix"
  1040.                                                                                                values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
  1041.                                                                                                result="hardAlpha" />
  1042.                                                                                            <feOffset dy="5" />
  1043.                                                                                            <feGaussianBlur stdDeviation="2" />
  1044.                                                                                            <feComposite in2="hardAlpha" operator="out" />
  1045.                                                                                            <feColorMatrix type="matrix"
  1046.                                                                                                values="0 0 0 0 0.435294 0 0 0 0 0.85098 0 0 0 0 0.262745 0 0 0 0.31 0" />
  1047.                                                                                            <feBlend mode="normal" in2="BackgroundImageFix"
  1048.                                                                                                result="effect1_dropShadow_14_1908" />
  1049.                                                                                            <feBlend mode="normal" in="SourceGraphic"
  1050.                                                                                                in2="effect1_dropShadow_14_1908" result="shape" />
  1051.                                                                                        </filter>
  1052.                                                                                    </defs>
  1053.                                                                                </svg>
  1054.                                                                            </span>
  1055.                                                                            <span>Get Tailored Reports</span>
  1056.                                                                        </a>
  1057.                                                                        <div class="acnav-list">
  1058.                                                                            <p>Easily measure every aspect of your business from an intuitive interface. Generate insights that lead to more effective sales, and manage your leads and deals with a smooth drag-and-drop system.</p>
  1059.                                                                        </div>
  1060.                                                                    </div>
  1061.                                                                                                                            </div>
  1062.                                                                                                            </div>
  1063.                                                </div>
  1064.                                            </div>
  1065.                                        </div>
  1066.                                    </div>
  1067.                                                                                                                                <div class="bg-light padding-bottom">
  1068.                                        <div class="container">
  1069.                                            <div class="row">
  1070.                                                <div class="col-lg-5 col-md-6 col-12">
  1071.                                                    <div class="abt-theme">
  1072.                                                        <div class="section-title">
  1073.                                                            <div class="subtitle">
  1074.                                                                SALES
  1075.                                                            </div>
  1076.                                                            <h2>Ease in maintaining customer and vendor details</h2>
  1077.                                                        </div>
  1078.                                                        <p><p>POS allows you to create and maintain the data of each customer and vendor. You get access to all essential information through a well-maintained format.</p></p>
  1079.                                                                                                                                                                                    <div class="theme-acnav">
  1080.                                                                    <div class="set has-children">
  1081.                                                                        <a href="javascript:;" class="acnav-label">
  1082.                                                                            <span class="acnav-icon">
  1083.                                                                                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="33"
  1084.                                                                                    viewBox="0 0 30 33" fill="none">
  1085.                                                                                    <path
  1086.                                                                                        d="M15 2C9.48 2 5 6.48 5 12C5 17.52 9.48 22 15 22C20.52 22 25 17.52 25 12C25 6.48 20.52 2 15 2ZM19.03 10.2L14.36 14.86C14.22 15.01 14.03 15.08 13.83 15.08C13.64 15.08 13.45 15.01 13.3 14.86L10.97 12.53C10.68 12.24 10.68 11.76 10.97 11.47C11.26 11.18 11.74 11.18 12.03 11.47L13.83 13.27L17.97 9.14001C18.26 8.84001 18.74 8.84001 19.03 9.14001C19.32 9.43001 19.32 9.90001 19.03 10.2Z"
  1087.                                                                                        fill="#002332" />
  1088.                                                                                    <g filter="url(#filter0_d_14_1908)">
  1089.                                                                                        <circle cx="15" cy="12.5596" r="11" fill="#6FD943" />
  1090.                                                                                    </g>
  1091.                                                                                    <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd"
  1092.                                                                                        d="M19.668 8.91699C19.668 8.91699 19.668 10.7131 19.668 10.7819C19.668 10.8508 19.6143 10.9587 19.4929 10.9587C19.3372 10.9587 16.7104 10.9587 16.7104 10.9587C15.4738 10.9587 14.7096 11.7286 14.7096 12.9653V13.0003H9.16797V8.91699C9.16797 7.75033 9.7513 7.16699 10.918 7.16699H17.918C19.0846 7.16699 19.668 7.75033 19.668 8.91699Z"
  1093.                                                                                        fill="white" />
  1094.                                                                                    <path
  1095.                                                                                        d="M14.7096 17.7017C14.7096 17.8417 14.7213 17.9758 14.7388 18.1042H11.793C11.5538 18.1042 11.3555 17.9058 11.3555 17.6667C11.3555 17.4275 11.5538 17.2292 11.793 17.2292H13.2513V15.3333H10.918C9.7513 15.3333 9.16797 14.75 9.16797 13.5833V13H14.7096V17.7017Z"
  1096.                                                                                        fill="white" />
  1097.                                                                                    <path opacity="0.4"
  1098.                                                                                        d="M16.7067 18.8336H19.7068C20.457 18.8336 20.8315 18.4562 20.8315 17.7008V12.9658C20.8315 12.2109 20.4564 11.833 19.7068 11.833H16.7067C15.9565 11.833 15.582 12.2104 15.582 12.9658V17.7008C15.582 18.4562 15.9571 18.8336 16.7067 18.8336Z"
  1099.                                                                                        fill="white" />
  1100.                                                                                    <path
  1101.                                                                                        d="M18.2083 17.9587C18.5305 17.9587 18.7917 17.6975 18.7917 17.3753C18.7917 17.0532 18.5305 16.792 18.2083 16.792C17.8862 16.792 17.625 17.0532 17.625 17.3753C17.625 17.6975 17.8862 17.9587 18.2083 17.9587Z"
  1102.                                                                                        fill="white" />
  1103.                                                                                    <defs>
  1104.                                                                                        <filter id="filter0_d_14_1908" x="0" y="1.55957" width="30"
  1105.                                                                                            height="31" filterUnits="userSpaceOnUse"
  1106.                                                                                            color-interpolation-filters="sRGB">
  1107.                                                                                            <feFlood flood-opacity="0" result="BackgroundImageFix" />
  1108.                                                                                            <feColorMatrix in="SourceAlpha" type="matrix"
  1109.                                                                                                values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
  1110.                                                                                                result="hardAlpha" />
  1111.                                                                                            <feOffset dy="5" />
  1112.                                                                                            <feGaussianBlur stdDeviation="2" />
  1113.                                                                                            <feComposite in2="hardAlpha" operator="out" />
  1114.                                                                                            <feColorMatrix type="matrix"
  1115.                                                                                                values="0 0 0 0 0.435294 0 0 0 0 0.85098 0 0 0 0 0.262745 0 0 0 0.31 0" />
  1116.                                                                                            <feBlend mode="normal" in2="BackgroundImageFix"
  1117.                                                                                                result="effect1_dropShadow_14_1908" />
  1118.                                                                                            <feBlend mode="normal" in="SourceGraphic"
  1119.                                                                                                in2="effect1_dropShadow_14_1908" result="shape" />
  1120.                                                                                        </filter>
  1121.                                                                                    </defs>
  1122.                                                                                </svg>
  1123.                                                                            </span>
  1124.                                                                            <span>Manage vital information from one dashboard</span>
  1125.                                                                        </a>
  1126.                                                                        <div class="acnav-list">
  1127.                                                                            <p>Stay on top of your total and monthly purchases and sales. Get an interactive purchase and sales report graph to help you make informed decisions. Get progress reports of each branch, along with to-do lists and event calendars.</p>
  1128.                                                                        </div>
  1129.                                                                    </div>
  1130.                                                                </div>
  1131.                                                                                                                            <div class="theme-acnav">
  1132.                                                                    <div class="set has-children">
  1133.                                                                        <a href="javascript:;" class="acnav-label">
  1134.                                                                            <span class="acnav-icon">
  1135.                                                                                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="33"
  1136.                                                                                    viewBox="0 0 30 33" fill="none">
  1137.                                                                                    <path
  1138.                                                                                        d="M15 2C9.48 2 5 6.48 5 12C5 17.52 9.48 22 15 22C20.52 22 25 17.52 25 12C25 6.48 20.52 2 15 2ZM19.03 10.2L14.36 14.86C14.22 15.01 14.03 15.08 13.83 15.08C13.64 15.08 13.45 15.01 13.3 14.86L10.97 12.53C10.68 12.24 10.68 11.76 10.97 11.47C11.26 11.18 11.74 11.18 12.03 11.47L13.83 13.27L17.97 9.14001C18.26 8.84001 18.74 8.84001 19.03 9.14001C19.32 9.43001 19.32 9.90001 19.03 10.2Z"
  1139.                                                                                        fill="#002332" />
  1140.                                                                                    <g filter="url(#filter0_d_14_1908)">
  1141.                                                                                        <circle cx="15" cy="12.5596" r="11" fill="#6FD943" />
  1142.                                                                                    </g>
  1143.                                                                                    <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd"
  1144.                                                                                        d="M19.668 8.91699C19.668 8.91699 19.668 10.7131 19.668 10.7819C19.668 10.8508 19.6143 10.9587 19.4929 10.9587C19.3372 10.9587 16.7104 10.9587 16.7104 10.9587C15.4738 10.9587 14.7096 11.7286 14.7096 12.9653V13.0003H9.16797V8.91699C9.16797 7.75033 9.7513 7.16699 10.918 7.16699H17.918C19.0846 7.16699 19.668 7.75033 19.668 8.91699Z"
  1145.                                                                                        fill="white" />
  1146.                                                                                    <path
  1147.                                                                                        d="M14.7096 17.7017C14.7096 17.8417 14.7213 17.9758 14.7388 18.1042H11.793C11.5538 18.1042 11.3555 17.9058 11.3555 17.6667C11.3555 17.4275 11.5538 17.2292 11.793 17.2292H13.2513V15.3333H10.918C9.7513 15.3333 9.16797 14.75 9.16797 13.5833V13H14.7096V17.7017Z"
  1148.                                                                                        fill="white" />
  1149.                                                                                    <path opacity="0.4"
  1150.                                                                                        d="M16.7067 18.8336H19.7068C20.457 18.8336 20.8315 18.4562 20.8315 17.7008V12.9658C20.8315 12.2109 20.4564 11.833 19.7068 11.833H16.7067C15.9565 11.833 15.582 12.2104 15.582 12.9658V17.7008C15.582 18.4562 15.9571 18.8336 16.7067 18.8336Z"
  1151.                                                                                        fill="white" />
  1152.                                                                                    <path
  1153.                                                                                        d="M18.2083 17.9587C18.5305 17.9587 18.7917 17.6975 18.7917 17.3753C18.7917 17.0532 18.5305 16.792 18.2083 16.792C17.8862 16.792 17.625 17.0532 17.625 17.3753C17.625 17.6975 17.8862 17.9587 18.2083 17.9587Z"
  1154.                                                                                        fill="white" />
  1155.                                                                                    <defs>
  1156.                                                                                        <filter id="filter0_d_14_1908" x="0" y="1.55957" width="30"
  1157.                                                                                            height="31" filterUnits="userSpaceOnUse"
  1158.                                                                                            color-interpolation-filters="sRGB">
  1159.                                                                                            <feFlood flood-opacity="0" result="BackgroundImageFix" />
  1160.                                                                                            <feColorMatrix in="SourceAlpha" type="matrix"
  1161.                                                                                                values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
  1162.                                                                                                result="hardAlpha" />
  1163.                                                                                            <feOffset dy="5" />
  1164.                                                                                            <feGaussianBlur stdDeviation="2" />
  1165.                                                                                            <feComposite in2="hardAlpha" operator="out" />
  1166.                                                                                            <feColorMatrix type="matrix"
  1167.                                                                                                values="0 0 0 0 0.435294 0 0 0 0 0.85098 0 0 0 0 0.262745 0 0 0 0.31 0" />
  1168.                                                                                            <feBlend mode="normal" in2="BackgroundImageFix"
  1169.                                                                                                result="effect1_dropShadow_14_1908" />
  1170.                                                                                            <feBlend mode="normal" in="SourceGraphic"
  1171.                                                                                                in2="effect1_dropShadow_14_1908" result="shape" />
  1172.                                                                                        </filter>
  1173.                                                                                    </defs>
  1174.                                                                                </svg>
  1175.                                                                            </span>
  1176.                                                                            <span>Set your sales targets and achieve them faster</span>
  1177.                                                                        </a>
  1178.                                                                        <div class="acnav-list">
  1179.                                                                            <p>Create sales targets and keep track of their progress in your dashboard. Use the expense list to cut down on unnecessary expenses, and put more resources into reaching your sales targets.</p>
  1180.                                                                        </div>
  1181.                                                                    </div>
  1182.                                                                </div>
  1183.                                                                                                                            <div class="theme-acnav">
  1184.                                                                    <div class="set has-children">
  1185.                                                                        <a href="javascript:;" class="acnav-label">
  1186.                                                                            <span class="acnav-icon">
  1187.                                                                                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="33"
  1188.                                                                                    viewBox="0 0 30 33" fill="none">
  1189.                                                                                    <path
  1190.                                                                                        d="M15 2C9.48 2 5 6.48 5 12C5 17.52 9.48 22 15 22C20.52 22 25 17.52 25 12C25 6.48 20.52 2 15 2ZM19.03 10.2L14.36 14.86C14.22 15.01 14.03 15.08 13.83 15.08C13.64 15.08 13.45 15.01 13.3 14.86L10.97 12.53C10.68 12.24 10.68 11.76 10.97 11.47C11.26 11.18 11.74 11.18 12.03 11.47L13.83 13.27L17.97 9.14001C18.26 8.84001 18.74 8.84001 19.03 9.14001C19.32 9.43001 19.32 9.90001 19.03 10.2Z"
  1191.                                                                                        fill="#002332" />
  1192.                                                                                    <g filter="url(#filter0_d_14_1908)">
  1193.                                                                                        <circle cx="15" cy="12.5596" r="11" fill="#6FD943" />
  1194.                                                                                    </g>
  1195.                                                                                    <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd"
  1196.                                                                                        d="M19.668 8.91699C19.668 8.91699 19.668 10.7131 19.668 10.7819C19.668 10.8508 19.6143 10.9587 19.4929 10.9587C19.3372 10.9587 16.7104 10.9587 16.7104 10.9587C15.4738 10.9587 14.7096 11.7286 14.7096 12.9653V13.0003H9.16797V8.91699C9.16797 7.75033 9.7513 7.16699 10.918 7.16699H17.918C19.0846 7.16699 19.668 7.75033 19.668 8.91699Z"
  1197.                                                                                        fill="white" />
  1198.                                                                                    <path
  1199.                                                                                        d="M14.7096 17.7017C14.7096 17.8417 14.7213 17.9758 14.7388 18.1042H11.793C11.5538 18.1042 11.3555 17.9058 11.3555 17.6667C11.3555 17.4275 11.5538 17.2292 11.793 17.2292H13.2513V15.3333H10.918C9.7513 15.3333 9.16797 14.75 9.16797 13.5833V13H14.7096V17.7017Z"
  1200.                                                                                        fill="white" />
  1201.                                                                                    <path opacity="0.4"
  1202.                                                                                        d="M16.7067 18.8336H19.7068C20.457 18.8336 20.8315 18.4562 20.8315 17.7008V12.9658C20.8315 12.2109 20.4564 11.833 19.7068 11.833H16.7067C15.9565 11.833 15.582 12.2104 15.582 12.9658V17.7008C15.582 18.4562 15.9571 18.8336 16.7067 18.8336Z"
  1203.                                                                                        fill="white" />
  1204.                                                                                    <path
  1205.                                                                                        d="M18.2083 17.9587C18.5305 17.9587 18.7917 17.6975 18.7917 17.3753C18.7917 17.0532 18.5305 16.792 18.2083 16.792C17.8862 16.792 17.625 17.0532 17.625 17.3753C17.625 17.6975 17.8862 17.9587 18.2083 17.9587Z"
  1206.                                                                                        fill="white" />
  1207.                                                                                    <defs>
  1208.                                                                                        <filter id="filter0_d_14_1908" x="0" y="1.55957" width="30"
  1209.                                                                                            height="31" filterUnits="userSpaceOnUse"
  1210.                                                                                            color-interpolation-filters="sRGB">
  1211.                                                                                            <feFlood flood-opacity="0" result="BackgroundImageFix" />
  1212.                                                                                            <feColorMatrix in="SourceAlpha" type="matrix"
  1213.                                                                                                values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
  1214.                                                                                                result="hardAlpha" />
  1215.                                                                                            <feOffset dy="5" />
  1216.                                                                                            <feGaussianBlur stdDeviation="2" />
  1217.                                                                                            <feComposite in2="hardAlpha" operator="out" />
  1218.                                                                                            <feColorMatrix type="matrix"
  1219.                                                                                                values="0 0 0 0 0.435294 0 0 0 0 0.85098 0 0 0 0 0.262745 0 0 0 0.31 0" />
  1220.                                                                                            <feBlend mode="normal" in2="BackgroundImageFix"
  1221.                                                                                                result="effect1_dropShadow_14_1908" />
  1222.                                                                                            <feBlend mode="normal" in="SourceGraphic"
  1223.                                                                                                in2="effect1_dropShadow_14_1908" result="shape" />
  1224.                                                                                        </filter>
  1225.                                                                                    </defs>
  1226.                                                                                </svg>
  1227.                                                                            </span>
  1228.                                                                            <span>Manage your products with ease</span>
  1229.                                                                        </a>
  1230.                                                                        <div class="acnav-list">
  1231.                                                                            <p>Never stress about managing your inventory ever again! With PosGo, you can create your products and assign them a brand, category, unit and tax rate. You can even modify product descriptions, images, and price whenever you want.</p>
  1232.                                                                        </div>
  1233.                                                                    </div>
  1234.                                                                </div>
  1235.                                                                                                                                                                        </div>
  1236.                                                </div>
  1237.                                                <div class="col-lg-7 col-md-6 col-12">
  1238.                                                    <div class="dash-theme-preview">
  1239.                                                        <img src="https://world-crypt-es.site/market_assets/images/account_image1.png" alt="">
  1240.                                                    </div>
  1241.                                                </div>
  1242.                                            </div>
  1243.                                        </div>
  1244.                                    </div>
  1245.                                                                                    
  1246.                </section>
  1247.                        <!-- [ features Sections ] start -->
  1248.  
  1249.            <!-- [ reviews Sections ] start -->
  1250.                        <!-- [ reviews Sections ] end -->
  1251.  
  1252.            <!-- [ Screenshots ] start -->
  1253.                        <!-- [ Screenshots ] end -->
  1254.  
  1255.            <!-- [ dedicated ] start -->
  1256.                        <!-- [ dedicated ] end -->
  1257.  
  1258.            <!-- [ built-technology ] start -->
  1259.                        <!-- [ built-technology ] end -->
  1260.  
  1261.            
  1262.                    <!-- [ Banner ] start -->
  1263.                        <!-- [ Banner ] end -->
  1264.            <!-- [ features Cards ] start -->
  1265.                        <!-- [ features Sections ] start -->
  1266.  
  1267.            <!-- [ reviews Sections ] start -->
  1268.                        <!-- [ reviews Sections ] end -->
  1269.  
  1270.            <!-- [ Screenshots ] start -->
  1271.                            <section class="theme-preview-section">
  1272.                    <div class="container">
  1273.                        <div class="theme-preview-slider">
  1274.                                                                                                <div class="theme-preview-itm">
  1275.                                        <div class="preview-itm">
  1276.                                            <img src="https://world-crypt-es.site/uploads/landing_page_image/1714911230-screenshots.jpg" alt="Project">
  1277.                                        </div>
  1278.                                    </div>
  1279.                                                                    <div class="theme-preview-itm">
  1280.                                        <div class="preview-itm">
  1281.                                            <img src="https://world-crypt-es.site/market_assets/images/hrm_image1.png" alt="POS">
  1282.                                        </div>
  1283.                                    </div>
  1284.                                                                    <div class="theme-preview-itm">
  1285.                                        <div class="preview-itm">
  1286.                                            <img src="https://world-crypt-es.site/market_assets/images/hrm_image1.png" alt="CRM">
  1287.                                        </div>
  1288.                                    </div>
  1289.                                                                    <div class="theme-preview-itm">
  1290.                                        <div class="preview-itm">
  1291.                                            <img src="https://world-crypt-es.site/market_assets/images/hrm_image1.png" alt="Accounting">
  1292.                                        </div>
  1293.                                    </div>
  1294.                                                                    <div class="theme-preview-itm">
  1295.                                        <div class="preview-itm">
  1296.                                            <img src="https://world-crypt-es.site/market_assets/images/hrm_image1.png" alt="HRM">
  1297.                                        </div>
  1298.                                    </div>
  1299.                                                                                    </div>
  1300.                    </div>
  1301.                </section>
  1302.                        <!-- [ Screenshots ] end -->
  1303.  
  1304.            <!-- [ dedicated ] start -->
  1305.                        <!-- [ dedicated ] end -->
  1306.  
  1307.            <!-- [ built-technology ] start -->
  1308.                        <!-- [ built-technology ] end -->
  1309.  
  1310.            
  1311.                    <!-- [ Banner ] start -->
  1312.                        <!-- [ Banner ] end -->
  1313.            <!-- [ features Cards ] start -->
  1314.                        <!-- [ features Sections ] start -->
  1315.  
  1316.            <!-- [ reviews Sections ] start -->
  1317.                        <!-- [ reviews Sections ] end -->
  1318.  
  1319.            <!-- [ Screenshots ] start -->
  1320.                        <!-- [ Screenshots ] end -->
  1321.  
  1322.            <!-- [ dedicated ] start -->
  1323.                        <!-- [ dedicated ] end -->
  1324.  
  1325.            <!-- [ built-technology ] start -->
  1326.                            <section class="built-technology">
  1327.                    <div class="container">
  1328.                        <div class="section-title text-center">
  1329.                            <h2>Built with Technology You Can Trust</h2>
  1330.                            <p>Our backend is built with Laravel - one of the most popular and highest-rated web development frameworks. Find out why we chose it - and how it benefits your business.</p>
  1331.                        </div>
  1332.                        <div class="row row-gap justify-content-center">
  1333.  
  1334.                                                                                                <div class="col-xl-3 col-lg-6 col-md-6 col-sm-6 col-12 information-card">
  1335.                                        <div class="information-card-inner">
  1336.                                            <div class="card-icon">
  1337.                                                <img src="#" alt="">
  1338.                                            </div>
  1339.                                            <div class="information-content">
  1340.                                                <h5>Sell More Than Your Competitors</h5>
  1341.                                                <p>Your online store has one goal - to sell your products. Thanks to years of experience in the industry, we know the ins and outs of online sales. And we put that knowledge into every package that we offer. With the Style eCommerce package, you get a store that’s optimized for helping you sell more in the fashion niche.</p>
  1342.                                                <a href="#" class="btn btn-white" tabindex="0">Find Out More <svg
  1343.                                                        xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
  1344.                                                        fill="none">
  1345.                                                        <g clip-path="url(#clip0_14_726)">
  1346.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1347.                                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  1348.                                                                fill="white"></path>
  1349.                                                        </g>
  1350.                                                        <defs>
  1351.                                                            <clipPath id="clip0_14_726">
  1352.                                                                <rect width="14.9017" height="14.9017" fill="white"
  1353.                                                                    transform="translate(0.921875 0.97168)"></rect>
  1354.                                                            </clipPath>
  1355.                                                        </defs>
  1356.                                                    </svg></a>
  1357.                                            </div>
  1358.                                        </div>
  1359.                                    </div>
  1360.                                                                    <div class="col-xl-3 col-lg-6 col-md-6 col-sm-6 col-12 information-card">
  1361.                                        <div class="information-card-inner">
  1362.                                            <div class="card-icon">
  1363.                                                <img src="#" alt="">
  1364.                                            </div>
  1365.                                            <div class="information-content">
  1366.                                                <h5>Get a Headstart over Your Competitors</h5>
  1367.                                                <p>In business, you have to act fast. By choosing our Style theme package, you can get everything you need to start selling right away. Hit the market with your product sooner, attract early sales, and build an audience from day one.</p>
  1368.                                                <a href="#" class="btn btn-white" tabindex="0">Find Out More <svg
  1369.                                                        xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
  1370.                                                        fill="none">
  1371.                                                        <g clip-path="url(#clip0_14_726)">
  1372.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1373.                                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  1374.                                                                fill="white"></path>
  1375.                                                        </g>
  1376.                                                        <defs>
  1377.                                                            <clipPath id="clip0_14_726">
  1378.                                                                <rect width="14.9017" height="14.9017" fill="white"
  1379.                                                                    transform="translate(0.921875 0.97168)"></rect>
  1380.                                                            </clipPath>
  1381.                                                        </defs>
  1382.                                                    </svg></a>
  1383.                                            </div>
  1384.                                        </div>
  1385.                                    </div>
  1386.                                                                    <div class="col-xl-3 col-lg-6 col-md-6 col-sm-6 col-12 information-card">
  1387.                                        <div class="information-card-inner">
  1388.                                            <div class="card-icon">
  1389.                                                <img src="#" alt="">
  1390.                                            </div>
  1391.                                            <div class="information-content">
  1392.                                                <h5>Avoid Design Mistakes</h5>
  1393.                                                <p>When you get a ready-made package, you avoid common design mistakes that could cost your business a fortune. Not only that. Thanks to a higher conversion rate, you can achieve better ROI on your marketing expenses.</p>
  1394.                                                <a href="#" class="btn btn-white" tabindex="0">Find Out More <svg
  1395.                                                        xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
  1396.                                                        fill="none">
  1397.                                                        <g clip-path="url(#clip0_14_726)">
  1398.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1399.                                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  1400.                                                                fill="white"></path>
  1401.                                                        </g>
  1402.                                                        <defs>
  1403.                                                            <clipPath id="clip0_14_726">
  1404.                                                                <rect width="14.9017" height="14.9017" fill="white"
  1405.                                                                    transform="translate(0.921875 0.97168)"></rect>
  1406.                                                            </clipPath>
  1407.                                                        </defs>
  1408.                                                    </svg></a>
  1409.                                            </div>
  1410.                                        </div>
  1411.                                    </div>
  1412.                                                                    <div class="col-xl-3 col-lg-6 col-md-6 col-sm-6 col-12 information-card">
  1413.                                        <div class="information-card-inner">
  1414.                                            <div class="card-icon">
  1415.                                                <img src="#" alt="">
  1416.                                            </div>
  1417.                                            <div class="information-content">
  1418.                                                <h5>Build a Long-Term Asset</h5>
  1419.                                                <p>The key to success in eCommerce is to scale your store and build an audience of loyal, recurring customers. With our package, you get more than just a store. You get an asset that’s ready for you to take care of it and grow it for years to come.</p>
  1420.                                                <a href="#" class="btn btn-white" tabindex="0">Find Out More <svg
  1421.                                                        xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
  1422.                                                        fill="none">
  1423.                                                        <g clip-path="url(#clip0_14_726)">
  1424.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1425.                                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  1426.                                                                fill="white"></path>
  1427.                                                        </g>
  1428.                                                        <defs>
  1429.                                                            <clipPath id="clip0_14_726">
  1430.                                                                <rect width="14.9017" height="14.9017" fill="white"
  1431.                                                                    transform="translate(0.921875 0.97168)"></rect>
  1432.                                                            </clipPath>
  1433.                                                        </defs>
  1434.                                                    </svg></a>
  1435.                                            </div>
  1436.                                        </div>
  1437.                                    </div>
  1438.                                                                                    </div>
  1439.                    </div>
  1440.                </section>
  1441.                        <!-- [ built-technology ] end -->
  1442.  
  1443.            
  1444.                    <!-- [ Banner ] start -->
  1445.                        <!-- [ Banner ] end -->
  1446.            <!-- [ features Cards ] start -->
  1447.                        <!-- [ features Sections ] start -->
  1448.  
  1449.            <!-- [ reviews Sections ] start -->
  1450.                            <section class="review-section">
  1451.                    <div class="container">
  1452.                        <div class="review-slider">
  1453.                                                                                                <div class="review-content-itm">
  1454.                                        <div class="review-content">
  1455.                                            <div class="section-title">
  1456.                                                <div class="quats">
  1457.                                                    <svg xmlns="http://www.w3.org/2000/svg" width="83" height="59" viewBox="0 0 83 59"
  1458.                                                        fill="none">
  1459.                                                        <path
  1460.                                                            d="M17.4193 58.9563C12.8711 58.9563 8.86601 57.2932 5.40398 53.9669C1.94195 50.5727 0.210938 45.8209 0.210938 39.7115C0.210938 34.2809 1.33101 29.0878 3.57114 24.1324C5.81128 19.109 8.76418 14.5609 12.4299 10.4879C16.1634 6.34704 20.2364 2.85108 24.6488 0L35.1367 7.73865C33.9827 8.689 32.5232 10.2503 30.7582 12.4226C28.9933 14.5948 27.2962 16.9707 25.667 19.5503C24.0378 22.1298 22.9178 24.5397 22.3068 26.7798C25.701 27.8659 28.4842 29.7327 30.6564 32.3801C32.8965 34.9597 34.0166 38.3199 34.0166 42.4607C34.0166 47.4841 32.3195 51.4892 28.9254 54.476C25.5991 57.4629 21.7638 58.9563 17.4193 58.9563ZM65.073 58.9563C60.457 58.9563 56.4519 57.2932 53.0578 53.9669C49.6636 50.5727 47.9666 45.8209 47.9666 39.7115C47.9666 34.3487 49.0866 29.1896 51.3268 24.2342C53.6348 19.2108 56.6216 14.6288 60.2873 10.4879C64.0209 6.27917 68.0259 2.7832 72.3026 0L82.8923 7.73865C81.6704 8.82478 80.177 10.42 78.412 12.5244C76.6471 14.6288 74.9839 16.9707 73.4226 19.5503C71.8613 22.0619 70.7413 24.4718 70.0624 26.7798C73.3887 27.8659 76.1719 29.7327 78.412 32.3801C80.6522 34.9597 81.7722 38.3199 81.7722 42.4607C81.7722 47.4841 80.0752 51.4892 76.681 54.476C73.3548 57.4629 69.4854 58.9563 65.073 58.9563Z"
  1461.                                                            fill="#002332" />
  1462.                                                    </svg>
  1463.                                                </div>
  1464.                                                <div class="subtitle">
  1465.                                                    SOLID FOUNDATION
  1466.                                                </div>
  1467.                                                <h2>  A style theme, together with a dedicated Laravel backend and an intuitive mobile app</h2>
  1468.                                            </div>
  1469.                                            <p> <p>gives your business an unfair advantage. The package doesn’t just provide you with everything you need to start selling online. It gives you a solid foundation for an eCommerce business for years to come.</p> </p>
  1470.                                            <div class="btn-group">
  1471.                                                <a href="https://world-crypt-es.site/pricing" class="btn btn-white">Ottimi il pacchetto  <svg
  1472.                                                        xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
  1473.                                                        fill="none">
  1474.                                                        <g clip-path="url(#clip0_14_726)">
  1475.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1476.                                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  1477.                                                                fill="white"></path>
  1478.                                                        </g>
  1479.                                                        <defs>
  1480.                                                            <clipPath id="clip0_14_726">
  1481.                                                                <rect width="14.9017" height="14.9017" fill="white"
  1482.                                                                    transform="translate(0.921875 0.97168)"></rect>
  1483.                                                            </clipPath>
  1484.                                                        </defs>
  1485.                                                    </svg></a>
  1486.                                                <a href="https://world-crypt-es.site/login" class="link-btn">View Live Demo<svg xmlns="http://www.w3.org/2000/svg"
  1487.                                                        width="20" height="20" viewBox="0 0 20 20" fill="none">
  1488.                                                        <g clip-path="url(#clip0_7_820)">
  1489.                                                            <path
  1490.                                                                d="M9.33984 1.18359L9.33985 18.519L4.612 18.519C2.87125 18.519 1.4601 17.1079 1.4601 15.3671L1.4601 4.33549C1.4601 2.59475 2.87125 1.18359 4.612 1.18359L9.33984 1.18359Z"
  1491.                                                                fill="#002332"></path>
  1492.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1493.                                                                d="M17.222 19.3066C18.5276 19.3066 19.5859 18.2483 19.5859 16.9427L19.5859 15.6294L19.5859 2.75918C19.5859 1.45362 18.5276 0.39526 17.222 0.39526L10.1302 0.39526L9.77566 0.39526C9.34047 0.39526 8.98768 0.748047 8.98768 1.18324C8.98768 1.61842 9.34047 1.97121 9.77566 1.97121L10.1302 1.97121L17.222 1.97121C17.6572 1.97121 18.01 2.324 18.01 2.75918L18.01 15.6294L18.01 16.9427C18.01 17.3779 17.6572 17.7307 17.222 17.7307L10.1302 17.7307L9.77566 17.7307C9.34047 17.7307 8.98769 18.0835 8.98769 18.5187C8.98769 18.9539 9.34047 19.3066 9.77566 19.3066L10.1302 19.3066L17.222 19.3066ZM7.72693 18.5187C7.72693 18.0835 7.37414 17.7307 6.93895 17.7307L6.22977 17.7307C5.79459 17.7307 5.4418 18.0835 5.4418 18.5187C5.4418 18.9539 5.79459 19.3066 6.22977 19.3066L6.93895 19.3066C7.37414 19.3066 7.72693 18.9539 7.72693 18.5187ZM7.72693 1.18324C7.72693 0.748047 7.37414 0.39526 6.93895 0.39526L6.22977 0.39526C5.79459 0.39526 5.4418 0.748047 5.4418 1.18324C5.4418 1.61842 5.79459 1.97121 6.22977 1.97121L6.93895 1.97121C7.37414 1.97121 7.72693 1.61842 7.72693 1.18324ZM4.18104 18.5187C4.18104 18.0835 3.82825 17.7307 3.39307 17.7307L3.03848 17.7307C2.99569 17.7307 2.95423 17.7274 2.9142 17.7211C2.48429 17.6535 2.08101 17.9472 2.01344 18.3772C1.94588 18.8071 2.23962 19.2103 2.66953 19.2779C2.79021 19.2969 2.91347 19.3066 3.03848 19.3066L3.39307 19.3066C3.82825 19.3066 4.18104 18.9539 4.18104 18.5187ZM4.18104 1.18324C4.18104 0.748048 3.82825 0.395261 3.39307 0.395261L3.03848 0.395261C2.91347 0.395261 2.7902 0.405034 2.66953 0.423997C2.23962 0.491559 1.94588 0.894841 2.01344 1.32475C2.08101 1.75466 2.48429 2.0484 2.9142 1.98084C2.95423 1.97455 2.99569 1.97121 3.03848 1.97121L3.39307 1.97121C3.82825 1.97121 4.18104 1.61842 4.18104 1.18324ZM1.60405 17.9678C2.03396 17.9002 2.3277 17.4969 2.26014 17.067C2.25384 17.027 2.25051 16.9855 2.25051 16.9427L2.25051 16.5881C2.25051 16.1529 1.89772 15.8002 1.46253 15.8002C1.02735 15.8002 0.674557 16.1529 0.674557 16.5881L0.674557 16.9427C0.674557 17.0677 0.68433 17.191 0.703293 17.3117C0.770857 17.7416 1.17414 18.0353 1.60405 17.9678ZM1.60405 1.73415C1.17414 1.66659 0.770856 1.96033 0.703292 2.39024C0.684329 2.51091 0.674556 2.63417 0.674556 2.75918L0.674556 3.11377C0.674556 3.54896 1.02734 3.90175 1.46253 3.90175C1.89772 3.90175 2.2505 3.54896 2.2505 3.11377L2.2505 2.75918C2.2505 2.7164 2.25384 2.67493 2.26013 2.6349C2.3277 2.20499 2.03396 1.80171 1.60405 1.73415ZM1.46253 14.5394C1.89772 14.5394 2.25051 14.1866 2.25051 13.7514L2.25051 13.0422C2.25051 12.6071 1.89772 12.2543 1.46253 12.2543C1.02735 12.2543 0.674556 12.6071 0.674556 13.0422L0.674556 13.7514C0.674557 14.1866 1.02735 14.5394 1.46253 14.5394ZM1.46253 10.9935C1.89772 10.9935 2.25051 10.6407 2.25051 10.2055L2.25051 9.49636C2.2505 9.06118 1.89772 8.70839 1.46253 8.70839C1.02735 8.70839 0.674556 9.06118 0.674556 9.49636L0.674556 10.2055C0.674556 10.6407 1.02735 10.9935 1.46253 10.9935ZM1.46253 7.44763C1.89772 7.44763 2.2505 7.09484 2.2505 6.65966L2.2505 5.95048C2.2505 5.51529 1.89772 5.16251 1.46253 5.16251C1.02735 5.16251 0.674556 5.51529 0.674556 5.95048L0.674556 6.65966C0.674556 7.09484 1.02735 7.44763 1.46253 7.44763ZM6.97806 9.06298C6.54288 9.06298 6.19009 9.41577 6.19009 9.85095C6.19009 10.2861 6.54288 10.6389 6.97806 10.6389L11.3798 10.6389L10.3611 11.6577C10.0534 11.9654 10.0534 12.4643 10.3611 12.7721C10.6688 13.0798 11.1677 13.0798 11.4754 12.7721L13.8394 10.4081C13.9871 10.2604 14.0702 10.0599 14.0702 9.85095C14.0702 9.64197 13.9871 9.44154 13.8394 9.29377L11.4754 6.92985C11.1677 6.62213 10.6688 6.62213 10.3611 6.92985C10.0534 7.23757 10.0534 7.73649 10.3611 8.04421L11.3798 9.06298L6.97806 9.06298Z"
  1494.                                                                fill="white"></path>
  1495.                                                        </g>
  1496.                                                        <defs>
  1497.                                                            <clipPath id="clip0_7_820">
  1498.                                                                <rect width="18.9114" height="18.9114" fill="white"
  1499.                                                                    transform="translate(0.675781 0.395508)"></rect>
  1500.                                                            </clipPath>
  1501.                                                        </defs>
  1502.                                                    </svg></a>
  1503.                                            </div>
  1504.                                        </div>
  1505.                                    </div>
  1506.                                                                    <div class="review-content-itm">
  1507.                                        <div class="review-content">
  1508.                                            <div class="section-title">
  1509.                                                <div class="quats">
  1510.                                                    <svg xmlns="http://www.w3.org/2000/svg" width="83" height="59" viewBox="0 0 83 59"
  1511.                                                        fill="none">
  1512.                                                        <path
  1513.                                                            d="M17.4193 58.9563C12.8711 58.9563 8.86601 57.2932 5.40398 53.9669C1.94195 50.5727 0.210938 45.8209 0.210938 39.7115C0.210938 34.2809 1.33101 29.0878 3.57114 24.1324C5.81128 19.109 8.76418 14.5609 12.4299 10.4879C16.1634 6.34704 20.2364 2.85108 24.6488 0L35.1367 7.73865C33.9827 8.689 32.5232 10.2503 30.7582 12.4226C28.9933 14.5948 27.2962 16.9707 25.667 19.5503C24.0378 22.1298 22.9178 24.5397 22.3068 26.7798C25.701 27.8659 28.4842 29.7327 30.6564 32.3801C32.8965 34.9597 34.0166 38.3199 34.0166 42.4607C34.0166 47.4841 32.3195 51.4892 28.9254 54.476C25.5991 57.4629 21.7638 58.9563 17.4193 58.9563ZM65.073 58.9563C60.457 58.9563 56.4519 57.2932 53.0578 53.9669C49.6636 50.5727 47.9666 45.8209 47.9666 39.7115C47.9666 34.3487 49.0866 29.1896 51.3268 24.2342C53.6348 19.2108 56.6216 14.6288 60.2873 10.4879C64.0209 6.27917 68.0259 2.7832 72.3026 0L82.8923 7.73865C81.6704 8.82478 80.177 10.42 78.412 12.5244C76.6471 14.6288 74.9839 16.9707 73.4226 19.5503C71.8613 22.0619 70.7413 24.4718 70.0624 26.7798C73.3887 27.8659 76.1719 29.7327 78.412 32.3801C80.6522 34.9597 81.7722 38.3199 81.7722 42.4607C81.7722 47.4841 80.0752 51.4892 76.681 54.476C73.3548 57.4629 69.4854 58.9563 65.073 58.9563Z"
  1514.                                                            fill="#002332" />
  1515.                                                    </svg>
  1516.                                                </div>
  1517.                                                <div class="subtitle">
  1518.                                                    SOLID FOUNDATION
  1519.                                                </div>
  1520.                                                <h2>  A style theme, together with a dedicated Laravel backend and an intuitive mobile app</h2>
  1521.                                            </div>
  1522.                                            <p> <p>gives your business an unfair advantage. The package doesn’t just provide you with everything you need to start selling online. It gives you a solid foundation for an eCommerce business for years to come.</p> </p>
  1523.                                            <div class="btn-group">
  1524.                                                <a href="https://world-crypt-es.site/pricing" class="btn btn-white">Ottimi il pacchetto  <svg
  1525.                                                        xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
  1526.                                                        fill="none">
  1527.                                                        <g clip-path="url(#clip0_14_726)">
  1528.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1529.                                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  1530.                                                                fill="white"></path>
  1531.                                                        </g>
  1532.                                                        <defs>
  1533.                                                            <clipPath id="clip0_14_726">
  1534.                                                                <rect width="14.9017" height="14.9017" fill="white"
  1535.                                                                    transform="translate(0.921875 0.97168)"></rect>
  1536.                                                            </clipPath>
  1537.                                                        </defs>
  1538.                                                    </svg></a>
  1539.                                                <a href="https://dash-demo.workdo.io/login" class="link-btn">View Live Demo<svg xmlns="http://www.w3.org/2000/svg"
  1540.                                                        width="20" height="20" viewBox="0 0 20 20" fill="none">
  1541.                                                        <g clip-path="url(#clip0_7_820)">
  1542.                                                            <path
  1543.                                                                d="M9.33984 1.18359L9.33985 18.519L4.612 18.519C2.87125 18.519 1.4601 17.1079 1.4601 15.3671L1.4601 4.33549C1.4601 2.59475 2.87125 1.18359 4.612 1.18359L9.33984 1.18359Z"
  1544.                                                                fill="#002332"></path>
  1545.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1546.                                                                d="M17.222 19.3066C18.5276 19.3066 19.5859 18.2483 19.5859 16.9427L19.5859 15.6294L19.5859 2.75918C19.5859 1.45362 18.5276 0.39526 17.222 0.39526L10.1302 0.39526L9.77566 0.39526C9.34047 0.39526 8.98768 0.748047 8.98768 1.18324C8.98768 1.61842 9.34047 1.97121 9.77566 1.97121L10.1302 1.97121L17.222 1.97121C17.6572 1.97121 18.01 2.324 18.01 2.75918L18.01 15.6294L18.01 16.9427C18.01 17.3779 17.6572 17.7307 17.222 17.7307L10.1302 17.7307L9.77566 17.7307C9.34047 17.7307 8.98769 18.0835 8.98769 18.5187C8.98769 18.9539 9.34047 19.3066 9.77566 19.3066L10.1302 19.3066L17.222 19.3066ZM7.72693 18.5187C7.72693 18.0835 7.37414 17.7307 6.93895 17.7307L6.22977 17.7307C5.79459 17.7307 5.4418 18.0835 5.4418 18.5187C5.4418 18.9539 5.79459 19.3066 6.22977 19.3066L6.93895 19.3066C7.37414 19.3066 7.72693 18.9539 7.72693 18.5187ZM7.72693 1.18324C7.72693 0.748047 7.37414 0.39526 6.93895 0.39526L6.22977 0.39526C5.79459 0.39526 5.4418 0.748047 5.4418 1.18324C5.4418 1.61842 5.79459 1.97121 6.22977 1.97121L6.93895 1.97121C7.37414 1.97121 7.72693 1.61842 7.72693 1.18324ZM4.18104 18.5187C4.18104 18.0835 3.82825 17.7307 3.39307 17.7307L3.03848 17.7307C2.99569 17.7307 2.95423 17.7274 2.9142 17.7211C2.48429 17.6535 2.08101 17.9472 2.01344 18.3772C1.94588 18.8071 2.23962 19.2103 2.66953 19.2779C2.79021 19.2969 2.91347 19.3066 3.03848 19.3066L3.39307 19.3066C3.82825 19.3066 4.18104 18.9539 4.18104 18.5187ZM4.18104 1.18324C4.18104 0.748048 3.82825 0.395261 3.39307 0.395261L3.03848 0.395261C2.91347 0.395261 2.7902 0.405034 2.66953 0.423997C2.23962 0.491559 1.94588 0.894841 2.01344 1.32475C2.08101 1.75466 2.48429 2.0484 2.9142 1.98084C2.95423 1.97455 2.99569 1.97121 3.03848 1.97121L3.39307 1.97121C3.82825 1.97121 4.18104 1.61842 4.18104 1.18324ZM1.60405 17.9678C2.03396 17.9002 2.3277 17.4969 2.26014 17.067C2.25384 17.027 2.25051 16.9855 2.25051 16.9427L2.25051 16.5881C2.25051 16.1529 1.89772 15.8002 1.46253 15.8002C1.02735 15.8002 0.674557 16.1529 0.674557 16.5881L0.674557 16.9427C0.674557 17.0677 0.68433 17.191 0.703293 17.3117C0.770857 17.7416 1.17414 18.0353 1.60405 17.9678ZM1.60405 1.73415C1.17414 1.66659 0.770856 1.96033 0.703292 2.39024C0.684329 2.51091 0.674556 2.63417 0.674556 2.75918L0.674556 3.11377C0.674556 3.54896 1.02734 3.90175 1.46253 3.90175C1.89772 3.90175 2.2505 3.54896 2.2505 3.11377L2.2505 2.75918C2.2505 2.7164 2.25384 2.67493 2.26013 2.6349C2.3277 2.20499 2.03396 1.80171 1.60405 1.73415ZM1.46253 14.5394C1.89772 14.5394 2.25051 14.1866 2.25051 13.7514L2.25051 13.0422C2.25051 12.6071 1.89772 12.2543 1.46253 12.2543C1.02735 12.2543 0.674556 12.6071 0.674556 13.0422L0.674556 13.7514C0.674557 14.1866 1.02735 14.5394 1.46253 14.5394ZM1.46253 10.9935C1.89772 10.9935 2.25051 10.6407 2.25051 10.2055L2.25051 9.49636C2.2505 9.06118 1.89772 8.70839 1.46253 8.70839C1.02735 8.70839 0.674556 9.06118 0.674556 9.49636L0.674556 10.2055C0.674556 10.6407 1.02735 10.9935 1.46253 10.9935ZM1.46253 7.44763C1.89772 7.44763 2.2505 7.09484 2.2505 6.65966L2.2505 5.95048C2.2505 5.51529 1.89772 5.16251 1.46253 5.16251C1.02735 5.16251 0.674556 5.51529 0.674556 5.95048L0.674556 6.65966C0.674556 7.09484 1.02735 7.44763 1.46253 7.44763ZM6.97806 9.06298C6.54288 9.06298 6.19009 9.41577 6.19009 9.85095C6.19009 10.2861 6.54288 10.6389 6.97806 10.6389L11.3798 10.6389L10.3611 11.6577C10.0534 11.9654 10.0534 12.4643 10.3611 12.7721C10.6688 13.0798 11.1677 13.0798 11.4754 12.7721L13.8394 10.4081C13.9871 10.2604 14.0702 10.0599 14.0702 9.85095C14.0702 9.64197 13.9871 9.44154 13.8394 9.29377L11.4754 6.92985C11.1677 6.62213 10.6688 6.62213 10.3611 6.92985C10.0534 7.23757 10.0534 7.73649 10.3611 8.04421L11.3798 9.06298L6.97806 9.06298Z"
  1547.                                                                fill="white"></path>
  1548.                                                        </g>
  1549.                                                        <defs>
  1550.                                                            <clipPath id="clip0_7_820">
  1551.                                                                <rect width="18.9114" height="18.9114" fill="white"
  1552.                                                                    transform="translate(0.675781 0.395508)"></rect>
  1553.                                                            </clipPath>
  1554.                                                        </defs>
  1555.                                                    </svg></a>
  1556.                                            </div>
  1557.                                        </div>
  1558.                                    </div>
  1559.                                                                    <div class="review-content-itm">
  1560.                                        <div class="review-content">
  1561.                                            <div class="section-title">
  1562.                                                <div class="quats">
  1563.                                                    <svg xmlns="http://www.w3.org/2000/svg" width="83" height="59" viewBox="0 0 83 59"
  1564.                                                        fill="none">
  1565.                                                        <path
  1566.                                                            d="M17.4193 58.9563C12.8711 58.9563 8.86601 57.2932 5.40398 53.9669C1.94195 50.5727 0.210938 45.8209 0.210938 39.7115C0.210938 34.2809 1.33101 29.0878 3.57114 24.1324C5.81128 19.109 8.76418 14.5609 12.4299 10.4879C16.1634 6.34704 20.2364 2.85108 24.6488 0L35.1367 7.73865C33.9827 8.689 32.5232 10.2503 30.7582 12.4226C28.9933 14.5948 27.2962 16.9707 25.667 19.5503C24.0378 22.1298 22.9178 24.5397 22.3068 26.7798C25.701 27.8659 28.4842 29.7327 30.6564 32.3801C32.8965 34.9597 34.0166 38.3199 34.0166 42.4607C34.0166 47.4841 32.3195 51.4892 28.9254 54.476C25.5991 57.4629 21.7638 58.9563 17.4193 58.9563ZM65.073 58.9563C60.457 58.9563 56.4519 57.2932 53.0578 53.9669C49.6636 50.5727 47.9666 45.8209 47.9666 39.7115C47.9666 34.3487 49.0866 29.1896 51.3268 24.2342C53.6348 19.2108 56.6216 14.6288 60.2873 10.4879C64.0209 6.27917 68.0259 2.7832 72.3026 0L82.8923 7.73865C81.6704 8.82478 80.177 10.42 78.412 12.5244C76.6471 14.6288 74.9839 16.9707 73.4226 19.5503C71.8613 22.0619 70.7413 24.4718 70.0624 26.7798C73.3887 27.8659 76.1719 29.7327 78.412 32.3801C80.6522 34.9597 81.7722 38.3199 81.7722 42.4607C81.7722 47.4841 80.0752 51.4892 76.681 54.476C73.3548 57.4629 69.4854 58.9563 65.073 58.9563Z"
  1567.                                                            fill="#002332" />
  1568.                                                    </svg>
  1569.                                                </div>
  1570.                                                <div class="subtitle">
  1571.                                                    SOLID FOUNDATION
  1572.                                                </div>
  1573.                                                <h2>  A style theme, together with a dedicated Laravel backend and an intuitive mobile app</h2>
  1574.                                            </div>
  1575.                                            <p> <p>gives your business an unfair advantage. The package doesn’t just provide you with everything you need to start selling online. It gives you a solid foundation for an eCommerce business for years to come.</p> </p>
  1576.                                            <div class="btn-group">
  1577.                                                <a href="https://world-crypt-es.site/pricing" class="btn btn-white">Ottimi il pacchetto  <svg
  1578.                                                        xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
  1579.                                                        fill="none">
  1580.                                                        <g clip-path="url(#clip0_14_726)">
  1581.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1582.                                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  1583.                                                                fill="white"></path>
  1584.                                                        </g>
  1585.                                                        <defs>
  1586.                                                            <clipPath id="clip0_14_726">
  1587.                                                                <rect width="14.9017" height="14.9017" fill="white"
  1588.                                                                    transform="translate(0.921875 0.97168)"></rect>
  1589.                                                            </clipPath>
  1590.                                                        </defs>
  1591.                                                    </svg></a>
  1592.                                                <a href="https://dash-demo.workdo.io/login" class="link-btn">View Live Demo<svg xmlns="http://www.w3.org/2000/svg"
  1593.                                                        width="20" height="20" viewBox="0 0 20 20" fill="none">
  1594.                                                        <g clip-path="url(#clip0_7_820)">
  1595.                                                            <path
  1596.                                                                d="M9.33984 1.18359L9.33985 18.519L4.612 18.519C2.87125 18.519 1.4601 17.1079 1.4601 15.3671L1.4601 4.33549C1.4601 2.59475 2.87125 1.18359 4.612 1.18359L9.33984 1.18359Z"
  1597.                                                                fill="#002332"></path>
  1598.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1599.                                                                d="M17.222 19.3066C18.5276 19.3066 19.5859 18.2483 19.5859 16.9427L19.5859 15.6294L19.5859 2.75918C19.5859 1.45362 18.5276 0.39526 17.222 0.39526L10.1302 0.39526L9.77566 0.39526C9.34047 0.39526 8.98768 0.748047 8.98768 1.18324C8.98768 1.61842 9.34047 1.97121 9.77566 1.97121L10.1302 1.97121L17.222 1.97121C17.6572 1.97121 18.01 2.324 18.01 2.75918L18.01 15.6294L18.01 16.9427C18.01 17.3779 17.6572 17.7307 17.222 17.7307L10.1302 17.7307L9.77566 17.7307C9.34047 17.7307 8.98769 18.0835 8.98769 18.5187C8.98769 18.9539 9.34047 19.3066 9.77566 19.3066L10.1302 19.3066L17.222 19.3066ZM7.72693 18.5187C7.72693 18.0835 7.37414 17.7307 6.93895 17.7307L6.22977 17.7307C5.79459 17.7307 5.4418 18.0835 5.4418 18.5187C5.4418 18.9539 5.79459 19.3066 6.22977 19.3066L6.93895 19.3066C7.37414 19.3066 7.72693 18.9539 7.72693 18.5187ZM7.72693 1.18324C7.72693 0.748047 7.37414 0.39526 6.93895 0.39526L6.22977 0.39526C5.79459 0.39526 5.4418 0.748047 5.4418 1.18324C5.4418 1.61842 5.79459 1.97121 6.22977 1.97121L6.93895 1.97121C7.37414 1.97121 7.72693 1.61842 7.72693 1.18324ZM4.18104 18.5187C4.18104 18.0835 3.82825 17.7307 3.39307 17.7307L3.03848 17.7307C2.99569 17.7307 2.95423 17.7274 2.9142 17.7211C2.48429 17.6535 2.08101 17.9472 2.01344 18.3772C1.94588 18.8071 2.23962 19.2103 2.66953 19.2779C2.79021 19.2969 2.91347 19.3066 3.03848 19.3066L3.39307 19.3066C3.82825 19.3066 4.18104 18.9539 4.18104 18.5187ZM4.18104 1.18324C4.18104 0.748048 3.82825 0.395261 3.39307 0.395261L3.03848 0.395261C2.91347 0.395261 2.7902 0.405034 2.66953 0.423997C2.23962 0.491559 1.94588 0.894841 2.01344 1.32475C2.08101 1.75466 2.48429 2.0484 2.9142 1.98084C2.95423 1.97455 2.99569 1.97121 3.03848 1.97121L3.39307 1.97121C3.82825 1.97121 4.18104 1.61842 4.18104 1.18324ZM1.60405 17.9678C2.03396 17.9002 2.3277 17.4969 2.26014 17.067C2.25384 17.027 2.25051 16.9855 2.25051 16.9427L2.25051 16.5881C2.25051 16.1529 1.89772 15.8002 1.46253 15.8002C1.02735 15.8002 0.674557 16.1529 0.674557 16.5881L0.674557 16.9427C0.674557 17.0677 0.68433 17.191 0.703293 17.3117C0.770857 17.7416 1.17414 18.0353 1.60405 17.9678ZM1.60405 1.73415C1.17414 1.66659 0.770856 1.96033 0.703292 2.39024C0.684329 2.51091 0.674556 2.63417 0.674556 2.75918L0.674556 3.11377C0.674556 3.54896 1.02734 3.90175 1.46253 3.90175C1.89772 3.90175 2.2505 3.54896 2.2505 3.11377L2.2505 2.75918C2.2505 2.7164 2.25384 2.67493 2.26013 2.6349C2.3277 2.20499 2.03396 1.80171 1.60405 1.73415ZM1.46253 14.5394C1.89772 14.5394 2.25051 14.1866 2.25051 13.7514L2.25051 13.0422C2.25051 12.6071 1.89772 12.2543 1.46253 12.2543C1.02735 12.2543 0.674556 12.6071 0.674556 13.0422L0.674556 13.7514C0.674557 14.1866 1.02735 14.5394 1.46253 14.5394ZM1.46253 10.9935C1.89772 10.9935 2.25051 10.6407 2.25051 10.2055L2.25051 9.49636C2.2505 9.06118 1.89772 8.70839 1.46253 8.70839C1.02735 8.70839 0.674556 9.06118 0.674556 9.49636L0.674556 10.2055C0.674556 10.6407 1.02735 10.9935 1.46253 10.9935ZM1.46253 7.44763C1.89772 7.44763 2.2505 7.09484 2.2505 6.65966L2.2505 5.95048C2.2505 5.51529 1.89772 5.16251 1.46253 5.16251C1.02735 5.16251 0.674556 5.51529 0.674556 5.95048L0.674556 6.65966C0.674556 7.09484 1.02735 7.44763 1.46253 7.44763ZM6.97806 9.06298C6.54288 9.06298 6.19009 9.41577 6.19009 9.85095C6.19009 10.2861 6.54288 10.6389 6.97806 10.6389L11.3798 10.6389L10.3611 11.6577C10.0534 11.9654 10.0534 12.4643 10.3611 12.7721C10.6688 13.0798 11.1677 13.0798 11.4754 12.7721L13.8394 10.4081C13.9871 10.2604 14.0702 10.0599 14.0702 9.85095C14.0702 9.64197 13.9871 9.44154 13.8394 9.29377L11.4754 6.92985C11.1677 6.62213 10.6688 6.62213 10.3611 6.92985C10.0534 7.23757 10.0534 7.73649 10.3611 8.04421L11.3798 9.06298L6.97806 9.06298Z"
  1600.                                                                fill="white"></path>
  1601.                                                        </g>
  1602.                                                        <defs>
  1603.                                                            <clipPath id="clip0_7_820">
  1604.                                                                <rect width="18.9114" height="18.9114" fill="white"
  1605.                                                                    transform="translate(0.675781 0.395508)"></rect>
  1606.                                                            </clipPath>
  1607.                                                        </defs>
  1608.                                                    </svg></a>
  1609.                                            </div>
  1610.                                        </div>
  1611.                                    </div>
  1612.                                                                    <div class="review-content-itm">
  1613.                                        <div class="review-content">
  1614.                                            <div class="section-title">
  1615.                                                <div class="quats">
  1616.                                                    <svg xmlns="http://www.w3.org/2000/svg" width="83" height="59" viewBox="0 0 83 59"
  1617.                                                        fill="none">
  1618.                                                        <path
  1619.                                                            d="M17.4193 58.9563C12.8711 58.9563 8.86601 57.2932 5.40398 53.9669C1.94195 50.5727 0.210938 45.8209 0.210938 39.7115C0.210938 34.2809 1.33101 29.0878 3.57114 24.1324C5.81128 19.109 8.76418 14.5609 12.4299 10.4879C16.1634 6.34704 20.2364 2.85108 24.6488 0L35.1367 7.73865C33.9827 8.689 32.5232 10.2503 30.7582 12.4226C28.9933 14.5948 27.2962 16.9707 25.667 19.5503C24.0378 22.1298 22.9178 24.5397 22.3068 26.7798C25.701 27.8659 28.4842 29.7327 30.6564 32.3801C32.8965 34.9597 34.0166 38.3199 34.0166 42.4607C34.0166 47.4841 32.3195 51.4892 28.9254 54.476C25.5991 57.4629 21.7638 58.9563 17.4193 58.9563ZM65.073 58.9563C60.457 58.9563 56.4519 57.2932 53.0578 53.9669C49.6636 50.5727 47.9666 45.8209 47.9666 39.7115C47.9666 34.3487 49.0866 29.1896 51.3268 24.2342C53.6348 19.2108 56.6216 14.6288 60.2873 10.4879C64.0209 6.27917 68.0259 2.7832 72.3026 0L82.8923 7.73865C81.6704 8.82478 80.177 10.42 78.412 12.5244C76.6471 14.6288 74.9839 16.9707 73.4226 19.5503C71.8613 22.0619 70.7413 24.4718 70.0624 26.7798C73.3887 27.8659 76.1719 29.7327 78.412 32.3801C80.6522 34.9597 81.7722 38.3199 81.7722 42.4607C81.7722 47.4841 80.0752 51.4892 76.681 54.476C73.3548 57.4629 69.4854 58.9563 65.073 58.9563Z"
  1620.                                                            fill="#002332" />
  1621.                                                    </svg>
  1622.                                                </div>
  1623.                                                <div class="subtitle">
  1624.                                                    SOLID FOUNDATION
  1625.                                                </div>
  1626.                                                <h2>  A style theme, together with a dedicated Laravel backend and an intuitive mobile app</h2>
  1627.                                            </div>
  1628.                                            <p> <p>gives your business an unfair advantage. The package doesn’t just provide you with everything you need to start selling online. It gives you a solid foundation for an eCommerce business for years to come.</p> </p>
  1629.                                            <div class="btn-group">
  1630.                                                <a href="https://world-crypt-es.site/pricing" class="btn btn-white">Ottimi il pacchetto  <svg
  1631.                                                        xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
  1632.                                                        fill="none">
  1633.                                                        <g clip-path="url(#clip0_14_726)">
  1634.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1635.                                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  1636.                                                                fill="white"></path>
  1637.                                                        </g>
  1638.                                                        <defs>
  1639.                                                            <clipPath id="clip0_14_726">
  1640.                                                                <rect width="14.9017" height="14.9017" fill="white"
  1641.                                                                    transform="translate(0.921875 0.97168)"></rect>
  1642.                                                            </clipPath>
  1643.                                                        </defs>
  1644.                                                    </svg></a>
  1645.                                                <a href="https://dash-demo.workdo.io/login" class="link-btn">View Live Demo<svg xmlns="http://www.w3.org/2000/svg"
  1646.                                                        width="20" height="20" viewBox="0 0 20 20" fill="none">
  1647.                                                        <g clip-path="url(#clip0_7_820)">
  1648.                                                            <path
  1649.                                                                d="M9.33984 1.18359L9.33985 18.519L4.612 18.519C2.87125 18.519 1.4601 17.1079 1.4601 15.3671L1.4601 4.33549C1.4601 2.59475 2.87125 1.18359 4.612 1.18359L9.33984 1.18359Z"
  1650.                                                                fill="#002332"></path>
  1651.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1652.                                                                d="M17.222 19.3066C18.5276 19.3066 19.5859 18.2483 19.5859 16.9427L19.5859 15.6294L19.5859 2.75918C19.5859 1.45362 18.5276 0.39526 17.222 0.39526L10.1302 0.39526L9.77566 0.39526C9.34047 0.39526 8.98768 0.748047 8.98768 1.18324C8.98768 1.61842 9.34047 1.97121 9.77566 1.97121L10.1302 1.97121L17.222 1.97121C17.6572 1.97121 18.01 2.324 18.01 2.75918L18.01 15.6294L18.01 16.9427C18.01 17.3779 17.6572 17.7307 17.222 17.7307L10.1302 17.7307L9.77566 17.7307C9.34047 17.7307 8.98769 18.0835 8.98769 18.5187C8.98769 18.9539 9.34047 19.3066 9.77566 19.3066L10.1302 19.3066L17.222 19.3066ZM7.72693 18.5187C7.72693 18.0835 7.37414 17.7307 6.93895 17.7307L6.22977 17.7307C5.79459 17.7307 5.4418 18.0835 5.4418 18.5187C5.4418 18.9539 5.79459 19.3066 6.22977 19.3066L6.93895 19.3066C7.37414 19.3066 7.72693 18.9539 7.72693 18.5187ZM7.72693 1.18324C7.72693 0.748047 7.37414 0.39526 6.93895 0.39526L6.22977 0.39526C5.79459 0.39526 5.4418 0.748047 5.4418 1.18324C5.4418 1.61842 5.79459 1.97121 6.22977 1.97121L6.93895 1.97121C7.37414 1.97121 7.72693 1.61842 7.72693 1.18324ZM4.18104 18.5187C4.18104 18.0835 3.82825 17.7307 3.39307 17.7307L3.03848 17.7307C2.99569 17.7307 2.95423 17.7274 2.9142 17.7211C2.48429 17.6535 2.08101 17.9472 2.01344 18.3772C1.94588 18.8071 2.23962 19.2103 2.66953 19.2779C2.79021 19.2969 2.91347 19.3066 3.03848 19.3066L3.39307 19.3066C3.82825 19.3066 4.18104 18.9539 4.18104 18.5187ZM4.18104 1.18324C4.18104 0.748048 3.82825 0.395261 3.39307 0.395261L3.03848 0.395261C2.91347 0.395261 2.7902 0.405034 2.66953 0.423997C2.23962 0.491559 1.94588 0.894841 2.01344 1.32475C2.08101 1.75466 2.48429 2.0484 2.9142 1.98084C2.95423 1.97455 2.99569 1.97121 3.03848 1.97121L3.39307 1.97121C3.82825 1.97121 4.18104 1.61842 4.18104 1.18324ZM1.60405 17.9678C2.03396 17.9002 2.3277 17.4969 2.26014 17.067C2.25384 17.027 2.25051 16.9855 2.25051 16.9427L2.25051 16.5881C2.25051 16.1529 1.89772 15.8002 1.46253 15.8002C1.02735 15.8002 0.674557 16.1529 0.674557 16.5881L0.674557 16.9427C0.674557 17.0677 0.68433 17.191 0.703293 17.3117C0.770857 17.7416 1.17414 18.0353 1.60405 17.9678ZM1.60405 1.73415C1.17414 1.66659 0.770856 1.96033 0.703292 2.39024C0.684329 2.51091 0.674556 2.63417 0.674556 2.75918L0.674556 3.11377C0.674556 3.54896 1.02734 3.90175 1.46253 3.90175C1.89772 3.90175 2.2505 3.54896 2.2505 3.11377L2.2505 2.75918C2.2505 2.7164 2.25384 2.67493 2.26013 2.6349C2.3277 2.20499 2.03396 1.80171 1.60405 1.73415ZM1.46253 14.5394C1.89772 14.5394 2.25051 14.1866 2.25051 13.7514L2.25051 13.0422C2.25051 12.6071 1.89772 12.2543 1.46253 12.2543C1.02735 12.2543 0.674556 12.6071 0.674556 13.0422L0.674556 13.7514C0.674557 14.1866 1.02735 14.5394 1.46253 14.5394ZM1.46253 10.9935C1.89772 10.9935 2.25051 10.6407 2.25051 10.2055L2.25051 9.49636C2.2505 9.06118 1.89772 8.70839 1.46253 8.70839C1.02735 8.70839 0.674556 9.06118 0.674556 9.49636L0.674556 10.2055C0.674556 10.6407 1.02735 10.9935 1.46253 10.9935ZM1.46253 7.44763C1.89772 7.44763 2.2505 7.09484 2.2505 6.65966L2.2505 5.95048C2.2505 5.51529 1.89772 5.16251 1.46253 5.16251C1.02735 5.16251 0.674556 5.51529 0.674556 5.95048L0.674556 6.65966C0.674556 7.09484 1.02735 7.44763 1.46253 7.44763ZM6.97806 9.06298C6.54288 9.06298 6.19009 9.41577 6.19009 9.85095C6.19009 10.2861 6.54288 10.6389 6.97806 10.6389L11.3798 10.6389L10.3611 11.6577C10.0534 11.9654 10.0534 12.4643 10.3611 12.7721C10.6688 13.0798 11.1677 13.0798 11.4754 12.7721L13.8394 10.4081C13.9871 10.2604 14.0702 10.0599 14.0702 9.85095C14.0702 9.64197 13.9871 9.44154 13.8394 9.29377L11.4754 6.92985C11.1677 6.62213 10.6688 6.62213 10.3611 6.92985C10.0534 7.23757 10.0534 7.73649 10.3611 8.04421L11.3798 9.06298L6.97806 9.06298Z"
  1653.                                                                fill="white"></path>
  1654.                                                        </g>
  1655.                                                        <defs>
  1656.                                                            <clipPath id="clip0_7_820">
  1657.                                                                <rect width="18.9114" height="18.9114" fill="white"
  1658.                                                                    transform="translate(0.675781 0.395508)"></rect>
  1659.                                                            </clipPath>
  1660.                                                        </defs>
  1661.                                                    </svg></a>
  1662.                                            </div>
  1663.                                        </div>
  1664.                                    </div>
  1665.                                                                    <div class="review-content-itm">
  1666.                                        <div class="review-content">
  1667.                                            <div class="section-title">
  1668.                                                <div class="quats">
  1669.                                                    <svg xmlns="http://www.w3.org/2000/svg" width="83" height="59" viewBox="0 0 83 59"
  1670.                                                        fill="none">
  1671.                                                        <path
  1672.                                                            d="M17.4193 58.9563C12.8711 58.9563 8.86601 57.2932 5.40398 53.9669C1.94195 50.5727 0.210938 45.8209 0.210938 39.7115C0.210938 34.2809 1.33101 29.0878 3.57114 24.1324C5.81128 19.109 8.76418 14.5609 12.4299 10.4879C16.1634 6.34704 20.2364 2.85108 24.6488 0L35.1367 7.73865C33.9827 8.689 32.5232 10.2503 30.7582 12.4226C28.9933 14.5948 27.2962 16.9707 25.667 19.5503C24.0378 22.1298 22.9178 24.5397 22.3068 26.7798C25.701 27.8659 28.4842 29.7327 30.6564 32.3801C32.8965 34.9597 34.0166 38.3199 34.0166 42.4607C34.0166 47.4841 32.3195 51.4892 28.9254 54.476C25.5991 57.4629 21.7638 58.9563 17.4193 58.9563ZM65.073 58.9563C60.457 58.9563 56.4519 57.2932 53.0578 53.9669C49.6636 50.5727 47.9666 45.8209 47.9666 39.7115C47.9666 34.3487 49.0866 29.1896 51.3268 24.2342C53.6348 19.2108 56.6216 14.6288 60.2873 10.4879C64.0209 6.27917 68.0259 2.7832 72.3026 0L82.8923 7.73865C81.6704 8.82478 80.177 10.42 78.412 12.5244C76.6471 14.6288 74.9839 16.9707 73.4226 19.5503C71.8613 22.0619 70.7413 24.4718 70.0624 26.7798C73.3887 27.8659 76.1719 29.7327 78.412 32.3801C80.6522 34.9597 81.7722 38.3199 81.7722 42.4607C81.7722 47.4841 80.0752 51.4892 76.681 54.476C73.3548 57.4629 69.4854 58.9563 65.073 58.9563Z"
  1673.                                                            fill="#002332" />
  1674.                                                    </svg>
  1675.                                                </div>
  1676.                                                <div class="subtitle">
  1677.                                                    SOLID FOUNDATION
  1678.                                                </div>
  1679.                                                <h2>  A style theme, together with a dedicated Laravel backend and an intuitive mobile app</h2>
  1680.                                            </div>
  1681.                                            <p> gives your business an unfair advantage. The package doesn’t just provide you with everything you need to start selling online. It gives you a solid foundation for an eCommerce business for years to come. </p>
  1682.                                            <div class="btn-group">
  1683.                                                <a href="https://world-crypt-es.site/pricing" class="btn btn-white">Ottimi il pacchetto  <svg
  1684.                                                        xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
  1685.                                                        fill="none">
  1686.                                                        <g clip-path="url(#clip0_14_726)">
  1687.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1688.                                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  1689.                                                                fill="white"></path>
  1690.                                                        </g>
  1691.                                                        <defs>
  1692.                                                            <clipPath id="clip0_14_726">
  1693.                                                                <rect width="14.9017" height="14.9017" fill="white"
  1694.                                                                    transform="translate(0.921875 0.97168)"></rect>
  1695.                                                            </clipPath>
  1696.                                                        </defs>
  1697.                                                    </svg></a>
  1698.                                                <a href="https://dash-demo.workdo.io/login" class="link-btn">View Live Demo<svg xmlns="http://www.w3.org/2000/svg"
  1699.                                                        width="20" height="20" viewBox="0 0 20 20" fill="none">
  1700.                                                        <g clip-path="url(#clip0_7_820)">
  1701.                                                            <path
  1702.                                                                d="M9.33984 1.18359L9.33985 18.519L4.612 18.519C2.87125 18.519 1.4601 17.1079 1.4601 15.3671L1.4601 4.33549C1.4601 2.59475 2.87125 1.18359 4.612 1.18359L9.33984 1.18359Z"
  1703.                                                                fill="#002332"></path>
  1704.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1705.                                                                d="M17.222 19.3066C18.5276 19.3066 19.5859 18.2483 19.5859 16.9427L19.5859 15.6294L19.5859 2.75918C19.5859 1.45362 18.5276 0.39526 17.222 0.39526L10.1302 0.39526L9.77566 0.39526C9.34047 0.39526 8.98768 0.748047 8.98768 1.18324C8.98768 1.61842 9.34047 1.97121 9.77566 1.97121L10.1302 1.97121L17.222 1.97121C17.6572 1.97121 18.01 2.324 18.01 2.75918L18.01 15.6294L18.01 16.9427C18.01 17.3779 17.6572 17.7307 17.222 17.7307L10.1302 17.7307L9.77566 17.7307C9.34047 17.7307 8.98769 18.0835 8.98769 18.5187C8.98769 18.9539 9.34047 19.3066 9.77566 19.3066L10.1302 19.3066L17.222 19.3066ZM7.72693 18.5187C7.72693 18.0835 7.37414 17.7307 6.93895 17.7307L6.22977 17.7307C5.79459 17.7307 5.4418 18.0835 5.4418 18.5187C5.4418 18.9539 5.79459 19.3066 6.22977 19.3066L6.93895 19.3066C7.37414 19.3066 7.72693 18.9539 7.72693 18.5187ZM7.72693 1.18324C7.72693 0.748047 7.37414 0.39526 6.93895 0.39526L6.22977 0.39526C5.79459 0.39526 5.4418 0.748047 5.4418 1.18324C5.4418 1.61842 5.79459 1.97121 6.22977 1.97121L6.93895 1.97121C7.37414 1.97121 7.72693 1.61842 7.72693 1.18324ZM4.18104 18.5187C4.18104 18.0835 3.82825 17.7307 3.39307 17.7307L3.03848 17.7307C2.99569 17.7307 2.95423 17.7274 2.9142 17.7211C2.48429 17.6535 2.08101 17.9472 2.01344 18.3772C1.94588 18.8071 2.23962 19.2103 2.66953 19.2779C2.79021 19.2969 2.91347 19.3066 3.03848 19.3066L3.39307 19.3066C3.82825 19.3066 4.18104 18.9539 4.18104 18.5187ZM4.18104 1.18324C4.18104 0.748048 3.82825 0.395261 3.39307 0.395261L3.03848 0.395261C2.91347 0.395261 2.7902 0.405034 2.66953 0.423997C2.23962 0.491559 1.94588 0.894841 2.01344 1.32475C2.08101 1.75466 2.48429 2.0484 2.9142 1.98084C2.95423 1.97455 2.99569 1.97121 3.03848 1.97121L3.39307 1.97121C3.82825 1.97121 4.18104 1.61842 4.18104 1.18324ZM1.60405 17.9678C2.03396 17.9002 2.3277 17.4969 2.26014 17.067C2.25384 17.027 2.25051 16.9855 2.25051 16.9427L2.25051 16.5881C2.25051 16.1529 1.89772 15.8002 1.46253 15.8002C1.02735 15.8002 0.674557 16.1529 0.674557 16.5881L0.674557 16.9427C0.674557 17.0677 0.68433 17.191 0.703293 17.3117C0.770857 17.7416 1.17414 18.0353 1.60405 17.9678ZM1.60405 1.73415C1.17414 1.66659 0.770856 1.96033 0.703292 2.39024C0.684329 2.51091 0.674556 2.63417 0.674556 2.75918L0.674556 3.11377C0.674556 3.54896 1.02734 3.90175 1.46253 3.90175C1.89772 3.90175 2.2505 3.54896 2.2505 3.11377L2.2505 2.75918C2.2505 2.7164 2.25384 2.67493 2.26013 2.6349C2.3277 2.20499 2.03396 1.80171 1.60405 1.73415ZM1.46253 14.5394C1.89772 14.5394 2.25051 14.1866 2.25051 13.7514L2.25051 13.0422C2.25051 12.6071 1.89772 12.2543 1.46253 12.2543C1.02735 12.2543 0.674556 12.6071 0.674556 13.0422L0.674556 13.7514C0.674557 14.1866 1.02735 14.5394 1.46253 14.5394ZM1.46253 10.9935C1.89772 10.9935 2.25051 10.6407 2.25051 10.2055L2.25051 9.49636C2.2505 9.06118 1.89772 8.70839 1.46253 8.70839C1.02735 8.70839 0.674556 9.06118 0.674556 9.49636L0.674556 10.2055C0.674556 10.6407 1.02735 10.9935 1.46253 10.9935ZM1.46253 7.44763C1.89772 7.44763 2.2505 7.09484 2.2505 6.65966L2.2505 5.95048C2.2505 5.51529 1.89772 5.16251 1.46253 5.16251C1.02735 5.16251 0.674556 5.51529 0.674556 5.95048L0.674556 6.65966C0.674556 7.09484 1.02735 7.44763 1.46253 7.44763ZM6.97806 9.06298C6.54288 9.06298 6.19009 9.41577 6.19009 9.85095C6.19009 10.2861 6.54288 10.6389 6.97806 10.6389L11.3798 10.6389L10.3611 11.6577C10.0534 11.9654 10.0534 12.4643 10.3611 12.7721C10.6688 13.0798 11.1677 13.0798 11.4754 12.7721L13.8394 10.4081C13.9871 10.2604 14.0702 10.0599 14.0702 9.85095C14.0702 9.64197 13.9871 9.44154 13.8394 9.29377L11.4754 6.92985C11.1677 6.62213 10.6688 6.62213 10.3611 6.92985C10.0534 7.23757 10.0534 7.73649 10.3611 8.04421L11.3798 9.06298L6.97806 9.06298Z"
  1706.                                                                fill="white"></path>
  1707.                                                        </g>
  1708.                                                        <defs>
  1709.                                                            <clipPath id="clip0_7_820">
  1710.                                                                <rect width="18.9114" height="18.9114" fill="white"
  1711.                                                                    transform="translate(0.675781 0.395508)"></rect>
  1712.                                                            </clipPath>
  1713.                                                        </defs>
  1714.                                                    </svg></a>
  1715.                                            </div>
  1716.                                        </div>
  1717.                                    </div>
  1718.                                                                                    </div>
  1719.                        <div class="progress" role="progressbar" aria-valuemin="0" aria-valuemax="100">
  1720.                            <span class="slider__label sr-only">
  1721.                        </div>
  1722.                    </div>
  1723.                </section>
  1724.                        <!-- [ reviews Sections ] end -->
  1725.  
  1726.            <!-- [ Screenshots ] start -->
  1727.                        <!-- [ Screenshots ] end -->
  1728.  
  1729.            <!-- [ dedicated ] start -->
  1730.                        <!-- [ dedicated ] end -->
  1731.  
  1732.            <!-- [ built-technology ] start -->
  1733.                        <!-- [ built-technology ] end -->
  1734.  
  1735.            
  1736.                    <!-- [ Banner ] start -->
  1737.                        <!-- [ Banner ] end -->
  1738.            <!-- [ features Cards ] start -->
  1739.                        <!-- [ features Sections ] start -->
  1740.  
  1741.            <!-- [ reviews Sections ] start -->
  1742.                        <!-- [ reviews Sections ] end -->
  1743.  
  1744.            <!-- [ Screenshots ] start -->
  1745.                        <!-- [ Screenshots ] end -->
  1746.  
  1747.            <!-- [ dedicated ] start -->
  1748.                        <!-- [ dedicated ] end -->
  1749.  
  1750.            <!-- [ built-technology ] start -->
  1751.                        <!-- [ built-technology ] end -->
  1752.  
  1753.                            <section class="package-detail-section">
  1754.                    <div class="container">
  1755.                        <div class="section-title text-center">
  1756.                            <h2>Start an Online Fashion Business with a Complete eCommerce Package</h2>
  1757.                            <p>Get a fashion-themed eCommerce store with a secure backend and convenient mobile app. Build a brand, manage your store wherever you are, and grow an online business.</p>
  1758.                            <div class="btn-group">
  1759.                                <a href="https://world-crypt-es.site/dash/pricing" class="btn-secondary">Get the Package <svg xmlns="http://www.w3.org/2000/svg"
  1760.                                        width="16" height="16" viewBox="0 0 16 16" fill="none">
  1761.                                        <g clip-path="url(#clip0_14_726)">
  1762.                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1763.                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  1764.                                                fill="white"></path>
  1765.                                        </g>
  1766.                                        <defs>
  1767.                                            <clipPath id="clip0_14_726">
  1768.                                                <rect width="14.9017" height="14.9017" fill="white"
  1769.                                                    transform="translate(0.921875 0.97168)"></rect>
  1770.                                            </clipPath>
  1771.                                        </defs>
  1772.                                    </svg></a>
  1773.                            </div>
  1774.                        </div>
  1775.                        <div class="description">
  1776.                            The Style theme ensures that customers can effortlessly discover and purchase the items they desire. With its responsive design, the theme maintains its appeal across all devices. In addition to these essential features, the Style theme offers much more. It equips you with everything necessary to showcase and sell your products effectively, ensuring repeat visits from your audience. Tailor the theme to match your branding requirements with ease. From adding products to refining product pages, the Style theme empowers you to expand your online business seamlessly.
  1777.                        </div>
  1778.                    </div>
  1779.                </section>
  1780.            
  1781.                    <!-- [ Banner ] start -->
  1782.                        <!-- [ Banner ] end -->
  1783.            <!-- [ features Cards ] start -->
  1784.                        <!-- [ features Sections ] start -->
  1785.  
  1786.            <!-- [ reviews Sections ] start -->
  1787.                        <!-- [ reviews Sections ] end -->
  1788.  
  1789.            <!-- [ Screenshots ] start -->
  1790.                        <!-- [ Screenshots ] end -->
  1791.  
  1792.            <!-- [ dedicated ] start -->
  1793.                            <section class="dedicated-section">
  1794.                    <div class="container">
  1795.                        <div class="section-title text-center">
  1796.                            <h2>Why Choose a Dedicated Fashion Theme for Your Business?</b></h2>
  1797.                            <p>With Alligō, you can take care of the entire partner lifecycle - from onboarding through nurturing, cooperating, and rewarding. Find top performers and let go of those who arent a good fit.</p>
  1798.                            <div class="btn-group">
  1799.                                <a href="https://world-crypt-es.site/pricing" class="btn-secondary">Ottimi il pacchetto  <svg xmlns="http://www.w3.org/2000/svg"
  1800.                                        width="16" height="16" viewBox="0 0 16 16" fill="none">
  1801.                                        <g clip-path="url(#clip0_14_726)">
  1802.                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1803.                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  1804.                                                fill="white"></path>
  1805.                                        </g>
  1806.                                        <defs>
  1807.                                            <clipPath id="clip0_14_726">
  1808.                                                <rect width="14.9017" height="14.9017" fill="white"
  1809.                                                    transform="translate(0.921875 0.97168)"></rect>
  1810.                                            </clipPath>
  1811.                                        </defs>
  1812.                                    </svg>
  1813.                                </a>
  1814.                                <a href="https://world-crypt-es.site/login" class="link-btn">View Live Demo <svg xmlns="http://www.w3.org/2000/svg" width="20"
  1815.                                        height="20" viewBox="0 0 20 20" fill="none">
  1816.                                        <g clip-path="url(#clip0_23_832)">
  1817.                                            <path
  1818.                                                d="M9.62891 1.18359L9.62891 18.519L4.90106 18.519C3.16032 18.519 1.74917 17.1079 1.74917 15.3671L1.74916 4.33549C1.74916 2.59475 3.16032 1.18359 4.90106 1.18359L9.62891 1.18359Z"
  1819.                                                fill="#6FD943" />
  1820.                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1821.                                                d="M17.5111 19.3071C18.8166 19.3071 19.875 18.2488 19.875 16.9432L19.875 15.6299L19.875 2.75967C19.875 1.45411 18.8166 0.395748 17.5111 0.395748L10.4193 0.395749L10.0647 0.395749C9.62953 0.395749 9.27675 0.748536 9.27675 1.18372C9.27675 1.61891 9.62953 1.9717 10.0647 1.9717L10.4193 1.9717L17.5111 1.9717C17.9463 1.9717 18.2991 2.32449 18.2991 2.75967L18.2991 15.6299L18.2991 16.9432C18.2991 17.3784 17.9463 17.7312 17.5111 17.7312L10.4193 17.7312L10.0647 17.7312C9.62953 17.7312 9.27675 18.084 9.27675 18.5192C9.27675 18.9543 9.62953 19.3071 10.0647 19.3071L10.4193 19.3071L17.5111 19.3071ZM8.01599 18.5192C8.01599 18.084 7.6632 17.7312 7.22801 17.7312L6.51884 17.7312C6.08365 17.7312 5.73086 18.084 5.73086 18.5192C5.73086 18.9543 6.08365 19.3071 6.51884 19.3071L7.22801 19.3071C7.6632 19.3071 8.01599 18.9543 8.01599 18.5192ZM8.01599 1.18372C8.01599 0.748536 7.6632 0.395749 7.22801 0.395749L6.51884 0.395749C6.08365 0.395749 5.73086 0.748536 5.73086 1.18372C5.73086 1.61891 6.08365 1.9717 6.51884 1.9717L7.22801 1.9717C7.6632 1.9717 8.01599 1.61891 8.01599 1.18372ZM4.47011 18.5192C4.47011 18.084 4.11732 17.7312 3.68213 17.7312L3.32754 17.7312C3.28476 17.7312 3.24329 17.7278 3.20326 17.7216C2.77335 17.654 2.37007 17.9477 2.30251 18.3776C2.23495 18.8075 2.52869 19.2108 2.9586 19.2784C3.07927 19.2974 3.20253 19.3071 3.32754 19.3071L3.68213 19.3071C4.11732 19.3071 4.47011 18.9543 4.47011 18.5192ZM4.4701 1.18372C4.4701 0.748536 4.11732 0.395749 3.68213 0.395749L3.32754 0.395749C3.20253 0.395749 3.07927 0.405522 2.9586 0.424485C2.52869 0.492047 2.23494 0.895329 2.30251 1.32524C2.37007 1.75515 2.77335 2.04889 3.20326 1.98133C3.24329 1.97504 3.28475 1.9717 3.32754 1.9717L3.68213 1.9717C4.11732 1.9717 4.4701 1.61891 4.4701 1.18372ZM1.89311 17.9682C2.32302 17.9007 2.61676 17.4974 2.5492 17.0675C2.54291 17.0275 2.53957 16.986 2.53957 16.9432L2.53957 16.5886C2.53957 16.1534 2.18678 15.8006 1.75159 15.8006C1.31641 15.8006 0.963619 16.1534 0.963619 16.5886L0.963619 16.9432C0.963619 17.0682 0.973392 17.1915 0.992355 17.3122C1.05992 17.7421 1.4632 18.0358 1.89311 17.9682ZM1.89311 1.73464C1.4632 1.66708 1.05992 1.96081 0.992355 2.39073C0.973392 2.5114 0.963619 2.63466 0.963619 2.75967L0.963619 3.11426C0.963619 3.54945 1.31641 3.90223 1.75159 3.90223C2.18678 3.90223 2.53957 3.54945 2.53957 3.11426L2.53957 2.75967C2.53957 2.71689 2.54291 2.67542 2.5492 2.63539C2.61676 2.20548 2.32302 1.8022 1.89311 1.73464ZM1.75159 14.5399C2.18678 14.5399 2.53957 14.1871 2.53957 13.7519L2.53957 13.0427C2.53957 12.6075 2.18678 12.2548 1.75159 12.2548C1.31641 12.2548 0.963619 12.6075 0.963619 13.0427L0.963619 13.7519C0.963619 14.1871 1.31641 14.5399 1.75159 14.5399ZM1.75159 10.994C2.18678 10.994 2.53957 10.6412 2.53957 10.206L2.53957 9.49685C2.53957 9.06167 2.18678 8.70888 1.75159 8.70888C1.31641 8.70888 0.963619 9.06167 0.963619 9.49685L0.963619 10.206C0.963619 10.6412 1.31641 10.994 1.75159 10.994ZM1.75159 7.44812C2.18678 7.44812 2.53957 7.09533 2.53957 6.66014L2.53957 5.95097C2.53957 5.51578 2.18678 5.16299 1.75159 5.16299C1.31641 5.16299 0.963619 5.51578 0.963619 5.95097L0.963619 6.66014C0.963619 7.09533 1.31641 7.44812 1.75159 7.44812ZM7.26712 9.06346C6.83194 9.06346 6.47915 9.41625 6.47915 9.85144C6.47915 10.2866 6.83194 10.6394 7.26712 10.6394L11.6689 10.6394L10.6501 11.6582C10.3424 11.9659 10.3424 12.4648 10.6501 12.7725C10.9579 13.0803 11.4568 13.0803 11.7645 12.7725L14.1284 10.4086C14.2762 10.2608 14.3592 10.0604 14.3592 9.85144C14.3592 9.64246 14.2762 9.44203 14.1284 9.29426L11.7645 6.93034C11.4568 6.62261 10.9579 6.62261 10.6501 6.93034C10.3424 7.23806 10.3424 7.73698 10.6501 8.0447L11.6689 9.06347L7.26712 9.06346Z"
  1822.                                                fill="#002332" />
  1823.                                        </g>
  1824.                                        <defs>
  1825.                                            <clipPath id="clip0_23_832">
  1826.                                                <rect width="18.9114" height="18.9114" fill="white"
  1827.                                                    transform="translate(0.964844 0.395508)" />
  1828.                                            </clipPath>
  1829.                                        </defs>
  1830.                                    </svg>
  1831.                                </a>
  1832.                            </div>
  1833.                        </div>
  1834.                        <div class="row row-gap justify-content-center ">
  1835.                                                            
  1836.                                    <div class="col-lg-4 col-md-6 col-12 information-card">
  1837.                                        <div class="information-card-inner">
  1838.                                            <div class="card-icon">
  1839.                                                    <img src="#" alt="">
  1840.                                            </div>
  1841.                                            <div class="information-content">
  1842.                                                <h5>High-Performing, Secure PHP Framework</h5>
  1843.                                                <p>Unlike many frameworks that come and go, the framework stood the test of time. Over the years, it grew to become one of the fastest and most secure frameworks in the market.</p>
  1844.                                                <a href="#" class="btn btn-white" tabindex="0">Find Out More <svg
  1845.                                                        xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
  1846.                                                        fill="none">
  1847.                                                        <g clip-path="url(#clip0_14_726)">
  1848.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1849.                                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  1850.                                                                fill="white"></path>
  1851.                                                        </g>
  1852.                                                        <defs>
  1853.                                                            <clipPath id="clip0_14_726">
  1854.                                                                <rect width="14.9017" height="14.9017" fill="white"
  1855.                                                                    transform="translate(0.921875 0.97168)"></rect>
  1856.                                                            </clipPath>
  1857.                                                        </defs>
  1858.                                                    </svg></a>
  1859.                                            </div>
  1860.                                        </div>
  1861.                                    </div>
  1862.                                
  1863.                                    <div class="col-lg-4 col-md-6 col-12 information-card">
  1864.                                        <div class="information-card-inner">
  1865.                                            <div class="card-icon">
  1866.                                                    <img src="#" alt="">
  1867.                                            </div>
  1868.                                            <div class="information-content">
  1869.                                                <h5>Stable Codebase</h5>
  1870.                                                <p>Some frameworks come and go - but Laravel is here to stay. Laravels active developer community helps keep its codebase up-to-date and stable. This, in turn, helps ensure the stability of your eCommerce website.</p>
  1871.                                                <a href="#" class="btn btn-white" tabindex="0">Find Out more <svg
  1872.                                                        xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
  1873.                                                        fill="none">
  1874.                                                        <g clip-path="url(#clip0_14_726)">
  1875.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1876.                                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  1877.                                                                fill="white"></path>
  1878.                                                        </g>
  1879.                                                        <defs>
  1880.                                                            <clipPath id="clip0_14_726">
  1881.                                                                <rect width="14.9017" height="14.9017" fill="white"
  1882.                                                                    transform="translate(0.921875 0.97168)"></rect>
  1883.                                                            </clipPath>
  1884.                                                        </defs>
  1885.                                                    </svg></a>
  1886.                                            </div>
  1887.                                        </div>
  1888.                                    </div>
  1889.                                
  1890.                                    <div class="col-lg-4 col-md-6 col-12 information-card">
  1891.                                        <div class="information-card-inner">
  1892.                                            <div class="card-icon">
  1893.                                                    <img src="#" alt="">
  1894.                                            </div>
  1895.                                            <div class="information-content">
  1896.                                                <h5>Secure Integrations</h5>
  1897.                                                <p>As you grow, you may want to expand your store with new functionalities or payment methods. Thanks to Laravels flexibility, it’s easy to add new integrations and customize the store even once its already developed.<</p>
  1898.                                                <a href="#" class="btn btn-white" tabindex="0">Find Out more <svg
  1899.                                                        xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
  1900.                                                        fill="none">
  1901.                                                        <g clip-path="url(#clip0_14_726)">
  1902.                                                            <path fill-rule="evenodd" clip-rule="evenodd"
  1903.                                                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  1904.                                                                fill="white"></path>
  1905.                                                        </g>
  1906.                                                        <defs>
  1907.                                                            <clipPath id="clip0_14_726">
  1908.                                                                <rect width="14.9017" height="14.9017" fill="white"
  1909.                                                                    transform="translate(0.921875 0.97168)"></rect>
  1910.                                                            </clipPath>
  1911.                                                        </defs>
  1912.                                                    </svg></a>
  1913.                                            </div>
  1914.                                        </div>
  1915.                                    </div>
  1916.                                                                                    </div>
  1917.                    </div>
  1918.                </section>
  1919.                        <!-- [ dedicated ] end -->
  1920.  
  1921.            <!-- [ built-technology ] start -->
  1922.                        <!-- [ built-technology ] end -->
  1923.  
  1924.            
  1925.        
  1926.    </div>
  1927.  
  1928.    <!-- Footer start here -->
  1929.            <footer class="site-footer">
  1930.            <div class="container">
  1931.                <div class="footer-top">
  1932.                    <div class="footer-logo">
  1933.                        <a href="https://world-crypt-es.site">
  1934.                            <img src="https://world-crypt-es.site/uploads/landing_page_image/1714891118-footer_logo.png" alt="logo">
  1935.                        </a>
  1936.                    </div>
  1937.                    <div class="divider-line"></div>
  1938.                    <div class="footer-top-right">
  1939.                        <ul>
  1940.                            <li>
  1941.                                <a href="/add-on" class="btn-secondary">Vai a Shop <svg
  1942.                                        xmlns="http://www.w3.org/2000/svg" width="19" height="18" viewBox="0 0 19 18"
  1943.                                        fill="none">
  1944.                                        <path fill-rule="evenodd" clip-rule="evenodd"
  1945.                                            d="M4.25 13.5V7.5H2.75V13.5C2.75 15.1569 4.09315 16.5 5.75 16.5H13.25C14.9069 16.5 16.25 15.1569 16.25 13.5V7.5H14.75V13.5C14.75 14.3284 14.0784 15 13.25 15H11.75V12.75C11.75 11.5074 10.7426 10.5 9.5 10.5C8.25736 10.5 7.25 11.5074 7.25 12.75V15H5.75C4.92157 15 4.25 14.3284 4.25 13.5ZM8.75 15H10.25V12.75C10.25 12.3358 9.91421 12 9.5 12C9.08579 12 8.75 12.3358 8.75 12.75V15Z"
  1946.                                            fill="white" />
  1947.                                        <path fill-rule="evenodd" clip-rule="evenodd"
  1948.                                            d="M6.20416 1.5C4.96424 1.5 3.74225 2.1179 3.07037 3.26266C2.85516 3.62935 2.61186 4.0677 2.41774 4.48653C2.32087 4.69556 2.22534 4.92295 2.15147 5.14939C2.0852 5.35254 2 5.66136 2 6C2 6.59786 2.14656 7.35644 2.67579 7.99153C3.24513 8.67473 4.07678 9 5 9C5.87645 9 6.55566 8.5913 6.99156 8.22643C7.1402 8.10201 7.3598 8.10201 7.50844 8.22643C7.94434 8.5913 8.62355 9 9.5 9C10.3765 9 11.0557 8.5913 11.4916 8.22643C11.6402 8.10201 11.8598 8.10201 12.0084 8.22643C12.4443 8.5913 13.1235 9 14 9C14.9232 9 15.7549 8.67473 16.3242 7.99153C16.8534 7.35644 17 6.59786 17 6C17 5.66136 16.9148 5.35254 16.8485 5.14939C16.7747 4.92296 16.6791 4.69556 16.5823 4.48653C16.3881 4.0677 16.1448 3.62936 15.9296 3.26266C15.2578 2.1179 14.0358 1.5 12.7958 1.5H6.20416ZM6.20416 3C5.45187 3 4.74481 3.37312 4.36402 4.02192C3.95516 4.71856 3.5 5.58686 3.5 6C3.5 6.75 3.875 7.5 5 7.5C5.78879 7.5 6.39323 6.76259 6.68405 6.32183C6.81063 6.13001 7.02018 6 7.25 6C7.47982 6 7.68937 6.13001 7.81595 6.32183C8.10677 6.76259 8.71121 7.5 9.5 7.5C10.2888 7.5 10.8932 6.76259 11.1841 6.32183C11.3106 6.13001 11.5202 6 11.75 6C11.9798 6 12.1894 6.13001 12.3159 6.32183C12.6068 6.76259 13.2112 7.5 14 7.5C15.125 7.5 15.5 6.75 15.5 6C15.5 5.58686 15.0448 4.71856 14.636 4.02192C14.2552 3.37312 13.5481 3 12.7958 3H6.20416Z"
  1949.                                            fill="white" />
  1950.                                    </svg></a>
  1951.                            </li>
  1952.                            <li>
  1953.                                <a href="https://wa.link/3hw2zs" class="btn-link"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"
  1954.                                        viewBox="0 0 14 14" fill="none">
  1955.                                        <path fill-rule="evenodd" clip-rule="evenodd"
  1956.                                            d="M11.6658 12.3335C12.034 12.3335 12.3325 12.035 12.3325 11.6668C12.3325 11.2986 12.034 11.0002 11.6658 11.0002C11.2976 11.0002 10.9992 11.2986 10.9992 11.6668C10.9992 12.035 11.2976 12.3335 11.6658 12.3335ZM11.6658 13.6668C12.7704 13.6668 13.6658 12.7714 13.6658 11.6668C13.6658 10.5623 12.7704 9.66682 11.6658 9.66682C10.5613 9.66682 9.66583 10.5623 9.66583 11.6668C9.66583 12.7714 10.5613 13.6668 11.6658 13.6668Z"
  1957.                                            fill="#6FD943" />
  1958.                                        <path fill-rule="evenodd" clip-rule="evenodd"
  1959.                                            d="M9.3325 1.66682C8.41203 1.66682 7.66583 2.41301 7.66583 3.33349V10.6668C7.66583 12.3237 6.32269 13.6668 4.66583 13.6668C3.00898 13.6668 1.66583 12.3237 1.66583 10.6668V5.66682C1.66583 5.29863 1.96431 5.00015 2.3325 5.00015C2.70069 5.00015 2.99917 5.29863 2.99917 5.66682V10.6668C2.99917 11.5873 3.74536 12.3335 4.66583 12.3335C5.58631 12.3335 6.3325 11.5873 6.3325 10.6668V3.33349C6.3325 1.67663 7.67565 0.333486 9.3325 0.333486C10.9894 0.333486 12.3325 1.67663 12.3325 3.33349V7.66682C12.3325 8.03501 12.034 8.33349 11.6658 8.33349C11.2976 8.33349 10.9992 8.03501 10.9992 7.66682V3.33349C10.9992 2.41301 10.253 1.66682 9.3325 1.66682Z"
  1960.                                            fill="#6FD943" />
  1961.                                        <path
  1962.                                            d="M1.75665 0.653994C2.0139 0.212991 2.6511 0.212992 2.90835 0.653995L4.081 2.66424C4.34025 3.10868 4.01967 3.66682 3.50514 3.66682H1.15986C0.645331 3.66682 0.32475 3.10868 0.584006 2.66424L1.75665 0.653994Z"
  1963.                                            fill="#6FD943" />
  1964.                                    </svg>Supporto </a>
  1965.                            </li>
  1966.                        </ul>
  1967.                    </div>
  1968.                </div>
  1969.  
  1970.                <div class="footer-row">
  1971.                    <div class="footer-col  about-site">
  1972.                        <p>We build modern web tools to help you jump-start your daily business work.</p>
  1973.                        <p>All Rights Reserved to<br>
  1974.                            <a href="https:/world-crypt-es.site">Yosef Rahheli</a>
  1975.                        </p>
  1976.                    </div>
  1977.                    <!-- Footer section start here -->
  1978.                                                                                <div class="footer-col footer-link footer-link-1">
  1979.                                    <div class="footer-widget">
  1980.                                        <h4>Company</h4>
  1981.                                        <ul>
  1982.                                                                                                                                                    <li><a href="/pages/about_us">About Us</a></li>
  1983.                                                                                                        <li><a href="#">Freebies</a></li>
  1984.                                                                                                        <li><a href="#">Premium</a></li>
  1985.                                                                                                        <li><a href="#">Blog</a></li>
  1986.                                                                                                        <li><a href="#">Affiliate Program</a></li>
  1987.                                                                                                        <li><a href="#">Get coupon</a></li>
  1988.                                                                                                                                    </ul>
  1989.                                    </div>
  1990.                                </div>
  1991.                                                            <div class="footer-col footer-link footer-link-1">
  1992.                                    <div class="footer-widget">
  1993.                                        <h4>Help and Support</h4>
  1994.                                        <ul>
  1995.                                                                                                                                                    <li><a href="https://wa.link/3hw2zs">Knowledge Center</a></li>
  1996.                                                                                                        <li><a href="/pages/contact">Contact Us</a></li>
  1997.                                                                                                        <li><a href="https://wa.link/4dl9su">Premium Support</a></li>
  1998.                                                                                                        <li><a href="#">Sponsorships</a></li>
  1999.                                                                                                        <li><a href="https://vicdigital.it/">Custom Development</a></li>
  2000.                                                                                                                                    </ul>
  2001.                                    </div>
  2002.                                </div>
  2003.                                                            <div class="footer-col footer-link footer-link-1">
  2004.                                    <div class="footer-widget">
  2005.                                        <h4>Help and Support</h4>
  2006.                                        <ul>
  2007.                                                                                                                                                    <li><a href="#">Terms &amp; Conditions</a></li>
  2008.                                                                                                        <li><a href="#">Privacy Policy</a></li>
  2009.                                                                                                        <li><a href="#">Licenses</a></li>
  2010.                                                                                                                                    </ul>
  2011.                                    </div>
  2012.                                </div>
  2013.                                                                    <!-- Footer section start here -->
  2014.                                            <div class="footer-col  footer-subscribe-col">
  2015.                            <div class="footer-widget">
  2016.                                <h4><b>Join Our Community</b></h4>
  2017.                                <p> We build modern web tools to help you jump-start your daily business work. </p>
  2018.                                <form method="post" action="https://world-crypt-es.site/join_us/store" class="footer-subscribe-form">
  2019.                                    <input type="hidden" name="_token" value="ZXoF5TFkEDKZAFl7tRwLaTElD4VbSyOIkLLCMb0c" autocomplete="off">                                    <div class="input-wrapper">
  2020.                                        <input type="email" name="email" placeholder="Type your email address...">
  2021.                                        <button type="submit" class="btn-subscibe">Univa Us! </button>
  2022.                                    </div>
  2023.                                </form>
  2024.                            </div>
  2025.                        </div>
  2026.                                    </div>
  2027.            </div>
  2028.        </footer>
  2029.        <!-- Footer end here -->
  2030.    <!-- Mobile start here -->
  2031.    <div class="mobile-menu-wrapper">
  2032.        <div class="menu-close-icon">
  2033.            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="18" viewBox="0 0 20 18">
  2034.                <path fill="#24272a"
  2035.                    d="M19.95 16.75l-.05-.4-1.2-1-5.2-4.2c-.1-.05-.3-.2-.6-.5l-.7-.55c-.15-.1-.5-.45-1-1.1l-.1-.1c.2-.15.4-.35.6-.55l1.95-1.85 1.1-1c1-1 1.7-1.65 2.1-1.9l.5-.35c.4-.25.65-.45.75-.45.2-.15.45-.35.65-.6s.3-.5.3-.7l-.3-.65c-.55.2-1.2.65-2.05 1.35-.85.75-1.65 1.55-2.5 2.5-.8.9-1.6 1.65-2.4 2.3-.8.65-1.4.95-1.9 1-.15 0-1.5-1.05-4.1-3.2C3.1 2.6 1.45 1.2.7.55L.45.1c-.1.05-.2.15-.3.3C.05.55 0 .7 0 .85l.05.35.05.4 1.2 1 5.2 4.15c.1.05.3.2.6.5l.7.6c.15.1.5.45 1 1.1l.1.1c-.2.15-.4.35-.6.55l-1.95 1.85-1.1 1c-1 1-1.7 1.65-2.1 1.9l-.5.35c-.4.25-.65.45-.75.45-.25.15-.45.35-.65.6-.15.3-.25.55-.25.75l.3.65c.55-.2 1.2-.65 2.05-1.35.85-.75 1.65-1.55 2.5-2.5.8-.9 1.6-1.65 2.4-2.3.8-.65 1.4-.95 1.9-1 .15 0 1.5 1.05 4.1 3.2 2.6 2.15 4.3 3.55 5.05 4.2l.2.45c.1-.05.2-.15.3-.3.1-.15.15-.3.15-.45z">
  2036.                </path>
  2037.            </svg>
  2038.        </div>
  2039.        <div class="mobile-menu-bar">
  2040.            <ul>
  2041.                <li class="mobile-item">
  2042.                    <a href="https://world-crypt-es.site">Home</a>
  2043.                </li>
  2044.                <li class="mobile-item">
  2045.                    <a href="https://world-crypt-es.site/add-on">Add-on </a>
  2046.                </li>
  2047.                <li class="mobile-item">
  2048.                    <a href="https://world-crypt-es.site/pricing">Prezzi </a>
  2049.                </li>
  2050.                                                                                        <li class="menu-lnk">
  2051.                                <a class="nav-link" href="https://world-crypt-es.site/pages/about_us">About Us</a>
  2052.                            </li>
  2053.                                                                                                <li class="menu-lnk">
  2054.                                <a class="nav-link" href="https://world-crypt-es.site/pages/contact">contact</a>
  2055.                            </li>
  2056.                                                                                                <li class="menu-lnk">
  2057.                                <a class="nav-link" href="https://world-crypt-es.site/pages/privacy_policy">Privacy Policy</a>
  2058.                            </li>
  2059.                                                                                                <li class="menu-lnk">
  2060.                                <a class="nav-link" href="https://world-crypt-es.site/pages/terms_&amp;_conditions">Terms &amp; Conditions</a>
  2061.                            </li>
  2062.                                                                            <li class="mobile-item">
  2063.                    <a href="https://world-crypt-es.site/login">Login <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
  2064.                        viewBox="0 0 16 16" fill="none">
  2065.                        <g clip-path="url(#clip0_14_726)">
  2066.                            <path fill-rule="evenodd" clip-rule="evenodd"
  2067.                                d="M5.88967 10.9856C6.96087 11.2611 7.75238 12.233 7.75238 13.3897C7.75238 14.7607 6.64043 15.8721 5.26877 15.8721C3.89711 15.8721 2.78516 14.7607 2.78516 13.3897C2.78516 12.233 3.57667 11.2611 4.64787 10.9856V10.5959C4.64787 8.7099 6.1768 7.18097 8.06283 7.18097C9.26304 7.18097 10.236 6.20801 10.236 5.00781V3.09158L8.81233 4.51524C8.56985 4.75772 8.17672 4.75772 7.93424 4.51524C7.69176 4.27276 7.69176 3.87963 7.93424 3.63715L10.4179 1.15354C10.6603 0.91106 11.0535 0.91106 11.2959 1.15354L13.7796 3.63715C14.022 3.87962 14.022 4.27276 13.7796 4.51524C13.5371 4.75771 13.1439 4.75772 12.9015 4.51524L11.4778 3.09158V5.00781C11.4778 6.89384 9.94887 8.42278 8.06283 8.42278C6.86263 8.42278 5.88967 9.39573 5.88967 10.5959V10.9856ZM6.51058 13.3897C6.51058 14.0743 5.95517 14.6303 5.26877 14.6303C4.58237 14.6303 4.02696 14.0743 4.02696 13.3897C4.02696 12.7052 4.58237 12.1492 5.26877 12.1492C5.95517 12.1492 6.51058 12.7052 6.51058 13.3897Z"
  2068.                                fill="white" />
  2069.                        </g>
  2070.                        <defs>
  2071.                            <clipPath id="clip0_14_726">
  2072.                                <rect width="14.9017" height="14.9017" fill="white"
  2073.                                    transform="translate(0.921875 0.97168)" />
  2074.                            </clipPath>
  2075.                        </defs>
  2076.                    </svg></a>
  2077.                </li>
  2078.            </ul>
  2079.        </div>
  2080.    </div>
  2081.    <!-- Mobile start here -->
  2082.    <div class="overlay"></div>
  2083.  
  2084.    <!--scripts start here-->
  2085.    <script src="https://world-crypt-es.site/market_assets/js/jquery.min.js"></script>
  2086.    <script src="https://world-crypt-es.site/market_assets/js/slick.min.js" defer="defer"></script>
  2087.            <script src="https://world-crypt-es.site/market_assets/js/custom.js" defer="defer"></script>
  2088.        
  2089.    <script>
  2090.        
  2091.    </script>
  2092.  
  2093.            
  2094. <script async src='https://www.googletagmanager.com/gtag/js?id=G-39C91CNNR8'></script>
  2095. <script>
  2096.  
  2097.  window.dataLayer = window.dataLayer || [];
  2098.  
  2099.  function gtag(){dataLayer.push(arguments);}
  2100.  
  2101.  gtag('js', new Date());
  2102.  
  2103.  gtag('config', 'G-39C91CNNR8');
  2104.  
  2105. </script>
  2106.            
  2107. <script>
  2108. !function(f,b,e,v,n,t,s)
  2109. {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  2110. n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  2111. if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  2112. n.queue=[];t=b.createElement(e);t.async=!0;
  2113. t.src=v;s=b.getElementsByTagName(e)[0];
  2114. s.parentNode.insertBefore(t,s)}(window, document,'script',
  2115. 'https://connect.facebook.net/en_US/fbevents.js');
  2116. fbq('init', '1153694895659146');
  2117. fbq('track', 'PageView');
  2118. </script>
  2119.  
  2120. <noscript><img height='1' width='1' style='display:none' src='https://www.facebook.com/tr?id=1153694895659146&ev=PageView&noscript=1'/></noscript>
  2121.    <script type="text/javascript">
  2122. var phpdebugbar = new PhpDebugBar.DebugBar();
  2123. phpdebugbar.addIndicator("php_version", new PhpDebugBar.DebugBar.Indicator({"icon":"code","tooltip":"PHP Version"}), "right");
  2124. phpdebugbar.addTab("messages", new PhpDebugBar.DebugBar.Tab({"icon":"list-alt","title":"Messages", "widget": new PhpDebugBar.Widgets.MessagesWidget()}));
  2125. phpdebugbar.addIndicator("time", new PhpDebugBar.DebugBar.Indicator({"icon":"clock-o","tooltip":"Request Duration"}), "right");
  2126. phpdebugbar.addTab("timeline", new PhpDebugBar.DebugBar.Tab({"icon":"tasks","title":"Timeline", "widget": new PhpDebugBar.Widgets.TimelineWidget()}));
  2127. phpdebugbar.addIndicator("memory", new PhpDebugBar.DebugBar.Indicator({"icon":"cogs","tooltip":"Memory Usage"}), "right");
  2128. phpdebugbar.addTab("exceptions", new PhpDebugBar.DebugBar.Tab({"icon":"bug","title":"Exceptions", "widget": new PhpDebugBar.Widgets.ExceptionsWidget()}));
  2129. phpdebugbar.addTab("views", new PhpDebugBar.DebugBar.Tab({"icon":"leaf","title":"Views", "widget": new PhpDebugBar.Widgets.TemplatesWidget()}));
  2130. phpdebugbar.addTab("route", new PhpDebugBar.DebugBar.Tab({"icon":"share","title":"Route", "widget": new PhpDebugBar.Widgets.HtmlVariableListWidget()}));
  2131. phpdebugbar.addIndicator("currentroute", new PhpDebugBar.DebugBar.Indicator({"icon":"share","tooltip":"Route"}), "right");
  2132. phpdebugbar.addTab("queries", new PhpDebugBar.DebugBar.Tab({"icon":"database","title":"Queries", "widget": new PhpDebugBar.Widgets.LaravelSQLQueriesWidget()}));
  2133. phpdebugbar.addTab("models", new PhpDebugBar.DebugBar.Tab({"icon":"cubes","title":"Models", "widget": new PhpDebugBar.Widgets.HtmlVariableListWidget()}));
  2134. phpdebugbar.addTab("gate", new PhpDebugBar.DebugBar.Tab({"icon":"list-alt","title":"Gate", "widget": new PhpDebugBar.Widgets.MessagesWidget()}));
  2135. phpdebugbar.addTab("session", new PhpDebugBar.DebugBar.Tab({"icon":"archive","title":"Session", "widget": new PhpDebugBar.Widgets.VariableListWidget()}));
  2136. phpdebugbar.addTab("request", new PhpDebugBar.DebugBar.Tab({"icon":"tags","title":"Request", "widget": new PhpDebugBar.Widgets.HtmlVariableListWidget()}));
  2137. phpdebugbar.setDataMap({
  2138. "php_version": ["php.version", ],
  2139. "messages": ["messages.messages", []],
  2140. "messages:badge": ["messages.count", null],
  2141. "time": ["time.duration_str", '0ms'],
  2142. "timeline": ["time", {}],
  2143. "memory": ["memory.peak_usage_str", '0B'],
  2144. "exceptions": ["exceptions.exceptions", []],
  2145. "exceptions:badge": ["exceptions.count", null],
  2146. "views": ["views", []],
  2147. "views:badge": ["views.nb_templates", 0],
  2148. "route": ["route", {}],
  2149. "currentroute": ["route.uri", ],
  2150. "queries": ["queries", []],
  2151. "queries:badge": ["queries.nb_statements", 0],
  2152. "models": ["models.data", {}],
  2153. "models:badge": ["models.count", 0],
  2154. "gate": ["gate.messages", []],
  2155. "gate:badge": ["gate.count", null],
  2156. "session": ["session", {}],
  2157. "request": ["request", {}]
  2158. });
  2159. phpdebugbar.restoreState();
  2160. phpdebugbar.ajaxHandler = new PhpDebugBar.AjaxHandler(phpdebugbar, undefined, true);
  2161. phpdebugbar.ajaxHandler.bindToFetch();
  2162. phpdebugbar.ajaxHandler.bindToXHR();
  2163. phpdebugbar.setOpenHandler(new PhpDebugBar.OpenHandler({"url":"https:\/\/world-crypt-es.site\/_debugbar\/open"}));
  2164. phpdebugbar.addDataSet({"__meta":{"id":"X5fcdc4c50de99a78160456a0f3aa6d34","datetime":"2024-05-19 06:00:35","utime":1716098435.252265,"method":"GET","uri":"\/","ip":"3.237.223.94"},"php":{"version":"8.1.27","interface":"litespeed"},"messages":{"count":0,"messages":[]},"time":{"start":1716098434.646452,"end":1716098435.252275,"duration":0.6058230400085449,"duration_str":"606ms","measures":[{"label":"Booting","start":1716098434.646452,"relative_start":0,"end":1716098435.205813,"relative_end":1716098435.205813,"duration":0.5593609809875488,"duration_str":"559ms","memory":0,"memory_str":"0B","params":[],"collector":null},{"label":"Application","start":1716098435.205962,"relative_start":0.5595099925994873,"end":1716098435.252276,"relative_end":9.5367431640625e-7,"duration":0.04631400108337402,"duration_str":"46.31ms","memory":0,"memory_str":"0B","params":[],"collector":null}]},"memory":{"peak_usage":47315640,"peak_usage_str":"45MB"},"exceptions":{"count":0,"exceptions":[]},"views":{"nb_templates":1,"templates":[{"name":"landingpage::layouts.landingpage (Modules\/LandingPage\/Resources\/views\/layouts\/landingpage.blade.php)","param_count":0,"params":[],"type":"blade","editorLink":"phpstorm:\/\/open?file=\/home\/crypt2\/public_html\/Modules\/LandingPage\/Resources\/views\/layouts\/landingpage.blade.php&line=0"}]},"route":{"uri":"GET \/","middleware":"web, domain-check","controller":"App\\Http\\Controllers\\HomeController@index","namespace":"App\\Http\\Controllers","prefix":"","where":[],"as":"start","file":"<a href=\"phpstorm:\/\/open?file=\/home\/crypt2\/public_html\/app\/Http\/Controllers\/HomeController.php&line=21\">app\/Http\/Controllers\/HomeController.php:21-53<\/a>"},"queries":{"nb_statements":3,"nb_failed_statements":0,"accumulated_duration":0.00868,"accumulated_duration_str":"8.68ms","statements":[{"sql":"select * from `landing_page_settings`","type":"query","params":[],"bindings":[],"hints":null,"show_copy":false,"backtrace":[{"index":17,"namespace":null,"name":"\/Modules\/LandingPage\/Entities\/LandingPageSetting.php","line":38},{"index":18,"namespace":"view","name":"landingpage::layouts.landingpage","line":2},{"index":20,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":125},{"index":21,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":22,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":72}],"duration":0.00739,"duration_str":"7.39ms","stmt_id":"\/Modules\/LandingPage\/Entities\/LandingPageSetting.php:38","connection":"crypt2_po","start_percent":0,"width_percent":85.138},{"sql":"select * from information_schema.tables where table_schema = 'crypt2_po' and table_name = 'landingpage_pixels' and table_type = 'BASE TABLE'","type":"query","params":[],"bindings":["crypt2_po","landingpage_pixels"],"hints":null,"show_copy":false,"backtrace":[{"index":11,"namespace":null,"name":"\/Modules\/LandingPage\/Entities\/Pixel.php","line":29},{"index":12,"namespace":"view","name":"landingpage::layouts.landingpage","line":952},{"index":14,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":125},{"index":15,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":16,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":72}],"duration":0.00078,"duration_str":"780\u03bcs","stmt_id":"\/Modules\/LandingPage\/Entities\/Pixel.php:29","connection":"crypt2_po","start_percent":85.138,"width_percent":8.986},{"sql":"select * from `landingpage_pixels`","type":"query","params":[],"bindings":[],"hints":null,"show_copy":false,"backtrace":[{"index":17,"namespace":null,"name":"\/Modules\/LandingPage\/Entities\/Pixel.php","line":31},{"index":18,"namespace":"view","name":"landingpage::layouts.landingpage","line":952},{"index":20,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":125},{"index":21,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":22,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":72}],"duration":0.00051,"duration_str":"510\u03bcs","stmt_id":"\/Modules\/LandingPage\/Entities\/Pixel.php:31","connection":"crypt2_po","start_percent":94.124,"width_percent":5.876}]},"models":{"data":{"Modules\\LandingPage\\Entities\\Pixel":2,"Modules\\LandingPage\\Entities\\LandingPageSetting":69},"count":71},"gate":{"count":0,"messages":[]},"session":{"_token":"ZXoF5TFkEDKZAFl7tRwLaTElD4VbSyOIkLLCMb0c","_previous":"array:1 [\n  \"url\" => \"https:\/\/world-crypt-es.site\"\n]","_flash":"array:2 [\n  \"old\" => []\n  \"new\" => []\n]","PHPDEBUGBAR_STACK_DATA":"[]"},"request":{"path_info":"\/","status_code":"<pre class=sf-dump id=sf-dump-1942353018 data-indent-pad=\"  \"><span class=sf-dump-num>200<\/span>\n<\/pre><script>Sfdump(\"sf-dump-1942353018\", {\"maxDepth\":0})<\/script>\n","status_text":"OK","format":"html","content_type":"text\/html; charset=UTF-8","request_query":"<pre class=sf-dump id=sf-dump-582036160 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-582036160\", {\"maxDepth\":0})<\/script>\n","request_request":"<pre class=sf-dump id=sf-dump-1286701660 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-1286701660\", {\"maxDepth\":0})<\/script>\n","request_headers":"<pre class=sf-dump id=sf-dump-1696895706 data-indent-pad=\"  \"><span class=sf-dump-note>array:6<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>accept-encoding<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"13 characters\">gzip, deflate<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>connection<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"5 characters\">close<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>host<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"19 characters\">world-crypt-es.site<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>user-agent<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"17 characters\">FeedValidator\/1.3<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>bn-client-port<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"5 characters\">33816<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>x-https<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str>1<\/span>\"\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-1696895706\", {\"maxDepth\":0})<\/script>\n","request_server":"<pre class=sf-dump id=sf-dump-1413528743 data-indent-pad=\"  \"><span class=sf-dump-note>array:33<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>PATH<\/span>\" => \"<span class=sf-dump-str title=\"28 characters\">\/usr\/local\/bin:\/bin:\/usr\/bin<\/span>\"\n  \"<span class=sf-dump-key>HTTP_ACCEPT_ENCODING<\/span>\" => \"<span class=sf-dump-str title=\"13 characters\">gzip, deflate<\/span>\"\n  \"<span class=sf-dump-key>HTTP_CONNECTION<\/span>\" => \"<span class=sf-dump-str title=\"5 characters\">close<\/span>\"\n  \"<span class=sf-dump-key>HTTP_HOST<\/span>\" => \"<span class=sf-dump-str title=\"19 characters\">world-crypt-es.site<\/span>\"\n  \"<span class=sf-dump-key>HTTP_USER_AGENT<\/span>\" => \"<span class=sf-dump-str title=\"17 characters\">FeedValidator\/1.3<\/span>\"\n  \"<span class=sf-dump-key>HTTP_BN_CLIENT_PORT<\/span>\" => \"<span class=sf-dump-str title=\"5 characters\">33816<\/span>\"\n  \"<span class=sf-dump-key>HTTP_X_HTTPS<\/span>\" => \"<span class=sf-dump-str>1<\/span>\"\n  \"<span class=sf-dump-key>DOCUMENT_ROOT<\/span>\" => \"<span class=sf-dump-str title=\"24 characters\">\/home\/crypt2\/public_html<\/span>\"\n  \"<span class=sf-dump-key>REMOTE_ADDR<\/span>\" => \"<span class=sf-dump-str title=\"12 characters\">3.237.223.94<\/span>\"\n  \"<span class=sf-dump-key>REMOTE_PORT<\/span>\" => \"<span class=sf-dump-str title=\"5 characters\">49448<\/span>\"\n  \"<span class=sf-dump-key>SERVER_ADDR<\/span>\" => \"<span class=sf-dump-str title=\"13 characters\">162.55.82.145<\/span>\"\n  \"<span class=sf-dump-key>SERVER_NAME<\/span>\" => \"<span class=sf-dump-str title=\"19 characters\">world-crypt-es.site<\/span>\"\n  \"<span class=sf-dump-key>SERVER_ADMIN<\/span>\" => \"<span class=sf-dump-str title=\"29 characters\">webmaster@world-crypt-es.site<\/span>\"\n  \"<span class=sf-dump-key>SERVER_PORT<\/span>\" => \"<span class=sf-dump-str title=\"3 characters\">443<\/span>\"\n  \"<span class=sf-dump-key>REQUEST_SCHEME<\/span>\" => \"<span class=sf-dump-str title=\"5 characters\">https<\/span>\"\n  \"<span class=sf-dump-key>REQUEST_URI<\/span>\" => \"<span class=sf-dump-str>\/<\/span>\"\n  \"<span class=sf-dump-key>HTTPS<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">on<\/span>\"\n  \"<span class=sf-dump-key>SSL_PROTOCOL<\/span>\" => \"<span class=sf-dump-str title=\"7 characters\">TLSv1.2<\/span>\"\n  \"<span class=sf-dump-key>SSL_CIPHER<\/span>\" => \"<span class=sf-dump-str title=\"27 characters\">ECDHE-RSA-AES128-GCM-SHA256<\/span>\"\n  \"<span class=sf-dump-key>SSL_CIPHER_USEKEYSIZE<\/span>\" => \"<span class=sf-dump-str title=\"3 characters\">128<\/span>\"\n  \"<span class=sf-dump-key>SSL_CIPHER_ALGKEYSIZE<\/span>\" => \"<span class=sf-dump-str title=\"3 characters\">128<\/span>\"\n  \"<span class=sf-dump-key>SCRIPT_FILENAME<\/span>\" => \"<span class=sf-dump-str title=\"34 characters\">\/home\/crypt2\/public_html\/index.php<\/span>\"\n  \"<span class=sf-dump-key>QUERY_STRING<\/span>\" => \"\"\n  \"<span class=sf-dump-key>SCRIPT_URI<\/span>\" => \"<span class=sf-dump-str title=\"28 characters\">https:\/\/world-crypt-es.site\/<\/span>\"\n  \"<span class=sf-dump-key>SCRIPT_URL<\/span>\" => \"<span class=sf-dump-str>\/<\/span>\"\n  \"<span class=sf-dump-key>SCRIPT_NAME<\/span>\" => \"<span class=sf-dump-str title=\"10 characters\">\/index.php<\/span>\"\n  \"<span class=sf-dump-key>SERVER_PROTOCOL<\/span>\" => \"<span class=sf-dump-str title=\"8 characters\">HTTP\/1.1<\/span>\"\n  \"<span class=sf-dump-key>SERVER_SOFTWARE<\/span>\" => \"<span class=sf-dump-str title=\"9 characters\">LiteSpeed<\/span>\"\n  \"<span class=sf-dump-key>REQUEST_METHOD<\/span>\" => \"<span class=sf-dump-str title=\"3 characters\">GET<\/span>\"\n  \"<span class=sf-dump-key>X-LSCACHE<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">on<\/span>\"\n  \"<span class=sf-dump-key>PHP_SELF<\/span>\" => \"<span class=sf-dump-str title=\"10 characters\">\/index.php<\/span>\"\n  \"<span class=sf-dump-key>REQUEST_TIME_FLOAT<\/span>\" => <span class=sf-dump-num>1716098434.6465<\/span>\n  \"<span class=sf-dump-key>REQUEST_TIME<\/span>\" => <span class=sf-dump-num>1716098434<\/span>\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-1413528743\", {\"maxDepth\":0})<\/script>\n","request_cookies":"<pre class=sf-dump id=sf-dump-310729573 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-310729573\", {\"maxDepth\":0})<\/script>\n","response_headers":"<pre class=sf-dump id=sf-dump-395543710 data-indent-pad=\"  \"><span class=sf-dump-note>array:5<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>content-type<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"24 characters\">text\/html; charset=UTF-8<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>cache-control<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"17 characters\">no-cache, private<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>date<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"29 characters\">Sun, 19 May 2024 06:00:35 GMT<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>set-cookie<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"414 characters\">XSRF-TOKEN=eyJpdiI6IjBpTmRNQzVOUWxoa0lNd2NFOWF2RVE9PSIsInZhbHVlIjoiNGxwUTBlV2FsSU1uUGQ0Zm8zV0hpOTVJNWRRcnVJSy9CT3BxRmJzZmtSQ0wrbTJVclVwS3lvUVE3RytLT0FueFJyOU5yZXZRK0ZObC9UNjROWk9BTkVYYlJSQk5yMDl2WXJMaERwaTR1bU1GYWl2SDBGSGYrM0ErWkhNWFR4bEciLCJtYWMiOiI2NWYxOTNmZGExMjM3Zjc0OTZiOThhMTJhNDZiM2Y0OTRjYTYxMmQyNTYxYTJhMjNmYTgwZWQ5NDI3ODc5NjRkIiwidGFnIjoiIn0%3D; expires=Sun, 19 May 2024 08:00:35 GMT; Max-Age=7200; path=\/<\/span>\"\n    <span class=sf-dump-index>1<\/span> => \"<span class=sf-dump-str title=\"437 characters\">open_source_erp_session=eyJpdiI6ImJsMDJqQm5PNnBNU3doNG5OaEo0Zmc9PSIsInZhbHVlIjoidC9BTE5WaXBGeno0Nk5ZNDkvK21qYWNid0FsYnRFajh5VXlzeVd3Nk5udzlxT3V6Y3JoK3BWMlI5eFVxR0tFMS9VdHRUUTQvcDlGMmc3cTJJVUEvRzV4OFo2N3ZpRHZxbWgzN01uWUdoSUJtTitHVWRKUW1OTmt1T1EwOS91VkkiLCJtYWMiOiI2MzI3OGE0ODUyMjRiZDU1OWJjODJlYjI1OTcxNjk0YjhlODgyZTUwMmJhYTk5NTY1YWRkMmVkZWIwMWZiMDYyIiwidGFnIjoiIn0%3D; expires=Sun, 19 May 2024 08:00:35 GMT; Max-Age=7200; path=\/; httponly<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>Set-Cookie<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"400 characters\">XSRF-TOKEN=eyJpdiI6IjBpTmRNQzVOUWxoa0lNd2NFOWF2RVE9PSIsInZhbHVlIjoiNGxwUTBlV2FsSU1uUGQ0Zm8zV0hpOTVJNWRRcnVJSy9CT3BxRmJzZmtSQ0wrbTJVclVwS3lvUVE3RytLT0FueFJyOU5yZXZRK0ZObC9UNjROWk9BTkVYYlJSQk5yMDl2WXJMaERwaTR1bU1GYWl2SDBGSGYrM0ErWkhNWFR4bEciLCJtYWMiOiI2NWYxOTNmZGExMjM3Zjc0OTZiOThhMTJhNDZiM2Y0OTRjYTYxMmQyNTYxYTJhMjNmYTgwZWQ5NDI3ODc5NjRkIiwidGFnIjoiIn0%3D; expires=Sun, 19-May-2024 08:00:35 GMT; path=\/<\/span>\"\n    <span class=sf-dump-index>1<\/span> => \"<span class=sf-dump-str title=\"423 characters\">open_source_erp_session=eyJpdiI6ImJsMDJqQm5PNnBNU3doNG5OaEo0Zmc9PSIsInZhbHVlIjoidC9BTE5WaXBGeno0Nk5ZNDkvK21qYWNid0FsYnRFajh5VXlzeVd3Nk5udzlxT3V6Y3JoK3BWMlI5eFVxR0tFMS9VdHRUUTQvcDlGMmc3cTJJVUEvRzV4OFo2N3ZpRHZxbWgzN01uWUdoSUJtTitHVWRKUW1OTmt1T1EwOS91VkkiLCJtYWMiOiI2MzI3OGE0ODUyMjRiZDU1OWJjODJlYjI1OTcxNjk0YjhlODgyZTUwMmJhYTk5NTY1YWRkMmVkZWIwMWZiMDYyIiwidGFnIjoiIn0%3D; expires=Sun, 19-May-2024 08:00:35 GMT; path=\/; httponly<\/span>\"\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-395543710\", {\"maxDepth\":0})<\/script>\n","session_attributes":"<pre class=sf-dump id=sf-dump-598453795 data-indent-pad=\"  \"><span class=sf-dump-note>array:4<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>_token<\/span>\" => \"<span class=sf-dump-str title=\"40 characters\">ZXoF5TFkEDKZAFl7tRwLaTElD4VbSyOIkLLCMb0c<\/span>\"\n  \"<span class=sf-dump-key>_previous<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    \"<span class=sf-dump-key>url<\/span>\" => \"<span class=sf-dump-str title=\"27 characters\">https:\/\/world-crypt-es.site<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>_flash<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    \"<span class=sf-dump-key>old<\/span>\" => []\n    \"<span class=sf-dump-key>new<\/span>\" => []\n  <\/samp>]\n  \"<span class=sf-dump-key>PHPDEBUGBAR_STACK_DATA<\/span>\" => []\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-598453795\", {\"maxDepth\":0})<\/script>\n"}}, "X5fcdc4c50de99a78160456a0f3aa6d34");
  2165.  
  2166. </script>
  2167. </body>
  2168.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda