Google Analytics Dashboard for WP (GADWP) - Version 7.4.0

Version Description

Download this release

Release Info

Developer manejaam
Plugin Icon 128x128 Google Analytics Dashboard for WP (GADWP)
Version 7.4.0
Comparing to
See all releases

Code changes from version 7.3.4 to 7.4.0

assets/js/frontend-gtag.js CHANGED
@@ -203,7 +203,7 @@ var ExactMetrics = function () {
203
  ) ? extension.length : extension.indexOf( "?" ) ); /* Remove the query after the file name, if there is one */
204
  extension = extension.substring( extension.lastIndexOf( "/" ) + 1, extension.length ); /* Remove everything before the last slash in the path */
205
  if ( extension.length > 0 && extension.indexOf( '.' ) !== - 1 ) { /* If there's a period left in the URL, then there's a extension. Else it is not a extension. */
206
- extension = extension.substring( extension.indexOf( "." ) + 1 ); /* Remove everything but what's after the first period */
207
  return extension;
208
  } else {
209
  return "";
@@ -615,13 +615,6 @@ var ExactMetrics = function () {
615
  } else if ( type == 'external' ) {
616
  beforeUnloadChanged = true;
617
  window.onbeforeunload = function ( e ) {
618
- if ( !event.defaultPrevented ) {
619
- if ( event.preventDefault ) {
620
- event.preventDefault();
621
- } else {
622
- event.returnValue = false;
623
- }
624
- }
625
 
626
  fieldsArray = {
627
  event_category: 'outbound-link',
@@ -641,7 +634,6 @@ var ExactMetrics = function () {
641
  }
642
 
643
  __gtagTrackerSendDual( 'event', action || link, fieldsArray, valuesArray );
644
- setTimeout( __gtagTrackerHitBack, 1000 );
645
  };
646
  } else if ( type == 'cross-hostname' ) {
647
  beforeUnloadChanged = true;
203
  ) ? extension.length : extension.indexOf( "?" ) ); /* Remove the query after the file name, if there is one */
204
  extension = extension.substring( extension.lastIndexOf( "/" ) + 1, extension.length ); /* Remove everything before the last slash in the path */
205
  if ( extension.length > 0 && extension.indexOf( '.' ) !== - 1 ) { /* If there's a period left in the URL, then there's a extension. Else it is not a extension. */
206
+ extension = extension.substring( extension.lastIndexOf( "." ) + 1 ); /* Remove everything but what's after the first period */
207
  return extension;
208
  } else {
209
  return "";
615
  } else if ( type == 'external' ) {
616
  beforeUnloadChanged = true;
617
  window.onbeforeunload = function ( e ) {
 
 
 
 
 
 
 
618
 
619
  fieldsArray = {
620
  event_category: 'outbound-link',
634
  }
635
 
636
  __gtagTrackerSendDual( 'event', action || link, fieldsArray, valuesArray );
 
637
  };
638
  } else if ( type == 'cross-hostname' ) {
639
  beforeUnloadChanged = true;
assets/js/frontend-gtag.min.js CHANGED
@@ -1,44 +1,43 @@
1
- ;var ExactMetrics=function(){var e=[],i='',r=!1;this.setLastClicked=function(t,n,i){t=typeof t!=='undefined'?t:[];n=typeof n!=='undefined'?n:[];i=typeof i!=='undefined'?i:!1;e.valuesArray=t;e.fieldsArray=n};this.getLastClicked=function(){return e};this.setInternalAsOutboundCategory=function(e){i=e};this.getInternalAsOutboundCategory=function(){return i};this.sendEvent=function(e,t,n){x(e,t,n,[])};function u(){if(window.exactmetrics_debug_mode){return!0}
2
- else{return!1}};function d(e,t,n){var l={};for(var i in e){if(!e.hasOwnProperty(i)){continue};if(t&&t.indexOf(i)===-1){continue};if(n&&n.indexOf(i)>-1){continue};l[i]=e[i]};return l};function b(e,t,n){if(!exactmetrics_frontend.v4_id||e!=='event'){return};var i=n.event_category||'',r=['event_name','event_category','event_label','value',],l=d(n,null,r);l.action=t;var a={'outbound-link':'click','download':'file_download',};__gtagTracker(e,a[i]||i.replace('-','_'),l)};function y(e,t,n){if(!exactmetrics_frontend.ua){return};var l=['event_category','event_label','value',],i=d(n,l);i.send_to=exactmetrics_frontend.ua;__gtagTracker(e,t,i)};function l(t,i,l,a){t=typeof t!=='undefined'?t:'event';i=typeof i!=='undefined'?i:'';a=typeof a!=='undefined'?a:[];l=typeof l!=='undefined'?l:{};y(t,i,l);b(t,i,l);e.valuesArray=a;e.fieldsArray=l;e.fieldsArray.event_action=i;e.tracked=!0;n('Tracked: '+a.type);n(e)};function x(t,i,l,a){t=typeof t!=='undefined'?t:'event';i=typeof i!=='undefined'?i:'';a=typeof a!=='undefined'?a:[];l=typeof l!=='undefined'?l:{};__gtagTracker(t,i,l);e.valuesArray=a;e.fieldsArray=l;e.fieldsArray.event_action=i;e.tracked=!0;n('Tracked: '+a.type);n(e)};function t(t){t=typeof t!=='undefined'?t:[];e.valuesArray=t;e.fieldsArray=[];e.tracked=!1;n('Not Tracked: '+t.exit);n(e)};function n(e){if(u()){console.dir(e)}};function o(e){return e.replace(/^\s+|\s+$/gm,'')};function c(){var n=0,e=document.domain,i=e.split('.'),t='_gd'+(new Date()).getTime();while(n<(i.length-1)&&document.cookie.indexOf(t+'='+t)==-1){e=i.slice(-1-(++n)).join('.');document.cookie=t+'='+t+';domain='+e+';'};document.cookie=t+'=;expires=Thu, 01 Jan 1970 00:00:01 GMT;domain='+e+';';return e};function h(e){e=e.toString();e=e.substring(0,(e.indexOf('#')==-1)?e.length:e.indexOf('#'));e=e.substring(0,(e.indexOf('?')==-1)?e.length:e.indexOf('?'));e=e.substring(e.lastIndexOf('/')+1,e.length);if(e.length>0&&e.indexOf('.')!==-1){e=e.substring(e.indexOf('.')+1);return e}
3
  else{return''}};function w(e){return e.which==1||e.which==2||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey};function g(){var e=[];if(typeof exactmetrics_frontend.download_extensions=='string'){e=exactmetrics_frontend.download_extensions.split(',')};return e};function v(){var e=[];if(typeof exactmetrics_frontend.inbound_paths=='string'){e=JSON.parse(exactmetrics_frontend.inbound_paths)};return e};function A(e){if(e.which==1){return'event.which=1'}
4
  else if(e.which==2){return'event.which=2'}
5
  else if(e.metaKey){return'metaKey'}
6
  else if(e.ctrlKey){return'ctrlKey'}
7
  else if(e.shiftKey){return'shiftKey'}
8
  else if(e.altKey){return'altKey'}
9
- else{return''}};function T(e){var f=g(),l=v(),t='unknown',u=e.href,m=h(e.href),d=c(),r=e.hostname,a=e.protocol,k=e.pathname;u=u.toString();var s,p,b=e.getAttribute('data-vars-ga-category');if(b){return b};if(u.match(/^javascript\:/i)){t='internal'}
10
  else if(a&&a.length>0&&(o(a)=='tel'||o(a)=='tel:')){t='tel'}
11
  else if(a&&a.length>0&&(o(a)=='mailto'||o(a)=='mailto:')){t='mailto'}
12
- else if(r&&d&&r.length>0&&d.length>0&&!r.endsWith('.'+d)&&r!==d){t='external'}
13
  else if(k&&JSON.stringify(l)!='{}'&&k.length>0){var y=l.length;for(var n=0;n<y;n++){if(l[n].path&&l[n].label&&l[n].path.length>0&&l[n].label.length>0&&k.startsWith(l[n].path)){t='internal-as-outbound';i='outbound-link-'+l[n].label;break}}}
14
- else if(r&&window.exactmetrics_experimental_mode&&r.length>0&&document.domain.length>0&&r!==document.domain){t='cross-hostname'};if(m&&(t==='unknown'||'external'===t)&&f.length>0&&m.length>0){for(s=0,p=f.length;s<p;++s){if(f[s].length>0&&(u.endsWith(f[s])||f[s]==m)){t='download';break}}};if(t==='unknown'){t='internal'};return t};function O(e,t){var n=(e.target&&!e.target.match(/^_(self|parent|top)$/i))?e.target:!1;if(t.ctrlKey||t.shiftKey||t.metaKey||t.which==2){n='_blank'};return n};function m(e){if(e.getAttribute('data-vars-ga-label')&&e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')){return e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')}
15
  else if(e.title&&e.title.replace(/\n/ig,'')){return e.title.replace(/\n/ig,'')}
16
  else if(e.innerText&&e.innerText.replace(/\n/ig,'')){return e.innerText.replace(/\n/ig,'')}
17
  else if(e.getAttribute('aria-label')&&e.getAttribute('aria-label').replace(/\n/ig,'')){return e.getAttribute('aria-label').replace(/\n/ig,'')}
18
  else if(e.alt&&e.alt.replace(/\n/ig,'')){return e.alt.replace(/\n/ig,'')}
19
  else if(e.textContent&&e.textContent.replace(/\n/ig,'')){return e.textContent.replace(/\n/ig,'')}
20
  else{return undefined}};function K(e){var i=e.children,l=0,a,n;for(var t=0;t<i.length;t++){a=i[t];n=m(a);if(n){return n};if(l==99){return undefined};l++};return undefined};function k(n){var o=n.srcElement||n.target,e=[],k;e.el=o;e.click_type=A(n);if('undefined'===typeof __gtagTracker||!w(n)){e.exit='loaded';t(e);return}
21
- while(o&&(typeof o.tagName=='undefined'||o.tagName.toLowerCase()!='a'||!o.href)){o=o.parentNode};if(o&&o.href&&!o.hasAttribute('xlink:href')){var d=o.href,I=h(o.href),M=g(),S=v(),L=exactmetrics_frontend.home_url,N=c(),a=T(o),x=O(o,n),b=o.getAttribute('data-vars-ga-action'),f=o.getAttribute('data-vars-ga-label');e.el=o;e.el_href=o.href;e.el_protocol=o.protocol;e.el_hostname=o.hostname;e.el_port=o.port;e.el_pathname=o.pathname;e.el_search=o.search;e.el_hash=o.hash;e.el_host=o.host;e.el_classes=o.getAttribute('class');e.el_id=o.id;e.debug_mode=u();e.download_extensions=M;e.inbound_paths=S;e.home_url=L;e.link=d;e.extension=I;e.type=a;e.target=x;e.title=m(o);if(!e.label&&!e.title){e.title=K(o)};if(a!=='internal'&&a!=='javascript'){var y=!1,p=function(){if(y){return};s();y=!0;window.location.href=d},E=function(){e.exit='external';t(e)},D=function(){e.exit='internal-as-outbound';t(e)},C=function(){e.exit='cross-hostname';t(e)};if(x||a=='mailto'||a=='tel'){if(a=='download'){k={event_category:'download',event_label:f||e.title,file_extension:e.extension,file_name:e.link.replace(/^.*\//g,''),link_text:f||e.title,link_url:d,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,}}
22
- else if(a=='tel'){k={event_category:'tel',event_label:f||e.title.replace('tel:',''),tel_number:d.replace('tel:',''),link_text:f||e.title,link_url:d,link_classes:e.el_classes,link_id:e.el_id,}}
23
- else if(a=='mailto'){k={event_category:'mailto',event_label:f||e.title.replace('mailto:',''),email_address:d.replace('mailto:',''),link_text:f||e.title.replace('mailto:',''),link_url:d,link_classes:e.el_classes,link_id:e.el_id,}}
24
- else if(a=='internal-as-outbound'){k={event_category:i,event_label:f||e.title,event_name:'click',is_affiliate_link:!0,affiliate_label:i.replace('outbound-link-',''),link_text:f||e.title,link_url:d,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,outbound:!0,}}
25
- else if(a=='external'){k={event_category:'outbound-link',event_label:f||e.title,is_affiliate_link:!1,link_text:f||e.title,link_url:d,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,outbound:!0,}}
26
- else if(a=='cross-hostname'){k={event_category:'cross-hostname',event_label:f||e.title,link_text:f||e.title,link_url:d,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,}};if(k){l('event',b||d,k,e)}
27
- else{if(a&&a!='internal'){k={event_category:a,event_label:f||e.title,link_text:f||e.title,link_url:d,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,};l('event',b||d,k,e)}
28
  else{e.exit='type';t(e)}}}
29
  else{if(a!='cross-hostname'&&a!='external'&&a!='internal-as-outbound'){if(!n.defaultPrevented){if(n.preventDefault){n.preventDefault()}
30
- else{n.returnValue=!1}}};if(a=='download'){k={event_category:'download',event_label:f||e.title,event_callback:p,file_extension:e.extension,file_name:e.link.replace(/^.*\//g,''),link_text:f||e.title,link_url:d,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,};l('event',b||d,k,e)}
31
  else if(a=='internal-as-outbound'){r=!0;window.onbeforeunload=function(t){if(!n.defaultPrevented){if(n.preventDefault){n.preventDefault()}
32
- else{n.returnValue=!1}};k={event_category:i,event_label:f||e.title,event_callback:p,is_affiliate_link:!0,affiliate_label:i.replace('outbound-link-',''),link_text:f||e.title,link_url:d,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,outbound:!0,};if(navigator.sendBeacon){k.transport='beacon'};l('event',b||d,k,e);setTimeout(p,1000)}}
33
- else if(a=='external'){r=!0;window.onbeforeunload=function(t){if(!n.defaultPrevented){if(n.preventDefault){n.preventDefault()}
34
- else{n.returnValue=!1}};k={event_category:'outbound-link',event_label:f||e.title,event_callback:p,is_affiliate_link:!1,link_text:f||e.title,link_url:d,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,outbound:!0,};if(navigator.sendBeacon){k.transport='beacon'};l('event',b||d,k,e);setTimeout(p,1000)}}
35
  else if(a=='cross-hostname'){r=!0;window.onbeforeunload=function(t){if(!n.defaultPrevented){if(n.preventDefault){n.preventDefault()}
36
- else{n.returnValue=!1}};k={event_category:'cross-hostname',event_label:f||e.title,event_callback:p,link_text:f||e.title,link_url:d,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,};if(navigator.sendBeacon){k.transport='beacon'};l('event',b||d,k,e);setTimeout(p,1000)}}
37
- else{if(a&&a!=='internal'){k={event_category:a,event_label:f||e.title,event_callback:p,link_text:f||e.title,link_url:d,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,};l('event',b||d,k,e)}
38
  else{e.exit='type';t(e)}};if(a!='external'&&a!='cross-hostname'&&a!='internal-as-outbound'){setTimeout(p,1000)}
39
  else{if(a=='external'){setTimeout(E,1100)}
40
  else if(a=='cross-hostname'){setTimeout(C,1100)}
41
- else{setTimeout(D,1100)}};setTimeout(s,100)}}
42
  else{s();e.exit='internal';t(e)}}
43
  else{e.exit='notlink';t(e)}};var f=window.location.hash;function p(){if(exactmetrics_frontend.hash_tracking==='true'&&f!=window.location.hash&&(exactmetrics_frontend.ua||exactmetrics_frontend.v4_id)){f=window.location.hash;if(exactmetrics_frontend.ua){__gtagTracker('config',exactmetrics_frontend.ua,{page_path:location.pathname+location.search+location.hash,})};if(exactmetrics_frontend.v4_id){__gtagTracker('config',exactmetrics_frontend.v4_id,{page_path:location.pathname+location.search+location.hash,})};n('Hash change to: '+location.pathname+location.search+location.hash)}
44
  else{n('Hash change to (untracked): '+location.pathname+location.search+location.hash)}};function s(){if(r){window.onbeforeunload=null}};var a=window;if(a.addEventListener){a.addEventListener('load',function(){document.body.addEventListener('click',k,!1)},!1);window.addEventListener('hashchange',p,!1)}
1
+ ;var ExactMetrics=function(){var e=[],i='',r=!1;this.setLastClicked=function(t,n,i){t=typeof t!=='undefined'?t:[];n=typeof n!=='undefined'?n:[];i=typeof i!=='undefined'?i:!1;e.valuesArray=t;e.fieldsArray=n};this.getLastClicked=function(){return e};this.setInternalAsOutboundCategory=function(e){i=e};this.getInternalAsOutboundCategory=function(){return i};this.sendEvent=function(e,t,n){x(e,t,n,[])};function d(){if(window.exactmetrics_debug_mode){return!0}
2
+ else{return!1}};function c(e,t,n){var l={};for(var i in e){if(!e.hasOwnProperty(i)){continue};if(t&&t.indexOf(i)===-1){continue};if(n&&n.indexOf(i)>-1){continue};l[i]=e[i]};return l};function b(e,t,n){if(!exactmetrics_frontend.v4_id||e!=='event'){return};var i=n.event_category||'',r=['event_name','event_category','event_label','value',],l=c(n,null,r);l.action=t;var a={'outbound-link':'click','download':'file_download',};__gtagTracker(e,a[i]||i.replace('-','_'),l)};function y(e,t,n){if(!exactmetrics_frontend.ua){return};var l=['event_category','event_label','value',],i=c(n,l);i.send_to=exactmetrics_frontend.ua;__gtagTracker(e,t,i)};function l(t,i,l,a){t=typeof t!=='undefined'?t:'event';i=typeof i!=='undefined'?i:'';a=typeof a!=='undefined'?a:[];l=typeof l!=='undefined'?l:{};y(t,i,l);b(t,i,l);e.valuesArray=a;e.fieldsArray=l;e.fieldsArray.event_action=i;e.tracked=!0;n('Tracked: '+a.type);n(e)};function x(t,i,l,a){t=typeof t!=='undefined'?t:'event';i=typeof i!=='undefined'?i:'';a=typeof a!=='undefined'?a:[];l=typeof l!=='undefined'?l:{};__gtagTracker(t,i,l);e.valuesArray=a;e.fieldsArray=l;e.fieldsArray.event_action=i;e.tracked=!0;n('Tracked: '+a.type);n(e)};function t(t){t=typeof t!=='undefined'?t:[];e.valuesArray=t;e.fieldsArray=[];e.tracked=!1;n('Not Tracked: '+t.exit);n(e)};function n(e){if(d()){console.dir(e)}};function o(e){return e.replace(/^\s+|\s+$/gm,'')};function u(){var n=0,e=document.domain,i=e.split('.'),t='_gd'+(new Date()).getTime();while(n<(i.length-1)&&document.cookie.indexOf(t+'='+t)==-1){e=i.slice(-1-(++n)).join('.');document.cookie=t+'='+t+';domain='+e+';'};document.cookie=t+'=;expires=Thu, 01 Jan 1970 00:00:01 GMT;domain='+e+';';return e};function h(e){e=e.toString();e=e.substring(0,(e.indexOf('#')==-1)?e.length:e.indexOf('#'));e=e.substring(0,(e.indexOf('?')==-1)?e.length:e.indexOf('?'));e=e.substring(e.lastIndexOf('/')+1,e.length);if(e.length>0&&e.indexOf('.')!==-1){e=e.substring(e.lastIndexOf('.')+1);return e}
3
  else{return''}};function w(e){return e.which==1||e.which==2||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey};function g(){var e=[];if(typeof exactmetrics_frontend.download_extensions=='string'){e=exactmetrics_frontend.download_extensions.split(',')};return e};function v(){var e=[];if(typeof exactmetrics_frontend.inbound_paths=='string'){e=JSON.parse(exactmetrics_frontend.inbound_paths)};return e};function A(e){if(e.which==1){return'event.which=1'}
4
  else if(e.which==2){return'event.which=2'}
5
  else if(e.metaKey){return'metaKey'}
6
  else if(e.ctrlKey){return'ctrlKey'}
7
  else if(e.shiftKey){return'shiftKey'}
8
  else if(e.altKey){return'altKey'}
9
+ else{return''}};function T(e){var f=g(),l=v(),t='unknown',d=e.href,m=h(e.href),c=u(),r=e.hostname,a=e.protocol,k=e.pathname;d=d.toString();var s,p,b=e.getAttribute('data-vars-ga-category');if(b){return b};if(d.match(/^javascript\:/i)){t='internal'}
10
  else if(a&&a.length>0&&(o(a)=='tel'||o(a)=='tel:')){t='tel'}
11
  else if(a&&a.length>0&&(o(a)=='mailto'||o(a)=='mailto:')){t='mailto'}
12
+ else if(r&&c&&r.length>0&&c.length>0&&!r.endsWith('.'+c)&&r!==c){t='external'}
13
  else if(k&&JSON.stringify(l)!='{}'&&k.length>0){var y=l.length;for(var n=0;n<y;n++){if(l[n].path&&l[n].label&&l[n].path.length>0&&l[n].label.length>0&&k.startsWith(l[n].path)){t='internal-as-outbound';i='outbound-link-'+l[n].label;break}}}
14
+ else if(r&&window.exactmetrics_experimental_mode&&r.length>0&&document.domain.length>0&&r!==document.domain){t='cross-hostname'};if(m&&(t==='unknown'||'external'===t)&&f.length>0&&m.length>0){for(s=0,p=f.length;s<p;++s){if(f[s].length>0&&(d.endsWith(f[s])||f[s]==m)){t='download';break}}};if(t==='unknown'){t='internal'};return t};function O(e,t){var n=(e.target&&!e.target.match(/^_(self|parent|top)$/i))?e.target:!1;if(t.ctrlKey||t.shiftKey||t.metaKey||t.which==2){n='_blank'};return n};function m(e){if(e.getAttribute('data-vars-ga-label')&&e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')){return e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')}
15
  else if(e.title&&e.title.replace(/\n/ig,'')){return e.title.replace(/\n/ig,'')}
16
  else if(e.innerText&&e.innerText.replace(/\n/ig,'')){return e.innerText.replace(/\n/ig,'')}
17
  else if(e.getAttribute('aria-label')&&e.getAttribute('aria-label').replace(/\n/ig,'')){return e.getAttribute('aria-label').replace(/\n/ig,'')}
18
  else if(e.alt&&e.alt.replace(/\n/ig,'')){return e.alt.replace(/\n/ig,'')}
19
  else if(e.textContent&&e.textContent.replace(/\n/ig,'')){return e.textContent.replace(/\n/ig,'')}
20
  else{return undefined}};function K(e){var i=e.children,l=0,a,n;for(var t=0;t<i.length;t++){a=i[t];n=m(a);if(n){return n};if(l==99){return undefined};l++};return undefined};function k(n){var o=n.srcElement||n.target,e=[],k;e.el=o;e.click_type=A(n);if('undefined'===typeof __gtagTracker||!w(n)){e.exit='loaded';t(e);return}
21
+ while(o&&(typeof o.tagName=='undefined'||o.tagName.toLowerCase()!='a'||!o.href)){o=o.parentNode};if(o&&o.href&&!o.hasAttribute('xlink:href')){var c=o.href,M=h(o.href),S=g(),D=v(),L=exactmetrics_frontend.home_url,N=u(),a=T(o),x=O(o,n),b=o.getAttribute('data-vars-ga-action'),f=o.getAttribute('data-vars-ga-label');e.el=o;e.el_href=o.href;e.el_protocol=o.protocol;e.el_hostname=o.hostname;e.el_port=o.port;e.el_pathname=o.pathname;e.el_search=o.search;e.el_hash=o.hash;e.el_host=o.host;e.el_classes=o.getAttribute('class');e.el_id=o.id;e.debug_mode=d();e.download_extensions=S;e.inbound_paths=D;e.home_url=L;e.link=c;e.extension=M;e.type=a;e.target=x;e.title=m(o);if(!e.label&&!e.title){e.title=K(o)};if(a!=='internal'&&a!=='javascript'){var y=!1,p=function(){if(y){return};s();y=!0;window.location.href=c},E=function(){e.exit='external';t(e)},I=function(){e.exit='internal-as-outbound';t(e)},C=function(){e.exit='cross-hostname';t(e)};if(x||a=='mailto'||a=='tel'){if(a=='download'){k={event_category:'download',event_label:f||e.title,file_extension:e.extension,file_name:e.link.replace(/^.*\//g,''),link_text:f||e.title,link_url:c,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,}}
22
+ else if(a=='tel'){k={event_category:'tel',event_label:f||e.title.replace('tel:',''),tel_number:c.replace('tel:',''),link_text:f||e.title,link_url:c,link_classes:e.el_classes,link_id:e.el_id,}}
23
+ else if(a=='mailto'){k={event_category:'mailto',event_label:f||e.title.replace('mailto:',''),email_address:c.replace('mailto:',''),link_text:f||e.title.replace('mailto:',''),link_url:c,link_classes:e.el_classes,link_id:e.el_id,}}
24
+ else if(a=='internal-as-outbound'){k={event_category:i,event_label:f||e.title,event_name:'click',is_affiliate_link:!0,affiliate_label:i.replace('outbound-link-',''),link_text:f||e.title,link_url:c,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,outbound:!0,}}
25
+ else if(a=='external'){k={event_category:'outbound-link',event_label:f||e.title,is_affiliate_link:!1,link_text:f||e.title,link_url:c,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,outbound:!0,}}
26
+ else if(a=='cross-hostname'){k={event_category:'cross-hostname',event_label:f||e.title,link_text:f||e.title,link_url:c,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,}};if(k){l('event',b||c,k,e)}
27
+ else{if(a&&a!='internal'){k={event_category:a,event_label:f||e.title,link_text:f||e.title,link_url:c,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,};l('event',b||c,k,e)}
28
  else{e.exit='type';t(e)}}}
29
  else{if(a!='cross-hostname'&&a!='external'&&a!='internal-as-outbound'){if(!n.defaultPrevented){if(n.preventDefault){n.preventDefault()}
30
+ else{n.returnValue=!1}}};if(a=='download'){k={event_category:'download',event_label:f||e.title,event_callback:p,file_extension:e.extension,file_name:e.link.replace(/^.*\//g,''),link_text:f||e.title,link_url:c,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,};l('event',b||c,k,e)}
31
  else if(a=='internal-as-outbound'){r=!0;window.onbeforeunload=function(t){if(!n.defaultPrevented){if(n.preventDefault){n.preventDefault()}
32
+ else{n.returnValue=!1}};k={event_category:i,event_label:f||e.title,event_callback:p,is_affiliate_link:!0,affiliate_label:i.replace('outbound-link-',''),link_text:f||e.title,link_url:c,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,outbound:!0,};if(navigator.sendBeacon){k.transport='beacon'};l('event',b||c,k,e);setTimeout(p,1000)}}
33
+ else if(a=='external'){r=!0;window.onbeforeunload=function(t){k={event_category:'outbound-link',event_label:f||e.title,event_callback:p,is_affiliate_link:!1,link_text:f||e.title,link_url:c,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,outbound:!0,};if(navigator.sendBeacon){k.transport='beacon'};l('event',b||c,k,e)}}
 
34
  else if(a=='cross-hostname'){r=!0;window.onbeforeunload=function(t){if(!n.defaultPrevented){if(n.preventDefault){n.preventDefault()}
35
+ else{n.returnValue=!1}};k={event_category:'cross-hostname',event_label:f||e.title,event_callback:p,link_text:f||e.title,link_url:c,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,};if(navigator.sendBeacon){k.transport='beacon'};l('event',b||c,k,e);setTimeout(p,1000)}}
36
+ else{if(a&&a!=='internal'){k={event_category:a,event_label:f||e.title,event_callback:p,link_text:f||e.title,link_url:c,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,};l('event',b||c,k,e)}
37
  else{e.exit='type';t(e)}};if(a!='external'&&a!='cross-hostname'&&a!='internal-as-outbound'){setTimeout(p,1000)}
38
  else{if(a=='external'){setTimeout(E,1100)}
39
  else if(a=='cross-hostname'){setTimeout(C,1100)}
40
+ else{setTimeout(I,1100)}};setTimeout(s,100)}}
41
  else{s();e.exit='internal';t(e)}}
42
  else{e.exit='notlink';t(e)}};var f=window.location.hash;function p(){if(exactmetrics_frontend.hash_tracking==='true'&&f!=window.location.hash&&(exactmetrics_frontend.ua||exactmetrics_frontend.v4_id)){f=window.location.hash;if(exactmetrics_frontend.ua){__gtagTracker('config',exactmetrics_frontend.ua,{page_path:location.pathname+location.search+location.hash,})};if(exactmetrics_frontend.v4_id){__gtagTracker('config',exactmetrics_frontend.v4_id,{page_path:location.pathname+location.search+location.hash,})};n('Hash change to: '+location.pathname+location.search+location.hash)}
43
  else{n('Hash change to (untracked): '+location.pathname+location.search+location.hash)}};function s(){if(r){window.onbeforeunload=null}};var a=window;if(a.addEventListener){a.addEventListener('load',function(){document.body.addEventListener('click',k,!1)},!1);window.addEventListener('hashchange',p,!1)}
gadwp.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: https://exactmetrics.com
5
  * Description: Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your website.
6
  * Author: ExactMetrics
7
- * Version: 7.3.4
8
  * Requires at least: 4.8.0
9
  * Requires PHP: 5.5
10
  * Author URI: https://exactmetrics.com
@@ -44,7 +44,7 @@ final class ExactMetrics_Lite {
44
  * @access public
45
  * @var string $version Plugin version.
46
  */
47
- public $version = '7.3.4';
48
 
49
  /**
50
  * Plugin file.
4
  * Plugin URI: https://exactmetrics.com
5
  * Description: Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your website.
6
  * Author: ExactMetrics
7
+ * Version: 7.4.0
8
  * Requires at least: 4.8.0
9
  * Requires PHP: 5.5
10
  * Author URI: https://exactmetrics.com
44
  * @access public
45
  * @var string $version Plugin version.
46
  */
47
+ public $version = '7.4.0';
48
 
49
  /**
50
  * Plugin file.
includes/admin/routes.php CHANGED
@@ -1,1332 +1,1335 @@
1
- <?php
2
- /**
3
- * Routes for VUE are registered here.
4
- *
5
- * @package exactmetrics
6
- */
7
-
8
- /**
9
- * Class ExactMetrics_Rest_Routes
10
- */
11
- class ExactMetrics_Rest_Routes {
12
-
13
- /**
14
- * ExactMetrics_Rest_Routes constructor.
15
- */
16
- public function __construct() {
17
-
18
- add_action( 'wp_ajax_exactmetrics_vue_get_license', array( $this, 'get_license' ) );
19
- add_action( 'wp_ajax_exactmetrics_vue_get_profile', array( $this, 'get_profile' ) );
20
- add_action( 'wp_ajax_exactmetrics_vue_get_settings', array( $this, 'get_settings' ) );
21
- add_action( 'wp_ajax_exactmetrics_vue_update_settings', array( $this, 'update_settings' ) );
22
- add_action( 'wp_ajax_exactmetrics_vue_update_settings_bulk', array( $this, 'update_settings_bulk' ) );
23
- add_action( 'wp_ajax_exactmetrics_vue_get_addons', array( $this, 'get_addons' ) );
24
- add_action( 'wp_ajax_exactmetrics_update_manual_ua', array( $this, 'update_manual_ua' ) );
25
- add_action( 'wp_ajax_exactmetrics_update_manual_v4', array( $this, 'update_manual_v4' ) );
26
- add_action( 'wp_ajax_exactmetrics_update_dual_tracking_id', array( $this, 'update_dual_tracking_id' ) );
27
- add_action( 'wp_ajax_exactmetrics_update_measurement_protocol_secret', array( $this, 'update_measurement_protocol_secret' ) );
28
- add_action( 'wp_ajax_exactmetrics_vue_get_report_data', array( $this, 'get_report_data' ) );
29
- add_action( 'wp_ajax_exactmetrics_vue_install_plugin', array( $this, 'install_plugin' ) );
30
- add_action( 'wp_ajax_exactmetrics_vue_notice_status', array( $this, 'get_notice_status' ) );
31
- add_action( 'wp_ajax_exactmetrics_vue_notice_dismiss', array( $this, 'dismiss_notice' ) );
32
- add_action( 'wp_ajax_exactmetrics_vue_grab_popular_posts_report', array(
33
- $this,
34
- 'check_popular_posts_report'
35
- ) );
36
- add_action( 'wp_ajax_exactmetrics_vue_popular_posts_update_theme_setting', array(
37
- $this,
38
- 'update_popular_posts_theme_setting'
39
- ) );
40
-
41
- // TODO: remove function from Google Optimize Addon.
42
- add_action( 'wp_ajax_exactmetrics_get_posts', array( $this, 'get_posts' ) );
43
-
44
- // Search for taxonomies.
45
- add_action( 'wp_ajax_exactmetrics_get_terms', array( $this, 'get_taxonomy_terms' ) );
46
-
47
- add_action( 'wp_ajax_exactmetrics_get_post_types', array( $this, 'get_post_types' ) );
48
-
49
- add_action( 'wp_ajax_exactmetrics_handle_settings_import', array( $this, 'handle_settings_import' ) );
50
-
51
- add_action( 'admin_notices', array( $this, 'hide_old_notices' ), 0 );
52
-
53
- add_action( 'wp_ajax_exactmetrics_vue_dismiss_first_time_notice', array(
54
- $this,
55
- 'dismiss_first_time_notice'
56
- ) );
57
- }
58
-
59
- /**
60
- * Ajax handler for grabbing the license
61
- */
62
- public function get_license() {
63
-
64
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
65
-
66
- if ( ! current_user_can( 'exactmetrics_view_dashboard' ) || ! exactmetrics_is_pro_version() ) {
67
- return;
68
- }
69
-
70
- $site_license = array(
71
- 'key' => ExactMetrics()->license->get_site_license_key(),
72
- 'type' => ExactMetrics()->license->get_site_license_type(),
73
- 'is_disabled' => ExactMetrics()->license->site_license_disabled(),
74
- 'is_expired' => ExactMetrics()->license->site_license_expired(),
75
- 'is_invalid' => ExactMetrics()->license->site_license_invalid(),
76
- );
77
- $network_license = array(
78
- 'key' => ExactMetrics()->license->get_network_license_key(),
79
- 'type' => ExactMetrics()->license->get_network_license_type(),
80
- 'is_disabled' => ExactMetrics()->license->network_license_disabled(),
81
- 'is_expired' => ExactMetrics()->license->network_license_expired(),
82
- 'is_invalid' => ExactMetrics()->license->network_license_disabled(),
83
- );
84
-
85
- wp_send_json( array(
86
- 'site' => $site_license,
87
- 'network' => $network_license,
88
- ) );
89
-
90
- }
91
-
92
- /**
93
- * Ajax handler for grabbing the current authenticated profile.
94
- */
95
- public function get_profile() {
96
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
97
-
98
- if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
99
- return;
100
- }
101
-
102
- $auth = ExactMetrics()->auth;
103
-
104
- wp_send_json( array(
105
- 'ua' => $auth->get_ua(),
106
- 'v4' => $auth->get_v4_id(),
107
- 'viewname' => $auth->get_viewname(),
108
- 'manual_ua' => $auth->get_manual_ua(),
109
- 'manual_v4' => $auth->get_manual_v4_id(),
110
- 'measurement_protocol_secret' => $auth->get_measurement_protocol_secret(),
111
- 'network_ua' => $auth->get_network_ua(),
112
- 'network_v4' => $auth->get_network_v4_id(),
113
- 'network_viewname' => $auth->get_network_viewname(),
114
- 'network_manual_ua' => $auth->get_network_manual_ua(),
115
- 'network_measurement_protocol_secret' => $auth->get_network_measurement_protocol_secret(),
116
- 'connected_type' => $auth->get_connected_type(),
117
- ) );
118
-
119
- }
120
-
121
- /**
122
- * Ajax handler for grabbing the settings.
123
- */
124
- public function get_settings() {
125
-
126
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
127
-
128
- if ( ! current_user_can( 'exactmetrics_view_dashboard' ) ) {
129
- return;
130
- }
131
-
132
- $options = exactmetrics_get_options();
133
-
134
- // Array fields are needed even if empty.
135
- $array_fields = array( 'view_reports', 'save_settings', 'ignore_users' );
136
- foreach ( $array_fields as $array_field ) {
137
- if ( ! isset( $options[ $array_field ] ) ) {
138
- $options[ $array_field ] = array();
139
- }
140
- }
141
-
142
- //add email summaries options
143
- if ( exactmetrics_is_pro_version() ) {
144
- $default_email = array(
145
- 'email' => get_option( 'admin_email' ),
146
- );
147
-
148
- if ( ! isset( $options['email_summaries'] ) ) {
149
- $options['email_summaries'] = 'on';
150
- }
151
-
152
- if ( ! isset( $options['summaries_email_addresses'] ) ) {
153
- $options['summaries_email_addresses'] = array(
154
- $default_email,
155
- );
156
- }
157
-
158
- if ( ! isset( $options['summaries_html_template'] ) ) {
159
- $options['summaries_html_template'] = 'yes';
160
- }
161
-
162
-
163
- if ( ! isset( $options['summaries_carbon_copy'] ) ) {
164
- $options['summaries_carbon_copy'] = 'no';
165
- }
166
-
167
-
168
- if ( ! isset( $options['summaries_header_image'] ) ) {
169
- $options['summaries_header_image'] = '';
170
- }
171
-
172
- if ( ! isset( $options['local_gtag_file_modified_at'] ) ) {
173
- $options['local_gtag_file_modified_at'] = '';
174
- }
175
- }
176
-
177
- wp_send_json( $options );
178
-
179
- }
180
-
181
- /**
182
- * Ajax handler for updating the settings.
183
- */
184
- public function update_settings() {
185
-
186
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
187
-
188
- if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
189
- return;
190
- }
191
-
192
- if ( isset( $_POST['setting'] ) ) {
193
- $setting = sanitize_text_field( wp_unslash( $_POST['setting'] ) );
194
- if ( isset( $_POST['value'] ) ) {
195
- $value = $this->handle_sanitization( $setting, $_POST['value'] );
196
- exactmetrics_update_option( $setting, $value );
197
- do_action( 'exactmetrics_after_update_settings', $setting, $value );
198
- } else {
199
- exactmetrics_update_option( $setting, false );
200
- do_action( 'exactmetrics_after_update_settings', $setting, false );
201
- }
202
- }
203
-
204
- wp_send_json_success();
205
-
206
- }
207
-
208
- /**
209
- * Ajax handler for updating the settings.
210
- */
211
- public function update_settings_bulk() {
212
-
213
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
214
-
215
- if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
216
- return;
217
- }
218
-
219
- if ( isset( $_POST['settings'] ) ) {
220
- $settings = json_decode( sanitize_text_field( wp_unslash( $_POST['settings'] ) ), true );
221
- foreach ( $settings as $setting => $value ) {
222
- $value = $this->handle_sanitization( $setting, $value );
223
- exactmetrics_update_option( $setting, $value );
224
- do_action( 'exactmetrics_after_update_settings', $setting, $value );
225
- }
226
- }
227
-
228
- wp_send_json_success();
229
-
230
- }
231
-
232
- /**
233
- * Sanitization specific to each field.
234
- *
235
- * @param string $field The key of the field to sanitize.
236
- * @param string $value The value of the field to sanitize.
237
- *
238
- * @return mixed The sanitized input.
239
- */
240
- private function handle_sanitization( $field, $value ) {
241
-
242
- $value = wp_unslash( $value );
243
-
244
- // Textarea fields.
245
- $textarea_fields = array();
246
-
247
- if ( in_array( $field, $textarea_fields, true ) ) {
248
- if ( function_exists( 'sanitize_textarea_field' ) ) {
249
- return sanitize_textarea_field( $value );
250
- } else {
251
- return wp_kses( $value, array() );
252
- }
253
- }
254
-
255
- $array_value = json_decode( $value, true );
256
- if ( is_array( $array_value ) ) {
257
- $value = $array_value;
258
- // Don't save empty values.
259
- foreach ( $value as $key => $item ) {
260
- if ( is_array( $item ) ) {
261
- $empty = true;
262
- foreach ( $item as $item_value ) {
263
- if ( ! empty( $item_value ) ) {
264
- $empty = false;
265
- }
266
- }
267
- if ( $empty ) {
268
- unset( $value[ $key ] );
269
- }
270
- }
271
- }
272
-
273
- // Reset array keys because JavaScript can't handle arrays with non-sequential keys.
274
- $value = array_values( $value );
275
-
276
- return $value;
277
- }
278
-
279
- return sanitize_text_field( $value );
280
-
281
- }
282
-
283
- /**
284
- * Return the state of the addons ( installed, activated )
285
- */
286
- public function get_addons() {
287
-
288
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
289
-
290
- if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
291
- return;
292
- }
293
-
294
- if ( isset( $_POST['network'] ) && intval( $_POST['network'] ) > 0 ) {
295
- define( 'WP_NETWORK_ADMIN', true );
296
- }
297
-
298
- $addons_data = exactmetrics_get_addons();
299
- $parsed_addons = array();
300
- $installed_plugins = get_plugins();
301
-
302
- if ( ! is_array( $addons_data ) ) {
303
- $addons_data = array();
304
- }
305
-
306
- foreach ( $addons_data as $addons_type => $addons ) {
307
- foreach ( $addons as $addon ) {
308
- $slug = 'exactmetrics-' . $addon->slug;
309
- if ( 'exactmetrics-ecommerce' === $slug && 'm' === $slug[0] ) {
310
- $addon = $this->get_addon( $installed_plugins, $addons_type, $addon, $slug );
311
- if ( empty( $addon->installed ) ) {
312
- $slug = 'ga-ecommerce';
313
- $addon = $this->get_addon( $installed_plugins, $addons_type, $addon, $slug );
314
- }
315
- } else {
316
- $addon = $this->get_addon( $installed_plugins, $addons_type, $addon, $slug );
317
- }
318
- $parsed_addons[ $addon->slug ] = $addon;
319
- }
320
- }
321
-
322
- // Include data about the plugins needed by some addons ( WooCommerce, EDD, Google AMP, CookieBot, etc ).
323
- // WooCommerce.
324
- $parsed_addons['woocommerce'] = array(
325
- 'active' => class_exists( 'WooCommerce' ),
326
- );
327
- // Edd.
328
- $parsed_addons['easy_digital_downloads'] = array(
329
- 'active' => class_exists( 'Easy_Digital_Downloads' ),
330
- 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-edd.png',
331
- 'title' => 'Easy Digital Downloads',
332
- 'excerpt' => __( 'Easy digital downloads plugin.', 'google-analytics-dashboard-for-wp' ),
333
- 'installed' => array_key_exists( 'easy-digital-downloads/easy-digital-downloads.php', $installed_plugins ),
334
- 'basename' => 'easy-digital-downloads/easy-digital-downloads.php',
335
- 'slug' => 'easy-digital-downloads',
336
- 'settings' => admin_url( 'edit.php?post_type=download' ),
337
- );
338
- // MemberPress.
339
- $parsed_addons['memberpress'] = array(
340
- 'active' => defined( 'MEPR_VERSION' ) && version_compare( MEPR_VERSION, '1.3.43', '>' ),
341
- );
342
- // LifterLMS.
343
- $parsed_addons['lifterlms'] = array(
344
- 'active' => function_exists( 'LLMS' ) && version_compare( LLMS()->version, '3.32.0', '>=' ),
345
- );
346
- // Restrict Content Pro.
347
- $parsed_addons['rcp'] = array(
348
- 'active' => class_exists( 'Restrict_Content_Pro' ) && version_compare( RCP_PLUGIN_VERSION, '3.5.4', '>=' ),
349
- );
350
- // GiveWP.
351
- $parsed_addons['givewp'] = array(
352
- 'active' => function_exists( 'Give' ),
353
- );
354
- // GiveWP Analytics.
355
- $parsed_addons['givewp_google_analytics'] = array(
356
- 'active' => function_exists( 'Give_Google_Analytics' ),
357
- );
358
- // Cookiebot.
359
- $parsed_addons['cookiebot'] = array(
360
- 'active' => function_exists( 'cookiebot_active' ) && cookiebot_active(),
361
- );
362
- // Cookie Notice.
363
- $parsed_addons['cookie_notice'] = array(
364
- 'active' => class_exists( 'Cookie_Notice' ),
365
- );
366
- // Complianz.
367
- $parsed_addons['complianz'] = array(
368
- 'active' => defined( 'cmplz_plugin') || defined( 'cmplz_premium'),
369
- );
370
- // Cookie Yes
371
- $parsed_addons['cookie_yes'] = array(
372
- 'active' => defined( 'CLI_SETTINGS_FIELD'),
373
- );
374
- // Fb Instant Articles.
375
- $parsed_addons['instant_articles'] = array(
376
- 'active' => defined( 'IA_PLUGIN_VERSION' ) && version_compare( IA_PLUGIN_VERSION, '3.3.4', '>' ),
377
- );
378
- // Google AMP.
379
- $parsed_addons['google_amp'] = array(
380
- 'active' => defined( 'AMP__FILE__' ),
381
- );
382
- // Yoast SEO.
383
- $parsed_addons['yoast_seo'] = array(
384
- 'active' => defined( 'WPSEO_VERSION' ),
385
- );
386
- // EasyAffiliate.
387
- $parsed_addons['easy_affiliate'] = array(
388
- 'active' => defined( 'ESAF_EDITION' ),
389
- );
390
- $parsed_addons['affiliate_wp'] = array(
391
- 'active' => function_exists( 'affiliate_wp' ) && defined( 'AFFILIATEWP_VERSION' ),
392
- );
393
- // WPForms.
394
- $parsed_addons['wpforms-lite'] = array(
395
- 'active' => function_exists( 'wpforms' ),
396
- 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-wpforms.png',
397
- 'title' => 'WPForms',
398
- 'excerpt' => __( 'The best drag & drop WordPress form builder. Easily create beautiful contact forms, surveys, payment forms, and more with our 150+ form templates. Trusted by over 4 million websites as the best forms plugin', 'google-analytics-dashboard-for-wp' ),
399
- 'installed' => array_key_exists( 'wpforms-lite/wpforms.php', $installed_plugins ),
400
- 'basename' => 'wpforms-lite/wpforms.php',
401
- 'slug' => 'wpforms-lite',
402
- 'settings' => admin_url( 'admin.php?page=wpforms-overview' ),
403
- );
404
- // AIOSEO.
405
- $parsed_addons['aioseo'] = array(
406
- 'active' => function_exists( 'aioseo' ),
407
- 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-all-in-one-seo.png',
408
- 'title' => 'AIOSEO',
409
- 'excerpt' => __( 'The original WordPress SEO plugin and toolkit that improves your website’s search rankings. Comes with all the SEO features like Local SEO, WooCommerce SEO, sitemaps, SEO optimizer, schema, and more.', 'google-analytics-dashboard-for-wp' ),
410
- 'installed' => array_key_exists( 'all-in-one-seo-pack/all_in_one_seo_pack.php', $installed_plugins ),
411
- 'basename' => ( exactmetrics_is_installed_aioseo_pro() ) ? 'all-in-one-seo-pack-pro/all_in_one_seo_pack.php' : 'all-in-one-seo-pack/all_in_one_seo_pack.php',
412
- 'slug' => 'all-in-one-seo-pack',
413
- 'settings' => admin_url( 'admin.php?page=aioseo' ),
414
- );
415
- // OptinMonster.
416
- $parsed_addons['optinmonster'] = array(
417
- 'active' => class_exists( 'OMAPI' ),
418
- 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-om.png',
419
- 'title' => 'OptinMonster',
420
- 'excerpt' => __( 'Instantly get more subscribers, leads, and sales with the #1 conversion optimization toolkit. Create high converting popups, announcement bars, spin a wheel, and more with smart targeting and personalization.', 'google-analytics-dashboard-for-wp' ),
421
- 'installed' => array_key_exists( 'optinmonster/optin-monster-wp-api.php', $installed_plugins ),
422
- 'basename' => 'optinmonster/optin-monster-wp-api.php',
423
- 'slug' => 'optinmonster',
424
- 'settings' => admin_url( 'admin.php?page=optin-monster-dashboard' ),
425
- );
426
- // WP Mail Smtp.
427
- $parsed_addons['wp-mail-smtp'] = array(
428
- 'active' => function_exists( 'wp_mail_smtp' ),
429
- 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-smtp.png',
430
- 'title' => 'WP Mail SMTP',
431
- 'excerpt' => __( 'Improve your WordPress email deliverability and make sure that your website emails reach user’s inbox with the #1 SMTP plugin for WordPress. Over 2 million websites use it to fix WordPress email issues.', 'google-analytics-dashboard-for-wp' ),
432
- 'installed' => array_key_exists( 'wp-mail-smtp/wp_mail_smtp.php', $installed_plugins ),
433
- 'basename' => 'wp-mail-smtp/wp_mail_smtp.php',
434
- 'slug' => 'wp-mail-smtp',
435
- );
436
- // SeedProd.
437
- $parsed_addons['coming-soon'] = array(
438
- 'active' => defined( 'SEEDPROD_VERSION' ),
439
- 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-seedprod.png',
440
- 'title' => 'SeedProd',
441
- 'excerpt' => __( 'The fastest drag & drop landing page builder for WordPress. Create custom landing pages without writing code, connect them with your CRM, collect subscribers, and grow your audience. Trusted by 1 million sites.', 'google-analytics-dashboard-for-wp' ),
442
- 'installed' => array_key_exists( 'coming-soon/coming-soon.php', $installed_plugins ),
443
- 'basename' => 'coming-soon/coming-soon.php',
444
- 'slug' => 'coming-soon',
445
- 'settings' => admin_url( 'admin.php?page=seedprod_lite' ),
446
- );
447
- // RafflePress
448
- $parsed_addons['rafflepress'] = array(
449
- 'active' => function_exists( 'rafflepress_lite_activation' ),
450
- 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/pluign-rafflepress.png',
451
- 'title' => 'RafflePress',
452
- 'excerpt' => __( 'Turn your website visitors into brand ambassadors! Easily grow your email list, website traffic, and social media followers with the most powerful giveaways & contests plugin for WordPress.', 'google-analytics-dashboard-for-wp' ),
453
- 'installed' => array_key_exists( 'rafflepress/rafflepress.php', $installed_plugins ),
454
- 'basename' => 'rafflepress/rafflepress.php',
455
- 'slug' => 'rafflepress',
456
- 'settings' => admin_url( 'admin.php?page=rafflepress_lite' ),
457
- );
458
- // TrustPulse
459
- $parsed_addons['trustpulse-api'] = array(
460
- 'active' => class_exists( 'TPAPI' ),
461
- 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-trust-pulse.png',
462
- 'title' => 'TrustPulse',
463
- 'excerpt' => __( 'Boost your sales and conversions by up to 15% with real-time social proof notifications. TrustPulse helps you show live user activity and purchases to help convince other users to purchase.', 'google-analytics-dashboard-for-wp' ),
464
- 'installed' => array_key_exists( 'trustpulse-api/trustpulse.php', $installed_plugins ),
465
- 'basename' => 'trustpulse-api/trustpulse.php',
466
- 'slug' => 'trustpulse-api',
467
- );
468
- // Smash Balloon (Instagram)
469
- $parsed_addons['smash-balloon-instagram'] = array(
470
- 'active' => defined( 'SBIVER' ),
471
- 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-smash-balloon.png',
472
- 'title' => 'Smash Balloon Instagram Feeds',
473
- 'excerpt' => __( 'Easily display Instagram content on your WordPress site without writing any code. Comes with multiple templates, ability to show content from multiple accounts, hashtags, and more. Trusted by 1 million websites.', 'google-analytics-dashboard-for-wp' ),
474
- 'installed' => array_key_exists( 'instagram-feed/instagram-feed.php', $installed_plugins ),
475
- 'basename' => 'instagram-feed/instagram-feed.php',
476
- 'slug' => 'instagram-feed',
477
- 'settings' => admin_url( 'admin.php?page=sb-instagram-feed' ),
478
- );
479
- // Smash Balloon (Facebook)
480
- $parsed_addons['smash-balloon-facebook'] = array(
481
- 'active' => defined( 'CFFVER' ),
482
- 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-smash-balloon.png',
483
- 'title' => 'Smash Balloon Facebook Feeds',
484
- 'excerpt' => __( 'Easily display Facebook content on your WordPress site without writing any code. Comes with multiple templates, ability to show content from multiple accounts, hashtags, and more. Trusted by 1 million websites.', 'google-analytics-dashboard-for-wp' ),
485
- 'installed' => array_key_exists( 'custom-facebook-feed/custom-facebook-feed.php', $installed_plugins ),
486
- 'basename' => 'custom-facebook-feed/custom-facebook-feed.php',
487
- 'slug' => 'custom-facebook-feed',
488
- 'settings' => admin_url( 'admin.php?page=cff-feed-builder' ),
489
- );
490
- // PushEngage
491
- $parsed_addons['pushengage'] = array(
492
- 'active' => method_exists( 'Pushengage', 'init' ),
493
- 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-pushengage.svg',
494
- 'title' => 'PushEngage',
495
- 'excerpt' => __( 'Connect with your visitors after they leave your website with the leading web push notification software. Over 10,000+ businesses worldwide use PushEngage to send 9 billion notifications each month.', 'google-analytics-dashboard-for-wp' ),
496
- 'installed' => array_key_exists( 'pushengage/main.php', $installed_plugins ),
497
- 'basename' => 'pushengage/main.php',
498
- 'slug' => 'pushengage',
499
- );
500
- // Pretty Links
501
- $parsed_addons['pretty-link'] = array(
502
- 'active' => class_exists( 'PrliBaseController' ),
503
- 'icon' => '',
504
- 'title' => 'Pretty Links',
505
- 'excerpt' => __( 'Pretty Links helps you shrink, beautify, track, manage and share any URL on or off of your WordPress website. Create links that look how you want using your own domain name!', 'google-analytics-dashboard-for-wp' ),
506
- 'installed' => array_key_exists( 'pretty-link/pretty-link.php', $installed_plugins ),
507
- 'basename' => 'pretty-link/pretty-link.php',
508
- 'slug' => 'pretty-link',
509
- 'settings' => admin_url( 'edit.php?post_type=pretty-link' ),
510
- );
511
- // Thirsty Affiliates
512
- $parsed_addons['thirstyaffiliates'] = array(
513
- 'active' => class_exists( 'ThirstyAffiliates' ),
514
- 'icon' => '',
515
- 'title' => 'Thirsty Affiliates',
516
- 'excerpt' => __( 'ThirstyAffiliates is a revolution in affiliate link management. Collect, collate and store your affiliate links for use in your posts and pages.', 'google-analytics-dashboard-for-wp' ),
517
- 'installed' => array_key_exists( 'thirstyaffiliates/thirstyaffiliates.php', $installed_plugins ),
518
- 'basename' => 'thirstyaffiliates/thirstyaffiliates.php',
519
- 'slug' => 'thirstyaffiliates',
520
- 'settings' => admin_url( 'edit.php?post_type=thirstylink' ),
521
- );
522
- if ( function_exists( 'WC' ) ) {
523
- // Advanced Coupons
524
- $parsed_addons['advancedcoupons'] = array(
525
- 'active' => class_exists( 'ACFWF' ),
526
- 'icon' => '',
527
- 'title' => 'Advanced Coupons',
528
- 'excerpt' => __( 'Advanced Coupons for WooCommerce (Free Version) gives WooCommerce store owners extra coupon features so they can market their stores better.', 'google-analytics-dashboard-for-wp' ),
529
- 'installed' => array_key_exists( 'advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php', $installed_plugins ),
530
- 'basename' => 'advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php',
531
- 'slug' => 'advanced-coupons-for-woocommerce-free',
532
- 'settings' => admin_url( 'edit.php?post_type=shop_coupon&acfw' ),
533
- );
534
- }
535
- // Gravity Forms.
536
- $parsed_addons['gravity_forms'] = array(
537
- 'active' => class_exists( 'GFCommon' ),
538
- );
539
- // Formidable Forms.
540
- $parsed_addons['formidable_forms'] = array(
541
- 'active' => class_exists( 'FrmHooksController' ),
542
- );
543
- // Manual UA Addon.
544
- if ( ! isset( $parsed_addons['manual_ua'] ) ) {
545
- $parsed_addons['manual_ua'] = array(
546
- 'active' => class_exists( 'ExactMetrics_Manual_UA' ),
547
- );
548
- }
549
-
550
- wp_send_json( $parsed_addons );
551
- }
552
-
553
- public function get_addon( $installed_plugins, $addons_type, $addon, $slug ) {
554
- $active = false;
555
- $installed = false;
556
- $plugin_basename = exactmetrics_get_plugin_basename_from_slug( $slug );
557
-
558
- if ( isset( $installed_plugins[ $plugin_basename ] ) ) {
559
- $installed = true;
560
-
561
- if ( is_multisite() && is_network_admin() ) {
562
- $active = is_plugin_active_for_network( $plugin_basename );
563
- } else {
564
- $active = is_plugin_active( $plugin_basename );
565
- }
566
- }
567
- if ( empty( $addon->url ) ) {
568
- $addon->url = '';
569
- }
570
-
571
- $active_version = false;
572
- if ( $active ) {
573
- if ( ! empty( $installed_plugins[ $plugin_basename ]['Version'] ) ) {
574
- $active_version = $installed_plugins[ $plugin_basename ]['Version'];
575
- }
576
- }
577
-
578
- $addon->type = $addons_type;
579
- $addon->installed = $installed;
580
- $addon->active_version = $active_version;
581
- $addon->active = $active;
582
- $addon->basename = $plugin_basename;
583
-
584
- return $addon;
585
- }
586
-
587
- /**
588
- * Use custom notices in the Vue app on the Settings screen.
589
- */
590
- public function hide_old_notices() {
591
-
592
- global $wp_version;
593
- if ( version_compare( $wp_version, '4.6', '<' ) ) {
594
- // remove_all_actions triggers an infinite loop on older versions.
595
- return;
596
- }
597
-
598
- $screen = get_current_screen();
599
- // Bail if we're not on a ExactMetrics screen.
600
- if ( empty( $screen->id ) || strpos( $screen->id, 'exactmetrics' ) === false ) {
601
- return;
602
- }
603
-
604
- // Hide admin notices on the settings screen.
605
- if ( exactmetrics_is_settings_page() ) {
606
- remove_all_actions( 'admin_notices' );
607
- }
608
-
609
- }
610
-
611
- /**
612
- * Update manual ua.
613
- */
614
- public function update_manual_ua() {
615
-
616
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
617
-
618
- if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
619
- return;
620
- }
621
-
622
- $manual_ua_code = isset( $_POST['manual_ua_code'] ) ? sanitize_text_field( wp_unslash( $_POST['manual_ua_code'] ) ) : '';
623
- $manual_ua_code = exactmetrics_is_valid_ua( $manual_ua_code ); // Also sanitizes the string.
624
- if ( ! empty( $_REQUEST['isnetwork'] ) && sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) ) {
625
- define( 'WP_NETWORK_ADMIN', true );
626
- }
627
- $manual_ua_code_old = is_network_admin() ? ExactMetrics()->auth->get_network_manual_ua() : ExactMetrics()->auth->get_manual_ua();
628
-
629
- if ( $manual_ua_code && $manual_ua_code_old && $manual_ua_code_old === $manual_ua_code ) {
630
- // Same code we had before
631
- // Do nothing.
632
- wp_send_json_success();
633
- } else if ( $manual_ua_code && $manual_ua_code_old && $manual_ua_code_old !== $manual_ua_code ) {
634
- // Different UA code.
635
- if ( is_network_admin() ) {
636
- ExactMetrics()->auth->set_network_manual_ua( $manual_ua_code );
637
- } else {
638
- ExactMetrics()->auth->set_manual_ua( $manual_ua_code );
639
- }
640
- } else if ( $manual_ua_code && empty( $manual_ua_code_old ) ) {
641
- // Move to manual.
642
- if ( is_network_admin() ) {
643
- ExactMetrics()->auth->set_network_manual_ua( $manual_ua_code );
644
- } else {
645
- ExactMetrics()->auth->set_manual_ua( $manual_ua_code );
646
- }
647
- } else if ( empty( $manual_ua_code ) && $manual_ua_code_old ) {
648
- // Deleted manual.
649
- if ( is_network_admin() ) {
650
- ExactMetrics()->auth->delete_network_manual_ua();
651
- } else {
652
- ExactMetrics()->auth->delete_manual_ua();
653
- }
654
- } else if ( isset( $_POST['manual_ua_code'] ) && empty( $manual_ua_code ) ) {
655
- wp_send_json_error( array(
656
- 'error' => __( 'Invalid UA code', 'google-analytics-dashboard-for-wp' ),
657
- ) );
658
- }
659
-
660
- wp_send_json_success();
661
- }
662
-
663
- /**
664
- * Update manual v4.
665
- */
666
- public function update_manual_v4() {
667
-
668
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
669
-
670
- if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
671
- return;
672
- }
673
-
674
- $manual_v4_code = isset( $_POST['manual_v4_code'] ) ? sanitize_text_field( wp_unslash( $_POST['manual_v4_code'] ) ) : '';
675
- $manual_v4_code = exactmetrics_is_valid_v4_id( $manual_v4_code ); // Also sanitizes the string.
676
-
677
- if ( ! empty( $_REQUEST['isnetwork'] ) && sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) ) {
678
- define( 'WP_NETWORK_ADMIN', true );
679
- }
680
- $manual_v4_code_old = is_network_admin() ? ExactMetrics()->auth->get_network_manual_v4_id() : ExactMetrics()->auth->get_manual_v4_id();
681
-
682
- if ( $manual_v4_code && $manual_v4_code_old && $manual_v4_code_old === $manual_v4_code ) {
683
- // Same code we had before
684
- // Do nothing.
685
- wp_send_json_success();
686
- } else if ( $manual_v4_code && $manual_v4_code_old && $manual_v4_code_old !== $manual_v4_code ) {
687
- // Different UA code.
688
- if ( is_network_admin() ) {
689
- ExactMetrics()->auth->set_network_manual_v4_id( $manual_v4_code );
690
- } else {
691
- ExactMetrics()->auth->set_manual_v4_id( $manual_v4_code );
692
- }
693
- } else if ( $manual_v4_code && empty( $manual_v4_code_old ) ) {
694
- // Move to manual.
695
- if ( is_network_admin() ) {
696
- ExactMetrics()->auth->set_network_manual_v4_id( $manual_v4_code );
697
- } else {
698
- ExactMetrics()->auth->set_manual_v4_id( $manual_v4_code );
699
- }
700
- } else if ( empty( $manual_v4_code ) && $manual_v4_code_old ) {
701
- // Deleted manual.
702
- if ( is_network_admin() ) {
703
- ExactMetrics()->auth->delete_network_manual_v4_id();
704
- } else {
705
- ExactMetrics()->auth->delete_manual_v4_id();
706
- }
707
- } else if ( isset( $_POST['manual_v4_code'] ) && empty( $manual_v4_code ) ) {
708
- wp_send_json_error( array(
709
- 'error' => __( 'Invalid UA code', 'google-analytics-dashboard-for-wp' ),
710
- ) );
711
- }
712
-
713
- wp_send_json_success();
714
- }
715
-
716
- public function update_dual_tracking_id() {
717
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
718
-
719
- if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
720
- return;
721
- }
722
-
723
- if ( ! empty( $_REQUEST['isnetwork'] ) && sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) ) {
724
- define( 'WP_NETWORK_ADMIN', true );
725
- }
726
-
727
- $value = empty( $_REQUEST['value'] ) ? '' : sanitize_text_field( wp_unslash( $_REQUEST['value'] ) );
728
- $sanitized_ua_value = exactmetrics_is_valid_ua( $value );
729
- $sanitized_v4_value = exactmetrics_is_valid_v4_id( $value );
730
-
731
- if ( $sanitized_v4_value ) {
732
- $value = $sanitized_v4_value;
733
- } elseif ( $sanitized_ua_value ) {
734
- $value = $sanitized_ua_value;
735
- } elseif ( ! empty( $value ) ) {
736
- wp_send_json_error( array(
737
- 'error' => __( 'Invalid dual tracking code', 'google-analytics-dashboard-for-wp' ),
738
- ) );
739
- }
740
-
741
- $auth = ExactMetrics()->auth;
742
-
743
- if ( is_network_admin() ) {
744
- $auth->set_network_dual_tracking_id( $value );
745
- } else {
746
- $auth->set_dual_tracking_id( $value );
747
- }
748
-
749
- wp_send_json_success();
750
- }
751
-
752
- public function update_measurement_protocol_secret() {
753
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
754
-
755
- if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
756
- return;
757
- }
758
-
759
- if ( ! empty( $_REQUEST['isnetwork'] ) && sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) ) {
760
- define( 'WP_NETWORK_ADMIN', true );
761
- }
762
-
763
- $value = empty( $_REQUEST['value'] ) ? '' : sanitize_text_field( wp_unslash( $_REQUEST['value'] ) );
764
-
765
- $auth = ExactMetrics()->auth;
766
-
767
- if ( is_network_admin() ) {
768
- $auth->set_network_measurement_protocol_secret( $value );
769
- } else {
770
- $auth->set_measurement_protocol_secret( $value );
771
- }
772
-
773
- // Send API request to Relay
774
- // TODO: Remove when token automation API is ready
775
- $api = new ExactMetrics_API_Request( 'auth/mp-token/', 'POST' );
776
- $api->set_additional_data( array(
777
- 'mp_token' => $value,
778
- ) );
779
-
780
- // Even if there's an error from Relay, we can still return a successful json
781
- // payload because we can try again with Relay token push in the future
782
- $data = array();
783
- $result = $api->request();
784
- if ( is_wp_error( $result ) ) {
785
- // Just need to output the error in the response for debugging purpose
786
- $data['error'] = array(
787
- 'message' => $result->get_error_message(),
788
- 'code' => $result->get_error_code(),
789
- );
790
- }
791
-
792
- wp_send_json_success( $data );
793
- }
794
-
795
-
796
- /**
797
- *
798
- */
799
- public function handle_settings_import() {
800
-
801
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
802
-
803
- if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
804
- return;
805
- }
806
-
807
- if ( ! isset( $_FILES['import_file'] ) ) {
808
- return;
809
- }
810
-
811
- $extension = explode( '.', sanitize_text_field( wp_unslash( $_FILES['import_file']['name'] ) ) );
812
- $extension = end( $extension );
813
-
814
- if ( 'json' !== $extension ) {
815
- wp_send_json_error( array(
816
- 'message' => esc_html__( 'Please upload a valid .json file', 'google-analytics-dashboard-for-wp' ),
817
- ) );
818
- }
819
-
820
- $import_file = sanitize_text_field( wp_unslash( $_FILES['import_file']['tmp_name'] ) );
821
-
822
- $file = file_get_contents( $import_file );
823
- if ( empty( $file ) ) {
824
- wp_send_json_error( array(
825
- 'message' => esc_html__( 'Please upload a file to import', 'google-analytics-dashboard-for-wp' ),
826
- ) );
827
- }
828
-
829
- // Retrieve the settings from the file and convert the json object to an array.
830
- $new_settings = json_decode( wp_json_encode( json_decode( $file ) ), true );
831
- $settings = exactmetrics_get_options();
832
- $exclude = array(
833
- 'analytics_profile',
834
- 'analytics_profile_code',
835
- 'analytics_profile_name',
836
- 'oauth_version',
837
- 'cron_last_run',
838
- 'exactmetrics_oauth_status',
839
- );
840
-
841
- foreach ( $exclude as $e ) {
842
- if ( ! empty( $new_settings[ $e ] ) ) {
843
- unset( $new_settings[ $e ] );
844
- }
845
- }
846
-
847
- foreach ( $exclude as $e ) {
848
- if ( ! empty( $settings[ $e ] ) ) {
849
- $new_settings = $settings[ $e ];
850
- }
851
- }
852
-
853
- global $exactmetrics_settings;
854
- $exactmetrics_settings = $new_settings;
855
-
856
- update_option( exactmetrics_get_option_name(), $new_settings );
857
-
858
- wp_send_json_success( $new_settings );
859
-
860
- }
861
-
862
- /**
863
- * Generic Ajax handler for grabbing report data in JSON.
864
- */
865
- public function get_report_data() {
866
-
867
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
868
-
869
- if ( ! current_user_can( 'exactmetrics_view_dashboard' ) ) {
870
- wp_send_json_error( array( 'message' => __( "You don't have permission to view ExactMetrics reports.", 'google-analytics-dashboard-for-wp' ) ) );
871
- }
872
-
873
- if ( ! empty( $_REQUEST['isnetwork'] ) && $_REQUEST['isnetwork'] ) {
874
- define( 'WP_NETWORK_ADMIN', true );
875
- }
876
- $settings_page = admin_url( 'admin.php?page=exactmetrics_settings' );
877
-
878
- // Only for Pro users, require a license key to be entered first so we can link to things.
879
- if ( exactmetrics_is_pro_version() ) {
880
- if ( ! ExactMetrics()->license->is_site_licensed() && ! ExactMetrics()->license->is_network_licensed() ) {
881
- wp_send_json_error( array(
882
- 'message' => __( "You can't view ExactMetrics reports because you are not licensed.", 'google-analytics-dashboard-for-wp' ),
883
- 'footer' => '<a href="' . $settings_page . '">' . __( 'Add your license', 'google-analytics-dashboard-for-wp' ) . '</a>',
884
- ) );
885
- } else if ( ExactMetrics()->license->is_site_licensed() && ! ExactMetrics()->license->site_license_has_error() ) {
886
- // Good to go: site licensed.
887
- } else if ( ExactMetrics()->license->is_network_licensed() && ! ExactMetrics()->license->network_license_has_error() ) {
888
- // Good to go: network licensed.
889
- } else {
890
- wp_send_json_error( array( 'message' => __( "You can't view ExactMetrics reports due to license key errors.", 'google-analytics-dashboard-for-wp' ) ) );
891
- }
892
- }
893
-
894
- // We do not have a current auth.
895
- $site_auth = ExactMetrics()->auth->get_viewname();
896
- $ms_auth = is_multisite() && ExactMetrics()->auth->get_network_viewname();
897
- if ( ! $site_auth && ! $ms_auth ) {
898
- wp_send_json_error( array( 'message' => __( 'You must authenticate with ExactMetrics before you can view reports.', 'google-analytics-dashboard-for-wp' ) ) );
899
- }
900
-
901
- $report_name = isset( $_POST['report'] ) ? sanitize_text_field( wp_unslash( $_POST['report'] ) ) : '';
902
-
903
- if ( empty( $report_name ) ) {
904
- wp_send_json_error( array( 'message' => __( 'Unknown report. Try refreshing and retrying. Contact support if this issue persists.', 'google-analytics-dashboard-for-wp' ) ) );
905
- }
906
-
907
- $report = ExactMetrics()->reporting->get_report( $report_name );
908
-
909
- $isnetwork = ! empty( $_REQUEST['isnetwork'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) : '';
910
- $start = ! empty( $_POST['start'] ) ? sanitize_text_field( wp_unslash( $_POST['start'] ) ) : $report->default_start_date();
911
- $end = ! empty( $_POST['end'] ) ? sanitize_text_field( wp_unslash( $_POST['end'] ) ) : $report->default_end_date();
912
-
913
- $args = array(
914
- 'start' => $start,
915
- 'end' => $end,
916
- );
917
-
918
- if ( $isnetwork ) {
919
- $args['network'] = true;
920
- }
921
-
922
- if ( exactmetrics_is_pro_version() && ! ExactMetrics()->license->license_can( $report->level ) ) {
923
- $data = array(
924
- 'success' => false,
925
- 'error' => 'license_level',
926
- );
927
- } else {
928
- $data = apply_filters( 'exactmetrics_vue_reports_data', $report->get_data( $args ), $report_name, $report );
929
- }
930
-
931
- if ( ! empty( $data['success'] ) && ! empty( $data['data'] ) ) {
932
- wp_send_json_success( $data['data'] );
933
- } else if ( isset( $data['success'] ) && false === $data['success'] && ! empty( $data['error'] ) ) {
934
- // Use a custom handler for invalid_grant errors.
935
- if ( strpos( $data['error'], 'invalid_grant' ) > 0 ) {
936
- wp_send_json_error(
937
- array(
938
- 'message' => 'invalid_grant',
939
- 'footer' => '',
940
- )
941
- );
942
- }
943
-
944
- wp_send_json_error(
945
- array(
946
- 'message' => $data['error'],
947
- 'footer' => isset( $data['data']['footer'] ) ? $data['data']['footer'] : '',
948
- )
949
- );
950
- }
951
-
952
- wp_send_json_error( array( 'message' => __( 'We encountered an error when fetching the report data.', 'google-analytics-dashboard-for-wp' ) ) );
953
-
954
- }
955
-
956
- /**
957
- * Install plugins which are not addons.
958
- */
959
- public function install_plugin() {
960
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
961
-
962
- if ( ! exactmetrics_can_install_plugins() ) {
963
- wp_send_json( array(
964
- 'error' => esc_html__( 'You are not allowed to install plugins', 'google-analytics-dashboard-for-wp' ),
965
- ) );
966
- }
967
-
968
- $slug = isset( $_POST['slug'] ) ? sanitize_text_field( wp_unslash( $_POST['slug'] ) ) : false;
969
-
970
- if ( ! $slug ) {
971
- wp_send_json( array(
972
- 'message' => esc_html__( 'Missing plugin name.', 'google-analytics-dashboard-for-wp' ),
973
- ) );
974
- }
975
-
976
- include_once ABSPATH . 'wp-admin/includes/plugin-install.php';
977
-
978
- $api = plugins_api( 'plugin_information', array(
979
- 'slug' => $slug,
980
- 'fields' => array(
981
- 'short_description' => false,
982
- 'sections' => false,
983
- 'requires' => false,
984
- 'rating' => false,
985
- 'ratings' => false,
986
- 'downloaded' => false,
987
- 'last_updated' => false,
988
- 'added' => false,
989
- 'tags' => false,
990
- 'compatibility' => false,
991
- 'homepage' => false,
992
- 'donate_link' => false,
993
- ),
994
- ) );
995
-
996
- if ( is_wp_error( $api ) ) {
997
- return $api->get_error_message();
998
- }
999
-
1000
- $download_url = $api->download_link;
1001
-
1002
- $method = '';
1003
- $url = add_query_arg(
1004
- array(
1005
- 'page' => 'exactmetrics-settings',
1006
- ),
1007
- admin_url( 'admin.php' )
1008
- );
1009
- $url = esc_url( $url );
1010
-
1011
- ob_start();
1012
- if ( false === ( $creds = request_filesystem_credentials( $url, $method, false, false, null ) ) ) {
1013
- $form = ob_get_clean();
1014
-
1015
- wp_send_json( array( 'form' => $form ) );
1016
- }
1017
-
1018
- // If we are not authenticated, make it happen now.
1019
- if ( ! WP_Filesystem( $creds ) ) {
1020
- ob_start();
1021
- request_filesystem_credentials( $url, $method, true, false, null );
1022
- $form = ob_get_clean();
1023
-
1024
- wp_send_json( array( 'form' => $form ) );
1025
-
1026
- }
1027
-
1028
- // We do not need any extra credentials if we have gotten this far, so let's install the plugin.
1029
- exactmetrics_require_upgrader();
1030
-
1031
- // Prevent language upgrade in ajax calls.
1032
- remove_action( 'upgrader_process_complete', array( 'Language_Pack_Upgrader', 'async_upgrade' ), 20 );
1033
- // Create the plugin upgrader with our custom skin.
1034
- $installer = new ExactMetrics_Plugin_Upgrader( new ExactMetrics_Skin() );
1035
- $installer->install( $download_url );
1036
-
1037
- // Flush the cache and return the newly installed plugin basename.
1038
- wp_cache_flush();
1039
- wp_send_json_success();
1040
-
1041
- wp_die();
1042
- }
1043
-
1044
- /**
1045
- * Store that the first run notice has been dismissed so it doesn't show up again.
1046
- */
1047
- public function dismiss_first_time_notice() {
1048
-
1049
- exactmetrics_update_option( 'exactmetrics_first_run_notice', true );
1050
-
1051
- wp_send_json_success();
1052
- }
1053
-
1054
- /**
1055
- * Get the notice status by id.
1056
- */
1057
- public function get_notice_status() {
1058
-
1059
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
1060
-
1061
- $notice_id = empty( $_POST['notice'] ) ? false : sanitize_text_field( wp_unslash( $_POST['notice'] ) );
1062
- if ( ! $notice_id ) {
1063
- wp_send_json_error();
1064
- }
1065
- $is_dismissed = ExactMetrics()->notices->is_dismissed( $notice_id );
1066
-
1067
- wp_send_json_success( array(
1068
- 'dismissed' => $is_dismissed,
1069
- ) );
1070
- }
1071
-
1072
- /**
1073
- * Dismiss notices by id.
1074
- */
1075
- public function dismiss_notice() {
1076
-
1077
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
1078
-
1079
- $notice_id = empty( $_POST['notice'] ) ? false : sanitize_text_field( wp_unslash( $_POST['notice'] ) );
1080
- if ( ! $notice_id ) {
1081
- wp_send_json_error();
1082
- }
1083
- ExactMetrics()->notices->dismiss( $notice_id );
1084
-
1085
- wp_send_json_success();
1086
- }
1087
-
1088
- /**
1089
- * Retrieve posts/pages
1090
- *
1091
- * @access admin
1092
- * @since 3.0.0
1093
- */
1094
- public function get_posts() {
1095
-
1096
- // Run a security check first.
1097
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
1098
-
1099
- $post_type = isset( $_POST['post_type'] ) ? sanitize_text_field( wp_unslash( $_POST['post_type'] ) ) : 'any';
1100
-
1101
- $args = array(
1102
- 's' => isset( $_POST['keyword'] ) ? sanitize_text_field( wp_unslash( $_POST['keyword'] ) ) : '',
1103
- 'post_type' => $post_type,
1104
- 'posts_per_page' => isset( $_POST['numberposts'] ) ? sanitize_text_field( wp_unslash( $_POST['numberposts'] ) ) : 10,
1105
- 'orderby' => 'relevance',
1106
- );
1107
-
1108
- $array = array();
1109
- $posts = get_posts( $args );
1110
-
1111
- if ( in_array( $post_type, array( 'page', 'any' ), true ) ) {
1112
- $homepage = get_option( 'page_on_front' );
1113
- if ( ! $homepage ) {
1114
- $array[] = array(
1115
- 'id' => - 1,
1116
- 'title' => __( 'Homepage', 'google-analytics-dashboard-for-wp' ),
1117
- );
1118
- }
1119
- }
1120
-
1121
- if ( $posts ) {
1122
- foreach ( $posts as $post ) {
1123
- $array[] = array(
1124
- 'id' => $post->ID,
1125
- 'title' => $post->post_title,
1126
- );
1127
- }
1128
- }
1129
-
1130
- wp_send_json_success( $array );
1131
- }
1132
-
1133
- /**
1134
- * Search for taxonomy terms.
1135
- *
1136
- * @access admin
1137
- * @since 3.0.0
1138
- */
1139
- public function get_taxonomy_terms() {
1140
-
1141
- // Run a security check first.
1142
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
1143
-
1144
- $keyword = isset( $_POST['keyword'] ) ? sanitize_text_field( wp_unslash( $_POST['keyword'] ) ) : '';
1145
- $taxonomy = isset( $_POST['taxonomy'] ) ? sanitize_text_field( wp_unslash( $_POST['taxonomy'] ) ) : 'category';
1146
-
1147
- $args = array(
1148
- 'taxonomy' => array( $taxonomy ),
1149
- 'hide_empty' => false,
1150
- 'name__like' => $keyword,
1151
- );
1152
-
1153
- $terms = get_terms( $args );
1154
- $array = array();
1155
-
1156
- if ( ! empty( $terms ) ) {
1157
- foreach ( $terms as $term ) {
1158
- $array[] = array(
1159
- 'id' => esc_attr( $term->term_id ),
1160
- 'text' => esc_attr( $term->name ),
1161
- );
1162
- }
1163
- }
1164
-
1165
- wp_send_json_success( $array );
1166
- }
1167
-
1168
- /**
1169
- * Get the post types in a name => Label array.
1170
- */
1171
- public function get_post_types() {
1172
-
1173
- // Run a security check first.
1174
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
1175
-
1176
- $post_types_args = array(
1177
- 'public' => true,
1178
- );
1179
- $post_types = get_post_types( $post_types_args, 'objects' );
1180
-
1181
- $post_types_parsed = array();
1182
-
1183
- foreach ( $post_types as $post_type ) {
1184
- // Exclude post types that don't support the content editor.
1185
- // Exclude the WooCommerce product post type as that doesn't use the "the_content" filter and we can't auto-add popular posts to it.
1186
- if ( ! post_type_supports( $post_type->name, 'editor' ) || 'product' === $post_type->name ) {
1187
- continue;
1188
- }
1189
- $post_types_parsed[ $post_type->name ] = $post_type->labels->singular_name;
1190
- }
1191
-
1192
- $post_types_parsed = apply_filters( 'exactmetrics_vue_post_types_editor', $post_types_parsed );
1193
-
1194
- wp_send_json( $post_types_parsed );
1195
-
1196
- }
1197
-
1198
-
1199
- public function check_popular_posts_report() {
1200
-
1201
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
1202
-
1203
- if ( ! current_user_can( 'exactmetrics_view_dashboard' ) ) {
1204
- wp_send_json_error( array( 'message' => __( "You don't have permission to view ExactMetrics reports.", 'google-analytics-dashboard-for-wp' ) ) );
1205
- }
1206
-
1207
- if ( ! empty( $_REQUEST['isnetwork'] ) && $_REQUEST['isnetwork'] ) {
1208
- define( 'WP_NETWORK_ADMIN', true );
1209
- }
1210
- $settings_page = admin_url( 'admin.php?page=exactmetrics_settings' );
1211
-
1212
- // Only for Pro users, require a license key to be entered first so we can link to things.
1213
- if ( exactmetrics_is_pro_version() ) {
1214
- if ( ! ExactMetrics()->license->is_site_licensed() && ! ExactMetrics()->license->is_network_licensed() ) {
1215
- wp_send_json_error( array(
1216
- 'message' => __( "You can't view ExactMetrics reports because you are not licensed.", 'google-analytics-dashboard-for-wp' ),
1217
- 'footer' => '<a href="' . $settings_page . '">' . __( 'Add your license', 'google-analytics-dashboard-for-wp' ) . '</a>',
1218
- ) );
1219
- } else if ( ExactMetrics()->license->is_site_licensed() && ! ExactMetrics()->license->site_license_has_error() ) {
1220
- // Good to go: site licensed.
1221
- } else if ( ExactMetrics()->license->is_network_licensed() && ! ExactMetrics()->license->network_license_has_error() ) {
1222
- // Good to go: network licensed.
1223
- } else {
1224
- wp_send_json_error( array( 'message' => __( 'You can\'t view ExactMetrics reports due to license key errors.', 'google-analytics-dashboard-for-wp' ) ) );
1225
- }
1226
- }
1227
-
1228
- // We do not have a current auth.
1229
- $site_auth = ExactMetrics()->auth->get_viewname();
1230
- $ms_auth = is_multisite() && ExactMetrics()->auth->get_network_viewname();
1231
- if ( ! $site_auth && ! $ms_auth ) {
1232
- wp_send_json_error( array( 'message' => __( 'You must authenticate with ExactMetrics before you can view reports.', 'google-analytics-dashboard-for-wp' ) ) );
1233
- }
1234
-
1235
- $report_name = 'popularposts';
1236
-
1237
- if ( empty( $report_name ) ) {
1238
- wp_send_json_error( array( 'message' => __( 'Unknown report. Try refreshing and retrying. Contact support if this issue persists.', 'google-analytics-dashboard-for-wp' ) ) );
1239
- }
1240
-
1241
- $report = ExactMetrics()->reporting->get_report( $report_name );
1242
-
1243
- $isnetwork = ! empty( $_REQUEST['isnetwork'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) : '';
1244
- $start = ! empty( $_POST['start'] ) ? sanitize_text_field( wp_unslash( $_POST['start'] ) ) : $report->default_start_date();
1245
- $end = ! empty( $_POST['end'] ) ? sanitize_text_field( wp_unslash( $_POST['end'] ) ) : $report->default_end_date();
1246
-
1247
- $args = array(
1248
- 'start' => $start,
1249
- 'end' => $end,
1250
- );
1251
-
1252
- if ( $isnetwork ) {
1253
- $args['network'] = true;
1254
- }
1255
-
1256
- if ( exactmetrics_is_pro_version() && ! ExactMetrics()->license->license_can( $report->level ) ) {
1257
- $data = array(
1258
- 'success' => false,
1259
- 'error' => 'license_level',
1260
- );
1261
- } else {
1262
- $data = apply_filters( 'exactmetrics_vue_reports_data', $report->get_data( $args ), $report_name, $report );
1263
- }
1264
-
1265
- if ( ! empty( $data['success'] ) && ! empty( $data['data'] ) ) {
1266
- wp_send_json_success( $data['data'] );
1267
- } else if ( isset( $data['success'] ) && false === $data['success'] && ! empty( $data['error'] ) ) {
1268
- // Use a custom handler for invalid_grant errors.
1269
- if ( strpos( $data['error'], 'invalid_grant' ) > 0 ) {
1270
- wp_send_json_error(
1271
- array(
1272
- 'message' => 'invalid_grant',
1273
- 'footer' => '',
1274
- )
1275
- );
1276
- }
1277
-
1278
- wp_send_json_error(
1279
- array(
1280
- 'message' => $data['error'],
1281
- 'footer' => isset( $data['data']['footer'] ) ? $data['data']['footer'] : '',
1282
- )
1283
- );
1284
- }
1285
-
1286
- wp_send_json_error( array( 'message' => __( 'We encountered an error when fetching the report data.', 'google-analytics-dashboard-for-wp' ) ) );
1287
-
1288
- }
1289
-
1290
- /**
1291
- * Ajax handler for popular posts theme customization settings.
1292
- * Specific theme styles are stored separately so we can handle 20+ themes with their specific settings.
1293
- */
1294
- public function update_popular_posts_theme_setting() {
1295
-
1296
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
1297
-
1298
- if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
1299
- return;
1300
- }
1301
-
1302
- if ( ! empty( $_POST['type'] ) && ! empty( $_POST['theme'] ) && ! empty( $_POST['object'] ) && ! empty( $_POST['key'] ) && ! empty( $_POST['value'] ) ) {
1303
- $settings_key = 'exactmetrics_popular_posts_theme_settings';
1304
- $type = sanitize_text_field( wp_unslash( $_POST['type'] ) ); // Type of Popular Posts instance: inline/widget/products.
1305
- $theme = sanitize_text_field( wp_unslash( $_POST['theme'] ) );
1306
- $object = sanitize_text_field( wp_unslash( $_POST['object'] ) ); // Style object like title, label, background, etc.
1307
- $key = sanitize_text_field( wp_unslash( $_POST['key'] ) ); // Style key for the object like color, font size, etc.
1308
- $value = sanitize_text_field( wp_unslash( $_POST['value'] ) ); // Value of custom style like 12px or #fff.
1309
- $settings = get_option( $settings_key, array() );
1310
-
1311
- if ( ! isset( $settings[ $type ] ) ) {
1312
- $settings[ $type ] = array();
1313
- }
1314
- if ( ! isset( $settings[ $type ][ $theme ] ) ) {
1315
- $settings[ $type ][ $theme ] = array();
1316
- }
1317
-
1318
- if ( ! isset( $settings[ $type ][ $theme ][ $object ] ) ) {
1319
- $settings[ $type ][ $theme ][ $object ] = array();
1320
- }
1321
-
1322
- $settings[ $type ][ $theme ][ $object ][ $key ] = $value;
1323
-
1324
- update_option( $settings_key, $settings );
1325
-
1326
- wp_send_json_success();
1327
- }
1328
-
1329
- wp_send_json_error();
1330
-
1331
- }
1332
- }
 
 
 
1
+ <?php
2
+ /**
3
+ * Routes for VUE are registered here.
4
+ *
5
+ * @package exactmetrics
6
+ */
7
+
8
+ /**
9
+ * Class ExactMetrics_Rest_Routes
10
+ */
11
+ class ExactMetrics_Rest_Routes {
12
+
13
+ /**
14
+ * ExactMetrics_Rest_Routes constructor.
15
+ */
16
+ public function __construct() {
17
+
18
+ add_action( 'wp_ajax_exactmetrics_vue_get_license', array( $this, 'get_license' ) );
19
+ add_action( 'wp_ajax_exactmetrics_vue_get_profile', array( $this, 'get_profile' ) );
20
+ add_action( 'wp_ajax_exactmetrics_vue_get_settings', array( $this, 'get_settings' ) );
21
+ add_action( 'wp_ajax_exactmetrics_vue_update_settings', array( $this, 'update_settings' ) );
22
+ add_action( 'wp_ajax_exactmetrics_vue_update_settings_bulk', array( $this, 'update_settings_bulk' ) );
23
+ add_action( 'wp_ajax_exactmetrics_vue_get_addons', array( $this, 'get_addons' ) );
24
+ add_action( 'wp_ajax_exactmetrics_update_manual_ua', array( $this, 'update_manual_ua' ) );
25
+ add_action( 'wp_ajax_exactmetrics_update_manual_v4', array( $this, 'update_manual_v4' ) );
26
+ add_action( 'wp_ajax_exactmetrics_update_dual_tracking_id', array( $this, 'update_dual_tracking_id' ) );
27
+ add_action( 'wp_ajax_exactmetrics_update_measurement_protocol_secret', array( $this, 'update_measurement_protocol_secret' ) );
28
+ add_action( 'wp_ajax_exactmetrics_vue_get_report_data', array( $this, 'get_report_data' ) );
29
+ add_action( 'wp_ajax_exactmetrics_vue_install_plugin', array( $this, 'install_plugin' ) );
30
+ add_action( 'wp_ajax_exactmetrics_vue_notice_status', array( $this, 'get_notice_status' ) );
31
+ add_action( 'wp_ajax_exactmetrics_vue_notice_dismiss', array( $this, 'dismiss_notice' ) );
32
+ add_action( 'wp_ajax_exactmetrics_vue_grab_popular_posts_report', array(
33
+ $this,
34
+ 'check_popular_posts_report'
35
+ ) );
36
+ add_action( 'wp_ajax_exactmetrics_vue_popular_posts_update_theme_setting', array(
37
+ $this,
38
+ 'update_popular_posts_theme_setting'
39
+ ) );
40
+
41
+ // TODO: remove function from Google Optimize Addon.
42
+ add_action( 'wp_ajax_exactmetrics_get_posts', array( $this, 'get_posts' ) );
43
+
44
+ // Search for taxonomies.
45
+ add_action( 'wp_ajax_exactmetrics_get_terms', array( $this, 'get_taxonomy_terms' ) );
46
+
47
+ add_action( 'wp_ajax_exactmetrics_get_post_types', array( $this, 'get_post_types' ) );
48
+
49
+ add_action( 'wp_ajax_exactmetrics_handle_settings_import', array( $this, 'handle_settings_import' ) );
50
+
51
+ add_action( 'admin_notices', array( $this, 'hide_old_notices' ), 0 );
52
+
53
+ add_action( 'wp_ajax_exactmetrics_vue_dismiss_first_time_notice', array(
54
+ $this,
55
+ 'dismiss_first_time_notice'
56
+ ) );
57
+ }
58
+
59
+ /**
60
+ * Ajax handler for grabbing the license
61
+ */
62
+ public function get_license() {
63
+
64
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
65
+
66
+ if ( ! current_user_can( 'exactmetrics_view_dashboard' ) || ! exactmetrics_is_pro_version() ) {
67
+ return;
68
+ }
69
+
70
+ $site_license = array(
71
+ 'key' => ExactMetrics()->license->get_site_license_key(),
72
+ 'type' => ExactMetrics()->license->get_site_license_type(),
73
+ 'is_disabled' => ExactMetrics()->license->site_license_disabled(),
74
+ 'is_expired' => ExactMetrics()->license->site_license_expired(),
75
+ 'is_invalid' => ExactMetrics()->license->site_license_invalid(),
76
+ );
77
+ $network_license = array(
78
+ 'key' => ExactMetrics()->license->get_network_license_key(),
79
+ 'type' => ExactMetrics()->license->get_network_license_type(),
80
+ 'is_disabled' => ExactMetrics()->license->network_license_disabled(),
81
+ 'is_expired' => ExactMetrics()->license->network_license_expired(),
82
+ 'is_invalid' => ExactMetrics()->license->network_license_disabled(),
83
+ );
84
+
85
+ wp_send_json( array(
86
+ 'site' => $site_license,
87
+ 'network' => $network_license,
88
+ ) );
89
+
90
+ }
91
+
92
+ /**
93
+ * Ajax handler for grabbing the current authenticated profile.
94
+ */
95
+ public function get_profile() {
96
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
97
+
98
+ if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
99
+ return;
100
+ }
101
+
102
+ $auth = ExactMetrics()->auth;
103
+
104
+ wp_send_json( array(
105
+ 'ua' => $auth->get_ua(),
106
+ 'v4' => $auth->get_v4_id(),
107
+ 'viewname' => $auth->get_viewname(),
108
+ 'manual_ua' => $auth->get_manual_ua(),
109
+ 'manual_v4' => $auth->get_manual_v4_id(),
110
+ 'measurement_protocol_secret' => $auth->get_measurement_protocol_secret(),
111
+ 'network_ua' => $auth->get_network_ua(),
112
+ 'network_v4' => $auth->get_network_v4_id(),
113
+ 'network_viewname' => $auth->get_network_viewname(),
114
+ 'network_manual_ua' => $auth->get_network_manual_ua(),
115
+ 'network_manual_v4' => $auth->get_network_manual_v4_id(),
116
+ 'network_measurement_protocol_secret' => $auth->get_network_measurement_protocol_secret(),
117
+ 'connected_type' => $auth->get_connected_type(),
118
+ ) );
119
+
120
+ }
121
+
122
+ /**
123
+ * Ajax handler for grabbing the settings.
124
+ */
125
+ public function get_settings() {
126
+
127
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
128
+
129
+ if ( ! current_user_can( 'exactmetrics_view_dashboard' ) ) {
130
+ return;
131
+ }
132
+
133
+ $options = exactmetrics_get_options();
134
+
135
+ // Array fields are needed even if empty.
136
+ $array_fields = array( 'view_reports', 'save_settings', 'ignore_users' );
137
+ foreach ( $array_fields as $array_field ) {
138
+ if ( ! isset( $options[ $array_field ] ) ) {
139
+ $options[ $array_field ] = array();
140
+ }
141
+ }
142
+
143
+ //add email summaries options
144
+ if ( exactmetrics_is_pro_version() ) {
145
+ $default_email = array(
146
+ 'email' => get_option( 'admin_email' ),
147
+ );
148
+
149
+ if ( ! isset( $options['email_summaries'] ) ) {
150
+ $options['email_summaries'] = 'on';
151
+ }
152
+
153
+ if ( ! isset( $options['summaries_email_addresses'] ) ) {
154
+ $options['summaries_email_addresses'] = array(
155
+ $default_email,
156
+ );
157
+ }
158
+
159
+ if ( ! isset( $options['summaries_html_template'] ) ) {
160
+ $options['summaries_html_template'] = 'yes';
161
+ }
162
+
163
+
164
+ if ( ! isset( $options['summaries_carbon_copy'] ) ) {
165
+ $options['summaries_carbon_copy'] = 'no';
166
+ }
167
+
168
+
169
+ if ( ! isset( $options['summaries_header_image'] ) ) {
170
+ $options['summaries_header_image'] = '';
171
+ }
172
+
173
+ if ( ! isset( $options['local_gtag_file_modified_at'] ) ) {
174
+ $options['local_gtag_file_modified_at'] = '';
175
+ }
176
+ }
177
+
178
+ wp_send_json( $options );
179
+
180
+ }
181
+
182
+ /**
183
+ * Ajax handler for updating the settings.
184
+ */
185
+ public function update_settings() {
186
+
187
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
188
+
189
+ if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
190
+ return;
191
+ }
192
+
193
+ if ( isset( $_POST['setting'] ) ) {
194
+ $setting = sanitize_text_field( wp_unslash( $_POST['setting'] ) );
195
+ if ( isset( $_POST['value'] ) ) {
196
+ $value = $this->handle_sanitization( $setting, $_POST['value'] );
197
+ exactmetrics_update_option( $setting, $value );
198
+ do_action( 'exactmetrics_after_update_settings', $setting, $value );
199
+ } else {
200
+ exactmetrics_update_option( $setting, false );
201
+ do_action( 'exactmetrics_after_update_settings', $setting, false );
202
+ }
203
+ }
204
+
205
+ wp_send_json_success();
206
+
207
+ }
208
+
209
+ /**
210
+ * Ajax handler for updating the settings.
211
+ */
212
+ public function update_settings_bulk() {
213
+
214
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
215
+
216
+ if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
217
+ return;
218
+ }
219
+
220
+ if ( isset( $_POST['settings'] ) ) {
221
+ $settings = json_decode( sanitize_text_field( wp_unslash( $_POST['settings'] ) ), true );
222
+ foreach ( $settings as $setting => $value ) {
223
+ $value = $this->handle_sanitization( $setting, $value );
224
+ exactmetrics_update_option( $setting, $value );
225
+ do_action( 'exactmetrics_after_update_settings', $setting, $value );
226
+ }
227
+ }
228
+
229
+ wp_send_json_success();
230
+
231
+ }
232
+
233
+ /**
234
+ * Sanitization specific to each field.
235
+ *
236
+ * @param string $field The key of the field to sanitize.
237
+ * @param string $value The value of the field to sanitize.
238
+ *
239
+ * @return mixed The sanitized input.
240
+ */
241
+ private function handle_sanitization( $field, $value ) {
242
+
243
+ $value = wp_unslash( $value );
244
+
245
+ // Textarea fields.
246
+ $textarea_fields = array();
247
+
248
+ if ( in_array( $field, $textarea_fields, true ) ) {
249
+ if ( function_exists( 'sanitize_textarea_field' ) ) {
250
+ return sanitize_textarea_field( $value );
251
+ } else {
252
+ return wp_kses( $value, array() );
253
+ }
254
+ }
255
+
256
+ $array_value = json_decode( $value, true );
257
+ if ( is_array( $array_value ) ) {
258
+ $value = $array_value;
259
+ // Don't save empty values.
260
+ foreach ( $value as $key => $item ) {
261
+ if ( is_array( $item ) ) {
262
+ $empty = true;
263
+ foreach ( $item as $item_value ) {
264
+ if ( ! empty( $item_value ) ) {
265
+ $empty = false;
266
+ }
267
+ }
268
+ if ( $empty ) {
269
+ unset( $value[ $key ] );
270
+ }
271
+ }
272
+ }
273
+
274
+ // Reset array keys because JavaScript can't handle arrays with non-sequential keys.
275
+ $value = array_values( $value );
276
+
277
+ return $value;
278
+ }
279
+
280
+ return sanitize_text_field( $value );
281
+
282
+ }
283
+
284
+ /**
285
+ * Return the state of the addons ( installed, activated )
286
+ */
287
+ public function get_addons() {
288
+
289
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
290
+
291
+ if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
292
+ return;
293
+ }
294
+
295
+ if ( isset( $_POST['network'] ) && intval( $_POST['network'] ) > 0 ) {
296
+ define( 'WP_NETWORK_ADMIN', true );
297
+ }
298
+
299
+ $addons_data = exactmetrics_get_addons();
300
+ $parsed_addons = array();
301
+ $installed_plugins = get_plugins();
302
+
303
+ if ( ! is_array( $addons_data ) ) {
304
+ $addons_data = array();
305
+ }
306
+
307
+ foreach ( $addons_data as $addons_type => $addons ) {
308
+ foreach ( $addons as $addon ) {
309
+ $slug = 'exactmetrics-' . $addon->slug;
310
+ if ( 'exactmetrics-ecommerce' === $slug && 'm' === $slug[0] ) {
311
+ $addon = $this->get_addon( $installed_plugins, $addons_type, $addon, $slug );
312
+ if ( empty( $addon->installed ) ) {
313
+ $slug = 'ga-ecommerce';
314
+ $addon = $this->get_addon( $installed_plugins, $addons_type, $addon, $slug );
315
+ }
316
+ } else {
317
+ $addon = $this->get_addon( $installed_plugins, $addons_type, $addon, $slug );
318
+ }
319
+ $parsed_addons[ $addon->slug ] = $addon;
320
+ }
321
+ }
322
+
323
+ // Include data about the plugins needed by some addons ( WooCommerce, EDD, Google AMP, CookieBot, etc ).
324
+ // WooCommerce.
325
+ $parsed_addons['woocommerce'] = array(
326
+ 'active' => class_exists( 'WooCommerce' ),
327
+ );
328
+ // Edd.
329
+ $parsed_addons['easy_digital_downloads'] = array(
330
+ 'active' => class_exists( 'Easy_Digital_Downloads' ),
331
+ 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-edd.png',
332
+ 'title' => 'Easy Digital Downloads',
333
+ 'excerpt' => __( 'Easy digital downloads plugin.', 'google-analytics-dashboard-for-wp' ),
334
+ 'installed' => array_key_exists( 'easy-digital-downloads/easy-digital-downloads.php', $installed_plugins ),
335
+ 'basename' => 'easy-digital-downloads/easy-digital-downloads.php',
336
+ 'slug' => 'easy-digital-downloads',
337
+ 'settings' => admin_url( 'edit.php?post_type=download' ),
338
+ );
339
+ // MemberPress.
340
+ $parsed_addons['memberpress'] = array(
341
+ 'active' => defined( 'MEPR_VERSION' ) && version_compare( MEPR_VERSION, '1.3.43', '>' ),
342
+ );
343
+ // LifterLMS.
344
+ $parsed_addons['lifterlms'] = array(
345
+ 'active' => function_exists( 'LLMS' ) && version_compare( LLMS()->version, '3.32.0', '>=' ),
346
+ );
347
+ // Restrict Content Pro.
348
+ $parsed_addons['rcp'] = array(
349
+ 'active' => class_exists( 'Restrict_Content_Pro' ) && version_compare( RCP_PLUGIN_VERSION, '3.5.4', '>=' ),
350
+ );
351
+ // GiveWP.
352
+ $parsed_addons['givewp'] = array(
353
+ 'active' => function_exists( 'Give' ),
354
+ );
355
+ // GiveWP Analytics.
356
+ $parsed_addons['givewp_google_analytics'] = array(
357
+ 'active' => function_exists( 'Give_Google_Analytics' ),
358
+ );
359
+ // Cookiebot.
360
+ $parsed_addons['cookiebot'] = array(
361
+ 'active' => function_exists( 'cookiebot_active' ) && cookiebot_active(),
362
+ );
363
+ // Cookie Notice.
364
+ $parsed_addons['cookie_notice'] = array(
365
+ 'active' => class_exists( 'Cookie_Notice' ),
366
+ );
367
+ // Complianz.
368
+ $parsed_addons['complianz'] = array(
369
+ 'active' => defined( 'cmplz_plugin') || defined( 'cmplz_premium'),
370
+ );
371
+ // Cookie Yes
372
+ $parsed_addons['cookie_yes'] = array(
373
+ 'active' => defined( 'CLI_SETTINGS_FIELD'),
374
+ );
375
+ // Fb Instant Articles.
376
+ $parsed_addons['instant_articles'] = array(
377
+ 'active' => defined( 'IA_PLUGIN_VERSION' ) && version_compare( IA_PLUGIN_VERSION, '3.3.4', '>' ),
378
+ );
379
+ // Google AMP.
380
+ $parsed_addons['google_amp'] = array(
381
+ 'active' => defined( 'AMP__FILE__' ),
382
+ );
383
+ // Yoast SEO.
384
+ $parsed_addons['yoast_seo'] = array(
385
+ 'active' => defined( 'WPSEO_VERSION' ),
386
+ );
387
+ // EasyAffiliate.
388
+ $parsed_addons['easy_affiliate'] = array(
389
+ 'active' => defined( 'ESAF_EDITION' ),
390
+ );
391
+ $parsed_addons['affiliate_wp'] = array(
392
+ 'active' => function_exists( 'affiliate_wp' ) && defined( 'AFFILIATEWP_VERSION' ),
393
+ );
394
+ // WPForms.
395
+ $parsed_addons['wpforms-lite'] = array(
396
+ 'active' => function_exists( 'wpforms' ),
397
+ 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-wpforms.png',
398
+ 'title' => 'WPForms',
399
+ 'excerpt' => __( 'The best drag & drop WordPress form builder. Easily create beautiful contact forms, surveys, payment forms, and more with our 150+ form templates. Trusted by over 4 million websites as the best forms plugin', 'google-analytics-dashboard-for-wp' ),
400
+ 'installed' => array_key_exists( 'wpforms-lite/wpforms.php', $installed_plugins ),
401
+ 'basename' => 'wpforms-lite/wpforms.php',
402
+ 'slug' => 'wpforms-lite',
403
+ 'settings' => admin_url( 'admin.php?page=wpforms-overview' ),
404
+ );
405
+ // AIOSEO.
406
+ $parsed_addons['aioseo'] = array(
407
+ 'active' => function_exists( 'aioseo' ),
408
+ 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-all-in-one-seo.png',
409
+ 'title' => 'AIOSEO',
410
+ 'excerpt' => __( 'The original WordPress SEO plugin and toolkit that improves your website’s search rankings. Comes with all the SEO features like Local SEO, WooCommerce SEO, sitemaps, SEO optimizer, schema, and more.', 'google-analytics-dashboard-for-wp' ),
411
+ 'installed' => array_key_exists( 'all-in-one-seo-pack/all_in_one_seo_pack.php', $installed_plugins ),
412
+ 'basename' => ( exactmetrics_is_installed_aioseo_pro() ) ? 'all-in-one-seo-pack-pro/all_in_one_seo_pack.php' : 'all-in-one-seo-pack/all_in_one_seo_pack.php',
413
+ 'slug' => 'all-in-one-seo-pack',
414
+ 'settings' => admin_url( 'admin.php?page=aioseo' ),
415
+ );
416
+ // OptinMonster.
417
+ $parsed_addons['optinmonster'] = array(
418
+ 'active' => class_exists( 'OMAPI' ),
419
+ 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-om.png',
420
+ 'title' => 'OptinMonster',
421
+ 'excerpt' => __( 'Instantly get more subscribers, leads, and sales with the #1 conversion optimization toolkit. Create high converting popups, announcement bars, spin a wheel, and more with smart targeting and personalization.', 'google-analytics-dashboard-for-wp' ),
422
+ 'installed' => array_key_exists( 'optinmonster/optin-monster-wp-api.php', $installed_plugins ),
423
+ 'basename' => 'optinmonster/optin-monster-wp-api.php',
424
+ 'slug' => 'optinmonster',
425
+ 'settings' => admin_url( 'admin.php?page=optin-monster-dashboard' ),
426
+ );
427
+ // WP Mail Smtp.
428
+ $parsed_addons['wp-mail-smtp'] = array(
429
+ 'active' => function_exists( 'wp_mail_smtp' ),
430
+ 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-smtp.png',
431
+ 'title' => 'WP Mail SMTP',
432
+ 'excerpt' => __( 'Improve your WordPress email deliverability and make sure that your website emails reach user’s inbox with the #1 SMTP plugin for WordPress. Over 2 million websites use it to fix WordPress email issues.', 'google-analytics-dashboard-for-wp' ),
433
+ 'installed' => array_key_exists( 'wp-mail-smtp/wp_mail_smtp.php', $installed_plugins ),
434
+ 'basename' => 'wp-mail-smtp/wp_mail_smtp.php',
435
+ 'slug' => 'wp-mail-smtp',
436
+ );
437
+ // SeedProd.
438
+ $parsed_addons['coming-soon'] = array(
439
+ 'active' => defined( 'SEEDPROD_VERSION' ),
440
+ 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-seedprod.png',
441
+ 'title' => 'SeedProd',
442
+ 'excerpt' => __( 'The fastest drag & drop landing page builder for WordPress. Create custom landing pages without writing code, connect them with your CRM, collect subscribers, and grow your audience. Trusted by 1 million sites.', 'google-analytics-dashboard-for-wp' ),
443
+ 'installed' => array_key_exists( 'coming-soon/coming-soon.php', $installed_plugins ),
444
+ 'basename' => 'coming-soon/coming-soon.php',
445
+ 'slug' => 'coming-soon',
446
+ 'settings' => admin_url( 'admin.php?page=seedprod_lite' ),
447
+ );
448
+ // RafflePress
449
+ $parsed_addons['rafflepress'] = array(
450
+ 'active' => function_exists( 'rafflepress_lite_activation' ),
451
+ 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/pluign-rafflepress.png',
452
+ 'title' => 'RafflePress',
453
+ 'excerpt' => __( 'Turn your website visitors into brand ambassadors! Easily grow your email list, website traffic, and social media followers with the most powerful giveaways & contests plugin for WordPress.', 'google-analytics-dashboard-for-wp' ),
454
+ 'installed' => array_key_exists( 'rafflepress/rafflepress.php', $installed_plugins ),
455
+ 'basename' => 'rafflepress/rafflepress.php',
456
+ 'slug' => 'rafflepress',
457
+ 'settings' => admin_url( 'admin.php?page=rafflepress_lite' ),
458
+ );
459
+ // TrustPulse
460
+ $parsed_addons['trustpulse-api'] = array(
461
+ 'active' => class_exists( 'TPAPI' ),
462
+ 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-trust-pulse.png',
463
+ 'title' => 'TrustPulse',
464
+ 'excerpt' => __( 'Boost your sales and conversions by up to 15% with real-time social proof notifications. TrustPulse helps you show live user activity and purchases to help convince other users to purchase.', 'google-analytics-dashboard-for-wp' ),
465
+ 'installed' => array_key_exists( 'trustpulse-api/trustpulse.php', $installed_plugins ),
466
+ 'basename' => 'trustpulse-api/trustpulse.php',
467
+ 'slug' => 'trustpulse-api',
468
+ );
469
+ // Smash Balloon (Instagram)
470
+ $parsed_addons['smash-balloon-instagram'] = array(
471
+ 'active' => defined( 'SBIVER' ),
472
+ 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-smash-balloon.png',
473
+ 'title' => 'Smash Balloon Instagram Feeds',
474
+ 'excerpt' => __( 'Easily display Instagram content on your WordPress site without writing any code. Comes with multiple templates, ability to show content from multiple accounts, hashtags, and more. Trusted by 1 million websites.', 'google-analytics-dashboard-for-wp' ),
475
+ 'installed' => array_key_exists( 'instagram-feed/instagram-feed.php', $installed_plugins ),
476
+ 'basename' => 'instagram-feed/instagram-feed.php',
477
+ 'slug' => 'instagram-feed',
478
+ 'settings' => admin_url( 'admin.php?page=sb-instagram-feed' ),
479
+ );
480
+ // Smash Balloon (Facebook)
481
+ $parsed_addons['smash-balloon-facebook'] = array(
482
+ 'active' => defined( 'CFFVER' ),
483
+ 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-smash-balloon.png',
484
+ 'title' => 'Smash Balloon Facebook Feeds',
485
+ 'excerpt' => __( 'Easily display Facebook content on your WordPress site without writing any code. Comes with multiple templates, ability to show content from multiple accounts, hashtags, and more. Trusted by 1 million websites.', 'google-analytics-dashboard-for-wp' ),
486
+ 'installed' => array_key_exists( 'custom-facebook-feed/custom-facebook-feed.php', $installed_plugins ),
487
+ 'basename' => 'custom-facebook-feed/custom-facebook-feed.php',
488
+ 'slug' => 'custom-facebook-feed',
489
+ 'settings' => admin_url( 'admin.php?page=cff-feed-builder' ),
490
+ );
491
+ // PushEngage
492
+ $parsed_addons['pushengage'] = array(
493
+ 'active' => method_exists( 'Pushengage', 'init' ),
494
+ 'icon' => plugin_dir_url( EXACTMETRICS_PLUGIN_FILE ) . 'assets/images/plugin-pushengage.svg',
495
+ 'title' => 'PushEngage',
496
+ 'excerpt' => __( 'Connect with your visitors after they leave your website with the leading web push notification software. Over 10,000+ businesses worldwide use PushEngage to send 9 billion notifications each month.', 'google-analytics-dashboard-for-wp' ),
497
+ 'installed' => array_key_exists( 'pushengage/main.php', $installed_plugins ),
498
+ 'basename' => 'pushengage/main.php',
499
+ 'slug' => 'pushengage',
500
+ );
501
+ // Pretty Links
502
+ $parsed_addons['pretty-link'] = array(
503
+ 'active' => class_exists( 'PrliBaseController' ),
504
+ 'icon' => '',
505
+ 'title' => 'Pretty Links',
506
+ 'excerpt' => __( 'Pretty Links helps you shrink, beautify, track, manage and share any URL on or off of your WordPress website. Create links that look how you want using your own domain name!', 'google-analytics-dashboard-for-wp' ),
507
+ 'installed' => array_key_exists( 'pretty-link/pretty-link.php', $installed_plugins ),
508
+ 'basename' => 'pretty-link/pretty-link.php',
509
+ 'slug' => 'pretty-link',
510
+ 'settings' => admin_url( 'edit.php?post_type=pretty-link' ),
511
+ );
512
+ // Thirsty Affiliates
513
+ $parsed_addons['thirstyaffiliates'] = array(
514
+ 'active' => class_exists( 'ThirstyAffiliates' ),
515
+ 'icon' => '',
516
+ 'title' => 'Thirsty Affiliates',
517
+ 'excerpt' => __( 'ThirstyAffiliates is a revolution in affiliate link management. Collect, collate and store your affiliate links for use in your posts and pages.', 'google-analytics-dashboard-for-wp' ),
518
+ 'installed' => array_key_exists( 'thirstyaffiliates/thirstyaffiliates.php', $installed_plugins ),
519
+ 'basename' => 'thirstyaffiliates/thirstyaffiliates.php',
520
+ 'slug' => 'thirstyaffiliates',
521
+ 'settings' => admin_url( 'edit.php?post_type=thirstylink' ),
522
+ );
523
+ if ( function_exists( 'WC' ) ) {
524
+ // Advanced Coupons
525
+ $parsed_addons['advancedcoupons'] = array(
526
+ 'active' => class_exists( 'ACFWF' ),
527
+ 'icon' => '',
528
+ 'title' => 'Advanced Coupons',
529
+ 'excerpt' => __( 'Advanced Coupons for WooCommerce (Free Version) gives WooCommerce store owners extra coupon features so they can market their stores better.', 'google-analytics-dashboard-for-wp' ),
530
+ 'installed' => array_key_exists( 'advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php', $installed_plugins ),
531
+ 'basename' => 'advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php',
532
+ 'slug' => 'advanced-coupons-for-woocommerce-free',
533
+ 'settings' => admin_url( 'edit.php?post_type=shop_coupon&acfw' ),
534
+ );
535
+ }
536
+ // Gravity Forms.
537
+ $parsed_addons['gravity_forms'] = array(
538
+ 'active' => class_exists( 'GFCommon' ),
539
+ );
540
+ // Formidable Forms.
541
+ $parsed_addons['formidable_forms'] = array(
542
+ 'active' => class_exists( 'FrmHooksController' ),
543
+ );
544
+ // Manual UA Addon.
545
+ if ( ! isset( $parsed_addons['manual_ua'] ) ) {
546
+ $parsed_addons['manual_ua'] = array(
547
+ 'active' => class_exists( 'ExactMetrics_Manual_UA' ),
548
+ );
549
+ }
550
+
551
+ wp_send_json( $parsed_addons );
552
+ }
553
+
554
+ public function get_addon( $installed_plugins, $addons_type, $addon, $slug ) {
555
+ $active = false;
556
+ $installed = false;
557
+ $plugin_basename = exactmetrics_get_plugin_basename_from_slug( $slug );
558
+
559
+ if ( isset( $installed_plugins[ $plugin_basename ] ) ) {
560
+ $installed = true;
561
+
562
+ if ( is_multisite() && is_network_admin() ) {
563
+ $active = is_plugin_active_for_network( $plugin_basename );
564
+ } else {
565
+ $active = is_plugin_active( $plugin_basename );
566
+ }
567
+ }
568
+ if ( empty( $addon->url ) ) {
569
+ $addon->url = '';
570
+ }
571
+
572
+ $active_version = false;
573
+ if ( $active ) {
574
+ if ( ! empty( $installed_plugins[ $plugin_basename ]['Version'] ) ) {
575
+ $active_version = $installed_plugins[ $plugin_basename ]['Version'];
576
+ }
577
+ }
578
+
579
+ $addon->type = $addons_type;
580
+ $addon->installed = $installed;
581
+ $addon->active_version = $active_version;
582
+ $addon->active = $active;
583
+ $addon->basename = $plugin_basename;
584
+
585
+ return $addon;
586
+ }
587
+
588
+ /**
589
+ * Use custom notices in the Vue app on the Settings screen.
590
+ */
591
+ public function hide_old_notices() {
592
+
593
+ global $wp_version;
594
+ if ( version_compare( $wp_version, '4.6', '<' ) ) {
595
+ // remove_all_actions triggers an infinite loop on older versions.
596
+ return;
597
+ }
598
+
599
+ $screen = get_current_screen();
600
+ // Bail if we're not on a ExactMetrics screen.
601
+ if ( empty( $screen->id ) || strpos( $screen->id, 'exactmetrics' ) === false ) {
602
+ return;
603
+ }
604
+
605
+ // Hide admin notices on the settings screen.
606
+ if ( exactmetrics_is_settings_page() ) {
607
+ remove_all_actions( 'admin_notices' );
608
+ }
609
+
610
+ }
611
+
612
+ /**
613
+ * Update manual ua.
614
+ */
615
+ public function update_manual_ua() {
616
+
617
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
618
+
619
+ if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
620
+ return;
621
+ }
622
+
623
+ $manual_ua_code = isset( $_POST['manual_ua_code'] ) ? sanitize_text_field( wp_unslash( $_POST['manual_ua_code'] ) ) : '';
624
+ $manual_ua_code = exactmetrics_is_valid_ua( $manual_ua_code ); // Also sanitizes the string.
625
+ if ( ! empty( $_REQUEST['isnetwork'] ) && sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) ) {
626
+ define( 'WP_NETWORK_ADMIN', true );
627
+ }
628
+ $manual_ua_code_old = is_network_admin() ? ExactMetrics()->auth->get_network_manual_ua() : ExactMetrics()->auth->get_manual_ua();
629
+
630
+ if ( $manual_ua_code && $manual_ua_code_old && $manual_ua_code_old === $manual_ua_code ) {
631
+ // Same code we had before
632
+ // Do nothing.
633
+ wp_send_json_success();
634
+ } else if ( $manual_ua_code && $manual_ua_code_old && $manual_ua_code_old !== $manual_ua_code ) {
635
+ // Different UA code.
636
+ if ( is_network_admin() ) {
637
+ ExactMetrics()->auth->set_network_manual_ua( $manual_ua_code );
638
+ } else {
639
+ ExactMetrics()->auth->set_manual_ua( $manual_ua_code );
640
+ }
641
+ } else if ( $manual_ua_code && empty( $manual_ua_code_old ) ) {
642
+ // Move to manual.
643
+ if ( is_network_admin() ) {
644
+ ExactMetrics()->auth->set_network_manual_ua( $manual_ua_code );
645
+ } else {
646
+ ExactMetrics()->auth->set_manual_ua( $manual_ua_code );
647
+ }
648
+ } else if ( empty( $manual_ua_code ) && $manual_ua_code_old ) {
649
+ // Deleted manual.
650
+ if ( is_network_admin() ) {
651
+ ExactMetrics()->auth->delete_network_manual_ua();
652
+ } else {
653
+ ExactMetrics()->auth->delete_manual_ua();
654
+ }
655
+ } else if ( isset( $_POST['manual_ua_code'] ) && empty( $manual_ua_code ) ) {
656
+ wp_send_json_error( array(
657
+ 'ua_error' => 1,
658
+ 'error' => __( 'Invalid UA code', 'google-analytics-dashboard-for-wp' ),
659
+ ) );
660
+ }
661
+
662
+ wp_send_json_success();
663
+ }
664
+
665
+ /**
666
+ * Update manual v4.
667
+ */
668
+ public function update_manual_v4() {
669
+
670
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
671
+
672
+ if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
673
+ return;
674
+ }
675
+
676
+ $manual_v4_code = isset( $_POST['manual_v4_code'] ) ? sanitize_text_field( wp_unslash( $_POST['manual_v4_code'] ) ) : '';
677
+ $manual_v4_code = exactmetrics_is_valid_v4_id( $manual_v4_code ); // Also sanitizes the string.
678
+
679
+ if ( ! empty( $_REQUEST['isnetwork'] ) && sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) ) {
680
+ define( 'WP_NETWORK_ADMIN', true );
681
+ }
682
+ $manual_v4_code_old = is_network_admin() ? ExactMetrics()->auth->get_network_manual_v4_id() : ExactMetrics()->auth->get_manual_v4_id();
683
+
684
+ if ( $manual_v4_code && $manual_v4_code_old && $manual_v4_code_old === $manual_v4_code ) {
685
+ // Same code we had before
686
+ // Do nothing.
687
+ wp_send_json_success();
688
+ } else if ( $manual_v4_code && $manual_v4_code_old && $manual_v4_code_old !== $manual_v4_code ) {
689
+ // Different UA code.
690
+ if ( is_network_admin() ) {
691
+ ExactMetrics()->auth->set_network_manual_v4_id( $manual_v4_code );
692
+ } else {
693
+ ExactMetrics()->auth->set_manual_v4_id( $manual_v4_code );
694
+ }
695
+ } else if ( $manual_v4_code && empty( $manual_v4_code_old ) ) {
696
+ // Move to manual.
697
+ if ( is_network_admin() ) {
698
+ ExactMetrics()->auth->set_network_manual_v4_id( $manual_v4_code );
699
+ } else {
700
+ ExactMetrics()->auth->set_manual_v4_id( $manual_v4_code );
701
+ }
702
+ } else if ( empty( $manual_v4_code ) && $manual_v4_code_old ) {
703
+ // Deleted manual.
704
+ if ( is_network_admin() ) {
705
+ ExactMetrics()->auth->delete_network_manual_v4_id();
706
+ } else {
707
+ ExactMetrics()->auth->delete_manual_v4_id();
708
+ }
709
+ } else if ( isset( $_POST['manual_v4_code'] ) && empty( $manual_v4_code ) ) {
710
+ wp_send_json_error( array(
711
+ 'v4_error' => 1,
712
+ 'error' => __( 'Invalid GAv4 code', 'google-analytics-dashboard-for-wp' ),
713
+ ) );
714
+ }
715
+
716
+ wp_send_json_success();
717
+ }
718
+
719
+ public function update_dual_tracking_id() {
720
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
721
+
722
+ if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
723
+ return;
724
+ }
725
+
726
+ if ( ! empty( $_REQUEST['isnetwork'] ) && sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) ) {
727
+ define( 'WP_NETWORK_ADMIN', true );
728
+ }
729
+
730
+ $value = empty( $_REQUEST['value'] ) ? '' : sanitize_text_field( wp_unslash( $_REQUEST['value'] ) );
731
+ $sanitized_ua_value = exactmetrics_is_valid_ua( $value );
732
+ $sanitized_v4_value = exactmetrics_is_valid_v4_id( $value );
733
+
734
+ if ( $sanitized_v4_value ) {
735
+ $value = $sanitized_v4_value;
736
+ } elseif ( $sanitized_ua_value ) {
737
+ $value = $sanitized_ua_value;
738
+ } elseif ( ! empty( $value ) ) {
739
+ wp_send_json_error( array(
740
+ 'error' => __( 'Invalid dual tracking code', 'google-analytics-dashboard-for-wp' ),
741
+ ) );
742
+ }
743
+
744
+ $auth = ExactMetrics()->auth;
745
+
746
+ if ( is_network_admin() ) {
747
+ $auth->set_network_dual_tracking_id( $value );
748
+ } else {
749
+ $auth->set_dual_tracking_id( $value );
750
+ }
751
+
752
+ wp_send_json_success();
753
+ }
754
+
755
+ public function update_measurement_protocol_secret() {
756
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
757
+
758
+ if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
759
+ return;
760
+ }
761
+
762
+ if ( ! empty( $_REQUEST['isnetwork'] ) && sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) ) {
763
+ define( 'WP_NETWORK_ADMIN', true );
764
+ }
765
+
766
+ $value = empty( $_REQUEST['value'] ) ? '' : sanitize_text_field( wp_unslash( $_REQUEST['value'] ) );
767
+
768
+ $auth = ExactMetrics()->auth;
769
+
770
+ if ( is_network_admin() ) {
771
+ $auth->set_network_measurement_protocol_secret( $value );
772
+ } else {
773
+ $auth->set_measurement_protocol_secret( $value );
774
+ }
775
+
776
+ // Send API request to Relay
777
+ // TODO: Remove when token automation API is ready
778
+ $api = new ExactMetrics_API_Request( 'auth/mp-token/', 'POST' );
779
+ $api->set_additional_data( array(
780
+ 'mp_token' => $value,
781
+ ) );
782
+
783
+ // Even if there's an error from Relay, we can still return a successful json
784
+ // payload because we can try again with Relay token push in the future
785
+ $data = array();
786
+ $result = $api->request();
787
+ if ( is_wp_error( $result ) ) {
788
+ // Just need to output the error in the response for debugging purpose
789
+ $data['error'] = array(
790
+ 'message' => $result->get_error_message(),
791
+ 'code' => $result->get_error_code(),
792
+ );
793
+ }
794
+
795
+ wp_send_json_success( $data );
796
+ }
797
+
798
+
799
+ /**
800
+ *
801
+ */
802
+ public function handle_settings_import() {
803
+
804
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
805
+
806
+ if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
807
+ return;
808
+ }
809
+
810
+ if ( ! isset( $_FILES['import_file'] ) ) {
811
+ return;
812
+ }
813
+
814
+ $extension = explode( '.', sanitize_text_field( wp_unslash( $_FILES['import_file']['name'] ) ) );
815
+ $extension = end( $extension );
816
+
817
+ if ( 'json' !== $extension ) {
818
+ wp_send_json_error( array(
819
+ 'message' => esc_html__( 'Please upload a valid .json file', 'google-analytics-dashboard-for-wp' ),
820
+ ) );
821
+ }
822
+
823
+ $import_file = sanitize_text_field( wp_unslash( $_FILES['import_file']['tmp_name'] ) );
824
+
825
+ $file = file_get_contents( $import_file );
826
+ if ( empty( $file ) ) {
827
+ wp_send_json_error( array(
828
+ 'message' => esc_html__( 'Please upload a file to import', 'google-analytics-dashboard-for-wp' ),
829
+ ) );
830
+ }
831
+
832
+ // Retrieve the settings from the file and convert the json object to an array.
833
+ $new_settings = json_decode( wp_json_encode( json_decode( $file ) ), true );
834
+ $settings = exactmetrics_get_options();
835
+ $exclude = array(
836
+ 'analytics_profile',
837
+ 'analytics_profile_code',
838
+ 'analytics_profile_name',
839
+ 'oauth_version',
840
+ 'cron_last_run',
841
+ 'exactmetrics_oauth_status',
842
+ );
843
+
844
+ foreach ( $exclude as $e ) {
845
+ if ( ! empty( $new_settings[ $e ] ) ) {
846
+ unset( $new_settings[ $e ] );
847
+ }
848
+ }
849
+
850
+ foreach ( $exclude as $e ) {
851
+ if ( ! empty( $settings[ $e ] ) ) {
852
+ $new_settings = $settings[ $e ];
853
+ }
854
+ }
855
+
856
+ global $exactmetrics_settings;
857
+ $exactmetrics_settings = $new_settings;
858
+
859
+ update_option( exactmetrics_get_option_name(), $new_settings );
860
+
861
+ wp_send_json_success( $new_settings );
862
+
863
+ }
864
+
865
+ /**
866
+ * Generic Ajax handler for grabbing report data in JSON.
867
+ */
868
+ public function get_report_data() {
869
+
870
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
871
+
872
+ if ( ! current_user_can( 'exactmetrics_view_dashboard' ) ) {
873
+ wp_send_json_error( array( 'message' => __( "You don't have permission to view ExactMetrics reports.", 'google-analytics-dashboard-for-wp' ) ) );
874
+ }
875
+
876
+ if ( ! empty( $_REQUEST['isnetwork'] ) && $_REQUEST['isnetwork'] ) {
877
+ define( 'WP_NETWORK_ADMIN', true );
878
+ }
879
+ $settings_page = admin_url( 'admin.php?page=exactmetrics_settings' );
880
+
881
+ // Only for Pro users, require a license key to be entered first so we can link to things.
882
+ if ( exactmetrics_is_pro_version() ) {
883
+ if ( ! ExactMetrics()->license->is_site_licensed() && ! ExactMetrics()->license->is_network_licensed() ) {
884
+ wp_send_json_error( array(
885
+ 'message' => __( "You can't view ExactMetrics reports because you are not licensed.", 'google-analytics-dashboard-for-wp' ),
886
+ 'footer' => '<a href="' . $settings_page . '">' . __( 'Add your license', 'google-analytics-dashboard-for-wp' ) . '</a>',
887
+ ) );
888
+ } else if ( ExactMetrics()->license->is_site_licensed() && ! ExactMetrics()->license->site_license_has_error() ) {
889
+ // Good to go: site licensed.
890
+ } else if ( ExactMetrics()->license->is_network_licensed() && ! ExactMetrics()->license->network_license_has_error() ) {
891
+ // Good to go: network licensed.
892
+ } else {
893
+ wp_send_json_error( array( 'message' => __( "You can't view ExactMetrics reports due to license key errors.", 'google-analytics-dashboard-for-wp' ) ) );
894
+ }
895
+ }
896
+
897
+ // We do not have a current auth.
898
+ $site_auth = ExactMetrics()->auth->get_viewname();
899
+ $ms_auth = is_multisite() && ExactMetrics()->auth->get_network_viewname();
900
+ if ( ! $site_auth && ! $ms_auth ) {
901
+ wp_send_json_error( array( 'message' => __( 'You must authenticate with ExactMetrics before you can view reports.', 'google-analytics-dashboard-for-wp' ) ) );
902
+ }
903
+
904
+ $report_name = isset( $_POST['report'] ) ? sanitize_text_field( wp_unslash( $_POST['report'] ) ) : '';
905
+
906
+ if ( empty( $report_name ) ) {
907
+ wp_send_json_error( array( 'message' => __( 'Unknown report. Try refreshing and retrying. Contact support if this issue persists.', 'google-analytics-dashboard-for-wp' ) ) );
908
+ }
909
+
910
+ $report = ExactMetrics()->reporting->get_report( $report_name );
911
+
912
+ $isnetwork = ! empty( $_REQUEST['isnetwork'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) : '';
913
+ $start = ! empty( $_POST['start'] ) ? sanitize_text_field( wp_unslash( $_POST['start'] ) ) : $report->default_start_date();
914
+ $end = ! empty( $_POST['end'] ) ? sanitize_text_field( wp_unslash( $_POST['end'] ) ) : $report->default_end_date();
915
+
916
+ $args = array(
917
+ 'start' => $start,
918
+ 'end' => $end,
919
+ );
920
+
921
+ if ( $isnetwork ) {
922
+ $args['network'] = true;
923
+ }
924
+
925
+ if ( exactmetrics_is_pro_version() && ! ExactMetrics()->license->license_can( $report->level ) ) {
926
+ $data = array(
927
+ 'success' => false,
928
+ 'error' => 'license_level',
929
+ );
930
+ } else {
931
+ $data = apply_filters( 'exactmetrics_vue_reports_data', $report->get_data( $args ), $report_name, $report );
932
+ }
933
+
934
+ if ( ! empty( $data['success'] ) && ! empty( $data['data'] ) ) {
935
+ wp_send_json_success( $data['data'] );
936
+ } else if ( isset( $data['success'] ) && false === $data['success'] && ! empty( $data['error'] ) ) {
937
+ // Use a custom handler for invalid_grant errors.
938
+ if ( strpos( $data['error'], 'invalid_grant' ) > 0 ) {
939
+ wp_send_json_error(
940
+ array(
941
+ 'message' => 'invalid_grant',
942
+ 'footer' => '',
943
+ )
944
+ );
945
+ }
946
+
947
+ wp_send_json_error(
948
+ array(
949
+ 'message' => $data['error'],
950
+ 'footer' => isset( $data['data']['footer'] ) ? $data['data']['footer'] : '',
951
+ )
952
+ );
953
+ }
954
+
955
+ wp_send_json_error( array( 'message' => __( 'We encountered an error when fetching the report data.', 'google-analytics-dashboard-for-wp' ) ) );
956
+
957
+ }
958
+
959
+ /**
960
+ * Install plugins which are not addons.
961
+ */
962
+ public function install_plugin() {
963
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
964
+
965
+ if ( ! exactmetrics_can_install_plugins() ) {
966
+ wp_send_json( array(
967
+ 'error' => esc_html__( 'You are not allowed to install plugins', 'google-analytics-dashboard-for-wp' ),
968
+ ) );
969
+ }
970
+
971
+ $slug = isset( $_POST['slug'] ) ? sanitize_text_field( wp_unslash( $_POST['slug'] ) ) : false;
972
+
973
+ if ( ! $slug ) {
974
+ wp_send_json( array(
975
+ 'message' => esc_html__( 'Missing plugin name.', 'google-analytics-dashboard-for-wp' ),
976
+ ) );
977
+ }
978
+
979
+ include_once ABSPATH . 'wp-admin/includes/plugin-install.php';
980
+
981
+ $api = plugins_api( 'plugin_information', array(
982
+ 'slug' => $slug,
983
+ 'fields' => array(
984
+ 'short_description' => false,
985
+ 'sections' => false,
986
+ 'requires' => false,
987
+ 'rating' => false,
988
+ 'ratings' => false,
989
+ 'downloaded' => false,
990
+ 'last_updated' => false,
991
+ 'added' => false,
992
+ 'tags' => false,
993
+ 'compatibility' => false,
994
+ 'homepage' => false,
995
+ 'donate_link' => false,
996
+ ),
997
+ ) );
998
+
999
+ if ( is_wp_error( $api ) ) {
1000
+ return $api->get_error_message();
1001
+ }
1002
+
1003
+ $download_url = $api->download_link;
1004
+
1005
+ $method = '';
1006
+ $url = add_query_arg(
1007
+ array(
1008
+ 'page' => 'exactmetrics-settings',
1009
+ ),
1010
+ admin_url( 'admin.php' )
1011
+ );
1012
+ $url = esc_url( $url );
1013
+
1014
+ ob_start();
1015
+ if ( false === ( $creds = request_filesystem_credentials( $url, $method, false, false, null ) ) ) {
1016
+ $form = ob_get_clean();
1017
+
1018
+ wp_send_json( array( 'form' => $form ) );
1019
+ }
1020
+
1021
+ // If we are not authenticated, make it happen now.
1022
+ if ( ! WP_Filesystem( $creds ) ) {
1023
+ ob_start();
1024
+ request_filesystem_credentials( $url, $method, true, false, null );
1025
+ $form = ob_get_clean();
1026
+
1027
+ wp_send_json( array( 'form' => $form ) );
1028
+
1029
+ }
1030
+
1031
+ // We do not need any extra credentials if we have gotten this far, so let's install the plugin.
1032
+ exactmetrics_require_upgrader();
1033
+
1034
+ // Prevent language upgrade in ajax calls.
1035
+ remove_action( 'upgrader_process_complete', array( 'Language_Pack_Upgrader', 'async_upgrade' ), 20 );
1036
+ // Create the plugin upgrader with our custom skin.
1037
+ $installer = new ExactMetrics_Plugin_Upgrader( new ExactMetrics_Skin() );
1038
+ $installer->install( $download_url );
1039
+
1040
+ // Flush the cache and return the newly installed plugin basename.
1041
+ wp_cache_flush();
1042
+ wp_send_json_success();
1043
+
1044
+ wp_die();
1045
+ }
1046
+
1047
+ /**
1048
+ * Store that the first run notice has been dismissed so it doesn't show up again.
1049
+ */
1050
+ public function dismiss_first_time_notice() {
1051
+
1052
+ exactmetrics_update_option( 'exactmetrics_first_run_notice', true );
1053
+
1054
+ wp_send_json_success();
1055
+ }
1056
+
1057
+ /**
1058
+ * Get the notice status by id.
1059
+ */
1060
+ public function get_notice_status() {
1061
+
1062
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
1063
+
1064
+ $notice_id = empty( $_POST['notice'] ) ? false : sanitize_text_field( wp_unslash( $_POST['notice'] ) );
1065
+ if ( ! $notice_id ) {
1066
+ wp_send_json_error();
1067
+ }
1068
+ $is_dismissed = ExactMetrics()->notices->is_dismissed( $notice_id );
1069
+
1070
+ wp_send_json_success( array(
1071
+ 'dismissed' => $is_dismissed,
1072
+ ) );
1073
+ }
1074
+
1075
+ /**
1076
+ * Dismiss notices by id.
1077
+ */
1078
+ public function dismiss_notice() {
1079
+
1080
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
1081
+
1082
+ $notice_id = empty( $_POST['notice'] ) ? false : sanitize_text_field( wp_unslash( $_POST['notice'] ) );
1083
+ if ( ! $notice_id ) {
1084
+ wp_send_json_error();
1085
+ }
1086
+ ExactMetrics()->notices->dismiss( $notice_id );
1087
+
1088
+ wp_send_json_success();
1089
+ }
1090
+
1091
+ /**
1092
+ * Retrieve posts/pages
1093
+ *
1094
+ * @access admin
1095
+ * @since 3.0.0
1096
+ */
1097
+ public function get_posts() {
1098
+
1099
+ // Run a security check first.
1100
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
1101
+
1102
+ $post_type = isset( $_POST['post_type'] ) ? sanitize_text_field( wp_unslash( $_POST['post_type'] ) ) : 'any';
1103
+
1104
+ $args = array(
1105
+ 's' => isset( $_POST['keyword'] ) ? sanitize_text_field( wp_unslash( $_POST['keyword'] ) ) : '',
1106
+ 'post_type' => $post_type,
1107
+ 'posts_per_page' => isset( $_POST['numberposts'] ) ? sanitize_text_field( wp_unslash( $_POST['numberposts'] ) ) : 10,
1108
+ 'orderby' => 'relevance',
1109
+ );
1110
+
1111
+ $array = array();
1112
+ $posts = get_posts( $args );
1113
+
1114
+ if ( in_array( $post_type, array( 'page', 'any' ), true ) ) {
1115
+ $homepage = get_option( 'page_on_front' );
1116
+ if ( ! $homepage ) {
1117
+ $array[] = array(
1118
+ 'id' => - 1,
1119
+ 'title' => __( 'Homepage', 'google-analytics-dashboard-for-wp' ),
1120
+ );
1121
+ }
1122
+ }
1123
+
1124
+ if ( $posts ) {
1125
+ foreach ( $posts as $post ) {
1126
+ $array[] = array(
1127
+ 'id' => $post->ID,
1128
+ 'title' => $post->post_title,
1129
+ );
1130
+ }
1131
+ }
1132
+
1133
+ wp_send_json_success( $array );
1134
+ }
1135
+
1136
+ /**
1137
+ * Search for taxonomy terms.
1138
+ *
1139
+ * @access admin
1140
+ * @since 3.0.0
1141
+ */
1142
+ public function get_taxonomy_terms() {
1143
+
1144
+ // Run a security check first.
1145
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
1146
+
1147
+ $keyword = isset( $_POST['keyword'] ) ? sanitize_text_field( wp_unslash( $_POST['keyword'] ) ) : '';
1148
+ $taxonomy = isset( $_POST['taxonomy'] ) ? sanitize_text_field( wp_unslash( $_POST['taxonomy'] ) ) : 'category';
1149
+
1150
+ $args = array(
1151
+ 'taxonomy' => array( $taxonomy ),
1152
+ 'hide_empty' => false,
1153
+ 'name__like' => $keyword,
1154
+ );
1155
+
1156
+ $terms = get_terms( $args );
1157
+ $array = array();
1158
+
1159
+ if ( ! empty( $terms ) ) {
1160
+ foreach ( $terms as $term ) {
1161
+ $array[] = array(
1162
+ 'id' => esc_attr( $term->term_id ),
1163
+ 'text' => esc_attr( $term->name ),
1164
+ );
1165
+ }
1166
+ }
1167
+
1168
+ wp_send_json_success( $array );
1169
+ }
1170
+
1171
+ /**
1172
+ * Get the post types in a name => Label array.
1173
+ */
1174
+ public function get_post_types() {
1175
+
1176
+ // Run a security check first.
1177
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
1178
+
1179
+ $post_types_args = array(
1180
+ 'public' => true,
1181
+ );
1182
+ $post_types = get_post_types( $post_types_args, 'objects' );
1183
+
1184
+ $post_types_parsed = array();
1185
+
1186
+ foreach ( $post_types as $post_type ) {
1187
+ // Exclude post types that don't support the content editor.
1188
+ // Exclude the WooCommerce product post type as that doesn't use the "the_content" filter and we can't auto-add popular posts to it.
1189
+ if ( ! post_type_supports( $post_type->name, 'editor' ) || 'product' === $post_type->name ) {
1190
+ continue;
1191
+ }
1192
+ $post_types_parsed[ $post_type->name ] = $post_type->labels->singular_name;
1193
+ }
1194
+
1195
+ $post_types_parsed = apply_filters( 'exactmetrics_vue_post_types_editor', $post_types_parsed );
1196
+
1197
+ wp_send_json( $post_types_parsed );
1198
+
1199
+ }
1200
+
1201
+
1202
+ public function check_popular_posts_report() {
1203
+
1204
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
1205
+
1206
+ if ( ! current_user_can( 'exactmetrics_view_dashboard' ) ) {
1207
+ wp_send_json_error( array( 'message' => __( "You don't have permission to view ExactMetrics reports.", 'google-analytics-dashboard-for-wp' ) ) );
1208
+ }
1209
+
1210
+ if ( ! empty( $_REQUEST['isnetwork'] ) && $_REQUEST['isnetwork'] ) {
1211
+ define( 'WP_NETWORK_ADMIN', true );
1212
+ }
1213
+ $settings_page = admin_url( 'admin.php?page=exactmetrics_settings' );
1214
+
1215
+ // Only for Pro users, require a license key to be entered first so we can link to things.
1216
+ if ( exactmetrics_is_pro_version() ) {
1217
+ if ( ! ExactMetrics()->license->is_site_licensed() && ! ExactMetrics()->license->is_network_licensed() ) {
1218
+ wp_send_json_error( array(
1219
+ 'message' => __( "You can't view ExactMetrics reports because you are not licensed.", 'google-analytics-dashboard-for-wp' ),
1220
+ 'footer' => '<a href="' . $settings_page . '">' . __( 'Add your license', 'google-analytics-dashboard-for-wp' ) . '</a>',
1221
+ ) );
1222
+ } else if ( ExactMetrics()->license->is_site_licensed() && ! ExactMetrics()->license->site_license_has_error() ) {
1223
+ // Good to go: site licensed.
1224
+ } else if ( ExactMetrics()->license->is_network_licensed() && ! ExactMetrics()->license->network_license_has_error() ) {
1225
+ // Good to go: network licensed.
1226
+ } else {
1227
+ wp_send_json_error( array( 'message' => __( 'You can\'t view ExactMetrics reports due to license key errors.', 'google-analytics-dashboard-for-wp' ) ) );
1228
+ }
1229
+ }
1230
+
1231
+ // We do not have a current auth.
1232
+ $site_auth = ExactMetrics()->auth->get_viewname();
1233
+ $ms_auth = is_multisite() && ExactMetrics()->auth->get_network_viewname();
1234
+ if ( ! $site_auth && ! $ms_auth ) {
1235
+ wp_send_json_error( array( 'message' => __( 'You must authenticate with ExactMetrics before you can view reports.', 'google-analytics-dashboard-for-wp' ) ) );
1236
+ }
1237
+
1238
+ $report_name = 'popularposts';
1239
+
1240
+ if ( empty( $report_name ) ) {
1241
+ wp_send_json_error( array( 'message' => __( 'Unknown report. Try refreshing and retrying. Contact support if this issue persists.', 'google-analytics-dashboard-for-wp' ) ) );
1242
+ }
1243
+
1244
+ $report = ExactMetrics()->reporting->get_report( $report_name );
1245
+
1246
+ $isnetwork = ! empty( $_REQUEST['isnetwork'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) : '';
1247
+ $start = ! empty( $_POST['start'] ) ? sanitize_text_field( wp_unslash( $_POST['start'] ) ) : $report->default_start_date();
1248
+ $end = ! empty( $_POST['end'] ) ? sanitize_text_field( wp_unslash( $_POST['end'] ) ) : $report->default_end_date();
1249
+
1250
+ $args = array(
1251
+ 'start' => $start,
1252
+ 'end' => $end,
1253
+ );
1254
+
1255
+ if ( $isnetwork ) {
1256
+ $args['network'] = true;
1257
+ }
1258
+
1259
+ if ( exactmetrics_is_pro_version() && ! ExactMetrics()->license->license_can( $report->level ) ) {
1260
+ $data = array(
1261
+ 'success' => false,
1262
+ 'error' => 'license_level',
1263
+ );
1264
+ } else {
1265
+ $data = apply_filters( 'exactmetrics_vue_reports_data', $report->get_data( $args ), $report_name, $report );
1266
+ }
1267
+
1268
+ if ( ! empty( $data['success'] ) && ! empty( $data['data'] ) ) {
1269
+ wp_send_json_success( $data['data'] );
1270
+ } else if ( isset( $data['success'] ) && false === $data['success'] && ! empty( $data['error'] ) ) {
1271
+ // Use a custom handler for invalid_grant errors.
1272
+ if ( strpos( $data['error'], 'invalid_grant' ) > 0 ) {
1273
+ wp_send_json_error(
1274
+ array(
1275
+ 'message' => 'invalid_grant',
1276
+ 'footer' => '',
1277
+ )
1278
+ );
1279
+ }
1280
+
1281
+ wp_send_json_error(
1282
+ array(
1283
+ 'message' => $data['error'],
1284
+ 'footer' => isset( $data['data']['footer'] ) ? $data['data']['footer'] : '',
1285
+ )
1286
+ );
1287
+ }
1288
+
1289
+ wp_send_json_error( array( 'message' => __( 'We encountered an error when fetching the report data.', 'google-analytics-dashboard-for-wp' ) ) );
1290
+
1291
+ }
1292
+
1293
+ /**
1294
+ * Ajax handler for popular posts theme customization settings.
1295
+ * Specific theme styles are stored separately so we can handle 20+ themes with their specific settings.
1296
+ */
1297
+ public function update_popular_posts_theme_setting() {
1298
+
1299
+ check_ajax_referer( 'mi-admin-nonce', 'nonce' );
1300
+
1301
+ if ( ! current_user_can( 'exactmetrics_save_settings' ) ) {
1302
+ return;
1303
+ }
1304
+
1305
+ if ( ! empty( $_POST['type'] ) && ! empty( $_POST['theme'] ) && ! empty( $_POST['object'] ) && ! empty( $_POST['key'] ) && ! empty( $_POST['value'] ) ) {
1306
+ $settings_key = 'exactmetrics_popular_posts_theme_settings';
1307
+ $type = sanitize_text_field( wp_unslash( $_POST['type'] ) ); // Type of Popular Posts instance: inline/widget/products.
1308
+ $theme = sanitize_text_field( wp_unslash( $_POST['theme'] ) );
1309
+ $object = sanitize_text_field( wp_unslash( $_POST['object'] ) ); // Style object like title, label, background, etc.
1310
+ $key = sanitize_text_field( wp_unslash( $_POST['key'] ) ); // Style key for the object like color, font size, etc.
1311
+ $value = sanitize_text_field( wp_unslash( $_POST['value'] ) ); // Value of custom style like 12px or #fff.
1312
+ $settings = get_option( $settings_key, array() );
1313
+
1314
+ if ( ! isset( $settings[ $type ] ) ) {
1315
+ $settings[ $type ] = array();
1316
+ }
1317
+ if ( ! isset( $settings[ $type ][ $theme ] ) ) {
1318
+ $settings[ $type ][ $theme ] = array();
1319
+ }
1320
+
1321
+ if ( ! isset( $settings[ $type ][ $theme ][ $object ] ) ) {
1322
+ $settings[ $type ][ $theme ][ $object ] = array();
1323
+ }
1324
+
1325
+ $settings[ $type ][ $theme ][ $object ][ $key ] = $value;
1326
+
1327
+ update_option( $settings_key, $settings );
1328
+
1329
+ wp_send_json_success();
1330
+ }
1331
+
1332
+ wp_send_json_error();
1333
+
1334
+ }
1335
+ }
includes/auth.php CHANGED
@@ -1,498 +1,500 @@
1
- <?php
2
- /**
3
- * Auth class.
4
- *
5
- * Helper for auth.
6
- *
7
- * @since 7.0.0
8
- *
9
- * @package ExactMetrics
10
- * @subpackage Auth
11
- * @author Chris Christoff
12
- */
13
-
14
- // Exit if accessed directly
15
- if ( ! defined( 'ABSPATH' ) ) {
16
- exit;
17
- }
18
-
19
- final class ExactMetrics_Auth {
20
-
21
- private $profile = array();
22
- private $network = array();
23
-
24
- /**
25
- * Primary class constructor.
26
- *
27
- * @access public
28
- * @since 7.0.0
29
- */
30
- public function __construct() {
31
- $this->profile = $this->get_analytics_profile();
32
- $this->network = $this->get_network_analytics_profile();
33
- }
34
-
35
- public function is_manual( $type = false ) {
36
- $result = ! empty( $this->profile['manual'] );
37
-
38
- if ( ! $result || empty( $type ) ) {
39
- return $result;
40
- }
41
-
42
- return $type === 'ua'
43
- ? exactmetrics_is_valid_ua( $this->profile['manual'] )
44
- : exactmetrics_is_valid_v4_id( $this->profile['manual'] );
45
- }
46
-
47
- public function is_network_manual( $type = false ) {
48
- $result = ! empty( $this->network['manual'] );
49
-
50
- if ( ! $result || empty( $type ) ) {
51
- return $result;
52
- }
53
-
54
- return $type === 'ua'
55
- ? exactmetrics_is_valid_ua( $this->network['manual'] )
56
- : exactmetrics_is_valid_v4_id( $this->network['manual'] );
57
- }
58
-
59
- public function is_authed( $type = false ) {
60
- $result = ! empty( $this->profile['key'] );
61
-
62
- if ( ! $result || empty( $type ) ) {
63
- return $result;
64
- }
65
-
66
- return $this->get_connected_type() === $type && ! empty( $this->profile[ $type ] );
67
- }
68
-
69
- public function is_network_authed( $type = false ) {
70
- $result = ! empty( $this->network['key'] );
71
-
72
- if ( ! $result || empty( $type ) ) {
73
- return $result;
74
- }
75
-
76
- return $this->get_connected_type() === $type && ! empty( $this->network[ $type ] );
77
- }
78
-
79
- public function get_analytics_profile( $force = false ) {
80
- if ( ! empty( $this->profile ) && ! $force ) {
81
- return $this->profile;
82
- } else {
83
- $profile = get_option( 'exactmetrics_site_profile', array() );
84
- $this->profile = $profile;
85
- return $profile;
86
- }
87
- }
88
-
89
- public function get_network_analytics_profile( $force = false ) {
90
- if ( ! empty( $this->network ) && ! $force ) {
91
- return $this->network;
92
- } else {
93
- $profile = get_site_option( 'exactmetrics_network_profile', array() );
94
- $this->network = $profile;
95
- return $profile;
96
- }
97
- }
98
-
99
- public function set_analytics_profile( $data = array() ){
100
- update_option( 'exactmetrics_site_profile', $data );
101
- $this->profile = $data;
102
-
103
- // If this is the first time, save the date when they connected.
104
- $over_time = get_option( 'exactmetrics_over_time', array() );
105
- $needs_update = false;
106
- if ( exactmetrics_is_pro_version() && empty( $over_time['connected_date_pro'] ) ) {
107
- $over_time['connected_date_pro'] = time();
108
- $needs_update = true;
109
- }
110
- if ( ! exactmetrics_is_pro_version() && empty( $over_time['connected_date_lite'] ) ) {
111
- $over_time['connected_date_lite'] = time();
112
- $needs_update = true;
113
- }
114
- if ( $needs_update ) {
115
- update_option( 'exactmetrics_over_time', $over_time, false );
116
- }
117
- }
118
-
119
- public function set_network_analytics_profile( $data = array() ){
120
- update_site_option( 'exactmetrics_network_profile', $data );
121
- $this->network = $data;
122
- }
123
-
124
- public function delete_analytics_profile( $migrate = true ){
125
- if ( $migrate ) {
126
- $newdata = array();
127
- if ( isset( $this->profile['ua'] ) ) {
128
- $newdata['manual'] = $this->profile['ua'];
129
- }
130
- if ( isset( $this->profile['v4'] ) ) {
131
- $newdata['manual_v4'] = $this->profile['v4'];
132
- }
133
- $this->profile = $newdata;
134
- $this->set_analytics_profile( $newdata );
135
- } else {
136
- $this->profile = array();
137
- delete_option( 'exactmetrics_site_profile' );
138
- }
139
- }
140
-
141
- public function delete_network_analytics_profile( $migrate = true ){
142
- if ( $migrate ) {
143
- $newdata = array();
144
- if ( isset( $this->network['ua'] ) ) {
145
- $newdata['manual'] = $this->network['ua'];
146
- }
147
- if ( isset( $this->network['v4'] ) ) {
148
- $newdata['manual_v4'] = $this->network['v4'];
149
- }
150
- $this->network = $newdata;
151
- $this->set_network_analytics_profile( $newdata );
152
- } else {
153
- $this->network = array();
154
- delete_site_option( 'exactmetrics_network_profile' );
155
- }
156
- }
157
-
158
- public function set_manual_ua( $ua = '' ) {
159
- if ( empty( $ua ) ) {
160
- return;
161
- }
162
-
163
- if ( $this->is_authed() ) {
164
- ExactMetrics()->api_auth->delete_auth();
165
- }
166
-
167
- $data = array();
168
- if ( empty( $this->profile ) ) {
169
- $data['manual'] = $ua;
170
- } else {
171
- $data = $this->profile;
172
- $data['manual'] = $ua;
173
- }
174
-
175
- do_action( 'exactmetrics_reports_delete_aggregate_data' );
176
-
177
- $this->profile = $data;
178
- $this->set_analytics_profile( $data );
179
- }
180
-
181
- /**
182
- * @param string $id
183
- * @param array $data
184
- * @param bool $is_manual_ua
185
- * @param bool $is_manual_v4
186
- * @param bool $is_authed_ua
187
- * @param bool $is_authed_v4
188
- *
189
- * @return false|array
190
- */
191
- private function prepare_dual_tracking_data( $id, $data, $is_manual_ua, $is_manual_v4, $is_authed_ua, $is_authed_v4 ) {
192
- if ( empty( $id ) ) {
193
- $key = false;
194
-
195
- if ( $is_manual_ua || $is_manual_v4 ) {
196
- $key = $is_manual_ua ? 'manual_v4' : 'manual';
197
- } elseif ( $is_authed_ua || $is_authed_v4 ) {
198
- $key = $is_authed_ua ? 'v4' : 'ua';
199
- }
200
-
201
- if ( $key && ! empty( $data[ $key ] ) ) {
202
- unset( $data[ $key ] );
203
- }
204
- } else {
205
- $is_dual_tracking_id_v4 = exactmetrics_is_valid_v4_id( $id );
206
- $is_dual_tracking_id_ua = exactmetrics_is_valid_ua( $id );
207
-
208
- $is_valid_dual_tracking_id = ( $is_dual_tracking_id_ua && ( $is_manual_v4 || $is_authed_v4 ) ) ||
209
- ( $is_dual_tracking_id_v4 && ( $is_manual_ua || $is_authed_ua ) );
210
-
211
- if ( ! $is_valid_dual_tracking_id ) {
212
- return false;
213
- }
214
-
215
- if ( $is_manual_ua || $is_manual_v4 ) {
216
- $key = $is_dual_tracking_id_v4 ? 'manual_v4' : 'manual';
217
- } else {
218
- $key = $is_dual_tracking_id_v4 ? 'v4' : 'ua';
219
- }
220
-
221
- $data[ $key ] = $id;
222
- }
223
-
224
- return $data;
225
- }
226
-
227
- public function set_dual_tracking_id ( $id = '' ) {
228
- $data = empty( $this->profile ) ? array() : $this->profile;
229
-
230
- $is_manual_ua = $this->is_manual( 'ua' );
231
- $is_manual_v4 = $this->is_manual( 'v4' );
232
- $is_authed_ua = $this->is_authed( 'ua' );
233
- $is_authed_v4 = $this->is_authed( 'v4' );
234
-
235
- $prepared_data = $this->prepare_dual_tracking_data( $id, $data, $is_manual_ua, $is_manual_v4, $is_authed_ua, $is_authed_v4 );
236
- if ( $prepared_data === false ) {
237
- return;
238
- }
239
-
240
- $this->profile = $prepared_data;
241
- $this->set_analytics_profile( $prepared_data );
242
- }
243
-
244
- public function set_network_dual_tracking_id ( $id = '' ) {
245
- $data = empty( $this->network ) ? array() : $this->network;
246
-
247
- $is_manual_ua = $this->is_network_manual( 'ua' );
248
- $is_manual_v4 = $this->is_network_manual( 'v4' );
249
- $is_authed_ua = $this->is_network_authed( 'ua' );
250
- $is_authed_v4 = $this->is_network_authed( 'v4' );
251
-
252
- $prepared_data = $this->prepare_dual_tracking_data( $id, $data, $is_manual_ua, $is_manual_v4, $is_authed_ua, $is_authed_v4 );
253
- if ( $prepared_data === false ) {
254
- return;
255
- }
256
-
257
- $this->network = $prepared_data;
258
- $this->set_network_analytics_profile( $prepared_data );
259
- }
260
-
261
- public function set_manual_v4_id( $v4 = '' ) {
262
- if ( empty( $v4 ) ) {
263
- return;
264
- }
265
-
266
- if ( $this->is_authed() ) {
267
- ExactMetrics()->api_auth->delete_auth();
268
- }
269
-
270
- $data = array();
271
- if ( empty( $this->profile ) ) {
272
- $data['manual_v4'] = $v4;
273
- } else {
274
- $data = $this->profile;
275
- $data['manual_v4'] = $v4;
276
- }
277
-
278
- do_action( 'exactmetrics_reports_delete_aggregate_data' );
279
-
280
- $this->profile = $data;
281
- $this->set_analytics_profile( $data );
282
- }
283
-
284
- public function set_network_manual_ua( $ua = '' ) {
285
- if ( empty( $ua ) ) {
286
- return;
287
- }
288
-
289
- if ( $this->is_network_authed() ) {
290
- ExactMetrics()->api_auth->delete_auth();
291
- }
292
-
293
- $data = array();
294
- if ( empty( $this->network ) ) {
295
- $data['manual'] = $ua;
296
- } else {
297
- $data = $this->network;
298
- $data['manual'] = $ua;
299
- }
300
-
301
- do_action( 'exactmetrics_reports_delete_network_aggregate_data' );
302
-
303
- $this->network = $data;
304
- $this->set_network_analytics_profile( $data );
305
- }
306
-
307
- public function set_network_manual_v4_id( $v4 = '' ) {
308
- if ( empty( $v4 ) ) {
309
- return;
310
- }
311
-
312
- if ( $this->is_network_authed() ) {
313
- ExactMetrics()->api_auth->delete_auth();
314
- }
315
-
316
- $data = array();
317
- if ( empty( $this->network ) ) {
318
- $data['manual_v4'] = $v4;
319
- } else {
320
- $data = $this->network;
321
- $data['manual_v4'] = $v4;
322
- }
323
-
324
- do_action( 'exactmetrics_reports_delete_network_aggregate_data' );
325
-
326
- $this->network = $data;
327
- $this->set_network_analytics_profile( $data );
328
- }
329
-
330
- public function get_measurement_protocol_secret() {
331
- return ! empty( $this->profile['measurement_protocol_secret'] ) ? $this->profile['measurement_protocol_secret'] : '';
332
- }
333
-
334
- public function get_network_measurement_protocol_secret() {
335
- return ! empty( $this->network['measurement_protocol_secret'] ) ? $this->network['measurement_protocol_secret'] : '';
336
- }
337
-
338
- public function set_measurement_protocol_secret( $value ) {
339
- $data = array();
340
- if ( empty( $this->profile ) ) {
341
- $data['measurement_protocol_secret'] = $value;
342
- } else {
343
- $data = $this->profile;
344
- $data['measurement_protocol_secret'] = $value;
345
- }
346
-
347
- $this->profile = $data;
348
- $this->set_analytics_profile( $data );
349
- }
350
-
351
- public function set_network_measurement_protocol_secret( $value ) {
352
- $data = array();
353
- if ( empty( $this->network ) ) {
354
- $data['measurement_protocol_secret'] = $value;
355
- } else {
356
- $data = $this->network;
357
- $data['measurement_protocol_secret'] = $value;
358
- }
359
-
360
- $this->network = $data;
361
- $this->set_network_analytics_profile( $data );
362
- }
363
-
364
- public function delete_manual_ua() {
365
- if ( ! empty( $this->profile ) && ! empty( $this->profile['manual'] ) ) {
366
- unset( $this->profile['manual'] );
367
- $this->set_analytics_profile( $this->profile );
368
- }
369
- }
370
-
371
- public function delete_network_manual_ua() {
372
- if ( ! empty( $this->network ) && ! empty( $this->network['manual'] ) ) {
373
- unset( $this->network['manual'] );
374
- $this->set_network_analytics_profile( $this->network );
375
- }
376
- }
377
-
378
- public function delete_manual_v4_id() {
379
- if ( ! empty( $this->profile ) && ! empty( $this->profile['manual_v4'] ) ) {
380
- unset( $this->profile['manual_v4'] );
381
- $this->set_analytics_profile( $this->profile );
382
- }
383
- }
384
-
385
- public function delete_network_manual_v4_id() {
386
- if ( ! empty( $this->network ) && ! empty( $this->network['manual_v4'] ) ) {
387
- unset( $this->network['manual_v4'] );
388
- $this->set_network_analytics_profile( $this->network );
389
- }
390
- }
391
-
392
- public function get_connected_type() {
393
- return empty( $this->profile['connectedtype'] ) ? 'ua' : $this->profile['connectedtype'];
394
- }
395
-
396
- public function get_manual_ua() {
397
- return ! empty( $this->profile['manual'] ) ? exactmetrics_is_valid_ua( $this->profile['manual'] ) : '';
398
- }
399
-
400
- public function get_manual_v4_id() {
401
- return ! empty( $this->profile['manual_v4'] ) ? exactmetrics_is_valid_v4_id( $this->profile['manual_v4'] ) : '';
402
- }
403
-
404
- public function get_network_manual_ua() {
405
- return ! empty( $this->network['manual'] ) ? exactmetrics_is_valid_ua( $this->network['manual'] ) : '';
406
- }
407
-
408
- public function get_network_manual_v4_id() {
409
- return ! empty( $this->network['manual_v4'] ) ? exactmetrics_is_valid_v4_id( $this->network['manual_v4'] ) : '';
410
- }
411
-
412
- public function get_ua() {
413
- return ! empty( $this->profile['ua'] ) ? exactmetrics_is_valid_ua( $this->profile['ua'] ) : '';
414
- }
415
-
416
- public function get_v4_id() {
417
- return ! empty( $this->profile['v4'] ) ? exactmetrics_is_valid_v4_id( $this->profile['v4'] ) : '';
418
- }
419
-
420
- public function get_network_ua() {
421
- return ! empty( $this->network['ua'] ) ? exactmetrics_is_valid_ua( $this->network['ua'] ) : '';
422
- }
423
-
424
- public function get_network_v4_id() {
425
- return ! empty( $this->network['v4'] ) ? exactmetrics_is_valid_v4_id( $this->network['v4'] ) : '';
426
- }
427
-
428
- public function get_viewname(){
429
- return ! empty( $this->profile['viewname'] ) ? $this->profile['viewname'] : '';
430
- }
431
-
432
- public function get_network_viewname(){
433
- return ! empty( $this->network['viewname'] ) ? $this->network['viewname'] : '';
434
- }
435
-
436
- public function get_accountid(){
437
- return ! empty( $this->profile['a'] ) ? $this->profile['a'] : '';
438
- }
439
-
440
- public function get_network_accountid(){
441
- return ! empty( $this->network['a'] ) ? $this->network['a'] : '';
442
- }
443
-
444
- public function get_propertyid(){
445
- return ! empty( $this->profile['w'] ) ? $this->profile['w'] : '';
446
- }
447
-
448
- public function get_network_propertyid(){
449
- return ! empty( $this->network['w'] ) ? $this->network['w'] : '';
450
- }
451
-
452
- public function get_viewid(){ // also known as profileID
453
- return ! empty( $this->profile['p'] ) ? $this->profile['p'] : '';
454
- }
455
-
456
- public function get_network_viewid(){ // also known as profileID
457
- return ! empty( $this->network['p'] ) ? $this->network['p'] : '';
458
- }
459
-
460
- public function get_key(){
461
- return ! empty( $this->profile['key'] ) ? $this->profile['key'] : '';
462
- }
463
-
464
- public function get_network_key(){
465
- return ! empty( $this->network['key'] ) ? $this->network['key'] : '';
466
- }
467
-
468
- public function get_token(){
469
- return ! empty( $this->profile['token'] ) ? $this->profile['token'] : '';
470
- }
471
-
472
- public function get_network_token(){
473
- return ! empty( $this->network['token'] ) ? $this->network['token'] : '';
474
- }
475
-
476
- public function get_referral_url() {
477
- $auth = ExactMetrics()->auth;
478
-
479
- if ( $this->is_authed() ) {
480
- $acc_id = $auth->get_accountid();
481
- $view_id = $auth->get_viewid();
482
- $property_id = $auth->get_propertyid();
483
- } else if ( $this->is_network_authed() ) {
484
- $acc_id = $auth->get_network_accountid();
485
- $view_id = $auth->get_network_viewid();
486
- $property_id = $auth->get_network_propertyid();
487
- }
488
-
489
- if ( ! empty( $acc_id ) && ! empty( $view_id ) && ! empty( $property_id ) ) {
490
- $format = $auth->get_connected_type() === 'ua'
491
- ? 'a%sw%sp%s/'
492
- : 'p%2$s';
493
- return sprintf( $format, $acc_id, $property_id, $view_id );
494
- }
495
-
496
- return '';
497
- }
498
- }
 
 
1
+ <?php
2
+ /**
3
+ * Auth class.
4
+ *
5
+ * Helper for auth.
6
+ *
7
+ * @since 7.0.0
8
+ *
9
+ * @package ExactMetrics
10
+ * @subpackage Auth
11
+ * @author Chris Christoff
12
+ */
13
+
14
+ // Exit if accessed directly
15
+ if ( ! defined( 'ABSPATH' ) ) {
16
+ exit;
17
+ }
18
+
19
+ final class ExactMetrics_Auth {
20
+
21
+ private $profile = array();
22
+ private $network = array();
23
+
24
+ /**
25
+ * Primary class constructor.
26
+ *
27
+ * @access public
28
+ * @since 7.0.0
29
+ */
30
+ public function __construct() {
31
+ $this->profile = $this->get_analytics_profile();
32
+ $this->network = $this->get_network_analytics_profile();
33
+ }
34
+
35
+ public function is_manual( $type = false ) {
36
+ $result = ! empty( $this->profile['manual'] );
37
+
38
+ if ( ! $result || empty( $type ) ) {
39
+ return $result;
40
+ }
41
+
42
+ return $type === 'ua'
43
+ ? exactmetrics_is_valid_ua( $this->profile['manual'] )
44
+ : exactmetrics_is_valid_v4_id( $this->profile['manual'] );
45
+ }
46
+
47
+ public function is_network_manual( $type = false ) {
48
+ $result = ! empty( $this->network['manual'] );
49
+
50
+ if ( ! $result || empty( $type ) ) {
51
+ return $result;
52
+ }
53
+
54
+ return $type === 'ua'
55
+ ? exactmetrics_is_valid_ua( $this->network['manual'] )
56
+ : exactmetrics_is_valid_v4_id( $this->network['manual'] );
57
+ }
58
+
59
+ public function is_authed( $type = false ) {
60
+ $result = ! empty( $this->profile['key'] );
61
+
62
+ if ( ! $result || empty( $type ) ) {
63
+ return $result;
64
+ }
65
+
66
+ return $this->get_connected_type() === $type && ! empty( $this->profile[ $type ] );
67
+ }
68
+
69
+ public function is_network_authed( $type = false ) {
70
+ $result = ! empty( $this->network['key'] );
71
+
72
+ if ( ! $result || empty( $type ) ) {
73
+ return $result;
74
+ }
75
+
76
+ return $this->get_connected_type() === $type && ! empty( $this->network[ $type ] );
77
+ }
78
+
79
+ public function get_analytics_profile( $force = false ) {
80
+ if ( ! empty( $this->profile ) && ! $force ) {
81
+ return $this->profile;
82
+ } else {
83
+ $profile = get_option( 'exactmetrics_site_profile', array() );
84
+ $this->profile = $profile;
85
+ return $profile;
86
+ }
87
+ }
88
+
89
+ public function get_network_analytics_profile( $force = false ) {
90
+ if ( ! empty( $this->network ) && ! $force ) {
91
+ return $this->network;
92
+ } else {
93
+ $profile = get_site_option( 'exactmetrics_network_profile', array() );
94
+ $this->network = $profile;
95
+ return $profile;
96
+ }
97
+ }
98
+
99
+ public function set_analytics_profile( $data = array() ){
100
+ update_option( 'exactmetrics_site_profile', $data );
101
+ $this->profile = $data;
102
+
103
+ // If this is the first time, save the date when they connected.
104
+ $over_time = get_option( 'exactmetrics_over_time', array() );
105
+ $needs_update = false;
106
+ if ( exactmetrics_is_pro_version() && empty( $over_time['connected_date_pro'] ) ) {
107
+ $over_time['connected_date_pro'] = time();
108
+ $needs_update = true;
109
+ }
110
+ if ( ! exactmetrics_is_pro_version() && empty( $over_time['connected_date_lite'] ) ) {
111
+ $over_time['connected_date_lite'] = time();
112
+ $needs_update = true;
113
+ }
114
+ if ( $needs_update ) {
115
+ update_option( 'exactmetrics_over_time', $over_time, false );
116
+ }
117
+ }
118
+
119
+ public function set_network_analytics_profile( $data = array() ){
120
+ update_site_option( 'exactmetrics_network_profile', $data );
121
+ $this->network = $data;
122
+ }
123
+
124
+ public function delete_analytics_profile( $migrate = true ){
125
+ if ( $migrate ) {
126
+ $newdata = array();
127
+ if ( isset( $this->profile['ua'] ) ) {
128
+ $newdata['manual'] = $this->profile['ua'];
129
+ }
130
+ if ( isset( $this->profile['v4'] ) ) {
131
+ $newdata['manual_v4'] = $this->profile['v4'];
132
+ }
133
+ $this->profile = $newdata;
134
+ $this->set_analytics_profile( $newdata );
135
+ } else {
136
+ $this->profile = array();
137
+ delete_option( 'exactmetrics_site_profile' );
138
+ }
139
+ }
140
+
141
+ public function delete_network_analytics_profile( $migrate = true ){
142
+ if ( $migrate ) {
143
+ $newdata = array();
144
+ if ( isset( $this->network['ua'] ) ) {
145
+ $newdata['manual'] = $this->network['ua'];
146
+ }
147
+ if ( isset( $this->network['v4'] ) ) {
148
+ $newdata['manual_v4'] = $this->network['v4'];
149
+ }
150
+ $this->network = $newdata;
151
+ $this->set_network_analytics_profile( $newdata );
152
+ } else {
153
+ $this->network = array();
154
+ delete_site_option( 'exactmetrics_network_profile' );
155
+ }
156
+ }
157
+
158
+ public function set_manual_ua( $ua = '' ) {
159
+ if ( empty( $ua ) ) {
160
+ return;
161
+ }
162
+
163
+ if ( $this->is_authed() ) {
164
+ ExactMetrics()->api_auth->delete_auth();
165
+ }
166
+
167
+ $data = array();
168
+ if ( empty( $this->profile ) ) {
169
+ $data['manual'] = $ua;
170
+ } else {
171
+ $data = $this->profile;
172
+ $data['manual'] = $ua;
173
+ }
174
+
175
+ do_action( 'exactmetrics_reports_delete_aggregate_data' );
176
+
177
+ $this->profile = $data;
178
+ $this->set_analytics_profile( $data );
179
+ }
180
+
181
+ /**
182
+ * @param string $id
183
+ * @param array $data
184
+ * @param bool $is_manual_ua
185
+ * @param bool $is_manual_v4
186
+ * @param bool $is_authed_ua
187
+ * @param bool $is_authed_v4
188
+ *
189
+ * @return false|array
190
+ */
191
+ private function prepare_dual_tracking_data( $id, $data, $is_manual_ua, $is_manual_v4, $is_authed_ua, $is_authed_v4 ) {
192
+ if ( empty( $id ) ) {
193
+ $key = false;
194
+
195
+ if ( $is_manual_ua || $is_manual_v4 ) {
196
+ $key = $is_manual_ua ? 'manual_v4' : 'manual';
197
+ } elseif ( $is_authed_ua || $is_authed_v4 ) {
198
+ $key = $is_authed_ua ? 'v4' : 'ua';
199
+ }
200
+
201
+ if ( $key && ! empty( $data[ $key ] ) ) {
202
+ unset( $data[ $key ] );
203
+ }
204
+ } else {
205
+ $is_dual_tracking_id_v4 = exactmetrics_is_valid_v4_id( $id );
206
+ $is_dual_tracking_id_ua = exactmetrics_is_valid_ua( $id );
207
+
208
+ $is_valid_dual_tracking_id = ( $is_dual_tracking_id_ua && ( $is_manual_v4 || $is_authed_v4 ) ) ||
209
+ ( $is_dual_tracking_id_v4 && ( $is_manual_ua || $is_authed_ua ) );
210
+
211
+ if ( ! $is_valid_dual_tracking_id ) {
212
+ return false;
213
+ }
214
+
215
+ if ( $is_manual_ua || $is_manual_v4 ) {
216
+ $key = $is_dual_tracking_id_v4 ? 'manual_v4' : 'manual';
217
+ } else {
218
+ $key = $is_dual_tracking_id_v4 ? 'v4' : 'ua';
219
+ }
220
+
221
+ $data[ $key ] = $id;
222
+ }
223
+
224
+ return $data;
225
+ }
226
+
227
+ public function set_dual_tracking_id ( $id = '' ) {
228
+ $data = empty( $this->profile ) ? array() : $this->profile;
229
+
230
+ $is_manual_ua = $this->is_manual( 'ua' );
231
+ $is_manual_v4 = $this->is_manual( 'v4' );
232
+ $is_authed_ua = $this->is_authed( 'ua' );
233
+ $is_authed_v4 = $this->is_authed( 'v4' );
234
+
235
+ $prepared_data = $this->prepare_dual_tracking_data( $id, $data, $is_manual_ua, $is_manual_v4, $is_authed_ua, $is_authed_v4 );
236
+ if ( $prepared_data === false ) {
237
+ return;
238
+ }
239
+
240
+ $this->profile = $prepared_data;
241
+ $this->set_analytics_profile( $prepared_data );
242
+ }
243
+
244
+ public function set_network_dual_tracking_id ( $id = '' ) {
245
+ $data = empty( $this->network ) ? array() : $this->network;
246
+
247
+ $is_manual_ua = $this->is_network_manual( 'ua' );
248
+ $is_manual_v4 = $this->is_network_manual( 'v4' );
249
+ $is_authed_ua = $this->is_network_authed( 'ua' );
250
+ $is_authed_v4 = $this->is_network_authed( 'v4' );
251
+
252
+ $prepared_data = $this->prepare_dual_tracking_data( $id, $data, $is_manual_ua, $is_manual_v4, $is_authed_ua, $is_authed_v4 );
253
+ if ( $prepared_data === false ) {
254
+ return;
255
+ }
256
+
257
+ $this->network = $prepared_data;
258
+ $this->set_network_analytics_profile( $prepared_data );
259
+ }
260
+
261
+ public function set_manual_v4_id( $v4 = '' ) {
262
+ if ( empty( $v4 ) ) {
263
+ return;
264
+ }
265
+
266
+ if ( $this->is_authed() ) {
267
+ ExactMetrics()->api_auth->delete_auth();
268
+ }
269
+
270
+ $data = array();
271
+ if ( empty( $this->profile ) ) {
272
+ $data['manual_v4'] = $v4;
273
+ } else {
274
+ $data = $this->profile;
275
+ $data['manual_v4'] = $v4;
276
+ }
277
+
278
+ do_action( 'exactmetrics_reports_delete_aggregate_data' );
279
+
280
+ $this->profile = $data;
281
+ $this->set_analytics_profile( $data );
282
+ }
283
+
284
+ public function set_network_manual_ua( $ua = '' ) {
285
+ if ( empty( $ua ) ) {
286
+ return;
287
+ }
288
+
289
+ if ( $this->is_network_authed() ) {
290
+ ExactMetrics()->api_auth->delete_auth();
291
+ }
292
+
293
+ $data = array();
294
+ if ( empty( $this->network ) ) {
295
+ $data['manual'] = $ua;
296
+ } else {
297
+ $data = $this->network;
298
+ $data['manual'] = $ua;
299
+ $data['network_manual_ua'] = $ua;
300
+ }
301
+
302
+ do_action( 'exactmetrics_reports_delete_network_aggregate_data' );
303
+
304
+ $this->network = $data;
305
+ $this->set_network_analytics_profile( $data );
306
+ }
307
+
308
+ public function set_network_manual_v4_id( $v4 = '' ) {
309
+ if ( empty( $v4 ) ) {
310
+ return;
311
+ }
312
+
313
+ if ( $this->is_network_authed() ) {
314
+ ExactMetrics()->api_auth->delete_auth();
315
+ }
316
+
317
+ $data = array();
318
+ if ( empty( $this->network ) ) {
319
+ $data['manual_v4'] = $v4;
320
+ } else {
321
+ $data = $this->network;
322
+ $data['manual_v4'] = $v4;
323
+ $data['network_manual_v4'] = $v4;
324
+ }
325
+
326
+ do_action( 'exactmetrics_reports_delete_network_aggregate_data' );
327
+
328
+ $this->network = $data;
329
+ $this->set_network_analytics_profile( $data );
330
+ }
331
+
332
+ public function get_measurement_protocol_secret() {
333
+ return ! empty( $this->profile['measurement_protocol_secret'] ) ? $this->profile['measurement_protocol_secret'] : '';
334
+ }
335
+
336
+ public function get_network_measurement_protocol_secret() {
337
+ return ! empty( $this->network['measurement_protocol_secret'] ) ? $this->network['measurement_protocol_secret'] : '';
338
+ }
339
+
340
+ public function set_measurement_protocol_secret( $value ) {
341
+ $data = array();
342
+ if ( empty( $this->profile ) ) {
343
+ $data['measurement_protocol_secret'] = $value;
344
+ } else {
345
+ $data = $this->profile;
346
+ $data['measurement_protocol_secret'] = $value;
347
+ }
348
+
349
+ $this->profile = $data;
350
+ $this->set_analytics_profile( $data );
351
+ }
352
+
353
+ public function set_network_measurement_protocol_secret( $value ) {
354
+ $data = array();
355
+ if ( empty( $this->network ) ) {
356
+ $data['measurement_protocol_secret'] = $value;
357
+ } else {
358
+ $data = $this->network;
359
+ $data['measurement_protocol_secret'] = $value;
360
+ }
361
+
362
+ $this->network = $data;
363
+ $this->set_network_analytics_profile( $data );
364
+ }
365
+
366
+ public function delete_manual_ua() {
367
+ if ( ! empty( $this->profile ) && ! empty( $this->profile['manual'] ) ) {
368
+ unset( $this->profile['manual'] );
369
+ $this->set_analytics_profile( $this->profile );
370
+ }
371
+ }
372
+
373
+ public function delete_network_manual_ua() {
374
+ if ( ! empty( $this->network ) && ! empty( $this->network['manual'] ) ) {
375
+ unset( $this->network['manual'] );
376
+ $this->set_network_analytics_profile( $this->network );
377
+ }
378
+ }
379
+
380
+ public function delete_manual_v4_id() {
381
+ if ( ! empty( $this->profile ) && ! empty( $this->profile['manual_v4'] ) ) {
382
+ unset( $this->profile['manual_v4'] );
383
+ $this->set_analytics_profile( $this->profile );
384
+ }
385
+ }
386
+
387
+ public function delete_network_manual_v4_id() {
388
+ if ( ! empty( $this->network ) && ! empty( $this->network['manual_v4'] ) ) {
389
+ unset( $this->network['manual_v4'] );
390
+ $this->set_network_analytics_profile( $this->network );
391
+ }
392
+ }
393
+
394
+ public function get_connected_type() {
395
+ return empty( $this->profile['connectedtype'] ) ? 'ua' : $this->profile['connectedtype'];
396
+ }
397
+
398
+ public function get_manual_ua() {
399
+ return ! empty( $this->profile['manual'] ) ? exactmetrics_is_valid_ua( $this->profile['manual'] ) : '';
400
+ }
401
+
402
+ public function get_manual_v4_id() {
403
+ return ! empty( $this->profile['manual_v4'] ) ? exactmetrics_is_valid_v4_id( $this->profile['manual_v4'] ) : '';
404
+ }
405
+
406
+ public function get_network_manual_ua() {
407
+ return ! empty( $this->network['network_manual_ua'] ) ? exactmetrics_is_valid_ua( $this->network['network_manual_ua'] ) : '';
408
+ }
409
+
410
+ public function get_network_manual_v4_id() {
411
+ return ! empty( $this->network['manual_v4'] ) ? exactmetrics_is_valid_v4_id( $this->network['manual_v4'] ) : '';
412
+ }
413
+
414
+ public function get_ua() {
415
+ return ! empty( $this->profile['ua'] ) ? exactmetrics_is_valid_ua( $this->profile['ua'] ) : '';
416
+ }
417
+
418
+ public function get_v4_id() {
419
+ return ! empty( $this->profile['v4'] ) ? exactmetrics_is_valid_v4_id( $this->profile['v4'] ) : '';
420
+ }
421
+
422
+ public function get_network_ua() {
423
+ return ! empty( $this->network['ua'] ) ? exactmetrics_is_valid_ua( $this->network['ua'] ) : '';
424
+ }
425
+
426
+ public function get_network_v4_id() {
427
+ return ! empty( $this->network['v4'] ) ? exactmetrics_is_valid_v4_id( $this->network['v4'] ) : '';
428
+ }
429
+
430
+ public function get_viewname(){
431
+ return ! empty( $this->profile['viewname'] ) ? $this->profile['viewname'] : '';
432
+ }
433
+
434
+ public function get_network_viewname(){
435
+ return ! empty( $this->network['viewname'] ) ? $this->network['viewname'] : '';
436
+ }
437
+
438
+ public function get_accountid(){
439
+ return ! empty( $this->profile['a'] ) ? $this->profile['a'] : '';
440
+ }
441
+
442
+ public function get_network_accountid(){
443
+ return ! empty( $this->network['a'] ) ? $this->network['a'] : '';
444
+ }
445
+
446
+ public function get_propertyid(){
447
+ return ! empty( $this->profile['w'] ) ? $this->profile['w'] : '';
448
+ }
449
+
450
+ public function get_network_propertyid(){
451
+ return ! empty( $this->network['w'] ) ? $this->network['w'] : '';
452
+ }
453
+
454
+ public function get_viewid(){ // also known as profileID
455
+ return ! empty( $this->profile['p'] ) ? $this->profile['p'] : '';
456
+ }
457
+
458
+ public function get_network_viewid(){ // also known as profileID
459
+ return ! empty( $this->network['p'] ) ? $this->network['p'] : '';
460
+ }
461
+
462
+ public function get_key(){
463
+ return ! empty( $this->profile['key'] ) ? $this->profile['key'] : '';
464
+ }
465
+
466
+ public function get_network_key(){
467
+ return ! empty( $this->network['key'] ) ? $this->network['key'] : '';
468
+ }
469
+
470
+ public function get_token(){
471
+ return ! empty( $this->profile['token'] ) ? $this->profile['token'] : '';
472
+ }
473
+
474
+ public function get_network_token(){
475
+ return ! empty( $this->network['token'] ) ? $this->network['token'] : '';
476
+ }
477
+
478
+ public function get_referral_url() {
479
+ $auth = ExactMetrics()->auth;
480
+
481
+ if ( $this->is_authed() ) {
482
+ $acc_id = $auth->get_accountid();
483
+ $view_id = $auth->get_viewid();
484
+ $property_id = $auth->get_propertyid();
485
+ } else if ( $this->is_network_authed() ) {
486
+ $acc_id = $auth->get_network_accountid();
487
+ $view_id = $auth->get_network_viewid();
488
+ $property_id = $auth->get_network_propertyid();
489
+ }
490
+
491
+ if ( ! empty( $acc_id ) && ! empty( $view_id ) && ! empty( $property_id ) ) {
492
+ $format = $auth->get_connected_type() === 'ua'
493
+ ? 'a%sw%sp%s/'
494
+ : 'p%2$s';
495
+ return sprintf( $format, $acc_id, $property_id, $view_id );
496
+ }
497
+
498
+ return '';
499
+ }
500
+ }
includes/popular-posts/class-popular-posts.php CHANGED
@@ -307,11 +307,11 @@ class ExactMetrics_Popular_Posts {
307
  }
308
  $posts = get_posts( $posts_args );
309
 
310
- $posts = $this->process_posts( $posts );
311
-
312
  $this->get_cache()->save_posts_to_cache( $posts_args, $posts );
313
  }
314
 
 
 
315
  return apply_filters( 'exactmetrics_popular_posts_posts', $posts );
316
 
317
  }
@@ -369,6 +369,7 @@ class ExactMetrics_Popular_Posts {
369
  $args = array(
370
  'numberposts' => $this->posts_count,
371
  'ignore_sticky_posts' => true,
 
372
  );
373
  $args = wp_parse_args( $this->query_args(), $args );
374
 
307
  }
308
  $posts = get_posts( $posts_args );
309
 
 
 
310
  $this->get_cache()->save_posts_to_cache( $posts_args, $posts );
311
  }
312
 
313
+ $posts = $this->process_posts( $posts );
314
+
315
  return apply_filters( 'exactmetrics_popular_posts_posts', $posts );
316
 
317
  }
369
  $args = array(
370
  'numberposts' => $this->posts_count,
371
  'ignore_sticky_posts' => true,
372
+ 'fields' => 'ids',
373
  );
374
  $args = wp_parse_args( $this->query_args(), $args );
375
 
languages/google-analytics-dashboard-for-wp.pot CHANGED
@@ -2,20 +2,20 @@
2
  # This file is distributed under the same license as the ExactMetrics Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: ExactMetrics Pro 7.3.4\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/monsterinsights-temp\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-02-10T19:26:11+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: google-analytics-dashboard-for-wp\n"
16
 
17
  #. Plugin Name of the plugin
18
- #: languages/vue.php:3484
19
  msgid "ExactMetrics Pro"
20
  msgstr ""
21
 
@@ -112,7 +112,7 @@ msgstr ""
112
  #: includes/admin/admin.php:34
113
  #: includes/admin/admin.php:42
114
  #: includes/admin/admin.php:222
115
- #: languages/vue.php:545
116
  msgid "Settings"
117
  msgstr ""
118
 
@@ -128,7 +128,7 @@ msgstr ""
128
 
129
  #: includes/admin/admin.php:39
130
  #: includes/admin/admin.php:130
131
- #: languages/vue.php:2305
132
  msgid "Reports"
133
  msgstr ""
134
 
@@ -138,7 +138,7 @@ msgstr ""
138
 
139
  #: includes/admin/admin.php:51
140
  #: languages/gutenberg.php:83
141
- #: languages/vue.php:1002
142
  msgid "Popular Posts"
143
  msgstr ""
144
 
@@ -191,7 +191,7 @@ msgstr ""
191
  #: includes/admin/admin.php:76
192
  #: includes/admin/notifications/notification-upgrade-to-pro-high-traffic.php:41
193
  #: includes/admin/notifications/notification-upgrade-to-pro.php:33
194
- #: languages/vue.php:1050
195
  msgid "Upgrade to Pro"
196
  msgstr ""
197
 
@@ -219,7 +219,7 @@ msgstr ""
219
 
220
  #: includes/admin/admin.php:212
221
  #: includes/admin/admin.php:215
222
- #: languages/vue.php:1026
223
  msgid "Support"
224
  msgstr ""
225
 
@@ -231,7 +231,7 @@ msgstr ""
231
  #: includes/admin/notifications/notification-upgrade-for-google-optimize.php:32
232
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:32
233
  #: includes/admin/reports/abstract-report.php:418
234
- #: languages/vue.php:1157
235
  msgid "Get ExactMetrics Pro"
236
  msgstr ""
237
 
@@ -241,12 +241,12 @@ msgid "Please rate %1$sExactMetrics%2$s on %3$s %4$sWordPress.org%5$s to help us
241
  msgstr ""
242
 
243
  #: includes/admin/admin.php:324
244
- #: languages/vue.php:1148
245
  msgid "Please Setup Website Analytics to See Audience Insights"
246
  msgstr ""
247
 
248
  #: includes/admin/admin.php:325
249
- #: languages/vue.php:1154
250
  msgid "Connect ExactMetrics and Setup Website Analytics"
251
  msgstr ""
252
 
@@ -261,12 +261,12 @@ msgstr ""
261
  #: includes/admin/notifications/notification-mobile-device-low-traffic.php:41
262
  #: includes/admin/notifications/notification-returning-visitors.php:43
263
  #: includes/admin/notifications/notification-traffic-dropping.php:43
264
- #: languages/vue.php:339
265
  msgid "Learn More"
266
  msgstr ""
267
 
268
  #: includes/admin/admin.php:329
269
- #: languages/vue.php:1151
270
  msgid "ExactMetrics, WordPress analytics plugin, helps you connect your website with Google Analytics, so you can see how people find and use your website. Over 3 million website owners use ExactMetrics to see the stats that matter and grow their business."
271
  msgstr ""
272
 
@@ -277,17 +277,17 @@ msgstr ""
277
 
278
  #. Translators: Adds a link to the license renewal.
279
  #: includes/admin/admin.php:350
280
- #: languages/vue.php:482
281
  msgid "Your license key for ExactMetrics has expired. %1$sPlease click here to renew your license key.%2$s"
282
  msgstr ""
283
 
284
  #: includes/admin/admin.php:352
285
- #: languages/vue.php:485
286
  msgid "Your license key for ExactMetrics has been disabled. Please use a different key."
287
  msgstr ""
288
 
289
  #: includes/admin/admin.php:354
290
- #: languages/vue.php:488
291
  msgid "Your license key for ExactMetrics is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
292
  msgstr ""
293
 
@@ -345,8 +345,8 @@ msgid "Your Measurement Protocol API Secret is currently left blank, so you won'
345
  msgstr ""
346
 
347
  #: includes/admin/ajax.php:55
348
- #: includes/admin/routes.php:964
349
- #: lite/includes/admin/onboarding-wizard.php:244
350
  msgid "You are not allowed to install plugins"
351
  msgstr ""
352
 
@@ -491,7 +491,7 @@ msgid "View 2021 Year in Review report!"
491
  msgstr ""
492
 
493
  #: includes/admin/common.php:951
494
- #: languages/vue.php:3329
495
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2022!"
496
  msgstr ""
497
 
@@ -512,7 +512,7 @@ msgstr ""
512
 
513
  #: includes/admin/exclude-page-metabox.php:102
514
  #: languages/gutenberg.php:324
515
- #: languages/vue.php:3121
516
  msgid "Upgrade"
517
  msgstr ""
518
 
@@ -540,8 +540,8 @@ msgid "Dismiss this notice"
540
  msgstr ""
541
 
542
  #: includes/admin/notification-event.php:256
543
- #: includes/admin/routes.php:870
544
- #: includes/admin/routes.php:1204
545
  msgid "You don't have permission to view ExactMetrics reports."
546
  msgstr ""
547
 
@@ -706,7 +706,7 @@ msgstr ""
706
  #: includes/admin/notifications/notification-upgrade-for-custom-dimensions.php:26
707
  #: includes/admin/notifications/notification-upgrade-for-events-reporting.php:26
708
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:26
709
- #: languages/vue.php:1740
710
  #: lite/includes/admin/helpers.php:83
711
  msgid "Upgrade to ExactMetrics Pro"
712
  msgstr ""
@@ -919,7 +919,7 @@ msgid "Please ask your webmaster to enable this addon."
919
  msgstr ""
920
 
921
  #: includes/admin/reports/overview.php:34
922
- #: languages/vue.php:444
923
  msgid "Overview"
924
  msgstr ""
925
 
@@ -967,114 +967,117 @@ msgstr ""
967
  msgid "I already did"
968
  msgstr ""
969
 
970
- #: includes/admin/routes.php:332
971
  msgid "Easy digital downloads plugin."
972
  msgstr ""
973
 
974
- #: includes/admin/routes.php:398
975
  msgid "The best drag & drop WordPress form builder. Easily create beautiful contact forms, surveys, payment forms, and more with our 150+ form templates. Trusted by over 4 million websites as the best forms plugin"
976
  msgstr ""
977
 
978
- #: includes/admin/routes.php:409
979
  msgid "The original WordPress SEO plugin and toolkit that improves your website’s search rankings. Comes with all the SEO features like Local SEO, WooCommerce SEO, sitemaps, SEO optimizer, schema, and more."
980
  msgstr ""
981
 
982
- #: includes/admin/routes.php:420
983
  msgid "Instantly get more subscribers, leads, and sales with the #1 conversion optimization toolkit. Create high converting popups, announcement bars, spin a wheel, and more with smart targeting and personalization."
984
  msgstr ""
985
 
986
- #: includes/admin/routes.php:431
987
  msgid "Improve your WordPress email deliverability and make sure that your website emails reach user’s inbox with the #1 SMTP plugin for WordPress. Over 2 million websites use it to fix WordPress email issues."
988
  msgstr ""
989
 
990
- #: includes/admin/routes.php:441
991
  msgid "The fastest drag & drop landing page builder for WordPress. Create custom landing pages without writing code, connect them with your CRM, collect subscribers, and grow your audience. Trusted by 1 million sites."
992
  msgstr ""
993
 
994
- #: includes/admin/routes.php:452
995
  msgid "Turn your website visitors into brand ambassadors! Easily grow your email list, website traffic, and social media followers with the most powerful giveaways & contests plugin for WordPress."
996
  msgstr ""
997
 
998
- #: includes/admin/routes.php:463
999
  msgid "Boost your sales and conversions by up to 15% with real-time social proof notifications. TrustPulse helps you show live user activity and purchases to help convince other users to purchase."
1000
  msgstr ""
1001
 
1002
- #: includes/admin/routes.php:473
1003
  msgid "Easily display Instagram content on your WordPress site without writing any code. Comes with multiple templates, ability to show content from multiple accounts, hashtags, and more. Trusted by 1 million websites."
1004
  msgstr ""
1005
 
1006
- #: includes/admin/routes.php:484
1007
  msgid "Easily display Facebook content on your WordPress site without writing any code. Comes with multiple templates, ability to show content from multiple accounts, hashtags, and more. Trusted by 1 million websites."
1008
  msgstr ""
1009
 
1010
- #: includes/admin/routes.php:495
1011
  msgid "Connect with your visitors after they leave your website with the leading web push notification software. Over 10,000+ businesses worldwide use PushEngage to send 9 billion notifications each month."
1012
  msgstr ""
1013
 
1014
- #: includes/admin/routes.php:505
1015
  msgid "Pretty Links helps you shrink, beautify, track, manage and share any URL on or off of your WordPress website. Create links that look how you want using your own domain name!"
1016
  msgstr ""
1017
 
1018
- #: includes/admin/routes.php:516
1019
  msgid "ThirstyAffiliates is a revolution in affiliate link management. Collect, collate and store your affiliate links for use in your posts and pages."
1020
  msgstr ""
1021
 
1022
- #: includes/admin/routes.php:528
1023
  msgid "Advanced Coupons for WooCommerce (Free Version) gives WooCommerce store owners extra coupon features so they can market their stores better."
1024
  msgstr ""
1025
 
1026
- #: includes/admin/routes.php:656
1027
- #: includes/admin/routes.php:709
1028
  msgid "Invalid UA code"
1029
  msgstr ""
1030
 
1031
- #: includes/admin/routes.php:737
 
 
 
 
1032
  msgid "Invalid dual tracking code"
1033
  msgstr ""
1034
 
1035
- #: includes/admin/routes.php:816
1036
  msgid "Please upload a valid .json file"
1037
  msgstr ""
1038
 
1039
- #: includes/admin/routes.php:825
1040
  msgid "Please upload a file to import"
1041
  msgstr ""
1042
 
1043
- #: includes/admin/routes.php:882
1044
- #: includes/admin/routes.php:1216
1045
  msgid "You can't view ExactMetrics reports because you are not licensed."
1046
  msgstr ""
1047
 
1048
- #: includes/admin/routes.php:883
1049
- #: includes/admin/routes.php:1217
1050
  msgid "Add your license"
1051
  msgstr ""
1052
 
1053
- #: includes/admin/routes.php:890
1054
- #: includes/admin/routes.php:1224
1055
  msgid "You can't view ExactMetrics reports due to license key errors."
1056
  msgstr ""
1057
 
1058
- #: includes/admin/routes.php:898
1059
- #: includes/admin/routes.php:1232
1060
  msgid "You must authenticate with ExactMetrics before you can view reports."
1061
  msgstr ""
1062
 
1063
- #: includes/admin/routes.php:904
1064
- #: includes/admin/routes.php:1238
1065
  msgid "Unknown report. Try refreshing and retrying. Contact support if this issue persists."
1066
  msgstr ""
1067
 
1068
- #: includes/admin/routes.php:952
1069
- #: includes/admin/routes.php:1286
1070
  msgid "We encountered an error when fetching the report data."
1071
  msgstr ""
1072
 
1073
- #: includes/admin/routes.php:972
1074
  msgid "Missing plugin name."
1075
  msgstr ""
1076
 
1077
- #: includes/admin/routes.php:1116
1078
  msgid "Homepage"
1079
  msgstr ""
1080
 
@@ -1412,7 +1415,7 @@ msgid "Question"
1412
  msgstr ""
1413
 
1414
  #: includes/gutenberg/headline-tool/headline-tool.php:290
1415
- #: languages/vue.php:551
1416
  msgid "General"
1417
  msgstr ""
1418
 
@@ -4812,7 +4815,7 @@ msgid "Theme"
4812
  msgstr ""
4813
 
4814
  #: languages/gutenberg.php:77
4815
- #: languages/vue.php:536
4816
  msgid "Inline Popular Posts"
4817
  msgstr ""
4818
 
@@ -4849,7 +4852,7 @@ msgid "Comment Color"
4849
  msgstr ""
4850
 
4851
  #: languages/gutenberg.php:107
4852
- #: languages/vue.php:3077
4853
  msgid "Wide-Layout Options"
4854
  msgstr ""
4855
 
@@ -4858,12 +4861,12 @@ msgid "Choose Layout"
4858
  msgstr ""
4859
 
4860
  #: languages/gutenberg.php:113
4861
- #: languages/vue.php:3080
4862
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4863
  msgstr ""
4864
 
4865
  #: languages/gutenberg.php:116
4866
- #: languages/vue.php:3101
4867
  msgid "Post Count"
4868
  msgstr ""
4869
 
@@ -4872,7 +4875,7 @@ msgid "Number of posts displayed."
4872
  msgstr ""
4873
 
4874
  #: languages/gutenberg.php:122
4875
- #: languages/vue.php:3083
4876
  msgid "Display Options"
4877
  msgstr ""
4878
 
@@ -4885,7 +4888,7 @@ msgid "Display Widget Title"
4885
  msgstr ""
4886
 
4887
  #: languages/gutenberg.php:131
4888
- #: languages/vue.php:1958
4889
  msgid "Widget Title"
4890
  msgstr ""
4891
 
@@ -4894,17 +4897,17 @@ msgid "Only Show Posts From These Categories"
4894
  msgstr ""
4895
 
4896
  #: languages/gutenberg.php:137
4897
- #: languages/vue.php:3089
4898
  msgid "Display Author"
4899
  msgstr ""
4900
 
4901
  #: languages/gutenberg.php:140
4902
- #: languages/vue.php:3092
4903
  msgid "Display Date"
4904
  msgstr ""
4905
 
4906
  #: languages/gutenberg.php:143
4907
- #: languages/vue.php:3095
4908
  msgid "Display Comments"
4909
  msgstr ""
4910
 
@@ -5125,7 +5128,7 @@ msgid "Goal: "
5125
  msgstr ""
5126
 
5127
  #: languages/gutenberg.php:312
5128
- #: languages/vue.php:990
5129
  msgid "Headline Analyzer"
5130
  msgstr ""
5131
 
@@ -5149,73 +5152,73 @@ msgstr ""
5149
  msgid "Loading Settings"
5150
  msgstr ""
5151
 
5152
- #: languages/vue.php:14
5153
  msgid "Please wait..."
5154
  msgstr ""
5155
 
5156
- #: languages/vue.php:17
5157
  msgid "Saving Changes..."
5158
  msgstr ""
5159
 
5160
- #: languages/vue.php:20
5161
  msgid "Settings Updated"
5162
  msgstr ""
5163
 
5164
  #. Translators: Add a link to the onboarding wizard.
5165
- #: languages/vue.php:24
5166
  msgid "You need to %1$sconnect ExactMetrics%2$s first"
5167
  msgstr ""
5168
 
5169
- #: languages/vue.php:27
5170
  msgid "Could Not Save Changes"
5171
  msgstr ""
5172
 
5173
- #: languages/vue.php:30
5174
  msgid "Loading new report data"
5175
  msgstr ""
5176
 
5177
  #. Translators: Placeholder gets replaced with an arrow icon.
5178
- #: languages/vue.php:34
5179
  msgid "Continue %s"
5180
  msgstr ""
5181
 
5182
- #: languages/vue.php:39
5183
  msgid "Error"
5184
  msgstr ""
5185
 
5186
- #: languages/vue.php:42
5187
  msgid "Please try again."
5188
  msgstr ""
5189
 
5190
- #: languages/vue.php:45
5191
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5192
  msgstr ""
5193
 
5194
- #: languages/vue.php:48
5195
  msgid "Stop guessing about what content your visitors are interested in. ExactMetrics Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
5196
  msgstr ""
5197
 
5198
- #: languages/vue.php:51
5199
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5200
  msgstr ""
5201
 
5202
- #: languages/vue.php:54
5203
  msgid "Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions."
5204
  msgstr ""
5205
 
5206
- #: languages/vue.php:57
5207
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
5208
  msgstr ""
5209
 
5210
- #: languages/vue.php:60
5211
  msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
5212
  msgstr ""
5213
 
5214
- #: languages/vue.php:63
5215
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
5216
  msgstr ""
5217
 
5218
- #: languages/vue.php:66
5219
  msgid "Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
5220
  msgstr ""
5221
 
@@ -5223,196 +5226,196 @@ msgstr ""
5223
  msgid "Unlock the Forms Report and Improve Conversions"
5224
  msgstr ""
5225
 
5226
- #: languages/vue.php:72
5227
  msgid "Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data."
5228
  msgstr ""
5229
 
5230
- #: languages/vue.php:75
5231
  msgid "Unlock the Search Console Report and See How People Find Your Website"
5232
  msgstr ""
5233
 
5234
- #: languages/vue.php:78
5235
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
5236
  msgstr ""
5237
 
5238
- #: languages/vue.php:82
5239
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
5240
  msgstr ""
5241
 
5242
- #: languages/vue.php:85
5243
  msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it."
5244
  msgstr ""
5245
 
5246
- #: languages/vue.php:88
5247
  msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
5248
  msgstr ""
5249
 
5250
- #: languages/vue.php:91
5251
  msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
5252
  msgstr ""
5253
 
5254
- #: languages/vue.php:94
5255
  msgid "Today"
5256
  msgstr ""
5257
 
5258
- #: languages/vue.php:97
5259
  msgid "Yesterday"
5260
  msgstr ""
5261
 
5262
- #: languages/vue.php:100
5263
  msgid "Last Week"
5264
  msgstr ""
5265
 
5266
- #: languages/vue.php:103
5267
  msgid "Last Month"
5268
  msgstr ""
5269
 
5270
- #: languages/vue.php:106
5271
  msgid "Last 7 days"
5272
  msgstr ""
5273
 
5274
- #: languages/vue.php:109
5275
  msgid "Last 30 days"
5276
  msgstr ""
5277
 
5278
- #: languages/vue.php:112
5279
  msgid "Loading settings"
5280
  msgstr ""
5281
 
5282
  #. Translators: Number of visitors.
5283
- #: languages/vue.php:116
5284
  msgid "See how %s visitors found your site!"
5285
  msgstr ""
5286
 
5287
  #. Translators: Number of visitors.
5288
- #: languages/vue.php:120
5289
  msgid "Your website was visited by %s users in the last 30 days."
5290
  msgstr ""
5291
 
5292
- #: languages/vue.php:123
5293
  msgid "See the full analytics report!"
5294
  msgstr ""
5295
 
5296
- #: languages/vue.php:127
5297
  msgid "Overview Report"
5298
  msgstr ""
5299
 
5300
  #. Translators: Current PHP version and recommended PHP version.
5301
- #: languages/vue.php:131
5302
  msgid "ExactMetrics has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. WordPress stopped supporting your PHP version in April, 2019. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
5303
  msgstr ""
5304
 
5305
  #. Translators: Current WordPress version.
5306
- #: languages/vue.php:135
5307
  msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). ExactMetrics will stop supporting WordPress versions lower than 4.9 in 2020. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5308
  msgstr ""
5309
 
5310
- #: languages/vue.php:138
5311
  msgid "Yikes! PHP Update Required"
5312
  msgstr ""
5313
 
5314
  #. Translators: Current PHP version and recommended PHP version.
5315
- #: languages/vue.php:142
5316
  msgid "ExactMetrics has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
5317
  msgstr ""
5318
 
5319
- #: languages/vue.php:145
5320
  msgid "Learn more about updating PHP"
5321
  msgstr ""
5322
 
5323
- #: languages/vue.php:148
5324
  msgid "Yikes! WordPress Update Required"
5325
  msgstr ""
5326
 
5327
  #. Translators: Current WordPress version.
5328
- #: languages/vue.php:152
5329
  msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5330
  msgstr ""
5331
 
5332
- #: languages/vue.php:155
5333
  msgid "Learn more about updating WordPress"
5334
  msgstr ""
5335
 
5336
- #: languages/vue.php:164
5337
  msgid "Getting Started"
5338
  msgstr ""
5339
 
5340
- #: languages/vue.php:168
5341
  msgid "Lite vs Pro"
5342
  msgstr ""
5343
 
5344
- #: languages/vue.php:171
5345
  msgid "Success! "
5346
  msgstr ""
5347
 
5348
- #: languages/vue.php:174
5349
  msgid "You're now using ExactMetrics Pro with all the features."
5350
  msgstr ""
5351
 
5352
  #. Translators: Placeholder gets replaced with an arrow icon.
5353
- #: languages/vue.php:178
5354
  msgid "Get Started %s"
5355
  msgstr ""
5356
 
5357
  #. Translators: Error status and error text.
5358
- #: languages/vue.php:182
5359
  msgid "Can't load report data. Error: %1$s, %2$s"
5360
  msgstr ""
5361
 
5362
- #: languages/vue.php:185
5363
  msgid "Error loading report data"
5364
  msgstr ""
5365
 
5366
- #. Translators: Makes text bold.
5367
- #: languages/vue.php:189
5368
  msgid "%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5369
  msgstr ""
5370
 
5371
- #. Translators: Makes text bold.
5372
- #: languages/vue.php:193
5373
  msgid "%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights."
5374
  msgstr ""
5375
 
5376
- #. Translators: Makes text bold.
5377
- #: languages/vue.php:197
5378
  msgid "%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more."
5379
  msgstr ""
5380
 
5381
  #. Translators: Makes text bold.
5382
- #: languages/vue.php:201
5383
  msgid "%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress."
5384
  msgstr ""
5385
 
5386
- #. Translators: Makes text bold.
5387
- #: languages/vue.php:205
5388
  msgid "%1$sPage Level Analytics%2$s - Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
5389
  msgstr ""
5390
 
5391
- #. Translators: Makes text bold.
5392
- #: languages/vue.php:209
5393
  msgid "%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
5394
  msgstr ""
5395
 
5396
- #. Translators: Makes text bold.
5397
- #: languages/vue.php:213
5398
  msgid "%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5399
  msgstr ""
5400
 
5401
  #. Translators: Makes text bold.
5402
- #: languages/vue.php:217
5403
  msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click."
5404
  msgstr ""
5405
 
5406
- #. Translators: Adds link to the features page.
5407
- #: languages/vue.php:221
5408
  msgid "%1$sSee All Features%2$s"
5409
  msgstr ""
5410
 
5411
- #: languages/vue.php:224
5412
  msgid "Pro Plan"
5413
  msgstr ""
5414
 
5415
- #: languages/vue.php:227
5416
  msgid "per year"
5417
  msgstr ""
5418
 
@@ -5448,308 +5451,308 @@ msgstr ""
5448
  msgid "Guides and Documentation:"
5449
  msgstr ""
5450
 
5451
- #: languages/vue.php:263
5452
  msgid "Upgrade to PRO"
5453
  msgstr ""
5454
 
5455
- #: languages/vue.php:266
5456
  msgid "eCommerce Tracking"
5457
  msgstr ""
5458
 
5459
- #: languages/vue.php:269
5460
  msgid "Custom Dimensions"
5461
  msgstr ""
5462
 
5463
- #: languages/vue.php:273
5464
  msgid "Form Tracking"
5465
  msgstr ""
5466
 
5467
- #: languages/vue.php:276
5468
  msgid "AMP Support"
5469
  msgstr ""
5470
 
5471
- #: languages/vue.php:279
5472
  msgid "Author Tracking"
5473
  msgstr ""
5474
 
5475
- #: languages/vue.php:282
5476
  msgid "EU Compliance Addon"
5477
  msgstr ""
5478
 
5479
- #: languages/vue.php:285
5480
  msgid "Real Time Report"
5481
  msgstr ""
5482
 
5483
- #: languages/vue.php:288
5484
  msgid "Google Optimize"
5485
  msgstr ""
5486
 
5487
- #: languages/vue.php:291
5488
  #: lite/includes/admin/reports/report-queries.php:22
5489
  msgid "Search Console"
5490
  msgstr ""
5491
 
5492
- #: languages/vue.php:294
5493
  msgid "Custom Date Ranges"
5494
  msgstr ""
5495
 
5496
- #: languages/vue.php:297
5497
- #: languages/vue.php:930
5498
  msgid "Getting Started with ExactMetrics"
5499
  msgstr ""
5500
 
5501
- #: languages/vue.php:300
5502
- #: languages/vue.php:933
5503
  msgid "ExactMetrics is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard."
5504
  msgstr ""
5505
 
5506
- #: languages/vue.php:303
5507
  msgid "To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away."
5508
  msgstr ""
5509
 
5510
- #: languages/vue.php:306
5511
  msgid "In no time at all, and after just a few clicks, you'll have setup the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!."
5512
  msgstr ""
5513
 
5514
- #: languages/vue.php:309
5515
  msgid "Launch the wizard!"
5516
  msgstr ""
5517
 
5518
- #: languages/vue.php:312
5519
  msgid "Welcome to"
5520
  msgstr ""
5521
 
5522
  #. Translators: Adds a line break.
5523
- #: languages/vue.php:316
5524
  msgid "Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin"
5525
  msgstr ""
5526
 
5527
- #. Translators: Makes text bold.
5528
- #: languages/vue.php:320
5529
  msgid "%1$sExactMetrics%2$s makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard."
5530
  msgstr ""
5531
 
5532
- #: languages/vue.php:323
5533
  msgid "ExactMetrics Features & Addons"
5534
  msgstr ""
5535
 
5536
- #: languages/vue.php:326
5537
  msgid "Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market."
5538
  msgstr ""
5539
 
5540
  #. Translators: Placeholder is replaced with WPForms.
5541
- #: languages/vue.php:330
5542
  msgid "Recommended Plugin: %s"
5543
  msgstr ""
5544
 
5545
- #: languages/vue.php:333
5546
  msgid "Install"
5547
  msgstr ""
5548
 
5549
- #: languages/vue.php:336
5550
  msgid "Activate"
5551
  msgstr ""
5552
 
5553
- #: languages/vue.php:342
5554
  msgid "ExactMetrics encountered an error loading your report data"
5555
  msgstr ""
5556
 
5557
- #: languages/vue.php:345
5558
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5559
  msgstr ""
5560
 
5561
- #: languages/vue.php:348
5562
- #: languages/vue.php:1853
5563
  msgid "Reconnect ExactMetrics"
5564
  msgstr ""
5565
 
5566
- #: languages/vue.php:351
5567
  msgid "Re-Authenticating"
5568
  msgstr ""
5569
 
5570
- #: languages/vue.php:355
5571
  msgid "Ok"
5572
  msgstr ""
5573
 
5574
- #: languages/vue.php:358
5575
- #: languages/vue.php:869
5576
  msgid "ExactMetrics Addons"
5577
  msgstr ""
5578
 
5579
- #: languages/vue.php:361
5580
  msgid "Search Addons"
5581
  msgstr ""
5582
 
5583
- #: languages/vue.php:364
5584
  msgid "Save Changes"
5585
  msgstr ""
5586
 
5587
- #: languages/vue.php:367
5588
  msgid "Exit Setup"
5589
  msgstr ""
5590
 
5591
- #: languages/vue.php:371
5592
  msgid "Time to Purchase"
5593
  msgstr ""
5594
 
5595
- #: languages/vue.php:374
5596
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
5597
  msgstr ""
5598
 
5599
- #: languages/vue.php:378
5600
  msgid "Sessions to Purchase"
5601
  msgstr ""
5602
 
5603
- #: languages/vue.php:381
5604
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
5605
  msgstr ""
5606
 
5607
- #: languages/vue.php:384
5608
  msgid "New Customers"
5609
  msgstr ""
5610
 
5611
- #: languages/vue.php:387
5612
  msgid "This list shows the percentage of new customers who purchased a product from your website."
5613
  msgstr ""
5614
 
5615
- #: languages/vue.php:390
5616
  msgid "Abandoned Checkouts"
5617
  msgstr ""
5618
 
5619
- #: languages/vue.php:393
5620
  msgid "This list shows the percentage of carts that never went through the checkout process."
5621
  msgstr ""
5622
 
5623
- #: languages/vue.php:396
5624
  msgid "Top Posts/Pages"
5625
  msgstr ""
5626
 
5627
- #: languages/vue.php:399
5628
  msgid "This list shows the most viewed posts and pages on your website."
5629
  msgstr ""
5630
 
5631
- #: languages/vue.php:402
5632
  msgid "New vs. Returning Visitors"
5633
  msgstr ""
5634
 
5635
- #: languages/vue.php:405
5636
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
5637
  msgstr ""
5638
 
5639
- #: languages/vue.php:408
5640
  msgid "Device Breakdown"
5641
  msgstr ""
5642
 
5643
- #: languages/vue.php:411
5644
  msgid "This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site."
5645
  msgstr ""
5646
 
5647
- #: languages/vue.php:414
5648
  msgid "Top Landing Pages"
5649
  msgstr ""
5650
 
5651
- #: languages/vue.php:417
5652
  msgid "This list shows the top pages users first land on when visiting your website."
5653
  msgstr ""
5654
 
5655
- #: languages/vue.php:420
5656
  msgid "Top Exit Pages"
5657
  msgstr ""
5658
 
5659
- #: languages/vue.php:423
5660
  msgid "This list shows the top pages users exit your website from."
5661
  msgstr ""
5662
 
5663
- #: languages/vue.php:426
5664
  msgid "Top Outbound Links"
5665
  msgstr ""
5666
 
5667
- #: languages/vue.php:429
5668
  msgid "This list shows the top links clicked on your website that go to another website."
5669
  msgstr ""
5670
 
5671
- #: languages/vue.php:432
5672
  msgid "Top Affiliate Links"
5673
  msgstr ""
5674
 
5675
- #: languages/vue.php:435
5676
  msgid "This list shows the top affiliate links your visitors clicked on."
5677
  msgstr ""
5678
 
5679
- #: languages/vue.php:438
5680
  msgid "Top Download Links"
5681
  msgstr ""
5682
 
5683
- #: languages/vue.php:441
5684
  msgid "This list shows the download links your visitors clicked the most."
5685
  msgstr ""
5686
 
5687
- #: languages/vue.php:447
5688
  msgid "Top Products"
5689
  msgstr ""
5690
 
5691
- #: languages/vue.php:450
5692
  msgid "This list shows the top selling products on your website."
5693
  msgstr ""
5694
 
5695
- #: languages/vue.php:453
5696
  msgid "Top Conversion Sources"
5697
  msgstr ""
5698
 
5699
- #: languages/vue.php:456
5700
  msgid "This list shows the top referral websites in terms of product revenue."
5701
  msgstr ""
5702
 
5703
- #: languages/vue.php:459
5704
  msgid "Total Add/Remove"
5705
  msgstr ""
5706
 
5707
- #: languages/vue.php:462
5708
  msgid "Analytics"
5709
  msgstr ""
5710
 
5711
  #. Translators: Adds an arrow icon.
5712
- #: languages/vue.php:466
5713
  msgid "View All Reports %s"
5714
  msgstr ""
5715
 
5716
- #: languages/vue.php:469
5717
  msgid "You must connect with ExactMetrics before you can view reports."
5718
  msgstr ""
5719
 
5720
- #: languages/vue.php:472
5721
  msgid "ExactMetrics makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
5722
  msgstr ""
5723
 
5724
- #: languages/vue.php:475
5725
  msgid "Launch Setup Wizard"
5726
  msgstr ""
5727
 
5728
- #: languages/vue.php:478
5729
  msgid "Please ask your webmaster to connect ExactMetrics to Google Analytics."
5730
  msgstr ""
5731
 
5732
- #: languages/vue.php:491
5733
  msgid "See Quick Links"
5734
  msgstr ""
5735
 
5736
- #: languages/vue.php:494
5737
  msgid "Suggest a Feature"
5738
  msgstr ""
5739
 
5740
- #: languages/vue.php:497
5741
  msgid "Join Our Community"
5742
  msgstr ""
5743
 
5744
- #: languages/vue.php:500
5745
  msgid "Support & Docs"
5746
  msgstr ""
5747
 
5748
- #: languages/vue.php:503
5749
  msgid "Upgrade to Pro &#187;"
5750
  msgstr ""
5751
 
5752
- #: languages/vue.php:506
5753
  #: lite/includes/admin/reports/report-publisher.php:22
5754
  msgid "Publishers"
5755
  msgstr ""
@@ -5780,23 +5783,23 @@ msgstr ""
5780
  msgid "2020 Year in Review"
5781
  msgstr ""
5782
 
5783
- #: languages/vue.php:530
5784
  msgid "Import Export"
5785
  msgstr ""
5786
 
5787
- #: languages/vue.php:533
5788
  msgid "PrettyLinks Integration"
5789
  msgstr ""
5790
 
5791
- #: languages/vue.php:539
5792
  msgid "Popular Posts Widget"
5793
  msgstr ""
5794
 
5795
- #: languages/vue.php:542
5796
  msgid "Popular Products"
5797
  msgstr ""
5798
 
5799
- #: languages/vue.php:548
5800
  msgid "Sub menu item for WooCommerce Analytics"
5801
  msgstr ""
5802
 
@@ -5816,154 +5819,154 @@ msgstr ""
5816
  msgid "Advanced"
5817
  msgstr ""
5818
 
5819
- #: languages/vue.php:567
5820
  msgid "URL Builder"
5821
  msgstr ""
5822
 
5823
  #. Translators: Adds a link to documentation.
5824
- #: languages/vue.php:571
5825
  msgid "In order for the ExactMetrics Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %1$sLearn More%2$s"
5826
  msgstr ""
5827
 
5828
  #. Translators: Adds link to activate/install plugin and documentation.
5829
- #: languages/vue.php:575
5830
  msgid "In order for the ExactMetrics Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
5831
  msgstr ""
5832
 
5833
  #. Translators: Adds a link to documentation.
5834
- #: languages/vue.php:579
5835
  msgid "In order for the ExactMetrics Instant Articles addon to work properly, please ask your webmaster to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$sLearn More%2$s"
5836
  msgstr ""
5837
 
5838
  #. Translators: Adds link to activate/install plugin and documentation.
5839
- #: languages/vue.php:583
5840
  msgid "In order for the ExactMetrics Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
5841
  msgstr ""
5842
 
5843
- #: languages/vue.php:586
5844
  msgid "Installing Addon"
5845
  msgstr ""
5846
 
5847
- #: languages/vue.php:589
5848
  msgid "Activating Addon"
5849
  msgstr ""
5850
 
5851
- #: languages/vue.php:592
5852
  msgid "Addon Activated"
5853
  msgstr ""
5854
 
5855
- #: languages/vue.php:595
5856
  msgid "Loading report data"
5857
  msgstr ""
5858
 
5859
- #: languages/vue.php:598
5860
  msgid "Please activate manually"
5861
  msgstr ""
5862
 
5863
  #. Translators: Adds the error status and status text.
5864
- #: languages/vue.php:602
5865
  msgid "Error: %1$s, %2$s"
5866
  msgstr ""
5867
 
5868
- #: languages/vue.php:605
5869
  msgid "Error Activating Addon"
5870
  msgstr ""
5871
 
5872
- #: languages/vue.php:608
5873
  #: lite/includes/admin/wp-site-health.php:372
5874
  #: lite/includes/admin/wp-site-health.php:398
5875
  #: lite/includes/admin/wp-site-health.php:425
5876
  msgid "View Addons"
5877
  msgstr ""
5878
 
5879
- #: languages/vue.php:611
5880
  msgid "Dismiss"
5881
  msgstr ""
5882
 
5883
- #: languages/vue.php:614
5884
  msgid "Redirecting"
5885
  msgstr ""
5886
 
5887
- #: languages/vue.php:617
5888
  msgid "Please wait"
5889
  msgstr ""
5890
 
5891
- #: languages/vue.php:620
5892
  msgid "activate"
5893
  msgstr ""
5894
 
5895
- #: languages/vue.php:623
5896
  msgid "install"
5897
  msgstr ""
5898
 
5899
- #: languages/vue.php:626
5900
  msgid "Visit addons page"
5901
  msgstr ""
5902
 
5903
- #: languages/vue.php:629
5904
  msgid "Report Unavailable"
5905
  msgstr ""
5906
 
5907
  #. Translators: Install/Activate the addon.
5908
- #: languages/vue.php:633
5909
  msgid "%s Addon"
5910
  msgstr ""
5911
 
5912
- #: languages/vue.php:636
5913
  msgid "Go Back To Reports"
5914
  msgstr ""
5915
 
5916
- #: languages/vue.php:639
5917
  msgid "Enable Enhanced eCommerce"
5918
  msgstr ""
5919
 
5920
  #. Translators: Placeholders are replaced with the current step number out of the total number of steps.
5921
- #: languages/vue.php:643
5922
  msgid "Step %1$s of %2$s"
5923
  msgstr ""
5924
 
5925
- #: languages/vue.php:646
5926
  msgid "Go back"
5927
  msgstr ""
5928
 
5929
- #: languages/vue.php:649
5930
  msgid "Welcome to ExactMetrics!"
5931
  msgstr ""
5932
 
5933
- #: languages/vue.php:652
5934
  msgid "Let's get you set up."
5935
  msgstr ""
5936
 
5937
- #: languages/vue.php:655
5938
  msgid "Save and Continue"
5939
  msgstr ""
5940
 
5941
- #: languages/vue.php:658
5942
  msgid "Which category best describes your website?"
5943
  msgstr ""
5944
 
5945
- #: languages/vue.php:661
5946
  msgid "We will recommend the optimal settings for ExactMetrics based on your choice."
5947
  msgstr ""
5948
 
5949
- #: languages/vue.php:664
5950
  msgid "Business Website"
5951
  msgstr ""
5952
 
5953
  #. Translators: Make text bold.
5954
- #: languages/vue.php:668
5955
  msgid "Publisher %1$s(Blog)%2$s"
5956
  msgstr ""
5957
 
5958
- #: languages/vue.php:671
5959
  msgid "Ecommerce"
5960
  msgstr ""
5961
 
5962
- #: languages/vue.php:674
5963
  msgid "Connect ExactMetrics to Your Website"
5964
  msgstr ""
5965
 
5966
- #: languages/vue.php:677
5967
  msgid "ExactMetrics connects Google Analytics to WordPress and shows you stats that matter."
5968
  msgstr ""
5969
 
@@ -5971,3642 +5974,3786 @@ msgstr ""
5971
  msgid "Connect Google Analytics + WordPress"
5972
  msgstr ""
5973
 
5974
- #: languages/vue.php:683
5975
  msgid "You will be taken to the ExactMetrics website where you'll need to connect your Analytics account."
5976
  msgstr ""
5977
 
5978
- #: languages/vue.php:686
5979
  msgid "Whoops, something went wrong and we weren't able to connect to ExactMetrics. Please enter your Google UA code manually."
5980
  msgstr ""
5981
 
5982
- #: languages/vue.php:689
5983
  msgid "Manually enter your UA code"
5984
  msgstr ""
5985
 
5986
- #: languages/vue.php:692
5987
  msgid "Warning: If you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X's are numbers."
5988
  msgstr ""
5989
 
5990
- #: languages/vue.php:695
5991
  msgid "UA code can't be empty"
5992
  msgstr ""
5993
 
5994
- #: languages/vue.php:698
5995
  msgid "Saving UA code..."
5996
  msgstr ""
5997
 
5998
- #: languages/vue.php:701
5999
  msgid "ExactMetrics Recommends WPForms"
6000
  msgstr ""
6001
 
6002
- #: languages/vue.php:704
6003
  msgid "Built by the folks behind ExactMetrics, WPForms is the most beginner friendly form plugin in the market."
6004
  msgstr ""
6005
 
6006
- #: languages/vue.php:707
6007
  msgid "Used on over 4,000,000 websites!"
6008
  msgstr ""
6009
 
6010
- #: languages/vue.php:710
6011
  msgid "WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!"
6012
  msgstr ""
6013
 
6014
- #: languages/vue.php:713
6015
  msgid "Skip this Step"
6016
  msgstr ""
6017
 
6018
- #: languages/vue.php:716
6019
  msgid "Continue & Install WPForms"
6020
  msgstr ""
6021
 
6022
- #: languages/vue.php:719
6023
  msgid "Installing..."
6024
  msgstr ""
6025
 
6026
- #: languages/vue.php:722
6027
  msgid "Recommended Settings"
6028
  msgstr ""
6029
 
6030
- #: languages/vue.php:725
6031
  msgid "ExactMetrics recommends the following settings based on your configuration."
6032
  msgstr ""
6033
 
6034
- #: languages/vue.php:728
6035
  msgid "Events Tracking"
6036
  msgstr ""
6037
 
6038
- #: languages/vue.php:731
6039
  msgid "Must have for all click tracking on site."
6040
  msgstr ""
6041
 
6042
- #: languages/vue.php:734
6043
  msgid "ExactMetrics uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links, and more automatically. We do all the work for you so you don't have to write any code."
6044
  msgstr ""
6045
 
6046
- #: languages/vue.php:737
6047
  msgid "Enhanced Link Attribution"
6048
  msgstr ""
6049
 
6050
- #: languages/vue.php:740
6051
  msgid "Improves the accuracy of your In-Page Analytics."
6052
  msgstr ""
6053
 
6054
- #: languages/vue.php:743
6055
  msgid "ExactMetrics will automatically help Google determine which links are unique and where they are on your site so that your In-Page Analytics reporting will be more accurate."
6056
  msgstr ""
6057
 
6058
- #: languages/vue.php:746
6059
  msgid "Install Updates Automatically"
6060
  msgstr ""
6061
 
6062
- #: languages/vue.php:749
6063
  msgid "Get the latest features, bug fixes, and security updates as they are released."
6064
  msgstr ""
6065
 
6066
- #: languages/vue.php:752
6067
  msgid "To ensure you get the latest bug fixes and security updates and avoid needing to spend time logging into your WordPress site to update ExactMetrics, we offer the ability to automatically have ExactMetrics update itself."
6068
  msgstr ""
6069
 
6070
- #: languages/vue.php:755
6071
  msgid "File Download Tracking"
6072
  msgstr ""
6073
 
6074
- #: languages/vue.php:758
6075
  msgid "Helps you see file downloads data."
6076
  msgstr ""
6077
 
6078
- #: languages/vue.php:761
6079
  msgid "ExactMetrics will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site's visitors have downloaded a PDF or other file you offer your visitors to download on your site? ExactMetrics makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
6080
  msgstr ""
6081
 
6082
  #. Translators: Example path (/go/).
6083
- #: languages/vue.php:765
6084
  msgid "Path (example: %s)"
6085
  msgstr ""
6086
 
6087
- #: languages/vue.php:768
6088
  msgid "Path has to start with a / and have no spaces"
6089
  msgstr ""
6090
 
6091
  #. Translators: Example label (aff).
6092
- #: languages/vue.php:772
6093
  msgid "Label (example: %s)"
6094
  msgstr ""
6095
 
6096
- #: languages/vue.php:775
6097
  msgid "Label can't contain any spaces"
6098
  msgstr ""
6099
 
6100
- #: languages/vue.php:778
6101
  msgid "Helps you increase affiliate revenue."
6102
  msgstr ""
6103
 
6104
- #: languages/vue.php:781
6105
  msgid "ExactMetrics will automatically help you track affiliate links that use internal looking urls like example.com/go/ or example.com/refer/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard."
6106
  msgstr ""
6107
 
6108
- #: languages/vue.php:784
6109
  msgid "Affiliate Link Tracking"
6110
  msgstr ""
6111
 
6112
- #: languages/vue.php:787
6113
  msgid "Who Can See Reports"
6114
  msgstr ""
6115
 
6116
- #: languages/vue.php:790
6117
  msgid "These user roles will be able to access ExactMetrics' reports in the WordPress admin area."
6118
  msgstr ""
6119
 
6120
- #: languages/vue.php:793
6121
  msgid "Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability."
6122
  msgstr ""
6123
 
6124
- #: languages/vue.php:796
6125
  msgid "Save and continue"
6126
  msgstr ""
6127
 
6128
- #: languages/vue.php:799
6129
  msgid "Events Tracking is enabled the moment you set up ExactMetrics"
6130
  msgstr ""
6131
 
6132
- #: languages/vue.php:802
6133
  msgid "Enhanced Link Attribution is enabled the moment you set up ExactMetrics"
6134
  msgstr ""
6135
 
6136
- #: languages/vue.php:805
6137
  msgid "+ Add Role"
6138
  msgstr ""
6139
 
6140
  #. Translators: Placeholders are used for making text bold and adding a link.
6141
- #: languages/vue.php:809
6142
  msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
6143
  msgstr ""
6144
 
6145
- #: languages/vue.php:812
6146
  #: lite/includes/admin/reports/report-dimensions.php:22
6147
  msgid "Dimensions"
6148
  msgstr ""
6149
 
6150
- #: languages/vue.php:815
6151
  msgid "Site Speed"
6152
  msgstr ""
6153
 
6154
- #: languages/vue.php:818
6155
  msgid "License Key"
6156
  msgstr ""
6157
 
6158
  #. Translators: Add link to retrieve license key from account.
6159
- #: languages/vue.php:822
6160
  msgid "Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
6161
  msgstr ""
6162
 
6163
- #: languages/vue.php:825
6164
  msgid "Google Authentication"
6165
  msgstr ""
6166
 
6167
- #: languages/vue.php:828
6168
  msgid "Miscellaneous"
6169
  msgstr ""
6170
 
6171
- #: languages/vue.php:831
6172
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
6173
  msgstr ""
6174
 
6175
- #: languages/vue.php:834
6176
  msgid "Hide Announcements"
6177
  msgstr ""
6178
 
6179
- #: languages/vue.php:837
6180
  msgid "You're using ExactMetrics Lite – no license needed. Enjoy!"
6181
  msgstr ""
6182
 
6183
- #. Translators: Add link to upgrade.
6184
- #: languages/vue.php:842
6185
  msgid "To unlock more features consider %1$supgrading to PRO%2$s."
6186
  msgstr ""
6187
 
6188
- #: languages/vue.php:845
6189
  msgid "Receive 50% off automatically applied at the checkout!"
6190
  msgstr ""
6191
 
6192
- #: languages/vue.php:848
6193
  msgid "See all features"
6194
  msgstr ""
6195
 
6196
- #: languages/vue.php:851
6197
  msgid "Setup Wizard"
6198
  msgstr ""
6199
 
6200
- #: languages/vue.php:854
6201
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
6202
  msgstr ""
6203
 
6204
- #: languages/vue.php:857
6205
  msgid "Relaunch Setup Wizard"
6206
  msgstr ""
6207
 
6208
- #: languages/vue.php:860
6209
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
6210
  msgstr ""
6211
 
6212
- #: languages/vue.php:863
6213
  msgid "No addons found."
6214
  msgstr ""
6215
 
6216
- #: languages/vue.php:866
6217
  msgid "Refresh Addons"
6218
  msgstr ""
6219
 
6220
  #. Translators: Adds a line break.
6221
- #: languages/vue.php:873
6222
  msgid "Upgrade to Pro to unlock addons and other great features."
6223
  msgstr ""
6224
 
6225
- #: languages/vue.php:876
6226
  msgid "As a valued ExactMetrics Lite user you receive 50% off, automaticaly applied at checkout!"
6227
  msgstr ""
6228
 
6229
- #: languages/vue.php:879
6230
  msgid "Refreshing Addons"
6231
  msgstr ""
6232
 
6233
- #: languages/vue.php:882
6234
  msgid "Get ExactMetrics Pro Today and Unlock all the Powerful Features"
6235
  msgstr ""
6236
 
6237
  #. Translators: Placeholders make the text green.
6238
- #: languages/vue.php:886
6239
  msgid "Bonus: ExactMetrics Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
6240
  msgstr ""
6241
 
6242
- #: languages/vue.php:889
6243
  msgid "How to Connect to Google Analytics"
6244
  msgstr ""
6245
 
6246
- #: languages/vue.php:892
6247
  msgid "After you install ExactMetrics, you’ll need to connect your WordPress site with your Google Analytics account. ExactMetrics makes the process easy, with no coding required."
6248
  msgstr ""
6249
 
6250
- #: languages/vue.php:895
6251
  msgid "Guide and Checklist for Advanced Insights"
6252
  msgstr ""
6253
 
6254
- #: languages/vue.php:898
6255
  msgid "Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with ExactMetrics’ advanced tracking."
6256
  msgstr ""
6257
 
6258
- #: languages/vue.php:901
6259
  msgid "GDPR Guide"
6260
  msgstr ""
6261
 
6262
- #: languages/vue.php:904
6263
  msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help ExactMetrics users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
6264
  msgstr ""
6265
 
6266
- #: languages/vue.php:907
6267
  msgid "How to Install and Activate ExactMetrics Addons"
6268
  msgstr ""
6269
 
6270
- #: languages/vue.php:910
6271
  msgid "The process for installing and activating addons is quick and easy after you install the ExactMetrics plugin. In this guide we’ll walk you through the process, step by step."
6272
  msgstr ""
6273
 
6274
- #: languages/vue.php:913
6275
  msgid "Enabling eCommerce Tracking and Reports"
6276
  msgstr ""
6277
 
6278
- #: languages/vue.php:916
6279
  msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with ExactMetrics? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
6280
  msgstr ""
6281
 
6282
- #: languages/vue.php:919
6283
  msgid "Read Documentation"
6284
  msgstr ""
6285
 
6286
  #. Translators: Makes the text bold.
6287
- #: languages/vue.php:923
6288
  msgid "%1$sEnhanced eCommerce Tracking%2$s - 1-click Google Analyticks Enhanced Ecommerce trackin for WooCommerce, Easy Digital Download & MemberPress."
6289
  msgstr ""
6290
 
6291
  #. Translators: Makes the text bold.
6292
- #: languages/vue.php:927
6293
  msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post type, users, and other events with 1-click."
6294
  msgstr ""
6295
 
6296
- #: languages/vue.php:936
6297
  msgid "One-click Complete eCommerce tracking"
6298
  msgstr ""
6299
 
6300
- #: languages/vue.php:939
6301
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
6302
  msgstr ""
6303
 
6304
- #: languages/vue.php:942
6305
  msgid "Forms Tracking"
6306
  msgstr ""
6307
 
6308
- #: languages/vue.php:945
6309
  msgid "One-click Form Events Tracking"
6310
  msgstr ""
6311
 
6312
- #: languages/vue.php:948
6313
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
6314
  msgstr ""
6315
 
6316
- #: languages/vue.php:951
6317
  msgid "WordPress Admin Area Reports"
6318
  msgstr ""
6319
 
6320
- #: languages/vue.php:954
6321
  msgid "Standard Reports"
6322
  msgstr ""
6323
 
6324
- #: languages/vue.php:957
6325
  msgid "Overview Reports for the last 30 days."
6326
  msgstr ""
6327
 
6328
- #: languages/vue.php:960
6329
  msgid "Advanced Reports"
6330
  msgstr ""
6331
 
6332
- #: languages/vue.php:963
6333
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
6334
  msgstr ""
6335
 
6336
- #: languages/vue.php:966
6337
  msgid "Dashboard Widget"
6338
  msgstr ""
6339
 
6340
- #: languages/vue.php:969
6341
  msgid "Basic Widget"
6342
  msgstr ""
6343
 
6344
- #: languages/vue.php:972
6345
  msgid "Overview Report Synopsis"
6346
  msgstr ""
6347
 
6348
- #: languages/vue.php:975
6349
  msgid "Advanced Dashboard Widget"
6350
  msgstr ""
6351
 
6352
- #: languages/vue.php:978
6353
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
6354
  msgstr ""
6355
 
6356
- #: languages/vue.php:981
6357
  msgid "Publisher Reports"
6358
  msgstr ""
6359
 
6360
- #: languages/vue.php:984
6361
  msgid "Advanced Publisher Reports & Tracking"
6362
  msgstr ""
6363
 
6364
- #: languages/vue.php:987
6365
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
6366
  msgstr ""
6367
 
6368
- #: languages/vue.php:993
6369
  msgid "Email Summaries"
6370
  msgstr ""
6371
 
6372
- #: languages/vue.php:996
6373
  msgid "Included"
6374
  msgstr ""
6375
 
6376
- #: languages/vue.php:999
6377
  msgid "Get weekly traffic reports directly in your inbox."
6378
  msgstr ""
6379
 
6380
- #: languages/vue.php:1005
6381
  msgid "Basic Options"
6382
  msgstr ""
6383
 
6384
- #: languages/vue.php:1008
6385
  msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
6386
  msgstr ""
6387
 
6388
- #: languages/vue.php:1011
6389
  msgid "Dynamic Popular Posts & Popular Products"
6390
  msgstr ""
6391
 
6392
- #: languages/vue.php:1014
6393
  msgid "Display Popular Posts based on your actual traffic data from Google Analytics and choose from over 20 advanced themes. Display Popular WooCommerce products using widgets or Gutenberg blocks."
6394
  msgstr ""
6395
 
6396
- #: languages/vue.php:1017
6397
  msgid "Not Available"
6398
  msgstr ""
6399
 
6400
- #: languages/vue.php:1020
6401
  msgid "Complete Custom Dimensions Tracking"
6402
  msgstr ""
6403
 
6404
- #: languages/vue.php:1023
6405
  msgid "Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
6406
  msgstr ""
6407
 
6408
- #: languages/vue.php:1029
6409
  msgid "Limited Support"
6410
  msgstr ""
6411
 
6412
- #: languages/vue.php:1032
6413
  msgid "Priority Support"
6414
  msgstr ""
6415
 
6416
- #: languages/vue.php:1035
6417
  msgid "Get the most out of ExactMetrics by upgrading to Pro and unlocking all of the powerful features."
6418
  msgstr ""
6419
 
6420
- #: languages/vue.php:1038
6421
  msgid "Feature"
6422
  msgstr ""
6423
 
6424
- #: languages/vue.php:1041
6425
  msgid "Lite"
6426
  msgstr ""
6427
 
6428
- #: languages/vue.php:1044
6429
  msgid "Pro"
6430
  msgstr ""
6431
 
6432
- #: languages/vue.php:1047
6433
  msgid "Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout."
6434
  msgstr ""
6435
 
6436
- #: languages/vue.php:1053
6437
  msgid "Universal Tracking"
6438
  msgstr ""
6439
 
6440
- #: languages/vue.php:1056
6441
  msgid "Custom Google Analytics Link Tracking"
6442
  msgstr ""
6443
 
6444
- #: languages/vue.php:1059
6445
  msgid "Standard Tracking"
6446
  msgstr ""
6447
 
6448
- #: languages/vue.php:1062
6449
  msgid "Advanced Tracking"
6450
  msgstr ""
6451
 
6452
- #: languages/vue.php:1065
6453
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
6454
  msgstr ""
6455
 
6456
- #: languages/vue.php:1068
6457
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
6458
  msgstr ""
6459
 
6460
- #: languages/vue.php:1071
6461
  msgid "No-Code-Needed Tracking Features"
6462
  msgstr ""
6463
 
6464
- #: languages/vue.php:1074
6465
  msgid "Basic Tracking Options"
6466
  msgstr ""
6467
 
6468
- #: languages/vue.php:1077
6469
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
6470
  msgstr ""
6471
 
6472
- #: languages/vue.php:1080
6473
  msgid "Advanced Tracking Options"
6474
  msgstr ""
6475
 
6476
- #: languages/vue.php:1083
6477
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
6478
  msgstr ""
6479
 
6480
- #: languages/vue.php:1086
6481
  msgid "Inbox"
6482
  msgstr ""
6483
 
6484
- #: languages/vue.php:1089
6485
  msgid "Back to Inbox"
6486
  msgstr ""
6487
 
6488
- #: languages/vue.php:1092
6489
  msgid "View Dismissed"
6490
  msgstr ""
6491
 
6492
- #: languages/vue.php:1095
6493
  msgid "Notifications"
6494
  msgstr ""
6495
 
6496
- #: languages/vue.php:1098
6497
  msgid "Dismiss All"
6498
  msgstr ""
6499
 
6500
- #: languages/vue.php:1101
6501
  msgid "Dismissed"
6502
  msgstr ""
6503
 
6504
- #: languages/vue.php:1104
6505
  msgid "No Notifications"
6506
  msgstr ""
6507
 
6508
  #. Translators: Error status and error text.
6509
- #: languages/vue.php:1108
6510
  msgid "Can't load settings. Error: %1$s, %2$s"
6511
  msgstr ""
6512
 
6513
- #: languages/vue.php:1111
6514
  msgid "You appear to be offline."
6515
  msgstr ""
6516
 
6517
  #. Translators: Error status and error text.
6518
- #: languages/vue.php:1115
6519
  msgid "Can't save settings. Error: %1$s, %2$s"
6520
  msgstr ""
6521
 
6522
- #: languages/vue.php:1118
6523
  msgid "Network error encountered. Settings not saved."
6524
  msgstr ""
6525
 
6526
- #: languages/vue.php:1121
6527
  msgid "Show in widget mode"
6528
  msgstr ""
6529
 
6530
- #: languages/vue.php:1124
6531
  msgid "Show in full-width mode"
6532
  msgstr ""
6533
 
6534
- #: languages/vue.php:1127
6535
  msgid "Show Overview Reports"
6536
  msgstr ""
6537
 
6538
- #: languages/vue.php:1130
6539
  msgid "Show Publishers Reports"
6540
  msgstr ""
6541
 
6542
- #: languages/vue.php:1133
6543
  msgid "Show eCommerce Reports"
6544
  msgstr ""
6545
 
6546
- #: languages/vue.php:1136
6547
  msgid "Settings Menu"
6548
  msgstr ""
6549
 
6550
- #: languages/vue.php:1139
6551
  msgid "Available in PRO version"
6552
  msgstr ""
6553
 
6554
- #: languages/vue.php:1142
6555
  msgid "See All Reports"
6556
  msgstr ""
6557
 
6558
- #: languages/vue.php:1145
6559
  msgid "Go to the Analytics Dashboard"
6560
  msgstr ""
6561
 
6562
- #: languages/vue.php:1160
6563
  msgid "Cart Funnel"
6564
  msgstr ""
6565
 
6566
- #: languages/vue.php:1163
6567
  msgid "Customer Insights"
6568
  msgstr ""
6569
 
6570
- #: languages/vue.php:1166
6571
  msgid "Campaign Measurement"
6572
  msgstr ""
6573
 
6574
- #: languages/vue.php:1169
6575
  msgid "Customer Profiles"
6576
  msgstr ""
6577
 
6578
- #: languages/vue.php:1172
6579
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, revenue, and average order value, and more."
6580
  msgstr ""
6581
 
6582
- #: languages/vue.php:1175
6583
  msgid "Truly Understand Your%1$s Customers With %2$sExactMetrics%3$s"
6584
  msgstr ""
6585
 
6586
- #: languages/vue.php:1178
6587
  msgid "You never truly understand your customers until you used Enhanced %1$s eCommerce from ExactMetrics!"
6588
  msgstr ""
6589
 
6590
- #: languages/vue.php:1181
6591
  msgid "Track all-new metrics!"
6592
  msgstr ""
6593
 
6594
- #: languages/vue.php:1184
6595
  msgid "Get stats WooCommerce doesn’t give you like: Conversion Sources, Avg. Order Value, Revenue per Source, Total Add to Carts & More!"
6596
  msgstr ""
6597
 
6598
- #: languages/vue.php:1187
6599
  msgid "FEATURES"
6600
  msgstr ""
6601
 
6602
- #: languages/vue.php:1190
6603
  msgid "Get The Unique Metrics Neccessary for Growth"
6604
  msgstr ""
6605
 
6606
- #: languages/vue.php:1193
6607
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, %1$srevenue, and average order value, and more."
6608
  msgstr ""
6609
 
6610
- #: languages/vue.php:1196
6611
  msgid "Get Answers to the important questions %1$syou should know."
6612
  msgstr ""
6613
 
6614
- #: languages/vue.php:1199
6615
  msgid "Did the login/registration step of the checkout put users off?"
6616
  msgstr ""
6617
 
6618
- #: languages/vue.php:1202
6619
  msgid "Which ad campaign is driving the most revenue?"
6620
  msgstr ""
6621
 
6622
- #: languages/vue.php:1205
6623
  msgid "Who is my typical customer?"
6624
  msgstr ""
6625
 
6626
- #: languages/vue.php:1208
6627
  msgid "Level-up Your eCommerce store with %1$sExactMetrics + WooCommerce!%1$s"
6628
  msgstr ""
6629
 
6630
  #. Translators: Error status and error text.
6631
- #: languages/vue.php:1212
6632
  msgid "Can't deactivate the license. Error: %1$s, %2$s"
6633
  msgstr ""
6634
 
6635
  #. Translators: Error status and error text.
6636
- #: languages/vue.php:1216
6637
  msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
6638
  msgstr ""
6639
 
6640
  #. Translators: Error status and error text.
6641
- #: languages/vue.php:1220
6642
  msgid "Can't load license details. Error: %1$s, %2$s"
6643
  msgstr ""
6644
 
6645
- #: languages/vue.php:1223
6646
  msgid "Error loading license details"
6647
  msgstr ""
6648
 
6649
  #. Translators: Error status and error text.
6650
- #: languages/vue.php:1227
6651
  msgid "Can't verify the license. Error: %1$s, %2$s"
6652
  msgstr ""
6653
 
6654
  #. Translators: Error status and error text.
6655
- #: languages/vue.php:1231
6656
  msgid "Can't validate the license. Error: %1$s, %2$s"
6657
  msgstr ""
6658
 
6659
- #: languages/vue.php:1234
6660
  msgid "Reset to default"
6661
  msgstr ""
6662
 
6663
- #: languages/vue.php:1237
6664
  msgid "The value entered does not match the required format"
6665
  msgstr ""
6666
 
6667
- #: languages/vue.php:1240
6668
  msgid "Check out the newly added classic mode"
6669
  msgstr ""
6670
 
6671
  #. Translators: Placeholder adds a line break.
6672
- #: languages/vue.php:1244
6673
  msgid "You can customize your %sdate range only in the PRO version."
6674
  msgstr ""
6675
 
6676
- #: languages/vue.php:1247
6677
  msgid "Help Us Improve"
6678
  msgstr ""
6679
 
6680
- #: languages/vue.php:1250
6681
  msgid "Help us better understand our users and their website needs."
6682
  msgstr ""
6683
 
6684
  #. Translators: Adds a link to the documentation.
6685
- #: languages/vue.php:1254
6686
  msgid "If enabled ExactMetrics will send some information about your WordPress site like what plugins and themes you use and which ExactMetrics settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %1$svisit our website.%2$s"
6687
  msgstr ""
6688
 
6689
  #. Translators: The name of the field that is throwing a validation error.
6690
- #: languages/vue.php:1258
6691
  msgid "%s can't be empty."
6692
  msgstr ""
6693
 
6694
- #: languages/vue.php:1261
6695
  msgid "Duplicate values are not allowed."
6696
  msgstr ""
6697
 
6698
- #: languages/vue.php:1264
6699
  msgid "You can add maximum 5 items."
6700
  msgstr ""
6701
 
6702
- #: languages/vue.php:1267
6703
  msgid "At least 0 item required."
6704
  msgstr ""
6705
 
6706
- #: languages/vue.php:1270
6707
  msgid "Add Another Link Path"
6708
  msgstr ""
6709
 
6710
- #: languages/vue.php:1273
6711
  msgid "Remove row"
6712
  msgstr ""
6713
 
6714
- #: languages/vue.php:1277
6715
  msgid "Sessions"
6716
  msgstr ""
6717
 
6718
  #. Translators: Line break.
6719
- #: languages/vue.php:1281
6720
  msgid "Unique %s Sessions"
6721
  msgstr ""
6722
 
6723
- #: languages/vue.php:1284
6724
  msgid "Pageviews"
6725
  msgstr ""
6726
 
6727
  #. Translators: Line break.
6728
- #: languages/vue.php:1288
6729
  msgid "Unique %s Pageviews"
6730
  msgstr ""
6731
 
6732
- #: languages/vue.php:1291
6733
  msgid "A session is the browsing session of a single user to your site."
6734
  msgstr ""
6735
 
6736
- #: languages/vue.php:1294
6737
  msgid "A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview."
6738
  msgstr ""
6739
 
6740
- #: languages/vue.php:1297
6741
  msgid "Total duration of all sessions (in seconds) / number of sessions."
6742
  msgstr ""
6743
 
6744
- #: languages/vue.php:1300
6745
  msgid "Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
6746
  msgstr ""
6747
 
6748
- #: languages/vue.php:1303
6749
  msgid "The number of distinct tracked users"
6750
  msgstr ""
6751
 
6752
- #: languages/vue.php:1306
6753
  msgid "Avg. Session Duration"
6754
  msgstr ""
6755
 
6756
- #: languages/vue.php:1310
6757
  msgid "Bounce Rate"
6758
  msgstr ""
6759
 
6760
- #: languages/vue.php:1314
6761
  msgid "Total Users"
6762
  msgstr ""
6763
 
6764
- #: languages/vue.php:1317
6765
  msgid "No options available"
6766
  msgstr ""
6767
 
6768
  #. Translators: Placeholders make the text highlighted.
6769
- #: languages/vue.php:1321
6770
  msgid "%1$sNeed%2$s to Grow FASTER??"
6771
  msgstr ""
6772
 
6773
- #: languages/vue.php:1324
6774
  msgid "Get additional, actionable insights by going Pro."
6775
  msgstr ""
6776
 
6777
- #: languages/vue.php:1327
6778
  msgid "Skip"
6779
  msgstr ""
6780
 
6781
- #: languages/vue.php:1330
6782
  msgid "See All Features"
6783
  msgstr ""
6784
 
6785
- #: languages/vue.php:1333
6786
  msgid "Upgrade to Pro to get the complete ExactMetrics experience including 1 click tracking integrations for your favorite WordPress plugins and insightful reports backed by our legendary support team."
6787
  msgstr ""
6788
 
6789
- #: languages/vue.php:1336
6790
  msgid "Our Pro plan includes:"
6791
  msgstr ""
6792
 
6793
  #. Translators: Error status and error text.
6794
- #: languages/vue.php:1340
6795
  msgid "Can't load errors. Error: %1$s, %2$s"
6796
  msgstr ""
6797
 
6798
- #: languages/vue.php:1343
6799
  msgid "Real-Time Report"
6800
  msgstr ""
6801
 
6802
- #: languages/vue.php:1346
6803
  msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitor's activity when you need it."
6804
  msgstr ""
6805
 
6806
  #. Translators: add link to blog.
6807
- #: languages/vue.php:1350
6808
  msgid "To comply with Google's API policies we've had to remove the real time report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro."
6809
  msgstr ""
6810
 
6811
- #: languages/vue.php:1353
6812
  msgid "Here's what you get:"
6813
  msgstr ""
6814
 
6815
- #: languages/vue.php:1356
6816
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
6817
  msgstr ""
6818
 
6819
- #: languages/vue.php:1359
6820
  msgid "See Your Top Pages Immediately After Making Changes"
6821
  msgstr ""
6822
 
6823
- #: languages/vue.php:1362
6824
  msgid "See Your Top Referral Sources and Adapt Faster"
6825
  msgstr ""
6826
 
6827
- #: languages/vue.php:1365
6828
  msgid "See Your Traffic Demographics"
6829
  msgstr ""
6830
 
6831
- #: languages/vue.php:1368
6832
  msgid "Get Fresh Report Data Every 60 Seconds"
6833
  msgstr ""
6834
 
6835
- #: languages/vue.php:1371
6836
  msgid "See Where Your Visitors are Connecting From (country & city)"
6837
  msgstr ""
6838
 
6839
- #: languages/vue.php:1374
6840
  msgid "Forms Report"
6841
  msgstr ""
6842
 
6843
- #: languages/vue.php:1377
6844
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
6845
  msgstr ""
6846
 
6847
- #: languages/vue.php:1380
6848
  msgid "See Your Top Converting Forms and Optimize"
6849
  msgstr ""
6850
 
6851
- #: languages/vue.php:1383
6852
  msgid "See Your Forms Impressions Count to Find the Best Placement"
6853
  msgstr ""
6854
 
6855
- #: languages/vue.php:1386
6856
  msgid "Awesome, You're All Set!"
6857
  msgstr ""
6858
 
6859
- #: languages/vue.php:1389
6860
  msgid "ExactMetrics is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
6861
  msgstr ""
6862
 
6863
- #. Translators: Make the text bold.
6864
- #: languages/vue.php:1393
6865
  msgid "%1$sPlease Note:%2$s While Google Analytics is properly setup and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate."
6866
  msgstr ""
6867
 
6868
  #. Translators: Add link to blog.
6869
- #: languages/vue.php:1397
 
 
6870
  msgid "%1$sSubscribe to the ExactMetrics blog%2$s for tips on how to get more traffic and grow your business."
6871
  msgstr ""
6872
 
6873
- #: languages/vue.php:1400
6874
  msgid "Finish Setup & Exit Wizard"
6875
  msgstr ""
6876
 
6877
- #: languages/vue.php:1403
6878
  msgid "Google Analytics"
6879
  msgstr ""
6880
 
6881
- #: languages/vue.php:1406
6882
  msgid "Subscribe"
6883
  msgstr ""
6884
 
6885
- #: languages/vue.php:1409
6886
  msgid "Checking your website..."
6887
  msgstr ""
6888
 
6889
- #: languages/vue.php:1412
6890
  msgid "Recommended Addons"
6891
  msgstr ""
6892
 
6893
  #. Translators: Add a link to upgrade and make the text green.
6894
- #: languages/vue.php:1416
6895
  msgid "To unlock more features consider %1$supgrading to PRO%2$s.%3$s As a valued ExactMetrics Lite user you %4$sreceive 50%% off%5$s, automatically applied at checkout!"
6896
  msgstr ""
6897
 
6898
- #: languages/vue.php:1419
6899
  msgid "Upgrade to PRO Now"
6900
  msgstr ""
6901
 
6902
- #: languages/vue.php:1422
6903
  msgid "See who’s viewing and submitting your forms, so you can increase your conversion rate."
6904
  msgstr ""
6905
 
6906
- #: languages/vue.php:1425
6907
  msgid "See All Your Important Store Metrics in One Place."
6908
  msgstr ""
6909
 
6910
- #: languages/vue.php:1428
6911
  msgid "... and more:"
6912
  msgstr ""
6913
 
6914
- #: languages/vue.php:1431
6915
  msgid "Dimensions- Track authors, categories, trags, searches, users and more."
6916
  msgstr ""
6917
 
6918
- #: languages/vue.php:1434
6919
  msgid "EU Compliance- Improve compliance with GDPR and other privacy regulations."
6920
  msgstr ""
6921
 
6922
- #: languages/vue.php:1437
6923
  msgid "AMP- ExactMetrics Google AMP Addon enables accurate tracking of all mobile visitors to your AMP-enabled pages."
6924
  msgstr ""
6925
 
6926
- #: languages/vue.php:1440
6927
  msgid "Facebook Instant Articles- Integrate Google Analytics and Facebook Instant Articles with just one click."
6928
  msgstr ""
6929
 
6930
- #: languages/vue.php:1443
6931
  msgid "eCommerce- Sales tracking for your WooCommerce, Easy Digital Downloads, LifterLMS or MemberPress stores."
6932
  msgstr ""
6933
 
6934
- #: languages/vue.php:1446
6935
  msgid "Google Optimize- Easily enable Google Optimize on your WordPress site."
6936
  msgstr ""
6937
 
6938
- #: languages/vue.php:1449
6939
  msgid "Forms- Enable tracking of your form views, submissions and conversion rates."
6940
  msgstr ""
6941
 
6942
- #: languages/vue.php:1452
6943
  msgid "Ads- See who’s clicking on your Google Adsense banner ads."
6944
  msgstr ""
6945
 
6946
- #: languages/vue.php:1455
6947
  msgid "Hello and Welcome to ExactMetrics, the Best Google Analytics Plugin for WordPress."
6948
  msgstr ""
6949
 
6950
- #: languages/vue.php:1458
6951
  msgid "Ready to take your website to the next level? ExactMetrics gives you the accurate insights you need to make data-driven decisions to grow your traffic and conversions faster than ever before. Now you can easily enable advanced tracking on your website without having to know any code."
6952
  msgstr ""
6953
 
6954
- #: languages/vue.php:1461
6955
  msgid "The ExactMetrics Team"
6956
  msgstr ""
6957
 
6958
- #: languages/vue.php:1464
6959
  msgid "Custom Dimensions Report"
6960
  msgstr ""
6961
 
6962
- #: languages/vue.php:1467
6963
  msgid "Unlock the Dimensions Report and decide what data is important using your own custom tracking parameters"
6964
  msgstr ""
6965
 
6966
- #: languages/vue.php:1470
6967
  msgid "The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
6968
  msgstr ""
6969
 
6970
- #: languages/vue.php:1473
6971
  msgid "Author tracking to see which author’s posts generate the most traffic"
6972
  msgstr ""
6973
 
6974
- #: languages/vue.php:1476
6975
  msgid "Post Type tracking to see which WordPress post types perform better"
6976
  msgstr ""
6977
 
6978
- #: languages/vue.php:1479
6979
  msgid "Category tracking to see which sections of your sites are the most popular"
6980
  msgstr ""
6981
 
6982
- #: languages/vue.php:1482
6983
  msgid "SEO score tracking to see which blog SEO scores are the most popular"
6984
  msgstr ""
6985
 
6986
- #: languages/vue.php:1485
6987
  msgid "Focus Keyword tracking to see which of your content is doing well in search engines."
6988
  msgstr ""
6989
 
6990
- #: languages/vue.php:1488
6991
  msgid "Tag tracking to determine which topics are the most engaging to for your website visitors."
6992
  msgstr ""
6993
 
6994
  #. Translators: add link to blog.
6995
- #: languages/vue.php:1492
6996
  msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly. With the Site Speed report you'll be able to check your site's performance directly from your ExactMetrics dashboard."
6997
  msgstr ""
6998
 
6999
- #: languages/vue.php:1495
7000
  msgid "See Your Homepage's Overall Performance Score"
7001
  msgstr ""
7002
 
7003
- #: languages/vue.php:1498
7004
  msgid "Run an Audit on Your Homepage and See Your Server Response Time"
7005
  msgstr ""
7006
 
7007
- #: languages/vue.php:1501
7008
  msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
7009
  msgstr ""
7010
 
7011
- #: languages/vue.php:1504
7012
  msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
7013
  msgstr ""
7014
 
7015
- #: languages/vue.php:1507
7016
  msgid "Hide dashboard widget"
7017
  msgstr ""
7018
 
7019
- #: languages/vue.php:1510
7020
  msgid "Are you sure you want to hide the ExactMetrics Dashboard Widget? "
7021
  msgstr ""
7022
 
7023
- #: languages/vue.php:1513
7024
  msgid "Yes, hide it!"
7025
  msgstr ""
7026
 
7027
- #: languages/vue.php:1516
7028
  msgid "No, cancel!"
7029
  msgstr ""
7030
 
7031
- #: languages/vue.php:1519
7032
  msgid "ExactMetrics Widget Hidden"
7033
  msgstr ""
7034
 
7035
- #: languages/vue.php:1522
7036
  msgid "You can re-enable the ExactMetrics widget at any time using the \"Screen Options\" menu on the top right of this page"
7037
  msgstr ""
7038
 
7039
  #. Translators: Error status and error text.
7040
- #: languages/vue.php:1526
7041
  msgid "Can't deauthenticate. Error: %1$s, %2$s"
7042
  msgstr ""
7043
 
7044
  #. Translators: Error status and error text.
7045
- #: languages/vue.php:1530
7046
  msgid "Can't load authentication details. Error: %1$s, %2$s"
7047
  msgstr ""
7048
 
7049
- #: languages/vue.php:1533
7050
  msgid "You appear to be offline. Settings not saved."
7051
  msgstr ""
7052
 
7053
  #. Translators: Error status and error text.
7054
- #: languages/vue.php:1537
7055
  msgid "Can't authenticate. Error: %1$s, %2$s"
7056
  msgstr ""
7057
 
7058
  #. Translators: Error status and error text.
7059
- #: languages/vue.php:1541
7060
  msgid "Can't reauthenticate. Error: %1$s, %2$s"
7061
  msgstr ""
7062
 
7063
  #. Translators: Error status and error text.
7064
- #: languages/vue.php:1545
7065
  msgid "Can't verify credentials. Error: %1$s, %2$s"
7066
  msgstr ""
7067
 
7068
- #: languages/vue.php:1548
7069
  msgid "Still Calculating..."
7070
  msgstr ""
7071
 
7072
- #: languages/vue.php:1551
7073
  msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
7074
  msgstr ""
7075
 
7076
- #: languages/vue.php:1554
7077
  msgid "Back to Overview Report"
7078
  msgstr ""
7079
 
7080
- #: languages/vue.php:1557
7081
  msgid "Your 2020 Analytics Report"
7082
  msgstr ""
7083
 
7084
- #: languages/vue.php:1560
7085
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
7086
  msgstr ""
7087
 
7088
- #: languages/vue.php:1563
7089
  msgid "Audience"
7090
  msgstr ""
7091
 
7092
- #: languages/vue.php:1566
7093
  msgid "Congrats"
7094
  msgstr ""
7095
 
7096
- #: languages/vue.php:1569
7097
  msgid "Your website was quite popular this year! "
7098
  msgstr ""
7099
 
7100
- #: languages/vue.php:1572
7101
  msgid "You had "
7102
  msgstr ""
7103
 
7104
- #: languages/vue.php:1575
7105
  msgid " visitors!"
7106
  msgstr ""
7107
 
7108
- #: languages/vue.php:1578
7109
  msgid " visitors"
7110
  msgstr ""
7111
 
7112
- #: languages/vue.php:1581
7113
  msgid "Total Visitors"
7114
  msgstr ""
7115
 
7116
- #: languages/vue.php:1584
7117
  msgid "Total Sessions"
7118
  msgstr ""
7119
 
7120
- #: languages/vue.php:1587
7121
  msgid "Visitors by Month"
7122
  msgstr ""
7123
 
7124
- #: languages/vue.php:1590
7125
  msgid "January 1, 2020 - December 31, 2020"
7126
  msgstr ""
7127
 
7128
- #: languages/vue.php:1593
7129
  msgid "A Tip for 2021"
7130
  msgstr ""
7131
 
7132
- #: languages/vue.php:1596
7133
  msgid "Demographics"
7134
  msgstr ""
7135
 
7136
- #: languages/vue.php:1599
7137
  msgid "#1"
7138
  msgstr ""
7139
 
7140
- #: languages/vue.php:1602
7141
  msgid "You Top 5 Countries"
7142
  msgstr ""
7143
 
7144
- #: languages/vue.php:1605
7145
  msgid "Let’s get to know your visitors a little better, shall we?"
7146
  msgstr ""
7147
 
7148
- #: languages/vue.php:1608
7149
  msgid "Gender"
7150
  msgstr ""
7151
 
7152
- #: languages/vue.php:1611
7153
  msgid "Female"
7154
  msgstr ""
7155
 
7156
- #: languages/vue.php:1614
7157
  msgid "Women"
7158
  msgstr ""
7159
 
7160
- #: languages/vue.php:1617
7161
  msgid "Male"
7162
  msgstr ""
7163
 
7164
- #: languages/vue.php:1620
7165
  msgid "Average Age"
7166
  msgstr ""
7167
 
7168
- #: languages/vue.php:1623
7169
  msgid "Behavior"
7170
  msgstr ""
7171
 
7172
- #: languages/vue.php:1626
7173
  msgid "Your Top 5 Pages"
7174
  msgstr ""
7175
 
7176
- #: languages/vue.php:1629
7177
  msgid "Time Spent on Site"
7178
  msgstr ""
7179
 
7180
- #: languages/vue.php:1632
7181
  msgid "minutes"
7182
  msgstr ""
7183
 
7184
- #: languages/vue.php:1635
7185
  msgid "Device Type"
7186
  msgstr ""
7187
 
7188
- #: languages/vue.php:1638
7189
  msgid "A Tip For 2021"
7190
  msgstr ""
7191
 
7192
- #: languages/vue.php:1641
7193
  msgid "Are you looking for a way to track your landing pages and see which one gets the most conversions on your website?"
7194
  msgstr ""
7195
 
7196
- #: languages/vue.php:1644
7197
  msgid "Read - How to Track Google Analytics Landing Page Conversions"
7198
  msgstr ""
7199
 
7200
- #: languages/vue.php:1647
7201
  msgid "So, where did all of these visitors come from?"
7202
  msgstr ""
7203
 
7204
- #: languages/vue.php:1650
7205
  msgid "Clicks"
7206
  msgstr ""
7207
 
7208
- #: languages/vue.php:1653
7209
  msgid "Your Top 5 Keywords"
7210
  msgstr ""
7211
 
7212
- #: languages/vue.php:1656
7213
  msgid "What keywords visitors searched for to find your site"
7214
  msgstr ""
7215
 
7216
- #: languages/vue.php:1659
7217
  msgid "Your Top 5 Referrals"
7218
  msgstr ""
7219
 
7220
- #: languages/vue.php:1662
7221
  msgid "The websites that link back to your website"
7222
  msgstr ""
7223
 
7224
- #: languages/vue.php:1665
7225
  msgid "Opportunity"
7226
  msgstr ""
7227
 
7228
- #: languages/vue.php:1668
7229
  msgid "Learn how to boost your SEO rankings using ExactMetrics so more visitors reach your articles and increase engagement."
7230
  msgstr ""
7231
 
7232
- #: languages/vue.php:1671
7233
  msgid "Read - 5 Ways to Skyrocket Your SEO Rankings with Google Analytics"
7234
  msgstr ""
7235
 
7236
- #: languages/vue.php:1674
7237
  msgid "Thank you for using ExactMetrics!"
7238
  msgstr ""
7239
 
7240
- #: languages/vue.php:1677
7241
  msgid "We’re grateful for your continued support. If there’s anything we can do to help you grow your business, please don’t hesitate to contact our team."
7242
  msgstr ""
7243
 
7244
- #: languages/vue.php:1680
7245
  msgid "Here's to an amazing 2021!"
7246
  msgstr ""
7247
 
7248
- #: languages/vue.php:1683
7249
  msgid "Enjoying ExactMetrics"
7250
  msgstr ""
7251
 
7252
- #: languages/vue.php:1686
7253
  msgid "Leave a five star review!"
7254
  msgstr ""
7255
 
7256
- #: languages/vue.php:1689
7257
  msgid "Syed Balkhi"
7258
  msgstr ""
7259
 
7260
- #: languages/vue.php:1692
7261
  msgid "Chris Christoff"
7262
  msgstr ""
7263
 
7264
- #: languages/vue.php:1695
7265
  msgid "Write Review"
7266
  msgstr ""
7267
 
7268
- #: languages/vue.php:1698
7269
  msgid "Did you know over 10 million websites use our plugins?"
7270
  msgstr ""
7271
 
7272
- #: languages/vue.php:1701
7273
  msgid "Try our other popular WordPress plugins to grow your website in 2021."
7274
  msgstr ""
7275
 
7276
- #: languages/vue.php:1704
7277
  msgid "Join our Communities!"
7278
  msgstr ""
7279
 
7280
- #: languages/vue.php:1707
7281
  msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
7282
  msgstr ""
7283
 
7284
- #: languages/vue.php:1710
7285
  msgid "Facebook Group"
7286
  msgstr ""
7287
 
7288
- #: languages/vue.php:1713
7289
  msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
7290
  msgstr ""
7291
 
7292
- #: languages/vue.php:1716
7293
  msgid "Join Now...It’s Free!"
7294
  msgstr ""
7295
 
7296
- #: languages/vue.php:1719
7297
  msgid "WordPress Tutorials by WPBeginner"
7298
  msgstr ""
7299
 
7300
- #: languages/vue.php:1722
7301
  msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
7302
  msgstr ""
7303
 
7304
- #: languages/vue.php:1725
7305
  msgid "Visit WPBeginner"
7306
  msgstr ""
7307
 
7308
- #: languages/vue.php:1728
7309
  msgid "Follow Us!"
7310
  msgstr ""
7311
 
7312
- #: languages/vue.php:1731
7313
  msgid "Follow ExactMetrics on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics."
7314
  msgstr ""
7315
 
7316
- #: languages/vue.php:1734
7317
  msgid "Copyright ExactMetrics, 2021"
7318
  msgstr ""
7319
 
7320
- #: languages/vue.php:1737
7321
  msgid "Upgrade to ExactMetrics Pro to Unlock Additional Actionable Insights"
7322
  msgstr ""
7323
 
7324
- #: languages/vue.php:1743
7325
  msgid "January"
7326
  msgstr ""
7327
 
7328
- #: languages/vue.php:1746
7329
  msgid "February"
7330
  msgstr ""
7331
 
7332
- #: languages/vue.php:1749
7333
  msgid "March"
7334
  msgstr ""
7335
 
7336
- #: languages/vue.php:1752
7337
  msgid "April"
7338
  msgstr ""
7339
 
7340
- #: languages/vue.php:1755
7341
  msgid "May"
7342
  msgstr ""
7343
 
7344
- #: languages/vue.php:1758
7345
  msgid "June"
7346
  msgstr ""
7347
 
7348
- #: languages/vue.php:1761
7349
  msgid "July"
7350
  msgstr ""
7351
 
7352
- #: languages/vue.php:1764
7353
  msgid "August"
7354
  msgstr ""
7355
 
7356
- #: languages/vue.php:1767
7357
  msgid "September"
7358
  msgstr ""
7359
 
7360
- #: languages/vue.php:1770
7361
  msgid "October"
7362
  msgstr ""
7363
 
7364
- #: languages/vue.php:1773
7365
  msgid "November"
7366
  msgstr ""
7367
 
7368
- #: languages/vue.php:1776
7369
  msgid "December"
7370
  msgstr ""
7371
 
7372
  #. Translators: Number of visitors.
7373
- #: languages/vue.php:1780
7374
  msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
7375
  msgstr ""
7376
 
7377
- #: languages/vue.php:1783
7378
  msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
7379
  msgstr ""
7380
 
7381
  #. Translators: Number of visitors.
7382
- #: languages/vue.php:1787
7383
  msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
7384
  msgstr ""
7385
 
7386
  #. Translators: Number of visitors.
7387
- #: languages/vue.php:1791
7388
  msgid "%s Visitors"
7389
  msgstr ""
7390
 
7391
  #. Translators: Percent and Number of visitors.
7392
- #: languages/vue.php:1795
7393
  msgid "%1$s&#37 of your visitors were %2$s"
7394
  msgstr ""
7395
 
7396
  #. Translators: Number of visitors and their age.
7397
- #: languages/vue.php:1799
7398
  msgid "%1$s&#37 of your visitors were between the ages of %2$s"
7399
  msgstr ""
7400
 
7401
- #: languages/vue.php:1802
7402
  msgid "Your <strong>%1$s</strong> visitors viewed a total of <strong>%2$s</strong> pages. <span class='average-page-per-user' style='font-size: 20px;margin-top:25px;display:block;font-family:Lato'>That's an average of %3$s pages for each visitor!</span>"
7403
  msgstr ""
7404
 
7405
  #. Translators: Number of minutes spent on site.
7406
- #: languages/vue.php:1806
7407
  msgid "Each visitor spent an average of %s minutes on your website in 2020."
7408
  msgstr ""
7409
 
7410
  #. Translators: Name of device type.
7411
- #: languages/vue.php:1810
7412
  msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
7413
  msgstr ""
7414
 
7415
  #. Translators: Number of visitors and device percentage.
7416
- #: languages/vue.php:1814
7417
  msgid "%1$s&#37 of your visitors were on a %2$s device."
7418
  msgstr ""
7419
 
7420
- #: languages/vue.php:1817
7421
  msgid "Desktop"
7422
  msgstr ""
7423
 
7424
- #: languages/vue.php:1820
7425
  msgid "Tablet"
7426
  msgstr ""
7427
 
7428
- #: languages/vue.php:1823
7429
  msgid "Mobile"
7430
  msgstr ""
7431
 
7432
- #: languages/vue.php:1826
7433
  msgid "Force Deauthenticate"
7434
  msgstr ""
7435
 
7436
- #: languages/vue.php:1829
7437
  msgid "Disconnect ExactMetrics"
7438
  msgstr ""
7439
 
7440
- #: languages/vue.php:1832
7441
  msgid "Authenticating"
7442
  msgstr ""
7443
 
7444
- #: languages/vue.php:1835
7445
  msgid "Verifying Credentials"
7446
  msgstr ""
7447
 
7448
- #: languages/vue.php:1838
7449
  msgid "Your site is connected to ExactMetrics!"
7450
  msgstr ""
7451
 
7452
- #: languages/vue.php:1841
7453
  msgid "Deauthenticating"
7454
  msgstr ""
7455
 
7456
- #: languages/vue.php:1844
7457
  msgid "You've disconnected your site from ExactMetrics. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
7458
  msgstr ""
7459
 
7460
- #: languages/vue.php:1847
7461
- #: languages/vue.php:1919
7462
  msgid "Connect ExactMetrics"
7463
  msgstr ""
7464
 
7465
- #: languages/vue.php:1850
7466
  msgid "Verify Credentials"
7467
  msgstr ""
7468
 
7469
- #: languages/vue.php:1856
7470
  msgid "Website Profile"
7471
  msgstr ""
7472
 
7473
- #: languages/vue.php:1859
7474
  msgid "Active Profile"
7475
  msgstr ""
7476
 
7477
- #: languages/vue.php:1862
7478
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
7479
  msgstr ""
7480
 
7481
- #: languages/vue.php:1865
7482
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
7483
  msgstr ""
7484
 
7485
- #: languages/vue.php:1868
7486
  msgid "Dual Tracking Profile"
7487
  msgstr ""
7488
 
7489
- #: languages/vue.php:1871
7490
  msgid "The dual tracking feature allows you to continue tracking this site into an existing GAv3 property so you can continue to use the GA reports you are used to already. Learn more about this feature %1$shere%2$s."
7491
  msgstr ""
7492
 
7493
- #: languages/vue.php:1874
7494
  msgid "Your Universal Analytics code should look like UA-XXXXXXXXXX where the X's are numbers."
7495
  msgstr ""
7496
 
7497
- #: languages/vue.php:1877
7498
  msgid "The dual tracking feature allows you to begin tracking this site into a GAv4 property to take advantage of the new GAv4 analysis tools. Learn more about this feature %1$shere%2$s."
7499
  msgstr ""
7500
 
7501
- #: languages/vue.php:1880
7502
  msgid "Your Measurement ID should look like G-XXXXXXXXXX where the X's are numbers."
7503
  msgstr ""
7504
 
7505
- #: languages/vue.php:1883
7506
  msgid "Measurement Protocol API Secret"
7507
  msgstr ""
7508
 
7509
- #: languages/vue.php:1886
7510
  msgid "The Measurement Protocol API secret allows your site to send tracking data to Google Analytics. To retrieve your Measurement Protocol API Secret, follow %1$sthis guide%2$s."
7511
  msgstr ""
7512
 
7513
- #: languages/vue.php:1889
7514
  msgid "Classic mode"
7515
  msgstr ""
7516
 
7517
- #: languages/vue.php:1892
7518
  msgid "Proceed"
7519
  msgstr ""
7520
 
7521
- #: languages/vue.php:1895
7522
  msgid "Connection Information"
7523
  msgstr ""
7524
 
7525
- #: languages/vue.php:1898
7526
  msgid "To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."
7527
  msgstr ""
7528
 
7529
- #: languages/vue.php:1901
7530
  msgid "Hostname"
7531
  msgstr ""
7532
 
7533
- #: languages/vue.php:1904
7534
  msgid "FTP Username"
7535
  msgstr ""
7536
 
7537
- #: languages/vue.php:1907
7538
  msgid "FTP Password"
7539
  msgstr ""
7540
 
7541
- #: languages/vue.php:1910
7542
  msgid "This password will not be stored on the server."
7543
  msgstr ""
7544
 
7545
- #: languages/vue.php:1913
7546
  msgid "Connection Type"
7547
  msgstr ""
7548
 
7549
- #: languages/vue.php:1916
7550
  msgid "Cancel"
7551
  msgstr ""
7552
 
7553
- #: languages/vue.php:1922
7554
  msgid "Website profile"
7555
  msgstr ""
7556
 
7557
- #: languages/vue.php:1925
7558
  msgid "Active profile"
7559
  msgstr ""
7560
 
7561
- #: languages/vue.php:1928
7562
  msgid "Skip and Keep Connection"
7563
  msgstr ""
7564
 
7565
  #. Translators: Number of days.
7566
- #: languages/vue.php:1933
7567
  msgid "vs. Previous Day"
7568
  msgstr ""
7569
 
7570
- #: languages/vue.php:1937
7571
  msgid "No change"
7572
  msgstr ""
7573
 
7574
- #: languages/vue.php:1940
7575
  msgid "Choose Theme"
7576
  msgstr ""
7577
 
7578
- #: languages/vue.php:1943
7579
  msgid "Widget Styling"
7580
  msgstr ""
7581
 
7582
- #: languages/vue.php:1946
7583
  msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
7584
  msgstr ""
7585
 
7586
- #: languages/vue.php:1949
7587
  msgid "Sort By"
7588
  msgstr ""
7589
 
7590
- #: languages/vue.php:1952
7591
  msgid "Choose how you'd like the widget to determine your popular posts."
7592
  msgstr ""
7593
 
7594
- #: languages/vue.php:1955
7595
  msgid "Display Title"
7596
  msgstr ""
7597
 
7598
- #: languages/vue.php:1961
7599
  msgid "Title your widget and set its display preferences."
7600
  msgstr ""
7601
 
7602
- #: languages/vue.php:1964
7603
  msgid "Include in Post Types"
7604
  msgstr ""
7605
 
7606
- #: languages/vue.php:1967
7607
  msgid "Exclude from specific posts"
7608
  msgstr ""
7609
 
7610
  #. Translators: Placeholders make the text bold.
7611
- #: languages/vue.php:1971
7612
  msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
7613
  msgstr ""
7614
 
7615
  #. Translators: Placeholders make the text bold.
7616
- #: languages/vue.php:1975
7617
  msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
7618
  msgstr ""
7619
 
7620
- #: languages/vue.php:1978
7621
  msgid "Loading Themes"
7622
  msgstr ""
7623
 
7624
  #. Translators: placeholders make text small.
7625
- #: languages/vue.php:1982
7626
  msgid "Default Styles %1$s- As seen above.%2$s"
7627
  msgstr ""
7628
 
7629
  #. Translators: placeholders make text small.
7630
- #: languages/vue.php:1986
7631
  msgid "No Styles %1$s- Use your own CSS.%2$s"
7632
  msgstr ""
7633
 
7634
  #. Translators: placeholders make text small.
7635
- #: languages/vue.php:1990
7636
  msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
7637
  msgstr ""
7638
 
7639
  #. Translators: placeholders make text small.
7640
- #: languages/vue.php:1994
7641
  msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
7642
  msgstr ""
7643
 
7644
  #. Translators: placeholders make text small.
7645
- #: languages/vue.php:1998
7646
  msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
7647
  msgstr ""
7648
 
7649
- #: languages/vue.php:2001
7650
  msgid "Placement"
7651
  msgstr ""
7652
 
7653
- #: languages/vue.php:2004
7654
  msgid "Choose how you'd like to place the widget."
7655
  msgstr ""
7656
 
7657
- #: languages/vue.php:2007
7658
  msgid "Insert After"
7659
  msgstr ""
7660
 
7661
- #: languages/vue.php:2010
7662
  msgid "Choose where in the post body the widget will be placed."
7663
  msgstr ""
7664
 
7665
- #: languages/vue.php:2014
7666
  msgid "Customize Design"
7667
  msgstr ""
7668
 
7669
- #: languages/vue.php:2017
7670
  msgid "words"
7671
  msgstr ""
7672
 
7673
- #: languages/vue.php:2020
7674
  msgid "Please select at least one post to display."
7675
  msgstr ""
7676
 
7677
  #. Translators: placeholders make text small.
7678
- #: languages/vue.php:2024
7679
  msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
7680
  msgstr ""
7681
 
7682
  #. Translators: placeholders make text small.
7683
- #: languages/vue.php:2028
7684
  msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
7685
  msgstr ""
7686
 
7687
- #: languages/vue.php:2031
7688
  msgid "Caching"
7689
  msgstr ""
7690
 
7691
- #: languages/vue.php:2034
7692
  msgid "Enable Data Caching"
7693
  msgstr ""
7694
 
7695
- #: languages/vue.php:2037
7696
  msgid "Refresh Cache Every"
7697
  msgstr ""
7698
 
7699
- #: languages/vue.php:2040
7700
  msgid "Choose how often to refresh the cache."
7701
  msgstr ""
7702
 
7703
- #: languages/vue.php:2043
7704
  msgid "Enable Ajaxify"
7705
  msgstr ""
7706
 
7707
- #: languages/vue.php:2046
7708
  msgid "Ajaxify Widget"
7709
  msgstr ""
7710
 
7711
- #: languages/vue.php:2049
7712
  msgid "Use to bypass page caching."
7713
  msgstr ""
7714
 
7715
- #: languages/vue.php:2052
7716
  msgid "Empty Cache"
7717
  msgstr ""
7718
 
7719
- #: languages/vue.php:2055
7720
  msgid "Click to manually wipe the cache right now."
7721
  msgstr ""
7722
 
7723
- #: languages/vue.php:2058
7724
  msgid "Popular posts cache emptied"
7725
  msgstr ""
7726
 
7727
- #: languages/vue.php:2061
7728
  msgid "Error emptying the popular posts cache. Please try again."
7729
  msgstr ""
7730
 
7731
- #: languages/vue.php:2064
7732
  msgid "Last 30 Days Analytics for "
7733
  msgstr ""
7734
 
7735
- #: languages/vue.php:2067
7736
  msgid "Your Website"
7737
  msgstr ""
7738
 
7739
- #: languages/vue.php:2070
7740
  msgid "Avg. Duration"
7741
  msgstr ""
7742
 
7743
- #: languages/vue.php:2073
7744
  msgid "More data is available"
7745
  msgstr ""
7746
 
7747
- #: languages/vue.php:2076
7748
  msgid "Want to see page-specific stats?"
7749
  msgstr ""
7750
 
7751
- #: languages/vue.php:2079
7752
  msgid "You appear to be offline. WPForms not installed."
7753
  msgstr ""
7754
 
7755
  #. Translators: Error status and error text.
7756
- #: languages/vue.php:2083
7757
  msgid "Can't activate addon. Error: %1$s, %2$s"
7758
  msgstr ""
7759
 
7760
- #: languages/vue.php:2086
7761
  msgid "You appear to be offline. Addon not activated."
7762
  msgstr ""
7763
 
7764
  #. Translators: Error status and error text.
7765
- #: languages/vue.php:2090
7766
  msgid "Can't deactivate addon. Error: %1$s, %2$s"
7767
  msgstr ""
7768
 
7769
- #: languages/vue.php:2093
7770
  msgid "You appear to be offline. Addon not deactivated."
7771
  msgstr ""
7772
 
7773
  #. Translators: Error status and error text.
7774
- #: languages/vue.php:2097
7775
  msgid "Can't install plugin. Error: %1$s, %2$s"
7776
  msgstr ""
7777
 
7778
- #: languages/vue.php:2100
7779
  msgid "You appear to be offline. Plugin not installed."
7780
  msgstr ""
7781
 
7782
  #. Translators: Error status and error text.
7783
- #: languages/vue.php:2104
7784
  msgid "Can't install addon. Error: %1$s, %2$s"
7785
  msgstr ""
7786
 
7787
- #: languages/vue.php:2107
7788
  msgid "You appear to be offline. Addon not installed."
7789
  msgstr ""
7790
 
7791
  #. Translators: Error status and error text.
7792
- #: languages/vue.php:2111
7793
  msgid "Can't install WPForms. Error: %1$s, %2$s"
7794
  msgstr ""
7795
 
7796
- #: languages/vue.php:2114
7797
  msgid "Network Active"
7798
  msgstr ""
7799
 
7800
- #: languages/vue.php:2117
7801
  msgid "Active"
7802
  msgstr ""
7803
 
7804
- #: languages/vue.php:2120
7805
  msgid "Inactive"
7806
  msgstr ""
7807
 
7808
  #. Translators: Placeholder for the addon status (installed, active, etc).
7809
- #: languages/vue.php:2124
7810
  msgid "Status: %s"
7811
  msgstr ""
7812
 
7813
- #: languages/vue.php:2127
7814
  msgid "Not Installed"
7815
  msgstr ""
7816
 
7817
  #. Translators: Makes text bold and adds smiley.
7818
- #: languages/vue.php:2131
7819
  msgid "You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
7820
  msgstr ""
7821
 
7822
  #. Translators: Makes text green.
7823
- #: languages/vue.php:2135
7824
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout."
7825
  msgstr ""
7826
 
7827
- #: languages/vue.php:2138
7828
  msgid "Unlock All Features and Upgrade to Pro"
7829
  msgstr ""
7830
 
7831
  #. Translators: Make text green and add smiley face.
7832
- #: languages/vue.php:2142
7833
  msgid "You're using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
7834
  msgstr ""
7835
 
7836
  #. Translators: Make text green.
7837
- #: languages/vue.php:2146
7838
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
7839
  msgstr ""
7840
 
7841
- #: languages/vue.php:2149
7842
  msgid "Unlock PRO Features Now"
7843
  msgstr ""
7844
 
7845
- #: languages/vue.php:2152
7846
  msgid "Paste your license key here"
7847
  msgstr ""
7848
 
7849
- #: languages/vue.php:2155
7850
  msgid "Verify"
7851
  msgstr ""
7852
 
7853
  #. Translators: Add link to retrieve license from account area.
7854
- #: languages/vue.php:2159
7855
  msgid "Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s."
7856
  msgstr ""
7857
 
7858
- #: languages/vue.php:2162
 
7859
  msgid "There was an error unlocking ExactMetrics PRO please try again or install manually."
7860
  msgstr ""
7861
 
7862
- #: languages/vue.php:2165
7863
  msgid "%1$sAll-in-One SEO%2$s Makes SEO Simple. Gain Valuable Organic Traffic."
7864
  msgstr ""
7865
 
7866
- #: languages/vue.php:2168
7867
  msgid "Automatically migrate all of your SEO settings with just 1 click!"
7868
  msgstr ""
7869
 
7870
- #: languages/vue.php:2171
7871
  msgid "1,938"
7872
  msgstr ""
7873
 
7874
- #: languages/vue.php:2174
7875
  msgid "2+ Million Active Installs"
7876
  msgstr ""
7877
 
7878
- #: languages/vue.php:2177
7879
  msgid "AIOSEO is the DIY Solution for Managing your SEO"
7880
  msgstr ""
7881
 
7882
- #: languages/vue.php:2180
7883
  msgid "Set up the proper SEO foundations in less than 10 minutes."
7884
  msgstr ""
7885
 
7886
- #: languages/vue.php:2183
7887
  msgid "SEO Audit Checklist"
7888
  msgstr ""
7889
 
7890
- #: languages/vue.php:2186
7891
  msgid "Analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic."
7892
  msgstr ""
7893
 
7894
- #: languages/vue.php:2189
7895
  msgid "Optimize Your Pages For Higher Rankings With TruSEO Score."
7896
  msgstr ""
7897
 
7898
- #: languages/vue.php:2192
7899
  msgid "TruSEO Score gives you a more in-depth analysis into your optimization efforts than just a pass or fail. Our actionable checklist helps you to unlock maximum traffic with each page."
7900
  msgstr ""
7901
 
7902
- #: languages/vue.php:2195
7903
  msgid "Get AIOSEO for WordPress"
7904
  msgstr ""
7905
 
7906
- #: languages/vue.php:2198
7907
  msgid "Get the #1 Most Powerful WordPress SEO Plugin Today"
7908
  msgstr ""
7909
 
7910
- #: languages/vue.php:2201
7911
  msgid "Try it out today, for free."
7912
  msgstr ""
7913
 
7914
- #: languages/vue.php:2204
7915
  msgid "Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings."
7916
  msgstr ""
7917
 
7918
- #: languages/vue.php:2207
7919
  msgid "Activate and Install the Plugin with just one click!"
7920
  msgstr ""
7921
 
7922
- #: languages/vue.php:2210
7923
  msgid "Installing AIOSEO..."
7924
  msgstr ""
7925
 
7926
- #: languages/vue.php:2213
7927
  msgid "Congrats! All-in-One SEO Installed."
7928
  msgstr ""
7929
 
7930
- #: languages/vue.php:2216
7931
  msgid "Switch to AIOSEO"
7932
  msgstr ""
7933
 
7934
- #: languages/vue.php:2219
7935
  msgid "Installation Failed. Please refresh and try again."
7936
  msgstr ""
7937
 
7938
- #: languages/vue.php:2222
7939
  msgid "Activating AIOSEO..."
7940
  msgstr ""
7941
 
7942
- #: languages/vue.php:2225
7943
  msgid "Activate AIOSEO"
7944
  msgstr ""
7945
 
7946
- #: languages/vue.php:2228
7947
  msgid "Activation Failed. Please refresh and try again."
7948
  msgstr ""
7949
 
7950
- #: languages/vue.php:2231
7951
  msgid "Unlock Form Tracking"
7952
  msgstr ""
7953
 
7954
- #: languages/vue.php:2234
7955
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
7956
  msgstr ""
7957
 
7958
- #: languages/vue.php:2237
7959
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
7960
  msgstr ""
7961
 
7962
- #: languages/vue.php:2240
7963
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
7964
  msgstr ""
7965
 
7966
- #: languages/vue.php:2244
7967
  msgid "Show"
7968
  msgstr ""
7969
 
7970
- #: languages/vue.php:2247
7971
  msgid "File imported"
7972
  msgstr ""
7973
 
7974
- #: languages/vue.php:2250
7975
  msgid "Settings successfully updated!"
7976
  msgstr ""
7977
 
7978
- #: languages/vue.php:2253
7979
  msgid "Error importing settings"
7980
  msgstr ""
7981
 
7982
- #: languages/vue.php:2256
7983
  msgid "Please choose a .json file generated by a ExactMetrics settings export."
7984
  msgstr ""
7985
 
7986
- #: languages/vue.php:2259
7987
  msgid "Import/Export"
7988
  msgstr ""
7989
 
7990
- #: languages/vue.php:2262
7991
  msgid "Import"
7992
  msgstr ""
7993
 
7994
- #: languages/vue.php:2265
7995
  msgid "Import settings from another ExactMetrics website."
7996
  msgstr ""
7997
 
7998
- #: languages/vue.php:2268
7999
  msgid "Export"
8000
  msgstr ""
8001
 
8002
- #: languages/vue.php:2271
8003
  msgid "Export settings to import into another ExactMetrics install."
8004
  msgstr ""
8005
 
8006
- #: languages/vue.php:2274
8007
  msgid "Import Settings"
8008
  msgstr ""
8009
 
8010
- #: languages/vue.php:2277
8011
  msgid "Export Settings"
8012
  msgstr ""
8013
 
8014
- #: languages/vue.php:2280
8015
  msgid "Please choose a file to import"
8016
  msgstr ""
8017
 
8018
- #: languages/vue.php:2283
8019
  msgid "Click Choose file below to select the settings export file from another site."
8020
  msgstr ""
8021
 
8022
- #: languages/vue.php:2286
8023
  msgid "Use the button below to export a file with your ExactMetrics settings."
8024
  msgstr ""
8025
 
8026
- #: languages/vue.php:2289
8027
  msgid "Choose file"
8028
  msgstr ""
8029
 
8030
- #: languages/vue.php:2292
8031
  msgid "No file chosen"
8032
  msgstr ""
8033
 
8034
- #: languages/vue.php:2295
8035
  msgid "Uploading file..."
8036
  msgstr ""
8037
 
8038
- #: languages/vue.php:2298
8039
  msgid "Custom code"
8040
  msgstr ""
8041
 
8042
  #. Translators: Adds a link to the Google reference.
8043
- #: languages/vue.php:2302
8044
  msgid "Not for the average user: this allows you to add a line of code, to be added before the %1$spageview is sent%2$s."
8045
  msgstr ""
8046
 
8047
- #: languages/vue.php:2308
8048
  msgid "Automatic Updates"
8049
  msgstr ""
8050
 
8051
- #: languages/vue.php:2311
8052
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
8053
  msgstr ""
8054
 
8055
- #: languages/vue.php:2314
8056
  msgid "Hide Admin Bar Reports"
8057
  msgstr ""
8058
 
8059
  #. Translators: placeholders make text small.
8060
- #: languages/vue.php:2318
8061
  msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
8062
  msgstr ""
8063
 
8064
  #. Translators: placeholders make text small.
8065
- #: languages/vue.php:2322
8066
  msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
8067
  msgstr ""
8068
 
8069
  #. Translators: placeholders make text small.
8070
- #: languages/vue.php:2326
8071
  msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
8072
  msgstr ""
8073
 
8074
  #. Translators: placeholders make text small.
8075
- #: languages/vue.php:2330
8076
  msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
8077
  msgstr ""
8078
 
8079
  #. Translators: placeholders make text small.
8080
- #: languages/vue.php:2334
8081
  msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
8082
  msgstr ""
8083
 
8084
  #. Translators: placeholders make text small.
8085
- #: languages/vue.php:2338
8086
  msgid "None %1$s- Manually update everything.%2$s"
8087
  msgstr ""
8088
 
8089
  #. Translators: Adds a link to the general settings tab.
8090
- #: languages/vue.php:2342
8091
  msgid "It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %1$sGeneral%2$s tab."
8092
  msgstr ""
8093
 
8094
- #: languages/vue.php:2345
8095
  msgid "Permissions"
8096
  msgstr ""
8097
 
8098
- #: languages/vue.php:2348
8099
  msgid "Export PDF Reports"
8100
  msgstr ""
8101
 
8102
- #: languages/vue.php:2351
8103
  msgid "Allow These User Roles to See Reports"
8104
  msgstr ""
8105
 
8106
- #: languages/vue.php:2354
8107
  msgid "Users that have at least one of these roles will be able to view the reports."
8108
  msgstr ""
8109
 
8110
- #: languages/vue.php:2357
8111
  msgid "Allow These User Roles to Save Settings"
8112
  msgstr ""
8113
 
8114
- #: languages/vue.php:2360
8115
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
8116
  msgstr ""
8117
 
8118
- #: languages/vue.php:2363
8119
  msgid "Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability."
8120
  msgstr ""
8121
 
8122
- #: languages/vue.php:2366
8123
  msgid "Exclude These User Roles From Tracking"
8124
  msgstr ""
8125
 
8126
- #: languages/vue.php:2369
8127
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
8128
  msgstr ""
8129
 
8130
- #: languages/vue.php:2372
8131
  msgid "Make your ExactMetrics campaign links prettier with Pretty Links!"
8132
  msgstr ""
8133
 
8134
- #: languages/vue.php:2375
8135
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
8136
  msgstr ""
8137
 
8138
- #: languages/vue.php:2378
8139
  msgid "Take your ExactMetrics campaign links from our URL Builder and shorten them with Pretty Links!"
8140
  msgstr ""
8141
 
8142
- #: languages/vue.php:2381
8143
  msgid "Over 200,000 websites use Pretty Links!"
8144
  msgstr ""
8145
 
8146
- #: languages/vue.php:2384
8147
  msgid "Install Pretty Links"
8148
  msgstr ""
8149
 
8150
- #: languages/vue.php:2387
8151
  msgid "Pretty Links Installed & Activated"
8152
  msgstr ""
8153
 
8154
- #: languages/vue.php:2390
8155
  msgid "Download Pretty Links"
8156
  msgstr ""
8157
 
8158
- #: languages/vue.php:2393
8159
  msgid "Install Pretty Links from the WordPress.org plugin repository."
8160
  msgstr ""
8161
 
8162
- #: languages/vue.php:2396
8163
  msgid "Activate Pretty Links"
8164
  msgstr ""
8165
 
8166
- #: languages/vue.php:2399
8167
  msgid "Activating Pretty Links..."
8168
  msgstr ""
8169
 
8170
- #: languages/vue.php:2402
8171
  msgid "Create New Pretty Link"
8172
  msgstr ""
8173
 
8174
- #: languages/vue.php:2405
8175
  msgid "Create a New Pretty Link"
8176
  msgstr ""
8177
 
8178
- #: languages/vue.php:2408
8179
  msgid "Grab your campaign link and paste it into the Target URL field."
8180
  msgstr ""
8181
 
8182
- #: languages/vue.php:2411
8183
  msgid "Custom Campaign Parameters"
8184
  msgstr ""
8185
 
8186
- #: languages/vue.php:2414
8187
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
8188
  msgstr ""
8189
 
8190
- #: languages/vue.php:2417
8191
  msgid "A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the URLs that are the most effective in attracting users to your content."
8192
  msgstr ""
8193
 
8194
  #. Translators: Marks the field as required.
8195
- #: languages/vue.php:2421
8196
  msgid "Website URL %s"
8197
  msgstr ""
8198
 
8199
  #. Translators: Display the current website url in italic.
8200
- #: languages/vue.php:2425
8201
  msgid "The full website URL (e.g. %1$s %2$s%3$s)"
8202
  msgstr ""
8203
 
8204
  #. Translators: Marks the field as required.
8205
- #: languages/vue.php:2429
8206
  msgid "Campaign Source %s"
8207
  msgstr ""
8208
 
8209
  #. Translators: Make the text italic.
8210
- #: languages/vue.php:2433
8211
  msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
8212
  msgstr ""
8213
 
8214
  #. Translators: Make the text italic.
8215
- #: languages/vue.php:2437
8216
  msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
8217
  msgstr ""
8218
 
8219
  #. Translators: Make the text italic.
8220
- #: languages/vue.php:2441
8221
  msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
8222
  msgstr ""
8223
 
8224
- #: languages/vue.php:2444
8225
  msgid "Enter the paid keyword"
8226
  msgstr ""
8227
 
8228
- #: languages/vue.php:2447
8229
  msgid "Enter something to differentiate ads"
8230
  msgstr ""
8231
 
8232
- #: languages/vue.php:2450
8233
  msgid "Use Fragment"
8234
  msgstr ""
8235
 
8236
  #. Translators: Make the text bold.
8237
- #: languages/vue.php:2454
8238
  msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
8239
  msgstr ""
8240
 
8241
- #: languages/vue.php:2457
8242
  msgid "URL to use"
8243
  msgstr ""
8244
 
8245
- #: languages/vue.php:2460
8246
  msgid "(Updates automatically)"
8247
  msgstr ""
8248
 
8249
- #: languages/vue.php:2463
8250
  msgid "Copy to Clipboard"
8251
  msgstr ""
8252
 
8253
- #: languages/vue.php:2466
8254
  msgid "Copy to Pretty Links"
8255
  msgstr ""
8256
 
8257
- #: languages/vue.php:2469
8258
  msgid "Make your campaign links prettier!"
8259
  msgstr ""
8260
 
8261
- #: languages/vue.php:2472
8262
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
8263
  msgstr ""
8264
 
8265
- #: languages/vue.php:2475
8266
  msgid "More Information & Examples"
8267
  msgstr ""
8268
 
8269
- #: languages/vue.php:2478
8270
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
8271
  msgstr ""
8272
 
8273
- #: languages/vue.php:2481
8274
  msgid "Campaign Source"
8275
  msgstr ""
8276
 
8277
- #: languages/vue.php:2484
8278
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
8279
  msgstr ""
8280
 
8281
- #: languages/vue.php:2487
8282
  msgid "Campaign Medium"
8283
  msgstr ""
8284
 
8285
- #: languages/vue.php:2490
8286
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
8287
  msgstr ""
8288
 
8289
- #: languages/vue.php:2493
8290
  msgid "Campaign Name"
8291
  msgstr ""
8292
 
8293
- #: languages/vue.php:2496
8294
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
8295
  msgstr ""
8296
 
8297
- #: languages/vue.php:2499
8298
  msgid "Campaign Term"
8299
  msgstr ""
8300
 
8301
- #: languages/vue.php:2502
8302
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
8303
  msgstr ""
8304
 
8305
- #: languages/vue.php:2505
8306
  msgid "Campaign Content"
8307
  msgstr ""
8308
 
8309
- #: languages/vue.php:2508
8310
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
8311
  msgstr ""
8312
 
8313
  #. Translators: Example.
8314
- #: languages/vue.php:2512
8315
  msgid "Example: %s"
8316
  msgstr ""
8317
 
8318
  #. Translators: Examples.
8319
- #: languages/vue.php:2516
8320
  msgid "Examples: %s"
8321
  msgstr ""
8322
 
8323
- #: languages/vue.php:2519
8324
  msgid "About Campaigns"
8325
  msgstr ""
8326
 
8327
- #: languages/vue.php:2522
8328
  msgid "About Custom Campaigns"
8329
  msgstr ""
8330
 
8331
- #: languages/vue.php:2525
8332
  msgid "Best Practices for Creating Custom Campaigns"
8333
  msgstr ""
8334
 
8335
- #: languages/vue.php:2528
8336
  msgid "About the Referral Traffic Report"
8337
  msgstr ""
8338
 
8339
- #: languages/vue.php:2531
8340
  msgid "About Traffic Source Dimensions"
8341
  msgstr ""
8342
 
8343
- #: languages/vue.php:2534
8344
  msgid "AdWords Auto-Tagging"
8345
  msgstr ""
8346
 
8347
- #: languages/vue.php:2537
8348
  msgid "Additional Information"
8349
  msgstr ""
8350
 
8351
- #: languages/vue.php:2540
8352
  msgid "Affiliate Links"
8353
  msgstr ""
8354
 
8355
  #. Translators: Add links to documentation.
8356
- #: languages/vue.php:2544
8357
  msgid "This allows you to track custom affiliate links. A path of /go/ would match urls that start with that. The label is appended onto the end of the string \"outbound-link-\", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %1$shere%2$s."
8358
  msgstr ""
8359
 
8360
- #: languages/vue.php:2547
8361
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
8362
  msgstr ""
8363
 
8364
- #: languages/vue.php:2550
8365
  msgid "The ExactMetrics Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results."
8366
  msgstr ""
8367
 
8368
- #: languages/vue.php:2553
8369
  msgid "Disable the Headline Analyzer"
8370
  msgstr ""
8371
 
8372
  #. Translators: Add line break.
8373
- #: languages/vue.php:2557
8374
  msgid "See All Your Important Store%s Metrics in One Place"
8375
  msgstr ""
8376
 
8377
- #: languages/vue.php:2560
8378
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
8379
  msgstr ""
8380
 
8381
- #: languages/vue.php:2563
8382
  msgid "See Your Conversion Rate to Improve Funnel"
8383
  msgstr ""
8384
 
8385
- #: languages/vue.php:2566
8386
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
8387
  msgstr ""
8388
 
8389
- #: languages/vue.php:2569
8390
  msgid "See The Total Revenue to Track Growth"
8391
  msgstr ""
8392
 
8393
- #: languages/vue.php:2572
8394
  msgid "See Average Order Value to Find Offer Opportunities"
8395
  msgstr ""
8396
 
8397
- #: languages/vue.php:2575
8398
  msgid "See Your Top Products to See Individual Performance"
8399
  msgstr ""
8400
 
8401
- #: languages/vue.php:2578
8402
  msgid "See your Top Conversion Sources and Focus on what's Working"
8403
  msgstr ""
8404
 
8405
- #: languages/vue.php:2581
8406
  msgid "See The Time it Takes for Customers to Purchase"
8407
  msgstr ""
8408
 
8409
- #: languages/vue.php:2584
8410
  msgid "See How Many Sessions are Needed for a Purchase"
8411
  msgstr ""
8412
 
8413
- #: languages/vue.php:2587
8414
  msgid "Automatically Track Affiliate Sales"
8415
  msgstr ""
8416
 
8417
- #: languages/vue.php:2590
8418
  msgid "The ExactMetrics eCommerce addon works with EasyAffiliate, so that you can instantly track all affiliate referrals and sales inside WordPress and Google Analytics, with no coding needed."
8419
  msgstr ""
8420
 
8421
- #: languages/vue.php:2593
8422
  msgid "Works with WooCommerce, MemberPress, and EasyDigitalDownloads."
8423
  msgstr ""
8424
 
8425
- #: languages/vue.php:2596
8426
  msgid "Cross Domain Tracking"
8427
  msgstr ""
8428
 
8429
  #. Translators: Add links to documentation.
8430
- #: languages/vue.php:2600
8431
  msgid "Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %1$sknowledge base%2$s."
8432
  msgstr ""
8433
 
8434
- #: languages/vue.php:2603
8435
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
8436
  msgstr ""
8437
 
8438
- #: languages/vue.php:2606
8439
  msgid "Anonymize IP Addresses"
8440
  msgstr ""
8441
 
8442
- #: languages/vue.php:2609
8443
  msgid "Link Attribution"
8444
  msgstr ""
8445
 
8446
- #: languages/vue.php:2612
8447
  msgid "Enable Enhanced Link Attribution"
8448
  msgstr ""
8449
 
8450
- #: languages/vue.php:2615
8451
  msgid "Enable Anchor Tracking"
8452
  msgstr ""
8453
 
8454
- #: languages/vue.php:2618
8455
  msgid "Enable allowAnchor"
8456
  msgstr ""
8457
 
8458
- #: languages/vue.php:2621
8459
  msgid "Enable allowLinker"
8460
  msgstr ""
8461
 
8462
- #: languages/vue.php:2624
8463
  msgid "Enable Tag Links in RSS"
8464
  msgstr ""
8465
 
8466
- #: languages/vue.php:2627
8467
  msgid "File Downloads"
8468
  msgstr ""
8469
 
8470
- #: languages/vue.php:2630
8471
  msgid "Extensions of Files to Track as Downloads"
8472
  msgstr ""
8473
 
8474
- #: languages/vue.php:2633
8475
  msgid "ExactMetrics will send an event to Google Analytics if a link to a file has one of the above extensions."
8476
  msgstr ""
8477
 
8478
  #. Translators: Add links to documentation.
8479
- #: languages/vue.php:2637
8480
  msgid "Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %1$sknowledge base%2$s. For more information about Remarketing, we refer you to %3$sGoogle's documentation%4$s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience."
8481
  msgstr ""
8482
 
8483
  #. Translators: Add links to documentation.
8484
- #: languages/vue.php:2641
8485
  msgid "This adds %1$sanonymizeIp%2$s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage."
8486
  msgstr ""
8487
 
8488
  #. Translators: Add links to documentation.
8489
- #: languages/vue.php:2645
8490
  msgid "Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs."
8491
  msgstr ""
8492
 
8493
- #: languages/vue.php:2648
8494
  msgid "Many WordPress \"1-page\" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes."
8495
  msgstr ""
8496
 
8497
  #. Translators: Add links to documentation.
8498
- #: languages/vue.php:2652
8499
  msgid "This adds %1$sallowAnchor%2$s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
8500
  msgstr ""
8501
 
8502
  #. Translators: Add links to documentation.
8503
- #: languages/vue.php:2656
8504
  msgid "Enabling %1$scross-domain tracking (additional setup required)%2$s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code."
8505
  msgstr ""
8506
 
8507
  #. Translators: Add links to documentation.
8508
- #: languages/vue.php:2660
8509
  msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %1$shelp page%2$s for info on how to enable this feature in FeedBurner."
8510
  msgstr ""
8511
 
8512
- #: languages/vue.php:2663
8513
  msgid "Add domain"
8514
  msgstr ""
8515
 
8516
  #. Translators: Domain name example.
8517
- #: languages/vue.php:2667
8518
  msgid "Domain (example: %s)"
8519
  msgstr ""
8520
 
8521
  #. Translators: Current domain name that should not be used.
8522
- #: languages/vue.php:2671
8523
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
8524
  msgstr ""
8525
 
8526
  #. Translators: Adds link to the account area to retreive license key.
8527
- #: languages/vue.php:2675
8528
  msgid "Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s."
8529
  msgstr ""
8530
 
8531
- #: languages/vue.php:2678
8532
  msgid "Connect ExactMetrics to Start Tracking Your Data"
8533
  msgstr ""
8534
 
8535
- #: languages/vue.php:2681
8536
  msgid "Complete Upgrade"
8537
  msgstr ""
8538
 
8539
- #: languages/vue.php:2684
8540
  msgid "Upgrade to Pro Version!"
8541
  msgstr ""
8542
 
8543
  #. Translators: Make text bold.
8544
- #: languages/vue.php:2688
8545
  msgid "%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process."
8546
  msgstr ""
8547
 
8548
- #: languages/vue.php:2691
8549
  msgid "Install All-in-One SEO"
8550
  msgstr ""
8551
 
8552
- #: languages/vue.php:2694
8553
  msgid "Improve Your Website Search Rankings With All-In-One SEO"
8554
  msgstr ""
8555
 
8556
- #: languages/vue.php:2697
8557
  msgid "If you’re not using a plugin to optimize your website’s SEO you’re missing out on valuable organic traffic!"
8558
  msgstr ""
8559
 
8560
- #: languages/vue.php:2700
8561
  msgid "Finally, a WordPress SEO Plugin that’s Easy and Powerful!"
8562
  msgstr ""
8563
 
8564
- #: languages/vue.php:2703
8565
  msgid "AIOSEO makes it easy to set up the proper SEO foundations in less than 10 minutes."
8566
  msgstr ""
8567
 
8568
- #: languages/vue.php:2706
8569
  msgid "Local SEO"
8570
  msgstr ""
8571
 
8572
- #: languages/vue.php:2709
8573
  msgid "All in One SEO gives you all the tools you need to improve your local SEO and rank higher on Google Maps."
8574
  msgstr ""
8575
 
8576
- #: languages/vue.php:2712
8577
  msgid "WooCommerce SEO"
8578
  msgstr ""
8579
 
8580
- #: languages/vue.php:2715
8581
  msgid "Advanced eCommerce SEO support for WooCommerce to optimize product pages, product categories, and more."
8582
  msgstr ""
8583
 
8584
- #: languages/vue.php:2718
8585
  msgid "SEO Custom User Roles"
8586
  msgstr ""
8587
 
8588
- #: languages/vue.php:2721
8589
  msgid "SEO user roles allow you to manage access to important SEO features without handing over control of your website."
8590
  msgstr ""
8591
 
8592
- #: languages/vue.php:2724
8593
  msgid "Google News Sitemap"
8594
  msgstr ""
8595
 
8596
- #: languages/vue.php:2727
8597
  msgid "Get higher rankings and unlock more traffic by submitting your latest news articles to Google News."
8598
  msgstr ""
8599
 
8600
- #: languages/vue.php:2730
8601
  msgid "Smart XML Sitemaps"
8602
  msgstr ""
8603
 
8604
- #: languages/vue.php:2733
8605
  msgid "Automatically generate a WordPress XML sitemap and notify all search engines of any updates."
8606
  msgstr ""
8607
 
8608
- #: languages/vue.php:2736
8609
  msgid "Social Media Integration"
8610
  msgstr ""
8611
 
8612
- #: languages/vue.php:2739
8613
  msgid "Easily control how your content and thumbnails look on Facebook, Twitter, and other social media networks."
8614
  msgstr ""
8615
 
8616
- #: languages/vue.php:2742
8617
  msgid "TruSEO On-Page Analysis"
8618
  msgstr ""
8619
 
8620
- #: languages/vue.php:2745
8621
  msgid "Easily add title tags, meta descriptions, keywords, and everything else you need for proper on-page SEO optimization."
8622
  msgstr ""
8623
 
8624
- #: languages/vue.php:2748
8625
  msgid "& Many More!"
8626
  msgstr ""
8627
 
8628
- #: languages/vue.php:2751
8629
  msgid "Installing. Please wait.."
8630
  msgstr ""
8631
 
8632
- #: languages/vue.php:2754
8633
  msgid "Install All-in-One-SEO"
8634
  msgstr ""
8635
 
8636
- #: languages/vue.php:2757
8637
  msgid "Unlock the Publisher Report and Focus on the Content That Matters"
8638
  msgstr ""
8639
 
8640
- #: languages/vue.php:2760
8641
  msgid "See Your Top Landing Pages to Improve Engagement"
8642
  msgstr ""
8643
 
8644
- #: languages/vue.php:2763
8645
  msgid "See Your Top Exit Pages to Reduce Abandonment"
8646
  msgstr ""
8647
 
8648
- #: languages/vue.php:2766
8649
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
8650
  msgstr ""
8651
 
8652
- #: languages/vue.php:2769
8653
  msgid "See Your Top Affiliate Links and Focus on What’s Working"
8654
  msgstr ""
8655
 
8656
- #: languages/vue.php:2772
8657
  msgid "See Your Top Downloads and Improve Conversions"
8658
  msgstr ""
8659
 
8660
- #: languages/vue.php:2775
8661
  msgid "See Audience Demographic Report (Age / Gender / Interests)"
8662
  msgstr ""
8663
 
8664
- #: languages/vue.php:2778
8665
  msgid "Welcome to the all-new ExactMetrics"
8666
  msgstr ""
8667
 
8668
- #: languages/vue.php:2781
8669
  msgid "Redesigned from the ground up, ExactMetrics is built to bring a world-class analytics and reporting experience to WordPress."
8670
  msgstr ""
8671
 
8672
- #: languages/vue.php:2784
8673
  msgid "The New & Improved ExactMetrics includes:"
8674
  msgstr ""
8675
 
8676
- #: languages/vue.php:2787
8677
  msgid "All-New Design"
8678
  msgstr ""
8679
 
8680
- #: languages/vue.php:2790
8681
  msgid "Better Reporting"
8682
  msgstr ""
8683
 
8684
- #: languages/vue.php:2793
8685
  msgid "Better Tracking"
8686
  msgstr ""
8687
 
8688
- #: languages/vue.php:2796
8689
  msgid "Better Support"
8690
  msgstr ""
8691
 
8692
- #: languages/vue.php:2799
8693
  msgid "Continue"
8694
  msgstr ""
8695
 
8696
- #: languages/vue.php:2802
8697
  msgid "Your settings have been automatically transferred."
8698
  msgstr ""
8699
 
8700
- #: languages/vue.php:2805
8701
  msgid "On the next step, you will be asked to re-authenticate with Google Analytics. Please %1$ssee our detailed post%2$s to learn why we need your help. Don't worry, your tracking will continue to work as-is even if you don't do this, but re-auth is required to see analytics reports inside WordPress dashboard."
8702
  msgstr ""
8703
 
8704
- #: languages/vue.php:2808
8705
  msgid "New"
8706
  msgstr ""
8707
 
8708
- #: languages/vue.php:2811
8709
  msgid "Returning"
8710
  msgstr ""
8711
 
8712
- #: languages/vue.php:2814
8713
  msgid "Top 10 Countries"
8714
  msgstr ""
8715
 
8716
- #: languages/vue.php:2817
8717
  msgid "View Countries Report"
8718
  msgstr ""
8719
 
8720
- #: languages/vue.php:2820
8721
  msgid "Top 10 Referrals"
8722
  msgstr ""
8723
 
8724
- #: languages/vue.php:2823
8725
  msgid "View All Referral Sources"
8726
  msgstr ""
8727
 
8728
- #: languages/vue.php:2826
8729
  msgid "View Full Posts/Pages Report"
8730
  msgstr ""
8731
 
8732
- #: languages/vue.php:2829
8733
  msgid "Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
8734
  msgstr ""
8735
 
8736
- #: languages/vue.php:2832
8737
  msgid "This list shows the top countries your website visitors are from."
8738
  msgstr ""
8739
 
8740
- #: languages/vue.php:2835
8741
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
8742
  msgstr ""
8743
 
8744
- #: languages/vue.php:2838
8745
  msgid "This feature requires ExactMetrics Pro"
8746
  msgstr ""
8747
 
8748
- #: languages/vue.php:2841
8749
  msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
8750
  msgstr ""
8751
 
8752
- #: languages/vue.php:2844
8753
  msgid "Upgrade to Pro and Unlock Popular Products"
8754
  msgstr ""
8755
 
8756
- #: languages/vue.php:2847
8757
  msgid "View all Pro features"
8758
  msgstr ""
8759
 
8760
- #: languages/vue.php:2850
8761
  msgid "View notifications"
8762
  msgstr ""
8763
 
8764
- #: languages/vue.php:2853
8765
  msgid "Days"
8766
  msgstr ""
8767
 
8768
  #. Translators: placeholders make text small.
8769
- #: languages/vue.php:2857
8770
  msgid "7 days"
8771
  msgstr ""
8772
 
8773
- #: languages/vue.php:2860
8774
  msgid "30 days"
8775
  msgstr ""
8776
 
8777
- #: languages/vue.php:2863
8778
  msgid "Custom"
8779
  msgstr ""
8780
 
8781
- #: languages/vue.php:2866
8782
  msgid "2,000,000+ use AIOSEO to Improve Their Website Search Rankings"
8783
  msgstr ""
8784
 
8785
- #: languages/vue.php:2869
8786
  msgid "All-in-One SEO is a great product. I have been using it on all my WP sites for several years. I highly recommend it."
8787
  msgstr ""
8788
 
8789
- #: languages/vue.php:2872
8790
  msgid "Jack Brown"
8791
  msgstr ""
8792
 
8793
- #: languages/vue.php:2875
8794
  msgid "PJB Internet Marketing"
8795
  msgstr ""
8796
 
8797
- #: languages/vue.php:2878
8798
  msgid "I’m a professional SEO and used many tools and extensions. Regarding simplicity, individuality and configurability All in One SEO Pro is by far the best SEO plugin out there for WordPress."
8799
  msgstr ""
8800
 
8801
- #: languages/vue.php:2881
8802
  msgid "Joel Steinmann"
8803
  msgstr ""
8804
 
8805
- #: languages/vue.php:2884
8806
  msgid "CEO, Solergo"
8807
  msgstr ""
8808
 
8809
- #: languages/vue.php:2887
8810
  msgid "Only Show Posts from These Categories"
8811
  msgstr ""
8812
 
8813
- #: languages/vue.php:2890
8814
  msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
8815
  msgstr ""
8816
 
8817
- #: languages/vue.php:2893
8818
  msgid "Activating..."
8819
  msgstr ""
8820
 
8821
- #: languages/vue.php:2896
8822
  msgid "Deactivating..."
8823
  msgstr ""
8824
 
8825
- #: languages/vue.php:2899
8826
  msgid "Deactivate"
8827
  msgstr ""
8828
 
8829
- #: languages/vue.php:2902
8830
  msgid "Search Console Report"
8831
  msgstr ""
8832
 
8833
- #: languages/vue.php:2905
8834
  msgid "See exactly how people find tour website, which keywords they searched for, how many times the results were viewed, and more."
8835
  msgstr ""
8836
 
8837
- #: languages/vue.php:2908
8838
  msgid "See Your Top Google Search Terms and Optimize Content"
8839
  msgstr ""
8840
 
8841
- #: languages/vue.php:2911
8842
  msgid "See The Number of Clicks and Track Interests"
8843
  msgstr ""
8844
 
8845
- #: languages/vue.php:2914
8846
  msgid "See The Click-Through-Ratio and Improve SEO"
8847
  msgstr ""
8848
 
8849
- #: languages/vue.php:2917
8850
  msgid "See The Average Results Position and Focus on what works."
8851
  msgstr ""
8852
 
8853
- #: languages/vue.php:2920
8854
  msgid "Ecommerce Report"
8855
  msgstr ""
8856
 
8857
- #: languages/vue.php:2923
8858
  msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value top products, top referral sources and more."
8859
  msgstr ""
8860
 
8861
- #: languages/vue.php:2926
8862
  msgid "See Your Conversion Rate to Improve Your Funnel"
8863
  msgstr ""
8864
 
8865
- #: languages/vue.php:2929
8866
  msgid "See Your Top Conversion Sources and Focus on What's Working"
8867
  msgstr ""
8868
 
8869
- #: languages/vue.php:2932
8870
  msgid "Popular Posts data can be fetched correctly"
8871
  msgstr ""
8872
 
8873
- #: languages/vue.php:2935
8874
  msgid "Please note: depending on when you set up the Custom Dimensions settings, it may take up to 7 days to see relevant Popular Posts data loading from Google Analytics."
8875
  msgstr ""
8876
 
8877
- #: languages/vue.php:2938
8878
  msgid "Close"
8879
  msgstr ""
8880
 
8881
- #: languages/vue.php:2942
8882
  msgid "Add Top 5 Posts from Google Analytics"
8883
  msgstr ""
8884
 
8885
- #: languages/vue.php:2945
8886
  msgid "In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both ExactMetrics and Google Analytics settings."
8887
  msgstr ""
8888
 
8889
- #: languages/vue.php:2948
8890
  msgid "Test Automated Posts"
8891
  msgstr ""
8892
 
8893
  #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
8894
- #: languages/vue.php:2952
8895
  msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
8896
  msgstr ""
8897
 
8898
- #: languages/vue.php:2956
8899
  msgid "Automated + Curated"
8900
  msgstr ""
8901
 
8902
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8903
- #: languages/vue.php:2960
8904
  msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using %1$sCustom Dimensions%2$s. Also requires Sort By - Curated to be selected. Setup steps can be found in our %3$sknowledge base%4$s."
8905
  msgstr ""
8906
 
8907
  #. Translators: Placeholder gets replaced with current license version.
8908
- #: languages/vue.php:2964
8909
  msgid "Pro version is required."
8910
  msgstr ""
8911
 
8912
- #: languages/vue.php:2967
8913
  msgid "Verifying Popular Posts data"
8914
  msgstr ""
8915
 
8916
- #: languages/vue.php:2970
8917
  msgid "Multiple Entries"
8918
  msgstr ""
8919
 
8920
- #: languages/vue.php:2973
8921
  msgid "Total Number of Widgets to Show"
8922
  msgstr ""
8923
 
8924
- #: languages/vue.php:2976
8925
  msgid "Choose how many widgets will be placed in a single Post."
8926
  msgstr ""
8927
 
8928
- #: languages/vue.php:2979
8929
  msgid "Minimum Distance Between Widgets"
8930
  msgstr ""
8931
 
8932
- #: languages/vue.php:2982
8933
  msgid "Choose the distance between widgets."
8934
  msgstr ""
8935
 
8936
- #: languages/vue.php:2985
8937
  msgid "Minimum Word Count to Display Multiple Widgets"
8938
  msgstr ""
8939
 
8940
- #: languages/vue.php:2988
8941
  msgid "Choose the minimum word count for a Post to have multiple entries."
8942
  msgstr ""
8943
 
8944
- #: languages/vue.php:2991
8945
  msgid "Pro version is required"
8946
  msgstr ""
8947
 
8948
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8949
- #: languages/vue.php:2995
8950
  msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s)."
8951
  msgstr ""
8952
 
8953
- #: languages/vue.php:2998
8954
  msgid "Select posts/search"
8955
  msgstr ""
8956
 
8957
- #: languages/vue.php:3001
8958
  msgid "Oops! No posts found."
8959
  msgstr ""
8960
 
8961
- #: languages/vue.php:3004
8962
  msgid "Search by post title"
8963
  msgstr ""
8964
 
8965
- #: languages/vue.php:3007
8966
  msgid "Can't load posts."
8967
  msgstr ""
8968
 
8969
- #: languages/vue.php:3010
8970
  msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
8971
  msgstr ""
8972
 
8973
- #: languages/vue.php:3013
8974
  msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
8975
  msgstr ""
8976
 
8977
- #: languages/vue.php:3016
8978
  msgid "Color"
8979
  msgstr ""
8980
 
8981
- #: languages/vue.php:3019
8982
  msgid "Size"
8983
  msgstr ""
8984
 
8985
- #: languages/vue.php:3022
8986
  msgid "Title"
8987
  msgstr ""
8988
 
8989
- #: languages/vue.php:3025
8990
  msgid "Label"
8991
  msgstr ""
8992
 
8993
- #: languages/vue.php:3028
8994
  msgid "Background"
8995
  msgstr ""
8996
 
8997
- #: languages/vue.php:3031
8998
  msgid "Border"
8999
  msgstr ""
9000
 
9001
- #: languages/vue.php:3034
9002
  msgid "Icon"
9003
  msgstr ""
9004
 
9005
- #: languages/vue.php:3038
9006
  #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
9007
  msgid "Theme Preview"
9008
  msgstr ""
9009
 
9010
- #: languages/vue.php:3041
9011
  msgid "SharedCount API Key"
9012
  msgstr ""
9013
 
9014
- #: languages/vue.php:3044
9015
  msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
9016
  msgstr ""
9017
 
9018
- #: languages/vue.php:3047
9019
  msgid "Start Indexing"
9020
  msgstr ""
9021
 
9022
- #: languages/vue.php:3050
9023
  msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
9024
  msgstr ""
9025
 
9026
- #: languages/vue.php:3053
9027
  msgid "Indexing completed, counts will update automatically every day."
9028
  msgstr ""
9029
 
9030
  #. Translators: Minimum and maximum number that can be used.
9031
- #: languages/vue.php:3057
9032
  msgid "Please enter a value between %1$s and %2$s"
9033
  msgstr ""
9034
 
9035
  #. Translators: The minimum set value.
9036
- #: languages/vue.php:3061
9037
  msgid "Please enter a value higher than %s"
9038
  msgstr ""
9039
 
9040
  #. Translators: The maximum set value.
9041
- #: languages/vue.php:3065
9042
  msgid "Please enter a value lower than %s"
9043
  msgstr ""
9044
 
9045
- #: languages/vue.php:3068
9046
  msgid "Please enter a number"
9047
  msgstr ""
9048
 
9049
- #: languages/vue.php:3071
9050
  msgid "Value has to be a round number"
9051
  msgstr ""
9052
 
9053
- #: languages/vue.php:3074
9054
  msgid "Author/Date"
9055
  msgstr ""
9056
 
9057
- #: languages/vue.php:3086
9058
  msgid "Choose which content you would like displayed in the widget."
9059
  msgstr ""
9060
 
9061
- #: languages/vue.php:3098
9062
  msgid "Comments"
9063
  msgstr ""
9064
 
9065
- #: languages/vue.php:3104
9066
  msgid "Choose how many posts you’d like displayed in the widget."
9067
  msgstr ""
9068
 
9069
  #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
9070
- #: languages/vue.php:3108
9071
  msgid "%1$sPage %3$s%2$s of %4$s"
9072
  msgstr ""
9073
 
9074
- #: languages/vue.php:3111
9075
  msgid "Wide"
9076
  msgstr ""
9077
 
9078
- #: languages/vue.php:3114
9079
  msgid "Narrow"
9080
  msgstr ""
9081
 
9082
  #. Translators: Make text green.
9083
- #: languages/vue.php:3118
9084
  msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
9085
  msgstr ""
9086
 
9087
- #: languages/vue.php:3124
9088
  msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
9089
  msgstr ""
9090
 
9091
- #: languages/vue.php:3127
9092
  msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
9093
  msgstr ""
9094
 
9095
- #: languages/vue.php:3130
9096
  msgid "Usage Tracking"
9097
  msgstr ""
9098
 
9099
- #: languages/vue.php:3133
9100
  msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
9101
  msgstr ""
9102
 
9103
- #: languages/vue.php:3136
9104
  msgid "Allow usage tracking"
9105
  msgstr ""
9106
 
9107
  #. Translators: Adds a link to the documentation.
9108
- #: languages/vue.php:3140
9109
  msgid "Complete documentation on usage tracking is available %1$shere%2$s."
9110
  msgstr ""
9111
 
9112
- #: languages/vue.php:3143
9113
  msgid "Facebook Instant Articles"
9114
  msgstr ""
9115
 
9116
- #: languages/vue.php:3146
9117
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to ExactMetrics Pro."
9118
  msgstr ""
9119
 
9120
- #: languages/vue.php:3149
9121
  msgid "Performance"
9122
  msgstr ""
9123
 
9124
- #: languages/vue.php:3152
9125
  msgid "Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization."
9126
  msgstr ""
9127
 
9128
- #: languages/vue.php:3155
9129
  msgid "Google AMP"
9130
  msgstr ""
9131
 
9132
- #: languages/vue.php:3158
9133
  msgid "Want to use track users visiting your AMP pages? By upgrading to ExactMetrics Pro, you can enable AMP page tracking."
9134
  msgstr ""
9135
 
9136
- #: languages/vue.php:3161
9137
  msgid "Ads Tracking"
9138
  msgstr ""
9139
 
9140
- #: languages/vue.php:3164
9141
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
9142
  msgstr ""
9143
 
9144
- #: languages/vue.php:3167
9145
  msgid "Unlock with %s"
9146
  msgstr ""
9147
 
9148
- #: languages/vue.php:3170
9149
  msgid "Scroll Tracking"
9150
  msgstr ""
9151
 
9152
- #: languages/vue.php:3173
9153
  msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
9154
  msgstr ""
9155
 
9156
- #: languages/vue.php:3176
9157
  msgid ""
9158
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
9159
  " and other privacy regulations."
9160
  msgstr ""
9161
 
9162
- #: languages/vue.php:3180
9163
  msgid "EU Compliance"
9164
  msgstr ""
9165
 
9166
- #: languages/vue.php:3183
9167
  msgid "Compatibility mode"
9168
  msgstr ""
9169
 
9170
- #: languages/vue.php:3186
9171
  msgid "Enable _gtagTracker Compatibility"
9172
  msgstr ""
9173
 
9174
  #. Translators: Placeholder gets replaced with default GA js function.
9175
- #: languages/vue.php:3190
9176
  msgid "This enables ExactMetrics to work with plugins that use %1$s and don't support %2$s"
9177
  msgstr ""
9178
 
9179
- #: languages/vue.php:3193
9180
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. ExactMetrics Pro shows you the stats that matter!"
9181
  msgstr ""
9182
 
9183
- #: languages/vue.php:3196
9184
  msgid "To unlock more features consider upgrading to PRO."
9185
  msgstr ""
9186
 
9187
- #: languages/vue.php:3199
9188
  msgid "Upgrade to"
9189
  msgstr ""
9190
 
9191
- #: languages/vue.php:3202
9192
  msgid "Export PDF Report"
9193
  msgstr ""
9194
 
9195
- #: languages/vue.php:3205
9196
  msgid "You can export PDF reports only in the PRO version."
9197
  msgstr ""
9198
 
9199
- #: languages/vue.php:3208
9200
  msgid "Display Method"
9201
  msgstr ""
9202
 
9203
- #: languages/vue.php:3211
9204
  msgid "There are two ways to manual include the widget in your posts."
9205
  msgstr ""
9206
 
9207
- #: languages/vue.php:3214
9208
  msgid "Using the Gutenberg Block"
9209
  msgstr ""
9210
 
9211
- #: languages/vue.php:3217
9212
  msgid "Using the Shortcode"
9213
  msgstr ""
9214
 
9215
- #: languages/vue.php:3220
9216
  msgid "Learn how to insert the widget using Gutenberg blocks."
9217
  msgstr ""
9218
 
9219
- #: languages/vue.php:3223
9220
  msgid "Learn how to insert the widget using out Shortcode."
9221
  msgstr ""
9222
 
9223
- #: languages/vue.php:3226
9224
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
9225
  msgstr ""
9226
 
9227
- #: languages/vue.php:3229
9228
  msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
9229
  msgstr ""
9230
 
9231
- #: languages/vue.php:3232
9232
  msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”."
9233
  msgstr ""
9234
 
9235
- #: languages/vue.php:3235
9236
  msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
9237
  msgstr ""
9238
 
9239
- #: languages/vue.php:3238
9240
  msgid "Shortcode"
9241
  msgstr ""
9242
 
9243
- #: languages/vue.php:3241
9244
  msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
9245
  msgstr ""
9246
 
9247
- #: languages/vue.php:3244
9248
  msgid "Copy Shortcode"
9249
  msgstr ""
9250
 
9251
- #: languages/vue.php:3247
9252
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
9253
  msgstr ""
9254
 
9255
- #: languages/vue.php:3250
9256
  msgid "Automatic Placement"
9257
  msgstr ""
9258
 
9259
- #: languages/vue.php:3253
9260
  msgid "Display using Gutenberg Blocks"
9261
  msgstr ""
9262
 
9263
- #: languages/vue.php:3256
9264
  msgid "Embed Options"
9265
  msgstr ""
9266
 
9267
- #: languages/vue.php:3259
9268
  msgid "All Embed Options can be used in conjunction with one another."
9269
  msgstr ""
9270
 
9271
- #: languages/vue.php:3262
9272
  msgid "Using Automatic Embed"
9273
  msgstr ""
9274
 
9275
- #: languages/vue.php:3265
9276
  msgid "Learn how to insert the Popular Posts Widget into your posts and pages using Gutenberg Blocks. To style this widget, use the Gutenberg Block settings."
9277
  msgstr ""
9278
 
9279
- #: languages/vue.php:3268
9280
  msgid "Enabling Automatic Placement will include the Popular Posts Widget after the last paragraph of any and all posts that match your Behavior settings. To style this widget use the Customize Design panel above."
9281
  msgstr ""
9282
 
9283
- #: languages/vue.php:3271
9284
  msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
9285
  msgstr ""
9286
 
9287
- #: languages/vue.php:3274
9288
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
9289
  msgstr ""
9290
 
9291
- #: languages/vue.php:3277
9292
  msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
9293
  msgstr ""
9294
 
9295
- #: languages/vue.php:3280
9296
  msgid "%1$sStep 1%2$s - Navigate to your Appearance > Widgets page using the menu on the left side your screen. Must be logged in as Admin."
9297
  msgstr ""
9298
 
9299
- #: languages/vue.php:3283
9300
  msgid "%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - ExactMetrics widget and drag it into the desired Sidebar on the right."
9301
  msgstr ""
9302
 
9303
- #: languages/vue.php:3286
9304
  msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
9305
  msgstr ""
9306
 
9307
- #: languages/vue.php:3289
9308
  msgid "Display using a Shortcode"
9309
  msgstr ""
9310
 
9311
- #: languages/vue.php:3292
9312
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
9313
  msgstr ""
9314
 
9315
- #: languages/vue.php:3295
9316
  msgid "Enable Automatic Placement"
9317
  msgstr ""
9318
 
9319
- #: languages/vue.php:3298
9320
  msgid "Display in a Sidebar"
9321
  msgstr ""
9322
 
9323
- #: languages/vue.php:3301
9324
  msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
9325
  msgstr ""
9326
 
9327
- #: languages/vue.php:3304
9328
  msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
9329
  msgstr ""
9330
 
9331
  #. Translators: The number of results.
9332
- #: languages/vue.php:3308
9333
  msgid "%s results"
9334
  msgstr ""
9335
 
9336
- #: languages/vue.php:3311
9337
  msgid "Media"
9338
  msgstr ""
9339
 
9340
- #: languages/vue.php:3314
9341
  msgid "Track how your users interact with videos on your website. Upgrade to ExactMetrics Pro."
9342
  msgstr ""
9343
 
9344
- #: languages/vue.php:3317
9345
  msgid "2021 Year in Review"
9346
  msgstr ""
9347
 
9348
- #: languages/vue.php:3320
9349
  msgid "Media- Track how your users interact with videos on your website."
9350
  msgstr ""
9351
 
9352
- #: languages/vue.php:3323
9353
  msgid "Your 2021 Year in Review is still calculating. Please check back later to see how your website performed last year."
9354
  msgstr ""
9355
 
9356
- #: languages/vue.php:3326
9357
  msgid "Your 2021 Analytics Report"
9358
  msgstr ""
9359
 
9360
- #: languages/vue.php:3332
9361
  msgid "January 1, 2021 - December 31, 2021"
9362
  msgstr ""
9363
 
9364
- #: languages/vue.php:3335
9365
  msgid "A Tip for 2022"
9366
  msgstr ""
9367
 
9368
- #: languages/vue.php:3338
9369
  msgid "A Tip For 2022"
9370
  msgstr ""
9371
 
9372
- #: languages/vue.php:3341
9373
  msgid "Here's to an amazing 2022!"
9374
  msgstr ""
9375
 
9376
- #: languages/vue.php:3344
9377
  msgid "Try our other popular WordPress plugins to grow your website in 2022."
9378
  msgstr ""
9379
 
9380
- #: languages/vue.php:3347
9381
  msgid "Become a WordPress expert in 2022. Join our amazing communities and take your website to the next level."
9382
  msgstr ""
9383
 
9384
- #: languages/vue.php:3350
9385
  msgid "Copyright ExactMetrics, 2022"
9386
  msgstr ""
9387
 
9388
  #. Translators: Number of minutes spent on site.
9389
- #: languages/vue.php:3354
9390
  msgid "Each visitor spent an average of %s minutes on your website in 2021."
9391
  msgstr ""
9392
 
9393
  #. Translators: Placeholders are used for making text bold and adding a link.
9394
- #: languages/vue.php:3358
9395
  msgid "%1$sYou're using %2$s Lite%3$s. To unlock all reports, consider %4$supgrading to Pro%5$s."
9396
  msgstr ""
9397
 
9398
- #: languages/vue.php:3361
9399
  msgid "With ExactMetrics Pro, you can easily measure individual affiliate performance inside Google Analytics, no coding needed. Track clicks, revenue, and more."
9400
  msgstr ""
9401
 
9402
- #: languages/vue.php:3364
9403
  msgid "RafflePress"
9404
  msgstr ""
9405
 
9406
- #: languages/vue.php:3367
9407
  msgid "Launch giveaways and raffle campaigns to grow your email lists, increase traffic, and get more social media followers."
9408
  msgstr ""
9409
 
9410
- #: languages/vue.php:3370
9411
  msgid "Constant Contact"
9412
  msgstr ""
9413
 
9414
- #: languages/vue.php:3373
9415
  msgid "Create amazing email marketing campaigns with drag and drop simplicity. Exclusive Offer: Save 20%."
9416
  msgstr ""
9417
 
9418
- #: languages/vue.php:3376
9419
  msgid "SEMRUSH"
9420
  msgstr ""
9421
 
9422
- #: languages/vue.php:3379
9423
  msgid "Perform SEO and content marketing research, track keywords, and much more. Special Offer: First 30 Days Free."
9424
  msgstr ""
9425
 
9426
- #: languages/vue.php:3382
9427
  msgid "Engagement Tools"
9428
  msgstr ""
9429
 
9430
- #: languages/vue.php:3385
9431
  msgid "WPForms"
9432
  msgstr ""
9433
 
9434
- #: languages/vue.php:3388
9435
  msgid "The world’s most popular WordPress form builder, trusted by over 5 million websites. Easily build contact forms, payment forms, and more."
9436
  msgstr ""
9437
 
9438
- #: languages/vue.php:3391
9439
  msgid "OptinMonster"
9440
  msgstr ""
9441
 
9442
- #: languages/vue.php:3394
9443
  msgid "Convert and monetize more of your website traffic with engaging pop-up and gamified tools. Great for all types of websites."
9444
  msgstr ""
9445
 
9446
- #: languages/vue.php:3397
9447
  msgid "Smash Balloon - Facebook"
9448
  msgstr ""
9449
 
9450
- #: languages/vue.php:3400
9451
  msgid "Smash Balloon - Instagram"
9452
  msgstr ""
9453
 
9454
- #: languages/vue.php:3403
9455
  msgid "Quickly add social media feeds from Facebook, Instagram, Twitter, and others to your website, with no coding needed."
9456
  msgstr ""
9457
 
9458
- #: languages/vue.php:3406
9459
  msgid "Popular Posts by ExactMetrics"
9460
  msgstr ""
9461
 
9462
- #: languages/vue.php:3409
9463
  msgid "Increase your visitor engagement by automatically embedding popular and related content from your website."
9464
  msgstr ""
9465
 
9466
- #: languages/vue.php:3412
9467
  msgid "Popular Products by ExactMetrics"
9468
  msgstr ""
9469
 
9470
- #: languages/vue.php:3415
9471
  msgid "Automatically show related products to increase conversion rates and increase cart sizes on your eCommerce website."
9472
  msgstr ""
9473
 
9474
- #: languages/vue.php:3418
9475
  msgid "Revenue Tools"
9476
  msgstr ""
9477
 
9478
- #: languages/vue.php:3421
9479
  msgid "SeedProd"
9480
  msgstr ""
9481
 
9482
- #: languages/vue.php:3424
9483
  msgid "Use the best drag-and-drop landing page builder for WordPress to instantly build coming soon pages, sales pages, opt-in pages, webinar pages, maintenance pages, and more. Includes 100+ free templates."
9484
  msgstr ""
9485
 
9486
- #: languages/vue.php:3427
9487
  msgid "Featured Tools"
9488
  msgstr ""
9489
 
9490
- #: languages/vue.php:3430
9491
  msgid "Easy Affiliate"
9492
  msgstr ""
9493
 
9494
- #: languages/vue.php:3433
9495
  msgid "Launch, grow, and manage an affiliate program, all right from your WordPress dashboard. Works automatically with ExactMetrics."
9496
  msgstr ""
9497
 
9498
- #: languages/vue.php:3436
9499
  msgid "SearchWP"
9500
  msgstr ""
9501
 
9502
- #: languages/vue.php:3439
9503
  msgid "Unlock better search results for your website. Perfect for any information or eCommerce store to help users find exactly what content and products they’re looking for."
9504
  msgstr ""
9505
 
9506
- #: languages/vue.php:3442
9507
  msgid "Easy Digital Downloads"
9508
  msgstr ""
9509
 
9510
- #: languages/vue.php:3445
9511
  msgid "Easily sell digital products like ebooks, plugins, and courses with WordPress. Built-in payment processing, coupons, shopping cart, detailed reporting, and more."
9512
  msgstr ""
9513
 
9514
- #: languages/vue.php:3448
9515
  msgid "MemberPress"
9516
  msgstr ""
9517
 
9518
- #: languages/vue.php:3451
9519
  msgid "Create a membership website. Works automatically with ExactMetrics, no coding needed."
9520
  msgstr ""
9521
 
9522
- #: languages/vue.php:3454
9523
  msgid "Thirsty Affiliates"
9524
  msgstr ""
9525
 
9526
- #: languages/vue.php:3457
9527
  msgid "Manage all your affiliate links with features designed to help make bloggers more money."
9528
  msgstr ""
9529
 
9530
- #: languages/vue.php:3460
9531
  msgid "Upgrade to unlock advanced reporting and features designed to help you get more traffic and make more money from your website. Special Offer: Save 50% today."
9532
  msgstr ""
9533
 
9534
- #: languages/vue.php:3463
9535
  msgid "Advanced Coupons"
9536
  msgstr ""
9537
 
9538
- #: languages/vue.php:3466
9539
  msgid "Create coupons, reward loyal customers, and schedule promotions for your eCommerce store."
9540
  msgstr ""
9541
 
9542
- #: languages/vue.php:3469
9543
  msgid "PrettyLinks"
9544
  msgstr ""
9545
 
9546
- #: languages/vue.php:3472
9547
  msgid "Automatically monetize your website content with affiliate links added automatically to your content."
9548
  msgstr ""
9549
 
9550
- #: languages/vue.php:3475
9551
  msgid "Install Now"
9552
  msgstr ""
9553
 
9554
- #: languages/vue.php:3478
9555
  msgid "Online Marketing Guides & Resources"
9556
  msgstr ""
9557
 
9558
- #: languages/vue.php:3481
9559
  msgid "Read This Guide"
9560
  msgstr ""
9561
 
9562
- #: languages/vue.php:3487
9563
  msgid "Upgrade to unlock eCommerce tracking, Custom Dimensions, Form Tracking, and much more. Special Offer: Save 50% today."
9564
  msgstr ""
9565
 
9566
- #: languages/vue.php:3490
9567
  msgid "Traffic Tools"
9568
  msgstr ""
9569
 
9570
- #: languages/vue.php:3493
9571
  msgid "All in One SEO (AIOSEO)"
9572
  msgstr ""
9573
 
9574
- #: languages/vue.php:3496
9575
  msgid "The best WordPress SEO plugin that works automatically with ExactMetrics."
9576
  msgstr ""
9577
 
9578
- #: languages/vue.php:3499
9579
  msgid "PushEngage"
9580
  msgstr ""
9581
 
9582
- #: languages/vue.php:3502
9583
  msgid "Send push notifications to your visitors to drive more traffic and boost sales."
9584
  msgstr ""
9585
 
9586
- #: languages/vue.php:3505
9587
  msgid "Featured"
9588
  msgstr ""
9589
 
9590
- #: languages/vue.php:3508
9591
  msgid "Traffic"
9592
  msgstr ""
9593
 
9594
- #: languages/vue.php:3511
9595
  msgid "Revenue"
9596
  msgstr ""
9597
 
9598
- #: languages/vue.php:3514
9599
  msgid "Guides & Resources"
9600
  msgstr ""
9601
 
9602
- #: languages/vue.php:3517
9603
  msgid "Media Tracking"
9604
  msgstr ""
9605
 
9606
- #: languages/vue.php:3520
9607
  msgid "Get Started"
9608
  msgstr ""
9609
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9610
  #: lite/includes/admin/connect.php:42
9611
  msgid "You are not allowed to install plugins."
9612
  msgstr ""
@@ -9674,11 +9821,11 @@ msgstr ""
9674
  msgid "%1$sBonus:%2$s You also get 50%% off discount for being a loyal ExactMetrics Lite user."
9675
  msgstr ""
9676
 
9677
- #: lite/includes/admin/onboarding-wizard.php:163
9678
  msgid "ExactMetrics &rsaquo; Onboarding Wizard"
9679
  msgstr ""
9680
 
9681
- #: lite/includes/admin/onboarding-wizard.php:178
9682
  msgid "Return to Dashboard"
9683
  msgstr ""
9684
 
2
  # This file is distributed under the same license as the ExactMetrics Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: ExactMetrics Pro 7.4.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/monsterinsights-temp\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-02-28T18:57:47+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: google-analytics-dashboard-for-wp\n"
16
 
17
  #. Plugin Name of the plugin
18
+ #: languages/vue.php:3489
19
  msgid "ExactMetrics Pro"
20
  msgstr ""
21
 
112
  #: includes/admin/admin.php:34
113
  #: includes/admin/admin.php:42
114
  #: includes/admin/admin.php:222
115
+ #: languages/vue.php:544
116
  msgid "Settings"
117
  msgstr ""
118
 
128
 
129
  #: includes/admin/admin.php:39
130
  #: includes/admin/admin.php:130
131
+ #: languages/vue.php:2312
132
  msgid "Reports"
133
  msgstr ""
134
 
138
 
139
  #: includes/admin/admin.php:51
140
  #: languages/gutenberg.php:83
141
+ #: languages/vue.php:1009
142
  msgid "Popular Posts"
143
  msgstr ""
144
 
191
  #: includes/admin/admin.php:76
192
  #: includes/admin/notifications/notification-upgrade-to-pro-high-traffic.php:41
193
  #: includes/admin/notifications/notification-upgrade-to-pro.php:33
194
+ #: languages/vue.php:1057
195
  msgid "Upgrade to Pro"
196
  msgstr ""
197
 
219
 
220
  #: includes/admin/admin.php:212
221
  #: includes/admin/admin.php:215
222
+ #: languages/vue.php:1033
223
  msgid "Support"
224
  msgstr ""
225
 
231
  #: includes/admin/notifications/notification-upgrade-for-google-optimize.php:32
232
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:32
233
  #: includes/admin/reports/abstract-report.php:418
234
+ #: languages/vue.php:1165
235
  msgid "Get ExactMetrics Pro"
236
  msgstr ""
237
 
241
  msgstr ""
242
 
243
  #: includes/admin/admin.php:324
244
+ #: languages/vue.php:1156
245
  msgid "Please Setup Website Analytics to See Audience Insights"
246
  msgstr ""
247
 
248
  #: includes/admin/admin.php:325
249
+ #: languages/vue.php:1162
250
  msgid "Connect ExactMetrics and Setup Website Analytics"
251
  msgstr ""
252
 
261
  #: includes/admin/notifications/notification-mobile-device-low-traffic.php:41
262
  #: includes/admin/notifications/notification-returning-visitors.php:43
263
  #: includes/admin/notifications/notification-traffic-dropping.php:43
264
+ #: languages/vue.php:338
265
  msgid "Learn More"
266
  msgstr ""
267
 
268
  #: includes/admin/admin.php:329
269
+ #: languages/vue.php:1159
270
  msgid "ExactMetrics, WordPress analytics plugin, helps you connect your website with Google Analytics, so you can see how people find and use your website. Over 3 million website owners use ExactMetrics to see the stats that matter and grow their business."
271
  msgstr ""
272
 
277
 
278
  #. Translators: Adds a link to the license renewal.
279
  #: includes/admin/admin.php:350
280
+ #: languages/vue.php:481
281
  msgid "Your license key for ExactMetrics has expired. %1$sPlease click here to renew your license key.%2$s"
282
  msgstr ""
283
 
284
  #: includes/admin/admin.php:352
285
+ #: languages/vue.php:484
286
  msgid "Your license key for ExactMetrics has been disabled. Please use a different key."
287
  msgstr ""
288
 
289
  #: includes/admin/admin.php:354
290
+ #: languages/vue.php:487
291
  msgid "Your license key for ExactMetrics is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
292
  msgstr ""
293
 
345
  msgstr ""
346
 
347
  #: includes/admin/ajax.php:55
348
+ #: includes/admin/routes.php:967
349
+ #: lite/includes/admin/onboarding-wizard.php:249
350
  msgid "You are not allowed to install plugins"
351
  msgstr ""
352
 
491
  msgstr ""
492
 
493
  #: includes/admin/common.php:951
494
+ #: languages/vue.php:3334
495
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2022!"
496
  msgstr ""
497
 
512
 
513
  #: includes/admin/exclude-page-metabox.php:102
514
  #: languages/gutenberg.php:324
515
+ #: languages/vue.php:3126
516
  msgid "Upgrade"
517
  msgstr ""
518
 
540
  msgstr ""
541
 
542
  #: includes/admin/notification-event.php:256
543
+ #: includes/admin/routes.php:873
544
+ #: includes/admin/routes.php:1207
545
  msgid "You don't have permission to view ExactMetrics reports."
546
  msgstr ""
547
 
706
  #: includes/admin/notifications/notification-upgrade-for-custom-dimensions.php:26
707
  #: includes/admin/notifications/notification-upgrade-for-events-reporting.php:26
708
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:26
709
+ #: languages/vue.php:1747
710
  #: lite/includes/admin/helpers.php:83
711
  msgid "Upgrade to ExactMetrics Pro"
712
  msgstr ""
919
  msgstr ""
920
 
921
  #: includes/admin/reports/overview.php:34
922
+ #: languages/vue.php:441
923
  msgid "Overview"
924
  msgstr ""
925
 
967
  msgid "I already did"
968
  msgstr ""
969
 
970
+ #: includes/admin/routes.php:333
971
  msgid "Easy digital downloads plugin."
972
  msgstr ""
973
 
974
+ #: includes/admin/routes.php:399
975
  msgid "The best drag & drop WordPress form builder. Easily create beautiful contact forms, surveys, payment forms, and more with our 150+ form templates. Trusted by over 4 million websites as the best forms plugin"
976
  msgstr ""
977
 
978
+ #: includes/admin/routes.php:410
979
  msgid "The original WordPress SEO plugin and toolkit that improves your website’s search rankings. Comes with all the SEO features like Local SEO, WooCommerce SEO, sitemaps, SEO optimizer, schema, and more."
980
  msgstr ""
981
 
982
+ #: includes/admin/routes.php:421
983
  msgid "Instantly get more subscribers, leads, and sales with the #1 conversion optimization toolkit. Create high converting popups, announcement bars, spin a wheel, and more with smart targeting and personalization."
984
  msgstr ""
985
 
986
+ #: includes/admin/routes.php:432
987
  msgid "Improve your WordPress email deliverability and make sure that your website emails reach user’s inbox with the #1 SMTP plugin for WordPress. Over 2 million websites use it to fix WordPress email issues."
988
  msgstr ""
989
 
990
+ #: includes/admin/routes.php:442
991
  msgid "The fastest drag & drop landing page builder for WordPress. Create custom landing pages without writing code, connect them with your CRM, collect subscribers, and grow your audience. Trusted by 1 million sites."
992
  msgstr ""
993
 
994
+ #: includes/admin/routes.php:453
995
  msgid "Turn your website visitors into brand ambassadors! Easily grow your email list, website traffic, and social media followers with the most powerful giveaways & contests plugin for WordPress."
996
  msgstr ""
997
 
998
+ #: includes/admin/routes.php:464
999
  msgid "Boost your sales and conversions by up to 15% with real-time social proof notifications. TrustPulse helps you show live user activity and purchases to help convince other users to purchase."
1000
  msgstr ""
1001
 
1002
+ #: includes/admin/routes.php:474
1003
  msgid "Easily display Instagram content on your WordPress site without writing any code. Comes with multiple templates, ability to show content from multiple accounts, hashtags, and more. Trusted by 1 million websites."
1004
  msgstr ""
1005
 
1006
+ #: includes/admin/routes.php:485
1007
  msgid "Easily display Facebook content on your WordPress site without writing any code. Comes with multiple templates, ability to show content from multiple accounts, hashtags, and more. Trusted by 1 million websites."
1008
  msgstr ""
1009
 
1010
+ #: includes/admin/routes.php:496
1011
  msgid "Connect with your visitors after they leave your website with the leading web push notification software. Over 10,000+ businesses worldwide use PushEngage to send 9 billion notifications each month."
1012
  msgstr ""
1013
 
1014
+ #: includes/admin/routes.php:506
1015
  msgid "Pretty Links helps you shrink, beautify, track, manage and share any URL on or off of your WordPress website. Create links that look how you want using your own domain name!"
1016
  msgstr ""
1017
 
1018
+ #: includes/admin/routes.php:517
1019
  msgid "ThirstyAffiliates is a revolution in affiliate link management. Collect, collate and store your affiliate links for use in your posts and pages."
1020
  msgstr ""
1021
 
1022
+ #: includes/admin/routes.php:529
1023
  msgid "Advanced Coupons for WooCommerce (Free Version) gives WooCommerce store owners extra coupon features so they can market their stores better."
1024
  msgstr ""
1025
 
1026
+ #: includes/admin/routes.php:658
 
1027
  msgid "Invalid UA code"
1028
  msgstr ""
1029
 
1030
+ #: includes/admin/routes.php:712
1031
+ msgid "Invalid GAv4 code"
1032
+ msgstr ""
1033
+
1034
+ #: includes/admin/routes.php:740
1035
  msgid "Invalid dual tracking code"
1036
  msgstr ""
1037
 
1038
+ #: includes/admin/routes.php:819
1039
  msgid "Please upload a valid .json file"
1040
  msgstr ""
1041
 
1042
+ #: includes/admin/routes.php:828
1043
  msgid "Please upload a file to import"
1044
  msgstr ""
1045
 
1046
+ #: includes/admin/routes.php:885
1047
+ #: includes/admin/routes.php:1219
1048
  msgid "You can't view ExactMetrics reports because you are not licensed."
1049
  msgstr ""
1050
 
1051
+ #: includes/admin/routes.php:886
1052
+ #: includes/admin/routes.php:1220
1053
  msgid "Add your license"
1054
  msgstr ""
1055
 
1056
+ #: includes/admin/routes.php:893
1057
+ #: includes/admin/routes.php:1227
1058
  msgid "You can't view ExactMetrics reports due to license key errors."
1059
  msgstr ""
1060
 
1061
+ #: includes/admin/routes.php:901
1062
+ #: includes/admin/routes.php:1235
1063
  msgid "You must authenticate with ExactMetrics before you can view reports."
1064
  msgstr ""
1065
 
1066
+ #: includes/admin/routes.php:907
1067
+ #: includes/admin/routes.php:1241
1068
  msgid "Unknown report. Try refreshing and retrying. Contact support if this issue persists."
1069
  msgstr ""
1070
 
1071
+ #: includes/admin/routes.php:955
1072
+ #: includes/admin/routes.php:1289
1073
  msgid "We encountered an error when fetching the report data."
1074
  msgstr ""
1075
 
1076
+ #: includes/admin/routes.php:975
1077
  msgid "Missing plugin name."
1078
  msgstr ""
1079
 
1080
+ #: includes/admin/routes.php:1119
1081
  msgid "Homepage"
1082
  msgstr ""
1083
 
1415
  msgstr ""
1416
 
1417
  #: includes/gutenberg/headline-tool/headline-tool.php:290
1418
+ #: languages/vue.php:550
1419
  msgid "General"
1420
  msgstr ""
1421
 
4815
  msgstr ""
4816
 
4817
  #: languages/gutenberg.php:77
4818
+ #: languages/vue.php:535
4819
  msgid "Inline Popular Posts"
4820
  msgstr ""
4821
 
4852
  msgstr ""
4853
 
4854
  #: languages/gutenberg.php:107
4855
+ #: languages/vue.php:3082
4856
  msgid "Wide-Layout Options"
4857
  msgstr ""
4858
 
4861
  msgstr ""
4862
 
4863
  #: languages/gutenberg.php:113
4864
+ #: languages/vue.php:3085
4865
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4866
  msgstr ""
4867
 
4868
  #: languages/gutenberg.php:116
4869
+ #: languages/vue.php:3106
4870
  msgid "Post Count"
4871
  msgstr ""
4872
 
4875
  msgstr ""
4876
 
4877
  #: languages/gutenberg.php:122
4878
+ #: languages/vue.php:3088
4879
  msgid "Display Options"
4880
  msgstr ""
4881
 
4888
  msgstr ""
4889
 
4890
  #: languages/gutenberg.php:131
4891
+ #: languages/vue.php:1965
4892
  msgid "Widget Title"
4893
  msgstr ""
4894
 
4897
  msgstr ""
4898
 
4899
  #: languages/gutenberg.php:137
4900
+ #: languages/vue.php:3094
4901
  msgid "Display Author"
4902
  msgstr ""
4903
 
4904
  #: languages/gutenberg.php:140
4905
+ #: languages/vue.php:3097
4906
  msgid "Display Date"
4907
  msgstr ""
4908
 
4909
  #: languages/gutenberg.php:143
4910
+ #: languages/vue.php:3100
4911
  msgid "Display Comments"
4912
  msgstr ""
4913
 
5128
  msgstr ""
5129
 
5130
  #: languages/gutenberg.php:312
5131
+ #: languages/vue.php:997
5132
  msgid "Headline Analyzer"
5133
  msgstr ""
5134
 
5152
  msgid "Loading Settings"
5153
  msgstr ""
5154
 
5155
+ #: languages/vue.php:15
5156
  msgid "Please wait..."
5157
  msgstr ""
5158
 
5159
+ #: languages/vue.php:18
5160
  msgid "Saving Changes..."
5161
  msgstr ""
5162
 
5163
+ #: languages/vue.php:21
5164
  msgid "Settings Updated"
5165
  msgstr ""
5166
 
5167
  #. Translators: Add a link to the onboarding wizard.
5168
+ #: languages/vue.php:25
5169
  msgid "You need to %1$sconnect ExactMetrics%2$s first"
5170
  msgstr ""
5171
 
5172
+ #: languages/vue.php:28
5173
  msgid "Could Not Save Changes"
5174
  msgstr ""
5175
 
5176
+ #: languages/vue.php:31
5177
  msgid "Loading new report data"
5178
  msgstr ""
5179
 
5180
  #. Translators: Placeholder gets replaced with an arrow icon.
5181
+ #: languages/vue.php:35
5182
  msgid "Continue %s"
5183
  msgstr ""
5184
 
5185
+ #: languages/vue.php:38
5186
  msgid "Error"
5187
  msgstr ""
5188
 
5189
+ #: languages/vue.php:41
5190
  msgid "Please try again."
5191
  msgstr ""
5192
 
5193
+ #: languages/vue.php:44
5194
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5195
  msgstr ""
5196
 
5197
+ #: languages/vue.php:47
5198
  msgid "Stop guessing about what content your visitors are interested in. ExactMetrics Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
5199
  msgstr ""
5200
 
5201
+ #: languages/vue.php:50
5202
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5203
  msgstr ""
5204
 
5205
+ #: languages/vue.php:53
5206
  msgid "Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions."
5207
  msgstr ""
5208
 
5209
+ #: languages/vue.php:56
5210
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
5211
  msgstr ""
5212
 
5213
+ #: languages/vue.php:59
5214
  msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
5215
  msgstr ""
5216
 
5217
+ #: languages/vue.php:62
5218
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
5219
  msgstr ""
5220
 
5221
+ #: languages/vue.php:65
5222
  msgid "Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
5223
  msgstr ""
5224
 
5226
  msgid "Unlock the Forms Report and Improve Conversions"
5227
  msgstr ""
5228
 
5229
+ #: languages/vue.php:73
5230
  msgid "Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data."
5231
  msgstr ""
5232
 
5233
+ #: languages/vue.php:77
5234
  msgid "Unlock the Search Console Report and See How People Find Your Website"
5235
  msgstr ""
5236
 
5237
+ #: languages/vue.php:80
5238
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
5239
  msgstr ""
5240
 
5241
+ #: languages/vue.php:83
5242
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
5243
  msgstr ""
5244
 
5245
+ #: languages/vue.php:86
5246
  msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it."
5247
  msgstr ""
5248
 
5249
+ #: languages/vue.php:89
5250
  msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
5251
  msgstr ""
5252
 
5253
+ #: languages/vue.php:92
5254
  msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
5255
  msgstr ""
5256
 
5257
+ #: languages/vue.php:95
5258
  msgid "Today"
5259
  msgstr ""
5260
 
5261
+ #: languages/vue.php:99
5262
  msgid "Yesterday"
5263
  msgstr ""
5264
 
5265
+ #: languages/vue.php:102
5266
  msgid "Last Week"
5267
  msgstr ""
5268
 
5269
+ #: languages/vue.php:105
5270
  msgid "Last Month"
5271
  msgstr ""
5272
 
5273
+ #: languages/vue.php:108
5274
  msgid "Last 7 days"
5275
  msgstr ""
5276
 
5277
+ #: languages/vue.php:111
5278
  msgid "Last 30 days"
5279
  msgstr ""
5280
 
5281
+ #: languages/vue.php:114
5282
  msgid "Loading settings"
5283
  msgstr ""
5284
 
5285
  #. Translators: Number of visitors.
5286
+ #: languages/vue.php:118
5287
  msgid "See how %s visitors found your site!"
5288
  msgstr ""
5289
 
5290
  #. Translators: Number of visitors.
5291
+ #: languages/vue.php:122
5292
  msgid "Your website was visited by %s users in the last 30 days."
5293
  msgstr ""
5294
 
5295
+ #: languages/vue.php:125
5296
  msgid "See the full analytics report!"
5297
  msgstr ""
5298
 
5299
+ #: languages/vue.php:129
5300
  msgid "Overview Report"
5301
  msgstr ""
5302
 
5303
  #. Translators: Current PHP version and recommended PHP version.
5304
+ #: languages/vue.php:133
5305
  msgid "ExactMetrics has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. WordPress stopped supporting your PHP version in April, 2019. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
5306
  msgstr ""
5307
 
5308
  #. Translators: Current WordPress version.
5309
+ #: languages/vue.php:137
5310
  msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). ExactMetrics will stop supporting WordPress versions lower than 4.9 in 2020. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5311
  msgstr ""
5312
 
5313
+ #: languages/vue.php:140
5314
  msgid "Yikes! PHP Update Required"
5315
  msgstr ""
5316
 
5317
  #. Translators: Current PHP version and recommended PHP version.
5318
+ #: languages/vue.php:144
5319
  msgid "ExactMetrics has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
5320
  msgstr ""
5321
 
5322
+ #: languages/vue.php:147
5323
  msgid "Learn more about updating PHP"
5324
  msgstr ""
5325
 
5326
+ #: languages/vue.php:150
5327
  msgid "Yikes! WordPress Update Required"
5328
  msgstr ""
5329
 
5330
  #. Translators: Current WordPress version.
5331
+ #: languages/vue.php:154
5332
  msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5333
  msgstr ""
5334
 
5335
+ #: languages/vue.php:157
5336
  msgid "Learn more about updating WordPress"
5337
  msgstr ""
5338
 
5339
+ #: languages/vue.php:163
5340
  msgid "Getting Started"
5341
  msgstr ""
5342
 
5343
+ #: languages/vue.php:167
5344
  msgid "Lite vs Pro"
5345
  msgstr ""
5346
 
5347
+ #: languages/vue.php:170
5348
  msgid "Success! "
5349
  msgstr ""
5350
 
5351
+ #: languages/vue.php:173
5352
  msgid "You're now using ExactMetrics Pro with all the features."
5353
  msgstr ""
5354
 
5355
  #. Translators: Placeholder gets replaced with an arrow icon.
5356
+ #: languages/vue.php:177
5357
  msgid "Get Started %s"
5358
  msgstr ""
5359
 
5360
  #. Translators: Error status and error text.
5361
+ #: languages/vue.php:181
5362
  msgid "Can't load report data. Error: %1$s, %2$s"
5363
  msgstr ""
5364
 
5365
+ #: languages/vue.php:184
5366
  msgid "Error loading report data"
5367
  msgstr ""
5368
 
5369
+ #. Translators: Makes the text bold.
5370
+ #: languages/vue.php:188
5371
  msgid "%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5372
  msgstr ""
5373
 
5374
+ #. Translators: Makes the text bold.
5375
+ #: languages/vue.php:192
5376
  msgid "%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights."
5377
  msgstr ""
5378
 
5379
+ #. Translators: Makes the text bold.
5380
+ #: languages/vue.php:196
5381
  msgid "%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more."
5382
  msgstr ""
5383
 
5384
  #. Translators: Makes text bold.
5385
+ #: languages/vue.php:200
5386
  msgid "%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress."
5387
  msgstr ""
5388
 
5389
+ #. Translators: Makes the text bold.
5390
+ #: languages/vue.php:204
5391
  msgid "%1$sPage Level Analytics%2$s - Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
5392
  msgstr ""
5393
 
5394
+ #. Translators: Makes the text bold.
5395
+ #: languages/vue.php:208
5396
  msgid "%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
5397
  msgstr ""
5398
 
5399
+ #. Translators: Makes the text bold.
5400
+ #: languages/vue.php:212
5401
  msgid "%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5402
  msgstr ""
5403
 
5404
  #. Translators: Makes text bold.
5405
+ #: languages/vue.php:216
5406
  msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click."
5407
  msgstr ""
5408
 
5409
+ #. Translators: Adds a link and an arrow icon.
5410
+ #: languages/vue.php:220
5411
  msgid "%1$sSee All Features%2$s"
5412
  msgstr ""
5413
 
5414
+ #: languages/vue.php:223
5415
  msgid "Pro Plan"
5416
  msgstr ""
5417
 
5418
+ #: languages/vue.php:226
5419
  msgid "per year"
5420
  msgstr ""
5421
 
5451
  msgid "Guides and Documentation:"
5452
  msgstr ""
5453
 
5454
+ #: languages/vue.php:259
5455
  msgid "Upgrade to PRO"
5456
  msgstr ""
5457
 
5458
+ #: languages/vue.php:263
5459
  msgid "eCommerce Tracking"
5460
  msgstr ""
5461
 
5462
+ #: languages/vue.php:266
5463
  msgid "Custom Dimensions"
5464
  msgstr ""
5465
 
5466
+ #: languages/vue.php:269
5467
  msgid "Form Tracking"
5468
  msgstr ""
5469
 
5470
+ #: languages/vue.php:272
5471
  msgid "AMP Support"
5472
  msgstr ""
5473
 
5474
+ #: languages/vue.php:275
5475
  msgid "Author Tracking"
5476
  msgstr ""
5477
 
5478
+ #: languages/vue.php:278
5479
  msgid "EU Compliance Addon"
5480
  msgstr ""
5481
 
5482
+ #: languages/vue.php:281
5483
  msgid "Real Time Report"
5484
  msgstr ""
5485
 
5486
+ #: languages/vue.php:284
5487
  msgid "Google Optimize"
5488
  msgstr ""
5489
 
5490
+ #: languages/vue.php:287
5491
  #: lite/includes/admin/reports/report-queries.php:22
5492
  msgid "Search Console"
5493
  msgstr ""
5494
 
5495
+ #: languages/vue.php:290
5496
  msgid "Custom Date Ranges"
5497
  msgstr ""
5498
 
5499
+ #: languages/vue.php:293
5500
+ #: languages/vue.php:937
5501
  msgid "Getting Started with ExactMetrics"
5502
  msgstr ""
5503
 
5504
+ #: languages/vue.php:296
5505
+ #: languages/vue.php:940
5506
  msgid "ExactMetrics is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard."
5507
  msgstr ""
5508
 
5509
+ #: languages/vue.php:299
5510
  msgid "To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away."
5511
  msgstr ""
5512
 
5513
+ #: languages/vue.php:302
5514
  msgid "In no time at all, and after just a few clicks, you'll have setup the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!."
5515
  msgstr ""
5516
 
5517
+ #: languages/vue.php:305
5518
  msgid "Launch the wizard!"
5519
  msgstr ""
5520
 
5521
+ #: languages/vue.php:308
5522
  msgid "Welcome to"
5523
  msgstr ""
5524
 
5525
  #. Translators: Adds a line break.
5526
+ #: languages/vue.php:312
5527
  msgid "Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin"
5528
  msgstr ""
5529
 
5530
+ #. Translators: Makes the product name bold.
5531
+ #: languages/vue.php:316
5532
  msgid "%1$sExactMetrics%2$s makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard."
5533
  msgstr ""
5534
 
5535
+ #: languages/vue.php:319
5536
  msgid "ExactMetrics Features & Addons"
5537
  msgstr ""
5538
 
5539
+ #: languages/vue.php:322
5540
  msgid "Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market."
5541
  msgstr ""
5542
 
5543
  #. Translators: Placeholder is replaced with WPForms.
5544
+ #: languages/vue.php:326
5545
  msgid "Recommended Plugin: %s"
5546
  msgstr ""
5547
 
5548
+ #: languages/vue.php:330
5549
  msgid "Install"
5550
  msgstr ""
5551
 
5552
+ #: languages/vue.php:334
5553
  msgid "Activate"
5554
  msgstr ""
5555
 
5556
+ #: languages/vue.php:341
5557
  msgid "ExactMetrics encountered an error loading your report data"
5558
  msgstr ""
5559
 
5560
+ #: languages/vue.php:344
5561
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5562
  msgstr ""
5563
 
5564
+ #: languages/vue.php:347
5565
+ #: languages/vue.php:1860
5566
  msgid "Reconnect ExactMetrics"
5567
  msgstr ""
5568
 
5569
+ #: languages/vue.php:350
5570
  msgid "Re-Authenticating"
5571
  msgstr ""
5572
 
5573
+ #: languages/vue.php:354
5574
  msgid "Ok"
5575
  msgstr ""
5576
 
5577
+ #: languages/vue.php:357
5578
+ #: languages/vue.php:876
5579
  msgid "ExactMetrics Addons"
5580
  msgstr ""
5581
 
5582
+ #: languages/vue.php:360
5583
  msgid "Search Addons"
5584
  msgstr ""
5585
 
5586
+ #: languages/vue.php:363
5587
  msgid "Save Changes"
5588
  msgstr ""
5589
 
5590
+ #: languages/vue.php:366
5591
  msgid "Exit Setup"
5592
  msgstr ""
5593
 
5594
+ #: languages/vue.php:369
5595
  msgid "Time to Purchase"
5596
  msgstr ""
5597
 
5598
+ #: languages/vue.php:372
5599
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
5600
  msgstr ""
5601
 
5602
+ #: languages/vue.php:375
5603
  msgid "Sessions to Purchase"
5604
  msgstr ""
5605
 
5606
+ #: languages/vue.php:378
5607
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
5608
  msgstr ""
5609
 
5610
+ #: languages/vue.php:381
5611
  msgid "New Customers"
5612
  msgstr ""
5613
 
5614
+ #: languages/vue.php:384
5615
  msgid "This list shows the percentage of new customers who purchased a product from your website."
5616
  msgstr ""
5617
 
5618
+ #: languages/vue.php:387
5619
  msgid "Abandoned Checkouts"
5620
  msgstr ""
5621
 
5622
+ #: languages/vue.php:390
5623
  msgid "This list shows the percentage of carts that never went through the checkout process."
5624
  msgstr ""
5625
 
5626
+ #: languages/vue.php:393
5627
  msgid "Top Posts/Pages"
5628
  msgstr ""
5629
 
5630
+ #: languages/vue.php:396
5631
  msgid "This list shows the most viewed posts and pages on your website."
5632
  msgstr ""
5633
 
5634
+ #: languages/vue.php:399
5635
  msgid "New vs. Returning Visitors"
5636
  msgstr ""
5637
 
5638
+ #: languages/vue.php:402
5639
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
5640
  msgstr ""
5641
 
5642
+ #: languages/vue.php:405
5643
  msgid "Device Breakdown"
5644
  msgstr ""
5645
 
5646
+ #: languages/vue.php:408
5647
  msgid "This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site."
5648
  msgstr ""
5649
 
5650
+ #: languages/vue.php:411
5651
  msgid "Top Landing Pages"
5652
  msgstr ""
5653
 
5654
+ #: languages/vue.php:414
5655
  msgid "This list shows the top pages users first land on when visiting your website."
5656
  msgstr ""
5657
 
5658
+ #: languages/vue.php:417
5659
  msgid "Top Exit Pages"
5660
  msgstr ""
5661
 
5662
+ #: languages/vue.php:420
5663
  msgid "This list shows the top pages users exit your website from."
5664
  msgstr ""
5665
 
5666
+ #: languages/vue.php:423
5667
  msgid "Top Outbound Links"
5668
  msgstr ""
5669
 
5670
+ #: languages/vue.php:426
5671
  msgid "This list shows the top links clicked on your website that go to another website."
5672
  msgstr ""
5673
 
5674
+ #: languages/vue.php:429
5675
  msgid "Top Affiliate Links"
5676
  msgstr ""
5677
 
5678
+ #: languages/vue.php:432
5679
  msgid "This list shows the top affiliate links your visitors clicked on."
5680
  msgstr ""
5681
 
5682
+ #: languages/vue.php:435
5683
  msgid "Top Download Links"
5684
  msgstr ""
5685
 
5686
+ #: languages/vue.php:438
5687
  msgid "This list shows the download links your visitors clicked the most."
5688
  msgstr ""
5689
 
5690
+ #: languages/vue.php:444
5691
  msgid "Top Products"
5692
  msgstr ""
5693
 
5694
+ #: languages/vue.php:447
5695
  msgid "This list shows the top selling products on your website."
5696
  msgstr ""
5697
 
5698
+ #: languages/vue.php:450
5699
  msgid "Top Conversion Sources"
5700
  msgstr ""
5701
 
5702
+ #: languages/vue.php:453
5703
  msgid "This list shows the top referral websites in terms of product revenue."
5704
  msgstr ""
5705
 
5706
+ #: languages/vue.php:456
5707
  msgid "Total Add/Remove"
5708
  msgstr ""
5709
 
5710
+ #: languages/vue.php:459
5711
  msgid "Analytics"
5712
  msgstr ""
5713
 
5714
  #. Translators: Adds an arrow icon.
5715
+ #: languages/vue.php:463
5716
  msgid "View All Reports %s"
5717
  msgstr ""
5718
 
5719
+ #: languages/vue.php:466
5720
  msgid "You must connect with ExactMetrics before you can view reports."
5721
  msgstr ""
5722
 
5723
+ #: languages/vue.php:469
5724
  msgid "ExactMetrics makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
5725
  msgstr ""
5726
 
5727
+ #: languages/vue.php:474
5728
  msgid "Launch Setup Wizard"
5729
  msgstr ""
5730
 
5731
+ #: languages/vue.php:477
5732
  msgid "Please ask your webmaster to connect ExactMetrics to Google Analytics."
5733
  msgstr ""
5734
 
5735
+ #: languages/vue.php:490
5736
  msgid "See Quick Links"
5737
  msgstr ""
5738
 
5739
+ #: languages/vue.php:493
5740
  msgid "Suggest a Feature"
5741
  msgstr ""
5742
 
5743
+ #: languages/vue.php:496
5744
  msgid "Join Our Community"
5745
  msgstr ""
5746
 
5747
+ #: languages/vue.php:499
5748
  msgid "Support & Docs"
5749
  msgstr ""
5750
 
5751
+ #: languages/vue.php:502
5752
  msgid "Upgrade to Pro &#187;"
5753
  msgstr ""
5754
 
5755
+ #: languages/vue.php:505
5756
  #: lite/includes/admin/reports/report-publisher.php:22
5757
  msgid "Publishers"
5758
  msgstr ""
5783
  msgid "2020 Year in Review"
5784
  msgstr ""
5785
 
5786
+ #: languages/vue.php:529
5787
  msgid "Import Export"
5788
  msgstr ""
5789
 
5790
+ #: languages/vue.php:532
5791
  msgid "PrettyLinks Integration"
5792
  msgstr ""
5793
 
5794
+ #: languages/vue.php:538
5795
  msgid "Popular Posts Widget"
5796
  msgstr ""
5797
 
5798
+ #: languages/vue.php:541
5799
  msgid "Popular Products"
5800
  msgstr ""
5801
 
5802
+ #: languages/vue.php:547
5803
  msgid "Sub menu item for WooCommerce Analytics"
5804
  msgstr ""
5805
 
5819
  msgid "Advanced"
5820
  msgstr ""
5821
 
5822
+ #: languages/vue.php:566
5823
  msgid "URL Builder"
5824
  msgstr ""
5825
 
5826
  #. Translators: Adds a link to documentation.
5827
+ #: languages/vue.php:570
5828
  msgid "In order for the ExactMetrics Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %1$sLearn More%2$s"
5829
  msgstr ""
5830
 
5831
  #. Translators: Adds link to activate/install plugin and documentation.
5832
+ #: languages/vue.php:574
5833
  msgid "In order for the ExactMetrics Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
5834
  msgstr ""
5835
 
5836
  #. Translators: Adds a link to documentation.
5837
+ #: languages/vue.php:578
5838
  msgid "In order for the ExactMetrics Instant Articles addon to work properly, please ask your webmaster to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$sLearn More%2$s"
5839
  msgstr ""
5840
 
5841
  #. Translators: Adds link to activate/install plugin and documentation.
5842
+ #: languages/vue.php:582
5843
  msgid "In order for the ExactMetrics Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
5844
  msgstr ""
5845
 
5846
+ #: languages/vue.php:585
5847
  msgid "Installing Addon"
5848
  msgstr ""
5849
 
5850
+ #: languages/vue.php:588
5851
  msgid "Activating Addon"
5852
  msgstr ""
5853
 
5854
+ #: languages/vue.php:591
5855
  msgid "Addon Activated"
5856
  msgstr ""
5857
 
5858
+ #: languages/vue.php:594
5859
  msgid "Loading report data"
5860
  msgstr ""
5861
 
5862
+ #: languages/vue.php:597
5863
  msgid "Please activate manually"
5864
  msgstr ""
5865
 
5866
  #. Translators: Adds the error status and status text.
5867
+ #: languages/vue.php:601
5868
  msgid "Error: %1$s, %2$s"
5869
  msgstr ""
5870
 
5871
+ #: languages/vue.php:604
5872
  msgid "Error Activating Addon"
5873
  msgstr ""
5874
 
5875
+ #: languages/vue.php:607
5876
  #: lite/includes/admin/wp-site-health.php:372
5877
  #: lite/includes/admin/wp-site-health.php:398
5878
  #: lite/includes/admin/wp-site-health.php:425
5879
  msgid "View Addons"
5880
  msgstr ""
5881
 
5882
+ #: languages/vue.php:610
5883
  msgid "Dismiss"
5884
  msgstr ""
5885
 
5886
+ #: languages/vue.php:613
5887
  msgid "Redirecting"
5888
  msgstr ""
5889
 
5890
+ #: languages/vue.php:616
5891
  msgid "Please wait"
5892
  msgstr ""
5893
 
5894
+ #: languages/vue.php:619
5895
  msgid "activate"
5896
  msgstr ""
5897
 
5898
+ #: languages/vue.php:622
5899
  msgid "install"
5900
  msgstr ""
5901
 
5902
+ #: languages/vue.php:625
5903
  msgid "Visit addons page"
5904
  msgstr ""
5905
 
5906
+ #: languages/vue.php:628
5907
  msgid "Report Unavailable"
5908
  msgstr ""
5909
 
5910
  #. Translators: Install/Activate the addon.
5911
+ #: languages/vue.php:632
5912
  msgid "%s Addon"
5913
  msgstr ""
5914
 
5915
+ #: languages/vue.php:635
5916
  msgid "Go Back To Reports"
5917
  msgstr ""
5918
 
5919
+ #: languages/vue.php:638
5920
  msgid "Enable Enhanced eCommerce"
5921
  msgstr ""
5922
 
5923
  #. Translators: Placeholders are replaced with the current step number out of the total number of steps.
5924
+ #: languages/vue.php:642
5925
  msgid "Step %1$s of %2$s"
5926
  msgstr ""
5927
 
5928
+ #: languages/vue.php:645
5929
  msgid "Go back"
5930
  msgstr ""
5931
 
5932
+ #: languages/vue.php:648
5933
  msgid "Welcome to ExactMetrics!"
5934
  msgstr ""
5935
 
5936
+ #: languages/vue.php:651
5937
  msgid "Let's get you set up."
5938
  msgstr ""
5939
 
5940
+ #: languages/vue.php:654
5941
  msgid "Save and Continue"
5942
  msgstr ""
5943
 
5944
+ #: languages/vue.php:657
5945
  msgid "Which category best describes your website?"
5946
  msgstr ""
5947
 
5948
+ #: languages/vue.php:660
5949
  msgid "We will recommend the optimal settings for ExactMetrics based on your choice."
5950
  msgstr ""
5951
 
5952
+ #: languages/vue.php:663
5953
  msgid "Business Website"
5954
  msgstr ""
5955
 
5956
  #. Translators: Make text bold.
5957
+ #: languages/vue.php:667
5958
  msgid "Publisher %1$s(Blog)%2$s"
5959
  msgstr ""
5960
 
5961
+ #: languages/vue.php:670
5962
  msgid "Ecommerce"
5963
  msgstr ""
5964
 
5965
+ #: languages/vue.php:673
5966
  msgid "Connect ExactMetrics to Your Website"
5967
  msgstr ""
5968
 
5969
+ #: languages/vue.php:676
5970
  msgid "ExactMetrics connects Google Analytics to WordPress and shows you stats that matter."
5971
  msgstr ""
5972
 
5974
  msgid "Connect Google Analytics + WordPress"
5975
  msgstr ""
5976
 
5977
+ #: languages/vue.php:684
5978
  msgid "You will be taken to the ExactMetrics website where you'll need to connect your Analytics account."
5979
  msgstr ""
5980
 
5981
+ #: languages/vue.php:687
5982
  msgid "Whoops, something went wrong and we weren't able to connect to ExactMetrics. Please enter your Google UA code manually."
5983
  msgstr ""
5984
 
5985
+ #: languages/vue.php:690
5986
  msgid "Manually enter your UA code"
5987
  msgstr ""
5988
 
5989
+ #: languages/vue.php:693
5990
  msgid "Warning: If you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X's are numbers."
5991
  msgstr ""
5992
 
5993
+ #: languages/vue.php:696
5994
  msgid "UA code can't be empty"
5995
  msgstr ""
5996
 
5997
+ #: languages/vue.php:699
5998
  msgid "Saving UA code..."
5999
  msgstr ""
6000
 
6001
+ #: languages/vue.php:702
6002
  msgid "ExactMetrics Recommends WPForms"
6003
  msgstr ""
6004
 
6005
+ #: languages/vue.php:705
6006
  msgid "Built by the folks behind ExactMetrics, WPForms is the most beginner friendly form plugin in the market."
6007
  msgstr ""
6008
 
6009
+ #: languages/vue.php:708
6010
  msgid "Used on over 4,000,000 websites!"
6011
  msgstr ""
6012
 
6013
+ #: languages/vue.php:711
6014
  msgid "WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!"
6015
  msgstr ""
6016
 
6017
+ #: languages/vue.php:714
6018
  msgid "Skip this Step"
6019
  msgstr ""
6020
 
6021
+ #: languages/vue.php:717
6022
  msgid "Continue & Install WPForms"
6023
  msgstr ""
6024
 
6025
+ #: languages/vue.php:721
6026
  msgid "Installing..."
6027
  msgstr ""
6028
 
6029
+ #: languages/vue.php:724
6030
  msgid "Recommended Settings"
6031
  msgstr ""
6032
 
6033
+ #: languages/vue.php:727
6034
  msgid "ExactMetrics recommends the following settings based on your configuration."
6035
  msgstr ""
6036
 
6037
+ #: languages/vue.php:730
6038
  msgid "Events Tracking"
6039
  msgstr ""
6040
 
6041
+ #: languages/vue.php:733
6042
  msgid "Must have for all click tracking on site."
6043
  msgstr ""
6044
 
6045
+ #: languages/vue.php:736
6046
  msgid "ExactMetrics uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links, and more automatically. We do all the work for you so you don't have to write any code."
6047
  msgstr ""
6048
 
6049
+ #: languages/vue.php:739
6050
  msgid "Enhanced Link Attribution"
6051
  msgstr ""
6052
 
6053
+ #: languages/vue.php:742
6054
  msgid "Improves the accuracy of your In-Page Analytics."
6055
  msgstr ""
6056
 
6057
+ #: languages/vue.php:745
6058
  msgid "ExactMetrics will automatically help Google determine which links are unique and where they are on your site so that your In-Page Analytics reporting will be more accurate."
6059
  msgstr ""
6060
 
6061
+ #: languages/vue.php:748
6062
  msgid "Install Updates Automatically"
6063
  msgstr ""
6064
 
6065
+ #: languages/vue.php:751
6066
  msgid "Get the latest features, bug fixes, and security updates as they are released."
6067
  msgstr ""
6068
 
6069
+ #: languages/vue.php:754
6070
  msgid "To ensure you get the latest bug fixes and security updates and avoid needing to spend time logging into your WordPress site to update ExactMetrics, we offer the ability to automatically have ExactMetrics update itself."
6071
  msgstr ""
6072
 
6073
+ #: languages/vue.php:757
6074
  msgid "File Download Tracking"
6075
  msgstr ""
6076
 
6077
+ #: languages/vue.php:760
6078
  msgid "Helps you see file downloads data."
6079
  msgstr ""
6080
 
6081
+ #: languages/vue.php:763
6082
  msgid "ExactMetrics will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site's visitors have downloaded a PDF or other file you offer your visitors to download on your site? ExactMetrics makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
6083
  msgstr ""
6084
 
6085
  #. Translators: Example path (/go/).
6086
+ #: languages/vue.php:767
6087
  msgid "Path (example: %s)"
6088
  msgstr ""
6089
 
6090
+ #: languages/vue.php:770
6091
  msgid "Path has to start with a / and have no spaces"
6092
  msgstr ""
6093
 
6094
  #. Translators: Example label (aff).
6095
+ #: languages/vue.php:774
6096
  msgid "Label (example: %s)"
6097
  msgstr ""
6098
 
6099
+ #: languages/vue.php:777
6100
  msgid "Label can't contain any spaces"
6101
  msgstr ""
6102
 
6103
+ #: languages/vue.php:780
6104
  msgid "Helps you increase affiliate revenue."
6105
  msgstr ""
6106
 
6107
+ #: languages/vue.php:783
6108
  msgid "ExactMetrics will automatically help you track affiliate links that use internal looking urls like example.com/go/ or example.com/refer/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard."
6109
  msgstr ""
6110
 
6111
+ #: languages/vue.php:786
6112
  msgid "Affiliate Link Tracking"
6113
  msgstr ""
6114
 
6115
+ #: languages/vue.php:789
6116
  msgid "Who Can See Reports"
6117
  msgstr ""
6118
 
6119
+ #: languages/vue.php:792
6120
  msgid "These user roles will be able to access ExactMetrics' reports in the WordPress admin area."
6121
  msgstr ""
6122
 
6123
+ #: languages/vue.php:795
6124
  msgid "Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability."
6125
  msgstr ""
6126
 
6127
+ #: languages/vue.php:798
6128
  msgid "Save and continue"
6129
  msgstr ""
6130
 
6131
+ #: languages/vue.php:801
6132
  msgid "Events Tracking is enabled the moment you set up ExactMetrics"
6133
  msgstr ""
6134
 
6135
+ #: languages/vue.php:804
6136
  msgid "Enhanced Link Attribution is enabled the moment you set up ExactMetrics"
6137
  msgstr ""
6138
 
6139
+ #: languages/vue.php:807
6140
  msgid "+ Add Role"
6141
  msgstr ""
6142
 
6143
  #. Translators: Placeholders are used for making text bold and adding a link.
6144
+ #: languages/vue.php:811
6145
  msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
6146
  msgstr ""
6147
 
6148
+ #: languages/vue.php:814
6149
  #: lite/includes/admin/reports/report-dimensions.php:22
6150
  msgid "Dimensions"
6151
  msgstr ""
6152
 
6153
+ #: languages/vue.php:817
6154
  msgid "Site Speed"
6155
  msgstr ""
6156
 
6157
+ #: languages/vue.php:820
6158
  msgid "License Key"
6159
  msgstr ""
6160
 
6161
  #. Translators: Add link to retrieve license key from account.
6162
+ #: languages/vue.php:824
6163
  msgid "Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
6164
  msgstr ""
6165
 
6166
+ #: languages/vue.php:828
6167
  msgid "Google Authentication"
6168
  msgstr ""
6169
 
6170
+ #: languages/vue.php:831
6171
  msgid "Miscellaneous"
6172
  msgstr ""
6173
 
6174
+ #: languages/vue.php:834
6175
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
6176
  msgstr ""
6177
 
6178
+ #: languages/vue.php:837
6179
  msgid "Hide Announcements"
6180
  msgstr ""
6181
 
6182
+ #: languages/vue.php:841
6183
  msgid "You're using ExactMetrics Lite – no license needed. Enjoy!"
6184
  msgstr ""
6185
 
6186
+ #. Translators: Adds link to upgrade.
6187
+ #: languages/vue.php:846
6188
  msgid "To unlock more features consider %1$supgrading to PRO%2$s."
6189
  msgstr ""
6190
 
6191
+ #: languages/vue.php:849
6192
  msgid "Receive 50% off automatically applied at the checkout!"
6193
  msgstr ""
6194
 
6195
+ #: languages/vue.php:852
6196
  msgid "See all features"
6197
  msgstr ""
6198
 
6199
+ #: languages/vue.php:856
6200
  msgid "Setup Wizard"
6201
  msgstr ""
6202
 
6203
+ #: languages/vue.php:860
6204
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
6205
  msgstr ""
6206
 
6207
+ #: languages/vue.php:864
6208
  msgid "Relaunch Setup Wizard"
6209
  msgstr ""
6210
 
6211
+ #: languages/vue.php:867
6212
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
6213
  msgstr ""
6214
 
6215
+ #: languages/vue.php:870
6216
  msgid "No addons found."
6217
  msgstr ""
6218
 
6219
+ #: languages/vue.php:873
6220
  msgid "Refresh Addons"
6221
  msgstr ""
6222
 
6223
  #. Translators: Adds a line break.
6224
+ #: languages/vue.php:880
6225
  msgid "Upgrade to Pro to unlock addons and other great features."
6226
  msgstr ""
6227
 
6228
+ #: languages/vue.php:883
6229
  msgid "As a valued ExactMetrics Lite user you receive 50% off, automaticaly applied at checkout!"
6230
  msgstr ""
6231
 
6232
+ #: languages/vue.php:886
6233
  msgid "Refreshing Addons"
6234
  msgstr ""
6235
 
6236
+ #: languages/vue.php:889
6237
  msgid "Get ExactMetrics Pro Today and Unlock all the Powerful Features"
6238
  msgstr ""
6239
 
6240
  #. Translators: Placeholders make the text green.
6241
+ #: languages/vue.php:893
6242
  msgid "Bonus: ExactMetrics Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
6243
  msgstr ""
6244
 
6245
+ #: languages/vue.php:896
6246
  msgid "How to Connect to Google Analytics"
6247
  msgstr ""
6248
 
6249
+ #: languages/vue.php:899
6250
  msgid "After you install ExactMetrics, you’ll need to connect your WordPress site with your Google Analytics account. ExactMetrics makes the process easy, with no coding required."
6251
  msgstr ""
6252
 
6253
+ #: languages/vue.php:902
6254
  msgid "Guide and Checklist for Advanced Insights"
6255
  msgstr ""
6256
 
6257
+ #: languages/vue.php:905
6258
  msgid "Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with ExactMetrics’ advanced tracking."
6259
  msgstr ""
6260
 
6261
+ #: languages/vue.php:908
6262
  msgid "GDPR Guide"
6263
  msgstr ""
6264
 
6265
+ #: languages/vue.php:911
6266
  msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help ExactMetrics users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
6267
  msgstr ""
6268
 
6269
+ #: languages/vue.php:914
6270
  msgid "How to Install and Activate ExactMetrics Addons"
6271
  msgstr ""
6272
 
6273
+ #: languages/vue.php:917
6274
  msgid "The process for installing and activating addons is quick and easy after you install the ExactMetrics plugin. In this guide we’ll walk you through the process, step by step."
6275
  msgstr ""
6276
 
6277
+ #: languages/vue.php:920
6278
  msgid "Enabling eCommerce Tracking and Reports"
6279
  msgstr ""
6280
 
6281
+ #: languages/vue.php:923
6282
  msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with ExactMetrics? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
6283
  msgstr ""
6284
 
6285
+ #: languages/vue.php:926
6286
  msgid "Read Documentation"
6287
  msgstr ""
6288
 
6289
  #. Translators: Makes the text bold.
6290
+ #: languages/vue.php:930
6291
  msgid "%1$sEnhanced eCommerce Tracking%2$s - 1-click Google Analyticks Enhanced Ecommerce trackin for WooCommerce, Easy Digital Download & MemberPress."
6292
  msgstr ""
6293
 
6294
  #. Translators: Makes the text bold.
6295
+ #: languages/vue.php:934
6296
  msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post type, users, and other events with 1-click."
6297
  msgstr ""
6298
 
6299
+ #: languages/vue.php:943
6300
  msgid "One-click Complete eCommerce tracking"
6301
  msgstr ""
6302
 
6303
+ #: languages/vue.php:946
6304
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
6305
  msgstr ""
6306
 
6307
+ #: languages/vue.php:949
6308
  msgid "Forms Tracking"
6309
  msgstr ""
6310
 
6311
+ #: languages/vue.php:952
6312
  msgid "One-click Form Events Tracking"
6313
  msgstr ""
6314
 
6315
+ #: languages/vue.php:955
6316
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
6317
  msgstr ""
6318
 
6319
+ #: languages/vue.php:958
6320
  msgid "WordPress Admin Area Reports"
6321
  msgstr ""
6322
 
6323
+ #: languages/vue.php:961
6324
  msgid "Standard Reports"
6325
  msgstr ""
6326
 
6327
+ #: languages/vue.php:964
6328
  msgid "Overview Reports for the last 30 days."
6329
  msgstr ""
6330
 
6331
+ #: languages/vue.php:967
6332
  msgid "Advanced Reports"
6333
  msgstr ""
6334
 
6335
+ #: languages/vue.php:970
6336
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
6337
  msgstr ""
6338
 
6339
+ #: languages/vue.php:973
6340
  msgid "Dashboard Widget"
6341
  msgstr ""
6342
 
6343
+ #: languages/vue.php:976
6344
  msgid "Basic Widget"
6345
  msgstr ""
6346
 
6347
+ #: languages/vue.php:979
6348
  msgid "Overview Report Synopsis"
6349
  msgstr ""
6350
 
6351
+ #: languages/vue.php:982
6352
  msgid "Advanced Dashboard Widget"
6353
  msgstr ""
6354
 
6355
+ #: languages/vue.php:985
6356
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
6357
  msgstr ""
6358
 
6359
+ #: languages/vue.php:988
6360
  msgid "Publisher Reports"
6361
  msgstr ""
6362
 
6363
+ #: languages/vue.php:991
6364
  msgid "Advanced Publisher Reports & Tracking"
6365
  msgstr ""
6366
 
6367
+ #: languages/vue.php:994
6368
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
6369
  msgstr ""
6370
 
6371
+ #: languages/vue.php:1000
6372
  msgid "Email Summaries"
6373
  msgstr ""
6374
 
6375
+ #: languages/vue.php:1003
6376
  msgid "Included"
6377
  msgstr ""
6378
 
6379
+ #: languages/vue.php:1006
6380
  msgid "Get weekly traffic reports directly in your inbox."
6381
  msgstr ""
6382
 
6383
+ #: languages/vue.php:1012
6384
  msgid "Basic Options"
6385
  msgstr ""
6386
 
6387
+ #: languages/vue.php:1015
6388
  msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
6389
  msgstr ""
6390
 
6391
+ #: languages/vue.php:1018
6392
  msgid "Dynamic Popular Posts & Popular Products"
6393
  msgstr ""
6394
 
6395
+ #: languages/vue.php:1021
6396
  msgid "Display Popular Posts based on your actual traffic data from Google Analytics and choose from over 20 advanced themes. Display Popular WooCommerce products using widgets or Gutenberg blocks."
6397
  msgstr ""
6398
 
6399
+ #: languages/vue.php:1024
6400
  msgid "Not Available"
6401
  msgstr ""
6402
 
6403
+ #: languages/vue.php:1027
6404
  msgid "Complete Custom Dimensions Tracking"
6405
  msgstr ""
6406
 
6407
+ #: languages/vue.php:1030
6408
  msgid "Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
6409
  msgstr ""
6410
 
6411
+ #: languages/vue.php:1036
6412
  msgid "Limited Support"
6413
  msgstr ""
6414
 
6415
+ #: languages/vue.php:1039
6416
  msgid "Priority Support"
6417
  msgstr ""
6418
 
6419
+ #: languages/vue.php:1042
6420
  msgid "Get the most out of ExactMetrics by upgrading to Pro and unlocking all of the powerful features."
6421
  msgstr ""
6422
 
6423
+ #: languages/vue.php:1045
6424
  msgid "Feature"
6425
  msgstr ""
6426
 
6427
+ #: languages/vue.php:1048
6428
  msgid "Lite"
6429
  msgstr ""
6430
 
6431
+ #: languages/vue.php:1051
6432
  msgid "Pro"
6433
  msgstr ""
6434
 
6435
+ #: languages/vue.php:1054
6436
  msgid "Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout."
6437
  msgstr ""
6438
 
6439
+ #: languages/vue.php:1060
6440
  msgid "Universal Tracking"
6441
  msgstr ""
6442
 
6443
+ #: languages/vue.php:1063
6444
  msgid "Custom Google Analytics Link Tracking"
6445
  msgstr ""
6446
 
6447
+ #: languages/vue.php:1066
6448
  msgid "Standard Tracking"
6449
  msgstr ""
6450
 
6451
+ #: languages/vue.php:1069
6452
  msgid "Advanced Tracking"
6453
  msgstr ""
6454
 
6455
+ #: languages/vue.php:1072
6456
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
6457
  msgstr ""
6458
 
6459
+ #: languages/vue.php:1075
6460
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
6461
  msgstr ""
6462
 
6463
+ #: languages/vue.php:1078
6464
  msgid "No-Code-Needed Tracking Features"
6465
  msgstr ""
6466
 
6467
+ #: languages/vue.php:1081
6468
  msgid "Basic Tracking Options"
6469
  msgstr ""
6470
 
6471
+ #: languages/vue.php:1084
6472
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
6473
  msgstr ""
6474
 
6475
+ #: languages/vue.php:1087
6476
  msgid "Advanced Tracking Options"
6477
  msgstr ""
6478
 
6479
+ #: languages/vue.php:1090
6480
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
6481
  msgstr ""
6482
 
6483
+ #: languages/vue.php:1093
6484
  msgid "Inbox"
6485
  msgstr ""
6486
 
6487
+ #: languages/vue.php:1096
6488
  msgid "Back to Inbox"
6489
  msgstr ""
6490
 
6491
+ #: languages/vue.php:1099
6492
  msgid "View Dismissed"
6493
  msgstr ""
6494
 
6495
+ #: languages/vue.php:1102
6496
  msgid "Notifications"
6497
  msgstr ""
6498
 
6499
+ #: languages/vue.php:1105
6500
  msgid "Dismiss All"
6501
  msgstr ""
6502
 
6503
+ #: languages/vue.php:1108
6504
  msgid "Dismissed"
6505
  msgstr ""
6506
 
6507
+ #: languages/vue.php:1111
6508
  msgid "No Notifications"
6509
  msgstr ""
6510
 
6511
  #. Translators: Error status and error text.
6512
+ #: languages/vue.php:1115
6513
  msgid "Can't load settings. Error: %1$s, %2$s"
6514
  msgstr ""
6515
 
6516
+ #: languages/vue.php:1119
6517
  msgid "You appear to be offline."
6518
  msgstr ""
6519
 
6520
  #. Translators: Error status and error text.
6521
+ #: languages/vue.php:1123
6522
  msgid "Can't save settings. Error: %1$s, %2$s"
6523
  msgstr ""
6524
 
6525
+ #: languages/vue.php:1126
6526
  msgid "Network error encountered. Settings not saved."
6527
  msgstr ""
6528
 
6529
+ #: languages/vue.php:1129
6530
  msgid "Show in widget mode"
6531
  msgstr ""
6532
 
6533
+ #: languages/vue.php:1132
6534
  msgid "Show in full-width mode"
6535
  msgstr ""
6536
 
6537
+ #: languages/vue.php:1135
6538
  msgid "Show Overview Reports"
6539
  msgstr ""
6540
 
6541
+ #: languages/vue.php:1138
6542
  msgid "Show Publishers Reports"
6543
  msgstr ""
6544
 
6545
+ #: languages/vue.php:1141
6546
  msgid "Show eCommerce Reports"
6547
  msgstr ""
6548
 
6549
+ #: languages/vue.php:1144
6550
  msgid "Settings Menu"
6551
  msgstr ""
6552
 
6553
+ #: languages/vue.php:1147
6554
  msgid "Available in PRO version"
6555
  msgstr ""
6556
 
6557
+ #: languages/vue.php:1150
6558
  msgid "See All Reports"
6559
  msgstr ""
6560
 
6561
+ #: languages/vue.php:1153
6562
  msgid "Go to the Analytics Dashboard"
6563
  msgstr ""
6564
 
6565
+ #: languages/vue.php:1168
6566
  msgid "Cart Funnel"
6567
  msgstr ""
6568
 
6569
+ #: languages/vue.php:1171
6570
  msgid "Customer Insights"
6571
  msgstr ""
6572
 
6573
+ #: languages/vue.php:1174
6574
  msgid "Campaign Measurement"
6575
  msgstr ""
6576
 
6577
+ #: languages/vue.php:1177
6578
  msgid "Customer Profiles"
6579
  msgstr ""
6580
 
6581
+ #: languages/vue.php:1180
6582
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, revenue, and average order value, and more."
6583
  msgstr ""
6584
 
6585
+ #: languages/vue.php:1183
6586
  msgid "Truly Understand Your%1$s Customers With %2$sExactMetrics%3$s"
6587
  msgstr ""
6588
 
6589
+ #: languages/vue.php:1186
6590
  msgid "You never truly understand your customers until you used Enhanced %1$s eCommerce from ExactMetrics!"
6591
  msgstr ""
6592
 
6593
+ #: languages/vue.php:1189
6594
  msgid "Track all-new metrics!"
6595
  msgstr ""
6596
 
6597
+ #: languages/vue.php:1192
6598
  msgid "Get stats WooCommerce doesn’t give you like: Conversion Sources, Avg. Order Value, Revenue per Source, Total Add to Carts & More!"
6599
  msgstr ""
6600
 
6601
+ #: languages/vue.php:1195
6602
  msgid "FEATURES"
6603
  msgstr ""
6604
 
6605
+ #: languages/vue.php:1198
6606
  msgid "Get The Unique Metrics Neccessary for Growth"
6607
  msgstr ""
6608
 
6609
+ #: languages/vue.php:1201
6610
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, %1$srevenue, and average order value, and more."
6611
  msgstr ""
6612
 
6613
+ #: languages/vue.php:1204
6614
  msgid "Get Answers to the important questions %1$syou should know."
6615
  msgstr ""
6616
 
6617
+ #: languages/vue.php:1207
6618
  msgid "Did the login/registration step of the checkout put users off?"
6619
  msgstr ""
6620
 
6621
+ #: languages/vue.php:1210
6622
  msgid "Which ad campaign is driving the most revenue?"
6623
  msgstr ""
6624
 
6625
+ #: languages/vue.php:1213
6626
  msgid "Who is my typical customer?"
6627
  msgstr ""
6628
 
6629
+ #: languages/vue.php:1216
6630
  msgid "Level-up Your eCommerce store with %1$sExactMetrics + WooCommerce!%1$s"
6631
  msgstr ""
6632
 
6633
  #. Translators: Error status and error text.
6634
+ #: languages/vue.php:1220
6635
  msgid "Can't deactivate the license. Error: %1$s, %2$s"
6636
  msgstr ""
6637
 
6638
  #. Translators: Error status and error text.
6639
+ #: languages/vue.php:1224
6640
  msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
6641
  msgstr ""
6642
 
6643
  #. Translators: Error status and error text.
6644
+ #: languages/vue.php:1228
6645
  msgid "Can't load license details. Error: %1$s, %2$s"
6646
  msgstr ""
6647
 
6648
+ #: languages/vue.php:1231
6649
  msgid "Error loading license details"
6650
  msgstr ""
6651
 
6652
  #. Translators: Error status and error text.
6653
+ #: languages/vue.php:1235
6654
  msgid "Can't verify the license. Error: %1$s, %2$s"
6655
  msgstr ""
6656
 
6657
  #. Translators: Error status and error text.
6658
+ #: languages/vue.php:1239
6659
  msgid "Can't validate the license. Error: %1$s, %2$s"
6660
  msgstr ""
6661
 
6662
+ #: languages/vue.php:1242
6663
  msgid "Reset to default"
6664
  msgstr ""
6665
 
6666
+ #: languages/vue.php:1245
6667
  msgid "The value entered does not match the required format"
6668
  msgstr ""
6669
 
6670
+ #: languages/vue.php:1248
6671
  msgid "Check out the newly added classic mode"
6672
  msgstr ""
6673
 
6674
  #. Translators: Placeholder adds a line break.
6675
+ #: languages/vue.php:1253
6676
  msgid "You can customize your %sdate range only in the PRO version."
6677
  msgstr ""
6678
 
6679
+ #: languages/vue.php:1256
6680
  msgid "Help Us Improve"
6681
  msgstr ""
6682
 
6683
+ #: languages/vue.php:1259
6684
  msgid "Help us better understand our users and their website needs."
6685
  msgstr ""
6686
 
6687
  #. Translators: Adds a link to the documentation.
6688
+ #: languages/vue.php:1263
6689
  msgid "If enabled ExactMetrics will send some information about your WordPress site like what plugins and themes you use and which ExactMetrics settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %1$svisit our website.%2$s"
6690
  msgstr ""
6691
 
6692
  #. Translators: The name of the field that is throwing a validation error.
6693
+ #: languages/vue.php:1267
6694
  msgid "%s can't be empty."
6695
  msgstr ""
6696
 
6697
+ #: languages/vue.php:1270
6698
  msgid "Duplicate values are not allowed."
6699
  msgstr ""
6700
 
6701
+ #: languages/vue.php:1273
6702
  msgid "You can add maximum 5 items."
6703
  msgstr ""
6704
 
6705
+ #: languages/vue.php:1276
6706
  msgid "At least 0 item required."
6707
  msgstr ""
6708
 
6709
+ #: languages/vue.php:1279
6710
  msgid "Add Another Link Path"
6711
  msgstr ""
6712
 
6713
+ #: languages/vue.php:1282
6714
  msgid "Remove row"
6715
  msgstr ""
6716
 
6717
+ #: languages/vue.php:1285
6718
  msgid "Sessions"
6719
  msgstr ""
6720
 
6721
  #. Translators: Line break.
6722
+ #: languages/vue.php:1289
6723
  msgid "Unique %s Sessions"
6724
  msgstr ""
6725
 
6726
+ #: languages/vue.php:1292
6727
  msgid "Pageviews"
6728
  msgstr ""
6729
 
6730
  #. Translators: Line break.
6731
+ #: languages/vue.php:1296
6732
  msgid "Unique %s Pageviews"
6733
  msgstr ""
6734
 
6735
+ #: languages/vue.php:1299
6736
  msgid "A session is the browsing session of a single user to your site."
6737
  msgstr ""
6738
 
6739
+ #: languages/vue.php:1302
6740
  msgid "A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview."
6741
  msgstr ""
6742
 
6743
+ #: languages/vue.php:1305
6744
  msgid "Total duration of all sessions (in seconds) / number of sessions."
6745
  msgstr ""
6746
 
6747
+ #: languages/vue.php:1308
6748
  msgid "Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
6749
  msgstr ""
6750
 
6751
+ #: languages/vue.php:1311
6752
  msgid "The number of distinct tracked users"
6753
  msgstr ""
6754
 
6755
+ #: languages/vue.php:1314
6756
  msgid "Avg. Session Duration"
6757
  msgstr ""
6758
 
6759
+ #: languages/vue.php:1317
6760
  msgid "Bounce Rate"
6761
  msgstr ""
6762
 
6763
+ #: languages/vue.php:1320
6764
  msgid "Total Users"
6765
  msgstr ""
6766
 
6767
+ #: languages/vue.php:1323
6768
  msgid "No options available"
6769
  msgstr ""
6770
 
6771
  #. Translators: Placeholders make the text highlighted.
6772
+ #: languages/vue.php:1327
6773
  msgid "%1$sNeed%2$s to Grow FASTER??"
6774
  msgstr ""
6775
 
6776
+ #: languages/vue.php:1330
6777
  msgid "Get additional, actionable insights by going Pro."
6778
  msgstr ""
6779
 
6780
+ #: languages/vue.php:1333
6781
  msgid "Skip"
6782
  msgstr ""
6783
 
6784
+ #: languages/vue.php:1336
6785
  msgid "See All Features"
6786
  msgstr ""
6787
 
6788
+ #: languages/vue.php:1339
6789
  msgid "Upgrade to Pro to get the complete ExactMetrics experience including 1 click tracking integrations for your favorite WordPress plugins and insightful reports backed by our legendary support team."
6790
  msgstr ""
6791
 
6792
+ #: languages/vue.php:1342
6793
  msgid "Our Pro plan includes:"
6794
  msgstr ""
6795
 
6796
  #. Translators: Error status and error text.
6797
+ #: languages/vue.php:1346
6798
  msgid "Can't load errors. Error: %1$s, %2$s"
6799
  msgstr ""
6800
 
6801
+ #: languages/vue.php:1349
6802
  msgid "Real-Time Report"
6803
  msgstr ""
6804
 
6805
+ #: languages/vue.php:1352
6806
  msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitor's activity when you need it."
6807
  msgstr ""
6808
 
6809
  #. Translators: add link to blog.
6810
+ #: languages/vue.php:1356
6811
  msgid "To comply with Google's API policies we've had to remove the real time report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro."
6812
  msgstr ""
6813
 
6814
+ #: languages/vue.php:1359
6815
  msgid "Here's what you get:"
6816
  msgstr ""
6817
 
6818
+ #: languages/vue.php:1362
6819
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
6820
  msgstr ""
6821
 
6822
+ #: languages/vue.php:1365
6823
  msgid "See Your Top Pages Immediately After Making Changes"
6824
  msgstr ""
6825
 
6826
+ #: languages/vue.php:1368
6827
  msgid "See Your Top Referral Sources and Adapt Faster"
6828
  msgstr ""
6829
 
6830
+ #: languages/vue.php:1371
6831
  msgid "See Your Traffic Demographics"
6832
  msgstr ""
6833
 
6834
+ #: languages/vue.php:1374
6835
  msgid "Get Fresh Report Data Every 60 Seconds"
6836
  msgstr ""
6837
 
6838
+ #: languages/vue.php:1377
6839
  msgid "See Where Your Visitors are Connecting From (country & city)"
6840
  msgstr ""
6841
 
6842
+ #: languages/vue.php:1380
6843
  msgid "Forms Report"
6844
  msgstr ""
6845
 
6846
+ #: languages/vue.php:1383
6847
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
6848
  msgstr ""
6849
 
6850
+ #: languages/vue.php:1386
6851
  msgid "See Your Top Converting Forms and Optimize"
6852
  msgstr ""
6853
 
6854
+ #: languages/vue.php:1389
6855
  msgid "See Your Forms Impressions Count to Find the Best Placement"
6856
  msgstr ""
6857
 
6858
+ #: languages/vue.php:1392
6859
  msgid "Awesome, You're All Set!"
6860
  msgstr ""
6861
 
6862
+ #: languages/vue.php:1395
6863
  msgid "ExactMetrics is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
6864
  msgstr ""
6865
 
6866
+ #. Translators: Make text bold.
6867
+ #: languages/vue.php:1399
6868
  msgid "%1$sPlease Note:%2$s While Google Analytics is properly setup and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate."
6869
  msgstr ""
6870
 
6871
  #. Translators: Add link to blog.
6872
+ #. Translators: Link to our blog.
6873
+ #: languages/vue.php:1403
6874
+ #: languages/vue.php:3601
6875
  msgid "%1$sSubscribe to the ExactMetrics blog%2$s for tips on how to get more traffic and grow your business."
6876
  msgstr ""
6877
 
6878
+ #: languages/vue.php:1406
6879
  msgid "Finish Setup & Exit Wizard"
6880
  msgstr ""
6881
 
6882
+ #: languages/vue.php:1409
6883
  msgid "Google Analytics"
6884
  msgstr ""
6885
 
6886
+ #: languages/vue.php:1412
6887
  msgid "Subscribe"
6888
  msgstr ""
6889
 
6890
+ #: languages/vue.php:1415
6891
  msgid "Checking your website..."
6892
  msgstr ""
6893
 
6894
+ #: languages/vue.php:1418
6895
  msgid "Recommended Addons"
6896
  msgstr ""
6897
 
6898
  #. Translators: Add a link to upgrade and make the text green.
6899
+ #: languages/vue.php:1422
6900
  msgid "To unlock more features consider %1$supgrading to PRO%2$s.%3$s As a valued ExactMetrics Lite user you %4$sreceive 50%% off%5$s, automatically applied at checkout!"
6901
  msgstr ""
6902
 
6903
+ #: languages/vue.php:1425
6904
  msgid "Upgrade to PRO Now"
6905
  msgstr ""
6906
 
6907
+ #: languages/vue.php:1428
6908
  msgid "See who’s viewing and submitting your forms, so you can increase your conversion rate."
6909
  msgstr ""
6910
 
6911
+ #: languages/vue.php:1431
6912
  msgid "See All Your Important Store Metrics in One Place."
6913
  msgstr ""
6914
 
6915
+ #: languages/vue.php:1434
6916
  msgid "... and more:"
6917
  msgstr ""
6918
 
6919
+ #: languages/vue.php:1437
6920
  msgid "Dimensions- Track authors, categories, trags, searches, users and more."
6921
  msgstr ""
6922
 
6923
+ #: languages/vue.php:1440
6924
  msgid "EU Compliance- Improve compliance with GDPR and other privacy regulations."
6925
  msgstr ""
6926
 
6927
+ #: languages/vue.php:1443
6928
  msgid "AMP- ExactMetrics Google AMP Addon enables accurate tracking of all mobile visitors to your AMP-enabled pages."
6929
  msgstr ""
6930
 
6931
+ #: languages/vue.php:1446
6932
  msgid "Facebook Instant Articles- Integrate Google Analytics and Facebook Instant Articles with just one click."
6933
  msgstr ""
6934
 
6935
+ #: languages/vue.php:1449
6936
  msgid "eCommerce- Sales tracking for your WooCommerce, Easy Digital Downloads, LifterLMS or MemberPress stores."
6937
  msgstr ""
6938
 
6939
+ #: languages/vue.php:1452
6940
  msgid "Google Optimize- Easily enable Google Optimize on your WordPress site."
6941
  msgstr ""
6942
 
6943
+ #: languages/vue.php:1455
6944
  msgid "Forms- Enable tracking of your form views, submissions and conversion rates."
6945
  msgstr ""
6946
 
6947
+ #: languages/vue.php:1458
6948
  msgid "Ads- See who’s clicking on your Google Adsense banner ads."
6949
  msgstr ""
6950
 
6951
+ #: languages/vue.php:1461
6952
  msgid "Hello and Welcome to ExactMetrics, the Best Google Analytics Plugin for WordPress."
6953
  msgstr ""
6954
 
6955
+ #: languages/vue.php:1464
6956
  msgid "Ready to take your website to the next level? ExactMetrics gives you the accurate insights you need to make data-driven decisions to grow your traffic and conversions faster than ever before. Now you can easily enable advanced tracking on your website without having to know any code."
6957
  msgstr ""
6958
 
6959
+ #: languages/vue.php:1467
6960
  msgid "The ExactMetrics Team"
6961
  msgstr ""
6962
 
6963
+ #: languages/vue.php:1470
6964
  msgid "Custom Dimensions Report"
6965
  msgstr ""
6966
 
6967
+ #: languages/vue.php:1473
6968
  msgid "Unlock the Dimensions Report and decide what data is important using your own custom tracking parameters"
6969
  msgstr ""
6970
 
6971
+ #: languages/vue.php:1476
6972
  msgid "The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
6973
  msgstr ""
6974
 
6975
+ #: languages/vue.php:1479
6976
  msgid "Author tracking to see which author’s posts generate the most traffic"
6977
  msgstr ""
6978
 
6979
+ #: languages/vue.php:1482
6980
  msgid "Post Type tracking to see which WordPress post types perform better"
6981
  msgstr ""
6982
 
6983
+ #: languages/vue.php:1485
6984
  msgid "Category tracking to see which sections of your sites are the most popular"
6985
  msgstr ""
6986
 
6987
+ #: languages/vue.php:1488
6988
  msgid "SEO score tracking to see which blog SEO scores are the most popular"
6989
  msgstr ""
6990
 
6991
+ #: languages/vue.php:1491
6992
  msgid "Focus Keyword tracking to see which of your content is doing well in search engines."
6993
  msgstr ""
6994
 
6995
+ #: languages/vue.php:1494
6996
  msgid "Tag tracking to determine which topics are the most engaging to for your website visitors."
6997
  msgstr ""
6998
 
6999
  #. Translators: add link to blog.
7000
+ #: languages/vue.php:1498
7001
  msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly. With the Site Speed report you'll be able to check your site's performance directly from your ExactMetrics dashboard."
7002
  msgstr ""
7003
 
7004
+ #: languages/vue.php:1501
7005
  msgid "See Your Homepage's Overall Performance Score"
7006
  msgstr ""
7007
 
7008
+ #: languages/vue.php:1504
7009
  msgid "Run an Audit on Your Homepage and See Your Server Response Time"
7010
  msgstr ""
7011
 
7012
+ #: languages/vue.php:1507
7013
  msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
7014
  msgstr ""
7015
 
7016
+ #: languages/vue.php:1510
7017
  msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
7018
  msgstr ""
7019
 
7020
+ #: languages/vue.php:1513
7021
  msgid "Hide dashboard widget"
7022
  msgstr ""
7023
 
7024
+ #: languages/vue.php:1516
7025
  msgid "Are you sure you want to hide the ExactMetrics Dashboard Widget? "
7026
  msgstr ""
7027
 
7028
+ #: languages/vue.php:1519
7029
  msgid "Yes, hide it!"
7030
  msgstr ""
7031
 
7032
+ #: languages/vue.php:1522
7033
  msgid "No, cancel!"
7034
  msgstr ""
7035
 
7036
+ #: languages/vue.php:1525
7037
  msgid "ExactMetrics Widget Hidden"
7038
  msgstr ""
7039
 
7040
+ #: languages/vue.php:1528
7041
  msgid "You can re-enable the ExactMetrics widget at any time using the \"Screen Options\" menu on the top right of this page"
7042
  msgstr ""
7043
 
7044
  #. Translators: Error status and error text.
7045
+ #: languages/vue.php:1532
7046
  msgid "Can't deauthenticate. Error: %1$s, %2$s"
7047
  msgstr ""
7048
 
7049
  #. Translators: Error status and error text.
7050
+ #: languages/vue.php:1536
7051
  msgid "Can't load authentication details. Error: %1$s, %2$s"
7052
  msgstr ""
7053
 
7054
+ #: languages/vue.php:1539
7055
  msgid "You appear to be offline. Settings not saved."
7056
  msgstr ""
7057
 
7058
  #. Translators: Error status and error text.
7059
+ #: languages/vue.php:1543
7060
  msgid "Can't authenticate. Error: %1$s, %2$s"
7061
  msgstr ""
7062
 
7063
  #. Translators: Error status and error text.
7064
+ #: languages/vue.php:1547
7065
  msgid "Can't reauthenticate. Error: %1$s, %2$s"
7066
  msgstr ""
7067
 
7068
  #. Translators: Error status and error text.
7069
+ #: languages/vue.php:1551
7070
  msgid "Can't verify credentials. Error: %1$s, %2$s"
7071
  msgstr ""
7072
 
7073
+ #: languages/vue.php:1554
7074
  msgid "Still Calculating..."
7075
  msgstr ""
7076
 
7077
+ #: languages/vue.php:1557
7078
  msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
7079
  msgstr ""
7080
 
7081
+ #: languages/vue.php:1560
7082
  msgid "Back to Overview Report"
7083
  msgstr ""
7084
 
7085
+ #: languages/vue.php:1563
7086
  msgid "Your 2020 Analytics Report"
7087
  msgstr ""
7088
 
7089
+ #: languages/vue.php:1566
7090
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
7091
  msgstr ""
7092
 
7093
+ #: languages/vue.php:1569
7094
  msgid "Audience"
7095
  msgstr ""
7096
 
7097
+ #: languages/vue.php:1572
7098
  msgid "Congrats"
7099
  msgstr ""
7100
 
7101
+ #: languages/vue.php:1575
7102
  msgid "Your website was quite popular this year! "
7103
  msgstr ""
7104
 
7105
+ #: languages/vue.php:1578
7106
  msgid "You had "
7107
  msgstr ""
7108
 
7109
+ #: languages/vue.php:1581
7110
  msgid " visitors!"
7111
  msgstr ""
7112
 
7113
+ #: languages/vue.php:1584
7114
  msgid " visitors"
7115
  msgstr ""
7116
 
7117
+ #: languages/vue.php:1587
7118
  msgid "Total Visitors"
7119
  msgstr ""
7120
 
7121
+ #: languages/vue.php:1590
7122
  msgid "Total Sessions"
7123
  msgstr ""
7124
 
7125
+ #: languages/vue.php:1593
7126
  msgid "Visitors by Month"
7127
  msgstr ""
7128
 
7129
+ #: languages/vue.php:1596
7130
  msgid "January 1, 2020 - December 31, 2020"
7131
  msgstr ""
7132
 
7133
+ #: languages/vue.php:1599
7134
  msgid "A Tip for 2021"
7135
  msgstr ""
7136
 
7137
+ #: languages/vue.php:1602
7138
  msgid "Demographics"
7139
  msgstr ""
7140
 
7141
+ #: languages/vue.php:1605
7142
  msgid "#1"
7143
  msgstr ""
7144
 
7145
+ #: languages/vue.php:1608
7146
  msgid "You Top 5 Countries"
7147
  msgstr ""
7148
 
7149
+ #: languages/vue.php:1611
7150
  msgid "Let’s get to know your visitors a little better, shall we?"
7151
  msgstr ""
7152
 
7153
+ #: languages/vue.php:1614
7154
  msgid "Gender"
7155
  msgstr ""
7156
 
7157
+ #: languages/vue.php:1617
7158
  msgid "Female"
7159
  msgstr ""
7160
 
7161
+ #: languages/vue.php:1620
7162
  msgid "Women"
7163
  msgstr ""
7164
 
7165
+ #: languages/vue.php:1623
7166
  msgid "Male"
7167
  msgstr ""
7168
 
7169
+ #: languages/vue.php:1626
7170
  msgid "Average Age"
7171
  msgstr ""
7172
 
7173
+ #: languages/vue.php:1629
7174
  msgid "Behavior"
7175
  msgstr ""
7176
 
7177
+ #: languages/vue.php:1632
7178
  msgid "Your Top 5 Pages"
7179
  msgstr ""
7180
 
7181
+ #: languages/vue.php:1635
7182
  msgid "Time Spent on Site"
7183
  msgstr ""
7184
 
7185
+ #: languages/vue.php:1638
7186
  msgid "minutes"
7187
  msgstr ""
7188
 
7189
+ #: languages/vue.php:1641
7190
  msgid "Device Type"
7191
  msgstr ""
7192
 
7193
+ #: languages/vue.php:1644
7194
  msgid "A Tip For 2021"
7195
  msgstr ""
7196
 
7197
+ #: languages/vue.php:1647
7198
  msgid "Are you looking for a way to track your landing pages and see which one gets the most conversions on your website?"
7199
  msgstr ""
7200
 
7201
+ #: languages/vue.php:1650
7202
  msgid "Read - How to Track Google Analytics Landing Page Conversions"
7203
  msgstr ""
7204
 
7205
+ #: languages/vue.php:1653
7206
  msgid "So, where did all of these visitors come from?"
7207
  msgstr ""
7208
 
7209
+ #: languages/vue.php:1656
7210
  msgid "Clicks"
7211
  msgstr ""
7212
 
7213
+ #: languages/vue.php:1659
7214
  msgid "Your Top 5 Keywords"
7215
  msgstr ""
7216
 
7217
+ #: languages/vue.php:1662
7218
  msgid "What keywords visitors searched for to find your site"
7219
  msgstr ""
7220
 
7221
+ #: languages/vue.php:1665
7222
  msgid "Your Top 5 Referrals"
7223
  msgstr ""
7224
 
7225
+ #: languages/vue.php:1668
7226
  msgid "The websites that link back to your website"
7227
  msgstr ""
7228
 
7229
+ #: languages/vue.php:1671
7230
  msgid "Opportunity"
7231
  msgstr ""
7232
 
7233
+ #: languages/vue.php:1674
7234
  msgid "Learn how to boost your SEO rankings using ExactMetrics so more visitors reach your articles and increase engagement."
7235
  msgstr ""
7236
 
7237
+ #: languages/vue.php:1677
7238
  msgid "Read - 5 Ways to Skyrocket Your SEO Rankings with Google Analytics"
7239
  msgstr ""
7240
 
7241
+ #: languages/vue.php:1680
7242
  msgid "Thank you for using ExactMetrics!"
7243
  msgstr ""
7244
 
7245
+ #: languages/vue.php:1683
7246
  msgid "We’re grateful for your continued support. If there’s anything we can do to help you grow your business, please don’t hesitate to contact our team."
7247
  msgstr ""
7248
 
7249
+ #: languages/vue.php:1686
7250
  msgid "Here's to an amazing 2021!"
7251
  msgstr ""
7252
 
7253
+ #: languages/vue.php:1689
7254
  msgid "Enjoying ExactMetrics"
7255
  msgstr ""
7256
 
7257
+ #: languages/vue.php:1692
7258
  msgid "Leave a five star review!"
7259
  msgstr ""
7260
 
7261
+ #: languages/vue.php:1695
7262
  msgid "Syed Balkhi"
7263
  msgstr ""
7264
 
7265
+ #: languages/vue.php:1698
7266
  msgid "Chris Christoff"
7267
  msgstr ""
7268
 
7269
+ #: languages/vue.php:1701
7270
  msgid "Write Review"
7271
  msgstr ""
7272
 
7273
+ #: languages/vue.php:1704
7274
  msgid "Did you know over 10 million websites use our plugins?"
7275
  msgstr ""
7276
 
7277
+ #: languages/vue.php:1707
7278
  msgid "Try our other popular WordPress plugins to grow your website in 2021."
7279
  msgstr ""
7280
 
7281
+ #: languages/vue.php:1710
7282
  msgid "Join our Communities!"
7283
  msgstr ""
7284
 
7285
+ #: languages/vue.php:1713
7286
  msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
7287
  msgstr ""
7288
 
7289
+ #: languages/vue.php:1716
7290
  msgid "Facebook Group"
7291
  msgstr ""
7292
 
7293
+ #: languages/vue.php:1719
7294
  msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
7295
  msgstr ""
7296
 
7297
+ #: languages/vue.php:1722
7298
  msgid "Join Now...It’s Free!"
7299
  msgstr ""
7300
 
7301
+ #: languages/vue.php:1725
7302
  msgid "WordPress Tutorials by WPBeginner"
7303
  msgstr ""
7304
 
7305
+ #: languages/vue.php:1728
7306
  msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
7307
  msgstr ""
7308
 
7309
+ #: languages/vue.php:1731
7310
  msgid "Visit WPBeginner"
7311
  msgstr ""
7312
 
7313
+ #: languages/vue.php:1734
7314
  msgid "Follow Us!"
7315
  msgstr ""
7316
 
7317
+ #: languages/vue.php:1737
7318
  msgid "Follow ExactMetrics on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics."
7319
  msgstr ""
7320
 
7321
+ #: languages/vue.php:1740
7322
  msgid "Copyright ExactMetrics, 2021"
7323
  msgstr ""
7324
 
7325
+ #: languages/vue.php:1743
7326
  msgid "Upgrade to ExactMetrics Pro to Unlock Additional Actionable Insights"
7327
  msgstr ""
7328
 
7329
+ #: languages/vue.php:1750
7330
  msgid "January"
7331
  msgstr ""
7332
 
7333
+ #: languages/vue.php:1753
7334
  msgid "February"
7335
  msgstr ""
7336
 
7337
+ #: languages/vue.php:1756
7338
  msgid "March"
7339
  msgstr ""
7340
 
7341
+ #: languages/vue.php:1759
7342
  msgid "April"
7343
  msgstr ""
7344
 
7345
+ #: languages/vue.php:1762
7346
  msgid "May"
7347
  msgstr ""
7348
 
7349
+ #: languages/vue.php:1765
7350
  msgid "June"
7351
  msgstr ""
7352
 
7353
+ #: languages/vue.php:1768
7354
  msgid "July"
7355
  msgstr ""
7356
 
7357
+ #: languages/vue.php:1771
7358
  msgid "August"
7359
  msgstr ""
7360
 
7361
+ #: languages/vue.php:1774
7362
  msgid "September"
7363
  msgstr ""
7364
 
7365
+ #: languages/vue.php:1777
7366
  msgid "October"
7367
  msgstr ""
7368
 
7369
+ #: languages/vue.php:1780
7370
  msgid "November"
7371
  msgstr ""
7372
 
7373
+ #: languages/vue.php:1783
7374
  msgid "December"
7375
  msgstr ""
7376
 
7377
  #. Translators: Number of visitors.
7378
+ #: languages/vue.php:1787
7379
  msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
7380
  msgstr ""
7381
 
7382
+ #: languages/vue.php:1790
7383
  msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
7384
  msgstr ""
7385
 
7386
  #. Translators: Number of visitors.
7387
+ #: languages/vue.php:1794
7388
  msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
7389
  msgstr ""
7390
 
7391
  #. Translators: Number of visitors.
7392
+ #: languages/vue.php:1798
7393
  msgid "%s Visitors"
7394
  msgstr ""
7395
 
7396
  #. Translators: Percent and Number of visitors.
7397
+ #: languages/vue.php:1802
7398
  msgid "%1$s&#37 of your visitors were %2$s"
7399
  msgstr ""
7400
 
7401
  #. Translators: Number of visitors and their age.
7402
+ #: languages/vue.php:1806
7403
  msgid "%1$s&#37 of your visitors were between the ages of %2$s"
7404
  msgstr ""
7405
 
7406
+ #: languages/vue.php:1809
7407
  msgid "Your <strong>%1$s</strong> visitors viewed a total of <strong>%2$s</strong> pages. <span class='average-page-per-user' style='font-size: 20px;margin-top:25px;display:block;font-family:Lato'>That's an average of %3$s pages for each visitor!</span>"
7408
  msgstr ""
7409
 
7410
  #. Translators: Number of minutes spent on site.
7411
+ #: languages/vue.php:1813
7412
  msgid "Each visitor spent an average of %s minutes on your website in 2020."
7413
  msgstr ""
7414
 
7415
  #. Translators: Name of device type.
7416
+ #: languages/vue.php:1817
7417
  msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
7418
  msgstr ""
7419
 
7420
  #. Translators: Number of visitors and device percentage.
7421
+ #: languages/vue.php:1821
7422
  msgid "%1$s&#37 of your visitors were on a %2$s device."
7423
  msgstr ""
7424
 
7425
+ #: languages/vue.php:1824
7426
  msgid "Desktop"
7427
  msgstr ""
7428
 
7429
+ #: languages/vue.php:1827
7430
  msgid "Tablet"
7431
  msgstr ""
7432
 
7433
+ #: languages/vue.php:1830
7434
  msgid "Mobile"
7435
  msgstr ""
7436
 
7437
+ #: languages/vue.php:1833
7438
  msgid "Force Deauthenticate"
7439
  msgstr ""
7440
 
7441
+ #: languages/vue.php:1836
7442
  msgid "Disconnect ExactMetrics"
7443
  msgstr ""
7444
 
7445
+ #: languages/vue.php:1839
7446
  msgid "Authenticating"
7447
  msgstr ""
7448
 
7449
+ #: languages/vue.php:1842
7450
  msgid "Verifying Credentials"
7451
  msgstr ""
7452
 
7453
+ #: languages/vue.php:1845
7454
  msgid "Your site is connected to ExactMetrics!"
7455
  msgstr ""
7456
 
7457
+ #: languages/vue.php:1848
7458
  msgid "Deauthenticating"
7459
  msgstr ""
7460
 
7461
+ #: languages/vue.php:1851
7462
  msgid "You've disconnected your site from ExactMetrics. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
7463
  msgstr ""
7464
 
7465
+ #: languages/vue.php:1854
7466
+ #: languages/vue.php:1926
7467
  msgid "Connect ExactMetrics"
7468
  msgstr ""
7469
 
7470
+ #: languages/vue.php:1857
7471
  msgid "Verify Credentials"
7472
  msgstr ""
7473
 
7474
+ #: languages/vue.php:1863
7475
  msgid "Website Profile"
7476
  msgstr ""
7477
 
7478
+ #: languages/vue.php:1866
7479
  msgid "Active Profile"
7480
  msgstr ""
7481
 
7482
+ #: languages/vue.php:1869
7483
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
7484
  msgstr ""
7485
 
7486
+ #: languages/vue.php:1872
7487
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
7488
  msgstr ""
7489
 
7490
+ #: languages/vue.php:1875
7491
  msgid "Dual Tracking Profile"
7492
  msgstr ""
7493
 
7494
+ #: languages/vue.php:1878
7495
  msgid "The dual tracking feature allows you to continue tracking this site into an existing GAv3 property so you can continue to use the GA reports you are used to already. Learn more about this feature %1$shere%2$s."
7496
  msgstr ""
7497
 
7498
+ #: languages/vue.php:1881
7499
  msgid "Your Universal Analytics code should look like UA-XXXXXXXXXX where the X's are numbers."
7500
  msgstr ""
7501
 
7502
+ #: languages/vue.php:1884
7503
  msgid "The dual tracking feature allows you to begin tracking this site into a GAv4 property to take advantage of the new GAv4 analysis tools. Learn more about this feature %1$shere%2$s."
7504
  msgstr ""
7505
 
7506
+ #: languages/vue.php:1887
7507
  msgid "Your Measurement ID should look like G-XXXXXXXXXX where the X's are numbers."
7508
  msgstr ""
7509
 
7510
+ #: languages/vue.php:1890
7511
  msgid "Measurement Protocol API Secret"
7512
  msgstr ""
7513
 
7514
+ #: languages/vue.php:1893
7515
  msgid "The Measurement Protocol API secret allows your site to send tracking data to Google Analytics. To retrieve your Measurement Protocol API Secret, follow %1$sthis guide%2$s."
7516
  msgstr ""
7517
 
7518
+ #: languages/vue.php:1896
7519
  msgid "Classic mode"
7520
  msgstr ""
7521
 
7522
+ #: languages/vue.php:1899
7523
  msgid "Proceed"
7524
  msgstr ""
7525
 
7526
+ #: languages/vue.php:1902
7527
  msgid "Connection Information"
7528
  msgstr ""
7529
 
7530
+ #: languages/vue.php:1905
7531
  msgid "To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."
7532
  msgstr ""
7533
 
7534
+ #: languages/vue.php:1908
7535
  msgid "Hostname"
7536
  msgstr ""
7537
 
7538
+ #: languages/vue.php:1911
7539
  msgid "FTP Username"
7540
  msgstr ""
7541
 
7542
+ #: languages/vue.php:1914
7543
  msgid "FTP Password"
7544
  msgstr ""
7545
 
7546
+ #: languages/vue.php:1917
7547
  msgid "This password will not be stored on the server."
7548
  msgstr ""
7549
 
7550
+ #: languages/vue.php:1920
7551
  msgid "Connection Type"
7552
  msgstr ""
7553
 
7554
+ #: languages/vue.php:1923
7555
  msgid "Cancel"
7556
  msgstr ""
7557
 
7558
+ #: languages/vue.php:1929
7559
  msgid "Website profile"
7560
  msgstr ""
7561
 
7562
+ #: languages/vue.php:1932
7563
  msgid "Active profile"
7564
  msgstr ""
7565
 
7566
+ #: languages/vue.php:1935
7567
  msgid "Skip and Keep Connection"
7568
  msgstr ""
7569
 
7570
  #. Translators: Number of days.
7571
+ #: languages/vue.php:1940
7572
  msgid "vs. Previous Day"
7573
  msgstr ""
7574
 
7575
+ #: languages/vue.php:1944
7576
  msgid "No change"
7577
  msgstr ""
7578
 
7579
+ #: languages/vue.php:1947
7580
  msgid "Choose Theme"
7581
  msgstr ""
7582
 
7583
+ #: languages/vue.php:1950
7584
  msgid "Widget Styling"
7585
  msgstr ""
7586
 
7587
+ #: languages/vue.php:1953
7588
  msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
7589
  msgstr ""
7590
 
7591
+ #: languages/vue.php:1956
7592
  msgid "Sort By"
7593
  msgstr ""
7594
 
7595
+ #: languages/vue.php:1959
7596
  msgid "Choose how you'd like the widget to determine your popular posts."
7597
  msgstr ""
7598
 
7599
+ #: languages/vue.php:1962
7600
  msgid "Display Title"
7601
  msgstr ""
7602
 
7603
+ #: languages/vue.php:1968
7604
  msgid "Title your widget and set its display preferences."
7605
  msgstr ""
7606
 
7607
+ #: languages/vue.php:1971
7608
  msgid "Include in Post Types"
7609
  msgstr ""
7610
 
7611
+ #: languages/vue.php:1974
7612
  msgid "Exclude from specific posts"
7613
  msgstr ""
7614
 
7615
  #. Translators: Placeholders make the text bold.
7616
+ #: languages/vue.php:1978
7617
  msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
7618
  msgstr ""
7619
 
7620
  #. Translators: Placeholders make the text bold.
7621
+ #: languages/vue.php:1982
7622
  msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
7623
  msgstr ""
7624
 
7625
+ #: languages/vue.php:1985
7626
  msgid "Loading Themes"
7627
  msgstr ""
7628
 
7629
  #. Translators: placeholders make text small.
7630
+ #: languages/vue.php:1989
7631
  msgid "Default Styles %1$s- As seen above.%2$s"
7632
  msgstr ""
7633
 
7634
  #. Translators: placeholders make text small.
7635
+ #: languages/vue.php:1993
7636
  msgid "No Styles %1$s- Use your own CSS.%2$s"
7637
  msgstr ""
7638
 
7639
  #. Translators: placeholders make text small.
7640
+ #: languages/vue.php:1997
7641
  msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
7642
  msgstr ""
7643
 
7644
  #. Translators: placeholders make text small.
7645
+ #: languages/vue.php:2001
7646
  msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
7647
  msgstr ""
7648
 
7649
  #. Translators: placeholders make text small.
7650
+ #: languages/vue.php:2005
7651
  msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
7652
  msgstr ""
7653
 
7654
+ #: languages/vue.php:2008
7655
  msgid "Placement"
7656
  msgstr ""
7657
 
7658
+ #: languages/vue.php:2011
7659
  msgid "Choose how you'd like to place the widget."
7660
  msgstr ""
7661
 
7662
+ #: languages/vue.php:2014
7663
  msgid "Insert After"
7664
  msgstr ""
7665
 
7666
+ #: languages/vue.php:2017
7667
  msgid "Choose where in the post body the widget will be placed."
7668
  msgstr ""
7669
 
7670
+ #: languages/vue.php:2020
7671
  msgid "Customize Design"
7672
  msgstr ""
7673
 
7674
+ #: languages/vue.php:2023
7675
  msgid "words"
7676
  msgstr ""
7677
 
7678
+ #: languages/vue.php:2026
7679
  msgid "Please select at least one post to display."
7680
  msgstr ""
7681
 
7682
  #. Translators: placeholders make text small.
7683
+ #: languages/vue.php:2030
7684
  msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
7685
  msgstr ""
7686
 
7687
  #. Translators: placeholders make text small.
7688
+ #: languages/vue.php:2034
7689
  msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
7690
  msgstr ""
7691
 
7692
+ #: languages/vue.php:2037
7693
  msgid "Caching"
7694
  msgstr ""
7695
 
7696
+ #: languages/vue.php:2040
7697
  msgid "Enable Data Caching"
7698
  msgstr ""
7699
 
7700
+ #: languages/vue.php:2043
7701
  msgid "Refresh Cache Every"
7702
  msgstr ""
7703
 
7704
+ #: languages/vue.php:2046
7705
  msgid "Choose how often to refresh the cache."
7706
  msgstr ""
7707
 
7708
+ #: languages/vue.php:2049
7709
  msgid "Enable Ajaxify"
7710
  msgstr ""
7711
 
7712
+ #: languages/vue.php:2052
7713
  msgid "Ajaxify Widget"
7714
  msgstr ""
7715
 
7716
+ #: languages/vue.php:2055
7717
  msgid "Use to bypass page caching."
7718
  msgstr ""
7719
 
7720
+ #: languages/vue.php:2058
7721
  msgid "Empty Cache"
7722
  msgstr ""
7723
 
7724
+ #: languages/vue.php:2061
7725
  msgid "Click to manually wipe the cache right now."
7726
  msgstr ""
7727
 
7728
+ #: languages/vue.php:2064
7729
  msgid "Popular posts cache emptied"
7730
  msgstr ""
7731
 
7732
+ #: languages/vue.php:2067
7733
  msgid "Error emptying the popular posts cache. Please try again."
7734
  msgstr ""
7735
 
7736
+ #: languages/vue.php:2070
7737
  msgid "Last 30 Days Analytics for "
7738
  msgstr ""
7739
 
7740
+ #: languages/vue.php:2073
7741
  msgid "Your Website"
7742
  msgstr ""
7743
 
7744
+ #: languages/vue.php:2076
7745
  msgid "Avg. Duration"
7746
  msgstr ""
7747
 
7748
+ #: languages/vue.php:2079
7749
  msgid "More data is available"
7750
  msgstr ""
7751
 
7752
+ #: languages/vue.php:2082
7753
  msgid "Want to see page-specific stats?"
7754
  msgstr ""
7755
 
7756
+ #: languages/vue.php:2085
7757
  msgid "You appear to be offline. WPForms not installed."
7758
  msgstr ""
7759
 
7760
  #. Translators: Error status and error text.
7761
+ #: languages/vue.php:2089
7762
  msgid "Can't activate addon. Error: %1$s, %2$s"
7763
  msgstr ""
7764
 
7765
+ #: languages/vue.php:2092
7766
  msgid "You appear to be offline. Addon not activated."
7767
  msgstr ""
7768
 
7769
  #. Translators: Error status and error text.
7770
+ #: languages/vue.php:2096
7771
  msgid "Can't deactivate addon. Error: %1$s, %2$s"
7772
  msgstr ""
7773
 
7774
+ #: languages/vue.php:2099
7775
  msgid "You appear to be offline. Addon not deactivated."
7776
  msgstr ""
7777
 
7778
  #. Translators: Error status and error text.
7779
+ #: languages/vue.php:2103
7780
  msgid "Can't install plugin. Error: %1$s, %2$s"
7781
  msgstr ""
7782
 
7783
+ #: languages/vue.php:2106
7784
  msgid "You appear to be offline. Plugin not installed."
7785
  msgstr ""
7786
 
7787
  #. Translators: Error status and error text.
7788
+ #: languages/vue.php:2110
7789
  msgid "Can't install addon. Error: %1$s, %2$s"
7790
  msgstr ""
7791
 
7792
+ #: languages/vue.php:2113
7793
  msgid "You appear to be offline. Addon not installed."
7794
  msgstr ""
7795
 
7796
  #. Translators: Error status and error text.
7797
+ #: languages/vue.php:2117
7798
  msgid "Can't install WPForms. Error: %1$s, %2$s"
7799
  msgstr ""
7800
 
7801
+ #: languages/vue.php:2120
7802
  msgid "Network Active"
7803
  msgstr ""
7804
 
7805
+ #: languages/vue.php:2123
7806
  msgid "Active"
7807
  msgstr ""
7808
 
7809
+ #: languages/vue.php:2126
7810
  msgid "Inactive"
7811
  msgstr ""
7812
 
7813
  #. Translators: Placeholder for the addon status (installed, active, etc).
7814
+ #: languages/vue.php:2130
7815
  msgid "Status: %s"
7816
  msgstr ""
7817
 
7818
+ #: languages/vue.php:2133
7819
  msgid "Not Installed"
7820
  msgstr ""
7821
 
7822
  #. Translators: Makes text bold and adds smiley.
7823
+ #: languages/vue.php:2137
7824
  msgid "You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
7825
  msgstr ""
7826
 
7827
  #. Translators: Makes text green.
7828
+ #: languages/vue.php:2141
7829
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout."
7830
  msgstr ""
7831
 
7832
+ #: languages/vue.php:2144
7833
  msgid "Unlock All Features and Upgrade to Pro"
7834
  msgstr ""
7835
 
7836
  #. Translators: Make text green and add smiley face.
7837
+ #: languages/vue.php:2148
7838
  msgid "You're using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
7839
  msgstr ""
7840
 
7841
  #. Translators: Make text green.
7842
+ #: languages/vue.php:2152
7843
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
7844
  msgstr ""
7845
 
7846
+ #: languages/vue.php:2155
7847
  msgid "Unlock PRO Features Now"
7848
  msgstr ""
7849
 
7850
+ #: languages/vue.php:2159
7851
  msgid "Paste your license key here"
7852
  msgstr ""
7853
 
7854
+ #: languages/vue.php:2163
7855
  msgid "Verify"
7856
  msgstr ""
7857
 
7858
  #. Translators: Add link to retrieve license from account area.
7859
+ #: languages/vue.php:2167
7860
  msgid "Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s."
7861
  msgstr ""
7862
 
7863
+ #: languages/vue.php:2170
7864
+ #: languages/vue.php:3638
7865
  msgid "There was an error unlocking ExactMetrics PRO please try again or install manually."
7866
  msgstr ""
7867
 
7868
+ #: languages/vue.php:2173
7869
  msgid "%1$sAll-in-One SEO%2$s Makes SEO Simple. Gain Valuable Organic Traffic."
7870
  msgstr ""
7871
 
7872
+ #: languages/vue.php:2176
7873
  msgid "Automatically migrate all of your SEO settings with just 1 click!"
7874
  msgstr ""
7875
 
7876
+ #: languages/vue.php:2179
7877
  msgid "1,938"
7878
  msgstr ""
7879
 
7880
+ #: languages/vue.php:2182
7881
  msgid "2+ Million Active Installs"
7882
  msgstr ""
7883
 
7884
+ #: languages/vue.php:2185
7885
  msgid "AIOSEO is the DIY Solution for Managing your SEO"
7886
  msgstr ""
7887
 
7888
+ #: languages/vue.php:2188
7889
  msgid "Set up the proper SEO foundations in less than 10 minutes."
7890
  msgstr ""
7891
 
7892
+ #: languages/vue.php:2191
7893
  msgid "SEO Audit Checklist"
7894
  msgstr ""
7895
 
7896
+ #: languages/vue.php:2194
7897
  msgid "Analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic."
7898
  msgstr ""
7899
 
7900
+ #: languages/vue.php:2197
7901
  msgid "Optimize Your Pages For Higher Rankings With TruSEO Score."
7902
  msgstr ""
7903
 
7904
+ #: languages/vue.php:2200
7905
  msgid "TruSEO Score gives you a more in-depth analysis into your optimization efforts than just a pass or fail. Our actionable checklist helps you to unlock maximum traffic with each page."
7906
  msgstr ""
7907
 
7908
+ #: languages/vue.php:2203
7909
  msgid "Get AIOSEO for WordPress"
7910
  msgstr ""
7911
 
7912
+ #: languages/vue.php:2206
7913
  msgid "Get the #1 Most Powerful WordPress SEO Plugin Today"
7914
  msgstr ""
7915
 
7916
+ #: languages/vue.php:2209
7917
  msgid "Try it out today, for free."
7918
  msgstr ""
7919
 
7920
+ #: languages/vue.php:2212
7921
  msgid "Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings."
7922
  msgstr ""
7923
 
7924
+ #: languages/vue.php:2215
7925
  msgid "Activate and Install the Plugin with just one click!"
7926
  msgstr ""
7927
 
7928
+ #: languages/vue.php:2218
7929
  msgid "Installing AIOSEO..."
7930
  msgstr ""
7931
 
7932
+ #: languages/vue.php:2221
7933
  msgid "Congrats! All-in-One SEO Installed."
7934
  msgstr ""
7935
 
7936
+ #: languages/vue.php:2224
7937
  msgid "Switch to AIOSEO"
7938
  msgstr ""
7939
 
7940
+ #: languages/vue.php:2227
7941
  msgid "Installation Failed. Please refresh and try again."
7942
  msgstr ""
7943
 
7944
+ #: languages/vue.php:2230
7945
  msgid "Activating AIOSEO..."
7946
  msgstr ""
7947
 
7948
+ #: languages/vue.php:2233
7949
  msgid "Activate AIOSEO"
7950
  msgstr ""
7951
 
7952
+ #: languages/vue.php:2236
7953
  msgid "Activation Failed. Please refresh and try again."
7954
  msgstr ""
7955
 
7956
+ #: languages/vue.php:2239
7957
  msgid "Unlock Form Tracking"
7958
  msgstr ""
7959
 
7960
+ #: languages/vue.php:2242
7961
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
7962
  msgstr ""
7963
 
7964
+ #: languages/vue.php:2245
7965
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
7966
  msgstr ""
7967
 
7968
+ #: languages/vue.php:2248
7969
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
7970
  msgstr ""
7971
 
7972
+ #: languages/vue.php:2251
7973
  msgid "Show"
7974
  msgstr ""
7975
 
7976
+ #: languages/vue.php:2254
7977
  msgid "File imported"
7978
  msgstr ""
7979
 
7980
+ #: languages/vue.php:2257
7981
  msgid "Settings successfully updated!"
7982
  msgstr ""
7983
 
7984
+ #: languages/vue.php:2260
7985
  msgid "Error importing settings"
7986
  msgstr ""
7987
 
7988
+ #: languages/vue.php:2263
7989
  msgid "Please choose a .json file generated by a ExactMetrics settings export."
7990
  msgstr ""
7991
 
7992
+ #: languages/vue.php:2266
7993
  msgid "Import/Export"
7994
  msgstr ""
7995
 
7996
+ #: languages/vue.php:2269
7997
  msgid "Import"
7998
  msgstr ""
7999
 
8000
+ #: languages/vue.php:2272
8001
  msgid "Import settings from another ExactMetrics website."
8002
  msgstr ""
8003
 
8004
+ #: languages/vue.php:2275
8005
  msgid "Export"
8006
  msgstr ""
8007
 
8008
+ #: languages/vue.php:2278
8009
  msgid "Export settings to import into another ExactMetrics install."
8010
  msgstr ""
8011
 
8012
+ #: languages/vue.php:2281
8013
  msgid "Import Settings"
8014
  msgstr ""
8015
 
8016
+ #: languages/vue.php:2284
8017
  msgid "Export Settings"
8018
  msgstr ""
8019
 
8020
+ #: languages/vue.php:2287
8021
  msgid "Please choose a file to import"
8022
  msgstr ""
8023
 
8024
+ #: languages/vue.php:2290
8025
  msgid "Click Choose file below to select the settings export file from another site."
8026
  msgstr ""
8027
 
8028
+ #: languages/vue.php:2293
8029
  msgid "Use the button below to export a file with your ExactMetrics settings."
8030
  msgstr ""
8031
 
8032
+ #: languages/vue.php:2296
8033
  msgid "Choose file"
8034
  msgstr ""
8035
 
8036
+ #: languages/vue.php:2299
8037
  msgid "No file chosen"
8038
  msgstr ""
8039
 
8040
+ #: languages/vue.php:2302
8041
  msgid "Uploading file..."
8042
  msgstr ""
8043
 
8044
+ #: languages/vue.php:2305
8045
  msgid "Custom code"
8046
  msgstr ""
8047
 
8048
  #. Translators: Adds a link to the Google reference.
8049
+ #: languages/vue.php:2309
8050
  msgid "Not for the average user: this allows you to add a line of code, to be added before the %1$spageview is sent%2$s."
8051
  msgstr ""
8052
 
8053
+ #: languages/vue.php:2315
8054
  msgid "Automatic Updates"
8055
  msgstr ""
8056
 
8057
+ #: languages/vue.php:2318
8058
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
8059
  msgstr ""
8060
 
8061
+ #: languages/vue.php:2321
8062
  msgid "Hide Admin Bar Reports"
8063
  msgstr ""
8064
 
8065
  #. Translators: placeholders make text small.
8066
+ #: languages/vue.php:2325
8067
  msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
8068
  msgstr ""
8069
 
8070
  #. Translators: placeholders make text small.
8071
+ #: languages/vue.php:2329
8072
  msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
8073
  msgstr ""
8074
 
8075
  #. Translators: placeholders make text small.
8076
+ #: languages/vue.php:2333
8077
  msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
8078
  msgstr ""
8079
 
8080
  #. Translators: placeholders make text small.
8081
+ #: languages/vue.php:2337
8082
  msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
8083
  msgstr ""
8084
 
8085
  #. Translators: placeholders make text small.
8086
+ #: languages/vue.php:2341
8087
  msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
8088
  msgstr ""
8089
 
8090
  #. Translators: placeholders make text small.
8091
+ #: languages/vue.php:2345
8092
  msgid "None %1$s- Manually update everything.%2$s"
8093
  msgstr ""
8094
 
8095
  #. Translators: Adds a link to the general settings tab.
8096
+ #: languages/vue.php:2349
8097
  msgid "It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %1$sGeneral%2$s tab."
8098
  msgstr ""
8099
 
8100
+ #: languages/vue.php:2352
8101
  msgid "Permissions"
8102
  msgstr ""
8103
 
8104
+ #: languages/vue.php:2355
8105
  msgid "Export PDF Reports"
8106
  msgstr ""
8107
 
8108
+ #: languages/vue.php:2358
8109
  msgid "Allow These User Roles to See Reports"
8110
  msgstr ""
8111
 
8112
+ #: languages/vue.php:2361
8113
  msgid "Users that have at least one of these roles will be able to view the reports."
8114
  msgstr ""
8115
 
8116
+ #: languages/vue.php:2364
8117
  msgid "Allow These User Roles to Save Settings"
8118
  msgstr ""
8119
 
8120
+ #: languages/vue.php:2367
8121
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
8122
  msgstr ""
8123
 
8124
+ #: languages/vue.php:2370
8125
  msgid "Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability."
8126
  msgstr ""
8127
 
8128
+ #: languages/vue.php:2373
8129
  msgid "Exclude These User Roles From Tracking"
8130
  msgstr ""
8131
 
8132
+ #: languages/vue.php:2376
8133
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
8134
  msgstr ""
8135
 
8136
+ #: languages/vue.php:2379
8137
  msgid "Make your ExactMetrics campaign links prettier with Pretty Links!"
8138
  msgstr ""
8139
 
8140
+ #: languages/vue.php:2382
8141
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
8142
  msgstr ""
8143
 
8144
+ #: languages/vue.php:2385
8145
  msgid "Take your ExactMetrics campaign links from our URL Builder and shorten them with Pretty Links!"
8146
  msgstr ""
8147
 
8148
+ #: languages/vue.php:2388
8149
  msgid "Over 200,000 websites use Pretty Links!"
8150
  msgstr ""
8151
 
8152
+ #: languages/vue.php:2391
8153
  msgid "Install Pretty Links"
8154
  msgstr ""
8155
 
8156
+ #: languages/vue.php:2394
8157
  msgid "Pretty Links Installed & Activated"
8158
  msgstr ""
8159
 
8160
+ #: languages/vue.php:2397
8161
  msgid "Download Pretty Links"
8162
  msgstr ""
8163
 
8164
+ #: languages/vue.php:2400
8165
  msgid "Install Pretty Links from the WordPress.org plugin repository."
8166
  msgstr ""
8167
 
8168
+ #: languages/vue.php:2403
8169
  msgid "Activate Pretty Links"
8170
  msgstr ""
8171
 
8172
+ #: languages/vue.php:2406
8173
  msgid "Activating Pretty Links..."
8174
  msgstr ""
8175
 
8176
+ #: languages/vue.php:2409
8177
  msgid "Create New Pretty Link"
8178
  msgstr ""
8179
 
8180
+ #: languages/vue.php:2412
8181
  msgid "Create a New Pretty Link"
8182
  msgstr ""
8183
 
8184
+ #: languages/vue.php:2415
8185
  msgid "Grab your campaign link and paste it into the Target URL field."
8186
  msgstr ""
8187
 
8188
+ #: languages/vue.php:2418
8189
  msgid "Custom Campaign Parameters"
8190
  msgstr ""
8191
 
8192
+ #: languages/vue.php:2421
8193
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
8194
  msgstr ""
8195
 
8196
+ #: languages/vue.php:2424
8197
  msgid "A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the URLs that are the most effective in attracting users to your content."
8198
  msgstr ""
8199
 
8200
  #. Translators: Marks the field as required.
8201
+ #: languages/vue.php:2428
8202
  msgid "Website URL %s"
8203
  msgstr ""
8204
 
8205
  #. Translators: Display the current website url in italic.
8206
+ #: languages/vue.php:2432
8207
  msgid "The full website URL (e.g. %1$s %2$s%3$s)"
8208
  msgstr ""
8209
 
8210
  #. Translators: Marks the field as required.
8211
+ #: languages/vue.php:2436
8212
  msgid "Campaign Source %s"
8213
  msgstr ""
8214
 
8215
  #. Translators: Make the text italic.
8216
+ #: languages/vue.php:2440
8217
  msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
8218
  msgstr ""
8219
 
8220
  #. Translators: Make the text italic.
8221
+ #: languages/vue.php:2444
8222
  msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
8223
  msgstr ""
8224
 
8225
  #. Translators: Make the text italic.
8226
+ #: languages/vue.php:2448
8227
  msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
8228
  msgstr ""
8229
 
8230
+ #: languages/vue.php:2451
8231
  msgid "Enter the paid keyword"
8232
  msgstr ""
8233
 
8234
+ #: languages/vue.php:2454
8235
  msgid "Enter something to differentiate ads"
8236
  msgstr ""
8237
 
8238
+ #: languages/vue.php:2457
8239
  msgid "Use Fragment"
8240
  msgstr ""
8241
 
8242
  #. Translators: Make the text bold.
8243
+ #: languages/vue.php:2461
8244
  msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
8245
  msgstr ""
8246
 
8247
+ #: languages/vue.php:2464
8248
  msgid "URL to use"
8249
  msgstr ""
8250
 
8251
+ #: languages/vue.php:2467
8252
  msgid "(Updates automatically)"
8253
  msgstr ""
8254
 
8255
+ #: languages/vue.php:2470
8256
  msgid "Copy to Clipboard"
8257
  msgstr ""
8258
 
8259
+ #: languages/vue.php:2473
8260
  msgid "Copy to Pretty Links"
8261
  msgstr ""
8262
 
8263
+ #: languages/vue.php:2476
8264
  msgid "Make your campaign links prettier!"
8265
  msgstr ""
8266
 
8267
+ #: languages/vue.php:2479
8268
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
8269
  msgstr ""
8270
 
8271
+ #: languages/vue.php:2482
8272
  msgid "More Information & Examples"
8273
  msgstr ""
8274
 
8275
+ #: languages/vue.php:2485
8276
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
8277
  msgstr ""
8278
 
8279
+ #: languages/vue.php:2488
8280
  msgid "Campaign Source"
8281
  msgstr ""
8282
 
8283
+ #: languages/vue.php:2491
8284
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
8285
  msgstr ""
8286
 
8287
+ #: languages/vue.php:2494
8288
  msgid "Campaign Medium"
8289
  msgstr ""
8290
 
8291
+ #: languages/vue.php:2497
8292
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
8293
  msgstr ""
8294
 
8295
+ #: languages/vue.php:2500
8296
  msgid "Campaign Name"
8297
  msgstr ""
8298
 
8299
+ #: languages/vue.php:2503
8300
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
8301
  msgstr ""
8302
 
8303
+ #: languages/vue.php:2506
8304
  msgid "Campaign Term"
8305
  msgstr ""
8306
 
8307
+ #: languages/vue.php:2509
8308
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
8309
  msgstr ""
8310
 
8311
+ #: languages/vue.php:2512
8312
  msgid "Campaign Content"
8313
  msgstr ""
8314
 
8315
+ #: languages/vue.php:2515
8316
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
8317
  msgstr ""
8318
 
8319
  #. Translators: Example.
8320
+ #: languages/vue.php:2519
8321
  msgid "Example: %s"
8322
  msgstr ""
8323
 
8324
  #. Translators: Examples.
8325
+ #: languages/vue.php:2523
8326
  msgid "Examples: %s"
8327
  msgstr ""
8328
 
8329
+ #: languages/vue.php:2526
8330
  msgid "About Campaigns"
8331
  msgstr ""
8332
 
8333
+ #: languages/vue.php:2529
8334
  msgid "About Custom Campaigns"
8335
  msgstr ""
8336
 
8337
+ #: languages/vue.php:2532
8338
  msgid "Best Practices for Creating Custom Campaigns"
8339
  msgstr ""
8340
 
8341
+ #: languages/vue.php:2535
8342
  msgid "About the Referral Traffic Report"
8343
  msgstr ""
8344
 
8345
+ #: languages/vue.php:2538
8346
  msgid "About Traffic Source Dimensions"
8347
  msgstr ""
8348
 
8349
+ #: languages/vue.php:2541
8350
  msgid "AdWords Auto-Tagging"
8351
  msgstr ""
8352
 
8353
+ #: languages/vue.php:2544
8354
  msgid "Additional Information"
8355
  msgstr ""
8356
 
8357
+ #: languages/vue.php:2547
8358
  msgid "Affiliate Links"
8359
  msgstr ""
8360
 
8361
  #. Translators: Add links to documentation.
8362
+ #: languages/vue.php:2551
8363
  msgid "This allows you to track custom affiliate links. A path of /go/ would match urls that start with that. The label is appended onto the end of the string \"outbound-link-\", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %1$shere%2$s."
8364
  msgstr ""
8365
 
8366
+ #: languages/vue.php:2554
8367
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
8368
  msgstr ""
8369
 
8370
+ #: languages/vue.php:2557
8371
  msgid "The ExactMetrics Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results."
8372
  msgstr ""
8373
 
8374
+ #: languages/vue.php:2560
8375
  msgid "Disable the Headline Analyzer"
8376
  msgstr ""
8377
 
8378
  #. Translators: Add line break.
8379
+ #: languages/vue.php:2564
8380
  msgid "See All Your Important Store%s Metrics in One Place"
8381
  msgstr ""
8382
 
8383
+ #: languages/vue.php:2567
8384
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
8385
  msgstr ""
8386
 
8387
+ #: languages/vue.php:2570
8388
  msgid "See Your Conversion Rate to Improve Funnel"
8389
  msgstr ""
8390
 
8391
+ #: languages/vue.php:2573
8392
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
8393
  msgstr ""
8394
 
8395
+ #: languages/vue.php:2576
8396
  msgid "See The Total Revenue to Track Growth"
8397
  msgstr ""
8398
 
8399
+ #: languages/vue.php:2579
8400
  msgid "See Average Order Value to Find Offer Opportunities"
8401
  msgstr ""
8402
 
8403
+ #: languages/vue.php:2582
8404
  msgid "See Your Top Products to See Individual Performance"
8405
  msgstr ""
8406
 
8407
+ #: languages/vue.php:2585
8408
  msgid "See your Top Conversion Sources and Focus on what's Working"
8409
  msgstr ""
8410
 
8411
+ #: languages/vue.php:2588
8412
  msgid "See The Time it Takes for Customers to Purchase"
8413
  msgstr ""
8414
 
8415
+ #: languages/vue.php:2591
8416
  msgid "See How Many Sessions are Needed for a Purchase"
8417
  msgstr ""
8418
 
8419
+ #: languages/vue.php:2594
8420
  msgid "Automatically Track Affiliate Sales"
8421
  msgstr ""
8422
 
8423
+ #: languages/vue.php:2597
8424
  msgid "The ExactMetrics eCommerce addon works with EasyAffiliate, so that you can instantly track all affiliate referrals and sales inside WordPress and Google Analytics, with no coding needed."
8425
  msgstr ""
8426
 
8427
+ #: languages/vue.php:2600
8428
  msgid "Works with WooCommerce, MemberPress, and EasyDigitalDownloads."
8429
  msgstr ""
8430
 
8431
+ #: languages/vue.php:2603
8432
  msgid "Cross Domain Tracking"
8433
  msgstr ""
8434
 
8435
  #. Translators: Add links to documentation.
8436
+ #: languages/vue.php:2607
8437
  msgid "Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %1$sknowledge base%2$s."
8438
  msgstr ""
8439
 
8440
+ #: languages/vue.php:2610
8441
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
8442
  msgstr ""
8443
 
8444
+ #: languages/vue.php:2613
8445
  msgid "Anonymize IP Addresses"
8446
  msgstr ""
8447
 
8448
+ #: languages/vue.php:2616
8449
  msgid "Link Attribution"
8450
  msgstr ""
8451
 
8452
+ #: languages/vue.php:2619
8453
  msgid "Enable Enhanced Link Attribution"
8454
  msgstr ""
8455
 
8456
+ #: languages/vue.php:2622
8457
  msgid "Enable Anchor Tracking"
8458
  msgstr ""
8459
 
8460
+ #: languages/vue.php:2625
8461
  msgid "Enable allowAnchor"
8462
  msgstr ""
8463
 
8464
+ #: languages/vue.php:2628
8465
  msgid "Enable allowLinker"
8466
  msgstr ""
8467
 
8468
+ #: languages/vue.php:2631
8469
  msgid "Enable Tag Links in RSS"
8470
  msgstr ""
8471
 
8472
+ #: languages/vue.php:2634
8473
  msgid "File Downloads"
8474
  msgstr ""
8475
 
8476
+ #: languages/vue.php:2637
8477
  msgid "Extensions of Files to Track as Downloads"
8478
  msgstr ""
8479
 
8480
+ #: languages/vue.php:2640
8481
  msgid "ExactMetrics will send an event to Google Analytics if a link to a file has one of the above extensions."
8482
  msgstr ""
8483
 
8484
  #. Translators: Add links to documentation.
8485
+ #: languages/vue.php:2644
8486
  msgid "Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %1$sknowledge base%2$s. For more information about Remarketing, we refer you to %3$sGoogle's documentation%4$s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience."
8487
  msgstr ""
8488
 
8489
  #. Translators: Add links to documentation.
8490
+ #: languages/vue.php:2648
8491
  msgid "This adds %1$sanonymizeIp%2$s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage."
8492
  msgstr ""
8493
 
8494
  #. Translators: Add links to documentation.
8495
+ #: languages/vue.php:2652
8496
  msgid "Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs."
8497
  msgstr ""
8498
 
8499
+ #: languages/vue.php:2655
8500
  msgid "Many WordPress \"1-page\" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes."
8501
  msgstr ""
8502
 
8503
  #. Translators: Add links to documentation.
8504
+ #: languages/vue.php:2659
8505
  msgid "This adds %1$sallowAnchor%2$s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
8506
  msgstr ""
8507
 
8508
  #. Translators: Add links to documentation.
8509
+ #: languages/vue.php:2663
8510
  msgid "Enabling %1$scross-domain tracking (additional setup required)%2$s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code."
8511
  msgstr ""
8512
 
8513
  #. Translators: Add links to documentation.
8514
+ #: languages/vue.php:2667
8515
  msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %1$shelp page%2$s for info on how to enable this feature in FeedBurner."
8516
  msgstr ""
8517
 
8518
+ #: languages/vue.php:2670
8519
  msgid "Add domain"
8520
  msgstr ""
8521
 
8522
  #. Translators: Domain name example.
8523
+ #: languages/vue.php:2674
8524
  msgid "Domain (example: %s)"
8525
  msgstr ""
8526
 
8527
  #. Translators: Current domain name that should not be used.
8528
+ #: languages/vue.php:2678
8529
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
8530
  msgstr ""
8531
 
8532
  #. Translators: Adds link to the account area to retreive license key.
8533
+ #: languages/vue.php:2682
8534
  msgid "Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s."
8535
  msgstr ""
8536
 
8537
+ #: languages/vue.php:2685
8538
  msgid "Connect ExactMetrics to Start Tracking Your Data"
8539
  msgstr ""
8540
 
8541
+ #: languages/vue.php:2688
8542
  msgid "Complete Upgrade"
8543
  msgstr ""
8544
 
8545
+ #: languages/vue.php:2691
8546
  msgid "Upgrade to Pro Version!"
8547
  msgstr ""
8548
 
8549
  #. Translators: Make text bold.
8550
+ #: languages/vue.php:2695
8551
  msgid "%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process."
8552
  msgstr ""
8553
 
8554
+ #: languages/vue.php:2698
8555
  msgid "Install All-in-One SEO"
8556
  msgstr ""
8557
 
8558
+ #: languages/vue.php:2701
8559
  msgid "Improve Your Website Search Rankings With All-In-One SEO"
8560
  msgstr ""
8561
 
8562
+ #: languages/vue.php:2704
8563
  msgid "If you’re not using a plugin to optimize your website’s SEO you’re missing out on valuable organic traffic!"
8564
  msgstr ""
8565
 
8566
+ #: languages/vue.php:2707
8567
  msgid "Finally, a WordPress SEO Plugin that’s Easy and Powerful!"
8568
  msgstr ""
8569
 
8570
+ #: languages/vue.php:2710
8571
  msgid "AIOSEO makes it easy to set up the proper SEO foundations in less than 10 minutes."
8572
  msgstr ""
8573
 
8574
+ #: languages/vue.php:2713
8575
  msgid "Local SEO"
8576
  msgstr ""
8577
 
8578
+ #: languages/vue.php:2716
8579
  msgid "All in One SEO gives you all the tools you need to improve your local SEO and rank higher on Google Maps."
8580
  msgstr ""
8581
 
8582
+ #: languages/vue.php:2719
8583
  msgid "WooCommerce SEO"
8584
  msgstr ""
8585
 
8586
+ #: languages/vue.php:2722
8587
  msgid "Advanced eCommerce SEO support for WooCommerce to optimize product pages, product categories, and more."
8588
  msgstr ""
8589
 
8590
+ #: languages/vue.php:2725
8591
  msgid "SEO Custom User Roles"
8592
  msgstr ""
8593
 
8594
+ #: languages/vue.php:2728
8595
  msgid "SEO user roles allow you to manage access to important SEO features without handing over control of your website."
8596
  msgstr ""
8597
 
8598
+ #: languages/vue.php:2731
8599
  msgid "Google News Sitemap"
8600
  msgstr ""
8601
 
8602
+ #: languages/vue.php:2734
8603
  msgid "Get higher rankings and unlock more traffic by submitting your latest news articles to Google News."
8604
  msgstr ""
8605
 
8606
+ #: languages/vue.php:2737
8607
  msgid "Smart XML Sitemaps"
8608
  msgstr ""
8609
 
8610
+ #: languages/vue.php:2740
8611
  msgid "Automatically generate a WordPress XML sitemap and notify all search engines of any updates."
8612
  msgstr ""
8613
 
8614
+ #: languages/vue.php:2743
8615
  msgid "Social Media Integration"
8616
  msgstr ""
8617
 
8618
+ #: languages/vue.php:2746
8619
  msgid "Easily control how your content and thumbnails look on Facebook, Twitter, and other social media networks."
8620
  msgstr ""
8621
 
8622
+ #: languages/vue.php:2749
8623
  msgid "TruSEO On-Page Analysis"
8624
  msgstr ""
8625
 
8626
+ #: languages/vue.php:2752
8627
  msgid "Easily add title tags, meta descriptions, keywords, and everything else you need for proper on-page SEO optimization."
8628
  msgstr ""
8629
 
8630
+ #: languages/vue.php:2755
8631
  msgid "& Many More!"
8632
  msgstr ""
8633
 
8634
+ #: languages/vue.php:2758
8635
  msgid "Installing. Please wait.."
8636
  msgstr ""
8637
 
8638
+ #: languages/vue.php:2761
8639
  msgid "Install All-in-One-SEO"
8640
  msgstr ""
8641
 
8642
+ #: languages/vue.php:2764
8643
  msgid "Unlock the Publisher Report and Focus on the Content That Matters"
8644
  msgstr ""
8645
 
8646
+ #: languages/vue.php:2767
8647
  msgid "See Your Top Landing Pages to Improve Engagement"
8648
  msgstr ""
8649
 
8650
+ #: languages/vue.php:2770
8651
  msgid "See Your Top Exit Pages to Reduce Abandonment"
8652
  msgstr ""
8653
 
8654
+ #: languages/vue.php:2773
8655
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
8656
  msgstr ""
8657
 
8658
+ #: languages/vue.php:2776
8659
  msgid "See Your Top Affiliate Links and Focus on What’s Working"
8660
  msgstr ""
8661
 
8662
+ #: languages/vue.php:2779
8663
  msgid "See Your Top Downloads and Improve Conversions"
8664
  msgstr ""
8665
 
8666
+ #: languages/vue.php:2782
8667
  msgid "See Audience Demographic Report (Age / Gender / Interests)"
8668
  msgstr ""
8669
 
8670
+ #: languages/vue.php:2785
8671
  msgid "Welcome to the all-new ExactMetrics"
8672
  msgstr ""
8673
 
8674
+ #: languages/vue.php:2788
8675
  msgid "Redesigned from the ground up, ExactMetrics is built to bring a world-class analytics and reporting experience to WordPress."
8676
  msgstr ""
8677
 
8678
+ #: languages/vue.php:2791
8679
  msgid "The New & Improved ExactMetrics includes:"
8680
  msgstr ""
8681
 
8682
+ #: languages/vue.php:2794
8683
  msgid "All-New Design"
8684
  msgstr ""
8685
 
8686
+ #: languages/vue.php:2797
8687
  msgid "Better Reporting"
8688
  msgstr ""
8689
 
8690
+ #: languages/vue.php:2800
8691
  msgid "Better Tracking"
8692
  msgstr ""
8693
 
8694
+ #: languages/vue.php:2803
8695
  msgid "Better Support"
8696
  msgstr ""
8697
 
8698
+ #: languages/vue.php:2806
8699
  msgid "Continue"
8700
  msgstr ""
8701
 
8702
+ #: languages/vue.php:2809
8703
  msgid "Your settings have been automatically transferred."
8704
  msgstr ""
8705
 
8706
+ #: languages/vue.php:2812
8707
  msgid "On the next step, you will be asked to re-authenticate with Google Analytics. Please %1$ssee our detailed post%2$s to learn why we need your help. Don't worry, your tracking will continue to work as-is even if you don't do this, but re-auth is required to see analytics reports inside WordPress dashboard."
8708
  msgstr ""
8709
 
8710
+ #: languages/vue.php:2815
8711
  msgid "New"
8712
  msgstr ""
8713
 
8714
+ #: languages/vue.php:2818
8715
  msgid "Returning"
8716
  msgstr ""
8717
 
8718
+ #: languages/vue.php:2821
8719
  msgid "Top 10 Countries"
8720
  msgstr ""
8721
 
8722
+ #: languages/vue.php:2824
8723
  msgid "View Countries Report"
8724
  msgstr ""
8725
 
8726
+ #: languages/vue.php:2827
8727
  msgid "Top 10 Referrals"
8728
  msgstr ""
8729
 
8730
+ #: languages/vue.php:2830
8731
  msgid "View All Referral Sources"
8732
  msgstr ""
8733
 
8734
+ #: languages/vue.php:2833
8735
  msgid "View Full Posts/Pages Report"
8736
  msgstr ""
8737
 
8738
+ #: languages/vue.php:2836
8739
  msgid "Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
8740
  msgstr ""
8741
 
8742
+ #: languages/vue.php:2839
8743
  msgid "This list shows the top countries your website visitors are from."
8744
  msgstr ""
8745
 
8746
+ #: languages/vue.php:2842
8747
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
8748
  msgstr ""
8749
 
8750
+ #: languages/vue.php:2845
8751
  msgid "This feature requires ExactMetrics Pro"
8752
  msgstr ""
8753
 
8754
+ #: languages/vue.php:2848
8755
  msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
8756
  msgstr ""
8757
 
8758
+ #: languages/vue.php:2851
8759
  msgid "Upgrade to Pro and Unlock Popular Products"
8760
  msgstr ""
8761
 
8762
+ #: languages/vue.php:2854
8763
  msgid "View all Pro features"
8764
  msgstr ""
8765
 
8766
+ #: languages/vue.php:2857
8767
  msgid "View notifications"
8768
  msgstr ""
8769
 
8770
+ #: languages/vue.php:2860
8771
  msgid "Days"
8772
  msgstr ""
8773
 
8774
  #. Translators: placeholders make text small.
8775
+ #: languages/vue.php:2864
8776
  msgid "7 days"
8777
  msgstr ""
8778
 
8779
+ #: languages/vue.php:2867
8780
  msgid "30 days"
8781
  msgstr ""
8782
 
8783
+ #: languages/vue.php:2870
8784
  msgid "Custom"
8785
  msgstr ""
8786
 
8787
+ #: languages/vue.php:2873
8788
  msgid "2,000,000+ use AIOSEO to Improve Their Website Search Rankings"
8789
  msgstr ""
8790
 
8791
+ #: languages/vue.php:2876
8792
  msgid "All-in-One SEO is a great product. I have been using it on all my WP sites for several years. I highly recommend it."
8793
  msgstr ""
8794
 
8795
+ #: languages/vue.php:2879
8796
  msgid "Jack Brown"
8797
  msgstr ""
8798
 
8799
+ #: languages/vue.php:2882
8800
  msgid "PJB Internet Marketing"
8801
  msgstr ""
8802
 
8803
+ #: languages/vue.php:2885
8804
  msgid "I’m a professional SEO and used many tools and extensions. Regarding simplicity, individuality and configurability All in One SEO Pro is by far the best SEO plugin out there for WordPress."
8805
  msgstr ""
8806
 
8807
+ #: languages/vue.php:2888
8808
  msgid "Joel Steinmann"
8809
  msgstr ""
8810
 
8811
+ #: languages/vue.php:2891
8812
  msgid "CEO, Solergo"
8813
  msgstr ""
8814
 
8815
+ #: languages/vue.php:2894
8816
  msgid "Only Show Posts from These Categories"
8817
  msgstr ""
8818
 
8819
+ #: languages/vue.php:2897
8820
  msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
8821
  msgstr ""
8822
 
8823
+ #: languages/vue.php:2901
8824
  msgid "Activating..."
8825
  msgstr ""
8826
 
8827
+ #: languages/vue.php:2904
8828
  msgid "Deactivating..."
8829
  msgstr ""
8830
 
8831
+ #: languages/vue.php:2907
8832
  msgid "Deactivate"
8833
  msgstr ""
8834
 
8835
+ #: languages/vue.php:2910
8836
  msgid "Search Console Report"
8837
  msgstr ""
8838
 
8839
+ #: languages/vue.php:2913
8840
  msgid "See exactly how people find tour website, which keywords they searched for, how many times the results were viewed, and more."
8841
  msgstr ""
8842
 
8843
+ #: languages/vue.php:2916
8844
  msgid "See Your Top Google Search Terms and Optimize Content"
8845
  msgstr ""
8846
 
8847
+ #: languages/vue.php:2919
8848
  msgid "See The Number of Clicks and Track Interests"
8849
  msgstr ""
8850
 
8851
+ #: languages/vue.php:2922
8852
  msgid "See The Click-Through-Ratio and Improve SEO"
8853
  msgstr ""
8854
 
8855
+ #: languages/vue.php:2925
8856
  msgid "See The Average Results Position and Focus on what works."
8857
  msgstr ""
8858
 
8859
+ #: languages/vue.php:2928
8860
  msgid "Ecommerce Report"
8861
  msgstr ""
8862
 
8863
+ #: languages/vue.php:2931
8864
  msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value top products, top referral sources and more."
8865
  msgstr ""
8866
 
8867
+ #: languages/vue.php:2934
8868
  msgid "See Your Conversion Rate to Improve Your Funnel"
8869
  msgstr ""
8870
 
8871
+ #: languages/vue.php:2937
8872
  msgid "See Your Top Conversion Sources and Focus on What's Working"
8873
  msgstr ""
8874
 
8875
+ #: languages/vue.php:2940
8876
  msgid "Popular Posts data can be fetched correctly"
8877
  msgstr ""
8878
 
8879
+ #: languages/vue.php:2943
8880
  msgid "Please note: depending on when you set up the Custom Dimensions settings, it may take up to 7 days to see relevant Popular Posts data loading from Google Analytics."
8881
  msgstr ""
8882
 
8883
+ #: languages/vue.php:2946
8884
  msgid "Close"
8885
  msgstr ""
8886
 
8887
+ #: languages/vue.php:2949
8888
  msgid "Add Top 5 Posts from Google Analytics"
8889
  msgstr ""
8890
 
8891
+ #: languages/vue.php:2952
8892
  msgid "In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both ExactMetrics and Google Analytics settings."
8893
  msgstr ""
8894
 
8895
+ #: languages/vue.php:2955
8896
  msgid "Test Automated Posts"
8897
  msgstr ""
8898
 
8899
  #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
8900
+ #: languages/vue.php:2959
8901
  msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
8902
  msgstr ""
8903
 
8904
+ #: languages/vue.php:2962
8905
  msgid "Automated + Curated"
8906
  msgstr ""
8907
 
8908
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8909
+ #: languages/vue.php:2966
8910
  msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using %1$sCustom Dimensions%2$s. Also requires Sort By - Curated to be selected. Setup steps can be found in our %3$sknowledge base%4$s."
8911
  msgstr ""
8912
 
8913
  #. Translators: Placeholder gets replaced with current license version.
8914
+ #: languages/vue.php:2970
8915
  msgid "Pro version is required."
8916
  msgstr ""
8917
 
8918
+ #: languages/vue.php:2973
8919
  msgid "Verifying Popular Posts data"
8920
  msgstr ""
8921
 
8922
+ #: languages/vue.php:2976
8923
  msgid "Multiple Entries"
8924
  msgstr ""
8925
 
8926
+ #: languages/vue.php:2979
8927
  msgid "Total Number of Widgets to Show"
8928
  msgstr ""
8929
 
8930
+ #: languages/vue.php:2982
8931
  msgid "Choose how many widgets will be placed in a single Post."
8932
  msgstr ""
8933
 
8934
+ #: languages/vue.php:2985
8935
  msgid "Minimum Distance Between Widgets"
8936
  msgstr ""
8937
 
8938
+ #: languages/vue.php:2988
8939
  msgid "Choose the distance between widgets."
8940
  msgstr ""
8941
 
8942
+ #: languages/vue.php:2991
8943
  msgid "Minimum Word Count to Display Multiple Widgets"
8944
  msgstr ""
8945
 
8946
+ #: languages/vue.php:2994
8947
  msgid "Choose the minimum word count for a Post to have multiple entries."
8948
  msgstr ""
8949
 
8950
+ #: languages/vue.php:2997
8951
  msgid "Pro version is required"
8952
  msgstr ""
8953
 
8954
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8955
+ #: languages/vue.php:3001
8956
  msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s)."
8957
  msgstr ""
8958
 
8959
+ #: languages/vue.php:3004
8960
  msgid "Select posts/search"
8961
  msgstr ""
8962
 
8963
+ #: languages/vue.php:3007
8964
  msgid "Oops! No posts found."
8965
  msgstr ""
8966
 
8967
+ #: languages/vue.php:3010
8968
  msgid "Search by post title"
8969
  msgstr ""
8970
 
8971
+ #: languages/vue.php:3013
8972
  msgid "Can't load posts."
8973
  msgstr ""
8974
 
8975
+ #: languages/vue.php:3016
8976
  msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
8977
  msgstr ""
8978
 
8979
+ #: languages/vue.php:3019
8980
  msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
8981
  msgstr ""
8982
 
8983
+ #: languages/vue.php:3022
8984
  msgid "Color"
8985
  msgstr ""
8986
 
8987
+ #: languages/vue.php:3025
8988
  msgid "Size"
8989
  msgstr ""
8990
 
8991
+ #: languages/vue.php:3028
8992
  msgid "Title"
8993
  msgstr ""
8994
 
8995
+ #: languages/vue.php:3031
8996
  msgid "Label"
8997
  msgstr ""
8998
 
8999
+ #: languages/vue.php:3034
9000
  msgid "Background"
9001
  msgstr ""
9002
 
9003
+ #: languages/vue.php:3037
9004
  msgid "Border"
9005
  msgstr ""
9006
 
9007
+ #: languages/vue.php:3040
9008
  msgid "Icon"
9009
  msgstr ""
9010
 
9011
+ #: languages/vue.php:3043
9012
  #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
9013
  msgid "Theme Preview"
9014
  msgstr ""
9015
 
9016
+ #: languages/vue.php:3046
9017
  msgid "SharedCount API Key"
9018
  msgstr ""
9019
 
9020
+ #: languages/vue.php:3049
9021
  msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
9022
  msgstr ""
9023
 
9024
+ #: languages/vue.php:3052
9025
  msgid "Start Indexing"
9026
  msgstr ""
9027
 
9028
+ #: languages/vue.php:3055
9029
  msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
9030
  msgstr ""
9031
 
9032
+ #: languages/vue.php:3058
9033
  msgid "Indexing completed, counts will update automatically every day."
9034
  msgstr ""
9035
 
9036
  #. Translators: Minimum and maximum number that can be used.
9037
+ #: languages/vue.php:3062
9038
  msgid "Please enter a value between %1$s and %2$s"
9039
  msgstr ""
9040
 
9041
  #. Translators: The minimum set value.
9042
+ #: languages/vue.php:3066
9043
  msgid "Please enter a value higher than %s"
9044
  msgstr ""
9045
 
9046
  #. Translators: The maximum set value.
9047
+ #: languages/vue.php:3070
9048
  msgid "Please enter a value lower than %s"
9049
  msgstr ""
9050
 
9051
+ #: languages/vue.php:3073
9052
  msgid "Please enter a number"
9053
  msgstr ""
9054
 
9055
+ #: languages/vue.php:3076
9056
  msgid "Value has to be a round number"
9057
  msgstr ""
9058
 
9059
+ #: languages/vue.php:3079
9060
  msgid "Author/Date"
9061
  msgstr ""
9062
 
9063
+ #: languages/vue.php:3091
9064
  msgid "Choose which content you would like displayed in the widget."
9065
  msgstr ""
9066
 
9067
+ #: languages/vue.php:3103
9068
  msgid "Comments"
9069
  msgstr ""
9070
 
9071
+ #: languages/vue.php:3109
9072
  msgid "Choose how many posts you’d like displayed in the widget."
9073
  msgstr ""
9074
 
9075
  #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
9076
+ #: languages/vue.php:3113
9077
  msgid "%1$sPage %3$s%2$s of %4$s"
9078
  msgstr ""
9079
 
9080
+ #: languages/vue.php:3116
9081
  msgid "Wide"
9082
  msgstr ""
9083
 
9084
+ #: languages/vue.php:3119
9085
  msgid "Narrow"
9086
  msgstr ""
9087
 
9088
  #. Translators: Make text green.
9089
+ #: languages/vue.php:3123
9090
  msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
9091
  msgstr ""
9092
 
9093
+ #: languages/vue.php:3129
9094
  msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
9095
  msgstr ""
9096
 
9097
+ #: languages/vue.php:3132
9098
  msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
9099
  msgstr ""
9100
 
9101
+ #: languages/vue.php:3135
9102
  msgid "Usage Tracking"
9103
  msgstr ""
9104
 
9105
+ #: languages/vue.php:3138
9106
  msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
9107
  msgstr ""
9108
 
9109
+ #: languages/vue.php:3141
9110
  msgid "Allow usage tracking"
9111
  msgstr ""
9112
 
9113
  #. Translators: Adds a link to the documentation.
9114
+ #: languages/vue.php:3145
9115
  msgid "Complete documentation on usage tracking is available %1$shere%2$s."
9116
  msgstr ""
9117
 
9118
+ #: languages/vue.php:3148
9119
  msgid "Facebook Instant Articles"
9120
  msgstr ""
9121
 
9122
+ #: languages/vue.php:3151
9123
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to ExactMetrics Pro."
9124
  msgstr ""
9125
 
9126
+ #: languages/vue.php:3154
9127
  msgid "Performance"
9128
  msgstr ""
9129
 
9130
+ #: languages/vue.php:3157
9131
  msgid "Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization."
9132
  msgstr ""
9133
 
9134
+ #: languages/vue.php:3160
9135
  msgid "Google AMP"
9136
  msgstr ""
9137
 
9138
+ #: languages/vue.php:3163
9139
  msgid "Want to use track users visiting your AMP pages? By upgrading to ExactMetrics Pro, you can enable AMP page tracking."
9140
  msgstr ""
9141
 
9142
+ #: languages/vue.php:3166
9143
  msgid "Ads Tracking"
9144
  msgstr ""
9145
 
9146
+ #: languages/vue.php:3169
9147
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
9148
  msgstr ""
9149
 
9150
+ #: languages/vue.php:3172
9151
  msgid "Unlock with %s"
9152
  msgstr ""
9153
 
9154
+ #: languages/vue.php:3175
9155
  msgid "Scroll Tracking"
9156
  msgstr ""
9157
 
9158
+ #: languages/vue.php:3178
9159
  msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
9160
  msgstr ""
9161
 
9162
+ #: languages/vue.php:3181
9163
  msgid ""
9164
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
9165
  " and other privacy regulations."
9166
  msgstr ""
9167
 
9168
+ #: languages/vue.php:3185
9169
  msgid "EU Compliance"
9170
  msgstr ""
9171
 
9172
+ #: languages/vue.php:3188
9173
  msgid "Compatibility mode"
9174
  msgstr ""
9175
 
9176
+ #: languages/vue.php:3191
9177
  msgid "Enable _gtagTracker Compatibility"
9178
  msgstr ""
9179
 
9180
  #. Translators: Placeholder gets replaced with default GA js function.
9181
+ #: languages/vue.php:3195
9182
  msgid "This enables ExactMetrics to work with plugins that use %1$s and don't support %2$s"
9183
  msgstr ""
9184
 
9185
+ #: languages/vue.php:3198
9186
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. ExactMetrics Pro shows you the stats that matter!"
9187
  msgstr ""
9188
 
9189
+ #: languages/vue.php:3201
9190
  msgid "To unlock more features consider upgrading to PRO."
9191
  msgstr ""
9192
 
9193
+ #: languages/vue.php:3204
9194
  msgid "Upgrade to"
9195
  msgstr ""
9196
 
9197
+ #: languages/vue.php:3207
9198
  msgid "Export PDF Report"
9199
  msgstr ""
9200
 
9201
+ #: languages/vue.php:3210
9202
  msgid "You can export PDF reports only in the PRO version."
9203
  msgstr ""
9204
 
9205
+ #: languages/vue.php:3213
9206
  msgid "Display Method"
9207
  msgstr ""
9208
 
9209
+ #: languages/vue.php:3216
9210
  msgid "There are two ways to manual include the widget in your posts."
9211
  msgstr ""
9212
 
9213
+ #: languages/vue.php:3219
9214
  msgid "Using the Gutenberg Block"
9215
  msgstr ""
9216
 
9217
+ #: languages/vue.php:3222
9218
  msgid "Using the Shortcode"
9219
  msgstr ""
9220
 
9221
+ #: languages/vue.php:3225
9222
  msgid "Learn how to insert the widget using Gutenberg blocks."
9223
  msgstr ""
9224
 
9225
+ #: languages/vue.php:3228
9226
  msgid "Learn how to insert the widget using out Shortcode."
9227
  msgstr ""
9228
 
9229
+ #: languages/vue.php:3231
9230
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
9231
  msgstr ""
9232
 
9233
+ #: languages/vue.php:3234
9234
  msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
9235
  msgstr ""
9236
 
9237
+ #: languages/vue.php:3237
9238
  msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”."
9239
  msgstr ""
9240
 
9241
+ #: languages/vue.php:3240
9242
  msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
9243
  msgstr ""
9244
 
9245
+ #: languages/vue.php:3243
9246
  msgid "Shortcode"
9247
  msgstr ""
9248
 
9249
+ #: languages/vue.php:3246
9250
  msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
9251
  msgstr ""
9252
 
9253
+ #: languages/vue.php:3249
9254
  msgid "Copy Shortcode"
9255
  msgstr ""
9256
 
9257
+ #: languages/vue.php:3252
9258
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
9259
  msgstr ""
9260
 
9261
+ #: languages/vue.php:3255
9262
  msgid "Automatic Placement"
9263
  msgstr ""
9264
 
9265
+ #: languages/vue.php:3258
9266
  msgid "Display using Gutenberg Blocks"
9267
  msgstr ""
9268
 
9269
+ #: languages/vue.php:3261
9270
  msgid "Embed Options"
9271
  msgstr ""
9272
 
9273
+ #: languages/vue.php:3264
9274
  msgid "All Embed Options can be used in conjunction with one another."
9275
  msgstr ""
9276
 
9277
+ #: languages/vue.php:3267
9278
  msgid "Using Automatic Embed"
9279
  msgstr ""
9280
 
9281
+ #: languages/vue.php:3270
9282
  msgid "Learn how to insert the Popular Posts Widget into your posts and pages using Gutenberg Blocks. To style this widget, use the Gutenberg Block settings."
9283
  msgstr ""
9284
 
9285
+ #: languages/vue.php:3273
9286
  msgid "Enabling Automatic Placement will include the Popular Posts Widget after the last paragraph of any and all posts that match your Behavior settings. To style this widget use the Customize Design panel above."
9287
  msgstr ""
9288
 
9289
+ #: languages/vue.php:3276
9290
  msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
9291
  msgstr ""
9292
 
9293
+ #: languages/vue.php:3279
9294
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
9295
  msgstr ""
9296
 
9297
+ #: languages/vue.php:3282
9298
  msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
9299
  msgstr ""
9300
 
9301
+ #: languages/vue.php:3285
9302
  msgid "%1$sStep 1%2$s - Navigate to your Appearance > Widgets page using the menu on the left side your screen. Must be logged in as Admin."
9303
  msgstr ""
9304
 
9305
+ #: languages/vue.php:3288
9306
  msgid "%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - ExactMetrics widget and drag it into the desired Sidebar on the right."
9307
  msgstr ""
9308
 
9309
+ #: languages/vue.php:3291
9310
  msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
9311
  msgstr ""
9312
 
9313
+ #: languages/vue.php:3294
9314
  msgid "Display using a Shortcode"
9315
  msgstr ""
9316
 
9317
+ #: languages/vue.php:3297
9318
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
9319
  msgstr ""
9320
 
9321
+ #: languages/vue.php:3300
9322
  msgid "Enable Automatic Placement"
9323
  msgstr ""
9324
 
9325
+ #: languages/vue.php:3303
9326
  msgid "Display in a Sidebar"
9327
  msgstr ""
9328
 
9329
+ #: languages/vue.php:3306
9330
  msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
9331
  msgstr ""
9332
 
9333
+ #: languages/vue.php:3309
9334
  msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
9335
  msgstr ""
9336
 
9337
  #. Translators: The number of results.
9338
+ #: languages/vue.php:3313
9339
  msgid "%s results"
9340
  msgstr ""
9341
 
9342
+ #: languages/vue.php:3316
9343
  msgid "Media"
9344
  msgstr ""
9345
 
9346
+ #: languages/vue.php:3319
9347
  msgid "Track how your users interact with videos on your website. Upgrade to ExactMetrics Pro."
9348
  msgstr ""
9349
 
9350
+ #: languages/vue.php:3322
9351
  msgid "2021 Year in Review"
9352
  msgstr ""
9353
 
9354
+ #: languages/vue.php:3325
9355
  msgid "Media- Track how your users interact with videos on your website."
9356
  msgstr ""
9357
 
9358
+ #: languages/vue.php:3328
9359
  msgid "Your 2021 Year in Review is still calculating. Please check back later to see how your website performed last year."
9360
  msgstr ""
9361
 
9362
+ #: languages/vue.php:3331
9363
  msgid "Your 2021 Analytics Report"
9364
  msgstr ""
9365
 
9366
+ #: languages/vue.php:3337
9367
  msgid "January 1, 2021 - December 31, 2021"
9368
  msgstr ""
9369
 
9370
+ #: languages/vue.php:3340
9371
  msgid "A Tip for 2022"
9372
  msgstr ""
9373
 
9374
+ #: languages/vue.php:3343
9375
  msgid "A Tip For 2022"
9376
  msgstr ""
9377
 
9378
+ #: languages/vue.php:3346
9379
  msgid "Here's to an amazing 2022!"
9380
  msgstr ""
9381
 
9382
+ #: languages/vue.php:3349
9383
  msgid "Try our other popular WordPress plugins to grow your website in 2022."
9384
  msgstr ""
9385
 
9386
+ #: languages/vue.php:3352
9387
  msgid "Become a WordPress expert in 2022. Join our amazing communities and take your website to the next level."
9388
  msgstr ""
9389
 
9390
+ #: languages/vue.php:3355
9391
  msgid "Copyright ExactMetrics, 2022"
9392
  msgstr ""
9393
 
9394
  #. Translators: Number of minutes spent on site.
9395
+ #: languages/vue.php:3359
9396
  msgid "Each visitor spent an average of %s minutes on your website in 2021."
9397
  msgstr ""
9398
 
9399
  #. Translators: Placeholders are used for making text bold and adding a link.
9400
+ #: languages/vue.php:3363
9401
  msgid "%1$sYou're using %2$s Lite%3$s. To unlock all reports, consider %4$supgrading to Pro%5$s."
9402
  msgstr ""
9403
 
9404
+ #: languages/vue.php:3366
9405
  msgid "With ExactMetrics Pro, you can easily measure individual affiliate performance inside Google Analytics, no coding needed. Track clicks, revenue, and more."
9406
  msgstr ""
9407
 
9408
+ #: languages/vue.php:3369
9409
  msgid "RafflePress"
9410
  msgstr ""
9411
 
9412
+ #: languages/vue.php:3372
9413
  msgid "Launch giveaways and raffle campaigns to grow your email lists, increase traffic, and get more social media followers."
9414
  msgstr ""
9415
 
9416
+ #: languages/vue.php:3375
9417
  msgid "Constant Contact"
9418
  msgstr ""
9419
 
9420
+ #: languages/vue.php:3378
9421
  msgid "Create amazing email marketing campaigns with drag and drop simplicity. Exclusive Offer: Save 20%."
9422
  msgstr ""
9423
 
9424
+ #: languages/vue.php:3381
9425
  msgid "SEMRUSH"
9426
  msgstr ""
9427
 
9428
+ #: languages/vue.php:3384
9429
  msgid "Perform SEO and content marketing research, track keywords, and much more. Special Offer: First 30 Days Free."
9430
  msgstr ""
9431
 
9432
+ #: languages/vue.php:3387
9433
  msgid "Engagement Tools"
9434
  msgstr ""
9435
 
9436
+ #: languages/vue.php:3390
9437
  msgid "WPForms"
9438
  msgstr ""
9439
 
9440
+ #: languages/vue.php:3393
9441
  msgid "The world’s most popular WordPress form builder, trusted by over 5 million websites. Easily build contact forms, payment forms, and more."
9442
  msgstr ""
9443
 
9444
+ #: languages/vue.php:3396
9445
  msgid "OptinMonster"
9446
  msgstr ""
9447
 
9448
+ #: languages/vue.php:3399
9449
  msgid "Convert and monetize more of your website traffic with engaging pop-up and gamified tools. Great for all types of websites."
9450
  msgstr ""
9451
 
9452
+ #: languages/vue.php:3402
9453
  msgid "Smash Balloon - Facebook"
9454
  msgstr ""
9455
 
9456
+ #: languages/vue.php:3405
9457
  msgid "Smash Balloon - Instagram"
9458
  msgstr ""
9459
 
9460
+ #: languages/vue.php:3408
9461
  msgid "Quickly add social media feeds from Facebook, Instagram, Twitter, and others to your website, with no coding needed."
9462
  msgstr ""
9463
 
9464
+ #: languages/vue.php:3411
9465
  msgid "Popular Posts by ExactMetrics"
9466
  msgstr ""
9467
 
9468
+ #: languages/vue.php:3414
9469
  msgid "Increase your visitor engagement by automatically embedding popular and related content from your website."
9470
  msgstr ""
9471
 
9472
+ #: languages/vue.php:3417
9473
  msgid "Popular Products by ExactMetrics"
9474
  msgstr ""
9475
 
9476
+ #: languages/vue.php:3420
9477
  msgid "Automatically show related products to increase conversion rates and increase cart sizes on your eCommerce website."
9478
  msgstr ""
9479
 
9480
+ #: languages/vue.php:3423
9481
  msgid "Revenue Tools"
9482
  msgstr ""
9483
 
9484
+ #: languages/vue.php:3426
9485
  msgid "SeedProd"
9486
  msgstr ""
9487
 
9488
+ #: languages/vue.php:3429
9489
  msgid "Use the best drag-and-drop landing page builder for WordPress to instantly build coming soon pages, sales pages, opt-in pages, webinar pages, maintenance pages, and more. Includes 100+ free templates."
9490
  msgstr ""
9491
 
9492
+ #: languages/vue.php:3432
9493
  msgid "Featured Tools"
9494
  msgstr ""
9495
 
9496
+ #: languages/vue.php:3435
9497
  msgid "Easy Affiliate"
9498
  msgstr ""
9499
 
9500
+ #: languages/vue.php:3438
9501
  msgid "Launch, grow, and manage an affiliate program, all right from your WordPress dashboard. Works automatically with ExactMetrics."
9502
  msgstr ""
9503
 
9504
+ #: languages/vue.php:3441
9505
  msgid "SearchWP"
9506
  msgstr ""
9507
 
9508
+ #: languages/vue.php:3444
9509
  msgid "Unlock better search results for your website. Perfect for any information or eCommerce store to help users find exactly what content and products they’re looking for."
9510
  msgstr ""
9511
 
9512
+ #: languages/vue.php:3447
9513
  msgid "Easy Digital Downloads"
9514
  msgstr ""
9515
 
9516
+ #: languages/vue.php:3450
9517
  msgid "Easily sell digital products like ebooks, plugins, and courses with WordPress. Built-in payment processing, coupons, shopping cart, detailed reporting, and more."
9518
  msgstr ""
9519
 
9520
+ #: languages/vue.php:3453
9521
  msgid "MemberPress"
9522
  msgstr ""
9523
 
9524
+ #: languages/vue.php:3456
9525
  msgid "Create a membership website. Works automatically with ExactMetrics, no coding needed."
9526
  msgstr ""
9527
 
9528
+ #: languages/vue.php:3459
9529
  msgid "Thirsty Affiliates"
9530
  msgstr ""
9531
 
9532
+ #: languages/vue.php:3462
9533
  msgid "Manage all your affiliate links with features designed to help make bloggers more money."
9534
  msgstr ""
9535
 
9536
+ #: languages/vue.php:3465
9537
  msgid "Upgrade to unlock advanced reporting and features designed to help you get more traffic and make more money from your website. Special Offer: Save 50% today."
9538
  msgstr ""
9539
 
9540
+ #: languages/vue.php:3468
9541
  msgid "Advanced Coupons"
9542
  msgstr ""
9543
 
9544
+ #: languages/vue.php:3471
9545
  msgid "Create coupons, reward loyal customers, and schedule promotions for your eCommerce store."
9546
  msgstr ""
9547
 
9548
+ #: languages/vue.php:3474
9549
  msgid "PrettyLinks"
9550
  msgstr ""
9551
 
9552
+ #: languages/vue.php:3477
9553
  msgid "Automatically monetize your website content with affiliate links added automatically to your content."
9554
  msgstr ""
9555
 
9556
+ #: languages/vue.php:3480
9557
  msgid "Install Now"
9558
  msgstr ""
9559
 
9560
+ #: languages/vue.php:3483
9561
  msgid "Online Marketing Guides & Resources"
9562
  msgstr ""
9563
 
9564
+ #: languages/vue.php:3486
9565
  msgid "Read This Guide"
9566
  msgstr ""
9567
 
9568
+ #: languages/vue.php:3492
9569
  msgid "Upgrade to unlock eCommerce tracking, Custom Dimensions, Form Tracking, and much more. Special Offer: Save 50% today."
9570
  msgstr ""
9571
 
9572
+ #: languages/vue.php:3495
9573
  msgid "Traffic Tools"
9574
  msgstr ""
9575
 
9576
+ #: languages/vue.php:3498
9577
  msgid "All in One SEO (AIOSEO)"
9578
  msgstr ""
9579
 
9580
+ #: languages/vue.php:3501
9581
  msgid "The best WordPress SEO plugin that works automatically with ExactMetrics."
9582
  msgstr ""
9583
 
9584
+ #: languages/vue.php:3504
9585
  msgid "PushEngage"
9586
  msgstr ""
9587
 
9588
+ #: languages/vue.php:3507
9589
  msgid "Send push notifications to your visitors to drive more traffic and boost sales."
9590
  msgstr ""
9591
 
9592
+ #: languages/vue.php:3510
9593
  msgid "Featured"
9594
  msgstr ""
9595
 
9596
+ #: languages/vue.php:3513
9597
  msgid "Traffic"
9598
  msgstr ""
9599
 
9600
+ #: languages/vue.php:3516
9601
  msgid "Revenue"
9602
  msgstr ""
9603
 
9604
+ #: languages/vue.php:3519
9605
  msgid "Guides & Resources"
9606
  msgstr ""
9607
 
9608
+ #: languages/vue.php:3522
9609
  msgid "Media Tracking"
9610
  msgstr ""
9611
 
9612
+ #: languages/vue.php:3525
9613
  msgid "Get Started"
9614
  msgstr ""
9615
 
9616
+ #: languages/vue.php:3528
9617
+ msgid "Privacy Compliance Addon"
9618
+ msgstr ""
9619
+
9620
+ #: languages/vue.php:3531
9621
+ msgid "Help Google Analytics become compliant with internet privacy laws like GDPR, PECR, and CCPA."
9622
+ msgstr ""
9623
+
9624
+ #: languages/vue.php:3534
9625
+ msgid "Get access to advanced reports inside WordPress including search keywords report, real-time analytics dashboard, publishers / eCommerce report, custom dimensions, and more."
9626
+ msgstr ""
9627
+
9628
+ #: languages/vue.php:3537
9629
+ msgid "Instantly enable enhanced eCommerce tracking, so you can measure conversions, sales, and revenue stats. Works with WooCommerce, Easy Digital Downloads, MemberPress, and more."
9630
+ msgstr ""
9631
+
9632
+ #: languages/vue.php:3540
9633
+ msgid "20+ Advanced Tracking"
9634
+ msgstr ""
9635
+
9636
+ #: languages/vue.php:3543
9637
+ msgid "Get access to advanced tracking features like form conversion tracking, author tracking, custom dimensions, scroll tracking, and more."
9638
+ msgstr ""
9639
+
9640
+ #: languages/vue.php:3546
9641
+ msgid "Advanced Growth Tools"
9642
+ msgstr ""
9643
+
9644
+ #: languages/vue.php:3549
9645
+ msgid "Get access to advanced growth tools such as popular posts addon, A/B testing tool, smart URL builder, and more."
9646
+ msgstr ""
9647
+
9648
+ #: languages/vue.php:3552
9649
+ msgid "Track how your users interact with videos on your website."
9650
+ msgstr ""
9651
+
9652
+ #: languages/vue.php:3555
9653
+ msgid "Error Processing"
9654
+ msgstr ""
9655
+
9656
+ #: languages/vue.php:3558
9657
+ msgid "There was an error while processing some features. Please try again or you can skip this process for now"
9658
+ msgstr ""
9659
+
9660
+ #: languages/vue.php:3561
9661
+ msgid "Which website features would you like to enable?"
9662
+ msgstr ""
9663
+
9664
+ #: languages/vue.php:3564
9665
+ msgid "We’ve already selected our recommended features based on your site. "
9666
+ msgstr ""
9667
+
9668
+ #: languages/vue.php:3567
9669
+ msgid "Other Addons"
9670
+ msgstr ""
9671
+
9672
+ #: languages/vue.php:3570
9673
+ msgid "View all ExactMetrics addons"
9674
+ msgstr ""
9675
+
9676
+ #: languages/vue.php:3573
9677
+ msgid "Standard Analytics & Reports"
9678
+ msgstr ""
9679
+
9680
+ #: languages/vue.php:3576
9681
+ msgid "Get the reports and stats that matter right inside your WordPress Dashboard."
9682
+ msgstr ""
9683
+
9684
+ #: languages/vue.php:3579
9685
+ msgid "Helps you see what links your users are clicking on your site."
9686
+ msgstr ""
9687
+
9688
+ #: languages/vue.php:3582
9689
+ msgid "All In One SEO Toolkit"
9690
+ msgstr ""
9691
+
9692
+ #: languages/vue.php:3585
9693
+ msgid "The best WordPress SEO plugin that works with ExactMetrics to boost your rankings."
9694
+ msgstr ""
9695
+
9696
+ #: languages/vue.php:3588
9697
+ msgid "Smart Form Builder by WPForms"
9698
+ msgstr ""
9699
+
9700
+ #: languages/vue.php:3591
9701
+ msgid "The most popular WordPress form plugin, trusted by over 5 million websites. Easily create contact forms, payment forms, surveys and more."
9702
+ msgstr ""
9703
+
9704
+ #: languages/vue.php:3594
9705
+ msgid "Awesome! Tracking and Analytics are All Setup!"
9706
+ msgstr ""
9707
+
9708
+ #: languages/vue.php:3597
9709
+ msgid "ExactMetrics is connected to Google Analytics and data is being collected."
9710
+ msgstr ""
9711
+
9712
+ #: languages/vue.php:3604
9713
+ msgid "Complete Setup without Upgrading"
9714
+ msgstr ""
9715
+
9716
+ #: languages/vue.php:3607
9717
+ msgid "Success"
9718
+ msgstr ""
9719
+
9720
+ #: languages/vue.php:3610
9721
+ msgid "Connected to Google Analytics"
9722
+ msgstr ""
9723
+
9724
+ #: languages/vue.php:3613
9725
+ msgid "Tracking Code Installed"
9726
+ msgstr ""
9727
+
9728
+ #: languages/vue.php:3616
9729
+ msgid "Data Being Collected"
9730
+ msgstr ""
9731
+
9732
+ #. Translators: Add link to retrieve license from account area.
9733
+ #: languages/vue.php:3620
9734
+ msgid "Already purchased? Simply enter your license key below to connect with ExactMetrics PRO!"
9735
+ msgstr ""
9736
+
9737
+ #: languages/vue.php:3623
9738
+ msgid "Verify License Key"
9739
+ msgstr ""
9740
+
9741
+ #: languages/vue.php:3626
9742
+ msgid "Upgrade to Unlock These Features"
9743
+ msgstr ""
9744
+
9745
+ #: languages/vue.php:3629
9746
+ msgid "To unlock the selected features, please upgrade to Pro and enter your license key below."
9747
+ msgstr ""
9748
+
9749
+ #: languages/vue.php:3632
9750
+ msgid "%1$sBonus:%2$s Upgrade today and save %3$s50%% on a Pro License!%4$s (auto-applied at checkout)"
9751
+ msgstr ""
9752
+
9753
+ #: languages/vue.php:3635
9754
+ msgid "Verifying License..."
9755
+ msgstr ""
9756
+
9757
  #: lite/includes/admin/connect.php:42
9758
  msgid "You are not allowed to install plugins."
9759
  msgstr ""
9821
  msgid "%1$sBonus:%2$s You also get 50%% off discount for being a loyal ExactMetrics Lite user."
9822
  msgstr ""
9823
 
9824
+ #: lite/includes/admin/onboarding-wizard.php:168
9825
  msgid "ExactMetrics &rsaquo; Onboarding Wizard"
9826
  msgstr ""
9827
 
9828
+ #: lite/includes/admin/onboarding-wizard.php:183
9829
  msgid "Return to Dashboard"
9830
  msgstr ""
9831
 
languages/vue.php CHANGED
@@ -10,7 +10,8 @@ $generated_i18n_strings = array(
10
  // Reference: src/plugins/exactmetrics-settings-helper-plugin.js:116
11
  __( 'Loading Settings', 'google-analytics-dashboard-for-wp' ),
12
 
13
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:55
 
14
  __( 'Please wait...', 'google-analytics-dashboard-for-wp' ),
15
 
16
  // Reference: src/plugins/exactmetrics-settings-helper-plugin.js:20
@@ -29,16 +30,14 @@ $generated_i18n_strings = array(
29
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
30
  __( 'Loading new report data', 'google-analytics-dashboard-for-wp' ),
31
 
32
- // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:282
33
  /* Translators: Placeholder gets replaced with an arrow icon. */
34
  __( 'Continue %s', 'google-analytics-dashboard-for-wp' ),
35
 
36
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:71
37
- // Reference: src/modules/widget/components/WidgetReportError.vue:25
38
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:124
39
  __( 'Error', 'google-analytics-dashboard-for-wp' ),
40
 
41
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:151
42
  __( 'Please try again.', 'google-analytics-dashboard-for-wp' ),
43
 
44
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:181
@@ -53,7 +52,7 @@ $generated_i18n_strings = array(
53
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:32
54
  __( 'Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions.', 'google-analytics-dashboard-for-wp' ),
55
 
56
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:31
57
  __( 'Unlock the eCommerce Report and See Your Important Store Metrics', 'google-analytics-dashboard-for-wp' ),
58
 
59
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:190
@@ -65,12 +64,15 @@ $generated_i18n_strings = array(
65
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:194
66
  __( 'Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what\'s working right inside your WordPress dashboard.', 'google-analytics-dashboard-for-wp' ),
67
 
 
68
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:197
69
  __( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-dashboard-for-wp' ),
70
 
 
71
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:198
72
  __( 'Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data.', 'google-analytics-dashboard-for-wp' ),
73
 
 
74
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:201
75
  __( 'Unlock the Search Console Report and See How People Find Your Website', 'google-analytics-dashboard-for-wp' ),
76
 
@@ -78,7 +80,6 @@ $generated_i18n_strings = array(
78
  __( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-dashboard-for-wp' ),
79
 
80
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportRealTime-Lite.vue:31
81
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:205
82
  __( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-dashboard-for-wp' ),
83
 
84
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:206
@@ -90,22 +91,23 @@ $generated_i18n_strings = array(
90
  // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:32
91
  __( 'See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking', 'google-analytics-dashboard-for-wp' ),
92
 
93
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:223
94
  __( 'Today', 'google-analytics-dashboard-for-wp' ),
95
 
96
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:229
 
97
  __( 'Yesterday', 'google-analytics-dashboard-for-wp' ),
98
 
99
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:235
100
  __( 'Last Week', 'google-analytics-dashboard-for-wp' ),
101
 
102
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:241
103
  __( 'Last Month', 'google-analytics-dashboard-for-wp' ),
104
 
105
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:247
106
  __( 'Last 7 days', 'google-analytics-dashboard-for-wp' ),
107
 
108
- // Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewDatePicker-Lite.vue:48
109
  __( 'Last 30 days', 'google-analytics-dashboard-for-wp' ),
110
 
111
  // Reference: src/plugins/exactmetrics-wizard-helper-plugin.js:19
@@ -155,16 +157,13 @@ $generated_i18n_strings = array(
155
  __( 'Learn more about updating WordPress', 'google-analytics-dashboard-for-wp' ),
156
 
157
  // Reference: src/modules/about/components/AboutNavigation-Lite.vue:15
158
- // Reference: src/modules/about/components/exactmetrics-AboutTabAboutUs.vue:36
159
- // Reference: src/modules/settings/routes/network.js:35
160
  __( 'About Us', 'google-analytics-dashboard-for-wp' ),
161
 
162
  // Reference: src/modules/about/components/AboutNavigation-Lite.vue:16
163
- // Reference: src/modules/settings/routes/network.js:43
164
  __( 'Getting Started', 'google-analytics-dashboard-for-wp' ),
165
 
166
  // Reference: src/modules/about/components/AboutNavigation-Lite.vue:17
167
- // Reference: src/modules/settings/routes/network.js:52
168
  __( 'Lite vs Pro', 'google-analytics-dashboard-for-wp' ),
169
 
170
  // Reference: src/modules/settings/exactmetrics-site.vue:77
@@ -184,113 +183,110 @@ $generated_i18n_strings = array(
184
  // Reference: src/modules/reports/api/index.js:28
185
  __( 'Error loading report data', 'google-analytics-dashboard-for-wp' ),
186
 
187
- // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:102
188
- /* Translators: Makes text bold. */
189
  __( '%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code).', 'google-analytics-dashboard-for-wp' ),
190
 
191
- // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:107
192
- /* Translators: Makes text bold. */
193
  __( '%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights.', 'google-analytics-dashboard-for-wp' ),
194
 
195
- // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:112
196
- /* Translators: Makes text bold. */
197
  __( '%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more.', 'google-analytics-dashboard-for-wp' ),
198
 
199
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:117
200
  /* Translators: Makes text bold. */
201
  __( '%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress.', 'google-analytics-dashboard-for-wp' ),
202
 
203
- // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:122
204
- /* Translators: Makes text bold. */
205
  __( '%1$sPage Level Analytics%2$s - Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site.', 'google-analytics-dashboard-for-wp' ),
206
 
207
- // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:127
208
- /* Translators: Makes text bold. */
209
  __( '%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking.', 'google-analytics-dashboard-for-wp' ),
210
 
211
- // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:132
212
- /* Translators: Makes text bold. */
213
  __( '%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically.', 'google-analytics-dashboard-for-wp' ),
214
 
215
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:137
216
  /* Translators: Makes text bold. */
217
  __( '%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click.', 'google-analytics-dashboard-for-wp' ),
218
 
219
- // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:142
220
- /* Translators: Adds link to the features page. */
221
  __( '%1$sSee All Features%2$s', 'google-analytics-dashboard-for-wp' ),
222
 
223
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:41
224
  __( 'Pro Plan', 'google-analytics-dashboard-for-wp' ),
225
 
226
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:42
227
  __( 'per year', 'google-analytics-dashboard-for-wp' ),
228
 
 
229
  // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:22
230
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:43
231
  __( 'Upgrade Now', 'google-analytics-dashboard-for-wp' ),
232
 
233
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:148
234
  __( 'Upgrade to ExactMetrics Pro Now', 'google-analytics-dashboard-for-wp' ),
235
 
236
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:63
237
  __( 'This is absolutely, positively, one of the TOP plugins to install on your WP site. There is no better way to quickly gauge traffic for spikes, surges, and consistency. I installed this on over a dozen WordPress installations and counting, thank you for an outstanding app!', 'google-analytics-dashboard-for-wp' ),
238
 
239
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:64
240
  __( 'Daniel Monaghan - Experienced', 'google-analytics-dashboard-for-wp' ),
241
 
242
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:68
243
  __( 'Very simple to configure and the results are very clearly displayed. So much easier for clients to view than in their own analytics account! Delighted with it.', 'google-analytics-dashboard-for-wp' ),
244
 
245
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:69
246
  __( 'Naomi Spirit - From This Day', 'google-analytics-dashboard-for-wp' ),
247
 
248
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:73
249
  __( 'Love this plugin! It’s got powerful customization options, it’s easy to use, there’s good documentation, and if all that’s not enough, ExactMetrics is quick to provide support. Thanks for this wonderful plugin!', 'google-analytics-dashboard-for-wp' ),
250
 
251
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:74
252
  __( 'Julie Dupuis - Faraway Land Travel', 'google-analytics-dashboard-for-wp' ),
253
 
254
- // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:167
255
  __( 'Guides and Documentation:', 'google-analytics-dashboard-for-wp' ),
256
 
257
- // Reference: src/modules/frontend/components/FrontendUpsell-Lite.vue:11
258
- // Reference: src/modules/reports/components/exactmetrics-ReportsPdfExport-Lite.vue:48
259
- // Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewDatePicker-Lite.vue:51
260
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:34
261
- // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:74
262
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:45
263
  __( 'Upgrade to PRO', 'google-analytics-dashboard-for-wp' ),
264
 
265
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:47
 
266
  __( 'eCommerce Tracking', 'google-analytics-dashboard-for-wp' ),
267
 
268
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:48
269
  __( 'Custom Dimensions', 'google-analytics-dashboard-for-wp' ),
270
 
271
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:49
272
- // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:60
273
  __( 'Form Tracking', 'google-analytics-dashboard-for-wp' ),
274
 
275
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:50
276
  __( 'AMP Support', 'google-analytics-dashboard-for-wp' ),
277
 
278
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:51
279
  __( 'Author Tracking', 'google-analytics-dashboard-for-wp' ),
280
 
281
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:54
282
  __( 'EU Compliance Addon', 'google-analytics-dashboard-for-wp' ),
283
 
284
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:55
285
  __( 'Real Time Report', 'google-analytics-dashboard-for-wp' ),
286
 
287
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:56
288
  __( 'Google Optimize', 'google-analytics-dashboard-for-wp' ),
289
 
290
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:57
291
  __( 'Search Console', 'google-analytics-dashboard-for-wp' ),
292
 
293
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:58
294
  __( 'Custom Date Ranges', 'google-analytics-dashboard-for-wp' ),
295
 
296
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:84
@@ -299,43 +295,46 @@ $generated_i18n_strings = array(
299
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:85
300
  __( 'ExactMetrics is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard.', 'google-analytics-dashboard-for-wp' ),
301
 
302
- // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:86
303
  __( 'To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away.', 'google-analytics-dashboard-for-wp' ),
304
 
305
- // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:87
306
  __( 'In no time at all, and after just a few clicks, you\'ll have setup the most powerful Google Analytics tracking available for WordPress. It\'s easy to double your traffic and sales when you know exactly how people find and use your website. Let\'s get started!.', 'google-analytics-dashboard-for-wp' ),
307
 
308
- // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:88
309
  __( 'Launch the wizard!', 'google-analytics-dashboard-for-wp' ),
310
 
311
- // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:90
312
  __( 'Welcome to', 'google-analytics-dashboard-for-wp' ),
313
 
314
- // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:92
315
  /* Translators: Adds a line break. */
316
  __( 'Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin', 'google-analytics-dashboard-for-wp' ),
317
 
318
- // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:94
319
- /* Translators: Makes text bold. */
320
  __( '%1$sExactMetrics%2$s makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard.', 'google-analytics-dashboard-for-wp' ),
321
 
322
- // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:96
323
  __( 'ExactMetrics Features & Addons', 'google-analytics-dashboard-for-wp' ),
324
 
325
- // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:97
326
  __( 'Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market.', 'google-analytics-dashboard-for-wp' ),
327
 
328
  // Reference: src/modules/widget/components/WidgetFooter.vue:19
329
  /* Translators: Placeholder is replaced with WPForms. */
330
  __( 'Recommended Plugin: %s', 'google-analytics-dashboard-for-wp' ),
331
 
 
332
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:42
333
  __( 'Install', 'google-analytics-dashboard-for-wp' ),
334
 
 
335
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:38
336
  __( 'Activate', 'google-analytics-dashboard-for-wp' ),
337
 
338
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:27
 
339
  __( 'Learn More', 'google-analytics-dashboard-for-wp' ),
340
 
341
  // Reference: src/modules/reports/components/ReportReAuth.vue:19
@@ -344,14 +343,14 @@ $generated_i18n_strings = array(
344
  // Reference: src/modules/reports/components/ReportReAuth.vue:20
345
  __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-dashboard-for-wp' ),
346
 
347
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:47
348
  __( 'Reconnect ExactMetrics', 'google-analytics-dashboard-for-wp' ),
349
 
350
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:108
351
  __( 'Re-Authenticating', 'google-analytics-dashboard-for-wp' ),
352
 
353
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:78
354
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:126
355
  __( 'Ok', 'google-analytics-dashboard-for-wp' ),
356
 
357
  // Reference: src/modules/addons/components/AddonsNavigation.vue:18
@@ -367,14 +366,12 @@ $generated_i18n_strings = array(
367
  __( 'Exit Setup', 'google-analytics-dashboard-for-wp' ),
368
 
369
  // Reference: src/modules/widget/store/index.js:103
370
- // Reference: src/modules/woocommerce-insights/woocommerce-insights-Lite.vue:132
371
  __( 'Time to Purchase', 'google-analytics-dashboard-for-wp' ),
372
 
373
  // Reference: src/modules/widget/store/index.js:104
374
  __( 'This list shows how many days from first visit it took users to purchase products from your site.', 'google-analytics-dashboard-for-wp' ),
375
 
376
  // Reference: src/modules/widget/store/index.js:111
377
- // Reference: src/modules/woocommerce-insights/woocommerce-insights-Lite.vue:127
378
  __( 'Sessions to Purchase', 'google-analytics-dashboard-for-wp' ),
379
 
380
  // Reference: src/modules/widget/store/index.js:112
@@ -461,7 +458,7 @@ $generated_i18n_strings = array(
461
  // Reference: src/modules/widget/components/exactmetrics-WidgetAccordion-Lite.vue:218
462
  __( 'Analytics', 'google-analytics-dashboard-for-wp' ),
463
 
464
- // Reference: src/modules/widget/components/exactmetrics-WidgetAccordion-Lite.vue:65
465
  /* Translators: Adds an arrow icon. */
466
  __( 'View All Reports %s', 'google-analytics-dashboard-for-wp' ),
467
 
@@ -471,7 +468,9 @@ $generated_i18n_strings = array(
471
  // Reference: src/modules/reports/components/ReportNoAuth.vue:26
472
  __( 'ExactMetrics makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-dashboard-for-wp' ),
473
 
 
474
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:79
 
475
  __( 'Launch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
476
 
477
  // Reference: src/modules/reports/components/ReportNoAuth.vue:28
@@ -505,16 +504,17 @@ $generated_i18n_strings = array(
505
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:30
506
  __( 'Publishers', 'google-analytics-dashboard-for-wp' ),
507
 
508
- // Reference: src/modules/reports/routes/exactmetrics-routes.js:41
 
509
  __( 'eCommerce', 'google-analytics-dashboard-for-wp' ),
510
 
511
  // Reference: src/modules/reports/routes/exactmetrics-routes.js:57
512
  __( 'Dimensions Report', 'google-analytics-dashboard-for-wp' ),
513
 
514
- // Reference: src/modules/reports/routes/exactmetrics-routes.js:65
515
  __( 'Forms', 'google-analytics-dashboard-for-wp' ),
516
 
517
- // Reference: src/modules/reports/routes/exactmetrics-routes.js:73
518
  __( 'Real-Time', 'google-analytics-dashboard-for-wp' ),
519
 
520
  // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:30
@@ -525,20 +525,19 @@ $generated_i18n_strings = array(
525
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:260
526
  __( '2020 Year in Review', 'google-analytics-dashboard-for-wp' ),
527
 
528
- // Reference: src/modules/settings/routes/site.js:103
529
  // Reference: src/modules/tools/components/ToolsNavigation.vue:14
530
  __( 'Import Export', 'google-analytics-dashboard-for-wp' ),
531
 
532
  // Reference: src/modules/settings/routes/site.js:111
533
  __( 'PrettyLinks Integration', 'google-analytics-dashboard-for-wp' ),
534
 
535
- // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:22
536
  __( 'Inline Popular Posts', 'google-analytics-dashboard-for-wp' ),
537
 
538
- // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:23
539
  __( 'Popular Posts Widget', 'google-analytics-dashboard-for-wp' ),
540
 
541
- // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:24
542
  __( 'Popular Products', 'google-analytics-dashboard-for-wp' ),
543
 
544
  // Reference: src/modules/settings/routes/site.js:189
@@ -547,22 +546,22 @@ $generated_i18n_strings = array(
547
  // Reference: src/modules/settings/routes/site.js:200
548
  __( 'Sub menu item for WooCommerce Analytics', 'google-analytics-dashboard-for-wp' ),
549
 
550
- // Reference: src/modules/settings/routes/site.js:38
551
  __( 'General', 'google-analytics-dashboard-for-wp' ),
552
 
553
- // Reference: src/modules/settings/routes/site.js:46
 
554
  __( 'Engagement', 'google-analytics-dashboard-for-wp' ),
555
 
556
- // Reference: src/modules/settings/routes/site.js:62
557
  __( 'Publisher', 'google-analytics-dashboard-for-wp' ),
558
 
559
- // Reference: src/modules/settings/routes/site.js:70
560
  __( 'Conversions', 'google-analytics-dashboard-for-wp' ),
561
 
562
- // Reference: src/modules/settings/routes/site.js:78
563
  __( 'Advanced', 'google-analytics-dashboard-for-wp' ),
564
 
565
- // Reference: src/modules/settings/routes/site.js:95
566
  // Reference: src/modules/tools/components/ToolsNavigation.vue:15
567
  __( 'URL Builder', 'google-analytics-dashboard-for-wp' ),
568
 
@@ -582,60 +581,60 @@ $generated_i18n_strings = array(
582
  /* Translators: Adds link to activate/install plugin and documentation. */
583
  __( 'In order for the ExactMetrics Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s', 'google-analytics-dashboard-for-wp' ),
584
 
585
- // Reference: src/modules/reports/store/actions.js:133
586
  __( 'Installing Addon', 'google-analytics-dashboard-for-wp' ),
587
 
588
- // Reference: src/modules/reports/store/actions.js:156
589
  __( 'Activating Addon', 'google-analytics-dashboard-for-wp' ),
590
 
591
- // Reference: src/modules/reports/store/actions.js:171
592
  __( 'Addon Activated', 'google-analytics-dashboard-for-wp' ),
593
 
594
- // Reference: src/modules/reports/store/actions.js:172
595
  __( 'Loading report data', 'google-analytics-dashboard-for-wp' ),
596
 
597
- // Reference: src/modules/reports/store/actions.js:189
598
  __( 'Please activate manually', 'google-analytics-dashboard-for-wp' ),
599
 
600
- // Reference: src/modules/reports/store/actions.js:192
601
  /* Translators: Adds the error status and status text. */
602
  __( 'Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
603
 
604
- // Reference: src/modules/reports/store/actions.js:198
605
  __( 'Error Activating Addon', 'google-analytics-dashboard-for-wp' ),
606
 
607
- // Reference: src/modules/reports/store/actions.js:204
608
  __( 'View Addons', 'google-analytics-dashboard-for-wp' ),
609
 
610
- // Reference: src/modules/seo/components/yoast.vue:237
611
  __( 'Dismiss', 'google-analytics-dashboard-for-wp' ),
612
 
613
- // Reference: src/modules/reports/store/actions.js:212
614
  __( 'Redirecting', 'google-analytics-dashboard-for-wp' ),
615
 
616
- // Reference: src/modules/reports/store/actions.js:213
617
  __( 'Please wait', 'google-analytics-dashboard-for-wp' ),
618
 
619
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:119
620
  __( 'activate', 'google-analytics-dashboard-for-wp' ),
621
 
622
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:119
623
  __( 'install', 'google-analytics-dashboard-for-wp' ),
624
 
625
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:127
626
  __( 'Visit addons page', 'google-analytics-dashboard-for-wp' ),
627
 
628
- // Reference: src/modules/reports/store/actions.js:65
629
  __( 'Report Unavailable', 'google-analytics-dashboard-for-wp' ),
630
 
631
- // Reference: src/modules/reports/store/actions.js:72
632
  /* Translators: Install/Activate the addon. */
633
  __( '%s Addon', 'google-analytics-dashboard-for-wp' ),
634
 
635
- // Reference: src/modules/reports/store/actions.js:91
636
  __( 'Go Back To Reports', 'google-analytics-dashboard-for-wp' ),
637
 
638
- // Reference: src/modules/reports/store/actions.js:92
639
  __( 'Enable Enhanced eCommerce', 'google-analytics-dashboard-for-wp' ),
640
 
641
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingAboveContent.vue:15
@@ -651,7 +650,7 @@ $generated_i18n_strings = array(
651
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:33
652
  __( 'Let\'s get you set up.', 'google-analytics-dashboard-for-wp' ),
653
 
654
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:34
655
  __( 'Save and Continue', 'google-analytics-dashboard-for-wp' ),
656
 
657
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:35
@@ -667,7 +666,7 @@ $generated_i18n_strings = array(
667
  /* Translators: Make text bold. */
668
  __( 'Publisher %1$s(Blog)%2$s', 'google-analytics-dashboard-for-wp' ),
669
 
670
- // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:62
671
  __( 'Ecommerce', 'google-analytics-dashboard-for-wp' ),
672
 
673
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:48
@@ -677,9 +676,11 @@ $generated_i18n_strings = array(
677
  __( 'ExactMetrics connects Google Analytics to WordPress and shows you stats that matter.', 'google-analytics-dashboard-for-wp' ),
678
 
679
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:64
 
680
  __( 'Connect Google Analytics + WordPress', 'google-analytics-dashboard-for-wp' ),
681
 
682
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:65
 
683
  __( 'You will be taken to the ExactMetrics website where you\'ll need to connect your Analytics account.', 'google-analytics-dashboard-for-wp' ),
684
 
685
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:52
@@ -715,7 +716,8 @@ $generated_i18n_strings = array(
715
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
716
  __( 'Continue & Install WPForms', 'google-analytics-dashboard-for-wp' ),
717
 
718
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:46
 
719
  __( 'Installing...', 'google-analytics-dashboard-for-wp' ),
720
 
721
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:53
@@ -733,7 +735,7 @@ $generated_i18n_strings = array(
733
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:57
734
  __( 'ExactMetrics uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links, and more automatically. We do all the work for you so you don\'t have to write any code.', 'google-analytics-dashboard-for-wp' ),
735
 
736
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:58
737
  __( 'Enhanced Link Attribution', 'google-analytics-dashboard-for-wp' ),
738
 
739
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:59
@@ -760,18 +762,18 @@ $generated_i18n_strings = array(
760
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:66
761
  __( 'ExactMetrics will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site\'s visitors have downloaded a PDF or other file you offer your visitors to download on your site? ExactMetrics makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel.', 'google-analytics-dashboard-for-wp' ),
762
 
763
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:71
764
  /* Translators: Example path (/go/). */
765
  __( 'Path (example: %s)', 'google-analytics-dashboard-for-wp' ),
766
 
767
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:73
768
  __( 'Path has to start with a / and have no spaces', 'google-analytics-dashboard-for-wp' ),
769
 
770
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:78
771
  /* Translators: Example label (aff). */
772
  __( 'Label (example: %s)', 'google-analytics-dashboard-for-wp' ),
773
 
774
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:80
775
  __( 'Label can\'t contain any spaces', 'google-analytics-dashboard-for-wp' ),
776
 
777
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:83
@@ -792,7 +794,7 @@ $generated_i18n_strings = array(
792
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:83
793
  __( 'Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability.', 'google-analytics-dashboard-for-wp' ),
794
 
795
- // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:56
796
  __( 'Save and continue', 'google-analytics-dashboard-for-wp' ),
797
 
798
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:91
@@ -814,7 +816,7 @@ $generated_i18n_strings = array(
814
  // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:50
815
  __( 'Site Speed', 'google-analytics-dashboard-for-wp' ),
816
 
817
- // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:60
818
  __( 'License Key', 'google-analytics-dashboard-for-wp' ),
819
 
820
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:62
@@ -822,6 +824,7 @@ $generated_i18n_strings = array(
822
  __( 'Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
823
 
824
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:63
 
825
  __( 'Google Authentication', 'google-analytics-dashboard-for-wp' ),
826
 
827
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:66
@@ -834,26 +837,30 @@ $generated_i18n_strings = array(
834
  __( 'Hide Announcements', 'google-analytics-dashboard-for-wp' ),
835
 
836
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:70
 
837
  __( 'You\'re using ExactMetrics Lite – no license needed. Enjoy!', 'google-analytics-dashboard-for-wp' ),
838
 
839
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:72
840
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:32
841
- /* Translators: Add link to upgrade. */
842
  __( 'To unlock more features consider %1$supgrading to PRO%2$s.', 'google-analytics-dashboard-for-wp' ),
843
 
844
- // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:73
845
  __( 'Receive 50% off automatically applied at the checkout!', 'google-analytics-dashboard-for-wp' ),
846
 
847
- // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:75
848
  __( 'See all features', 'google-analytics-dashboard-for-wp' ),
849
 
850
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:76
 
851
  __( 'Setup Wizard', 'google-analytics-dashboard-for-wp' ),
852
 
853
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:77
 
854
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-dashboard-for-wp' ),
855
 
856
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:78
 
857
  __( 'Relaunch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
858
 
859
  // Reference: src/modules/addons/exactmetrics-addons-Lite.vue:54
@@ -956,7 +963,7 @@ $generated_i18n_strings = array(
956
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:120
957
  __( 'Overview Reports for the last 30 days.', 'google-analytics-dashboard-for-wp' ),
958
 
959
- // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:121
960
  __( 'Advanced Reports', 'google-analytics-dashboard-for-wp' ),
961
 
962
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:122
@@ -1046,7 +1053,7 @@ $generated_i18n_strings = array(
1046
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:66
1047
  __( 'Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout.', 'google-analytics-dashboard-for-wp' ),
1048
 
1049
- // Reference: src/modules/woocommerce-insights/woocommerce-insights-Lite.vue:101
1050
  __( 'Upgrade to Pro', 'google-analytics-dashboard-for-wp' ),
1051
 
1052
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:70
@@ -1107,10 +1114,11 @@ $generated_i18n_strings = array(
1107
  /* Translators: Error status and error text. */
1108
  __( 'Can\'t load settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1109
 
1110
- // Reference: src/modules/settings/api/index.js:27
 
1111
  __( 'You appear to be offline.', 'google-analytics-dashboard-for-wp' ),
1112
 
1113
- // Reference: src/modules/settings/api/index.js:77
1114
  /* Translators: Error status and error text. */
1115
  __( 'Can\'t save settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1116
 
@@ -1240,6 +1248,7 @@ $generated_i18n_strings = array(
1240
  __( 'Check out the newly added classic mode', 'google-analytics-dashboard-for-wp' ),
1241
 
1242
  // Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewDatePicker-Lite.vue:50
 
1243
  /* Translators: Placeholder adds a line break. */
1244
  __( 'You can customize your %sdate range only in the PRO version.', 'google-analytics-dashboard-for-wp' ),
1245
 
@@ -1273,14 +1282,13 @@ $generated_i18n_strings = array(
1273
  __( 'Remove row', 'google-analytics-dashboard-for-wp' ),
1274
 
1275
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:47
1276
- // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:81
1277
  __( 'Sessions', 'google-analytics-dashboard-for-wp' ),
1278
 
1279
  // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:83
1280
  /* Translators: Line break. */
1281
  __( 'Unique %s Sessions', 'google-analytics-dashboard-for-wp' ),
1282
 
1283
- // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:297
1284
  __( 'Pageviews', 'google-analytics-dashboard-for-wp' ),
1285
 
1286
  // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:86
@@ -1306,11 +1314,9 @@ $generated_i18n_strings = array(
1306
  __( 'Avg. Session Duration', 'google-analytics-dashboard-for-wp' ),
1307
 
1308
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:50
1309
- // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:93
1310
  __( 'Bounce Rate', 'google-analytics-dashboard-for-wp' ),
1311
 
1312
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:51
1313
- // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:94
1314
  __( 'Total Users', 'google-analytics-dashboard-for-wp' ),
1315
 
1316
  // Reference: src/modules/settings/components/input/SettingsInputSelect.vue:62
@@ -1335,7 +1341,7 @@ $generated_i18n_strings = array(
1335
  // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:40
1336
  __( 'Our Pro plan includes:', 'google-analytics-dashboard-for-wp' ),
1337
 
1338
- // Reference: src/modules/wizard-onboarding/api/index.js:18
1339
  /* Translators: Error status and error text. */
1340
  __( 'Can\'t load errors. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1341
 
@@ -1349,7 +1355,7 @@ $generated_i18n_strings = array(
1349
  /* Translators: add link to blog. */
1350
  __( 'To comply with Google\'s API policies we\'ve had to remove the real time report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro.', 'google-analytics-dashboard-for-wp' ),
1351
 
1352
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:35
1353
  __( 'Here\'s what you get:', 'google-analytics-dashboard-for-wp' ),
1354
 
1355
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportRealTime-Lite.vue:41
@@ -1388,15 +1394,15 @@ $generated_i18n_strings = array(
1388
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:40
1389
  __( 'ExactMetrics is all set up and ready to use. We\'ve verified that the tracking code is deployed properly and collecting data.', 'google-analytics-dashboard-for-wp' ),
1390
 
1391
- // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:42
1392
- /* Translators: Make the text bold. */
1393
  __( '%1$sPlease Note:%2$s While Google Analytics is properly setup and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate.', 'google-analytics-dashboard-for-wp' ),
1394
 
1395
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:44
1396
  /* Translators: Add link to blog. */
1397
  __( '%1$sSubscribe to the ExactMetrics blog%2$s for tips on how to get more traffic and grow your business.', 'google-analytics-dashboard-for-wp' ),
1398
 
1399
- // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:45
1400
  __( 'Finish Setup & Exit Wizard', 'google-analytics-dashboard-for-wp' ),
1401
 
1402
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:47
@@ -1405,7 +1411,7 @@ $generated_i18n_strings = array(
1405
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:48
1406
  __( 'Subscribe', 'google-analytics-dashboard-for-wp' ),
1407
 
1408
- // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:61
1409
  __( 'Checking your website...', 'google-analytics-dashboard-for-wp' ),
1410
 
1411
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:53
@@ -1592,7 +1598,7 @@ $generated_i18n_strings = array(
1592
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:272
1593
  __( 'A Tip for 2021', 'google-analytics-dashboard-for-wp' ),
1594
 
1595
- // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:273
1596
  __( 'Demographics', 'google-analytics-dashboard-for-wp' ),
1597
 
1598
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:274
@@ -1619,7 +1625,7 @@ $generated_i18n_strings = array(
1619
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:281
1620
  __( 'Average Age', 'google-analytics-dashboard-for-wp' ),
1621
 
1622
- // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:282
1623
  __( 'Behavior', 'google-analytics-dashboard-for-wp' ),
1624
 
1625
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:283
@@ -1737,6 +1743,7 @@ $generated_i18n_strings = array(
1737
  __( 'Upgrade to ExactMetrics Pro to Unlock Additional Actionable Insights', 'google-analytics-dashboard-for-wp' ),
1738
 
1739
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:325
 
1740
  __( 'Upgrade to ExactMetrics Pro', 'google-analytics-dashboard-for-wp' ),
1741
 
1742
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:328
@@ -1828,19 +1835,19 @@ $generated_i18n_strings = array(
1828
  // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:111
1829
  __( 'Disconnect ExactMetrics', 'google-analytics-dashboard-for-wp' ),
1830
 
1831
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:79
1832
  __( 'Authenticating', 'google-analytics-dashboard-for-wp' ),
1833
 
1834
- // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:212
1835
  __( 'Verifying Credentials', 'google-analytics-dashboard-for-wp' ),
1836
 
1837
- // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:229
1838
  __( 'Your site is connected to ExactMetrics!', 'google-analytics-dashboard-for-wp' ),
1839
 
1840
- // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:251
1841
  __( 'Deauthenticating', 'google-analytics-dashboard-for-wp' ),
1842
 
1843
- // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:271
1844
  __( 'You\'ve disconnected your site from ExactMetrics. Your site is no longer being tracked by Google Analytics and you won\'t see reports anymore.', 'google-analytics-dashboard-for-wp' ),
1845
 
1846
  // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:77
@@ -1858,10 +1865,10 @@ $generated_i18n_strings = array(
1858
  // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:81
1859
  __( 'Active Profile', 'google-analytics-dashboard-for-wp' ),
1860
 
1861
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:50
1862
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-dashboard-for-wp' ),
1863
 
1864
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:51
1865
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-dashboard-for-wp' ),
1866
 
1867
  // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:84
@@ -1936,19 +1943,19 @@ $generated_i18n_strings = array(
1936
  // Reference: src/modules/reports/components/ReportInfobox.vue:58
1937
  __( 'No change', 'google-analytics-dashboard-for-wp' ),
1938
 
1939
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:105
1940
  __( 'Choose Theme', 'google-analytics-dashboard-for-wp' ),
1941
 
1942
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:107
1943
  __( 'Widget Styling', 'google-analytics-dashboard-for-wp' ),
1944
 
1945
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:108
1946
  __( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-dashboard-for-wp' ),
1947
 
1948
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:109
1949
  __( 'Sort By', 'google-analytics-dashboard-for-wp' ),
1950
 
1951
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:110
1952
  __( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-dashboard-for-wp' ),
1953
 
1954
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:106
@@ -1960,40 +1967,40 @@ $generated_i18n_strings = array(
1960
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:108
1961
  __( 'Title your widget and set its display preferences.', 'google-analytics-dashboard-for-wp' ),
1962
 
1963
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:115
1964
  __( 'Include in Post Types', 'google-analytics-dashboard-for-wp' ),
1965
 
1966
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:116
1967
  __( 'Exclude from specific posts', 'google-analytics-dashboard-for-wp' ),
1968
 
1969
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:118
1970
  /* Translators: Placeholders make the text bold. */
1971
  __( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
1972
 
1973
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:120
1974
  /* Translators: Placeholders make the text bold. */
1975
  __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
1976
 
1977
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:122
1978
  __( 'Loading Themes', 'google-analytics-dashboard-for-wp' ),
1979
 
1980
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:129
1981
  /* Translators: placeholders make text small. */
1982
  __( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-dashboard-for-wp' ),
1983
 
1984
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:134
1985
  /* Translators: placeholders make text small. */
1986
  __( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-dashboard-for-wp' ),
1987
 
1988
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:141
1989
  /* Translators: placeholders make text small. */
1990
  __( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-dashboard-for-wp' ),
1991
 
1992
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:146
1993
  /* Translators: placeholders make text small. */
1994
  __( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-dashboard-for-wp' ),
1995
 
1996
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:151
1997
  /* Translators: placeholders make text small. */
1998
  __( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-dashboard-for-wp' ),
1999
 
@@ -2009,7 +2016,6 @@ $generated_i18n_strings = array(
2009
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:114
2010
  __( 'Choose where in the post body the widget will be placed.', 'google-analytics-dashboard-for-wp' ),
2011
 
2012
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:121
2013
  // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:109
2014
  __( 'Customize Design', 'google-analytics-dashboard-for-wp' ),
2015
 
@@ -2075,38 +2081,38 @@ $generated_i18n_strings = array(
2075
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:62
2076
  __( 'Want to see page-specific stats?', 'google-analytics-dashboard-for-wp' ),
2077
 
2078
- // Reference: src/modules/addons/api/index.js:103
2079
  __( 'You appear to be offline. WPForms not installed.', 'google-analytics-dashboard-for-wp' ),
2080
 
2081
- // Reference: src/modules/addons/api/index.js:132
2082
  /* Translators: Error status and error text. */
2083
  __( 'Can\'t activate addon. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
2084
 
2085
- // Reference: src/modules/addons/api/index.js:136
2086
  __( 'You appear to be offline. Addon not activated.', 'google-analytics-dashboard-for-wp' ),
2087
 
2088
- // Reference: src/modules/addons/api/index.js:165
2089
  /* Translators: Error status and error text. */
2090
  __( 'Can\'t deactivate addon. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
2091
 
2092
- // Reference: src/modules/addons/api/index.js:169
2093
  __( 'You appear to be offline. Addon not deactivated.', 'google-analytics-dashboard-for-wp' ),
2094
 
2095
- // Reference: src/modules/addons/api/index.js:200
2096
  /* Translators: Error status and error text. */
2097
  __( 'Can\'t install plugin. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
2098
 
2099
- // Reference: src/modules/addons/api/index.js:204
2100
  __( 'You appear to be offline. Plugin not installed.', 'google-analytics-dashboard-for-wp' ),
2101
 
2102
- // Reference: src/modules/addons/api/index.js:64
2103
  /* Translators: Error status and error text. */
2104
  __( 'Can\'t install addon. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
2105
 
2106
- // Reference: src/modules/addons/api/index.js:68
2107
  __( 'You appear to be offline. Addon not installed.', 'google-analytics-dashboard-for-wp' ),
2108
 
2109
- // Reference: src/modules/addons/api/index.js:99
2110
  /* Translators: Error status and error text. */
2111
  __( 'Can\'t install WPForms. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
2112
 
@@ -2148,17 +2154,19 @@ $generated_i18n_strings = array(
2148
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:35
2149
  __( 'Unlock PRO Features Now', 'google-analytics-dashboard-for-wp' ),
2150
 
2151
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:36
 
2152
  __( 'Paste your license key here', 'google-analytics-dashboard-for-wp' ),
2153
 
2154
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:37
 
2155
  __( 'Verify', 'google-analytics-dashboard-for-wp' ),
2156
 
2157
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:39
2158
  /* Translators: Add link to retrieve license from account area. */
2159
  __( 'Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
2160
 
2161
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:69
2162
  __( 'There was an error unlocking ExactMetrics PRO please try again or install manually.', 'google-analytics-dashboard-for-wp' ),
2163
 
2164
  // Reference: src/modules/seo/components/yoast.vue:137
@@ -2240,7 +2248,6 @@ $generated_i18n_strings = array(
2240
  __( 'Add Custom Dimensions and track who\'s the most popular author on your site, which post types get the most traffic, and more', 'google-analytics-dashboard-for-wp' ),
2241
 
2242
  // Reference: src/modules/reports/components/exactmetrics-ReportsPagination.vue:25
2243
- // Reference: src/modules/reports/components/reports-year-in-review/ReportYearInReviewListBox.vue:38
2244
  __( 'Show', 'google-analytics-dashboard-for-wp' ),
2245
 
2246
  // Reference: src/modules/tools/components/exactmetrics-ToolsTabImportExport.vue:101
@@ -2386,7 +2393,7 @@ $generated_i18n_strings = array(
2386
  // Reference: src/modules/tools/components/exactmetrics-ToolsPrettyLinksFlow.vue:88
2387
  __( 'Pretty Links Installed & Activated', 'google-analytics-dashboard-for-wp' ),
2388
 
2389
- // Reference: src/modules/tools/components/exactmetrics-ToolsTabUrlBuilder.vue:191
2390
  __( 'Download Pretty Links', 'google-analytics-dashboard-for-wp' ),
2391
 
2392
  // Reference: src/modules/tools/components/exactmetrics-ToolsPrettyLinksFlow.vue:90
@@ -2562,25 +2569,25 @@ $generated_i18n_strings = array(
2562
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:56
2563
  __( 'See Your Conversion Rate to Improve Funnel', 'google-analytics-dashboard-for-wp' ),
2564
 
2565
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:43
2566
  __( 'See The Number of Transactions and Make Data-Driven Decisions', 'google-analytics-dashboard-for-wp' ),
2567
 
2568
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:47
2569
  __( 'See The Total Revenue to Track Growth', 'google-analytics-dashboard-for-wp' ),
2570
 
2571
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:51
2572
  __( 'See Average Order Value to Find Offer Opportunities', 'google-analytics-dashboard-for-wp' ),
2573
 
2574
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:55
2575
  __( 'See Your Top Products to See Individual Performance', 'google-analytics-dashboard-for-wp' ),
2576
 
2577
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:76
2578
  __( 'See your Top Conversion Sources and Focus on what\'s Working', 'google-analytics-dashboard-for-wp' ),
2579
 
2580
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:63
2581
  __( 'See The Time it Takes for Customers to Purchase', 'google-analytics-dashboard-for-wp' ),
2582
 
2583
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:67
2584
  __( 'See How Many Sessions are Needed for a Purchase', 'google-analytics-dashboard-for-wp' ),
2585
 
2586
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:88
@@ -2795,7 +2802,7 @@ $generated_i18n_strings = array(
2795
  // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepWelcome.vue:45
2796
  __( 'Better Support', 'google-analytics-dashboard-for-wp' ),
2797
 
2798
- // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepWelcome.vue:47
2799
  __( 'Continue', 'google-analytics-dashboard-for-wp' ),
2800
 
2801
  // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepWelcome.vue:48
@@ -2889,6 +2896,7 @@ $generated_i18n_strings = array(
2889
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetCategory-Lite.vue:25
2890
  __( 'Choose from which categories posts will be displayed in the widget. All categories will be used if left empty.', 'google-analytics-dashboard-for-wp' ),
2891
 
 
2892
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:26
2893
  __( 'Activating...', 'google-analytics-dashboard-for-wp' ),
2894
 
@@ -2938,7 +2946,6 @@ $generated_i18n_strings = array(
2938
  __( 'Close', 'google-analytics-dashboard-for-wp' ),
2939
 
2940
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:28
2941
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:48
2942
  __( 'Add Top 5 Posts from Google Analytics', 'google-analytics-dashboard-for-wp' ),
2943
 
2944
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:49
@@ -2952,7 +2959,6 @@ $generated_i18n_strings = array(
2952
  __( 'Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics.', 'google-analytics-dashboard-for-wp' ),
2953
 
2954
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:30
2955
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:53
2956
  __( 'Automated + Curated', 'google-analytics-dashboard-for-wp' ),
2957
 
2958
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:55
@@ -3034,7 +3040,6 @@ $generated_i18n_strings = array(
3034
  __( 'Icon', 'google-analytics-dashboard-for-wp' ),
3035
 
3036
  // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:99
3037
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:60
3038
  __( 'Theme Preview', 'google-analytics-dashboard-for-wp' ),
3039
 
3040
  // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:31
@@ -3117,7 +3122,7 @@ $generated_i18n_strings = array(
3117
  /* Translators: Make text green. */
3118
  __( 'Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s', 'google-analytics-dashboard-for-wp' ),
3119
 
3120
- // Reference: src/modules/settings/components/SettingsAddonUpgrade.vue:37
3121
  __( 'Upgrade', 'google-analytics-dashboard-for-wp' ),
3122
 
3123
  // Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputPdfReports-Lite.vue:17
@@ -3210,7 +3215,7 @@ $generated_i18n_strings = array(
3210
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:78
3211
  __( 'There are two ways to manual include the widget in your posts.', 'google-analytics-dashboard-for-wp' ),
3212
 
3213
- // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:79
3214
  __( 'Using the Gutenberg Block', 'google-analytics-dashboard-for-wp' ),
3215
 
3216
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:80
@@ -3225,22 +3230,22 @@ $generated_i18n_strings = array(
3225
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:83
3226
  __( '%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg', 'google-analytics-dashboard-for-wp' ),
3227
 
3228
- // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:85
3229
  __( '%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page.', 'google-analytics-dashboard-for-wp' ),
3230
 
3231
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:86
3232
  __( '%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”.', 'google-analytics-dashboard-for-wp' ),
3233
 
3234
- // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:87
3235
  __( '%1$sStep 3%2$s - Style the widget using the Block Settings sidebar.', 'google-analytics-dashboard-for-wp' ),
3236
 
3237
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:89
3238
  __( 'Shortcode', 'google-analytics-dashboard-for-wp' ),
3239
 
3240
- // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:90
3241
  __( 'Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin.', 'google-analytics-dashboard-for-wp' ),
3242
 
3243
- // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:91
3244
  __( 'Copy Shortcode', 'google-analytics-dashboard-for-wp' ),
3245
 
3246
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:92
@@ -3313,7 +3318,7 @@ $generated_i18n_strings = array(
3313
  // Reference: src/modules/settings/components/input/tab-publisher/exactmetrics-SettingsInputMedia-Lite.vue:26
3314
  __( 'Track how your users interact with videos on your website. Upgrade to ExactMetrics Pro.', 'google-analytics-dashboard-for-wp' ),
3315
 
3316
- // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:260
3317
  __( '2021 Year in Review', 'google-analytics-dashboard-for-wp' ),
3318
 
3319
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:100
@@ -3513,10 +3518,123 @@ $generated_i18n_strings = array(
3513
  // Reference: src/modules/growth-tools/components/GrowthNavigation.vue:21
3514
  __( 'Guides & Resources', 'google-analytics-dashboard-for-wp' ),
3515
 
3516
- // Reference: src/modules/settings/components/input/tab-publisher/exactmetrics-SettingsInputMedia-Lite.vue:25
3517
  __( 'Media Tracking', 'google-analytics-dashboard-for-wp' ),
3518
 
3519
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:34
3520
- __( 'Get Started', 'google-analytics-dashboard-for-wp' )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3521
  );
3522
  /* THIS IS THE END OF THE GENERATED FILE */
10
  // Reference: src/plugins/exactmetrics-settings-helper-plugin.js:116
11
  __( 'Loading Settings', 'google-analytics-dashboard-for-wp' ),
12
 
13
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:53
14
+ // Reference: src/plugins/exactmetrics-settings-helper-plugin.js:117
15
  __( 'Please wait...', 'google-analytics-dashboard-for-wp' ),
16
 
17
  // Reference: src/plugins/exactmetrics-settings-helper-plugin.js:20
30
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
31
  __( 'Loading new report data', 'google-analytics-dashboard-for-wp' ),
32
 
33
+ // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:285
34
  /* Translators: Placeholder gets replaced with an arrow icon. */
35
  __( 'Continue %s', 'google-analytics-dashboard-for-wp' ),
36
 
37
+ // Reference: src/modules/reports/components/ReportReAuth.vue:45
 
 
38
  __( 'Error', 'google-analytics-dashboard-for-wp' ),
39
 
40
+ // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:16
41
  __( 'Please try again.', 'google-analytics-dashboard-for-wp' ),
42
 
43
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:181
52
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:32
53
  __( 'Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions.', 'google-analytics-dashboard-for-wp' ),
54
 
55
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:189
56
  __( 'Unlock the eCommerce Report and See Your Important Store Metrics', 'google-analytics-dashboard-for-wp' ),
57
 
58
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:190
64
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:194
65
  __( 'Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what\'s working right inside your WordPress dashboard.', 'google-analytics-dashboard-for-wp' ),
66
 
67
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:31
68
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:197
69
  __( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-dashboard-for-wp' ),
70
 
71
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:32
72
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:198
73
  __( 'Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data.', 'google-analytics-dashboard-for-wp' ),
74
 
75
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportSearchConsole-Lite.vue:31
76
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:201
77
  __( 'Unlock the Search Console Report and See How People Find Your Website', 'google-analytics-dashboard-for-wp' ),
78
 
80
  __( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-dashboard-for-wp' ),
81
 
82
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportRealTime-Lite.vue:31
 
83
  __( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-dashboard-for-wp' ),
84
 
85
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:206
91
  // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:32
92
  __( 'See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking', 'google-analytics-dashboard-for-wp' ),
93
 
94
+ // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:42
95
  __( 'Today', 'google-analytics-dashboard-for-wp' ),
96
 
97
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:67
98
+ // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:48
99
  __( 'Yesterday', 'google-analytics-dashboard-for-wp' ),
100
 
101
+ // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:54
102
  __( 'Last Week', 'google-analytics-dashboard-for-wp' ),
103
 
104
+ // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:60
105
  __( 'Last Month', 'google-analytics-dashboard-for-wp' ),
106
 
107
+ // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:66
108
  __( 'Last 7 days', 'google-analytics-dashboard-for-wp' ),
109
 
110
+ // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:72
111
  __( 'Last 30 days', 'google-analytics-dashboard-for-wp' ),
112
 
113
  // Reference: src/plugins/exactmetrics-wizard-helper-plugin.js:19
157
  __( 'Learn more about updating WordPress', 'google-analytics-dashboard-for-wp' ),
158
 
159
  // Reference: src/modules/about/components/AboutNavigation-Lite.vue:15
 
 
160
  __( 'About Us', 'google-analytics-dashboard-for-wp' ),
161
 
162
  // Reference: src/modules/about/components/AboutNavigation-Lite.vue:16
 
163
  __( 'Getting Started', 'google-analytics-dashboard-for-wp' ),
164
 
165
  // Reference: src/modules/about/components/AboutNavigation-Lite.vue:17
166
+ // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:60
167
  __( 'Lite vs Pro', 'google-analytics-dashboard-for-wp' ),
168
 
169
  // Reference: src/modules/settings/exactmetrics-site.vue:77
183
  // Reference: src/modules/reports/api/index.js:28
184
  __( 'Error loading report data', 'google-analytics-dashboard-for-wp' ),
185
 
186
+ // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:154
187
+ /* Translators: Makes the text bold. */
188
  __( '%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code).', 'google-analytics-dashboard-for-wp' ),
189
 
190
+ // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:159
191
+ /* Translators: Makes the text bold. */
192
  __( '%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights.', 'google-analytics-dashboard-for-wp' ),
193
 
194
+ // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:164
195
+ /* Translators: Makes the text bold. */
196
  __( '%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more.', 'google-analytics-dashboard-for-wp' ),
197
 
198
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:117
199
  /* Translators: Makes text bold. */
200
  __( '%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress.', 'google-analytics-dashboard-for-wp' ),
201
 
202
+ // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:174
203
+ /* Translators: Makes the text bold. */
204
  __( '%1$sPage Level Analytics%2$s - Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site.', 'google-analytics-dashboard-for-wp' ),
205
 
206
+ // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:179
207
+ /* Translators: Makes the text bold. */
208
  __( '%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking.', 'google-analytics-dashboard-for-wp' ),
209
 
210
+ // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:184
211
+ /* Translators: Makes the text bold. */
212
  __( '%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically.', 'google-analytics-dashboard-for-wp' ),
213
 
214
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:137
215
  /* Translators: Makes text bold. */
216
  __( '%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click.', 'google-analytics-dashboard-for-wp' ),
217
 
218
+ // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:194
219
+ /* Translators: Adds a link and an arrow icon. */
220
  __( '%1$sSee All Features%2$s', 'google-analytics-dashboard-for-wp' ),
221
 
222
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:11
223
  __( 'Pro Plan', 'google-analytics-dashboard-for-wp' ),
224
 
225
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:12
226
  __( 'per year', 'google-analytics-dashboard-for-wp' ),
227
 
228
+ // Reference: src/modules/addons/components/exactmetrics-AddonBlock.vue:46
229
  // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:22
230
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:13
231
  __( 'Upgrade Now', 'google-analytics-dashboard-for-wp' ),
232
 
233
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:148
234
  __( 'Upgrade to ExactMetrics Pro Now', 'google-analytics-dashboard-for-wp' ),
235
 
236
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:33
237
  __( 'This is absolutely, positively, one of the TOP plugins to install on your WP site. There is no better way to quickly gauge traffic for spikes, surges, and consistency. I installed this on over a dozen WordPress installations and counting, thank you for an outstanding app!', 'google-analytics-dashboard-for-wp' ),
238
 
239
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:34
240
  __( 'Daniel Monaghan - Experienced', 'google-analytics-dashboard-for-wp' ),
241
 
242
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:38
243
  __( 'Very simple to configure and the results are very clearly displayed. So much easier for clients to view than in their own analytics account! Delighted with it.', 'google-analytics-dashboard-for-wp' ),
244
 
245
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:39
246
  __( 'Naomi Spirit - From This Day', 'google-analytics-dashboard-for-wp' ),
247
 
248
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:43
249
  __( 'Love this plugin! It’s got powerful customization options, it’s easy to use, there’s good documentation, and if all that’s not enough, ExactMetrics is quick to provide support. Thanks for this wonderful plugin!', 'google-analytics-dashboard-for-wp' ),
250
 
251
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:44
252
  __( 'Julie Dupuis - Faraway Land Travel', 'google-analytics-dashboard-for-wp' ),
253
 
254
+ // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:218
255
  __( 'Guides and Documentation:', 'google-analytics-dashboard-for-wp' ),
256
 
257
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportRealTime-Lite.vue:36
258
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:15
 
 
 
 
259
  __( 'Upgrade to PRO', 'google-analytics-dashboard-for-wp' ),
260
 
261
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:17
262
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:132
263
  __( 'eCommerce Tracking', 'google-analytics-dashboard-for-wp' ),
264
 
265
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:18
266
  __( 'Custom Dimensions', 'google-analytics-dashboard-for-wp' ),
267
 
268
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:19
 
269
  __( 'Form Tracking', 'google-analytics-dashboard-for-wp' ),
270
 
271
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:20
272
  __( 'AMP Support', 'google-analytics-dashboard-for-wp' ),
273
 
274
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:21
275
  __( 'Author Tracking', 'google-analytics-dashboard-for-wp' ),
276
 
277
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:24
278
  __( 'EU Compliance Addon', 'google-analytics-dashboard-for-wp' ),
279
 
280
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:25
281
  __( 'Real Time Report', 'google-analytics-dashboard-for-wp' ),
282
 
283
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:26
284
  __( 'Google Optimize', 'google-analytics-dashboard-for-wp' ),
285
 
286
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:27
287
  __( 'Search Console', 'google-analytics-dashboard-for-wp' ),
288
 
289
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:28
290
  __( 'Custom Date Ranges', 'google-analytics-dashboard-for-wp' ),
291
 
292
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:84
295
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:85
296
  __( 'ExactMetrics is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard.', 'google-analytics-dashboard-for-wp' ),
297
 
298
+ // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:87
299
  __( 'To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away.', 'google-analytics-dashboard-for-wp' ),
300
 
301
+ // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:88
302
  __( 'In no time at all, and after just a few clicks, you\'ll have setup the most powerful Google Analytics tracking available for WordPress. It\'s easy to double your traffic and sales when you know exactly how people find and use your website. Let\'s get started!.', 'google-analytics-dashboard-for-wp' ),
303
 
304
+ // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:89
305
  __( 'Launch the wizard!', 'google-analytics-dashboard-for-wp' ),
306
 
307
+ // Reference: src/components/ContentIntroFullWidth.vue:46
308
  __( 'Welcome to', 'google-analytics-dashboard-for-wp' ),
309
 
310
+ // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:144
311
  /* Translators: Adds a line break. */
312
  __( 'Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin', 'google-analytics-dashboard-for-wp' ),
313
 
314
+ // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:146
315
+ /* Translators: Makes the product name bold. */
316
  __( '%1$sExactMetrics%2$s makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard.', 'google-analytics-dashboard-for-wp' ),
317
 
318
+ // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:148
319
  __( 'ExactMetrics Features & Addons', 'google-analytics-dashboard-for-wp' ),
320
 
321
+ // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:149
322
  __( 'Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market.', 'google-analytics-dashboard-for-wp' ),
323
 
324
  // Reference: src/modules/widget/components/WidgetFooter.vue:19
325
  /* Translators: Placeholder is replaced with WPForms. */
326
  __( 'Recommended Plugin: %s', 'google-analytics-dashboard-for-wp' ),
327
 
328
+ // Reference: src/modules/addons/components/AddonButton.vue:54
329
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:42
330
  __( 'Install', 'google-analytics-dashboard-for-wp' ),
331
 
332
+ // Reference: src/modules/addons/components/AddonButton.vue:50
333
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:38
334
  __( 'Activate', 'google-analytics-dashboard-for-wp' ),
335
 
336
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:27
337
+ // Reference: src/modules/widget/components/WidgetFooter.vue:22
338
  __( 'Learn More', 'google-analytics-dashboard-for-wp' ),
339
 
340
  // Reference: src/modules/reports/components/ReportReAuth.vue:19
343
  // Reference: src/modules/reports/components/ReportReAuth.vue:20
344
  __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-dashboard-for-wp' ),
345
 
346
+ // Reference: src/modules/reports/components/ReportReAuth.vue:21
347
  __( 'Reconnect ExactMetrics', 'google-analytics-dashboard-for-wp' ),
348
 
349
+ // Reference: src/modules/reports/components/ReportReAuth.vue:30
350
  __( 'Re-Authenticating', 'google-analytics-dashboard-for-wp' ),
351
 
352
+ // Reference: src/modules/reports/components/ReportReAuth.vue:47
353
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:309
354
  __( 'Ok', 'google-analytics-dashboard-for-wp' ),
355
 
356
  // Reference: src/modules/addons/components/AddonsNavigation.vue:18
366
  __( 'Exit Setup', 'google-analytics-dashboard-for-wp' ),
367
 
368
  // Reference: src/modules/widget/store/index.js:103
 
369
  __( 'Time to Purchase', 'google-analytics-dashboard-for-wp' ),
370
 
371
  // Reference: src/modules/widget/store/index.js:104
372
  __( 'This list shows how many days from first visit it took users to purchase products from your site.', 'google-analytics-dashboard-for-wp' ),
373
 
374
  // Reference: src/modules/widget/store/index.js:111
 
375
  __( 'Sessions to Purchase', 'google-analytics-dashboard-for-wp' ),
376
 
377
  // Reference: src/modules/widget/store/index.js:112
458
  // Reference: src/modules/widget/components/exactmetrics-WidgetAccordion-Lite.vue:218
459
  __( 'Analytics', 'google-analytics-dashboard-for-wp' ),
460
 
461
+ // Reference: src/modules/widget/components/settings/exactmetrics-WidgetFullReportButton.vue:16
462
  /* Translators: Adds an arrow icon. */
463
  __( 'View All Reports %s', 'google-analytics-dashboard-for-wp' ),
464
 
468
  // Reference: src/modules/reports/components/ReportNoAuth.vue:26
469
  __( 'ExactMetrics makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-dashboard-for-wp' ),
470
 
471
+ // Reference: src/modules/reports/components/ReportNoAuth.vue:27
472
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:79
473
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:124
474
  __( 'Launch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
475
 
476
  // Reference: src/modules/reports/components/ReportNoAuth.vue:28
504
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:30
505
  __( 'Publishers', 'google-analytics-dashboard-for-wp' ),
506
 
507
+ // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:44
508
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:69
509
  __( 'eCommerce', 'google-analytics-dashboard-for-wp' ),
510
 
511
  // Reference: src/modules/reports/routes/exactmetrics-routes.js:57
512
  __( 'Dimensions Report', 'google-analytics-dashboard-for-wp' ),
513
 
514
+ // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:47
515
  __( 'Forms', 'google-analytics-dashboard-for-wp' ),
516
 
517
+ // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:48
518
  __( 'Real-Time', 'google-analytics-dashboard-for-wp' ),
519
 
520
  // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:30
525
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:260
526
  __( '2020 Year in Review', 'google-analytics-dashboard-for-wp' ),
527
 
 
528
  // Reference: src/modules/tools/components/ToolsNavigation.vue:14
529
  __( 'Import Export', 'google-analytics-dashboard-for-wp' ),
530
 
531
  // Reference: src/modules/settings/routes/site.js:111
532
  __( 'PrettyLinks Integration', 'google-analytics-dashboard-for-wp' ),
533
 
534
+ // Reference: src/modules/settings/routes/site.js:163
535
  __( 'Inline Popular Posts', 'google-analytics-dashboard-for-wp' ),
536
 
537
+ // Reference: src/modules/settings/routes/site.js:171
538
  __( 'Popular Posts Widget', 'google-analytics-dashboard-for-wp' ),
539
 
540
+ // Reference: src/modules/settings/routes/site.js:180
541
  __( 'Popular Products', 'google-analytics-dashboard-for-wp' ),
542
 
543
  // Reference: src/modules/settings/routes/site.js:189
546
  // Reference: src/modules/settings/routes/site.js:200
547
  __( 'Sub menu item for WooCommerce Analytics', 'google-analytics-dashboard-for-wp' ),
548
 
549
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:67
550
  __( 'General', 'google-analytics-dashboard-for-wp' ),
551
 
552
+ // Reference: src/modules/growth-tools/components/GrowthNavigation.vue:19
553
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:68
554
  __( 'Engagement', 'google-analytics-dashboard-for-wp' ),
555
 
556
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:70
557
  __( 'Publisher', 'google-analytics-dashboard-for-wp' ),
558
 
559
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:71
560
  __( 'Conversions', 'google-analytics-dashboard-for-wp' ),
561
 
562
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:72
563
  __( 'Advanced', 'google-analytics-dashboard-for-wp' ),
564
 
 
565
  // Reference: src/modules/tools/components/ToolsNavigation.vue:15
566
  __( 'URL Builder', 'google-analytics-dashboard-for-wp' ),
567
 
581
  /* Translators: Adds link to activate/install plugin and documentation. */
582
  __( 'In order for the ExactMetrics Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s', 'google-analytics-dashboard-for-wp' ),
583
 
584
+ // Reference: src/modules/reports/store/actions.js:140
585
  __( 'Installing Addon', 'google-analytics-dashboard-for-wp' ),
586
 
587
+ // Reference: src/modules/reports/store/actions.js:163
588
  __( 'Activating Addon', 'google-analytics-dashboard-for-wp' ),
589
 
590
+ // Reference: src/modules/reports/store/actions.js:178
591
  __( 'Addon Activated', 'google-analytics-dashboard-for-wp' ),
592
 
593
+ // Reference: src/modules/reports/store/actions.js:179
594
  __( 'Loading report data', 'google-analytics-dashboard-for-wp' ),
595
 
596
+ // Reference: src/modules/reports/store/actions.js:196
597
  __( 'Please activate manually', 'google-analytics-dashboard-for-wp' ),
598
 
599
+ // Reference: src/modules/reports/store/actions.js:199
600
  /* Translators: Adds the error status and status text. */
601
  __( 'Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
602
 
603
+ // Reference: src/modules/reports/store/actions.js:205
604
  __( 'Error Activating Addon', 'google-analytics-dashboard-for-wp' ),
605
 
606
+ // Reference: src/modules/reports/store/actions.js:211
607
  __( 'View Addons', 'google-analytics-dashboard-for-wp' ),
608
 
609
+ // Reference: src/modules/notifications/components/Notification.vue:34
610
  __( 'Dismiss', 'google-analytics-dashboard-for-wp' ),
611
 
612
+ // Reference: src/modules/reports/store/actions.js:219
613
  __( 'Redirecting', 'google-analytics-dashboard-for-wp' ),
614
 
615
+ // Reference: src/modules/reports/store/actions.js:220
616
  __( 'Please wait', 'google-analytics-dashboard-for-wp' ),
617
 
618
+ // Reference: src/modules/reports/store/actions.js:57
619
  __( 'activate', 'google-analytics-dashboard-for-wp' ),
620
 
621
+ // Reference: src/modules/reports/store/actions.js:57
622
  __( 'install', 'google-analytics-dashboard-for-wp' ),
623
 
624
+ // Reference: src/modules/reports/store/actions.js:61
625
  __( 'Visit addons page', 'google-analytics-dashboard-for-wp' ),
626
 
627
+ // Reference: src/modules/reports/store/actions.js:69
628
  __( 'Report Unavailable', 'google-analytics-dashboard-for-wp' ),
629
 
630
+ // Reference: src/modules/reports/store/actions.js:76
631
  /* Translators: Install/Activate the addon. */
632
  __( '%s Addon', 'google-analytics-dashboard-for-wp' ),
633
 
634
+ // Reference: src/modules/reports/store/actions.js:95
635
  __( 'Go Back To Reports', 'google-analytics-dashboard-for-wp' ),
636
 
637
+ // Reference: src/modules/reports/store/actions.js:96
638
  __( 'Enable Enhanced eCommerce', 'google-analytics-dashboard-for-wp' ),
639
 
640
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingAboveContent.vue:15
650
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:33
651
  __( 'Let\'s get you set up.', 'google-analytics-dashboard-for-wp' ),
652
 
653
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:55
654
  __( 'Save and Continue', 'google-analytics-dashboard-for-wp' ),
655
 
656
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:35
666
  /* Translators: Make text bold. */
667
  __( 'Publisher %1$s(Blog)%2$s', 'google-analytics-dashboard-for-wp' ),
668
 
669
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:49
670
  __( 'Ecommerce', 'google-analytics-dashboard-for-wp' ),
671
 
672
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:48
676
  __( 'ExactMetrics connects Google Analytics to WordPress and shows you stats that matter.', 'google-analytics-dashboard-for-wp' ),
677
 
678
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:64
679
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:118
680
  __( 'Connect Google Analytics + WordPress', 'google-analytics-dashboard-for-wp' ),
681
 
682
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:65
683
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:119
684
  __( 'You will be taken to the ExactMetrics website where you\'ll need to connect your Analytics account.', 'google-analytics-dashboard-for-wp' ),
685
 
686
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:52
716
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
717
  __( 'Continue & Install WPForms', 'google-analytics-dashboard-for-wp' ),
718
 
719
+ // Reference: src/modules/addons/components/AddonButton.vue:42
720
+ // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:30
721
  __( 'Installing...', 'google-analytics-dashboard-for-wp' ),
722
 
723
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:53
735
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:57
736
  __( 'ExactMetrics uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links, and more automatically. We do all the work for you so you don\'t have to write any code.', 'google-analytics-dashboard-for-wp' ),
737
 
738
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:74
739
  __( 'Enhanced Link Attribution', 'google-analytics-dashboard-for-wp' ),
740
 
741
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:59
762
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:66
763
  __( 'ExactMetrics will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site\'s visitors have downloaded a PDF or other file you offer your visitors to download on your site? ExactMetrics makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel.', 'google-analytics-dashboard-for-wp' ),
764
 
765
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabPublisher.vue:56
766
  /* Translators: Example path (/go/). */
767
  __( 'Path (example: %s)', 'google-analytics-dashboard-for-wp' ),
768
 
769
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabPublisher.vue:58
770
  __( 'Path has to start with a / and have no spaces', 'google-analytics-dashboard-for-wp' ),
771
 
772
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabPublisher.vue:63
773
  /* Translators: Example label (aff). */
774
  __( 'Label (example: %s)', 'google-analytics-dashboard-for-wp' ),
775
 
776
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabPublisher.vue:65
777
  __( 'Label can\'t contain any spaces', 'google-analytics-dashboard-for-wp' ),
778
 
779
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:83
794
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:83
795
  __( 'Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability.', 'google-analytics-dashboard-for-wp' ),
796
 
797
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:89
798
  __( 'Save and continue', 'google-analytics-dashboard-for-wp' ),
799
 
800
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:91
816
  // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:50
817
  __( 'Site Speed', 'google-analytics-dashboard-for-wp' ),
818
 
819
+ // Reference: src/modules/wizard-onboarding/components/inputs/exactmetrics-OnboardingLicense-Lite.vue:27
820
  __( 'License Key', 'google-analytics-dashboard-for-wp' ),
821
 
822
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:62
824
  __( 'Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
825
 
826
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:63
827
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:114
828
  __( 'Google Authentication', 'google-analytics-dashboard-for-wp' ),
829
 
830
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:66
837
  __( 'Hide Announcements', 'google-analytics-dashboard-for-wp' ),
838
 
839
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:70
840
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:129
841
  __( 'You\'re using ExactMetrics Lite – no license needed. Enjoy!', 'google-analytics-dashboard-for-wp' ),
842
 
843
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:72
844
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:131
845
+ /* Translators: Adds link to upgrade. */
846
  __( 'To unlock more features consider %1$supgrading to PRO%2$s.', 'google-analytics-dashboard-for-wp' ),
847
 
848
+ // Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewUpsell-Lite.vue:34
849
  __( 'Receive 50% off automatically applied at the checkout!', 'google-analytics-dashboard-for-wp' ),
850
 
851
+ // Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewUpsell-Lite.vue:37
852
  __( 'See all features', 'google-analytics-dashboard-for-wp' ),
853
 
854
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:76
855
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:121
856
  __( 'Setup Wizard', 'google-analytics-dashboard-for-wp' ),
857
 
858
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:77
859
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:122
860
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-dashboard-for-wp' ),
861
 
862
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:78
863
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:123
864
  __( 'Relaunch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
865
 
866
  // Reference: src/modules/addons/exactmetrics-addons-Lite.vue:54
963
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:120
964
  __( 'Overview Reports for the last 30 days.', 'google-analytics-dashboard-for-wp' ),
965
 
966
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:121
967
  __( 'Advanced Reports', 'google-analytics-dashboard-for-wp' ),
968
 
969
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:122
1053
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:66
1054
  __( 'Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout.', 'google-analytics-dashboard-for-wp' ),
1055
 
1056
+ // Reference: src/modules/addons/components/exactmetrics-AddonBlock.vue:61
1057
  __( 'Upgrade to Pro', 'google-analytics-dashboard-for-wp' ),
1058
 
1059
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:70
1114
  /* Translators: Error status and error text. */
1115
  __( 'Can\'t load settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1116
 
1117
+ // Reference: src/modules/auth/api/index.js:123
1118
+ // Reference: src/modules/wizard-onboarding/api/index.js:43
1119
  __( 'You appear to be offline.', 'google-analytics-dashboard-for-wp' ),
1120
 
1121
+ // Reference: src/modules/auth/api/index.js:232
1122
  /* Translators: Error status and error text. */
1123
  __( 'Can\'t save settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1124
 
1248
  __( 'Check out the newly added classic mode', 'google-analytics-dashboard-for-wp' ),
1249
 
1250
  // Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewDatePicker-Lite.vue:50
1251
+ // Reference: src/modules/widget/components/settings/WidgetSettingsIntervalUpsell.vue:26
1252
  /* Translators: Placeholder adds a line break. */
1253
  __( 'You can customize your %sdate range only in the PRO version.', 'google-analytics-dashboard-for-wp' ),
1254
 
1282
  __( 'Remove row', 'google-analytics-dashboard-for-wp' ),
1283
 
1284
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:47
 
1285
  __( 'Sessions', 'google-analytics-dashboard-for-wp' ),
1286
 
1287
  // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:83
1288
  /* Translators: Line break. */
1289
  __( 'Unique %s Sessions', 'google-analytics-dashboard-for-wp' ),
1290
 
1291
+ // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:48
1292
  __( 'Pageviews', 'google-analytics-dashboard-for-wp' ),
1293
 
1294
  // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:86
1314
  __( 'Avg. Session Duration', 'google-analytics-dashboard-for-wp' ),
1315
 
1316
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:50
 
1317
  __( 'Bounce Rate', 'google-analytics-dashboard-for-wp' ),
1318
 
1319
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:51
 
1320
  __( 'Total Users', 'google-analytics-dashboard-for-wp' ),
1321
 
1322
  // Reference: src/modules/settings/components/input/SettingsInputSelect.vue:62
1341
  // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:40
1342
  __( 'Our Pro plan includes:', 'google-analytics-dashboard-for-wp' ),
1343
 
1344
+ // Reference: src/modules/wizard-onboarding/api/index.js:39
1345
  /* Translators: Error status and error text. */
1346
  __( 'Can\'t load errors. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1347
 
1355
  /* Translators: add link to blog. */
1356
  __( 'To comply with Google\'s API policies we\'ve had to remove the real time report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro.', 'google-analytics-dashboard-for-wp' ),
1357
 
1358
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportRealTime-Lite.vue:37
1359
  __( 'Here\'s what you get:', 'google-analytics-dashboard-for-wp' ),
1360
 
1361
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportRealTime-Lite.vue:41
1394
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:40
1395
  __( 'ExactMetrics is all set up and ready to use. We\'ve verified that the tracking code is deployed properly and collecting data.', 'google-analytics-dashboard-for-wp' ),
1396
 
1397
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:136
1398
+ /* Translators: Make text bold. */
1399
  __( '%1$sPlease Note:%2$s While Google Analytics is properly setup and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate.', 'google-analytics-dashboard-for-wp' ),
1400
 
1401
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:44
1402
  /* Translators: Add link to blog. */
1403
  __( '%1$sSubscribe to the ExactMetrics blog%2$s for tips on how to get more traffic and grow your business.', 'google-analytics-dashboard-for-wp' ),
1404
 
1405
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:139
1406
  __( 'Finish Setup & Exit Wizard', 'google-analytics-dashboard-for-wp' ),
1407
 
1408
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:47
1411
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:48
1412
  __( 'Subscribe', 'google-analytics-dashboard-for-wp' ),
1413
 
1414
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:186
1415
  __( 'Checking your website...', 'google-analytics-dashboard-for-wp' ),
1416
 
1417
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:53
1598
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:272
1599
  __( 'A Tip for 2021', 'google-analytics-dashboard-for-wp' ),
1600
 
1601
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEngagement.vue:65
1602
  __( 'Demographics', 'google-analytics-dashboard-for-wp' ),
1603
 
1604
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:274
1625
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:281
1626
  __( 'Average Age', 'google-analytics-dashboard-for-wp' ),
1627
 
1628
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:101
1629
  __( 'Behavior', 'google-analytics-dashboard-for-wp' ),
1630
 
1631
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:283
1743
  __( 'Upgrade to ExactMetrics Pro to Unlock Additional Actionable Insights', 'google-analytics-dashboard-for-wp' ),
1744
 
1745
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:325
1746
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:148
1747
  __( 'Upgrade to ExactMetrics Pro', 'google-analytics-dashboard-for-wp' ),
1748
 
1749
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:328
1835
  // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:111
1836
  __( 'Disconnect ExactMetrics', 'google-analytics-dashboard-for-wp' ),
1837
 
1838
+ // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:153
1839
  __( 'Authenticating', 'google-analytics-dashboard-for-wp' ),
1840
 
1841
+ // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:215
1842
  __( 'Verifying Credentials', 'google-analytics-dashboard-for-wp' ),
1843
 
1844
+ // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:232
1845
  __( 'Your site is connected to ExactMetrics!', 'google-analytics-dashboard-for-wp' ),
1846
 
1847
+ // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:254
1848
  __( 'Deauthenticating', 'google-analytics-dashboard-for-wp' ),
1849
 
1850
+ // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:274
1851
  __( 'You\'ve disconnected your site from ExactMetrics. Your site is no longer being tracked by Google Analytics and you won\'t see reports anymore.', 'google-analytics-dashboard-for-wp' ),
1852
 
1853
  // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:77
1865
  // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:81
1866
  __( 'Active Profile', 'google-analytics-dashboard-for-wp' ),
1867
 
1868
+ // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:82
1869
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-dashboard-for-wp' ),
1870
 
1871
+ // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:83
1872
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-dashboard-for-wp' ),
1873
 
1874
  // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:84
1943
  // Reference: src/modules/reports/components/ReportInfobox.vue:58
1944
  __( 'No change', 'google-analytics-dashboard-for-wp' ),
1945
 
1946
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:100
1947
  __( 'Choose Theme', 'google-analytics-dashboard-for-wp' ),
1948
 
1949
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:102
1950
  __( 'Widget Styling', 'google-analytics-dashboard-for-wp' ),
1951
 
1952
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:103
1953
  __( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-dashboard-for-wp' ),
1954
 
1955
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:104
1956
  __( 'Sort By', 'google-analytics-dashboard-for-wp' ),
1957
 
1958
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:105
1959
  __( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-dashboard-for-wp' ),
1960
 
1961
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:106
1967
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:108
1968
  __( 'Title your widget and set its display preferences.', 'google-analytics-dashboard-for-wp' ),
1969
 
1970
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:109
1971
  __( 'Include in Post Types', 'google-analytics-dashboard-for-wp' ),
1972
 
1973
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:110
1974
  __( 'Exclude from specific posts', 'google-analytics-dashboard-for-wp' ),
1975
 
1976
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:112
1977
  /* Translators: Placeholders make the text bold. */
1978
  __( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
1979
 
1980
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:114
1981
  /* Translators: Placeholders make the text bold. */
1982
  __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
1983
 
1984
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:115
1985
  __( 'Loading Themes', 'google-analytics-dashboard-for-wp' ),
1986
 
1987
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:120
1988
  /* Translators: placeholders make text small. */
1989
  __( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-dashboard-for-wp' ),
1990
 
1991
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:125
1992
  /* Translators: placeholders make text small. */
1993
  __( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-dashboard-for-wp' ),
1994
 
1995
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:132
1996
  /* Translators: placeholders make text small. */
1997
  __( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-dashboard-for-wp' ),
1998
 
1999
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:137
2000
  /* Translators: placeholders make text small. */
2001
  __( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-dashboard-for-wp' ),
2002
 
2003
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:142
2004
  /* Translators: placeholders make text small. */
2005
  __( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-dashboard-for-wp' ),
2006
 
2016
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:114
2017
  __( 'Choose where in the post body the widget will be placed.', 'google-analytics-dashboard-for-wp' ),
2018
 
 
2019
  // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:109
2020
  __( 'Customize Design', 'google-analytics-dashboard-for-wp' ),
2021
 
2081
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:62
2082
  __( 'Want to see page-specific stats?', 'google-analytics-dashboard-for-wp' ),
2083
 
2084
+ // Reference: src/modules/addons/api/index.js:104
2085
  __( 'You appear to be offline. WPForms not installed.', 'google-analytics-dashboard-for-wp' ),
2086
 
2087
+ // Reference: src/modules/addons/api/index.js:133
2088
  /* Translators: Error status and error text. */
2089
  __( 'Can\'t activate addon. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
2090
 
2091
+ // Reference: src/modules/addons/api/index.js:137
2092
  __( 'You appear to be offline. Addon not activated.', 'google-analytics-dashboard-for-wp' ),
2093
 
2094
+ // Reference: src/modules/addons/api/index.js:166
2095
  /* Translators: Error status and error text. */
2096
  __( 'Can\'t deactivate addon. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
2097
 
2098
+ // Reference: src/modules/addons/api/index.js:170
2099
  __( 'You appear to be offline. Addon not deactivated.', 'google-analytics-dashboard-for-wp' ),
2100
 
2101
+ // Reference: src/modules/addons/api/index.js:201
2102
  /* Translators: Error status and error text. */
2103
  __( 'Can\'t install plugin. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
2104
 
2105
+ // Reference: src/modules/addons/api/index.js:205
2106
  __( 'You appear to be offline. Plugin not installed.', 'google-analytics-dashboard-for-wp' ),
2107
 
2108
+ // Reference: src/modules/addons/api/index.js:65
2109
  /* Translators: Error status and error text. */
2110
  __( 'Can\'t install addon. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
2111
 
2112
+ // Reference: src/modules/addons/api/index.js:69
2113
  __( 'You appear to be offline. Addon not installed.', 'google-analytics-dashboard-for-wp' ),
2114
 
2115
+ // Reference: src/modules/addons/api/index.js:100
2116
  /* Translators: Error status and error text. */
2117
  __( 'Can\'t install WPForms. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
2118
 
2154
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:35
2155
  __( 'Unlock PRO Features Now', 'google-analytics-dashboard-for-wp' ),
2156
 
2157
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:113
2158
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:156
2159
  __( 'Paste your license key here', 'google-analytics-dashboard-for-wp' ),
2160
 
2161
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:115
2162
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:157
2163
  __( 'Verify', 'google-analytics-dashboard-for-wp' ),
2164
 
2165
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:39
2166
  /* Translators: Add link to retrieve license from account area. */
2167
  __( 'Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
2168
 
2169
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:172
2170
  __( 'There was an error unlocking ExactMetrics PRO please try again or install manually.', 'google-analytics-dashboard-for-wp' ),
2171
 
2172
  // Reference: src/modules/seo/components/yoast.vue:137
2248
  __( 'Add Custom Dimensions and track who\'s the most popular author on your site, which post types get the most traffic, and more', 'google-analytics-dashboard-for-wp' ),
2249
 
2250
  // Reference: src/modules/reports/components/exactmetrics-ReportsPagination.vue:25
 
2251
  __( 'Show', 'google-analytics-dashboard-for-wp' ),
2252
 
2253
  // Reference: src/modules/tools/components/exactmetrics-ToolsTabImportExport.vue:101
2393
  // Reference: src/modules/tools/components/exactmetrics-ToolsPrettyLinksFlow.vue:88
2394
  __( 'Pretty Links Installed & Activated', 'google-analytics-dashboard-for-wp' ),
2395
 
2396
+ // Reference: src/modules/tools/components/exactmetrics-ToolsPrettyLinksFlow.vue:89
2397
  __( 'Download Pretty Links', 'google-analytics-dashboard-for-wp' ),
2398
 
2399
  // Reference: src/modules/tools/components/exactmetrics-ToolsPrettyLinksFlow.vue:90
2569
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:56
2570
  __( 'See Your Conversion Rate to Improve Funnel', 'google-analytics-dashboard-for-wp' ),
2571
 
2572
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:60
2573
  __( 'See The Number of Transactions and Make Data-Driven Decisions', 'google-analytics-dashboard-for-wp' ),
2574
 
2575
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:64
2576
  __( 'See The Total Revenue to Track Growth', 'google-analytics-dashboard-for-wp' ),
2577
 
2578
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:68
2579
  __( 'See Average Order Value to Find Offer Opportunities', 'google-analytics-dashboard-for-wp' ),
2580
 
2581
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:72
2582
  __( 'See Your Top Products to See Individual Performance', 'google-analytics-dashboard-for-wp' ),
2583
 
2584
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:76
2585
  __( 'See your Top Conversion Sources and Focus on what\'s Working', 'google-analytics-dashboard-for-wp' ),
2586
 
2587
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:80
2588
  __( 'See The Time it Takes for Customers to Purchase', 'google-analytics-dashboard-for-wp' ),
2589
 
2590
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:84
2591
  __( 'See How Many Sessions are Needed for a Purchase', 'google-analytics-dashboard-for-wp' ),
2592
 
2593
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:88
2802
  // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepWelcome.vue:45
2803
  __( 'Better Support', 'google-analytics-dashboard-for-wp' ),
2804
 
2805
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:37
2806
  __( 'Continue', 'google-analytics-dashboard-for-wp' ),
2807
 
2808
  // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepWelcome.vue:48
2896
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetCategory-Lite.vue:25
2897
  __( 'Choose from which categories posts will be displayed in the widget. All categories will be used if left empty.', 'google-analytics-dashboard-for-wp' ),
2898
 
2899
+ // Reference: src/modules/addons/components/AddonButton.vue:34
2900
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:26
2901
  __( 'Activating...', 'google-analytics-dashboard-for-wp' ),
2902
 
2946
  __( 'Close', 'google-analytics-dashboard-for-wp' ),
2947
 
2948
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:28
 
2949
  __( 'Add Top 5 Posts from Google Analytics', 'google-analytics-dashboard-for-wp' ),
2950
 
2951
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:49
2959
  __( 'Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics.', 'google-analytics-dashboard-for-wp' ),
2960
 
2961
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:30
 
2962
  __( 'Automated + Curated', 'google-analytics-dashboard-for-wp' ),
2963
 
2964
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:55
3040
  __( 'Icon', 'google-analytics-dashboard-for-wp' ),
3041
 
3042
  // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:99
 
3043
  __( 'Theme Preview', 'google-analytics-dashboard-for-wp' ),
3044
 
3045
  // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:31
3122
  /* Translators: Make text green. */
3123
  __( 'Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s', 'google-analytics-dashboard-for-wp' ),
3124
 
3125
+ // Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputPdfReports-Lite.vue:16
3126
  __( 'Upgrade', 'google-analytics-dashboard-for-wp' ),
3127
 
3128
  // Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputPdfReports-Lite.vue:17
3215
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:78
3216
  __( 'There are two ways to manual include the widget in your posts.', 'google-analytics-dashboard-for-wp' ),
3217
 
3218
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:105
3219
  __( 'Using the Gutenberg Block', 'google-analytics-dashboard-for-wp' ),
3220
 
3221
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:80
3230
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:83
3231
  __( '%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg', 'google-analytics-dashboard-for-wp' ),
3232
 
3233
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:113
3234
  __( '%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page.', 'google-analytics-dashboard-for-wp' ),
3235
 
3236
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:86
3237
  __( '%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”.', 'google-analytics-dashboard-for-wp' ),
3238
 
3239
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:115
3240
  __( '%1$sStep 3%2$s - Style the widget using the Block Settings sidebar.', 'google-analytics-dashboard-for-wp' ),
3241
 
3242
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:89
3243
  __( 'Shortcode', 'google-analytics-dashboard-for-wp' ),
3244
 
3245
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:123
3246
  __( 'Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin.', 'google-analytics-dashboard-for-wp' ),
3247
 
3248
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:124
3249
  __( 'Copy Shortcode', 'google-analytics-dashboard-for-wp' ),
3250
 
3251
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:92
3318
  // Reference: src/modules/settings/components/input/tab-publisher/exactmetrics-SettingsInputMedia-Lite.vue:26
3319
  __( 'Track how your users interact with videos on your website. Upgrade to ExactMetrics Pro.', 'google-analytics-dashboard-for-wp' ),
3320
 
3321
+ // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:49
3322
  __( '2021 Year in Review', 'google-analytics-dashboard-for-wp' ),
3323
 
3324
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:100
3518
  // Reference: src/modules/growth-tools/components/GrowthNavigation.vue:21
3519
  __( 'Guides & Resources', 'google-analytics-dashboard-for-wp' ),
3520
 
3521
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:165
3522
  __( 'Media Tracking', 'google-analytics-dashboard-for-wp' ),
3523
 
3524
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:34
3525
+ __( 'Get Started', 'google-analytics-dashboard-for-wp' ),
3526
+
3527
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:110
3528
+ __( 'Privacy Compliance Addon', 'google-analytics-dashboard-for-wp' ),
3529
+
3530
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:111
3531
+ __( 'Help Google Analytics become compliant with internet privacy laws like GDPR, PECR, and CCPA.', 'google-analytics-dashboard-for-wp' ),
3532
+
3533
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:122
3534
+ __( 'Get access to advanced reports inside WordPress including search keywords report, real-time analytics dashboard, publishers / eCommerce report, custom dimensions, and more.', 'google-analytics-dashboard-for-wp' ),
3535
+
3536
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:133
3537
+ __( 'Instantly enable enhanced eCommerce tracking, so you can measure conversions, sales, and revenue stats. Works with WooCommerce, Easy Digital Downloads, MemberPress, and more.', 'google-analytics-dashboard-for-wp' ),
3538
+
3539
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:143
3540
+ __( '20+ Advanced Tracking', 'google-analytics-dashboard-for-wp' ),
3541
+
3542
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:144
3543
+ __( 'Get access to advanced tracking features like form conversion tracking, author tracking, custom dimensions, scroll tracking, and more.', 'google-analytics-dashboard-for-wp' ),
3544
+
3545
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:154
3546
+ __( 'Advanced Growth Tools', 'google-analytics-dashboard-for-wp' ),
3547
+
3548
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:155
3549
+ __( 'Get access to advanced growth tools such as popular posts addon, A/B testing tool, smart URL builder, and more.', 'google-analytics-dashboard-for-wp' ),
3550
+
3551
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:166
3552
+ __( 'Track how your users interact with videos on your website.', 'google-analytics-dashboard-for-wp' ),
3553
+
3554
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:307
3555
+ __( 'Error Processing', 'google-analytics-dashboard-for-wp' ),
3556
+
3557
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:308
3558
+ __( 'There was an error while processing some features. Please try again or you can skip this process for now', 'google-analytics-dashboard-for-wp' ),
3559
+
3560
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:33
3561
+ __( 'Which website features would you like to enable?', 'google-analytics-dashboard-for-wp' ),
3562
+
3563
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:34
3564
+ __( 'We’ve already selected our recommended features based on your site. ', 'google-analytics-dashboard-for-wp' ),
3565
+
3566
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:35
3567
+ __( 'Other Addons', 'google-analytics-dashboard-for-wp' ),
3568
+
3569
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:36
3570
+ __( 'View all ExactMetrics addons', 'google-analytics-dashboard-for-wp' ),
3571
+
3572
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:62
3573
+ __( 'Standard Analytics & Reports', 'google-analytics-dashboard-for-wp' ),
3574
+
3575
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:63
3576
+ __( 'Get the reports and stats that matter right inside your WordPress Dashboard.', 'google-analytics-dashboard-for-wp' ),
3577
+
3578
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:75
3579
+ __( 'Helps you see what links your users are clicking on your site.', 'google-analytics-dashboard-for-wp' ),
3580
+
3581
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:86
3582
+ __( 'All In One SEO Toolkit', 'google-analytics-dashboard-for-wp' ),
3583
+
3584
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:87
3585
+ __( 'The best WordPress SEO plugin that works with ExactMetrics to boost your rankings.', 'google-analytics-dashboard-for-wp' ),
3586
+
3587
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:98
3588
+ __( 'Smart Form Builder by WPForms', 'google-analytics-dashboard-for-wp' ),
3589
+
3590
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:99
3591
+ __( 'The most popular WordPress form plugin, trusted by over 5 million websites. Easily create contact forms, payment forms, surveys and more.', 'google-analytics-dashboard-for-wp' ),
3592
+
3593
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:133
3594
+ __( 'Awesome! Tracking and Analytics are All Setup!', 'google-analytics-dashboard-for-wp' ),
3595
+
3596
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:134
3597
+ __( 'ExactMetrics is connected to Google Analytics and data is being collected.', 'google-analytics-dashboard-for-wp' ),
3598
+
3599
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:138
3600
+ /* Translators: Link to our blog. */
3601
+ __( '%1$sSubscribe to the ExactMetrics blog%2$s for tips on how to get more traffic and grow your business.', 'google-analytics-dashboard-for-wp' ),
3602
+
3603
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:140
3604
+ __( 'Complete Setup without Upgrading', 'google-analytics-dashboard-for-wp' ),
3605
+
3606
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:142
3607
+ __( 'Success', 'google-analytics-dashboard-for-wp' ),
3608
+
3609
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:143
3610
+ __( 'Connected to Google Analytics', 'google-analytics-dashboard-for-wp' ),
3611
+
3612
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:144
3613
+ __( 'Tracking Code Installed', 'google-analytics-dashboard-for-wp' ),
3614
+
3615
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:145
3616
+ __( 'Data Being Collected', 'google-analytics-dashboard-for-wp' ),
3617
+
3618
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:152
3619
+ /* Translators: Add link to retrieve license from account area. */
3620
+ __( 'Already purchased? Simply enter your license key below to connect with ExactMetrics PRO!', 'google-analytics-dashboard-for-wp' ),
3621
+
3622
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:158
3623
+ __( 'Verify License Key', 'google-analytics-dashboard-for-wp' ),
3624
+
3625
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:160
3626
+ __( 'Upgrade to Unlock These Features', 'google-analytics-dashboard-for-wp' ),
3627
+
3628
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:161
3629
+ __( 'To unlock the selected features, please upgrade to Pro and enter your license key below.', 'google-analytics-dashboard-for-wp' ),
3630
+
3631
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:162
3632
+ __( '%1$sBonus:%2$s Upgrade today and save %3$s50%% on a Pro License!%4$s (auto-applied at checkout)', 'google-analytics-dashboard-for-wp' ),
3633
+
3634
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:213
3635
+ __( 'Verifying License...', 'google-analytics-dashboard-for-wp' ),
3636
+
3637
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:227
3638
+ __( 'There was an error unlocking ExactMetrics PRO please try again or install manually.', 'google-analytics-dashboard-for-wp' )
3639
  );
3640
  /* THIS IS THE END OF THE GENERATED FILE */
lite/assets/vue/css/chunk-common.css CHANGED
@@ -1 +1 @@
1
- @import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);strong[data-v-a9c27d52]{display:block}[data-v-6038a3d0]{will-change:height;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.expand-enter-active,.expand-leave-active{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out;overflow:hidden}.expand-enter,.expand-leave-to{height:0}.exactmetrics-dark[data-v-54110c18]{display:block}.exactmetrics-reset-default[data-v-54110c18]{margin-left:5px}.exactmetrics-dark[data-v-7262cc05]{display:block}.exactmetrics-admin-page .exactmetrics-floating-bar{background:#6528f5;color:#fff;font-size:16px;line-height:140%;padding:16px 32px 16px 58px;text-align:left;position:relative;margin:-20px -20px 20px}.exactmetrics-admin-page .exactmetrics-floating-bar:before{content:"";width:16px;height:16px;background:url(../img/icon-info.svg) no-repeat 50%;position:absolute;left:32px;top:20px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-floating-bar{margin-top:-10px;padding-right:20px;padding-left:20px}}.exactmetrics-admin-page .exactmetrics-floating-bar>span>span{font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a{text-decoration:underline;color:#fff;font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a:focus,.exactmetrics-admin-page .exactmetrics-floating-bar a:hover{color:#fff;text-decoration:none}.exactmetrics-admin-page .exactmetrics-floating-bar .exactmetrics-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:16px;position:absolute;right:15px;top:calc(50% - 5px);margin-top:-10px;opacity:.5;cursor:pointer}.exactmetrics-admin-page .exactmetrics-slide-enter-active,.exactmetrics-admin-page .exactmetrics-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.exactmetrics-admin-page .exactmetrics-slide-enter-to,.exactmetrics-admin-page .exactmetrics-slide-leave{max-height:100px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-slide-enter,.exactmetrics-admin-page .exactmetrics-slide-leave-to{overflow:hidden;max-height:0}.exactmetrics-container[data-v-102a61b0]:after{display:table;clear:both;content:""}.exactmetrics-quick-links{position:fixed;bottom:25px;right:25px;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;width:60px;height:60px;border-radius:50%;background:#6528f5;z-index:1000;padding:5px 10px}.exactmetrics-quick-links.exactmetrics-quick-links-open,.exactmetrics-quick-links:focus,.exactmetrics-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-label{border-radius:50%;background:rgba(0,0,0,0);position:absolute;left:6px;right:2px;top:6px;bottom:2px;padding:6px 6px 6px 8px;display:block;width:44px;outline:none;cursor:pointer;border:none}.exactmetrics-quick-links-open .exactmetrics-quick-links-label .exactmetrics-quick-link-title{opacity:0;pointer-events:none}.exactmetrics-bg-img.exactmetrics-quick-links-mascot{padding-top:100%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;display:block}.exactmetrics-bg-img.exactmetrics-quick-links-mascot:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUUAAABKCAMAAAAbi7YOAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAQN8ggL9g758QMLB5cwNv+5BQz14J9tSPF/HkxgdXSA0B7aqbpCkk2oRouDvLloobEug208uV8wAACFtJREFUeNrs1+1yojAUBuATIEBABVHU+t1aa+u222597//a1hgJKFaFdWY70zw/nCmaCX3nnHxQRX/ePyFZ63sy6km7I2Q6M5NjLa9jFC1sMqp6WuBI71GQUcXk3UPZaN0i41rz7ie0uINcn5FRY0EcBzTrI7c0y+M1Vo8xtP5U9nCrOYIWN/6QcV7qDKENnTkpH7970J7dCRlfm3RHhQz9YtGtFjG0N7M8fm0zRu5XQAfukzdosf9Exil3y2LXTstdO18/HHa7cWze7BUjmpwOuh1Ds1xzKTySWMj5Nn0l4MjxDRm5YIwcD+iMVvIMrbdYkaGIZQxtlKQXe/8TmmeWx71W0T1ddvfYg8ZTMurZcGihibGu+2kfGXMEr++uMYKyIOOsdMWm04R9TM4d00f000ymDed6v/sxpOH4ZdOishdIHv0w818x6onDgEqaPzPFF1TysFizJzuYRb96QK/dMinu9CtlGH1Qxn5/AMZ39VIM+KGQbsnnnNERm3MuqCqbo2PTZc8VWng5p6IVB55FrRQZDll0Sx7A6YgDIKCqfAA+XdbE1abH/dsaAH3xHVJs+1sJKeLUkdUC4J4pOgBUFgLgdNk8jHGV3pTKHGDxHVK0sOWQEqD8v7vYiiqnGHjwEroGa1w2Vu9YFgLsu6WYQGLlH7Qrp0g2E3Qr9gjjlE5JH9Bp1U0xdDPJLVOMIPmlUkRYJcXbawCvOrdZ4yV61cl1Ec/qpuiQdssU24D82z783gM6/zXF9A18H9v9bBwDiPkTKXMLi2+WYgg4HGgflmIEeP81xU2MLinTHpTPjT62D9NbpMjy1k5cKVCPnZDzASPhSoIUEfkdi+935e1zD1vh/gcciBjgCcpwwJc55U/YIOQ87NokCcdpA3Acp0vEdp+unNWW3zjieIx+h5DLVyhKm4/+VziGK71AZvqpDoTdIkXbg8SyRcwS8k1DKCErbBnC8aBY8gEKbHVcZGQBTnE2WxSa3ObYc1QhZjiRIz99SBHZ+aBAj/F3uXY9SAen8rtnnPM2Kd8X1/uWBpr/uruwfGu1hLB0HraFjM5YPdWccooAAnJVMepS3IWb7Gf3oPmnUnSxwwopRshZdvGU0SFtibNCvf7klqQMMaiZoubvdwVpMNBFovIsYjpErXucYqBaVxdjFkUHcPOqb7uMRZacj+RqIUOSC4pK0UIncqNQ5Cm6gEyXMZcDHUHEd41gOwCS6y6COrEUBeP9hjPC421SLIZmqTP9qRR9FHkRcc693Rh1VWZq/kgXo68mCIF2VgpWkN8LWb676EnDfRnbeVPI0HZc2cMiG+gXt7H+VSm2/rZzts2JwkAAzgsQgneCYrVYq6117LVaXzr7/3/bDZc0GxLlkPFjni9VEHQel91NLCkAiY3Fw30skgzdcIx8ESV5jBa5fvcxTRhAzL0anaiLTAor63EV6qnJknbd8S0yTpoWU3OMs4NwSrnVEbayI4oFIBttdgrHO1nE5DOxEiW3wpLWMtBYlHudji4P6q/Q0RLrk5f4HD+I8C2mriymtyGizgUuQ/wF2genbj4B0c32CeCzp0XBNCMMDW0VzWX2HqofsCv9Il5jKhgnSgRVMaoOKwEibhAA3LNIHYtZY0IIQzaixOF9mVxjY84hv/Ai1xf0CiC7W9dNwTKX2qfKtUUcEfsWje8IgxJDL9Oi/JLlWXQvXOr25JjE4wnpyPvaNDPbEhRmynMDT693s6jbw0e0yIgi6WyRqaqpgpFy9RSNdLDIWiwiEcMP24kY/gyJgo9YAdNZ/oLN8obcy2KEeVGVA2z60obFuMWi9qKDMUcpumGsa1Jqk7kWY7RoN08eNIrFDQPZiT3Ded6vsmecH4Viey+LvFmjc/NV48gGddZQ7lrEkNPBWCdHfFFiOh6Hdovy6hQvH6kvugtyBk8VuUQ2hzfS12JKDdLpF2OUmtaXlN5Ffw5lk38DQTZxLKr9jdhmVrqIsJFUcN7BouqxG64y9ZGV4Iw4bDe7+AJMNTse5xnMT30tuiM3PWhRrUyOFRuEsFMY0xuZmoLgjsWx5U0KnR3s7ltaTYosIR53sEit9kdO1LlyJ4EgewFX2TwTl+cY4Be5i0UzCfETkhl24Qj1jx2hRceCWyoibBxB/ZZOS22p3aJOy6z2LSmr32iMjayXMoeD1gGMq/F9oXrvu1jkZhKCmjmdHBpg44eU0rE4asxpcy7tWUZmtVBxKfCoNos6aGsYE1aRG6SpuNAwnBm0Mds3lI+/Ad4e7mUxxoIzMmUlF6CJ7KLCMBKlkxexXfSgaMoehneySOQIj0kacyIpcXiYQTuL8VnPeVfLGcA0Ij1/1WcOPGE1pc5WrKZWxlP2L24yrjcpkliF08/zuN6phAyYKjk+9Sm4fpjqIbq09un2nrGBe4g+Rs15RFI/Zdh1+xLaWe+izyQ/LuZ4J2Uni/3JKCc+Ejf3Pe3tJ+A0k16h9hk+igK6UZS/H8J/O13m9URbWR5iNi/mbPCxQofIy5sKWBJoZygrXskhucTqS5chEugLHYDmQAL9qA5z0EzDjZX9kPkaDL9JoHZCLd471CQ6A+Qj3HKurCwZGIpN9Z9Xbwd2A7QnAc3DowCDyB/IdV5GUzB8h7UPGlRpAQa2fL2mO7Ecro/Bocu+w929jYQ4CGvCXGL5B5DDyWvA7YQIi3D33xXOx7W9HJYkNvJoJ8SwVlYL2RsgX2MrED+tQC0+TiTQwnBVWrbMajD7EpBBGKzctHYliEPlrUi0CneVd6H6mFvpMa8iy+F3WP6lM3xgiVuHhNgXWoJHsQvrvtzI8+81NJmtQndzO+fDHJCnKBSVfmxNepweKxLoy+qrqB3uMhIw/AWFbdSoUycRogAAAABJRU5ErkJggg==);background-size:auto 85%;background-position:0 0}.exactmetrics-quick-links-menu{position:absolute;bottom:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;right:6px;margin-bottom:10px}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item{display:block;width:48px;height:48px;background:#6528f5;border-radius:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;position:relative;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;margin-bottom:6px;color:#fff;text-decoration:none;text-align:center;font-size:18px;line-height:48px}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item:hover{color:#fff;background:#37276a;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade{background-color:#32a27a}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade:hover{background-color:#19865f}.exactmetrics-quick-link-title{position:absolute;right:100%;margin-right:12px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-14px;line-height:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;outline:none}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,d09GMgABAAAAAAjoAAsAAAAAMGgAAAidAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGVgDWYgpQdQE2AiQDCAsGAAQgBYUOBy4bvi8lYxtWw7BxAPB87x5FmeAMlf3/96RzDN74RcXUcjTKmrJ3T2VDSShiPhfiIJxxS7DiLkHFfQV33CM4427mAred74pWur/J3dyVsKy7coREA8fzvPvpfUk+tB3R8YTCzE0SCLepejmJ2u1yqp+kC7W4Rc/tDTs3GpNJ8ttRPOSTPhsXlwbi4kVYWQmAcXmlrqYHMMsBwP/zHMz7fkF1gijOKuFQIxjwlGa2lkARhYaBxFHT54IOgBMQADi3LipIMAA3geO41EUkBTCO2gkxnOwnKYBx1E6p5WS+QUCMq50rNch6MwUCAAiAcdgttYVSIfPJ5kn6ApRFQ6I88BxLvvIC/maHUHS3TIoKiwLbbM8nEFWgE1oDz3woSxpagWbBXcQWhKtPeIlg6tK+7vX57QOszwU3sGUJrA7h2Mx1IWCNr9BKxsYo+pzS/OCO0OG9mwBkx337+lcuSxRdBcc+fJxlcAjK/zCfdgtBzuxQcTqfY4Yn6EB/Az3JS/RMu5f6B8wrn55S0IxdlLn+4Yb/ctIT+ocWYPcGAOvxSjEjpSiVMqSgFWVjzpCCXjAIRirTABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REdFDlkZEh2jE3SKztA5ukCX6Apdoxt0i+7QPXpAj+gJPaMX9Ire0Dv6QJ/oC/qKvqHv6Af6iX6h3+gP+ov+of+I+ECMxETMiDmxIJbEilgTG2JL7Ig9cSCOxIk4ExfiStyIO/EgnsSLeBMf4kv8iD/taQANoiE0jEbQKBpD42gCTaIpNI1m0CyaQ/NoAS2iJbSMVtAqWkPraANtoi20jXbQLtpD++gAHaIjdIxO0Ck6Q+foAl2iK3SNbtAtukP36AE9oif0jF7QK3pD79B79AF9RJ/QZ/QFfUXf0Hf0A/1Ev9Bv9Af9Rf/Qf9DQABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REfoGJ2gU3SGztEFukRX6BrdoFt0h+7RA3pET+gZvaBX9Aa9Re/Qe/QBfUSf0Gf0BX1F39B39AP9RL/Qb/QH/UX/0P8l9vq9gXwDIUCliyAhRAgTIoQoIUaIExKEJCFFSBMyhCwhR8gTCoQioUQoEyqEKqFGqBMahCahRWgTOoQuoUfoEwaEIWFEGBMmhClhRpgTFoQlYUVYEzaELWFH2BMOhGPCCeGUcEY4J1wQLglXhGvCDeGWcEe4JzwQHglPhGfCC+GV8EZ4J3wQPglfhG/CD+GX8Ef4p9sdgoQQIUyIEKKEGCFOSBCShBQhTcgQsoQcIU8oEIqEEqFMqBCqhBqhTmgkNBGaCS2EVkIboZ3QQegkdBG6CT2EXkIfoZ8wQBgkDBGGCSOEUcIYYZwwQZgkTBGmCTOEWcIcYZ6wQFgkLBGWCSuEVcIaYZ2wQdgkbBG2CTuEXcIeYZ9wQDgkHBGOCSeEU8IZ4ZxwQbgkXBGuCTeEW8Id4Z7wQHgkPBGeCS+EV8Ib4Z3wQfgkfBG+CT+EX8If4Z8AZpAQIoQJEUKUECPECQlCkpAipAkZQpaQI+QJBUKRUCKUCRVClVAj1AkNQpPQIrQJHUKX0CP0CQPCkDAijAkTwpQwI8wJC8KSsCKsCRvClrAj7AkHwpFwIpwJF8IV4ZpwQ7gl3BHuCQ+ER8IT4ZnwQnglvBHeCR+ET8IX4ZvwQ/gl/BH+lzv+AmMkTYAmSBOiCdNEaKI0MZo4TYImSZOiSdNkaLI0OZo8TYGmSFOiKdNUaKo0NZo6TYOmSdOiadN0aLo0PZo+zYBmSDOiGdNMaKY0M5o5zYJmSbOiWdNsaLY0O5o9zYHmmOaE5pTmjOac5oLmkuaK5prmhuaW5o7mnuaB5pHmieaZ5oXmleaN5p3mg+aT5ovmm+aH5pfmj2ZRAqCCoEKgwqAioKKgYqDioBKgkqBSoNKgMqCyoHKg8qAKoIqgSqDKoCqgqqBqoOqgGkE1gWoG1QKqFVQbqHZQHaA6QXWB6gbVA6oXVB+oflADoAZBDYH+uxaEWDBiIYiFIhaGWDhiEYhFIhaFWDRiMYjFIhaHWDxiCYglIpaEWDJiKYilIpaGWDpiGYhlIpaFWDZiOYjlIpaHWD5iBYgVIlaEWDFiJYiVIlaGWDliFYhVIlaFWDViNYjVIlaHWD1iDYg1ItaEWDNiLYi1ItaGWDtiHYh1ItaFWDdiPYj1ItaHWD9iA4gNIjaE2DBiI4iNIjaG2DhiE4hNIjaF2DRiM4jNIjaH2DxiC4gtIraE2DJiK4itIraG2DpiG4htIraF2DZiO4jtIraH2D5iB4gdInaE2DFiJ4idInaG2DliF4hdInaF2DViN4jdInaH2D1iD4g9IvaE2DNiL4i9IvaG2DvE3iP2AbGPiH1C7DNiXxD7itg3xL4j9gOxn4j9Quw3Yn8Q+4vYP8T+M6cIDBz9EXfeUHR1JyygPL/++I3R1cRvdDr+E12Jfh3Q0EN/fHn2mXptpJxUkIqu/Cs2egM33OjSLcT33I82+B9nP37X/c0W52623s45CYCo03QIBCVrAFAycnSYSqvO4YJt/NP73YqA/giNZhJ6sBbmql+0SQZaxNOZudJbc2nqxNvpM+veq7Sz2LUgFEu+VLs+Ay3yp7MVertp6i23v2Rmv5gmHDhSQ6t5GmTaqTsqhpWwmbOk3uKJrNOmwSSMC17jghqygilDOUU3KlLmHHNrajw3DVNVGWytGZDisM/cbkdRnvfIUJkaGJlgAYcoQ5bGptTmGc1R7pBC3XhFsLXnXR54qrMc+dGNBkqE4laBi4KmZYGom8vIy0lTyBkppBjLoTndMmrofIRORirsNlCbXzCgulmo36KztS2iV8rrNoRUL5VdkMSGoSXroC1KOQAA) format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAAusAAsAAAAAMGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZjRmM5Y21hcAAAAYQAAAgCAAArYmjjYVVnbHlmAAAJiAAAAEEAAABQiOYj2mhlYWQAAAnMAAAALgAAADYR8XmmaGhlYQAACfwAAAAcAAAAJAqNAyNobXR4AAAKGAAAAAgAAAAIAyAAAGxvY2EAAAogAAAABgAAAAYAKAAAbWF4cAAACigAAAAeAAAAIAEOACJuYW1lAAAKSAAAAUIAAAKOcN63t3Bvc3QAAAuMAAAAHQAAAC5lhHRpeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGScwDiBgZWBgSGVtYKBgVECQjMfYEhiYmFgYGJgZWbACgLSXFMYHIAq/rNfAHK3gEmgASACAIekCT4AAHic7dhl0zDVmUXh5+XFHYK7E0IguFtwt4QQgmtwd3d3d7cED+4SXIO7u7vbsNfaUzU1fyGcu66u1adOf+6uHhgYGGpgYGDwL37/iyEHBoZZcWDQLzUw9NK/7A5if/DA8OwPOfQknBky+0P8/PPPOcd1UJ785frr/Dq/zq/z6/w3zsCgoX/xX74GRsxbcYpRB1iDB/7PGvT/DFGDenBwe8hKD1XpoSs9TKWHrfRwlR6+0iNUesRKj1TpkSs9SqVHrfRolR690r+p9BiVHrPSY1V67EqPU+lxKz1epcev9ASVnrDSE1V64kpPUulJKz1ZpSev9BSVnrLSU1V66kr/ttLTVPp3lZ62/KJSerpKT1/pP1R6hkrPWOmZKj1zpWep9KyVnq3Ss1d6jkrPWem5Kj13peep9LyVnq/S81d6gUr/sdILVnqhSi9c6UUqvWilF6v04pVeotJLVnqpSi9d6WUqvWyll6v08pVeodIrVvpPlf5zpVeq9F8qvXKl/1rpVSr9t0qvWunVKr16pdeo9JqVXqvSa1d6nUqvW+n1Kr1+pTeo9N8rvWGlN6r0xpXepNKbVnqzSm9e6S0qvWWlt6r01pXeptLbVnq7Sm9f6R0qvWOld6r0zpXepdK7Vnq3Su9e6T0qvWel96r03pXep9L7Vnq/Su9f6QMqfWClD6r0wZU+pNKHVvqwSh9e6SMqfWSlj6r00ZU+ptLHVvq4Sh9f6RMqfWKlT6r0yZU+pdKnVvq0Sp9e6TMqfWalz6r02ZU+p9LnVvq8Sp9f6QsqfWGl/1Hpf1b6okpfXOlLKn1ppS+r9OWVvqLS/6r0lZW+qtJXV/qaSl9b6esqfX2lb6j0jZW+qdI3V/qWSt9a6dsqfXul76j0vyt9Z6XvqvTdlb6n0vdW+r5K31/pByr9YKUfqvTDlX6k0v+p9KOVfqzSj1f6iUo/WemnKv10pZ+p9LOVfq7Sz1f6hUq/WOmXKv1ypV+p9KuVfq3Sr1f6jUq/Wem3Kv12pd+p9LuVfq/S71f6g0p/WOmPKv1xpT+p9KeV/qzSn1f6i0p/WemvKv11pb+p9LeV/q7S31f6h0r/WOmfKv1zDfI26KKHED1Y9JCihxI9tOhhRA8rejjRw4seQfSIokcSPbLoUUSPKno00aOL/o3oMUSPKXos0WOLHkf0uKLHEz2+6AlETyh6ItETi55E9KSiJxM9uegpRE8peirRU4v+rehpRP9O9LSify96OtHTi/6D6BlEzyh6JtEzi55F9KyiZxM9u+g5RM8pei7Rc4ueR/S8oucTPb/oBUT/UfSCohcSvbDoRUQvKnox0YuLXkL0kqKXEr206GVELyt6OdHLi15B9Iqi/yT6z6JXEv0X0SuL/qvoVUT/TfSqolcTvbroNUSvKXot0WuLXkf0uqLXE72+6A1E/130hqI3Er2x6E1Ebyp6M9Gbi95C9JaitxK9tehtRG8rejvR24veQfSOoncSvbPoXUTvKno30buL3kP0nqL3Er236H1E7yt6P9H7iz5A9IGiDxJ9sOhDRB8q+jDRh4s+QvSRoo8SfbToY0QfK/o40ceLPkH0iaJPEn2y6FNEnyr6NNGniz5D9JmizxJ9tuhzRJ8r+jzR54u+QPSFov8h+p+iLxJ9sehLRF8q+jLRl4u+QvS/RF8p+irRV4u+RvS1oq8Tfb3oG0TfKPom0TeLvkX0raJvE3276DtE/1v0naLvEn236HtE3yv6PtH3i35A9IOiHxL9sOhHRP9H9KOiHxP9uOgnRD8p+inRT4t+RvSzop8T/bzoF0S/KPol0S+LfkX0q6JfE/266DdEvyn6LdFvi35H9Lui3xP9vugPRH8o+iPRH4v+RPSnoj8T/bnoL0R/Kfor0V+L/kb0t6K/E/296B9E/yj6J9E/K/2/v/npoocQPVj0kKKHEj206GFEDyt6ONHDix5B9IiiRxI9suhRRI8qejTRo4v+jegxRI8peizRY4seR/S4oscTPb7oCURPKHoi0ROLnkT0pKInEz256ClETyl6KtFTi/6t6GlE/070tKJ/L3o60dOL/oPoGUTPKHom0TOLnkX0rKJnEz276DlEzyl6LtFzi55H9Lyi5xM9v+gFRP9R9IKiFxK9sOhFRC8qejHRi4teQvSSopcSvbToZUQvK3o50cuLXkH0iqL/JPrPolcS/RfRK4v+q+hVRP9N9KqiVxO9uug1RK8pei3Ra4teR/S6otcTvb7oDUT/XfSGojcSvbHoTURvKnoz0ZuL3kL0lqK3Er216G1Ebyt6O9Hbi95B9I6idxK9s+hdRO8qejfRu4veQ/SeovcSvbfofUTvK3o/0fuLPkD0gaIPEn2w6ENEHyr6MNGHiz5C9JGijxJ9tOhjRB8r+jjRx4s+QfSJok8SfbLoU0SfKvo00aeLPkP0maLPEn226HNEnyv6PNHni75A9IWi/yH6n6IvEn2x6EtEXyr6MtGXi75C9L9EXyn6KtFXi75G9LWirxN9vegbRN8o+ibRN4u+RfStom8TfbvoO0T/W/Sdou8Sfbfoe0TfK/o+0feLfkD0g6IfEv2w6EdE/0f0o6IfE/246CdEPyn6KdFPi35G9LOinxP9vOgXRL8o+iXRL4t+RfSrol8T/broN0S/Kfot0W+Lfkf0u6LfE/2+6A9Efyj6I9Efi/5E9KeiPxP9uegvRH8p+ivRX4v+RvS3or8T/b3oH0T/KPon0T9rYND/AOaSEScAAHicY2BiAAKmPSy+QEqUgYFRUURcTFzMyNzM3MxEXU1dTYmdjZ2NccK/K5oaLm6L3Fw0NOEMZoVAFD6IAQD4PA9iAAAAeJxjYGRgYADilrme/fH8Nl8ZuNkvAEUYbnDPcEOmmfaw+AIpDgYmEA8AHMMJGAAAeJxjYGRgYL/AAATMCiCSaQ8DIwMqYAIAK/QBvQAAAAADIAAAAAAAAAAoAAB4nGNgZGBgYGIQA2IGMIuBgQsIGRj+g/kMAArUATEAAHicjY69TsMwFIWP+4doJYSKhMTmoUJIqOnPWIm1ZWDq0IEtTZw2VRpHjlu1D8A7MPMczAw8DM/AifFEl9qS9d1zzr3XAK7xBYHqCHTdW50aLlj9cZ1057lBfvTcRAdPnlvUnz23mXj13MEN3jhBNC6p9PDuuYYrfHquU//23CD/eG7iVnQ9t9ATD57bWIgXzx3ciw+rDrZfqmhnUnvsx2kZzdVql4Xm1DhVFsqUqc7lKBiemjOVKxNaFcvlUZb71djaRCZGb+VU51ZlmZaF0RsV2WBtbTEZDBKvB5HewkLhwLePkhRhB4OU9ZFKTCqpzems6GQI6Z7TcU5mQceQUmjkkBghwPCszhmd3HWHLh+ze8mEpLvnT8dULRLWCTMaW9LUbanSGa+mUjhv47ZY7l67rgITDHiTf/mAKU76BTuXfk8AAHicY2BigAARBuyAiZGJkZmBJSWzOJmBAQALQwHHAAAA) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}[class*=monstericon-]:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\f01b"}.monstericon-times:before{content:"\f021"}.monstericon-info-circle-regular:before{content:"\f01e"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\f01f"}.monstericon-warning-triangle:before{content:"\f020"}.monstericon-files:before{content:"\f028"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-expand:before{content:"\f02d"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-amp-icon:before{content:"\f000"}.monstericon-fbia:before{content:"\f001"}.monstericon-google-optimize:before{content:"\f002"}.monstericon-ads:before{content:"\0041"}.monstericon-affiliate:before{content:"\0042"}.monstericon-compatibility:before{content:"\0043"}.monstericon-demographics:before{content:"\0044"}.monstericon-download:before{content:"\0046"}.monstericon-ecommerce:before{content:"\0047"}.monstericon-engagement:before{content:"\0048"}.monstericon-forms:before{content:"\0049"}.monstericon-links:before{content:"\004a"}.monstericon-memberships:before{content:"\004b"}.monstericon-notifications:before{content:"\004c"}.monstericon-performance:before{content:"\004d"}.monstericon-permissions:before{content:"\004e"}.monstericon-reporting:before{content:"\004f"}.monstericon-social:before{content:"\0050"}.monstericon-video:before{content:"\0051"}.monstericon-times:before{content:"\f014"}.monstericon-check:before{content:"\f015"}.monstericon-info:before{content:"\f016"}.monstericon-exclamation-triangle:before{content:"\f017"}.monstericon-user:before{content:"\f018"}.monstericon-eye:before{content:"\f019"}.monstericon-info-circle:before{content:"\f01a"}.monstericon-info-circle-btm:before{content:"\f01c"}.monstericon-chevron-up:before{content:"\f01f"}.monstericon-times-fas:before{content:"\f021"}.monstericon-check-circle:before{content:"\f022"}.monstericon-exclamation-circle:before{content:"\f023"}.monstericon-star:before{content:"\f025"}.monstericon-times-circle-fas:before{content:"\f026"}.monstericon-check-circle-far:before{content:"\f027"}.monstericon-file-alt:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user-far:before{content:"\f02a"}.monstericon-eye-far:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand-alt:before{content:"\f02d"}.monstericon-compress-arrows-alt:before{content:"\f02e"}.monstericon-compress:before{content:"\f02f"}.monstericon-badge-check:before{content:"\f034"}.monstericon-download-em:before{content:"\f035"}.monstericon-globe:before{content:"\f036"}.monstericon-wand-magic:before{content:"\f037"}.monstericon-mouse-pointer:before{content:"\f038"}.monstericon-users:before{content:"\f039"}.monstericon-file-certificate:before{content:"\f03a"}.monstericon-bullseye-arrow:before{content:"\f03b"}.monstericon-cash-register:before{content:"\f03c"}.monstericon-chart-line:before{content:"\f03d"}.monstericon-clock:before{content:"\f03e"}.monstericon-box:before{content:"\f03f"}.monstericon-sack-dollar:before{content:"\f040"}.monstericon-browser:before{content:"\f041"}.monstericon-eye-em:before{content:"\f042"}.monstericon-newspaper:before{content:"\f043"}.monstericon-mobile:before{content:"\f044"}.monstericon-check-em-light:before{content:"\f045"}.monstericon-times-em-lite:before{content:"\f046"}.monstericon-code:before{content:"\f047"}.monstericon-clipboard:before{content:"\f048"}.monstericon-upload:before{content:"\f049"}.monstericon-clone:before{content:"\f04a"}.monstericon-id-card:before{content:"\f04b"}.monstericon-user-friends:before{content:"\f04c"}.monstericon-file-alt-em:before{content:"\f04d"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-comment-alt-check:before{content:"\f04f"}.monstericon-arrow-circle-up:before{content:"\f050"}.monstericon-search-em:before{content:"\f051"}.monstericon-list-ol:before{content:"\f052"}.monstericon-hand-pointer:before{content:"\f053"}.monstericon-folder:before{content:"\f054"}.monstericon-sign-out-em-solid:before{content:"\f055"}.monstericon-external-link-alt:before{content:"\f056"}.monstericon-copy:before{content:"\f057"}.monstericon-sync:before{content:"\f058"}.monstericon-flag:before{content:"\f059"}.monstericon-building:before{content:"\f05a"}.monstericon-chart-bar:before{content:"\f05b"}.monstericon-shopping-bag:before{content:"\f05c"}.monstericon-exchange-alt:before{content:"\f05d"}.monstericon-plus:before{content:"\f05e"}.monstericon-tachometer-alt:before{content:"\f05f"}.monstericon-media:before{content:"\f072"}.monstericon-tag:before{content:"\f060"}.monstericon-check-circle-em:before{content:"\f061"}.monstericon-bullseye:before{content:"\f062"}.monstericon-rocket:before{content:"\f063"}.monstericon-exclamation-square:before{content:"\f064"}.monstericon-trash:before{content:"\f065"}.monstericon-user-em:before{content:"\f066"}.monstericon-unlock:before{content:"\f067"}.monstericon-exclamation-em-solid:before{content:"\f068"}.monstericon-key-em:before{content:"\f069"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-plug-light:before{content:"\f06b"}.monstericon-align-left-regular:before{content:"\f06c"}.monstericon-envelope-solid:before{content:"\f06f"}.monstericon-comment-alt-lines-solid:before{content:"\f06e"}.monstericon-arrow-circle-up-light:before{content:"\f071"}.monstericon-megaphone-solid:before{content:"\f070"}.monstericon-arrow-circle-up-light :before{content:"\f071"}@media (max-width:782px){.exactmetrics-notices-area{margin-left:10px;margin-right:10px}}.exactmetrics-notice .exactmetrics-notice-inner{position:relative;color:#210f59;padding:32px 45px;border:1px solid #f4f3f7;border-bottom:3px solid;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);border-radius:10px;background:#fff;margin-top:40px}.exactmetrics-notice .exactmetrics-notice-inner .notice-title{color:#fff;font-weight:700;display:block;margin:0 0 6px;padding:0;font-size:17px}@media (max-width:782px){.exactmetrics-notice .exactmetrics-notice-inner{padding:10px}}.exactmetrics-notice .exactmetrics-notice-inner .notice-content{padding-left:92px;background:#fff;line-height:1.75;font-size:15px;position:relative}.exactmetrics-notice .exactmetrics-notice-inner .notice-content:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:48px;left:0;position:absolute;top:0;line-height:1}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner{border-bottom-color:#d83638}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner .notice-content:before{content:"\f064";color:#d83638}.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-inner{border-bottom-color:#fa0}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-inner{border-bottom-color:#4d3f7a}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner{border:1px solid #6528f5;border-left-width:3px;color:#777}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner .exactmetrics-button{color:#fff;margin:15px 0 0}.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-inner{border-bottom-color:#32a27a}.exactmetrics-notice .notice-content{margin-right:20px}.exactmetrics-notice .notice-content a{color:#210f59}.exactmetrics-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#e9e7ee;position:relative;float:right}.exactmetrics-notice .dismiss-notice:focus,.exactmetrics-notice .dismiss-notice:hover{color:#210f59}.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-right:-20px;margin-left:auto}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{margin-left:0}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:10px;margin-left:0}}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-button{margin-top:10px;margin-left:0;color:#fff}body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:42px;right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{border-radius:5px;padding:17px 28px;border:1px solid #f4f3f7;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);min-width:380px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{color:#210f59;font-size:15px;font-weight:700;line-height:1.5;margin-left:32px;margin-top:-3px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{font-size:26px;width:18px;height:18px;line-height:10px;position:absolute;right:14px;top:19px;color:#9087ac}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:27px;height:24px;min-width:27px;margin:0;border:0;color:#9087ac}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;left:0}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{top:0;left:0;border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line]{display:none}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.exactmetrics_page body.swal2-toast-shown .swal2-container,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}.exactmetrics_page body.swal2-toast-column .swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;height:2.2em;margin-top:.3125em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.exactmetrics_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .6em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.exactmetrics_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4);box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;left:-.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;-ms-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 2em;-ms-transform-origin:0 2em;transform-origin:0 2em;border-radius:0 4em 4em 0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.exactmetrics_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.exactmetrics_page body.swal2-height-auto{height:auto!important}.exactmetrics_page body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.exactmetrics_page .swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;background-color:rgba(0,0,0,0);z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.exactmetrics_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-top-left,.exactmetrics_page .swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-top-end,.exactmetrics_page .swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-center-left,.exactmetrics_page .swal2-container.swal2-center-start{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-center-end,.exactmetrics_page .swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-bottom-start{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-webkit-box-pack:center;justify-content:center}.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-container .swal2-modal{margin:0!important}}.exactmetrics_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.exactmetrics_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.exactmetrics_page .swal2-popup{display:none;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0}.exactmetrics_page .swal2-popup:focus{outline:0}.exactmetrics_page .swal2-popup.swal2-loading{overflow-y:hidden}.exactmetrics_page .swal2-popup .swal2-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.exactmetrics_page .swal2-popup .swal2-actions{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em auto 0;z-index:1}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border-radius:100%;border:.25em solid rgba(0,0,0,0);background-color:rgba(0,0,0,0)!important;color:rgba(0,0,0,0);cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-left:5px;border-radius:50%;border:3px solid #999;border-right-color:rgba(0,0,0,0);-webkit-box-shadow:1px 1px 1px #fff;box-shadow:1px 1px 1px #fff;content:"";-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.exactmetrics_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.exactmetrics_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.exactmetrics_page .swal2-popup .swal2-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.exactmetrics_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.exactmetrics_page .swal2-popup .swal2-close{position:absolute;top:0;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;padding:0;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.exactmetrics_page .swal2-popup>.swal2-checkbox,.exactmetrics_page .swal2-popup>.swal2-file,.exactmetrics_page .swal2-popup>.swal2-input,.exactmetrics_page .swal2-popup>.swal2-radio,.exactmetrics_page .swal2-popup>.swal2-select,.exactmetrics_page .swal2-popup>.swal2-textarea{display:none}.exactmetrics_page .swal2-popup .swal2-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.exactmetrics_page .swal2-popup #swal2-content{text-align:center}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-radio,.exactmetrics_page .swal2-popup .swal2-select,.exactmetrics_page .swal2-popup .swal2-textarea{margin:1em auto}.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-textarea{width:100%;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box}.exactmetrics_page .swal2-popup .swal2-file.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-input.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.exactmetrics_page .swal2-popup .swal2-file:focus,.exactmetrics_page .swal2-popup .swal2-input:focus,.exactmetrics_page .swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.exactmetrics_page .swal2-popup .swal2-file::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::placeholder,.exactmetrics_page .swal2-popup .swal2-input::placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-range input{width:80%}.exactmetrics_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.exactmetrics_page .swal2-popup .swal2-range input,.exactmetrics_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.exactmetrics_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.exactmetrics_page .swal2-popup .swal2-input[type=number]{max-width:10em}.exactmetrics_page .swal2-popup .swal2-file{font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.exactmetrics_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-radio{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-popup .swal2-checkbox label,.exactmetrics_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox input,.exactmetrics_page .swal2-popup .swal2-radio input{margin:0 .4em}.exactmetrics_page .swal2-popup .swal2-validation-message{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-validation-message:before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:"!";zoom:normal}@supports (-ms-accelerator:true){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@-moz-document url-prefix(){.exactmetrics_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.exactmetrics_page .swal2-icon{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid rgba(0,0,0,0);border-radius:50%;line-height:5em;cursor:default;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.exactmetrics_page .swal2-icon-text{font-size:3.75em}.exactmetrics_page .swal2-icon.swal2-error{border-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.exactmetrics_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.exactmetrics_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.exactmetrics_page .swal2-icon.swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;-ms-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;-ms-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;left:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);z-index:1}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.exactmetrics_page .swal2-progresssteps li{display:inline-block;position:relative}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.exactmetrics_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.exactmetrics_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.exactmetrics_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.exactmetrics_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.exactmetrics_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-rtl .swal2-close{right:auto;left:0}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.exactmetrics_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.exactmetrics_page .swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media print{.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.exactmetrics-notifications-display{background:#f4f3f7;border-left:3px solid #6528f5;padding:20px;border-radius:3px 0 0 3px;margin-bottom:50px;position:relative}.exactmetrics-settings-panel .exactmetrics-notifications-display{margin-left:25px;margin-right:25px}.exactmetrics-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.exactmetrics-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.exactmetrics-notifications-display .exactmetrics-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator{padding-top:10px}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator a{position:relative}.exactmetrics-notifications-display .exactmetrics-notification-inner{margin-left:25px}.exactmetrics-notifications-display .exactmetrics-button{margin-right:15px}.exactmetrics-notifications-display .exactmetrics-notification-navigation{position:absolute;right:0;top:100%}.exactmetrics-notifications-display .exactmetrics-notification-navigation button{background:#f4f3f7;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notification-navigation button:focus,.exactmetrics-notifications-display .exactmetrics-notification-navigation button:hover{color:#6528f5}.exactmetrics-notifications-display .exactmetrics-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);font-size:10px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous{margin-right:2px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous .monstericon-arrow{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.exactmetrics-notifications-display .exactmetrics-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;right:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:10px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:12px;left:18px;border-radius:20px;line-height:16px;color:#fff;font-weight:700;text-align:center;display:inline-block;padding:0 3px}.exactmetrics-report .exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:16px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:4px;border-radius:20px;line-height:1;color:#fff;font-weight:700;text-align:center;padding:0 2px;left:20px}.exactmetrics-admin-page.exactmetrics-path-about-us .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-url-builder .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-reports-page .exactmetrics-notificationsv3-container{margin-right:0}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar{width:90%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container{display:inline-block;margin-left:20px;float:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number{position:absolute;top:-9px;min-width:20px;height:20px;line-height:20px;display:block;background:#eb5757;border-radius:20px;font-size:12px;color:#fff;font-weight:700;text-align:center;padding:0 6px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-greater-than-10{right:-13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-less-than-10{right:-10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-dismissed-number{min-width:24px;height:24px;background:#7c869d;border-radius:20px;display:inline-block;text-align:center;vertical-align:middle;line-height:24px;color:#fff;font-size:14px;font-weight:700;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:absolute;top:21px;right:15px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:0;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:inline-block}}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}@media (max-width:1099px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-notificationsv3-inbox-number{cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{width:440px;position:fixed;top:32px;right:0;background:#fff;z-index:1001;overflow:scroll;height:100%;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{top:46px;width:300px}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar.exactmetrics-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top{background:#2679c1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title svg{margin-right:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0;float:none}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{display:inline-block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:hover{color:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:focus{outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close{margin-left:12px;vertical-align:bottom}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:active svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:focus svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border-bottom:1px solid #e2e4e9;margin:0 16px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-inbox-number{position:relative;display:inline-block;top:inherit;right:inherit;min-width:24px;height:24px;line-height:24px;margin-right:8px;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-dismissed-number{margin-right:8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{margin-bottom:46px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{width:54px;float:left;text-align:center;padding-top:24px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{float:none;margin:0 auto}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{float:left;width:354px;padding-top:20px;text-align:left}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{width:260px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{margin-top:0;margin-bottom:0;color:#393f4c;font-size:13px;font-weight:700;width:70%;display:inline-block}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{width:65%}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button{display:block;background:#f0f2f4;border:1px solid #d3d7de;border-radius:3px;font-weight:500;font-size:13px;color:#393f4c;letter-spacing:.02em;padding:6px 11px;margin-right:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:hover{background:#d3d7de}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:hover{color:#a9b1c3}.exactmetrics-tooltip{display:block!important;z-index:10000;max-width:350px}.exactmetrics-tooltip .exactmetrics-tooltip-inner{background:#6528f5;color:#fff;border-radius:5px;padding:16px 20px;font-size:15px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;text-align:center}.exactmetrics-tooltip .exactmetrics-tooltip-inner a{color:#fff;font-weight:700}.exactmetrics-tooltip .exactmetrics-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:8px;border-color:#6528f5;z-index:1}.exactmetrics-tooltip[x-placement^=top]{padding-bottom:8px}.exactmetrics-tooltip[x-placement^=top] .exactmetrics-tooltip-arrow{border-width:8px 8px 0;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;left:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=bottom]{padding-top:8px}.exactmetrics-tooltip[x-placement^=bottom] .exactmetrics-tooltip-arrow{border-width:0 8px 8px;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;left:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=right]{padding-left:8px}.exactmetrics-tooltip[x-placement^=right] .exactmetrics-tooltip-arrow{border-width:8px 8px 8px 0;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 8px);margin-left:0;margin-right:0}.exactmetrics-tooltip[x-placement^=left]{padding-right:8px}.exactmetrics-tooltip[x-placement^=left] .exactmetrics-tooltip-arrow{border-width:8px 0 8px 8px;border-top-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 8px);margin-left:0;margin-right:0}.exactmetrics-tooltip.popover .popover-inner{background:#fff;color:#6528f5;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.exactmetrics-tooltip.popover .popover-arrow{border-color:#fff}.exactmetrics-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.exactmetrics-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.exactmetrics-roller{display:inline-block;position:relative;width:58px;height:58px}.exactmetrics-roller div{-webkit-animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:29px 29px;-ms-transform-origin:29px 29px;transform-origin:29px 29px}.exactmetrics-roller div:after{content:" ";display:block;position:absolute;width:8px;height:8px;border-radius:50%;background:#6528f5;margin:-4px 0 0 -4px}.exactmetrics-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.exactmetrics-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.exactmetrics-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.exactmetrics-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.exactmetrics-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.exactmetrics-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.exactmetrics-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.exactmetrics-roller div:first-child:after{top:49px;left:44px}.exactmetrics-roller div:nth-child(2):after{top:54px;left:28px}.exactmetrics-roller div:nth-child(3):after{top:48px;left:13px}.exactmetrics-roller div:nth-child(4):after{top:35px;left:5px}.exactmetrics-roller div:nth-child(5):after{top:19px;left:6px}.exactmetrics-roller div:nth-child(6):after{top:8px;left:15px}.exactmetrics-roller div:nth-child(7):after{top:4px;left:29px}@-webkit-keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.exactmetrics-upload-media-wrapper .exactmetrics-dark{display:block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media-label{margin-bottom:0!important}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay{display:none;background:rgba(0,0,0,.7);width:100%;position:absolute;top:0;left:0;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media{color:#fff;text-decoration:underline;margin-left:auto;cursor:pointer;padding:0 10px 10px 0}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media:hover{text-decoration:none}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media:hover .exactmetrics-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media img{max-width:100%;display:inline-block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-input{width:73%;margin-right:2%;float:left;position:relative;margin-top:0}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button{width:25%;float:left;font-size:15px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:active,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:focus,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:hover{outline:none}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button{position:relative!important;margin-left:10px;padding:12px 24px!important}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button:first-child{margin-left:0}.exactmetrics-email-summaries-settings a{color:#6528f5!important}.exactmetrics-email-summaries-settings a:focus,.exactmetrics-email-summaries-settings a:hover{color:#393f4c!important}.exactmetrics-email-summaries-settings .exactmetrics-dark{display:block}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button{position:relative!important;margin-left:10px;padding:12px 24px!important}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button:first-child{margin-left:0}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater{margin-bottom:18px}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=number],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=text],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row textarea{border-color:#9087ac}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid input{border-color:#32a27a}.exactmetrics-email-summaries-settings .exactmetrics-button.exactmetrics-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}.exactmetrics-accordion .exactmetrics-accordion{padding:0;border:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion div:not(:last-child){border-bottom:1px solid rgba(10,10,10,.1)}.exactmetrics-accordion .exactmetrics-accordion div:last-child .exactmetrics-accordion-item-details{border-radius:5px}.exactmetrics-accordion .exactmetrics-accordion dd{margin-left:0;margin-bottom:0}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{cursor:pointer;outline:none}.exactmetrics-accordion .exactmetrics-accordion-item-details-inner,.exactmetrics-accordion .exactmetrics-accordion-item-trigger{padding:0 20px 30px}.exactmetrics-accordion .exactmetrics-accordion-item.is-active .exactmetrics-accordion-item-title{border-bottom:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion-item-title{position:relative;background-color:#fff;cursor:pointer}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text{font-size:20px;margin-bottom:0;padding-right:1.25rem}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text .title{padding-left:15px}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{width:100%;text-align:left;background-color:rgba(0,0,0,0);border:none}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon{display:block;position:absolute;top:0;right:1.5rem;bottom:0;margin:auto;width:8px;height:8px;border-right:2px solid #363636;border-bottom:2px solid #363636;-webkit-transform:translateY(-2px) rotate(45deg);-ms-transform:translateY(-2px) rotate(45deg);transform:translateY(-2px) rotate(45deg);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon.is-active{-webkit-transform:translateY(2px) rotate(225deg);-ms-transform:translateY(2px) rotate(225deg);transform:translateY(2px) rotate(225deg)}.exactmetrics-accordion .exactmetrics-accordion-item-details{overflow:hidden;background-color:#fff;padding-top:15px}.exactmetrics-accordion .exactmetrics-accordion-item-details p,.exactmetrics-accordion .exactmetrics-accordion-item-details ul{font-size:1.2em;line-height:1.8}.exactmetrics-accordion .exactmetrics-accordion-item-enter-active,.exactmetrics-accordion .exactmetrics-accordion-item-leave-active{will-change:height;-webkit-transition:height .2s ease;transition:height .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-enter,.exactmetrics-accordion .exactmetrics-accordion-item-leave-to{height:0!important}body{background:#fff;margin:0}.exactmetrics-admin-page,.exactmetrics-admin-page *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#wpcontent,.auto-fold #wpcontent{padding-left:0}.exactmetrics-highlighted-text{color:#64bfa5;font-weight:700}.exactmetrics-bold{font-weight:700}.exactmetrics-bg-img{width:100%;padding-top:66%;position:relative}.exactmetrics-bg-img:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-size:contain}.exactmetrics-header{padding:20px;background-color:#210f59;position:relative;z-index:90}.exactmetrics-header .exactmetrics-container{width:100%}@media (max-width:959px){.exactmetrics-header .exactmetrics-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.exactmetrics-header .exactmetrics-float-right{text-align:center}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right{text-align:right}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{float:right;background:#fff;color:#210f59}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{display:none}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:focus,.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:hover{color:#6528f5;background:#fff}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button.exactmetrics-button-disabled{color:#9087ac}@media (max-width:959px){.exactmetrics-header .exactmetrics-float-right{text-align:right;width:100%}}.exactmetrics-logo-area{float:left;max-width:calc(100vw - 170px)}.exactmetrics-logo-area img{display:block;max-width:100%}@media (max-width:959px){.exactmetrics-logo-area{width:140px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}}@media (max-width:959px){.exactmetrics-header .exactmetrics-container,.exactmetrics-navigation-bar .exactmetrics-container{padding:0;width:100%}}.exactmetrics-navigation-bar{background:rgba(0,0,0,0);display:inline-block}@media (max-width:959px){.exactmetrics-navigation-bar{padding:0;border:0}}@media (max-width:750px){.exactmetrics-navigation-bar{background:none;margin-right:40px}}.exactmetrics-admin-page{position:relative}.exactmetrics-admin-page .exactmetrics-blocked{position:absolute;top:0;bottom:0;right:0;left:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-header{padding:20px 24px}.exactmetrics-admin-page .exactmetrics-header .exactmetrics-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#210f59}#footer-left .exactmetrics-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#6528f5}#wpfooter{display:none;margin-right:23px;margin-bottom:20px;left:23px;background:rgba(101,40,245,.05);padding:14px 20px;border-radius:5px}#wpfooter a{color:#6528f5}.exactmetrics-container{margin:0 auto;max-width:100%;width:750px}.exactmetrics-admin-page .exactmetrics-navigation-tab-link{text-decoration:none;padding:12px 4px 11px;font-size:15px;color:#fff;display:inline-block;margin-right:20px;line-height:1;outline:none;font-family:Lato,sans-serif;position:relative}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:after{content:"";width:100%;left:0;position:absolute;top:100%;height:2px;border-radius:20px;background:#fff;display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover{border-bottom-color:#fff;color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover:after{display:block}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#fff;cursor:default}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-navigation-tab-link{width:100%;padding:20px 0;color:#fff;font-size:16px;border-top:1px solid #4d3f7a;text-align:left}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:first-child{border-top:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:first-child+.exactmetrics-navigation-tab-link{border-top:0}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active{display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus{color:#fff;text-decoration:none}}.exactmetrics-admin-page .exactmetrics-button{background:#6528f5;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics-admin-page .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-button:hover{background-color:#37276a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-disabled{background:#e9e7ee;color:#9087ac}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary{background:#e9e7ee;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:hover{background-color:#f4f3f7;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green{background:#32a27a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:hover{background-color:#19865f;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text{background:rgba(0,0,0,0);border:none;color:#6528f5;padding:0;border-radius:0;text-decoration:underline}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]{margin-left:10px;min-width:16px;display:inline-block}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]:first-child{margin-left:0;margin-right:10px}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark{color:#210f59}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:hover{color:#6528f5}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-red{background:#e43462;border-color:#e43462;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-large{font-size:15px;padding:14px 30px 12px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{font-size:20px;padding:23px 67px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl i{margin-left:10px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{padding-left:45px;padding-right:45px}}.exactmetrics-admin-page .exactmetrics-spaced-top{margin-top:20px}.exactmetrics-green-text{color:#32a27a;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-left:-18px}}.exactmetrics-mobile-nav-trigger{color:#fff;font-size:15px;font-weight:500;display:inline-block;border:none;background:#37276a;padding:7px 18px;line-height:1.7;margin:0;border-radius:5px}@media (min-width:960px){.exactmetrics-mobile-nav-trigger{display:none}}.exactmetrics-mobile-nav-trigger i{color:#fff;margin-left:25px;vertical-align:middle}.exactmetrics-mobile-nav-trigger.exactmetrics-mobile-nav-trigger-open{border-radius:5px 5px 0 0}@media (max-width:959px){.exactmetrics-main-navigation{background:#37276a;height:0;overflow:hidden;position:absolute;left:24px;right:24px;text-align:left;border-radius:5px 0 5px 5px}.exactmetrics-main-navigation.exactmetrics-main-navigation-open{padding:17px 40px;height:auto;-webkit-box-shadow:0 40px 30px rgba(33,15,89,.1);box-shadow:0 40px 30px rgba(33,15,89,.1)}}@media (min-width:782px){.exactmetrics_page .exactmetrics-swal{margin-left:160px}.auto-fold .exactmetrics_page .exactmetrics-swal{margin-left:36px}}@media (min-width:961px){.auto-fold .exactmetrics_page .exactmetrics-swal{margin-left:160px}.folded .exactmetrics_page .exactmetrics-swal{margin-left:36px}}.exactmetrics_page .exactmetrics-swal .swal2-footer{border-top:none;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;margin-top:0;font-size:15px}.exactmetrics_page .exactmetrics-swal .swal2-footer a{color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-footer a:focus,.exactmetrics_page .exactmetrics-swal .swal2-footer a:hover{color:#37276a}.exactmetrics-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics-modal .exactmetrics-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.exactmetrics-modal .exactmetrics-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.exactmetrics-modal .exactmetrics-modal-inner p{margin-bottom:0}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-modal-buttons{margin-top:50px}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-button{margin:0 10px}.exactmetrics-welcome-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(33,15,89,.9)}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%;border-radius:10px;-webkit-box-shadow:0 20px 80px rgba(13,7,36,.5);box-shadow:0 20px 80px rgba(13,7,36,.5)}.exactmetrics-welcome-overlay .exactmetrics-overlay-close{background:none;border:none;position:absolute;top:5px;right:7px;padding:0;color:#777}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content{height:100%}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content iframe{height:100%;width:100%}.swal2-container.exactmetrics-swal-loading{background:#fff;padding:20px;top:112px;height:auto}.swal2-container.exactmetrics-swal-loading.exactmetrics-swal-full-height{top:32px}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal{width:100%;height:100%;border-radius:10px;background:url(../img/loading-background.jpg) no-repeat bottom #f4f3f7;background-size:cover;-webkit-animation-duration:1ms;animation-duration:1ms}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-icon{visibility:hidden;height:0;padding:0}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-header{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-title{font-size:17px;color:#210f59}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-content{color:#9087ac;margin-top:6px;font-size:15px;line-height:1.75;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-actions button{display:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess{padding:0;background:#f8f6ff}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-icon{visibility:hidden;height:0;width:0;margin:0;padding:0}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal{width:750px;background:none;padding-left:260px;position:relative}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-header{display:block}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-title{font-size:32px;line-height:1.3;color:#210f59;text-align:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content{font-size:15px;line-height:1.75;color:#210f59;text-align:left;margin-bottom:20px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content p{font-size:15px;margin:0;font-weight:500}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-actions{margin:0;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled{margin:0;font-size:15px;padding:16px 23px 14px;outline:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled .monstericon-long-arrow-right-light{margin-left:14px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:hover{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm{background:#32a27a}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:hover{background:#19865f}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-cancel{margin-left:15px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons{position:absolute;left:-35px;top:-15px;width:260px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]{position:absolute;color:#6528f5;opacity:.5;font-size:41px;top:114px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:first-child{font-size:108px;opacity:1;top:-22px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(2){left:35px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-].monstericon-exclamation-em-solid:nth-child(2){left:50px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(3){top:147px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(4){left:185px}.exactmetrics_page .exactmetrics-swal .swal2-title{line-height:1.2}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info{border:none;border-radius:0}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error:before,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f064";font-size:80px;color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-icon-text,.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-x-mark{display:none}.exactmetrics_page .exactmetrics-swal .swal2-styled{border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm{background:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:hover{background-color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel{background:#e9e7ee;color:#37276a}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:hover{background-color:#f4f3f7;color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-popup{border-radius:10px;padding:40px}.exactmetrics-list-check ul{margin:0;list-style:none;padding-left:0}.exactmetrics-list-check li{font-size:15px;margin-top:18px;padding-left:30px;position:relative;color:#fff}.exactmetrics-list-check li:first-child{margin-top:0}.exactmetrics-list-check li:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f045";font-size:15px;margin-right:10px;color:#fff;position:absolute;left:0;top:0}.exactmetrics-settings-input-select-input .multiselect__tags-wrap{position:relative}.exactmetrics-settings-input-select-input .multiselect__tags-wrap:after{content:attr(data-text);display:inline-block;position:relative;color:#9087ac;bottom:0;background:#fff;border-radius:4px;font-size:14px;vertical-align:top;padding:8px 15px}.exactmetrics-settings-input-select-input .multiselect__placeholder{display:none}.multiselect__content-wrapper{left:30px}.exactmetrics-semrush-cta{background:#f4f3f7;border-left:3px solid #6528f5;padding:20px 26px;border-radius:3px 0 0 3px;position:relative}.exactmetrics-semrush-cta br{display:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-close{position:absolute;top:12px;right:12px;cursor:pointer;border:0;background:rgba(0,0,0,0);padding:0;margin:0;outline:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.exactmetrics-semrush-cta .exactmetrics-button{background:#6528f5;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.exactmetrics-semrush-cta .exactmetrics-button:active,.exactmetrics-semrush-cta .exactmetrics-button:focus,.exactmetrics-semrush-cta .exactmetrics-button:hover{background:#6333d4;outline:none}.exactmetrics-row-highlight{-webkit-animation-name:color;animation-name:color;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:2;animation-iteration-count:2}@-webkit-keyframes color{0%{background-color:#fff}50%{background-color:#509fe2}to{background-color:#fff}}@keyframes color{0%{background-color:#fff}50%{background-color:#509fe2}to{background-color:#fff}}
1
+ @import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);strong[data-v-a9c27d52]{display:block}[data-v-6038a3d0]{will-change:height;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.expand-enter-active,.expand-leave-active{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out;overflow:hidden}.expand-enter,.expand-leave-to{height:0}.exactmetrics-dark[data-v-54110c18]{display:block}.exactmetrics-reset-default[data-v-54110c18]{margin-left:5px}.exactmetrics-dark[data-v-7262cc05]{display:block}.exactmetrics-admin-page .exactmetrics-floating-bar{background:#6528f5;color:#fff;font-size:16px;line-height:140%;padding:16px 32px 16px 58px;text-align:left;position:relative;margin:-20px -20px 20px}.exactmetrics-admin-page .exactmetrics-floating-bar:before{content:"";width:16px;height:16px;background:url(../img/icon-info.svg) no-repeat 50%;position:absolute;left:32px;top:20px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-floating-bar{margin-top:-10px;padding-right:20px;padding-left:20px}}.exactmetrics-admin-page .exactmetrics-floating-bar>span>span{font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a{text-decoration:underline;color:#fff;font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a:focus,.exactmetrics-admin-page .exactmetrics-floating-bar a:hover{color:#fff;text-decoration:none}.exactmetrics-admin-page .exactmetrics-floating-bar .exactmetrics-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:16px;position:absolute;right:15px;top:calc(50% - 5px);margin-top:-10px;opacity:.5;cursor:pointer}.exactmetrics-admin-page .exactmetrics-slide-enter-active,.exactmetrics-admin-page .exactmetrics-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.exactmetrics-admin-page .exactmetrics-slide-enter-to,.exactmetrics-admin-page .exactmetrics-slide-leave{max-height:100px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-slide-enter,.exactmetrics-admin-page .exactmetrics-slide-leave-to{overflow:hidden;max-height:0}.exactmetrics-container[data-v-53c28ec2]:after{display:table;clear:both;content:""}.exactmetrics-quick-links{position:fixed;bottom:25px;right:25px;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;width:60px;height:60px;border-radius:50%;background:#6528f5;z-index:1000;padding:5px 10px}.exactmetrics-quick-links.exactmetrics-quick-links-open,.exactmetrics-quick-links:focus,.exactmetrics-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-label{border-radius:50%;background:rgba(0,0,0,0);position:absolute;left:6px;right:2px;top:6px;bottom:2px;padding:6px 6px 6px 8px;display:block;width:44px;outline:none;cursor:pointer;border:none}.exactmetrics-quick-links-open .exactmetrics-quick-links-label .exactmetrics-quick-link-title{opacity:0;pointer-events:none}.exactmetrics-bg-img.exactmetrics-quick-links-mascot{padding-top:100%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;display:block}.exactmetrics-bg-img.exactmetrics-quick-links-mascot:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUUAAABKCAMAAAAbi7YOAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAQN8ggL9g758QMLB5cwNv+5BQz14J9tSPF/HkxgdXSA0B7aqbpCkk2oRouDvLloobEug208uV8wAACFtJREFUeNrs1+1yojAUBuATIEBABVHU+t1aa+u222597//a1hgJKFaFdWY70zw/nCmaCX3nnHxQRX/ePyFZ63sy6km7I2Q6M5NjLa9jFC1sMqp6WuBI71GQUcXk3UPZaN0i41rz7ie0uINcn5FRY0EcBzTrI7c0y+M1Vo8xtP5U9nCrOYIWN/6QcV7qDKENnTkpH7970J7dCRlfm3RHhQz9YtGtFjG0N7M8fm0zRu5XQAfukzdosf9Exil3y2LXTstdO18/HHa7cWze7BUjmpwOuh1Ds1xzKTySWMj5Nn0l4MjxDRm5YIwcD+iMVvIMrbdYkaGIZQxtlKQXe/8TmmeWx71W0T1ddvfYg8ZTMurZcGihibGu+2kfGXMEr++uMYKyIOOsdMWm04R9TM4d00f000ymDed6v/sxpOH4ZdOishdIHv0w818x6onDgEqaPzPFF1TysFizJzuYRb96QK/dMinu9CtlGH1Qxn5/AMZ39VIM+KGQbsnnnNERm3MuqCqbo2PTZc8VWng5p6IVB55FrRQZDll0Sx7A6YgDIKCqfAA+XdbE1abH/dsaAH3xHVJs+1sJKeLUkdUC4J4pOgBUFgLgdNk8jHGV3pTKHGDxHVK0sOWQEqD8v7vYiiqnGHjwEroGa1w2Vu9YFgLsu6WYQGLlH7Qrp0g2E3Qr9gjjlE5JH9Bp1U0xdDPJLVOMIPmlUkRYJcXbawCvOrdZ4yV61cl1Ec/qpuiQdssU24D82z783gM6/zXF9A18H9v9bBwDiPkTKXMLi2+WYgg4HGgflmIEeP81xU2MLinTHpTPjT62D9NbpMjy1k5cKVCPnZDzASPhSoIUEfkdi+935e1zD1vh/gcciBjgCcpwwJc55U/YIOQ87NokCcdpA3Acp0vEdp+unNWW3zjieIx+h5DLVyhKm4/+VziGK71AZvqpDoTdIkXbg8SyRcwS8k1DKCErbBnC8aBY8gEKbHVcZGQBTnE2WxSa3ObYc1QhZjiRIz99SBHZ+aBAj/F3uXY9SAen8rtnnPM2Kd8X1/uWBpr/uruwfGu1hLB0HraFjM5YPdWccooAAnJVMepS3IWb7Gf3oPmnUnSxwwopRshZdvGU0SFtibNCvf7klqQMMaiZoubvdwVpMNBFovIsYjpErXucYqBaVxdjFkUHcPOqb7uMRZacj+RqIUOSC4pK0UIncqNQ5Cm6gEyXMZcDHUHEd41gOwCS6y6COrEUBeP9hjPC421SLIZmqTP9qRR9FHkRcc693Rh1VWZq/kgXo68mCIF2VgpWkN8LWb676EnDfRnbeVPI0HZc2cMiG+gXt7H+VSm2/rZzts2JwkAAzgsQgneCYrVYq6117LVaXzr7/3/bDZc0GxLlkPFjni9VEHQel91NLCkAiY3Fw30skgzdcIx8ESV5jBa5fvcxTRhAzL0anaiLTAor63EV6qnJknbd8S0yTpoWU3OMs4NwSrnVEbayI4oFIBttdgrHO1nE5DOxEiW3wpLWMtBYlHudji4P6q/Q0RLrk5f4HD+I8C2mriymtyGizgUuQ/wF2genbj4B0c32CeCzp0XBNCMMDW0VzWX2HqofsCv9Il5jKhgnSgRVMaoOKwEibhAA3LNIHYtZY0IIQzaixOF9mVxjY84hv/Ai1xf0CiC7W9dNwTKX2qfKtUUcEfsWje8IgxJDL9Oi/JLlWXQvXOr25JjE4wnpyPvaNDPbEhRmynMDT693s6jbw0e0yIgi6WyRqaqpgpFy9RSNdLDIWiwiEcMP24kY/gyJgo9YAdNZ/oLN8obcy2KEeVGVA2z60obFuMWi9qKDMUcpumGsa1Jqk7kWY7RoN08eNIrFDQPZiT3Ded6vsmecH4Viey+LvFmjc/NV48gGddZQ7lrEkNPBWCdHfFFiOh6Hdovy6hQvH6kvugtyBk8VuUQ2hzfS12JKDdLpF2OUmtaXlN5Ffw5lk38DQTZxLKr9jdhmVrqIsJFUcN7BouqxG64y9ZGV4Iw4bDe7+AJMNTse5xnMT30tuiM3PWhRrUyOFRuEsFMY0xuZmoLgjsWx5U0KnR3s7ltaTYosIR53sEit9kdO1LlyJ4EgewFX2TwTl+cY4Be5i0UzCfETkhl24Qj1jx2hRceCWyoibBxB/ZZOS22p3aJOy6z2LSmr32iMjayXMoeD1gGMq/F9oXrvu1jkZhKCmjmdHBpg44eU0rE4asxpcy7tWUZmtVBxKfCoNos6aGsYE1aRG6SpuNAwnBm0Mds3lI+/Ad4e7mUxxoIzMmUlF6CJ7KLCMBKlkxexXfSgaMoehneySOQIj0kacyIpcXiYQTuL8VnPeVfLGcA0Ij1/1WcOPGE1pc5WrKZWxlP2L24yrjcpkliF08/zuN6phAyYKjk+9Sm4fpjqIbq09un2nrGBe4g+Rs15RFI/Zdh1+xLaWe+izyQ/LuZ4J2Uni/3JKCc+Ejf3Pe3tJ+A0k16h9hk+igK6UZS/H8J/O13m9URbWR5iNi/mbPCxQofIy5sKWBJoZygrXskhucTqS5chEugLHYDmQAL9qA5z0EzDjZX9kPkaDL9JoHZCLd471CQ6A+Qj3HKurCwZGIpN9Z9Xbwd2A7QnAc3DowCDyB/IdV5GUzB8h7UPGlRpAQa2fL2mO7Ecro/Bocu+w929jYQ4CGvCXGL5B5DDyWvA7YQIi3D33xXOx7W9HJYkNvJoJ8SwVlYL2RsgX2MrED+tQC0+TiTQwnBVWrbMajD7EpBBGKzctHYliEPlrUi0CneVd6H6mFvpMa8iy+F3WP6lM3xgiVuHhNgXWoJHsQvrvtzI8+81NJmtQndzO+fDHJCnKBSVfmxNepweKxLoy+qrqB3uMhIw/AWFbdSoUycRogAAAABJRU5ErkJggg==);background-size:auto 85%;background-position:0 0}.exactmetrics-quick-links-menu{position:absolute;bottom:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;right:6px;margin-bottom:10px}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item{display:block;width:48px;height:48px;background:#6528f5;border-radius:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;position:relative;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;margin-bottom:6px;color:#fff;text-decoration:none;text-align:center;font-size:18px;line-height:48px}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item:hover{color:#fff;background:#37276a;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade{background-color:#32a27a}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade:hover{background-color:#19865f}.exactmetrics-quick-link-title{position:absolute;right:100%;margin-right:12px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-14px;line-height:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;outline:none}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,d09GMgABAAAAAAjoAAsAAAAAMGgAAAidAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGVgDWYgpQdQE2AiQDCAsGAAQgBYUOBy4bvi8lYxtWw7BxAPB87x5FmeAMlf3/96RzDN74RcXUcjTKmrJ3T2VDSShiPhfiIJxxS7DiLkHFfQV33CM4427mAred74pWur/J3dyVsKy7coREA8fzvPvpfUk+tB3R8YTCzE0SCLepejmJ2u1yqp+kC7W4Rc/tDTs3GpNJ8ttRPOSTPhsXlwbi4kVYWQmAcXmlrqYHMMsBwP/zHMz7fkF1gijOKuFQIxjwlGa2lkARhYaBxFHT54IOgBMQADi3LipIMAA3geO41EUkBTCO2gkxnOwnKYBx1E6p5WS+QUCMq50rNch6MwUCAAiAcdgttYVSIfPJ5kn6ApRFQ6I88BxLvvIC/maHUHS3TIoKiwLbbM8nEFWgE1oDz3woSxpagWbBXcQWhKtPeIlg6tK+7vX57QOszwU3sGUJrA7h2Mx1IWCNr9BKxsYo+pzS/OCO0OG9mwBkx337+lcuSxRdBcc+fJxlcAjK/zCfdgtBzuxQcTqfY4Yn6EB/Az3JS/RMu5f6B8wrn55S0IxdlLn+4Yb/ctIT+ocWYPcGAOvxSjEjpSiVMqSgFWVjzpCCXjAIRirTABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REdFDlkZEh2jE3SKztA5ukCX6Apdoxt0i+7QPXpAj+gJPaMX9Ire0Dv6QJ/oC/qKvqHv6Af6iX6h3+gP+ov+of+I+ECMxETMiDmxIJbEilgTG2JL7Ig9cSCOxIk4ExfiStyIO/EgnsSLeBMf4kv8iD/taQANoiE0jEbQKBpD42gCTaIpNI1m0CyaQ/NoAS2iJbSMVtAqWkPraANtoi20jXbQLtpD++gAHaIjdIxO0Ck6Q+foAl2iK3SNbtAtukP36AE9oif0jF7QK3pD79B79AF9RJ/QZ/QFfUXf0Hf0A/1Ev9Bv9Af9Rf/Qf9DQABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REfoGJ2gU3SGztEFukRX6BrdoFt0h+7RA3pET+gZvaBX9Aa9Re/Qe/QBfUSf0Gf0BX1F39B39AP9RL/Qb/QH/UX/0P8l9vq9gXwDIUCliyAhRAgTIoQoIUaIExKEJCFFSBMyhCwhR8gTCoQioUQoEyqEKqFGqBMahCahRWgTOoQuoUfoEwaEIWFEGBMmhClhRpgTFoQlYUVYEzaELWFH2BMOhGPCCeGUcEY4J1wQLglXhGvCDeGWcEe4JzwQHglPhGfCC+GV8EZ4J3wQPglfhG/CD+GX8Ef4p9sdgoQQIUyIEKKEGCFOSBCShBQhTcgQsoQcIU8oEIqEEqFMqBCqhBqhTmgkNBGaCS2EVkIboZ3QQegkdBG6CT2EXkIfoZ8wQBgkDBGGCSOEUcIYYZwwQZgkTBGmCTOEWcIcYZ6wQFgkLBGWCSuEVcIaYZ2wQdgkbBG2CTuEXcIeYZ9wQDgkHBGOCSeEU8IZ4ZxwQbgkXBGuCTeEW8Id4Z7wQHgkPBGeCS+EV8Ib4Z3wQfgkfBG+CT+EX8If4Z8AZpAQIoQJEUKUECPECQlCkpAipAkZQpaQI+QJBUKRUCKUCRVClVAj1AkNQpPQIrQJHUKX0CP0CQPCkDAijAkTwpQwI8wJC8KSsCKsCRvClrAj7AkHwpFwIpwJF8IV4ZpwQ7gl3BHuCQ+ER8IT4ZnwQnglvBHeCR+ET8IX4ZvwQ/gl/BH+lzv+AmMkTYAmSBOiCdNEaKI0MZo4TYImSZOiSdNkaLI0OZo8TYGmSFOiKdNUaKo0NZo6TYOmSdOiadN0aLo0PZo+zYBmSDOiGdNMaKY0M5o5zYJmSbOiWdNsaLY0O5o9zYHmmOaE5pTmjOac5oLmkuaK5prmhuaW5o7mnuaB5pHmieaZ5oXmleaN5p3mg+aT5ovmm+aH5pfmj2ZRAqCCoEKgwqAioKKgYqDioBKgkqBSoNKgMqCyoHKg8qAKoIqgSqDKoCqgqqBqoOqgGkE1gWoG1QKqFVQbqHZQHaA6QXWB6gbVA6oXVB+oflADoAZBDYH+uxaEWDBiIYiFIhaGWDhiEYhFIhaFWDRiMYjFIhaHWDxiCYglIpaEWDJiKYilIpaGWDpiGYhlIpaFWDZiOYjlIpaHWD5iBYgVIlaEWDFiJYiVIlaGWDliFYhVIlaFWDViNYjVIlaHWD1iDYg1ItaEWDNiLYi1ItaGWDtiHYh1ItaFWDdiPYj1ItaHWD9iA4gNIjaE2DBiI4iNIjaG2DhiE4hNIjaF2DRiM4jNIjaH2DxiC4gtIraE2DJiK4itIraG2DpiG4htIraF2DZiO4jtIraH2D5iB4gdInaE2DFiJ4idInaG2DliF4hdInaF2DViN4jdInaH2D1iD4g9IvaE2DNiL4i9IvaG2DvE3iP2AbGPiH1C7DNiXxD7itg3xL4j9gOxn4j9Quw3Yn8Q+4vYP8T+M6cIDBz9EXfeUHR1JyygPL/++I3R1cRvdDr+E12Jfh3Q0EN/fHn2mXptpJxUkIqu/Cs2egM33OjSLcT33I82+B9nP37X/c0W52623s45CYCo03QIBCVrAFAycnSYSqvO4YJt/NP73YqA/giNZhJ6sBbmql+0SQZaxNOZudJbc2nqxNvpM+veq7Sz2LUgFEu+VLs+Ay3yp7MVertp6i23v2Rmv5gmHDhSQ6t5GmTaqTsqhpWwmbOk3uKJrNOmwSSMC17jghqygilDOUU3KlLmHHNrajw3DVNVGWytGZDisM/cbkdRnvfIUJkaGJlgAYcoQ5bGptTmGc1R7pBC3XhFsLXnXR54qrMc+dGNBkqE4laBi4KmZYGom8vIy0lTyBkppBjLoTndMmrofIRORirsNlCbXzCgulmo36KztS2iV8rrNoRUL5VdkMSGoSXroC1KOQAA) format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAAusAAsAAAAAMGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZjRmM5Y21hcAAAAYQAAAgCAAArYmjjYVVnbHlmAAAJiAAAAEEAAABQiOYj2mhlYWQAAAnMAAAALgAAADYR8XmmaGhlYQAACfwAAAAcAAAAJAqNAyNobXR4AAAKGAAAAAgAAAAIAyAAAGxvY2EAAAogAAAABgAAAAYAKAAAbWF4cAAACigAAAAeAAAAIAEOACJuYW1lAAAKSAAAAUIAAAKOcN63t3Bvc3QAAAuMAAAAHQAAAC5lhHRpeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGScwDiBgZWBgSGVtYKBgVECQjMfYEhiYmFgYGJgZWbACgLSXFMYHIAq/rNfAHK3gEmgASACAIekCT4AAHic7dhl0zDVmUXh5+XFHYK7E0IguFtwt4QQgmtwd3d3d7cED+4SXIO7u7vbsNfaUzU1fyGcu66u1adOf+6uHhgYGGpgYGDwL37/iyEHBoZZcWDQLzUw9NK/7A5if/DA8OwPOfQknBky+0P8/PPPOcd1UJ785frr/Dq/zq/z6/w3zsCgoX/xX74GRsxbcYpRB1iDB/7PGvT/DFGDenBwe8hKD1XpoSs9TKWHrfRwlR6+0iNUesRKj1TpkSs9SqVHrfRolR690r+p9BiVHrPSY1V67EqPU+lxKz1epcev9ASVnrDSE1V64kpPUulJKz1ZpSev9BSVnrLSU1V66kr/ttLTVPp3lZ62/KJSerpKT1/pP1R6hkrPWOmZKj1zpWep9KyVnq3Ss1d6jkrPWem5Kj13peep9LyVnq/S81d6gUr/sdILVnqhSi9c6UUqvWilF6v04pVeotJLVnqpSi9d6WUqvWyll6v08pVeodIrVvpPlf5zpVeq9F8qvXKl/1rpVSr9t0qvWunVKr16pdeo9JqVXqvSa1d6nUqvW+n1Kr1+pTeo9N8rvWGlN6r0xpXepNKbVnqzSm9e6S0qvWWlt6r01pXeptLbVnq7Sm9f6R0qvWOld6r0zpXepdK7Vnq3Su9e6T0qvWel96r03pXep9L7Vnq/Su9f6QMqfWClD6r0wZU+pNKHVvqwSh9e6SMqfWSlj6r00ZU+ptLHVvq4Sh9f6RMqfWKlT6r0yZU+pdKnVvq0Sp9e6TMqfWalz6r02ZU+p9LnVvq8Sp9f6QsqfWGl/1Hpf1b6okpfXOlLKn1ppS+r9OWVvqLS/6r0lZW+qtJXV/qaSl9b6esqfX2lb6j0jZW+qdI3V/qWSt9a6dsqfXul76j0vyt9Z6XvqvTdlb6n0vdW+r5K31/pByr9YKUfqvTDlX6k0v+p9KOVfqzSj1f6iUo/WemnKv10pZ+p9LOVfq7Sz1f6hUq/WOmXKv1ypV+p9KuVfq3Sr1f6jUq/Wem3Kv12pd+p9LuVfq/S71f6g0p/WOmPKv1xpT+p9KeV/qzSn1f6i0p/WemvKv11pb+p9LeV/q7S31f6h0r/WOmfKv1zDfI26KKHED1Y9JCihxI9tOhhRA8rejjRw4seQfSIokcSPbLoUUSPKno00aOL/o3oMUSPKXos0WOLHkf0uKLHEz2+6AlETyh6ItETi55E9KSiJxM9uegpRE8peirRU4v+rehpRP9O9LSify96OtHTi/6D6BlEzyh6JtEzi55F9KyiZxM9u+g5RM8pei7Rc4ueR/S8oucTPb/oBUT/UfSCohcSvbDoRUQvKnox0YuLXkL0kqKXEr206GVELyt6OdHLi15B9Iqi/yT6z6JXEv0X0SuL/qvoVUT/TfSqolcTvbroNUSvKXot0WuLXkf0uqLXE72+6A1E/130hqI3Er2x6E1Ebyp6M9Gbi95C9JaitxK9tehtRG8rejvR24veQfSOoncSvbPoXUTvKno30buL3kP0nqL3Er236H1E7yt6P9H7iz5A9IGiDxJ9sOhDRB8q+jDRh4s+QvSRoo8SfbToY0QfK/o40ceLPkH0iaJPEn2y6FNEnyr6NNGniz5D9JmizxJ9tuhzRJ8r+jzR54u+QPSFov8h+p+iLxJ9sehLRF8q+jLRl4u+QvS/RF8p+irRV4u+RvS1oq8Tfb3oG0TfKPom0TeLvkX0raJvE3276DtE/1v0naLvEn236HtE3yv6PtH3i35A9IOiHxL9sOhHRP9H9KOiHxP9uOgnRD8p+inRT4t+RvSzop8T/bzoF0S/KPol0S+LfkX0q6JfE/266DdEvyn6LdFvi35H9Lui3xP9vugPRH8o+iPRH4v+RPSnoj8T/bnoL0R/Kfor0V+L/kb0t6K/E/296B9E/yj6J9E/K/2/v/npoocQPVj0kKKHEj206GFEDyt6ONHDix5B9IiiRxI9suhRRI8qejTRo4v+jegxRI8peizRY4seR/S4oscTPb7oCURPKHoi0ROLnkT0pKInEz256ClETyl6KtFTi/6t6GlE/070tKJ/L3o60dOL/oPoGUTPKHom0TOLnkX0rKJnEz276DlEzyl6LtFzi55H9Lyi5xM9v+gFRP9R9IKiFxK9sOhFRC8qejHRi4teQvSSopcSvbToZUQvK3o50cuLXkH0iqL/JPrPolcS/RfRK4v+q+hVRP9N9KqiVxO9uug1RK8pei3Ra4teR/S6otcTvb7oDUT/XfSGojcSvbHoTURvKnoz0ZuL3kL0lqK3Er216G1Ebyt6O9Hbi95B9I6idxK9s+hdRO8qejfRu4veQ/SeovcSvbfofUTvK3o/0fuLPkD0gaIPEn2w6ENEHyr6MNGHiz5C9JGijxJ9tOhjRB8r+jjRx4s+QfSJok8SfbLoU0SfKvo00aeLPkP0maLPEn226HNEnyv6PNHni75A9IWi/yH6n6IvEn2x6EtEXyr6MtGXi75C9L9EXyn6KtFXi75G9LWirxN9vegbRN8o+ibRN4u+RfStom8TfbvoO0T/W/Sdou8Sfbfoe0TfK/o+0feLfkD0g6IfEv2w6EdE/0f0o6IfE/246CdEPyn6KdFPi35G9LOinxP9vOgXRL8o+iXRL4t+RfSrol8T/broN0S/Kfot0W+Lfkf0u6LfE/2+6A9Efyj6I9Efi/5E9KeiPxP9uegvRH8p+ivRX4v+RvS3or8T/b3oH0T/KPon0T9rYND/AOaSEScAAHicY2BiAAKmPSy+QEqUgYFRUURcTFzMyNzM3MxEXU1dTYmdjZ2NccK/K5oaLm6L3Fw0NOEMZoVAFD6IAQD4PA9iAAAAeJxjYGRgYADilrme/fH8Nl8ZuNkvAEUYbnDPcEOmmfaw+AIpDgYmEA8AHMMJGAAAeJxjYGRgYL/AAATMCiCSaQ8DIwMqYAIAK/QBvQAAAAADIAAAAAAAAAAoAAB4nGNgZGBgYGIQA2IGMIuBgQsIGRj+g/kMAArUATEAAHicjY69TsMwFIWP+4doJYSKhMTmoUJIqOnPWIm1ZWDq0IEtTZw2VRpHjlu1D8A7MPMczAw8DM/AifFEl9qS9d1zzr3XAK7xBYHqCHTdW50aLlj9cZ1057lBfvTcRAdPnlvUnz23mXj13MEN3jhBNC6p9PDuuYYrfHquU//23CD/eG7iVnQ9t9ATD57bWIgXzx3ciw+rDrZfqmhnUnvsx2kZzdVql4Xm1DhVFsqUqc7lKBiemjOVKxNaFcvlUZb71djaRCZGb+VU51ZlmZaF0RsV2WBtbTEZDBKvB5HewkLhwLePkhRhB4OU9ZFKTCqpzems6GQI6Z7TcU5mQceQUmjkkBghwPCszhmd3HWHLh+ze8mEpLvnT8dULRLWCTMaW9LUbanSGa+mUjhv47ZY7l67rgITDHiTf/mAKU76BTuXfk8AAHicY2BigAARBuyAiZGJkZmBJSWzOJmBAQALQwHHAAAA) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}[class*=monstericon-]:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\f01b"}.monstericon-times:before{content:"\f021"}.monstericon-info-circle-regular:before{content:"\f01e"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\f01f"}.monstericon-warning-triangle:before{content:"\f020"}.monstericon-files:before{content:"\f028"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-expand:before{content:"\f02d"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-amp-icon:before{content:"\f000"}.monstericon-fbia:before{content:"\f001"}.monstericon-google-optimize:before{content:"\f002"}.monstericon-ads:before{content:"\0041"}.monstericon-affiliate:before{content:"\0042"}.monstericon-compatibility:before{content:"\0043"}.monstericon-demographics:before{content:"\0044"}.monstericon-download:before{content:"\0046"}.monstericon-ecommerce:before{content:"\0047"}.monstericon-engagement:before{content:"\0048"}.monstericon-forms:before{content:"\0049"}.monstericon-links:before{content:"\004a"}.monstericon-memberships:before{content:"\004b"}.monstericon-notifications:before{content:"\004c"}.monstericon-performance:before{content:"\004d"}.monstericon-permissions:before{content:"\004e"}.monstericon-reporting:before{content:"\004f"}.monstericon-social:before{content:"\0050"}.monstericon-video:before{content:"\0051"}.monstericon-times:before{content:"\f014"}.monstericon-check:before{content:"\f015"}.monstericon-info:before{content:"\f016"}.monstericon-exclamation-triangle:before{content:"\f017"}.monstericon-user:before{content:"\f018"}.monstericon-eye:before{content:"\f019"}.monstericon-info-circle:before{content:"\f01a"}.monstericon-info-circle-btm:before{content:"\f01c"}.monstericon-chevron-up:before{content:"\f01f"}.monstericon-times-fas:before{content:"\f021"}.monstericon-check-circle:before{content:"\f022"}.monstericon-exclamation-circle:before{content:"\f023"}.monstericon-star:before{content:"\f025"}.monstericon-times-circle-fas:before{content:"\f026"}.monstericon-check-circle-far:before{content:"\f027"}.monstericon-file-alt:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user-far:before{content:"\f02a"}.monstericon-eye-far:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand-alt:before{content:"\f02d"}.monstericon-compress-arrows-alt:before{content:"\f02e"}.monstericon-compress:before{content:"\f02f"}.monstericon-badge-check:before{content:"\f034"}.monstericon-download-em:before{content:"\f035"}.monstericon-globe:before{content:"\f036"}.monstericon-wand-magic:before{content:"\f037"}.monstericon-mouse-pointer:before{content:"\f038"}.monstericon-users:before{content:"\f039"}.monstericon-file-certificate:before{content:"\f03a"}.monstericon-bullseye-arrow:before{content:"\f03b"}.monstericon-cash-register:before{content:"\f03c"}.monstericon-chart-line:before{content:"\f03d"}.monstericon-clock:before{content:"\f03e"}.monstericon-box:before{content:"\f03f"}.monstericon-sack-dollar:before{content:"\f040"}.monstericon-browser:before{content:"\f041"}.monstericon-eye-em:before{content:"\f042"}.monstericon-newspaper:before{content:"\f043"}.monstericon-mobile:before{content:"\f044"}.monstericon-check-em-light:before{content:"\f045"}.monstericon-times-em-lite:before{content:"\f046"}.monstericon-code:before{content:"\f047"}.monstericon-clipboard:before{content:"\f048"}.monstericon-upload:before{content:"\f049"}.monstericon-clone:before{content:"\f04a"}.monstericon-id-card:before{content:"\f04b"}.monstericon-user-friends:before{content:"\f04c"}.monstericon-file-alt-em:before{content:"\f04d"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-comment-alt-check:before{content:"\f04f"}.monstericon-arrow-circle-up:before{content:"\f050"}.monstericon-search-em:before{content:"\f051"}.monstericon-list-ol:before{content:"\f052"}.monstericon-hand-pointer:before{content:"\f053"}.monstericon-folder:before{content:"\f054"}.monstericon-sign-out-em-solid:before{content:"\f055"}.monstericon-external-link-alt:before{content:"\f056"}.monstericon-copy:before{content:"\f057"}.monstericon-sync:before{content:"\f058"}.monstericon-flag:before{content:"\f059"}.monstericon-building:before{content:"\f05a"}.monstericon-chart-bar:before{content:"\f05b"}.monstericon-shopping-bag:before{content:"\f05c"}.monstericon-exchange-alt:before{content:"\f05d"}.monstericon-plus:before{content:"\f05e"}.monstericon-tachometer-alt:before{content:"\f05f"}.monstericon-media:before{content:"\f072"}.monstericon-tag:before{content:"\f060"}.monstericon-check-circle-em:before{content:"\f061"}.monstericon-bullseye:before{content:"\f062"}.monstericon-rocket:before{content:"\f063"}.monstericon-exclamation-square:before{content:"\f064"}.monstericon-trash:before{content:"\f065"}.monstericon-user-em:before{content:"\f066"}.monstericon-unlock:before{content:"\f067"}.monstericon-exclamation-em-solid:before{content:"\f068"}.monstericon-key-em:before{content:"\f069"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-plug-light:before{content:"\f06b"}.monstericon-align-left-regular:before{content:"\f06c"}.monstericon-envelope-solid:before{content:"\f06f"}.monstericon-comment-alt-lines-solid:before{content:"\f06e"}.monstericon-arrow-circle-up-light:before{content:"\f071"}.monstericon-megaphone-solid:before{content:"\f070"}.monstericon-arrow-circle-up-light :before{content:"\f071"}@media (max-width:782px){.exactmetrics-notices-area{margin-left:10px;margin-right:10px}}.exactmetrics-notice .exactmetrics-notice-inner{position:relative;color:#210f59;padding:32px 45px;border:1px solid #f4f3f7;border-bottom:3px solid;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);border-radius:10px;background:#fff;margin-top:40px}.exactmetrics-notice .exactmetrics-notice-inner .notice-title{color:#fff;font-weight:700;display:block;margin:0 0 6px;padding:0;font-size:17px}@media (max-width:782px){.exactmetrics-notice .exactmetrics-notice-inner{padding:10px}}.exactmetrics-notice .exactmetrics-notice-inner .notice-content{padding-left:92px;background:#fff;line-height:1.75;font-size:15px;position:relative}.exactmetrics-notice .exactmetrics-notice-inner .notice-content:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:48px;left:0;position:absolute;top:0;line-height:1}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner{border-bottom-color:#d83638}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner .notice-content:before{content:"\f064";color:#d83638}.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-inner{border-bottom-color:#fa0}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-inner{border-bottom-color:#4d3f7a}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner{border:1px solid #6528f5;border-left-width:3px;color:#777}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner .exactmetrics-button{color:#fff;margin:15px 0 0}.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-inner{border-bottom-color:#32a27a}.exactmetrics-notice .notice-content{margin-right:20px}.exactmetrics-notice .notice-content a{color:#210f59}.exactmetrics-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#e9e7ee;position:relative;float:right}.exactmetrics-notice .dismiss-notice:focus,.exactmetrics-notice .dismiss-notice:hover{color:#210f59}.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-right:-20px;margin-left:auto}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{margin-left:0}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:10px;margin-left:0}}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-button{margin-top:10px;margin-left:0;color:#fff}body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:42px;right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{border-radius:5px;padding:17px 28px;border:1px solid #f4f3f7;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);min-width:380px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{color:#210f59;font-size:15px;font-weight:700;line-height:1.5;margin-left:32px;margin-top:-3px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{font-size:26px;width:18px;height:18px;line-height:10px;position:absolute;right:14px;top:19px;color:#9087ac}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:27px;height:24px;min-width:27px;margin:0;border:0;color:#9087ac}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;left:0}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{top:0;left:0;border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line]{display:none}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.exactmetrics_page body.swal2-toast-shown .swal2-container,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}.exactmetrics_page body.swal2-toast-column .swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;height:2.2em;margin-top:.3125em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.exactmetrics_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .6em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.exactmetrics_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4);box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;left:-.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;-ms-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 2em;-ms-transform-origin:0 2em;transform-origin:0 2em;border-radius:0 4em 4em 0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.exactmetrics_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.exactmetrics_page body.swal2-height-auto{height:auto!important}.exactmetrics_page body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.exactmetrics_page .swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;background-color:rgba(0,0,0,0);z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.exactmetrics_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-top-left,.exactmetrics_page .swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-top-end,.exactmetrics_page .swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-center-left,.exactmetrics_page .swal2-container.swal2-center-start{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-center-end,.exactmetrics_page .swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-bottom-start{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-webkit-box-pack:center;justify-content:center}.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-container .swal2-modal{margin:0!important}}.exactmetrics_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.exactmetrics_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.exactmetrics_page .swal2-popup{display:none;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0}.exactmetrics_page .swal2-popup:focus{outline:0}.exactmetrics_page .swal2-popup.swal2-loading{overflow-y:hidden}.exactmetrics_page .swal2-popup .swal2-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.exactmetrics_page .swal2-popup .swal2-actions{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em auto 0;z-index:1}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border-radius:100%;border:.25em solid rgba(0,0,0,0);background-color:rgba(0,0,0,0)!important;color:rgba(0,0,0,0);cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-left:5px;border-radius:50%;border:3px solid #999;border-right-color:rgba(0,0,0,0);-webkit-box-shadow:1px 1px 1px #fff;box-shadow:1px 1px 1px #fff;content:"";-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.exactmetrics_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.exactmetrics_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.exactmetrics_page .swal2-popup .swal2-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.exactmetrics_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.exactmetrics_page .swal2-popup .swal2-close{position:absolute;top:0;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;padding:0;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.exactmetrics_page .swal2-popup>.swal2-checkbox,.exactmetrics_page .swal2-popup>.swal2-file,.exactmetrics_page .swal2-popup>.swal2-input,.exactmetrics_page .swal2-popup>.swal2-radio,.exactmetrics_page .swal2-popup>.swal2-select,.exactmetrics_page .swal2-popup>.swal2-textarea{display:none}.exactmetrics_page .swal2-popup .swal2-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.exactmetrics_page .swal2-popup #swal2-content{text-align:center}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-radio,.exactmetrics_page .swal2-popup .swal2-select,.exactmetrics_page .swal2-popup .swal2-textarea{margin:1em auto}.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-textarea{width:100%;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box}.exactmetrics_page .swal2-popup .swal2-file.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-input.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.exactmetrics_page .swal2-popup .swal2-file:focus,.exactmetrics_page .swal2-popup .swal2-input:focus,.exactmetrics_page .swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.exactmetrics_page .swal2-popup .swal2-file::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::placeholder,.exactmetrics_page .swal2-popup .swal2-input::placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-range input{width:80%}.exactmetrics_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.exactmetrics_page .swal2-popup .swal2-range input,.exactmetrics_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.exactmetrics_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.exactmetrics_page .swal2-popup .swal2-input[type=number]{max-width:10em}.exactmetrics_page .swal2-popup .swal2-file{font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.exactmetrics_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-radio{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-popup .swal2-checkbox label,.exactmetrics_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox input,.exactmetrics_page .swal2-popup .swal2-radio input{margin:0 .4em}.exactmetrics_page .swal2-popup .swal2-validation-message{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-validation-message:before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:"!";zoom:normal}@supports (-ms-accelerator:true){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@-moz-document url-prefix(){.exactmetrics_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.exactmetrics_page .swal2-icon{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid rgba(0,0,0,0);border-radius:50%;line-height:5em;cursor:default;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.exactmetrics_page .swal2-icon-text{font-size:3.75em}.exactmetrics_page .swal2-icon.swal2-error{border-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.exactmetrics_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.exactmetrics_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.exactmetrics_page .swal2-icon.swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;-ms-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;-ms-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;left:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);z-index:1}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.exactmetrics_page .swal2-progresssteps li{display:inline-block;position:relative}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.exactmetrics_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.exactmetrics_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.exactmetrics_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.exactmetrics_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.exactmetrics_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-rtl .swal2-close{right:auto;left:0}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.exactmetrics_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.exactmetrics_page .swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media print{.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.exactmetrics-notifications-display{background:#f4f3f7;border-left:3px solid #6528f5;padding:20px;border-radius:3px 0 0 3px;margin-bottom:50px;position:relative}.exactmetrics-settings-panel .exactmetrics-notifications-display{margin-left:25px;margin-right:25px}.exactmetrics-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.exactmetrics-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.exactmetrics-notifications-display .exactmetrics-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator{padding-top:10px}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator a{position:relative}.exactmetrics-notifications-display .exactmetrics-notification-inner{margin-left:25px}.exactmetrics-notifications-display .exactmetrics-button{margin-right:15px}.exactmetrics-notifications-display .exactmetrics-notification-navigation{position:absolute;right:0;top:100%}.exactmetrics-notifications-display .exactmetrics-notification-navigation button{background:#f4f3f7;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notification-navigation button:focus,.exactmetrics-notifications-display .exactmetrics-notification-navigation button:hover{color:#6528f5}.exactmetrics-notifications-display .exactmetrics-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);font-size:10px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous{margin-right:2px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous .monstericon-arrow{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.exactmetrics-notifications-display .exactmetrics-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;right:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:10px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:12px;left:18px;border-radius:20px;line-height:16px;color:#fff;font-weight:700;text-align:center;display:inline-block;padding:0 3px}.exactmetrics-report .exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:16px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:4px;border-radius:20px;line-height:1;color:#fff;font-weight:700;text-align:center;padding:0 2px;left:20px}.exactmetrics-admin-page.exactmetrics-path-about-us .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-url-builder .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-reports-page .exactmetrics-notificationsv3-container{margin-right:0}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar{width:90%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container{display:inline-block;margin-left:20px;float:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number{position:absolute;top:-9px;min-width:20px;height:20px;line-height:20px;display:block;background:#eb5757;border-radius:20px;font-size:12px;color:#fff;font-weight:700;text-align:center;padding:0 6px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-greater-than-10{right:-13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-less-than-10{right:-10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-dismissed-number{min-width:24px;height:24px;background:#7c869d;border-radius:20px;display:inline-block;text-align:center;vertical-align:middle;line-height:24px;color:#fff;font-size:14px;font-weight:700;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:absolute;top:21px;right:15px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:0;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:inline-block}}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}@media (max-width:1099px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-notificationsv3-inbox-number{cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{width:440px;position:fixed;top:32px;right:0;background:#fff;z-index:1001;overflow:scroll;height:100%;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{top:46px;width:300px}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar.exactmetrics-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top{background:#2679c1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title svg{margin-right:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0;float:none}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{display:inline-block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:hover{color:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:focus{outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close{margin-left:12px;vertical-align:bottom}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:active svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:focus svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border-bottom:1px solid #e2e4e9;margin:0 16px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-inbox-number{position:relative;display:inline-block;top:inherit;right:inherit;min-width:24px;height:24px;line-height:24px;margin-right:8px;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-dismissed-number{margin-right:8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{margin-bottom:46px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{width:54px;float:left;text-align:center;padding-top:24px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{float:none;margin:0 auto}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{float:left;width:354px;padding-top:20px;text-align:left}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{width:260px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{margin-top:0;margin-bottom:0;color:#393f4c;font-size:13px;font-weight:700;width:70%;display:inline-block}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{width:65%}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button{display:block;background:#f0f2f4;border:1px solid #d3d7de;border-radius:3px;font-weight:500;font-size:13px;color:#393f4c;letter-spacing:.02em;padding:6px 11px;margin-right:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:hover{background:#d3d7de}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:hover{color:#a9b1c3}.exactmetrics-tooltip{display:block!important;z-index:10000;max-width:350px}.exactmetrics-tooltip .exactmetrics-tooltip-inner{background:#6528f5;color:#fff;border-radius:5px;padding:16px 20px;font-size:15px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;text-align:center}.exactmetrics-tooltip .exactmetrics-tooltip-inner a{color:#fff;font-weight:700}.exactmetrics-tooltip .exactmetrics-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:8px;border-color:#6528f5;z-index:1}.exactmetrics-tooltip[x-placement^=top]{padding-bottom:8px}.exactmetrics-tooltip[x-placement^=top] .exactmetrics-tooltip-arrow{border-width:8px 8px 0;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;left:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=bottom]{padding-top:8px}.exactmetrics-tooltip[x-placement^=bottom] .exactmetrics-tooltip-arrow{border-width:0 8px 8px;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;left:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=right]{padding-left:8px}.exactmetrics-tooltip[x-placement^=right] .exactmetrics-tooltip-arrow{border-width:8px 8px 8px 0;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 8px);margin-left:0;margin-right:0}.exactmetrics-tooltip[x-placement^=left]{padding-right:8px}.exactmetrics-tooltip[x-placement^=left] .exactmetrics-tooltip-arrow{border-width:8px 0 8px 8px;border-top-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 8px);margin-left:0;margin-right:0}.exactmetrics-tooltip.popover .popover-inner{background:#fff;color:#6528f5;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.exactmetrics-tooltip.popover .popover-arrow{border-color:#fff}.exactmetrics-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.exactmetrics-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.exactmetrics-roller{display:inline-block;position:relative;width:58px;height:58px}.exactmetrics-roller div{-webkit-animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:29px 29px;-ms-transform-origin:29px 29px;transform-origin:29px 29px}.exactmetrics-roller div:after{content:" ";display:block;position:absolute;width:8px;height:8px;border-radius:50%;background:#6528f5;margin:-4px 0 0 -4px}.exactmetrics-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.exactmetrics-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.exactmetrics-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.exactmetrics-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.exactmetrics-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.exactmetrics-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.exactmetrics-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.exactmetrics-roller div:first-child:after{top:49px;left:44px}.exactmetrics-roller div:nth-child(2):after{top:54px;left:28px}.exactmetrics-roller div:nth-child(3):after{top:48px;left:13px}.exactmetrics-roller div:nth-child(4):after{top:35px;left:5px}.exactmetrics-roller div:nth-child(5):after{top:19px;left:6px}.exactmetrics-roller div:nth-child(6):after{top:8px;left:15px}.exactmetrics-roller div:nth-child(7):after{top:4px;left:29px}@-webkit-keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.exactmetrics-upload-media-wrapper .exactmetrics-dark{display:block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media-label{margin-bottom:0!important}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay{display:none;background:rgba(0,0,0,.7);width:100%;position:absolute;top:0;left:0;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media{color:#fff;text-decoration:underline;margin-left:auto;cursor:pointer;padding:0 10px 10px 0}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media:hover{text-decoration:none}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media:hover .exactmetrics-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media img{max-width:100%;display:inline-block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-input{width:73%;margin-right:2%;float:left;position:relative;margin-top:0}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button{width:25%;float:left;font-size:15px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:active,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:focus,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:hover{outline:none}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button{position:relative!important;margin-left:10px;padding:12px 24px!important}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button:first-child{margin-left:0}.exactmetrics-email-summaries-settings a{color:#6528f5!important}.exactmetrics-email-summaries-settings a:focus,.exactmetrics-email-summaries-settings a:hover{color:#393f4c!important}.exactmetrics-email-summaries-settings .exactmetrics-dark{display:block}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button{position:relative!important;margin-left:10px;padding:12px 24px!important}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button:first-child{margin-left:0}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater{margin-bottom:18px}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=number],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=text],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row textarea{border-color:#9087ac}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid input{border-color:#32a27a}.exactmetrics-email-summaries-settings .exactmetrics-button.exactmetrics-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}.exactmetrics-accordion .exactmetrics-accordion{padding:0;border:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion div:not(:last-child){border-bottom:1px solid rgba(10,10,10,.1)}.exactmetrics-accordion .exactmetrics-accordion div:last-child .exactmetrics-accordion-item-details{border-radius:5px}.exactmetrics-accordion .exactmetrics-accordion dd{margin-left:0;margin-bottom:0}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{cursor:pointer;outline:none}.exactmetrics-accordion .exactmetrics-accordion-item-details-inner,.exactmetrics-accordion .exactmetrics-accordion-item-trigger{padding:0 20px 30px}.exactmetrics-accordion .exactmetrics-accordion-item.is-active .exactmetrics-accordion-item-title{border-bottom:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion-item-title{position:relative;background-color:#fff;cursor:pointer}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text{font-size:20px;margin-bottom:0;padding-right:1.25rem}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text .title{padding-left:15px}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{width:100%;text-align:left;background-color:rgba(0,0,0,0);border:none}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon{display:block;position:absolute;top:0;right:1.5rem;bottom:0;margin:auto;width:8px;height:8px;border-right:2px solid #363636;border-bottom:2px solid #363636;-webkit-transform:translateY(-2px) rotate(45deg);-ms-transform:translateY(-2px) rotate(45deg);transform:translateY(-2px) rotate(45deg);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon.is-active{-webkit-transform:translateY(2px) rotate(225deg);-ms-transform:translateY(2px) rotate(225deg);transform:translateY(2px) rotate(225deg)}.exactmetrics-accordion .exactmetrics-accordion-item-details{overflow:hidden;background-color:#fff;padding-top:15px}.exactmetrics-accordion .exactmetrics-accordion-item-details p,.exactmetrics-accordion .exactmetrics-accordion-item-details ul{font-size:1.2em;line-height:1.8}.exactmetrics-accordion .exactmetrics-accordion-item-enter-active,.exactmetrics-accordion .exactmetrics-accordion-item-leave-active{will-change:height;-webkit-transition:height .2s ease;transition:height .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-enter,.exactmetrics-accordion .exactmetrics-accordion-item-leave-to{height:0!important}body{background:#fff;margin:0}.exactmetrics-admin-page,.exactmetrics-admin-page *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#wpcontent,.auto-fold #wpcontent{padding-left:0}.exactmetrics-highlighted-text{color:#64bfa5;font-weight:700}.exactmetrics-bold{font-weight:700}.exactmetrics-bg-img{width:100%;padding-top:66%;position:relative}.exactmetrics-bg-img:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-size:contain}.exactmetrics-header{padding:20px;background-color:#210f59;position:relative;z-index:90}.exactmetrics-header .exactmetrics-container{width:100%}@media (max-width:959px){.exactmetrics-header .exactmetrics-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.exactmetrics-header .exactmetrics-float-right{text-align:center}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right{text-align:right}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{float:right;background:#fff;color:#210f59}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{display:none}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:focus,.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:hover{color:#6528f5;background:#fff}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button.exactmetrics-button-disabled{color:#9087ac}@media (max-width:959px){.exactmetrics-header .exactmetrics-float-right{text-align:right;width:100%}}.exactmetrics-logo-area{float:left;max-width:calc(100vw - 170px)}.exactmetrics-logo-area img{display:block;max-width:100%}@media (max-width:959px){.exactmetrics-logo-area{width:140px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}}@media (max-width:959px){.exactmetrics-header .exactmetrics-container,.exactmetrics-navigation-bar .exactmetrics-container{padding:0;width:100%}}.exactmetrics-navigation-bar{background:rgba(0,0,0,0);display:inline-block}@media (max-width:959px){.exactmetrics-navigation-bar{padding:0;border:0}}@media (max-width:750px){.exactmetrics-navigation-bar{background:none;margin-right:40px}}.exactmetrics-admin-page{position:relative}.exactmetrics-admin-page .exactmetrics-blocked{position:absolute;top:0;bottom:0;right:0;left:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-header{padding:20px 24px}.exactmetrics-admin-page .exactmetrics-header .exactmetrics-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#210f59}#footer-left .exactmetrics-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#6528f5}#wpfooter{display:none;margin-right:23px;margin-bottom:20px;left:23px;background:rgba(101,40,245,.05);padding:14px 20px;border-radius:5px}#wpfooter a{color:#6528f5}.exactmetrics-container{margin:0 auto;max-width:100%;width:750px}.exactmetrics-admin-page .exactmetrics-navigation-tab-link{text-decoration:none;padding:12px 4px 11px;font-size:15px;color:#fff;display:inline-block;margin-right:20px;line-height:1;outline:none;font-family:Lato,sans-serif;position:relative}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:after{content:"";width:100%;left:0;position:absolute;top:100%;height:2px;border-radius:20px;background:#fff;display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover{border-bottom-color:#fff;color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover:after{display:block}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#fff;cursor:default}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-navigation-tab-link{width:100%;padding:20px 0;color:#fff;font-size:16px;border-top:1px solid #4d3f7a;text-align:left}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:first-child{border-top:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:first-child+.exactmetrics-navigation-tab-link{border-top:0}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active{display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus{color:#fff;text-decoration:none}}.exactmetrics-admin-page .exactmetrics-button{background:#6528f5;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics-admin-page .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-button:hover{background-color:#37276a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-disabled{background:#e9e7ee;color:#9087ac}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary{background:#e9e7ee;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:hover{background-color:#f4f3f7;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green{background:#32a27a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:hover{background-color:#19865f;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text{background:rgba(0,0,0,0);border:none;color:#6528f5;padding:0;border-radius:0;text-decoration:underline}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]{margin-left:10px;min-width:16px;display:inline-block}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]:first-child{margin-left:0;margin-right:10px}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark{color:#210f59}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:hover{color:#6528f5}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-red{background:#e43462;border-color:#e43462;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-large{font-size:15px;padding:14px 30px 12px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{font-size:20px;padding:23px 67px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl i{margin-left:10px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{padding-left:45px;padding-right:45px}}.exactmetrics-admin-page .exactmetrics-spaced-top{margin-top:20px}.exactmetrics-green-text{color:#32a27a;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-left:-18px}}.exactmetrics-mobile-nav-trigger{color:#fff;font-size:15px;font-weight:500;display:inline-block;border:none;background:#37276a;padding:7px 18px;line-height:1.7;margin:0;border-radius:5px}@media (min-width:960px){.exactmetrics-mobile-nav-trigger{display:none}}.exactmetrics-mobile-nav-trigger i{color:#fff;margin-left:25px;vertical-align:middle}.exactmetrics-mobile-nav-trigger.exactmetrics-mobile-nav-trigger-open{border-radius:5px 5px 0 0}@media (max-width:959px){.exactmetrics-main-navigation{background:#37276a;height:0;overflow:hidden;position:absolute;left:24px;right:24px;text-align:left;border-radius:5px 0 5px 5px}.exactmetrics-main-navigation.exactmetrics-main-navigation-open{padding:17px 40px;height:auto;-webkit-box-shadow:0 40px 30px rgba(33,15,89,.1);box-shadow:0 40px 30px rgba(33,15,89,.1)}}@media (min-width:782px){.exactmetrics_page .exactmetrics-swal{margin-left:160px}.auto-fold .exactmetrics_page .exactmetrics-swal{margin-left:36px}}@media (min-width:961px){.auto-fold .exactmetrics_page .exactmetrics-swal{margin-left:160px}.folded .exactmetrics_page .exactmetrics-swal{margin-left:36px}}.exactmetrics_page .exactmetrics-swal .swal2-footer{border-top:none;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;margin-top:0;font-size:15px}.exactmetrics_page .exactmetrics-swal .swal2-footer a{color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-footer a:focus,.exactmetrics_page .exactmetrics-swal .swal2-footer a:hover{color:#37276a}.exactmetrics-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics-modal .exactmetrics-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.exactmetrics-modal .exactmetrics-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.exactmetrics-modal .exactmetrics-modal-inner p{margin-bottom:0}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-modal-buttons{margin-top:50px}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-button{margin:0 10px}.exactmetrics-welcome-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(33,15,89,.9)}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%;border-radius:10px;-webkit-box-shadow:0 20px 80px rgba(13,7,36,.5);box-shadow:0 20px 80px rgba(13,7,36,.5)}.exactmetrics-welcome-overlay .exactmetrics-overlay-close{background:none;border:none;position:absolute;top:5px;right:7px;padding:0;color:#777}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content{height:100%}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content iframe{height:100%;width:100%}.swal2-container.exactmetrics-swal-loading{background:#fff;padding:20px;top:112px;height:auto}.swal2-container.exactmetrics-swal-loading.exactmetrics-swal-full-height{top:32px}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal{width:100%;height:100%;border-radius:10px;background:url(../img/loading-background.jpg) no-repeat bottom #f4f3f7;background-size:cover;-webkit-animation-duration:1ms;animation-duration:1ms}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-icon{visibility:hidden;height:0;padding:0}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-header{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-title{font-size:17px;color:#210f59}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-content{color:#9087ac;margin-top:6px;font-size:15px;line-height:1.75;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-actions button{display:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess{padding:0;background:#f8f6ff}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-icon{visibility:hidden;height:0;width:0;margin:0;padding:0}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal{width:750px;background:none;padding-left:260px;position:relative}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-header{display:block}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-title{font-size:32px;line-height:1.3;color:#210f59;text-align:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content{font-size:15px;line-height:1.75;color:#210f59;text-align:left;margin-bottom:20px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content p{font-size:15px;margin:0;font-weight:500}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-actions{margin:0;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled{margin:0;font-size:15px;padding:16px 23px 14px;outline:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled .monstericon-long-arrow-right-light{margin-left:14px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:hover{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm{background:#32a27a}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:hover{background:#19865f}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-cancel{margin-left:15px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons{position:absolute;left:-35px;top:-15px;width:260px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]{position:absolute;color:#6528f5;opacity:.5;font-size:41px;top:114px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:first-child{font-size:108px;opacity:1;top:-22px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(2){left:35px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-].monstericon-exclamation-em-solid:nth-child(2){left:50px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(3){top:147px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(4){left:185px}.exactmetrics_page .exactmetrics-swal .swal2-title{line-height:1.2}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info{border:none;border-radius:0}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error:before,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f064";font-size:80px;color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-icon-text,.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-x-mark{display:none}.exactmetrics_page .exactmetrics-swal .swal2-styled{border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm{background:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:hover{background-color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel{background:#e9e7ee;color:#37276a}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:hover{background-color:#f4f3f7;color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-popup{border-radius:10px;padding:40px}.exactmetrics-list-check ul{margin:0;list-style:none;padding-left:0}.exactmetrics-list-check li{font-size:15px;margin-top:18px;padding-left:30px;position:relative;color:#fff}.exactmetrics-list-check li:first-child{margin-top:0}.exactmetrics-list-check li:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f045";font-size:15px;margin-right:10px;color:#fff;position:absolute;left:0;top:0}.exactmetrics-settings-input-select-input .multiselect__tags-wrap{position:relative}.exactmetrics-settings-input-select-input .multiselect__tags-wrap:after{content:attr(data-text);display:inline-block;position:relative;color:#9087ac;bottom:0;background:#fff;border-radius:4px;font-size:14px;vertical-align:top;padding:8px 15px}.exactmetrics-settings-input-select-input .multiselect__placeholder{display:none}.multiselect__content-wrapper{left:30px}.exactmetrics-semrush-cta{background:#f4f3f7;border-left:3px solid #6528f5;padding:20px 26px;border-radius:3px 0 0 3px;position:relative}.exactmetrics-semrush-cta br{display:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-close{position:absolute;top:12px;right:12px;cursor:pointer;border:0;background:rgba(0,0,0,0);padding:0;margin:0;outline:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.exactmetrics-semrush-cta .exactmetrics-button{background:#6528f5;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.exactmetrics-semrush-cta .exactmetrics-button:active,.exactmetrics-semrush-cta .exactmetrics-button:focus,.exactmetrics-semrush-cta .exactmetrics-button:hover{background:#6333d4;outline:none}.exactmetrics-row-highlight{-webkit-animation-name:color;animation-name:color;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:2;animation-iteration-count:2}@-webkit-keyframes color{0%{background-color:#fff}50%{background-color:#509fe2}to{background-color:#fff}}@keyframes color{0%{background-color:#fff}50%{background-color:#509fe2}to{background-color:#fff}}
lite/assets/vue/css/chunk-common.rtl.css CHANGED
@@ -1 +1 @@
1
- @import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);strong[data-v-a9c27d52]{display:block}[data-v-6038a3d0]{will-change:height;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.expand-enter-active,.expand-leave-active{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out;overflow:hidden}.expand-enter,.expand-leave-to{height:0}.exactmetrics-dark[data-v-54110c18]{display:block}.exactmetrics-reset-default[data-v-54110c18]{margin-right:5px}.exactmetrics-dark[data-v-7262cc05]{display:block}.exactmetrics-admin-page .exactmetrics-floating-bar{background:#6528f5;color:#fff;font-size:16px;line-height:140%;padding:16px 58px 16px 32px;text-align:right;position:relative;margin:-20px -20px 20px}.exactmetrics-admin-page .exactmetrics-floating-bar:before{content:"";width:16px;height:16px;background:url(../img/icon-info.svg) no-repeat 50%;position:absolute;right:32px;top:20px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-floating-bar{margin-top:-10px;padding-left:20px;padding-right:20px}}.exactmetrics-admin-page .exactmetrics-floating-bar>span>span{font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a{text-decoration:underline;color:#fff;font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a:focus,.exactmetrics-admin-page .exactmetrics-floating-bar a:hover{color:#fff;text-decoration:none}.exactmetrics-admin-page .exactmetrics-floating-bar .exactmetrics-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:16px;position:absolute;left:15px;top:calc(50% - 5px);margin-top:-10px;opacity:.5;cursor:pointer}.exactmetrics-admin-page .exactmetrics-slide-enter-active,.exactmetrics-admin-page .exactmetrics-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.exactmetrics-admin-page .exactmetrics-slide-enter-to,.exactmetrics-admin-page .exactmetrics-slide-leave{max-height:100px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-slide-enter,.exactmetrics-admin-page .exactmetrics-slide-leave-to{overflow:hidden;max-height:0}.exactmetrics-container[data-v-102a61b0]:after{display:table;clear:both;content:""}.exactmetrics-quick-links{position:fixed;bottom:25px;left:25px;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;width:60px;height:60px;border-radius:50%;background:#6528f5;z-index:1000;padding:5px 10px}.exactmetrics-quick-links.exactmetrics-quick-links-open,.exactmetrics-quick-links:focus,.exactmetrics-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-label{border-radius:50%;background:rgba(0,0,0,0);position:absolute;right:6px;left:2px;top:6px;bottom:2px;padding:6px 8px 6px 6px;display:block;width:44px;outline:none;cursor:pointer;border:none}.exactmetrics-quick-links-open .exactmetrics-quick-links-label .exactmetrics-quick-link-title{opacity:0;pointer-events:none}.exactmetrics-bg-img.exactmetrics-quick-links-mascot{padding-top:100%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;display:block}.exactmetrics-bg-img.exactmetrics-quick-links-mascot:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUUAAABKCAMAAAAbi7YOAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAQN8ggL9g758QMLB5cwNv+5BQz14J9tSPF/HkxgdXSA0B7aqbpCkk2oRouDvLloobEug208uV8wAACFtJREFUeNrs1+1yojAUBuATIEBABVHU+t1aa+u222597//a1hgJKFaFdWY70zw/nCmaCX3nnHxQRX/ePyFZ63sy6km7I2Q6M5NjLa9jFC1sMqp6WuBI71GQUcXk3UPZaN0i41rz7ie0uINcn5FRY0EcBzTrI7c0y+M1Vo8xtP5U9nCrOYIWN/6QcV7qDKENnTkpH7970J7dCRlfm3RHhQz9YtGtFjG0N7M8fm0zRu5XQAfukzdosf9Exil3y2LXTstdO18/HHa7cWze7BUjmpwOuh1Ds1xzKTySWMj5Nn0l4MjxDRm5YIwcD+iMVvIMrbdYkaGIZQxtlKQXe/8TmmeWx71W0T1ddvfYg8ZTMurZcGihibGu+2kfGXMEr++uMYKyIOOsdMWm04R9TM4d00f000ymDed6v/sxpOH4ZdOishdIHv0w818x6onDgEqaPzPFF1TysFizJzuYRb96QK/dMinu9CtlGH1Qxn5/AMZ39VIM+KGQbsnnnNERm3MuqCqbo2PTZc8VWng5p6IVB55FrRQZDll0Sx7A6YgDIKCqfAA+XdbE1abH/dsaAH3xHVJs+1sJKeLUkdUC4J4pOgBUFgLgdNk8jHGV3pTKHGDxHVK0sOWQEqD8v7vYiiqnGHjwEroGa1w2Vu9YFgLsu6WYQGLlH7Qrp0g2E3Qr9gjjlE5JH9Bp1U0xdDPJLVOMIPmlUkRYJcXbawCvOrdZ4yV61cl1Ec/qpuiQdssU24D82z783gM6/zXF9A18H9v9bBwDiPkTKXMLi2+WYgg4HGgflmIEeP81xU2MLinTHpTPjT62D9NbpMjy1k5cKVCPnZDzASPhSoIUEfkdi+935e1zD1vh/gcciBjgCcpwwJc55U/YIOQ87NokCcdpA3Acp0vEdp+unNWW3zjieIx+h5DLVyhKm4/+VziGK71AZvqpDoTdIkXbg8SyRcwS8k1DKCErbBnC8aBY8gEKbHVcZGQBTnE2WxSa3ObYc1QhZjiRIz99SBHZ+aBAj/F3uXY9SAen8rtnnPM2Kd8X1/uWBpr/uruwfGu1hLB0HraFjM5YPdWccooAAnJVMepS3IWb7Gf3oPmnUnSxwwopRshZdvGU0SFtibNCvf7klqQMMaiZoubvdwVpMNBFovIsYjpErXucYqBaVxdjFkUHcPOqb7uMRZacj+RqIUOSC4pK0UIncqNQ5Cm6gEyXMZcDHUHEd41gOwCS6y6COrEUBeP9hjPC421SLIZmqTP9qRR9FHkRcc693Rh1VWZq/kgXo68mCIF2VgpWkN8LWb676EnDfRnbeVPI0HZc2cMiG+gXt7H+VSm2/rZzts2JwkAAzgsQgneCYrVYq6117LVaXzr7/3/bDZc0GxLlkPFjni9VEHQel91NLCkAiY3Fw30skgzdcIx8ESV5jBa5fvcxTRhAzL0anaiLTAor63EV6qnJknbd8S0yTpoWU3OMs4NwSrnVEbayI4oFIBttdgrHO1nE5DOxEiW3wpLWMtBYlHudji4P6q/Q0RLrk5f4HD+I8C2mriymtyGizgUuQ/wF2genbj4B0c32CeCzp0XBNCMMDW0VzWX2HqofsCv9Il5jKhgnSgRVMaoOKwEibhAA3LNIHYtZY0IIQzaixOF9mVxjY84hv/Ai1xf0CiC7W9dNwTKX2qfKtUUcEfsWje8IgxJDL9Oi/JLlWXQvXOr25JjE4wnpyPvaNDPbEhRmynMDT693s6jbw0e0yIgi6WyRqaqpgpFy9RSNdLDIWiwiEcMP24kY/gyJgo9YAdNZ/oLN8obcy2KEeVGVA2z60obFuMWi9qKDMUcpumGsa1Jqk7kWY7RoN08eNIrFDQPZiT3Ded6vsmecH4Viey+LvFmjc/NV48gGddZQ7lrEkNPBWCdHfFFiOh6Hdovy6hQvH6kvugtyBk8VuUQ2hzfS12JKDdLpF2OUmtaXlN5Ffw5lk38DQTZxLKr9jdhmVrqIsJFUcN7BouqxG64y9ZGV4Iw4bDe7+AJMNTse5xnMT30tuiM3PWhRrUyOFRuEsFMY0xuZmoLgjsWx5U0KnR3s7ltaTYosIR53sEit9kdO1LlyJ4EgewFX2TwTl+cY4Be5i0UzCfETkhl24Qj1jx2hRceCWyoibBxB/ZZOS22p3aJOy6z2LSmr32iMjayXMoeD1gGMq/F9oXrvu1jkZhKCmjmdHBpg44eU0rE4asxpcy7tWUZmtVBxKfCoNos6aGsYE1aRG6SpuNAwnBm0Mds3lI+/Ad4e7mUxxoIzMmUlF6CJ7KLCMBKlkxexXfSgaMoehneySOQIj0kacyIpcXiYQTuL8VnPeVfLGcA0Ij1/1WcOPGE1pc5WrKZWxlP2L24yrjcpkliF08/zuN6phAyYKjk+9Sm4fpjqIbq09un2nrGBe4g+Rs15RFI/Zdh1+xLaWe+izyQ/LuZ4J2Uni/3JKCc+Ejf3Pe3tJ+A0k16h9hk+igK6UZS/H8J/O13m9URbWR5iNi/mbPCxQofIy5sKWBJoZygrXskhucTqS5chEugLHYDmQAL9qA5z0EzDjZX9kPkaDL9JoHZCLd471CQ6A+Qj3HKurCwZGIpN9Z9Xbwd2A7QnAc3DowCDyB/IdV5GUzB8h7UPGlRpAQa2fL2mO7Ecro/Bocu+w929jYQ4CGvCXGL5B5DDyWvA7YQIi3D33xXOx7W9HJYkNvJoJ8SwVlYL2RsgX2MrED+tQC0+TiTQwnBVWrbMajD7EpBBGKzctHYliEPlrUi0CneVd6H6mFvpMa8iy+F3WP6lM3xgiVuHhNgXWoJHsQvrvtzI8+81NJmtQndzO+fDHJCnKBSVfmxNepweKxLoy+qrqB3uMhIw/AWFbdSoUycRogAAAABJRU5ErkJggg==);background-size:auto 85%;background-position:100% 0}.exactmetrics-quick-links-menu{position:absolute;bottom:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;left:6px;margin-bottom:10px}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item{display:block;width:48px;height:48px;background:#6528f5;border-radius:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;position:relative;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;margin-bottom:6px;color:#fff;text-decoration:none;text-align:center;font-size:18px;line-height:48px}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item:hover{color:#fff;background:#37276a;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade{background-color:#32a27a}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade:hover{background-color:#19865f}.exactmetrics-quick-link-title{position:absolute;left:100%;margin-left:12px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-14px;line-height:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;outline:none}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,d09GMgABAAAAAAjoAAsAAAAAMGgAAAidAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGVgDWYgpQdQE2AiQDCAsGAAQgBYUOBy4bvi8lYxtWw7BxAPB87x5FmeAMlf3/96RzDN74RcXUcjTKmrJ3T2VDSShiPhfiIJxxS7DiLkHFfQV33CM4427mAred74pWur/J3dyVsKy7coREA8fzvPvpfUk+tB3R8YTCzE0SCLepejmJ2u1yqp+kC7W4Rc/tDTs3GpNJ8ttRPOSTPhsXlwbi4kVYWQmAcXmlrqYHMMsBwP/zHMz7fkF1gijOKuFQIxjwlGa2lkARhYaBxFHT54IOgBMQADi3LipIMAA3geO41EUkBTCO2gkxnOwnKYBx1E6p5WS+QUCMq50rNch6MwUCAAiAcdgttYVSIfPJ5kn6ApRFQ6I88BxLvvIC/maHUHS3TIoKiwLbbM8nEFWgE1oDz3woSxpagWbBXcQWhKtPeIlg6tK+7vX57QOszwU3sGUJrA7h2Mx1IWCNr9BKxsYo+pzS/OCO0OG9mwBkx337+lcuSxRdBcc+fJxlcAjK/zCfdgtBzuxQcTqfY4Yn6EB/Az3JS/RMu5f6B8wrn55S0IxdlLn+4Yb/ctIT+ocWYPcGAOvxSjEjpSiVMqSgFWVjzpCCXjAIRirTABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REdFDlkZEh2jE3SKztA5ukCX6Apdoxt0i+7QPXpAj+gJPaMX9Ire0Dv6QJ/oC/qKvqHv6Af6iX6h3+gP+ov+of+I+ECMxETMiDmxIJbEilgTG2JL7Ig9cSCOxIk4ExfiStyIO/EgnsSLeBMf4kv8iD/taQANoiE0jEbQKBpD42gCTaIpNI1m0CyaQ/NoAS2iJbSMVtAqWkPraANtoi20jXbQLtpD++gAHaIjdIxO0Ck6Q+foAl2iK3SNbtAtukP36AE9oif0jF7QK3pD79B79AF9RJ/QZ/QFfUXf0Hf0A/1Ev9Bv9Af9Rf/Qf9DQABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REfoGJ2gU3SGztEFukRX6BrdoFt0h+7RA3pET+gZvaBX9Aa9Re/Qe/QBfUSf0Gf0BX1F39B39AP9RL/Qb/QH/UX/0P8l9vq9gXwDIUCliyAhRAgTIoQoIUaIExKEJCFFSBMyhCwhR8gTCoQioUQoEyqEKqFGqBMahCahRWgTOoQuoUfoEwaEIWFEGBMmhClhRpgTFoQlYUVYEzaELWFH2BMOhGPCCeGUcEY4J1wQLglXhGvCDeGWcEe4JzwQHglPhGfCC+GV8EZ4J3wQPglfhG/CD+GX8Ef4p9sdgoQQIUyIEKKEGCFOSBCShBQhTcgQsoQcIU8oEIqEEqFMqBCqhBqhTmgkNBGaCS2EVkIboZ3QQegkdBG6CT2EXkIfoZ8wQBgkDBGGCSOEUcIYYZwwQZgkTBGmCTOEWcIcYZ6wQFgkLBGWCSuEVcIaYZ2wQdgkbBG2CTuEXcIeYZ9wQDgkHBGOCSeEU8IZ4ZxwQbgkXBGuCTeEW8Id4Z7wQHgkPBGeCS+EV8Ib4Z3wQfgkfBG+CT+EX8If4Z8AZpAQIoQJEUKUECPECQlCkpAipAkZQpaQI+QJBUKRUCKUCRVClVAj1AkNQpPQIrQJHUKX0CP0CQPCkDAijAkTwpQwI8wJC8KSsCKsCRvClrAj7AkHwpFwIpwJF8IV4ZpwQ7gl3BHuCQ+ER8IT4ZnwQnglvBHeCR+ET8IX4ZvwQ/gl/BH+lzv+AmMkTYAmSBOiCdNEaKI0MZo4TYImSZOiSdNkaLI0OZo8TYGmSFOiKdNUaKo0NZo6TYOmSdOiadN0aLo0PZo+zYBmSDOiGdNMaKY0M5o5zYJmSbOiWdNsaLY0O5o9zYHmmOaE5pTmjOac5oLmkuaK5prmhuaW5o7mnuaB5pHmieaZ5oXmleaN5p3mg+aT5ovmm+aH5pfmj2ZRAqCCoEKgwqAioKKgYqDioBKgkqBSoNKgMqCyoHKg8qAKoIqgSqDKoCqgqqBqoOqgGkE1gWoG1QKqFVQbqHZQHaA6QXWB6gbVA6oXVB+oflADoAZBDYH+uxaEWDBiIYiFIhaGWDhiEYhFIhaFWDRiMYjFIhaHWDxiCYglIpaEWDJiKYilIpaGWDpiGYhlIpaFWDZiOYjlIpaHWD5iBYgVIlaEWDFiJYiVIlaGWDliFYhVIlaFWDViNYjVIlaHWD1iDYg1ItaEWDNiLYi1ItaGWDtiHYh1ItaFWDdiPYj1ItaHWD9iA4gNIjaE2DBiI4iNIjaG2DhiE4hNIjaF2DRiM4jNIjaH2DxiC4gtIraE2DJiK4itIraG2DpiG4htIraF2DZiO4jtIraH2D5iB4gdInaE2DFiJ4idInaG2DliF4hdInaF2DViN4jdInaH2D1iD4g9IvaE2DNiL4i9IvaG2DvE3iP2AbGPiH1C7DNiXxD7itg3xL4j9gOxn4j9Quw3Yn8Q+4vYP8T+M6cIDBz9EXfeUHR1JyygPL/++I3R1cRvdDr+E12Jfh3Q0EN/fHn2mXptpJxUkIqu/Cs2egM33OjSLcT33I82+B9nP37X/c0W52623s45CYCo03QIBCVrAFAycnSYSqvO4YJt/NP73YqA/giNZhJ6sBbmql+0SQZaxNOZudJbc2nqxNvpM+veq7Sz2LUgFEu+VLs+Ay3yp7MVertp6i23v2Rmv5gmHDhSQ6t5GmTaqTsqhpWwmbOk3uKJrNOmwSSMC17jghqygilDOUU3KlLmHHNrajw3DVNVGWytGZDisM/cbkdRnvfIUJkaGJlgAYcoQ5bGptTmGc1R7pBC3XhFsLXnXR54qrMc+dGNBkqE4laBi4KmZYGom8vIy0lTyBkppBjLoTndMmrofIRORirsNlCbXzCgulmo36KztS2iV8rrNoRUL5VdkMSGoSXroC1KOQAA) format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAAusAAsAAAAAMGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZjRmM5Y21hcAAAAYQAAAgCAAArYmjjYVVnbHlmAAAJiAAAAEEAAABQiOYj2mhlYWQAAAnMAAAALgAAADYR8XmmaGhlYQAACfwAAAAcAAAAJAqNAyNobXR4AAAKGAAAAAgAAAAIAyAAAGxvY2EAAAogAAAABgAAAAYAKAAAbWF4cAAACigAAAAeAAAAIAEOACJuYW1lAAAKSAAAAUIAAAKOcN63t3Bvc3QAAAuMAAAAHQAAAC5lhHRpeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGScwDiBgZWBgSGVtYKBgVECQjMfYEhiYmFgYGJgZWbACgLSXFMYHIAq/rNfAHK3gEmgASACAIekCT4AAHic7dhl0zDVmUXh5+XFHYK7E0IguFtwt4QQgmtwd3d3d7cED+4SXIO7u7vbsNfaUzU1fyGcu66u1adOf+6uHhgYGGpgYGDwL37/iyEHBoZZcWDQLzUw9NK/7A5if/DA8OwPOfQknBky+0P8/PPPOcd1UJ785frr/Dq/zq/z6/w3zsCgoX/xX74GRsxbcYpRB1iDB/7PGvT/DFGDenBwe8hKD1XpoSs9TKWHrfRwlR6+0iNUesRKj1TpkSs9SqVHrfRolR690r+p9BiVHrPSY1V67EqPU+lxKz1epcev9ASVnrDSE1V64kpPUulJKz1ZpSev9BSVnrLSU1V66kr/ttLTVPp3lZ62/KJSerpKT1/pP1R6hkrPWOmZKj1zpWep9KyVnq3Ss1d6jkrPWem5Kj13peep9LyVnq/S81d6gUr/sdILVnqhSi9c6UUqvWilF6v04pVeotJLVnqpSi9d6WUqvWyll6v08pVeodIrVvpPlf5zpVeq9F8qvXKl/1rpVSr9t0qvWunVKr16pdeo9JqVXqvSa1d6nUqvW+n1Kr1+pTeo9N8rvWGlN6r0xpXepNKbVnqzSm9e6S0qvWWlt6r01pXeptLbVnq7Sm9f6R0qvWOld6r0zpXepdK7Vnq3Su9e6T0qvWel96r03pXep9L7Vnq/Su9f6QMqfWClD6r0wZU+pNKHVvqwSh9e6SMqfWSlj6r00ZU+ptLHVvq4Sh9f6RMqfWKlT6r0yZU+pdKnVvq0Sp9e6TMqfWalz6r02ZU+p9LnVvq8Sp9f6QsqfWGl/1Hpf1b6okpfXOlLKn1ppS+r9OWVvqLS/6r0lZW+qtJXV/qaSl9b6esqfX2lb6j0jZW+qdI3V/qWSt9a6dsqfXul76j0vyt9Z6XvqvTdlb6n0vdW+r5K31/pByr9YKUfqvTDlX6k0v+p9KOVfqzSj1f6iUo/WemnKv10pZ+p9LOVfq7Sz1f6hUq/WOmXKv1ypV+p9KuVfq3Sr1f6jUq/Wem3Kv12pd+p9LuVfq/S71f6g0p/WOmPKv1xpT+p9KeV/qzSn1f6i0p/WemvKv11pb+p9LeV/q7S31f6h0r/WOmfKv1zDfI26KKHED1Y9JCihxI9tOhhRA8rejjRw4seQfSIokcSPbLoUUSPKno00aOL/o3oMUSPKXos0WOLHkf0uKLHEz2+6AlETyh6ItETi55E9KSiJxM9uegpRE8peirRU4v+rehpRP9O9LSify96OtHTi/6D6BlEzyh6JtEzi55F9KyiZxM9u+g5RM8pei7Rc4ueR/S8oucTPb/oBUT/UfSCohcSvbDoRUQvKnox0YuLXkL0kqKXEr206GVELyt6OdHLi15B9Iqi/yT6z6JXEv0X0SuL/qvoVUT/TfSqolcTvbroNUSvKXot0WuLXkf0uqLXE72+6A1E/130hqI3Er2x6E1Ebyp6M9Gbi95C9JaitxK9tehtRG8rejvR24veQfSOoncSvbPoXUTvKno30buL3kP0nqL3Er236H1E7yt6P9H7iz5A9IGiDxJ9sOhDRB8q+jDRh4s+QvSRoo8SfbToY0QfK/o40ceLPkH0iaJPEn2y6FNEnyr6NNGniz5D9JmizxJ9tuhzRJ8r+jzR54u+QPSFov8h+p+iLxJ9sehLRF8q+jLRl4u+QvS/RF8p+irRV4u+RvS1oq8Tfb3oG0TfKPom0TeLvkX0raJvE3276DtE/1v0naLvEn236HtE3yv6PtH3i35A9IOiHxL9sOhHRP9H9KOiHxP9uOgnRD8p+inRT4t+RvSzop8T/bzoF0S/KPol0S+LfkX0q6JfE/266DdEvyn6LdFvi35H9Lui3xP9vugPRH8o+iPRH4v+RPSnoj8T/bnoL0R/Kfor0V+L/kb0t6K/E/296B9E/yj6J9E/K/2/v/npoocQPVj0kKKHEj206GFEDyt6ONHDix5B9IiiRxI9suhRRI8qejTRo4v+jegxRI8peizRY4seR/S4oscTPb7oCURPKHoi0ROLnkT0pKInEz256ClETyl6KtFTi/6t6GlE/070tKJ/L3o60dOL/oPoGUTPKHom0TOLnkX0rKJnEz276DlEzyl6LtFzi55H9Lyi5xM9v+gFRP9R9IKiFxK9sOhFRC8qejHRi4teQvSSopcSvbToZUQvK3o50cuLXkH0iqL/JPrPolcS/RfRK4v+q+hVRP9N9KqiVxO9uug1RK8pei3Ra4teR/S6otcTvb7oDUT/XfSGojcSvbHoTURvKnoz0ZuL3kL0lqK3Er216G1Ebyt6O9Hbi95B9I6idxK9s+hdRO8qejfRu4veQ/SeovcSvbfofUTvK3o/0fuLPkD0gaIPEn2w6ENEHyr6MNGHiz5C9JGijxJ9tOhjRB8r+jjRx4s+QfSJok8SfbLoU0SfKvo00aeLPkP0maLPEn226HNEnyv6PNHni75A9IWi/yH6n6IvEn2x6EtEXyr6MtGXi75C9L9EXyn6KtFXi75G9LWirxN9vegbRN8o+ibRN4u+RfStom8TfbvoO0T/W/Sdou8Sfbfoe0TfK/o+0feLfkD0g6IfEv2w6EdE/0f0o6IfE/246CdEPyn6KdFPi35G9LOinxP9vOgXRL8o+iXRL4t+RfSrol8T/broN0S/Kfot0W+Lfkf0u6LfE/2+6A9Efyj6I9Efi/5E9KeiPxP9uegvRH8p+ivRX4v+RvS3or8T/b3oH0T/KPon0T9rYND/AOaSEScAAHicY2BiAAKmPSy+QEqUgYFRUURcTFzMyNzM3MxEXU1dTYmdjZ2NccK/K5oaLm6L3Fw0NOEMZoVAFD6IAQD4PA9iAAAAeJxjYGRgYADilrme/fH8Nl8ZuNkvAEUYbnDPcEOmmfaw+AIpDgYmEA8AHMMJGAAAeJxjYGRgYL/AAATMCiCSaQ8DIwMqYAIAK/QBvQAAAAADIAAAAAAAAAAoAAB4nGNgZGBgYGIQA2IGMIuBgQsIGRj+g/kMAArUATEAAHicjY69TsMwFIWP+4doJYSKhMTmoUJIqOnPWIm1ZWDq0IEtTZw2VRpHjlu1D8A7MPMczAw8DM/AifFEl9qS9d1zzr3XAK7xBYHqCHTdW50aLlj9cZ1057lBfvTcRAdPnlvUnz23mXj13MEN3jhBNC6p9PDuuYYrfHquU//23CD/eG7iVnQ9t9ATD57bWIgXzx3ciw+rDrZfqmhnUnvsx2kZzdVql4Xm1DhVFsqUqc7lKBiemjOVKxNaFcvlUZb71djaRCZGb+VU51ZlmZaF0RsV2WBtbTEZDBKvB5HewkLhwLePkhRhB4OU9ZFKTCqpzems6GQI6Z7TcU5mQceQUmjkkBghwPCszhmd3HWHLh+ze8mEpLvnT8dULRLWCTMaW9LUbanSGa+mUjhv47ZY7l67rgITDHiTf/mAKU76BTuXfk8AAHicY2BigAARBuyAiZGJkZmBJSWzOJmBAQALQwHHAAAA) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}[class*=monstericon-]:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\f01b"}.monstericon-times:before{content:"\f021"}.monstericon-info-circle-regular:before{content:"\f01e"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\f01f"}.monstericon-warning-triangle:before{content:"\f020"}.monstericon-files:before{content:"\f028"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-expand:before{content:"\f02d"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-amp-icon:before{content:"\f000"}.monstericon-fbia:before{content:"\f001"}.monstericon-google-optimize:before{content:"\f002"}.monstericon-ads:before{content:"\0041"}.monstericon-affiliate:before{content:"\0042"}.monstericon-compatibility:before{content:"\0043"}.monstericon-demographics:before{content:"\0044"}.monstericon-download:before{content:"\0046"}.monstericon-ecommerce:before{content:"\0047"}.monstericon-engagement:before{content:"\0048"}.monstericon-forms:before{content:"\0049"}.monstericon-links:before{content:"\004a"}.monstericon-memberships:before{content:"\004b"}.monstericon-notifications:before{content:"\004c"}.monstericon-performance:before{content:"\004d"}.monstericon-permissions:before{content:"\004e"}.monstericon-reporting:before{content:"\004f"}.monstericon-social:before{content:"\0050"}.monstericon-video:before{content:"\0051"}.monstericon-times:before{content:"\f014"}.monstericon-check:before{content:"\f015"}.monstericon-info:before{content:"\f016"}.monstericon-exclamation-triangle:before{content:"\f017"}.monstericon-user:before{content:"\f018"}.monstericon-eye:before{content:"\f019"}.monstericon-info-circle:before{content:"\f01a"}.monstericon-info-circle-btm:before{content:"\f01c"}.monstericon-chevron-up:before{content:"\f01f"}.monstericon-times-fas:before{content:"\f021"}.monstericon-check-circle:before{content:"\f022"}.monstericon-exclamation-circle:before{content:"\f023"}.monstericon-star:before{content:"\f025"}.monstericon-times-circle-fas:before{content:"\f026"}.monstericon-check-circle-far:before{content:"\f027"}.monstericon-file-alt:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user-far:before{content:"\f02a"}.monstericon-eye-far:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand-alt:before{content:"\f02d"}.monstericon-compress-arrows-alt:before{content:"\f02e"}.monstericon-compress:before{content:"\f02f"}.monstericon-badge-check:before{content:"\f034"}.monstericon-download-em:before{content:"\f035"}.monstericon-globe:before{content:"\f036"}.monstericon-wand-magic:before{content:"\f037"}.monstericon-mouse-pointer:before{content:"\f038"}.monstericon-users:before{content:"\f039"}.monstericon-file-certificate:before{content:"\f03a"}.monstericon-bullseye-arrow:before{content:"\f03b"}.monstericon-cash-register:before{content:"\f03c"}.monstericon-chart-line:before{content:"\f03d"}.monstericon-clock:before{content:"\f03e"}.monstericon-box:before{content:"\f03f"}.monstericon-sack-dollar:before{content:"\f040"}.monstericon-browser:before{content:"\f041"}.monstericon-eye-em:before{content:"\f042"}.monstericon-newspaper:before{content:"\f043"}.monstericon-mobile:before{content:"\f044"}.monstericon-check-em-light:before{content:"\f045"}.monstericon-times-em-lite:before{content:"\f046"}.monstericon-code:before{content:"\f047"}.monstericon-clipboard:before{content:"\f048"}.monstericon-upload:before{content:"\f049"}.monstericon-clone:before{content:"\f04a"}.monstericon-id-card:before{content:"\f04b"}.monstericon-user-friends:before{content:"\f04c"}.monstericon-file-alt-em:before{content:"\f04d"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-comment-alt-check:before{content:"\f04f"}.monstericon-arrow-circle-up:before{content:"\f050"}.monstericon-search-em:before{content:"\f051"}.monstericon-list-ol:before{content:"\f052"}.monstericon-hand-pointer:before{content:"\f053"}.monstericon-folder:before{content:"\f054"}.monstericon-sign-out-em-solid:before{content:"\f055"}.monstericon-external-link-alt:before{content:"\f056"}.monstericon-copy:before{content:"\f057"}.monstericon-sync:before{content:"\f058"}.monstericon-flag:before{content:"\f059"}.monstericon-building:before{content:"\f05a"}.monstericon-chart-bar:before{content:"\f05b"}.monstericon-shopping-bag:before{content:"\f05c"}.monstericon-exchange-alt:before{content:"\f05d"}.monstericon-plus:before{content:"\f05e"}.monstericon-tachometer-alt:before{content:"\f05f"}.monstericon-media:before{content:"\f072"}.monstericon-tag:before{content:"\f060"}.monstericon-check-circle-em:before{content:"\f061"}.monstericon-bullseye:before{content:"\f062"}.monstericon-rocket:before{content:"\f063"}.monstericon-exclamation-square:before{content:"\f064"}.monstericon-trash:before{content:"\f065"}.monstericon-user-em:before{content:"\f066"}.monstericon-unlock:before{content:"\f067"}.monstericon-exclamation-em-solid:before{content:"\f068"}.monstericon-key-em:before{content:"\f069"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-plug-light:before{content:"\f06b"}.monstericon-align-left-regular:before{content:"\f06c"}.monstericon-envelope-solid:before{content:"\f06f"}.monstericon-comment-alt-lines-solid:before{content:"\f06e"}.monstericon-arrow-circle-up-light:before{content:"\f071"}.monstericon-megaphone-solid:before{content:"\f070"}.monstericon-arrow-circle-up-light :before{content:"\f071"}@media (max-width:782px){.exactmetrics-notices-area{margin-right:10px;margin-left:10px}}.exactmetrics-notice .exactmetrics-notice-inner{position:relative;color:#210f59;padding:32px 45px;border:1px solid #f4f3f7;border-bottom:3px solid;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);border-radius:10px;background:#fff;margin-top:40px}.exactmetrics-notice .exactmetrics-notice-inner .notice-title{color:#fff;font-weight:700;display:block;margin:0 0 6px;padding:0;font-size:17px}@media (max-width:782px){.exactmetrics-notice .exactmetrics-notice-inner{padding:10px}}.exactmetrics-notice .exactmetrics-notice-inner .notice-content{padding-right:92px;background:#fff;line-height:1.75;font-size:15px;position:relative}.exactmetrics-notice .exactmetrics-notice-inner .notice-content:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:48px;right:0;position:absolute;top:0;line-height:1}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner{border-bottom-color:#d83638}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner .notice-content:before{content:"\f064";color:#d83638}.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-inner{border-bottom-color:#fa0}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-inner{border-bottom-color:#4d3f7a}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner{border:1px solid #6528f5;border-right-width:3px;color:#777}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner .exactmetrics-button{color:#fff;margin:15px 0 0}.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-inner{border-bottom-color:#32a27a}.exactmetrics-notice .notice-content{margin-left:20px}.exactmetrics-notice .notice-content a{color:#210f59}.exactmetrics-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#e9e7ee;position:relative;float:left}.exactmetrics-notice .dismiss-notice:focus,.exactmetrics-notice .dismiss-notice:hover{color:#210f59}.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-left:-20px;margin-right:auto}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{margin-right:0}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:10px;margin-right:0}}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-button{margin-top:10px;margin-right:0;color:#fff}body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:42px;left:auto;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{border-radius:5px;padding:17px 28px;border:1px solid #f4f3f7;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);min-width:380px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{color:#210f59;font-size:15px;font-weight:700;line-height:1.5;margin-right:32px;margin-top:-3px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{font-size:26px;width:18px;height:18px;line-height:10px;position:absolute;left:14px;top:19px;color:#9087ac}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:27px;height:24px;min-width:27px;margin:0;border:0;color:#9087ac}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;right:0}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{top:0;right:0;border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line]{display:none}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;right:.0625em;width:0}54%{top:1.0625em;right:.125em;width:0}70%{top:2.1875em;right:-.375em;width:3.125em}84%{top:3em;right:1.3125em;width:1.0625em}to{top:2.8125em;right:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;right:.0625em;width:0}54%{top:1.0625em;right:.125em;width:0}70%{top:2.1875em;right:-.375em;width:3.125em}84%{top:3em;right:1.3125em;width:1.0625em}to{top:2.8125em;right:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;left:2.875em;width:0}65%{top:3.375em;left:2.875em;width:0}84%{top:2.1875em;left:0;width:3.4375em}to{top:2.375em;left:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;left:2.875em;width:0}65%{top:3.375em;left:2.875em;width:0}84%{top:2.1875em;left:0;width:3.4375em}to{top:2.375em;left:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}5%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}12%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}5%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}12%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.exactmetrics_page body.swal2-toast-shown .swal2-container,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top{top:0;left:auto;bottom:auto;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;left:0;bottom:auto;right:auto}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;left:auto;bottom:auto;right:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;left:auto;bottom:auto;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center{top:50%;left:auto;bottom:auto;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;left:0;bottom:auto;right:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;left:auto;bottom:0;right:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;left:auto;bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;left:0;bottom:0;right:auto}.exactmetrics_page body.swal2-toast-column .swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;height:2.2em;margin-top:.3125em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.exactmetrics_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .6em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.exactmetrics_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4);box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:50%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;right:-.9375em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:2em 2em;-ms-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:0 4em 4em 0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;right:.9375em;-webkit-transform-origin:100% 2em;-ms-transform-origin:100% 2em;transform-origin:100% 2em;border-radius:4em 0 0 4em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;right:.4375em;width:.4375em;height:2.6875em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;right:.1875em;width:.75em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;left:.1875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.exactmetrics_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(-2deg);transform:translateY(-.625em) rotate(-2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(2deg);transform:translateY(0) rotate(2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(-2deg);transform:translateY(.3125em) rotate(-2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(-2deg);transform:translateY(-.625em) rotate(-2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(2deg);transform:translateY(0) rotate(2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(-2deg);transform:translateY(.3125em) rotate(-2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(-1deg);transform:rotate(-1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(-1deg);transform:rotate(-1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;right:.0625em;width:0}54%{top:.125em;right:.125em;width:0}70%{top:.625em;right:-.25em;width:1.625em}84%{top:1.0625em;right:.75em;width:.5em}to{top:1.125em;right:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;right:.0625em;width:0}54%{top:.125em;right:.125em;width:0}70%{top:.625em;right:-.25em;width:1.625em}84%{top:1.0625em;right:.75em;width:.5em}to{top:1.125em;right:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;left:1.375em;width:0}65%{top:1.25em;left:.9375em;width:0}84%{top:.9375em;left:0;width:1.125em}to{top:.9375em;left:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;left:1.375em;width:0}65%{top:1.25em;left:.9375em;width:0}84%{top:.9375em;left:0;width:1.125em}to{top:.9375em;left:.1875em;width:1.375em}}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.exactmetrics_page body.swal2-height-auto{height:auto!important}.exactmetrics_page body.swal2-no-backdrop .swal2-shown{top:auto;left:auto;bottom:auto;right:auto;background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;right:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;right:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{left:0;bottom:0}.exactmetrics_page .swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;bottom:0;right:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;background-color:rgba(0,0,0,0);z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.exactmetrics_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-top-left,.exactmetrics_page .swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-top-end,.exactmetrics_page .swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-center-left,.exactmetrics_page .swal2-container.swal2-center-start{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-center-end,.exactmetrics_page .swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-bottom-start{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-webkit-box-pack:center;justify-content:center}.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-container .swal2-modal{margin:0!important}}.exactmetrics_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.exactmetrics_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.exactmetrics_page .swal2-popup{display:none;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;right:0;top:0}.exactmetrics_page .swal2-popup:focus{outline:0}.exactmetrics_page .swal2-popup.swal2-loading{overflow-y:hidden}.exactmetrics_page .swal2-popup .swal2-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.exactmetrics_page .swal2-popup .swal2-actions{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em auto 0;z-index:1}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border-radius:100%;border:.25em solid rgba(0,0,0,0);background-color:rgba(0,0,0,0)!important;color:rgba(0,0,0,0);cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-right:5px;border-radius:50%;border:3px solid #999;border-left-color:rgba(0,0,0,0);-webkit-box-shadow:-1px 1px 1px #fff;box-shadow:-1px 1px 1px #fff;content:"";-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.exactmetrics_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.exactmetrics_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.exactmetrics_page .swal2-popup .swal2-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.exactmetrics_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.exactmetrics_page .swal2-popup .swal2-close{position:absolute;top:0;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;padding:0;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:100% 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.exactmetrics_page .swal2-popup>.swal2-checkbox,.exactmetrics_page .swal2-popup>.swal2-file,.exactmetrics_page .swal2-popup>.swal2-input,.exactmetrics_page .swal2-popup>.swal2-radio,.exactmetrics_page .swal2-popup>.swal2-select,.exactmetrics_page .swal2-popup>.swal2-textarea{display:none}.exactmetrics_page .swal2-popup .swal2-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.exactmetrics_page .swal2-popup #swal2-content{text-align:center}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-radio,.exactmetrics_page .swal2-popup .swal2-select,.exactmetrics_page .swal2-popup .swal2-textarea{margin:1em auto}.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-textarea{width:100%;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box}.exactmetrics_page .swal2-popup .swal2-file.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-input.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.exactmetrics_page .swal2-popup .swal2-file:focus,.exactmetrics_page .swal2-popup .swal2-input:focus,.exactmetrics_page .swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.exactmetrics_page .swal2-popup .swal2-file::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::placeholder,.exactmetrics_page .swal2-popup .swal2-input::placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-range input{width:80%}.exactmetrics_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.exactmetrics_page .swal2-popup .swal2-range input,.exactmetrics_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.exactmetrics_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.exactmetrics_page .swal2-popup .swal2-input[type=number]{max-width:10em}.exactmetrics_page .swal2-popup .swal2-file{font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.exactmetrics_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-radio{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-popup .swal2-checkbox label,.exactmetrics_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox input,.exactmetrics_page .swal2-popup .swal2-radio input{margin:0 .4em}.exactmetrics_page .swal2-popup .swal2-validation-message{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-validation-message:before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:"!";zoom:normal}@supports (-ms-accelerator:true){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@-moz-document url-prefix(){.exactmetrics_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.exactmetrics_page .swal2-icon{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid rgba(0,0,0,0);border-radius:50%;line-height:5em;cursor:default;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.exactmetrics_page .swal2-icon-text{font-size:3.75em}.exactmetrics_page .swal2-icon.swal2-error{border-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:1.0625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:1em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.exactmetrics_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.exactmetrics_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.exactmetrics_page .swal2-icon.swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:50%}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;right:-2.0635em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:3.75em 3.75em;-ms-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:0 7.5em 7.5em 0}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;right:1.875em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 3.75em;-ms-transform-origin:100% 3.75em;transform-origin:100% 3.75em;border-radius:7.5em 0 0 7.5em}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;right:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;right:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:1}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;right:.875em;width:1.5625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;left:.5em;width:2.9375em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.exactmetrics_page .swal2-progresssteps li{display:inline-block;position:relative}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-right:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-left:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.exactmetrics_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.exactmetrics_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.exactmetrics_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.exactmetrics_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.exactmetrics_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-rtl .swal2-close{left:auto;right:0}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.exactmetrics_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.exactmetrics_page .swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@media print{.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.exactmetrics-notifications-display{background:#f4f3f7;border-right:3px solid #6528f5;padding:20px;border-radius:0 3px 3px 0;margin-bottom:50px;position:relative}.exactmetrics-settings-panel .exactmetrics-notifications-display{margin-right:25px;margin-left:25px}.exactmetrics-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.exactmetrics-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.exactmetrics-notifications-display .exactmetrics-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator{padding-top:10px}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator a{position:relative}.exactmetrics-notifications-display .exactmetrics-notification-inner{margin-right:25px}.exactmetrics-notifications-display .exactmetrics-button{margin-left:15px}.exactmetrics-notifications-display .exactmetrics-notification-navigation{position:absolute;left:0;top:100%}.exactmetrics-notifications-display .exactmetrics-notification-navigation button{background:#f4f3f7;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notification-navigation button:focus,.exactmetrics-notifications-display .exactmetrics-notification-navigation button:hover{color:#6528f5}.exactmetrics-notifications-display .exactmetrics-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);font-size:10px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous{margin-left:2px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous .monstericon-arrow{-webkit-transform:rotate(-270deg);-ms-transform:rotate(-270deg);transform:rotate(-270deg)}.exactmetrics-notifications-display .exactmetrics-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;left:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:10px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:12px;right:18px;border-radius:20px;line-height:16px;color:#fff;font-weight:700;text-align:center;display:inline-block;padding:0 3px}.exactmetrics-report .exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:16px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:4px;border-radius:20px;line-height:1;color:#fff;font-weight:700;text-align:center;padding:0 2px;right:20px}.exactmetrics-admin-page.exactmetrics-path-about-us .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-url-builder .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-reports-page .exactmetrics-notificationsv3-container{margin-left:0}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar{width:90%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container{display:inline-block;margin-right:20px;float:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number{position:absolute;top:-9px;min-width:20px;height:20px;line-height:20px;display:block;background:#eb5757;border-radius:20px;font-size:12px;color:#fff;font-weight:700;text-align:center;padding:0 6px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-greater-than-10{left:-13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-less-than-10{left:-10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-dismissed-number{min-width:24px;height:24px;background:#7c869d;border-radius:20px;display:inline-block;text-align:center;vertical-align:middle;line-height:24px;color:#fff;font-size:14px;font-weight:700;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:absolute;top:21px;left:15px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:0;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:inline-block}}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}@media (max-width:1099px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-notificationsv3-inbox-number{cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{width:440px;position:fixed;top:32px;left:0;background:#fff;z-index:1001;overflow:scroll;height:100%;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{top:46px;width:300px}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar.exactmetrics-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top{background:#2679c1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title svg{margin-left:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0;float:none}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{display:inline-block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:hover{color:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:focus{outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close{margin-right:12px;vertical-align:bottom}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:active svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:focus svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border-bottom:1px solid #e2e4e9;margin:0 16px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-inbox-number{position:relative;display:inline-block;top:inherit;left:inherit;min-width:24px;height:24px;line-height:24px;margin-left:8px;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-dismissed-number{margin-left:8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{margin-bottom:46px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{width:54px;float:right;text-align:center;padding-top:24px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{float:none;margin:0 auto}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{float:right;width:354px;padding-top:20px;text-align:right}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{width:260px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{margin-top:0;margin-bottom:0;color:#393f4c;font-size:13px;font-weight:700;width:70%;display:inline-block}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{width:65%}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button{display:block;background:#f0f2f4;border:1px solid #d3d7de;border-radius:3px;font-weight:500;font-size:13px;color:#393f4c;letter-spacing:.02em;padding:6px 11px;margin-left:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:hover{background:#d3d7de}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:hover{color:#a9b1c3}.exactmetrics-tooltip{display:block!important;z-index:10000;max-width:350px}.exactmetrics-tooltip .exactmetrics-tooltip-inner{background:#6528f5;color:#fff;border-radius:5px;padding:16px 20px;font-size:15px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;text-align:center}.exactmetrics-tooltip .exactmetrics-tooltip-inner a{color:#fff;font-weight:700}.exactmetrics-tooltip .exactmetrics-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:8px;border-color:#6528f5;z-index:1}.exactmetrics-tooltip[x-placement^=top]{padding-bottom:8px}.exactmetrics-tooltip[x-placement^=top] .exactmetrics-tooltip-arrow{border-width:8px 8px 0;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;right:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=bottom]{padding-top:8px}.exactmetrics-tooltip[x-placement^=bottom] .exactmetrics-tooltip-arrow{border-width:0 8px 8px;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;right:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=right]{padding-right:8px}.exactmetrics-tooltip[x-placement^=right] .exactmetrics-tooltip-arrow{border-width:8px 0 8px 8px;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 8px);margin-right:0;margin-left:0}.exactmetrics-tooltip[x-placement^=left]{padding-left:8px}.exactmetrics-tooltip[x-placement^=left] .exactmetrics-tooltip-arrow{border-width:8px 8px 8px 0;border-top-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 8px);margin-right:0;margin-left:0}.exactmetrics-tooltip.popover .popover-inner{background:#fff;color:#6528f5;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.exactmetrics-tooltip.popover .popover-arrow{border-color:#fff}.exactmetrics-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.exactmetrics-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.exactmetrics-roller{display:inline-block;position:relative;width:58px;height:58px}.exactmetrics-roller div{-webkit-animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:29px 29px;-ms-transform-origin:29px 29px;transform-origin:29px 29px}.exactmetrics-roller div:after{content:" ";display:block;position:absolute;width:8px;height:8px;border-radius:50%;background:#6528f5;margin:-4px -4px 0 0}.exactmetrics-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.exactmetrics-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.exactmetrics-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.exactmetrics-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.exactmetrics-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.exactmetrics-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.exactmetrics-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.exactmetrics-roller div:first-child:after{top:49px;right:44px}.exactmetrics-roller div:nth-child(2):after{top:54px;right:28px}.exactmetrics-roller div:nth-child(3):after{top:48px;right:13px}.exactmetrics-roller div:nth-child(4):after{top:35px;right:5px}.exactmetrics-roller div:nth-child(5):after{top:19px;right:6px}.exactmetrics-roller div:nth-child(6):after{top:8px;right:15px}.exactmetrics-roller div:nth-child(7):after{top:4px;right:29px}@-webkit-keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.exactmetrics-upload-media-wrapper .exactmetrics-dark{display:block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media-label{margin-bottom:0!important}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay{display:none;background:rgba(0,0,0,.7);width:100%;position:absolute;top:0;right:0;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media{color:#fff;text-decoration:underline;margin-right:auto;cursor:pointer;padding:0 0 10px 10px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media:hover{text-decoration:none}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media:hover .exactmetrics-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media img{max-width:100%;display:inline-block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-input{width:73%;margin-left:2%;float:right;position:relative;margin-top:0}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button{width:25%;float:right;font-size:15px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:active,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:focus,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:hover{outline:none}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button{position:relative!important;margin-right:10px;padding:12px 24px!important}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button:first-child{margin-right:0}.exactmetrics-email-summaries-settings a{color:#6528f5!important}.exactmetrics-email-summaries-settings a:focus,.exactmetrics-email-summaries-settings a:hover{color:#393f4c!important}.exactmetrics-email-summaries-settings .exactmetrics-dark{display:block}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button{position:relative!important;margin-right:10px;padding:12px 24px!important}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button:first-child{margin-right:0}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater{margin-bottom:18px}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=number],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=text],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row textarea{border-color:#9087ac}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid input{border-color:#32a27a}.exactmetrics-email-summaries-settings .exactmetrics-button.exactmetrics-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}.exactmetrics-accordion .exactmetrics-accordion{padding:0;border:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion div:not(:last-child){border-bottom:1px solid rgba(10,10,10,.1)}.exactmetrics-accordion .exactmetrics-accordion div:last-child .exactmetrics-accordion-item-details{border-radius:5px}.exactmetrics-accordion .exactmetrics-accordion dd{margin-right:0;margin-bottom:0}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{cursor:pointer;outline:none}.exactmetrics-accordion .exactmetrics-accordion-item-details-inner,.exactmetrics-accordion .exactmetrics-accordion-item-trigger{padding:0 20px 30px}.exactmetrics-accordion .exactmetrics-accordion-item.is-active .exactmetrics-accordion-item-title{border-bottom:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion-item-title{position:relative;background-color:#fff;cursor:pointer}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text{font-size:20px;margin-bottom:0;padding-left:1.25rem}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text .title{padding-right:15px}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{width:100%;text-align:right;background-color:rgba(0,0,0,0);border:none}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon{display:block;position:absolute;top:0;left:1.5rem;bottom:0;margin:auto;width:8px;height:8px;border-left:2px solid #363636;border-bottom:2px solid #363636;-webkit-transform:translateY(-2px) rotate(-45deg);-ms-transform:translateY(-2px) rotate(-45deg);transform:translateY(-2px) rotate(-45deg);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon.is-active{-webkit-transform:translateY(2px) rotate(-225deg);-ms-transform:translateY(2px) rotate(-225deg);transform:translateY(2px) rotate(-225deg)}.exactmetrics-accordion .exactmetrics-accordion-item-details{overflow:hidden;background-color:#fff;padding-top:15px}.exactmetrics-accordion .exactmetrics-accordion-item-details p,.exactmetrics-accordion .exactmetrics-accordion-item-details ul{font-size:1.2em;line-height:1.8}.exactmetrics-accordion .exactmetrics-accordion-item-enter-active,.exactmetrics-accordion .exactmetrics-accordion-item-leave-active{will-change:height;-webkit-transition:height .2s ease;transition:height .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-enter,.exactmetrics-accordion .exactmetrics-accordion-item-leave-to{height:0!important}body{background:#fff;margin:0}.exactmetrics-admin-page,.exactmetrics-admin-page *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#wpcontent,.auto-fold #wpcontent{padding-right:0}.exactmetrics-highlighted-text{color:#64bfa5;font-weight:700}.exactmetrics-bold{font-weight:700}.exactmetrics-bg-img{width:100%;padding-top:66%;position:relative}.exactmetrics-bg-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain}.exactmetrics-header{padding:20px;background-color:#210f59;position:relative;z-index:90}.exactmetrics-header .exactmetrics-container{width:100%}@media (max-width:959px){.exactmetrics-header .exactmetrics-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.exactmetrics-header .exactmetrics-float-right{text-align:center}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right{text-align:left}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{float:left;background:#fff;color:#210f59}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{display:none}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:focus,.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:hover{color:#6528f5;background:#fff}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button.exactmetrics-button-disabled{color:#9087ac}@media (max-width:959px){.exactmetrics-header .exactmetrics-float-right{text-align:left;width:100%}}.exactmetrics-logo-area{float:right;max-width:calc(100vw - 170px)}.exactmetrics-logo-area img{display:block;max-width:100%}@media (max-width:959px){.exactmetrics-logo-area{width:140px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}}@media (max-width:959px){.exactmetrics-header .exactmetrics-container,.exactmetrics-navigation-bar .exactmetrics-container{padding:0;width:100%}}.exactmetrics-navigation-bar{background:rgba(0,0,0,0);display:inline-block}@media (max-width:959px){.exactmetrics-navigation-bar{padding:0;border:0}}@media (max-width:750px){.exactmetrics-navigation-bar{background:none;margin-left:40px}}.exactmetrics-admin-page{position:relative}.exactmetrics-admin-page .exactmetrics-blocked{position:absolute;top:0;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-header{padding:20px 24px}.exactmetrics-admin-page .exactmetrics-header .exactmetrics-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#210f59}#footer-left .exactmetrics-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#6528f5}#wpfooter{display:none;margin-left:23px;margin-bottom:20px;right:23px;background:rgba(101,40,245,.05);padding:14px 20px;border-radius:5px}#wpfooter a{color:#6528f5}.exactmetrics-container{margin:0 auto;max-width:100%;width:750px}.exactmetrics-admin-page .exactmetrics-navigation-tab-link{text-decoration:none;padding:12px 4px 11px;font-size:15px;color:#fff;display:inline-block;margin-left:20px;line-height:1;outline:none;font-family:Lato,sans-serif;position:relative}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:after{content:"";width:100%;right:0;position:absolute;top:100%;height:2px;border-radius:20px;background:#fff;display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover{border-bottom-color:#fff;color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover:after{display:block}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#fff;cursor:default}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-navigation-tab-link{width:100%;padding:20px 0;color:#fff;font-size:16px;border-top:1px solid #4d3f7a;text-align:right}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:first-child{border-top:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:first-child+.exactmetrics-navigation-tab-link{border-top:0}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active{display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus{color:#fff;text-decoration:none}}.exactmetrics-admin-page .exactmetrics-button{background:#6528f5;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics-admin-page .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-button:hover{background-color:#37276a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-disabled{background:#e9e7ee;color:#9087ac}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary{background:#e9e7ee;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:hover{background-color:#f4f3f7;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green{background:#32a27a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:hover{background-color:#19865f;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text{background:rgba(0,0,0,0);border:none;color:#6528f5;padding:0;border-radius:0;text-decoration:underline}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]{margin-right:10px;min-width:16px;display:inline-block}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]:first-child{margin-right:0;margin-left:10px}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark{color:#210f59}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:hover{color:#6528f5}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-red{background:#e43462;border-color:#e43462;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-large{font-size:15px;padding:14px 30px 12px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{font-size:20px;padding:23px 67px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl i{margin-right:10px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{padding-right:45px;padding-left:45px}}.exactmetrics-admin-page .exactmetrics-spaced-top{margin-top:20px}.exactmetrics-green-text{color:#32a27a;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-right:-18px}}.exactmetrics-mobile-nav-trigger{color:#fff;font-size:15px;font-weight:500;display:inline-block;border:none;background:#37276a;padding:7px 18px;line-height:1.7;margin:0;border-radius:5px}@media (min-width:960px){.exactmetrics-mobile-nav-trigger{display:none}}.exactmetrics-mobile-nav-trigger i{color:#fff;margin-right:25px;vertical-align:middle}.exactmetrics-mobile-nav-trigger.exactmetrics-mobile-nav-trigger-open{border-radius:5px 5px 0 0}@media (max-width:959px){.exactmetrics-main-navigation{background:#37276a;height:0;overflow:hidden;position:absolute;right:24px;left:24px;text-align:right;border-radius:0 5px 5px 5px}.exactmetrics-main-navigation.exactmetrics-main-navigation-open{padding:17px 40px;height:auto;-webkit-box-shadow:0 40px 30px rgba(33,15,89,.1);box-shadow:0 40px 30px rgba(33,15,89,.1)}}@media (min-width:782px){.exactmetrics_page .exactmetrics-swal{margin-right:160px}.auto-fold .exactmetrics_page .exactmetrics-swal{margin-right:36px}}@media (min-width:961px){.auto-fold .exactmetrics_page .exactmetrics-swal{margin-right:160px}.folded .exactmetrics_page .exactmetrics-swal{margin-right:36px}}.exactmetrics_page .exactmetrics-swal .swal2-footer{border-top:none;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;margin-top:0;font-size:15px}.exactmetrics_page .exactmetrics-swal .swal2-footer a{color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-footer a:focus,.exactmetrics_page .exactmetrics-swal .swal2-footer a:hover{color:#37276a}.exactmetrics-modal{position:fixed;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,.8);z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics-modal .exactmetrics-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.exactmetrics-modal .exactmetrics-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.exactmetrics-modal .exactmetrics-modal-inner p{margin-bottom:0}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-modal-buttons{margin-top:50px}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-button{margin:0 10px}.exactmetrics-welcome-overlay{position:fixed;top:0;right:0;left:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(33,15,89,.9)}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%;border-radius:10px;-webkit-box-shadow:0 20px 80px rgba(13,7,36,.5);box-shadow:0 20px 80px rgba(13,7,36,.5)}.exactmetrics-welcome-overlay .exactmetrics-overlay-close{background:none;border:none;position:absolute;top:5px;left:7px;padding:0;color:#777}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content{height:100%}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content iframe{height:100%;width:100%}.swal2-container.exactmetrics-swal-loading{background:#fff;padding:20px;top:112px;height:auto}.swal2-container.exactmetrics-swal-loading.exactmetrics-swal-full-height{top:32px}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal{width:100%;height:100%;border-radius:10px;background:url(../img/loading-background.jpg) no-repeat bottom #f4f3f7;background-size:cover;-webkit-animation-duration:1ms;animation-duration:1ms}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-icon{visibility:hidden;height:0;padding:0}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-header{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-title{font-size:17px;color:#210f59}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-content{color:#9087ac;margin-top:6px;font-size:15px;line-height:1.75;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-actions button{display:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess{padding:0;background:#f8f6ff}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-icon{visibility:hidden;height:0;width:0;margin:0;padding:0}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal{width:750px;background:none;padding-right:260px;position:relative}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-header{display:block}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-title{font-size:32px;line-height:1.3;color:#210f59;text-align:right}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content{font-size:15px;line-height:1.75;color:#210f59;text-align:right;margin-bottom:20px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content p{font-size:15px;margin:0;font-weight:500}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-actions{margin:0;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled{margin:0;font-size:15px;padding:16px 23px 14px;outline:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled .monstericon-long-arrow-right-light{margin-right:14px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:hover{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm{background:#32a27a}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:hover{background:#19865f}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-cancel{margin-right:15px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons{position:absolute;right:-35px;top:-15px;width:260px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]{position:absolute;color:#6528f5;opacity:.5;font-size:41px;top:114px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:first-child{font-size:108px;opacity:1;top:-22px;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(2){right:35px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-].monstericon-exclamation-em-solid:nth-child(2){right:50px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(3){top:147px;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(4){right:185px}.exactmetrics_page .exactmetrics-swal .swal2-title{line-height:1.2}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info{border:none;border-radius:0}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error:before,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f064";font-size:80px;color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-icon-text,.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-x-mark{display:none}.exactmetrics_page .exactmetrics-swal .swal2-styled{border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm{background:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:hover{background-color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel{background:#e9e7ee;color:#37276a}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:hover{background-color:#f4f3f7;color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-popup{border-radius:10px;padding:40px}.exactmetrics-list-check ul{margin:0;list-style:none;padding-right:0}.exactmetrics-list-check li{font-size:15px;margin-top:18px;padding-right:30px;position:relative;color:#fff}.exactmetrics-list-check li:first-child{margin-top:0}.exactmetrics-list-check li:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f045";font-size:15px;margin-left:10px;color:#fff;position:absolute;right:0;top:0}.exactmetrics-settings-input-select-input .multiselect__tags-wrap{position:relative}.exactmetrics-settings-input-select-input .multiselect__tags-wrap:after{content:attr(data-text);display:inline-block;position:relative;color:#9087ac;bottom:0;background:#fff;border-radius:4px;font-size:14px;vertical-align:top;padding:8px 15px}.exactmetrics-settings-input-select-input .multiselect__placeholder{display:none}.multiselect__content-wrapper{right:30px}.exactmetrics-semrush-cta{background:#f4f3f7;border-right:3px solid #6528f5;padding:20px 26px;border-radius:0 3px 3px 0;position:relative}.exactmetrics-semrush-cta br{display:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-close{position:absolute;top:12px;left:12px;cursor:pointer;border:0;background:rgba(0,0,0,0);padding:0;margin:0;outline:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.exactmetrics-semrush-cta .exactmetrics-button{background:#6528f5;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.exactmetrics-semrush-cta .exactmetrics-button:active,.exactmetrics-semrush-cta .exactmetrics-button:focus,.exactmetrics-semrush-cta .exactmetrics-button:hover{background:#6333d4;outline:none}.exactmetrics-row-highlight{-webkit-animation-name:color;animation-name:color;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:2;animation-iteration-count:2}@-webkit-keyframes color{0%{background-color:#fff}50%{background-color:#509fe2}to{background-color:#fff}}@keyframes color{0%{background-color:#fff}50%{background-color:#509fe2}to{background-color:#fff}}
1
+ @import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);strong[data-v-a9c27d52]{display:block}[data-v-6038a3d0]{will-change:height;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.expand-enter-active,.expand-leave-active{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out;overflow:hidden}.expand-enter,.expand-leave-to{height:0}.exactmetrics-dark[data-v-54110c18]{display:block}.exactmetrics-reset-default[data-v-54110c18]{margin-right:5px}.exactmetrics-dark[data-v-7262cc05]{display:block}.exactmetrics-admin-page .exactmetrics-floating-bar{background:#6528f5;color:#fff;font-size:16px;line-height:140%;padding:16px 58px 16px 32px;text-align:right;position:relative;margin:-20px -20px 20px}.exactmetrics-admin-page .exactmetrics-floating-bar:before{content:"";width:16px;height:16px;background:url(../img/icon-info.svg) no-repeat 50%;position:absolute;right:32px;top:20px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-floating-bar{margin-top:-10px;padding-left:20px;padding-right:20px}}.exactmetrics-admin-page .exactmetrics-floating-bar>span>span{font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a{text-decoration:underline;color:#fff;font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a:focus,.exactmetrics-admin-page .exactmetrics-floating-bar a:hover{color:#fff;text-decoration:none}.exactmetrics-admin-page .exactmetrics-floating-bar .exactmetrics-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:16px;position:absolute;left:15px;top:calc(50% - 5px);margin-top:-10px;opacity:.5;cursor:pointer}.exactmetrics-admin-page .exactmetrics-slide-enter-active,.exactmetrics-admin-page .exactmetrics-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.exactmetrics-admin-page .exactmetrics-slide-enter-to,.exactmetrics-admin-page .exactmetrics-slide-leave{max-height:100px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-slide-enter,.exactmetrics-admin-page .exactmetrics-slide-leave-to{overflow:hidden;max-height:0}.exactmetrics-container[data-v-53c28ec2]:after{display:table;clear:both;content:""}.exactmetrics-quick-links{position:fixed;bottom:25px;left:25px;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;width:60px;height:60px;border-radius:50%;background:#6528f5;z-index:1000;padding:5px 10px}.exactmetrics-quick-links.exactmetrics-quick-links-open,.exactmetrics-quick-links:focus,.exactmetrics-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-label{border-radius:50%;background:rgba(0,0,0,0);position:absolute;right:6px;left:2px;top:6px;bottom:2px;padding:6px 8px 6px 6px;display:block;width:44px;outline:none;cursor:pointer;border:none}.exactmetrics-quick-links-open .exactmetrics-quick-links-label .exactmetrics-quick-link-title{opacity:0;pointer-events:none}.exactmetrics-bg-img.exactmetrics-quick-links-mascot{padding-top:100%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;display:block}.exactmetrics-bg-img.exactmetrics-quick-links-mascot:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUUAAABKCAMAAAAbi7YOAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAQN8ggL9g758QMLB5cwNv+5BQz14J9tSPF/HkxgdXSA0B7aqbpCkk2oRouDvLloobEug208uV8wAACFtJREFUeNrs1+1yojAUBuATIEBABVHU+t1aa+u222597//a1hgJKFaFdWY70zw/nCmaCX3nnHxQRX/ePyFZ63sy6km7I2Q6M5NjLa9jFC1sMqp6WuBI71GQUcXk3UPZaN0i41rz7ie0uINcn5FRY0EcBzTrI7c0y+M1Vo8xtP5U9nCrOYIWN/6QcV7qDKENnTkpH7970J7dCRlfm3RHhQz9YtGtFjG0N7M8fm0zRu5XQAfukzdosf9Exil3y2LXTstdO18/HHa7cWze7BUjmpwOuh1Ds1xzKTySWMj5Nn0l4MjxDRm5YIwcD+iMVvIMrbdYkaGIZQxtlKQXe/8TmmeWx71W0T1ddvfYg8ZTMurZcGihibGu+2kfGXMEr++uMYKyIOOsdMWm04R9TM4d00f000ymDed6v/sxpOH4ZdOishdIHv0w818x6onDgEqaPzPFF1TysFizJzuYRb96QK/dMinu9CtlGH1Qxn5/AMZ39VIM+KGQbsnnnNERm3MuqCqbo2PTZc8VWng5p6IVB55FrRQZDll0Sx7A6YgDIKCqfAA+XdbE1abH/dsaAH3xHVJs+1sJKeLUkdUC4J4pOgBUFgLgdNk8jHGV3pTKHGDxHVK0sOWQEqD8v7vYiiqnGHjwEroGa1w2Vu9YFgLsu6WYQGLlH7Qrp0g2E3Qr9gjjlE5JH9Bp1U0xdDPJLVOMIPmlUkRYJcXbawCvOrdZ4yV61cl1Ec/qpuiQdssU24D82z783gM6/zXF9A18H9v9bBwDiPkTKXMLi2+WYgg4HGgflmIEeP81xU2MLinTHpTPjT62D9NbpMjy1k5cKVCPnZDzASPhSoIUEfkdi+935e1zD1vh/gcciBjgCcpwwJc55U/YIOQ87NokCcdpA3Acp0vEdp+unNWW3zjieIx+h5DLVyhKm4/+VziGK71AZvqpDoTdIkXbg8SyRcwS8k1DKCErbBnC8aBY8gEKbHVcZGQBTnE2WxSa3ObYc1QhZjiRIz99SBHZ+aBAj/F3uXY9SAen8rtnnPM2Kd8X1/uWBpr/uruwfGu1hLB0HraFjM5YPdWccooAAnJVMepS3IWb7Gf3oPmnUnSxwwopRshZdvGU0SFtibNCvf7klqQMMaiZoubvdwVpMNBFovIsYjpErXucYqBaVxdjFkUHcPOqb7uMRZacj+RqIUOSC4pK0UIncqNQ5Cm6gEyXMZcDHUHEd41gOwCS6y6COrEUBeP9hjPC421SLIZmqTP9qRR9FHkRcc693Rh1VWZq/kgXo68mCIF2VgpWkN8LWb676EnDfRnbeVPI0HZc2cMiG+gXt7H+VSm2/rZzts2JwkAAzgsQgneCYrVYq6117LVaXzr7/3/bDZc0GxLlkPFjni9VEHQel91NLCkAiY3Fw30skgzdcIx8ESV5jBa5fvcxTRhAzL0anaiLTAor63EV6qnJknbd8S0yTpoWU3OMs4NwSrnVEbayI4oFIBttdgrHO1nE5DOxEiW3wpLWMtBYlHudji4P6q/Q0RLrk5f4HD+I8C2mriymtyGizgUuQ/wF2genbj4B0c32CeCzp0XBNCMMDW0VzWX2HqofsCv9Il5jKhgnSgRVMaoOKwEibhAA3LNIHYtZY0IIQzaixOF9mVxjY84hv/Ai1xf0CiC7W9dNwTKX2qfKtUUcEfsWje8IgxJDL9Oi/JLlWXQvXOr25JjE4wnpyPvaNDPbEhRmynMDT693s6jbw0e0yIgi6WyRqaqpgpFy9RSNdLDIWiwiEcMP24kY/gyJgo9YAdNZ/oLN8obcy2KEeVGVA2z60obFuMWi9qKDMUcpumGsa1Jqk7kWY7RoN08eNIrFDQPZiT3Ded6vsmecH4Viey+LvFmjc/NV48gGddZQ7lrEkNPBWCdHfFFiOh6Hdovy6hQvH6kvugtyBk8VuUQ2hzfS12JKDdLpF2OUmtaXlN5Ffw5lk38DQTZxLKr9jdhmVrqIsJFUcN7BouqxG64y9ZGV4Iw4bDe7+AJMNTse5xnMT30tuiM3PWhRrUyOFRuEsFMY0xuZmoLgjsWx5U0KnR3s7ltaTYosIR53sEit9kdO1LlyJ4EgewFX2TwTl+cY4Be5i0UzCfETkhl24Qj1jx2hRceCWyoibBxB/ZZOS22p3aJOy6z2LSmr32iMjayXMoeD1gGMq/F9oXrvu1jkZhKCmjmdHBpg44eU0rE4asxpcy7tWUZmtVBxKfCoNos6aGsYE1aRG6SpuNAwnBm0Mds3lI+/Ad4e7mUxxoIzMmUlF6CJ7KLCMBKlkxexXfSgaMoehneySOQIj0kacyIpcXiYQTuL8VnPeVfLGcA0Ij1/1WcOPGE1pc5WrKZWxlP2L24yrjcpkliF08/zuN6phAyYKjk+9Sm4fpjqIbq09un2nrGBe4g+Rs15RFI/Zdh1+xLaWe+izyQ/LuZ4J2Uni/3JKCc+Ejf3Pe3tJ+A0k16h9hk+igK6UZS/H8J/O13m9URbWR5iNi/mbPCxQofIy5sKWBJoZygrXskhucTqS5chEugLHYDmQAL9qA5z0EzDjZX9kPkaDL9JoHZCLd471CQ6A+Qj3HKurCwZGIpN9Z9Xbwd2A7QnAc3DowCDyB/IdV5GUzB8h7UPGlRpAQa2fL2mO7Ecro/Bocu+w929jYQ4CGvCXGL5B5DDyWvA7YQIi3D33xXOx7W9HJYkNvJoJ8SwVlYL2RsgX2MrED+tQC0+TiTQwnBVWrbMajD7EpBBGKzctHYliEPlrUi0CneVd6H6mFvpMa8iy+F3WP6lM3xgiVuHhNgXWoJHsQvrvtzI8+81NJmtQndzO+fDHJCnKBSVfmxNepweKxLoy+qrqB3uMhIw/AWFbdSoUycRogAAAABJRU5ErkJggg==);background-size:auto 85%;background-position:100% 0}.exactmetrics-quick-links-menu{position:absolute;bottom:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;left:6px;margin-bottom:10px}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item{display:block;width:48px;height:48px;background:#6528f5;border-radius:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;position:relative;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;margin-bottom:6px;color:#fff;text-decoration:none;text-align:center;font-size:18px;line-height:48px}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item:hover{color:#fff;background:#37276a;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade{background-color:#32a27a}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade:hover{background-color:#19865f}.exactmetrics-quick-link-title{position:absolute;left:100%;margin-left:12px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-14px;line-height:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;outline:none}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,d09GMgABAAAAAAjoAAsAAAAAMGgAAAidAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGVgDWYgpQdQE2AiQDCAsGAAQgBYUOBy4bvi8lYxtWw7BxAPB87x5FmeAMlf3/96RzDN74RcXUcjTKmrJ3T2VDSShiPhfiIJxxS7DiLkHFfQV33CM4427mAred74pWur/J3dyVsKy7coREA8fzvPvpfUk+tB3R8YTCzE0SCLepejmJ2u1yqp+kC7W4Rc/tDTs3GpNJ8ttRPOSTPhsXlwbi4kVYWQmAcXmlrqYHMMsBwP/zHMz7fkF1gijOKuFQIxjwlGa2lkARhYaBxFHT54IOgBMQADi3LipIMAA3geO41EUkBTCO2gkxnOwnKYBx1E6p5WS+QUCMq50rNch6MwUCAAiAcdgttYVSIfPJ5kn6ApRFQ6I88BxLvvIC/maHUHS3TIoKiwLbbM8nEFWgE1oDz3woSxpagWbBXcQWhKtPeIlg6tK+7vX57QOszwU3sGUJrA7h2Mx1IWCNr9BKxsYo+pzS/OCO0OG9mwBkx337+lcuSxRdBcc+fJxlcAjK/zCfdgtBzuxQcTqfY4Yn6EB/Az3JS/RMu5f6B8wrn55S0IxdlLn+4Yb/ctIT+ocWYPcGAOvxSjEjpSiVMqSgFWVjzpCCXjAIRirTABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REdFDlkZEh2jE3SKztA5ukCX6Apdoxt0i+7QPXpAj+gJPaMX9Ire0Dv6QJ/oC/qKvqHv6Af6iX6h3+gP+ov+of+I+ECMxETMiDmxIJbEilgTG2JL7Ig9cSCOxIk4ExfiStyIO/EgnsSLeBMf4kv8iD/taQANoiE0jEbQKBpD42gCTaIpNI1m0CyaQ/NoAS2iJbSMVtAqWkPraANtoi20jXbQLtpD++gAHaIjdIxO0Ck6Q+foAl2iK3SNbtAtukP36AE9oif0jF7QK3pD79B79AF9RJ/QZ/QFfUXf0Hf0A/1Ev9Bv9Af9Rf/Qf9DQABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REfoGJ2gU3SGztEFukRX6BrdoFt0h+7RA3pET+gZvaBX9Aa9Re/Qe/QBfUSf0Gf0BX1F39B39AP9RL/Qb/QH/UX/0P8l9vq9gXwDIUCliyAhRAgTIoQoIUaIExKEJCFFSBMyhCwhR8gTCoQioUQoEyqEKqFGqBMahCahRWgTOoQuoUfoEwaEIWFEGBMmhClhRpgTFoQlYUVYEzaELWFH2BMOhGPCCeGUcEY4J1wQLglXhGvCDeGWcEe4JzwQHglPhGfCC+GV8EZ4J3wQPglfhG/CD+GX8Ef4p9sdgoQQIUyIEKKEGCFOSBCShBQhTcgQsoQcIU8oEIqEEqFMqBCqhBqhTmgkNBGaCS2EVkIboZ3QQegkdBG6CT2EXkIfoZ8wQBgkDBGGCSOEUcIYYZwwQZgkTBGmCTOEWcIcYZ6wQFgkLBGWCSuEVcIaYZ2wQdgkbBG2CTuEXcIeYZ9wQDgkHBGOCSeEU8IZ4ZxwQbgkXBGuCTeEW8Id4Z7wQHgkPBGeCS+EV8Ib4Z3wQfgkfBG+CT+EX8If4Z8AZpAQIoQJEUKUECPECQlCkpAipAkZQpaQI+QJBUKRUCKUCRVClVAj1AkNQpPQIrQJHUKX0CP0CQPCkDAijAkTwpQwI8wJC8KSsCKsCRvClrAj7AkHwpFwIpwJF8IV4ZpwQ7gl3BHuCQ+ER8IT4ZnwQnglvBHeCR+ET8IX4ZvwQ/gl/BH+lzv+AmMkTYAmSBOiCdNEaKI0MZo4TYImSZOiSdNkaLI0OZo8TYGmSFOiKdNUaKo0NZo6TYOmSdOiadN0aLo0PZo+zYBmSDOiGdNMaKY0M5o5zYJmSbOiWdNsaLY0O5o9zYHmmOaE5pTmjOac5oLmkuaK5prmhuaW5o7mnuaB5pHmieaZ5oXmleaN5p3mg+aT5ovmm+aH5pfmj2ZRAqCCoEKgwqAioKKgYqDioBKgkqBSoNKgMqCyoHKg8qAKoIqgSqDKoCqgqqBqoOqgGkE1gWoG1QKqFVQbqHZQHaA6QXWB6gbVA6oXVB+oflADoAZBDYH+uxaEWDBiIYiFIhaGWDhiEYhFIhaFWDRiMYjFIhaHWDxiCYglIpaEWDJiKYilIpaGWDpiGYhlIpaFWDZiOYjlIpaHWD5iBYgVIlaEWDFiJYiVIlaGWDliFYhVIlaFWDViNYjVIlaHWD1iDYg1ItaEWDNiLYi1ItaGWDtiHYh1ItaFWDdiPYj1ItaHWD9iA4gNIjaE2DBiI4iNIjaG2DhiE4hNIjaF2DRiM4jNIjaH2DxiC4gtIraE2DJiK4itIraG2DpiG4htIraF2DZiO4jtIraH2D5iB4gdInaE2DFiJ4idInaG2DliF4hdInaF2DViN4jdInaH2D1iD4g9IvaE2DNiL4i9IvaG2DvE3iP2AbGPiH1C7DNiXxD7itg3xL4j9gOxn4j9Quw3Yn8Q+4vYP8T+M6cIDBz9EXfeUHR1JyygPL/++I3R1cRvdDr+E12Jfh3Q0EN/fHn2mXptpJxUkIqu/Cs2egM33OjSLcT33I82+B9nP37X/c0W52623s45CYCo03QIBCVrAFAycnSYSqvO4YJt/NP73YqA/giNZhJ6sBbmql+0SQZaxNOZudJbc2nqxNvpM+veq7Sz2LUgFEu+VLs+Ay3yp7MVertp6i23v2Rmv5gmHDhSQ6t5GmTaqTsqhpWwmbOk3uKJrNOmwSSMC17jghqygilDOUU3KlLmHHNrajw3DVNVGWytGZDisM/cbkdRnvfIUJkaGJlgAYcoQ5bGptTmGc1R7pBC3XhFsLXnXR54qrMc+dGNBkqE4laBi4KmZYGom8vIy0lTyBkppBjLoTndMmrofIRORirsNlCbXzCgulmo36KztS2iV8rrNoRUL5VdkMSGoSXroC1KOQAA) format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAAusAAsAAAAAMGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZjRmM5Y21hcAAAAYQAAAgCAAArYmjjYVVnbHlmAAAJiAAAAEEAAABQiOYj2mhlYWQAAAnMAAAALgAAADYR8XmmaGhlYQAACfwAAAAcAAAAJAqNAyNobXR4AAAKGAAAAAgAAAAIAyAAAGxvY2EAAAogAAAABgAAAAYAKAAAbWF4cAAACigAAAAeAAAAIAEOACJuYW1lAAAKSAAAAUIAAAKOcN63t3Bvc3QAAAuMAAAAHQAAAC5lhHRpeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGScwDiBgZWBgSGVtYKBgVECQjMfYEhiYmFgYGJgZWbACgLSXFMYHIAq/rNfAHK3gEmgASACAIekCT4AAHic7dhl0zDVmUXh5+XFHYK7E0IguFtwt4QQgmtwd3d3d7cED+4SXIO7u7vbsNfaUzU1fyGcu66u1adOf+6uHhgYGGpgYGDwL37/iyEHBoZZcWDQLzUw9NK/7A5if/DA8OwPOfQknBky+0P8/PPPOcd1UJ785frr/Dq/zq/z6/w3zsCgoX/xX74GRsxbcYpRB1iDB/7PGvT/DFGDenBwe8hKD1XpoSs9TKWHrfRwlR6+0iNUesRKj1TpkSs9SqVHrfRolR690r+p9BiVHrPSY1V67EqPU+lxKz1epcev9ASVnrDSE1V64kpPUulJKz1ZpSev9BSVnrLSU1V66kr/ttLTVPp3lZ62/KJSerpKT1/pP1R6hkrPWOmZKj1zpWep9KyVnq3Ss1d6jkrPWem5Kj13peep9LyVnq/S81d6gUr/sdILVnqhSi9c6UUqvWilF6v04pVeotJLVnqpSi9d6WUqvWyll6v08pVeodIrVvpPlf5zpVeq9F8qvXKl/1rpVSr9t0qvWunVKr16pdeo9JqVXqvSa1d6nUqvW+n1Kr1+pTeo9N8rvWGlN6r0xpXepNKbVnqzSm9e6S0qvWWlt6r01pXeptLbVnq7Sm9f6R0qvWOld6r0zpXepdK7Vnq3Su9e6T0qvWel96r03pXep9L7Vnq/Su9f6QMqfWClD6r0wZU+pNKHVvqwSh9e6SMqfWSlj6r00ZU+ptLHVvq4Sh9f6RMqfWKlT6r0yZU+pdKnVvq0Sp9e6TMqfWalz6r02ZU+p9LnVvq8Sp9f6QsqfWGl/1Hpf1b6okpfXOlLKn1ppS+r9OWVvqLS/6r0lZW+qtJXV/qaSl9b6esqfX2lb6j0jZW+qdI3V/qWSt9a6dsqfXul76j0vyt9Z6XvqvTdlb6n0vdW+r5K31/pByr9YKUfqvTDlX6k0v+p9KOVfqzSj1f6iUo/WemnKv10pZ+p9LOVfq7Sz1f6hUq/WOmXKv1ypV+p9KuVfq3Sr1f6jUq/Wem3Kv12pd+p9LuVfq/S71f6g0p/WOmPKv1xpT+p9KeV/qzSn1f6i0p/WemvKv11pb+p9LeV/q7S31f6h0r/WOmfKv1zDfI26KKHED1Y9JCihxI9tOhhRA8rejjRw4seQfSIokcSPbLoUUSPKno00aOL/o3oMUSPKXos0WOLHkf0uKLHEz2+6AlETyh6ItETi55E9KSiJxM9uegpRE8peirRU4v+rehpRP9O9LSify96OtHTi/6D6BlEzyh6JtEzi55F9KyiZxM9u+g5RM8pei7Rc4ueR/S8oucTPb/oBUT/UfSCohcSvbDoRUQvKnox0YuLXkL0kqKXEr206GVELyt6OdHLi15B9Iqi/yT6z6JXEv0X0SuL/qvoVUT/TfSqolcTvbroNUSvKXot0WuLXkf0uqLXE72+6A1E/130hqI3Er2x6E1Ebyp6M9Gbi95C9JaitxK9tehtRG8rejvR24veQfSOoncSvbPoXUTvKno30buL3kP0nqL3Er236H1E7yt6P9H7iz5A9IGiDxJ9sOhDRB8q+jDRh4s+QvSRoo8SfbToY0QfK/o40ceLPkH0iaJPEn2y6FNEnyr6NNGniz5D9JmizxJ9tuhzRJ8r+jzR54u+QPSFov8h+p+iLxJ9sehLRF8q+jLRl4u+QvS/RF8p+irRV4u+RvS1oq8Tfb3oG0TfKPom0TeLvkX0raJvE3276DtE/1v0naLvEn236HtE3yv6PtH3i35A9IOiHxL9sOhHRP9H9KOiHxP9uOgnRD8p+inRT4t+RvSzop8T/bzoF0S/KPol0S+LfkX0q6JfE/266DdEvyn6LdFvi35H9Lui3xP9vugPRH8o+iPRH4v+RPSnoj8T/bnoL0R/Kfor0V+L/kb0t6K/E/296B9E/yj6J9E/K/2/v/npoocQPVj0kKKHEj206GFEDyt6ONHDix5B9IiiRxI9suhRRI8qejTRo4v+jegxRI8peizRY4seR/S4oscTPb7oCURPKHoi0ROLnkT0pKInEz256ClETyl6KtFTi/6t6GlE/070tKJ/L3o60dOL/oPoGUTPKHom0TOLnkX0rKJnEz276DlEzyl6LtFzi55H9Lyi5xM9v+gFRP9R9IKiFxK9sOhFRC8qejHRi4teQvSSopcSvbToZUQvK3o50cuLXkH0iqL/JPrPolcS/RfRK4v+q+hVRP9N9KqiVxO9uug1RK8pei3Ra4teR/S6otcTvb7oDUT/XfSGojcSvbHoTURvKnoz0ZuL3kL0lqK3Er216G1Ebyt6O9Hbi95B9I6idxK9s+hdRO8qejfRu4veQ/SeovcSvbfofUTvK3o/0fuLPkD0gaIPEn2w6ENEHyr6MNGHiz5C9JGijxJ9tOhjRB8r+jjRx4s+QfSJok8SfbLoU0SfKvo00aeLPkP0maLPEn226HNEnyv6PNHni75A9IWi/yH6n6IvEn2x6EtEXyr6MtGXi75C9L9EXyn6KtFXi75G9LWirxN9vegbRN8o+ibRN4u+RfStom8TfbvoO0T/W/Sdou8Sfbfoe0TfK/o+0feLfkD0g6IfEv2w6EdE/0f0o6IfE/246CdEPyn6KdFPi35G9LOinxP9vOgXRL8o+iXRL4t+RfSrol8T/broN0S/Kfot0W+Lfkf0u6LfE/2+6A9Efyj6I9Efi/5E9KeiPxP9uegvRH8p+ivRX4v+RvS3or8T/b3oH0T/KPon0T9rYND/AOaSEScAAHicY2BiAAKmPSy+QEqUgYFRUURcTFzMyNzM3MxEXU1dTYmdjZ2NccK/K5oaLm6L3Fw0NOEMZoVAFD6IAQD4PA9iAAAAeJxjYGRgYADilrme/fH8Nl8ZuNkvAEUYbnDPcEOmmfaw+AIpDgYmEA8AHMMJGAAAeJxjYGRgYL/AAATMCiCSaQ8DIwMqYAIAK/QBvQAAAAADIAAAAAAAAAAoAAB4nGNgZGBgYGIQA2IGMIuBgQsIGRj+g/kMAArUATEAAHicjY69TsMwFIWP+4doJYSKhMTmoUJIqOnPWIm1ZWDq0IEtTZw2VRpHjlu1D8A7MPMczAw8DM/AifFEl9qS9d1zzr3XAK7xBYHqCHTdW50aLlj9cZ1057lBfvTcRAdPnlvUnz23mXj13MEN3jhBNC6p9PDuuYYrfHquU//23CD/eG7iVnQ9t9ATD57bWIgXzx3ciw+rDrZfqmhnUnvsx2kZzdVql4Xm1DhVFsqUqc7lKBiemjOVKxNaFcvlUZb71djaRCZGb+VU51ZlmZaF0RsV2WBtbTEZDBKvB5HewkLhwLePkhRhB4OU9ZFKTCqpzems6GQI6Z7TcU5mQceQUmjkkBghwPCszhmd3HWHLh+ze8mEpLvnT8dULRLWCTMaW9LUbanSGa+mUjhv47ZY7l67rgITDHiTf/mAKU76BTuXfk8AAHicY2BigAARBuyAiZGJkZmBJSWzOJmBAQALQwHHAAAA) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}[class*=monstericon-]:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\f01b"}.monstericon-times:before{content:"\f021"}.monstericon-info-circle-regular:before{content:"\f01e"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\f01f"}.monstericon-warning-triangle:before{content:"\f020"}.monstericon-files:before{content:"\f028"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-expand:before{content:"\f02d"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-amp-icon:before{content:"\f000"}.monstericon-fbia:before{content:"\f001"}.monstericon-google-optimize:before{content:"\f002"}.monstericon-ads:before{content:"\0041"}.monstericon-affiliate:before{content:"\0042"}.monstericon-compatibility:before{content:"\0043"}.monstericon-demographics:before{content:"\0044"}.monstericon-download:before{content:"\0046"}.monstericon-ecommerce:before{content:"\0047"}.monstericon-engagement:before{content:"\0048"}.monstericon-forms:before{content:"\0049"}.monstericon-links:before{content:"\004a"}.monstericon-memberships:before{content:"\004b"}.monstericon-notifications:before{content:"\004c"}.monstericon-performance:before{content:"\004d"}.monstericon-permissions:before{content:"\004e"}.monstericon-reporting:before{content:"\004f"}.monstericon-social:before{content:"\0050"}.monstericon-video:before{content:"\0051"}.monstericon-times:before{content:"\f014"}.monstericon-check:before{content:"\f015"}.monstericon-info:before{content:"\f016"}.monstericon-exclamation-triangle:before{content:"\f017"}.monstericon-user:before{content:"\f018"}.monstericon-eye:before{content:"\f019"}.monstericon-info-circle:before{content:"\f01a"}.monstericon-info-circle-btm:before{content:"\f01c"}.monstericon-chevron-up:before{content:"\f01f"}.monstericon-times-fas:before{content:"\f021"}.monstericon-check-circle:before{content:"\f022"}.monstericon-exclamation-circle:before{content:"\f023"}.monstericon-star:before{content:"\f025"}.monstericon-times-circle-fas:before{content:"\f026"}.monstericon-check-circle-far:before{content:"\f027"}.monstericon-file-alt:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user-far:before{content:"\f02a"}.monstericon-eye-far:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand-alt:before{content:"\f02d"}.monstericon-compress-arrows-alt:before{content:"\f02e"}.monstericon-compress:before{content:"\f02f"}.monstericon-badge-check:before{content:"\f034"}.monstericon-download-em:before{content:"\f035"}.monstericon-globe:before{content:"\f036"}.monstericon-wand-magic:before{content:"\f037"}.monstericon-mouse-pointer:before{content:"\f038"}.monstericon-users:before{content:"\f039"}.monstericon-file-certificate:before{content:"\f03a"}.monstericon-bullseye-arrow:before{content:"\f03b"}.monstericon-cash-register:before{content:"\f03c"}.monstericon-chart-line:before{content:"\f03d"}.monstericon-clock:before{content:"\f03e"}.monstericon-box:before{content:"\f03f"}.monstericon-sack-dollar:before{content:"\f040"}.monstericon-browser:before{content:"\f041"}.monstericon-eye-em:before{content:"\f042"}.monstericon-newspaper:before{content:"\f043"}.monstericon-mobile:before{content:"\f044"}.monstericon-check-em-light:before{content:"\f045"}.monstericon-times-em-lite:before{content:"\f046"}.monstericon-code:before{content:"\f047"}.monstericon-clipboard:before{content:"\f048"}.monstericon-upload:before{content:"\f049"}.monstericon-clone:before{content:"\f04a"}.monstericon-id-card:before{content:"\f04b"}.monstericon-user-friends:before{content:"\f04c"}.monstericon-file-alt-em:before{content:"\f04d"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-comment-alt-check:before{content:"\f04f"}.monstericon-arrow-circle-up:before{content:"\f050"}.monstericon-search-em:before{content:"\f051"}.monstericon-list-ol:before{content:"\f052"}.monstericon-hand-pointer:before{content:"\f053"}.monstericon-folder:before{content:"\f054"}.monstericon-sign-out-em-solid:before{content:"\f055"}.monstericon-external-link-alt:before{content:"\f056"}.monstericon-copy:before{content:"\f057"}.monstericon-sync:before{content:"\f058"}.monstericon-flag:before{content:"\f059"}.monstericon-building:before{content:"\f05a"}.monstericon-chart-bar:before{content:"\f05b"}.monstericon-shopping-bag:before{content:"\f05c"}.monstericon-exchange-alt:before{content:"\f05d"}.monstericon-plus:before{content:"\f05e"}.monstericon-tachometer-alt:before{content:"\f05f"}.monstericon-media:before{content:"\f072"}.monstericon-tag:before{content:"\f060"}.monstericon-check-circle-em:before{content:"\f061"}.monstericon-bullseye:before{content:"\f062"}.monstericon-rocket:before{content:"\f063"}.monstericon-exclamation-square:before{content:"\f064"}.monstericon-trash:before{content:"\f065"}.monstericon-user-em:before{content:"\f066"}.monstericon-unlock:before{content:"\f067"}.monstericon-exclamation-em-solid:before{content:"\f068"}.monstericon-key-em:before{content:"\f069"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-plug-light:before{content:"\f06b"}.monstericon-align-left-regular:before{content:"\f06c"}.monstericon-envelope-solid:before{content:"\f06f"}.monstericon-comment-alt-lines-solid:before{content:"\f06e"}.monstericon-arrow-circle-up-light:before{content:"\f071"}.monstericon-megaphone-solid:before{content:"\f070"}.monstericon-arrow-circle-up-light :before{content:"\f071"}@media (max-width:782px){.exactmetrics-notices-area{margin-right:10px;margin-left:10px}}.exactmetrics-notice .exactmetrics-notice-inner{position:relative;color:#210f59;padding:32px 45px;border:1px solid #f4f3f7;border-bottom:3px solid;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);border-radius:10px;background:#fff;margin-top:40px}.exactmetrics-notice .exactmetrics-notice-inner .notice-title{color:#fff;font-weight:700;display:block;margin:0 0 6px;padding:0;font-size:17px}@media (max-width:782px){.exactmetrics-notice .exactmetrics-notice-inner{padding:10px}}.exactmetrics-notice .exactmetrics-notice-inner .notice-content{padding-right:92px;background:#fff;line-height:1.75;font-size:15px;position:relative}.exactmetrics-notice .exactmetrics-notice-inner .notice-content:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:48px;right:0;position:absolute;top:0;line-height:1}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner{border-bottom-color:#d83638}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner .notice-content:before{content:"\f064";color:#d83638}.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-inner{border-bottom-color:#fa0}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-inner{border-bottom-color:#4d3f7a}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner{border:1px solid #6528f5;border-right-width:3px;color:#777}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner .exactmetrics-button{color:#fff;margin:15px 0 0}.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-inner{border-bottom-color:#32a27a}.exactmetrics-notice .notice-content{margin-left:20px}.exactmetrics-notice .notice-content a{color:#210f59}.exactmetrics-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#e9e7ee;position:relative;float:left}.exactmetrics-notice .dismiss-notice:focus,.exactmetrics-notice .dismiss-notice:hover{color:#210f59}.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-left:-20px;margin-right:auto}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{margin-right:0}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:10px;margin-right:0}}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-button{margin-top:10px;margin-right:0;color:#fff}body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:42px;left:auto;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{border-radius:5px;padding:17px 28px;border:1px solid #f4f3f7;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);min-width:380px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{color:#210f59;font-size:15px;font-weight:700;line-height:1.5;margin-right:32px;margin-top:-3px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{font-size:26px;width:18px;height:18px;line-height:10px;position:absolute;left:14px;top:19px;color:#9087ac}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:27px;height:24px;min-width:27px;margin:0;border:0;color:#9087ac}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;right:0}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{top:0;right:0;border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line]{display:none}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;right:.0625em;width:0}54%{top:1.0625em;right:.125em;width:0}70%{top:2.1875em;right:-.375em;width:3.125em}84%{top:3em;right:1.3125em;width:1.0625em}to{top:2.8125em;right:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;right:.0625em;width:0}54%{top:1.0625em;right:.125em;width:0}70%{top:2.1875em;right:-.375em;width:3.125em}84%{top:3em;right:1.3125em;width:1.0625em}to{top:2.8125em;right:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;left:2.875em;width:0}65%{top:3.375em;left:2.875em;width:0}84%{top:2.1875em;left:0;width:3.4375em}to{top:2.375em;left:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;left:2.875em;width:0}65%{top:3.375em;left:2.875em;width:0}84%{top:2.1875em;left:0;width:3.4375em}to{top:2.375em;left:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}5%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}12%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}5%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}12%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.exactmetrics_page body.swal2-toast-shown .swal2-container,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top{top:0;left:auto;bottom:auto;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;left:0;bottom:auto;right:auto}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;left:auto;bottom:auto;right:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;left:auto;bottom:auto;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center{top:50%;left:auto;bottom:auto;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;left:0;bottom:auto;right:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;left:auto;bottom:0;right:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;left:auto;bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;left:0;bottom:0;right:auto}.exactmetrics_page body.swal2-toast-column .swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;height:2.2em;margin-top:.3125em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.exactmetrics_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .6em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.exactmetrics_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4);box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:50%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;right:-.9375em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:2em 2em;-ms-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:0 4em 4em 0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;right:.9375em;-webkit-transform-origin:100% 2em;-ms-transform-origin:100% 2em;transform-origin:100% 2em;border-radius:4em 0 0 4em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;right:.4375em;width:.4375em;height:2.6875em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;right:.1875em;width:.75em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;left:.1875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.exactmetrics_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(-2deg);transform:translateY(-.625em) rotate(-2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(2deg);transform:translateY(0) rotate(2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(-2deg);transform:translateY(.3125em) rotate(-2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(-2deg);transform:translateY(-.625em) rotate(-2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(2deg);transform:translateY(0) rotate(2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(-2deg);transform:translateY(.3125em) rotate(-2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(-1deg);transform:rotate(-1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(-1deg);transform:rotate(-1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;right:.0625em;width:0}54%{top:.125em;right:.125em;width:0}70%{top:.625em;right:-.25em;width:1.625em}84%{top:1.0625em;right:.75em;width:.5em}to{top:1.125em;right:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;right:.0625em;width:0}54%{top:.125em;right:.125em;width:0}70%{top:.625em;right:-.25em;width:1.625em}84%{top:1.0625em;right:.75em;width:.5em}to{top:1.125em;right:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;left:1.375em;width:0}65%{top:1.25em;left:.9375em;width:0}84%{top:.9375em;left:0;width:1.125em}to{top:.9375em;left:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;left:1.375em;width:0}65%{top:1.25em;left:.9375em;width:0}84%{top:.9375em;left:0;width:1.125em}to{top:.9375em;left:.1875em;width:1.375em}}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.exactmetrics_page body.swal2-height-auto{height:auto!important}.exactmetrics_page body.swal2-no-backdrop .swal2-shown{top:auto;left:auto;bottom:auto;right:auto;background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;right:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;right:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{left:0;bottom:0}.exactmetrics_page .swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;bottom:0;right:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;background-color:rgba(0,0,0,0);z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.exactmetrics_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-top-left,.exactmetrics_page .swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-top-end,.exactmetrics_page .swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-center-left,.exactmetrics_page .swal2-container.swal2-center-start{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-center-end,.exactmetrics_page .swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-bottom-start{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-webkit-box-pack:center;justify-content:center}.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-container .swal2-modal{margin:0!important}}.exactmetrics_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.exactmetrics_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.exactmetrics_page .swal2-popup{display:none;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;right:0;top:0}.exactmetrics_page .swal2-popup:focus{outline:0}.exactmetrics_page .swal2-popup.swal2-loading{overflow-y:hidden}.exactmetrics_page .swal2-popup .swal2-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.exactmetrics_page .swal2-popup .swal2-actions{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em auto 0;z-index:1}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border-radius:100%;border:.25em solid rgba(0,0,0,0);background-color:rgba(0,0,0,0)!important;color:rgba(0,0,0,0);cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-right:5px;border-radius:50%;border:3px solid #999;border-left-color:rgba(0,0,0,0);-webkit-box-shadow:-1px 1px 1px #fff;box-shadow:-1px 1px 1px #fff;content:"";-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.exactmetrics_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.exactmetrics_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.exactmetrics_page .swal2-popup .swal2-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.exactmetrics_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.exactmetrics_page .swal2-popup .swal2-close{position:absolute;top:0;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;padding:0;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:100% 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.exactmetrics_page .swal2-popup>.swal2-checkbox,.exactmetrics_page .swal2-popup>.swal2-file,.exactmetrics_page .swal2-popup>.swal2-input,.exactmetrics_page .swal2-popup>.swal2-radio,.exactmetrics_page .swal2-popup>.swal2-select,.exactmetrics_page .swal2-popup>.swal2-textarea{display:none}.exactmetrics_page .swal2-popup .swal2-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.exactmetrics_page .swal2-popup #swal2-content{text-align:center}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-radio,.exactmetrics_page .swal2-popup .swal2-select,.exactmetrics_page .swal2-popup .swal2-textarea{margin:1em auto}.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-textarea{width:100%;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box}.exactmetrics_page .swal2-popup .swal2-file.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-input.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.exactmetrics_page .swal2-popup .swal2-file:focus,.exactmetrics_page .swal2-popup .swal2-input:focus,.exactmetrics_page .swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.exactmetrics_page .swal2-popup .swal2-file::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::placeholder,.exactmetrics_page .swal2-popup .swal2-input::placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-range input{width:80%}.exactmetrics_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.exactmetrics_page .swal2-popup .swal2-range input,.exactmetrics_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.exactmetrics_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.exactmetrics_page .swal2-popup .swal2-input[type=number]{max-width:10em}.exactmetrics_page .swal2-popup .swal2-file{font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.exactmetrics_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-radio{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-popup .swal2-checkbox label,.exactmetrics_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox input,.exactmetrics_page .swal2-popup .swal2-radio input{margin:0 .4em}.exactmetrics_page .swal2-popup .swal2-validation-message{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-validation-message:before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:"!";zoom:normal}@supports (-ms-accelerator:true){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@-moz-document url-prefix(){.exactmetrics_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.exactmetrics_page .swal2-icon{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid rgba(0,0,0,0);border-radius:50%;line-height:5em;cursor:default;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.exactmetrics_page .swal2-icon-text{font-size:3.75em}.exactmetrics_page .swal2-icon.swal2-error{border-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:1.0625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:1em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.exactmetrics_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.exactmetrics_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.exactmetrics_page .swal2-icon.swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:50%}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;right:-2.0635em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:3.75em 3.75em;-ms-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:0 7.5em 7.5em 0}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;right:1.875em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 3.75em;-ms-transform-origin:100% 3.75em;transform-origin:100% 3.75em;border-radius:7.5em 0 0 7.5em}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;right:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;right:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:1}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;right:.875em;width:1.5625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;left:.5em;width:2.9375em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.exactmetrics_page .swal2-progresssteps li{display:inline-block;position:relative}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-right:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-left:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.exactmetrics_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.exactmetrics_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.exactmetrics_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.exactmetrics_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.exactmetrics_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-rtl .swal2-close{left:auto;right:0}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.exactmetrics_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.exactmetrics_page .swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@media print{.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.exactmetrics-notifications-display{background:#f4f3f7;border-right:3px solid #6528f5;padding:20px;border-radius:0 3px 3px 0;margin-bottom:50px;position:relative}.exactmetrics-settings-panel .exactmetrics-notifications-display{margin-right:25px;margin-left:25px}.exactmetrics-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.exactmetrics-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.exactmetrics-notifications-display .exactmetrics-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator{padding-top:10px}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator a{position:relative}.exactmetrics-notifications-display .exactmetrics-notification-inner{margin-right:25px}.exactmetrics-notifications-display .exactmetrics-button{margin-left:15px}.exactmetrics-notifications-display .exactmetrics-notification-navigation{position:absolute;left:0;top:100%}.exactmetrics-notifications-display .exactmetrics-notification-navigation button{background:#f4f3f7;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notification-navigation button:focus,.exactmetrics-notifications-display .exactmetrics-notification-navigation button:hover{color:#6528f5}.exactmetrics-notifications-display .exactmetrics-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);font-size:10px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous{margin-left:2px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous .monstericon-arrow{-webkit-transform:rotate(-270deg);-ms-transform:rotate(-270deg);transform:rotate(-270deg)}.exactmetrics-notifications-display .exactmetrics-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;left:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:10px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:12px;right:18px;border-radius:20px;line-height:16px;color:#fff;font-weight:700;text-align:center;display:inline-block;padding:0 3px}.exactmetrics-report .exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:16px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:4px;border-radius:20px;line-height:1;color:#fff;font-weight:700;text-align:center;padding:0 2px;right:20px}.exactmetrics-admin-page.exactmetrics-path-about-us .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-url-builder .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-reports-page .exactmetrics-notificationsv3-container{margin-left:0}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar{width:90%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container{display:inline-block;margin-right:20px;float:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number{position:absolute;top:-9px;min-width:20px;height:20px;line-height:20px;display:block;background:#eb5757;border-radius:20px;font-size:12px;color:#fff;font-weight:700;text-align:center;padding:0 6px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-greater-than-10{left:-13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-less-than-10{left:-10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-dismissed-number{min-width:24px;height:24px;background:#7c869d;border-radius:20px;display:inline-block;text-align:center;vertical-align:middle;line-height:24px;color:#fff;font-size:14px;font-weight:700;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:absolute;top:21px;left:15px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:0;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:inline-block}}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}@media (max-width:1099px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-notificationsv3-inbox-number{cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{width:440px;position:fixed;top:32px;left:0;background:#fff;z-index:1001;overflow:scroll;height:100%;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{top:46px;width:300px}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar.exactmetrics-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top{background:#2679c1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title svg{margin-left:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0;float:none}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{display:inline-block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:hover{color:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:focus{outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close{margin-right:12px;vertical-align:bottom}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:active svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:focus svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border-bottom:1px solid #e2e4e9;margin:0 16px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-inbox-number{position:relative;display:inline-block;top:inherit;left:inherit;min-width:24px;height:24px;line-height:24px;margin-left:8px;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-dismissed-number{margin-left:8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{margin-bottom:46px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{width:54px;float:right;text-align:center;padding-top:24px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{float:none;margin:0 auto}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{float:right;width:354px;padding-top:20px;text-align:right}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{width:260px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{margin-top:0;margin-bottom:0;color:#393f4c;font-size:13px;font-weight:700;width:70%;display:inline-block}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{width:65%}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button{display:block;background:#f0f2f4;border:1px solid #d3d7de;border-radius:3px;font-weight:500;font-size:13px;color:#393f4c;letter-spacing:.02em;padding:6px 11px;margin-left:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:hover{background:#d3d7de}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:hover{color:#a9b1c3}.exactmetrics-tooltip{display:block!important;z-index:10000;max-width:350px}.exactmetrics-tooltip .exactmetrics-tooltip-inner{background:#6528f5;color:#fff;border-radius:5px;padding:16px 20px;font-size:15px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;text-align:center}.exactmetrics-tooltip .exactmetrics-tooltip-inner a{color:#fff;font-weight:700}.exactmetrics-tooltip .exactmetrics-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:8px;border-color:#6528f5;z-index:1}.exactmetrics-tooltip[x-placement^=top]{padding-bottom:8px}.exactmetrics-tooltip[x-placement^=top] .exactmetrics-tooltip-arrow{border-width:8px 8px 0;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;right:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=bottom]{padding-top:8px}.exactmetrics-tooltip[x-placement^=bottom] .exactmetrics-tooltip-arrow{border-width:0 8px 8px;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;right:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=right]{padding-right:8px}.exactmetrics-tooltip[x-placement^=right] .exactmetrics-tooltip-arrow{border-width:8px 0 8px 8px;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 8px);margin-right:0;margin-left:0}.exactmetrics-tooltip[x-placement^=left]{padding-left:8px}.exactmetrics-tooltip[x-placement^=left] .exactmetrics-tooltip-arrow{border-width:8px 8px 8px 0;border-top-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 8px);margin-right:0;margin-left:0}.exactmetrics-tooltip.popover .popover-inner{background:#fff;color:#6528f5;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.exactmetrics-tooltip.popover .popover-arrow{border-color:#fff}.exactmetrics-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.exactmetrics-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.exactmetrics-roller{display:inline-block;position:relative;width:58px;height:58px}.exactmetrics-roller div{-webkit-animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:29px 29px;-ms-transform-origin:29px 29px;transform-origin:29px 29px}.exactmetrics-roller div:after{content:" ";display:block;position:absolute;width:8px;height:8px;border-radius:50%;background:#6528f5;margin:-4px -4px 0 0}.exactmetrics-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.exactmetrics-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.exactmetrics-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.exactmetrics-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.exactmetrics-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.exactmetrics-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.exactmetrics-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.exactmetrics-roller div:first-child:after{top:49px;right:44px}.exactmetrics-roller div:nth-child(2):after{top:54px;right:28px}.exactmetrics-roller div:nth-child(3):after{top:48px;right:13px}.exactmetrics-roller div:nth-child(4):after{top:35px;right:5px}.exactmetrics-roller div:nth-child(5):after{top:19px;right:6px}.exactmetrics-roller div:nth-child(6):after{top:8px;right:15px}.exactmetrics-roller div:nth-child(7):after{top:4px;right:29px}@-webkit-keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.exactmetrics-upload-media-wrapper .exactmetrics-dark{display:block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media-label{margin-bottom:0!important}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay{display:none;background:rgba(0,0,0,.7);width:100%;position:absolute;top:0;right:0;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media{color:#fff;text-decoration:underline;margin-right:auto;cursor:pointer;padding:0 0 10px 10px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media:hover{text-decoration:none}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media:hover .exactmetrics-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media img{max-width:100%;display:inline-block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-input{width:73%;margin-left:2%;float:right;position:relative;margin-top:0}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button{width:25%;float:right;font-size:15px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:active,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:focus,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:hover{outline:none}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button{position:relative!important;margin-right:10px;padding:12px 24px!important}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button:first-child{margin-right:0}.exactmetrics-email-summaries-settings a{color:#6528f5!important}.exactmetrics-email-summaries-settings a:focus,.exactmetrics-email-summaries-settings a:hover{color:#393f4c!important}.exactmetrics-email-summaries-settings .exactmetrics-dark{display:block}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button{position:relative!important;margin-right:10px;padding:12px 24px!important}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button:first-child{margin-right:0}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater{margin-bottom:18px}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=number],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=text],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row textarea{border-color:#9087ac}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid input{border-color:#32a27a}.exactmetrics-email-summaries-settings .exactmetrics-button.exactmetrics-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}.exactmetrics-accordion .exactmetrics-accordion{padding:0;border:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion div:not(:last-child){border-bottom:1px solid rgba(10,10,10,.1)}.exactmetrics-accordion .exactmetrics-accordion div:last-child .exactmetrics-accordion-item-details{border-radius:5px}.exactmetrics-accordion .exactmetrics-accordion dd{margin-right:0;margin-bottom:0}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{cursor:pointer;outline:none}.exactmetrics-accordion .exactmetrics-accordion-item-details-inner,.exactmetrics-accordion .exactmetrics-accordion-item-trigger{padding:0 20px 30px}.exactmetrics-accordion .exactmetrics-accordion-item.is-active .exactmetrics-accordion-item-title{border-bottom:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion-item-title{position:relative;background-color:#fff;cursor:pointer}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text{font-size:20px;margin-bottom:0;padding-left:1.25rem}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text .title{padding-right:15px}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{width:100%;text-align:right;background-color:rgba(0,0,0,0);border:none}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon{display:block;position:absolute;top:0;left:1.5rem;bottom:0;margin:auto;width:8px;height:8px;border-left:2px solid #363636;border-bottom:2px solid #363636;-webkit-transform:translateY(-2px) rotate(-45deg);-ms-transform:translateY(-2px) rotate(-45deg);transform:translateY(-2px) rotate(-45deg);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon.is-active{-webkit-transform:translateY(2px) rotate(-225deg);-ms-transform:translateY(2px) rotate(-225deg);transform:translateY(2px) rotate(-225deg)}.exactmetrics-accordion .exactmetrics-accordion-item-details{overflow:hidden;background-color:#fff;padding-top:15px}.exactmetrics-accordion .exactmetrics-accordion-item-details p,.exactmetrics-accordion .exactmetrics-accordion-item-details ul{font-size:1.2em;line-height:1.8}.exactmetrics-accordion .exactmetrics-accordion-item-enter-active,.exactmetrics-accordion .exactmetrics-accordion-item-leave-active{will-change:height;-webkit-transition:height .2s ease;transition:height .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-enter,.exactmetrics-accordion .exactmetrics-accordion-item-leave-to{height:0!important}body{background:#fff;margin:0}.exactmetrics-admin-page,.exactmetrics-admin-page *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#wpcontent,.auto-fold #wpcontent{padding-right:0}.exactmetrics-highlighted-text{color:#64bfa5;font-weight:700}.exactmetrics-bold{font-weight:700}.exactmetrics-bg-img{width:100%;padding-top:66%;position:relative}.exactmetrics-bg-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain}.exactmetrics-header{padding:20px;background-color:#210f59;position:relative;z-index:90}.exactmetrics-header .exactmetrics-container{width:100%}@media (max-width:959px){.exactmetrics-header .exactmetrics-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.exactmetrics-header .exactmetrics-float-right{text-align:center}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right{text-align:left}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{float:left;background:#fff;color:#210f59}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{display:none}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:focus,.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:hover{color:#6528f5;background:#fff}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button.exactmetrics-button-disabled{color:#9087ac}@media (max-width:959px){.exactmetrics-header .exactmetrics-float-right{text-align:left;width:100%}}.exactmetrics-logo-area{float:right;max-width:calc(100vw - 170px)}.exactmetrics-logo-area img{display:block;max-width:100%}@media (max-width:959px){.exactmetrics-logo-area{width:140px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}}@media (max-width:959px){.exactmetrics-header .exactmetrics-container,.exactmetrics-navigation-bar .exactmetrics-container{padding:0;width:100%}}.exactmetrics-navigation-bar{background:rgba(0,0,0,0);display:inline-block}@media (max-width:959px){.exactmetrics-navigation-bar{padding:0;border:0}}@media (max-width:750px){.exactmetrics-navigation-bar{background:none;margin-left:40px}}.exactmetrics-admin-page{position:relative}.exactmetrics-admin-page .exactmetrics-blocked{position:absolute;top:0;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-header{padding:20px 24px}.exactmetrics-admin-page .exactmetrics-header .exactmetrics-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#210f59}#footer-left .exactmetrics-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#6528f5}#wpfooter{display:none;margin-left:23px;margin-bottom:20px;right:23px;background:rgba(101,40,245,.05);padding:14px 20px;border-radius:5px}#wpfooter a{color:#6528f5}.exactmetrics-container{margin:0 auto;max-width:100%;width:750px}.exactmetrics-admin-page .exactmetrics-navigation-tab-link{text-decoration:none;padding:12px 4px 11px;font-size:15px;color:#fff;display:inline-block;margin-left:20px;line-height:1;outline:none;font-family:Lato,sans-serif;position:relative}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:after{content:"";width:100%;right:0;position:absolute;top:100%;height:2px;border-radius:20px;background:#fff;display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover{border-bottom-color:#fff;color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover:after{display:block}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#fff;cursor:default}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-navigation-tab-link{width:100%;padding:20px 0;color:#fff;font-size:16px;border-top:1px solid #4d3f7a;text-align:right}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:first-child{border-top:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:first-child+.exactmetrics-navigation-tab-link{border-top:0}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active{display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus{color:#fff;text-decoration:none}}.exactmetrics-admin-page .exactmetrics-button{background:#6528f5;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics-admin-page .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-button:hover{background-color:#37276a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-disabled{background:#e9e7ee;color:#9087ac}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary{background:#e9e7ee;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:hover{background-color:#f4f3f7;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green{background:#32a27a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:hover{background-color:#19865f;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text{background:rgba(0,0,0,0);border:none;color:#6528f5;padding:0;border-radius:0;text-decoration:underline}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]{margin-right:10px;min-width:16px;display:inline-block}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]:first-child{margin-right:0;margin-left:10px}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark{color:#210f59}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:hover{color:#6528f5}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-red{background:#e43462;border-color:#e43462;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-large{font-size:15px;padding:14px 30px 12px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{font-size:20px;padding:23px 67px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl i{margin-right:10px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{padding-right:45px;padding-left:45px}}.exactmetrics-admin-page .exactmetrics-spaced-top{margin-top:20px}.exactmetrics-green-text{color:#32a27a;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-right:-18px}}.exactmetrics-mobile-nav-trigger{color:#fff;font-size:15px;font-weight:500;display:inline-block;border:none;background:#37276a;padding:7px 18px;line-height:1.7;margin:0;border-radius:5px}@media (min-width:960px){.exactmetrics-mobile-nav-trigger{display:none}}.exactmetrics-mobile-nav-trigger i{color:#fff;margin-right:25px;vertical-align:middle}.exactmetrics-mobile-nav-trigger.exactmetrics-mobile-nav-trigger-open{border-radius:5px 5px 0 0}@media (max-width:959px){.exactmetrics-main-navigation{background:#37276a;height:0;overflow:hidden;position:absolute;right:24px;left:24px;text-align:right;border-radius:0 5px 5px 5px}.exactmetrics-main-navigation.exactmetrics-main-navigation-open{padding:17px 40px;height:auto;-webkit-box-shadow:0 40px 30px rgba(33,15,89,.1);box-shadow:0 40px 30px rgba(33,15,89,.1)}}@media (min-width:782px){.exactmetrics_page .exactmetrics-swal{margin-right:160px}.auto-fold .exactmetrics_page .exactmetrics-swal{margin-right:36px}}@media (min-width:961px){.auto-fold .exactmetrics_page .exactmetrics-swal{margin-right:160px}.folded .exactmetrics_page .exactmetrics-swal{margin-right:36px}}.exactmetrics_page .exactmetrics-swal .swal2-footer{border-top:none;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;margin-top:0;font-size:15px}.exactmetrics_page .exactmetrics-swal .swal2-footer a{color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-footer a:focus,.exactmetrics_page .exactmetrics-swal .swal2-footer a:hover{color:#37276a}.exactmetrics-modal{position:fixed;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,.8);z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics-modal .exactmetrics-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.exactmetrics-modal .exactmetrics-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.exactmetrics-modal .exactmetrics-modal-inner p{margin-bottom:0}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-modal-buttons{margin-top:50px}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-button{margin:0 10px}.exactmetrics-welcome-overlay{position:fixed;top:0;right:0;left:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(33,15,89,.9)}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%;border-radius:10px;-webkit-box-shadow:0 20px 80px rgba(13,7,36,.5);box-shadow:0 20px 80px rgba(13,7,36,.5)}.exactmetrics-welcome-overlay .exactmetrics-overlay-close{background:none;border:none;position:absolute;top:5px;left:7px;padding:0;color:#777}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content{height:100%}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content iframe{height:100%;width:100%}.swal2-container.exactmetrics-swal-loading{background:#fff;padding:20px;top:112px;height:auto}.swal2-container.exactmetrics-swal-loading.exactmetrics-swal-full-height{top:32px}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal{width:100%;height:100%;border-radius:10px;background:url(../img/loading-background.jpg) no-repeat bottom #f4f3f7;background-size:cover;-webkit-animation-duration:1ms;animation-duration:1ms}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-icon{visibility:hidden;height:0;padding:0}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-header{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-title{font-size:17px;color:#210f59}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-content{color:#9087ac;margin-top:6px;font-size:15px;line-height:1.75;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-actions button{display:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess{padding:0;background:#f8f6ff}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-icon{visibility:hidden;height:0;width:0;margin:0;padding:0}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal{width:750px;background:none;padding-right:260px;position:relative}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-header{display:block}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-title{font-size:32px;line-height:1.3;color:#210f59;text-align:right}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content{font-size:15px;line-height:1.75;color:#210f59;text-align:right;margin-bottom:20px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content p{font-size:15px;margin:0;font-weight:500}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-actions{margin:0;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled{margin:0;font-size:15px;padding:16px 23px 14px;outline:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled .monstericon-long-arrow-right-light{margin-right:14px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:hover{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm{background:#32a27a}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:hover{background:#19865f}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-cancel{margin-right:15px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons{position:absolute;right:-35px;top:-15px;width:260px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]{position:absolute;color:#6528f5;opacity:.5;font-size:41px;top:114px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:first-child{font-size:108px;opacity:1;top:-22px;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(2){right:35px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-].monstericon-exclamation-em-solid:nth-child(2){right:50px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(3){top:147px;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(4){right:185px}.exactmetrics_page .exactmetrics-swal .swal2-title{line-height:1.2}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info{border:none;border-radius:0}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error:before,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f064";font-size:80px;color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-icon-text,.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-x-mark{display:none}.exactmetrics_page .exactmetrics-swal .swal2-styled{border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm{background:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:hover{background-color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel{background:#e9e7ee;color:#37276a}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:hover{background-color:#f4f3f7;color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-popup{border-radius:10px;padding:40px}.exactmetrics-list-check ul{margin:0;list-style:none;padding-right:0}.exactmetrics-list-check li{font-size:15px;margin-top:18px;padding-right:30px;position:relative;color:#fff}.exactmetrics-list-check li:first-child{margin-top:0}.exactmetrics-list-check li:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f045";font-size:15px;margin-left:10px;color:#fff;position:absolute;right:0;top:0}.exactmetrics-settings-input-select-input .multiselect__tags-wrap{position:relative}.exactmetrics-settings-input-select-input .multiselect__tags-wrap:after{content:attr(data-text);display:inline-block;position:relative;color:#9087ac;bottom:0;background:#fff;border-radius:4px;font-size:14px;vertical-align:top;padding:8px 15px}.exactmetrics-settings-input-select-input .multiselect__placeholder{display:none}.multiselect__content-wrapper{right:30px}.exactmetrics-semrush-cta{background:#f4f3f7;border-right:3px solid #6528f5;padding:20px 26px;border-radius:0 3px 3px 0;position:relative}.exactmetrics-semrush-cta br{display:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-close{position:absolute;top:12px;left:12px;cursor:pointer;border:0;background:rgba(0,0,0,0);padding:0;margin:0;outline:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.exactmetrics-semrush-cta .exactmetrics-button{background:#6528f5;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.exactmetrics-semrush-cta .exactmetrics-button:active,.exactmetrics-semrush-cta .exactmetrics-button:focus,.exactmetrics-semrush-cta .exactmetrics-button:hover{background:#6333d4;outline:none}.exactmetrics-row-highlight{-webkit-animation-name:color;animation-name:color;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:2;animation-iteration-count:2}@-webkit-keyframes color{0%{background-color:#fff}50%{background-color:#509fe2}to{background-color:#fff}}@keyframes color{0%{background-color:#fff}50%{background-color:#509fe2}to{background-color:#fff}}
lite/assets/vue/css/wizard.css CHANGED
@@ -1 +1 @@
1
- @import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);.exactmetrics-admin-page fieldset[disabled] .multiselect{pointer-events:none}.exactmetrics-admin-page .multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.exactmetrics-admin-page .multiselect__spinner:after,.exactmetrics-admin-page .multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid rgba(0,0,0,0);border-top-color:#b7c9d9;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,0)}.exactmetrics-admin-page .multiselect__spinner:before{-webkit-animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation:a 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.exactmetrics-admin-page .multiselect__spinner:after{-webkit-animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation:a 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.exactmetrics-admin-page .multiselect__loading-enter-active,.exactmetrics-admin-page .multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.exactmetrics-admin-page .multiselect__loading-enter,.exactmetrics-admin-page .multiselect__loading-leave-active{opacity:0}.exactmetrics-admin-page .multiselect,.exactmetrics-admin-page .multiselect__input,.exactmetrics-admin-page .multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.exactmetrics-admin-page .multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.exactmetrics-admin-page .multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.exactmetrics-admin-page .multiselect:focus{outline:none}.exactmetrics-admin-page .multiselect--disabled{opacity:.6}.exactmetrics-admin-page .multiselect--active{z-index:1}.exactmetrics-admin-page .multiselect--active:not(.multiselect--above) .multiselect__current,.exactmetrics-admin-page .multiselect--active:not(.multiselect--above) .multiselect__input,.exactmetrics-admin-page .multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.exactmetrics-admin-page .multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.exactmetrics-admin-page .multiselect--above.multiselect--active .multiselect__current,.exactmetrics-admin-page .multiselect--above.multiselect--active .multiselect__input,.exactmetrics-admin-page .multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.exactmetrics-admin-page .multiselect__input,.exactmetrics-admin-page .multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.exactmetrics-admin-page .multiselect__input:-ms-input-placeholder{color:#35495e}.exactmetrics-admin-page .multiselect__input::-webkit-input-placeholder{color:#35495e}.exactmetrics-admin-page .multiselect__input::-moz-placeholder{color:#35495e}.exactmetrics-admin-page .multiselect__input::-ms-input-placeholder{color:#35495e}.exactmetrics-admin-page .multiselect__input::placeholder{color:#35495e}.exactmetrics-admin-page .multiselect__tag~.multiselect__input,.exactmetrics-admin-page .multiselect__tag~.multiselect__single{width:auto}.exactmetrics-admin-page .multiselect__input:hover,.exactmetrics-admin-page .multiselect__single:hover{border-color:#cfcfcf}.exactmetrics-admin-page .multiselect__input:focus,.exactmetrics-admin-page .multiselect__single:focus{border-color:#a8a8a8;outline:none}.exactmetrics-admin-page .multiselect__single{padding-left:5px;margin-bottom:8px}.exactmetrics-admin-page .multiselect__tags-wrap{display:inline}.exactmetrics-admin-page .multiselect__tags{min-height:40px;display:block;padding:32px 32px 30px;border-radius:5px;background:#f4f3f7;font-size:14px}.exactmetrics-admin-page .multiselect__tag{position:relative;display:inline-block;padding:10px 15px 10px 27px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#6528f5;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;font-size:14px}.exactmetrics-admin-page .multiselect__tag.exactmetrics-tag-forced{padding-left:15px}.exactmetrics-admin-page .multiselect__tag.exactmetrics-tag-forced i{display:none}.exactmetrics-admin-page .multiselect__tag-icon{cursor:pointer;position:absolute;left:0;top:0;bottom:0;font-weight:400;font-style:normal;width:32px;text-align:center;line-height:38px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px;margin-left:0}.exactmetrics-admin-page .multiselect__tag-icon:hover{background:rgba(0,0,0,0)}.exactmetrics-admin-page .multiselect__tag-icon:after{content:"\f046";color:#fff;line-height:2;margin-top:1px;font-size:16px;display:block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.exactmetrics-admin-page .multiselect__tag-icon:hover:after{color:#9087ac}.exactmetrics-admin-page .multiselect__tag-icon:focus{outline:none}.exactmetrics-admin-page .multiselect__tag-icon:focus:after{text-decoration:underline;color:#fff}.exactmetrics-admin-page .multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.exactmetrics-admin-page .multiselect__current,.exactmetrics-admin-page .multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.exactmetrics-admin-page .multiselect__select{display:none}.exactmetrics-admin-page .multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.exactmetrics-admin-page .multiselect--active .multiselect__placeholder{display:none}.exactmetrics-admin-page .multiselect__content-wrapper{position:absolute;display:block;background:#fff;max-height:240px;overflow:auto;border:1px solid #f4f3f7;border-top:none;border-radius:3px;z-index:1;-webkit-overflow-scrolling:touch;padding:6px}.exactmetrics-admin-page .multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.exactmetrics-admin-page .multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.exactmetrics-admin-page .multiselect__content::webkit-scrollbar{display:none}.exactmetrics-admin-page .multiselect__element{display:block}.exactmetrics-admin-page .multiselect__option{display:block;padding:10px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap;font-size:14px}.exactmetrics-admin-page .multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.exactmetrics-admin-page .multiselect__option--highlight{background:#f4f3f7;outline:none;color:#210f59}.exactmetrics-admin-page .multiselect__option--highlight:after{content:attr(data-select);background:#f4f3f7;color:#210f59}.exactmetrics-admin-page .multiselect__option--selected{background:#f4f3f7;color:#210f59;font-weight:700}.exactmetrics-admin-page .multiselect__option--selected:after{content:attr(data-selected);color:silver}.exactmetrics-admin-page .multiselect__option--selected.multiselect__option--highlight{background:#6528f5;color:#fff}.exactmetrics-admin-page .multiselect__option--selected.multiselect__option--highlight:after{background:#6528f5;content:attr(data-deselect);color:#fff}.exactmetrics-admin-page .multiselect--disabled{background:#ededed;pointer-events:none}.exactmetrics-admin-page .multiselect--disabled .multiselect__current,.exactmetrics-admin-page .multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.exactmetrics-admin-page .multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.exactmetrics-admin-page .multiselect__option--group{background:#ededed;color:#35495e}.exactmetrics-admin-page .multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.exactmetrics-admin-page .multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.exactmetrics-admin-page .multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.exactmetrics-admin-page .multiselect__option--group-selected.multiselect__option--highlight{background:#6528f5;color:#fff}.exactmetrics-admin-page .multiselect__option--group-selected.multiselect__option--highlight:after{background:#6528f5;content:attr(data-deselect);color:#fff}.exactmetrics-admin-page .multiselect-enter-active,.exactmetrics-admin-page .multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.exactmetrics-admin-page .multiselect-enter,.exactmetrics-admin-page .multiselect-leave-active{opacity:0}.exactmetrics-admin-page .multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}.exactmetrics-admin-page [dir=rtl] .multiselect{text-align:right}.exactmetrics-admin-page [dir=rtl] .multiselect__select{right:auto;left:1px}.exactmetrics-admin-page [dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}.exactmetrics-admin-page [dir=rtl] .multiselect__content{text-align:right}.exactmetrics-admin-page [dir=rtl] .multiselect__option:after{right:auto;left:0}.exactmetrics-admin-page [dir=rtl] .multiselect__clear{right:auto;left:12px}.exactmetrics-admin-page [dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}body{font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.exactmetrics-onboarding-header{text-align:center;background-color:#210f59;padding:20px}.exactmetrics-header-navigation{display:none}.exactmetrics-onboarding-header h1{margin:0;line-height:1}img{max-width:100%}a{color:#6528f5}a:focus,a:hover{color:#37276a}.exactmetrics-onboarding-wizard-container{margin:0 auto;width:750px;position:relative}.exactmetrics-onboarding-wizard-steps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:60px;position:absolute;right:100%;margin-right:138px;width:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.exactmetrics-onboarding-wizard-step-line{background:#e9e7ee;height:32px;width:4px;margin:14px 0;border-radius:10px}.exactmetrics-onboarding-wizard-step-line.exactmetrics-onboarding-wizard-line-active{background:#32a27a}.exactmetrics-onboarding-wizard-step{border-radius:50%;-ms-flex-negative:0;flex-shrink:0;height:24px;width:24px;background-color:#e9e7ee}.exactmetrics-onboarding-wizard-step.exactmetrics-onboarding-wizard-step-active,.exactmetrics-onboarding-wizard-step.exactmetrics-onboarding-wizard-step-completed{background-color:#32a27a;position:relative}.exactmetrics-onboarding-wizard-step.exactmetrics-onboarding-wizard-step-active{width:40px;height:40px;background-color:#210f59;text-align:center;line-height:40px;margin:-8px 0}.exactmetrics-onboarding-wizard-step.exactmetrics-onboarding-wizard-step-active:first-child{margin-top:0}.exactmetrics-onboarding-wizard-step.exactmetrics-onboarding-wizard-step-active:after{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff}.exactmetrics-onboarding-wizard-step.exactmetrics-onboarding-wizard-step-active:first-child:after{content:"\f059"}.exactmetrics-onboarding-wizard-step.exactmetrics-onboarding-wizard-step-active:nth-child(3):after{content:"\004a"}.exactmetrics-onboarding-wizard-step.exactmetrics-onboarding-wizard-step-active:nth-child(5):after{content:"\f062"}.exactmetrics-onboarding-wizard-step.exactmetrics-onboarding-wizard-step-active:nth-child(7):after{content:"\f06b"}.exactmetrics-onboarding-wizard-step.exactmetrics-onboarding-wizard-step-active:nth-child(9):after{content:"\f06c"}.exactmetrics-onboarding-wizard-step.exactmetrics-onboarding-wizard-step-active:nth-child(11){background-color:#32a27a}.exactmetrics-onboarding-wizard-step.exactmetrics-onboarding-wizard-step-active:nth-child(11):after{content:"\f045"}.exactmetrics-onboarding-wizard-step.exactmetrics-onboarding-wizard-step-completed:after{color:#fff;content:"\f045";display:block;font-family:Misettings;font-size:15px;font-weight:400;left:0;position:absolute;text-align:center;line-height:25px;width:100%}.exactmetrics-onboarding-wizard-content{color:#210f59;font-size:15px;margin:60px 0}.exactmetrics-onboarding-wizard-content h2{color:#210f59;font-size:32px;font-weight:500;margin:0 0 12px}.exactmetrics-onboarding-wizard-content .subtitle{font-size:16px;line-height:1.75;margin-top:0;margin-bottom:20px}.exactmetrics-onboarding-wizard-content .exactmetrics-separator{border-top:1px solid #e9e7ee;clear:both;margin:24px 0}.exactmetrics-icon-info{display:inline-block;vertical-align:middle}.exactmetrics-icon-info svg{height:16px;width:16px}.exactmetrics-onboarding-wizard-form label{color:#210f59;font-size:17px;font-weight:500;line-height:1.5}.exactmetrics-description{margin-top:16px;line-height:1.75;margin-bottom:20px}.exactmetrics-form-input{margin:5px 0 0;position:relative}.exactmetrics-form-input input[type=radio]{opacity:0;position:absolute}.exactmetrics-settings-input-radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.exactmetrics-settings-input-radio input{opacity:0;position:absolute}.exactmetrics-settings-input-radio label{color:#37276a;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;border:2px solid #f4f3f7;height:200px;border-radius:10px;background-color:#f4f3f7;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;cursor:pointer}.exactmetrics-settings-input-radio label:hover{background-color:#fff;border-color:#bcb7cd}.exactmetrics-settings-input-radio label:hover .exactmetrics-styled-radio{background-color:#f4f3f7}.exactmetrics-settings-input-radio label.exactmetrics-styled-radio-label-checked{border-color:#32a27a;background-color:#fff;color:#210f59}.exactmetrics-settings-input-radio label small{font-size:16px;color:#210f59;font-weight:400}.exactmetrics-settings-input-radio label>span{vertical-align:middle;font-weight:500;line-height:1;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.exactmetrics-settings-input-radio label>span:not(.exactmetrics-styled-radio):before{font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:31px;margin-bottom:24px;display:block}.exactmetrics-settings-input-radio label:last-child{margin-bottom:0}.exactmetrics-settings-input-radio label[for="exactmetrics-settings-radio-site_type[business]"]>span:not(.exactmetrics-styled-radio):before{content:"\f05a"}.exactmetrics-settings-input-radio label[for="exactmetrics-settings-radio-site_type[publisher]"]>span:not(.exactmetrics-styled-radio):before{content:"\f043"}.exactmetrics-settings-input-radio label[for="exactmetrics-settings-radio-site_type[ecommerce]"]>span:not(.exactmetrics-styled-radio):before{content:"\f033"}.exactmetrics-settings-input-radio .exactmetrics-styled-radio{width:40px;height:40px;position:relative;display:inline-block;border-radius:50%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;background-color:#fff;margin-top:20px}.exactmetrics-settings-input-radio .exactmetrics-styled-radio.exactmetrics-styled-radio-checked{background:rgba(50,162,122,.1);text-align:center;line-height:40px}.exactmetrics-settings-input-radio .exactmetrics-styled-radio.exactmetrics-styled-radio-checked:after{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f045";color:#32a27a}.exactmetrics-onboarding-wizard-form .exactmetrics-settings-input-radio>span{width:30%}.exactmetrics-form-input input:focus~.exactmetrics-styled-checkbox-status{-webkit-box-shadow:0 0 5px 2px #4d90fe;box-shadow:0 0 5px 2px #4d90fe}.exactmetrics-form-input .exactmetrics-form-input-label{display:inline-block;vertical-align:top}.exactmetrics-form-input .exactmetrics-form-input-label span{font-weight:400}.exactmetrics-onboarding-button,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{border:none;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:1.2;padding:12px 20px;text-decoration:none}.exactmetrics-onboarding-button.exactmetrics-onboarding-button-large{background-color:#32a27a;font-size:15px;padding:16px 23px}.exactmetrics-onboarding-button.exactmetrics-onboarding-button-large:after{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f06a";margin-left:13px}.exactmetrics-onboarding-button.exactmetrics-onboarding-button-large:focus,.exactmetrics-onboarding-button.exactmetrics-onboarding-button-large:hover{background-color:#19865f;color:#fff}.exactmetrics-onboarding-button.exactmetrics-onboarding-button-regular,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{background-color:#6528f5;font-size:14px;font-weight:500;padding:10px 16px}.exactmetrics-onboarding-button.exactmetrics-onboarding-button-regular:focus,.exactmetrics-onboarding-button.exactmetrics-onboarding-button-regular:hover,.request-filesystem-credentials-action-buttons .button:focus,.request-filesystem-credentials-action-buttons .button:hover,.request-filesystem-credentials-action-buttons input[type=submit]:focus,.request-filesystem-credentials-action-buttons input[type=submit]:hover{background-color:#37276a;color:#fff}.exactmetrics-onboarding-button.exactmetrics-button-disabled,.exactmetrics-onboarding-button.exactmetrics-button-disabled:focus,.exactmetrics-onboarding-button.exactmetrics-button-disabled:hover{background-color:#e9e7ee;color:#9087ac;cursor:auto;outline:none}.exactmetrics-onboarding-button.exactmetrics-button-activated,.exactmetrics-onboarding-button.exactmetrics-button-activated:focus,.exactmetrics-onboarding-button.exactmetrics-button-activated:hover{background-color:#fff;border-color:#8aa4b8;color:#8aa4b8;cursor:auto;outline:none}.exactmetrics-onboarding-wizard-form input[type=email],.exactmetrics-onboarding-wizard-form input[type=text]{border:none;color:#9087ac;display:block;border-radius:3px;font-size:14px;padding:9px 15px;height:40px;width:100%;background:#f4f3f7}.exactmetrics-onboarding-wizard-form .exactmetrics-form-row-license input[type=text]{background:#fff;color:#210f59}.exactmetrics-onboarding-wizard-form input[type=email]:focus,.exactmetrics-onboarding-wizard-form input[type=text]:focus{border-color:#6528f5;outline:none}.exactmetrics-form-input.valid input[type=email],.exactmetrics-form-input.valid input[type=text]{border-color:#64bfa5}.exactmetrics-form-input.error input[type=email],.exactmetrics-form-input.error input[type=text]{border-color:#dc3232}.exactmetrics-form-input select{width:100%}.exactmetrics-form-input.error:after,.exactmetrics-form-input.valid:after{display:none;font-family:Misettings;font-size:20px;font-weight:400;position:absolute;right:12px;top:10px}.exactmetrics-form-input.valid:after{color:#32a27a;content:"\f045";display:block}.exactmetrics-form-input.error:after{color:#d83638;content:"\f046";display:block}.exactmetrics-error-message{color:#d83638;font-weight:500}::-webkit-input-placeholder{color:#9087ac}::-moz-placeholder{color:#9087ac}:-ms-input-placeholder{color:#9087ac}:-moz-placeholder{color:#9087ac}.exactmetrics-notice{color:#8aa4b8;font-size:16px;line-height:1.4;margin:30px 0}.exactmetrics-text-button{background:none;border:none;border-bottom:1px solid rgba(0,0,0,0);color:#9087ac;cursor:pointer;font-size:15px;padding:0}.exactmetrics-text-button i{margin-left:4px}.exactmetrics-text-button:hover{border-bottom-color:#9087ac}.exactmetrics-pull-right{float:right}.exactmetrics-text-button.exactmetrics-pull-right{margin-top:15px}.exactmetrics-form-inline .exactmetrics-form-input,.exactmetrics-form-inline .exactmetrics-form-label{float:left;width:80%}.exactmetrics-form-inline .exactmetrics-form-input{float:right;text-align:right;width:20%}.exactmetrics-form-inline:after{clear:both;content:"";display:table}.exactmetrics-form-inline p.exactmetrics-description{margin-bottom:0}.exactmetrics-form-inline .exactmetrics-separator{float:left;margin-top:27px;width:100%}.exactmetrics-settings-input-checkbox>label{color:#210f59;font-size:14px;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.exactmetrics-settings-input-checkbox>label.exactmetrics-styled-checkbox-faux{cursor:default}.exactmetrics-settings-input-checkbox>label.exactmetrics-styled-checkbox-faux .exactmetrics-styled-checkbox{cursor:default;background-color:#e9e7ee}.exactmetrics-settings-input-checkbox>label.exactmetrics-styled-checkbox-faux .exactmetrics-styled-checkbox.exactmetrics-styled-checkbox-checked{background-color:#e9e7ee}.exactmetrics-settings-input-checkbox>label.exactmetrics-styled-checkbox-faux .exactmetrics-styled-checkbox.exactmetrics-styled-checkbox-checked:after{opacity:.5}.exactmetrics-settings-input-checkbox>label input{display:none}.exactmetrics-settings-input-checkbox>label>span{vertical-align:middle}.exactmetrics-settings-input-checkbox>label:last-child{margin-bottom:0}.exactmetrics-settings-input-checkbox .exactmetrics-styled-checkbox{width:40px;height:23px;position:relative;display:inline-block;border-radius:20px;margin-right:15px;background-color:#e9e7ee;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.exactmetrics-settings-input-checkbox .exactmetrics-styled-checkbox.exactmetrics-styled-checkbox-checked:after{right:3px;left:auto;background:#6528f5}.exactmetrics-settings-input-checkbox .exactmetrics-styled-checkbox:after{left:3px;top:3px;bottom:3px;width:17px;position:absolute;content:"";background:#bcb7cd;display:block;border-radius:50%}.exactmetrics-settings-input-checkbox .exactmetrics-checkbox-label{display:block;font-weight:500;font-size:17px;color:#210f59;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;margin-bottom:16px}.exactmetrics-settings-input-checkbox .exactmetrics-checkbox-description{font-weight:400;color:#6528f5;display:inline-block;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;font-size:15px;line-height:1.75}.exactmetrics-settings-input-checkbox .exactmetrics-info{margin-left:12px;display:inline-block;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.exactmetrics-onboarding-step-recommended-addons .exactmetrics-onboarding-wizard-form .exactmetrics-separator,.exactmetrics-onboarding-step-recommended-settings .exactmetrics-onboarding-wizard-form .exactmetrics-separator{display:block}.exactmetrics-onboarding-step-recommended-addons .exactmetrics-grey-area>.exactmetrics-separator:first-child{display:none}.exactmetrics-onboarding-step-recommended-addons .exactmetrics-grey-area .exactmetrics-text-right{margin-top:44px}.exactmetrics-onboarding-step-recommended-addons .exactmetrics-grey-area .exactmetrics-text-button{color:#6528f5}.exactmetrics-onboarding-step-recommended-addons .exactmetrics-grey-area .exactmetrics-text-button:focus,.exactmetrics-onboarding-step-recommended-addons .exactmetrics-grey-area .exactmetrics-text-button:hover{color:#37276a}.exactmetrics-text-right{text-align:right}.exactmetrics-addon-icon,.exactmetrics-addon-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-addon-icon{-ms-flex-negative:0;flex-shrink:0;height:32px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:32px;border-radius:50%;background:rgba(33,15,89,.1)}.exactmetrics-addon-icon img{display:block;vertical-align:middle}.exactmetrics-addon-text{padding:0 10px 0 20px;width:100%}.exactmetrics-addon-text label{line-height:1;display:block;margin-bottom:16px;font-size:17px}.exactmetrics-addon-text p{margin:6px 0 4px;display:inline;line-height:1.75}.exactmetrics-addon-text a{color:#9087ac;margin-left:5px}.exactmetrics-green-link{color:#5cc0a5;font-size:16px}.exactmetrics-addon-button{-ms-flex-negative:0;flex-shrink:0;padding-top:38px;-ms-flex-item-align:start;align-self:start}.exactmetrics-addon-button .exactmetrics-onboarding-button{text-align:center;line-height:1.2;padding:12px 24px 11px}.exactmetrics-wpforms-row .exactmetrics-addon-icon{height:158px;width:145px;background:#fff;border-radius:5px}.exactmetrics-wpforms-row .exactmetrics-addon-text{padding-left:40px}.exactmetrics-wpforms-row .exactmetrics-addon-text label{font-size:18px;font-weight:900}.exactmetrics-wpforms-row .exactmetrics-addon-text p{font-size:16px;line-height:1.4;margin-bottom:0}[class*=monstericon-]:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-info-circle-regular:before{color:#9087ac;font-size:15px}.exactmetrics-loader-animated{animation:exactmetrics-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:exactmetrics-rotate-loading 1.5s linear 0s infinite normal;background-color:rgba(0,0,0,0)!important;border-radius:100%;border-color:rgba(0,0,0,0) #4b9ce4;border-style:solid;border-width:.25em;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0);cursor:default;height:2em;left:0;opacity:0;padding:0;position:absolute;top:0;width:2em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@-webkit-keyframes exactmetrics-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes exactmetrics-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.exactmetrics-settings-input-select label>span,.settings-input-text label>span{font-weight:400;color:#210f59;display:inline-block;margin-top:7px;font-size:15px}.exactmetrics-settings-input-select .exactmetrics-reset-default,.settings-input-text .exactmetrics-reset-default{font-size:14px;margin-top:7px;float:right;font-weight:400}.exactmetrics-settings-input-select label>span.exactmetrics-dark,.settings-input-text label>span.exactmetrics-dark{display:block;font-weight:500;font-size:16px;color:#393f4c}.exactmetrics-settings-input-select .exactmetrics-info,.settings-input-text .exactmetrics-info{margin-left:4px}.exactmetrics-settings-input-select .settings-input-text-input,.settings-input-text .settings-input-text-input{margin-top:18px}.exactmetrics-settings-input-authenticate .exactmetrics-dark{display:block;font-weight:500;font-size:17px;color:#210f59;margin-bottom:16px}.exactmetrics-settings-input-authenticate p{font-weight:400;color:#210f59;display:inline-block;margin-top:0;font-size:15px;line-height:1.75}.exactmetrics-settings-input-select-input{margin-top:18px}.exactmetrics-onboarding-wizard-form .field-title{display:block;margin:15px 0}.exactmetrics-onboarding-wizard-form fieldset{border:none;padding:0;margin:0;-webkit-box-shadow:none;box-shadow:none}.exactmetrics-onboarding-wizard-form .ftp-password{margin-bottom:15px}.exactmetrics-onboarding-wizard-form ol{padding-left:20px}.exactmetrics-onboarding-wizard-form ol li{color:#393f4b;line-height:1.5;margin-bottom:30px;padding-left:15px}.exactmetrics-hidden{display:none}.exactmetrics-small{font-size:12px}.exactmetrics-auth-info .exactmetrics-dark{color:#210f59;font-size:16px;font-weight:500}.exactmetrics-auth-info p{margin:0;color:#210f59}.exactmetrics-onboarding-wizard-form .exactmetrics-separator{display:none}.exactmetrics-onboarding-wizard-form .exactmetrics-settings-input-repeater .exactmetrics-error{margin-top:0;margin-bottom:18px}.exactmetrics-onboarding-wizard-form .exactmetrics-settings-input-repeater-labels label{color:#210f59;font-weight:700;margin-bottom:6px;font-size:17px}.exactmetrics-onboarding-wizard-form .exactmetrics-settings-input-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:18px}.exactmetrics-onboarding-wizard-form .exactmetrics-settings-input-repeater-row>span{width:100%;margin-right:18px}.exactmetrics-onboarding-wizard-form .exactmetrics-settings-input-repeater-row button{padding:0;border:none;background:rgba(33,15,89,.1);color:#210f59;width:32px;height:32px;border-radius:50%;cursor:pointer;display:block;position:relative;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.exactmetrics-onboarding-wizard-form .exactmetrics-settings-input-repeater-row button i{position:absolute;left:10px;top:7px;font-size:15px}.exactmetrics-onboarding-wizard-form .exactmetrics-settings-input-repeater-row button i:before{content:"\f065"}.exactmetrics-onboarding-wizard-form .exactmetrics-settings-input-repeater-row input[type=number]{width:30%;margin-right:15px}.exactmetrics-onboarding-wizard-form .exactmetrics-settings-input-repeater-row select{width:70%;height:40px;margin-right:15px;border:1px solid #9087ac;border-radius:3px;margin-top:0;margin-bottom:0;-webkit-box-shadow:none;box-shadow:none}.exactmetrics-onboarding-wizard-form .exactmetrics-settings-input-repeater-row.exactmetrics-disabled-row{opacity:.5}.exactmetrics-onboarding-wizard-form .exactmetrics-settings-input-repeater-row input[type=text]{border-color:rgba(0,0,0,0);background-color:#fff;color:#210f59}.exactmetrics-onboarding-wizard-form .exactmetrics-settings-input-repeater-row .exactmetrics-input-error input{border-color:#e43462}.exactmetrics-onboarding-wizard-form .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid{position:relative}.exactmetrics-onboarding-wizard-form .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid:after{position:absolute;right:8px;height:26px;width:26px;background:rgba(50,162,122,.1);top:7px;content:"\f015";display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#32a27a;border-radius:50%;text-align:center;line-height:26px}.exactmetrics-onboarding-wizard-form .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid input{border-color:#32a27a}.exactmetrics-onboarding-wizard-form .exactmetrics-error{margin:18px 0 0;color:#d83638;cursor:default}.exactmetrics-onboarding-wizard-form .exactmetrics-error i{margin-right:10px}.exactmetrics-onboarding-wizard-form h3{font-size:24px;line-height:1.4;color:#210f59;margin-bottom:16px}.exactmetrics-onboarding-wizard-form .exactmetrics-flex-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.exactmetrics-onboarding-wizard-form .exactmetrics-flex-row p{line-height:1.75}.exactmetrics-onboarding-wizard-form .exactmetrics-flex-row .exactmetrics-flex-row-half{width:60%}.exactmetrics-onboarding-wizard-form .exactmetrics-flex-row .exactmetrics-flex-row-half:first-child{width:40%}p>label{display:block}p .exactmetrics-info{margin-left:4px}.exactmetrics-sublabel{font-weight:400;color:#210f59;display:inline-block;margin-top:8px;font-size:15px}.exactmetrics-settings-input-repeater-labels label{color:#fff;font-weight:700;margin-bottom:6px;display:block;width:calc(50% - 8px)}.exactmetrics-settings-input-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:18px}.exactmetrics-settings-input-repeater-row:first-child{margin-bottom:14px}.exactmetrics-settings-input-repeater-row>input[type=text]{width:50%}.exactmetrics-settings-input-repeater-row input,.exactmetrics-settings-input-repeater-row select{margin-right:18px}.exactmetrics-settings-input-repeater-row button{padding:0;border:none;background:rgba(0,0,0,0);color:#dc3232;cursor:pointer;font-size:14px}.exactmetrics-settings-input-repeater-row input[type=number]{width:30%}.exactmetrics-settings-input-repeater-row select{width:70%}.exactmetrics-settings-input-repeater-row.exactmetrics-disabled-row{opacity:.5}.exactmetrics-button{background:#6528f5;border:solid #6528f5;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none}.exactmetrics-button:focus,.exactmetrics-button:hover{background-color:#37276a;border-color:#37276a}.exactmetrics-logo{display:inline-block;width:165px;max-width:100%}.exactmetrics-logo .exactmetrics-bg-img{padding-top:23%}.exactmetrics-logo .exactmetrics-bg-img:after{background-position:50%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUUAAABKCAMAAAAbi7YOAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAQN8ggL9g758QMLB5cwNv+5BQz14J9tSPF/HkxgdXSA0B7aqbpCkk2oRouDvLloobEug208uV8wAACFtJREFUeNrs1+1yojAUBuATIEBABVHU+t1aa+u222597//a1hgJKFaFdWY70zw/nCmaCX3nnHxQRX/ePyFZ63sy6km7I2Q6M5NjLa9jFC1sMqp6WuBI71GQUcXk3UPZaN0i41rz7ie0uINcn5FRY0EcBzTrI7c0y+M1Vo8xtP5U9nCrOYIWN/6QcV7qDKENnTkpH7970J7dCRlfm3RHhQz9YtGtFjG0N7M8fm0zRu5XQAfukzdosf9Exil3y2LXTstdO18/HHa7cWze7BUjmpwOuh1Ds1xzKTySWMj5Nn0l4MjxDRm5YIwcD+iMVvIMrbdYkaGIZQxtlKQXe/8TmmeWx71W0T1ddvfYg8ZTMurZcGihibGu+2kfGXMEr++uMYKyIOOsdMWm04R9TM4d00f000ymDed6v/sxpOH4ZdOishdIHv0w818x6onDgEqaPzPFF1TysFizJzuYRb96QK/dMinu9CtlGH1Qxn5/AMZ39VIM+KGQbsnnnNERm3MuqCqbo2PTZc8VWng5p6IVB55FrRQZDll0Sx7A6YgDIKCqfAA+XdbE1abH/dsaAH3xHVJs+1sJKeLUkdUC4J4pOgBUFgLgdNk8jHGV3pTKHGDxHVK0sOWQEqD8v7vYiiqnGHjwEroGa1w2Vu9YFgLsu6WYQGLlH7Qrp0g2E3Qr9gjjlE5JH9Bp1U0xdDPJLVOMIPmlUkRYJcXbawCvOrdZ4yV61cl1Ec/qpuiQdssU24D82z783gM6/zXF9A18H9v9bBwDiPkTKXMLi2+WYgg4HGgflmIEeP81xU2MLinTHpTPjT62D9NbpMjy1k5cKVCPnZDzASPhSoIUEfkdi+935e1zD1vh/gcciBjgCcpwwJc55U/YIOQ87NokCcdpA3Acp0vEdp+unNWW3zjieIx+h5DLVyhKm4/+VziGK71AZvqpDoTdIkXbg8SyRcwS8k1DKCErbBnC8aBY8gEKbHVcZGQBTnE2WxSa3ObYc1QhZjiRIz99SBHZ+aBAj/F3uXY9SAen8rtnnPM2Kd8X1/uWBpr/uruwfGu1hLB0HraFjM5YPdWccooAAnJVMepS3IWb7Gf3oPmnUnSxwwopRshZdvGU0SFtibNCvf7klqQMMaiZoubvdwVpMNBFovIsYjpErXucYqBaVxdjFkUHcPOqb7uMRZacj+RqIUOSC4pK0UIncqNQ5Cm6gEyXMZcDHUHEd41gOwCS6y6COrEUBeP9hjPC421SLIZmqTP9qRR9FHkRcc693Rh1VWZq/kgXo68mCIF2VgpWkN8LWb676EnDfRnbeVPI0HZc2cMiG+gXt7H+VSm2/rZzts2JwkAAzgsQgneCYrVYq6117LVaXzr7/3/bDZc0GxLlkPFjni9VEHQel91NLCkAiY3Fw30skgzdcIx8ESV5jBa5fvcxTRhAzL0anaiLTAor63EV6qnJknbd8S0yTpoWU3OMs4NwSrnVEbayI4oFIBttdgrHO1nE5DOxEiW3wpLWMtBYlHudji4P6q/Q0RLrk5f4HD+I8C2mriymtyGizgUuQ/wF2genbj4B0c32CeCzp0XBNCMMDW0VzWX2HqofsCv9Il5jKhgnSgRVMaoOKwEibhAA3LNIHYtZY0IIQzaixOF9mVxjY84hv/Ai1xf0CiC7W9dNwTKX2qfKtUUcEfsWje8IgxJDL9Oi/JLlWXQvXOr25JjE4wnpyPvaNDPbEhRmynMDT693s6jbw0e0yIgi6WyRqaqpgpFy9RSNdLDIWiwiEcMP24kY/gyJgo9YAdNZ/oLN8obcy2KEeVGVA2z60obFuMWi9qKDMUcpumGsa1Jqk7kWY7RoN08eNIrFDQPZiT3Ded6vsmecH4Viey+LvFmjc/NV48gGddZQ7lrEkNPBWCdHfFFiOh6Hdovy6hQvH6kvugtyBk8VuUQ2hzfS12JKDdLpF2OUmtaXlN5Ffw5lk38DQTZxLKr9jdhmVrqIsJFUcN7BouqxG64y9ZGV4Iw4bDe7+AJMNTse5xnMT30tuiM3PWhRrUyOFRuEsFMY0xuZmoLgjsWx5U0KnR3s7ltaTYosIR53sEit9kdO1LlyJ4EgewFX2TwTl+cY4Be5i0UzCfETkhl24Qj1jx2hRceCWyoibBxB/ZZOS22p3aJOy6z2LSmr32iMjayXMoeD1gGMq/F9oXrvu1jkZhKCmjmdHBpg44eU0rE4asxpcy7tWUZmtVBxKfCoNos6aGsYE1aRG6SpuNAwnBm0Mds3lI+/Ad4e7mUxxoIzMmUlF6CJ7KLCMBKlkxexXfSgaMoehneySOQIj0kacyIpcXiYQTuL8VnPeVfLGcA0Ij1/1WcOPGE1pc5WrKZWxlP2L24yrjcpkliF08/zuN6phAyYKjk+9Sm4fpjqIbq09un2nrGBe4g+Rs15RFI/Zdh1+xLaWe+izyQ/LuZ4J2Uni/3JKCc+Ejf3Pe3tJ+A0k16h9hk+igK6UZS/H8J/O13m9URbWR5iNi/mbPCxQofIy5sKWBJoZygrXskhucTqS5chEugLHYDmQAL9qA5z0EzDjZX9kPkaDL9JoHZCLd471CQ6A+Qj3HKurCwZGIpN9Z9Xbwd2A7QnAc3DowCDyB/IdV5GUzB8h7UPGlRpAQa2fL2mO7Ecro/Bocu+w929jYQ4CGvCXGL5B5DDyWvA7YQIi3D33xXOx7W9HJYkNvJoJ8SwVlYL2RsgX2MrED+tQC0+TiTQwnBVWrbMajD7EpBBGKzctHYliEPlrUi0CneVd6H6mFvpMa8iy+F3WP6lM3xgiVuHhNgXWoJHsQvrvtzI8+81NJmtQndzO+fDHJCnKBSVfmxNepweKxLoy+qrqB3uMhIw/AWFbdSoUycRogAAAABJRU5ErkJggg==)}.settings-input-license p{color:#210f59}.settings-input-license p a{color:#6528f5}.settings-input-license label{font-size:15px;color:#210f59;font-weight:400;margin-bottom:16px;margin-top:16px;display:block}.exactmetrics-bg-img.exactmetrics-smile{display:inline-block;width:16px;height:16px;padding:0;vertical-align:middle}.exactmetrics-bg-img.exactmetrics-smile:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEUAAAD/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE1mRQDuvkTSpDZ7VwqgeB2bdBqvhiV+Wgx2Uwj4xkn3xUnfsD3KnTKziSeLZhOFYRBnRgD04bLqAAAADnRSTlMALPrz8dvSp6SXYxMNONmrFGwAAADrSURBVDjLhZPploMgDIVjqQjY3hS12r3v/5bDjFGH0gPfH+4JS0IW2mid0QpQ2riWUqpmh5VdU1HMweIDe4iu10io/z1y3OML++N6X/aTE5X4l/dT6jkOCyHF/jmAcAIS+eukET1wJ/ZTx4MYG6JW8uOZuZ9lH6SXjLXkMHMO1m6WXZBnMTsy+QOGNHIuoEkhFyQUxX9LJaEAKWRRpJFFk0EWQw7C/YaV2x2CW1ONx3vwVwSufng/sKR6K9ZlZOZpHKewjJelWFG5nyw8t3LHDeP71zS9eo8FW2y5UtMW2748OOXRKw9vcfx/ACZnLYWsWc2gAAAAAElFTkSuQmCC)}.exactmetrics-onboarding-license-lite p a{font-weight:700}.exactmetrics-onboarding-license-lite p .exactmetrics-highlighted-text{font-weight:700;color:#32a27a}.exactmetrics-onboarding-license-lite .exactmetrics-settings-license-lite{display:none}.exactmetrics-form-row-license,.exactmetrics-grey-area,.exactmetrics-onboarding-license-lite,.exactmetrics-settings-input-repeater,.exactmetrics-wpforms-row{padding:40px;background:#f4f3f7;border-radius:10px;margin-bottom:24px}.exactmetrics-form-row-license .exactmetrics-onboarding-wizard-form input[type=text],.exactmetrics-grey-area .exactmetrics-onboarding-wizard-form input[type=text],.exactmetrics-onboarding-license-lite .exactmetrics-onboarding-wizard-form input[type=text],.exactmetrics-settings-input-repeater .exactmetrics-onboarding-wizard-form input[type=text],.exactmetrics-wpforms-row .exactmetrics-onboarding-wizard-form input[type=text]{background-color:#fff;color:#210f59}@media (max-width:767px){.exactmetrics-onboarding-wizard-container{max-width:100%;width:auto;margin:0 10px}.exactmetrics-onboarding-wizard-content{padding-left:20px;padding-right:20px}.exactmetrics-addon-row{-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics-addon-text{width:calc(100% - 80px);padding-right:0}.exactmetrics-addon-button{margin-top:20px}.exactmetrics-addon-icon{-ms-flex-item-align:start;align-self:flex-start}.exactmetrics-wpforms-row .exactmetrics-addon-text{width:calc(100% - 100px)}.exactmetrics-text-button.exactmetrics-pull-right{float:none}.exactmetrics-form-buttons{text-align:center}}.exactmetrics-form-buttons{margin-top:43px}.exactmetrics-form-buttons .exactmetrics-onboarding-button+.exactmetrics-text-button{float:right;margin-top:16px;color:#6528f5}.exactmetrics-form-buttons .exactmetrics-onboarding-button+.exactmetrics-text-button i{margin-left:15px}.exactmetrics-form-buttons .exactmetrics-onboarding-button+.exactmetrics-text-button:focus,.exactmetrics-form-buttons .exactmetrics-onboarding-button+.exactmetrics-text-button:hover{color:#37276a}.exactmetrics-addon-icon>div{display:inline-block;width:32px;height:32px;background:none}.exactmetrics-addon-icon>div:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:32px}.exactmetrics-addon-icon .exactmetrics-addon-icon-ads:before{content:"\004a"}.exactmetrics-addon-icon .exactmetrics-addon-icon-amp:before{content:"\f044"}.exactmetrics-addon-icon .exactmetrics-addon-icon-dimensions:before{content:"\f060"}.exactmetrics-addon-icon .exactmetrics-addon-icon-ecommerce:before{content:"\f033"}.exactmetrics-addon-icon .exactmetrics-addon-icon-eu-compliance:before{content:"\f067"}.exactmetrics-addon-icon .exactmetrics-addon-icon-facebook-instant-articles:before{content:"\f043"}.exactmetrics-addon-icon .exactmetrics-addon-icon-forms:before{content:"\f048"}.exactmetrics-addon-icon .exactmetrics-addon-icon-google-optimize:before{content:"\f053"}.exactmetrics-addon-icon .exactmetrics-addon-icon-page-insights:before{content:"\f041"}.exactmetrics-addon-icon .exactmetrics-addon-icon-performance:before{content:"\f058"}.exactmetrics-addon-icon .exactmetrics-addon-icon-media:before{content:"\f072"}.exactmetrics-addon-icon .exactmetrics-addon-wpforms{width:90px;height:79px;background-image:url(../img/wpforms.png);background-size:contain}.exactmetrics-step-current{font-size:13px;color:#9087ac;line-height:1.75;margin-bottom:8px}.exactmetrics-button-go-back{font-size:15px;color:#9087ac;line-height:1.75;margin-top:40px;padding:0;background:rgba(0,0,0,0);border:none;cursor:pointer}.exactmetrics-button-go-back:focus,.exactmetrics-button-go-back:hover{text-decoration:underline}.exactmetrics-button-go-back .monstericon-long-arrow-right-light{margin-right:10px}.exactmetrics-button-go-back .monstericon-long-arrow-right-light:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.exactmetrics-auth-actions{margin-top:40px}.monstericon-arrow-right:before{content:"\f06a"}.exactmetrics-onboarding-step-recommended-addons .exactmetrics-em-forms-upsell-screen{margin-top:0;padding-top:68%;max-width:115%}.exactmetrics-onboarding-step-recommended-addons .exactmetrics-em-forms-upsell-screen:after{background-position:50%;background-image:url(../img/forms-screen.png)}.exactmetrics-onboarding-step-recommended-addons .exactmetrics-em-ecommerce-upsell-screen{top:0;width:100%;height:auto;padding-top:64%;max-width:115%;left:33px}.exactmetrics-onboarding-step-recommended-addons .exactmetrics-em-ecommerce-upsell-screen:after{background-position:50%;background-image:url(../img/ecommerce-screen.png)}.exactmetrics-and-more{font-weight:700;margin:0 0 36px;display:inline-block}.exactmetrics-lite-addons-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.exactmetrics-lite-addons-list .exactmetrics-lite-addon{width:calc(50% - 35px);display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px}.exactmetrics-lite-addons-list .exactmetrics-lite-addon i{font-size:23px;min-width:25px;-ms-flex-negative:0;flex-shrink:0;margin-top:5px}.exactmetrics-lite-addons-list .exactmetrics-lite-addon p{margin:0 0 0 25px;line-height:1.75}.exactmetrics-wizard-notice{padding:32px 48px 17px 136px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);border-radius:10px;background:#fff;border:1px solid #d6e2ed;border-bottom:3px solid #4d3f7a;margin-bottom:24px;position:relative}.exactmetrics-wizard-notice p{line-height:1.75;margin-top:0}.exactmetrics-wizard-notice h3{margin-top:0;font-size:17px;margin-bottom:15px}.exactmetrics-wizard-notice:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:48px;position:absolute;top:34px;left:42px;content:"\f06e"}.exactmetrics-wizard-notice:first-child:before{content:"\f04f";color:#32a27a}.exactmetrics-wizard-notice.exactmetrics-newsletter-item:before{content:"\f06f"}.exactmetrics-onboarding .swal2-container.exactmetrics-swal-loading{top:82px;margin-left:0}.exactmetrics-onboarding .exactmetrics-admin-page .exactmetrics-wide-purple{margin-bottom:0}.exactmetrics-bg-img.exactmetrics-icon-warning{width:48px;padding-top:48px}.exactmetrics-bg-img.exactmetrics-icon-warning:after{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f01e";font-size:22px;text-align:center;line-height:48px;color:#210f59;background:#f4f3f7;border-radius:5px}.exactmetrics-settings-network-notice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:20px;border-bottom:1px solid #d6e2ed;margin-bottom:15px;color:#777}.exactmetrics-settings-network-notice .exactmetrics-bg-img{margin-right:25px}.exactmetrics-settings-network-notice .exactmetrics-network-message{width:100%}.exactmetrics-license-type-text{color:#210f59;font-weight:500;margin-bottom:30px}.exactmetrics-license-type-text .exactmetrics-info{margin-left:10px}button[data-v-09b2f69e]{margin-top:3px}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,d09GMgABAAAAAAjoAAsAAAAAMGgAAAidAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGVgDWYgpQdQE2AiQDCAsGAAQgBYUOBy4bvi8lYxtWw7BxAPB87x5FmeAMlf3/96RzDN74RcXUcjTKmrJ3T2VDSShiPhfiIJxxS7DiLkHFfQV33CM4427mAred74pWur/J3dyVsKy7coREA8fzvPvpfUk+tB3R8YTCzE0SCLepejmJ2u1yqp+kC7W4Rc/tDTs3GpNJ8ttRPOSTPhsXlwbi4kVYWQmAcXmlrqYHMMsBwP/zHMz7fkF1gijOKuFQIxjwlGa2lkARhYaBxFHT54IOgBMQADi3LipIMAA3geO41EUkBTCO2gkxnOwnKYBx1E6p5WS+QUCMq50rNch6MwUCAAiAcdgttYVSIfPJ5kn6ApRFQ6I88BxLvvIC/maHUHS3TIoKiwLbbM8nEFWgE1oDz3woSxpagWbBXcQWhKtPeIlg6tK+7vX57QOszwU3sGUJrA7h2Mx1IWCNr9BKxsYo+pzS/OCO0OG9mwBkx337+lcuSxRdBcc+fJxlcAjK/zCfdgtBzuxQcTqfY4Yn6EB/Az3JS/RMu5f6B8wrn55S0IxdlLn+4Yb/ctIT+ocWYPcGAOvxSjEjpSiVMqSgFWVjzpCCXjAIRirTABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REdFDlkZEh2jE3SKztA5ukCX6Apdoxt0i+7QPXpAj+gJPaMX9Ire0Dv6QJ/oC/qKvqHv6Af6iX6h3+gP+ov+of+I+ECMxETMiDmxIJbEilgTG2JL7Ig9cSCOxIk4ExfiStyIO/EgnsSLeBMf4kv8iD/taQANoiE0jEbQKBpD42gCTaIpNI1m0CyaQ/NoAS2iJbSMVtAqWkPraANtoi20jXbQLtpD++gAHaIjdIxO0Ck6Q+foAl2iK3SNbtAtukP36AE9oif0jF7QK3pD79B79AF9RJ/QZ/QFfUXf0Hf0A/1Ev9Bv9Af9Rf/Qf9DQABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REfoGJ2gU3SGztEFukRX6BrdoFt0h+7RA3pET+gZvaBX9Aa9Re/Qe/QBfUSf0Gf0BX1F39B39AP9RL/Qb/QH/UX/0P8l9vq9gXwDIUCliyAhRAgTIoQoIUaIExKEJCFFSBMyhCwhR8gTCoQioUQoEyqEKqFGqBMahCahRWgTOoQuoUfoEwaEIWFEGBMmhClhRpgTFoQlYUVYEzaELWFH2BMOhGPCCeGUcEY4J1wQLglXhGvCDeGWcEe4JzwQHglPhGfCC+GV8EZ4J3wQPglfhG/CD+GX8Ef4p9sdgoQQIUyIEKKEGCFOSBCShBQhTcgQsoQcIU8oEIqEEqFMqBCqhBqhTmgkNBGaCS2EVkIboZ3QQegkdBG6CT2EXkIfoZ8wQBgkDBGGCSOEUcIYYZwwQZgkTBGmCTOEWcIcYZ6wQFgkLBGWCSuEVcIaYZ2wQdgkbBG2CTuEXcIeYZ9wQDgkHBGOCSeEU8IZ4ZxwQbgkXBGuCTeEW8Id4Z7wQHgkPBGeCS+EV8Ib4Z3wQfgkfBG+CT+EX8If4Z8AZpAQIoQJEUKUECPECQlCkpAipAkZQpaQI+QJBUKRUCKUCRVClVAj1AkNQpPQIrQJHUKX0CP0CQPCkDAijAkTwpQwI8wJC8KSsCKsCRvClrAj7AkHwpFwIpwJF8IV4ZpwQ7gl3BHuCQ+ER8IT4ZnwQnglvBHeCR+ET8IX4ZvwQ/gl/BH+lzv+AmMkTYAmSBOiCdNEaKI0MZo4TYImSZOiSdNkaLI0OZo8TYGmSFOiKdNUaKo0NZo6TYOmSdOiadN0aLo0PZo+zYBmSDOiGdNMaKY0M5o5zYJmSbOiWdNsaLY0O5o9zYHmmOaE5pTmjOac5oLmkuaK5prmhuaW5o7mnuaB5pHmieaZ5oXmleaN5p3mg+aT5ovmm+aH5pfmj2ZRAqCCoEKgwqAioKKgYqDioBKgkqBSoNKgMqCyoHKg8qAKoIqgSqDKoCqgqqBqoOqgGkE1gWoG1QKqFVQbqHZQHaA6QXWB6gbVA6oXVB+oflADoAZBDYH+uxaEWDBiIYiFIhaGWDhiEYhFIhaFWDRiMYjFIhaHWDxiCYglIpaEWDJiKYilIpaGWDpiGYhlIpaFWDZiOYjlIpaHWD5iBYgVIlaEWDFiJYiVIlaGWDliFYhVIlaFWDViNYjVIlaHWD1iDYg1ItaEWDNiLYi1ItaGWDtiHYh1ItaFWDdiPYj1ItaHWD9iA4gNIjaE2DBiI4iNIjaG2DhiE4hNIjaF2DRiM4jNIjaH2DxiC4gtIraE2DJiK4itIraG2DpiG4htIraF2DZiO4jtIraH2D5iB4gdInaE2DFiJ4idInaG2DliF4hdInaF2DViN4jdInaH2D1iD4g9IvaE2DNiL4i9IvaG2DvE3iP2AbGPiH1C7DNiXxD7itg3xL4j9gOxn4j9Quw3Yn8Q+4vYP8T+M6cIDBz9EXfeUHR1JyygPL/++I3R1cRvdDr+E12Jfh3Q0EN/fHn2mXptpJxUkIqu/Cs2egM33OjSLcT33I82+B9nP37X/c0W52623s45CYCo03QIBCVrAFAycnSYSqvO4YJt/NP73YqA/giNZhJ6sBbmql+0SQZaxNOZudJbc2nqxNvpM+veq7Sz2LUgFEu+VLs+Ay3yp7MVertp6i23v2Rmv5gmHDhSQ6t5GmTaqTsqhpWwmbOk3uKJrNOmwSSMC17jghqygilDOUU3KlLmHHNrajw3DVNVGWytGZDisM/cbkdRnvfIUJkaGJlgAYcoQ5bGptTmGc1R7pBC3XhFsLXnXR54qrMc+dGNBkqE4laBi4KmZYGom8vIy0lTyBkppBjLoTndMmrofIRORirsNlCbXzCgulmo36KztS2iV8rrNoRUL5VdkMSGoSXroC1KOQAA) format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAAusAAsAAAAAMGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZjRmM5Y21hcAAAAYQAAAgCAAArYmjjYVVnbHlmAAAJiAAAAEEAAABQiOYj2mhlYWQAAAnMAAAALgAAADYR8XmmaGhlYQAACfwAAAAcAAAAJAqNAyNobXR4AAAKGAAAAAgAAAAIAyAAAGxvY2EAAAogAAAABgAAAAYAKAAAbWF4cAAACigAAAAeAAAAIAEOACJuYW1lAAAKSAAAAUIAAAKOcN63t3Bvc3QAAAuMAAAAHQAAAC5lhHRpeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGScwDiBgZWBgSGVtYKBgVECQjMfYEhiYmFgYGJgZWbACgLSXFMYHIAq/rNfAHK3gEmgASACAIekCT4AAHic7dhl0zDVmUXh5+XFHYK7E0IguFtwt4QQgmtwd3d3d7cED+4SXIO7u7vbsNfaUzU1fyGcu66u1adOf+6uHhgYGGpgYGDwL37/iyEHBoZZcWDQLzUw9NK/7A5if/DA8OwPOfQknBky+0P8/PPPOcd1UJ785frr/Dq/zq/z6/w3zsCgoX/xX74GRsxbcYpRB1iDB/7PGvT/DFGDenBwe8hKD1XpoSs9TKWHrfRwlR6+0iNUesRKj1TpkSs9SqVHrfRolR690r+p9BiVHrPSY1V67EqPU+lxKz1epcev9ASVnrDSE1V64kpPUulJKz1ZpSev9BSVnrLSU1V66kr/ttLTVPp3lZ62/KJSerpKT1/pP1R6hkrPWOmZKj1zpWep9KyVnq3Ss1d6jkrPWem5Kj13peep9LyVnq/S81d6gUr/sdILVnqhSi9c6UUqvWilF6v04pVeotJLVnqpSi9d6WUqvWyll6v08pVeodIrVvpPlf5zpVeq9F8qvXKl/1rpVSr9t0qvWunVKr16pdeo9JqVXqvSa1d6nUqvW+n1Kr1+pTeo9N8rvWGlN6r0xpXepNKbVnqzSm9e6S0qvWWlt6r01pXeptLbVnq7Sm9f6R0qvWOld6r0zpXepdK7Vnq3Su9e6T0qvWel96r03pXep9L7Vnq/Su9f6QMqfWClD6r0wZU+pNKHVvqwSh9e6SMqfWSlj6r00ZU+ptLHVvq4Sh9f6RMqfWKlT6r0yZU+pdKnVvq0Sp9e6TMqfWalz6r02ZU+p9LnVvq8Sp9f6QsqfWGl/1Hpf1b6okpfXOlLKn1ppS+r9OWVvqLS/6r0lZW+qtJXV/qaSl9b6esqfX2lb6j0jZW+qdI3V/qWSt9a6dsqfXul76j0vyt9Z6XvqvTdlb6n0vdW+r5K31/pByr9YKUfqvTDlX6k0v+p9KOVfqzSj1f6iUo/WemnKv10pZ+p9LOVfq7Sz1f6hUq/WOmXKv1ypV+p9KuVfq3Sr1f6jUq/Wem3Kv12pd+p9LuVfq/S71f6g0p/WOmPKv1xpT+p9KeV/qzSn1f6i0p/WemvKv11pb+p9LeV/q7S31f6h0r/WOmfKv1zDfI26KKHED1Y9JCihxI9tOhhRA8rejjRw4seQfSIokcSPbLoUUSPKno00aOL/o3oMUSPKXos0WOLHkf0uKLHEz2+6AlETyh6ItETi55E9KSiJxM9uegpRE8peirRU4v+rehpRP9O9LSify96OtHTi/6D6BlEzyh6JtEzi55F9KyiZxM9u+g5RM8pei7Rc4ueR/S8oucTPb/oBUT/UfSCohcSvbDoRUQvKnox0YuLXkL0kqKXEr206GVELyt6OdHLi15B9Iqi/yT6z6JXEv0X0SuL/qvoVUT/TfSqolcTvbroNUSvKXot0WuLXkf0uqLXE72+6A1E/130hqI3Er2x6E1Ebyp6M9Gbi95C9JaitxK9tehtRG8rejvR24veQfSOoncSvbPoXUTvKno30buL3kP0nqL3Er236H1E7yt6P9H7iz5A9IGiDxJ9sOhDRB8q+jDRh4s+QvSRoo8SfbToY0QfK/o40ceLPkH0iaJPEn2y6FNEnyr6NNGniz5D9JmizxJ9tuhzRJ8r+jzR54u+QPSFov8h+p+iLxJ9sehLRF8q+jLRl4u+QvS/RF8p+irRV4u+RvS1oq8Tfb3oG0TfKPom0TeLvkX0raJvE3276DtE/1v0naLvEn236HtE3yv6PtH3i35A9IOiHxL9sOhHRP9H9KOiHxP9uOgnRD8p+inRT4t+RvSzop8T/bzoF0S/KPol0S+LfkX0q6JfE/266DdEvyn6LdFvi35H9Lui3xP9vugPRH8o+iPRH4v+RPSnoj8T/bnoL0R/Kfor0V+L/kb0t6K/E/296B9E/yj6J9E/K/2/v/npoocQPVj0kKKHEj206GFEDyt6ONHDix5B9IiiRxI9suhRRI8qejTRo4v+jegxRI8peizRY4seR/S4oscTPb7oCURPKHoi0ROLnkT0pKInEz256ClETyl6KtFTi/6t6GlE/070tKJ/L3o60dOL/oPoGUTPKHom0TOLnkX0rKJnEz276DlEzyl6LtFzi55H9Lyi5xM9v+gFRP9R9IKiFxK9sOhFRC8qejHRi4teQvSSopcSvbToZUQvK3o50cuLXkH0iqL/JPrPolcS/RfRK4v+q+hVRP9N9KqiVxO9uug1RK8pei3Ra4teR/S6otcTvb7oDUT/XfSGojcSvbHoTURvKnoz0ZuL3kL0lqK3Er216G1Ebyt6O9Hbi95B9I6idxK9s+hdRO8qejfRu4veQ/SeovcSvbfofUTvK3o/0fuLPkD0gaIPEn2w6ENEHyr6MNGHiz5C9JGijxJ9tOhjRB8r+jjRx4s+QfSJok8SfbLoU0SfKvo00aeLPkP0maLPEn226HNEnyv6PNHni75A9IWi/yH6n6IvEn2x6EtEXyr6MtGXi75C9L9EXyn6KtFXi75G9LWirxN9vegbRN8o+ibRN4u+RfStom8TfbvoO0T/W/Sdou8Sfbfoe0TfK/o+0feLfkD0g6IfEv2w6EdE/0f0o6IfE/246CdEPyn6KdFPi35G9LOinxP9vOgXRL8o+iXRL4t+RfSrol8T/broN0S/Kfot0W+Lfkf0u6LfE/2+6A9Efyj6I9Efi/5E9KeiPxP9uegvRH8p+ivRX4v+RvS3or8T/b3oH0T/KPon0T9rYND/AOaSEScAAHicY2BiAAKmPSy+QEqUgYFRUURcTFzMyNzM3MxEXU1dTYmdjZ2NccK/K5oaLm6L3Fw0NOEMZoVAFD6IAQD4PA9iAAAAeJxjYGRgYADilrme/fH8Nl8ZuNkvAEUYbnDPcEOmmfaw+AIpDgYmEA8AHMMJGAAAeJxjYGRgYL/AAATMCiCSaQ8DIwMqYAIAK/QBvQAAAAADIAAAAAAAAAAoAAB4nGNgZGBgYGIQA2IGMIuBgQsIGRj+g/kMAArUATEAAHicjY69TsMwFIWP+4doJYSKhMTmoUJIqOnPWIm1ZWDq0IEtTZw2VRpHjlu1D8A7MPMczAw8DM/AifFEl9qS9d1zzr3XAK7xBYHqCHTdW50aLlj9cZ1057lBfvTcRAdPnlvUnz23mXj13MEN3jhBNC6p9PDuuYYrfHquU//23CD/eG7iVnQ9t9ATD57bWIgXzx3ciw+rDrZfqmhnUnvsx2kZzdVql4Xm1DhVFsqUqc7lKBiemjOVKxNaFcvlUZb71djaRCZGb+VU51ZlmZaF0RsV2WBtbTEZDBKvB5HewkLhwLePkhRhB4OU9ZFKTCqpzems6GQI6Z7TcU5mQceQUmjkkBghwPCszhmd3HWHLh+ze8mEpLvnT8dULRLWCTMaW9LUbanSGa+mUjhv47ZY7l67rgITDHiTf/mAKU76BTuXfk8AAHicY2BigAARBuyAiZGJkZmBJSWzOJmBAQALQwHHAAAA) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}[class*=monstericon-]:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\f01b"}.monstericon-times:before{content:"\f021"}.monstericon-info-circle-regular:before{content:"\f01e"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\f01f"}.monstericon-warning-triangle:before{content:"\f020"}.monstericon-files:before{content:"\f028"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-expand:before{content:"\f02d"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-amp-icon:before{content:"\f000"}.monstericon-fbia:before{content:"\f001"}.monstericon-google-optimize:before{content:"\f002"}.monstericon-ads:before{content:"\0041"}.monstericon-affiliate:before{content:"\0042"}.monstericon-compatibility:before{content:"\0043"}.monstericon-demographics:before{content:"\0044"}.monstericon-download:before{content:"\0046"}.monstericon-ecommerce:before{content:"\0047"}.monstericon-engagement:before{content:"\0048"}.monstericon-forms:before{content:"\0049"}.monstericon-links:before{content:"\004a"}.monstericon-memberships:before{content:"\004b"}.monstericon-notifications:before{content:"\004c"}.monstericon-performance:before{content:"\004d"}.monstericon-permissions:before{content:"\004e"}.monstericon-reporting:before{content:"\004f"}.monstericon-social:before{content:"\0050"}.monstericon-video:before{content:"\0051"}.monstericon-times:before{content:"\f014"}.monstericon-check:before{content:"\f015"}.monstericon-info:before{content:"\f016"}.monstericon-exclamation-triangle:before{content:"\f017"}.monstericon-user:before{content:"\f018"}.monstericon-eye:before{content:"\f019"}.monstericon-info-circle:before{content:"\f01a"}.monstericon-info-circle-btm:before{content:"\f01c"}.monstericon-chevron-up:before{content:"\f01f"}.monstericon-times-fas:before{content:"\f021"}.monstericon-check-circle:before{content:"\f022"}.monstericon-exclamation-circle:before{content:"\f023"}.monstericon-star:before{content:"\f025"}.monstericon-times-circle-fas:before{content:"\f026"}.monstericon-check-circle-far:before{content:"\f027"}.monstericon-file-alt:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user-far:before{content:"\f02a"}.monstericon-eye-far:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand-alt:before{content:"\f02d"}.monstericon-compress-arrows-alt:before{content:"\f02e"}.monstericon-compress:before{content:"\f02f"}.monstericon-badge-check:before{content:"\f034"}.monstericon-download-em:before{content:"\f035"}.monstericon-globe:before{content:"\f036"}.monstericon-wand-magic:before{content:"\f037"}.monstericon-mouse-pointer:before{content:"\f038"}.monstericon-users:before{content:"\f039"}.monstericon-file-certificate:before{content:"\f03a"}.monstericon-bullseye-arrow:before{content:"\f03b"}.monstericon-cash-register:before{content:"\f03c"}.monstericon-chart-line:before{content:"\f03d"}.monstericon-clock:before{content:"\f03e"}.monstericon-box:before{content:"\f03f"}.monstericon-sack-dollar:before{content:"\f040"}.monstericon-browser:before{content:"\f041"}.monstericon-eye-em:before{content:"\f042"}.monstericon-newspaper:before{content:"\f043"}.monstericon-mobile:before{content:"\f044"}.monstericon-check-em-light:before{content:"\f045"}.monstericon-times-em-lite:before{content:"\f046"}.monstericon-code:before{content:"\f047"}.monstericon-clipboard:before{content:"\f048"}.monstericon-upload:before{content:"\f049"}.monstericon-clone:before{content:"\f04a"}.monstericon-id-card:before{content:"\f04b"}.monstericon-user-friends:before{content:"\f04c"}.monstericon-file-alt-em:before{content:"\f04d"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-comment-alt-check:before{content:"\f04f"}.monstericon-arrow-circle-up:before{content:"\f050"}.monstericon-search-em:before{content:"\f051"}.monstericon-list-ol:before{content:"\f052"}.monstericon-hand-pointer:before{content:"\f053"}.monstericon-folder:before{content:"\f054"}.monstericon-sign-out-em-solid:before{content:"\f055"}.monstericon-external-link-alt:before{content:"\f056"}.monstericon-copy:before{content:"\f057"}.monstericon-sync:before{content:"\f058"}.monstericon-flag:before{content:"\f059"}.monstericon-building:before{content:"\f05a"}.monstericon-chart-bar:before{content:"\f05b"}.monstericon-shopping-bag:before{content:"\f05c"}.monstericon-exchange-alt:before{content:"\f05d"}.monstericon-plus:before{content:"\f05e"}.monstericon-tachometer-alt:before{content:"\f05f"}.monstericon-media:before{content:"\f072"}.monstericon-tag:before{content:"\f060"}.monstericon-check-circle-em:before{content:"\f061"}.monstericon-bullseye:before{content:"\f062"}.monstericon-rocket:before{content:"\f063"}.monstericon-exclamation-square:before{content:"\f064"}.monstericon-trash:before{content:"\f065"}.monstericon-user-em:before{content:"\f066"}.monstericon-unlock:before{content:"\f067"}.monstericon-exclamation-em-solid:before{content:"\f068"}.monstericon-key-em:before{content:"\f069"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-plug-light:before{content:"\f06b"}.monstericon-align-left-regular:before{content:"\f06c"}.monstericon-envelope-solid:before{content:"\f06f"}.monstericon-comment-alt-lines-solid:before{content:"\f06e"}.monstericon-arrow-circle-up-light:before{content:"\f071"}.monstericon-megaphone-solid:before{content:"\f070"}.monstericon-arrow-circle-up-light :before{content:"\f071"}@media (max-width:782px){.exactmetrics-notices-area{margin-left:10px;margin-right:10px}}.exactmetrics-notice .exactmetrics-notice-inner{position:relative;color:#210f59;padding:32px 45px;border:1px solid #f4f3f7;border-bottom:3px solid;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);border-radius:10px;background:#fff;margin-top:40px}.exactmetrics-notice .exactmetrics-notice-inner .notice-title{color:#fff;font-weight:700;display:block;margin:0 0 6px;padding:0;font-size:17px}@media (max-width:782px){.exactmetrics-notice .exactmetrics-notice-inner{padding:10px}}.exactmetrics-notice .exactmetrics-notice-inner .notice-content{padding-left:92px;background:#fff;line-height:1.75;font-size:15px;position:relative}.exactmetrics-notice .exactmetrics-notice-inner .notice-content:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:48px;left:0;position:absolute;top:0;line-height:1}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner{border-bottom-color:#d83638}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner .notice-content:before{content:"\f064";color:#d83638}.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-inner{border-bottom-color:#fa0}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-inner{border-bottom-color:#4d3f7a}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner{border:1px solid #6528f5;border-left-width:3px;color:#777}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner .exactmetrics-button{color:#fff;margin:15px 0 0}.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-inner{border-bottom-color:#32a27a}.exactmetrics-notice .notice-content{margin-right:20px}.exactmetrics-notice .notice-content a{color:#210f59}.exactmetrics-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#e9e7ee;position:relative;float:right}.exactmetrics-notice .dismiss-notice:focus,.exactmetrics-notice .dismiss-notice:hover{color:#210f59}.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-right:-20px;margin-left:auto}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{margin-left:0}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:10px;margin-left:0}}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-button{margin-top:10px;margin-left:0;color:#fff}body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:42px;right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{border-radius:5px;padding:17px 28px;border:1px solid #f4f3f7;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);min-width:380px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{color:#210f59;font-size:15px;font-weight:700;line-height:1.5;margin-left:32px;margin-top:-3px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{font-size:26px;width:18px;height:18px;line-height:10px;position:absolute;right:14px;top:19px;color:#9087ac}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:27px;height:24px;min-width:27px;margin:0;border:0;color:#9087ac}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;left:0}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{top:0;left:0;border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line]{display:none}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.exactmetrics_page body.swal2-toast-shown .swal2-container,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}.exactmetrics_page body.swal2-toast-column .swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;height:2.2em;margin-top:.3125em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.exactmetrics_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .6em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.exactmetrics_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4);box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;left:-.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;-ms-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 2em;-ms-transform-origin:0 2em;transform-origin:0 2em;border-radius:0 4em 4em 0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.exactmetrics_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.exactmetrics_page body.swal2-height-auto{height:auto!important}.exactmetrics_page body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.exactmetrics_page .swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;background-color:rgba(0,0,0,0);z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.exactmetrics_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-top-left,.exactmetrics_page .swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-top-end,.exactmetrics_page .swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-center-left,.exactmetrics_page .swal2-container.swal2-center-start{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-center-end,.exactmetrics_page .swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-bottom-start{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-webkit-box-pack:center;justify-content:center}.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-container .swal2-modal{margin:0!important}}.exactmetrics_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.exactmetrics_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.exactmetrics_page .swal2-popup{display:none;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0}.exactmetrics_page .swal2-popup:focus{outline:0}.exactmetrics_page .swal2-popup.swal2-loading{overflow-y:hidden}.exactmetrics_page .swal2-popup .swal2-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.exactmetrics_page .swal2-popup .swal2-actions{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em auto 0;z-index:1}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border-radius:100%;border:.25em solid rgba(0,0,0,0);background-color:rgba(0,0,0,0)!important;color:rgba(0,0,0,0);cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-left:5px;border-radius:50%;border:3px solid #999;border-right-color:rgba(0,0,0,0);-webkit-box-shadow:1px 1px 1px #fff;box-shadow:1px 1px 1px #fff;content:"";-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.exactmetrics_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.exactmetrics_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.exactmetrics_page .swal2-popup .swal2-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.exactmetrics_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.exactmetrics_page .swal2-popup .swal2-close{position:absolute;top:0;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;padding:0;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.exactmetrics_page .swal2-popup>.swal2-checkbox,.exactmetrics_page .swal2-popup>.swal2-file,.exactmetrics_page .swal2-popup>.swal2-input,.exactmetrics_page .swal2-popup>.swal2-radio,.exactmetrics_page .swal2-popup>.swal2-select,.exactmetrics_page .swal2-popup>.swal2-textarea{display:none}.exactmetrics_page .swal2-popup .swal2-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.exactmetrics_page .swal2-popup #swal2-content{text-align:center}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-radio,.exactmetrics_page .swal2-popup .swal2-select,.exactmetrics_page .swal2-popup .swal2-textarea{margin:1em auto}.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-textarea{width:100%;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box}.exactmetrics_page .swal2-popup .swal2-file.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-input.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.exactmetrics_page .swal2-popup .swal2-file:focus,.exactmetrics_page .swal2-popup .swal2-input:focus,.exactmetrics_page .swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.exactmetrics_page .swal2-popup .swal2-file::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::placeholder,.exactmetrics_page .swal2-popup .swal2-input::placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-range input{width:80%}.exactmetrics_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.exactmetrics_page .swal2-popup .swal2-range input,.exactmetrics_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.exactmetrics_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.exactmetrics_page .swal2-popup .swal2-input[type=number]{max-width:10em}.exactmetrics_page .swal2-popup .swal2-file{font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.exactmetrics_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-radio{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-popup .swal2-checkbox label,.exactmetrics_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox input,.exactmetrics_page .swal2-popup .swal2-radio input{margin:0 .4em}.exactmetrics_page .swal2-popup .swal2-validation-message{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-validation-message:before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:"!";zoom:normal}@supports (-ms-accelerator:true){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@-moz-document url-prefix(){.exactmetrics_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.exactmetrics_page .swal2-icon{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid rgba(0,0,0,0);border-radius:50%;line-height:5em;cursor:default;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.exactmetrics_page .swal2-icon-text{font-size:3.75em}.exactmetrics_page .swal2-icon.swal2-error{border-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.exactmetrics_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.exactmetrics_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.exactmetrics_page .swal2-icon.swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;-ms-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;-ms-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;left:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);z-index:1}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.exactmetrics_page .swal2-progresssteps li{display:inline-block;position:relative}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.exactmetrics_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.exactmetrics_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.exactmetrics_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.exactmetrics_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.exactmetrics_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-rtl .swal2-close{right:auto;left:0}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.exactmetrics_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.exactmetrics_page .swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media print{.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.exactmetrics-notifications-display{background:#f4f3f7;border-left:3px solid #6528f5;padding:20px;border-radius:3px 0 0 3px;margin-bottom:50px;position:relative}.exactmetrics-settings-panel .exactmetrics-notifications-display{margin-left:25px;margin-right:25px}.exactmetrics-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.exactmetrics-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.exactmetrics-notifications-display .exactmetrics-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator{padding-top:10px}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator a{position:relative}.exactmetrics-notifications-display .exactmetrics-notification-inner{margin-left:25px}.exactmetrics-notifications-display .exactmetrics-button{margin-right:15px}.exactmetrics-notifications-display .exactmetrics-notification-navigation{position:absolute;right:0;top:100%}.exactmetrics-notifications-display .exactmetrics-notification-navigation button{background:#f4f3f7;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notification-navigation button:focus,.exactmetrics-notifications-display .exactmetrics-notification-navigation button:hover{color:#6528f5}.exactmetrics-notifications-display .exactmetrics-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);font-size:10px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous{margin-right:2px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous .monstericon-arrow{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.exactmetrics-notifications-display .exactmetrics-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;right:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:10px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:12px;left:18px;border-radius:20px;line-height:16px;color:#fff;font-weight:700;text-align:center;display:inline-block;padding:0 3px}.exactmetrics-report .exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:16px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:4px;border-radius:20px;line-height:1;color:#fff;font-weight:700;text-align:center;padding:0 2px;left:20px}.exactmetrics-admin-page.exactmetrics-path-about-us .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-url-builder .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-reports-page .exactmetrics-notificationsv3-container{margin-right:0}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar{width:90%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container{display:inline-block;margin-left:20px;float:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number{position:absolute;top:-9px;min-width:20px;height:20px;line-height:20px;display:block;background:#eb5757;border-radius:20px;font-size:12px;color:#fff;font-weight:700;text-align:center;padding:0 6px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-greater-than-10{right:-13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-less-than-10{right:-10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-dismissed-number{min-width:24px;height:24px;background:#7c869d;border-radius:20px;display:inline-block;text-align:center;vertical-align:middle;line-height:24px;color:#fff;font-size:14px;font-weight:700;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:absolute;top:21px;right:15px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:0;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:inline-block}}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}@media (max-width:1099px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-notificationsv3-inbox-number{cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{width:440px;position:fixed;top:32px;right:0;background:#fff;z-index:1001;overflow:scroll;height:100%;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{top:46px;width:300px}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar.exactmetrics-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top{background:#2679c1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title svg{margin-right:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0;float:none}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{display:inline-block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:hover{color:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:focus{outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close{margin-left:12px;vertical-align:bottom}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:active svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:focus svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border-bottom:1px solid #e2e4e9;margin:0 16px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-inbox-number{position:relative;display:inline-block;top:inherit;right:inherit;min-width:24px;height:24px;line-height:24px;margin-right:8px;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-dismissed-number{margin-right:8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{margin-bottom:46px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{width:54px;float:left;text-align:center;padding-top:24px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{float:none;margin:0 auto}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{float:left;width:354px;padding-top:20px;text-align:left}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{width:260px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{margin-top:0;margin-bottom:0;color:#393f4c;font-size:13px;font-weight:700;width:70%;display:inline-block}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{width:65%}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button{display:block;background:#f0f2f4;border:1px solid #d3d7de;border-radius:3px;font-weight:500;font-size:13px;color:#393f4c;letter-spacing:.02em;padding:6px 11px;margin-right:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:hover{background:#d3d7de}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:hover{color:#a9b1c3}.exactmetrics-tooltip{display:block!important;z-index:10000;max-width:350px}.exactmetrics-tooltip .exactmetrics-tooltip-inner{background:#6528f5;color:#fff;border-radius:5px;padding:16px 20px;font-size:15px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;text-align:center}.exactmetrics-tooltip .exactmetrics-tooltip-inner a{color:#fff;font-weight:700}.exactmetrics-tooltip .exactmetrics-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:8px;border-color:#6528f5;z-index:1}.exactmetrics-tooltip[x-placement^=top]{padding-bottom:8px}.exactmetrics-tooltip[x-placement^=top] .exactmetrics-tooltip-arrow{border-width:8px 8px 0;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;left:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=bottom]{padding-top:8px}.exactmetrics-tooltip[x-placement^=bottom] .exactmetrics-tooltip-arrow{border-width:0 8px 8px;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;left:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=right]{padding-left:8px}.exactmetrics-tooltip[x-placement^=right] .exactmetrics-tooltip-arrow{border-width:8px 8px 8px 0;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 8px);margin-left:0;margin-right:0}.exactmetrics-tooltip[x-placement^=left]{padding-right:8px}.exactmetrics-tooltip[x-placement^=left] .exactmetrics-tooltip-arrow{border-width:8px 0 8px 8px;border-top-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 8px);margin-left:0;margin-right:0}.exactmetrics-tooltip.popover .popover-inner{background:#fff;color:#6528f5;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.exactmetrics-tooltip.popover .popover-arrow{border-color:#fff}.exactmetrics-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.exactmetrics-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.exactmetrics-roller{display:inline-block;position:relative;width:58px;height:58px}.exactmetrics-roller div{-webkit-animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:29px 29px;-ms-transform-origin:29px 29px;transform-origin:29px 29px}.exactmetrics-roller div:after{content:" ";display:block;position:absolute;width:8px;height:8px;border-radius:50%;background:#6528f5;margin:-4px 0 0 -4px}.exactmetrics-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.exactmetrics-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.exactmetrics-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.exactmetrics-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.exactmetrics-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.exactmetrics-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.exactmetrics-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.exactmetrics-roller div:first-child:after{top:49px;left:44px}.exactmetrics-roller div:nth-child(2):after{top:54px;left:28px}.exactmetrics-roller div:nth-child(3):after{top:48px;left:13px}.exactmetrics-roller div:nth-child(4):after{top:35px;left:5px}.exactmetrics-roller div:nth-child(5):after{top:19px;left:6px}.exactmetrics-roller div:nth-child(6):after{top:8px;left:15px}.exactmetrics-roller div:nth-child(7):after{top:4px;left:29px}@-webkit-keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.exactmetrics-upload-media-wrapper .exactmetrics-dark{display:block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media-label{margin-bottom:0!important}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay{display:none;background:rgba(0,0,0,.7);width:100%;position:absolute;top:0;left:0;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media{color:#fff;text-decoration:underline;margin-left:auto;cursor:pointer;padding:0 10px 10px 0}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media:hover{text-decoration:none}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media:hover .exactmetrics-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media img{max-width:100%;display:inline-block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-input{width:73%;margin-right:2%;float:left;position:relative;margin-top:0}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button{width:25%;float:left;font-size:15px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:active,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:focus,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:hover{outline:none}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button{position:relative!important;margin-left:10px;padding:12px 24px!important}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button:first-child{margin-left:0}.exactmetrics-email-summaries-settings a{color:#6528f5!important}.exactmetrics-email-summaries-settings a:focus,.exactmetrics-email-summaries-settings a:hover{color:#393f4c!important}.exactmetrics-email-summaries-settings .exactmetrics-dark{display:block}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button{position:relative!important;margin-left:10px;padding:12px 24px!important}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button:first-child{margin-left:0}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater{margin-bottom:18px}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=number],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=text],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row textarea{border-color:#9087ac}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid input{border-color:#32a27a}.exactmetrics-email-summaries-settings .exactmetrics-button.exactmetrics-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}.exactmetrics-accordion .exactmetrics-accordion{padding:0;border:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion div:not(:last-child){border-bottom:1px solid rgba(10,10,10,.1)}.exactmetrics-accordion .exactmetrics-accordion div:last-child .exactmetrics-accordion-item-details{border-radius:5px}.exactmetrics-accordion .exactmetrics-accordion dd{margin-left:0;margin-bottom:0}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{cursor:pointer;outline:none}.exactmetrics-accordion .exactmetrics-accordion-item-details-inner,.exactmetrics-accordion .exactmetrics-accordion-item-trigger{padding:0 20px 30px}.exactmetrics-accordion .exactmetrics-accordion-item.is-active .exactmetrics-accordion-item-title{border-bottom:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion-item-title{position:relative;background-color:#fff;cursor:pointer}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text{font-size:20px;margin-bottom:0;padding-right:1.25rem}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text .title{padding-left:15px}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{width:100%;text-align:left;background-color:rgba(0,0,0,0);border:none}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon{display:block;position:absolute;top:0;right:1.5rem;bottom:0;margin:auto;width:8px;height:8px;border-right:2px solid #363636;border-bottom:2px solid #363636;-webkit-transform:translateY(-2px) rotate(45deg);-ms-transform:translateY(-2px) rotate(45deg);transform:translateY(-2px) rotate(45deg);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon.is-active{-webkit-transform:translateY(2px) rotate(225deg);-ms-transform:translateY(2px) rotate(225deg);transform:translateY(2px) rotate(225deg)}.exactmetrics-accordion .exactmetrics-accordion-item-details{overflow:hidden;background-color:#fff;padding-top:15px}.exactmetrics-accordion .exactmetrics-accordion-item-details p,.exactmetrics-accordion .exactmetrics-accordion-item-details ul{font-size:1.2em;line-height:1.8}.exactmetrics-accordion .exactmetrics-accordion-item-enter-active,.exactmetrics-accordion .exactmetrics-accordion-item-leave-active{will-change:height;-webkit-transition:height .2s ease;transition:height .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-enter,.exactmetrics-accordion .exactmetrics-accordion-item-leave-to{height:0!important}body{background:#fff;margin:0}.exactmetrics-admin-page,.exactmetrics-admin-page *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#wpcontent,.auto-fold #wpcontent{padding-left:0}.exactmetrics-highlighted-text{color:#64bfa5;font-weight:700}.exactmetrics-bold{font-weight:700}.exactmetrics-bg-img{width:100%;padding-top:66%;position:relative}.exactmetrics-bg-img:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-size:contain}.exactmetrics-header{padding:20px;background-color:#210f59;position:relative;z-index:90}.exactmetrics-header .exactmetrics-container{width:100%}@media (max-width:959px){.exactmetrics-header .exactmetrics-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.exactmetrics-header .exactmetrics-float-right{text-align:center}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right{text-align:right}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{float:right;background:#fff;color:#210f59}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{display:none}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:focus,.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:hover{color:#6528f5;background:#fff}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button.exactmetrics-button-disabled{color:#9087ac}@media (max-width:959px){.exactmetrics-header .exactmetrics-float-right{text-align:right;width:100%}}.exactmetrics-logo-area{float:left;max-width:calc(100vw - 170px)}.exactmetrics-logo-area img{display:block;max-width:100%}@media (max-width:959px){.exactmetrics-logo-area{width:140px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}}@media (max-width:959px){.exactmetrics-header .exactmetrics-container,.exactmetrics-navigation-bar .exactmetrics-container{padding:0;width:100%}}.exactmetrics-navigation-bar{background:rgba(0,0,0,0);display:inline-block}@media (max-width:959px){.exactmetrics-navigation-bar{padding:0;border:0}}@media (max-width:750px){.exactmetrics-navigation-bar{background:none;margin-right:40px}}.exactmetrics-admin-page{position:relative}.exactmetrics-admin-page .exactmetrics-blocked{position:absolute;top:0;bottom:0;right:0;left:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-header{padding:20px 24px}.exactmetrics-admin-page .exactmetrics-header .exactmetrics-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#210f59}#footer-left .exactmetrics-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#6528f5}#wpfooter{display:none;margin-right:23px;margin-bottom:20px;left:23px;background:rgba(101,40,245,.05);padding:14px 20px;border-radius:5px}#wpfooter a{color:#6528f5}.exactmetrics-container{margin:0 auto;max-width:100%;width:750px}.exactmetrics-admin-page .exactmetrics-navigation-tab-link{text-decoration:none;padding:12px 4px 11px;font-size:15px;color:#fff;display:inline-block;margin-right:20px;line-height:1;outline:none;font-family:Lato,sans-serif;position:relative}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:after{content:"";width:100%;left:0;position:absolute;top:100%;height:2px;border-radius:20px;background:#fff;display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover{border-bottom-color:#fff;color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover:after{display:block}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#fff;cursor:default}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-navigation-tab-link{width:100%;padding:20px 0;color:#fff;font-size:16px;border-top:1px solid #4d3f7a;text-align:left}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:first-child{border-top:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:first-child+.exactmetrics-navigation-tab-link{border-top:0}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active{display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus{color:#fff;text-decoration:none}}.exactmetrics-admin-page .exactmetrics-button{background:#6528f5;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics-admin-page .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-button:hover{background-color:#37276a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-disabled{background:#e9e7ee;color:#9087ac}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary{background:#e9e7ee;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:hover{background-color:#f4f3f7;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green{background:#32a27a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:hover{background-color:#19865f;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text{background:rgba(0,0,0,0);border:none;color:#6528f5;padding:0;border-radius:0;text-decoration:underline}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]{margin-left:10px;min-width:16px;display:inline-block}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]:first-child{margin-left:0;margin-right:10px}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark{color:#210f59}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:hover{color:#6528f5}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-red{background:#e43462;border-color:#e43462;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-large{font-size:15px;padding:14px 30px 12px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{font-size:20px;padding:23px 67px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl i{margin-left:10px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{padding-left:45px;padding-right:45px}}.exactmetrics-admin-page .exactmetrics-spaced-top{margin-top:20px}.exactmetrics-green-text{color:#32a27a;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-left:-18px}}.exactmetrics-mobile-nav-trigger{color:#fff;font-size:15px;font-weight:500;display:inline-block;border:none;background:#37276a;padding:7px 18px;line-height:1.7;margin:0;border-radius:5px}@media (min-width:960px){.exactmetrics-mobile-nav-trigger{display:none}}.exactmetrics-mobile-nav-trigger i{color:#fff;margin-left:25px;vertical-align:middle}.exactmetrics-mobile-nav-trigger.exactmetrics-mobile-nav-trigger-open{border-radius:5px 5px 0 0}@media (max-width:959px){.exactmetrics-main-navigation{background:#37276a;height:0;overflow:hidden;position:absolute;left:24px;right:24px;text-align:left;border-radius:5px 0 5px 5px}.exactmetrics-main-navigation.exactmetrics-main-navigation-open{padding:17px 40px;height:auto;-webkit-box-shadow:0 40px 30px rgba(33,15,89,.1);box-shadow:0 40px 30px rgba(33,15,89,.1)}}@media (min-width:782px){.exactmetrics_page .exactmetrics-swal{margin-left:160px}.auto-fold .exactmetrics_page .exactmetrics-swal{margin-left:36px}}@media (min-width:961px){.auto-fold .exactmetrics_page .exactmetrics-swal{margin-left:160px}.folded .exactmetrics_page .exactmetrics-swal{margin-left:36px}}.exactmetrics_page .exactmetrics-swal .swal2-footer{border-top:none;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;margin-top:0;font-size:15px}.exactmetrics_page .exactmetrics-swal .swal2-footer a{color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-footer a:focus,.exactmetrics_page .exactmetrics-swal .swal2-footer a:hover{color:#37276a}.exactmetrics-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics-modal .exactmetrics-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.exactmetrics-modal .exactmetrics-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.exactmetrics-modal .exactmetrics-modal-inner p{margin-bottom:0}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-modal-buttons{margin-top:50px}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-button{margin:0 10px}.exactmetrics-welcome-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(33,15,89,.9)}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%;border-radius:10px;-webkit-box-shadow:0 20px 80px rgba(13,7,36,.5);box-shadow:0 20px 80px rgba(13,7,36,.5)}.exactmetrics-welcome-overlay .exactmetrics-overlay-close{background:none;border:none;position:absolute;top:5px;right:7px;padding:0;color:#777}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content{height:100%}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content iframe{height:100%;width:100%}.swal2-container.exactmetrics-swal-loading{background:#fff;padding:20px;top:112px;height:auto}.swal2-container.exactmetrics-swal-loading.exactmetrics-swal-full-height{top:32px}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal{width:100%;height:100%;border-radius:10px;background:url(../img/loading-background.jpg) no-repeat bottom #f4f3f7;background-size:cover;-webkit-animation-duration:1ms;animation-duration:1ms}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-icon{visibility:hidden;height:0;padding:0}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-header{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-title{font-size:17px;color:#210f59}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-content{color:#9087ac;margin-top:6px;font-size:15px;line-height:1.75;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-actions button{display:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess{padding:0;background:#f8f6ff}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-icon{visibility:hidden;height:0;width:0;margin:0;padding:0}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal{width:750px;background:none;padding-left:260px;position:relative}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-header{display:block}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-title{font-size:32px;line-height:1.3;color:#210f59;text-align:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content{font-size:15px;line-height:1.75;color:#210f59;text-align:left;margin-bottom:20px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content p{font-size:15px;margin:0;font-weight:500}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-actions{margin:0;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled{margin:0;font-size:15px;padding:16px 23px 14px;outline:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled .monstericon-long-arrow-right-light{margin-left:14px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:hover{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm{background:#32a27a}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:hover{background:#19865f}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-cancel{margin-left:15px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons{position:absolute;left:-35px;top:-15px;width:260px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]{position:absolute;color:#6528f5;opacity:.5;font-size:41px;top:114px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:first-child{font-size:108px;opacity:1;top:-22px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(2){left:35px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-].monstericon-exclamation-em-solid:nth-child(2){left:50px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(3){top:147px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(4){left:185px}.exactmetrics_page .exactmetrics-swal .swal2-title{line-height:1.2}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info{border:none;border-radius:0}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error:before,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f064";font-size:80px;color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-icon-text,.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-x-mark{display:none}.exactmetrics_page .exactmetrics-swal .swal2-styled{border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm{background:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:hover{background-color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel{background:#e9e7ee;color:#37276a}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:hover{background-color:#f4f3f7;color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-popup{border-radius:10px;padding:40px}.exactmetrics-list-check ul{margin:0;list-style:none;padding-left:0}.exactmetrics-list-check li{font-size:15px;margin-top:18px;padding-left:30px;position:relative;color:#fff}.exactmetrics-list-check li:first-child{margin-top:0}.exactmetrics-list-check li:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f045";font-size:15px;margin-right:10px;color:#fff;position:absolute;left:0;top:0}.exactmetrics-settings-input-select-input .multiselect__tags-wrap{position:relative}.exactmetrics-settings-input-select-input .multiselect__tags-wrap:after{content:attr(data-text);display:inline-block;position:relative;color:#9087ac;bottom:0;background:#fff;border-radius:4px;font-size:14px;vertical-align:top;padding:8px 15px}.exactmetrics-settings-input-select-input .multiselect__placeholder{display:none}.multiselect__content-wrapper{left:30px}.exactmetrics-semrush-cta{background:#f4f3f7;border-left:3px solid #6528f5;padding:20px 26px;border-radius:3px 0 0 3px;position:relative}.exactmetrics-semrush-cta br{display:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-close{position:absolute;top:12px;right:12px;cursor:pointer;border:0;background:rgba(0,0,0,0);padding:0;margin:0;outline:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.exactmetrics-semrush-cta .exactmetrics-button{background:#6528f5;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.exactmetrics-semrush-cta .exactmetrics-button:active,.exactmetrics-semrush-cta .exactmetrics-button:focus,.exactmetrics-semrush-cta .exactmetrics-button:hover{background:#6333d4;outline:none}.exactmetrics-row-highlight{-webkit-animation-name:color;animation-name:color;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:2;animation-iteration-count:2}@-webkit-keyframes color{0%{background-color:#fff}50%{background-color:#509fe2}to{background-color:#fff}}@keyframes color{0%{background-color:#fff}50%{background-color:#509fe2}to{background-color:#fff}}.exactmetrics-about-block{padding:0;background:#fff;margin-top:40px}@media (max-width:782px){.exactmetrics-about-block{padding:0 24px}}.exactmetrics-about-block h3{color:#210f59;font-size:24px;margin:0 0 20px;line-height:1.4;padding-top:25px}.exactmetrics-about-block p{font-size:15px;line-height:1.75;font-weight:500;color:#210f59}.exactmetrics-about-block:after{content:"";display:table;clear:both}div[class*=" exactmetrics-path-about-"] .exactmetrics-container,div[class^=exactmetrics-path-about-] .exactmetrics-container{width:1094px}@media (max-width:782px){div[class*=" exactmetrics-path-about-"] .exactmetrics-container,div[class^=exactmetrics-path-about-] .exactmetrics-container{padding-left:24px;padding-right:24px}}div[class*=" exactmetrics-path-about-"] .exactmetrics-header,div[class*=" exactmetrics-path-about-"] .exactmetrics-navigation-bar,div[class^=exactmetrics-path-about-] .exactmetrics-header,div[class^=exactmetrics-path-about-] .exactmetrics-navigation-bar{padding-left:20px;padding-right:20px}@media (max-width:782px){div[class*=" exactmetrics-path-about-"] .exactmetrics-header,div[class*=" exactmetrics-path-about-"] .exactmetrics-navigation-bar,div[class^=exactmetrics-path-about-] .exactmetrics-header,div[class^=exactmetrics-path-about-] .exactmetrics-navigation-bar{padding-left:0;padding-right:0}}div[class*=" exactmetrics-path-about-"] .exactmetrics-navigation-bar,div[class^=exactmetrics-path-about-] .exactmetrics-navigation-bar{margin-left:-163px}div[class*=" exactmetrics-path-about-"] .exactmetrics-navigation-bar .exactmetrics-container,div[class^=exactmetrics-path-about-] .exactmetrics-navigation-bar .exactmetrics-container{width:auto}div[class*=" exactmetrics-path-about-"] .exactmetrics-addons-list,div[class^=exactmetrics-path-about-] .exactmetrics-addons-list{padding:0 20px}div[class*=" exactmetrics-path-about-"] .exactmetrics-addons-list .exactmetrics-addon,div[class^=exactmetrics-path-about-] .exactmetrics-addons-list .exactmetrics-addon{width:calc(33.3333% - 21px)}@media (max-width:782px){div[class*=" exactmetrics-path-about-"] .exactmetrics-addons-list .exactmetrics-addon,div[class^=exactmetrics-path-about-] .exactmetrics-addons-list .exactmetrics-addon{width:100%}}div[class*=" exactmetrics-path-about-"] .exactmetrics-addon-image,div[class^=exactmetrics-path-about-] .exactmetrics-addon-image{min-height:74px;padding:5px;display:-webkit-box;display:-ms-flexbox;display:flex;height:74px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}div[class*=" exactmetrics-path-about-"] .monstericon-star:before,div[class^=exactmetrics-path-about-] .monstericon-star:before{color:#fdb72c}.exactmetrics-lite-vs-pro-table{padding:0}.exactmetrics-lite-vs-pro-table .exactmetrics-lite-vs-pro-footer{background:#e9e7ee}.exactmetrics-lite-vs-pro-header{text-align:center;padding:40px 0 22px}.exactmetrics-lite-vs-pro-header h1{font-size:22px;margin:0 0 22px}.exactmetrics-features-table{width:100%;border-collapse:collapse;position:relative;margin-bottom:95px}.exactmetrics-features-table tr{position:relative}.exactmetrics-features-table tr:first-child td{border-radius:0 10px 0 0}.exactmetrics-features-table tr:first-child .exactmetrics-features-table-feature-title+td{border-radius:10px 0 0 0}.exactmetrics-features-table tr:first-child:after{display:none}.exactmetrics-features-table tr:after{display:block;border-top:1px solid #bcb7cd;opacity:.5;content:"";position:absolute;left:0;right:40px}.exactmetrics-features-table tbody tr:last-child td{padding:0;background:none}.exactmetrics-features-table tbody tr:last-child:after{display:none}.exactmetrics-features-table td,.exactmetrics-features-table th{width:33.33333%;padding:40px;vertical-align:top}.exactmetrics-features-table td p,.exactmetrics-features-table th p{margin:0}.exactmetrics-features-table th{text-align:left;border-right:none;font-size:24px;line-height:1.4}.exactmetrics-features-table th i{width:40px;height:40px;border-radius:50%;color:#210f59;background-color:rgba(33,15,89,.1);display:inline-block;text-align:center;line-height:40px;font-size:15px;margin-right:30px}.exactmetrics-features-table td{background:#f4f3f7}.exactmetrics-features-table td p{font-size:17px;line-height:1.5}.exactmetrics-features-table td p>span{margin-top:16px;display:block}.exactmetrics-features-table .exactmetrics-features-table-feature-title{background:none;padding-left:0}.exactmetrics-features-table .exactmetrics-features-table-feature-title i{float:left;font-size:23px;color:#6528f5;margin-right:18px}.exactmetrics-features-table .exactmetrics-features-table-feature-title p{font-weight:700;font-size:17px;color:#37276a;line-height:1.5;margin-left:41px}.exactmetrics-features-full:before,.exactmetrics-features-none:before,.exactmetrics-features-partial:before{display:block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f026";font-size:20px;margin-right:10px;color:#d4393d;position:relative;top:2px;margin-bottom:16px}.exactmetrics-features-full:before,.exactmetrics-features-partial:before{content:"\f022";color:#19865f}.exactmetrics-features-table .exactmetrics-lite-vs-pro-footer{padding:40px;text-align:center;border-radius:0 0 10px 10px;border-top:1px solid #bcb7cd}.exactmetrics-features-table .exactmetrics-lite-vs-pro-footer h3{color:#210f59;font-size:17px;max-width:350px;line-height:1.5;margin:0 auto 16px}.exactmetrics-features-table .exactmetrics-lite-vs-pro-footer p{margin-bottom:24px;font-size:15px;line-height:1.75;color:#210f59;max-width:350px;margin-left:auto;margin-right:auto}.exactmetrics-two-column{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-two-column>div{width:50%}.exactmetrics-about-docs-row:after{display:table;clear:both;content:""}.exactmetrics-about-docs-image{width:158px;float:left;margin-right:32px}.exactmetrics-about-docs-image .exactmetrics-bg-img{width:158px;background-color:#fff;border-radius:5px;height:158px;padding-top:0}.exactmetrics-about-docs-image .exactmetrics-bg-img:after{background-position:50%;left:10px;right:10px;top:10px;bottom:10px}.exactmetrics-about-docs-1:after{background-image:url(../img/about-icon-connect.png)}.exactmetrics-about-docs-2:after{background-image:url(../img/about-icon-guide.png)}.exactmetrics-about-docs-3:after{background-image:url(../img/about-icon-gdpr.png)}.exactmetrics-about-docs-4:after{background-image:url(../img/about-icon-addons-em.png)}.exactmetrics-about-docs-5:after{background-image:url(../img/about-icon-ecommerce.png)}.exactmetrics-bg-img.exactmetrics-about-team{padding-top:70%}.exactmetrics-bg-img.exactmetrics-about-team:after{background-image:url(../img/about-team-photo.png)}.exactmetrics-about-docs-text h3{color:#210f59;font-size:17px;line-height:1.5}.exactmetrics-about-docs-text p{margin:16px 0 24px}.exactmetrics-about-page-right-image{float:right;width:48%;text-align:center;margin:0 0 0 20px}@media (max-width:782px){.exactmetrics-about-page-right-image{width:100%;float:none;margin:0 0 20px}}.exactmetrics-about-page-right-image img{width:100%}.exactmetrics-about-page-right-image figcaption{color:#4d3f7a;margin-top:5px}.exactmetrics-about-page-right-image iframe{max-width:100%}.exactmetrics-page-title{padding:32px;line-height:1.3;border-bottom:1px solid #e9e7ee}.exactmetrics-page-title h2{margin:0;font-size:32px;color:#210f59}.exactmetrics-about .exactmetrics-addon-top{padding:40px 40px 24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.exactmetrics-about .exactmetrics-addon-noicon{margin-bottom:10px}.exactmetrics-about .exactmetrics-addons-list .exactmetrics-addon{padding-bottom:145px}.exactmetrics-about .exactmetrics-addons-list .exactmetrics-addon .exactmetrics-addon-message{padding:24px 40px 40px;background:rgba(0,0,0,0)}.exactmetrics-about .exactmetrics-addons-list .exactmetrics-addon .exactmetrics-addon-message .exactmetrics-interior{border-top:1px solid #ccc;padding:24px 0 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.exactmetrics-about .exactmetrics-addons-list .exactmetrics-addon .exactmetrics-addon-message .exactmetrics-interior .exactmetrics-addon-status{margin-bottom:24px}.exactmetrics-about .exactmetrics-addons-list .exactmetrics-addon .exactmetrics-addon-message .exactmetrics-interior .exactmetrics-addon-action{-ms-flex-item-align:start;align-self:start}.exactmetrics-about .exactmetrics-upsell-row{margin-top:70px;background:rgba(0,0,0,0)}.exactmetrics-about .exactmetrics-upsell-list-item>i{min-width:23px}.exactmetrics-about .exactmetrics-upsell-list-item .exactmetrics-upsell-list-item-text i{margin-left:14px;font-size:15px}.exactmetrics-bg-img.exactmetrics-em-logo-color{padding-top:8%;width:387px;max-width:100%}@media (max-width:782px){.exactmetrics-bg-img.exactmetrics-em-logo-color{width:133px;padding-top:10%}}.exactmetrics-bg-img.exactmetrics-em-logo-color:after{background-position:50%;background-image:url(../img/em-logo.png)}.exactmetrics-about-page-top{padding:60px 0;background:radial-gradient(64.37% 131.18% at 50.04% 32.71%,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,0) 100%),rgba(101,40,245,.1);border-bottom:1px solid #e9e7ee;margin-bottom:635px}@media (max-width:782px){.exactmetrics-about-page-top{margin-bottom:0}}.exactmetrics-about-page-top h3{color:#6528f5;margin:0 0 0 135px;font-size:20px;line-height:1.3;font-weight:400}@media (max-width:782px){.exactmetrics-about-page-top h3{margin-left:0}}.exactmetrics-about-page-top h2{max-width:570px;margin-left:135px;margin-top:9px}@media (max-width:782px){.exactmetrics-about-page-top h2{margin-left:0;margin-right:0}}.exactmetrics-about-page-top .exactmetrics-about-top-button{width:750px;max-width:100%;margin-left:135px}@media (max-width:782px){.exactmetrics-about-page-top .exactmetrics-about-top-button{margin-left:0}}.exactmetrics-about-page-top .exactmetrics-about-top-button p{max-width:300px;margin-right:100px}@media (max-width:782px){.exactmetrics-about-page-top .exactmetrics-about-top-button p{margin-right:24px}}.exactmetrics-about-page-top .exactmetrics-about-top-button .exactmetrics-button{float:right;margin-top:10px}@media (max-width:782px){.exactmetrics-about-page-top .exactmetrics-about-top-button .exactmetrics-button{float:none}}.exactmetrics-about-page-top .exactmetrics-container{width:1094px}.exactmetrics-bg-img.exactmetrics-about-getting-started-video{margin-bottom:-635px;padding-top:52%;cursor:pointer}@media (max-width:782px){.exactmetrics-bg-img.exactmetrics-about-getting-started-video{margin-bottom:0}}.exactmetrics-bg-img.exactmetrics-about-getting-started-video:after{background-position:100% 100%;background-image:url(../img/about-getting-started-video.png)}.exactmetrics-about-page-top h2{font-size:24px;color:#210f59;line-height:1.4;margin-bottom:20px}@media (max-width:782px){.exactmetrics-about-page-top h2{font-size:20px}}.exactmetrics-about-page-top p{font-size:15px;line-height:1.7;color:#210f59}.exactmetrics-container.exactmetrics-about-middle-title{text-align:center;margin-top:-100px}@media (max-width:782px){.exactmetrics-container.exactmetrics-about-middle-title{margin-top:0;padding:0 24px}}.exactmetrics-container.exactmetrics-about-middle-title p{max-width:500px;margin:0 auto;font-size:15px;line-height:1.75;color:#210f59}.exactmetrics-container.exactmetrics-about-middle-title h2{font-size:24px;color:#210f59;line-height:1.4;margin-bottom:19px}.exactmetrics-admin-page .exactmetrics-wide-purple{background:#6528f5;padding:72px 0;margin-bottom:100px}.exactmetrics-admin-page .exactmetrics-wide-purple .exactmetrics-separator{background:rgba(0,0,0,.2)}.exactmetrics-about-upgrade-box-flex{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:45px}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-plan-box{width:334px;padding:65px 93px 56px;background:#210f59;border-radius:10px;color:#fff;text-align:center;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-plan-box span{font-size:17px;line-height:1.5;display:inline-block}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-plan-box span.exactmetrics-price-large{font-size:48px;line-height:1.3;font-weight:700}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-plan-box span.exactmetrics-price-term{font-size:15px;line-height:1.75;opacity:.5}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-plan-box .exactmetrics-button{background-color:#fff;color:#210f59;margin-top:27px;font-weight:500}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-checkboxes{padding-left:95px;max-width:650px;width:100%}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-checkboxes h3{color:#fff;font-size:24px;line-height:1.4;font-weight:500;margin-top:17px}.exactmetrics-testimonials-slider{position:relative;padding:0 40px;margin-top:60px}.exactmetrics-testimonials-slides{position:relative;overflow:hidden}.exactmetrics-testimonials-slide{visibility:hidden;position:absolute;top:0;left:0;width:100%;-webkit-transition:.5s;transition:.5s;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-testimonials-slide .exactmetrics-testimonial-image{padding:0 60px 0 80px;-ms-flex-negative:0;flex-shrink:0;margin-top:5px}.exactmetrics-testimonials-slide .exactmetrics-testimonial-image .exactmetrics-bg-img{width:90px;border-radius:50%;height:90px;border:5px solid #37276a;overflow:hidden}.exactmetrics-testimonials-slide .exactmetrics-about-testimonial-avatar-1:after{background-image:url(../img/testimonial-image-1.png)}.exactmetrics-testimonials-slide .exactmetrics-about-testimonial-avatar-2:after{background-image:url(../img/testimonial-image-2.png)}.exactmetrics-testimonials-slide .exactmetrics-about-testimonial-avatar-3:after{background-image:url(../img/testimonial-image-3.jpg)}.exactmetrics-testimonials-slide .exactmetrics-testimonial-text{padding-right:70px}.exactmetrics-testimonials-slide .exactmetrics-testimonial-text p{color:#fff;font-size:20px;line-height:1.5;margin:0 0 20px}.exactmetrics-testimonials-slide .exactmetrics-testimonial-text p.exactmetrics-testimonial-text-author{font-size:16px;line-height:1.75;color:#e9e7ee}.exactmetrics-testimonials-slide.exactmetrics-testimonials-slide-active{visibility:visible;position:static}.exactmetrics-testimonials-slide h2{margin:0}.exactmetrics-testimonials-slide img{width:300px}.exactmetrics-testimonials-slider-control{border:none;background:none;color:#fff;font-size:40px;line-height:1;position:absolute;top:45px;margin-top:-20px;padding:0;cursor:pointer}.exactmetrics-testimonials-slider-control.exactmetrics-testimonials-slider-control-left{left:0}.exactmetrics-testimonials-slider-control.exactmetrics-testimonials-slider-control-left i:before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.exactmetrics-testimonials-slider-control.exactmetrics-testimonials-slider-control-right{right:0}.exactmetrics-testimonials-slider-control.exactmetrics-testimonials-slider-control-right i:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.exactmetrics-about-documentation{background:#f4f3f7;border-radius:10px;padding:72px 100px;margin:40px 0 95px}@media (max-width:782px){.exactmetrics-about-documentation{margin:40px 0;padding:32px 24px}.exactmetrics-about-documentation .exactmetrics-about-docs-image{float:none}}.exactmetrics-full-width-upsell .exactmetrics-full-width-upsell-inner,.exactmetrics-upsell-row .exactmetrics-upsell-row-inner,.exactmetrics-upsell .exactmetrics-upsell-title .exactmetrics-upsell-title-inner{max-width:1400px;margin:0 auto}.exactmetrics-reports-page .exactmetrics-upsell{border-bottom:1px solid #d6e2ed}.exactmetrics-upsell-row{width:100%;background:rgba(101,40,245,.05)}.exactmetrics-upsell-row .exactmetrics-upsell-row-inner{padding:0 96px}@media (max-width:782px){.exactmetrics-upsell-row .exactmetrics-upsell-row-inner{padding:0 24px}}.exactmetrics-upsell-row h3{margin:0 0 60px;font-size:15px}.exactmetrics-upsell-row .exactmetrics-upsell-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:15px}.exactmetrics-upsell-row .exactmetrics-upsell-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 31%;flex:1 0 31%;margin-bottom:45px}.exactmetrics-report-ecommerce .exactmetrics-upsell-row .exactmetrics-upsell-list-item,.exactmetrics-settings-ecommerce .exactmetrics-upsell-row .exactmetrics-upsell-list-item{-webkit-box-flex:1;-ms-flex:1 0 21%;flex:1 0 21%}@media (max-width:782px){.exactmetrics-upsell-row .exactmetrics-upsell-list-item{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.exactmetrics-upsell-row .exactmetrics-upsell-list-item i{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;color:#6528f5;font-size:23px;margin-right:18px;margin-top:6px}.exactmetrics-upsell-row .exactmetrics-upsell-list-item .exactmetrics-upsell-list-item-text{line-height:1.7;color:#37276a;max-width:232px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-weight:500;text-decoration:none}.exactmetrics-report-ecommerce .exactmetrics-upsell-row .exactmetrics-upsell-list-item .exactmetrics-upsell-list-item-text,.exactmetrics-settings-ecommerce .exactmetrics-upsell-row .exactmetrics-upsell-list-item .exactmetrics-upsell-list-item-text{max-width:170px}.exactmetrics-upsell-row .exactmetrics-upsell-list-item a.exactmetrics-upsell-list-item-text{cursor:pointer}.exactmetrics-upsell-row .exactmetrics-upsell-list-item a.exactmetrics-upsell-list-item-text:focus,.exactmetrics-upsell-row .exactmetrics-upsell-list-item a.exactmetrics-upsell-list-item-text:hover{color:#6528f5}.exactmetrics-full-width-upsell{background:#f7f3fe;min-height:445px;margin-bottom:116px}.exactmetrics-reports-page .exactmetrics-full-width-upsell{margin-bottom:0}@media (max-width:959px){.exactmetrics-full-width-upsell{margin-bottom:48px}}.exactmetrics-full-width-upsell.exactmetrics-full-width-no-space{margin-bottom:0;min-height:380px}.exactmetrics-full-width-upsell.exactmetrics-full-width-no-space+.exactmetrics-full-width-upsell{margin-top:-100px}.exactmetrics-full-width-upsell .exactmetrics-full-width-upsell-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;position:relative}.exactmetrics-full-width-upsell.exactmetrics-reverse .exactmetrics-full-width-upsell-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.exactmetrics-full-width-upsell.exactmetrics-reverse .exactmetrics-full-width-upsell-inner .exactmetrics-upsell-left{padding-left:0;padding-top:100px}.exactmetrics-full-width-upsell h2{color:#210f59;font-size:24px;line-height:1.4}.exactmetrics-full-width-upsell p{font-size:15px;line-height:1.7;color:#210f59;margin:11px 0 0}.exactmetrics-full-width-upsell p.exactmetrics-upsell-pbold{font-weight:700;margin-top:0}.exactmetrics-full-width-upsell a.exactmetrics-green-text{color:#32a27a;font-weight:400}.exactmetrics-full-width-upsell a.exactmetrics-green-text:focus,.exactmetrics-full-width-upsell a.exactmetrics-green-text:hover{color:#19865f;text-decoration:none}.exactmetrics-full-width-upsell .exactmetrics-upsell-buttons{margin-top:20px;margin-bottom:72px}@media (max-width:1099px){.exactmetrics-full-width-upsell .exactmetrics-upsell-buttons{margin-bottom:48px}}.exactmetrics-full-width-upsell .exactmetrics-upsell-buttons .exactmetrics-button:first-child{margin-right:18px}.exactmetrics-full-width-upsell .exactmetrics-upsell-buttons .exactmetrics-button-text .monstericon-arrow-right{font-size:12px;vertical-align:text-top;margin-left:10px}.exactmetrics-upsell-half{position:relative;padding-top:56px}.exactmetrics-upsell-half.exactmetrics-upsell-left{padding-left:96px;padding-top:56px;width:40%}@media (max-width:1099px){.exactmetrics-upsell-half.exactmetrics-upsell-left{width:50%;padding-left:24px}}@media (max-width:959px){.exactmetrics-upsell-half.exactmetrics-upsell-left{padding-top:24px}}.exactmetrics-upsell-half.exactmetrics-upsell-left .exactmetrics-screen-image{max-width:100%;left:0;height:auto;padding-top:67%}.exactmetrics-upsell-half.exactmetrics-upsell-left .exactmetrics-screen-image:after{background-position:50%;left:-16%;right:-16%;top:-10%;bottom:-10%}@media (min-width:960px){.exactmetrics-upsell-half.exactmetrics-upsell-left .exactmetrics-screen-image{display:none}}@media (max-width:959px){.exactmetrics-upsell-half.exactmetrics-upsell-left{width:100%;padding-right:24px}}.exactmetrics-upsell-half.exactmetrics-upsell-right{padding-left:96px;padding-top:0;width:60%}@media (max-width:1099px){.exactmetrics-upsell-half.exactmetrics-upsell-right{width:50%}}@media (max-width:959px){.exactmetrics-upsell-half.exactmetrics-upsell-right{display:none}}.exactmetrics-upsell-half.exactmetrics-upsell-right .exactmetrics-em-upsell-screen{position:absolute;bottom:-140px;left:68px}.exactmetrics-upsell-half h3{color:#6528f5;font-size:20px;line-height:1.3;font-weight:400;margin:0 0 15px}.exactmetrics-upsell a{color:#6528f5}.exactmetrics-upsell a:focus,.exactmetrics-upsell a:hover{color:#37276a}.exactmetrics-upsell .exactmetrics-upsell-title{border-bottom:1px solid #e9e7ee}.exactmetrics-upsell .exactmetrics-upsell-title h2{color:#210f59;font-size:32px;margin-left:100px;margin-top:45px;margin-bottom:35px}@media (max-width:782px){.exactmetrics-upsell .exactmetrics-upsell-title h2{margin-left:24px;line-height:1.4;margin-top:24px;margin-bottom:24px}}.exactmetrics-upsell .exactmetrics-upsell-half h3{font-size:24px;color:#210f59;font-weight:700}.exactmetrics-upsell-bottom{background:#f7f9fd;border-top:1px solid #d6e2ed;padding:36px 50px 30px;position:relative}@media (max-width:767px){.exactmetrics-upsell-bottom{padding-left:20px;padding-right:20px}}.exactmetrics-upsell-bottom .exactmetrics-button-top{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-width:767px){.exactmetrics-upsell-bottom .exactmetrics-button-top{min-width:288px}}.exactmetrics-upsell-bottom img{max-width:100%}.exactmetrics-em-ecommerce-upsell-screen,.exactmetrics-em-upsell-screen,.exactmetrics-screen-image{width:848px;padding-top:0;height:566px}@media (max-width:1099px){.exactmetrics-em-ecommerce-upsell-screen,.exactmetrics-em-upsell-screen,.exactmetrics-screen-image{left:20px}}.exactmetrics-em-ecommerce-upsell-screen:after,.exactmetrics-em-upsell-screen:after,.exactmetrics-screen-image:after{background-position:100% 100%;background-image:url(../img/upsell-screen.png)}.exactmetrics-em-logo-text{width:432px;height:56px;margin-bottom:28px;padding-top:0;max-width:100%}@media (max-width:1400px){.exactmetrics-em-logo-text{padding-top:13%;height:auto}}@media (max-width:959px){.exactmetrics-em-logo-text{padding-top:8%}}.exactmetrics-em-logo-text:after{background-image:url(../img/exactmetrics.png)}.exactmetrics-em-addons-upsell-screen,.exactmetrics-em-ecommerce-upsell-screen,.exactmetrics-em-publishers-upsell-screen{bottom:auto;top:-90px}.exactmetrics-em-addons-upsell-screen:after,.exactmetrics-em-ecommerce-upsell-screen:after,.exactmetrics-em-publishers-upsell-screen:after{background-position:100% 0;background-image:url(../img/ecommerce-screen.png)}.exactmetrics-em-publishers-upsell-screen:after{background-image:url(../img/publishers-screen.png)}.exactmetrics-em-addons-upsell-screen{margin-bottom:-180px;top:-70px}.exactmetrics-em-addons-upsell-screen:after{background-image:url(../img/addons-help-screen.png)}.exactmetrics-em-search-console-upsell-screen:after{background-image:url(../img/search-console-screen.png)}.exactmetrics-em-real-time-upsell-screen:after{background-image:url(../img/real-time-screen.png)}.exactmetrics-em-site-speed-upsell-screen:after{background-image:url(../img/site-speed-screen.png)}.exactmetrics-em-forms-report-upsell-screen:after{background-image:url(../img/forms-report-screen.png)}.exactmetrics-em-dimensions-report-upsell-screen:after{background-image:url(../img/dimensions-report-screen.png)}.exactmetrics-em-forms-upsell-screen{width:758px;max-width:100%;margin-top:-75px}.exactmetrics-em-forms-upsell-screen:after{background-position:50%;background-image:url(../img/forms-screen.png)}.exactmetrics-em-optimize-upsell-screen{width:758px;max-width:100%;margin-left:-10%}.exactmetrics-em-optimize-upsell-screen:after{background-position:50%;background-image:url(../img/optimize-screen.png)}.exactmetrics-em-dimensions-upsell-screen{width:758px;max-width:100%}.exactmetrics-em-dimensions-upsell-screen:after{background-position:50%;background-image:url(../img/custom-dimensions-screen.png)}.exactmetrics-settings-conversions .exactmetrics-full-width-upsell{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics-settings-conversions .exactmetrics-full-width-upsell .exactmetrics-upsell-half.exactmetrics-upsell-right{padding-left:0}.exactmetrics-settings-conversions .exactmetrics-full-width-upsell .exactmetrics-upsell-half p{max-width:400px;margin-bottom:28px}.exactmetrics-settings-conversions .exactmetrics-full-width-upsell.exactmetrics-reverse .exactmetrics-upsell-half.exactmetrics-upsell-right{padding-left:96px}.exactmetrics-icon-background-large{position:absolute;font-size:130px;color:rgba(101,40,245,.05);left:25px;top:25px;line-height:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.exactmetrics-pro-upgrade .exactmetrics-settings-block-title .exactmetrics-pro-indicator,.exactmetrics-pro-upgrade h2 .exactmetrics-pro-indicator{font-size:13px;color:#fff;background-color:#32a27a;border-radius:3px;font-weight:500;padding:4px 8px;vertical-align:top;margin-left:10px;display:inline-block;margin-top:-4px;cursor:pointer;text-decoration:none}.exactmetrics-pro-upgrade .exactmetrics-settings-block-title .exactmetrics-pro-indicator:focus,.exactmetrics-pro-upgrade .exactmetrics-settings-block-title .exactmetrics-pro-indicator:hover,.exactmetrics-pro-upgrade h2 .exactmetrics-pro-indicator:focus,.exactmetrics-pro-upgrade h2 .exactmetrics-pro-indicator:hover{color:#fff;background:#19865f}.exactmetrics-report .exactmetrics-upsell-dismissable{margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px}@media (max-width:782px){.exactmetrics-report .exactmetrics-upsell-dismissable{text-align:center}}.exactmetrics-report .exactmetrics-upsell-dismissable h3{font-size:17px;color:#210f59;line-height:1.5;font-weight:700}.exactmetrics-report .exactmetrics-upsell-dismissable p{font-size:15px;margin-bottom:25px}.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-upsell-half{width:50%;padding-top:38px}@media (max-width:782px){.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-upsell-half{padding-left:32px;padding-right:32px;width:100%;text-align:center}}.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-upsell-half:first-child p{max-width:524px}.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-button-text{margin-left:40px;color:#9087ac}@media (max-width:782px){.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-button-text{margin-left:0;margin-top:20px}}.exactmetrics-report .exactmetrics-upsell-dismiss{position:absolute;right:20px;top:20px;z-index:10}.exactmetrics-forms-image-wpf-upsell{margin-bottom:-140px;padding-top:85%}@media (max-width:782px){.exactmetrics-forms-image-wpf-upsell{margin-bottom:0}}.exactmetrics-forms-image-wpf-upsell:after{background-position:100% 100%;background-image:url(../img/forms-wpforms-upsell.png)}.exactmetrics-upsell-row{margin-top:70px;background:rgba(0,0,0,0)}.exactmetrics-upsell-list-item-text{font-size:15px}.exactmetrics-upsell-list-item .exactmetrics-upsell-list-item-text i{margin-left:14px;font-size:15px}.exactmetrics-about-middle-title .exactmetrics-button{margin:0 0 56px}.exactmetrics-bg-img.exactmetrics-about-getting-started-video{margin-bottom:-596px}.exactmetrics-container{width:1094px}.exactmetrics-bottom-buttons{margin:60px auto;text-align:center}.exactmetrics-bottom-buttons .exactmetrics-button{margin:20px 0}.exactmetrics-welcome-header-logo{text-align:center}.exactmetrics-em-logo-icon{padding:0;width:53px;height:46px;display:inline-block}.exactmetrics-em-logo-icon:after{background-position:0;background-image:url(../img/em-logo.png);background-size:auto 100%}.exactmetrics-em-migration-image{padding-top:55%}.exactmetrics-em-migration-image:after{background-image:url(../img/migration-screen.png)}.exactmetrics-onboarding-wizard-content .subtitle{padding-left:0}.exactmetrics-migration-step{text-align:center}.exactmetrics-migration-step h1{font-size:32px;color:#210f59;line-height:1.25;margin:32px auto 30px;max-width:500px}.exactmetrics-migration-step h2{font-size:24px;line-height:1.25;color:#210f59}.exactmetrics-migration-step p{font-size:16px;line-height:1.75;margin:0 auto;max-width:560px}.exactmetrics-migration-step .exactmetrics-button.exactmetrics-button-large{font-size:18px;line-height:21px;padding:18px 44px}.exactmetrics-migration-step .exactmetrics-button i{margin-left:10px}.exactmetrics-migration-step .exactmetrics-migration-footer{margin-top:50px;color:#210f59;font-size:14px;line-height:17px}.exactmetrics-migration-step .exactmetrics-migration-footer i{margin-right:13px}.exactmetrics-migration-step .exactmetrics-migration-footer i:after{color:#338eef}.exactm