CINXE.COM
Price Plan - Seers | Privacy & Consent Management | GDPR & CCPA
<!DOCTYPE html> <html lang="en-US"> <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.3",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v23.6 - https://yoast.com/wordpress/plugins/seo/ --> <title>Price Plan - Seers | Privacy & Consent Management | GDPR & CCPA</title><link rel="stylesheet" href="https://seersco.com/wp-content/cache/min/1/d2fccf15afb1c3f3e7d1f217019d6386.css" media="all" data-minify="1" /> <meta name="description" content="Flexible Pricing Plans for GDPR & Privacy Management | Seers - Choose Right Plan for Business Needs with Affordable & Comprehensive Privacy Solutions" /> <link rel="canonical" href="https://seersco.com/price-plan/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Price Plan - Seers | Privacy & Consent Management | GDPR & CCPA" /> <meta property="og:description" content="Flexible Pricing Plans for GDPR & Privacy Management | Seers - Choose Right Plan for Business Needs with Affordable & Comprehensive Privacy Solutions" /> <meta property="og:url" content="https://seersco.com/price-plan/" /> <meta property="og:site_name" content="Seers | Privacy & Consent Management Platform | GDPR & CCPA" /> <meta property="article:modified_time" content="2024-06-05T06:08:45+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="1 minute" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://seersco.com/price-plan/","url":"https://seersco.com/price-plan/","name":"Price Plan - Seers | Privacy & Consent Management | GDPR & CCPA","isPartOf":{"@id":"https://seersco.com/#website"},"datePublished":"2023-05-30T17:27:07+00:00","dateModified":"2024-06-05T06:08:45+00:00","description":"Flexible Pricing Plans for GDPR & Privacy Management | Seers - Choose Right Plan for Business Needs with Affordable & Comprehensive Privacy Solutions","breadcrumb":{"@id":"https://seersco.com/price-plan/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://seersco.com/price-plan/"]}]},{"@type":"BreadcrumbList","@id":"https://seersco.com/price-plan/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://seersco.com/"},{"@type":"ListItem","position":2,"name":"Price Plan"}]},{"@type":"WebSite","@id":"https://seersco.com/#website","url":"https://seersco.com/","name":"Seers | Privacy & Consent Management Platform | GDPR & CCPA","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://seersco.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//js.hs-scripts.com' /> <link rel='dns-prefetch' href='//cdn.jsdelivr.net' /> <link rel='dns-prefetch' href='//maps.googleapis.com' /> <link rel='dns-prefetch' href='//maps.gstatic.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//fonts.gstatic.com' /> <link rel='dns-prefetch' href='//ajax.googleapis.com' /> <link rel='dns-prefetch' href='//apis.google.com' /> <link rel='dns-prefetch' href='//google-analytics.com' /> <link rel='dns-prefetch' href='//www.google-analytics.com' /> <link rel='dns-prefetch' href='//ssl.google-analytics.com' /> <link rel='dns-prefetch' href='//youtube.com' /> <link rel='dns-prefetch' href='//api.pinterest.com' /> <link rel='dns-prefetch' href='//cdnjs.cloudflare.com' /> <link rel='dns-prefetch' href='//connect.facebook.net' /> <link rel='dns-prefetch' href='//platform.twitter.com' /> <link rel='dns-prefetch' href='//syndication.twitter.com' /> <link rel='dns-prefetch' href='//platform.instagram.com' /> <link rel='dns-prefetch' href='//disqus.com' /> <link rel='dns-prefetch' href='//sitename.disqus.com' /> <link rel='dns-prefetch' href='//s7.addthis.com' /> <link rel='dns-prefetch' href='//platform.linkedin.com' /> <link rel='dns-prefetch' href='//w.sharethis.com' /> <link rel='dns-prefetch' href='//i0.wp.com' /> <link rel='dns-prefetch' href='//i1.wp.com' /> <link rel='dns-prefetch' href='//i2.wp.com' /> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//pixel.wp.com' /> <link rel='dns-prefetch' href='//s.gravatar.com' /> <link rel='dns-prefetch' href='//0.gravatar.com' /> <link rel='dns-prefetch' href='//2.gravatar.com' /> <link rel='dns-prefetch' href='//1.gravatar.com' /> <link rel="alternate" type="application/rss+xml" title="Seers | Privacy & Consent Management Platform | GDPR & CCPA » Feed" href="https://seersco.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Seers | Privacy & Consent Management Platform | GDPR & CCPA » Comments Feed" href="https://seersco.com/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.2.2 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-6K1TDS4L55" data-cfasync="false" data-wpfc-render="false" async></script> <script type="rocketlazyloadscript" data-cfasync="false" data-wpfc-render="false"> var mi_version = '9.2.2'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/seersco.com\/price-plan\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-6K1TDS4L55', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-6K1TDS4L55', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="rocketlazyloadscript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/seersco.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.6.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <link rel='stylesheet' id='seersco-style-css' href='https://seersco.com/wp-content/plugins/seersco-elementor-widgets/css/style.css?ver=6.6.1' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <style id='safe-svg-svg-icon-style-inline-css'> .safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{height:100%;max-height:100%;max-width:100%;width:100%} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #FFFFFF;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--dark-gray: #28303D;--wp--preset--color--gray: #39414D;--wp--preset--color--green: #D1E4DD;--wp--preset--color--blue: #D1DFE4;--wp--preset--color--purple: #D1D1E4;--wp--preset--color--red: #E4D1D1;--wp--preset--color--orange: #E4DAD1;--wp--preset--color--yellow: #EEEADD;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--gradient--purple-to-yellow: linear-gradient(160deg, #D1D1E4 0%, #EEEADD 100%);--wp--preset--gradient--yellow-to-purple: linear-gradient(160deg, #EEEADD 0%, #D1D1E4 100%);--wp--preset--gradient--green-to-yellow: linear-gradient(160deg, #D1E4DD 0%, #EEEADD 100%);--wp--preset--gradient--yellow-to-green: linear-gradient(160deg, #EEEADD 0%, #D1E4DD 100%);--wp--preset--gradient--red-to-yellow: linear-gradient(160deg, #E4D1D1 0%, #EEEADD 100%);--wp--preset--gradient--yellow-to-red: linear-gradient(160deg, #EEEADD 0%, #E4D1D1 100%);--wp--preset--gradient--purple-to-red: linear-gradient(160deg, #D1D1E4 0%, #E4D1D1 100%);--wp--preset--gradient--red-to-purple: linear-gradient(160deg, #E4D1D1 0%, #D1D1E4 100%);--wp--preset--font-size--small: 18px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 24px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--extra-small: 16px;--wp--preset--font-size--normal: 20px;--wp--preset--font-size--extra-large: 40px;--wp--preset--font-size--huge: 96px;--wp--preset--font-size--gigantic: 144px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='twenty-twenty-one-print-style-css' href='https://seersco.com/wp-content/themes/twentytwentyone/assets/css/print.css?ver=1.0%20License:' media='print' /> <link rel='stylesheet' id='elementor-post-31-css' href='https://seersco.com/wp-content/uploads/elementor/css/post-31.css?ver=1728890444' media='all' /> <link rel='stylesheet' id='elementor-global-css' href='https://seersco.com/wp-content/uploads/elementor/css/global.css?ver=1728890447' media='all' /> <link rel='stylesheet' id='elementor-post-3749-css' href='https://seersco.com/wp-content/uploads/elementor/css/post-3749.css?ver=1728890523' media='all' /> <link rel='stylesheet' id='elementor-post-48-css' href='https://seersco.com/wp-content/uploads/elementor/css/post-48.css?ver=1728890447' media='all' /> <link rel='stylesheet' id='elementor-post-138-css' href='https://seersco.com/wp-content/uploads/elementor/css/post-138.css?ver=1728890450' media='all' /> <style id='rocket-lazyload-inline-css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://seersco.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0} </style> <script src="https://seersco.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script> <script src="https://seersco.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.2.2" id="monsterinsights-frontend-script-js" async data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/seersco.com","hash_tracking":"false","v4_id":"G-6K1TDS4L55"};</script> <script type="rocketlazyloadscript" id="twenty-twenty-one-ie11-polyfills-js-after"> ( Element.prototype.matches && Element.prototype.closest && window.NodeList && NodeList.prototype.forEach ) || document.write( '<script data-minify="1" src="https://seersco.com/wp-content/cache/min/1/wp-content/themes/twentytwentyone/assets/js/polyfills.js?ver=1728890452" defer></scr' + 'ipt>' ); </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://seersco.com/wp-content/cache/min/1/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js?ver=1728890452" id="twenty-twenty-one-primary-navigation-script-js" defer data-wp-strategy="defer"></script> <link rel="https://api.w.org/" href="https://seersco.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://seersco.com/wp-json/wp/v2/pages/3749" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://seersco.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://seersco.com/?p=3749' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://seersco.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fseersco.com%2Fprice-plan%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://seersco.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fseersco.com%2Fprice-plan%2F&format=xml" /> <!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.1.65--> <script type="rocketlazyloadscript" class="hsq-set-content-id" data-content-id="standard-page"> var _hsq = _hsq || []; _hsq.push(["setContentType", "standard-page"]); </script> <!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin --> <script type="rocketlazyloadscript" data-key="$2y$10$FySnpcl51kIUquse6UhN9OC2mtB.cewgjLZq7Yogn68.a65xX55S" data-name="CookieXray" data-rocket-src="https://cdn.seersco.com/banners/15980/13355/cb.js" data-rocket-type="text/javascript" defer></script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-MW25NZLT');</script> <!-- End Google Tag Manager --> <meta name="generator" content="Elementor 3.24.6; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap"> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <meta name="theme-color" content="#FFFFFF"> <link rel="icon" href="https://seersco.com/wp-content/uploads/2023/03/cropped-favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://seersco.com/wp-content/uploads/2023/03/cropped-favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://seersco.com/wp-content/uploads/2023/03/cropped-favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://seersco.com/wp-content/uploads/2023/03/cropped-favicon-270x270.png" /> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head> <body class="page-template-default page page-id-3749 wp-embed-responsive is-light-theme no-js singular has-main-navigation elementor-default elementor-template-full-width elementor-kit-31 elementor-page elementor-page-3749"> <div data-elementor-type="header" data-elementor-id="48" class="elementor elementor-48 elementor-location-header" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-d1797fc elementor-section-full_width elementor-section-content-middle elementor-hidden-mobile elementor-section-height-default elementor-section-height-default" data-id="d1797fc" data-element_type="section" data-settings="{"sticky":"top","sticky_on":["desktop"],"background_background":"classic","sticky_offset":0,"sticky_effects_offset":0}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7d33565" data-id="7d33565" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-b323427 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="b323427" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9ea5116" data-id="9ea5116" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-74b1e8d elementor-widget elementor-widget-image" data-id="74b1e8d" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://seersco.com"> <img width="602" height="185" src="https://seersco.com/wp-content/uploads/2023/03/seers-logo-1.svg" title="seers-logo" alt="" loading="lazy" /> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1801996" data-id="1801996" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7f54a03 elementor-nav-menu--dropdown-none elementor-nav-menu__align-end elementor-widget__width-auto elementor-widget elementor-widget-nav-menu" data-id="7f54a03" data-element_type="widget" data-settings="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"> <ul id="menu-1-7f54a03" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-59"><a href="#" class="elementor-item elementor-item-anchor">SOLUTIONS</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1888"><a href="https://seersco.com/cookie-consent-management-solution/" class="elementor-sub-item">Cookie Consent Management</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1887"><a href="https://seersco.com/gdpr-audit/" class="elementor-sub-item">GDPR Audit</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5017"><a href="https://seersco.com/policy-generator/" class="elementor-sub-item">Policy Generator</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3846"><a href="https://seersco.com/gdpr-staff-e-training/" class="elementor-sub-item">GDPR Staff e Training</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-5103"><a href="https://seersco.com/products/" class="elementor-item">PRODUCTS</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5116"><a href="https://seersco.com/products/wordpress-cookie-consent/" class="elementor-sub-item">WordPress</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5114"><a href="https://seersco.com/products/shopify-cookie-consent/" class="elementor-sub-item">Shopify</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5115"><a href="https://seersco.com/products/magento-cookie-consent/" class="elementor-sub-item">Magento</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5108"><a href="https://seersco.com/products/drupal-cookie-consent-plugin/" class="elementor-sub-item">Drupal</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-3749 current_page_item menu-item-4104"><a href="https://seersco.com/price-plan/" aria-current="page" class="elementor-item elementor-item-active">PRICING</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4943"><a href="https://seersco.com/company-partners/" class="elementor-item">PARTNERS</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-63"><a href="https://dashboard.seersco.com/login?uuid=acae8096-2025-4608-9cdc-904c15857a8c" class="elementor-item">LOGIN</a></li> </ul> </nav> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-7f54a03" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-59"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">SOLUTIONS</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1888"><a href="https://seersco.com/cookie-consent-management-solution/" class="elementor-sub-item" tabindex="-1">Cookie Consent Management</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1887"><a href="https://seersco.com/gdpr-audit/" class="elementor-sub-item" tabindex="-1">GDPR Audit</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5017"><a href="https://seersco.com/policy-generator/" class="elementor-sub-item" tabindex="-1">Policy Generator</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3846"><a href="https://seersco.com/gdpr-staff-e-training/" class="elementor-sub-item" tabindex="-1">GDPR Staff e Training</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-5103"><a href="https://seersco.com/products/" class="elementor-item" tabindex="-1">PRODUCTS</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5116"><a href="https://seersco.com/products/wordpress-cookie-consent/" class="elementor-sub-item" tabindex="-1">WordPress</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5114"><a href="https://seersco.com/products/shopify-cookie-consent/" class="elementor-sub-item" tabindex="-1">Shopify</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5115"><a href="https://seersco.com/products/magento-cookie-consent/" class="elementor-sub-item" tabindex="-1">Magento</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5108"><a href="https://seersco.com/products/drupal-cookie-consent-plugin/" class="elementor-sub-item" tabindex="-1">Drupal</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-3749 current_page_item menu-item-4104"><a href="https://seersco.com/price-plan/" aria-current="page" class="elementor-item elementor-item-active" tabindex="-1">PRICING</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4943"><a href="https://seersco.com/company-partners/" class="elementor-item" tabindex="-1">PARTNERS</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-63"><a href="https://dashboard.seersco.com/login?uuid=acae8096-2025-4608-9cdc-904c15857a8c" class="elementor-item" tabindex="-1">LOGIN</a></li> </ul> </nav> </div> </div> <div class="elementor-element elementor-element-3501d6f elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="3501d6f" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://calendly.com/seers/seers-demo"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">WATCH A DEMO</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-40a800d elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="40a800d" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://dashboard.seersco.com/register/business"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">START FREE</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-0783b0f elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="0783b0f" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="640" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20480'%3E%3C/svg%3E" title="gb" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/gb.svg" /><noscript><img width="640" height="480" src="https://seersco.com/wp-content/uploads/2023/03/gb.svg" title="gb" alt="" loading="lazy" /></noscript> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-dcce8c5 elementor-section-full_width elementor-section-content-middle elementor-hidden-desktop elementor-hidden-tablet elementor-section-height-default elementor-section-height-default" data-id="dcce8c5" data-element_type="section" data-settings="{"sticky":"top","sticky_on":["desktop"],"background_background":"classic","sticky_offset":0,"sticky_effects_offset":0}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-673a2a6" data-id="673a2a6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-41c67cb elementor-widget elementor-widget-image" data-id="41c67cb" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="602" height="185" src="https://seersco.com/wp-content/uploads/2023/03/seers-logo-1.svg" title="seers-logo" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5764e2a" data-id="5764e2a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-caaa885 elementor-view-default elementor-widget elementor-widget-icon" data-id="caaa885" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjgwMSIsInRvZ2dsZSI6dHJ1ZX0%3D"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 302.4 268.8"><title>open-menu-icon</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path d="M0,224H302.4v44.8H0Z"></path><path d="M0,112H302.4v44.8H0Z"></path><path d="M0,0H302.4V44.8H0Z"></path></g></g></svg> </a> </div> </div> </div> </div> </div> </div> </section> </div> <div data-elementor-type="wp-page" data-elementor-id="3749" class="elementor elementor-3749" data-elementor-post-type="page"> <div class="elementor-element elementor-element-5435bd2 e-con-full e-flex e-con e-parent" data-id="5435bd2" data-element_type="container" id="pricing_overflow"> <div class="elementor-element elementor-element-a5982cd elementor-widget elementor-widget-shortcode" data-id="a5982cd" data-element_type="widget" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div class="elementor-shortcode"> <div class="elementor-element elementor-widget elementor-widget-pricingplans" data-id="446bda7"> <main> <div class="pricing-banner"> <div class="container"> <div class="row"> <div class="col-12 col-sm-12 col-md-12 col-lg-10 col-xl-10 mx-auto"> <h1 class="font-weight-bold simple_pricing_title"> <strong class="border-green">Simple</strong> <strong class="text-green">Pricing</strong> </h1> </div> </div> </div> </div> <section class="pricing-hol bg-white"> <div class="container"> <div class="row"> <div class="pricing-content col-12 col-sm-12 col-md-12 col-lg-11 col-xl-11 mx-auto text-center"> <div class="row"> <ul id="tabs" role="tablist" class="nav nav-tabs col-12 p-0 mb-3"> <li class="nav-item triggerable-class"><a data-nav="1" class="nav-link active">Cookie Consent</a></li> <li class="nav-item triggerable-class"><a data-nav="2" class="nav-link">GDPR Staff eTraining</a></li> <li class="nav-item triggerable-class"><a data-nav="3" class="nav-link">Assessment and Policy Pack</a></li> </ul> </div> <div class="tab_content seers-cookie-consent" style="display:block;" data-tab="1"> <div class="row"> <div class="col-12 col-sm-12 col-md-7 col-lg-9 col-xl-9 mb-3"> <div class="domains-list-hol d-flex align-items-end"> <h5 class="plan-title font-weight-bold mr-3 m-0"> Domains: </h5> <div class="domain-range d-flex align-items-center"> <div class="domain-range-list d-flex flex-column position-relative"> <ul class="list-unstyled d-flex align-items-center mb-0"> <li class="selected_rang_vl">1</li> <li class="">2</li> <li class="">3</li> <li class="">4</li> <li class="">5</li> <li class="">6</li> <li class="">7</li> <li class="">8</li> <li class="">9</li> <li class="">10</li> </ul> <input type="range" min="1" max="10" steps="1" value="1" class="e-range"> <a href="https://seersco.com/contact" class="color-grey more-btn-link">More</a> </div> </div> </div> </div> <div class="mb-3 p-0 lnr-arrow-down-circlecol-12 col-sm-12 col-md-5 col-lg-3 col-xl-3 d-flex justify-content-xl-end justify-content-lg-end justify-content-md-center justify-content-sm-center justify-content-center align-items-center"> <div class="international-pricing w-100 d-flex justify-content-around align-items-center"><button class="international-price mr-2">$</button> <button class="international-price mr-2 active-currency">£</button> <button class="international-price mr-2">€</button> <button class="international-price">R$</button></div> </div> </div> <div class="row mb-3 align-items-center"> <div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4 mb-3"> <ul class="list-unstyled mb-0 get-off-btn-hol"> <li class="d-flex align-items-center"><button class="get-off-btn mr-2">Get 15% off</button>every extra domain (up to 5 domains) </li> </ul> </div> <div class="col-12 col-sm-12 col-md-6 col-lg-5 col-xl-5 mb-3"> <ul class="list-unstyled mb-0 get-off-btn-hol"> <li class="d-flex align-items-center"><button class="get-off-btn mr-2">Get 20% off</button>every extra domain (above 6 domains) </li> </ul> </div> <div class="col-12 col-sm-12 col-md-6 col-lg-3 col-xl-3 mb-3"> <div class="monthly-yearly-hol"><input id="price-check" type="checkbox"> <label for="price-check"><span>Monthly</span><span>Yearly</span></label> <span class="yearly-tooltip">Save 2 months</span></div> </div> </div> <div class="row m-0"> <div class="col-12" style="border-bottom: 1px solid rgb(193, 193, 193) !important;"></div> </div> <div class="row"> <div id="content" class="tab-content col-12 p-0"> <div class="card"> <div class="card-body"> <div class="row pricing-cards mb-3 mx-0"> <div class="mb-5 py-5 d-flex"> <div class="pricing-card platinum products not-hover d-flex flex-column justify-content-between bg-white box-shadow-0 border-radius-0 h-100 pt-3 mr-5 pl-0"> <div class="content-hol"> <h4 class="text-uppercase text-left">Product</h4> <span class="price-title text-uppercase detail-head">DETAILS</span> <ul class="list-unstyled mb-5"> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Domains </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Consent Logs </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Branding </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Child privacy </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Analytics & Reporting </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Scan Pages </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Customer Support </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Cookie Auto Blocking </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Geo Location (Auto) </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Subdomains </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Domain Scan Frequency </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Cookie Database </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Cookie Policy </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Multi-Lingual </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> CCPA Banner </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Vendor Management </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Google Consent Mode </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Uptime </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> WCAG 2.1 Compliant </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Complaint-Badge </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> GPC Complaint </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Iab Complaint </li> <li class="text-blue mb-2 text-left d-flex justify-content-start align-items-center"> Do Not Sell Banner </li> </ul> </div> </div> </div> <div id="pricePlanCards" class="mb-5 d-flex pricing-cards-hol py-5 pl-2 pr-2 row"> <div class="mx-1 same-width"> <div class="pricing-card d-flex flex-column justify-content-between bg-white radius-7 p-3 h-100 basic"> <!----> <div class="content-hol"> <h4 class="text-left text-uppercase"> Free </h4> <span class="price-title"> Free </span> <ul class="list-unstyled pl-5 mb-5"> <li id="Domains0" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span>1 </span> <!----> <!----> <!----> <!----> </li> <li id="Consent Logs1" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> 100 logs </span> <!----> <!----> <!----> <!----> </li> <li id="Branding2" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> No Logo logs </span> <!----> <!----> <!----> <!----> </li> <li id="Child privacy3" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Analytics & Reporting4" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Scan Pages5" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> 100 </span> <!----> <!----> <!----> <!----> </li> <li id="Customer Support6" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Cookie Auto Blocking7" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Geo Location (Auto)8" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> 0 </span> <!----> <!----> <!----> <!----> </li> <li id="Subdomains9" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Domain Scan Frequency10" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> Quarterly </span> <!----> <!----> <!----> <!----> </li> <li id="Cookie Database11" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Cookie Policy12" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Multi-Lingual13" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="CCPA Banner14" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Vendor Management15" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Google Consent Mode16" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Uptime17" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="WCAG 2.1 Compliant18" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Complaint-Badge19" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="GPC Complaint20" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Iab Complaint21" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Do Not Sell Banner22" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> </ul> <a class="mx-auto mb-3 d-block" style="left: 50%; transform: translateX(-50%); position: absolute; bottom: 10px;"><i class="fas fa-chevron-circle-down"></i></a> <!----> </div> <a class="btn basic"><span>START FREE</span></a> </div> </div> <div class="mx-1 same-width"> <div class="pricing-card d-flex flex-column justify-content-between bg-white radius-7 p-3 h-100 silver"> <!----> <div class="content-hol"> <h4 class="text-left text-uppercase"> Basic </h4> <span class="price-title"> Basic </span> <ul class="list-unstyled pl-5 mb-5"> <li id="Domains0" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span>1 </span> <!----> <!----> <!----> <!----> </li> <li id="Consent Logs1" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> 100000 logs </span> <!----> <!----> <!----> <!----> </li> <li id="Branding2" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> Own Logo logs </span> <!----> <!----> <!----> <!----> </li> <li id="Child privacy3" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Analytics & Reporting4" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Scan Pages5" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> Unlimited </span> <!----> <!----> <!----> <!----> </li> <li id="Customer Support6" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Auto Blocking7" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Geo Location (Auto)8" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> UK, US & EU </span> <!----> <!----> <!----> <!----> </li> <li id="Subdomains9" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Domain Scan Frequency10" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> Quarterly </span> <!----> <!----> <!----> <!----> </li> <li id="Cookie Database11" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Cookie Policy12" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Multi-Lingual13" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> 28 languages </span> <!----> <!----> <!----> <!----> </li> <li id="CCPA Banner14" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Vendor Management15" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Google Consent Mode16" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Uptime17" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> 24/7 </span> <!----> <!----> <!----> <!----> </li> <li id="WCAG 2.1 Compliant18" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Complaint-Badge19" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="GPC Complaint20" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Iab Complaint21" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Do Not Sell Banner22" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> </ul> <a class="mx-auto mb-3 d-block" style="left: 50%; transform: translateX(-50%); position: absolute; bottom: 10px;"><i class="fas fa-chevron-circle-down"></i></a> <!----> </div> <a class="btn silver"><span>CHOOSE</span></a> </div> </div> <div class="mx-1 same-width"> <div class="pricing-card d-flex flex-column justify-content-between bg-white radius-7 p-3 h-100 detail gold"> <!----> <div class="content-hol"> <h4 class="text-left text-uppercase"> Pro+ </h4> <span class="price-title"> Pro+ </span> <ul class="list-unstyled pl-5 mb-5"> <li id="Domains0" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span>1 </span> <!----> <!----> <!----> <!----> </li> <li id="Consent Logs1" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> 300000 logs </span> <!----> <!----> <!----> <!----> </li> <li id="Branding2" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> Own Logo logs </span> <!----> <!----> <!----> <!----> </li> <li id="Child privacy3" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Analytics & Reporting4" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Scan Pages5" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> Unlimited </span> <!----> <!----> <!----> <!----> </li> <li id="Customer Support6" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Auto Blocking7" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Geo Location (Auto)8" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> UK, US & EU </span> <!----> <!----> <!----> <!----> </li> <li id="Subdomains9" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Domain Scan Frequency10" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> Monthly </span> <!----> <!----> <!----> <!----> </li> <li id="Cookie Database11" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Cookie Policy12" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Multi-Lingual13" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> 28 languages </span> <!----> <!----> <!----> <!----> </li> <li id="CCPA Banner14" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Vendor Management15" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Google Consent Mode16" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Uptime17" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> 24/7 </span> <!----> <!----> <!----> <!----> </li> <li id="WCAG 2.1 Compliant18" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/yellow-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Complaint-Badge19" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="GPC Complaint20" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Iab Complaint21" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Do Not Sell Banner22" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="10" height="10" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3C/svg%3E" alt="Customer Support" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg"><noscript><img width="10" height="10" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/red-cross.svg" alt="Customer Support"></noscript> </span> <!----> <!----> <!----> <!----> </li> </ul> <a class="mx-auto mb-3 d-block" style="left: 50%; transform: translateX(-50%); position: absolute; bottom: 10px;"><i class="fas fa-chevron-circle-down"></i></a> <!----> </div> <a class="btn detail gold"><span>CHOOSE</span></a> </div> </div> <div class="mx-1 same-width"> <div class="pricing-card d-flex flex-column justify-content-between bg-white radius-7 p-3 h-100 platinum pricing_platinum"> <!----> <div class="content-hol"> <h4 class="text-left text-uppercase"> Ultimate </h4> <span class="price-title"> Ultimate </span> <ul class="list-unstyled pl-5 mb-5"> <li id="Domains0" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span>1 </span> <!----> <!----> <!----> <!----> </li> <li id="Consent logs per domain1" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> 1000000 logs </span> <!----> <!----> <!----> <!----> </li> <li id="Branding2" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> Own Logo logs </span> <!----> <!----> <!----> <!----> </li> <li id="Child privacy3" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Analytics & Reporting4" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Scan Pages5" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> Unlimited </span> <!----> <!----> <!----> <!----> </li> <li id="Customer Support6" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Auto Blocking7" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Geo Location (Auto)8" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> UK, US & EU </span> <!----> <!----> <!----> <!----> </li> <li id="Subdomains9" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Domain Scan Frequency10" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> Monthly </span> <!----> <!----> <!----> <!----> </li> <li id="Cookie Database11" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Cookie Policy12" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Multi-Lingual13" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> 28 languages </span> <!----> <!----> <!----> <!----> </li> <li id="CCPA Banner14" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Vendor Management15" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Google Consent Mode16" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Uptime17" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> 24/7 </span> <!----> <!----> <!----> <!----> </li> <li id="WCAG 2.1 Compliant18" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Complaint-Badge19" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="GPC Complaint20" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Iab Complaint21" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> <li id="Do Not Sell Banner22" class="d-flex justify-content-end align-items-center mb-2"> <!----> <span> <img width="12" height="9" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%209'%3E%3C/svg%3E" alt="Flexible Integrations" data-lazy-src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg"><noscript><img width="12" height="9" decoding="async" src="https://seersco.com/wp-content/themes/twentytwentyone_child/assets/design-new/green-tick.svg" alt="Flexible Integrations"></noscript> </span> <!----> <!----> <!----> <!----> </li> </ul> <a class="mx-auto mb-3 d-block" style="left: 50%; transform: translateX(-50%); position: absolute; bottom: 10px;"><i class="fas fa-chevron-circle-down"></i></a> <!----> </div> <a class="btn platinum"><span>CHOOSE</span></a> </div> </div> </div> </div> <div class="row mb-5"> <div class="col-12"> <h5 class="vat text-blue text-left">*Price excludes VAT</h5> </div> </div> <div class="row py-5 Questions-hol"> <div class="col-12 text-center mb-5"> <h2>Frequently Asked Questions</h2> </div> <div class="col-12 p-0"> <!--<div class="question-hol"> <details> <summary>Which payment method is accepted?</summary> <div> We accept Credit/Debit cards. You can also pay by PayPal. </div> </details> <details> <summary>Does your prices include taxes?</summary> <div> Except where it is mentioned the taxes (VAT, Sales taxes and others) are not included. </div> </details> <details> <summary>How will the payment appear on my bill?</summary> <div> Your payment will be listed on your bill as Seersco followed by the amount quoted on our site. If necessary, your card issuing bank will convert this amount into your local currency at the current exchange rate. </div> </details> <details> <summary>Can I pay by PayPal?</summary> <div> <p>You can also pay by PayPal.</p> </div> </details> <details> <summary>Which pricing model do you suggest I choose?</summary> <div> You can choose according to the needs of your business. </div> </details> <details> <summary>Do you offer discounts?</summary> <div> Our products are priced to be affordable. We are already providing products at competitive prices. </div> </details> <details> <summary>Can I buy more than 250 training?</summary> <div> <p>Yes, You can reach us at <a href="mailto:%20support@seersco.com" target="_blank" rel="noopener">support@seersco.com</a></p> </div> </details> <details> <summary>What payment methods do we accept?</summary> <div> <p>We take credit and debit cards as a preferred mode of payment. However, you can pay via Bank transfer and PayPal by <a href="https://seersco.com/contact" target="_blank" rel="noopener">Contacting us</a>.</p> </div> </details> <details> <summary>Still have questions in your mind?</summary> <div> Contact us on <a href="https://seersco.com/contact">https://seersco.com/contact</a>, and we will quote you with the package according to your requirements. </div> </details> <details> <summary>Are there any hidden charges or contracts?</summary> <div> <p>We don’t have any hidden charges. See our cancellation <a href="https://seersco.com/terms-and-conditions.html" target="_blank" rel="noopener">terms of use</a></p> </div> </details> <details> <summary>Is the payment for a one-off?</summary> <div> Yes, you only have to pay once for any number of staff you want to train. </div> </details> <details> <summary>Will the staff get certification?</summary> <div> Yes, the staff will get a certificate after a successful completion of assessment questions. </div> </details> <details> <summary>What is covered under GDPR Staff eTraining?</summary> <div> Our GDPR Staff eTraining will cover: <ul> <li>How to identify data</li> <li>Handling Personal Data</li> <li>How to appropriately handle personal data</li> <li>Assess that the learning objectives of the training have been achieved.</li> </ul> </div> </details> </div>--> <div class="question-hol"> <details> <summary>I purchased a Seers Cookie Consent Subscription. What's next?</summary> <div> <p>Congratulations! You are one step closer to cookie compliance. You will receive the following notifications via email:<br />• Purchase invoice<br />• Link to your Seers account with login credentials<br />• Welcome email</p> </div> </details> <details> <summary>What's the difference between the Free Edition and other plans?</summary> <div> <p>The Free edition of Seers Cookie Consent includes a basic level of consent with 100 subpages.<br />• Cookie Banner<br />• Short scan report<br />• One time domain scan<br />The Free Edition does not include the following features available in our other plans:<br />• Advanced Banner & Customisation settings<br />• GDPR & CCPA Templates<br />• Customizable Scan Scheduling<br />• Consent Log<br />• Geolocation Rules<br />• Auto multilingual detection<br />• Multilingual Banner and Policy<br />• Consent Log Report<br />• Customised Logo<br />• 25 Banner Design presets<br />• Cookie Policy<br />Once you’re ready to upgrade your Free Edition subscription, register into the Seers or checkout directly on the Pricing Page account will be updated within seconds.</p> </div> </details> <details> <summary>How long does it take to get started?</summary> <div> <p>Most users easily implement the solution on their websites within minutes.<br />If you run into any questions or need help, you can always contact us at support@seersco.com.<br />We also offer paid Quick Start programs that provide one-on-one support with a Seers Expert to guide you through setup and implementation.</p> </div> </details> <details> <summary>Are there page limit restrictions for the different plans?</summary> <div> <p>We are one of the only solutions that allow you to scan <strong>unlimited</strong> pages in all paid plans.</p> </div> </details> <details> <summary>What payment methods do you accept?</summary> <div> <p>We accept all major credit cards and also allow you to pay via Bank Transfer. If you’re interested in paying via Bank Transfer, please submit a request via the email support@seersco.com.</p> </div> </details> <details> <summary>Can I change plans later?</summary> <div> <p>You can upgrade your subscriptions at any time.</p> </div> </details> <details> <summary>Can I delete my account?</summary> <div> <p>Yes, you can delete your account according to <a href="../../../../../terms-and-conditions.html" target="_blank" rel="noopener">terms and conditions</a> of plan you have chosen.</p> </div> </details> <details> <summary>Do you offer volume-based discounts?</summary> <div> <p style="margin: 0in; margin-bottom: .0001pt;"><span style="font-family: 'Arial',sans-serif; color: black; background: white;">We offer different plans according to your needs. Also, if you pay annually, you can get the same plan with a discounted amount.</span></p> </div> </details> <details> <summary>Which payment method is accepted?</summary> <div> <p><span style="font-weight: 400;">We accept Credit/Debit cards.</span></p> </div> </details> <details> <summary>Does your prices include taxes?</summary> <div> <p><span style="font-weight: 400;">Except where it is mentioned the taxes (VAT, Sales taxes and others) are not included</span></p> </div> </details> <details> <summary>How will the payment appear on my bill?</summary> <div> <p><span style="font-weight: 400;">Your payment will be listed on your bill as Seersco followed by the amount quoted on our site. If necessary, your card issuing bank will convert this amount into your local currency at the current exchange rate.</span></p> </div> </details> <details> <summary>Can I pay by PayPal?</summary> <div> <p><span style="font-weight: 400;">You can also pay by PayPal.</span></p> </div> </details> <details> <summary>Can I upgrade if I want to add more domains?</summary> <div> <p><span style="font-weight: 400;">Yes, you can upgrade from your user account. Or contact us at </span><a href="mailto:Support@seersco.com"><span style="font-weight: 400;">Support@seersco.com</span></a></p> </div> </details> <details> <summary>Do you offer discounts?</summary> <div> <p><span style="font-weight: 400;">Our products are priced to be affordable. We are already providing products at competitive prices.</span></p> </div> </details> <details> <summary>What payment methods do we accept?</summary> <div> <p><span style="font-weight: 400;">We take credit and debit cards as a preferred mode of payment. However, you can pay via Bank transfer and PayPal by <a href="../../../../../contact">Contacting us.</a></span></p> </div> </details> <details> <summary>Still, have questions in your mind?</summary> <div> <p><span style="font-weight: 400;">Contact us on <</span><a href="../../../../contact"><span style="font-weight: 400;">https://seersco.com/contact</span></a><span style="font-weight: 400;">>, and we will quote you with the package according to your requirements.</span></p> </div> </details> <details> <summary>Are there any hidden charges or contracts?</summary> <div> <p><strong> </strong><span style="font-weight: 400;">We don’t have any hidden charges. See our cancellation <a href="../../../../../terms-and-conditions.html" target="_blank" rel="noopener">terms of use</a>. </span></p> </div> </details> <details> <summary>Can I change the domain scan frequency under the standard plan?</summary> <div> <p><span style="font-weight: 400;">If your website changes cookies more often, we would suggest you go with our ‘’best value’’ PRO plan which has a </span><strong>monthly</strong><span style="font-weight: 400;"> domain scan ratio.</span></p> </div> </details> <details> <summary>Can I add subdomains under the free plan?</summary> <div> <p><span style="font-weight: 400;">No, if you wish to add subdomains then you have to upgrade to the standard plan for five subdomains, PRO package for best value which allows 25 subdomains.</span></p> </div> </details> <details> <summary>Do we offer assistance to implement Seers Privacy Management Solution?</summary> <div> <p><span style="font-weight: 400;">Yes, if you choose between standard, pro and premium packages, one of our support staff will assist you in implementing the solution.</span></p> </div> </details> <details> <summary>If I choose a Free Plan, what will I miss?</summary> <div> <p><span style="font-weight: 400;">If you choose the free plan, you will not get: customer support, customisable banner, geolocation, cookie policy, consent log and only allowed maximum one domain on the free package.</span></p> </div> </details> <details> <summary>Is it free?</summary> <div> <p><span style="font-weight: 400;">The solution is free with limited features. You don't need to provide any credit card or payment information in order to access the free version.</span></p> </div> </details> </div> </div> </div> </div> </div> <!----> <!----> <!----> <!----> <!----> </div> </div> </div> <div class="tab_content training-of-gdpr" data-tab="2" style="display: none;"> <div class="row mb-5"> <div class="col-12 col-sm-12 col-md-7 col-lg-9 col-xl-9 d-block d-sm-block payement-plan d-md-block d-lg-block d-xl-block"> <div class="p-0 d-flex flex-wrap justify-content-between justify-content-sm-between justify-content-md-between justify-content-lg-between justify-content-xl-between align-items-center"> <span id="pricePlanSloganTitle" class="plan-title">Select the number of users accordingly</span> <!----> <div class="price-switcher"> <!----> <span class="switcher-btn"><input checked="" type="radio" name="tenure_cookie" value="none" class="form-check-input"> <label for="none" class="form-check-label">One-Off</label></span> </div> </div> </div> <div class="col-12 col-sm-12 col-md-5 col-lg-3 col-xl-3 p-0"> <div class="international-pricing ml-4 d-flex justify-content-between align-items-center"><button class="international-price">$</button> <button class="international-price active-currency">£</button> <button class="international-price">€</button></div> </div> </div> <div class="row"> <div class="tab-content col-12 p-0" id="content"> <!----> <div data-v-8279ae66="" class="card"> <div data-v-8279ae66="" class="card-body mt-n5"> <div data-v-8279ae66="" class="row pricing-cards my-5"> <div data-v-8279ae66="" class="col-12 col-sm-12 col-md-6 col-lg-6 col-xl-6"> <div data-v-8279ae66="" class="pricing-card training d-flex flex-column justify-content-center bg-white radius-7 h-100 p-3"> <div data-v-8279ae66="" class="content-hol d-flex justify-content-center align-items-center"> <ul data-v-8279ae66="" class="list-unstyled plan-users w-100 m-0"> <li data-v-8279ae66="" class="position-relative"><input data-v-8279ae66="" type="radio" name="myRadio" id="one" checked="checked" class="form-check-input"> <label data-v-8279ae66="" for="one" class="form-check-label ml-5 d-flex align-items-center"><span data-v-8279ae66="" class="mr-auto">1-10 Users</span><span data-v-8279ae66="">£ 25 per user</span></label></li> <li data-v-8279ae66="" class="position-relative"><input data-v-8279ae66="" type="radio" name="myRadio" id="two" class="form-check-input"> <label data-v-8279ae66="" for="two" class="form-check-label ml-5 d-flex align-items-center"><span data-v-8279ae66="" class="mr-auto">11-50 Users</span><span data-v-8279ae66="">£ 20 per user</span></label></li> <li data-v-8279ae66="" class="position-relative"><input data-v-8279ae66="" type="radio" id="three" name="myRadio" class="form-check-input"> <label data-v-8279ae66="" for="three" class="form-check-label ml-5 d-flex align-items-center"><span data-v-8279ae66="" class="mr-auto">51-100 Users</span><span data-v-8279ae66="" class="ml-n1">£ 18 per user</span></label></li> <li data-v-8279ae66="" class="position-relative"><input data-v-8279ae66="" type="radio" id="four" name="myRadio" class="form-check-input"> <label data-v-8279ae66="" for="four" class="form-check-label ml-5 d-flex align-items-center"><span data-v-8279ae66="" class="mr-auto">101-250 Users</span><span data-v-8279ae66="" class="ml-n1">£ 15 per user</span></label></li> </ul> </div> </div> </div> <div data-v-8279ae66="" class="col-12 col-sm-12 col-md-6 col-lg-6 col-xl-6"> <div data-v-8279ae66="" class="pricing-card training d-flex flex-column justify-content-between bg-white radius-7 h-100 p-3"> <div data-v-8279ae66="" class="content-hol"> <div data-v-8279ae66="" class="memeber-price"><strong data-v-8279ae66="" id="price">£ 25</strong></div> <div data-v-8279ae66="" class="number-hol"><button data-v-8279ae66="" class="member-change mr-4 minus"></button> <input value="1" type="text" id="estimationRange" max="250"> <button data-v-8279ae66="" class="member-change ml-4 plus"></button></div> <p data-v-8279ae66=""><strong data-v-8279ae66="" class="d-inline-block text-uppercase">Note:</strong> Add or Subtract to see the estimation update in real time</p> </div> <a data-v-8279ae66="" class="btn training"><span data-v-8279ae66="">CHOOSE</span></a> </div> </div> </div> <div data-v-8279ae66="" class="row mb-5"> <div data-v-8279ae66="" class="col-12"> <h5 data-v-8279ae66="" class="vat text-blue text-left">*Price excludes VAT</h5> </div> </div> <div data-v-8279ae66="" class="row py-5 bg-grey" style="margin: 0px -1000em; padding: 0px 1000em;"> <div data-v-8279ae66="" class="col-12 text-center"> <h2 data-v-8279ae66="" class="mb-3">Which package should I choose?</h2> <a data-v-8279ae66="" href="https://calendly.com/seers-demo/45?month=2021-08" class="btn btn-blue-bg">GET QUOTE</a> </div> </div> <div data-v-8279ae66="" class="row py-5 Questions-hol"> <div data-v-8279ae66="" class="col-12 text-center mb-5"> <h2 data-v-8279ae66="">Frequently Asked Questions</h2> </div> <div data-v-8279ae66="" class="col-12 p-0"> <!--<div data-v-8279ae66="" class="question-hol"> <details data-v-8279ae66=""> <summary data-v-8279ae66="">I purchased a Seers Cookie Consent Subscription. What's next?</summary> <div data-v-8279ae66=""> <p>Congratulations! You are one step closer to cookie compliance. You will receive the following notifications via email:<br>• Purchase invoice<br>• Link to your Seers account with login credentials<br>• Welcome email</p> </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">What's the difference between the Free Edition and other plans?</summary> <div data-v-8279ae66=""> <p>The Free edition of Seers Cookie Consent includes a basic level of consent with 100 subpages.<br>• Cookie Banner<br>• Short scan report<br>• One time domain scan<br>The Free Edition does not include the following features available in our other plans:<br>• Advanced Banner & Customisation settings<br>• GDPR & CCPA Templates<br>• Customizable Scan Scheduling<br>• Consent Log<br>• Geolocation Rules<br>• Auto multilingual detection<br>• Multilingual Banner and Policy<br>• Consent Log Report<br>• Customised Logo<br>• 25 Banner Design presets<br>• Cookie Policy<br>Once you’re ready to upgrade your Free Edition subscription, register into the Seers or checkout directly on the Pricing Page account will be updated within seconds.</p> </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">How long does it take to get started?</summary> <div data-v-8279ae66=""> <p>Most users easily implement the solution on their websites within minutes.<br>If you run into any questions or need help, you can always contact us at support@seersco.com.<br>We also offer paid Quick Start programs that provide one-on-one support with a Seers Expert to guide you through setup and implementation.</p> </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">Are there page limit restrictions for the different plans?</summary> <div data-v-8279ae66=""> We are one of the only solutions that allow you to scan unlimited pages in all paid plans. </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">What payment methods do you accept?</summary> <div data-v-8279ae66=""> We accept all major credit cards and also allow you to pay via Bank Transfer. If you’re interested in paying via Bank Transfer, please submit a request via the email support@seersco.com. </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">Can I change plans later?</summary> <div data-v-8279ae66=""> <p>You can upgrade your subscriptions at any time.</p> </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">Can I delete my account?</summary> <div data-v-8279ae66=""> <p>Yes, you can delete your account according to <a href="https://seersco.com/terms-conditions/" target="_blank" rel="noopener">terms and conditions</a> of plan you have chosen.</p> </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">Do you offer volume-based discounts?</summary> <div data-v-8279ae66=""> We offer different plans according to your needs. Also, if you pay annually, you can get the same plan with a discounted amount. </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">Which payment method is accepted?</summary> <div data-v-8279ae66=""> We accept Credit/Debit cards. </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">Does your prices include taxes?</summary> <div data-v-8279ae66=""> <p>Except where it is mentioned the taxes (VAT, Sales taxes and others) are not included</p> </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">How will the payment appear on my bill?</summary> <div data-v-8279ae66=""> Your payment will be listed on your bill as Seersco followed by the amount quoted on our site. If necessary, your card issuing bank will convert this amount into your local currency at the current exchange rate. </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">Can I pay by PayPal?</summary> <div data-v-8279ae66=""> You can also pay by PayPal. </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">Can I upgrade if I want to add more domains?</summary> <div data-v-8279ae66=""> Yes, you can upgrade from your user account. Or contact us at <a href="mailto:Support@seersco.com">Support@seersco.com</a> </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">Do you offer discounts?</summary> <div data-v-8279ae66=""> <p>Our products are priced to be affordable. We are already providing products at competitive prices.</p> </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">What payment methods do we accept?</summary> <div data-v-8279ae66=""> We take credit and debit cards as a preferred mode of payment. However, you can pay via Bank transfer and PayPal by <a href="https://seersco.com/contact">Contacting us.</a> </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">Still, have questions in your mind?</summary> <div data-v-8279ae66=""> <p>Contact us on <<a href="https://seersco.com/contact">https://seersco.com/contact</a>>, and we will quote you with the package according to your requirements.</p> </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">Are there any hidden charges or contracts?</summary> <div data-v-8279ae66=""> <strong> </strong>We don’t have any hidden charges. See our cancellation <a href="https://seersco.com/terms-conditions/" target="_blank" rel="noopener">terms of use</a>. </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">Can I change the domain scan frequency under the standard plan?</summary> <div data-v-8279ae66=""> If your website changes cookies more often, we would suggest you go with our ‘’best value’’ PRO plan which has a monthly domain scan ratio. </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">Can I add subdomains under the free plan?</summary> <div data-v-8279ae66=""> No, if you wish to add subdomains then you have to upgrade to the standard plan for five subdomains, PRO package for best value which allows 25 subdomains. </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">Do we offer assistance to implement Seers Privacy Management Solution?</summary> <div data-v-8279ae66=""> Yes, if you choose between standard, pro and premium packages, one of our support staff will assist you in implementing the solution. </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">If I choose a Free Plan, what will I miss?</summary> <div data-v-8279ae66=""> If you choose the free plan, you will not get: customer support, customisable banner, geolocation, cookie policy, consent log and only allowed maximum one domain on the free package. </div> </details> <details data-v-8279ae66=""> <summary data-v-8279ae66="">Is it free?</summary> <div data-v-8279ae66=""> The solution is free with limited features. You don't need to provide any credit card or payment information in order to access the free version. </div> </details> </div>!--> <div class="question-hol"> <details> <summary>Which payment method is accepted?</summary> <div> <p><span style="font-weight: 400;">We accept Credit/Debit cards. You can also pay by PayPal.</span></p> </div> </details> <details> <summary>Does your prices include taxes?</summary> <div> <p><span style="font-weight: 400;">Except where it is mentioned the taxes (VAT, Sales taxes and others) are not included.</span></p> </div> </details> <details> <summary>How will the payment appear on my bill?</summary> <div> <p><span style="font-weight: 400;">Your payment will be listed on your bill as Seersco followed by the amount quoted on our site. If necessary, your card issuing bank will convert this amount into your local currency at the current exchange rate.</span></p> </div> </details> <details> <summary>Can I pay by PayPal?</summary> <div> <p><span style="font-weight: 400;">You can also pay by PayPal.</span></p> </div> </details> <details> <summary>Which pricing model do you suggest I choose?</summary> <div> <p><span style="font-weight: 400;">You can choose according to the needs of your business.</span></p> </div> </details> <details> <summary>Do you offer discounts?</summary> <div> <p><span style="font-weight: 400;">Our products are priced to be affordable. We are already providing products at competitive prices.</span></p> </div> </details> <details> <summary>Can I buy more than 250 training?</summary> <div> <p><span style="font-weight: 400;">Yes, You can reach us at <a href="mailto:%20support@seersco.com" target="_blank" rel="noopener">support@seersco.com</a></span></p> </div> </details> <details> <summary>What payment methods do we accept?</summary> <div> <p><span style="font-weight: 400;">We take credit and debit cards as a preferred mode of payment. However, you can pay via Bank transfer and PayPal by <a href="../../../../../contact" target="_blank" rel="noopener">Contacting us</a>.</span></p> </div> </details> <details> <summary>Still have questions in your mind?</summary> <div> <p><span style="font-weight: 400;">Contact us on </span><a href="../../../../contact"><span style="font-weight: 400;">https://seersco.com/contact</span></a><span style="font-weight: 400;">, and we will quote you with the package according to your requirements.</span></p> </div> </details> <details> <summary>Are there any hidden charges or contracts?</summary> <div> <p><span style="font-weight: 400;">We don’t have any hidden charges. See our cancellation <a href="../../../../../terms-and-conditions.html" target="_blank" rel="noopener">terms of use</a></span></p> </div> </details> <details> <summary>Is the payment for a one-off?</summary> <div> <p><span style="font-weight: 400;">Yes, you only have to pay once for any number of staff you want to train. </span></p> </div> </details> <details> <summary>Will the staff get certification?</summary> <div> <p><span style="font-weight: 400;">Yes, the staff will get a certificate after a successful completion of assessment questions. </span></p> </div> </details> <details> <summary>What is covered under GDPR Staff eTraining?</summary> <div> <p>Our GDPR Staff eTraining will cover:</p> <ul> <li>How to identify data</li> <li>Handling Personal Data</li> <li>How to appropriately handle personal data</li> <li>Assess that the learning objectives of the training have been achieved.</li> </ul> </div> </details> </div> </div> </div> </div> </div> <!----> <!----> <!----> <!----> </div> </div> </div> <div class="tab_content assessment" data-tab="3" style="display: none;"> <div class="row mb-5"> <div class="col-12 col-sm-12 col-md-7 col-lg-9 col-xl-9 d-block d-sm-block payement-plan d-md-block d-lg-block d-xl-block"> <div class="p-0 d-flex flex-wrap justify-content-between justify-content-sm-between justify-content-md-between justify-content-lg-between justify-content-xl-between align-items-center"> <span id="pricePlanSloganTitle" class="plan-title">Select the package accordingly</span> <!----> <div class="price-switcher"><span class="switcher-btn"><input type="radio" name="tenure" id="year" value="yearly" class="form-check-input"> <label for="year" class="form-check-label"> Yearly (Save 25%)</label></span> <span class="switcher-btn"><input checked="" type="radio" name="tenure" id="noneten" value="none" class="form-check-input"> <label for="noneten" class="form-check-label">One-Off</label></span></div> </div> </div> <div class="col-12 col-sm-12 col-md-5 col-lg-3 col-xl-3 p-0"> <div class="international-pricing ml-4 d-flex justify-content-between align-items-center"><button class="international-price">$</button> <button class="international-price active-currency">£</button> <button class="international-price">€</button></div> </div> </div> <div class="row"> <div class="tab-content col-12 p-0" id="content"> <!----> <!----> <div class="card"> <div class="card-body"> <div class="row pricing-cards scroll mb-3"> <div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-3 mb-5"> <div class="pricing-card d-flex flex-column justify-content-between bg-white radius-7 h-100 p-4 basic"> <!----> <div class="content-hol"> <h4 class="text-uppercase text-left"> Basic </h4> <span class="price-title detail-head"> FREE </span> <div class="price-accordion mb-5"> <div data-v-6babf6d2="" class="accordion-card"> <div data-v-6babf6d2="" class="accordion-title"> GDPR Audit </div> <div data-v-6babf6d2="" class="accordion-panel d-none"> <ul data-v-6babf6d2="" class="list-unstyled"> <li data-v-6babf6d2="">1 module Assessment</li> <li data-v-6babf6d2="">Weakness Report</li> </ul> </div> </div> </div> </div> <a class="btn basic"><span>START FREE</span></a> </div> </div> <div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-3 mb-5"> <div class="pricing-card d-flex flex-column justify-content-between bg-white radius-7 h-100 p-4 silver"> <!----> <div class="content-hol"> <h4 class="text-uppercase text-left"> Silver </h4> <span class="price-title detail-head">£99.99*</span> <div class="price-accordion mb-5"> <div data-v-6babf6d2="" class="accordion-card"> <div data-v-6babf6d2="" class="accordion-title"> GDPR Audit </div> <div data-v-6babf6d2="" class="accordion-panel d-none"> <ul data-v-6babf6d2="" class="list-unstyled"> <li data-v-6babf6d2="">1 module Assessment</li> <li data-v-6babf6d2="">Weakness Report</li> </ul> </div> </div> <div data-v-6babf6d2="" class="accordion-card"> <div data-v-6babf6d2="" class="accordion-title"> Policies Pack </div> <div data-v-6babf6d2="" class="accordion-panel d-none"> <ul data-v-6babf6d2="" class="list-unstyled"> <li data-v-6babf6d2="">Data Protection Policy</li> <li data-v-6babf6d2="">Data Breach Policy</li> <li data-v-6babf6d2="">CCTV Policy</li> <li data-v-6babf6d2="">Information Security Policy</li> <li data-v-6babf6d2="">Data Subject Access Request</li> <li data-v-6babf6d2="">Consent Policy</li> <li data-v-6babf6d2="">Data Retention Policy</li> <li data-v-6babf6d2="">Privacy Policy</li> <li data-v-6babf6d2="">Cookie policy</li> <li data-v-6babf6d2="">Disclaimer</li> <li data-v-6babf6d2="">Terms & Conditions</li> </ul> </div> </div> <div data-v-6babf6d2="" class="accordion-card"> <div data-v-6babf6d2="" class="accordion-title"> Templates Pack </div> <div data-v-6babf6d2="" class="accordion-panel d-none"> <ul data-v-6babf6d2="" class="list-unstyled"> <li data-v-6babf6d2="">Privacy Templates Product</li> </ul> </div> </div> </div> </div> <a class="btn silver"><span>CHOOSE</span></a> </div> </div> <div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-3 mb-5"> <div class="pricing-card d-flex flex-column justify-content-between bg-white radius-7 h-100 p-4 gold"> <!----> <div class="content-hol"> <h4 class="text-uppercase text-left"> Gold </h4> <span class="price-title detail-head">£199.99*</span> <div class="price-accordion mb-5"> <div data-v-6babf6d2="" class="accordion-card"> <div data-v-6babf6d2="" class="accordion-title"> GDPR Audit </div> <div data-v-6babf6d2="" class="accordion-panel d-none"> <ul data-v-6babf6d2="" class="list-unstyled"> <li data-v-6babf6d2="">1 module Assessment</li> <li data-v-6babf6d2="">Weakness Report</li> </ul> </div> </div> <div data-v-6babf6d2="" class="accordion-card"> <div data-v-6babf6d2="" class="accordion-title"> Policies Pack </div> <div data-v-6babf6d2="" class="accordion-panel d-none"> <ul data-v-6babf6d2="" class="list-unstyled"> <li data-v-6babf6d2="">10+ Data Protection Policies</li> <li data-v-6babf6d2=""> 30+ HR Policies</li> <li data-v-6babf6d2=""> 20+ Corporate Policies</li> </ul> </div> </div> <div data-v-6babf6d2="" class="accordion-card"> <div data-v-6babf6d2="" class="accordion-title"> Templates Pack </div> <div data-v-6babf6d2="" class="accordion-panel d-none"> <ul data-v-6babf6d2="" class="list-unstyled"> <li data-v-6babf6d2="">200 Privacy Templates</li> </ul> </div> </div> </div> </div> <a class="btn gold"><span>CHOOSE</span></a> </div> </div> <div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-3 mb-5"> <div class="pricing-card d-flex flex-column justify-content-between bg-white radius-7 h-100 p-4 platinum"> <!----> <div class="content-hol"> <h4 class="text-uppercase text-left"> Platinum </h4> <span class="price-title detail-head">£599.99*</span> <div class="price-accordion mb-5"> <div data-v-6babf6d2="" class="accordion-card"> <div data-v-6babf6d2="" class="accordion-title"> GDPR Audit </div> <div data-v-6babf6d2="" class="accordion-panel d-none"> <ul data-v-6babf6d2="" class="list-unstyled"> <li data-v-6babf6d2="">15 module Assessment</li> <li data-v-6babf6d2="">Weakness Report</li> <li data-v-6babf6d2="">Recommendations</li> <li data-v-6babf6d2=""> Certification</li> </ul> </div> </div> <div data-v-6babf6d2="" class="accordion-card"> <div data-v-6babf6d2="" class="accordion-title"> Policies Pack </div> <div data-v-6babf6d2="" class="accordion-panel d-none"> <ul data-v-6babf6d2="" class="list-unstyled"> <li data-v-6babf6d2="">10+ Data Protection Policies</li> <li data-v-6babf6d2=""> 30+ HR Policies</li> <li data-v-6babf6d2=""> 20+ Corporate Policies</li> </ul> </div> </div> <div data-v-6babf6d2="" class="accordion-card"> <div data-v-6babf6d2="" class="accordion-title"> Templates Pack </div> <div data-v-6babf6d2="" class="accordion-panel d-none"> <ul data-v-6babf6d2="" class="list-unstyled"> <li data-v-6babf6d2="">200 Privacy Templates</li> </ul> </div> </div> </div> </div> <a class="btn platinum"><span>CHOOSE</span></a> </div> </div> </div> <div class="row mb-5"> <div class="col-12"> <h5 class="vat text-blue text-left">*Price excludes VAT</h5> </div> </div> <div class="row py-5 bg-grey" style="margin: 0px -100%;"> <div class="col-12 text-center"> <h2 class="mb-3">Which package should I choose?</h2> <a href="https://calendly.com/seers-demo/45?month=2021-08" class="btn btn-blue-bg">GET QUOTE</a> </div> </div> <div class="row py-5 Questions-hol"> <div class="col-12 text-center mb-5"> <h2>Frequently Asked Questions</h2> </div> <div class="col-12 p-0"> <!--<div class="question-hol"> <details> <summary>Which payment method is accepted?</summary> <div> <p>We accept Credit/Debit cards. You can also pay by PayPal.</p> </div> </details> <details> <summary>Does your prices include taxes?</summary> <div> Except where it is mentioned the taxes (VAT, Sales taxes and others) are not included. </div> </details> <details> <summary>How will the payment appear on my bill?</summary> <div> Your payment will be listed on your bill as Seersco followed by the amount quoted on our site. If necessary, your card issuing bank will convert this amount into your local currency at the current exchange rate. </div> </details> <details> <summary>Can I pay by PayPal?</summary> <div> You can also pay by PayPal. </div> </details> <details> <summary>Which pricing model do you suggest I choose?</summary> <div> You can choose according to the needs of your business </div> </details> <details> <summary>Do you offer discounts?</summary> <div> Our products are priced to be affordable. We are already providing products at competitive prices. </div> </details> <details> <summary>What payment methods do we accept?</summary> <div> <p>We take credit and debit cards as a preferred mode of payment. However, you can pay via Bank transfer and PayPal by <a href="https://seersco.com/contact" target="_blank" rel="noopener">Contacting us</a>.</p> </div> </details> <details> <summary>Still have questions in your mind?</summary> <div> <p>Contact us on <a href="https://seersco.com/contact">https://seersco.com/contact</a>, and we will quote you with the package according to your requirements.</p> </div> </details> <details> <summary>Are there any hidden charges or contracts?</summary> <div> <p>We don’t have any hidden charges. See our cancellation <a href="https://seersco.com/terms-and-conditions.html" target="_blank" rel="noopener">terms of use</a>.</p> </div> </details> <details> <summary>Do we offer assistance to implement Seers Privacy Management Solutions?</summary> <div> Yes, if you choose between Silver, Gold and Platinum packages, one of our customer support staff will assist you in implementing the solution. </div> </details> <details> <summary>If I choose a Free Plan, what will I miss?</summary> <div> If you choose the free plan, you will only get: GDPR audit. You will need to upgrade to get Cyber Secure, Policies Pack, Templates Pack and PECR Audit. </div> </details> </div>--> <div class="question-hol"> <details> <summary>Which payment method is accepted?</summary> <div> <p><span style="font-weight: 400;">We accept Credit/Debit cards. You can also pay by PayPal.</span></p> </div> </details> <details> <summary>Does your prices include taxes?</summary> <div> <p><span style="font-weight: 400;">Except where it is mentioned the taxes (VAT, Sales taxes and others) are not included.</span></p> </div> </details> <details> <summary>How will the payment appear on my bill?</summary> <div> <p><span style="font-weight: 400;">Your payment will be listed on your bill as Seersco followed by the amount quoted on our site. If necessary, your card issuing bank will convert this amount into your local currency at the current exchange rate.</span></p> </div> </details> <details> <summary>Can I pay by PayPal?</summary> <div> <p><span style="font-weight: 400;">You can also pay by PayPal.</span></p> </div> </details> <details> <summary>Which pricing model do you suggest I choose?</summary> <div> <p><span style="font-weight: 400;">You can choose according to the needs of your business</span></p> </div> </details> <details> <summary>Do you offer discounts?</summary> <div> <p><span style="font-weight: 400;">Our products are priced to be affordable. We are already providing products at competitive prices.</span></p> </div> </details> <details> <summary>What payment methods do we accept?</summary> <div> <p><span style="font-weight: 400;">We take credit and debit cards as a preferred mode of payment. However, you can pay via Bank transfer and PayPal by <a href="../../../../../contact" target="_blank" rel="noopener">Contacting us</a>.</span></p> </div> </details> <details> <summary>Still have questions in your mind?</summary> <div> <p><span style="font-weight: 400;">Contact us on <</span><a href="../../../../contact"><span style="font-weight: 400;">https://seersco.com/contact</span></a><span style="font-weight: 400;">>, and we will quote you with the package according to your requirements.</span></p> </div> </details> <details> <summary>Are there any hidden charges or contracts?</summary> <div> <p><span style="font-weight: 400;">We don’t have any hidden charges. See our cancellation <a href="../../../../../terms-and-conditions.html" target="_blank" rel="noopener">terms of use</a>.</span></p> </div> </details> <details> <summary>Do we offer assistance to implement Seers Privacy Management Solutions?</summary> <div> <p><span style="font-weight: 400;">Yes, if you choose between Silver, Gold and Platinum packages, one of our customer support staff will assist you in implementing the solution.</span></p> </div> </details> <details> <summary>If I choose a Free Plan, what will I miss?</summary> <div> <p><span style="font-weight: 400;">If you choose the free plan, you will only get: GDPR audit. You will need to upgrade to get Cyber Secure, Policies Pack, Templates Pack and PECR Audit.</span></p> </div> </details> </div> </div> </div> </div> </div> <!----> <!----> <!----> </div> </div> </div> </div> </div> </div> </section> </main> </div> </div> </div> </div> </div> <div data-elementor-type="footer" data-elementor-id="138" class="elementor elementor-138 elementor-location-footer" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-19e617d elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="19e617d" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c72a22d" data-id="c72a22d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-19ac9de elementor-widget elementor-widget-image" data-id="19ac9de" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://seersco.com"> <img width="602" height="185" src="https://seersco.com/wp-content/uploads/2023/03/seers-logo-1.svg" title="seers-logo" alt="" loading="lazy" /> </a> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-c75436d elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="c75436d" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-dcd89fa" data-id="dcd89fa" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-137c3d9 elementor-widget elementor-widget-heading" data-id="137c3d9" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Office</h2> </div> </div> <div class="elementor-element elementor-element-2d1c2a6 elementor-widget elementor-widget-text-editor" data-id="2d1c2a6" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>United Kingdom<br />24 Holborn Viaduct<br />London, EC1A 2BN</p> </div> </div> <div class="elementor-element elementor-element-ca6cd7e elementor-widget elementor-widget-text-editor" data-id="ca6cd7e" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <i class="fa fa-envelope" aria-hidden="true"></i>  <a href="mailto:info@seersco.com">info@seersco.com</a></p> </div> </div> <div class="elementor-element elementor-element-baef4ba e-grid-align-left elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="baef4ba" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-5d8e2b4" href="https://www.facebook.com/seersgroupltd/" target="_blank"> <span class="elementor-screen-only">Facebook</span> <i class="fab fa-facebook"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin-in elementor-repeater-item-c9674ef" href="https://www.linkedin.com/company/seersco/" target="_blank"> <span class="elementor-screen-only">Linkedin-in</span> <i class="fab fa-linkedin-in"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-aa18ca9" href="https://twitter.com/seersco" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i class="fab fa-twitter"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-f8dbd61" href="https://www.youtube.com/channel/UCkgKXCD2petNZ0WjhNBNPaA" target="_blank"> <span class="elementor-screen-only">Youtube</span> <i class="fab fa-youtube"></i> </a> </span> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-4a0a96f" data-id="4a0a96f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1ab7cd3 elementor-widget elementor-widget-heading" data-id="1ab7cd3" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">About Us</h2> </div> </div> <div class="elementor-element elementor-element-2c38ded elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="2c38ded" data-element_type="widget" data-settings="{"layout":"vertical","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none"> <ul id="menu-1-2c38ded" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-164"><a href="https://seersco.com/about-us/" class="elementor-item">About Us</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-165"><a href="https://seersco.com/newsletter/" class="elementor-item">Newsletter</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-166"><a href="https://seersco.com/company-partners/" class="elementor-item">Partners</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-167"><a href="https://seersco.com/contact/" class="elementor-item">Contact Us</a></li> </ul> </nav> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-2c38ded" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-164"><a href="https://seersco.com/about-us/" class="elementor-item" tabindex="-1">About Us</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-165"><a href="https://seersco.com/newsletter/" class="elementor-item" tabindex="-1">Newsletter</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-166"><a href="https://seersco.com/company-partners/" class="elementor-item" tabindex="-1">Partners</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-167"><a href="https://seersco.com/contact/" class="elementor-item" tabindex="-1">Contact Us</a></li> </ul> </nav> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-78086d6" data-id="78086d6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8944c9f elementor-widget elementor-widget-heading" data-id="8944c9f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Products</h2> </div> </div> <div class="elementor-element elementor-element-f2990e0 elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="f2990e0" data-element_type="widget" data-settings="{"layout":"vertical","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none"> <ul id="menu-1-f2990e0" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3787"><a href="https://seersco.com/cookie-consent-management-solution/" class="elementor-item">Cookie Consent</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3808"><a href="https://seersco.com/gdpr-staff-e-training/" class="elementor-item">GDPR Staff eTraining</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4901"><a href="https://seersco.com/policy-generator/" class="elementor-item">Policy Generator</a></li> </ul> </nav> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-f2990e0" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3787"><a href="https://seersco.com/cookie-consent-management-solution/" class="elementor-item" tabindex="-1">Cookie Consent</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3808"><a href="https://seersco.com/gdpr-staff-e-training/" class="elementor-item" tabindex="-1">GDPR Staff eTraining</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4901"><a href="https://seersco.com/policy-generator/" class="elementor-item" tabindex="-1">Policy Generator</a></li> </ul> </nav> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-310f98e" data-id="310f98e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1c7f982 elementor-widget elementor-widget-heading" data-id="1c7f982" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Resources</h2> </div> </div> <div class="elementor-element elementor-element-1f07706 elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="1f07706" data-element_type="widget" data-settings="{"layout":"vertical","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none"> <ul id="menu-1-1f07706" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-172"><a href="https://seersco.com/regulations/" class="elementor-item">Regulations</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-173"><a href="https://seersco.com/seers-gdpr-guides/" class="elementor-item">Seers Guides</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-174"><a href="https://seerssupport.zendesk.com/hc/en-us" class="elementor-item">Documentation</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-175"><a href="https://seersco.com/blogs/" class="elementor-item">Blogs</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-176"><a href="https://seersco.com/areas-of-specialism/" class="elementor-item">Areas of Specialism</a></li> </ul> </nav> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-1f07706" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-172"><a href="https://seersco.com/regulations/" class="elementor-item" tabindex="-1">Regulations</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-173"><a href="https://seersco.com/seers-gdpr-guides/" class="elementor-item" tabindex="-1">Seers Guides</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-174"><a href="https://seerssupport.zendesk.com/hc/en-us" class="elementor-item" tabindex="-1">Documentation</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-175"><a href="https://seersco.com/blogs/" class="elementor-item" tabindex="-1">Blogs</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-176"><a href="https://seersco.com/areas-of-specialism/" class="elementor-item" tabindex="-1">Areas of Specialism</a></li> </ul> </nav> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-d3b1b21" data-id="d3b1b21" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-850ae4b elementor-absolute elementor-widget elementor-widget-image" data-id="850ae4b" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="127" height="136" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20127%20136'%3E%3C/svg%3E" title="footer-bg-graphics" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/footer-bg-graphics.svg" /><noscript><img width="127" height="136" src="https://seersco.com/wp-content/uploads/2023/03/footer-bg-graphics.svg" title="footer-bg-graphics" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-63bcf07 elementor-widget elementor-widget-heading" data-id="63bcf07" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">The ultimate</h2> </div> </div> <div class="elementor-element elementor-element-e6f91b8 elementor-widget elementor-widget-heading" data-id="e6f91b8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">guide to GDPR </h2> </div> </div> <div class="elementor-element elementor-element-aa77b8a elementor-widget elementor-widget-text-editor" data-id="aa77b8a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> Avoid the legal reprimands, plan and protect your business now. </div> </div> <div class="elementor-element elementor-element-d240fd7 elementor-widget elementor-widget-text-editor" data-id="d240fd7" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> Here’s what you need to know in a nutshell. </div> </div> <div class="elementor-element elementor-element-89dbcd7 elementor-align-left e-transform elementor-widget elementor-widget-button" data-id="89dbcd7" data-element_type="widget" data-settings="{"_transform_translateX_effect_hover":{"unit":"px","size":"5","sizes":[]},"_transform_translateX_effect_hover_tablet":{"unit":"px","size":"","sizes":[]},"_transform_translateX_effect_hover_mobile":{"unit":"px","size":"","sizes":[]},"_transform_translateY_effect_hover":{"unit":"px","size":"","sizes":[]},"_transform_translateY_effect_hover_tablet":{"unit":"px","size":"","sizes":[]},"_transform_translateY_effect_hover_mobile":{"unit":"px","size":"","sizes":[]}}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://seersco.com/contact/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Know More</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-3526f5d elementor-section-full_width elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default" data-id="3526f5d" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-450aff2" data-id="450aff2" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8b0be44 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="8b0be44" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="83" height="69" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2083%2069'%3E%3C/svg%3E" title="icoceplusbadge" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/icoceplusbadge.svg" /><noscript><img width="83" height="69" src="https://seersco.com/wp-content/uploads/2023/03/icoceplusbadge.svg" title="icoceplusbadge" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-4daa77c elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="4daa77c" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="57" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2057%2044'%3E%3C/svg%3E" title="chambers" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/chambers.svg" /><noscript><img width="57" height="44" src="https://seersco.com/wp-content/uploads/2023/03/chambers.svg" title="chambers" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-6d773aa elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="6d773aa" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="368" height="130" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20368%20130'%3E%3C/svg%3E" title="wcag2.1AA-blue-v" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/wcag2.1AA-blue-v.png" /><noscript><img width="368" height="130" src="https://seersco.com/wp-content/uploads/2023/03/wcag2.1AA-blue-v.png" title="wcag2.1AA-blue-v" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-8ea9b24 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="8ea9b24" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="google-consent-mode" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/google-consent-mode.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/google-consent-mode.svg" title="google-consent-mode" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-56158f4 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="56158f4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="child-privacy-consent" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/child-privacy-consent.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/child-privacy-consent.svg" title="child-privacy-consent" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-deaa793 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="deaa793" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="100" height="110" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20110'%3E%3C/svg%3E" title="Google consent mode certified" alt="Google consent mode certified" data-lazy-src="https://seersco.com/wp-content/uploads/elementor/thumbs/google-badge-qvayl4xikb7w0k5jdplq2aub624s1397vg157u6zws.png" /><noscript><img width="100" height="110" src="https://seersco.com/wp-content/uploads/elementor/thumbs/google-badge-qvayl4xikb7w0k5jdplq2aub624s1397vg157u6zws.png" title="Google consent mode certified" alt="Google consent mode certified" loading="lazy" /></noscript> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-2b23dbd elementor-section-full_width elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default" data-id="2b23dbd" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b0f4fc1" data-id="b0f4fc1" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0de5b12 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="0de5b12" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="wordpress-rating" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/wordpress-rating.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/wordpress-rating.svg" title="wordpress-rating" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-4217ee1 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="4217ee1" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="joomla-rating" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/joomla-rating.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/joomla-rating.svg" title="joomla-rating" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-9b39298 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="9b39298" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="magento-rating" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/magento-rating.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/magento-rating.svg" title="magento-rating" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-5b88494 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="5b88494" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="capterra-rating" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/capterra-rating.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/capterra-rating.svg" title="capterra-rating" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-69a5b90 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="69a5b90" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="get-app-rating" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/get-app-rating.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/get-app-rating.svg" title="get-app-rating" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-8abfff2 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="8abfff2" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="software-rating" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/software-rating.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/software-rating.svg" title="software-rating" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-1b4e010 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="1b4e010" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="Trustpillot-rating" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/Trustpillot-rating.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/Trustpillot-rating.svg" title="Trustpillot-rating" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-1a10a61 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="1a10a61" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="google-rating" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/google-rating.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/google-rating.svg" title="google-rating" alt="" loading="lazy" /></noscript> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-ad45710 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="ad45710" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b8a0ead" data-id="b8a0ead" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a44ff7 elementor-widget elementor-widget-text-editor" data-id="5a44ff7" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Seers Group © 2024 All Rights Reserved</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-83dd1f2" data-id="83dd1f2" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8b5c746 lowerfooter elementor-widget elementor-widget-text-editor" data-id="8b5c746" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><a style="color: #fff;" href="https://seersco.com/terms-conditions/">Terms of use</a> | <a style="color: #fff;" href="https://seersco.com/privacy-policy/">Privacy policy</a> | <a style="color: #fff;" href="https://seersco.com/cookie-policy/">Cookie Policy</a> | <a style="color: #fff;" href="https://seersco.com/sitemap/">Sitemap</a> | <a id="SeersDoNotSell" style="color: #fff;"></a>Do Not Sell or Share My Personal Information.</p> </div> </div> </div> </div> </div> </section> </div> <script type="rocketlazyloadscript"> let uniqueuuid = "3db541df-1585-4316-bbd3-e44c28e6ef2a"; if ( window.location.pathname == '/' ){ localStorage.removeItem('wpuseruuid'); } let curuseruuid = localStorage.getItem('wpuseruuid'); if (!curuseruuid) { localStorage.setItem("wpuseruuid", uniqueuuid); curuseruuid = uniqueuuid; } </script> <script type="rocketlazyloadscript"> let allloginlinks = document.querySelectorAll("a[href^='https://dashboard.seersco.com/login']"); for (let lnk = 0; lnk < allloginlinks.length; lnk++) { if (document.querySelectorAll("a[href^='https://dashboard.seersco.com/login']")[lnk]) { //document.querySelectorAll("a[href^='https://dashboard.seersco.com/login']")[lnk].href= document.querySelectorAll("a[href^='https://dashboard.seersco.com/lo$ document.querySelectorAll("a[href^='https://dashboard.seersco.com/login']")[lnk].href= "https://dashboard.seersco.com/login?uuid=" + curuseruuid; } } let allregisterlinks = document.querySelectorAll("a[href^='https://dashboard.seersco.com/register/business']"); for (lnk = 0; lnk < allregisterlinks .length; lnk++) { if (document.querySelectorAll("a[href^='https://dashboard.seersco.com/register/business']")[lnk]) { //document.querySelectorAll("a[href^='https://dashboard.seersco.com/register/business']")[lnk].href= document.querySelectorAll("a[href^='https://dashboard.se$ document.querySelectorAll("a[href^='https://dashboard.seersco.com/register/business']")[lnk].href= "https://dashboard.seersco.com/register/business?uuid=" + curuseruuid; } } </script> <script>document.body.classList.remove("no-js");</script> <script type="rocketlazyloadscript"> if ( -1 !== navigator.userAgent.indexOf( 'MSIE' ) || -1 !== navigator.appVersion.indexOf( 'Trident/' ) ) { document.body.classList.add( 'is-IE' ); } </script> <div data-elementor-type="popup" data-elementor-id="801" class="elementor elementor-801 elementor-location-popup" data-elementor-settings="{"entrance_animation":"slideInDown","exit_animation":"slideInDown","entrance_animation_duration":{"unit":"px","size":0.4,"sizes":[]},"prevent_scroll":"yes","avoid_multiple_popups":"yes","a11y_navigation":"yes","timing":[]}" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-6538e8c6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6538e8c6" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1adfb907" data-id="1adfb907" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8a7372a elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-view-default elementor-widget elementor-widget-icon" data-id="8a7372a" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6IiJ9"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 504 504"><title>mobile-menu-close</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path d="M252,0A252,252,0,1,0,504,252,251.66,251.66,0,0,0,252,0Zm72.8,358.4L252,285.6l-72.8,72.8c-21.84,21.84-54.88-11.76-33.6-33.6L218.4,252l-72.8-72.8c-21.84-21.84,11.76-54.88,33.6-33.61L252,218.4l72.8-72.81c21.84-21.84,54.88,11.77,33.6,33.61L285.6,252l72.8,72.8c21.28,21.28-12.32,54.88-33.6,33.6Z"></path></g></g></svg> </a> </div> </div> </div> <div class="elementor-element elementor-element-3e1a572f elementor-widget-mobile__width-inherit elementor-nav-menu__text-align-aside elementor-widget elementor-widget-nav-menu" data-id="3e1a572f" data-element_type="widget" data-settings="{"layout":"dropdown","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-3e1a572f" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-808"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Solutions</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1886"><a href="https://seersco.com/cookie-consent-management-solution/" class="elementor-sub-item" tabindex="-1">Cookie Consent Management Solution</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1885"><a href="https://seersco.com/gdpr-audit/" class="elementor-sub-item" tabindex="-1">GDPR Audit</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5019"><a href="https://seersco.com/policy-generator/" class="elementor-sub-item" tabindex="-1">Policy Generator</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3848"><a href="https://seersco.com/gdpr-staff-e-training/" class="elementor-sub-item" tabindex="-1">GDPR Staff e Training</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-3749 current_page_item menu-item-4103"><a href="https://seersco.com/price-plan/" aria-current="page" class="elementor-item elementor-item-active" tabindex="-1">Pricing</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-811"><a href="https://dashboard.seersco.com/login" class="elementor-item" tabindex="-1">Login</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-812"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Contact Us</a></li> </ul> </nav> </div> </div> <div class="elementor-element elementor-element-51c2a8a4 elementor-align-justify elementor-widget elementor-widget-button" data-id="51c2a8a4" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://calendly.com/seers-demo/45?month=2020-04"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">book a demo</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-5f150320 elementor-align-justify elementor-widget elementor-widget-button" data-id="5f150320" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://dashboard.seersco.com/register/business"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">start free</span> </span> </a> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-5ffff011 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5ffff011" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5906d15" data-id="5906d15" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-31ddfd65 elementor-shape-circle e-grid-align-mobile-left elementor-widget-mobile__width-auto elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="31ddfd65" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin-in elementor-animation-push elementor-repeater-item-9960da1" href="https://www.linkedin.com/company/icustoms/" target="_blank"> <span class="elementor-screen-only">Linkedin-in</span> <i class="fab fa-linkedin-in"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-push elementor-repeater-item-749efc6" href="https://twitter.com/icustoms_AI" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i class="fab fa-twitter"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-push elementor-repeater-item-fe03bb0" href="https://www.facebook.com/icustoms1/" target="_blank"> <span class="elementor-screen-only">Facebook-f</span> <i class="fab fa-facebook-f"></i> </a> </span> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-42c0f46" data-id="42c0f46" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> </div> </section> </div> <script type="rocketlazyloadscript" data-rocket-type='text/javascript'> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <link rel='stylesheet' id='elementor-post-801-css' href='https://seersco.com/wp-content/uploads/elementor/css/post-801.css?ver=1728890449' media='all' /> <script id="seersco-custom-js-extra"> var my_ajax_object = {"ajax_url":"https:\/\/seersco.com\/wp-admin\/admin-ajax.php","priceplan_nonce":"cf23010ab8","cookiexray_nonce":"0c60bebc23","seersco_priceplan_json":"{\"success\":true,\"product\":{\"id\":2,\"name\":\"cookie_consent\",\"display_name\":\"Cookie Consent\",\"slug\":\"seers-cookie-consent\",\"description\":\"This is cookie consent product.\",\"url\":\"business\\\/seers-cookie-consent\",\"price\":\"100.00\",\"discount\":\"0.00\",\"sort_order\":1,\"is_active\":1,\"group_id\":1,\"on_trial\":0,\"trial_days\":14,\"trial_start_on\":null,\"trial_end_on\":null,\"created_at\":\"2019-11-22T02:39:37.000000Z\",\"updated_at\":\"2020-01-22T23:57:25.000000Z\",\"promo_code\":null,\"promo_value\":0,\"plans\":[{\"id\":5,\"name\":\"free\",\"display_name\":\"Free\",\"price\":\"0.00\",\"product_id\":2,\"is_featured\":0,\"price_id_monthly\":null,\"price_id_yearly\":null,\"features\":[{\"id\":28,\"name\":\"domain_limit\",\"display_name\":\"Domains\",\"value\":1,\"plan_id\":5,\"is_visible\":1},{\"id\":168,\"name\":\"consent_log_limit\",\"display_name\":\"Consent Logs\",\"value\":100,\"plan_id\":5,\"is_visible\":1},{\"id\":154,\"name\":\"logo_branding\",\"display_name\":\"Branding\",\"value\":1,\"plan_id\":5,\"is_visible\":1},{\"id\":316,\"name\":\"child_privacy\",\"display_name\":\"Child privacy\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":302,\"name\":\"analytics\",\"display_name\":\"Analytics & Reporting\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":30,\"name\":\"scan_pages_limit\",\"display_name\":\"Scan Pages\",\"value\":100,\"plan_id\":5,\"is_visible\":1},{\"id\":161,\"name\":\"live_support\",\"display_name\":\"Customer Support\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":290,\"name\":\"auto_blocking\",\"display_name\":\"Cookie Auto Blocking\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":157,\"name\":\"territory_preferences\",\"display_name\":\"Geo Location (Auto)\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":150,\"name\":\"subdomain\",\"display_name\":\"Subdomains\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":32,\"name\":\"scan_frequency\",\"display_name\":\"Domain Scan Frequency\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":159,\"name\":\"cookie_bank\",\"display_name\":\"Cookie Database\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":164,\"name\":\"cookie_policy\",\"display_name\":\"Cookie Policy\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":163,\"name\":\"multilingual_banner\",\"display_name\":\"Multi-Lingual\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":166,\"name\":\"ccpa_banner\",\"display_name\":\"CCPA Banner\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":294,\"name\":\"vendor_management\",\"display_name\":\"Vendor Management\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":265,\"name\":\"iab\",\"display_name\":\"Google Consent Mode\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":298,\"name\":\"uptime\",\"display_name\":\"Uptime\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":306,\"name\":\"wcag\",\"display_name\":\"WCAG 2.1 Compliant\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":322,\"name\":\"Complaint-Badge\",\"display_name\":\"Complaint-Badge\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":330,\"name\":\"GPC Complaint\",\"display_name\":\"GPC Complaint\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":334,\"name\":\"Iab Complaint\",\"display_name\":\"Iab Complaint\",\"value\":0,\"plan_id\":5,\"is_visible\":1},{\"id\":338,\"name\":\"Do Not Sell Banner\",\"display_name\":\"Do Not Sell Banner\",\"value\":0,\"plan_id\":5,\"is_visible\":1}]},{\"id\":6,\"name\":\"standard\",\"display_name\":\"Basic\",\"price\":\"8.00\",\"product_id\":2,\"is_featured\":0,\"price_id_monthly\":\"price_1LiXYAKaZdbylaXnBMWaT6Pr\",\"price_id_yearly\":\"price_1LiXYAKaZdbylaXn4y5D5p1S\",\"features\":[{\"id\":16,\"name\":\"domain_limit\",\"display_name\":\"Domains\",\"value\":1,\"plan_id\":6,\"is_visible\":1},{\"id\":93,\"name\":\"consent_log_limit\",\"display_name\":\"Consent Logs\",\"value\":100000,\"plan_id\":6,\"is_visible\":1},{\"id\":35,\"name\":\"logo_branding\",\"display_name\":\"Branding\",\"value\":2,\"plan_id\":6,\"is_visible\":1},{\"id\":317,\"name\":\"child_privacy\",\"display_name\":\"Child privacy\",\"value\":0,\"plan_id\":6,\"is_visible\":1},{\"id\":303,\"name\":\"analytics\",\"display_name\":\"Analytics & Reporting\",\"value\":0,\"plan_id\":6,\"is_visible\":1},{\"id\":13,\"name\":\"scan_pages_limit\",\"display_name\":\"Scan Pages\",\"value\":500,\"plan_id\":6,\"is_visible\":1},{\"id\":59,\"name\":\"live_support\",\"display_name\":\"Customer Support\",\"value\":1,\"plan_id\":6,\"is_visible\":1},{\"id\":291,\"name\":\"auto_blocking\",\"display_name\":\"Auto Blocking\",\"value\":1,\"plan_id\":6,\"is_visible\":1},{\"id\":58,\"name\":\"territory_preferences\",\"display_name\":\"Geo Location (Auto)\",\"value\":123,\"plan_id\":6,\"is_visible\":1},{\"id\":72,\"name\":\"subdomain\",\"display_name\":\"Subdomains\",\"value\":0,\"plan_id\":6,\"is_visible\":1},{\"id\":36,\"name\":\"scan_frequency\",\"display_name\":\"Domain Scan Frequency\",\"value\":4,\"plan_id\":6,\"is_visible\":1},{\"id\":74,\"name\":\"cookie_bank\",\"display_name\":\"Cookie Database\",\"value\":1,\"plan_id\":6,\"is_visible\":1},{\"id\":75,\"name\":\"cookie_policy\",\"display_name\":\"Cookie Policy\",\"value\":1,\"plan_id\":6,\"is_visible\":1},{\"id\":88,\"name\":\"multilingual_banner\",\"display_name\":\"Multi-Lingual\",\"value\":28,\"plan_id\":6,\"is_visible\":1},{\"id\":89,\"name\":\"ccpa_banner\",\"display_name\":\"CCPA Banner\",\"value\":1,\"plan_id\":6,\"is_visible\":1},{\"id\":295,\"name\":\"vendor_management\",\"display_name\":\"Vendor Management\",\"value\":0,\"plan_id\":6,\"is_visible\":1},{\"id\":266,\"name\":\"google_consent_mode\",\"display_name\":\"Google Consent Mode\",\"value\":0,\"plan_id\":6,\"is_visible\":1},{\"id\":299,\"name\":\"uptime\",\"display_name\":\"Uptime\",\"value\":1,\"plan_id\":6,\"is_visible\":1},{\"id\":307,\"name\":\"wcag\",\"display_name\":\"WCAG 2.1 Compliant\",\"value\":0,\"plan_id\":6,\"is_visible\":1},{\"id\":323,\"name\":\"Complaint-Badge\",\"display_name\":\"Complaint-Badge\",\"value\":0,\"plan_id\":6,\"is_visible\":1},{\"id\":331,\"name\":\"GPC Complaint\",\"display_name\":\"GPC Complaint\",\"value\":0,\"plan_id\":6,\"is_visible\":1},{\"id\":335,\"name\":\"Iab Complaint\",\"display_name\":\"Iab Complaint\",\"value\":0,\"plan_id\":6,\"is_visible\":1},{\"id\":339,\"name\":\"Do Not Sell Banner\",\"display_name\":\"Do Not Sell Banner\",\"value\":0,\"plan_id\":6,\"is_visible\":1}]},{\"id\":7,\"name\":\"pro\",\"display_name\":\"Pro+\",\"price\":\"16.00\",\"product_id\":2,\"is_featured\":1,\"price_id_monthly\":\"price_1LmvLQKaZdbylaXn6jB261do\",\"price_id_yearly\":\"price_1LmvagKaZdbylaXnuiwdZybf\",\"features\":[{\"id\":20,\"name\":\"domain_limit\",\"display_name\":\"Domains\",\"value\":5,\"plan_id\":7,\"is_visible\":1},{\"id\":82,\"name\":\"consent_log_limit\",\"display_name\":\"Consent Logs\",\"value\":300000,\"plan_id\":7,\"is_visible\":1},{\"id\":19,\"name\":\"logo_branding\",\"display_name\":\"Branding\",\"value\":2,\"plan_id\":7,\"is_visible\":1},{\"id\":314,\"name\":\"child_privacy\",\"display_name\":\"Child privacy\",\"value\":1,\"plan_id\":7,\"is_visible\":1},{\"id\":304,\"name\":\"analytics\",\"display_name\":\"Analytics & Reporting\",\"value\":1,\"plan_id\":7,\"is_visible\":1},{\"id\":40,\"name\":\"scan_pages_limit\",\"display_name\":\"Scan Pages\",\"value\":501,\"plan_id\":7,\"is_visible\":1},{\"id\":45,\"name\":\"live_support\",\"display_name\":\"Customer Support\",\"value\":1,\"plan_id\":7,\"is_visible\":1},{\"id\":292,\"name\":\"auto_blocking\",\"display_name\":\"Auto Blocking\",\"value\":1,\"plan_id\":7,\"is_visible\":1},{\"id\":44,\"name\":\"territory_preferences\",\"display_name\":\"Geo Location (Auto)\",\"value\":123,\"plan_id\":7,\"is_visible\":1},{\"id\":69,\"name\":\"subdomain\",\"display_name\":\"Subdomains\",\"value\":0,\"plan_id\":7,\"is_visible\":1},{\"id\":21,\"name\":\"scan_frequency\",\"display_name\":\"Domain Scan Frequency\",\"value\":3,\"plan_id\":7,\"is_visible\":1},{\"id\":71,\"name\":\"cookie_bank\",\"display_name\":\"Cookie Database\",\"value\":1,\"plan_id\":7,\"is_visible\":1},{\"id\":78,\"name\":\"cookie_policy\",\"display_name\":\"Cookie Policy\",\"value\":1,\"plan_id\":7,\"is_visible\":1},{\"id\":46,\"name\":\"multilingual_banner\",\"display_name\":\"Multi-Lingual\",\"value\":28,\"plan_id\":7,\"is_visible\":1},{\"id\":80,\"name\":\"ccpa_banner\",\"display_name\":\"CCPA Banner\",\"value\":1,\"plan_id\":7,\"is_visible\":1},{\"id\":296,\"name\":\"vendor_management\",\"display_name\":\"Vendor Management\",\"value\":1,\"plan_id\":7,\"is_visible\":1},{\"id\":267,\"name\":\"google_consent_mode\",\"display_name\":\"Google Consent Mode\",\"value\":1,\"plan_id\":7,\"is_visible\":1},{\"id\":300,\"name\":\"uptime\",\"display_name\":\"Uptime\",\"value\":1,\"plan_id\":7,\"is_visible\":1},{\"id\":308,\"name\":\"wcag\",\"display_name\":\"WCAG 2.1 Compliant\",\"value\":1,\"plan_id\":7,\"is_visible\":1},{\"id\":324,\"name\":\"Complaint-Badge\",\"display_name\":\"Complaint-Badge\",\"value\":0,\"plan_id\":7,\"is_visible\":1},{\"id\":332,\"name\":\"GPC Complaint\",\"display_name\":\"GPC Complaint\",\"value\":0,\"plan_id\":7,\"is_visible\":1},{\"id\":336,\"name\":\"Iab Complaint\",\"display_name\":\"Iab Complaint\",\"value\":0,\"plan_id\":7,\"is_visible\":1},{\"id\":340,\"name\":\"Do Not Sell Banner\",\"display_name\":\"Do Not Sell Banner\",\"value\":0,\"plan_id\":7,\"is_visible\":1}]},{\"id\":8,\"name\":\"premium\",\"display_name\":\"Ultimate\",\"price\":\"30.00\",\"product_id\":2,\"is_featured\":0,\"price_id_monthly\":\"price_1LmxYhKaZdbylaXnRSOYF9M6\",\"price_id_yearly\":\"price_1LmxYhKaZdbylaXni4e8gIBz\",\"features\":[{\"id\":25,\"name\":\"domain_limit\",\"display_name\":\"Domains\",\"value\":10,\"plan_id\":8,\"is_visible\":1},{\"id\":64,\"name\":\"consent_log_limit\",\"display_name\":\"Consent logs per domain\",\"value\":1000000,\"plan_id\":8,\"is_visible\":1},{\"id\":24,\"name\":\"logo_branding\",\"display_name\":\"Branding\",\"value\":2,\"plan_id\":8,\"is_visible\":1},{\"id\":315,\"name\":\"child_privacy\",\"display_name\":\"Child privacy\",\"value\":1,\"plan_id\":8,\"is_visible\":1},{\"id\":305,\"name\":\"analytics\",\"display_name\":\"Analytics & Reporting\",\"value\":1,\"plan_id\":8,\"is_visible\":1},{\"id\":27,\"name\":\"scan_pages_limit\",\"display_name\":\"Scan Pages\",\"value\":501,\"plan_id\":8,\"is_visible\":1},{\"id\":53,\"name\":\"live_support\",\"display_name\":\"Customer Support\",\"value\":1,\"plan_id\":8,\"is_visible\":1},{\"id\":293,\"name\":\"auto_blocking\",\"display_name\":\"Auto Blocking\",\"value\":1,\"plan_id\":8,\"is_visible\":1},{\"id\":52,\"name\":\"territory_preferences\",\"display_name\":\"Geo Location (Auto)\",\"value\":123,\"plan_id\":8,\"is_visible\":1},{\"id\":66,\"name\":\"subdomain\",\"display_name\":\"Subdomains\",\"value\":1,\"plan_id\":8,\"is_visible\":1},{\"id\":26,\"name\":\"scan_frequency\",\"display_name\":\"Domain Scan Frequency\",\"value\":3,\"plan_id\":8,\"is_visible\":1},{\"id\":68,\"name\":\"cookie_bank\",\"display_name\":\"Cookie Database\",\"value\":1,\"plan_id\":8,\"is_visible\":1},{\"id\":56,\"name\":\"cookie_policy\",\"display_name\":\"Cookie Policy\",\"value\":1,\"plan_id\":8,\"is_visible\":1},{\"id\":54,\"name\":\"multilingual_banner\",\"display_name\":\"Multi-Lingual\",\"value\":28,\"plan_id\":8,\"is_visible\":1},{\"id\":65,\"name\":\"ccpa_banner\",\"display_name\":\"CCPA Banner\",\"value\":1,\"plan_id\":8,\"is_visible\":1},{\"id\":297,\"name\":\"vendor_management\",\"display_name\":\"Vendor Management\",\"value\":1,\"plan_id\":8,\"is_visible\":1},{\"id\":268,\"name\":\"google_consent_mode\",\"display_name\":\"Google Consent Mode\",\"value\":1,\"plan_id\":8,\"is_visible\":1},{\"id\":301,\"name\":\"uptime\",\"display_name\":\"Uptime\",\"value\":1,\"plan_id\":8,\"is_visible\":1},{\"id\":309,\"name\":\"wcag\",\"display_name\":\"WCAG 2.1 Compliant\",\"value\":1,\"plan_id\":8,\"is_visible\":1},{\"id\":325,\"name\":\"Complaint-Badge\",\"display_name\":\"Complaint-Badge\",\"value\":1,\"plan_id\":8,\"is_visible\":1},{\"id\":333,\"name\":\"GPC Complaint\",\"display_name\":\"GPC Complaint\",\"value\":1,\"plan_id\":8,\"is_visible\":1},{\"id\":337,\"name\":\"Iab Complaint\",\"display_name\":\"Iab Complaint\",\"value\":1,\"plan_id\":8,\"is_visible\":1},{\"id\":341,\"name\":\"Do Not Sell Banner\",\"display_name\":\"Do Not Sell Banner\",\"value\":1,\"plan_id\":8,\"is_visible\":1}]}]},\"purchasedPlan\":[],\"tenure\":null,\"faqs\":[{\"id\":84,\"faq_product_id\":1,\"question\":\"I purchased a Seers Cookie Consent Subscription. What's next?\",\"answer\":\"<p>Congratulations! You are one step closer to cookie compliance. You will receive the following notifications via email:<br \\\/>\u2022 Purchase invoice<br \\\/>\u2022 Link to your Seers account with login credentials<br \\\/>\u2022 Welcome email<\\\/p>\",\"created_at\":\"2020-06-05T15:06:57.000000Z\",\"updated_at\":\"2020-06-05T15:10:00.000000Z\"},{\"id\":85,\"faq_product_id\":1,\"question\":\"What's the difference between the Free Edition and other plans?\",\"answer\":\"<p>The Free edition of Seers Cookie Consent includes a basic level of consent with 100 subpages.<br \\\/>\u2022 Cookie Banner<br \\\/>\u2022 Short scan report<br \\\/>\u2022 One time domain scan<br \\\/>The Free Edition does not include the following features available in our other plans:<br \\\/>\u2022 Advanced Banner & Customisation settings<br \\\/>\u2022 GDPR & CCPA Templates<br \\\/>\u2022 Customizable Scan Scheduling<br \\\/>\u2022 Consent Log<br \\\/>\u2022 Geolocation Rules<br \\\/>\u2022 Auto multilingual detection<br \\\/>\u2022 Multilingual Banner and Policy<br \\\/>\u2022 Consent Log Report<br \\\/>\u2022 Customised Logo<br \\\/>\u2022 25 Banner Design presets<br \\\/>\u2022 Cookie Policy<br \\\/>Once you\u2019re ready to upgrade your Free Edition subscription, register into the Seers or checkout directly on the Pricing Page account will be updated within seconds.<\\\/p>\",\"created_at\":\"2020-06-05T15:08:13.000000Z\",\"updated_at\":\"2020-06-05T15:08:13.000000Z\"},{\"id\":86,\"faq_product_id\":1,\"question\":\"How long does it take to get started?\",\"answer\":\"<p>Most users easily implement the solution on their websites within minutes.<br \\\/>If you run into any questions or need help, you can always contact us at support@seersco.com.<br \\\/>We also offer paid Quick Start programs that provide one-on-one support with a Seers Expert to guide you through setup and implementation.<\\\/p>\",\"created_at\":\"2020-06-05T15:16:54.000000Z\",\"updated_at\":\"2020-09-02T11:28:31.000000Z\"},{\"id\":88,\"faq_product_id\":1,\"question\":\"Are there page limit restrictions for the different plans?\",\"answer\":\"<p>We are one of the only solutions that allow you to scan\u00a0<strong>unlimited<\\\/strong>\u00a0pages in all paid plans.<\\\/p>\",\"created_at\":\"2020-06-05T15:18:22.000000Z\",\"updated_at\":\"2020-06-05T15:18:22.000000Z\"},{\"id\":90,\"faq_product_id\":1,\"question\":\"What payment methods do you accept?\",\"answer\":\"<p>We accept all major credit cards and also allow you to pay via Bank Transfer. If you\u2019re interested in paying via Bank Transfer, please submit a request via the email support@seersco.com.<\\\/p>\",\"created_at\":\"2020-06-05T15:19:18.000000Z\",\"updated_at\":\"2020-06-05T15:19:18.000000Z\"},{\"id\":91,\"faq_product_id\":1,\"question\":\"Can I change plans later?\",\"answer\":\"<p>You can upgrade your subscriptions at any time.<\\\/p>\",\"created_at\":\"2020-06-05T15:19:40.000000Z\",\"updated_at\":\"2020-06-05T15:19:40.000000Z\"},{\"id\":92,\"faq_product_id\":1,\"question\":\"Can I delete my account?\",\"answer\":\"<p>Yes, you can delete your account according to <a href=\\\"..\\\/..\\\/..\\\/..\\\/..\\\/terms-and-conditions.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">terms and conditions<\\\/a> of plan you have chosen.<\\\/p>\",\"created_at\":\"2020-06-05T15:19:59.000000Z\",\"updated_at\":\"2021-06-17T11:10:07.000000Z\"},{\"id\":93,\"faq_product_id\":1,\"question\":\"Do you offer volume-based discounts?\",\"answer\":\"<p style=\\\"margin: 0in; margin-bottom: .0001pt;\\\"><span style=\\\"font-family: 'Arial',sans-serif; color: black; background: white;\\\">We offer different plans according to your needs. Also, if you pay annually, you can get the same plan with a discounted amount.<\\\/span><\\\/p>\",\"created_at\":\"2020-06-05T15:20:25.000000Z\",\"updated_at\":\"2020-12-10T12:27:39.000000Z\"},{\"id\":122,\"faq_product_id\":1,\"question\":\"Which payment method is accepted?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">We accept Credit\\\/Debit cards.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:04:44.000000Z\",\"updated_at\":\"2020-09-02T12:04:44.000000Z\"},{\"id\":124,\"faq_product_id\":1,\"question\":\"Does your prices include taxes?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Except where it is mentioned the taxes (VAT, Sales taxes and others) are not included<\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:07:17.000000Z\",\"updated_at\":\"2020-09-02T12:07:17.000000Z\"},{\"id\":125,\"faq_product_id\":1,\"question\":\"How will the payment appear on my bill?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Your payment will be listed on your bill as Seersco followed by the amount quoted on our site. If necessary, your card issuing bank will convert this amount into your local currency at the current exchange rate.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:21:12.000000Z\",\"updated_at\":\"2020-09-02T12:21:12.000000Z\"},{\"id\":126,\"faq_product_id\":1,\"question\":\"Can I pay by PayPal?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">You can also pay by PayPal.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:22:38.000000Z\",\"updated_at\":\"2020-09-02T12:22:38.000000Z\"},{\"id\":127,\"faq_product_id\":1,\"question\":\"Can I upgrade if I want to add more domains?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can upgrade from your user account. Or contact us at <\\\/span><a href=\\\"mailto:Support@seersco.com\\\"><span style=\\\"font-weight: 400;\\\">Support@seersco.com<\\\/span><\\\/a><\\\/p>\",\"created_at\":\"2020-09-02T12:22:59.000000Z\",\"updated_at\":\"2020-09-02T12:22:59.000000Z\"},{\"id\":128,\"faq_product_id\":1,\"question\":\"Do you offer discounts?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Our products are priced to be affordable. We are already providing products at competitive prices.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:23:20.000000Z\",\"updated_at\":\"2020-09-02T12:23:20.000000Z\"},{\"id\":157,\"faq_product_id\":1,\"question\":\"What payment methods do we accept?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">We take credit and debit cards as a preferred mode of payment. However, you can pay via Bank transfer and PayPal by <a href=\\\"..\\\/..\\\/..\\\/..\\\/..\\\/contact\\\">Contacting us.<\\\/a><\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:09:31.000000Z\",\"updated_at\":\"2021-07-01T09:43:06.000000Z\"},{\"id\":158,\"faq_product_id\":1,\"question\":\"Still, have questions in your mind?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Contact us on <<\\\/span><a href=\\\"..\\\/..\\\/..\\\/..\\\/contact\\\"><span style=\\\"font-weight: 400;\\\">https:\\\/\\\/seersco.com\\\/contact<\\\/span><\\\/a><span style=\\\"font-weight: 400;\\\">>, and we will quote you with the package according to your requirements.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:12:20.000000Z\",\"updated_at\":\"2021-06-17T11:12:38.000000Z\"},{\"id\":159,\"faq_product_id\":1,\"question\":\"Are there any hidden charges or contracts?\",\"answer\":\"<p><strong>\u00a0<\\\/strong><span style=\\\"font-weight: 400;\\\">We don\u2019t have any hidden charges. See our cancellation <a href=\\\"..\\\/..\\\/..\\\/..\\\/..\\\/terms-and-conditions.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">terms of use<\\\/a>.\u00a0 <\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:12:38.000000Z\",\"updated_at\":\"2021-06-17T11:06:31.000000Z\"},{\"id\":160,\"faq_product_id\":1,\"question\":\"Can I change the domain scan frequency under the standard plan?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">If your website changes cookies more often, we would suggest you go with our \u2018\u2019best value\u2019\u2019 PRO plan which has a <\\\/span><strong>monthly<\\\/strong><span style=\\\"font-weight: 400;\\\"> domain scan ratio.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:12:53.000000Z\",\"updated_at\":\"2020-09-08T06:12:53.000000Z\"},{\"id\":161,\"faq_product_id\":1,\"question\":\"Can I add subdomains under the free plan?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">No, if you wish to add subdomains then you have to upgrade to the standard plan for five subdomains, PRO package for best value which allows 25 subdomains.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:13:10.000000Z\",\"updated_at\":\"2020-09-08T06:13:10.000000Z\"},{\"id\":162,\"faq_product_id\":1,\"question\":\"Do we offer assistance to implement Seers Privacy Management Solution?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, if you choose between standard, pro and premium packages, one of our support staff will assist you in implementing the solution.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:13:27.000000Z\",\"updated_at\":\"2020-09-08T06:13:27.000000Z\"},{\"id\":163,\"faq_product_id\":1,\"question\":\"If I choose a Free Plan, what will I miss?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">If you choose the free plan, you will not get: customer support, customisable banner, geolocation, cookie policy, consent log and only allowed maximum one domain on the free package.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:13:39.000000Z\",\"updated_at\":\"2020-09-08T06:13:39.000000Z\"},{\"id\":164,\"faq_product_id\":1,\"question\":\"Is it free?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">The solution is free with limited features. You don't need to provide any credit card or payment information in order to access the free version.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:13:51.000000Z\",\"updated_at\":\"2020-09-08T06:13:51.000000Z\"}]}","seersco_priceplan_gdpr_faq_json":"{\"success\":true,\"faqs\":[{\"id\":136,\"faq_product_id\":2,\"question\":\"Which payment method is accepted?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">We accept Credit\\\/Debit cards. You can also pay by PayPal.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:39:21.000000Z\",\"updated_at\":\"2020-09-02T12:39:21.000000Z\"},{\"id\":138,\"faq_product_id\":2,\"question\":\"Does your prices include taxes?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Except where it is mentioned the taxes (VAT, Sales taxes and others) are not included.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:40:01.000000Z\",\"updated_at\":\"2020-09-02T12:40:01.000000Z\"},{\"id\":139,\"faq_product_id\":2,\"question\":\"How will the payment appear on my bill?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Your payment will be listed on your bill as Seersco followed by the amount quoted on our site. If necessary, your card issuing bank will convert this amount into your local currency at the current exchange rate.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:40:15.000000Z\",\"updated_at\":\"2020-09-02T12:40:15.000000Z\"},{\"id\":140,\"faq_product_id\":2,\"question\":\"Can I pay by PayPal?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">You can also pay by PayPal.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:40:30.000000Z\",\"updated_at\":\"2020-09-02T12:40:30.000000Z\"},{\"id\":141,\"faq_product_id\":2,\"question\":\"Which pricing model do you suggest I choose?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">You can choose according to the needs of your business.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:40:45.000000Z\",\"updated_at\":\"2021-06-17T11:15:38.000000Z\"},{\"id\":142,\"faq_product_id\":2,\"question\":\"Do you offer discounts?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Our products are priced to be affordable. We are already providing products at competitive prices.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:41:01.000000Z\",\"updated_at\":\"2020-09-02T12:41:01.000000Z\"},{\"id\":143,\"faq_product_id\":2,\"question\":\"Can I buy more than 250 training?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, You can reach us at <a href=\\\"mailto:%20support@seersco.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">support@seersco.com<\\\/a><\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:41:13.000000Z\",\"updated_at\":\"2021-06-17T11:16:17.000000Z\"},{\"id\":165,\"faq_product_id\":2,\"question\":\"What payment methods do we accept?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">We take credit and debit cards as a preferred mode of payment. However, you can pay via Bank transfer and PayPal by <a href=\\\"..\\\/..\\\/..\\\/..\\\/..\\\/contact\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Contacting us<\\\/a>.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:15:31.000000Z\",\"updated_at\":\"2021-06-17T11:17:07.000000Z\"},{\"id\":166,\"faq_product_id\":2,\"question\":\"Still have questions in your mind?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Contact us on <\\\/span><a href=\\\"..\\\/..\\\/..\\\/..\\\/contact\\\"><span style=\\\"font-weight: 400;\\\">https:\\\/\\\/seersco.com\\\/contact<\\\/span><\\\/a><span style=\\\"font-weight: 400;\\\">, and we will quote you with the package according to your requirements.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:15:46.000000Z\",\"updated_at\":\"2021-07-01T09:44:26.000000Z\"},{\"id\":167,\"faq_product_id\":2,\"question\":\"Are there any hidden charges or contracts?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">We don\u2019t have any hidden charges. See our cancellation <a href=\\\"..\\\/..\\\/..\\\/..\\\/..\\\/terms-and-conditions.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">terms of use<\\\/a><\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:16:02.000000Z\",\"updated_at\":\"2021-06-17T11:18:03.000000Z\"},{\"id\":168,\"faq_product_id\":2,\"question\":\"Is the payment for a one-off?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you only have to pay once for any number of staff you want to train. <\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:16:17.000000Z\",\"updated_at\":\"2020-09-08T06:16:17.000000Z\"},{\"id\":169,\"faq_product_id\":2,\"question\":\"Will the staff get certification?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, the staff will get a certificate after a successful completion of assessment questions. <\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:16:29.000000Z\",\"updated_at\":\"2020-09-08T06:16:29.000000Z\"},{\"id\":170,\"faq_product_id\":2,\"question\":\"What is covered under GDPR Staff eTraining?\",\"answer\":\"<p>Our GDPR Staff eTraining will cover:<\\\/p>\\r\\n<ul>\\r\\n<li>How to identify data<\\\/li>\\r\\n<li>Handling Personal Data<\\\/li>\\r\\n<li>How to appropriately handle personal data<\\\/li>\\r\\n<li>Assess that the learning objectives of the training have been achieved.<\\\/li>\\r\\n<\\\/ul>\",\"created_at\":\"2020-09-08T06:18:18.000000Z\",\"updated_at\":\"2021-06-18T05:21:36.000000Z\"}]}","seersco_priceplan_assessment_faq_json":"{\"success\":true,\"product\":{\"id\":4,\"name\":\"assessment\",\"display_name\":\"Assessment & Policy Pack\",\"slug\":\"assessment\",\"description\":\"Assessment & Policy Pack\",\"url\":\"business\\\/dashboard\",\"price\":\"100.00\",\"discount\":\"0.00\",\"sort_order\":4,\"is_active\":1,\"group_id\":1,\"on_trial\":0,\"trial_days\":0,\"trial_start_on\":null,\"trial_end_on\":null,\"created_at\":\"2019-11-22T02:39:37.000000Z\",\"updated_at\":null,\"promo_code\":null,\"promo_value\":0,\"plans\":[{\"id\":11,\"name\":\"free\",\"display_name\":\"Basic\",\"price\":\"0.00\",\"product_id\":4,\"is_featured\":0,\"is_active\":1,\"price_id_yearly\":null,\"price_id_monthly\":null,\"features\":[{\"id\":126,\"name\":\"gdpr_audit\",\"display_name\":\"GDPR Audit\",\"value\":1,\"plan_id\":11,\"is_visible\":1,\"description\":\"1 module Assessment,Weakness Report\",\"is_active\":1}]},{\"id\":12,\"name\":\"silver\",\"display_name\":\"Silver\",\"price\":\"99.99\",\"product_id\":4,\"is_featured\":0,\"is_active\":1,\"price_id_yearly\":\"price_1LmyQnKaZdbylaXnHE3Zphs9\",\"price_id_monthly\":\"price_1LmyQnKaZdbylaXnE07hoi46\",\"features\":[{\"id\":132,\"name\":\"gdpr_audit\",\"display_name\":\"GDPR Audit\",\"value\":1,\"plan_id\":12,\"is_visible\":1,\"description\":\"1 module Assessment,Weakness Report\",\"is_active\":1},{\"id\":134,\"name\":\"policy_pack\",\"display_name\":\"Policies Pack\",\"value\":1,\"plan_id\":12,\"is_visible\":1,\"description\":\"Data Protection Policy,Data Breach Policy,CCTV Policy,Information Security Policy,Data Subject Access Request,Consent Policy,Data Retention Policy,Privacy Policy,Cookie policy,Disclaimer,Terms & Conditions\",\"is_active\":1},{\"id\":137,\"name\":\"privacy_template\",\"display_name\":\"Templates Pack\",\"value\":0,\"plan_id\":12,\"is_visible\":1,\"description\":\"Privacy Templates Product\",\"is_active\":1}]},{\"id\":13,\"name\":\"gold\",\"display_name\":\"Gold\",\"price\":\"199.99\",\"product_id\":4,\"is_featured\":0,\"is_active\":1,\"price_id_yearly\":\"price_1LmyUtKaZdbylaXnZMjHgL0d\",\"price_id_monthly\":\"price_1LmyUtKaZdbylaXnG8GghqS9\",\"features\":[{\"id\":138,\"name\":\"gdpr_audit\",\"display_name\":\"GDPR Audit\",\"value\":1,\"plan_id\":13,\"is_visible\":1,\"description\":\"1 module Assessment,Weakness Report\",\"is_active\":1},{\"id\":140,\"name\":\"policy_pack\",\"display_name\":\"Policies Pack\",\"value\":1,\"plan_id\":13,\"is_visible\":1,\"description\":\"10+ Data Protection Policies, 30+ HR Policies, 20+ Corporate Policies\",\"is_active\":1},{\"id\":143,\"name\":\"privacy_template\",\"display_name\":\"Templates Pack\",\"value\":1,\"plan_id\":13,\"is_visible\":1,\"description\":\"200 Privacy Templates\",\"is_active\":1}]},{\"id\":14,\"name\":\"platinum\",\"display_name\":\"Platinum\",\"price\":\"599.99\",\"product_id\":4,\"is_featured\":0,\"is_active\":1,\"price_id_yearly\":\"price_1LmynlKaZdbylaXnMxNKqk7T\",\"price_id_monthly\":\"price_1LmynmKaZdbylaXnCA6hpnjx\",\"features\":[{\"id\":144,\"name\":\"gdpr_audit\",\"display_name\":\"GDPR Audit\",\"value\":1,\"plan_id\":14,\"is_visible\":1,\"description\":\"15 module Assessment,Weakness Report,Recommendations, Certification\",\"is_active\":1},{\"id\":146,\"name\":\"policy_pack\",\"display_name\":\"Policies Pack\",\"value\":1,\"plan_id\":14,\"is_visible\":1,\"description\":\"10+ Data Protection Policies, 30+ HR Policies, 20+ Corporate Policies\",\"is_active\":1},{\"id\":149,\"name\":\"privacy_template\",\"display_name\":\"Templates Pack\",\"value\":1,\"plan_id\":14,\"is_visible\":1,\"description\":\"200 Privacy Templates\",\"is_active\":1}]}]},\"faqs\":[{\"id\":129,\"faq_product_id\":7,\"question\":\"Which payment method is accepted?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">We accept Credit\\\/Debit cards. You can also pay by PayPal.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:35:18.000000Z\",\"updated_at\":\"2020-09-02T12:35:18.000000Z\"},{\"id\":131,\"faq_product_id\":7,\"question\":\"Does your prices include taxes?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Except where it is mentioned the taxes (VAT, Sales taxes and others) are not included.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:35:54.000000Z\",\"updated_at\":\"2020-09-02T12:35:54.000000Z\"},{\"id\":132,\"faq_product_id\":7,\"question\":\"How will the payment appear on my bill?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Your payment will be listed on your bill as Seersco followed by the amount quoted on our site. If necessary, your card issuing bank will convert this amount into your local currency at the current exchange rate.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:36:12.000000Z\",\"updated_at\":\"2020-09-02T12:36:12.000000Z\"},{\"id\":133,\"faq_product_id\":7,\"question\":\"Can I pay by PayPal?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">You can also pay by PayPal.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:36:25.000000Z\",\"updated_at\":\"2020-09-02T12:36:25.000000Z\"},{\"id\":134,\"faq_product_id\":7,\"question\":\"Which pricing model do you suggest I choose?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">You\u00a0 can choose according to the needs of your business<\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:36:43.000000Z\",\"updated_at\":\"2020-09-02T12:36:43.000000Z\"},{\"id\":135,\"faq_product_id\":7,\"question\":\"Do you offer discounts?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Our products are priced to be affordable. We are already providing products at competitive prices.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-02T12:37:00.000000Z\",\"updated_at\":\"2020-09-02T12:37:00.000000Z\"},{\"id\":171,\"faq_product_id\":7,\"question\":\"What payment methods do we accept?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">We take credit and debit cards as a preferred mode of payment. However, you can pay via Bank transfer and PayPal by <a href=\\\"..\\\/..\\\/..\\\/..\\\/..\\\/contact\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Contacting us<\\\/a>.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:19:29.000000Z\",\"updated_at\":\"2021-06-17T11:21:55.000000Z\"},{\"id\":172,\"faq_product_id\":7,\"question\":\"Still have questions in your mind?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Contact us on <<\\\/span><a href=\\\"..\\\/..\\\/..\\\/..\\\/contact\\\"><span style=\\\"font-weight: 400;\\\">https:\\\/\\\/seersco.com\\\/contact<\\\/span><\\\/a><span style=\\\"font-weight: 400;\\\">>, and we will quote you with the package according to your requirements.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:19:41.000000Z\",\"updated_at\":\"2021-07-01T09:34:47.000000Z\"},{\"id\":173,\"faq_product_id\":7,\"question\":\"Are there any hidden charges or contracts?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">We don\u2019t have any hidden charges. See our cancellation <a href=\\\"..\\\/..\\\/..\\\/..\\\/..\\\/terms-and-conditions.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">terms of use<\\\/a>.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:20:02.000000Z\",\"updated_at\":\"2021-06-17T11:23:18.000000Z\"},{\"id\":174,\"faq_product_id\":7,\"question\":\"Do we offer assistance to implement Seers Privacy Management Solutions?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, if you choose between Silver, Gold and Platinum packages, one of our customer support staff will assist you in implementing the solution.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:20:13.000000Z\",\"updated_at\":\"2020-09-08T06:20:13.000000Z\"},{\"id\":175,\"faq_product_id\":7,\"question\":\"If I choose a Free Plan, what will I miss?\",\"answer\":\"<p><span style=\\\"font-weight: 400;\\\">If you choose the free plan, you will only get: GDPR audit. You will need to upgrade to get Cyber Secure, Policies Pack, Templates Pack and PECR Audit.<\\\/span><\\\/p>\",\"created_at\":\"2020-09-08T06:20:27.000000Z\",\"updated_at\":\"2020-09-08T06:20:27.000000Z\"}],\"tenure\":\"\",\"purchasedPlan\":\"\"}"}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://seersco.com/wp-content/cache/min/1/wp-content/plugins/seersco-elementor-widgets/js/custom.js?ver=1728890452" id="seersco-custom-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="rocketlazyloadscript" id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://seersco.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=1728890452" id="swv-js" defer></script> <script id="contact-form-7-js-extra"> var wpcf7 = {"api":{"root":"https:\/\/seersco.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://seersco.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1728890452" id="contact-form-7-js" defer></script> <script id="leadin-script-loader-js-js-extra"> var leadin_wordpress = {"userRole":"visitor","pageType":"page","leadinPluginVersion":"11.1.65"}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://seersco.com/wp-content/cache/min/1/5410056.js?ver=1728890453" id="leadin-script-loader-js-js" defer></script> <script type="rocketlazyloadscript" id="rocket-browser-checker-js-after"> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script id="rocket-preload-links-js-extra"> var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|http:\/\/(\/%5B\/%5D+)?\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/seersco.com","onHoverDelay":"100","rateThrottle":"3"}; </script> <script type="rocketlazyloadscript" id="rocket-preload-links-js-after"> (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://seersco.com/wp-content/cache/min/1/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js?ver=1728890453" id="twenty-twenty-one-responsive-embeds-script-js" defer></script> <script src="https://www.google.com/recaptcha/api.js?render=6Lc9ZPscAAAAAHglbK_1dD02f9fYhfIjrs5AJFAs&ver=3.0" id="google-recaptcha-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script id="wpcf7-recaptcha-js-extra"> var wpcf7_recaptcha = {"sitekey":"6Lc9ZPscAAAAAHglbK_1dD02f9fYhfIjrs5AJFAs","actions":{"homepage":"homepage","contactform":"contactform"}}; </script> <script data-minify="1" src="https://seersco.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=1728890453" id="wpcf7-recaptcha-js" defer></script> <script id="eael-general-js-extra"> var localize = {"ajaxurl":"https:\/\/seersco.com\/wp-admin\/admin-ajax.php","nonce":"f99614209a","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https:\/\/seersco.com\/price-plan\/","cart_redirectition":"","cart_page_url":"","el_breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=6.0.7" id="eael-general-js" defer></script> <script src="https://seersco.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" id="smartmenus-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/premium-wrapper-link.min.js?ver=4.10.56" id="pa-wrapper-link-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.21.3" id="elementor-pro-webpack-runtime-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.24.6" id="elementor-webpack-runtime-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.24.6" id="elementor-frontend-modules-js" defer></script> <script type="rocketlazyloadscript" id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/seersco.com\/wp-admin\/admin-ajax.php","nonce":"11e8b8fa71","urls":{"assets":"https:\/\/seersco.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/seersco.com\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/seersco.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.21.3" id="elementor-pro-frontend-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js" defer></script> <script type="rocketlazyloadscript" id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.24.6","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"container":true,"container_grid":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_onboarding":true,"theme_builder_v2":true,"home_screen":true,"ai-layout":true,"landing-pages":true,"nested-elements":true,"link-in-bio":true,"floating-buttons":true,"form-submissions":true},"urls":{"assets":"https:\/\/seersco.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/seersco.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/seersco.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"691e73733d"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":3749,"title":"Price%20Plan%20-%20Seers%20%7C%20Privacy%20%26%20Consent%20Management%20%7C%20GDPR%20%26%20CCPA","excerpt":"","featuredImage":false}}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.24.6" id="elementor-frontend-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.21.3" id="pro-elements-handlers-js" defer></script> <script src="https://seersco.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.21.3" id="e-sticky-js" defer></script> <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://seersco.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e,alt){var t='<img data-lazy-src="https://i.ytimg.com/vi_webp/ID/hqdefault.webp" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi_webp/ID/hqdefault.webp" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';t=t.replace('alt=""','alt="'+alt+'"');return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id,a[t].dataset.alt),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script> <script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body> </html> <!-- Rocket no webp --> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->