Google Analytics for WordPress by MonsterInsights - Version 8.4.0

Version Description

Download this release

Release Info

Developer manejaam
Plugin Icon 128x128 Google Analytics for WordPress by MonsterInsights
Version 8.4.0
Comparing to
See all releases

Code changes from version 8.3.4 to 8.4.0

assets/js/frontend-gtag.js CHANGED
@@ -203,7 +203,7 @@ var MonsterInsights = 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 MonsterInsights = 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 MonsterInsights = 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 MonsterInsights=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.monsterinsights_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(!monsterinsights_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(!monsterinsights_frontend.ua){return};var l=['event_category','event_label','value',],i=d(n,l);i.send_to=monsterinsights_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 monsterinsights_frontend.download_extensions=='string'){e=monsterinsights_frontend.download_extensions.split(',')};return e};function v(){var e=[];if(typeof monsterinsights_frontend.inbound_paths=='string'){e=JSON.parse(monsterinsights_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.monsterinsights_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=monsterinsights_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(monsterinsights_frontend.hash_tracking==='true'&&f!=window.location.hash&&(monsterinsights_frontend.ua||monsterinsights_frontend.v4_id)){f=window.location.hash;if(monsterinsights_frontend.ua){__gtagTracker('config',monsterinsights_frontend.ua,{page_path:location.pathname+location.search+location.hash,})};if(monsterinsights_frontend.v4_id){__gtagTracker('config',monsterinsights_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 MonsterInsights=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.monsterinsights_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(!monsterinsights_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(!monsterinsights_frontend.ua){return};var l=['event_category','event_label','value',],i=c(n,l);i.send_to=monsterinsights_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 monsterinsights_frontend.download_extensions=='string'){e=monsterinsights_frontend.download_extensions.split(',')};return e};function v(){var e=[];if(typeof monsterinsights_frontend.inbound_paths=='string'){e=JSON.parse(monsterinsights_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.monsterinsights_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=monsterinsights_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(monsterinsights_frontend.hash_tracking==='true'&&f!=window.location.hash&&(monsterinsights_frontend.ua||monsterinsights_frontend.v4_id)){f=window.location.hash;if(monsterinsights_frontend.ua){__gtagTracker('config',monsterinsights_frontend.ua,{page_path:location.pathname+location.search+location.hash,})};if(monsterinsights_frontend.v4_id){__gtagTracker('config',monsterinsights_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)}
googleanalytics.php CHANGED
@@ -6,7 +6,7 @@
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0
8
  *
9
- * Version: 8.3.4
10
  * Requires at least: 4.8.0
11
  * Requires PHP: 5.5
12
  *
@@ -69,7 +69,7 @@ final class MonsterInsights_Lite {
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
- public $version = '8.3.4';
73
 
74
  /**
75
  * Plugin file.
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0
8
  *
9
+ * Version: 8.4.0
10
  * Requires at least: 4.8.0
11
  * Requires PHP: 5.5
12
  *
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
+ public $version = '8.4.0';
73
 
74
  /**
75
  * Plugin file.
includes/admin/routes.php CHANGED
@@ -1,1332 +1,1335 @@
1
- <?php
2
- /**
3
- * Routes for VUE are registered here.
4
- *
5
- * @package monsterinsights
6
- */
7
-
8
- /**
9
- * Class MonsterInsights_Rest_Routes
10
- */
11
- class MonsterInsights_Rest_Routes {
12
-
13
- /**
14
- * MonsterInsights_Rest_Routes constructor.
15
- */
16
- public function __construct() {
17
-
18
- add_action( 'wp_ajax_monsterinsights_vue_get_license', array( $this, 'get_license' ) );
19
- add_action( 'wp_ajax_monsterinsights_vue_get_profile', array( $this, 'get_profile' ) );
20
- add_action( 'wp_ajax_monsterinsights_vue_get_settings', array( $this, 'get_settings' ) );
21
- add_action( 'wp_ajax_monsterinsights_vue_update_settings', array( $this, 'update_settings' ) );
22
- add_action( 'wp_ajax_monsterinsights_vue_update_settings_bulk', array( $this, 'update_settings_bulk' ) );
23
- add_action( 'wp_ajax_monsterinsights_vue_get_addons', array( $this, 'get_addons' ) );
24
- add_action( 'wp_ajax_monsterinsights_update_manual_ua', array( $this, 'update_manual_ua' ) );
25
- add_action( 'wp_ajax_monsterinsights_update_manual_v4', array( $this, 'update_manual_v4' ) );
26
- add_action( 'wp_ajax_monsterinsights_update_dual_tracking_id', array( $this, 'update_dual_tracking_id' ) );
27
- add_action( 'wp_ajax_monsterinsights_update_measurement_protocol_secret', array( $this, 'update_measurement_protocol_secret' ) );
28
- add_action( 'wp_ajax_monsterinsights_vue_get_report_data', array( $this, 'get_report_data' ) );
29
- add_action( 'wp_ajax_monsterinsights_vue_install_plugin', array( $this, 'install_plugin' ) );
30
- add_action( 'wp_ajax_monsterinsights_vue_notice_status', array( $this, 'get_notice_status' ) );
31
- add_action( 'wp_ajax_monsterinsights_vue_notice_dismiss', array( $this, 'dismiss_notice' ) );
32
- add_action( 'wp_ajax_monsterinsights_vue_grab_popular_posts_report', array(
33
- $this,
34
- 'check_popular_posts_report'
35
- ) );
36
- add_action( 'wp_ajax_monsterinsights_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_monsterinsights_get_posts', array( $this, 'get_posts' ) );
43
-
44
- // Search for taxonomies.
45
- add_action( 'wp_ajax_monsterinsights_get_terms', array( $this, 'get_taxonomy_terms' ) );
46
-
47
- add_action( 'wp_ajax_monsterinsights_get_post_types', array( $this, 'get_post_types' ) );
48
-
49
- add_action( 'wp_ajax_monsterinsights_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_monsterinsights_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( 'monsterinsights_view_dashboard' ) || ! monsterinsights_is_pro_version() ) {
67
- return;
68
- }
69
-
70
- $site_license = array(
71
- 'key' => MonsterInsights()->license->get_site_license_key(),
72
- 'type' => MonsterInsights()->license->get_site_license_type(),
73
- 'is_disabled' => MonsterInsights()->license->site_license_disabled(),
74
- 'is_expired' => MonsterInsights()->license->site_license_expired(),
75
- 'is_invalid' => MonsterInsights()->license->site_license_invalid(),
76
- );
77
- $network_license = array(
78
- 'key' => MonsterInsights()->license->get_network_license_key(),
79
- 'type' => MonsterInsights()->license->get_network_license_type(),
80
- 'is_disabled' => MonsterInsights()->license->network_license_disabled(),
81
- 'is_expired' => MonsterInsights()->license->network_license_expired(),
82
- 'is_invalid' => MonsterInsights()->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( 'monsterinsights_save_settings' ) ) {
99
- return;
100
- }
101
-
102
- $auth = MonsterInsights()->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( 'monsterinsights_view_dashboard' ) ) {
129
- return;
130
- }
131
-
132
- $options = monsterinsights_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 ( monsterinsights_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( 'monsterinsights_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
- monsterinsights_update_option( $setting, $value );
197
- do_action( 'monsterinsights_after_update_settings', $setting, $value );
198
- } else {
199
- monsterinsights_update_option( $setting, false );
200
- do_action( 'monsterinsights_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( 'monsterinsights_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
- monsterinsights_update_option( $setting, $value );
224
- do_action( 'monsterinsights_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( 'monsterinsights_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 = monsterinsights_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 = 'monsterinsights-' . $addon->slug;
309
- if ( 'monsterinsights-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( MONSTERINSIGHTS_PLUGIN_FILE ) . 'assets/images/plugin-edd.png',
331
- 'title' => 'Easy Digital Downloads',
332
- 'excerpt' => __( 'Easy digital downloads plugin.', 'google-analytics-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
410
- 'installed' => array_key_exists( 'all-in-one-seo-pack/all_in_one_seo_pack.php', $installed_plugins ),
411
- 'basename' => ( monsterinsights_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( MONSTERINSIGHTS_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-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
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-for-wordpress' ),
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-for-wordpress' ),
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-for-wordpress' ),
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( 'MonsterInsights_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 = monsterinsights_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 MonsterInsights screen.
600
- if ( empty( $screen->id ) || strpos( $screen->id, 'monsterinsights' ) === false ) {
601
- return;
602
- }
603
-
604
- // Hide admin notices on the settings screen.
605
- if ( monsterinsights_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( 'monsterinsights_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 = monsterinsights_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() ? MonsterInsights()->auth->get_network_manual_ua() : MonsterInsights()->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
- MonsterInsights()->auth->set_network_manual_ua( $manual_ua_code );
637
- } else {
638
- MonsterInsights()->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
- MonsterInsights()->auth->set_network_manual_ua( $manual_ua_code );
644
- } else {
645
- MonsterInsights()->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
- MonsterInsights()->auth->delete_network_manual_ua();
651
- } else {
652
- MonsterInsights()->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-for-wordpress' ),
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( 'monsterinsights_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 = monsterinsights_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() ? MonsterInsights()->auth->get_network_manual_v4_id() : MonsterInsights()->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
- MonsterInsights()->auth->set_network_manual_v4_id( $manual_v4_code );
690
- } else {
691
- MonsterInsights()->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
- MonsterInsights()->auth->set_network_manual_v4_id( $manual_v4_code );
697
- } else {
698
- MonsterInsights()->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
- MonsterInsights()->auth->delete_network_manual_v4_id();
704
- } else {
705
- MonsterInsights()->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-for-wordpress' ),
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( 'monsterinsights_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 = monsterinsights_is_valid_ua( $value );
729
- $sanitized_v4_value = monsterinsights_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-for-wordpress' ),
738
- ) );
739
- }
740
-
741
- $auth = MonsterInsights()->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( 'monsterinsights_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 = MonsterInsights()->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 MonsterInsights_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( 'monsterinsights_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-for-wordpress' ),
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-for-wordpress' ),
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 = monsterinsights_get_options();
832
- $exclude = array(
833
- 'analytics_profile',
834
- 'analytics_profile_code',
835
- 'analytics_profile_name',
836
- 'oauth_version',
837
- 'cron_last_run',
838
- 'monsterinsights_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 $monsterinsights_settings;
854
- $monsterinsights_settings = $new_settings;
855
-
856
- update_option( monsterinsights_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( 'monsterinsights_view_dashboard' ) ) {
870
- wp_send_json_error( array( 'message' => __( "You don't have permission to view MonsterInsights reports.", 'google-analytics-for-wordpress' ) ) );
871
- }
872
-
873
- if ( ! empty( $_REQUEST['isnetwork'] ) && $_REQUEST['isnetwork'] ) {
874
- define( 'WP_NETWORK_ADMIN', true );
875
- }
876
- $settings_page = admin_url( 'admin.php?page=monsterinsights_settings' );
877
-
878
- // Only for Pro users, require a license key to be entered first so we can link to things.
879
- if ( monsterinsights_is_pro_version() ) {
880
- if ( ! MonsterInsights()->license->is_site_licensed() && ! MonsterInsights()->license->is_network_licensed() ) {
881
- wp_send_json_error( array(
882
- 'message' => __( "You can't view MonsterInsights reports because you are not licensed.", 'google-analytics-for-wordpress' ),
883
- 'footer' => '<a href="' . $settings_page . '">' . __( 'Add your license', 'google-analytics-for-wordpress' ) . '</a>',
884
- ) );
885
- } else if ( MonsterInsights()->license->is_site_licensed() && ! MonsterInsights()->license->site_license_has_error() ) {
886
- // Good to go: site licensed.
887
- } else if ( MonsterInsights()->license->is_network_licensed() && ! MonsterInsights()->license->network_license_has_error() ) {
888
- // Good to go: network licensed.
889
- } else {
890
- wp_send_json_error( array( 'message' => __( "You can't view MonsterInsights reports due to license key errors.", 'google-analytics-for-wordpress' ) ) );
891
- }
892
- }
893
-
894
- // We do not have a current auth.
895
- $site_auth = MonsterInsights()->auth->get_viewname();
896
- $ms_auth = is_multisite() && MonsterInsights()->auth->get_network_viewname();
897
- if ( ! $site_auth && ! $ms_auth ) {
898
- wp_send_json_error( array( 'message' => __( 'You must authenticate with MonsterInsights before you can view reports.', 'google-analytics-for-wordpress' ) ) );
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-for-wordpress' ) ) );
905
- }
906
-
907
- $report = MonsterInsights()->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 ( monsterinsights_is_pro_version() && ! MonsterInsights()->license->license_can( $report->level ) ) {
923
- $data = array(
924
- 'success' => false,
925
- 'error' => 'license_level',
926
- );
927
- } else {
928
- $data = apply_filters( 'monsterinsights_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-for-wordpress' ) ) );
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 ( ! monsterinsights_can_install_plugins() ) {
963
- wp_send_json( array(
964
- 'error' => esc_html__( 'You are not allowed to install plugins', 'google-analytics-for-wordpress' ),
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-for-wordpress' ),
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' => 'monsterinsights-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
- monsterinsights_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 MonsterInsights_Plugin_Upgrader( new MonsterInsights_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
- monsterinsights_update_option( 'monsterinsights_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 = MonsterInsights()->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
- MonsterInsights()->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-for-wordpress' ),
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( 'monsterinsights_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( 'monsterinsights_view_dashboard' ) ) {
1204
- wp_send_json_error( array( 'message' => __( "You don't have permission to view MonsterInsights reports.", 'google-analytics-for-wordpress' ) ) );
1205
- }
1206
-
1207
- if ( ! empty( $_REQUEST['isnetwork'] ) && $_REQUEST['isnetwork'] ) {
1208
- define( 'WP_NETWORK_ADMIN', true );
1209
- }
1210
- $settings_page = admin_url( 'admin.php?page=monsterinsights_settings' );
1211
-
1212
- // Only for Pro users, require a license key to be entered first so we can link to things.
1213
- if ( monsterinsights_is_pro_version() ) {
1214
- if ( ! MonsterInsights()->license->is_site_licensed() && ! MonsterInsights()->license->is_network_licensed() ) {
1215
- wp_send_json_error( array(
1216
- 'message' => __( "You can't view MonsterInsights reports because you are not licensed.", 'google-analytics-for-wordpress' ),
1217
- 'footer' => '<a href="' . $settings_page . '">' . __( 'Add your license', 'google-analytics-for-wordpress' ) . '</a>',
1218
- ) );
1219
- } else if ( MonsterInsights()->license->is_site_licensed() && ! MonsterInsights()->license->site_license_has_error() ) {
1220
- // Good to go: site licensed.
1221
- } else if ( MonsterInsights()->license->is_network_licensed() && ! MonsterInsights()->license->network_license_has_error() ) {
1222
- // Good to go: network licensed.
1223
- } else {
1224
- wp_send_json_error( array( 'message' => __( 'You can\'t view MonsterInsights reports due to license key errors.', 'google-analytics-for-wordpress' ) ) );
1225
- }
1226
- }
1227
-
1228
- // We do not have a current auth.
1229
- $site_auth = MonsterInsights()->auth->get_viewname();
1230
- $ms_auth = is_multisite() && MonsterInsights()->auth->get_network_viewname();
1231
- if ( ! $site_auth && ! $ms_auth ) {
1232
- wp_send_json_error( array( 'message' => __( 'You must authenticate with MonsterInsights before you can view reports.', 'google-analytics-for-wordpress' ) ) );
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-for-wordpress' ) ) );
1239
- }
1240
-
1241
- $report = MonsterInsights()->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 ( monsterinsights_is_pro_version() && ! MonsterInsights()->license->license_can( $report->level ) ) {
1257
- $data = array(
1258
- 'success' => false,
1259
- 'error' => 'license_level',
1260
- );
1261
- } else {
1262
- $data = apply_filters( 'monsterinsights_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-for-wordpress' ) ) );
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( 'monsterinsights_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 = 'monsterinsights_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 monsterinsights
6
+ */
7
+
8
+ /**
9
+ * Class MonsterInsights_Rest_Routes
10
+ */
11
+ class MonsterInsights_Rest_Routes {
12
+
13
+ /**
14
+ * MonsterInsights_Rest_Routes constructor.
15
+ */
16
+ public function __construct() {
17
+
18
+ add_action( 'wp_ajax_monsterinsights_vue_get_license', array( $this, 'get_license' ) );
19
+ add_action( 'wp_ajax_monsterinsights_vue_get_profile', array( $this, 'get_profile' ) );
20
+ add_action( 'wp_ajax_monsterinsights_vue_get_settings', array( $this, 'get_settings' ) );
21
+ add_action( 'wp_ajax_monsterinsights_vue_update_settings', array( $this, 'update_settings' ) );
22
+ add_action( 'wp_ajax_monsterinsights_vue_update_settings_bulk', array( $this, 'update_settings_bulk' ) );
23
+ add_action( 'wp_ajax_monsterinsights_vue_get_addons', array( $this, 'get_addons' ) );
24
+ add_action( 'wp_ajax_monsterinsights_update_manual_ua', array( $this, 'update_manual_ua' ) );
25
+ add_action( 'wp_ajax_monsterinsights_update_manual_v4', array( $this, 'update_manual_v4' ) );
26
+ add_action( 'wp_ajax_monsterinsights_update_dual_tracking_id', array( $this, 'update_dual_tracking_id' ) );
27
+ add_action( 'wp_ajax_monsterinsights_update_measurement_protocol_secret', array( $this, 'update_measurement_protocol_secret' ) );
28
+ add_action( 'wp_ajax_monsterinsights_vue_get_report_data', array( $this, 'get_report_data' ) );
29
+ add_action( 'wp_ajax_monsterinsights_vue_install_plugin', array( $this, 'install_plugin' ) );
30
+ add_action( 'wp_ajax_monsterinsights_vue_notice_status', array( $this, 'get_notice_status' ) );
31
+ add_action( 'wp_ajax_monsterinsights_vue_notice_dismiss', array( $this, 'dismiss_notice' ) );
32
+ add_action( 'wp_ajax_monsterinsights_vue_grab_popular_posts_report', array(
33
+ $this,
34
+ 'check_popular_posts_report'
35
+ ) );
36
+ add_action( 'wp_ajax_monsterinsights_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_monsterinsights_get_posts', array( $this, 'get_posts' ) );
43
+
44
+ // Search for taxonomies.
45
+ add_action( 'wp_ajax_monsterinsights_get_terms', array( $this, 'get_taxonomy_terms' ) );
46
+
47
+ add_action( 'wp_ajax_monsterinsights_get_post_types', array( $this, 'get_post_types' ) );
48
+
49
+ add_action( 'wp_ajax_monsterinsights_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_monsterinsights_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( 'monsterinsights_view_dashboard' ) || ! monsterinsights_is_pro_version() ) {
67
+ return;
68
+ }
69
+
70
+ $site_license = array(
71
+ 'key' => MonsterInsights()->license->get_site_license_key(),
72
+ 'type' => MonsterInsights()->license->get_site_license_type(),
73
+ 'is_disabled' => MonsterInsights()->license->site_license_disabled(),
74
+ 'is_expired' => MonsterInsights()->license->site_license_expired(),
75
+ 'is_invalid' => MonsterInsights()->license->site_license_invalid(),
76
+ );
77
+ $network_license = array(
78
+ 'key' => MonsterInsights()->license->get_network_license_key(),
79
+ 'type' => MonsterInsights()->license->get_network_license_type(),
80
+ 'is_disabled' => MonsterInsights()->license->network_license_disabled(),
81
+ 'is_expired' => MonsterInsights()->license->network_license_expired(),
82
+ 'is_invalid' => MonsterInsights()->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( 'monsterinsights_save_settings' ) ) {
99
+ return;
100
+ }
101
+
102
+ $auth = MonsterInsights()->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( 'monsterinsights_view_dashboard' ) ) {
130
+ return;
131
+ }
132
+
133
+ $options = monsterinsights_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 ( monsterinsights_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( 'monsterinsights_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
+ monsterinsights_update_option( $setting, $value );
198
+ do_action( 'monsterinsights_after_update_settings', $setting, $value );
199
+ } else {
200
+ monsterinsights_update_option( $setting, false );
201
+ do_action( 'monsterinsights_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( 'monsterinsights_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
+ monsterinsights_update_option( $setting, $value );
225
+ do_action( 'monsterinsights_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( 'monsterinsights_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 = monsterinsights_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 = 'monsterinsights-' . $addon->slug;
310
+ if ( 'monsterinsights-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( MONSTERINSIGHTS_PLUGIN_FILE ) . 'assets/images/plugin-edd.png',
332
+ 'title' => 'Easy Digital Downloads',
333
+ 'excerpt' => __( 'Easy digital downloads plugin.', 'google-analytics-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
411
+ 'installed' => array_key_exists( 'all-in-one-seo-pack/all_in_one_seo_pack.php', $installed_plugins ),
412
+ 'basename' => ( monsterinsights_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( MONSTERINSIGHTS_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-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
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( MONSTERINSIGHTS_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-for-wordpress' ),
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-for-wordpress' ),
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-for-wordpress' ),
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-for-wordpress' ),
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( 'MonsterInsights_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 = monsterinsights_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 MonsterInsights screen.
601
+ if ( empty( $screen->id ) || strpos( $screen->id, 'monsterinsights' ) === false ) {
602
+ return;
603
+ }
604
+
605
+ // Hide admin notices on the settings screen.
606
+ if ( monsterinsights_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( 'monsterinsights_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 = monsterinsights_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() ? MonsterInsights()->auth->get_network_manual_ua() : MonsterInsights()->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
+ MonsterInsights()->auth->set_network_manual_ua( $manual_ua_code );
638
+ } else {
639
+ MonsterInsights()->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
+ MonsterInsights()->auth->set_network_manual_ua( $manual_ua_code );
645
+ } else {
646
+ MonsterInsights()->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
+ MonsterInsights()->auth->delete_network_manual_ua();
652
+ } else {
653
+ MonsterInsights()->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-for-wordpress' ),
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( 'monsterinsights_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 = monsterinsights_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() ? MonsterInsights()->auth->get_network_manual_v4_id() : MonsterInsights()->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
+ MonsterInsights()->auth->set_network_manual_v4_id( $manual_v4_code );
692
+ } else {
693
+ MonsterInsights()->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
+ MonsterInsights()->auth->set_network_manual_v4_id( $manual_v4_code );
699
+ } else {
700
+ MonsterInsights()->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
+ MonsterInsights()->auth->delete_network_manual_v4_id();
706
+ } else {
707
+ MonsterInsights()->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-for-wordpress' ),
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( 'monsterinsights_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 = monsterinsights_is_valid_ua( $value );
732
+ $sanitized_v4_value = monsterinsights_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-for-wordpress' ),
741
+ ) );
742
+ }
743
+
744
+ $auth = MonsterInsights()->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( 'monsterinsights_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 = MonsterInsights()->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 MonsterInsights_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( 'monsterinsights_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-for-wordpress' ),
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-for-wordpress' ),
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 = monsterinsights_get_options();
835
+ $exclude = array(
836
+ 'analytics_profile',
837
+ 'analytics_profile_code',
838
+ 'analytics_profile_name',
839
+ 'oauth_version',
840
+ 'cron_last_run',
841
+ 'monsterinsights_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 $monsterinsights_settings;
857
+ $monsterinsights_settings = $new_settings;
858
+
859
+ update_option( monsterinsights_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( 'monsterinsights_view_dashboard' ) ) {
873
+ wp_send_json_error( array( 'message' => __( "You don't have permission to view MonsterInsights reports.", 'google-analytics-for-wordpress' ) ) );
874
+ }
875
+
876
+ if ( ! empty( $_REQUEST['isnetwork'] ) && $_REQUEST['isnetwork'] ) {
877
+ define( 'WP_NETWORK_ADMIN', true );
878
+ }
879
+ $settings_page = admin_url( 'admin.php?page=monsterinsights_settings' );
880
+
881
+ // Only for Pro users, require a license key to be entered first so we can link to things.
882
+ if ( monsterinsights_is_pro_version() ) {
883
+ if ( ! MonsterInsights()->license->is_site_licensed() && ! MonsterInsights()->license->is_network_licensed() ) {
884
+ wp_send_json_error( array(
885
+ 'message' => __( "You can't view MonsterInsights reports because you are not licensed.", 'google-analytics-for-wordpress' ),
886
+ 'footer' => '<a href="' . $settings_page . '">' . __( 'Add your license', 'google-analytics-for-wordpress' ) . '</a>',
887
+ ) );
888
+ } else if ( MonsterInsights()->license->is_site_licensed() && ! MonsterInsights()->license->site_license_has_error() ) {
889
+ // Good to go: site licensed.
890
+ } else if ( MonsterInsights()->license->is_network_licensed() && ! MonsterInsights()->license->network_license_has_error() ) {
891
+ // Good to go: network licensed.
892
+ } else {
893
+ wp_send_json_error( array( 'message' => __( "You can't view MonsterInsights reports due to license key errors.", 'google-analytics-for-wordpress' ) ) );
894
+ }
895
+ }
896
+
897
+ // We do not have a current auth.
898
+ $site_auth = MonsterInsights()->auth->get_viewname();
899
+ $ms_auth = is_multisite() && MonsterInsights()->auth->get_network_viewname();
900
+ if ( ! $site_auth && ! $ms_auth ) {
901
+ wp_send_json_error( array( 'message' => __( 'You must authenticate with MonsterInsights before you can view reports.', 'google-analytics-for-wordpress' ) ) );
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-for-wordpress' ) ) );
908
+ }
909
+
910
+ $report = MonsterInsights()->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 ( monsterinsights_is_pro_version() && ! MonsterInsights()->license->license_can( $report->level ) ) {
926
+ $data = array(
927
+ 'success' => false,
928
+ 'error' => 'license_level',
929
+ );
930
+ } else {
931
+ $data = apply_filters( 'monsterinsights_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-for-wordpress' ) ) );
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 ( ! monsterinsights_can_install_plugins() ) {
966
+ wp_send_json( array(
967
+ 'error' => esc_html__( 'You are not allowed to install plugins', 'google-analytics-for-wordpress' ),
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-for-wordpress' ),
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' => 'monsterinsights-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
+ monsterinsights_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 MonsterInsights_Plugin_Upgrader( new MonsterInsights_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
+ monsterinsights_update_option( 'monsterinsights_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 = MonsterInsights()->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
+ MonsterInsights()->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-for-wordpress' ),
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( 'monsterinsights_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( 'monsterinsights_view_dashboard' ) ) {
1207
+ wp_send_json_error( array( 'message' => __( "You don't have permission to view MonsterInsights reports.", 'google-analytics-for-wordpress' ) ) );
1208
+ }
1209
+
1210
+ if ( ! empty( $_REQUEST['isnetwork'] ) && $_REQUEST['isnetwork'] ) {
1211
+ define( 'WP_NETWORK_ADMIN', true );
1212
+ }
1213
+ $settings_page = admin_url( 'admin.php?page=monsterinsights_settings' );
1214
+
1215
+ // Only for Pro users, require a license key to be entered first so we can link to things.
1216
+ if ( monsterinsights_is_pro_version() ) {
1217
+ if ( ! MonsterInsights()->license->is_site_licensed() && ! MonsterInsights()->license->is_network_licensed() ) {
1218
+ wp_send_json_error( array(
1219
+ 'message' => __( "You can't view MonsterInsights reports because you are not licensed.", 'google-analytics-for-wordpress' ),
1220
+ 'footer' => '<a href="' . $settings_page . '">' . __( 'Add your license', 'google-analytics-for-wordpress' ) . '</a>',
1221
+ ) );
1222
+ } else if ( MonsterInsights()->license->is_site_licensed() && ! MonsterInsights()->license->site_license_has_error() ) {
1223
+ // Good to go: site licensed.
1224
+ } else if ( MonsterInsights()->license->is_network_licensed() && ! MonsterInsights()->license->network_license_has_error() ) {
1225
+ // Good to go: network licensed.
1226
+ } else {
1227
+ wp_send_json_error( array( 'message' => __( 'You can\'t view MonsterInsights reports due to license key errors.', 'google-analytics-for-wordpress' ) ) );
1228
+ }
1229
+ }
1230
+
1231
+ // We do not have a current auth.
1232
+ $site_auth = MonsterInsights()->auth->get_viewname();
1233
+ $ms_auth = is_multisite() && MonsterInsights()->auth->get_network_viewname();
1234
+ if ( ! $site_auth && ! $ms_auth ) {
1235
+ wp_send_json_error( array( 'message' => __( 'You must authenticate with MonsterInsights before you can view reports.', 'google-analytics-for-wordpress' ) ) );
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-for-wordpress' ) ) );
1242
+ }
1243
+
1244
+ $report = MonsterInsights()->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 ( monsterinsights_is_pro_version() && ! MonsterInsights()->license->license_can( $report->level ) ) {
1260
+ $data = array(
1261
+ 'success' => false,
1262
+ 'error' => 'license_level',
1263
+ );
1264
+ } else {
1265
+ $data = apply_filters( 'monsterinsights_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-for-wordpress' ) ) );
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( 'monsterinsights_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 = 'monsterinsights_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 MonsterInsights
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 MonsterInsights_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
- ? monsterinsights_is_valid_ua( $this->profile['manual'] )
44
- : monsterinsights_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
- ? monsterinsights_is_valid_ua( $this->network['manual'] )
56
- : monsterinsights_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( 'monsterinsights_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( 'monsterinsights_network_profile', array() );
94
- $this->network = $profile;
95
- return $profile;
96
- }
97
- }
98
-
99
- public function set_analytics_profile( $data = array() ){
100
- update_option( 'monsterinsights_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( 'monsterinsights_over_time', array() );
105
- $needs_update = false;
106
- if ( monsterinsights_is_pro_version() && empty( $over_time['connected_date_pro'] ) ) {
107
- $over_time['connected_date_pro'] = time();
108
- $needs_update = true;
109
- }
110
- if ( ! monsterinsights_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( 'monsterinsights_over_time', $over_time, false );
116
- }
117
- }
118
-
119
- public function set_network_analytics_profile( $data = array() ){
120
- update_site_option( 'monsterinsights_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( 'monsterinsights_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( 'monsterinsights_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
- MonsterInsights()->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( 'monsterinsights_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 = monsterinsights_is_valid_v4_id( $id );
206
- $is_dual_tracking_id_ua = monsterinsights_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
- MonsterInsights()->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( 'monsterinsights_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
- MonsterInsights()->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( 'monsterinsights_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
- MonsterInsights()->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( 'monsterinsights_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'] ) ? monsterinsights_is_valid_ua( $this->profile['manual'] ) : '';
398
- }
399
-
400
- public function get_manual_v4_id() {
401
- return ! empty( $this->profile['manual_v4'] ) ? monsterinsights_is_valid_v4_id( $this->profile['manual_v4'] ) : '';
402
- }
403
-
404
- public function get_network_manual_ua() {
405
- return ! empty( $this->network['manual'] ) ? monsterinsights_is_valid_ua( $this->network['manual'] ) : '';
406
- }
407
-
408
- public function get_network_manual_v4_id() {
409
- return ! empty( $this->network['manual_v4'] ) ? monsterinsights_is_valid_v4_id( $this->network['manual_v4'] ) : '';
410
- }
411
-
412
- public function get_ua() {
413
- return ! empty( $this->profile['ua'] ) ? monsterinsights_is_valid_ua( $this->profile['ua'] ) : '';
414
- }
415
-
416
- public function get_v4_id() {
417
- return ! empty( $this->profile['v4'] ) ? monsterinsights_is_valid_v4_id( $this->profile['v4'] ) : '';
418
- }
419
-
420
- public function get_network_ua() {
421
- return ! empty( $this->network['ua'] ) ? monsterinsights_is_valid_ua( $this->network['ua'] ) : '';
422
- }
423
-
424
- public function get_network_v4_id() {
425
- return ! empty( $this->network['v4'] ) ? monsterinsights_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 = MonsterInsights()->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 MonsterInsights
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 MonsterInsights_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
+ ? monsterinsights_is_valid_ua( $this->profile['manual'] )
44
+ : monsterinsights_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
+ ? monsterinsights_is_valid_ua( $this->network['manual'] )
56
+ : monsterinsights_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( 'monsterinsights_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( 'monsterinsights_network_profile', array() );
94
+ $this->network = $profile;
95
+ return $profile;
96
+ }
97
+ }
98
+
99
+ public function set_analytics_profile( $data = array() ){
100
+ update_option( 'monsterinsights_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( 'monsterinsights_over_time', array() );
105
+ $needs_update = false;
106
+ if ( monsterinsights_is_pro_version() && empty( $over_time['connected_date_pro'] ) ) {
107
+ $over_time['connected_date_pro'] = time();
108
+ $needs_update = true;
109
+ }
110
+ if ( ! monsterinsights_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( 'monsterinsights_over_time', $over_time, false );
116
+ }
117
+ }
118
+
119
+ public function set_network_analytics_profile( $data = array() ){
120
+ update_site_option( 'monsterinsights_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( 'monsterinsights_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( 'monsterinsights_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
+ MonsterInsights()->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( 'monsterinsights_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 = monsterinsights_is_valid_v4_id( $id );
206
+ $is_dual_tracking_id_ua = monsterinsights_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
+ MonsterInsights()->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( 'monsterinsights_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
+ MonsterInsights()->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( 'monsterinsights_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
+ MonsterInsights()->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( 'monsterinsights_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'] ) ? monsterinsights_is_valid_ua( $this->profile['manual'] ) : '';
400
+ }
401
+
402
+ public function get_manual_v4_id() {
403
+ return ! empty( $this->profile['manual_v4'] ) ? monsterinsights_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'] ) ? monsterinsights_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'] ) ? monsterinsights_is_valid_v4_id( $this->network['manual_v4'] ) : '';
412
+ }
413
+
414
+ public function get_ua() {
415
+ return ! empty( $this->profile['ua'] ) ? monsterinsights_is_valid_ua( $this->profile['ua'] ) : '';
416
+ }
417
+
418
+ public function get_v4_id() {
419
+ return ! empty( $this->profile['v4'] ) ? monsterinsights_is_valid_v4_id( $this->profile['v4'] ) : '';
420
+ }
421
+
422
+ public function get_network_ua() {
423
+ return ! empty( $this->network['ua'] ) ? monsterinsights_is_valid_ua( $this->network['ua'] ) : '';
424
+ }
425
+
426
+ public function get_network_v4_id() {
427
+ return ! empty( $this->network['v4'] ) ? monsterinsights_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 = MonsterInsights()->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 MonsterInsights_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( 'monsterinsights_popular_posts_posts', $posts );
316
 
317
  }
@@ -369,6 +369,7 @@ class MonsterInsights_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( 'monsterinsights_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-for-wordpress.pot CHANGED
@@ -2,14 +2,14 @@
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:22:10+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-for-wordpress\n"
@@ -119,14 +119,14 @@ msgstr ""
119
  #: includes/admin/admin.php:126
120
  #: includes/admin/em-admin.php:18
121
  #: includes/admin/em-admin.php:21
122
- #: languages/vue.php:243
123
  msgid "Insights"
124
  msgstr ""
125
 
126
  #: includes/admin/admin.php:34
127
  #: includes/admin/admin.php:42
128
  #: includes/admin/admin.php:222
129
- #: languages/vue.php:518
130
  msgid "Settings"
131
  msgstr ""
132
 
@@ -152,7 +152,7 @@ msgstr ""
152
 
153
  #: includes/admin/admin.php:51
154
  #: languages/gutenberg.php:83
155
- #: languages/vue.php:883
156
  msgid "Popular Posts"
157
  msgstr ""
158
 
@@ -186,7 +186,7 @@ msgstr ""
186
 
187
  #: includes/admin/admin.php:71
188
  #: includes/admin/admin.php:146
189
- #: languages/vue.php:500
190
  msgid "About Us"
191
  msgstr ""
192
 
@@ -205,7 +205,7 @@ msgstr ""
205
  #: includes/admin/admin.php:76
206
  #: includes/admin/notifications/notification-upgrade-to-pro-high-traffic.php:41
207
  #: includes/admin/notifications/notification-upgrade-to-pro.php:33
208
- #: languages/vue.php:1416
209
  msgid "Upgrade to Pro"
210
  msgstr ""
211
 
@@ -233,7 +233,7 @@ msgstr ""
233
 
234
  #: includes/admin/admin.php:212
235
  #: includes/admin/admin.php:215
236
- #: languages/vue.php:907
237
  msgid "Support"
238
  msgstr ""
239
 
@@ -245,7 +245,7 @@ msgstr ""
245
  #: includes/admin/notifications/notification-upgrade-for-google-optimize.php:32
246
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:32
247
  #: includes/admin/reports/abstract-report.php:418
248
- #: languages/vue.php:1413
249
  msgid "Get MonsterInsights Pro"
250
  msgstr ""
251
 
@@ -255,12 +255,12 @@ msgid "Please rate %1$sMonsterInsights%2$s on %3$s %4$sWordPress.org%5$s to help
255
  msgstr ""
256
 
257
  #: includes/admin/admin.php:324
258
- #: languages/vue.php:484
259
  msgid "Please Setup Website Analytics to See Audience Insights"
260
  msgstr ""
261
 
262
  #: includes/admin/admin.php:325
263
- #: languages/vue.php:490
264
  msgid "Connect MonsterInsights and Setup Website Analytics"
265
  msgstr ""
266
 
@@ -275,12 +275,12 @@ msgstr ""
275
  #: includes/admin/notifications/notification-mobile-device-low-traffic.php:41
276
  #: includes/admin/notifications/notification-returning-visitors.php:43
277
  #: includes/admin/notifications/notification-traffic-dropping.php:43
278
- #: languages/vue.php:437
279
  msgid "Learn More"
280
  msgstr ""
281
 
282
  #: includes/admin/admin.php:329
283
- #: languages/vue.php:487
284
  msgid "MonsterInsights, 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 MonsterInsights to see the stats that matter and grow their business."
285
  msgstr ""
286
 
@@ -291,17 +291,17 @@ msgstr ""
291
 
292
  #. Translators: Adds a link to the license renewal.
293
  #: includes/admin/admin.php:350
294
- #: languages/vue.php:711
295
  msgid "Your license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s"
296
  msgstr ""
297
 
298
  #: includes/admin/admin.php:352
299
- #: languages/vue.php:714
300
  msgid "Your license key for MonsterInsights has been disabled. Please use a different key."
301
  msgstr ""
302
 
303
  #: includes/admin/admin.php:354
304
- #: languages/vue.php:717
305
  msgid "Your license key for MonsterInsights is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
306
  msgstr ""
307
 
@@ -359,8 +359,8 @@ msgid "Your Measurement Protocol API Secret is currently left blank, so you won'
359
  msgstr ""
360
 
361
  #: includes/admin/ajax.php:55
362
- #: includes/admin/routes.php:964
363
- #: lite/includes/admin/onboarding-wizard.php:244
364
  msgid "You are not allowed to install plugins"
365
  msgstr ""
366
 
@@ -505,7 +505,7 @@ msgid "View 2021 Year in Review report!"
505
  msgstr ""
506
 
507
  #: includes/admin/common.php:951
508
- #: languages/vue.php:3473
509
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2022!"
510
  msgstr ""
511
 
@@ -526,7 +526,7 @@ msgstr ""
526
 
527
  #: includes/admin/exclude-page-metabox.php:102
528
  #: languages/gutenberg.php:149
529
- #: languages/vue.php:2386
530
  msgid "Upgrade"
531
  msgstr ""
532
 
@@ -554,8 +554,8 @@ msgid "Dismiss this notice"
554
  msgstr ""
555
 
556
  #: includes/admin/notification-event.php:256
557
- #: includes/admin/routes.php:870
558
- #: includes/admin/routes.php:1204
559
  msgid "You don't have permission to view MonsterInsights reports."
560
  msgstr ""
561
 
@@ -720,7 +720,7 @@ msgstr ""
720
  #: includes/admin/notifications/notification-upgrade-for-custom-dimensions.php:26
721
  #: includes/admin/notifications/notification-upgrade-for-events-reporting.php:26
722
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:26
723
- #: languages/vue.php:1268
724
  #: lite/includes/admin/helpers.php:83
725
  msgid "Upgrade to MonsterInsights Pro"
726
  msgstr ""
@@ -756,7 +756,7 @@ msgstr ""
756
  #: includes/admin/notifications/notification-upgrade-for-form-conversion.php:31
757
  #: includes/admin/notifications/notification-upgrade-for-search-console.php:32
758
  #: includes/admin/reports/abstract-report.php:415
759
- #: languages/vue.php:280
760
  msgid "Upgrade Now"
761
  msgstr ""
762
 
@@ -933,7 +933,7 @@ msgid "Please ask your webmaster to enable this addon."
933
  msgstr ""
934
 
935
  #: includes/admin/reports/overview.php:34
936
- #: languages/vue.php:568
937
  msgid "Overview"
938
  msgstr ""
939
 
@@ -981,114 +981,117 @@ msgstr ""
981
  msgid "I already did"
982
  msgstr ""
983
 
984
- #: includes/admin/routes.php:332
985
  msgid "Easy digital downloads plugin."
986
  msgstr ""
987
 
988
- #: includes/admin/routes.php:398
989
  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"
990
  msgstr ""
991
 
992
- #: includes/admin/routes.php:409
993
  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."
994
  msgstr ""
995
 
996
- #: includes/admin/routes.php:420
997
  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."
998
  msgstr ""
999
 
1000
- #: includes/admin/routes.php:431
1001
  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."
1002
  msgstr ""
1003
 
1004
- #: includes/admin/routes.php:441
1005
  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."
1006
  msgstr ""
1007
 
1008
- #: includes/admin/routes.php:452
1009
  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."
1010
  msgstr ""
1011
 
1012
- #: includes/admin/routes.php:463
1013
  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."
1014
  msgstr ""
1015
 
1016
- #: includes/admin/routes.php:473
1017
  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."
1018
  msgstr ""
1019
 
1020
- #: includes/admin/routes.php:484
1021
  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."
1022
  msgstr ""
1023
 
1024
- #: includes/admin/routes.php:495
1025
  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."
1026
  msgstr ""
1027
 
1028
- #: includes/admin/routes.php:505
1029
  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!"
1030
  msgstr ""
1031
 
1032
- #: includes/admin/routes.php:516
1033
  msgid "ThirstyAffiliates is a revolution in affiliate link management. Collect, collate and store your affiliate links for use in your posts and pages."
1034
  msgstr ""
1035
 
1036
- #: includes/admin/routes.php:528
1037
  msgid "Advanced Coupons for WooCommerce (Free Version) gives WooCommerce store owners extra coupon features so they can market their stores better."
1038
  msgstr ""
1039
 
1040
- #: includes/admin/routes.php:656
1041
- #: includes/admin/routes.php:709
1042
  msgid "Invalid UA code"
1043
  msgstr ""
1044
 
1045
- #: includes/admin/routes.php:737
 
 
 
 
1046
  msgid "Invalid dual tracking code"
1047
  msgstr ""
1048
 
1049
- #: includes/admin/routes.php:816
1050
  msgid "Please upload a valid .json file"
1051
  msgstr ""
1052
 
1053
- #: includes/admin/routes.php:825
1054
  msgid "Please upload a file to import"
1055
  msgstr ""
1056
 
1057
- #: includes/admin/routes.php:882
1058
- #: includes/admin/routes.php:1216
1059
  msgid "You can't view MonsterInsights reports because you are not licensed."
1060
  msgstr ""
1061
 
1062
- #: includes/admin/routes.php:883
1063
- #: includes/admin/routes.php:1217
1064
  msgid "Add your license"
1065
  msgstr ""
1066
 
1067
- #: includes/admin/routes.php:890
1068
- #: includes/admin/routes.php:1224
1069
  msgid "You can't view MonsterInsights reports due to license key errors."
1070
  msgstr ""
1071
 
1072
- #: includes/admin/routes.php:898
1073
- #: includes/admin/routes.php:1232
1074
  msgid "You must authenticate with MonsterInsights before you can view reports."
1075
  msgstr ""
1076
 
1077
- #: includes/admin/routes.php:904
1078
- #: includes/admin/routes.php:1238
1079
  msgid "Unknown report. Try refreshing and retrying. Contact support if this issue persists."
1080
  msgstr ""
1081
 
1082
- #: includes/admin/routes.php:952
1083
- #: includes/admin/routes.php:1286
1084
  msgid "We encountered an error when fetching the report data."
1085
  msgstr ""
1086
 
1087
- #: includes/admin/routes.php:972
1088
  msgid "Missing plugin name."
1089
  msgstr ""
1090
 
1091
- #: includes/admin/routes.php:1116
1092
  msgid "Homepage"
1093
  msgstr ""
1094
 
@@ -1426,7 +1429,7 @@ msgid "Question"
1426
  msgstr ""
1427
 
1428
  #: includes/gutenberg/headline-tool/headline-tool.php:290
1429
- #: languages/vue.php:524
1430
  msgid "General"
1431
  msgstr ""
1432
 
@@ -4826,7 +4829,7 @@ msgid "Theme"
4826
  msgstr ""
4827
 
4828
  #: languages/gutenberg.php:77
4829
- #: languages/vue.php:509
4830
  msgid "Inline Popular Posts"
4831
  msgstr ""
4832
 
@@ -4863,7 +4866,7 @@ msgid "Comment Color"
4863
  msgstr ""
4864
 
4865
  #: languages/gutenberg.php:107
4866
- #: languages/vue.php:2976
4867
  msgid "Wide-Layout Options"
4868
  msgstr ""
4869
 
@@ -4872,12 +4875,12 @@ msgid "Choose Layout"
4872
  msgstr ""
4873
 
4874
  #: languages/gutenberg.php:113
4875
- #: languages/vue.php:2979
4876
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4877
  msgstr ""
4878
 
4879
  #: languages/gutenberg.php:116
4880
- #: languages/vue.php:3000
4881
  msgid "Post Count"
4882
  msgstr ""
4883
 
@@ -4886,7 +4889,7 @@ msgid "Number of posts displayed."
4886
  msgstr ""
4887
 
4888
  #: languages/gutenberg.php:122
4889
- #: languages/vue.php:2982
4890
  msgid "Display Options"
4891
  msgstr ""
4892
 
@@ -4899,7 +4902,7 @@ msgid "Display Widget Title"
4899
  msgstr ""
4900
 
4901
  #: languages/gutenberg.php:131
4902
- #: languages/vue.php:2799
4903
  msgid "Widget Title"
4904
  msgstr ""
4905
 
@@ -4908,17 +4911,17 @@ msgid "Only Show Posts From These Categories"
4908
  msgstr ""
4909
 
4910
  #: languages/gutenberg.php:137
4911
- #: languages/vue.php:2988
4912
  msgid "Display Author"
4913
  msgstr ""
4914
 
4915
  #: languages/gutenberg.php:140
4916
- #: languages/vue.php:2991
4917
  msgid "Display Date"
4918
  msgstr ""
4919
 
4920
  #: languages/gutenberg.php:143
4921
- #: languages/vue.php:2994
4922
  msgid "Display Comments"
4923
  msgstr ""
4924
 
@@ -5139,7 +5142,7 @@ msgid "Goal: "
5139
  msgstr ""
5140
 
5141
  #: languages/gutenberg.php:324
5142
- #: languages/vue.php:861
5143
  msgid "Headline Analyzer"
5144
  msgstr ""
5145
 
@@ -5159,311 +5162,311 @@ msgstr ""
5159
  msgid "2"
5160
  msgstr ""
5161
 
5162
- #: languages/vue.php:11
5163
  msgid "Error"
5164
  msgstr ""
5165
 
5166
- #: languages/vue.php:14
5167
  msgid "Please try again."
5168
  msgstr ""
5169
 
5170
- #: languages/vue.php:17
5171
  msgid "Today"
5172
  msgstr ""
5173
 
5174
- #: languages/vue.php:20
5175
  msgid "Yesterday"
5176
  msgstr ""
5177
 
5178
- #: languages/vue.php:23
5179
  msgid "Last Week"
5180
  msgstr ""
5181
 
5182
- #: languages/vue.php:26
5183
  msgid "Last Month"
5184
  msgstr ""
5185
 
5186
- #: languages/vue.php:29
5187
  msgid "Last 7 days"
5188
  msgstr ""
5189
 
5190
- #: languages/vue.php:32
5191
  msgid "Last 30 days"
5192
  msgstr ""
5193
 
5194
- #: languages/vue.php:35
5195
  msgid "Loading settings"
5196
  msgstr ""
5197
 
5198
- #: languages/vue.php:38
5199
  msgid "Loading new report data"
5200
  msgstr ""
5201
 
5202
- #: languages/vue.php:41
5203
  msgid "Please wait..."
5204
  msgstr ""
5205
 
5206
  #. Translators: Adds an arrow icon.
5207
- #: languages/vue.php:45
5208
  msgid "Continue %s"
5209
  msgstr ""
5210
 
5211
- #: languages/vue.php:48
5212
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5213
  msgstr ""
5214
 
5215
- #: languages/vue.php:51
5216
  msgid "Stop guessing about what content your visitors are interested in. MonsterInsights Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
5217
  msgstr ""
5218
 
5219
- #: languages/vue.php:54
5220
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5221
  msgstr ""
5222
 
5223
- #: languages/vue.php:57
5224
  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."
5225
  msgstr ""
5226
 
5227
- #: languages/vue.php:60
5228
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
5229
  msgstr ""
5230
 
5231
- #: languages/vue.php:63
5232
  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."
5233
  msgstr ""
5234
 
5235
- #: languages/vue.php:66
5236
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
5237
  msgstr ""
5238
 
5239
- #: languages/vue.php:69
5240
  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."
5241
  msgstr ""
5242
 
5243
- #: languages/vue.php:72
5244
  msgid "Unlock the Forms Report and Improve Conversions"
5245
  msgstr ""
5246
 
5247
- #: languages/vue.php:75
5248
  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."
5249
  msgstr ""
5250
 
5251
- #: languages/vue.php:78
5252
  msgid "Unlock the Search Console Report and See How People Find Your Website"
5253
  msgstr ""
5254
 
5255
- #: languages/vue.php:81
5256
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
5257
  msgstr ""
5258
 
5259
- #: languages/vue.php:84
5260
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
5261
  msgstr ""
5262
 
5263
- #: languages/vue.php:87
5264
  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."
5265
  msgstr ""
5266
 
5267
- #: languages/vue.php:90
5268
  msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
5269
  msgstr ""
5270
 
5271
- #: languages/vue.php:93
5272
  msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
5273
  msgstr ""
5274
 
5275
- #: languages/vue.php:96
5276
  msgid "Loading Settings"
5277
  msgstr ""
5278
 
5279
- #: languages/vue.php:99
5280
  msgid "Saving Changes..."
5281
  msgstr ""
5282
 
5283
- #: languages/vue.php:102
5284
  msgid "Settings Updated"
5285
  msgstr ""
5286
 
5287
  #. Translators: Adds a link to the settings panel.
5288
- #: languages/vue.php:106
5289
  msgid "You need to %1$sconnect MonsterInsights%2$s first"
5290
  msgstr ""
5291
 
5292
- #: languages/vue.php:109
5293
  msgid "Could Not Save Changes"
5294
  msgstr ""
5295
 
5296
- #: languages/vue.php:112
5297
  msgid "Refreshing Report"
5298
  msgstr ""
5299
 
5300
- #: languages/vue.php:115
5301
  msgid "Loading new report data..."
5302
  msgstr ""
5303
 
5304
- #: languages/vue.php:118
5305
  msgid "See Your Top Landing Pages to Improve Engagement"
5306
  msgstr ""
5307
 
5308
- #: languages/vue.php:121
5309
  msgid "See Your Top Exit Pages to Reduce Abandonment"
5310
  msgstr ""
5311
 
5312
- #: languages/vue.php:124
5313
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
5314
  msgstr ""
5315
 
5316
- #: languages/vue.php:127
5317
  msgid "See Your Top Affiliate Links and Focus on What's Working"
5318
  msgstr ""
5319
 
5320
- #: languages/vue.php:130
5321
  msgid "See Your Top Downloads and Improve Conversions"
5322
  msgstr ""
5323
 
5324
- #: languages/vue.php:133
5325
  msgid "See Audience Demographic Report ( Age / Gender / Interests )"
5326
  msgstr ""
5327
 
5328
- #: languages/vue.php:136
5329
  msgid "Increase your sales & revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
5330
  msgstr ""
5331
 
5332
- #: languages/vue.php:139
5333
  msgid "See Your Conversion Rate to Improve Your Funnel"
5334
  msgstr ""
5335
 
5336
- #: languages/vue.php:142
5337
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
5338
  msgstr ""
5339
 
5340
- #: languages/vue.php:145
5341
  msgid "See The Total Revenue to Track Growth"
5342
  msgstr ""
5343
 
5344
- #: languages/vue.php:148
5345
  msgid "See Average Order Value to Find Offer Opportunities"
5346
  msgstr ""
5347
 
5348
- #: languages/vue.php:151
5349
  msgid "See Your Top Products to See Individual Performance"
5350
  msgstr ""
5351
 
5352
- #: languages/vue.php:154
5353
  msgid "See Your Top Conversion Sources and Focus on What's Working"
5354
  msgstr ""
5355
 
5356
- #: languages/vue.php:157
5357
  msgid "See The Time it Takes for Customers to Purchase"
5358
  msgstr ""
5359
 
5360
- #: languages/vue.php:160
5361
  msgid "See How Many Sessions are Needed for a Purchase"
5362
  msgstr ""
5363
 
5364
- #: languages/vue.php:163
5365
  msgid "See Which Authors Generate the Most Traffic"
5366
  msgstr ""
5367
 
5368
- #: languages/vue.php:166
5369
  msgid "See Which Post Types Perform Better"
5370
  msgstr ""
5371
 
5372
- #: languages/vue.php:169
5373
  msgid "See Which Categories are the Most Popular"
5374
  msgstr ""
5375
 
5376
- #: languages/vue.php:172
5377
  msgid "See Your Blog's Most Popular SEO Scores"
5378
  msgstr ""
5379
 
5380
- #: languages/vue.php:175
5381
  msgid "See Which Focus Keyword is Performing Better in Search Engines"
5382
  msgstr ""
5383
 
5384
- #: languages/vue.php:178
5385
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
5386
  msgstr ""
5387
 
5388
- #: languages/vue.php:181
5389
  msgid "See Your Top Converting Forms and Optimize"
5390
  msgstr ""
5391
 
5392
- #: languages/vue.php:184
5393
  msgid "See Your Forms Impressions Count to Find the Best Placement"
5394
  msgstr ""
5395
 
5396
- #: languages/vue.php:187
5397
  msgid "See Your Top Google Search Terms and Optimize Content"
5398
  msgstr ""
5399
 
5400
- #: languages/vue.php:190
5401
  msgid "See The Number of Clicks and Track Interests"
5402
  msgstr ""
5403
 
5404
- #: languages/vue.php:193
5405
  msgid "See The Click-Through-Ratio and Improve SEO"
5406
  msgstr ""
5407
 
5408
- #: languages/vue.php:196
5409
  msgid "See The Average Results Position and Focus on what works"
5410
  msgstr ""
5411
 
5412
- #: languages/vue.php:199
5413
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
5414
  msgstr ""
5415
 
5416
- #: languages/vue.php:202
5417
  msgid "See Your Top Pages Immediately After Making Changes"
5418
  msgstr ""
5419
 
5420
- #: languages/vue.php:205
5421
  msgid "See Your Top Referral Sources and Adapt Faster"
5422
  msgstr ""
5423
 
5424
- #: languages/vue.php:208
5425
  msgid "See Your Traffic Demographics"
5426
  msgstr ""
5427
 
5428
- #: languages/vue.php:211
5429
  msgid "Get Fresh Report Data Every 60 Seconds"
5430
  msgstr ""
5431
 
5432
- #: languages/vue.php:214
5433
  msgid "See Your Homepage's Overall Performance Score"
5434
  msgstr ""
5435
 
5436
- #: languages/vue.php:217
5437
  msgid "Run an Audit on Your Homepage and See Your Server Response Time"
5438
  msgstr ""
5439
 
5440
- #: languages/vue.php:220
5441
  msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
5442
  msgstr ""
5443
 
5444
- #: languages/vue.php:223
5445
  msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
5446
  msgstr ""
5447
 
5448
  #. Translators: Number of visitors.
5449
- #: languages/vue.php:227
5450
  msgid "See how %s visitors found your site!"
5451
  msgstr ""
5452
 
5453
  #. Translators: Number of visitors.
5454
- #: languages/vue.php:231
5455
  msgid "Your website was visited by %s users in the last 30 days."
5456
  msgstr ""
5457
 
5458
- #: languages/vue.php:234
5459
  msgid "See the full analytics report!"
5460
  msgstr ""
5461
 
5462
- #: languages/vue.php:237
5463
  msgid "Congratulations! "
5464
  msgstr ""
5465
 
5466
- #: languages/vue.php:240
5467
  msgid "You Successfully Unlocked the most powerful Analytics plugin"
5468
  msgstr ""
5469
 
@@ -5505,163 +5508,163 @@ msgstr ""
5505
  msgid "See All Features"
5506
  msgstr ""
5507
 
5508
- #: languages/vue.php:274
5509
  msgid "Upgrade to PRO"
5510
  msgstr ""
5511
 
5512
- #: languages/vue.php:277
5513
  msgid "per year"
5514
  msgstr ""
5515
 
5516
- #: languages/vue.php:283
5517
  msgid "Testimonials"
5518
  msgstr ""
5519
 
5520
- #: languages/vue.php:287
5521
  msgid "Universal Tracking"
5522
  msgstr ""
5523
 
5524
- #: languages/vue.php:290
5525
  msgid "Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5526
  msgstr ""
5527
 
5528
- #: languages/vue.php:293
5529
  msgid "Google Analytics Dashboard"
5530
  msgstr ""
5531
 
5532
- #: languages/vue.php:296
5533
  msgid "See your website analytics report right inside your WordPress dashboard with actionable insights."
5534
  msgstr ""
5535
 
5536
- #: languages/vue.php:299
5537
  msgid "Real-time Stats"
5538
  msgstr ""
5539
 
5540
- #: languages/vue.php:302
5541
  msgid "Get real-time stats right inside WordPress to see who is online, what are they doing, and more."
5542
  msgstr ""
5543
 
5544
- #: languages/vue.php:305
5545
  msgid "Enhanced Ecommerce Tracking"
5546
  msgstr ""
5547
 
5548
- #: languages/vue.php:308
5549
  msgid "1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress."
5550
  msgstr ""
5551
 
5552
- #: languages/vue.php:311
5553
  msgid "Page Level Analytics"
5554
  msgstr ""
5555
 
5556
- #: languages/vue.php:314
5557
  msgid "Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
5558
  msgstr ""
5559
 
5560
- #: languages/vue.php:317
5561
  msgid "Affiliate Link & Ads Tracking"
5562
  msgstr ""
5563
 
5564
- #: languages/vue.php:320
5565
  msgid "Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
5566
  msgstr ""
5567
 
5568
- #: languages/vue.php:323
5569
  msgid "EU Compliance (GDPR Friendly)"
5570
  msgstr ""
5571
 
5572
- #: languages/vue.php:326
5573
  msgid "Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5574
  msgstr ""
5575
 
5576
- #: languages/vue.php:329
5577
  msgid "Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click."
5578
  msgstr ""
5579
 
5580
- #: languages/vue.php:332
5581
  msgid "Ecommerce Report"
5582
  msgstr ""
5583
 
5584
- #: languages/vue.php:335
5585
  msgid "Form Conversions"
5586
  msgstr ""
5587
 
5588
- #: languages/vue.php:338
5589
  msgid "Custom Dimensions"
5590
  msgstr ""
5591
 
5592
- #: languages/vue.php:341
5593
  msgid "Author Tracking"
5594
  msgstr ""
5595
 
5596
- #: languages/vue.php:344
5597
  msgid "Google Optimize"
5598
  msgstr ""
5599
 
5600
- #: languages/vue.php:347
5601
  msgid "Category / Tags Tracking"
5602
  msgstr ""
5603
 
5604
- #: languages/vue.php:350
5605
  msgid "WooCommerce"
5606
  msgstr ""
5607
 
5608
- #: languages/vue.php:353
5609
  msgid "Easy Digital Downloads"
5610
  msgstr ""
5611
 
5612
- #: languages/vue.php:356
5613
  msgid "MemberPress"
5614
  msgstr ""
5615
 
5616
- #: languages/vue.php:359
5617
  msgid "LifterLMS"
5618
  msgstr ""
5619
 
5620
  #. Translators: Current PHP version and recommended PHP version.
5621
- #: languages/vue.php:363
5622
  msgid "MonsterInsights 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."
5623
  msgstr ""
5624
 
5625
  #. Translators: Current WordPress version.
5626
- #: languages/vue.php:367
5627
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights 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."
5628
  msgstr ""
5629
 
5630
- #: languages/vue.php:370
5631
  msgid "Yikes! PHP Update Required"
5632
  msgstr ""
5633
 
5634
  #. Translators: Current PHP version and recommended PHP version.
5635
- #: languages/vue.php:374
5636
  msgid "MonsterInsights 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."
5637
  msgstr ""
5638
 
5639
- #: languages/vue.php:377
5640
  msgid "Learn more about updating PHP"
5641
  msgstr ""
5642
 
5643
- #: languages/vue.php:380
5644
  msgid "Yikes! WordPress Update Required"
5645
  msgstr ""
5646
 
5647
  #. Translators: Current WordPress version.
5648
- #: languages/vue.php:384
5649
  msgid "MonsterInsights 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."
5650
  msgstr ""
5651
 
5652
- #: languages/vue.php:387
5653
  msgid "Learn more about updating WordPress"
5654
  msgstr ""
5655
 
5656
- #: languages/vue.php:390
5657
  msgid "MonsterInsights encountered an error loading your report data"
5658
  msgstr ""
5659
 
5660
- #: languages/vue.php:393
5661
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5662
  msgstr ""
5663
 
5664
- #: languages/vue.php:397
5665
  msgid "Reconnect MonsterInsights"
5666
  msgstr ""
5667
 
@@ -5669,127 +5672,127 @@ msgstr ""
5669
  msgid "Re-Authenticating"
5670
  msgstr ""
5671
 
5672
- #: languages/vue.php:407
5673
  msgid "Ok"
5674
  msgstr ""
5675
 
5676
- #: languages/vue.php:410
5677
  msgid "See Quick Links"
5678
  msgstr ""
5679
 
5680
- #: languages/vue.php:413
5681
  msgid "Suggest a Feature"
5682
  msgstr ""
5683
 
5684
- #: languages/vue.php:416
5685
  msgid "Join Our Community"
5686
  msgstr ""
5687
 
5688
- #: languages/vue.php:419
5689
  msgid "Support & Docs"
5690
  msgstr ""
5691
 
5692
- #: languages/vue.php:422
5693
  msgid "Upgrade to Pro &#187;"
5694
  msgstr ""
5695
 
5696
  #. Translators: Placeholder is replaced with WPForms.
5697
- #: languages/vue.php:426
5698
  msgid "Recommended Plugin: %s"
5699
  msgstr ""
5700
 
5701
- #: languages/vue.php:430
5702
  msgid "Install"
5703
  msgstr ""
5704
 
5705
- #: languages/vue.php:434
5706
  msgid "Activate"
5707
  msgstr ""
5708
 
5709
- #: languages/vue.php:440
5710
  msgid "Powered by MonsterInsights"
5711
  msgstr ""
5712
 
5713
- #: languages/vue.php:443
5714
  #: lite/includes/admin/wp-site-health.php:253
5715
  msgid "View Reports"
5716
  msgstr ""
5717
 
5718
- #: languages/vue.php:446
5719
  msgid "Congratulations!"
5720
  msgstr ""
5721
 
5722
  #. Translators: Add link to YouTube video and Onboarding Wizard.
5723
- #: languages/vue.php:450
5724
  msgid "MonsterInsights makes it easy to connect your website with Google Analytics and see all important website stats right inside your WordPress dashboard. In order to setup website analytics, please take a look at our %1$sGetting started video%2$s or use our %3$s to get you quickly set up."
5725
  msgstr ""
5726
 
5727
  #. Translators: Add link to YouTube video and Onboarding Wizard.
5728
- #: languages/vue.php:454
5729
  msgid "Onboarding Wizard"
5730
  msgstr ""
5731
 
5732
- #: languages/vue.php:457
5733
  msgid "You are now connected with MonsterInsights. We make it effortless for you to implement Google Analytics tracking and see the stats that matter, right inside the WordPress dashboard."
5734
  msgstr ""
5735
 
5736
- #: languages/vue.php:460
5737
  msgid "Save Changes"
5738
  msgstr ""
5739
 
5740
- #: languages/vue.php:463
5741
  msgid "Inbox"
5742
  msgstr ""
5743
 
5744
- #: languages/vue.php:466
5745
  msgid "Back to Inbox"
5746
  msgstr ""
5747
 
5748
- #: languages/vue.php:469
5749
  msgid "View Dismissed"
5750
  msgstr ""
5751
 
5752
- #: languages/vue.php:472
5753
  msgid "Notifications"
5754
  msgstr ""
5755
 
5756
- #: languages/vue.php:475
5757
  msgid "Dismiss All"
5758
  msgstr ""
5759
 
5760
- #: languages/vue.php:478
5761
  msgid "Dismissed"
5762
  msgstr ""
5763
 
5764
- #: languages/vue.php:481
5765
  msgid "No Notifications"
5766
  msgstr ""
5767
 
5768
- #: languages/vue.php:494
5769
  msgid "Import Export"
5770
  msgstr ""
5771
 
5772
- #: languages/vue.php:497
5773
  msgid "PrettyLinks Integration"
5774
  msgstr ""
5775
 
5776
- #: languages/vue.php:503
5777
  msgid "Getting Started"
5778
  msgstr ""
5779
 
5780
- #: languages/vue.php:506
5781
  msgid "Lite vs Pro"
5782
  msgstr ""
5783
 
5784
- #: languages/vue.php:512
5785
  msgid "Popular Posts Widget"
5786
  msgstr ""
5787
 
5788
- #: languages/vue.php:515
5789
  msgid "Popular Products"
5790
  msgstr ""
5791
 
5792
- #: languages/vue.php:521
5793
  msgid "Sub menu item for WooCommerce Analytics"
5794
  msgstr ""
5795
 
@@ -5797,7 +5800,7 @@ msgstr ""
5797
  msgid "Engagement"
5798
  msgstr ""
5799
 
5800
- #: languages/vue.php:531
5801
  #: lite/includes/admin/reports/report-ecommerce.php:22
5802
  msgid "eCommerce"
5803
  msgstr ""
@@ -5806,1834 +5809,1834 @@ msgstr ""
5806
  msgid "Publisher"
5807
  msgstr ""
5808
 
5809
- #: languages/vue.php:537
5810
  msgid "Conversions"
5811
  msgstr ""
5812
 
5813
- #: languages/vue.php:540
5814
  msgid "Advanced"
5815
  msgstr ""
5816
 
5817
- #: languages/vue.php:544
5818
  msgid "URL Builder"
5819
  msgstr ""
5820
 
5821
- #: languages/vue.php:547
5822
  msgid "MonsterInsights Addons"
5823
  msgstr ""
5824
 
5825
- #: languages/vue.php:550
5826
  msgid "Search Addons"
5827
  msgstr ""
5828
 
5829
- #: languages/vue.php:553
5830
  msgid "Exit Setup"
5831
  msgstr ""
5832
 
5833
- #: languages/vue.php:556
5834
  msgid "You must connect with MonsterInsights before you can view reports."
5835
  msgstr ""
5836
 
5837
- #: languages/vue.php:559
5838
  msgid "MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
5839
  msgstr ""
5840
 
5841
- #: languages/vue.php:562
5842
  msgid "Launch Setup Wizard"
5843
  msgstr ""
5844
 
5845
- #: languages/vue.php:565
5846
  msgid "Please ask your webmaster to connect MonsterInsights to Google Analytics."
5847
  msgstr ""
5848
 
5849
- #: languages/vue.php:571
5850
  #: lite/includes/admin/reports/report-publisher.php:22
5851
  msgid "Publishers"
5852
  msgstr ""
5853
 
5854
- #: languages/vue.php:574
5855
  #: lite/includes/admin/reports/report-queries.php:22
5856
  msgid "Search Console"
5857
  msgstr ""
5858
 
5859
- #: languages/vue.php:577
5860
  #: lite/includes/admin/reports/report-dimensions.php:22
5861
  msgid "Dimensions"
5862
  msgstr ""
5863
 
5864
- #: languages/vue.php:580
5865
  #: lite/includes/admin/reports/report-forms.php:22
5866
  msgid "Forms"
5867
  msgstr ""
5868
 
5869
- #: languages/vue.php:583
5870
  msgid "Real-Time"
5871
  msgstr ""
5872
 
5873
- #: languages/vue.php:586
5874
  msgid "Site Speed"
5875
  msgstr ""
5876
 
5877
- #: languages/vue.php:589
5878
  msgid "2020 Year in Review"
5879
  msgstr ""
5880
 
5881
  #. Translators: Error status and error text.
5882
- #: languages/vue.php:593
5883
  msgid "Can't load report data. Error: %1$s, %2$s"
5884
  msgstr ""
5885
 
5886
- #: languages/vue.php:596
5887
  msgid "Error loading report data"
5888
  msgstr ""
5889
 
5890
- #: languages/vue.php:599
5891
  msgid "Publishers Report"
5892
  msgstr ""
5893
 
5894
- #: languages/vue.php:602
5895
  msgid "eCommerce Report"
5896
  msgstr ""
5897
 
5898
- #: languages/vue.php:605
5899
  msgid "Search Console Report"
5900
  msgstr ""
5901
 
5902
- #: languages/vue.php:608
5903
  msgid "Dimensions Report"
5904
  msgstr ""
5905
 
5906
- #: languages/vue.php:611
5907
  msgid "Forms Report"
5908
  msgstr ""
5909
 
5910
- #: languages/vue.php:615
5911
  msgid "Real-Time Report"
5912
  msgstr ""
5913
 
5914
- #: languages/vue.php:618
5915
  msgid "Site Speed Report"
5916
  msgstr ""
5917
 
5918
- #: languages/vue.php:622
5919
  msgid "Time to Purchase"
5920
  msgstr ""
5921
 
5922
- #: languages/vue.php:625
5923
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
5924
  msgstr ""
5925
 
5926
- #: languages/vue.php:629
5927
  msgid "Sessions to Purchase"
5928
  msgstr ""
5929
 
5930
- #: languages/vue.php:632
5931
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
5932
  msgstr ""
5933
 
5934
- #: languages/vue.php:635
5935
  msgid "New Customers"
5936
  msgstr ""
5937
 
5938
- #: languages/vue.php:638
5939
  msgid "This list shows the percentage of new customers who purchased a product from your website."
5940
  msgstr ""
5941
 
5942
- #: languages/vue.php:641
5943
  msgid "Abandoned Checkouts"
5944
  msgstr ""
5945
 
5946
- #: languages/vue.php:644
5947
  msgid "This list shows the percentage of carts that never went through the checkout process."
5948
  msgstr ""
5949
 
5950
- #: languages/vue.php:647
5951
  msgid "Top Posts/Pages"
5952
  msgstr ""
5953
 
5954
- #: languages/vue.php:650
5955
  msgid "This list shows the most viewed posts and pages on your website."
5956
  msgstr ""
5957
 
5958
- #: languages/vue.php:653
5959
  msgid "New vs. Returning Visitors"
5960
  msgstr ""
5961
 
5962
- #: languages/vue.php:656
5963
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
5964
  msgstr ""
5965
 
5966
- #: languages/vue.php:659
5967
  msgid "Device Breakdown"
5968
  msgstr ""
5969
 
5970
- #: languages/vue.php:662
5971
  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."
5972
  msgstr ""
5973
 
5974
- #: languages/vue.php:665
5975
  msgid "Top Landing Pages"
5976
  msgstr ""
5977
 
5978
- #: languages/vue.php:668
5979
  msgid "This list shows the top pages users first land on when visiting your website."
5980
  msgstr ""
5981
 
5982
- #: languages/vue.php:671
5983
  msgid "Top Exit Pages"
5984
  msgstr ""
5985
 
5986
- #: languages/vue.php:674
5987
  msgid "This list shows the top pages users exit your website from."
5988
  msgstr ""
5989
 
5990
- #: languages/vue.php:677
5991
  msgid "Top Outbound Links"
5992
  msgstr ""
5993
 
5994
- #: languages/vue.php:680
5995
  msgid "This list shows the top links clicked on your website that go to another website."
5996
  msgstr ""
5997
 
5998
- #: languages/vue.php:683
5999
  msgid "Top Affiliate Links"
6000
  msgstr ""
6001
 
6002
- #: languages/vue.php:686
6003
  msgid "This list shows the top affiliate links your visitors clicked on."
6004
  msgstr ""
6005
 
6006
- #: languages/vue.php:689
6007
  msgid "Top Download Links"
6008
  msgstr ""
6009
 
6010
- #: languages/vue.php:692
6011
  msgid "This list shows the download links your visitors clicked the most."
6012
  msgstr ""
6013
 
6014
- #: languages/vue.php:695
6015
  msgid "Top Products"
6016
  msgstr ""
6017
 
6018
- #: languages/vue.php:698
6019
  msgid "This list shows the top selling products on your website."
6020
  msgstr ""
6021
 
6022
- #: languages/vue.php:701
6023
  msgid "Top Conversion Sources"
6024
  msgstr ""
6025
 
6026
- #: languages/vue.php:704
6027
  msgid "This list shows the top referral websites in terms of product revenue."
6028
  msgstr ""
6029
 
6030
- #: languages/vue.php:707
6031
  msgid "Total Add/Remove"
6032
  msgstr ""
6033
 
6034
  #. Translators: Adds a link to documentation.
6035
- #: languages/vue.php:721
6036
  msgid "In order for the MonsterInsights Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %1$sLearn More%2$s"
6037
  msgstr ""
6038
 
6039
  #. Translators: Adds link to activate/install plugin and documentation.
6040
- #: languages/vue.php:725
6041
  msgid "In order for the MonsterInsights 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"
6042
  msgstr ""
6043
 
6044
  #. Translators: Adds a link to documentation.
6045
- #: languages/vue.php:729
6046
  msgid "In order for the MonsterInsights 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"
6047
  msgstr ""
6048
 
6049
  #. Translators: Adds link to activate/install plugin and documentation.
6050
- #: languages/vue.php:733
6051
  msgid "In order for the MonsterInsights 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"
6052
  msgstr ""
6053
 
6054
- #: languages/vue.php:736
6055
  msgid "GDPR Guide"
6056
  msgstr ""
6057
 
6058
- #: languages/vue.php:739
6059
  msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help MonsterInsights users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
6060
  msgstr ""
6061
 
6062
- #: languages/vue.php:742
6063
  msgid "How to Install and Activate MonsterInsights Addons"
6064
  msgstr ""
6065
 
6066
- #: languages/vue.php:745
6067
  msgid "The process for installing and activating addons is quick and easy after you install the MonsterInsights plugin. In this guide we’ll walk you through the process, step by step."
6068
  msgstr ""
6069
 
6070
- #: languages/vue.php:748
6071
  msgid "Enabling eCommerce Tracking and Reports"
6072
  msgstr ""
6073
 
6074
- #: languages/vue.php:751
6075
  msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with MonsterInsights? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
6076
  msgstr ""
6077
 
6078
- #: languages/vue.php:754
6079
  msgid "Read Documentation"
6080
  msgstr ""
6081
 
6082
- #: languages/vue.php:757
6083
  msgid "Getting Started with MonsterInsights"
6084
  msgstr ""
6085
 
6086
- #: languages/vue.php:760
6087
  msgid "MonsterInsights 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."
6088
  msgstr ""
6089
 
6090
- #: languages/vue.php:763
6091
  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."
6092
  msgstr ""
6093
 
6094
- #: languages/vue.php:766
6095
  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!."
6096
  msgstr ""
6097
 
6098
- #: languages/vue.php:769
6099
  msgid "Launch the wizard!"
6100
  msgstr ""
6101
 
6102
- #: languages/vue.php:772
6103
  msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
6104
  msgstr ""
6105
 
6106
  #. Translators: Makes text bold.
6107
- #: languages/vue.php:776
6108
  msgid "Thanks for being a loyal MonsterInsights Lite user. %1$sUpgrade to MonsterInsights Pro%2$s to unlock all the awesome features and experience why MonsterInsights is consistently rated the best Google Analytics solution for WordPress."
6109
  msgstr ""
6110
 
6111
- #: languages/vue.php:779
6112
  msgid "Universal Tracking across devices and campaigns with just a few clicks."
6113
  msgstr ""
6114
 
6115
- #: languages/vue.php:782
6116
  msgid "See your website analytics reports inside the WordPress dashboard"
6117
  msgstr ""
6118
 
6119
- #: languages/vue.php:785
6120
  msgid "Get real-time stats right inside WordPress"
6121
  msgstr ""
6122
 
6123
- #: languages/vue.php:788
6124
  msgid "1-click Google Analytics Enhanced eCommerce tracking"
6125
  msgstr ""
6126
 
6127
- #: languages/vue.php:791
6128
  msgid "Get detailed stats for each post and page."
6129
  msgstr ""
6130
 
6131
- #: languages/vue.php:794
6132
  msgid "Automatically track clicks on your affiliate links and ads."
6133
  msgstr ""
6134
 
6135
- #: languages/vue.php:797
6136
  msgid "Make Google Analytics GDPR compliant automatically"
6137
  msgstr ""
6138
 
6139
- #: languages/vue.php:800
6140
  msgid "Setup tracking for authors, categories, tags, custom post types, users and more"
6141
  msgstr ""
6142
 
6143
- #: languages/vue.php:803
6144
  msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
6145
  msgstr ""
6146
 
6147
- #: languages/vue.php:806
6148
  msgid "More advanced features"
6149
  msgstr ""
6150
 
6151
- #: languages/vue.php:809
6152
  msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
6153
  msgstr ""
6154
 
6155
  #. Translators: Makes text green.
6156
- #: languages/vue.php:813
6157
  msgid "Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
6158
  msgstr ""
6159
 
6160
- #: languages/vue.php:816
6161
  msgid "How to Connect to Google Analytics"
6162
  msgstr ""
6163
 
6164
- #: languages/vue.php:819
6165
  msgid "After you install MonsterInsights, you’ll need to connect your WordPress site with your Google Analytics account. MonsterInsights makes the process easy, with no coding required."
6166
  msgstr ""
6167
 
6168
- #: languages/vue.php:822
6169
  msgid "Guide and Checklist for Advanced Insights"
6170
  msgstr ""
6171
 
6172
- #: languages/vue.php:825
6173
  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 MonsterInsights’ advanced tracking."
6174
  msgstr ""
6175
 
6176
- #: languages/vue.php:828
6177
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
6178
  msgstr ""
6179
 
6180
- #: languages/vue.php:831
6181
  msgid "WordPress Admin Area Reports"
6182
  msgstr ""
6183
 
6184
- #: languages/vue.php:834
6185
  msgid "Standard Reports"
6186
  msgstr ""
6187
 
6188
- #: languages/vue.php:837
6189
  msgid "Overview Reports for the last 30 days."
6190
  msgstr ""
6191
 
6192
- #: languages/vue.php:840
6193
  msgid "Advanced Reports"
6194
  msgstr ""
6195
 
6196
- #: languages/vue.php:843
6197
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
6198
  msgstr ""
6199
 
6200
- #: languages/vue.php:846
6201
  msgid "Dashboard Widget"
6202
  msgstr ""
6203
 
6204
- #: languages/vue.php:849
6205
  msgid "Basic Widget"
6206
  msgstr ""
6207
 
6208
- #: languages/vue.php:852
6209
  msgid "Overview Report Synopsis"
6210
  msgstr ""
6211
 
6212
- #: languages/vue.php:855
6213
  msgid "Advanced Dashboard Widget"
6214
  msgstr ""
6215
 
6216
- #: languages/vue.php:858
6217
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
6218
  msgstr ""
6219
 
6220
- #: languages/vue.php:865
6221
  msgid "Email Summaries"
6222
  msgstr ""
6223
 
6224
- #: languages/vue.php:868
6225
  msgid "Included"
6226
  msgstr ""
6227
 
6228
- #: languages/vue.php:871
6229
  msgid "Get weekly traffic reports directly in your inbox."
6230
  msgstr ""
6231
 
6232
- #: languages/vue.php:874
6233
  msgid "Publisher Reports"
6234
  msgstr ""
6235
 
6236
- #: languages/vue.php:877
6237
  msgid "Advanced Publisher Reports & Tracking"
6238
  msgstr ""
6239
 
6240
- #: languages/vue.php:880
6241
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
6242
  msgstr ""
6243
 
6244
- #: languages/vue.php:886
6245
  msgid "Basic Options"
6246
  msgstr ""
6247
 
6248
- #: languages/vue.php:889
6249
  msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
6250
  msgstr ""
6251
 
6252
- #: languages/vue.php:892
6253
  msgid "Dynamic Popular Posts & Popular Products"
6254
  msgstr ""
6255
 
6256
- #: languages/vue.php:895
6257
  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."
6258
  msgstr ""
6259
 
6260
- #: languages/vue.php:898
6261
  msgid "Not Available"
6262
  msgstr ""
6263
 
6264
- #: languages/vue.php:901
6265
  msgid "Complete Custom Dimensions Tracking"
6266
  msgstr ""
6267
 
6268
- #: languages/vue.php:904
6269
  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"
6270
  msgstr ""
6271
 
6272
- #: languages/vue.php:910
6273
  msgid "Limited Support"
6274
  msgstr ""
6275
 
6276
- #: languages/vue.php:913
6277
  msgid "Priority Support"
6278
  msgstr ""
6279
 
6280
- #: languages/vue.php:916
6281
  msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
6282
  msgstr ""
6283
 
6284
- #: languages/vue.php:919
6285
  msgid "Feature"
6286
  msgstr ""
6287
 
6288
- #: languages/vue.php:922
6289
  msgid "Lite"
6290
  msgstr ""
6291
 
6292
- #: languages/vue.php:925
6293
  msgid "Pro"
6294
  msgstr ""
6295
 
6296
- #: languages/vue.php:928
6297
  msgid "Custom Google Analytics Link Tracking"
6298
  msgstr ""
6299
 
6300
- #: languages/vue.php:931
6301
  msgid "Standard Tracking"
6302
  msgstr ""
6303
 
6304
- #: languages/vue.php:934
6305
  msgid "Advanced Tracking"
6306
  msgstr ""
6307
 
6308
- #: languages/vue.php:937
6309
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
6310
  msgstr ""
6311
 
6312
- #: languages/vue.php:940
6313
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
6314
  msgstr ""
6315
 
6316
- #: languages/vue.php:943
6317
  msgid "No-Code-Needed Tracking Features"
6318
  msgstr ""
6319
 
6320
- #: languages/vue.php:946
6321
  msgid "Basic Tracking Options"
6322
  msgstr ""
6323
 
6324
- #: languages/vue.php:949
6325
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
6326
  msgstr ""
6327
 
6328
- #: languages/vue.php:952
6329
  msgid "Advanced Tracking Options"
6330
  msgstr ""
6331
 
6332
- #: languages/vue.php:955
6333
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
6334
  msgstr ""
6335
 
6336
- #: languages/vue.php:958
6337
  msgid "eCommerce Tracking"
6338
  msgstr ""
6339
 
6340
- #: languages/vue.php:961
6341
  msgid "One-click Complete eCommerce tracking"
6342
  msgstr ""
6343
 
6344
- #: languages/vue.php:964
6345
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
6346
  msgstr ""
6347
 
6348
- #: languages/vue.php:967
6349
  msgid "Forms Tracking"
6350
  msgstr ""
6351
 
6352
- #: languages/vue.php:970
6353
  msgid "One-click Form Events Tracking"
6354
  msgstr ""
6355
 
6356
- #: languages/vue.php:973
6357
  msgid "License Key"
6358
  msgstr ""
6359
 
6360
  #. Translators: Add link to retrieve license key from account.
6361
- #: languages/vue.php:977
6362
  msgid "Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
6363
  msgstr ""
6364
 
6365
- #: languages/vue.php:980
6366
  msgid "Google Authentication"
6367
  msgstr ""
6368
 
6369
- #: languages/vue.php:983
6370
  msgid "Connect Google Analytics + WordPress"
6371
  msgstr ""
6372
 
6373
- #: languages/vue.php:986
6374
  msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
6375
  msgstr ""
6376
 
6377
- #: languages/vue.php:990
6378
  msgid "Miscellaneous"
6379
  msgstr ""
6380
 
6381
- #: languages/vue.php:994
6382
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
6383
  msgstr ""
6384
 
6385
- #: languages/vue.php:998
6386
  msgid "Hide Announcements"
6387
  msgstr ""
6388
 
6389
- #: languages/vue.php:1001
6390
  msgid "Setup Wizard"
6391
  msgstr ""
6392
 
6393
- #: languages/vue.php:1004
6394
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
6395
  msgstr ""
6396
 
6397
- #: languages/vue.php:1007
6398
  msgid "Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
6399
  msgstr ""
6400
 
6401
- #: languages/vue.php:1010
6402
  msgid "Over the years, we found that in order to get the most out of Google Analytics, you needed a full time developer who could implement custom tracking, so that Google Analytics would integrate with things like WooCommerce, and track things which Google doesn't by default, like outbound links."
6403
  msgstr ""
6404
 
6405
- #: languages/vue.php:1013
6406
  msgid "Our goal is to take the pain out of analytics, making it simple and easy, by eliminating the need to have to worry about code, putting the best reports directly into the area you already go to (your WordPress dashboard), and adding the most advanced insights and features without complicating our plugin with tons of settings. Quite simply, it should \"just work\"."
6407
  msgstr ""
6408
 
6409
- #: languages/vue.php:1016
6410
  msgid "MonsterInsights is brought to you by the same team that's behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, and the best WordPress forms plugin, WPForms."
6411
  msgstr ""
6412
 
6413
- #: languages/vue.php:1019
6414
  msgid "Yup, we know a thing or two about building awesome products that customers love."
6415
  msgstr ""
6416
 
6417
- #: languages/vue.php:1022
6418
  msgid "The MonsterInsights Team"
6419
  msgstr ""
6420
 
6421
- #: languages/vue.php:1025
6422
  msgid "Make your MonsterInsights campaign links prettier with Pretty Links!"
6423
  msgstr ""
6424
 
6425
- #: languages/vue.php:1028
6426
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
6427
  msgstr ""
6428
 
6429
- #: languages/vue.php:1031
6430
  msgid "Take your MonsterInsights campaign links from our URL Builder and shorten them with Pretty Links!"
6431
  msgstr ""
6432
 
6433
- #: languages/vue.php:1034
6434
  msgid "Over 200,000 websites use Pretty Links!"
6435
  msgstr ""
6436
 
6437
- #: languages/vue.php:1037
6438
  msgid "Install Pretty Links"
6439
  msgstr ""
6440
 
6441
- #: languages/vue.php:1040
6442
  msgid "Pretty Links Installed & Activated"
6443
  msgstr ""
6444
 
6445
- #: languages/vue.php:1043
6446
  msgid "Download Pretty Links"
6447
  msgstr ""
6448
 
6449
- #: languages/vue.php:1046
6450
  msgid "Install Pretty Links from the WordPress.org plugin repository."
6451
  msgstr ""
6452
 
6453
- #: languages/vue.php:1049
6454
  msgid "Activate Pretty Links"
6455
  msgstr ""
6456
 
6457
- #: languages/vue.php:1052
6458
  msgid "Activating Pretty Links..."
6459
  msgstr ""
6460
 
6461
- #: languages/vue.php:1055
6462
  msgid "Create New Pretty Link"
6463
  msgstr ""
6464
 
6465
- #: languages/vue.php:1058
6466
  msgid "Create a New Pretty Link"
6467
  msgstr ""
6468
 
6469
- #: languages/vue.php:1061
6470
  msgid "Grab your campaign link and paste it into the Target URL field."
6471
  msgstr ""
6472
 
6473
- #: languages/vue.php:1064
6474
  msgid "Custom Campaign Parameters"
6475
  msgstr ""
6476
 
6477
- #: languages/vue.php:1067
6478
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
6479
  msgstr ""
6480
 
6481
- #: languages/vue.php:1070
6482
  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."
6483
  msgstr ""
6484
 
6485
  #. Translators: Marks the field as required.
6486
- #: languages/vue.php:1074
6487
  msgid "Website URL %s"
6488
  msgstr ""
6489
 
6490
  #. Translators: Display the current website url in italic.
6491
- #: languages/vue.php:1078
6492
  msgid "The full website URL (e.g. %1$s %2$s%3$s)"
6493
  msgstr ""
6494
 
6495
  #. Translators: Marks the field as required.
6496
- #: languages/vue.php:1082
6497
  msgid "Campaign Source %s"
6498
  msgstr ""
6499
 
6500
  #. Translators: Make the text italic.
6501
- #: languages/vue.php:1086
6502
  msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
6503
  msgstr ""
6504
 
6505
  #. Translators: Make the text italic.
6506
- #: languages/vue.php:1090
6507
  msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
6508
  msgstr ""
6509
 
6510
  #. Translators: Make the text italic.
6511
- #: languages/vue.php:1094
6512
  msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
6513
  msgstr ""
6514
 
6515
- #: languages/vue.php:1097
6516
  msgid "Enter the paid keyword"
6517
  msgstr ""
6518
 
6519
- #: languages/vue.php:1100
6520
  msgid "Enter something to differentiate ads"
6521
  msgstr ""
6522
 
6523
- #: languages/vue.php:1103
6524
  msgid "Use Fragment"
6525
  msgstr ""
6526
 
6527
  #. Translators: Make the text bold.
6528
- #: languages/vue.php:1107
6529
  msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
6530
  msgstr ""
6531
 
6532
- #: languages/vue.php:1110
6533
  msgid "URL to use"
6534
  msgstr ""
6535
 
6536
- #: languages/vue.php:1113
6537
  msgid "(Updates automatically)"
6538
  msgstr ""
6539
 
6540
- #: languages/vue.php:1116
6541
  msgid "Copy to Clipboard"
6542
  msgstr ""
6543
 
6544
- #: languages/vue.php:1119
6545
  msgid "Copy to Pretty Links"
6546
  msgstr ""
6547
 
6548
- #: languages/vue.php:1122
6549
  msgid "Make your campaign links prettier!"
6550
  msgstr ""
6551
 
6552
- #: languages/vue.php:1125
6553
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
6554
  msgstr ""
6555
 
6556
- #: languages/vue.php:1128
6557
  msgid "More Information & Examples"
6558
  msgstr ""
6559
 
6560
- #: languages/vue.php:1131
6561
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
6562
  msgstr ""
6563
 
6564
- #: languages/vue.php:1134
6565
  msgid "Campaign Source"
6566
  msgstr ""
6567
 
6568
- #: languages/vue.php:1137
6569
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
6570
  msgstr ""
6571
 
6572
- #: languages/vue.php:1140
6573
  msgid "Campaign Medium"
6574
  msgstr ""
6575
 
6576
- #: languages/vue.php:1143
6577
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
6578
  msgstr ""
6579
 
6580
- #: languages/vue.php:1146
6581
  msgid "Campaign Name"
6582
  msgstr ""
6583
 
6584
- #: languages/vue.php:1149
6585
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
6586
  msgstr ""
6587
 
6588
- #: languages/vue.php:1152
6589
  msgid "Campaign Term"
6590
  msgstr ""
6591
 
6592
- #: languages/vue.php:1155
6593
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
6594
  msgstr ""
6595
 
6596
- #: languages/vue.php:1158
6597
  msgid "Campaign Content"
6598
  msgstr ""
6599
 
6600
- #: languages/vue.php:1161
6601
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
6602
  msgstr ""
6603
 
6604
  #. Translators: Example.
6605
- #: languages/vue.php:1165
6606
  msgid "Example: %s"
6607
  msgstr ""
6608
 
6609
  #. Translators: Examples.
6610
- #: languages/vue.php:1169
6611
  msgid "Examples: %s"
6612
  msgstr ""
6613
 
6614
- #: languages/vue.php:1172
6615
  msgid "About Campaigns"
6616
  msgstr ""
6617
 
6618
- #: languages/vue.php:1175
6619
  msgid "About Custom Campaigns"
6620
  msgstr ""
6621
 
6622
- #: languages/vue.php:1178
6623
  msgid "Best Practices for Creating Custom Campaigns"
6624
  msgstr ""
6625
 
6626
- #: languages/vue.php:1181
6627
  msgid "About the Referral Traffic Report"
6628
  msgstr ""
6629
 
6630
- #: languages/vue.php:1184
6631
  msgid "About Traffic Source Dimensions"
6632
  msgstr ""
6633
 
6634
- #: languages/vue.php:1187
6635
  msgid "AdWords Auto-Tagging"
6636
  msgstr ""
6637
 
6638
- #: languages/vue.php:1190
6639
  msgid "Additional Information"
6640
  msgstr ""
6641
 
6642
- #: languages/vue.php:1193
6643
  msgid "Import/Export"
6644
  msgstr ""
6645
 
6646
- #: languages/vue.php:1196
6647
  msgid "Import"
6648
  msgstr ""
6649
 
6650
- #: languages/vue.php:1199
6651
  msgid "Import settings from another MonsterInsights website."
6652
  msgstr ""
6653
 
6654
- #: languages/vue.php:1202
6655
  msgid "Export"
6656
  msgstr ""
6657
 
6658
- #: languages/vue.php:1205
6659
  msgid "Export settings to import into another MonsterInsights install."
6660
  msgstr ""
6661
 
6662
- #: languages/vue.php:1208
6663
  msgid "Import Settings"
6664
  msgstr ""
6665
 
6666
- #: languages/vue.php:1211
6667
  msgid "Export Settings"
6668
  msgstr ""
6669
 
6670
- #: languages/vue.php:1214
6671
  msgid "Please choose a file to import"
6672
  msgstr ""
6673
 
6674
- #: languages/vue.php:1217
6675
  msgid "Click Choose file below to select the settings export file from another site."
6676
  msgstr ""
6677
 
6678
- #: languages/vue.php:1220
6679
  msgid "Use the button below to export a file with your MonsterInsights settings."
6680
  msgstr ""
6681
 
6682
- #: languages/vue.php:1223
6683
  msgid "Uploading file..."
6684
  msgstr ""
6685
 
6686
- #: languages/vue.php:1226
6687
  msgid "File imported"
6688
  msgstr ""
6689
 
6690
- #: languages/vue.php:1229
6691
  msgid "Settings successfully updated!"
6692
  msgstr ""
6693
 
6694
- #: languages/vue.php:1232
6695
  msgid "Error importing settings"
6696
  msgstr ""
6697
 
6698
- #: languages/vue.php:1235
6699
  msgid "Please choose a .json file generated by a MonsterInsights settings export."
6700
  msgstr ""
6701
 
6702
- #: languages/vue.php:1238
6703
  msgid "MonsterInsights Recommends WPForms"
6704
  msgstr ""
6705
 
6706
- #: languages/vue.php:1241
6707
  msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
6708
  msgstr ""
6709
 
6710
- #: languages/vue.php:1244
6711
  msgid "Used on over 4,000,000 websites!"
6712
  msgstr ""
6713
 
6714
- #: languages/vue.php:1247
6715
  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!"
6716
  msgstr ""
6717
 
6718
- #: languages/vue.php:1250
6719
  msgid "Skip this Step"
6720
  msgstr ""
6721
 
6722
- #: languages/vue.php:1253
6723
  msgid "Continue & Install WPForms"
6724
  msgstr ""
6725
 
6726
- #: languages/vue.php:1258
6727
  msgid "Installing..."
6728
  msgstr ""
6729
 
6730
- #: languages/vue.php:1261
6731
  msgid "Show in widget mode"
6732
  msgstr ""
6733
 
6734
- #: languages/vue.php:1264
6735
  msgid "Show in full-width mode"
6736
  msgstr ""
6737
 
6738
- #: languages/vue.php:1271
6739
  msgid "Installing Addon"
6740
  msgstr ""
6741
 
6742
- #: languages/vue.php:1274
6743
  msgid "Activating Addon"
6744
  msgstr ""
6745
 
6746
- #: languages/vue.php:1277
6747
  msgid "Addon Activated"
6748
  msgstr ""
6749
 
6750
- #: languages/vue.php:1280
6751
  msgid "Loading report data"
6752
  msgstr ""
6753
 
6754
- #: languages/vue.php:1283
6755
  msgid "Please activate manually"
6756
  msgstr ""
6757
 
6758
  #. Translators: Adds the error status and status text.
6759
- #: languages/vue.php:1287
6760
  msgid "Error: %1$s, %2$s"
6761
  msgstr ""
6762
 
6763
- #: languages/vue.php:1290
6764
  msgid "Error Activating Addon"
6765
  msgstr ""
6766
 
6767
- #: languages/vue.php:1293
6768
  #: lite/includes/admin/wp-site-health.php:372
6769
  #: lite/includes/admin/wp-site-health.php:398
6770
  #: lite/includes/admin/wp-site-health.php:425
6771
  msgid "View Addons"
6772
  msgstr ""
6773
 
6774
- #: languages/vue.php:1296
6775
  msgid "Dismiss"
6776
  msgstr ""
6777
 
6778
- #: languages/vue.php:1299
6779
  msgid "Redirecting"
6780
  msgstr ""
6781
 
6782
- #: languages/vue.php:1302
6783
  msgid "Please wait"
6784
  msgstr ""
6785
 
6786
- #: languages/vue.php:1305
6787
  msgid "activate"
6788
  msgstr ""
6789
 
6790
- #: languages/vue.php:1308
6791
  msgid "install"
6792
  msgstr ""
6793
 
6794
- #: languages/vue.php:1311
6795
  msgid "Visit addons page"
6796
  msgstr ""
6797
 
6798
- #: languages/vue.php:1314
6799
  msgid "Report Unavailable"
6800
  msgstr ""
6801
 
6802
  #. Translators: Install/Activate the addon.
6803
- #: languages/vue.php:1318
6804
  msgid "%s Addon"
6805
  msgstr ""
6806
 
6807
- #: languages/vue.php:1321
6808
  msgid "Go Back To Reports"
6809
  msgstr ""
6810
 
6811
- #: languages/vue.php:1324
6812
  msgid "Enable Enhanced eCommerce"
6813
  msgstr ""
6814
 
6815
  #. Translators: Placeholders are used for making text bold and adding a link.
6816
- #: languages/vue.php:1328
6817
  msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
6818
  msgstr ""
6819
 
6820
- #: languages/vue.php:1331
6821
  msgid "Last 30 Days Insights for:"
6822
  msgstr ""
6823
 
6824
- #: languages/vue.php:1334
6825
  msgid "Your Website"
6826
  msgstr ""
6827
 
6828
- #: languages/vue.php:1338
6829
  msgid "Sessions"
6830
  msgstr ""
6831
 
6832
- #: languages/vue.php:1341
6833
  msgid "Pageviews"
6834
  msgstr ""
6835
 
6836
- #: languages/vue.php:1344
6837
  msgid "Avg. Duration"
6838
  msgstr ""
6839
 
6840
- #: languages/vue.php:1348
6841
  msgid "Bounce Rate"
6842
  msgstr ""
6843
 
6844
- #: languages/vue.php:1352
6845
  msgid "Total Users"
6846
  msgstr ""
6847
 
6848
- #: languages/vue.php:1355
6849
  msgid "More data is available"
6850
  msgstr ""
6851
 
6852
- #: languages/vue.php:1358
6853
  msgid "Want to see page-specific stats?"
6854
  msgstr ""
6855
 
6856
- #: languages/vue.php:1361
6857
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
6858
  msgstr ""
6859
 
6860
- #: languages/vue.php:1364
6861
  msgid "No addons found."
6862
  msgstr ""
6863
 
6864
- #: languages/vue.php:1367
6865
  msgid "Refresh Addons"
6866
  msgstr ""
6867
 
6868
- #: languages/vue.php:1370
6869
  msgid "Refreshing Addons"
6870
  msgstr ""
6871
 
6872
  #. Translators: Make text green.
6873
- #: languages/vue.php:1374
6874
  msgid "Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
6875
  msgstr ""
6876
 
6877
- #: languages/vue.php:1377
6878
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
6879
  msgstr ""
6880
 
6881
- #: languages/vue.php:1380
6882
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
6883
  msgstr ""
6884
 
6885
- #: languages/vue.php:1383
6886
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
6887
  msgstr ""
6888
 
6889
- #: languages/vue.php:1386
6890
  msgid "See All Your Important Store Metrics in One Place"
6891
  msgstr ""
6892
 
6893
- #: languages/vue.php:1389
6894
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
6895
  msgstr ""
6896
 
6897
- #: languages/vue.php:1392
6898
  msgid "ONE-CLICK INTEGRATIONS"
6899
  msgstr ""
6900
 
6901
- #: languages/vue.php:1395
6902
  msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
6903
  msgstr ""
6904
 
6905
- #: languages/vue.php:1398
6906
  msgid "MonsterInsights Ecommerce Addon makes it easy to setup enhanced eCommerce tracking, so you can see all your important eCommerce metrics like total revenue, conversion rate, average order value, top products, top referral sources, and more in a single report right inside your WordPress dashboard."
6907
  msgstr ""
6908
 
6909
- #: languages/vue.php:1401
6910
  msgid "Affiliate Tracking"
6911
  msgstr ""
6912
 
6913
- #: languages/vue.php:1404
6914
  msgid "Automatically Track Affiliate Sales"
6915
  msgstr ""
6916
 
6917
- #: languages/vue.php:1407
6918
  msgid "The MonsterInsights eCommerce addon works with EasyAffiliate to automatically attribute orders originating from an EasyAffiliate link in Google Analytics. Gain valuable insights into your top affiliates with no coding required."
6919
  msgstr ""
6920
 
6921
- #: languages/vue.php:1410
6922
  msgid "Works with WooCommerce, MemberPress and Easy Digital Downloads."
6923
  msgstr ""
6924
 
6925
- #: languages/vue.php:1419
6926
  msgid "Cart Funnel"
6927
  msgstr ""
6928
 
6929
- #: languages/vue.php:1422
6930
  msgid "Customer Insights"
6931
  msgstr ""
6932
 
6933
- #: languages/vue.php:1425
6934
  msgid "Campaign Measurement"
6935
  msgstr ""
6936
 
6937
- #: languages/vue.php:1428
6938
  msgid "Customer Profiles"
6939
  msgstr ""
6940
 
6941
- #: languages/vue.php:1431
6942
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, revenue, and average order value, and more."
6943
  msgstr ""
6944
 
6945
- #: languages/vue.php:1434
6946
  msgid "Truly Understand Your%1$s Customers With %2$sMonsterInsights%3$s"
6947
  msgstr ""
6948
 
6949
- #: languages/vue.php:1437
6950
  msgid "You never truly understand your customers until you used Enhanced %1$s eCommerce from MonsterInsights!"
6951
  msgstr ""
6952
 
6953
- #: languages/vue.php:1440
6954
  msgid "Track all-new metrics!"
6955
  msgstr ""
6956
 
6957
- #: languages/vue.php:1443
6958
  msgid "Get stats WooCommerce doesn’t give you like: Conversion Sources, Avg. Order Value, Revenue per Source, Total Add to Carts & More!"
6959
  msgstr ""
6960
 
6961
- #: languages/vue.php:1446
6962
  msgid "FEATURES"
6963
  msgstr ""
6964
 
6965
- #: languages/vue.php:1449
6966
  msgid "Get The Unique Metrics Neccessary for Growth"
6967
  msgstr ""
6968
 
6969
- #: languages/vue.php:1452
6970
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, %1$srevenue, and average order value, and more."
6971
  msgstr ""
6972
 
6973
- #: languages/vue.php:1455
6974
  msgid "Get Answers to the important questions %1$syou should know."
6975
  msgstr ""
6976
 
6977
- #: languages/vue.php:1458
6978
  msgid "Did the login/registration step of the checkout put users off?"
6979
  msgstr ""
6980
 
6981
- #: languages/vue.php:1461
6982
  msgid "Which ad campaign is driving the most revenue?"
6983
  msgstr ""
6984
 
6985
- #: languages/vue.php:1464
6986
  msgid "Who is my typical customer?"
6987
  msgstr ""
6988
 
6989
- #: languages/vue.php:1467
6990
  msgid "Level-up Your eCommerce store with %1$sMonsterInsights + WooCommerce!%1$s"
6991
  msgstr ""
6992
 
6993
  #. Translators: placeholders make text small.
6994
- #: languages/vue.php:1471
6995
  msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
6996
  msgstr ""
6997
 
6998
  #. Translators: placeholders make text small.
6999
- #: languages/vue.php:1475
7000
  msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
7001
  msgstr ""
7002
 
7003
  #. Translators: placeholders make text small.
7004
- #: languages/vue.php:1479
7005
  msgid "None %1$s- Manually update everything.%2$s"
7006
  msgstr ""
7007
 
7008
- #: languages/vue.php:1482
7009
  msgid "Automatic Updates"
7010
  msgstr ""
7011
 
7012
- #: languages/vue.php:1485
7013
  msgid "Awesome, You're All Set!"
7014
  msgstr ""
7015
 
7016
- #: languages/vue.php:1488
7017
  msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
7018
  msgstr ""
7019
 
7020
  #. Translators: Make text bold.
7021
- #: languages/vue.php:1492
7022
  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."
7023
  msgstr ""
7024
 
7025
  #. Translators: Link to our blog.
7026
- #: languages/vue.php:1496
7027
  msgid "%1$sSubscribe to the MonsterInsights blog%2$s for tips on how to get more traffic and grow your business."
7028
  msgstr ""
7029
 
7030
- #: languages/vue.php:1499
7031
  msgid "Finish Setup & Exit Wizard"
7032
  msgstr ""
7033
 
7034
- #: languages/vue.php:1502
7035
  msgid "Checking your website..."
7036
  msgstr ""
7037
 
7038
- #: languages/vue.php:1505
7039
  msgid "See All Reports"
7040
  msgstr ""
7041
 
7042
- #: languages/vue.php:1508
7043
  msgid "Go to the Analytics Dashboard"
7044
  msgstr ""
7045
 
7046
  #. Translators: Line break.
7047
- #: languages/vue.php:1512
7048
  msgid "Unique %s Sessions"
7049
  msgstr ""
7050
 
7051
- #. Translators: Number of unique pageviews.
7052
- #: languages/vue.php:1516
7053
  msgid "Unique %s Pageviews"
7054
  msgstr ""
7055
 
7056
- #: languages/vue.php:1519
7057
  msgid "A session is the browsing session of a single user to your site."
7058
  msgstr ""
7059
 
7060
- #: languages/vue.php:1522
7061
  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."
7062
  msgstr ""
7063
 
7064
- #: languages/vue.php:1525
7065
  msgid "Total duration of all sessions (in seconds) / number of sessions."
7066
  msgstr ""
7067
 
7068
- #: languages/vue.php:1528
7069
  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."
7070
  msgstr ""
7071
 
7072
- #: languages/vue.php:1531
7073
  msgid "The number of distinct tracked users"
7074
  msgstr ""
7075
 
7076
- #: languages/vue.php:1534
7077
  msgid "Avg. Session Duration"
7078
  msgstr ""
7079
 
7080
- #: languages/vue.php:1537
7081
  msgid "Still Calculating..."
7082
  msgstr ""
7083
 
7084
- #: languages/vue.php:1540
7085
  msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
7086
  msgstr ""
7087
 
7088
- #: languages/vue.php:1543
7089
  msgid "Back to Overview Report"
7090
  msgstr ""
7091
 
7092
- #: languages/vue.php:1546
7093
  msgid "Your 2020 Analytics Report"
7094
  msgstr ""
7095
 
7096
- #: languages/vue.php:1549
7097
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
7098
  msgstr ""
7099
 
7100
- #: languages/vue.php:1552
7101
  msgid "Audience"
7102
  msgstr ""
7103
 
7104
- #: languages/vue.php:1555
7105
  msgid "Congrats"
7106
  msgstr ""
7107
 
7108
- #: languages/vue.php:1558
7109
  msgid "Your website was quite popular this year! "
7110
  msgstr ""
7111
 
7112
- #: languages/vue.php:1561
7113
  msgid "You had "
7114
  msgstr ""
7115
 
7116
- #: languages/vue.php:1564
7117
  msgid " visitors!"
7118
  msgstr ""
7119
 
7120
- #: languages/vue.php:1567
7121
  msgid " visitors"
7122
  msgstr ""
7123
 
7124
- #: languages/vue.php:1570
7125
  msgid "Total Visitors"
7126
  msgstr ""
7127
 
7128
- #: languages/vue.php:1573
7129
  msgid "Total Sessions"
7130
  msgstr ""
7131
 
7132
- #: languages/vue.php:1576
7133
  msgid "Visitors by Month"
7134
  msgstr ""
7135
 
7136
- #: languages/vue.php:1579
7137
  msgid "January 1, 2020 - December 31, 2020"
7138
  msgstr ""
7139
 
7140
- #: languages/vue.php:1582
7141
  msgid "A Tip for 2021"
7142
  msgstr ""
7143
 
7144
- #: languages/vue.php:1585
7145
  msgid "Demographics"
7146
  msgstr ""
7147
 
7148
- #: languages/vue.php:1588
7149
  msgid "#1"
7150
  msgstr ""
7151
 
7152
- #: languages/vue.php:1591
7153
  msgid "You Top 5 Countries"
7154
  msgstr ""
7155
 
7156
- #: languages/vue.php:1594
7157
  msgid "Let’s get to know your visitors a little better, shall we?"
7158
  msgstr ""
7159
 
7160
- #: languages/vue.php:1597
7161
  msgid "Gender"
7162
  msgstr ""
7163
 
7164
- #: languages/vue.php:1600
7165
  msgid "Female"
7166
  msgstr ""
7167
 
7168
- #: languages/vue.php:1603
7169
  msgid "Women"
7170
  msgstr ""
7171
 
7172
- #: languages/vue.php:1606
7173
  msgid "Male"
7174
  msgstr ""
7175
 
7176
- #: languages/vue.php:1609
7177
  msgid "Average Age"
7178
  msgstr ""
7179
 
7180
- #: languages/vue.php:1613
7181
  msgid "Behavior"
7182
  msgstr ""
7183
 
7184
- #: languages/vue.php:1616
7185
  msgid "Your Top 5 Pages"
7186
  msgstr ""
7187
 
7188
- #: languages/vue.php:1619
7189
  msgid "Time Spent on Site"
7190
  msgstr ""
7191
 
7192
- #: languages/vue.php:1622
7193
  msgid "minutes"
7194
  msgstr ""
7195
 
7196
- #: languages/vue.php:1625
7197
  msgid "Device Type"
7198
  msgstr ""
7199
 
7200
- #: languages/vue.php:1628
7201
  msgid "A Tip For 2021"
7202
  msgstr ""
7203
 
7204
- #: languages/vue.php:1631
7205
  msgid "Take advantage of what you’ve already built. See how to get more traffic from existing content in our 32 Marketing Hacks to Grow Your Traffic."
7206
  msgstr ""
7207
 
7208
- #: languages/vue.php:1634
7209
  msgid "Read - 32 Marketing Hacks to Grow Your Traffic"
7210
  msgstr ""
7211
 
7212
- #: languages/vue.php:1637
7213
  msgid "So, where did all of these visitors come from?"
7214
  msgstr ""
7215
 
7216
- #: languages/vue.php:1640
7217
  msgid "Clicks"
7218
  msgstr ""
7219
 
7220
- #: languages/vue.php:1643
7221
  msgid "Your Top 5 Keywords"
7222
  msgstr ""
7223
 
7224
- #: languages/vue.php:1646
7225
  msgid "What keywords visitors searched for to find your site"
7226
  msgstr ""
7227
 
7228
- #: languages/vue.php:1649
7229
  msgid "Your Top 5 Referrals"
7230
  msgstr ""
7231
 
7232
- #: languages/vue.php:1652
7233
  msgid "The websites that link back to your website"
7234
  msgstr ""
7235
 
7236
- #: languages/vue.php:1655
7237
  msgid "Opportunity"
7238
  msgstr ""
7239
 
7240
- #: languages/vue.php:1658
7241
  msgid "Use referral sources to create new partnerships or expand existing ones. See our guide on how to spy on your competitors and ethically steal their traffic."
7242
  msgstr ""
7243
 
7244
- #: languages/vue.php:1661
7245
  msgid "Read - How to Ethically Steal Your Competitor’s Traffic"
7246
  msgstr ""
7247
 
7248
- #: languages/vue.php:1664
7249
  msgid "Thank you for using MonsterInsights!"
7250
  msgstr ""
7251
 
7252
- #: languages/vue.php:1667
7253
  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."
7254
  msgstr ""
7255
 
7256
- #: languages/vue.php:1670
7257
  msgid "Here's to an amazing 2021!"
7258
  msgstr ""
7259
 
7260
- #: languages/vue.php:1673
7261
  msgid "Enjoying MonsterInsights"
7262
  msgstr ""
7263
 
7264
- #: languages/vue.php:1676
7265
  msgid "Leave a five star review!"
7266
  msgstr ""
7267
 
7268
- #: languages/vue.php:1679
7269
  msgid "Syed Balkhi"
7270
  msgstr ""
7271
 
7272
- #: languages/vue.php:1682
7273
  msgid "Chris Christoff"
7274
  msgstr ""
7275
 
7276
- #: languages/vue.php:1685
7277
  msgid "Write Review"
7278
  msgstr ""
7279
 
7280
- #: languages/vue.php:1688
7281
  msgid "Did you know over 10 million websites use our plugins?"
7282
  msgstr ""
7283
 
7284
- #: languages/vue.php:1691
7285
  msgid "Try our other popular WordPress plugins to grow your website in 2021."
7286
  msgstr ""
7287
 
7288
- #: languages/vue.php:1694
7289
  msgid "Join our Communities!"
7290
  msgstr ""
7291
 
7292
- #: languages/vue.php:1697
7293
  msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
7294
  msgstr ""
7295
 
7296
- #: languages/vue.php:1700
7297
  msgid "Facebook Group"
7298
  msgstr ""
7299
 
7300
- #: languages/vue.php:1703
7301
  msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
7302
  msgstr ""
7303
 
7304
- #: languages/vue.php:1706
7305
  msgid "Join Now...It’s Free!"
7306
  msgstr ""
7307
 
7308
- #: languages/vue.php:1709
7309
  msgid "WordPress Tutorials by WPBeginner"
7310
  msgstr ""
7311
 
7312
- #: languages/vue.php:1712
7313
  msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
7314
  msgstr ""
7315
 
7316
- #: languages/vue.php:1715
7317
  msgid "Visit WPBeginner"
7318
  msgstr ""
7319
 
7320
- #: languages/vue.php:1718
7321
  msgid "Follow Us!"
7322
  msgstr ""
7323
 
7324
- #: languages/vue.php:1721
7325
  msgid "Follow MonsterInsights on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics."
7326
  msgstr ""
7327
 
7328
- #: languages/vue.php:1724
7329
  msgid "Copyright MonsterInsights, 2021"
7330
  msgstr ""
7331
 
7332
- #: languages/vue.php:1727
7333
  msgid "Upgrade to MonsterInsights Pro to Unlock Additional Actionable Insights"
7334
  msgstr ""
7335
 
7336
- #: languages/vue.php:1730
7337
  msgid "January"
7338
  msgstr ""
7339
 
7340
- #: languages/vue.php:1733
7341
  msgid "February"
7342
  msgstr ""
7343
 
7344
- #: languages/vue.php:1736
7345
  msgid "March"
7346
  msgstr ""
7347
 
7348
- #: languages/vue.php:1739
7349
  msgid "April"
7350
  msgstr ""
7351
 
7352
- #: languages/vue.php:1742
7353
  msgid "May"
7354
  msgstr ""
7355
 
7356
- #: languages/vue.php:1745
7357
  msgid "June"
7358
  msgstr ""
7359
 
7360
- #: languages/vue.php:1748
7361
  msgid "July"
7362
  msgstr ""
7363
 
7364
- #: languages/vue.php:1751
7365
  msgid "August"
7366
  msgstr ""
7367
 
7368
- #: languages/vue.php:1754
7369
  msgid "September"
7370
  msgstr ""
7371
 
7372
- #: languages/vue.php:1757
7373
  msgid "October"
7374
  msgstr ""
7375
 
7376
- #: languages/vue.php:1760
7377
  msgid "November"
7378
  msgstr ""
7379
 
7380
- #: languages/vue.php:1763
7381
  msgid "December"
7382
  msgstr ""
7383
 
7384
  #. Translators: Number of visitors.
7385
- #: languages/vue.php:1767
7386
  msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
7387
  msgstr ""
7388
 
7389
- #: languages/vue.php:1770
7390
  msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
7391
  msgstr ""
7392
 
7393
  #. Translators: Number of visitors.
7394
- #: languages/vue.php:1774
7395
  msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
7396
  msgstr ""
7397
 
7398
  #. Translators: Number of visitors.
7399
- #: languages/vue.php:1778
7400
  msgid "%s Visitors"
7401
  msgstr ""
7402
 
7403
  #. Translators: Percent and Number of visitors.
7404
- #: languages/vue.php:1782
7405
  msgid "%1$s&#37 of your visitors were %2$s"
7406
  msgstr ""
7407
 
7408
  #. Translators: Number of visitors and their age.
7409
- #: languages/vue.php:1786
7410
  msgid "%1$s&#37 of your visitors were between the ages of %2$s"
7411
  msgstr ""
7412
 
7413
- #: languages/vue.php:1789
7414
  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>"
7415
  msgstr ""
7416
 
7417
  #. Translators: Number of minutes spent on site.
7418
- #: languages/vue.php:1793
7419
  msgid "Each visitor spent an average of %s minutes on your website in 2020."
7420
  msgstr ""
7421
 
7422
  #. Translators: Name of device type.
7423
- #: languages/vue.php:1797
7424
  msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
7425
  msgstr ""
7426
 
7427
  #. Translators: Number of visitors and device percentage.
7428
- #: languages/vue.php:1801
7429
  msgid "%1$s&#37 of your visitors were on a %2$s device."
7430
  msgstr ""
7431
 
7432
- #: languages/vue.php:1804
7433
  msgid "Desktop"
7434
  msgstr ""
7435
 
7436
- #: languages/vue.php:1807
7437
  msgid "Tablet"
7438
  msgstr ""
7439
 
7440
- #: languages/vue.php:1810
7441
  msgid "Mobile"
7442
  msgstr ""
7443
 
7444
- #: languages/vue.php:1813
7445
  msgid "Right Now"
7446
  msgstr ""
7447
 
7448
- #: languages/vue.php:1816
7449
  msgid "Active users on site"
7450
  msgstr ""
7451
 
7452
- #: languages/vue.php:1819
7453
  msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
7454
  msgstr ""
7455
 
7456
- #: languages/vue.php:1822
7457
  msgid "Important: this only includes users who are tracked in real-time. Not all users are tracked in real-time including (but not limited to) logged-in site administrators, certain mobile users, and users who match a Google Analytics filter."
7458
  msgstr ""
7459
 
7460
- #: languages/vue.php:1825
7461
  msgid "The real-time report automatically updates approximately every 60 seconds."
7462
  msgstr ""
7463
 
7464
  #. Translators: Number of seconds that have passed since the report was refreshed.
7465
- #: languages/vue.php:1829
7466
  msgid "The real-time report was last updated %s seconds ago."
7467
  msgstr ""
7468
 
7469
- #: languages/vue.php:1832
7470
  msgid "The latest data will be automatically shown on this page when it becomes available."
7471
  msgstr ""
7472
 
7473
- #: languages/vue.php:1835
7474
  msgid "There is no need to refresh the browser (doing so won't have any effect)."
7475
  msgstr ""
7476
 
7477
- #: languages/vue.php:1838
7478
  msgid "Pageviews Per Minute"
7479
  msgstr ""
7480
 
7481
- #: languages/vue.php:1841
7482
  msgid "Top Pages"
7483
  msgstr ""
7484
 
7485
- #: languages/vue.php:1844
7486
  msgid "No pageviews currently."
7487
  msgstr ""
7488
 
7489
- #: languages/vue.php:1847
7490
  msgid "Page"
7491
  msgstr ""
7492
 
7493
- #: languages/vue.php:1850
7494
  msgid "Pageview Count"
7495
  msgstr ""
7496
 
7497
- #: languages/vue.php:1853
7498
  msgid "Percent of Total"
7499
  msgstr ""
7500
 
7501
- #: languages/vue.php:1856
7502
  msgid "This is the number of active users currently on your site."
7503
  msgstr ""
7504
 
7505
- #: languages/vue.php:1859
7506
  msgid "This graph shows the number of pageviews for each of the last 30 minutes."
7507
  msgstr ""
7508
 
7509
- #: languages/vue.php:1862
7510
  msgid "This list shows the top pages users are currently viewing on your site."
7511
  msgstr ""
7512
 
7513
- #: languages/vue.php:1865
7514
  msgid "View All Real-Time Pageviews"
7515
  msgstr ""
7516
 
7517
- #: languages/vue.php:1868
7518
  msgid "View All Real-Time Traffic Sources"
7519
  msgstr ""
7520
 
7521
- #: languages/vue.php:1871
7522
  msgid "View All Real-Time Traffic by Country"
7523
  msgstr ""
7524
 
7525
- #: languages/vue.php:1874
7526
  msgid "View All Real-Time Traffic by City"
7527
  msgstr ""
7528
 
7529
- #: languages/vue.php:1877
7530
  msgid "Show Overview Reports"
7531
  msgstr ""
7532
 
7533
- #: languages/vue.php:1880
7534
  msgid "Show Publishers Reports"
7535
  msgstr ""
7536
 
7537
- #: languages/vue.php:1883
7538
  msgid "Show eCommerce Reports"
7539
  msgstr ""
7540
 
7541
- #: languages/vue.php:1886
7542
  msgid "Settings Menu"
7543
  msgstr ""
7544
 
7545
- #: languages/vue.php:1889
7546
  msgid "Available in PRO version"
7547
  msgstr ""
7548
 
7549
- #: languages/vue.php:1892
7550
  msgid "Thank you for being a loyal MonsterInsights Lite user."
7551
  msgstr ""
7552
 
7553
- #: languages/vue.php:1895
7554
  msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
7555
  msgstr ""
7556
 
7557
  #. Translators: Gets replaced with the coupon code.
7558
- #: languages/vue.php:1899
7559
  msgid "Use coupon code %s to get 50%% off."
7560
  msgstr ""
7561
 
7562
- #: languages/vue.php:1902
7563
  msgid "Dashboard widget"
7564
  msgstr ""
7565
 
7566
- #: languages/vue.php:1906
7567
  msgid "Affiliate Links"
7568
  msgstr ""
7569
 
7570
- #: languages/vue.php:1909
7571
  msgid "Enhanced Ecommerce"
7572
  msgstr ""
7573
 
7574
- #: languages/vue.php:1912
7575
  msgid "Banner Ads"
7576
  msgstr ""
7577
 
7578
- #: languages/vue.php:1916
7579
  msgid "Google AMP"
7580
  msgstr ""
7581
 
7582
- #: languages/vue.php:1919
7583
  msgid "SEO Score Tracking"
7584
  msgstr ""
7585
 
7586
- #: languages/vue.php:1923
7587
  msgid "Activating..."
7588
  msgstr ""
7589
 
7590
- #: languages/vue.php:1926
7591
  msgid "Deactivating..."
7592
  msgstr ""
7593
 
7594
- #: languages/vue.php:1929
7595
  msgid "Deactivate"
7596
  msgstr ""
7597
 
7598
  #. Translators: The status of the addon (installed/active/inactive).
7599
- #: languages/vue.php:1933
7600
  msgid "Status: %s"
7601
  msgstr ""
7602
 
7603
- #: languages/vue.php:1936
7604
  msgid "Not Installed"
7605
  msgstr ""
7606
 
7607
- #: languages/vue.php:1939
7608
  msgid "Network Active"
7609
  msgstr ""
7610
 
7611
- #: languages/vue.php:1942
7612
  msgid "Active"
7613
  msgstr ""
7614
 
7615
- #: languages/vue.php:1945
7616
  msgid "Inactive"
7617
  msgstr ""
7618
 
7619
  #. Translators: Adds a link to the general settings tab.
7620
- #: languages/vue.php:1949
7621
  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."
7622
  msgstr ""
7623
 
7624
- #: languages/vue.php:1952
7625
  msgid "Export PDF Reports"
7626
  msgstr ""
7627
 
7628
- #: languages/vue.php:1955
7629
  msgid "Permissions"
7630
  msgstr ""
7631
 
7632
- #: languages/vue.php:1958
7633
  msgid "Allow These User Roles to See Reports"
7634
  msgstr ""
7635
 
7636
- #: languages/vue.php:1961
7637
  msgid "Users that have at least one of these roles will be able to view the reports."
7638
  msgstr ""
7639
 
@@ -7706,278 +7709,278 @@ msgstr ""
7706
  msgid "Can't load settings. Error: %1$s, %2$s"
7707
  msgstr ""
7708
 
7709
- #: languages/vue.php:2021
7710
  msgid "You appear to be offline."
7711
  msgstr ""
7712
 
7713
  #. Translators: Error status and error text.
7714
- #: languages/vue.php:2025
7715
  msgid "Can't save settings. Error: %1$s, %2$s"
7716
  msgstr ""
7717
 
7718
- #: languages/vue.php:2028
7719
  msgid "Network error encountered. Settings not saved."
7720
  msgstr ""
7721
 
7722
  #. Translators: Error status and error text.
7723
- #: languages/vue.php:2032
7724
  msgid "Can't deactivate the license. Error: %1$s, %2$s"
7725
  msgstr ""
7726
 
7727
  #. Translators: Error status and error text.
7728
- #: languages/vue.php:2036
7729
  msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
7730
  msgstr ""
7731
 
7732
  #. Translators: Error status and error text.
7733
- #: languages/vue.php:2040
7734
  msgid "Can't load license details. Error: %1$s, %2$s"
7735
  msgstr ""
7736
 
7737
- #: languages/vue.php:2043
7738
  msgid "Error loading license details"
7739
  msgstr ""
7740
 
7741
  #. Translators: Error status and error text.
7742
- #: languages/vue.php:2047
7743
  msgid "Can't verify the license. Error: %1$s, %2$s"
7744
  msgstr ""
7745
 
7746
  #. Translators: Error status and error text.
7747
- #: languages/vue.php:2051
7748
  msgid "Can't validate the license. Error: %1$s, %2$s"
7749
  msgstr ""
7750
 
7751
  #. Translators: Error status and error text.
7752
- #: languages/vue.php:2055
7753
  msgid "Can't deauthenticate. Error: %1$s, %2$s"
7754
  msgstr ""
7755
 
7756
  #. Translators: Error status and error text.
7757
- #: languages/vue.php:2059
7758
  msgid "Can't load authentication details. Error: %1$s, %2$s"
7759
  msgstr ""
7760
 
7761
- #: languages/vue.php:2062
7762
  msgid "You appear to be offline. Settings not saved."
7763
  msgstr ""
7764
 
7765
  #. Translators: Error status and error text.
7766
- #: languages/vue.php:2066
7767
  msgid "Can't authenticate. Error: %1$s, %2$s"
7768
  msgstr ""
7769
 
7770
  #. Translators: Error status and error text.
7771
- #: languages/vue.php:2070
7772
  msgid "Can't reauthenticate. Error: %1$s, %2$s"
7773
  msgstr ""
7774
 
7775
  #. Translators: Error status and error text.
7776
- #: languages/vue.php:2074
7777
  msgid "Can't verify credentials. Error: %1$s, %2$s"
7778
  msgstr ""
7779
 
7780
- #: languages/vue.php:2077
7781
  msgid "Proceed"
7782
  msgstr ""
7783
 
7784
- #: languages/vue.php:2080
7785
  msgid "Connection Information"
7786
  msgstr ""
7787
 
7788
- #: languages/vue.php:2083
7789
  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."
7790
  msgstr ""
7791
 
7792
- #: languages/vue.php:2086
7793
  msgid "Hostname"
7794
  msgstr ""
7795
 
7796
- #: languages/vue.php:2089
7797
  msgid "FTP Username"
7798
  msgstr ""
7799
 
7800
- #: languages/vue.php:2092
7801
  msgid "FTP Password"
7802
  msgstr ""
7803
 
7804
- #: languages/vue.php:2095
7805
  msgid "This password will not be stored on the server."
7806
  msgstr ""
7807
 
7808
- #: languages/vue.php:2098
7809
  msgid "Connection Type"
7810
  msgstr ""
7811
 
7812
- #: languages/vue.php:2101
7813
  msgid "Cancel"
7814
  msgstr ""
7815
 
7816
- #: languages/vue.php:2104
7817
  msgid "You appear to be offline. WPForms not installed."
7818
  msgstr ""
7819
 
7820
  #. Translators: Error status and error text.
7821
- #: languages/vue.php:2108
7822
  msgid "Can't activate addon. Error: %1$s, %2$s"
7823
  msgstr ""
7824
 
7825
- #: languages/vue.php:2111
7826
  msgid "You appear to be offline. Addon not activated."
7827
  msgstr ""
7828
 
7829
  #. Translators: Error status and error text.
7830
- #: languages/vue.php:2115
7831
  msgid "Can't deactivate addon. Error: %1$s, %2$s"
7832
  msgstr ""
7833
 
7834
- #: languages/vue.php:2118
7835
  msgid "You appear to be offline. Addon not deactivated."
7836
  msgstr ""
7837
 
7838
  #. Translators: Error status and error text.
7839
- #: languages/vue.php:2122
7840
  msgid "Can't install plugin. Error: %1$s, %2$s"
7841
  msgstr ""
7842
 
7843
- #: languages/vue.php:2125
7844
  msgid "You appear to be offline. Plugin not installed."
7845
  msgstr ""
7846
 
7847
  #. Translators: Error status and error text.
7848
- #: languages/vue.php:2129
7849
  msgid "Can't install addon. Error: %1$s, %2$s"
7850
  msgstr ""
7851
 
7852
- #: languages/vue.php:2132
7853
  msgid "You appear to be offline. Addon not installed."
7854
  msgstr ""
7855
 
7856
  #. Translators: Error status and error text.
7857
- #: languages/vue.php:2136
7858
  msgid "Can't install WPForms. Error: %1$s, %2$s"
7859
  msgstr ""
7860
 
7861
  #. Translators: Example path (/go/).
7862
- #: languages/vue.php:2140
7863
  msgid "Path (example: %s)"
7864
  msgstr ""
7865
 
7866
- #: languages/vue.php:2143
7867
  msgid "Path has to start with a / and have no spaces"
7868
  msgstr ""
7869
 
7870
  #. Translators: Example label (aff).
7871
- #: languages/vue.php:2147
7872
  msgid "Label (example: %s)"
7873
  msgstr ""
7874
 
7875
- #: languages/vue.php:2150
7876
  msgid "Label can't contain any spaces"
7877
  msgstr ""
7878
 
7879
  #. Translators: Add links to documentation.
7880
- #: languages/vue.php:2154
7881
  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."
7882
  msgstr ""
7883
 
7884
- #: languages/vue.php:2157
7885
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
7886
  msgstr ""
7887
 
7888
- #: languages/vue.php:2160
7889
  msgid "The MonsterInsights 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."
7890
  msgstr ""
7891
 
7892
- #: languages/vue.php:2163
7893
  msgid "Disable the Headline Analyzer"
7894
  msgstr ""
7895
 
7896
- #: languages/vue.php:2166
7897
  msgid "Warning: If you use a manual GA4 Measurement ID, you won't be able to use any of the reporting and some of the tracking features. Your Measurement ID should look like G-XXXXXXXXXX where the X's are numbers."
7898
  msgstr ""
7899
 
7900
- #: languages/vue.php:2169
7901
  msgid "Or manually enter UA code (limited functionality)"
7902
  msgstr ""
7903
 
7904
- #: languages/vue.php:2172
7905
  msgid "Dual Tracking Profile"
7906
  msgstr ""
7907
 
7908
- #: languages/vue.php:2175
7909
  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."
7910
  msgstr ""
7911
 
7912
- #: languages/vue.php:2178
7913
  msgid "Your Universal Analytics code should look like UA-XXXXXXXXXX where the X's are numbers."
7914
  msgstr ""
7915
 
7916
- #: languages/vue.php:2181
7917
  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."
7918
  msgstr ""
7919
 
7920
- #: languages/vue.php:2184
7921
  msgid "Your Measurement ID should look like G-XXXXXXXXXX where the X's are numbers."
7922
  msgstr ""
7923
 
7924
- #: languages/vue.php:2187
7925
  msgid "Measurement Protocol API Secret"
7926
  msgstr ""
7927
 
7928
- #: languages/vue.php:2190
7929
  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."
7930
  msgstr ""
7931
 
7932
- #: languages/vue.php:2193
7933
  msgid "Force Deauthenticate"
7934
  msgstr ""
7935
 
7936
- #: languages/vue.php:2196
7937
  msgid "Disconnect MonsterInsights"
7938
  msgstr ""
7939
 
7940
- #: languages/vue.php:2199
7941
  msgid "Authenticating"
7942
  msgstr ""
7943
 
7944
- #: languages/vue.php:2202
7945
  msgid "Verifying Credentials"
7946
  msgstr ""
7947
 
7948
- #: languages/vue.php:2205
7949
  msgid "Your site is connected to MonsterInsights!"
7950
  msgstr ""
7951
 
7952
- #: languages/vue.php:2208
7953
  msgid "Deauthenticating"
7954
  msgstr ""
7955
 
7956
- #: languages/vue.php:2211
7957
  msgid "You've disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
7958
  msgstr ""
7959
 
7960
- #: languages/vue.php:2214
7961
  msgid "Connect MonsterInsights"
7962
  msgstr ""
7963
 
7964
- #: languages/vue.php:2217
7965
  msgid "Verify Credentials"
7966
  msgstr ""
7967
 
7968
- #: languages/vue.php:2220
7969
  msgid "Website Profile"
7970
  msgstr ""
7971
 
7972
- #: languages/vue.php:2223
7973
  msgid "Active Profile"
7974
  msgstr ""
7975
 
7976
- #: languages/vue.php:2226
7977
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
7978
  msgstr ""
7979
 
7980
- #: languages/vue.php:2229
7981
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
7982
  msgstr ""
7983
 
@@ -7985,205 +7988,205 @@ msgstr ""
7985
  msgid "Manually enter your UA code"
7986
  msgstr ""
7987
 
7988
- #: languages/vue.php:2237
7989
  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."
7990
  msgstr ""
7991
 
7992
- #: languages/vue.php:2240
7993
  msgid "Manually enter your GA4 Measurement ID"
7994
  msgstr ""
7995
 
7996
- #: languages/vue.php:2243
7997
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
7998
  msgstr ""
7999
 
8000
- #: languages/vue.php:2246
8001
  msgid "Anonymize IP Addresses"
8002
  msgstr ""
8003
 
8004
- #: languages/vue.php:2249
8005
  msgid "Link Attribution"
8006
  msgstr ""
8007
 
8008
- #: languages/vue.php:2252
8009
  msgid "Enable Enhanced Link Attribution"
8010
  msgstr ""
8011
 
8012
- #: languages/vue.php:2255
8013
  msgid "Enable Anchor Tracking"
8014
  msgstr ""
8015
 
8016
- #: languages/vue.php:2258
8017
  msgid "Enable allowAnchor"
8018
  msgstr ""
8019
 
8020
- #: languages/vue.php:2261
8021
  msgid "Enable allowLinker"
8022
  msgstr ""
8023
 
8024
- #: languages/vue.php:2264
8025
  msgid "Enable Tag Links in RSS"
8026
  msgstr ""
8027
 
8028
- #: languages/vue.php:2267
8029
  msgid "File Downloads"
8030
  msgstr ""
8031
 
8032
- #: languages/vue.php:2270
8033
  msgid "Extensions of Files to Track as Downloads"
8034
  msgstr ""
8035
 
8036
- #: languages/vue.php:2273
8037
  msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
8038
  msgstr ""
8039
 
8040
  #. Translators: Add links to the documentation.
8041
- #: languages/vue.php:2277
8042
  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."
8043
  msgstr ""
8044
 
8045
  #. Translators: Adds a link to the documentation.
8046
- #: languages/vue.php:2281
8047
  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."
8048
  msgstr ""
8049
 
8050
  #. Translators: Adds a link to the documentation.
8051
- #: languages/vue.php:2285
8052
  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."
8053
  msgstr ""
8054
 
8055
- #: languages/vue.php:2288
8056
  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."
8057
  msgstr ""
8058
 
8059
  #. Translators: Adds a link to the documentation.
8060
- #: languages/vue.php:2292
8061
  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."
8062
  msgstr ""
8063
 
8064
  #. Translators: Adds a link to the documentation.
8065
- #: languages/vue.php:2296
8066
  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."
8067
  msgstr ""
8068
 
8069
  #. Translators: Adds a link to the documentation.
8070
- #: languages/vue.php:2300
8071
  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."
8072
  msgstr ""
8073
 
8074
- #: languages/vue.php:2303
8075
  msgid "Add domain"
8076
  msgstr ""
8077
 
8078
  #. Translators: Example domain.
8079
- #: languages/vue.php:2307
8080
  msgid "Domain (example: %s)"
8081
  msgstr ""
8082
 
8083
  #. Translators: Current site domain to be avoided.
8084
- #: languages/vue.php:2311
8085
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
8086
  msgstr ""
8087
 
8088
- #: languages/vue.php:2314
8089
  msgid "Cross Domain Tracking"
8090
  msgstr ""
8091
 
8092
  #. Translators: Adds a link to the documentation.
8093
- #: languages/vue.php:2318
8094
  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."
8095
  msgstr ""
8096
 
8097
  #. Translators: Number of days.
8098
- #: languages/vue.php:2322
8099
  msgid "vs. Previous Day"
8100
  msgstr ""
8101
 
8102
- #: languages/vue.php:2325
8103
  msgid "No change"
8104
  msgstr ""
8105
 
8106
- #: languages/vue.php:2328
8107
  msgid "Forms Tracking help you see who’s viewing your forms, so you can increase conversions."
8108
  msgstr ""
8109
 
8110
- #: languages/vue.php:2331
8111
  msgid "Custom Dimensions show you popular categories, best time to publish, focus keywords, etc."
8112
  msgstr ""
8113
 
8114
- #: languages/vue.php:2334
8115
  msgid "Make Google Analytics GDPR compliant with our EU Compliance addon."
8116
  msgstr ""
8117
 
8118
- #: languages/vue.php:2337
8119
  msgid "Get real-time Google Analytics report right inside your WordPress dashboard."
8120
  msgstr ""
8121
 
8122
- #: languages/vue.php:2340
8123
  msgid "Use Google Optimize to easily perform A/B split tests on your site."
8124
  msgstr ""
8125
 
8126
- #: languages/vue.php:2343
8127
  msgid "See all your important store metrics in one place with Enhanced Ecommerce Tracking."
8128
  msgstr ""
8129
 
8130
- #: languages/vue.php:2346
8131
  msgid "Unlock search console report to see your top performing keywords in Google."
8132
  msgstr ""
8133
 
8134
- #: languages/vue.php:2349
8135
  msgid "Get Page Insights to see important metrics for individual posts / pages in WordPress."
8136
  msgstr ""
8137
 
8138
- #: languages/vue.php:2352
8139
  msgid "Publishers Report shows your top performing pages, audience demographics, and more."
8140
  msgstr ""
8141
 
8142
- #: languages/vue.php:2355
8143
  msgid "Get Scroll-Depth tracking to see how far users scroll on your pages before leaving."
8144
  msgstr ""
8145
 
8146
- #: languages/vue.php:2358
8147
  msgid "Upgrade to Pro »"
8148
  msgstr ""
8149
 
8150
- #: languages/vue.php:2361
8151
  msgid "Pro Tip:"
8152
  msgstr ""
8153
 
8154
- #: languages/vue.php:2364
8155
  msgid "Show"
8156
  msgstr ""
8157
 
8158
- #: languages/vue.php:2367
8159
  msgid "Hide dashboard widget"
8160
  msgstr ""
8161
 
8162
- #: languages/vue.php:2370
8163
  msgid "Are you sure you want to hide the MonsterInsights Dashboard Widget? "
8164
  msgstr ""
8165
 
8166
- #: languages/vue.php:2373
8167
  msgid "Yes, hide it!"
8168
  msgstr ""
8169
 
8170
- #: languages/vue.php:2376
8171
  msgid "No, cancel!"
8172
  msgstr ""
8173
 
8174
- #: languages/vue.php:2379
8175
  msgid "MonsterInsights Widget Hidden"
8176
  msgstr ""
8177
 
8178
- #: languages/vue.php:2382
8179
  msgid "You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page"
8180
  msgstr ""
8181
 
8182
- #: languages/vue.php:2389
8183
  msgid "Usage Tracking"
8184
  msgstr ""
8185
 
8186
- #: languages/vue.php:2392
8187
  msgid "Allow Usage Tracking"
8188
  msgstr ""
8189
 
@@ -8192,1621 +8195,1758 @@ msgid "By allowing us to track usage data we can better help you because we know
8192
  msgstr ""
8193
 
8194
  #. Translators: Add links to documentation.
8195
- #: languages/vue.php:2399
8196
  msgid "Complete documentation on usage tracking is available %1$shere%2$s."
8197
  msgstr ""
8198
 
8199
  #. Translators: Make text green and add smiley face.
8200
- #: languages/vue.php:2403
8201
  msgid "You're using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy! %3$s"
8202
  msgstr ""
8203
 
8204
  #. Translators: Add link to upgrade.
8205
- #: languages/vue.php:2407
8206
  msgid "To unlock more features consider %1$supgrading to PRO%2$s."
8207
  msgstr ""
8208
 
8209
  #. Translators: Make text green.
8210
- #: languages/vue.php:2411
8211
  msgid "As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
8212
  msgstr ""
8213
 
8214
- #: languages/vue.php:2414
8215
  msgid "Unlock PRO Features Now"
8216
  msgstr ""
8217
 
8218
- #: languages/vue.php:2417
8219
  msgid "Paste your license key here"
8220
  msgstr ""
8221
 
8222
- #: languages/vue.php:2420
8223
  msgid "Verify"
8224
  msgstr ""
8225
 
8226
  #. Translators: Add link to retrieve license from account area.
8227
- #: languages/vue.php:2424
8228
  msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %1$sRetrieve your license key%2$s."
8229
  msgstr ""
8230
 
8231
- #: languages/vue.php:2427
8232
  msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
8233
  msgstr ""
8234
 
8235
  #. Translators: Error status and error text.
8236
- #: languages/vue.php:2431
8237
  msgid "Can't load errors. Error: %1$s, %2$s"
8238
  msgstr ""
8239
 
8240
- #: languages/vue.php:2434
8241
  msgid "No options available"
8242
  msgstr ""
8243
 
8244
- #: languages/vue.php:2437
8245
  msgid "%1$sAll-in-One SEO%2$s Makes SEO Simple. Gain Valuable Organic Traffic."
8246
  msgstr ""
8247
 
8248
- #: languages/vue.php:2440
8249
  msgid "Automatically migrate all of your SEO settings with just 1 click!"
8250
  msgstr ""
8251
 
8252
- #: languages/vue.php:2443
8253
  msgid "1,938"
8254
  msgstr ""
8255
 
8256
- #: languages/vue.php:2446
8257
  msgid "2+ Million Active Installs"
8258
  msgstr ""
8259
 
8260
- #: languages/vue.php:2449
8261
  msgid "AIOSEO is the DIY Solution for Managing your SEO"
8262
  msgstr ""
8263
 
8264
- #: languages/vue.php:2452
8265
  msgid "Set up the proper SEO foundations in less than 10 minutes."
8266
  msgstr ""
8267
 
8268
- #: languages/vue.php:2455
8269
  msgid "SEO Audit Checklist"
8270
  msgstr ""
8271
 
8272
- #: languages/vue.php:2458
8273
  msgid "Analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic."
8274
  msgstr ""
8275
 
8276
- #: languages/vue.php:2461
8277
  msgid "Optimize Your Pages For Higher Rankings With TruSEO Score."
8278
  msgstr ""
8279
 
8280
- #: languages/vue.php:2464
8281
  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."
8282
  msgstr ""
8283
 
8284
- #: languages/vue.php:2467
8285
  msgid "Get AIOSEO for WordPress"
8286
  msgstr ""
8287
 
8288
- #: languages/vue.php:2470
8289
  msgid "Get the #1 Most Powerful WordPress SEO Plugin Today"
8290
  msgstr ""
8291
 
8292
- #: languages/vue.php:2473
8293
  msgid "Try it out today, for free."
8294
  msgstr ""
8295
 
8296
- #: languages/vue.php:2476
8297
  msgid "Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings."
8298
  msgstr ""
8299
 
8300
- #: languages/vue.php:2479
8301
  msgid "Activate and Install the Plugin with just one click!"
8302
  msgstr ""
8303
 
8304
- #: languages/vue.php:2482
8305
  msgid "Installing AIOSEO..."
8306
  msgstr ""
8307
 
8308
- #: languages/vue.php:2485
8309
  msgid "Congrats! All-in-One SEO Installed."
8310
  msgstr ""
8311
 
8312
- #: languages/vue.php:2488
8313
  msgid "Switch to AIOSEO"
8314
  msgstr ""
8315
 
8316
- #: languages/vue.php:2491
8317
  msgid "Installation Failed. Please refresh and try again."
8318
  msgstr ""
8319
 
8320
- #: languages/vue.php:2494
8321
  msgid "Activating AIOSEO..."
8322
  msgstr ""
8323
 
8324
- #: languages/vue.php:2497
8325
  msgid "Activate AIOSEO"
8326
  msgstr ""
8327
 
8328
- #: languages/vue.php:2500
8329
  msgid "Activation Failed. Please refresh and try again."
8330
  msgstr ""
8331
 
8332
  #. Translators: The name of the field that is throwing a validation error.
8333
- #: languages/vue.php:2504
8334
  msgid "%s can't be empty."
8335
  msgstr ""
8336
 
8337
- #: languages/vue.php:2507
8338
  msgid "Duplicate values are not allowed."
8339
  msgstr ""
8340
 
8341
- #: languages/vue.php:2510
8342
  msgid "You can add maximum 5 items."
8343
  msgstr ""
8344
 
8345
- #: languages/vue.php:2513
8346
  msgid "At least 0 item required."
8347
  msgstr ""
8348
 
8349
- #: languages/vue.php:2516
8350
  msgid "Add Another Link Path"
8351
  msgstr ""
8352
 
8353
- #: languages/vue.php:2519
8354
  msgid "Remove row"
8355
  msgstr ""
8356
 
8357
- #: languages/vue.php:2522
8358
  msgid "New"
8359
  msgstr ""
8360
 
8361
- #: languages/vue.php:2525
8362
  msgid "Returning"
8363
  msgstr ""
8364
 
8365
- #: languages/vue.php:2528
8366
  msgid "Top 10 Countries"
8367
  msgstr ""
8368
 
8369
- #: languages/vue.php:2531
8370
  msgid "View Countries Report"
8371
  msgstr ""
8372
 
8373
- #: languages/vue.php:2534
8374
  msgid "Top 10 Referrals"
8375
  msgstr ""
8376
 
8377
- #: languages/vue.php:2537
8378
  msgid "View All Referral Sources"
8379
  msgstr ""
8380
 
8381
- #: languages/vue.php:2540
8382
  msgid "View Full Posts/Pages Report"
8383
  msgstr ""
8384
 
8385
- #: languages/vue.php:2543
8386
  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."
8387
  msgstr ""
8388
 
8389
- #: languages/vue.php:2546
8390
  msgid "This list shows the top countries your website visitors are from."
8391
  msgstr ""
8392
 
8393
- #: languages/vue.php:2549
8394
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
8395
  msgstr ""
8396
 
8397
- #: languages/vue.php:2552
8398
  msgid "Export PDF Overview Report"
8399
  msgstr ""
8400
 
8401
- #: languages/vue.php:2555
8402
  msgid "Reset to default"
8403
  msgstr ""
8404
 
8405
- #: languages/vue.php:2558
8406
  msgid "The value entered does not match the required format"
8407
  msgstr ""
8408
 
8409
- #: languages/vue.php:2561
8410
  msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
8411
  msgstr ""
8412
 
8413
- #: languages/vue.php:2564
8414
  msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
8415
  msgstr ""
8416
 
8417
- #: languages/vue.php:2567
8418
  msgid "Recommended Settings"
8419
  msgstr ""
8420
 
8421
- #: languages/vue.php:2570
8422
  msgid "MonsterInsights recommends the following settings based on your configuration."
8423
  msgstr ""
8424
 
8425
- #: languages/vue.php:2573
8426
  msgid "Events Tracking"
8427
  msgstr ""
8428
 
8429
- #: languages/vue.php:2576
8430
  msgid "Must have for all click tracking on site."
8431
  msgstr ""
8432
 
8433
- #: languages/vue.php:2579
8434
  msgid "MonsterInsights 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."
8435
  msgstr ""
8436
 
8437
- #: languages/vue.php:2582
8438
  msgid "Enhanced Link Attribution"
8439
  msgstr ""
8440
 
8441
- #: languages/vue.php:2585
8442
  msgid "Improves the accuracy of your In-Page Analytics."
8443
  msgstr ""
8444
 
8445
- #: languages/vue.php:2588
8446
  msgid "MonsterInsights 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."
8447
  msgstr ""
8448
 
8449
- #: languages/vue.php:2591
8450
  msgid "Install Updates Automatically"
8451
  msgstr ""
8452
 
8453
- #: languages/vue.php:2594
8454
  msgid "Get the latest features, bug fixes, and security updates as they are released."
8455
  msgstr ""
8456
 
8457
- #: languages/vue.php:2597
8458
  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 MonsterInsights, we offer the ability to automatically have MonsterInsights update itself."
8459
  msgstr ""
8460
 
8461
- #: languages/vue.php:2600
8462
  msgid "File Download Tracking"
8463
  msgstr ""
8464
 
8465
- #: languages/vue.php:2603
8466
  msgid "Helps you see file downloads data."
8467
  msgstr ""
8468
 
8469
- #: languages/vue.php:2606
8470
  msgid "MonsterInsights 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? MonsterInsights makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
8471
  msgstr ""
8472
 
8473
- #: languages/vue.php:2609
8474
  msgid "Helps you increase affiliate revenue."
8475
  msgstr ""
8476
 
8477
- #: languages/vue.php:2612
8478
  msgid "MonsterInsights 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."
8479
  msgstr ""
8480
 
8481
- #: languages/vue.php:2615
8482
  msgid "Affiliate Link Tracking"
8483
  msgstr ""
8484
 
8485
- #: languages/vue.php:2618
8486
  msgid "Who Can See Reports"
8487
  msgstr ""
8488
 
8489
- #: languages/vue.php:2621
8490
  msgid "These user roles will be able to access MonsterInsights' reports in the WordPress admin area."
8491
  msgstr ""
8492
 
8493
- #: languages/vue.php:2624
8494
  msgid "Save and continue"
8495
  msgstr ""
8496
 
8497
- #: languages/vue.php:2627
8498
  msgid "Events Tracking is enabled the moment you set up MonsterInsights"
8499
  msgstr ""
8500
 
8501
- #: languages/vue.php:2630
8502
  msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
8503
  msgstr ""
8504
 
8505
- #: languages/vue.php:2633
8506
  msgid "+ Add Role"
8507
  msgstr ""
8508
 
8509
- #: languages/vue.php:2636
8510
  msgid "Connect MonsterInsights to Your Website"
8511
  msgstr ""
8512
 
8513
- #: languages/vue.php:2639
8514
  msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
8515
  msgstr ""
8516
 
8517
- #: languages/vue.php:2642
8518
  msgid "Whoops, something went wrong and we weren't able to connect to MonsterInsights. Please enter your Google UA code manually."
8519
  msgstr ""
8520
 
8521
- #: languages/vue.php:2645
8522
  msgid "Save and Continue"
8523
  msgstr ""
8524
 
8525
- #: languages/vue.php:2648
8526
  msgid "UA code can't be empty"
8527
  msgstr ""
8528
 
8529
- #: languages/vue.php:2651
8530
  msgid "Saving UA code..."
8531
  msgstr ""
8532
 
8533
- #: languages/vue.php:2654
8534
  msgid "Allow usage tracking"
8535
  msgstr ""
8536
 
8537
- #: languages/vue.php:2657
8538
  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."
8539
  msgstr ""
8540
 
8541
- #: languages/vue.php:2660
8542
  msgid "Install All-in-One SEO"
8543
  msgstr ""
8544
 
8545
- #: languages/vue.php:2663
8546
  msgid "Improve Your Website Search Rankings With All-In-One SEO"
8547
  msgstr ""
8548
 
8549
- #: languages/vue.php:2666
8550
  msgid "If you’re not using a plugin to optimize your website’s SEO you’re missing out on valuable organic traffic!"
8551
  msgstr ""
8552
 
8553
- #: languages/vue.php:2669
8554
  msgid "Finally, a WordPress SEO Plugin that’s Easy and Powerful!"
8555
  msgstr ""
8556
 
8557
- #: languages/vue.php:2672
8558
  msgid "AIOSEO makes it easy to set up the proper SEO foundations in less than 10 minutes."
8559
  msgstr ""
8560
 
8561
- #: languages/vue.php:2675
8562
  msgid "Local SEO"
8563
  msgstr ""
8564
 
8565
- #: languages/vue.php:2678
8566
  msgid "All in One SEO gives you all the tools you need to improve your local SEO and rank higher on Google Maps."
8567
  msgstr ""
8568
 
8569
- #: languages/vue.php:2681
8570
  msgid "WooCommerce SEO"
8571
  msgstr ""
8572
 
8573
- #: languages/vue.php:2684
8574
  msgid "Advanced eCommerce SEO support for WooCommerce to optimize product pages, product categories, and more."
8575
  msgstr ""
8576
 
8577
- #: languages/vue.php:2687
8578
  msgid "SEO Custom User Roles"
8579
  msgstr ""
8580
 
8581
- #: languages/vue.php:2690
8582
  msgid "SEO user roles allow you to manage access to important SEO features without handing over control of your website."
8583
  msgstr ""
8584
 
8585
- #: languages/vue.php:2693
8586
  msgid "Google News Sitemap"
8587
  msgstr ""
8588
 
8589
- #: languages/vue.php:2696
8590
  msgid "Get higher rankings and unlock more traffic by submitting your latest news articles to Google News."
8591
  msgstr ""
8592
 
8593
- #: languages/vue.php:2699
8594
  msgid "Smart XML Sitemaps"
8595
  msgstr ""
8596
 
8597
- #: languages/vue.php:2702
8598
  msgid "Automatically generate a WordPress XML sitemap and notify all search engines of any updates."
8599
  msgstr ""
8600
 
8601
- #: languages/vue.php:2705
8602
  msgid "Social Media Integration"
8603
  msgstr ""
8604
 
8605
- #: languages/vue.php:2708
8606
  msgid "Easily control how your content and thumbnails look on Facebook, Twitter, and other social media networks."
8607
  msgstr ""
8608
 
8609
- #: languages/vue.php:2711
8610
  msgid "TruSEO On-Page Analysis"
8611
  msgstr ""
8612
 
8613
- #: languages/vue.php:2714
8614
  msgid "Easily add title tags, meta descriptions, keywords, and everything else you need for proper on-page SEO optimization."
8615
  msgstr ""
8616
 
8617
- #: languages/vue.php:2717
8618
  msgid "& Many More!"
8619
  msgstr ""
8620
 
8621
- #: languages/vue.php:2720
8622
  msgid "Installing. Please wait.."
8623
  msgstr ""
8624
 
8625
- #: languages/vue.php:2723
8626
  msgid "Install All-in-One-SEO"
8627
  msgstr ""
8628
 
8629
- #: languages/vue.php:2726
8630
  msgid "Welcome to MonsterInsights!"
8631
  msgstr ""
8632
 
8633
- #: languages/vue.php:2729
8634
  msgid "Let's get you set up."
8635
  msgstr ""
8636
 
8637
- #: languages/vue.php:2732
8638
  msgid "Which category best describes your website?"
8639
  msgstr ""
8640
 
8641
- #: languages/vue.php:2735
8642
  msgid "We will recommend the optimal settings for MonsterInsights based on your choice."
8643
  msgstr ""
8644
 
8645
- #: languages/vue.php:2738
8646
  msgid "Business Website"
8647
  msgstr ""
8648
 
8649
  #. Translators: Make text bold.
8650
- #: languages/vue.php:2742
8651
  msgid "Publisher %1$s(Blog)%2$s"
8652
  msgstr ""
8653
 
8654
- #: languages/vue.php:2745
8655
  msgid "Ecommerce"
8656
  msgstr ""
8657
 
8658
- #: languages/vue.php:2748
8659
  msgid "Caching"
8660
  msgstr ""
8661
 
8662
- #: languages/vue.php:2751
8663
  msgid "Enable Data Caching"
8664
  msgstr ""
8665
 
8666
- #: languages/vue.php:2754
8667
  msgid "Refresh Cache Every"
8668
  msgstr ""
8669
 
8670
- #: languages/vue.php:2757
8671
  msgid "Choose how often to refresh the cache."
8672
  msgstr ""
8673
 
8674
- #: languages/vue.php:2760
8675
  msgid "Enable Ajaxify"
8676
  msgstr ""
8677
 
8678
- #: languages/vue.php:2763
8679
  msgid "Ajaxify Widget"
8680
  msgstr ""
8681
 
8682
- #: languages/vue.php:2766
8683
  msgid "Use to bypass page caching."
8684
  msgstr ""
8685
 
8686
- #: languages/vue.php:2769
8687
  msgid "Empty Cache"
8688
  msgstr ""
8689
 
8690
- #: languages/vue.php:2772
8691
  msgid "Click to manually wipe the cache right now."
8692
  msgstr ""
8693
 
8694
- #: languages/vue.php:2775
8695
  msgid "Popular posts cache emptied"
8696
  msgstr ""
8697
 
8698
- #: languages/vue.php:2778
8699
  msgid "Error emptying the popular posts cache. Please try again."
8700
  msgstr ""
8701
 
8702
- #: languages/vue.php:2781
8703
  msgid "Choose Theme"
8704
  msgstr ""
8705
 
8706
- #: languages/vue.php:2784
8707
  msgid "Widget Styling"
8708
  msgstr ""
8709
 
8710
- #: languages/vue.php:2787
8711
  msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
8712
  msgstr ""
8713
 
8714
- #: languages/vue.php:2790
8715
  msgid "Sort By"
8716
  msgstr ""
8717
 
8718
- #: languages/vue.php:2793
8719
  msgid "Choose how you'd like the widget to determine your popular posts."
8720
  msgstr ""
8721
 
8722
- #: languages/vue.php:2796
8723
  msgid "Display Title"
8724
  msgstr ""
8725
 
8726
- #: languages/vue.php:2802
8727
  msgid "Title your widget and set its display preferences."
8728
  msgstr ""
8729
 
8730
- #: languages/vue.php:2805
8731
  msgid "Include in Post Types"
8732
  msgstr ""
8733
 
8734
- #: languages/vue.php:2808
8735
  msgid "Exclude from specific posts"
8736
  msgstr ""
8737
 
8738
  #. Translators: Placeholders make the text bold.
8739
- #: languages/vue.php:2812
8740
  msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
8741
  msgstr ""
8742
 
8743
  #. Translators: Placeholders make the text bold.
8744
- #: languages/vue.php:2816
8745
  msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
8746
  msgstr ""
8747
 
8748
- #: languages/vue.php:2819
8749
  msgid "Loading Themes"
8750
  msgstr ""
8751
 
8752
  #. Translators: placeholders make text small.
8753
- #: languages/vue.php:2823
8754
  msgid "Default Styles %1$s- As seen above.%2$s"
8755
  msgstr ""
8756
 
8757
  #. Translators: placeholders make text small.
8758
- #: languages/vue.php:2827
8759
  msgid "No Styles %1$s- Use your own CSS.%2$s"
8760
  msgstr ""
8761
 
8762
  #. Translators: placeholders make text small.
8763
- #: languages/vue.php:2831
8764
  msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
8765
  msgstr ""
8766
 
8767
  #. Translators: placeholders make text small.
8768
- #: languages/vue.php:2835
8769
  msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
8770
  msgstr ""
8771
 
8772
  #. Translators: placeholders make text small.
8773
- #: languages/vue.php:2839
8774
  msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
8775
  msgstr ""
8776
 
8777
- #: languages/vue.php:2842
8778
  msgid "Placement"
8779
  msgstr ""
8780
 
8781
- #: languages/vue.php:2845
8782
  msgid "Choose how you'd like to place the widget."
8783
  msgstr ""
8784
 
8785
- #: languages/vue.php:2848
8786
  msgid "Insert After"
8787
  msgstr ""
8788
 
8789
- #: languages/vue.php:2851
8790
  msgid "Choose where in the post body the widget will be placed."
8791
  msgstr ""
8792
 
8793
- #: languages/vue.php:2854
8794
  msgid "Customize Design"
8795
  msgstr ""
8796
 
8797
- #: languages/vue.php:2857
8798
  msgid "words"
8799
  msgstr ""
8800
 
8801
- #: languages/vue.php:2860
8802
  msgid "Please select at least one post to display."
8803
  msgstr ""
8804
 
8805
  #. Translators: placeholders make text small.
8806
- #: languages/vue.php:2864
8807
  msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
8808
  msgstr ""
8809
 
8810
  #. Translators: placeholders make text small.
8811
- #: languages/vue.php:2868
8812
  msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
8813
  msgstr ""
8814
 
8815
- #: languages/vue.php:2871
8816
  msgid "Facebook Instant Articles"
8817
  msgstr ""
8818
 
8819
- #: languages/vue.php:2874
8820
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
8821
  msgstr ""
8822
 
8823
- #: languages/vue.php:2877
8824
  msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
8825
  msgstr ""
8826
 
8827
- #: languages/vue.php:2880
8828
  msgid "Ads Tracking"
8829
  msgstr ""
8830
 
8831
- #: languages/vue.php:2883
8832
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
8833
  msgstr ""
8834
 
8835
- #: languages/vue.php:2886
8836
  msgid "2,000,000+ use AIOSEO to Improve Their Website Search Rankings"
8837
  msgstr ""
8838
 
8839
- #: languages/vue.php:2889
8840
  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."
8841
  msgstr ""
8842
 
8843
- #: languages/vue.php:2892
8844
  msgid "Jack Brown"
8845
  msgstr ""
8846
 
8847
- #: languages/vue.php:2895
8848
  msgid "PJB Internet Marketing"
8849
  msgstr ""
8850
 
8851
- #: languages/vue.php:2898
8852
  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."
8853
  msgstr ""
8854
 
8855
- #: languages/vue.php:2901
8856
  msgid "Joel Steinmann"
8857
  msgstr ""
8858
 
8859
- #: languages/vue.php:2904
8860
  msgid "CEO, Solergo"
8861
  msgstr ""
8862
 
8863
- #: languages/vue.php:2907
8864
  msgid "Recommended Addons"
8865
  msgstr ""
8866
 
8867
- #: languages/vue.php:2910
8868
  msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
8869
  msgstr ""
8870
 
8871
- #: languages/vue.php:2913
8872
  msgid "Other Addons"
8873
  msgstr ""
8874
 
8875
- #: languages/vue.php:2916
8876
  msgid "View all MonsterInsights addons"
8877
  msgstr ""
8878
 
8879
- #: languages/vue.php:2919
8880
  msgid "Scroll Tracking"
8881
  msgstr ""
8882
 
8883
- #: languages/vue.php:2922
8884
  msgid "Scroll depth tracking allows you to see how far your users scroll before they leave a page. This is great for publishers (bloggers), and eCommerce websites to boost conversions."
8885
  msgstr ""
8886
 
8887
- #: languages/vue.php:2925
8888
  msgid ""
8889
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
8890
  " and other privacy regulations."
8891
  msgstr ""
8892
 
8893
- #: languages/vue.php:2929
8894
  msgid "EU Compliance"
8895
  msgstr ""
8896
 
8897
- #: languages/vue.php:2932
8898
  msgid "Compatibility mode"
8899
  msgstr ""
8900
 
8901
- #: languages/vue.php:2935
8902
  msgid "Enable _gtagTracker Compatibility"
8903
  msgstr ""
8904
 
8905
  #. Translators: Placeholder gets replaced with default GA js function.
8906
- #: languages/vue.php:2939
8907
  msgid "This enables MonsterInsights to work with plugins that use %1$s and don't support %2$s"
8908
  msgstr ""
8909
 
8910
  #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
8911
- #: languages/vue.php:2943
8912
  msgid "%1$sPage %3$s%2$s of %4$s"
8913
  msgstr ""
8914
 
8915
- #: languages/vue.php:2946
8916
  #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
8917
  msgid "Theme Preview"
8918
  msgstr ""
8919
 
8920
- #: languages/vue.php:2949
8921
  msgid "Wide"
8922
  msgstr ""
8923
 
8924
- #: languages/vue.php:2952
8925
  msgid "Narrow"
8926
  msgstr ""
8927
 
8928
- #: languages/vue.php:2955
8929
  msgid "Title"
8930
  msgstr ""
8931
 
8932
- #: languages/vue.php:2958
8933
  msgid "Color"
8934
  msgstr ""
8935
 
8936
- #: languages/vue.php:2961
8937
  msgid "Size"
8938
  msgstr ""
8939
 
8940
- #: languages/vue.php:2964
8941
  msgid "Border"
8942
  msgstr ""
8943
 
8944
- #: languages/vue.php:2967
8945
  msgid "Author/Date"
8946
  msgstr ""
8947
 
8948
- #: languages/vue.php:2970
8949
  msgid "Label"
8950
  msgstr ""
8951
 
8952
- #: languages/vue.php:2973
8953
  msgid "Background"
8954
  msgstr ""
8955
 
8956
- #: languages/vue.php:2985
8957
  msgid "Choose which content you would like displayed in the widget."
8958
  msgstr ""
8959
 
8960
- #: languages/vue.php:2997
8961
  msgid "Comments"
8962
  msgstr ""
8963
 
8964
- #: languages/vue.php:3003
8965
  msgid "Choose how many posts you’d like displayed in the widget."
8966
  msgstr ""
8967
 
8968
- #: languages/vue.php:3006
8969
  msgid "Popular Posts data can be fetched correctly"
8970
  msgstr ""
8971
 
8972
- #: languages/vue.php:3009
8973
  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."
8974
  msgstr ""
8975
 
8976
- #: languages/vue.php:3012
8977
  msgid "Close"
8978
  msgstr ""
8979
 
8980
- #: languages/vue.php:3015
8981
  msgid "Add Top 5 Posts from Google Analytics"
8982
  msgstr ""
8983
 
8984
- #: languages/vue.php:3018
8985
  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 MonsterInsights and Google Analytics settings."
8986
  msgstr ""
8987
 
8988
- #: languages/vue.php:3021
8989
  msgid "Test Automated Posts"
8990
  msgstr ""
8991
 
8992
  #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
8993
- #: languages/vue.php:3025
8994
  msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
8995
  msgstr ""
8996
 
8997
- #: languages/vue.php:3028
8998
  msgid "Automated + Curated"
8999
  msgstr ""
9000
 
9001
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
9002
- #: languages/vue.php:3032
9003
  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."
9004
  msgstr ""
9005
 
9006
  #. Translators: Placeholder gets replaced with current license version.
9007
- #: languages/vue.php:3036
9008
  msgid "Pro version is required."
9009
  msgstr ""
9010
 
9011
- #: languages/vue.php:3039
9012
  msgid "Verifying Popular Posts data"
9013
  msgstr ""
9014
 
9015
- #: languages/vue.php:3042
9016
  msgid "Select posts/search"
9017
  msgstr ""
9018
 
9019
- #: languages/vue.php:3045
9020
  msgid "Oops! No posts found."
9021
  msgstr ""
9022
 
9023
- #: languages/vue.php:3048
9024
  msgid "Search by post title"
9025
  msgstr ""
9026
 
9027
- #: languages/vue.php:3051
9028
  msgid "Can't load posts."
9029
  msgstr ""
9030
 
9031
- #: languages/vue.php:3054
9032
  msgid "SharedCount API Key"
9033
  msgstr ""
9034
 
9035
- #: languages/vue.php:3057
9036
  msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
9037
  msgstr ""
9038
 
9039
- #: languages/vue.php:3060
9040
  msgid "Start Indexing"
9041
  msgstr ""
9042
 
9043
- #: languages/vue.php:3063
9044
  msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
9045
  msgstr ""
9046
 
9047
- #: languages/vue.php:3066
9048
  msgid "Indexing completed, counts will update automatically every day."
9049
  msgstr ""
9050
 
9051
- #: languages/vue.php:3069
9052
  msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
9053
  msgstr ""
9054
 
9055
- #: languages/vue.php:3072
9056
  msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
9057
  msgstr ""
9058
 
9059
- #: languages/vue.php:3075
9060
  msgid "Icon"
9061
  msgstr ""
9062
 
9063
  #. Translators: Minimum and maximum number that can be used.
9064
- #: languages/vue.php:3079
9065
  msgid "Please enter a value between %1$s and %2$s"
9066
  msgstr ""
9067
 
9068
  #. Translators: The minimum set value.
9069
- #: languages/vue.php:3083
9070
  msgid "Please enter a value higher than %s"
9071
  msgstr ""
9072
 
9073
  #. Translators: The maximum set value.
9074
- #: languages/vue.php:3087
9075
  msgid "Please enter a value lower than %s"
9076
  msgstr ""
9077
 
9078
- #: languages/vue.php:3090
9079
  msgid "Please enter a number"
9080
  msgstr ""
9081
 
9082
- #: languages/vue.php:3093
9083
  msgid "Value has to be a round number"
9084
  msgstr ""
9085
 
9086
- #: languages/vue.php:3096
9087
  msgid "Export PDF Report"
9088
  msgstr ""
9089
 
9090
- #: languages/vue.php:3099
9091
  msgid "You can export PDF reports only in the PRO version."
9092
  msgstr ""
9093
 
9094
- #: languages/vue.php:3102
9095
  msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
9096
  msgstr ""
9097
 
9098
- #: languages/vue.php:3105
9099
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. MonsterInsights Pro shows you the stats that matter!"
9100
  msgstr ""
9101
 
9102
- #: languages/vue.php:3108
9103
  msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
9104
  msgstr ""
9105
 
9106
  #. Translators: Makes text bold.
9107
- #: languages/vue.php:3112
9108
  msgid "Use coupon code %1$sLITEUPGRADE%2$s"
9109
  msgstr ""
9110
 
9111
  #. Translators: Make text green.
9112
- #: languages/vue.php:3116
9113
  msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
9114
  msgstr ""
9115
 
9116
  #. Translators: Placeholder adds a line break.
9117
- #: languages/vue.php:3120
9118
  msgid "You can customize your %sdate range only in the PRO version."
9119
  msgstr ""
9120
 
9121
- #: languages/vue.php:3123
9122
  msgid "Help Us Improve"
9123
  msgstr ""
9124
 
9125
- #: languages/vue.php:3126
9126
  msgid "Help us better understand our users and their website needs."
9127
  msgstr ""
9128
 
9129
  #. Translators: Adds a link to the documentation.
9130
- #: languages/vue.php:3130
9131
  msgid "If enabled MonsterInsights will send some information about your WordPress site like what plugins and themes you use and which MonsterInsights 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"
9132
  msgstr ""
9133
 
9134
- #: languages/vue.php:3133
9135
  msgid "Website profile"
9136
  msgstr ""
9137
 
9138
- #: languages/vue.php:3136
9139
  msgid "Active profile"
9140
  msgstr ""
9141
 
9142
- #: languages/vue.php:3139
9143
  msgid "Skip and Keep Connection"
9144
  msgstr ""
9145
 
9146
- #: languages/vue.php:3142
9147
  msgid "This feature requires MonsterInsights Pro"
9148
  msgstr ""
9149
 
9150
- #: languages/vue.php:3145
9151
  msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
9152
  msgstr ""
9153
 
9154
- #: languages/vue.php:3148
9155
  msgid "Upgrade to Pro and Unlock Popular Products"
9156
  msgstr ""
9157
 
9158
- #: languages/vue.php:3151
9159
  msgid "View all Pro features"
9160
  msgstr ""
9161
 
9162
- #: languages/vue.php:3154
9163
  msgid "Days"
9164
  msgstr ""
9165
 
9166
  #. Translators: placeholders make text small.
9167
- #: languages/vue.php:3158
9168
  msgid "7 days"
9169
  msgstr ""
9170
 
9171
- #: languages/vue.php:3161
9172
  msgid "30 days"
9173
  msgstr ""
9174
 
9175
- #: languages/vue.php:3164
9176
  msgid "Custom"
9177
  msgstr ""
9178
 
9179
- #: languages/vue.php:3167
9180
  msgid "Only Show Posts from These Categories"
9181
  msgstr ""
9182
 
9183
- #: languages/vue.php:3170
9184
  msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
9185
  msgstr ""
9186
 
9187
- #: languages/vue.php:3173
9188
  msgid "Multiple Entries"
9189
  msgstr ""
9190
 
9191
- #: languages/vue.php:3176
9192
  msgid "Total Number of Widgets to Show"
9193
  msgstr ""
9194
 
9195
- #: languages/vue.php:3179
9196
  msgid "Choose how many widgets will be placed in a single Post."
9197
  msgstr ""
9198
 
9199
- #: languages/vue.php:3182
9200
  msgid "Minimum Distance Between Widgets"
9201
  msgstr ""
9202
 
9203
- #: languages/vue.php:3185
9204
  msgid "Choose the distance between widgets."
9205
  msgstr ""
9206
 
9207
- #: languages/vue.php:3188
9208
  msgid "Minimum Word Count to Display Multiple Widgets"
9209
  msgstr ""
9210
 
9211
- #: languages/vue.php:3191
9212
  msgid "Choose the minimum word count for a Post to have multiple entries."
9213
  msgstr ""
9214
 
9215
- #: languages/vue.php:3194
9216
  msgid "Pro version is required"
9217
  msgstr ""
9218
 
9219
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
9220
- #: languages/vue.php:3198
9221
  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)."
9222
  msgstr ""
9223
 
9224
- #: languages/vue.php:3201
9225
  msgid "Unlock with %s"
9226
  msgstr ""
9227
 
9228
- #: languages/vue.php:3204
9229
  msgid "Automatic Placement"
9230
  msgstr ""
9231
 
9232
- #: languages/vue.php:3207
9233
  msgid "Display using Gutenberg Blocks"
9234
  msgstr ""
9235
 
9236
- #: languages/vue.php:3210
9237
  msgid "Embed Options"
9238
  msgstr ""
9239
 
9240
- #: languages/vue.php:3213
9241
  msgid "All Embed Options can be used in conjunction with one another."
9242
  msgstr ""
9243
 
9244
- #: languages/vue.php:3216
9245
  msgid "Using the Gutenberg Block"
9246
  msgstr ""
9247
 
9248
- #: languages/vue.php:3219
9249
  msgid "Using Automatic Embed"
9250
  msgstr ""
9251
 
9252
- #: languages/vue.php:3222
9253
  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."
9254
  msgstr ""
9255
 
9256
- #: languages/vue.php:3225
9257
  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."
9258
  msgstr ""
9259
 
9260
- #: languages/vue.php:3228
9261
  msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
9262
  msgstr ""
9263
 
9264
- #: languages/vue.php:3231
9265
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
9266
  msgstr ""
9267
 
9268
- #: languages/vue.php:3234
9269
  msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
9270
  msgstr ""
9271
 
9272
- #: languages/vue.php:3237
9273
  msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
9274
  msgstr ""
9275
 
9276
- #: languages/vue.php:3240
9277
  msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
9278
  msgstr ""
9279
 
9280
- #: languages/vue.php:3243
9281
  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."
9282
  msgstr ""
9283
 
9284
- #: languages/vue.php:3246
9285
  msgid "%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - MonsterInsights widget and drag it into the desired Sidebar on the right."
9286
  msgstr ""
9287
 
9288
- #: languages/vue.php:3249
9289
  msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
9290
  msgstr ""
9291
 
9292
- #: languages/vue.php:3252
9293
  msgid "Display using a Shortcode"
9294
  msgstr ""
9295
 
9296
- #: languages/vue.php:3255
9297
  msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
9298
  msgstr ""
9299
 
9300
- #: languages/vue.php:3258
9301
  msgid "Copy Shortcode"
9302
  msgstr ""
9303
 
9304
- #: languages/vue.php:3261
9305
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
9306
  msgstr ""
9307
 
9308
- #: languages/vue.php:3264
9309
  msgid "Enable Automatic Placement"
9310
  msgstr ""
9311
 
9312
- #: languages/vue.php:3267
9313
  msgid "Display in a Sidebar"
9314
  msgstr ""
9315
 
9316
- #: languages/vue.php:3270
9317
  msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
9318
  msgstr ""
9319
 
9320
- #: languages/vue.php:3273
9321
  msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
9322
  msgstr ""
9323
 
9324
- #: languages/vue.php:3276
9325
  msgid "Display Method"
9326
  msgstr ""
9327
 
9328
- #: languages/vue.php:3279
9329
  msgid "There are two ways to manual include the widget in your posts."
9330
  msgstr ""
9331
 
9332
- #: languages/vue.php:3282
9333
  msgid "Using the Shortcode"
9334
  msgstr ""
9335
 
9336
- #: languages/vue.php:3285
9337
  msgid "Learn how to insert the widget using Gutenberg blocks."
9338
  msgstr ""
9339
 
9340
- #: languages/vue.php:3288
9341
  msgid "Learn how to insert the widget using out Shortcode."
9342
  msgstr ""
9343
 
9344
- #: languages/vue.php:3291
9345
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
9346
  msgstr ""
9347
 
9348
- #: languages/vue.php:3294
9349
  msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by MonsterInsights”."
9350
  msgstr ""
9351
 
9352
- #: languages/vue.php:3297
9353
  msgid "Shortcode"
9354
  msgstr ""
9355
 
9356
- #: languages/vue.php:3300
9357
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
9358
  msgstr ""
9359
 
9360
- #: languages/vue.php:3303
9361
  msgid "Facebook Instant Articleasdasdasds"
9362
  msgstr ""
9363
 
9364
- #: languages/vue.php:3306
9365
  msgid "Media"
9366
  msgstr ""
9367
 
9368
- #: languages/vue.php:3309
9369
  msgid "Track how your users interact with videos on your website. Upgrade to MonsterInsights Pro."
9370
  msgstr ""
9371
 
9372
- #: languages/vue.php:3312
9373
  msgid "Improve Your Conversion Rate With Insights Into Which Content Works Best."
9374
  msgstr ""
9375
 
9376
- #: languages/vue.php:3315
9377
  msgid "Top Affilliate Links"
9378
  msgstr ""
9379
 
9380
- #: languages/vue.php:3318
9381
  msgid "Scroll Depth"
9382
  msgstr ""
9383
 
9384
- #: languages/vue.php:3321
9385
  msgid "Increase Sales and Make More Money With Enhanced eCommerce Insights."
9386
  msgstr ""
9387
 
9388
- #: languages/vue.php:3324
9389
  msgid "10+ eCommerce Integrations"
9390
  msgstr ""
9391
 
9392
- #: languages/vue.php:3327
9393
  msgid "Average Order Value"
9394
  msgstr ""
9395
 
9396
- #: languages/vue.php:3330
9397
  msgid "Total Revenue"
9398
  msgstr ""
9399
 
9400
- #: languages/vue.php:3333
9401
  msgid "Number of Transactions"
9402
  msgstr ""
9403
 
9404
- #: languages/vue.php:3336
9405
  msgid "Increase Engagement and Unlock New Insights About Your Site."
9406
  msgstr ""
9407
 
9408
- #: languages/vue.php:3339
9409
  msgid "User ID Tracking"
9410
  msgstr ""
9411
 
9412
- #: languages/vue.php:3342
9413
  msgid "Post Types"
9414
  msgstr ""
9415
 
9416
- #: languages/vue.php:3345
9417
  msgid "Tag Tracking"
9418
  msgstr ""
9419
 
9420
- #: languages/vue.php:3348
9421
  msgid "Categories"
9422
  msgstr ""
9423
 
9424
- #: languages/vue.php:3351
9425
  msgid "SEO Scores"
9426
  msgstr ""
9427
 
9428
- #: languages/vue.php:3354
9429
  msgid "Publish Times"
9430
  msgstr ""
9431
 
9432
- #: languages/vue.php:3357
9433
  msgid "Focus Keywords"
9434
  msgstr ""
9435
 
9436
- #: languages/vue.php:3360
9437
  msgid "Track Every Type of Web Form and Gain Visibility Into Your Customer Journey."
9438
  msgstr ""
9439
 
9440
- #: languages/vue.php:3363
9441
  msgid "Conversion Counts"
9442
  msgstr ""
9443
 
9444
- #: languages/vue.php:3366
9445
  msgid "Impression Counts"
9446
  msgstr ""
9447
 
9448
- #: languages/vue.php:3369
9449
  msgid "Conversion Rates"
9450
  msgstr ""
9451
 
9452
- #: languages/vue.php:3372
9453
  msgid "See Exactly How Visitors Find Your Website From Google."
9454
  msgstr ""
9455
 
9456
- #: languages/vue.php:3375
9457
  msgid "Top Google Search Terms"
9458
  msgstr ""
9459
 
9460
- #: languages/vue.php:3378
9461
  msgid "Number of Clicks"
9462
  msgstr ""
9463
 
9464
- #: languages/vue.php:3381
9465
  msgid "Click-through Ratio"
9466
  msgstr ""
9467
 
9468
- #: languages/vue.php:3384
9469
  msgid "Average Results Position"
9470
  msgstr ""
9471
 
9472
- #: languages/vue.php:3387
9473
  msgid "Realtime Report"
9474
  msgstr ""
9475
 
9476
- #: languages/vue.php:3390
9477
  msgid "See Who And What is Happening on Your Website in Realtime."
9478
  msgstr ""
9479
 
9480
- #: languages/vue.php:3393
9481
  msgid "Top Page Views"
9482
  msgstr ""
9483
 
9484
- #: languages/vue.php:3396
9485
  msgid "Current Active Users"
9486
  msgstr ""
9487
 
9488
- #: languages/vue.php:3399
9489
  msgid "Top Referral Sources"
9490
  msgstr ""
9491
 
9492
- #: languages/vue.php:3402
9493
  msgid "Top Countries"
9494
  msgstr ""
9495
 
9496
- #: languages/vue.php:3405
9497
  msgid "Top Cities"
9498
  msgstr ""
9499
 
9500
- #: languages/vue.php:3408
9501
  msgid "Improve Your User Experience and Improve Search Engine Rankings."
9502
  msgstr ""
9503
 
9504
- #: languages/vue.php:3411
9505
  msgid "Overall Site Speed Score"
9506
  msgstr ""
9507
 
9508
- #: languages/vue.php:3414
9509
  msgid "Server Response Times"
9510
  msgstr ""
9511
 
9512
- #: languages/vue.php:3417
9513
  msgid "Mobile and Desktop Scores"
9514
  msgstr ""
9515
 
9516
- #: languages/vue.php:3420
9517
  msgid "First Contentful Paint"
9518
  msgstr ""
9519
 
9520
- #: languages/vue.php:3423
9521
  msgid "Automatic Recommendations"
9522
  msgstr ""
9523
 
9524
- #: languages/vue.php:3426
9525
  msgid "Total Blocking Time"
9526
  msgstr ""
9527
 
9528
- #: languages/vue.php:3429
9529
  msgid "On-Demand Audits"
9530
  msgstr ""
9531
 
9532
- #: languages/vue.php:3432
9533
  msgid "Time to Interactive"
9534
  msgstr ""
9535
 
9536
- #: languages/vue.php:3436
9537
  msgid "2021 Year in Review"
9538
  msgstr ""
9539
 
9540
- #: languages/vue.php:3439
9541
  msgid "Realtime"
9542
  msgstr ""
9543
 
9544
  #. Translators: Placeholders are used for making text bold and adding a link.
9545
- #: languages/vue.php:3443
9546
  msgid "%1$sYou're using %2$s Lite%3$s. To unlock all reports, consider %4$supgrading to Pro%5$s."
9547
  msgstr ""
9548
 
9549
- #: languages/vue.php:3446
9550
  msgid "Featured"
9551
  msgstr ""
9552
 
9553
- #: languages/vue.php:3449
9554
  msgid "Traffic"
9555
  msgstr ""
9556
 
9557
- #: languages/vue.php:3452
9558
  msgid "Revenue"
9559
  msgstr ""
9560
 
9561
- #: languages/vue.php:3455
9562
  msgid "Guides & Resources"
9563
  msgstr ""
9564
 
9565
- #: languages/vue.php:3458
9566
  msgid "Upgrade and Unlock"
9567
  msgstr ""
9568
 
9569
- #: languages/vue.php:3461
9570
  msgid "What’s in the %1$s?"
9571
  msgstr ""
9572
 
9573
- #: languages/vue.php:3464
9574
  msgid "%1$sPlus%2$s, upgrading to Pro will unlock %1$sall%2$s advanced reports, tracking, and integrations. %3$sLearn more about Pro%4$s"
9575
  msgstr ""
9576
 
9577
- #: languages/vue.php:3467
9578
  msgid "Your 2021 Year in Review is still calculating. Please check back later to see how your website performed last year."
9579
  msgstr ""
9580
 
9581
- #: languages/vue.php:3470
9582
  msgid "Your 2021 Analytics Report"
9583
  msgstr ""
9584
 
9585
- #: languages/vue.php:3476
9586
  msgid "January 1, 2021 - December 31, 2021"
9587
  msgstr ""
9588
 
9589
- #: languages/vue.php:3479
9590
  msgid "A Tip for 2022"
9591
  msgstr ""
9592
 
9593
- #: languages/vue.php:3482
9594
  msgid "A Tip For 2022"
9595
  msgstr ""
9596
 
9597
- #: languages/vue.php:3485
9598
  msgid "Here's to an amazing 2022!"
9599
  msgstr ""
9600
 
9601
- #: languages/vue.php:3488
9602
  msgid "Try our other popular WordPress plugins to grow your website in 2022."
9603
  msgstr ""
9604
 
9605
- #: languages/vue.php:3491
9606
  msgid "Become a WordPress expert in 2022. Join our amazing communities and take your website to the next level."
9607
  msgstr ""
9608
 
9609
- #: languages/vue.php:3494
9610
  msgid "Copyright MonsterInsights, 2022"
9611
  msgstr ""
9612
 
9613
  #. Translators: Number of minutes spent on site.
9614
- #: languages/vue.php:3498
9615
  msgid "Each visitor spent an average of %s minutes on your website in 2021."
9616
  msgstr ""
9617
 
9618
- #: languages/vue.php:3501
9619
  msgid "RafflePress"
9620
  msgstr ""
9621
 
9622
- #: languages/vue.php:3504
9623
  msgid "Launch giveaways and raffle campaigns to grow your email lists, increase traffic, and get more social media followers."
9624
  msgstr ""
9625
 
9626
- #: languages/vue.php:3507
9627
  msgid "Constant Contact"
9628
  msgstr ""
9629
 
9630
- #: languages/vue.php:3510
9631
  msgid "Create amazing email marketing campaigns with drag and drop simplicity. Exclusive Offer: Save 20%."
9632
  msgstr ""
9633
 
9634
- #: languages/vue.php:3513
9635
  msgid "SEMRUSH"
9636
  msgstr ""
9637
 
9638
- #: languages/vue.php:3516
9639
  msgid "Perform SEO and content marketing research, track keywords, and much more. Special Offer: First 30 Days Free."
9640
  msgstr ""
9641
 
9642
- #: languages/vue.php:3519
9643
  msgid "Engagement Tools"
9644
  msgstr ""
9645
 
9646
- #: languages/vue.php:3522
9647
  msgid "WPForms"
9648
  msgstr ""
9649
 
9650
- #: languages/vue.php:3525
9651
  msgid "The world’s most popular WordPress form builder, trusted by over 5 million websites. Easily build contact forms, payment forms, and more."
9652
  msgstr ""
9653
 
9654
- #: languages/vue.php:3528
9655
  msgid "OptinMonster"
9656
  msgstr ""
9657
 
9658
- #: languages/vue.php:3531
9659
  msgid "Convert and monetize more of your website traffic with engaging pop-up and gamified tools. Great for all types of websites."
9660
  msgstr ""
9661
 
9662
- #: languages/vue.php:3534
9663
  msgid "Smash Balloon - Facebook"
9664
  msgstr ""
9665
 
9666
- #: languages/vue.php:3537
9667
  msgid "Smash Balloon - Instagram"
9668
  msgstr ""
9669
 
9670
- #: languages/vue.php:3540
9671
  msgid "Quickly add social media feeds from Facebook, Instagram, Twitter, and others to your website, with no coding needed."
9672
  msgstr ""
9673
 
9674
- #: languages/vue.php:3543
9675
  msgid "Popular Posts by MonsterInsights"
9676
  msgstr ""
9677
 
9678
- #: languages/vue.php:3546
9679
  msgid "Increase your visitor engagement by automatically embedding popular and related content from your website."
9680
  msgstr ""
9681
 
9682
- #: languages/vue.php:3549
9683
  msgid "Popular Products by MonsterInsights"
9684
  msgstr ""
9685
 
9686
- #: languages/vue.php:3552
9687
  msgid "Automatically show related products to increase conversion rates and increase cart sizes on your eCommerce website."
9688
  msgstr ""
9689
 
9690
- #: languages/vue.php:3555
9691
  msgid "Revenue Tools"
9692
  msgstr ""
9693
 
9694
- #: languages/vue.php:3558
9695
  msgid "SeedProd"
9696
  msgstr ""
9697
 
9698
- #: languages/vue.php:3561
9699
  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."
9700
  msgstr ""
9701
 
9702
- #: languages/vue.php:3564
9703
  msgid "Featured Tools"
9704
  msgstr ""
9705
 
9706
- #: languages/vue.php:3567
9707
  msgid "Easy Affiliate"
9708
  msgstr ""
9709
 
9710
- #: languages/vue.php:3570
9711
  msgid "Launch, grow, and manage an affiliate program, all right from your WordPress dashboard. Works automatically with MonsterInsights."
9712
  msgstr ""
9713
 
9714
- #: languages/vue.php:3573
9715
  msgid "SearchWP"
9716
  msgstr ""
9717
 
9718
- #: languages/vue.php:3576
9719
  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."
9720
  msgstr ""
9721
 
9722
- #: languages/vue.php:3579
9723
  msgid "Easily sell digital products like ebooks, plugins, and courses with WordPress. Built-in payment processing, coupons, shopping cart, detailed reporting, and more."
9724
  msgstr ""
9725
 
9726
- #: languages/vue.php:3582
9727
  msgid "Create a membership website. Works automatically with MonsterInsights, no coding needed."
9728
  msgstr ""
9729
 
9730
- #: languages/vue.php:3585
9731
  msgid "Thirsty Affiliates"
9732
  msgstr ""
9733
 
9734
- #: languages/vue.php:3588
9735
  msgid "Manage all your affiliate links with features designed to help make bloggers more money."
9736
  msgstr ""
9737
 
9738
- #: languages/vue.php:3591
9739
  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."
9740
  msgstr ""
9741
 
9742
- #: languages/vue.php:3594
9743
  msgid "Advanced Coupons"
9744
  msgstr ""
9745
 
9746
- #: languages/vue.php:3597
9747
  msgid "Create coupons, reward loyal customers, and schedule promotions for your eCommerce store."
9748
  msgstr ""
9749
 
9750
- #: languages/vue.php:3600
9751
  msgid "PrettyLinks"
9752
  msgstr ""
9753
 
9754
- #: languages/vue.php:3603
9755
  msgid "Automatically monetize your website content with affiliate links added automatically to your content."
9756
  msgstr ""
9757
 
9758
- #: languages/vue.php:3606
9759
  msgid "Install Now"
9760
  msgstr ""
9761
 
9762
- #: languages/vue.php:3609
9763
  msgid "Online Marketing Guides & Resources"
9764
  msgstr ""
9765
 
9766
- #: languages/vue.php:3612
9767
  msgid "MonsterInsights Pro"
9768
  msgstr ""
9769
 
9770
- #: languages/vue.php:3615
9771
  msgid "Upgrade to unlock eCommerce tracking, Custom Dimensions, Form Tracking, and much more. Special Offer: Save 50% today."
9772
  msgstr ""
9773
 
9774
- #: languages/vue.php:3618
9775
  msgid "Traffic Tools"
9776
  msgstr ""
9777
 
9778
- #: languages/vue.php:3621
9779
  msgid "All in One SEO (AIOSEO)"
9780
  msgstr ""
9781
 
9782
- #: languages/vue.php:3624
9783
  msgid "The best WordPress SEO plugin that works automatically with MonsterInsights."
9784
  msgstr ""
9785
 
9786
- #: languages/vue.php:3627
9787
  msgid "PushEngage"
9788
  msgstr ""
9789
 
9790
- #: languages/vue.php:3630
9791
  msgid "Send push notifications to your visitors to drive more traffic and boost sales."
9792
  msgstr ""
9793
 
9794
- #: languages/vue.php:3633
9795
  msgid "With MonsterInsights Pro, you can easily measure individual affiliate performance inside Google Analytics, no coding needed. Track clicks, revenue, and more."
9796
  msgstr ""
9797
 
9798
- #: languages/vue.php:3636
9799
  msgid "Works automatically with WooCommerce, MemberPress, and EasyDigitalDownloads."
9800
  msgstr ""
9801
 
9802
- #: languages/vue.php:3639
9803
  msgid "Media Tracking"
9804
  msgstr ""
9805
 
9806
- #: languages/vue.php:3642
9807
  msgid "Get Started"
9808
  msgstr ""
9809
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9810
  #: lite/includes/admin/connect.php:42
9811
  msgid "You are not allowed to install plugins."
9812
  msgstr ""
@@ -9874,11 +10014,11 @@ msgstr ""
9874
  msgid "%1$sBonus:%2$s You also get 50%% off discount for being a loyal MonsterInsights Lite user."
9875
  msgstr ""
9876
 
9877
- #: lite/includes/admin/onboarding-wizard.php:163
9878
  msgid "MonsterInsights &rsaquo; Onboarding Wizard"
9879
  msgstr ""
9880
 
9881
- #: lite/includes/admin/onboarding-wizard.php:178
9882
  msgid "Return to Dashboard"
9883
  msgstr ""
9884
 
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:54: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-for-wordpress\n"
119
  #: includes/admin/admin.php:126
120
  #: includes/admin/em-admin.php:18
121
  #: includes/admin/em-admin.php:21
122
+ #: languages/vue.php:244
123
  msgid "Insights"
124
  msgstr ""
125
 
126
  #: includes/admin/admin.php:34
127
  #: includes/admin/admin.php:42
128
  #: includes/admin/admin.php:222
129
+ #: languages/vue.php:515
130
  msgid "Settings"
131
  msgstr ""
132
 
152
 
153
  #: includes/admin/admin.php:51
154
  #: languages/gutenberg.php:83
155
+ #: languages/vue.php:891
156
  msgid "Popular Posts"
157
  msgstr ""
158
 
186
 
187
  #: includes/admin/admin.php:71
188
  #: includes/admin/admin.php:146
189
+ #: languages/vue.php:495
190
  msgid "About Us"
191
  msgstr ""
192
 
205
  #: includes/admin/admin.php:76
206
  #: includes/admin/notifications/notification-upgrade-to-pro-high-traffic.php:41
207
  #: includes/admin/notifications/notification-upgrade-to-pro.php:33
208
+ #: languages/vue.php:1420
209
  msgid "Upgrade to Pro"
210
  msgstr ""
211
 
233
 
234
  #: includes/admin/admin.php:212
235
  #: includes/admin/admin.php:215
236
+ #: languages/vue.php:916
237
  msgid "Support"
238
  msgstr ""
239
 
245
  #: includes/admin/notifications/notification-upgrade-for-google-optimize.php:32
246
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:32
247
  #: includes/admin/reports/abstract-report.php:418
248
+ #: languages/vue.php:1417
249
  msgid "Get MonsterInsights Pro"
250
  msgstr ""
251
 
255
  msgstr ""
256
 
257
  #: includes/admin/admin.php:324
258
+ #: languages/vue.php:479
259
  msgid "Please Setup Website Analytics to See Audience Insights"
260
  msgstr ""
261
 
262
  #: includes/admin/admin.php:325
263
+ #: languages/vue.php:485
264
  msgid "Connect MonsterInsights and Setup Website Analytics"
265
  msgstr ""
266
 
275
  #: includes/admin/notifications/notification-mobile-device-low-traffic.php:41
276
  #: includes/admin/notifications/notification-returning-visitors.php:43
277
  #: includes/admin/notifications/notification-traffic-dropping.php:43
278
+ #: languages/vue.php:432
279
  msgid "Learn More"
280
  msgstr ""
281
 
282
  #: includes/admin/admin.php:329
283
+ #: languages/vue.php:482
284
  msgid "MonsterInsights, 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 MonsterInsights to see the stats that matter and grow their business."
285
  msgstr ""
286
 
291
 
292
  #. Translators: Adds a link to the license renewal.
293
  #: includes/admin/admin.php:350
294
+ #: languages/vue.php:720
295
  msgid "Your license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s"
296
  msgstr ""
297
 
298
  #: includes/admin/admin.php:352
299
+ #: languages/vue.php:723
300
  msgid "Your license key for MonsterInsights has been disabled. Please use a different key."
301
  msgstr ""
302
 
303
  #: includes/admin/admin.php:354
304
+ #: languages/vue.php:726
305
  msgid "Your license key for MonsterInsights is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
306
  msgstr ""
307
 
359
  msgstr ""
360
 
361
  #: includes/admin/ajax.php:55
362
+ #: includes/admin/routes.php:967
363
+ #: lite/includes/admin/onboarding-wizard.php:249
364
  msgid "You are not allowed to install plugins"
365
  msgstr ""
366
 
505
  msgstr ""
506
 
507
  #: includes/admin/common.php:951
508
+ #: languages/vue.php:3498
509
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2022!"
510
  msgstr ""
511
 
526
 
527
  #: includes/admin/exclude-page-metabox.php:102
528
  #: languages/gutenberg.php:149
529
+ #: languages/vue.php:2384
530
  msgid "Upgrade"
531
  msgstr ""
532
 
554
  msgstr ""
555
 
556
  #: includes/admin/notification-event.php:256
557
+ #: includes/admin/routes.php:873
558
+ #: includes/admin/routes.php:1207
559
  msgid "You don't have permission to view MonsterInsights reports."
560
  msgstr ""
561
 
720
  #: includes/admin/notifications/notification-upgrade-for-custom-dimensions.php:26
721
  #: includes/admin/notifications/notification-upgrade-for-events-reporting.php:26
722
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:26
723
+ #: languages/vue.php:1272
724
  #: lite/includes/admin/helpers.php:83
725
  msgid "Upgrade to MonsterInsights Pro"
726
  msgstr ""
756
  #: includes/admin/notifications/notification-upgrade-for-form-conversion.php:31
757
  #: includes/admin/notifications/notification-upgrade-for-search-console.php:32
758
  #: includes/admin/reports/abstract-report.php:415
759
+ #: languages/vue.php:282
760
  msgid "Upgrade Now"
761
  msgstr ""
762
 
933
  msgstr ""
934
 
935
  #: includes/admin/reports/overview.php:34
936
+ #: languages/vue.php:570
937
  msgid "Overview"
938
  msgstr ""
939
 
981
  msgid "I already did"
982
  msgstr ""
983
 
984
+ #: includes/admin/routes.php:333
985
  msgid "Easy digital downloads plugin."
986
  msgstr ""
987
 
988
+ #: includes/admin/routes.php:399
989
  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"
990
  msgstr ""
991
 
992
+ #: includes/admin/routes.php:410
993
  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."
994
  msgstr ""
995
 
996
+ #: includes/admin/routes.php:421
997
  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."
998
  msgstr ""
999
 
1000
+ #: includes/admin/routes.php:432
1001
  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."
1002
  msgstr ""
1003
 
1004
+ #: includes/admin/routes.php:442
1005
  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."
1006
  msgstr ""
1007
 
1008
+ #: includes/admin/routes.php:453
1009
  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."
1010
  msgstr ""
1011
 
1012
+ #: includes/admin/routes.php:464
1013
  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."
1014
  msgstr ""
1015
 
1016
+ #: includes/admin/routes.php:474
1017
  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."
1018
  msgstr ""
1019
 
1020
+ #: includes/admin/routes.php:485
1021
  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."
1022
  msgstr ""
1023
 
1024
+ #: includes/admin/routes.php:496
1025
  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."
1026
  msgstr ""
1027
 
1028
+ #: includes/admin/routes.php:506
1029
  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!"
1030
  msgstr ""
1031
 
1032
+ #: includes/admin/routes.php:517
1033
  msgid "ThirstyAffiliates is a revolution in affiliate link management. Collect, collate and store your affiliate links for use in your posts and pages."
1034
  msgstr ""
1035
 
1036
+ #: includes/admin/routes.php:529
1037
  msgid "Advanced Coupons for WooCommerce (Free Version) gives WooCommerce store owners extra coupon features so they can market their stores better."
1038
  msgstr ""
1039
 
1040
+ #: includes/admin/routes.php:658
 
1041
  msgid "Invalid UA code"
1042
  msgstr ""
1043
 
1044
+ #: includes/admin/routes.php:712
1045
+ msgid "Invalid GAv4 code"
1046
+ msgstr ""
1047
+
1048
+ #: includes/admin/routes.php:740
1049
  msgid "Invalid dual tracking code"
1050
  msgstr ""
1051
 
1052
+ #: includes/admin/routes.php:819
1053
  msgid "Please upload a valid .json file"
1054
  msgstr ""
1055
 
1056
+ #: includes/admin/routes.php:828
1057
  msgid "Please upload a file to import"
1058
  msgstr ""
1059
 
1060
+ #: includes/admin/routes.php:885
1061
+ #: includes/admin/routes.php:1219
1062
  msgid "You can't view MonsterInsights reports because you are not licensed."
1063
  msgstr ""
1064
 
1065
+ #: includes/admin/routes.php:886
1066
+ #: includes/admin/routes.php:1220
1067
  msgid "Add your license"
1068
  msgstr ""
1069
 
1070
+ #: includes/admin/routes.php:893
1071
+ #: includes/admin/routes.php:1227
1072
  msgid "You can't view MonsterInsights reports due to license key errors."
1073
  msgstr ""
1074
 
1075
+ #: includes/admin/routes.php:901
1076
+ #: includes/admin/routes.php:1235
1077
  msgid "You must authenticate with MonsterInsights before you can view reports."
1078
  msgstr ""
1079
 
1080
+ #: includes/admin/routes.php:907
1081
+ #: includes/admin/routes.php:1241
1082
  msgid "Unknown report. Try refreshing and retrying. Contact support if this issue persists."
1083
  msgstr ""
1084
 
1085
+ #: includes/admin/routes.php:955
1086
+ #: includes/admin/routes.php:1289
1087
  msgid "We encountered an error when fetching the report data."
1088
  msgstr ""
1089
 
1090
+ #: includes/admin/routes.php:975
1091
  msgid "Missing plugin name."
1092
  msgstr ""
1093
 
1094
+ #: includes/admin/routes.php:1119
1095
  msgid "Homepage"
1096
  msgstr ""
1097
 
1429
  msgstr ""
1430
 
1431
  #: includes/gutenberg/headline-tool/headline-tool.php:290
1432
+ #: languages/vue.php:522
1433
  msgid "General"
1434
  msgstr ""
1435
 
4829
  msgstr ""
4830
 
4831
  #: languages/gutenberg.php:77
4832
+ #: languages/vue.php:506
4833
  msgid "Inline Popular Posts"
4834
  msgstr ""
4835
 
4866
  msgstr ""
4867
 
4868
  #: languages/gutenberg.php:107
4869
+ #: languages/vue.php:2997
4870
  msgid "Wide-Layout Options"
4871
  msgstr ""
4872
 
4875
  msgstr ""
4876
 
4877
  #: languages/gutenberg.php:113
4878
+ #: languages/vue.php:3000
4879
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4880
  msgstr ""
4881
 
4882
  #: languages/gutenberg.php:116
4883
+ #: languages/vue.php:3021
4884
  msgid "Post Count"
4885
  msgstr ""
4886
 
4889
  msgstr ""
4890
 
4891
  #: languages/gutenberg.php:122
4892
+ #: languages/vue.php:3003
4893
  msgid "Display Options"
4894
  msgstr ""
4895
 
4902
  msgstr ""
4903
 
4904
  #: languages/gutenberg.php:131
4905
+ #: languages/vue.php:2809
4906
  msgid "Widget Title"
4907
  msgstr ""
4908
 
4911
  msgstr ""
4912
 
4913
  #: languages/gutenberg.php:137
4914
+ #: languages/vue.php:3009
4915
  msgid "Display Author"
4916
  msgstr ""
4917
 
4918
  #: languages/gutenberg.php:140
4919
+ #: languages/vue.php:3012
4920
  msgid "Display Date"
4921
  msgstr ""
4922
 
4923
  #: languages/gutenberg.php:143
4924
+ #: languages/vue.php:3015
4925
  msgid "Display Comments"
4926
  msgstr ""
4927
 
5142
  msgstr ""
5143
 
5144
  #: languages/gutenberg.php:324
5145
+ #: languages/vue.php:870
5146
  msgid "Headline Analyzer"
5147
  msgstr ""
5148
 
5162
  msgid "2"
5163
  msgstr ""
5164
 
5165
+ #: languages/vue.php:12
5166
  msgid "Error"
5167
  msgstr ""
5168
 
5169
+ #: languages/vue.php:15
5170
  msgid "Please try again."
5171
  msgstr ""
5172
 
5173
+ #: languages/vue.php:18
5174
  msgid "Today"
5175
  msgstr ""
5176
 
5177
+ #: languages/vue.php:21
5178
  msgid "Yesterday"
5179
  msgstr ""
5180
 
5181
+ #: languages/vue.php:24
5182
  msgid "Last Week"
5183
  msgstr ""
5184
 
5185
+ #: languages/vue.php:27
5186
  msgid "Last Month"
5187
  msgstr ""
5188
 
5189
+ #: languages/vue.php:30
5190
  msgid "Last 7 days"
5191
  msgstr ""
5192
 
5193
+ #: languages/vue.php:33
5194
  msgid "Last 30 days"
5195
  msgstr ""
5196
 
5197
+ #: languages/vue.php:36
5198
  msgid "Loading settings"
5199
  msgstr ""
5200
 
5201
+ #: languages/vue.php:39
5202
  msgid "Loading new report data"
5203
  msgstr ""
5204
 
5205
+ #: languages/vue.php:42
5206
  msgid "Please wait..."
5207
  msgstr ""
5208
 
5209
  #. Translators: Adds an arrow icon.
5210
+ #: languages/vue.php:46
5211
  msgid "Continue %s"
5212
  msgstr ""
5213
 
5214
+ #: languages/vue.php:49
5215
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5216
  msgstr ""
5217
 
5218
+ #: languages/vue.php:52
5219
  msgid "Stop guessing about what content your visitors are interested in. MonsterInsights Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
5220
  msgstr ""
5221
 
5222
+ #: languages/vue.php:55
5223
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5224
  msgstr ""
5225
 
5226
+ #: languages/vue.php:58
5227
  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."
5228
  msgstr ""
5229
 
5230
+ #: languages/vue.php:61
5231
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
5232
  msgstr ""
5233
 
5234
+ #: languages/vue.php:64
5235
  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."
5236
  msgstr ""
5237
 
5238
+ #: languages/vue.php:67
5239
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
5240
  msgstr ""
5241
 
5242
+ #: languages/vue.php:70
5243
  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."
5244
  msgstr ""
5245
 
5246
+ #: languages/vue.php:73
5247
  msgid "Unlock the Forms Report and Improve Conversions"
5248
  msgstr ""
5249
 
5250
+ #: languages/vue.php:76
5251
  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."
5252
  msgstr ""
5253
 
5254
+ #: languages/vue.php:79
5255
  msgid "Unlock the Search Console Report and See How People Find Your Website"
5256
  msgstr ""
5257
 
5258
+ #: languages/vue.php:82
5259
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
5260
  msgstr ""
5261
 
5262
+ #: languages/vue.php:85
5263
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
5264
  msgstr ""
5265
 
5266
+ #: languages/vue.php:88
5267
  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."
5268
  msgstr ""
5269
 
5270
+ #: languages/vue.php:91
5271
  msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
5272
  msgstr ""
5273
 
5274
+ #: languages/vue.php:94
5275
  msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
5276
  msgstr ""
5277
 
5278
+ #: languages/vue.php:97
5279
  msgid "Loading Settings"
5280
  msgstr ""
5281
 
5282
+ #: languages/vue.php:100
5283
  msgid "Saving Changes..."
5284
  msgstr ""
5285
 
5286
+ #: languages/vue.php:103
5287
  msgid "Settings Updated"
5288
  msgstr ""
5289
 
5290
  #. Translators: Adds a link to the settings panel.
5291
+ #: languages/vue.php:107
5292
  msgid "You need to %1$sconnect MonsterInsights%2$s first"
5293
  msgstr ""
5294
 
5295
+ #: languages/vue.php:110
5296
  msgid "Could Not Save Changes"
5297
  msgstr ""
5298
 
5299
+ #: languages/vue.php:113
5300
  msgid "Refreshing Report"
5301
  msgstr ""
5302
 
5303
+ #: languages/vue.php:116
5304
  msgid "Loading new report data..."
5305
  msgstr ""
5306
 
5307
+ #: languages/vue.php:119
5308
  msgid "See Your Top Landing Pages to Improve Engagement"
5309
  msgstr ""
5310
 
5311
+ #: languages/vue.php:122
5312
  msgid "See Your Top Exit Pages to Reduce Abandonment"
5313
  msgstr ""
5314
 
5315
+ #: languages/vue.php:125
5316
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
5317
  msgstr ""
5318
 
5319
+ #: languages/vue.php:128
5320
  msgid "See Your Top Affiliate Links and Focus on What's Working"
5321
  msgstr ""
5322
 
5323
+ #: languages/vue.php:131
5324
  msgid "See Your Top Downloads and Improve Conversions"
5325
  msgstr ""
5326
 
5327
+ #: languages/vue.php:134
5328
  msgid "See Audience Demographic Report ( Age / Gender / Interests )"
5329
  msgstr ""
5330
 
5331
+ #: languages/vue.php:137
5332
  msgid "Increase your sales & revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
5333
  msgstr ""
5334
 
5335
+ #: languages/vue.php:140
5336
  msgid "See Your Conversion Rate to Improve Your Funnel"
5337
  msgstr ""
5338
 
5339
+ #: languages/vue.php:143
5340
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
5341
  msgstr ""
5342
 
5343
+ #: languages/vue.php:146
5344
  msgid "See The Total Revenue to Track Growth"
5345
  msgstr ""
5346
 
5347
+ #: languages/vue.php:149
5348
  msgid "See Average Order Value to Find Offer Opportunities"
5349
  msgstr ""
5350
 
5351
+ #: languages/vue.php:152
5352
  msgid "See Your Top Products to See Individual Performance"
5353
  msgstr ""
5354
 
5355
+ #: languages/vue.php:155
5356
  msgid "See Your Top Conversion Sources and Focus on What's Working"
5357
  msgstr ""
5358
 
5359
+ #: languages/vue.php:158
5360
  msgid "See The Time it Takes for Customers to Purchase"
5361
  msgstr ""
5362
 
5363
+ #: languages/vue.php:161
5364
  msgid "See How Many Sessions are Needed for a Purchase"
5365
  msgstr ""
5366
 
5367
+ #: languages/vue.php:164
5368
  msgid "See Which Authors Generate the Most Traffic"
5369
  msgstr ""
5370
 
5371
+ #: languages/vue.php:167
5372
  msgid "See Which Post Types Perform Better"
5373
  msgstr ""
5374
 
5375
+ #: languages/vue.php:170
5376
  msgid "See Which Categories are the Most Popular"
5377
  msgstr ""
5378
 
5379
+ #: languages/vue.php:173
5380
  msgid "See Your Blog's Most Popular SEO Scores"
5381
  msgstr ""
5382
 
5383
+ #: languages/vue.php:176
5384
  msgid "See Which Focus Keyword is Performing Better in Search Engines"
5385
  msgstr ""
5386
 
5387
+ #: languages/vue.php:179
5388
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
5389
  msgstr ""
5390
 
5391
+ #: languages/vue.php:182
5392
  msgid "See Your Top Converting Forms and Optimize"
5393
  msgstr ""
5394
 
5395
+ #: languages/vue.php:185
5396
  msgid "See Your Forms Impressions Count to Find the Best Placement"
5397
  msgstr ""
5398
 
5399
+ #: languages/vue.php:188
5400
  msgid "See Your Top Google Search Terms and Optimize Content"
5401
  msgstr ""
5402
 
5403
+ #: languages/vue.php:191
5404
  msgid "See The Number of Clicks and Track Interests"
5405
  msgstr ""
5406
 
5407
+ #: languages/vue.php:194
5408
  msgid "See The Click-Through-Ratio and Improve SEO"
5409
  msgstr ""
5410
 
5411
+ #: languages/vue.php:197
5412
  msgid "See The Average Results Position and Focus on what works"
5413
  msgstr ""
5414
 
5415
+ #: languages/vue.php:200
5416
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
5417
  msgstr ""
5418
 
5419
+ #: languages/vue.php:203
5420
  msgid "See Your Top Pages Immediately After Making Changes"
5421
  msgstr ""
5422
 
5423
+ #: languages/vue.php:206
5424
  msgid "See Your Top Referral Sources and Adapt Faster"
5425
  msgstr ""
5426
 
5427
+ #: languages/vue.php:209
5428
  msgid "See Your Traffic Demographics"
5429
  msgstr ""
5430
 
5431
+ #: languages/vue.php:212
5432
  msgid "Get Fresh Report Data Every 60 Seconds"
5433
  msgstr ""
5434
 
5435
+ #: languages/vue.php:215
5436
  msgid "See Your Homepage's Overall Performance Score"
5437
  msgstr ""
5438
 
5439
+ #: languages/vue.php:218
5440
  msgid "Run an Audit on Your Homepage and See Your Server Response Time"
5441
  msgstr ""
5442
 
5443
+ #: languages/vue.php:221
5444
  msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
5445
  msgstr ""
5446
 
5447
+ #: languages/vue.php:224
5448
  msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
5449
  msgstr ""
5450
 
5451
  #. Translators: Number of visitors.
5452
+ #: languages/vue.php:228
5453
  msgid "See how %s visitors found your site!"
5454
  msgstr ""
5455
 
5456
  #. Translators: Number of visitors.
5457
+ #: languages/vue.php:232
5458
  msgid "Your website was visited by %s users in the last 30 days."
5459
  msgstr ""
5460
 
5461
+ #: languages/vue.php:235
5462
  msgid "See the full analytics report!"
5463
  msgstr ""
5464
 
5465
+ #: languages/vue.php:238
5466
  msgid "Congratulations! "
5467
  msgstr ""
5468
 
5469
+ #: languages/vue.php:241
5470
  msgid "You Successfully Unlocked the most powerful Analytics plugin"
5471
  msgstr ""
5472
 
5508
  msgid "See All Features"
5509
  msgstr ""
5510
 
5511
+ #: languages/vue.php:275
5512
  msgid "Upgrade to PRO"
5513
  msgstr ""
5514
 
5515
+ #: languages/vue.php:278
5516
  msgid "per year"
5517
  msgstr ""
5518
 
5519
+ #: languages/vue.php:285
5520
  msgid "Testimonials"
5521
  msgstr ""
5522
 
5523
+ #: languages/vue.php:288
5524
  msgid "Universal Tracking"
5525
  msgstr ""
5526
 
5527
+ #: languages/vue.php:291
5528
  msgid "Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5529
  msgstr ""
5530
 
5531
+ #: languages/vue.php:294
5532
  msgid "Google Analytics Dashboard"
5533
  msgstr ""
5534
 
5535
+ #: languages/vue.php:297
5536
  msgid "See your website analytics report right inside your WordPress dashboard with actionable insights."
5537
  msgstr ""
5538
 
5539
+ #: languages/vue.php:300
5540
  msgid "Real-time Stats"
5541
  msgstr ""
5542
 
5543
+ #: languages/vue.php:303
5544
  msgid "Get real-time stats right inside WordPress to see who is online, what are they doing, and more."
5545
  msgstr ""
5546
 
5547
+ #: languages/vue.php:306
5548
  msgid "Enhanced Ecommerce Tracking"
5549
  msgstr ""
5550
 
5551
+ #: languages/vue.php:309
5552
  msgid "1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress."
5553
  msgstr ""
5554
 
5555
+ #: languages/vue.php:312
5556
  msgid "Page Level Analytics"
5557
  msgstr ""
5558
 
5559
+ #: languages/vue.php:315
5560
  msgid "Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
5561
  msgstr ""
5562
 
5563
+ #: languages/vue.php:318
5564
  msgid "Affiliate Link & Ads Tracking"
5565
  msgstr ""
5566
 
5567
+ #: languages/vue.php:321
5568
  msgid "Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
5569
  msgstr ""
5570
 
5571
+ #: languages/vue.php:324
5572
  msgid "EU Compliance (GDPR Friendly)"
5573
  msgstr ""
5574
 
5575
+ #: languages/vue.php:327
5576
  msgid "Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5577
  msgstr ""
5578
 
5579
+ #: languages/vue.php:330
5580
  msgid "Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click."
5581
  msgstr ""
5582
 
5583
+ #: languages/vue.php:333
5584
  msgid "Ecommerce Report"
5585
  msgstr ""
5586
 
5587
+ #: languages/vue.php:336
5588
  msgid "Form Conversions"
5589
  msgstr ""
5590
 
5591
+ #: languages/vue.php:339
5592
  msgid "Custom Dimensions"
5593
  msgstr ""
5594
 
5595
+ #: languages/vue.php:343
5596
  msgid "Author Tracking"
5597
  msgstr ""
5598
 
5599
+ #: languages/vue.php:346
5600
  msgid "Google Optimize"
5601
  msgstr ""
5602
 
5603
+ #: languages/vue.php:349
5604
  msgid "Category / Tags Tracking"
5605
  msgstr ""
5606
 
5607
+ #: languages/vue.php:352
5608
  msgid "WooCommerce"
5609
  msgstr ""
5610
 
5611
+ #: languages/vue.php:355
5612
  msgid "Easy Digital Downloads"
5613
  msgstr ""
5614
 
5615
+ #: languages/vue.php:358
5616
  msgid "MemberPress"
5617
  msgstr ""
5618
 
5619
+ #: languages/vue.php:361
5620
  msgid "LifterLMS"
5621
  msgstr ""
5622
 
5623
  #. Translators: Current PHP version and recommended PHP version.
5624
+ #: languages/vue.php:365
5625
  msgid "MonsterInsights 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."
5626
  msgstr ""
5627
 
5628
  #. Translators: Current WordPress version.
5629
+ #: languages/vue.php:369
5630
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights 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."
5631
  msgstr ""
5632
 
5633
+ #: languages/vue.php:372
5634
  msgid "Yikes! PHP Update Required"
5635
  msgstr ""
5636
 
5637
  #. Translators: Current PHP version and recommended PHP version.
5638
+ #: languages/vue.php:376
5639
  msgid "MonsterInsights 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."
5640
  msgstr ""
5641
 
5642
+ #: languages/vue.php:379
5643
  msgid "Learn more about updating PHP"
5644
  msgstr ""
5645
 
5646
+ #: languages/vue.php:382
5647
  msgid "Yikes! WordPress Update Required"
5648
  msgstr ""
5649
 
5650
  #. Translators: Current WordPress version.
5651
+ #: languages/vue.php:386
5652
  msgid "MonsterInsights 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."
5653
  msgstr ""
5654
 
5655
+ #: languages/vue.php:389
5656
  msgid "Learn more about updating WordPress"
5657
  msgstr ""
5658
 
5659
+ #: languages/vue.php:392
5660
  msgid "MonsterInsights encountered an error loading your report data"
5661
  msgstr ""
5662
 
5663
+ #: languages/vue.php:395
5664
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5665
  msgstr ""
5666
 
5667
+ #: languages/vue.php:398
5668
  msgid "Reconnect MonsterInsights"
5669
  msgstr ""
5670
 
5672
  msgid "Re-Authenticating"
5673
  msgstr ""
5674
 
5675
+ #: languages/vue.php:404
5676
  msgid "Ok"
5677
  msgstr ""
5678
 
5679
+ #: languages/vue.php:407
5680
  msgid "See Quick Links"
5681
  msgstr ""
5682
 
5683
+ #: languages/vue.php:410
5684
  msgid "Suggest a Feature"
5685
  msgstr ""
5686
 
5687
+ #: languages/vue.php:413
5688
  msgid "Join Our Community"
5689
  msgstr ""
5690
 
5691
+ #: languages/vue.php:416
5692
  msgid "Support & Docs"
5693
  msgstr ""
5694
 
5695
+ #: languages/vue.php:419
5696
  msgid "Upgrade to Pro &#187;"
5697
  msgstr ""
5698
 
5699
  #. Translators: Placeholder is replaced with WPForms.
5700
+ #: languages/vue.php:423
5701
  msgid "Recommended Plugin: %s"
5702
  msgstr ""
5703
 
5704
+ #: languages/vue.php:426
5705
  msgid "Install"
5706
  msgstr ""
5707
 
5708
+ #: languages/vue.php:429
5709
  msgid "Activate"
5710
  msgstr ""
5711
 
5712
+ #: languages/vue.php:435
5713
  msgid "Powered by MonsterInsights"
5714
  msgstr ""
5715
 
5716
+ #: languages/vue.php:438
5717
  #: lite/includes/admin/wp-site-health.php:253
5718
  msgid "View Reports"
5719
  msgstr ""
5720
 
5721
+ #: languages/vue.php:441
5722
  msgid "Congratulations!"
5723
  msgstr ""
5724
 
5725
  #. Translators: Add link to YouTube video and Onboarding Wizard.
5726
+ #: languages/vue.php:445
5727
  msgid "MonsterInsights makes it easy to connect your website with Google Analytics and see all important website stats right inside your WordPress dashboard. In order to setup website analytics, please take a look at our %1$sGetting started video%2$s or use our %3$s to get you quickly set up."
5728
  msgstr ""
5729
 
5730
  #. Translators: Add link to YouTube video and Onboarding Wizard.
5731
+ #: languages/vue.php:449
5732
  msgid "Onboarding Wizard"
5733
  msgstr ""
5734
 
5735
+ #: languages/vue.php:452
5736
  msgid "You are now connected with MonsterInsights. We make it effortless for you to implement Google Analytics tracking and see the stats that matter, right inside the WordPress dashboard."
5737
  msgstr ""
5738
 
5739
+ #: languages/vue.php:455
5740
  msgid "Save Changes"
5741
  msgstr ""
5742
 
5743
+ #: languages/vue.php:458
5744
  msgid "Inbox"
5745
  msgstr ""
5746
 
5747
+ #: languages/vue.php:461
5748
  msgid "Back to Inbox"
5749
  msgstr ""
5750
 
5751
+ #: languages/vue.php:464
5752
  msgid "View Dismissed"
5753
  msgstr ""
5754
 
5755
+ #: languages/vue.php:467
5756
  msgid "Notifications"
5757
  msgstr ""
5758
 
5759
+ #: languages/vue.php:470
5760
  msgid "Dismiss All"
5761
  msgstr ""
5762
 
5763
+ #: languages/vue.php:473
5764
  msgid "Dismissed"
5765
  msgstr ""
5766
 
5767
+ #: languages/vue.php:476
5768
  msgid "No Notifications"
5769
  msgstr ""
5770
 
5771
+ #: languages/vue.php:488
5772
  msgid "Import Export"
5773
  msgstr ""
5774
 
5775
+ #: languages/vue.php:491
5776
  msgid "PrettyLinks Integration"
5777
  msgstr ""
5778
 
5779
+ #: languages/vue.php:499
5780
  msgid "Getting Started"
5781
  msgstr ""
5782
 
5783
+ #: languages/vue.php:503
5784
  msgid "Lite vs Pro"
5785
  msgstr ""
5786
 
5787
+ #: languages/vue.php:509
5788
  msgid "Popular Posts Widget"
5789
  msgstr ""
5790
 
5791
+ #: languages/vue.php:512
5792
  msgid "Popular Products"
5793
  msgstr ""
5794
 
5795
+ #: languages/vue.php:518
5796
  msgid "Sub menu item for WooCommerce Analytics"
5797
  msgstr ""
5798
 
5800
  msgid "Engagement"
5801
  msgstr ""
5802
 
5803
+ #: languages/vue.php:530
5804
  #: lite/includes/admin/reports/report-ecommerce.php:22
5805
  msgid "eCommerce"
5806
  msgstr ""
5809
  msgid "Publisher"
5810
  msgstr ""
5811
 
5812
+ #: languages/vue.php:538
5813
  msgid "Conversions"
5814
  msgstr ""
5815
 
5816
+ #: languages/vue.php:542
5817
  msgid "Advanced"
5818
  msgstr ""
5819
 
5820
+ #: languages/vue.php:545
5821
  msgid "URL Builder"
5822
  msgstr ""
5823
 
5824
+ #: languages/vue.php:548
5825
  msgid "MonsterInsights Addons"
5826
  msgstr ""
5827
 
5828
+ #: languages/vue.php:551
5829
  msgid "Search Addons"
5830
  msgstr ""
5831
 
5832
+ #: languages/vue.php:554
5833
  msgid "Exit Setup"
5834
  msgstr ""
5835
 
5836
+ #: languages/vue.php:557
5837
  msgid "You must connect with MonsterInsights before you can view reports."
5838
  msgstr ""
5839
 
5840
+ #: languages/vue.php:560
5841
  msgid "MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
5842
  msgstr ""
5843
 
5844
+ #: languages/vue.php:563
5845
  msgid "Launch Setup Wizard"
5846
  msgstr ""
5847
 
5848
+ #: languages/vue.php:566
5849
  msgid "Please ask your webmaster to connect MonsterInsights to Google Analytics."
5850
  msgstr ""
5851
 
5852
+ #: languages/vue.php:573
5853
  #: lite/includes/admin/reports/report-publisher.php:22
5854
  msgid "Publishers"
5855
  msgstr ""
5856
 
5857
+ #: languages/vue.php:576
5858
  #: lite/includes/admin/reports/report-queries.php:22
5859
  msgid "Search Console"
5860
  msgstr ""
5861
 
5862
+ #: languages/vue.php:579
5863
  #: lite/includes/admin/reports/report-dimensions.php:22
5864
  msgid "Dimensions"
5865
  msgstr ""
5866
 
5867
+ #: languages/vue.php:582
5868
  #: lite/includes/admin/reports/report-forms.php:22
5869
  msgid "Forms"
5870
  msgstr ""
5871
 
5872
+ #: languages/vue.php:585
5873
  msgid "Real-Time"
5874
  msgstr ""
5875
 
5876
+ #: languages/vue.php:589
5877
  msgid "Site Speed"
5878
  msgstr ""
5879
 
5880
+ #: languages/vue.php:592
5881
  msgid "2020 Year in Review"
5882
  msgstr ""
5883
 
5884
  #. Translators: Error status and error text.
5885
+ #: languages/vue.php:596
5886
  msgid "Can't load report data. Error: %1$s, %2$s"
5887
  msgstr ""
5888
 
5889
+ #: languages/vue.php:599
5890
  msgid "Error loading report data"
5891
  msgstr ""
5892
 
5893
+ #: languages/vue.php:602
5894
  msgid "Publishers Report"
5895
  msgstr ""
5896
 
5897
+ #: languages/vue.php:605
5898
  msgid "eCommerce Report"
5899
  msgstr ""
5900
 
5901
+ #: languages/vue.php:609
5902
  msgid "Search Console Report"
5903
  msgstr ""
5904
 
5905
+ #: languages/vue.php:612
5906
  msgid "Dimensions Report"
5907
  msgstr ""
5908
 
5909
+ #: languages/vue.php:615
5910
  msgid "Forms Report"
5911
  msgstr ""
5912
 
5913
+ #: languages/vue.php:618
5914
  msgid "Real-Time Report"
5915
  msgstr ""
5916
 
5917
+ #: languages/vue.php:621
5918
  msgid "Site Speed Report"
5919
  msgstr ""
5920
 
5921
+ #: languages/vue.php:625
5922
  msgid "Time to Purchase"
5923
  msgstr ""
5924
 
5925
+ #: languages/vue.php:628
5926
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
5927
  msgstr ""
5928
 
5929
+ #: languages/vue.php:632
5930
  msgid "Sessions to Purchase"
5931
  msgstr ""
5932
 
5933
+ #: languages/vue.php:635
5934
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
5935
  msgstr ""
5936
 
5937
+ #: languages/vue.php:638
5938
  msgid "New Customers"
5939
  msgstr ""
5940
 
5941
+ #: languages/vue.php:641
5942
  msgid "This list shows the percentage of new customers who purchased a product from your website."
5943
  msgstr ""
5944
 
5945
+ #: languages/vue.php:644
5946
  msgid "Abandoned Checkouts"
5947
  msgstr ""
5948
 
5949
+ #: languages/vue.php:647
5950
  msgid "This list shows the percentage of carts that never went through the checkout process."
5951
  msgstr ""
5952
 
5953
+ #: languages/vue.php:650
5954
  msgid "Top Posts/Pages"
5955
  msgstr ""
5956
 
5957
+ #: languages/vue.php:653
5958
  msgid "This list shows the most viewed posts and pages on your website."
5959
  msgstr ""
5960
 
5961
+ #: languages/vue.php:656
5962
  msgid "New vs. Returning Visitors"
5963
  msgstr ""
5964
 
5965
+ #: languages/vue.php:659
5966
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
5967
  msgstr ""
5968
 
5969
+ #: languages/vue.php:662
5970
  msgid "Device Breakdown"
5971
  msgstr ""
5972
 
5973
+ #: languages/vue.php:665
5974
  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."
5975
  msgstr ""
5976
 
5977
+ #: languages/vue.php:669
5978
  msgid "Top Landing Pages"
5979
  msgstr ""
5980
 
5981
+ #: languages/vue.php:672
5982
  msgid "This list shows the top pages users first land on when visiting your website."
5983
  msgstr ""
5984
 
5985
+ #: languages/vue.php:676
5986
  msgid "Top Exit Pages"
5987
  msgstr ""
5988
 
5989
+ #: languages/vue.php:679
5990
  msgid "This list shows the top pages users exit your website from."
5991
  msgstr ""
5992
 
5993
+ #: languages/vue.php:683
5994
  msgid "Top Outbound Links"
5995
  msgstr ""
5996
 
5997
+ #: languages/vue.php:686
5998
  msgid "This list shows the top links clicked on your website that go to another website."
5999
  msgstr ""
6000
 
6001
+ #: languages/vue.php:689
6002
  msgid "Top Affiliate Links"
6003
  msgstr ""
6004
 
6005
+ #: languages/vue.php:692
6006
  msgid "This list shows the top affiliate links your visitors clicked on."
6007
  msgstr ""
6008
 
6009
+ #: languages/vue.php:696
6010
  msgid "Top Download Links"
6011
  msgstr ""
6012
 
6013
+ #: languages/vue.php:699
6014
  msgid "This list shows the download links your visitors clicked the most."
6015
  msgstr ""
6016
 
6017
+ #: languages/vue.php:703
6018
  msgid "Top Products"
6019
  msgstr ""
6020
 
6021
+ #: languages/vue.php:706
6022
  msgid "This list shows the top selling products on your website."
6023
  msgstr ""
6024
 
6025
+ #: languages/vue.php:710
6026
  msgid "Top Conversion Sources"
6027
  msgstr ""
6028
 
6029
+ #: languages/vue.php:713
6030
  msgid "This list shows the top referral websites in terms of product revenue."
6031
  msgstr ""
6032
 
6033
+ #: languages/vue.php:716
6034
  msgid "Total Add/Remove"
6035
  msgstr ""
6036
 
6037
  #. Translators: Adds a link to documentation.
6038
+ #: languages/vue.php:730
6039
  msgid "In order for the MonsterInsights Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %1$sLearn More%2$s"
6040
  msgstr ""
6041
 
6042
  #. Translators: Adds link to activate/install plugin and documentation.
6043
+ #: languages/vue.php:734
6044
  msgid "In order for the MonsterInsights 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"
6045
  msgstr ""
6046
 
6047
  #. Translators: Adds a link to documentation.
6048
+ #: languages/vue.php:738
6049
  msgid "In order for the MonsterInsights 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"
6050
  msgstr ""
6051
 
6052
  #. Translators: Adds link to activate/install plugin and documentation.
6053
+ #: languages/vue.php:742
6054
  msgid "In order for the MonsterInsights 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"
6055
  msgstr ""
6056
 
6057
+ #: languages/vue.php:745
6058
  msgid "GDPR Guide"
6059
  msgstr ""
6060
 
6061
+ #: languages/vue.php:748
6062
  msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help MonsterInsights users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
6063
  msgstr ""
6064
 
6065
+ #: languages/vue.php:751
6066
  msgid "How to Install and Activate MonsterInsights Addons"
6067
  msgstr ""
6068
 
6069
+ #: languages/vue.php:754
6070
  msgid "The process for installing and activating addons is quick and easy after you install the MonsterInsights plugin. In this guide we’ll walk you through the process, step by step."
6071
  msgstr ""
6072
 
6073
+ #: languages/vue.php:757
6074
  msgid "Enabling eCommerce Tracking and Reports"
6075
  msgstr ""
6076
 
6077
+ #: languages/vue.php:760
6078
  msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with MonsterInsights? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
6079
  msgstr ""
6080
 
6081
+ #: languages/vue.php:763
6082
  msgid "Read Documentation"
6083
  msgstr ""
6084
 
6085
+ #: languages/vue.php:766
6086
  msgid "Getting Started with MonsterInsights"
6087
  msgstr ""
6088
 
6089
+ #: languages/vue.php:769
6090
  msgid "MonsterInsights 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."
6091
  msgstr ""
6092
 
6093
+ #: languages/vue.php:772
6094
  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."
6095
  msgstr ""
6096
 
6097
+ #: languages/vue.php:775
6098
  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!."
6099
  msgstr ""
6100
 
6101
+ #: languages/vue.php:778
6102
  msgid "Launch the wizard!"
6103
  msgstr ""
6104
 
6105
+ #: languages/vue.php:781
6106
  msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
6107
  msgstr ""
6108
 
6109
  #. Translators: Makes text bold.
6110
+ #: languages/vue.php:785
6111
  msgid "Thanks for being a loyal MonsterInsights Lite user. %1$sUpgrade to MonsterInsights Pro%2$s to unlock all the awesome features and experience why MonsterInsights is consistently rated the best Google Analytics solution for WordPress."
6112
  msgstr ""
6113
 
6114
+ #: languages/vue.php:788
6115
  msgid "Universal Tracking across devices and campaigns with just a few clicks."
6116
  msgstr ""
6117
 
6118
+ #: languages/vue.php:791
6119
  msgid "See your website analytics reports inside the WordPress dashboard"
6120
  msgstr ""
6121
 
6122
+ #: languages/vue.php:794
6123
  msgid "Get real-time stats right inside WordPress"
6124
  msgstr ""
6125
 
6126
+ #: languages/vue.php:797
6127
  msgid "1-click Google Analytics Enhanced eCommerce tracking"
6128
  msgstr ""
6129
 
6130
+ #: languages/vue.php:800
6131
  msgid "Get detailed stats for each post and page."
6132
  msgstr ""
6133
 
6134
+ #: languages/vue.php:803
6135
  msgid "Automatically track clicks on your affiliate links and ads."
6136
  msgstr ""
6137
 
6138
+ #: languages/vue.php:806
6139
  msgid "Make Google Analytics GDPR compliant automatically"
6140
  msgstr ""
6141
 
6142
+ #: languages/vue.php:809
6143
  msgid "Setup tracking for authors, categories, tags, custom post types, users and more"
6144
  msgstr ""
6145
 
6146
+ #: languages/vue.php:812
6147
  msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
6148
  msgstr ""
6149
 
6150
+ #: languages/vue.php:815
6151
  msgid "More advanced features"
6152
  msgstr ""
6153
 
6154
+ #: languages/vue.php:818
6155
  msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
6156
  msgstr ""
6157
 
6158
  #. Translators: Makes text green.
6159
+ #: languages/vue.php:822
6160
  msgid "Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
6161
  msgstr ""
6162
 
6163
+ #: languages/vue.php:825
6164
  msgid "How to Connect to Google Analytics"
6165
  msgstr ""
6166
 
6167
+ #: languages/vue.php:828
6168
  msgid "After you install MonsterInsights, you’ll need to connect your WordPress site with your Google Analytics account. MonsterInsights makes the process easy, with no coding required."
6169
  msgstr ""
6170
 
6171
+ #: languages/vue.php:831
6172
  msgid "Guide and Checklist for Advanced Insights"
6173
  msgstr ""
6174
 
6175
+ #: languages/vue.php:834
6176
  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 MonsterInsights’ advanced tracking."
6177
  msgstr ""
6178
 
6179
+ #: languages/vue.php:837
6180
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
6181
  msgstr ""
6182
 
6183
+ #: languages/vue.php:840
6184
  msgid "WordPress Admin Area Reports"
6185
  msgstr ""
6186
 
6187
+ #: languages/vue.php:843
6188
  msgid "Standard Reports"
6189
  msgstr ""
6190
 
6191
+ #: languages/vue.php:846
6192
  msgid "Overview Reports for the last 30 days."
6193
  msgstr ""
6194
 
6195
+ #: languages/vue.php:849
6196
  msgid "Advanced Reports"
6197
  msgstr ""
6198
 
6199
+ #: languages/vue.php:852
6200
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
6201
  msgstr ""
6202
 
6203
+ #: languages/vue.php:855
6204
  msgid "Dashboard Widget"
6205
  msgstr ""
6206
 
6207
+ #: languages/vue.php:858
6208
  msgid "Basic Widget"
6209
  msgstr ""
6210
 
6211
+ #: languages/vue.php:861
6212
  msgid "Overview Report Synopsis"
6213
  msgstr ""
6214
 
6215
+ #: languages/vue.php:864
6216
  msgid "Advanced Dashboard Widget"
6217
  msgstr ""
6218
 
6219
+ #: languages/vue.php:867
6220
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
6221
  msgstr ""
6222
 
6223
+ #: languages/vue.php:873
6224
  msgid "Email Summaries"
6225
  msgstr ""
6226
 
6227
+ #: languages/vue.php:876
6228
  msgid "Included"
6229
  msgstr ""
6230
 
6231
+ #: languages/vue.php:879
6232
  msgid "Get weekly traffic reports directly in your inbox."
6233
  msgstr ""
6234
 
6235
+ #: languages/vue.php:882
6236
  msgid "Publisher Reports"
6237
  msgstr ""
6238
 
6239
+ #: languages/vue.php:885
6240
  msgid "Advanced Publisher Reports & Tracking"
6241
  msgstr ""
6242
 
6243
+ #: languages/vue.php:888
6244
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
6245
  msgstr ""
6246
 
6247
+ #: languages/vue.php:894
6248
  msgid "Basic Options"
6249
  msgstr ""
6250
 
6251
+ #: languages/vue.php:897
6252
  msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
6253
  msgstr ""
6254
 
6255
+ #: languages/vue.php:900
6256
  msgid "Dynamic Popular Posts & Popular Products"
6257
  msgstr ""
6258
 
6259
+ #: languages/vue.php:903
6260
  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."
6261
  msgstr ""
6262
 
6263
+ #: languages/vue.php:907
6264
  msgid "Not Available"
6265
  msgstr ""
6266
 
6267
+ #: languages/vue.php:910
6268
  msgid "Complete Custom Dimensions Tracking"
6269
  msgstr ""
6270
 
6271
+ #: languages/vue.php:913
6272
  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"
6273
  msgstr ""
6274
 
6275
+ #: languages/vue.php:919
6276
  msgid "Limited Support"
6277
  msgstr ""
6278
 
6279
+ #: languages/vue.php:922
6280
  msgid "Priority Support"
6281
  msgstr ""
6282
 
6283
+ #: languages/vue.php:925
6284
  msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
6285
  msgstr ""
6286
 
6287
+ #: languages/vue.php:928
6288
  msgid "Feature"
6289
  msgstr ""
6290
 
6291
+ #: languages/vue.php:931
6292
  msgid "Lite"
6293
  msgstr ""
6294
 
6295
+ #: languages/vue.php:934
6296
  msgid "Pro"
6297
  msgstr ""
6298
 
6299
+ #: languages/vue.php:937
6300
  msgid "Custom Google Analytics Link Tracking"
6301
  msgstr ""
6302
 
6303
+ #: languages/vue.php:940
6304
  msgid "Standard Tracking"
6305
  msgstr ""
6306
 
6307
+ #: languages/vue.php:943
6308
  msgid "Advanced Tracking"
6309
  msgstr ""
6310
 
6311
+ #: languages/vue.php:946
6312
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
6313
  msgstr ""
6314
 
6315
+ #: languages/vue.php:949
6316
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
6317
  msgstr ""
6318
 
6319
+ #: languages/vue.php:952
6320
  msgid "No-Code-Needed Tracking Features"
6321
  msgstr ""
6322
 
6323
+ #: languages/vue.php:955
6324
  msgid "Basic Tracking Options"
6325
  msgstr ""
6326
 
6327
+ #: languages/vue.php:958
6328
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
6329
  msgstr ""
6330
 
6331
+ #: languages/vue.php:961
6332
  msgid "Advanced Tracking Options"
6333
  msgstr ""
6334
 
6335
+ #: languages/vue.php:964
6336
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
6337
  msgstr ""
6338
 
6339
+ #: languages/vue.php:967
6340
  msgid "eCommerce Tracking"
6341
  msgstr ""
6342
 
6343
+ #: languages/vue.php:970
6344
  msgid "One-click Complete eCommerce tracking"
6345
  msgstr ""
6346
 
6347
+ #: languages/vue.php:973
6348
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
6349
  msgstr ""
6350
 
6351
+ #: languages/vue.php:976
6352
  msgid "Forms Tracking"
6353
  msgstr ""
6354
 
6355
+ #: languages/vue.php:979
6356
  msgid "One-click Form Events Tracking"
6357
  msgstr ""
6358
 
6359
+ #: languages/vue.php:982
6360
  msgid "License Key"
6361
  msgstr ""
6362
 
6363
  #. Translators: Add link to retrieve license key from account.
6364
+ #: languages/vue.php:986
6365
  msgid "Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
6366
  msgstr ""
6367
 
6368
+ #: languages/vue.php:989
6369
  msgid "Google Authentication"
6370
  msgstr ""
6371
 
6372
+ #: languages/vue.php:992
6373
  msgid "Connect Google Analytics + WordPress"
6374
  msgstr ""
6375
 
6376
+ #: languages/vue.php:995
6377
  msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
6378
  msgstr ""
6379
 
6380
+ #: languages/vue.php:998
6381
  msgid "Miscellaneous"
6382
  msgstr ""
6383
 
6384
+ #: languages/vue.php:1001
6385
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
6386
  msgstr ""
6387
 
6388
+ #: languages/vue.php:1004
6389
  msgid "Hide Announcements"
6390
  msgstr ""
6391
 
6392
+ #: languages/vue.php:1007
6393
  msgid "Setup Wizard"
6394
  msgstr ""
6395
 
6396
+ #: languages/vue.php:1010
6397
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
6398
  msgstr ""
6399
 
6400
+ #: languages/vue.php:1013
6401
  msgid "Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
6402
  msgstr ""
6403
 
6404
+ #: languages/vue.php:1016
6405
  msgid "Over the years, we found that in order to get the most out of Google Analytics, you needed a full time developer who could implement custom tracking, so that Google Analytics would integrate with things like WooCommerce, and track things which Google doesn't by default, like outbound links."
6406
  msgstr ""
6407
 
6408
+ #: languages/vue.php:1019
6409
  msgid "Our goal is to take the pain out of analytics, making it simple and easy, by eliminating the need to have to worry about code, putting the best reports directly into the area you already go to (your WordPress dashboard), and adding the most advanced insights and features without complicating our plugin with tons of settings. Quite simply, it should \"just work\"."
6410
  msgstr ""
6411
 
6412
+ #: languages/vue.php:1022
6413
  msgid "MonsterInsights is brought to you by the same team that's behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, and the best WordPress forms plugin, WPForms."
6414
  msgstr ""
6415
 
6416
+ #: languages/vue.php:1025
6417
  msgid "Yup, we know a thing or two about building awesome products that customers love."
6418
  msgstr ""
6419
 
6420
+ #: languages/vue.php:1028
6421
  msgid "The MonsterInsights Team"
6422
  msgstr ""
6423
 
6424
+ #: languages/vue.php:1031
6425
  msgid "Make your MonsterInsights campaign links prettier with Pretty Links!"
6426
  msgstr ""
6427
 
6428
+ #: languages/vue.php:1034
6429
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
6430
  msgstr ""
6431
 
6432
+ #: languages/vue.php:1037
6433
  msgid "Take your MonsterInsights campaign links from our URL Builder and shorten them with Pretty Links!"
6434
  msgstr ""
6435
 
6436
+ #: languages/vue.php:1040
6437
  msgid "Over 200,000 websites use Pretty Links!"
6438
  msgstr ""
6439
 
6440
+ #: languages/vue.php:1043
6441
  msgid "Install Pretty Links"
6442
  msgstr ""
6443
 
6444
+ #: languages/vue.php:1046
6445
  msgid "Pretty Links Installed & Activated"
6446
  msgstr ""
6447
 
6448
+ #: languages/vue.php:1049
6449
  msgid "Download Pretty Links"
6450
  msgstr ""
6451
 
6452
+ #: languages/vue.php:1052
6453
  msgid "Install Pretty Links from the WordPress.org plugin repository."
6454
  msgstr ""
6455
 
6456
+ #: languages/vue.php:1055
6457
  msgid "Activate Pretty Links"
6458
  msgstr ""
6459
 
6460
+ #: languages/vue.php:1058
6461
  msgid "Activating Pretty Links..."
6462
  msgstr ""
6463
 
6464
+ #: languages/vue.php:1061
6465
  msgid "Create New Pretty Link"
6466
  msgstr ""
6467
 
6468
+ #: languages/vue.php:1064
6469
  msgid "Create a New Pretty Link"
6470
  msgstr ""
6471
 
6472
+ #: languages/vue.php:1067
6473
  msgid "Grab your campaign link and paste it into the Target URL field."
6474
  msgstr ""
6475
 
6476
+ #: languages/vue.php:1070
6477
  msgid "Custom Campaign Parameters"
6478
  msgstr ""
6479
 
6480
+ #: languages/vue.php:1073
6481
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
6482
  msgstr ""
6483
 
6484
+ #: languages/vue.php:1076
6485
  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."
6486
  msgstr ""
6487
 
6488
  #. Translators: Marks the field as required.
6489
+ #: languages/vue.php:1080
6490
  msgid "Website URL %s"
6491
  msgstr ""
6492
 
6493
  #. Translators: Display the current website url in italic.
6494
+ #: languages/vue.php:1084
6495
  msgid "The full website URL (e.g. %1$s %2$s%3$s)"
6496
  msgstr ""
6497
 
6498
  #. Translators: Marks the field as required.
6499
+ #: languages/vue.php:1088
6500
  msgid "Campaign Source %s"
6501
  msgstr ""
6502
 
6503
  #. Translators: Make the text italic.
6504
+ #: languages/vue.php:1092
6505
  msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
6506
  msgstr ""
6507
 
6508
  #. Translators: Make the text italic.
6509
+ #: languages/vue.php:1096
6510
  msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
6511
  msgstr ""
6512
 
6513
  #. Translators: Make the text italic.
6514
+ #: languages/vue.php:1100
6515
  msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
6516
  msgstr ""
6517
 
6518
+ #: languages/vue.php:1103
6519
  msgid "Enter the paid keyword"
6520
  msgstr ""
6521
 
6522
+ #: languages/vue.php:1106
6523
  msgid "Enter something to differentiate ads"
6524
  msgstr ""
6525
 
6526
+ #: languages/vue.php:1109
6527
  msgid "Use Fragment"
6528
  msgstr ""
6529
 
6530
  #. Translators: Make the text bold.
6531
+ #: languages/vue.php:1113
6532
  msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
6533
  msgstr ""
6534
 
6535
+ #: languages/vue.php:1116
6536
  msgid "URL to use"
6537
  msgstr ""
6538
 
6539
+ #: languages/vue.php:1119
6540
  msgid "(Updates automatically)"
6541
  msgstr ""
6542
 
6543
+ #: languages/vue.php:1122
6544
  msgid "Copy to Clipboard"
6545
  msgstr ""
6546
 
6547
+ #: languages/vue.php:1125
6548
  msgid "Copy to Pretty Links"
6549
  msgstr ""
6550
 
6551
+ #: languages/vue.php:1128
6552
  msgid "Make your campaign links prettier!"
6553
  msgstr ""
6554
 
6555
+ #: languages/vue.php:1131
6556
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
6557
  msgstr ""
6558
 
6559
+ #: languages/vue.php:1134
6560
  msgid "More Information & Examples"
6561
  msgstr ""
6562
 
6563
+ #: languages/vue.php:1137
6564
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
6565
  msgstr ""
6566
 
6567
+ #: languages/vue.php:1140
6568
  msgid "Campaign Source"
6569
  msgstr ""
6570
 
6571
+ #: languages/vue.php:1143
6572
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
6573
  msgstr ""
6574
 
6575
+ #: languages/vue.php:1146
6576
  msgid "Campaign Medium"
6577
  msgstr ""
6578
 
6579
+ #: languages/vue.php:1149
6580
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
6581
  msgstr ""
6582
 
6583
+ #: languages/vue.php:1152
6584
  msgid "Campaign Name"
6585
  msgstr ""
6586
 
6587
+ #: languages/vue.php:1155
6588
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
6589
  msgstr ""
6590
 
6591
+ #: languages/vue.php:1158
6592
  msgid "Campaign Term"
6593
  msgstr ""
6594
 
6595
+ #: languages/vue.php:1161
6596
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
6597
  msgstr ""
6598
 
6599
+ #: languages/vue.php:1164
6600
  msgid "Campaign Content"
6601
  msgstr ""
6602
 
6603
+ #: languages/vue.php:1167
6604
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
6605
  msgstr ""
6606
 
6607
  #. Translators: Example.
6608
+ #: languages/vue.php:1171
6609
  msgid "Example: %s"
6610
  msgstr ""
6611
 
6612
  #. Translators: Examples.
6613
+ #: languages/vue.php:1175
6614
  msgid "Examples: %s"
6615
  msgstr ""
6616
 
6617
+ #: languages/vue.php:1178
6618
  msgid "About Campaigns"
6619
  msgstr ""
6620
 
6621
+ #: languages/vue.php:1181
6622
  msgid "About Custom Campaigns"
6623
  msgstr ""
6624
 
6625
+ #: languages/vue.php:1184
6626
  msgid "Best Practices for Creating Custom Campaigns"
6627
  msgstr ""
6628
 
6629
+ #: languages/vue.php:1187
6630
  msgid "About the Referral Traffic Report"
6631
  msgstr ""
6632
 
6633
+ #: languages/vue.php:1190
6634
  msgid "About Traffic Source Dimensions"
6635
  msgstr ""
6636
 
6637
+ #: languages/vue.php:1193
6638
  msgid "AdWords Auto-Tagging"
6639
  msgstr ""
6640
 
6641
+ #: languages/vue.php:1196
6642
  msgid "Additional Information"
6643
  msgstr ""
6644
 
6645
+ #: languages/vue.php:1199
6646
  msgid "Import/Export"
6647
  msgstr ""
6648
 
6649
+ #: languages/vue.php:1202
6650
  msgid "Import"
6651
  msgstr ""
6652
 
6653
+ #: languages/vue.php:1205
6654
  msgid "Import settings from another MonsterInsights website."
6655
  msgstr ""
6656
 
6657
+ #: languages/vue.php:1208
6658
  msgid "Export"
6659
  msgstr ""
6660
 
6661
+ #: languages/vue.php:1211
6662
  msgid "Export settings to import into another MonsterInsights install."
6663
  msgstr ""
6664
 
6665
+ #: languages/vue.php:1214
6666
  msgid "Import Settings"
6667
  msgstr ""
6668
 
6669
+ #: languages/vue.php:1217
6670
  msgid "Export Settings"
6671
  msgstr ""
6672
 
6673
+ #: languages/vue.php:1220
6674
  msgid "Please choose a file to import"
6675
  msgstr ""
6676
 
6677
+ #: languages/vue.php:1223
6678
  msgid "Click Choose file below to select the settings export file from another site."
6679
  msgstr ""
6680
 
6681
+ #: languages/vue.php:1226
6682
  msgid "Use the button below to export a file with your MonsterInsights settings."
6683
  msgstr ""
6684
 
6685
+ #: languages/vue.php:1229
6686
  msgid "Uploading file..."
6687
  msgstr ""
6688
 
6689
+ #: languages/vue.php:1232
6690
  msgid "File imported"
6691
  msgstr ""
6692
 
6693
+ #: languages/vue.php:1235
6694
  msgid "Settings successfully updated!"
6695
  msgstr ""
6696
 
6697
+ #: languages/vue.php:1238
6698
  msgid "Error importing settings"
6699
  msgstr ""
6700
 
6701
+ #: languages/vue.php:1241
6702
  msgid "Please choose a .json file generated by a MonsterInsights settings export."
6703
  msgstr ""
6704
 
6705
+ #: languages/vue.php:1244
6706
  msgid "MonsterInsights Recommends WPForms"
6707
  msgstr ""
6708
 
6709
+ #: languages/vue.php:1247
6710
  msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
6711
  msgstr ""
6712
 
6713
+ #: languages/vue.php:1250
6714
  msgid "Used on over 4,000,000 websites!"
6715
  msgstr ""
6716
 
6717
+ #: languages/vue.php:1253
6718
  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!"
6719
  msgstr ""
6720
 
6721
+ #: languages/vue.php:1256
6722
  msgid "Skip this Step"
6723
  msgstr ""
6724
 
6725
+ #: languages/vue.php:1259
6726
  msgid "Continue & Install WPForms"
6727
  msgstr ""
6728
 
6729
+ #: languages/vue.php:1262
6730
  msgid "Installing..."
6731
  msgstr ""
6732
 
6733
+ #: languages/vue.php:1265
6734
  msgid "Show in widget mode"
6735
  msgstr ""
6736
 
6737
+ #: languages/vue.php:1268
6738
  msgid "Show in full-width mode"
6739
  msgstr ""
6740
 
6741
+ #: languages/vue.php:1275
6742
  msgid "Installing Addon"
6743
  msgstr ""
6744
 
6745
+ #: languages/vue.php:1278
6746
  msgid "Activating Addon"
6747
  msgstr ""
6748
 
6749
+ #: languages/vue.php:1281
6750
  msgid "Addon Activated"
6751
  msgstr ""
6752
 
6753
+ #: languages/vue.php:1284
6754
  msgid "Loading report data"
6755
  msgstr ""
6756
 
6757
+ #: languages/vue.php:1287
6758
  msgid "Please activate manually"
6759
  msgstr ""
6760
 
6761
  #. Translators: Adds the error status and status text.
6762
+ #: languages/vue.php:1291
6763
  msgid "Error: %1$s, %2$s"
6764
  msgstr ""
6765
 
6766
+ #: languages/vue.php:1294
6767
  msgid "Error Activating Addon"
6768
  msgstr ""
6769
 
6770
+ #: languages/vue.php:1297
6771
  #: lite/includes/admin/wp-site-health.php:372
6772
  #: lite/includes/admin/wp-site-health.php:398
6773
  #: lite/includes/admin/wp-site-health.php:425
6774
  msgid "View Addons"
6775
  msgstr ""
6776
 
6777
+ #: languages/vue.php:1300
6778
  msgid "Dismiss"
6779
  msgstr ""
6780
 
6781
+ #: languages/vue.php:1303
6782
  msgid "Redirecting"
6783
  msgstr ""
6784
 
6785
+ #: languages/vue.php:1306
6786
  msgid "Please wait"
6787
  msgstr ""
6788
 
6789
+ #: languages/vue.php:1310
6790
  msgid "activate"
6791
  msgstr ""
6792
 
6793
+ #: languages/vue.php:1314
6794
  msgid "install"
6795
  msgstr ""
6796
 
6797
+ #: languages/vue.php:1318
6798
  msgid "Visit addons page"
6799
  msgstr ""
6800
 
6801
+ #: languages/vue.php:1321
6802
  msgid "Report Unavailable"
6803
  msgstr ""
6804
 
6805
  #. Translators: Install/Activate the addon.
6806
+ #: languages/vue.php:1325
6807
  msgid "%s Addon"
6808
  msgstr ""
6809
 
6810
+ #: languages/vue.php:1328
6811
  msgid "Go Back To Reports"
6812
  msgstr ""
6813
 
6814
+ #: languages/vue.php:1331
6815
  msgid "Enable Enhanced eCommerce"
6816
  msgstr ""
6817
 
6818
  #. Translators: Placeholders are used for making text bold and adding a link.
6819
+ #: languages/vue.php:1335
6820
  msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
6821
  msgstr ""
6822
 
6823
+ #: languages/vue.php:1338
6824
  msgid "Last 30 Days Insights for:"
6825
  msgstr ""
6826
 
6827
+ #: languages/vue.php:1341
6828
  msgid "Your Website"
6829
  msgstr ""
6830
 
6831
+ #: languages/vue.php:1344
6832
  msgid "Sessions"
6833
  msgstr ""
6834
 
6835
+ #: languages/vue.php:1347
6836
  msgid "Pageviews"
6837
  msgstr ""
6838
 
6839
+ #: languages/vue.php:1350
6840
  msgid "Avg. Duration"
6841
  msgstr ""
6842
 
6843
+ #: languages/vue.php:1353
6844
  msgid "Bounce Rate"
6845
  msgstr ""
6846
 
6847
+ #: languages/vue.php:1356
6848
  msgid "Total Users"
6849
  msgstr ""
6850
 
6851
+ #: languages/vue.php:1359
6852
  msgid "More data is available"
6853
  msgstr ""
6854
 
6855
+ #: languages/vue.php:1362
6856
  msgid "Want to see page-specific stats?"
6857
  msgstr ""
6858
 
6859
+ #: languages/vue.php:1365
6860
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
6861
  msgstr ""
6862
 
6863
+ #: languages/vue.php:1368
6864
  msgid "No addons found."
6865
  msgstr ""
6866
 
6867
+ #: languages/vue.php:1371
6868
  msgid "Refresh Addons"
6869
  msgstr ""
6870
 
6871
+ #: languages/vue.php:1374
6872
  msgid "Refreshing Addons"
6873
  msgstr ""
6874
 
6875
  #. Translators: Make text green.
6876
+ #: languages/vue.php:1378
6877
  msgid "Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
6878
  msgstr ""
6879
 
6880
+ #: languages/vue.php:1381
6881
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
6882
  msgstr ""
6883
 
6884
+ #: languages/vue.php:1384
6885
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
6886
  msgstr ""
6887
 
6888
+ #: languages/vue.php:1387
6889
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
6890
  msgstr ""
6891
 
6892
+ #: languages/vue.php:1390
6893
  msgid "See All Your Important Store Metrics in One Place"
6894
  msgstr ""
6895
 
6896
+ #: languages/vue.php:1393
6897
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
6898
  msgstr ""
6899
 
6900
+ #: languages/vue.php:1396
6901
  msgid "ONE-CLICK INTEGRATIONS"
6902
  msgstr ""
6903
 
6904
+ #: languages/vue.php:1399
6905
  msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
6906
  msgstr ""
6907
 
6908
+ #: languages/vue.php:1402
6909
  msgid "MonsterInsights Ecommerce Addon makes it easy to setup enhanced eCommerce tracking, so you can see all your important eCommerce metrics like total revenue, conversion rate, average order value, top products, top referral sources, and more in a single report right inside your WordPress dashboard."
6910
  msgstr ""
6911
 
6912
+ #: languages/vue.php:1405
6913
  msgid "Affiliate Tracking"
6914
  msgstr ""
6915
 
6916
+ #: languages/vue.php:1408
6917
  msgid "Automatically Track Affiliate Sales"
6918
  msgstr ""
6919
 
6920
+ #: languages/vue.php:1411
6921
  msgid "The MonsterInsights eCommerce addon works with EasyAffiliate to automatically attribute orders originating from an EasyAffiliate link in Google Analytics. Gain valuable insights into your top affiliates with no coding required."
6922
  msgstr ""
6923
 
6924
+ #: languages/vue.php:1414
6925
  msgid "Works with WooCommerce, MemberPress and Easy Digital Downloads."
6926
  msgstr ""
6927
 
6928
+ #: languages/vue.php:1423
6929
  msgid "Cart Funnel"
6930
  msgstr ""
6931
 
6932
+ #: languages/vue.php:1426
6933
  msgid "Customer Insights"
6934
  msgstr ""
6935
 
6936
+ #: languages/vue.php:1429
6937
  msgid "Campaign Measurement"
6938
  msgstr ""
6939
 
6940
+ #: languages/vue.php:1432
6941
  msgid "Customer Profiles"
6942
  msgstr ""
6943
 
6944
+ #: languages/vue.php:1435
6945
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, revenue, and average order value, and more."
6946
  msgstr ""
6947
 
6948
+ #: languages/vue.php:1438
6949
  msgid "Truly Understand Your%1$s Customers With %2$sMonsterInsights%3$s"
6950
  msgstr ""
6951
 
6952
+ #: languages/vue.php:1441
6953
  msgid "You never truly understand your customers until you used Enhanced %1$s eCommerce from MonsterInsights!"
6954
  msgstr ""
6955
 
6956
+ #: languages/vue.php:1444
6957
  msgid "Track all-new metrics!"
6958
  msgstr ""
6959
 
6960
+ #: languages/vue.php:1447
6961
  msgid "Get stats WooCommerce doesn’t give you like: Conversion Sources, Avg. Order Value, Revenue per Source, Total Add to Carts & More!"
6962
  msgstr ""
6963
 
6964
+ #: languages/vue.php:1450
6965
  msgid "FEATURES"
6966
  msgstr ""
6967
 
6968
+ #: languages/vue.php:1453
6969
  msgid "Get The Unique Metrics Neccessary for Growth"
6970
  msgstr ""
6971
 
6972
+ #: languages/vue.php:1456
6973
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, %1$srevenue, and average order value, and more."
6974
  msgstr ""
6975
 
6976
+ #: languages/vue.php:1459
6977
  msgid "Get Answers to the important questions %1$syou should know."
6978
  msgstr ""
6979
 
6980
+ #: languages/vue.php:1462
6981
  msgid "Did the login/registration step of the checkout put users off?"
6982
  msgstr ""
6983
 
6984
+ #: languages/vue.php:1465
6985
  msgid "Which ad campaign is driving the most revenue?"
6986
  msgstr ""
6987
 
6988
+ #: languages/vue.php:1468
6989
  msgid "Who is my typical customer?"
6990
  msgstr ""
6991
 
6992
+ #: languages/vue.php:1471
6993
  msgid "Level-up Your eCommerce store with %1$sMonsterInsights + WooCommerce!%1$s"
6994
  msgstr ""
6995
 
6996
  #. Translators: placeholders make text small.
6997
+ #: languages/vue.php:1475
6998
  msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
6999
  msgstr ""
7000
 
7001
  #. Translators: placeholders make text small.
7002
+ #: languages/vue.php:1479
7003
  msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
7004
  msgstr ""
7005
 
7006
  #. Translators: placeholders make text small.
7007
+ #: languages/vue.php:1483
7008
  msgid "None %1$s- Manually update everything.%2$s"
7009
  msgstr ""
7010
 
7011
+ #: languages/vue.php:1486
7012
  msgid "Automatic Updates"
7013
  msgstr ""
7014
 
7015
+ #: languages/vue.php:1489
7016
  msgid "Awesome, You're All Set!"
7017
  msgstr ""
7018
 
7019
+ #: languages/vue.php:1492
7020
  msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
7021
  msgstr ""
7022
 
7023
  #. Translators: Make text bold.
7024
+ #: languages/vue.php:1496
7025
  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."
7026
  msgstr ""
7027
 
7028
  #. Translators: Link to our blog.
7029
+ #: languages/vue.php:1500
7030
  msgid "%1$sSubscribe to the MonsterInsights blog%2$s for tips on how to get more traffic and grow your business."
7031
  msgstr ""
7032
 
7033
+ #: languages/vue.php:1503
7034
  msgid "Finish Setup & Exit Wizard"
7035
  msgstr ""
7036
 
7037
+ #: languages/vue.php:1506
7038
  msgid "Checking your website..."
7039
  msgstr ""
7040
 
7041
+ #: languages/vue.php:1509
7042
  msgid "See All Reports"
7043
  msgstr ""
7044
 
7045
+ #: languages/vue.php:1512
7046
  msgid "Go to the Analytics Dashboard"
7047
  msgstr ""
7048
 
7049
  #. Translators: Line break.
7050
+ #: languages/vue.php:1516
7051
  msgid "Unique %s Sessions"
7052
  msgstr ""
7053
 
7054
+ #. Translators: Line break.
7055
+ #: languages/vue.php:1520
7056
  msgid "Unique %s Pageviews"
7057
  msgstr ""
7058
 
7059
+ #: languages/vue.php:1523
7060
  msgid "A session is the browsing session of a single user to your site."
7061
  msgstr ""
7062
 
7063
+ #: languages/vue.php:1526
7064
  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."
7065
  msgstr ""
7066
 
7067
+ #: languages/vue.php:1529
7068
  msgid "Total duration of all sessions (in seconds) / number of sessions."
7069
  msgstr ""
7070
 
7071
+ #: languages/vue.php:1532
7072
  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."
7073
  msgstr ""
7074
 
7075
+ #: languages/vue.php:1535
7076
  msgid "The number of distinct tracked users"
7077
  msgstr ""
7078
 
7079
+ #: languages/vue.php:1538
7080
  msgid "Avg. Session Duration"
7081
  msgstr ""
7082
 
7083
+ #: languages/vue.php:1541
7084
  msgid "Still Calculating..."
7085
  msgstr ""
7086
 
7087
+ #: languages/vue.php:1544
7088
  msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
7089
  msgstr ""
7090
 
7091
+ #: languages/vue.php:1547
7092
  msgid "Back to Overview Report"
7093
  msgstr ""
7094
 
7095
+ #: languages/vue.php:1550
7096
  msgid "Your 2020 Analytics Report"
7097
  msgstr ""
7098
 
7099
+ #: languages/vue.php:1553
7100
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
7101
  msgstr ""
7102
 
7103
+ #: languages/vue.php:1556
7104
  msgid "Audience"
7105
  msgstr ""
7106
 
7107
+ #: languages/vue.php:1559
7108
  msgid "Congrats"
7109
  msgstr ""
7110
 
7111
+ #: languages/vue.php:1562
7112
  msgid "Your website was quite popular this year! "
7113
  msgstr ""
7114
 
7115
+ #: languages/vue.php:1565
7116
  msgid "You had "
7117
  msgstr ""
7118
 
7119
+ #: languages/vue.php:1568
7120
  msgid " visitors!"
7121
  msgstr ""
7122
 
7123
+ #: languages/vue.php:1571
7124
  msgid " visitors"
7125
  msgstr ""
7126
 
7127
+ #: languages/vue.php:1574
7128
  msgid "Total Visitors"
7129
  msgstr ""
7130
 
7131
+ #: languages/vue.php:1577
7132
  msgid "Total Sessions"
7133
  msgstr ""
7134
 
7135
+ #: languages/vue.php:1580
7136
  msgid "Visitors by Month"
7137
  msgstr ""
7138
 
7139
+ #: languages/vue.php:1583
7140
  msgid "January 1, 2020 - December 31, 2020"
7141
  msgstr ""
7142
 
7143
+ #: languages/vue.php:1586
7144
  msgid "A Tip for 2021"
7145
  msgstr ""
7146
 
7147
+ #: languages/vue.php:1589
7148
  msgid "Demographics"
7149
  msgstr ""
7150
 
7151
+ #: languages/vue.php:1592
7152
  msgid "#1"
7153
  msgstr ""
7154
 
7155
+ #: languages/vue.php:1595
7156
  msgid "You Top 5 Countries"
7157
  msgstr ""
7158
 
7159
+ #: languages/vue.php:1598
7160
  msgid "Let’s get to know your visitors a little better, shall we?"
7161
  msgstr ""
7162
 
7163
+ #: languages/vue.php:1601
7164
  msgid "Gender"
7165
  msgstr ""
7166
 
7167
+ #: languages/vue.php:1604
7168
  msgid "Female"
7169
  msgstr ""
7170
 
7171
+ #: languages/vue.php:1607
7172
  msgid "Women"
7173
  msgstr ""
7174
 
7175
+ #: languages/vue.php:1610
7176
  msgid "Male"
7177
  msgstr ""
7178
 
7179
+ #: languages/vue.php:1613
7180
  msgid "Average Age"
7181
  msgstr ""
7182
 
7183
+ #: languages/vue.php:1617
7184
  msgid "Behavior"
7185
  msgstr ""
7186
 
7187
+ #: languages/vue.php:1620
7188
  msgid "Your Top 5 Pages"
7189
  msgstr ""
7190
 
7191
+ #: languages/vue.php:1623
7192
  msgid "Time Spent on Site"
7193
  msgstr ""
7194
 
7195
+ #: languages/vue.php:1626
7196
  msgid "minutes"
7197
  msgstr ""
7198
 
7199
+ #: languages/vue.php:1629
7200
  msgid "Device Type"
7201
  msgstr ""
7202
 
7203
+ #: languages/vue.php:1632
7204
  msgid "A Tip For 2021"
7205
  msgstr ""
7206
 
7207
+ #: languages/vue.php:1635
7208
  msgid "Take advantage of what you’ve already built. See how to get more traffic from existing content in our 32 Marketing Hacks to Grow Your Traffic."
7209
  msgstr ""
7210
 
7211
+ #: languages/vue.php:1638
7212
  msgid "Read - 32 Marketing Hacks to Grow Your Traffic"
7213
  msgstr ""
7214
 
7215
+ #: languages/vue.php:1641
7216
  msgid "So, where did all of these visitors come from?"
7217
  msgstr ""
7218
 
7219
+ #: languages/vue.php:1644
7220
  msgid "Clicks"
7221
  msgstr ""
7222
 
7223
+ #: languages/vue.php:1647
7224
  msgid "Your Top 5 Keywords"
7225
  msgstr ""
7226
 
7227
+ #: languages/vue.php:1650
7228
  msgid "What keywords visitors searched for to find your site"
7229
  msgstr ""
7230
 
7231
+ #: languages/vue.php:1653
7232
  msgid "Your Top 5 Referrals"
7233
  msgstr ""
7234
 
7235
+ #: languages/vue.php:1656
7236
  msgid "The websites that link back to your website"
7237
  msgstr ""
7238
 
7239
+ #: languages/vue.php:1659
7240
  msgid "Opportunity"
7241
  msgstr ""
7242
 
7243
+ #: languages/vue.php:1662
7244
  msgid "Use referral sources to create new partnerships or expand existing ones. See our guide on how to spy on your competitors and ethically steal their traffic."
7245
  msgstr ""
7246
 
7247
+ #: languages/vue.php:1665
7248
  msgid "Read - How to Ethically Steal Your Competitor’s Traffic"
7249
  msgstr ""
7250
 
7251
+ #: languages/vue.php:1668
7252
  msgid "Thank you for using MonsterInsights!"
7253
  msgstr ""
7254
 
7255
+ #: languages/vue.php:1671
7256
  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."
7257
  msgstr ""
7258
 
7259
+ #: languages/vue.php:1674
7260
  msgid "Here's to an amazing 2021!"
7261
  msgstr ""
7262
 
7263
+ #: languages/vue.php:1677
7264
  msgid "Enjoying MonsterInsights"
7265
  msgstr ""
7266
 
7267
+ #: languages/vue.php:1680
7268
  msgid "Leave a five star review!"
7269
  msgstr ""
7270
 
7271
+ #: languages/vue.php:1683
7272
  msgid "Syed Balkhi"
7273
  msgstr ""
7274
 
7275
+ #: languages/vue.php:1686
7276
  msgid "Chris Christoff"
7277
  msgstr ""
7278
 
7279
+ #: languages/vue.php:1689
7280
  msgid "Write Review"
7281
  msgstr ""
7282
 
7283
+ #: languages/vue.php:1692
7284
  msgid "Did you know over 10 million websites use our plugins?"
7285
  msgstr ""
7286
 
7287
+ #: languages/vue.php:1695
7288
  msgid "Try our other popular WordPress plugins to grow your website in 2021."
7289
  msgstr ""
7290
 
7291
+ #: languages/vue.php:1698
7292
  msgid "Join our Communities!"
7293
  msgstr ""
7294
 
7295
+ #: languages/vue.php:1701
7296
  msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
7297
  msgstr ""
7298
 
7299
+ #: languages/vue.php:1704
7300
  msgid "Facebook Group"
7301
  msgstr ""
7302
 
7303
+ #: languages/vue.php:1707
7304
  msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
7305
  msgstr ""
7306
 
7307
+ #: languages/vue.php:1710
7308
  msgid "Join Now...It’s Free!"
7309
  msgstr ""
7310
 
7311
+ #: languages/vue.php:1713
7312
  msgid "WordPress Tutorials by WPBeginner"
7313
  msgstr ""
7314
 
7315
+ #: languages/vue.php:1716
7316
  msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
7317
  msgstr ""
7318
 
7319
+ #: languages/vue.php:1719
7320
  msgid "Visit WPBeginner"
7321
  msgstr ""
7322
 
7323
+ #: languages/vue.php:1722
7324
  msgid "Follow Us!"
7325
  msgstr ""
7326
 
7327
+ #: languages/vue.php:1725
7328
  msgid "Follow MonsterInsights on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics."
7329
  msgstr ""
7330
 
7331
+ #: languages/vue.php:1728
7332
  msgid "Copyright MonsterInsights, 2021"
7333
  msgstr ""
7334
 
7335
+ #: languages/vue.php:1731
7336
  msgid "Upgrade to MonsterInsights Pro to Unlock Additional Actionable Insights"
7337
  msgstr ""
7338
 
7339
+ #: languages/vue.php:1734
7340
  msgid "January"
7341
  msgstr ""
7342
 
7343
+ #: languages/vue.php:1737
7344
  msgid "February"
7345
  msgstr ""
7346
 
7347
+ #: languages/vue.php:1740
7348
  msgid "March"
7349
  msgstr ""
7350
 
7351
+ #: languages/vue.php:1743
7352
  msgid "April"
7353
  msgstr ""
7354
 
7355
+ #: languages/vue.php:1746
7356
  msgid "May"
7357
  msgstr ""
7358
 
7359
+ #: languages/vue.php:1749
7360
  msgid "June"
7361
  msgstr ""
7362
 
7363
+ #: languages/vue.php:1752
7364
  msgid "July"
7365
  msgstr ""
7366
 
7367
+ #: languages/vue.php:1755
7368
  msgid "August"
7369
  msgstr ""
7370
 
7371
+ #: languages/vue.php:1758
7372
  msgid "September"
7373
  msgstr ""
7374
 
7375
+ #: languages/vue.php:1761
7376
  msgid "October"
7377
  msgstr ""
7378
 
7379
+ #: languages/vue.php:1764
7380
  msgid "November"
7381
  msgstr ""
7382
 
7383
+ #: languages/vue.php:1767
7384
  msgid "December"
7385
  msgstr ""
7386
 
7387
  #. Translators: Number of visitors.
7388
+ #: languages/vue.php:1771
7389
  msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
7390
  msgstr ""
7391
 
7392
+ #: languages/vue.php:1774
7393
  msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
7394
  msgstr ""
7395
 
7396
  #. Translators: Number of visitors.
7397
+ #: languages/vue.php:1778
7398
  msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
7399
  msgstr ""
7400
 
7401
  #. Translators: Number of visitors.
7402
+ #: languages/vue.php:1782
7403
  msgid "%s Visitors"
7404
  msgstr ""
7405
 
7406
  #. Translators: Percent and Number of visitors.
7407
+ #: languages/vue.php:1786
7408
  msgid "%1$s&#37 of your visitors were %2$s"
7409
  msgstr ""
7410
 
7411
  #. Translators: Number of visitors and their age.
7412
+ #: languages/vue.php:1790
7413
  msgid "%1$s&#37 of your visitors were between the ages of %2$s"
7414
  msgstr ""
7415
 
7416
+ #: languages/vue.php:1793
7417
  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>"
7418
  msgstr ""
7419
 
7420
  #. Translators: Number of minutes spent on site.
7421
+ #: languages/vue.php:1797
7422
  msgid "Each visitor spent an average of %s minutes on your website in 2020."
7423
  msgstr ""
7424
 
7425
  #. Translators: Name of device type.
7426
+ #: languages/vue.php:1801
7427
  msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
7428
  msgstr ""
7429
 
7430
  #. Translators: Number of visitors and device percentage.
7431
+ #: languages/vue.php:1805
7432
  msgid "%1$s&#37 of your visitors were on a %2$s device."
7433
  msgstr ""
7434
 
7435
+ #: languages/vue.php:1808
7436
  msgid "Desktop"
7437
  msgstr ""
7438
 
7439
+ #: languages/vue.php:1811
7440
  msgid "Tablet"
7441
  msgstr ""
7442
 
7443
+ #: languages/vue.php:1814
7444
  msgid "Mobile"
7445
  msgstr ""
7446
 
7447
+ #: languages/vue.php:1817
7448
  msgid "Right Now"
7449
  msgstr ""
7450
 
7451
+ #: languages/vue.php:1820
7452
  msgid "Active users on site"
7453
  msgstr ""
7454
 
7455
+ #: languages/vue.php:1823
7456
  msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
7457
  msgstr ""
7458
 
7459
+ #: languages/vue.php:1826
7460
  msgid "Important: this only includes users who are tracked in real-time. Not all users are tracked in real-time including (but not limited to) logged-in site administrators, certain mobile users, and users who match a Google Analytics filter."
7461
  msgstr ""
7462
 
7463
+ #: languages/vue.php:1829
7464
  msgid "The real-time report automatically updates approximately every 60 seconds."
7465
  msgstr ""
7466
 
7467
  #. Translators: Number of seconds that have passed since the report was refreshed.
7468
+ #: languages/vue.php:1833
7469
  msgid "The real-time report was last updated %s seconds ago."
7470
  msgstr ""
7471
 
7472
+ #: languages/vue.php:1836
7473
  msgid "The latest data will be automatically shown on this page when it becomes available."
7474
  msgstr ""
7475
 
7476
+ #: languages/vue.php:1839
7477
  msgid "There is no need to refresh the browser (doing so won't have any effect)."
7478
  msgstr ""
7479
 
7480
+ #: languages/vue.php:1842
7481
  msgid "Pageviews Per Minute"
7482
  msgstr ""
7483
 
7484
+ #: languages/vue.php:1845
7485
  msgid "Top Pages"
7486
  msgstr ""
7487
 
7488
+ #: languages/vue.php:1848
7489
  msgid "No pageviews currently."
7490
  msgstr ""
7491
 
7492
+ #: languages/vue.php:1851
7493
  msgid "Page"
7494
  msgstr ""
7495
 
7496
+ #: languages/vue.php:1854
7497
  msgid "Pageview Count"
7498
  msgstr ""
7499
 
7500
+ #: languages/vue.php:1857
7501
  msgid "Percent of Total"
7502
  msgstr ""
7503
 
7504
+ #: languages/vue.php:1860
7505
  msgid "This is the number of active users currently on your site."
7506
  msgstr ""
7507
 
7508
+ #: languages/vue.php:1863
7509
  msgid "This graph shows the number of pageviews for each of the last 30 minutes."
7510
  msgstr ""
7511
 
7512
+ #: languages/vue.php:1866
7513
  msgid "This list shows the top pages users are currently viewing on your site."
7514
  msgstr ""
7515
 
7516
+ #: languages/vue.php:1869
7517
  msgid "View All Real-Time Pageviews"
7518
  msgstr ""
7519
 
7520
+ #: languages/vue.php:1872
7521
  msgid "View All Real-Time Traffic Sources"
7522
  msgstr ""
7523
 
7524
+ #: languages/vue.php:1875
7525
  msgid "View All Real-Time Traffic by Country"
7526
  msgstr ""
7527
 
7528
+ #: languages/vue.php:1878
7529
  msgid "View All Real-Time Traffic by City"
7530
  msgstr ""
7531
 
7532
+ #: languages/vue.php:1881
7533
  msgid "Show Overview Reports"
7534
  msgstr ""
7535
 
7536
+ #: languages/vue.php:1884
7537
  msgid "Show Publishers Reports"
7538
  msgstr ""
7539
 
7540
+ #: languages/vue.php:1887
7541
  msgid "Show eCommerce Reports"
7542
  msgstr ""
7543
 
7544
+ #: languages/vue.php:1890
7545
  msgid "Settings Menu"
7546
  msgstr ""
7547
 
7548
+ #: languages/vue.php:1893
7549
  msgid "Available in PRO version"
7550
  msgstr ""
7551
 
7552
+ #: languages/vue.php:1896
7553
  msgid "Thank you for being a loyal MonsterInsights Lite user."
7554
  msgstr ""
7555
 
7556
+ #: languages/vue.php:1899
7557
  msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
7558
  msgstr ""
7559
 
7560
  #. Translators: Gets replaced with the coupon code.
7561
+ #: languages/vue.php:1903
7562
  msgid "Use coupon code %s to get 50%% off."
7563
  msgstr ""
7564
 
7565
+ #: languages/vue.php:1906
7566
  msgid "Dashboard widget"
7567
  msgstr ""
7568
 
7569
+ #: languages/vue.php:1909
7570
  msgid "Affiliate Links"
7571
  msgstr ""
7572
 
7573
+ #: languages/vue.php:1912
7574
  msgid "Enhanced Ecommerce"
7575
  msgstr ""
7576
 
7577
+ #: languages/vue.php:1915
7578
  msgid "Banner Ads"
7579
  msgstr ""
7580
 
7581
+ #: languages/vue.php:1918
7582
  msgid "Google AMP"
7583
  msgstr ""
7584
 
7585
+ #: languages/vue.php:1921
7586
  msgid "SEO Score Tracking"
7587
  msgstr ""
7588
 
7589
+ #: languages/vue.php:1924
7590
  msgid "Activating..."
7591
  msgstr ""
7592
 
7593
+ #: languages/vue.php:1927
7594
  msgid "Deactivating..."
7595
  msgstr ""
7596
 
7597
+ #: languages/vue.php:1930
7598
  msgid "Deactivate"
7599
  msgstr ""
7600
 
7601
  #. Translators: The status of the addon (installed/active/inactive).
7602
+ #: languages/vue.php:1934
7603
  msgid "Status: %s"
7604
  msgstr ""
7605
 
7606
+ #: languages/vue.php:1937
7607
  msgid "Not Installed"
7608
  msgstr ""
7609
 
7610
+ #: languages/vue.php:1940
7611
  msgid "Network Active"
7612
  msgstr ""
7613
 
7614
+ #: languages/vue.php:1943
7615
  msgid "Active"
7616
  msgstr ""
7617
 
7618
+ #: languages/vue.php:1946
7619
  msgid "Inactive"
7620
  msgstr ""
7621
 
7622
  #. Translators: Adds a link to the general settings tab.
7623
+ #: languages/vue.php:1950
7624
  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."
7625
  msgstr ""
7626
 
7627
+ #: languages/vue.php:1953
7628
  msgid "Export PDF Reports"
7629
  msgstr ""
7630
 
7631
+ #: languages/vue.php:1956
7632
  msgid "Permissions"
7633
  msgstr ""
7634
 
7635
+ #: languages/vue.php:1959
7636
  msgid "Allow These User Roles to See Reports"
7637
  msgstr ""
7638
 
7639
+ #: languages/vue.php:1962
7640
  msgid "Users that have at least one of these roles will be able to view the reports."
7641
  msgstr ""
7642
 
7709
  msgid "Can't load settings. Error: %1$s, %2$s"
7710
  msgstr ""
7711
 
7712
+ #: languages/vue.php:2022
7713
  msgid "You appear to be offline."
7714
  msgstr ""
7715
 
7716
  #. Translators: Error status and error text.
7717
+ #: languages/vue.php:2026
7718
  msgid "Can't save settings. Error: %1$s, %2$s"
7719
  msgstr ""
7720
 
7721
+ #: languages/vue.php:2029
7722
  msgid "Network error encountered. Settings not saved."
7723
  msgstr ""
7724
 
7725
  #. Translators: Error status and error text.
7726
+ #: languages/vue.php:2033
7727
  msgid "Can't deactivate the license. Error: %1$s, %2$s"
7728
  msgstr ""
7729
 
7730
  #. Translators: Error status and error text.
7731
+ #: languages/vue.php:2037
7732
  msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
7733
  msgstr ""
7734
 
7735
  #. Translators: Error status and error text.
7736
+ #: languages/vue.php:2041
7737
  msgid "Can't load license details. Error: %1$s, %2$s"
7738
  msgstr ""
7739
 
7740
+ #: languages/vue.php:2044
7741
  msgid "Error loading license details"
7742
  msgstr ""
7743
 
7744
  #. Translators: Error status and error text.
7745
+ #: languages/vue.php:2048
7746
  msgid "Can't verify the license. Error: %1$s, %2$s"
7747
  msgstr ""
7748
 
7749
  #. Translators: Error status and error text.
7750
+ #: languages/vue.php:2052
7751
  msgid "Can't validate the license. Error: %1$s, %2$s"
7752
  msgstr ""
7753
 
7754
  #. Translators: Error status and error text.
7755
+ #: languages/vue.php:2056
7756
  msgid "Can't deauthenticate. Error: %1$s, %2$s"
7757
  msgstr ""
7758
 
7759
  #. Translators: Error status and error text.
7760
+ #: languages/vue.php:2060
7761
  msgid "Can't load authentication details. Error: %1$s, %2$s"
7762
  msgstr ""
7763
 
7764
+ #: languages/vue.php:2063
7765
  msgid "You appear to be offline. Settings not saved."
7766
  msgstr ""
7767
 
7768
  #. Translators: Error status and error text.
7769
+ #: languages/vue.php:2067
7770
  msgid "Can't authenticate. Error: %1$s, %2$s"
7771
  msgstr ""
7772
 
7773
  #. Translators: Error status and error text.
7774
+ #: languages/vue.php:2071
7775
  msgid "Can't reauthenticate. Error: %1$s, %2$s"
7776
  msgstr ""
7777
 
7778
  #. Translators: Error status and error text.
7779
+ #: languages/vue.php:2075
7780
  msgid "Can't verify credentials. Error: %1$s, %2$s"
7781
  msgstr ""
7782
 
7783
+ #: languages/vue.php:2078
7784
  msgid "Proceed"
7785
  msgstr ""
7786
 
7787
+ #: languages/vue.php:2081
7788
  msgid "Connection Information"
7789
  msgstr ""
7790
 
7791
+ #: languages/vue.php:2084
7792
  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."
7793
  msgstr ""
7794
 
7795
+ #: languages/vue.php:2087
7796
  msgid "Hostname"
7797
  msgstr ""
7798
 
7799
+ #: languages/vue.php:2090
7800
  msgid "FTP Username"
7801
  msgstr ""
7802
 
7803
+ #: languages/vue.php:2093
7804
  msgid "FTP Password"
7805
  msgstr ""
7806
 
7807
+ #: languages/vue.php:2096
7808
  msgid "This password will not be stored on the server."
7809
  msgstr ""
7810
 
7811
+ #: languages/vue.php:2099
7812
  msgid "Connection Type"
7813
  msgstr ""
7814
 
7815
+ #: languages/vue.php:2102
7816
  msgid "Cancel"
7817
  msgstr ""
7818
 
7819
+ #: languages/vue.php:2105
7820
  msgid "You appear to be offline. WPForms not installed."
7821
  msgstr ""
7822
 
7823
  #. Translators: Error status and error text.
7824
+ #: languages/vue.php:2109
7825
  msgid "Can't activate addon. Error: %1$s, %2$s"
7826
  msgstr ""
7827
 
7828
+ #: languages/vue.php:2112
7829
  msgid "You appear to be offline. Addon not activated."
7830
  msgstr ""
7831
 
7832
  #. Translators: Error status and error text.
7833
+ #: languages/vue.php:2116
7834
  msgid "Can't deactivate addon. Error: %1$s, %2$s"
7835
  msgstr ""
7836
 
7837
+ #: languages/vue.php:2119
7838
  msgid "You appear to be offline. Addon not deactivated."
7839
  msgstr ""
7840
 
7841
  #. Translators: Error status and error text.
7842
+ #: languages/vue.php:2123
7843
  msgid "Can't install plugin. Error: %1$s, %2$s"
7844
  msgstr ""
7845
 
7846
+ #: languages/vue.php:2126
7847
  msgid "You appear to be offline. Plugin not installed."
7848
  msgstr ""
7849
 
7850
  #. Translators: Error status and error text.
7851
+ #: languages/vue.php:2130
7852
  msgid "Can't install addon. Error: %1$s, %2$s"
7853
  msgstr ""
7854
 
7855
+ #: languages/vue.php:2133
7856
  msgid "You appear to be offline. Addon not installed."
7857
  msgstr ""
7858
 
7859
  #. Translators: Error status and error text.
7860
+ #: languages/vue.php:2137
7861
  msgid "Can't install WPForms. Error: %1$s, %2$s"
7862
  msgstr ""
7863
 
7864
  #. Translators: Example path (/go/).
7865
+ #: languages/vue.php:2141
7866
  msgid "Path (example: %s)"
7867
  msgstr ""
7868
 
7869
+ #: languages/vue.php:2144
7870
  msgid "Path has to start with a / and have no spaces"
7871
  msgstr ""
7872
 
7873
  #. Translators: Example label (aff).
7874
+ #: languages/vue.php:2148
7875
  msgid "Label (example: %s)"
7876
  msgstr ""
7877
 
7878
+ #: languages/vue.php:2151
7879
  msgid "Label can't contain any spaces"
7880
  msgstr ""
7881
 
7882
  #. Translators: Add links to documentation.
7883
+ #: languages/vue.php:2155
7884
  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."
7885
  msgstr ""
7886
 
7887
+ #: languages/vue.php:2158
7888
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
7889
  msgstr ""
7890
 
7891
+ #: languages/vue.php:2161
7892
  msgid "The MonsterInsights 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."
7893
  msgstr ""
7894
 
7895
+ #: languages/vue.php:2164
7896
  msgid "Disable the Headline Analyzer"
7897
  msgstr ""
7898
 
7899
+ #: languages/vue.php:2167
7900
  msgid "Warning: If you use a manual GA4 Measurement ID, you won't be able to use any of the reporting and some of the tracking features. Your Measurement ID should look like G-XXXXXXXXXX where the X's are numbers."
7901
  msgstr ""
7902
 
7903
+ #: languages/vue.php:2170
7904
  msgid "Or manually enter UA code (limited functionality)"
7905
  msgstr ""
7906
 
7907
+ #: languages/vue.php:2173
7908
  msgid "Dual Tracking Profile"
7909
  msgstr ""
7910
 
7911
+ #: languages/vue.php:2176
7912
  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."
7913
  msgstr ""
7914
 
7915
+ #: languages/vue.php:2179
7916
  msgid "Your Universal Analytics code should look like UA-XXXXXXXXXX where the X's are numbers."
7917
  msgstr ""
7918
 
7919
+ #: languages/vue.php:2182
7920
  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."
7921
  msgstr ""
7922
 
7923
+ #: languages/vue.php:2185
7924
  msgid "Your Measurement ID should look like G-XXXXXXXXXX where the X's are numbers."
7925
  msgstr ""
7926
 
7927
+ #: languages/vue.php:2188
7928
  msgid "Measurement Protocol API Secret"
7929
  msgstr ""
7930
 
7931
+ #: languages/vue.php:2191
7932
  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."
7933
  msgstr ""
7934
 
7935
+ #: languages/vue.php:2194
7936
  msgid "Force Deauthenticate"
7937
  msgstr ""
7938
 
7939
+ #: languages/vue.php:2197
7940
  msgid "Disconnect MonsterInsights"
7941
  msgstr ""
7942
 
7943
+ #: languages/vue.php:2200
7944
  msgid "Authenticating"
7945
  msgstr ""
7946
 
7947
+ #: languages/vue.php:2203
7948
  msgid "Verifying Credentials"
7949
  msgstr ""
7950
 
7951
+ #: languages/vue.php:2206
7952
  msgid "Your site is connected to MonsterInsights!"
7953
  msgstr ""
7954
 
7955
+ #: languages/vue.php:2209
7956
  msgid "Deauthenticating"
7957
  msgstr ""
7958
 
7959
+ #: languages/vue.php:2212
7960
  msgid "You've disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
7961
  msgstr ""
7962
 
7963
+ #: languages/vue.php:2215
7964
  msgid "Connect MonsterInsights"
7965
  msgstr ""
7966
 
7967
+ #: languages/vue.php:2218
7968
  msgid "Verify Credentials"
7969
  msgstr ""
7970
 
7971
+ #: languages/vue.php:2221
7972
  msgid "Website Profile"
7973
  msgstr ""
7974
 
7975
+ #: languages/vue.php:2224
7976
  msgid "Active Profile"
7977
  msgstr ""
7978
 
7979
+ #: languages/vue.php:2227
7980
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
7981
  msgstr ""
7982
 
7983
+ #: languages/vue.php:2230
7984
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
7985
  msgstr ""
7986
 
7988
  msgid "Manually enter your UA code"
7989
  msgstr ""
7990
 
7991
+ #: languages/vue.php:2236
7992
  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."
7993
  msgstr ""
7994
 
7995
+ #: languages/vue.php:2239
7996
  msgid "Manually enter your GA4 Measurement ID"
7997
  msgstr ""
7998
 
7999
+ #: languages/vue.php:2242
8000
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
8001
  msgstr ""
8002
 
8003
+ #: languages/vue.php:2245
8004
  msgid "Anonymize IP Addresses"
8005
  msgstr ""
8006
 
8007
+ #: languages/vue.php:2248
8008
  msgid "Link Attribution"
8009
  msgstr ""
8010
 
8011
+ #: languages/vue.php:2251
8012
  msgid "Enable Enhanced Link Attribution"
8013
  msgstr ""
8014
 
8015
+ #: languages/vue.php:2254
8016
  msgid "Enable Anchor Tracking"
8017
  msgstr ""
8018
 
8019
+ #: languages/vue.php:2257
8020
  msgid "Enable allowAnchor"
8021
  msgstr ""
8022
 
8023
+ #: languages/vue.php:2260
8024
  msgid "Enable allowLinker"
8025
  msgstr ""
8026
 
8027
+ #: languages/vue.php:2263
8028
  msgid "Enable Tag Links in RSS"
8029
  msgstr ""
8030
 
8031
+ #: languages/vue.php:2266
8032
  msgid "File Downloads"
8033
  msgstr ""
8034
 
8035
+ #: languages/vue.php:2269
8036
  msgid "Extensions of Files to Track as Downloads"
8037
  msgstr ""
8038
 
8039
+ #: languages/vue.php:2272
8040
  msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
8041
  msgstr ""
8042
 
8043
  #. Translators: Add links to the documentation.
8044
+ #: languages/vue.php:2276
8045
  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."
8046
  msgstr ""
8047
 
8048
  #. Translators: Adds a link to the documentation.
8049
+ #: languages/vue.php:2280
8050
  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."
8051
  msgstr ""
8052
 
8053
  #. Translators: Adds a link to the documentation.
8054
+ #: languages/vue.php:2284
8055
  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."
8056
  msgstr ""
8057
 
8058
+ #: languages/vue.php:2287
8059
  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."
8060
  msgstr ""
8061
 
8062
  #. Translators: Adds a link to the documentation.
8063
+ #: languages/vue.php:2291
8064
  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."
8065
  msgstr ""
8066
 
8067
  #. Translators: Adds a link to the documentation.
8068
+ #: languages/vue.php:2295
8069
  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."
8070
  msgstr ""
8071
 
8072
  #. Translators: Adds a link to the documentation.
8073
+ #: languages/vue.php:2299
8074
  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."
8075
  msgstr ""
8076
 
8077
+ #: languages/vue.php:2302
8078
  msgid "Add domain"
8079
  msgstr ""
8080
 
8081
  #. Translators: Example domain.
8082
+ #: languages/vue.php:2306
8083
  msgid "Domain (example: %s)"
8084
  msgstr ""
8085
 
8086
  #. Translators: Current site domain to be avoided.
8087
+ #: languages/vue.php:2310
8088
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
8089
  msgstr ""
8090
 
8091
+ #: languages/vue.php:2313
8092
  msgid "Cross Domain Tracking"
8093
  msgstr ""
8094
 
8095
  #. Translators: Adds a link to the documentation.
8096
+ #: languages/vue.php:2317
8097
  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."
8098
  msgstr ""
8099
 
8100
  #. Translators: Number of days.
8101
+ #: languages/vue.php:2321
8102
  msgid "vs. Previous Day"
8103
  msgstr ""
8104
 
8105
+ #: languages/vue.php:2324
8106
  msgid "No change"
8107
  msgstr ""
8108
 
8109
+ #: languages/vue.php:2327
8110
  msgid "Forms Tracking help you see who’s viewing your forms, so you can increase conversions."
8111
  msgstr ""
8112
 
8113
+ #: languages/vue.php:2330
8114
  msgid "Custom Dimensions show you popular categories, best time to publish, focus keywords, etc."
8115
  msgstr ""
8116
 
8117
+ #: languages/vue.php:2333
8118
  msgid "Make Google Analytics GDPR compliant with our EU Compliance addon."
8119
  msgstr ""
8120
 
8121
+ #: languages/vue.php:2336
8122
  msgid "Get real-time Google Analytics report right inside your WordPress dashboard."
8123
  msgstr ""
8124
 
8125
+ #: languages/vue.php:2339
8126
  msgid "Use Google Optimize to easily perform A/B split tests on your site."
8127
  msgstr ""
8128
 
8129
+ #: languages/vue.php:2342
8130
  msgid "See all your important store metrics in one place with Enhanced Ecommerce Tracking."
8131
  msgstr ""
8132
 
8133
+ #: languages/vue.php:2345
8134
  msgid "Unlock search console report to see your top performing keywords in Google."
8135
  msgstr ""
8136
 
8137
+ #: languages/vue.php:2348
8138
  msgid "Get Page Insights to see important metrics for individual posts / pages in WordPress."
8139
  msgstr ""
8140
 
8141
+ #: languages/vue.php:2351
8142
  msgid "Publishers Report shows your top performing pages, audience demographics, and more."
8143
  msgstr ""
8144
 
8145
+ #: languages/vue.php:2354
8146
  msgid "Get Scroll-Depth tracking to see how far users scroll on your pages before leaving."
8147
  msgstr ""
8148
 
8149
+ #: languages/vue.php:2357
8150
  msgid "Upgrade to Pro »"
8151
  msgstr ""
8152
 
8153
+ #: languages/vue.php:2360
8154
  msgid "Pro Tip:"
8155
  msgstr ""
8156
 
8157
+ #: languages/vue.php:2363
8158
  msgid "Show"
8159
  msgstr ""
8160
 
8161
+ #: languages/vue.php:2366
8162
  msgid "Hide dashboard widget"
8163
  msgstr ""
8164
 
8165
+ #: languages/vue.php:2369
8166
  msgid "Are you sure you want to hide the MonsterInsights Dashboard Widget? "
8167
  msgstr ""
8168
 
8169
+ #: languages/vue.php:2372
8170
  msgid "Yes, hide it!"
8171
  msgstr ""
8172
 
8173
+ #: languages/vue.php:2375
8174
  msgid "No, cancel!"
8175
  msgstr ""
8176
 
8177
+ #: languages/vue.php:2378
8178
  msgid "MonsterInsights Widget Hidden"
8179
  msgstr ""
8180
 
8181
+ #: languages/vue.php:2381
8182
  msgid "You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page"
8183
  msgstr ""
8184
 
8185
+ #: languages/vue.php:2388
8186
  msgid "Usage Tracking"
8187
  msgstr ""
8188
 
8189
+ #: languages/vue.php:2391
8190
  msgid "Allow Usage Tracking"
8191
  msgstr ""
8192
 
8195
  msgstr ""
8196
 
8197
  #. Translators: Add links to documentation.
8198
+ #: languages/vue.php:2400
8199
  msgid "Complete documentation on usage tracking is available %1$shere%2$s."
8200
  msgstr ""
8201
 
8202
  #. Translators: Make text green and add smiley face.
8203
+ #: languages/vue.php:2404
8204
  msgid "You're using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy! %3$s"
8205
  msgstr ""
8206
 
8207
  #. Translators: Add link to upgrade.
8208
+ #: languages/vue.php:2408
8209
  msgid "To unlock more features consider %1$supgrading to PRO%2$s."
8210
  msgstr ""
8211
 
8212
  #. Translators: Make text green.
8213
+ #: languages/vue.php:2412
8214
  msgid "As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
8215
  msgstr ""
8216
 
8217
+ #: languages/vue.php:2415
8218
  msgid "Unlock PRO Features Now"
8219
  msgstr ""
8220
 
8221
+ #: languages/vue.php:2419
8222
  msgid "Paste your license key here"
8223
  msgstr ""
8224
 
8225
+ #: languages/vue.php:2423
8226
  msgid "Verify"
8227
  msgstr ""
8228
 
8229
  #. Translators: Add link to retrieve license from account area.
8230
+ #: languages/vue.php:2427
8231
  msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %1$sRetrieve your license key%2$s."
8232
  msgstr ""
8233
 
8234
+ #: languages/vue.php:2431
8235
  msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
8236
  msgstr ""
8237
 
8238
  #. Translators: Error status and error text.
8239
+ #: languages/vue.php:2435
8240
  msgid "Can't load errors. Error: %1$s, %2$s"
8241
  msgstr ""
8242
 
8243
+ #: languages/vue.php:2438
8244
  msgid "No options available"
8245
  msgstr ""
8246
 
8247
+ #: languages/vue.php:2441
8248
  msgid "%1$sAll-in-One SEO%2$s Makes SEO Simple. Gain Valuable Organic Traffic."
8249
  msgstr ""
8250
 
8251
+ #: languages/vue.php:2444
8252
  msgid "Automatically migrate all of your SEO settings with just 1 click!"
8253
  msgstr ""
8254
 
8255
+ #: languages/vue.php:2447
8256
  msgid "1,938"
8257
  msgstr ""
8258
 
8259
+ #: languages/vue.php:2450
8260
  msgid "2+ Million Active Installs"
8261
  msgstr ""
8262
 
8263
+ #: languages/vue.php:2453
8264
  msgid "AIOSEO is the DIY Solution for Managing your SEO"
8265
  msgstr ""
8266
 
8267
+ #: languages/vue.php:2456
8268
  msgid "Set up the proper SEO foundations in less than 10 minutes."
8269
  msgstr ""
8270
 
8271
+ #: languages/vue.php:2459
8272
  msgid "SEO Audit Checklist"
8273
  msgstr ""
8274
 
8275
+ #: languages/vue.php:2462
8276
  msgid "Analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic."
8277
  msgstr ""
8278
 
8279
+ #: languages/vue.php:2465
8280
  msgid "Optimize Your Pages For Higher Rankings With TruSEO Score."
8281
  msgstr ""
8282
 
8283
+ #: languages/vue.php:2468
8284
  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."
8285
  msgstr ""
8286
 
8287
+ #: languages/vue.php:2471
8288
  msgid "Get AIOSEO for WordPress"
8289
  msgstr ""
8290
 
8291
+ #: languages/vue.php:2474
8292
  msgid "Get the #1 Most Powerful WordPress SEO Plugin Today"
8293
  msgstr ""
8294
 
8295
+ #: languages/vue.php:2477
8296
  msgid "Try it out today, for free."
8297
  msgstr ""
8298
 
8299
+ #: languages/vue.php:2480
8300
  msgid "Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings."
8301
  msgstr ""
8302
 
8303
+ #: languages/vue.php:2483
8304
  msgid "Activate and Install the Plugin with just one click!"
8305
  msgstr ""
8306
 
8307
+ #: languages/vue.php:2486
8308
  msgid "Installing AIOSEO..."
8309
  msgstr ""
8310
 
8311
+ #: languages/vue.php:2489
8312
  msgid "Congrats! All-in-One SEO Installed."
8313
  msgstr ""
8314
 
8315
+ #: languages/vue.php:2492
8316
  msgid "Switch to AIOSEO"
8317
  msgstr ""
8318
 
8319
+ #: languages/vue.php:2495
8320
  msgid "Installation Failed. Please refresh and try again."
8321
  msgstr ""
8322
 
8323
+ #: languages/vue.php:2498
8324
  msgid "Activating AIOSEO..."
8325
  msgstr ""
8326
 
8327
+ #: languages/vue.php:2501
8328
  msgid "Activate AIOSEO"
8329
  msgstr ""
8330
 
8331
+ #: languages/vue.php:2504
8332
  msgid "Activation Failed. Please refresh and try again."
8333
  msgstr ""
8334
 
8335
  #. Translators: The name of the field that is throwing a validation error.
8336
+ #: languages/vue.php:2508
8337
  msgid "%s can't be empty."
8338
  msgstr ""
8339
 
8340
+ #: languages/vue.php:2511
8341
  msgid "Duplicate values are not allowed."
8342
  msgstr ""
8343
 
8344
+ #: languages/vue.php:2514
8345
  msgid "You can add maximum 5 items."
8346
  msgstr ""
8347
 
8348
+ #: languages/vue.php:2517
8349
  msgid "At least 0 item required."
8350
  msgstr ""
8351
 
8352
+ #: languages/vue.php:2520
8353
  msgid "Add Another Link Path"
8354
  msgstr ""
8355
 
8356
+ #: languages/vue.php:2523
8357
  msgid "Remove row"
8358
  msgstr ""
8359
 
8360
+ #: languages/vue.php:2526
8361
  msgid "New"
8362
  msgstr ""
8363
 
8364
+ #: languages/vue.php:2529
8365
  msgid "Returning"
8366
  msgstr ""
8367
 
8368
+ #: languages/vue.php:2532
8369
  msgid "Top 10 Countries"
8370
  msgstr ""
8371
 
8372
+ #: languages/vue.php:2535
8373
  msgid "View Countries Report"
8374
  msgstr ""
8375
 
8376
+ #: languages/vue.php:2538
8377
  msgid "Top 10 Referrals"
8378
  msgstr ""
8379
 
8380
+ #: languages/vue.php:2541
8381
  msgid "View All Referral Sources"
8382
  msgstr ""
8383
 
8384
+ #: languages/vue.php:2544
8385
  msgid "View Full Posts/Pages Report"
8386
  msgstr ""
8387
 
8388
+ #: languages/vue.php:2547
8389
  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."
8390
  msgstr ""
8391
 
8392
+ #: languages/vue.php:2550
8393
  msgid "This list shows the top countries your website visitors are from."
8394
  msgstr ""
8395
 
8396
+ #: languages/vue.php:2553
8397
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
8398
  msgstr ""
8399
 
8400
+ #: languages/vue.php:2556
8401
  msgid "Export PDF Overview Report"
8402
  msgstr ""
8403
 
8404
+ #: languages/vue.php:2560
8405
  msgid "Reset to default"
8406
  msgstr ""
8407
 
8408
+ #: languages/vue.php:2563
8409
  msgid "The value entered does not match the required format"
8410
  msgstr ""
8411
 
8412
+ #: languages/vue.php:2566
8413
  msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
8414
  msgstr ""
8415
 
8416
+ #: languages/vue.php:2569
8417
  msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
8418
  msgstr ""
8419
 
8420
+ #: languages/vue.php:2572
8421
  msgid "Recommended Settings"
8422
  msgstr ""
8423
 
8424
+ #: languages/vue.php:2575
8425
  msgid "MonsterInsights recommends the following settings based on your configuration."
8426
  msgstr ""
8427
 
8428
+ #: languages/vue.php:2578
8429
  msgid "Events Tracking"
8430
  msgstr ""
8431
 
8432
+ #: languages/vue.php:2581
8433
  msgid "Must have for all click tracking on site."
8434
  msgstr ""
8435
 
8436
+ #: languages/vue.php:2584
8437
  msgid "MonsterInsights 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."
8438
  msgstr ""
8439
 
8440
+ #: languages/vue.php:2587
8441
  msgid "Enhanced Link Attribution"
8442
  msgstr ""
8443
 
8444
+ #: languages/vue.php:2590
8445
  msgid "Improves the accuracy of your In-Page Analytics."
8446
  msgstr ""
8447
 
8448
+ #: languages/vue.php:2593
8449
  msgid "MonsterInsights 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."
8450
  msgstr ""
8451
 
8452
+ #: languages/vue.php:2596
8453
  msgid "Install Updates Automatically"
8454
  msgstr ""
8455
 
8456
+ #: languages/vue.php:2599
8457
  msgid "Get the latest features, bug fixes, and security updates as they are released."
8458
  msgstr ""
8459
 
8460
+ #: languages/vue.php:2602
8461
  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 MonsterInsights, we offer the ability to automatically have MonsterInsights update itself."
8462
  msgstr ""
8463
 
8464
+ #: languages/vue.php:2605
8465
  msgid "File Download Tracking"
8466
  msgstr ""
8467
 
8468
+ #: languages/vue.php:2608
8469
  msgid "Helps you see file downloads data."
8470
  msgstr ""
8471
 
8472
+ #: languages/vue.php:2611
8473
  msgid "MonsterInsights 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? MonsterInsights makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
8474
  msgstr ""
8475
 
8476
+ #: languages/vue.php:2614
8477
  msgid "Helps you increase affiliate revenue."
8478
  msgstr ""
8479
 
8480
+ #: languages/vue.php:2617
8481
  msgid "MonsterInsights 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."
8482
  msgstr ""
8483
 
8484
+ #: languages/vue.php:2620
8485
  msgid "Affiliate Link Tracking"
8486
  msgstr ""
8487
 
8488
+ #: languages/vue.php:2623
8489
  msgid "Who Can See Reports"
8490
  msgstr ""
8491
 
8492
+ #: languages/vue.php:2626
8493
  msgid "These user roles will be able to access MonsterInsights' reports in the WordPress admin area."
8494
  msgstr ""
8495
 
8496
+ #: languages/vue.php:2629
8497
  msgid "Save and continue"
8498
  msgstr ""
8499
 
8500
+ #: languages/vue.php:2632
8501
  msgid "Events Tracking is enabled the moment you set up MonsterInsights"
8502
  msgstr ""
8503
 
8504
+ #: languages/vue.php:2635
8505
  msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
8506
  msgstr ""
8507
 
8508
+ #: languages/vue.php:2638
8509
  msgid "+ Add Role"
8510
  msgstr ""
8511
 
8512
+ #: languages/vue.php:2641
8513
  msgid "Connect MonsterInsights to Your Website"
8514
  msgstr ""
8515
 
8516
+ #: languages/vue.php:2644
8517
  msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
8518
  msgstr ""
8519
 
8520
+ #: languages/vue.php:2647
8521
  msgid "Whoops, something went wrong and we weren't able to connect to MonsterInsights. Please enter your Google UA code manually."
8522
  msgstr ""
8523
 
8524
+ #: languages/vue.php:2650
8525
  msgid "Save and Continue"
8526
  msgstr ""
8527
 
8528
+ #: languages/vue.php:2653
8529
  msgid "UA code can't be empty"
8530
  msgstr ""
8531
 
8532
+ #: languages/vue.php:2656
8533
  msgid "Saving UA code..."
8534
  msgstr ""
8535
 
8536
+ #: languages/vue.php:2659
8537
  msgid "Allow usage tracking"
8538
  msgstr ""
8539
 
8540
+ #: languages/vue.php:2662
8541
  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."
8542
  msgstr ""
8543
 
8544
+ #: languages/vue.php:2665
8545
  msgid "Install All-in-One SEO"
8546
  msgstr ""
8547
 
8548
+ #: languages/vue.php:2668
8549
  msgid "Improve Your Website Search Rankings With All-In-One SEO"
8550
  msgstr ""
8551
 
8552
+ #: languages/vue.php:2671
8553
  msgid "If you’re not using a plugin to optimize your website’s SEO you’re missing out on valuable organic traffic!"
8554
  msgstr ""
8555
 
8556
+ #: languages/vue.php:2674
8557
  msgid "Finally, a WordPress SEO Plugin that’s Easy and Powerful!"
8558
  msgstr ""
8559
 
8560
+ #: languages/vue.php:2677
8561
  msgid "AIOSEO makes it easy to set up the proper SEO foundations in less than 10 minutes."
8562
  msgstr ""
8563
 
8564
+ #: languages/vue.php:2680
8565
  msgid "Local SEO"
8566
  msgstr ""
8567
 
8568
+ #: languages/vue.php:2683
8569
  msgid "All in One SEO gives you all the tools you need to improve your local SEO and rank higher on Google Maps."
8570
  msgstr ""
8571
 
8572
+ #: languages/vue.php:2686
8573
  msgid "WooCommerce SEO"
8574
  msgstr ""
8575
 
8576
+ #: languages/vue.php:2689
8577
  msgid "Advanced eCommerce SEO support for WooCommerce to optimize product pages, product categories, and more."
8578
  msgstr ""
8579
 
8580
+ #: languages/vue.php:2692
8581
  msgid "SEO Custom User Roles"
8582
  msgstr ""
8583
 
8584
+ #: languages/vue.php:2695
8585
  msgid "SEO user roles allow you to manage access to important SEO features without handing over control of your website."
8586
  msgstr ""
8587
 
8588
+ #: languages/vue.php:2698
8589
  msgid "Google News Sitemap"
8590
  msgstr ""
8591
 
8592
+ #: languages/vue.php:2701
8593
  msgid "Get higher rankings and unlock more traffic by submitting your latest news articles to Google News."
8594
  msgstr ""
8595
 
8596
+ #: languages/vue.php:2704
8597
  msgid "Smart XML Sitemaps"
8598
  msgstr ""
8599
 
8600
+ #: languages/vue.php:2707
8601
  msgid "Automatically generate a WordPress XML sitemap and notify all search engines of any updates."
8602
  msgstr ""
8603
 
8604
+ #: languages/vue.php:2710
8605
  msgid "Social Media Integration"
8606
  msgstr ""
8607
 
8608
+ #: languages/vue.php:2713
8609
  msgid "Easily control how your content and thumbnails look on Facebook, Twitter, and other social media networks."
8610
  msgstr ""
8611
 
8612
+ #: languages/vue.php:2716
8613
  msgid "TruSEO On-Page Analysis"
8614
  msgstr ""
8615
 
8616
+ #: languages/vue.php:2719
8617
  msgid "Easily add title tags, meta descriptions, keywords, and everything else you need for proper on-page SEO optimization."
8618
  msgstr ""
8619
 
8620
+ #: languages/vue.php:2722
8621
  msgid "& Many More!"
8622
  msgstr ""
8623
 
8624
+ #: languages/vue.php:2725
8625
  msgid "Installing. Please wait.."
8626
  msgstr ""
8627
 
8628
+ #: languages/vue.php:2728
8629
  msgid "Install All-in-One-SEO"
8630
  msgstr ""
8631
 
8632
+ #: languages/vue.php:2731
8633
  msgid "Welcome to MonsterInsights!"
8634
  msgstr ""
8635
 
8636
+ #: languages/vue.php:2734
8637
  msgid "Let's get you set up."
8638
  msgstr ""
8639
 
8640
+ #: languages/vue.php:2737
8641
  msgid "Which category best describes your website?"
8642
  msgstr ""
8643
 
8644
+ #: languages/vue.php:2740
8645
  msgid "We will recommend the optimal settings for MonsterInsights based on your choice."
8646
  msgstr ""
8647
 
8648
+ #: languages/vue.php:2743
8649
  msgid "Business Website"
8650
  msgstr ""
8651
 
8652
  #. Translators: Make text bold.
8653
+ #: languages/vue.php:2747
8654
  msgid "Publisher %1$s(Blog)%2$s"
8655
  msgstr ""
8656
 
8657
+ #: languages/vue.php:2750
8658
  msgid "Ecommerce"
8659
  msgstr ""
8660
 
8661
+ #: languages/vue.php:2753
8662
  msgid "Caching"
8663
  msgstr ""
8664
 
8665
+ #: languages/vue.php:2756
8666
  msgid "Enable Data Caching"
8667
  msgstr ""
8668
 
8669
+ #: languages/vue.php:2759
8670
  msgid "Refresh Cache Every"
8671
  msgstr ""
8672
 
8673
+ #: languages/vue.php:2762
8674
  msgid "Choose how often to refresh the cache."
8675
  msgstr ""
8676
 
8677
+ #: languages/vue.php:2765
8678
  msgid "Enable Ajaxify"
8679
  msgstr ""
8680
 
8681
+ #: languages/vue.php:2768
8682
  msgid "Ajaxify Widget"
8683
  msgstr ""
8684
 
8685
+ #: languages/vue.php:2771
8686
  msgid "Use to bypass page caching."
8687
  msgstr ""
8688
 
8689
+ #: languages/vue.php:2774
8690
  msgid "Empty Cache"
8691
  msgstr ""
8692
 
8693
+ #: languages/vue.php:2777
8694
  msgid "Click to manually wipe the cache right now."
8695
  msgstr ""
8696
 
8697
+ #: languages/vue.php:2780
8698
  msgid "Popular posts cache emptied"
8699
  msgstr ""
8700
 
8701
+ #: languages/vue.php:2783
8702
  msgid "Error emptying the popular posts cache. Please try again."
8703
  msgstr ""
8704
 
8705
+ #: languages/vue.php:2787
8706
  msgid "Choose Theme"
8707
  msgstr ""
8708
 
8709
+ #: languages/vue.php:2791
8710
  msgid "Widget Styling"
8711
  msgstr ""
8712
 
8713
+ #: languages/vue.php:2795
8714
  msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
8715
  msgstr ""
8716
 
8717
+ #: languages/vue.php:2799
8718
  msgid "Sort By"
8719
  msgstr ""
8720
 
8721
+ #: languages/vue.php:2803
8722
  msgid "Choose how you'd like the widget to determine your popular posts."
8723
  msgstr ""
8724
 
8725
+ #: languages/vue.php:2806
8726
  msgid "Display Title"
8727
  msgstr ""
8728
 
8729
+ #: languages/vue.php:2812
8730
  msgid "Title your widget and set its display preferences."
8731
  msgstr ""
8732
 
8733
+ #: languages/vue.php:2816
8734
  msgid "Include in Post Types"
8735
  msgstr ""
8736
 
8737
+ #: languages/vue.php:2820
8738
  msgid "Exclude from specific posts"
8739
  msgstr ""
8740
 
8741
  #. Translators: Placeholders make the text bold.
8742
+ #: languages/vue.php:2825
8743
  msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
8744
  msgstr ""
8745
 
8746
  #. Translators: Placeholders make the text bold.
8747
+ #: languages/vue.php:2830
8748
  msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
8749
  msgstr ""
8750
 
8751
+ #: languages/vue.php:2834
8752
  msgid "Loading Themes"
8753
  msgstr ""
8754
 
8755
  #. Translators: placeholders make text small.
8756
+ #: languages/vue.php:2839
8757
  msgid "Default Styles %1$s- As seen above.%2$s"
8758
  msgstr ""
8759
 
8760
  #. Translators: placeholders make text small.
8761
+ #: languages/vue.php:2844
8762
  msgid "No Styles %1$s- Use your own CSS.%2$s"
8763
  msgstr ""
8764
 
8765
  #. Translators: placeholders make text small.
8766
+ #: languages/vue.php:2849
8767
  msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
8768
  msgstr ""
8769
 
8770
  #. Translators: placeholders make text small.
8771
+ #: languages/vue.php:2854
8772
  msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
8773
  msgstr ""
8774
 
8775
  #. Translators: placeholders make text small.
8776
+ #: languages/vue.php:2859
8777
  msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
8778
  msgstr ""
8779
 
8780
+ #: languages/vue.php:2862
8781
  msgid "Placement"
8782
  msgstr ""
8783
 
8784
+ #: languages/vue.php:2865
8785
  msgid "Choose how you'd like to place the widget."
8786
  msgstr ""
8787
 
8788
+ #: languages/vue.php:2868
8789
  msgid "Insert After"
8790
  msgstr ""
8791
 
8792
+ #: languages/vue.php:2871
8793
  msgid "Choose where in the post body the widget will be placed."
8794
  msgstr ""
8795
 
8796
+ #: languages/vue.php:2875
8797
  msgid "Customize Design"
8798
  msgstr ""
8799
 
8800
+ #: languages/vue.php:2878
8801
  msgid "words"
8802
  msgstr ""
8803
 
8804
+ #: languages/vue.php:2881
8805
  msgid "Please select at least one post to display."
8806
  msgstr ""
8807
 
8808
  #. Translators: placeholders make text small.
8809
+ #: languages/vue.php:2885
8810
  msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
8811
  msgstr ""
8812
 
8813
  #. Translators: placeholders make text small.
8814
+ #: languages/vue.php:2889
8815
  msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
8816
  msgstr ""
8817
 
8818
+ #: languages/vue.php:2892
8819
  msgid "Facebook Instant Articles"
8820
  msgstr ""
8821
 
8822
+ #: languages/vue.php:2895
8823
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
8824
  msgstr ""
8825
 
8826
+ #: languages/vue.php:2898
8827
  msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
8828
  msgstr ""
8829
 
8830
+ #: languages/vue.php:2901
8831
  msgid "Ads Tracking"
8832
  msgstr ""
8833
 
8834
+ #: languages/vue.php:2904
8835
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
8836
  msgstr ""
8837
 
8838
+ #: languages/vue.php:2907
8839
  msgid "2,000,000+ use AIOSEO to Improve Their Website Search Rankings"
8840
  msgstr ""
8841
 
8842
+ #: languages/vue.php:2910
8843
  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."
8844
  msgstr ""
8845
 
8846
+ #: languages/vue.php:2913
8847
  msgid "Jack Brown"
8848
  msgstr ""
8849
 
8850
+ #: languages/vue.php:2916
8851
  msgid "PJB Internet Marketing"
8852
  msgstr ""
8853
 
8854
+ #: languages/vue.php:2919
8855
  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."
8856
  msgstr ""
8857
 
8858
+ #: languages/vue.php:2922
8859
  msgid "Joel Steinmann"
8860
  msgstr ""
8861
 
8862
+ #: languages/vue.php:2925
8863
  msgid "CEO, Solergo"
8864
  msgstr ""
8865
 
8866
+ #: languages/vue.php:2928
8867
  msgid "Recommended Addons"
8868
  msgstr ""
8869
 
8870
+ #: languages/vue.php:2931
8871
  msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
8872
  msgstr ""
8873
 
8874
+ #: languages/vue.php:2934
8875
  msgid "Other Addons"
8876
  msgstr ""
8877
 
8878
+ #: languages/vue.php:2937
8879
  msgid "View all MonsterInsights addons"
8880
  msgstr ""
8881
 
8882
+ #: languages/vue.php:2940
8883
  msgid "Scroll Tracking"
8884
  msgstr ""
8885
 
8886
+ #: languages/vue.php:2943
8887
  msgid "Scroll depth tracking allows you to see how far your users scroll before they leave a page. This is great for publishers (bloggers), and eCommerce websites to boost conversions."
8888
  msgstr ""
8889
 
8890
+ #: languages/vue.php:2946
8891
  msgid ""
8892
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
8893
  " and other privacy regulations."
8894
  msgstr ""
8895
 
8896
+ #: languages/vue.php:2950
8897
  msgid "EU Compliance"
8898
  msgstr ""
8899
 
8900
+ #: languages/vue.php:2953
8901
  msgid "Compatibility mode"
8902
  msgstr ""
8903
 
8904
+ #: languages/vue.php:2956
8905
  msgid "Enable _gtagTracker Compatibility"
8906
  msgstr ""
8907
 
8908
  #. Translators: Placeholder gets replaced with default GA js function.
8909
+ #: languages/vue.php:2960
8910
  msgid "This enables MonsterInsights to work with plugins that use %1$s and don't support %2$s"
8911
  msgstr ""
8912
 
8913
  #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
8914
+ #: languages/vue.php:2964
8915
  msgid "%1$sPage %3$s%2$s of %4$s"
8916
  msgstr ""
8917
 
8918
+ #: languages/vue.php:2967
8919
  #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
8920
  msgid "Theme Preview"
8921
  msgstr ""
8922
 
8923
+ #: languages/vue.php:2970
8924
  msgid "Wide"
8925
  msgstr ""
8926
 
8927
+ #: languages/vue.php:2973
8928
  msgid "Narrow"
8929
  msgstr ""
8930
 
8931
+ #: languages/vue.php:2976
8932
  msgid "Title"
8933
  msgstr ""
8934
 
8935
+ #: languages/vue.php:2979
8936
  msgid "Color"
8937
  msgstr ""
8938
 
8939
+ #: languages/vue.php:2982
8940
  msgid "Size"
8941
  msgstr ""
8942
 
8943
+ #: languages/vue.php:2985
8944
  msgid "Border"
8945
  msgstr ""
8946
 
8947
+ #: languages/vue.php:2988
8948
  msgid "Author/Date"
8949
  msgstr ""
8950
 
8951
+ #: languages/vue.php:2991
8952
  msgid "Label"
8953
  msgstr ""
8954
 
8955
+ #: languages/vue.php:2994
8956
  msgid "Background"
8957
  msgstr ""
8958
 
8959
+ #: languages/vue.php:3006
8960
  msgid "Choose which content you would like displayed in the widget."
8961
  msgstr ""
8962
 
8963
+ #: languages/vue.php:3018
8964
  msgid "Comments"
8965
  msgstr ""
8966
 
8967
+ #: languages/vue.php:3024
8968
  msgid "Choose how many posts you’d like displayed in the widget."
8969
  msgstr ""
8970
 
8971
+ #: languages/vue.php:3027
8972
  msgid "Popular Posts data can be fetched correctly"
8973
  msgstr ""
8974
 
8975
+ #: languages/vue.php:3030
8976
  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."
8977
  msgstr ""
8978
 
8979
+ #: languages/vue.php:3033
8980
  msgid "Close"
8981
  msgstr ""
8982
 
8983
+ #: languages/vue.php:3036
8984
  msgid "Add Top 5 Posts from Google Analytics"
8985
  msgstr ""
8986
 
8987
+ #: languages/vue.php:3039
8988
  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 MonsterInsights and Google Analytics settings."
8989
  msgstr ""
8990
 
8991
+ #: languages/vue.php:3042
8992
  msgid "Test Automated Posts"
8993
  msgstr ""
8994
 
8995
  #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
8996
+ #: languages/vue.php:3046
8997
  msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
8998
  msgstr ""
8999
 
9000
+ #: languages/vue.php:3049
9001
  msgid "Automated + Curated"
9002
  msgstr ""
9003
 
9004
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
9005
+ #: languages/vue.php:3053
9006
  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."
9007
  msgstr ""
9008
 
9009
  #. Translators: Placeholder gets replaced with current license version.
9010
+ #: languages/vue.php:3057
9011
  msgid "Pro version is required."
9012
  msgstr ""
9013
 
9014
+ #: languages/vue.php:3060
9015
  msgid "Verifying Popular Posts data"
9016
  msgstr ""
9017
 
9018
+ #: languages/vue.php:3063
9019
  msgid "Select posts/search"
9020
  msgstr ""
9021
 
9022
+ #: languages/vue.php:3066
9023
  msgid "Oops! No posts found."
9024
  msgstr ""
9025
 
9026
+ #: languages/vue.php:3069
9027
  msgid "Search by post title"
9028
  msgstr ""
9029
 
9030
+ #: languages/vue.php:3072
9031
  msgid "Can't load posts."
9032
  msgstr ""
9033
 
9034
+ #: languages/vue.php:3075
9035
  msgid "SharedCount API Key"
9036
  msgstr ""
9037
 
9038
+ #: languages/vue.php:3078
9039
  msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
9040
  msgstr ""
9041
 
9042
+ #: languages/vue.php:3081
9043
  msgid "Start Indexing"
9044
  msgstr ""
9045
 
9046
+ #: languages/vue.php:3084
9047
  msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
9048
  msgstr ""
9049
 
9050
+ #: languages/vue.php:3087
9051
  msgid "Indexing completed, counts will update automatically every day."
9052
  msgstr ""
9053
 
9054
+ #: languages/vue.php:3090
9055
  msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
9056
  msgstr ""
9057
 
9058
+ #: languages/vue.php:3093
9059
  msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
9060
  msgstr ""
9061
 
9062
+ #: languages/vue.php:3096
9063
  msgid "Icon"
9064
  msgstr ""
9065
 
9066
  #. Translators: Minimum and maximum number that can be used.
9067
+ #: languages/vue.php:3100
9068
  msgid "Please enter a value between %1$s and %2$s"
9069
  msgstr ""
9070
 
9071
  #. Translators: The minimum set value.
9072
+ #: languages/vue.php:3104
9073
  msgid "Please enter a value higher than %s"
9074
  msgstr ""
9075
 
9076
  #. Translators: The maximum set value.
9077
+ #: languages/vue.php:3108
9078
  msgid "Please enter a value lower than %s"
9079
  msgstr ""
9080
 
9081
+ #: languages/vue.php:3111
9082
  msgid "Please enter a number"
9083
  msgstr ""
9084
 
9085
+ #: languages/vue.php:3114
9086
  msgid "Value has to be a round number"
9087
  msgstr ""
9088
 
9089
+ #: languages/vue.php:3117
9090
  msgid "Export PDF Report"
9091
  msgstr ""
9092
 
9093
+ #: languages/vue.php:3120
9094
  msgid "You can export PDF reports only in the PRO version."
9095
  msgstr ""
9096
 
9097
+ #: languages/vue.php:3123
9098
  msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
9099
  msgstr ""
9100
 
9101
+ #: languages/vue.php:3126
9102
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. MonsterInsights Pro shows you the stats that matter!"
9103
  msgstr ""
9104
 
9105
+ #: languages/vue.php:3129
9106
  msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
9107
  msgstr ""
9108
 
9109
  #. Translators: Makes text bold.
9110
+ #: languages/vue.php:3133
9111
  msgid "Use coupon code %1$sLITEUPGRADE%2$s"
9112
  msgstr ""
9113
 
9114
  #. Translators: Make text green.
9115
+ #: languages/vue.php:3137
9116
  msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
9117
  msgstr ""
9118
 
9119
  #. Translators: Placeholder adds a line break.
9120
+ #: languages/vue.php:3141
9121
  msgid "You can customize your %sdate range only in the PRO version."
9122
  msgstr ""
9123
 
9124
+ #: languages/vue.php:3144
9125
  msgid "Help Us Improve"
9126
  msgstr ""
9127
 
9128
+ #: languages/vue.php:3147
9129
  msgid "Help us better understand our users and their website needs."
9130
  msgstr ""
9131
 
9132
  #. Translators: Adds a link to the documentation.
9133
+ #: languages/vue.php:3151
9134
  msgid "If enabled MonsterInsights will send some information about your WordPress site like what plugins and themes you use and which MonsterInsights 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"
9135
  msgstr ""
9136
 
9137
+ #: languages/vue.php:3154
9138
  msgid "Website profile"
9139
  msgstr ""
9140
 
9141
+ #: languages/vue.php:3157
9142
  msgid "Active profile"
9143
  msgstr ""
9144
 
9145
+ #: languages/vue.php:3160
9146
  msgid "Skip and Keep Connection"
9147
  msgstr ""
9148
 
9149
+ #: languages/vue.php:3163
9150
  msgid "This feature requires MonsterInsights Pro"
9151
  msgstr ""
9152
 
9153
+ #: languages/vue.php:3166
9154
  msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
9155
  msgstr ""
9156
 
9157
+ #: languages/vue.php:3169
9158
  msgid "Upgrade to Pro and Unlock Popular Products"
9159
  msgstr ""
9160
 
9161
+ #: languages/vue.php:3172
9162
  msgid "View all Pro features"
9163
  msgstr ""
9164
 
9165
+ #: languages/vue.php:3175
9166
  msgid "Days"
9167
  msgstr ""
9168
 
9169
  #. Translators: placeholders make text small.
9170
+ #: languages/vue.php:3179
9171
  msgid "7 days"
9172
  msgstr ""
9173
 
9174
+ #: languages/vue.php:3182
9175
  msgid "30 days"
9176
  msgstr ""
9177
 
9178
+ #: languages/vue.php:3185
9179
  msgid "Custom"
9180
  msgstr ""
9181
 
9182
+ #: languages/vue.php:3188
9183
  msgid "Only Show Posts from These Categories"
9184
  msgstr ""
9185
 
9186
+ #: languages/vue.php:3191
9187
  msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
9188
  msgstr ""
9189
 
9190
+ #: languages/vue.php:3194
9191
  msgid "Multiple Entries"
9192
  msgstr ""
9193
 
9194
+ #: languages/vue.php:3197
9195
  msgid "Total Number of Widgets to Show"
9196
  msgstr ""
9197
 
9198
+ #: languages/vue.php:3200
9199
  msgid "Choose how many widgets will be placed in a single Post."
9200
  msgstr ""
9201
 
9202
+ #: languages/vue.php:3203
9203
  msgid "Minimum Distance Between Widgets"
9204
  msgstr ""
9205
 
9206
+ #: languages/vue.php:3206
9207
  msgid "Choose the distance between widgets."
9208
  msgstr ""
9209
 
9210
+ #: languages/vue.php:3209
9211
  msgid "Minimum Word Count to Display Multiple Widgets"
9212
  msgstr ""
9213
 
9214
+ #: languages/vue.php:3212
9215
  msgid "Choose the minimum word count for a Post to have multiple entries."
9216
  msgstr ""
9217
 
9218
+ #: languages/vue.php:3215
9219
  msgid "Pro version is required"
9220
  msgstr ""
9221
 
9222
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
9223
+ #: languages/vue.php:3219
9224
  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)."
9225
  msgstr ""
9226
 
9227
+ #: languages/vue.php:3222
9228
  msgid "Unlock with %s"
9229
  msgstr ""
9230
 
9231
+ #: languages/vue.php:3225
9232
  msgid "Automatic Placement"
9233
  msgstr ""
9234
 
9235
+ #: languages/vue.php:3228
9236
  msgid "Display using Gutenberg Blocks"
9237
  msgstr ""
9238
 
9239
+ #: languages/vue.php:3231
9240
  msgid "Embed Options"
9241
  msgstr ""
9242
 
9243
+ #: languages/vue.php:3234
9244
  msgid "All Embed Options can be used in conjunction with one another."
9245
  msgstr ""
9246
 
9247
+ #: languages/vue.php:3238
9248
  msgid "Using the Gutenberg Block"
9249
  msgstr ""
9250
 
9251
+ #: languages/vue.php:3241
9252
  msgid "Using Automatic Embed"
9253
  msgstr ""
9254
 
9255
+ #: languages/vue.php:3244
9256
  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."
9257
  msgstr ""
9258
 
9259
+ #: languages/vue.php:3247
9260
  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."
9261
  msgstr ""
9262
 
9263
+ #: languages/vue.php:3250
9264
  msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
9265
  msgstr ""
9266
 
9267
+ #: languages/vue.php:3253
9268
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
9269
  msgstr ""
9270
 
9271
+ #: languages/vue.php:3257
9272
  msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
9273
  msgstr ""
9274
 
9275
+ #: languages/vue.php:3260
9276
  msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
9277
  msgstr ""
9278
 
9279
+ #: languages/vue.php:3264
9280
  msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
9281
  msgstr ""
9282
 
9283
+ #: languages/vue.php:3267
9284
  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."
9285
  msgstr ""
9286
 
9287
+ #: languages/vue.php:3270
9288
  msgid "%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - MonsterInsights widget and drag it into the desired Sidebar on the right."
9289
  msgstr ""
9290
 
9291
+ #: languages/vue.php:3273
9292
  msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
9293
  msgstr ""
9294
 
9295
+ #: languages/vue.php:3276
9296
  msgid "Display using a Shortcode"
9297
  msgstr ""
9298
 
9299
+ #: languages/vue.php:3280
9300
  msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
9301
  msgstr ""
9302
 
9303
+ #: languages/vue.php:3284
9304
  msgid "Copy Shortcode"
9305
  msgstr ""
9306
 
9307
+ #: languages/vue.php:3287
9308
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
9309
  msgstr ""
9310
 
9311
+ #: languages/vue.php:3290
9312
  msgid "Enable Automatic Placement"
9313
  msgstr ""
9314
 
9315
+ #: languages/vue.php:3293
9316
  msgid "Display in a Sidebar"
9317
  msgstr ""
9318
 
9319
+ #: languages/vue.php:3296
9320
  msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
9321
  msgstr ""
9322
 
9323
+ #: languages/vue.php:3299
9324
  msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
9325
  msgstr ""
9326
 
9327
+ #: languages/vue.php:3302
9328
  msgid "Display Method"
9329
  msgstr ""
9330
 
9331
+ #: languages/vue.php:3305
9332
  msgid "There are two ways to manual include the widget in your posts."
9333
  msgstr ""
9334
 
9335
+ #: languages/vue.php:3308
9336
  msgid "Using the Shortcode"
9337
  msgstr ""
9338
 
9339
+ #: languages/vue.php:3311
9340
  msgid "Learn how to insert the widget using Gutenberg blocks."
9341
  msgstr ""
9342
 
9343
+ #: languages/vue.php:3314
9344
  msgid "Learn how to insert the widget using out Shortcode."
9345
  msgstr ""
9346
 
9347
+ #: languages/vue.php:3317
9348
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
9349
  msgstr ""
9350
 
9351
+ #: languages/vue.php:3320
9352
  msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by MonsterInsights”."
9353
  msgstr ""
9354
 
9355
+ #: languages/vue.php:3323
9356
  msgid "Shortcode"
9357
  msgstr ""
9358
 
9359
+ #: languages/vue.php:3326
9360
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
9361
  msgstr ""
9362
 
9363
+ #: languages/vue.php:3329
9364
  msgid "Facebook Instant Articleasdasdasds"
9365
  msgstr ""
9366
 
9367
+ #: languages/vue.php:3332
9368
  msgid "Media"
9369
  msgstr ""
9370
 
9371
+ #: languages/vue.php:3335
9372
  msgid "Track how your users interact with videos on your website. Upgrade to MonsterInsights Pro."
9373
  msgstr ""
9374
 
9375
+ #: languages/vue.php:3338
9376
  msgid "Improve Your Conversion Rate With Insights Into Which Content Works Best."
9377
  msgstr ""
9378
 
9379
+ #: languages/vue.php:3341
9380
  msgid "Top Affilliate Links"
9381
  msgstr ""
9382
 
9383
+ #: languages/vue.php:3344
9384
  msgid "Scroll Depth"
9385
  msgstr ""
9386
 
9387
+ #: languages/vue.php:3347
9388
  msgid "Increase Sales and Make More Money With Enhanced eCommerce Insights."
9389
  msgstr ""
9390
 
9391
+ #: languages/vue.php:3350
9392
  msgid "10+ eCommerce Integrations"
9393
  msgstr ""
9394
 
9395
+ #: languages/vue.php:3353
9396
  msgid "Average Order Value"
9397
  msgstr ""
9398
 
9399
+ #: languages/vue.php:3356
9400
  msgid "Total Revenue"
9401
  msgstr ""
9402
 
9403
+ #: languages/vue.php:3359
9404
  msgid "Number of Transactions"
9405
  msgstr ""
9406
 
9407
+ #: languages/vue.php:3362
9408
  msgid "Increase Engagement and Unlock New Insights About Your Site."
9409
  msgstr ""
9410
 
9411
+ #: languages/vue.php:3365
9412
  msgid "User ID Tracking"
9413
  msgstr ""
9414
 
9415
+ #: languages/vue.php:3368
9416
  msgid "Post Types"
9417
  msgstr ""
9418
 
9419
+ #: languages/vue.php:3371
9420
  msgid "Tag Tracking"
9421
  msgstr ""
9422
 
9423
+ #: languages/vue.php:3374
9424
  msgid "Categories"
9425
  msgstr ""
9426
 
9427
+ #: languages/vue.php:3377
9428
  msgid "SEO Scores"
9429
  msgstr ""
9430
 
9431
+ #: languages/vue.php:3380
9432
  msgid "Publish Times"
9433
  msgstr ""
9434
 
9435
+ #: languages/vue.php:3383
9436
  msgid "Focus Keywords"
9437
  msgstr ""
9438
 
9439
+ #: languages/vue.php:3386
9440
  msgid "Track Every Type of Web Form and Gain Visibility Into Your Customer Journey."
9441
  msgstr ""
9442
 
9443
+ #: languages/vue.php:3389
9444
  msgid "Conversion Counts"
9445
  msgstr ""
9446
 
9447
+ #: languages/vue.php:3392
9448
  msgid "Impression Counts"
9449
  msgstr ""
9450
 
9451
+ #: languages/vue.php:3395
9452
  msgid "Conversion Rates"
9453
  msgstr ""
9454
 
9455
+ #: languages/vue.php:3398
9456
  msgid "See Exactly How Visitors Find Your Website From Google."
9457
  msgstr ""
9458
 
9459
+ #: languages/vue.php:3401
9460
  msgid "Top Google Search Terms"
9461
  msgstr ""
9462
 
9463
+ #: languages/vue.php:3404
9464
  msgid "Number of Clicks"
9465
  msgstr ""
9466
 
9467
+ #: languages/vue.php:3407
9468
  msgid "Click-through Ratio"
9469
  msgstr ""
9470
 
9471
+ #: languages/vue.php:3410
9472
  msgid "Average Results Position"
9473
  msgstr ""
9474
 
9475
+ #: languages/vue.php:3413
9476
  msgid "Realtime Report"
9477
  msgstr ""
9478
 
9479
+ #: languages/vue.php:3416
9480
  msgid "See Who And What is Happening on Your Website in Realtime."
9481
  msgstr ""
9482
 
9483
+ #: languages/vue.php:3419
9484
  msgid "Top Page Views"
9485
  msgstr ""
9486
 
9487
+ #: languages/vue.php:3422
9488
  msgid "Current Active Users"
9489
  msgstr ""
9490
 
9491
+ #: languages/vue.php:3425
9492
  msgid "Top Referral Sources"
9493
  msgstr ""
9494
 
9495
+ #: languages/vue.php:3428
9496
  msgid "Top Countries"
9497
  msgstr ""
9498
 
9499
+ #: languages/vue.php:3431
9500
  msgid "Top Cities"
9501
  msgstr ""
9502
 
9503
+ #: languages/vue.php:3434
9504
  msgid "Improve Your User Experience and Improve Search Engine Rankings."
9505
  msgstr ""
9506
 
9507
+ #: languages/vue.php:3437
9508
  msgid "Overall Site Speed Score"
9509
  msgstr ""
9510
 
9511
+ #: languages/vue.php:3440
9512
  msgid "Server Response Times"
9513
  msgstr ""
9514
 
9515
+ #: languages/vue.php:3443
9516
  msgid "Mobile and Desktop Scores"
9517
  msgstr ""
9518
 
9519
+ #: languages/vue.php:3446
9520
  msgid "First Contentful Paint"
9521
  msgstr ""
9522
 
9523
+ #: languages/vue.php:3449
9524
  msgid "Automatic Recommendations"
9525
  msgstr ""
9526
 
9527
+ #: languages/vue.php:3452
9528
  msgid "Total Blocking Time"
9529
  msgstr ""
9530
 
9531
+ #: languages/vue.php:3455
9532
  msgid "On-Demand Audits"
9533
  msgstr ""
9534
 
9535
+ #: languages/vue.php:3458
9536
  msgid "Time to Interactive"
9537
  msgstr ""
9538
 
9539
+ #: languages/vue.php:3461
9540
  msgid "2021 Year in Review"
9541
  msgstr ""
9542
 
9543
+ #: languages/vue.php:3464
9544
  msgid "Realtime"
9545
  msgstr ""
9546
 
9547
  #. Translators: Placeholders are used for making text bold and adding a link.
9548
+ #: languages/vue.php:3468
9549
  msgid "%1$sYou're using %2$s Lite%3$s. To unlock all reports, consider %4$supgrading to Pro%5$s."
9550
  msgstr ""
9551
 
9552
+ #: languages/vue.php:3471
9553
  msgid "Featured"
9554
  msgstr ""
9555
 
9556
+ #: languages/vue.php:3474
9557
  msgid "Traffic"
9558
  msgstr ""
9559
 
9560
+ #: languages/vue.php:3477
9561
  msgid "Revenue"
9562
  msgstr ""
9563
 
9564
+ #: languages/vue.php:3480
9565
  msgid "Guides & Resources"
9566
  msgstr ""
9567
 
9568
+ #: languages/vue.php:3483
9569
  msgid "Upgrade and Unlock"
9570
  msgstr ""
9571
 
9572
+ #: languages/vue.php:3486
9573
  msgid "What’s in the %1$s?"
9574
  msgstr ""
9575
 
9576
+ #: languages/vue.php:3489
9577
  msgid "%1$sPlus%2$s, upgrading to Pro will unlock %1$sall%2$s advanced reports, tracking, and integrations. %3$sLearn more about Pro%4$s"
9578
  msgstr ""
9579
 
9580
+ #: languages/vue.php:3492
9581
  msgid "Your 2021 Year in Review is still calculating. Please check back later to see how your website performed last year."
9582
  msgstr ""
9583
 
9584
+ #: languages/vue.php:3495
9585
  msgid "Your 2021 Analytics Report"
9586
  msgstr ""
9587
 
9588
+ #: languages/vue.php:3501
9589
  msgid "January 1, 2021 - December 31, 2021"
9590
  msgstr ""
9591
 
9592
+ #: languages/vue.php:3504
9593
  msgid "A Tip for 2022"
9594
  msgstr ""
9595
 
9596
+ #: languages/vue.php:3507
9597
  msgid "A Tip For 2022"
9598
  msgstr ""
9599
 
9600
+ #: languages/vue.php:3510
9601
  msgid "Here's to an amazing 2022!"
9602
  msgstr ""
9603
 
9604
+ #: languages/vue.php:3513
9605
  msgid "Try our other popular WordPress plugins to grow your website in 2022."
9606
  msgstr ""
9607
 
9608
+ #: languages/vue.php:3516
9609
  msgid "Become a WordPress expert in 2022. Join our amazing communities and take your website to the next level."
9610
  msgstr ""
9611
 
9612
+ #: languages/vue.php:3519
9613
  msgid "Copyright MonsterInsights, 2022"
9614
  msgstr ""
9615
 
9616
  #. Translators: Number of minutes spent on site.
9617
+ #: languages/vue.php:3523
9618
  msgid "Each visitor spent an average of %s minutes on your website in 2021."
9619
  msgstr ""
9620
 
9621
+ #: languages/vue.php:3526
9622
  msgid "RafflePress"
9623
  msgstr ""
9624
 
9625
+ #: languages/vue.php:3529
9626
  msgid "Launch giveaways and raffle campaigns to grow your email lists, increase traffic, and get more social media followers."
9627
  msgstr ""
9628
 
9629
+ #: languages/vue.php:3532
9630
  msgid "Constant Contact"
9631
  msgstr ""
9632
 
9633
+ #: languages/vue.php:3535
9634
  msgid "Create amazing email marketing campaigns with drag and drop simplicity. Exclusive Offer: Save 20%."
9635
  msgstr ""
9636
 
9637
+ #: languages/vue.php:3538
9638
  msgid "SEMRUSH"
9639
  msgstr ""
9640
 
9641
+ #: languages/vue.php:3541
9642
  msgid "Perform SEO and content marketing research, track keywords, and much more. Special Offer: First 30 Days Free."
9643
  msgstr ""
9644
 
9645
+ #: languages/vue.php:3544
9646
  msgid "Engagement Tools"
9647
  msgstr ""
9648
 
9649
+ #: languages/vue.php:3547
9650
  msgid "WPForms"
9651
  msgstr ""
9652
 
9653
+ #: languages/vue.php:3550
9654
  msgid "The world’s most popular WordPress form builder, trusted by over 5 million websites. Easily build contact forms, payment forms, and more."
9655
  msgstr ""
9656
 
9657
+ #: languages/vue.php:3553
9658
  msgid "OptinMonster"
9659
  msgstr ""
9660
 
9661
+ #: languages/vue.php:3556
9662
  msgid "Convert and monetize more of your website traffic with engaging pop-up and gamified tools. Great for all types of websites."
9663
  msgstr ""
9664
 
9665
+ #: languages/vue.php:3559
9666
  msgid "Smash Balloon - Facebook"
9667
  msgstr ""
9668
 
9669
+ #: languages/vue.php:3562
9670
  msgid "Smash Balloon - Instagram"
9671
  msgstr ""
9672
 
9673
+ #: languages/vue.php:3565
9674
  msgid "Quickly add social media feeds from Facebook, Instagram, Twitter, and others to your website, with no coding needed."
9675
  msgstr ""
9676
 
9677
+ #: languages/vue.php:3568
9678
  msgid "Popular Posts by MonsterInsights"
9679
  msgstr ""
9680
 
9681
+ #: languages/vue.php:3571
9682
  msgid "Increase your visitor engagement by automatically embedding popular and related content from your website."
9683
  msgstr ""
9684
 
9685
+ #: languages/vue.php:3574
9686
  msgid "Popular Products by MonsterInsights"
9687
  msgstr ""
9688
 
9689
+ #: languages/vue.php:3577
9690
  msgid "Automatically show related products to increase conversion rates and increase cart sizes on your eCommerce website."
9691
  msgstr ""
9692
 
9693
+ #: languages/vue.php:3580
9694
  msgid "Revenue Tools"
9695
  msgstr ""
9696
 
9697
+ #: languages/vue.php:3583
9698
  msgid "SeedProd"
9699
  msgstr ""
9700
 
9701
+ #: languages/vue.php:3586
9702
  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."
9703
  msgstr ""
9704
 
9705
+ #: languages/vue.php:3589
9706
  msgid "Featured Tools"
9707
  msgstr ""
9708
 
9709
+ #: languages/vue.php:3592
9710
  msgid "Easy Affiliate"
9711
  msgstr ""
9712
 
9713
+ #: languages/vue.php:3595
9714
  msgid "Launch, grow, and manage an affiliate program, all right from your WordPress dashboard. Works automatically with MonsterInsights."
9715
  msgstr ""
9716
 
9717
+ #: languages/vue.php:3598
9718
  msgid "SearchWP"
9719
  msgstr ""
9720
 
9721
+ #: languages/vue.php:3601
9722
  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."
9723
  msgstr ""
9724
 
9725
+ #: languages/vue.php:3604
9726
  msgid "Easily sell digital products like ebooks, plugins, and courses with WordPress. Built-in payment processing, coupons, shopping cart, detailed reporting, and more."
9727
  msgstr ""
9728
 
9729
+ #: languages/vue.php:3607
9730
  msgid "Create a membership website. Works automatically with MonsterInsights, no coding needed."
9731
  msgstr ""
9732
 
9733
+ #: languages/vue.php:3610
9734
  msgid "Thirsty Affiliates"
9735
  msgstr ""
9736
 
9737
+ #: languages/vue.php:3613
9738
  msgid "Manage all your affiliate links with features designed to help make bloggers more money."
9739
  msgstr ""
9740
 
9741
+ #: languages/vue.php:3616
9742
  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."
9743
  msgstr ""
9744
 
9745
+ #: languages/vue.php:3619
9746
  msgid "Advanced Coupons"
9747
  msgstr ""
9748
 
9749
+ #: languages/vue.php:3622
9750
  msgid "Create coupons, reward loyal customers, and schedule promotions for your eCommerce store."
9751
  msgstr ""
9752
 
9753
+ #: languages/vue.php:3625
9754
  msgid "PrettyLinks"
9755
  msgstr ""
9756
 
9757
+ #: languages/vue.php:3628
9758
  msgid "Automatically monetize your website content with affiliate links added automatically to your content."
9759
  msgstr ""
9760
 
9761
+ #: languages/vue.php:3631
9762
  msgid "Install Now"
9763
  msgstr ""
9764
 
9765
+ #: languages/vue.php:3634
9766
  msgid "Online Marketing Guides & Resources"
9767
  msgstr ""
9768
 
9769
+ #: languages/vue.php:3637
9770
  msgid "MonsterInsights Pro"
9771
  msgstr ""
9772
 
9773
+ #: languages/vue.php:3640
9774
  msgid "Upgrade to unlock eCommerce tracking, Custom Dimensions, Form Tracking, and much more. Special Offer: Save 50% today."
9775
  msgstr ""
9776
 
9777
+ #: languages/vue.php:3643
9778
  msgid "Traffic Tools"
9779
  msgstr ""
9780
 
9781
+ #: languages/vue.php:3646
9782
  msgid "All in One SEO (AIOSEO)"
9783
  msgstr ""
9784
 
9785
+ #: languages/vue.php:3649
9786
  msgid "The best WordPress SEO plugin that works automatically with MonsterInsights."
9787
  msgstr ""
9788
 
9789
+ #: languages/vue.php:3652
9790
  msgid "PushEngage"
9791
  msgstr ""
9792
 
9793
+ #: languages/vue.php:3655
9794
  msgid "Send push notifications to your visitors to drive more traffic and boost sales."
9795
  msgstr ""
9796
 
9797
+ #: languages/vue.php:3658
9798
  msgid "With MonsterInsights Pro, you can easily measure individual affiliate performance inside Google Analytics, no coding needed. Track clicks, revenue, and more."
9799
  msgstr ""
9800
 
9801
+ #: languages/vue.php:3661
9802
  msgid "Works automatically with WooCommerce, MemberPress, and EasyDigitalDownloads."
9803
  msgstr ""
9804
 
9805
+ #: languages/vue.php:3664
9806
  msgid "Media Tracking"
9807
  msgstr ""
9808
 
9809
+ #: languages/vue.php:3667
9810
  msgid "Get Started"
9811
  msgstr ""
9812
 
9813
+ #: languages/vue.php:3670
9814
+ msgid "Awesome! Tracking and Analytics are All Setup!"
9815
+ msgstr ""
9816
+
9817
+ #: languages/vue.php:3673
9818
+ msgid "MonsterInsights is connected to Google Analytics and data is being collected."
9819
+ msgstr ""
9820
+
9821
+ #: languages/vue.php:3676
9822
+ msgid "Complete Setup without Upgrading"
9823
+ msgstr ""
9824
+
9825
+ #: languages/vue.php:3679
9826
+ msgid "Success"
9827
+ msgstr ""
9828
+
9829
+ #: languages/vue.php:3682
9830
+ msgid "Connected to Google Analytics"
9831
+ msgstr ""
9832
+
9833
+ #: languages/vue.php:3685
9834
+ msgid "Tracking Code Installed"
9835
+ msgstr ""
9836
+
9837
+ #: languages/vue.php:3688
9838
+ msgid "Data Being Collected"
9839
+ msgstr ""
9840
+
9841
+ #. Translators: Add link to retrieve license from account area.
9842
+ #: languages/vue.php:3692
9843
+ msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO!"
9844
+ msgstr ""
9845
+
9846
+ #: languages/vue.php:3695
9847
+ msgid "Verify License Key"
9848
+ msgstr ""
9849
+
9850
+ #: languages/vue.php:3698
9851
+ msgid "Upgrade to Unlock These Features"
9852
+ msgstr ""
9853
+
9854
+ #: languages/vue.php:3701
9855
+ msgid "To unlock the selected features, please upgrade to Pro and enter your license key below."
9856
+ msgstr ""
9857
+
9858
+ #: languages/vue.php:3704
9859
+ msgid "%1$sBonus:%2$s Upgrade today and save %3$s50%% on a Pro License!%4$s (auto-applied at checkout)"
9860
+ msgstr ""
9861
+
9862
+ #: languages/vue.php:3707
9863
+ msgid "Verifying License..."
9864
+ msgstr ""
9865
+
9866
+ #: languages/vue.php:3710
9867
+ msgid "Privacy Compliance Addon"
9868
+ msgstr ""
9869
+
9870
+ #: languages/vue.php:3713
9871
+ msgid "Help Google Analytics become compliant with internet privacy laws like GDPR, PECR, and CCPA."
9872
+ msgstr ""
9873
+
9874
+ #: languages/vue.php:3716
9875
+ msgid "Get access to advanced reports inside WordPress including search keywords report, real-time analytics dashboard, publishers / eCommerce report, custom dimensions, and more."
9876
+ msgstr ""
9877
+
9878
+ #: languages/vue.php:3719
9879
+ msgid "Instantly enable enhanced eCommerce tracking, so you can measure conversions, sales, and revenue stats. Works with WooCommerce, Easy Digital Downloads, MemberPress, and more."
9880
+ msgstr ""
9881
+
9882
+ #: languages/vue.php:3722
9883
+ msgid "20+ Advanced Tracking"
9884
+ msgstr ""
9885
+
9886
+ #: languages/vue.php:3725
9887
+ msgid "Get access to advanced tracking features like form conversion tracking, author tracking, custom dimensions, scroll tracking, and more."
9888
+ msgstr ""
9889
+
9890
+ #: languages/vue.php:3728
9891
+ msgid "Advanced Growth Tools"
9892
+ msgstr ""
9893
+
9894
+ #: languages/vue.php:3731
9895
+ msgid "Get access to advanced growth tools such as popular posts addon, A/B testing tool, smart URL builder, and more."
9896
+ msgstr ""
9897
+
9898
+ #: languages/vue.php:3734
9899
+ msgid "Track how your users interact with videos on your website."
9900
+ msgstr ""
9901
+
9902
+ #: languages/vue.php:3737
9903
+ msgid "Error Processing"
9904
+ msgstr ""
9905
+
9906
+ #: languages/vue.php:3740
9907
+ msgid "There was an error while processing some features. Please try again or you can skip this process for now"
9908
+ msgstr ""
9909
+
9910
+ #: languages/vue.php:3743
9911
+ msgid "Which website features would you like to enable?"
9912
+ msgstr ""
9913
+
9914
+ #: languages/vue.php:3746
9915
+ msgid "We’ve already selected our recommended features based on your site. "
9916
+ msgstr ""
9917
+
9918
+ #: languages/vue.php:3749
9919
+ msgid "Continue"
9920
+ msgstr ""
9921
+
9922
+ #: languages/vue.php:3752
9923
+ msgid "Standard Analytics & Reports"
9924
+ msgstr ""
9925
+
9926
+ #: languages/vue.php:3755
9927
+ msgid "Get the reports and stats that matter right inside your WordPress Dashboard."
9928
+ msgstr ""
9929
+
9930
+ #: languages/vue.php:3758
9931
+ msgid "Helps you see what links your users are clicking on your site."
9932
+ msgstr ""
9933
+
9934
+ #: languages/vue.php:3761
9935
+ msgid "All In One SEO Toolkit"
9936
+ msgstr ""
9937
+
9938
+ #: languages/vue.php:3764
9939
+ msgid "The best WordPress SEO plugin that works with MonsterInsights to boost your rankings."
9940
+ msgstr ""
9941
+
9942
+ #: languages/vue.php:3767
9943
+ msgid "Smart Form Builder by WPForms"
9944
+ msgstr ""
9945
+
9946
+ #: languages/vue.php:3770
9947
+ msgid "The most popular WordPress form plugin, trusted by over 5 million websites. Easily create contact forms, payment forms, surveys and more."
9948
+ msgstr ""
9949
+
9950
  #: lite/includes/admin/connect.php:42
9951
  msgid "You are not allowed to install plugins."
9952
  msgstr ""
10014
  msgid "%1$sBonus:%2$s You also get 50%% off discount for being a loyal MonsterInsights Lite user."
10015
  msgstr ""
10016
 
10017
+ #: lite/includes/admin/onboarding-wizard.php:168
10018
  msgid "MonsterInsights &rsaquo; Onboarding Wizard"
10019
  msgstr ""
10020
 
10021
+ #: lite/includes/admin/onboarding-wizard.php:183
10022
  msgid "Return to Dashboard"
10023
  msgstr ""
10024
 
languages/vue.php CHANGED
@@ -7,28 +7,29 @@ $generated_i18n_strings = array(
7
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:97
8
  __( '2', 'google-analytics-for-wordpress' ),
9
 
10
- // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:15
 
11
  __( 'Error', 'google-analytics-for-wordpress' ),
12
 
13
- // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:16
14
  __( 'Please try again.', 'google-analytics-for-wordpress' ),
15
 
16
- // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:42
17
  __( 'Today', 'google-analytics-for-wordpress' ),
18
 
19
- // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:48
20
  __( 'Yesterday', 'google-analytics-for-wordpress' ),
21
 
22
- // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:54
23
  __( 'Last Week', 'google-analytics-for-wordpress' ),
24
 
25
- // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:60
26
  __( 'Last Month', 'google-analytics-for-wordpress' ),
27
 
28
- // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:66
29
  __( 'Last 7 days', 'google-analytics-for-wordpress' ),
30
 
31
- // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewDatePicker-Lite.vue:48
32
  __( 'Last 30 days', 'google-analytics-for-wordpress' ),
33
 
34
  // Reference: src/plugins/monsterinsights-wizard-helper-plugin.js:13
@@ -37,7 +38,7 @@ $generated_i18n_strings = array(
37
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
38
  __( 'Loading new report data', 'google-analytics-for-wordpress' ),
39
 
40
- // Reference: src/components/TheAppFTPForm.vue:110
41
  __( 'Please wait...', 'google-analytics-for-wordpress' ),
42
 
43
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:143
@@ -242,7 +243,6 @@ $generated_i18n_strings = array(
242
  // Reference: src/modules/frontend/monsterinsights-frontend.vue:36
243
  __( 'Insights', 'google-analytics-for-wordpress' ),
244
 
245
- // Reference: src/modules/reports/routes/index.js:25
246
  // Reference: src/modules/widget/store/index.js:14
247
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
248
 
@@ -270,19 +270,20 @@ $generated_i18n_strings = array(
270
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:132
271
  __( 'See All Features', 'google-analytics-for-wordpress' ),
272
 
273
- // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewDatePicker-Lite.vue:51
 
274
  __( 'Upgrade to PRO', 'google-analytics-for-wordpress' ),
275
 
276
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:134
277
  __( 'per year', 'google-analytics-for-wordpress' ),
278
 
279
- // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:97
 
280
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
281
 
282
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:136
283
  __( 'Testimonials', 'google-analytics-for-wordpress' ),
284
 
285
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:62
286
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:140
287
  __( 'Universal Tracking', 'google-analytics-for-wordpress' ),
288
 
@@ -334,13 +335,14 @@ $generated_i18n_strings = array(
334
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:182
335
  __( 'Form Conversions', 'google-analytics-for-wordpress' ),
336
 
337
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:35
338
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
339
 
340
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:184
 
341
  __( 'Author Tracking', 'google-analytics-for-wordpress' ),
342
 
343
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:33
344
  __( 'Google Optimize', 'google-analytics-for-wordpress' ),
345
 
346
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:186
@@ -392,18 +394,13 @@ $generated_i18n_strings = array(
392
  // Reference: src/modules/reports/components/ReportReAuth.vue:20
393
  __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-for-wordpress' ),
394
 
395
- // Reference: src/modules/reports/components/ReportReAuth.vue:21
396
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:92
397
  __( 'Reconnect MonsterInsights', 'google-analytics-for-wordpress' ),
398
 
399
- // Reference: src/modules/reports/components/ReportReAuth.vue:30
400
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:209
401
  __( 'Re-Authenticating', 'google-analytics-for-wordpress' ),
402
 
403
- // Reference: src/modules/reports/components/ReportReAuth.vue:47
404
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:78
405
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:295
406
- // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:88
407
  __( 'Ok', 'google-analytics-for-wordpress' ),
408
 
409
  // Reference: src/components/TheQuickLinks.vue:31
@@ -425,15 +422,13 @@ $generated_i18n_strings = array(
425
  /* Translators: Placeholder is replaced with WPForms. */
426
  __( 'Recommended Plugin: %s', 'google-analytics-for-wordpress' ),
427
 
428
- // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:114
429
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:42
430
  __( 'Install', 'google-analytics-for-wordpress' ),
431
 
432
- // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:112
433
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:38
434
  __( 'Activate', 'google-analytics-for-wordpress' ),
435
 
436
- // Reference: src/modules/wizard-onboarding/components/OnboardingAddon-Lite.vue:26
437
  __( 'Learn More', 'google-analytics-for-wordpress' ),
438
 
439
  // Reference: src/modules/frontend/components/FrontendPoweredBy.vue:12
@@ -490,18 +485,20 @@ $generated_i18n_strings = array(
490
  __( 'Connect MonsterInsights and Setup Website Analytics', 'google-analytics-for-wordpress' ),
491
 
492
  // Reference: src/modules/settings/routes/site.js:103
493
- // Reference: src/modules/tools/components/ToolsNavigation.vue:14
494
  __( 'Import Export', 'google-analytics-for-wordpress' ),
495
 
496
  // Reference: src/modules/settings/routes/site.js:111
497
  __( 'PrettyLinks Integration', 'google-analytics-for-wordpress' ),
498
 
 
499
  // Reference: src/modules/settings/routes/site.js:125
500
  __( 'About Us', 'google-analytics-for-wordpress' ),
501
 
 
502
  // Reference: src/modules/settings/routes/site.js:133
503
  __( 'Getting Started', 'google-analytics-for-wordpress' ),
504
 
 
505
  // Reference: src/modules/settings/routes/site.js:142
506
  __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
507
 
@@ -521,26 +518,30 @@ $generated_i18n_strings = array(
521
  __( 'Sub menu item for WooCommerce Analytics', 'google-analytics-for-wordpress' ),
522
 
523
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:75
 
524
  __( 'General', 'google-analytics-for-wordpress' ),
525
 
 
526
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:76
 
527
  __( 'Engagement', 'google-analytics-for-wordpress' ),
528
 
529
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:45
530
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:77
531
  __( 'eCommerce', 'google-analytics-for-wordpress' ),
532
 
533
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:78
 
534
  __( 'Publisher', 'google-analytics-for-wordpress' ),
535
 
536
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:79
 
537
  __( 'Conversions', 'google-analytics-for-wordpress' ),
538
 
539
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:80
 
540
  __( 'Advanced', 'google-analytics-for-wordpress' ),
541
 
542
  // Reference: src/modules/settings/routes/site.js:95
543
- // Reference: src/modules/tools/components/ToolsNavigation.vue:15
544
  __( 'URL Builder', 'google-analytics-for-wordpress' ),
545
 
546
  // Reference: src/modules/addons/components/AddonsNavigation.vue:18
@@ -565,6 +566,7 @@ $generated_i18n_strings = array(
565
  __( 'Please ask your webmaster to connect MonsterInsights to Google Analytics.', 'google-analytics-for-wordpress' ),
566
 
567
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:43
 
568
  __( 'Overview', 'google-analytics-for-wordpress' ),
569
 
570
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:44
@@ -583,6 +585,7 @@ $generated_i18n_strings = array(
583
  __( 'Real-Time', 'google-analytics-for-wordpress' ),
584
 
585
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:50
 
586
  __( 'Site Speed', 'google-analytics-for-wordpress' ),
587
 
588
  // Reference: src/modules/reports/routes/index.js:94
@@ -595,37 +598,37 @@ $generated_i18n_strings = array(
595
  // Reference: src/modules/reports/api/index.js:28
596
  __( 'Error loading report data', 'google-analytics-for-wordpress' ),
597
 
598
- // Reference: src/modules/reports/routes/index.js:33
599
  __( 'Publishers Report', 'google-analytics-for-wordpress' ),
600
 
601
- // Reference: src/modules/reports/routes/index.js:41
602
  __( 'eCommerce Report', 'google-analytics-for-wordpress' ),
603
 
604
- // Reference: src/modules/reports/routes/index.js:49
 
605
  __( 'Search Console Report', 'google-analytics-for-wordpress' ),
606
 
607
- // Reference: src/modules/reports/routes/index.js:57
608
  __( 'Dimensions Report', 'google-analytics-for-wordpress' ),
609
 
610
- // Reference: src/modules/reports/routes/index.js:65
611
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
612
 
613
  // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:51
614
- // Reference: src/modules/reports/routes/index.js:73
615
  __( 'Real-Time Report', 'google-analytics-for-wordpress' ),
616
 
617
- // Reference: src/modules/reports/routes/index.js:81
618
  __( 'Site Speed Report', 'google-analytics-for-wordpress' ),
619
 
620
  // Reference: src/modules/widget/store/index.js:103
621
- // Reference: src/modules/woocommerce-insights/woocommerce-insights-Lite.vue:132
622
  __( 'Time to Purchase', 'google-analytics-for-wordpress' ),
623
 
624
  // Reference: src/modules/widget/store/index.js:104
625
  __( 'This list shows how many days from first visit it took users to purchase products from your site.', 'google-analytics-for-wordpress' ),
626
 
627
  // Reference: src/modules/widget/store/index.js:111
628
- // Reference: src/modules/woocommerce-insights/woocommerce-insights-Lite.vue:127
629
  __( 'Sessions to Purchase', 'google-analytics-for-wordpress' ),
630
 
631
  // Reference: src/modules/widget/store/index.js:112
@@ -662,18 +665,21 @@ $generated_i18n_strings = array(
662
  __( '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.', 'google-analytics-for-wordpress' ),
663
 
664
  // Reference: src/modules/widget/store/index.js:41
 
665
  __( 'Top Landing Pages', 'google-analytics-for-wordpress' ),
666
 
667
  // Reference: src/modules/widget/store/index.js:42
668
  __( 'This list shows the top pages users first land on when visiting your website.', 'google-analytics-for-wordpress' ),
669
 
670
  // Reference: src/modules/widget/store/index.js:48
 
671
  __( 'Top Exit Pages', 'google-analytics-for-wordpress' ),
672
 
673
  // Reference: src/modules/widget/store/index.js:49
674
  __( 'This list shows the top pages users exit your website from.', 'google-analytics-for-wordpress' ),
675
 
676
  // Reference: src/modules/widget/store/index.js:56
 
677
  __( 'Top Outbound Links', 'google-analytics-for-wordpress' ),
678
 
679
  // Reference: src/modules/widget/store/index.js:57
@@ -686,18 +692,21 @@ $generated_i18n_strings = array(
686
  __( 'This list shows the top affiliate links your visitors clicked on.', 'google-analytics-for-wordpress' ),
687
 
688
  // Reference: src/modules/widget/store/index.js:70
 
689
  __( 'Top Download Links', 'google-analytics-for-wordpress' ),
690
 
691
  // Reference: src/modules/widget/store/index.js:71
692
  __( 'This list shows the download links your visitors clicked the most.', 'google-analytics-for-wordpress' ),
693
 
694
  // Reference: src/modules/widget/store/index.js:83
 
695
  __( 'Top Products', 'google-analytics-for-wordpress' ),
696
 
697
  // Reference: src/modules/widget/store/index.js:84
698
  __( 'This list shows the top selling products on your website.', 'google-analytics-for-wordpress' ),
699
 
700
  // Reference: src/modules/widget/store/index.js:90
 
701
  __( 'Top Conversion Sources', 'google-analytics-for-wordpress' ),
702
 
703
  // Reference: src/modules/widget/store/index.js:91
@@ -860,7 +869,6 @@ $generated_i18n_strings = array(
860
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:121
861
  __( 'Headline Analyzer', 'google-analytics-for-wordpress' ),
862
 
863
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:128
864
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:57
865
  __( 'Email Summaries', 'google-analytics-for-wordpress' ),
866
 
@@ -894,6 +902,7 @@ $generated_i18n_strings = array(
894
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:150
895
  __( '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.', 'google-analytics-for-wordpress' ),
896
 
 
897
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:84
898
  __( 'Not Available', 'google-analytics-for-wordpress' ),
899
 
@@ -963,13 +972,13 @@ $generated_i18n_strings = array(
963
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:92
964
  __( 'Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required', 'google-analytics-for-wordpress' ),
965
 
966
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:31
967
  __( 'Forms Tracking', 'google-analytics-for-wordpress' ),
968
 
969
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:99
970
  __( 'One-click Form Events Tracking', 'google-analytics-for-wordpress' ),
971
 
972
- // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:45
973
  __( 'License Key', 'google-analytics-for-wordpress' ),
974
 
975
  // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:47
@@ -979,22 +988,19 @@ $generated_i18n_strings = array(
979
  // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:48
980
  __( 'Google Authentication', 'google-analytics-for-wordpress' ),
981
 
982
- // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:49
983
  __( 'Connect Google Analytics + WordPress', 'google-analytics-for-wordpress' ),
984
 
985
- // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:50
986
  __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
987
 
988
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:35
989
- // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:51
990
  __( 'Miscellaneous', 'google-analytics-for-wordpress' ),
991
 
992
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:37
993
- // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:53
994
  __( 'Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes.', 'google-analytics-for-wordpress' ),
995
 
996
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:38
997
- // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:54
998
  __( 'Hide Announcements', 'google-analytics-for-wordpress' ),
999
 
1000
  // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:55
@@ -1039,7 +1045,7 @@ $generated_i18n_strings = array(
1039
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:88
1040
  __( 'Pretty Links Installed & Activated', 'google-analytics-for-wordpress' ),
1041
 
1042
- // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:192
1043
  __( 'Download Pretty Links', 'google-analytics-for-wordpress' ),
1044
 
1045
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:90
@@ -1252,9 +1258,7 @@ $generated_i18n_strings = array(
1252
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
1253
  __( 'Continue & Install WPForms', 'google-analytics-for-wordpress' ),
1254
 
1255
- // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:106
1256
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:30
1257
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:46
1258
  __( 'Installing...', 'google-analytics-for-wordpress' ),
1259
 
1260
  // Reference: src/modules/widget/components/settings/WidgetSettingsWidth.vue:40
@@ -1264,63 +1268,66 @@ $generated_i18n_strings = array(
1264
  __( 'Show in full-width mode', 'google-analytics-for-wordpress' ),
1265
 
1266
  // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:328
1267
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEcommerce-Lite.vue:47
1268
  __( 'Upgrade to MonsterInsights Pro', 'google-analytics-for-wordpress' ),
1269
 
1270
- // Reference: src/modules/reports/store/actions.js:133
1271
  __( 'Installing Addon', 'google-analytics-for-wordpress' ),
1272
 
1273
- // Reference: src/modules/reports/store/actions.js:156
1274
  __( 'Activating Addon', 'google-analytics-for-wordpress' ),
1275
 
1276
- // Reference: src/modules/reports/store/actions.js:171
1277
  __( 'Addon Activated', 'google-analytics-for-wordpress' ),
1278
 
1279
- // Reference: src/modules/reports/store/actions.js:172
1280
  __( 'Loading report data', 'google-analytics-for-wordpress' ),
1281
 
1282
- // Reference: src/modules/reports/store/actions.js:189
1283
  __( 'Please activate manually', 'google-analytics-for-wordpress' ),
1284
 
1285
- // Reference: src/modules/reports/store/actions.js:192
1286
  /* Translators: Adds the error status and status text. */
1287
  __( 'Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1288
 
1289
- // Reference: src/modules/reports/store/actions.js:198
1290
  __( 'Error Activating Addon', 'google-analytics-for-wordpress' ),
1291
 
1292
- // Reference: src/modules/reports/store/actions.js:204
1293
  __( 'View Addons', 'google-analytics-for-wordpress' ),
1294
 
1295
- // Reference: src/modules/seo/components/yoast.vue:237
1296
  __( 'Dismiss', 'google-analytics-for-wordpress' ),
1297
 
1298
- // Reference: src/modules/reports/store/actions.js:212
1299
  __( 'Redirecting', 'google-analytics-for-wordpress' ),
1300
 
1301
- // Reference: src/modules/reports/store/actions.js:213
1302
  __( 'Please wait', 'google-analytics-for-wordpress' ),
1303
 
1304
- // Reference: src/modules/reports/store/actions.js:53
 
1305
  __( 'activate', 'google-analytics-for-wordpress' ),
1306
 
1307
- // Reference: src/modules/reports/store/actions.js:53
 
1308
  __( 'install', 'google-analytics-for-wordpress' ),
1309
 
1310
- // Reference: src/modules/reports/store/actions.js:57
 
1311
  __( 'Visit addons page', 'google-analytics-for-wordpress' ),
1312
 
1313
- // Reference: src/modules/reports/store/actions.js:65
1314
  __( 'Report Unavailable', 'google-analytics-for-wordpress' ),
1315
 
1316
- // Reference: src/modules/reports/store/actions.js:72
1317
  /* Translators: Install/Activate the addon. */
1318
  __( '%s Addon', 'google-analytics-for-wordpress' ),
1319
 
1320
- // Reference: src/modules/reports/store/actions.js:91
1321
  __( 'Go Back To Reports', 'google-analytics-for-wordpress' ),
1322
 
1323
- // Reference: src/modules/reports/store/actions.js:92
1324
  __( 'Enable Enhanced eCommerce', 'google-analytics-for-wordpress' ),
1325
 
1326
  // Reference: src/components/TheFloatingBar-Lite.vue:29
@@ -1333,21 +1340,18 @@ $generated_i18n_strings = array(
1333
  // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:30
1334
  __( 'Your Website', 'google-analytics-for-wordpress' ),
1335
 
1336
- // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:31
1337
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:80
1338
  __( 'Sessions', 'google-analytics-for-wordpress' ),
1339
 
1340
- // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:300
1341
  __( 'Pageviews', 'google-analytics-for-wordpress' ),
1342
 
1343
  // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:33
1344
  __( 'Avg. Duration', 'google-analytics-for-wordpress' ),
1345
 
1346
- // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:34
1347
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:92
1348
  __( 'Bounce Rate', 'google-analytics-for-wordpress' ),
1349
 
1350
- // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:35
1351
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:93
1352
  __( 'Total Users', 'google-analytics-for-wordpress' ),
1353
 
@@ -1487,18 +1491,18 @@ $generated_i18n_strings = array(
1487
  // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:32
1488
  __( 'MonsterInsights is all set up and ready to use. We\'ve verified that the tracking code is deployed properly and collecting data.', 'google-analytics-for-wordpress' ),
1489
 
1490
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:34
1491
  /* Translators: Make text bold. */
1492
  __( '%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-for-wordpress' ),
1493
 
1494
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:36
1495
  /* Translators: Link to our blog. */
1496
  __( '%1$sSubscribe to the MonsterInsights blog%2$s for tips on how to get more traffic and grow your business.', 'google-analytics-for-wordpress' ),
1497
 
1498
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:37
1499
  __( 'Finish Setup & Exit Wizard', 'google-analytics-for-wordpress' ),
1500
 
1501
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:50
1502
  __( 'Checking your website...', 'google-analytics-for-wordpress' ),
1503
 
1504
  // Reference: src/modules/widget/components/WidgetReportsLink.vue:17
@@ -1511,8 +1515,8 @@ $generated_i18n_strings = array(
1511
  /* Translators: Line break. */
1512
  __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
1513
 
1514
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:63
1515
- /* Translators: Number of unique pageviews. */
1516
  __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
1517
 
1518
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:86
@@ -1609,7 +1613,7 @@ $generated_i18n_strings = array(
1609
  __( 'Average Age', 'google-analytics-for-wordpress' ),
1610
 
1611
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:106
1612
- // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:285
1613
  __( 'Behavior', 'google-analytics-for-wordpress' ),
1614
 
1615
  // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:286
@@ -1834,7 +1838,7 @@ $generated_i18n_strings = array(
1834
  // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:60
1835
  __( 'There is no need to refresh the browser (doing so won\'t have any effect).', 'google-analytics-for-wordpress' ),
1836
 
1837
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:61
1838
  __( 'Pageviews Per Minute', 'google-analytics-for-wordpress' ),
1839
 
1840
  // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:64
@@ -1902,7 +1906,6 @@ $generated_i18n_strings = array(
1902
  __( 'Dashboard widget', 'google-analytics-for-wordpress' ),
1903
 
1904
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:25
1905
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:65
1906
  __( 'Affiliate Links', 'google-analytics-for-wordpress' ),
1907
 
1908
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:27
@@ -1912,20 +1915,18 @@ $generated_i18n_strings = array(
1912
  __( 'Banner Ads', 'google-analytics-for-wordpress' ),
1913
 
1914
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:31
1915
- // Reference: src/modules/settings/components/input/tab-publisher/monsterinsights-SettingsInputAmp-Lite.vue:22
1916
  __( 'Google AMP', 'google-analytics-for-wordpress' ),
1917
 
1918
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:32
1919
  __( 'SEO Score Tracking', 'google-analytics-for-wordpress' ),
1920
 
1921
- // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:100
1922
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:26
1923
  __( 'Activating...', 'google-analytics-for-wordpress' ),
1924
 
1925
- // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:103
1926
  __( 'Deactivating...', 'google-analytics-for-wordpress' ),
1927
 
1928
- // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:109
1929
  __( 'Deactivate', 'google-analytics-for-wordpress' ),
1930
 
1931
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:43
@@ -1961,7 +1962,6 @@ $generated_i18n_strings = array(
1961
  __( 'Users that have at least one of these roles will be able to view the reports.', 'google-analytics-for-wordpress' ),
1962
 
1963
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:62
1964
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:88
1965
  __( '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-for-wordpress' ),
1966
 
1967
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:63
@@ -2018,6 +2018,7 @@ $generated_i18n_strings = array(
2018
  __( 'Can\'t load settings. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2019
 
2020
  // Reference: src/modules/settings/api/index.js:27
 
2021
  __( 'You appear to be offline.', 'google-analytics-for-wordpress' ),
2022
 
2023
  // Reference: src/modules/settings/api/index.js:77
@@ -2100,38 +2101,38 @@ $generated_i18n_strings = array(
2100
  // Reference: src/components/TheAppFTPForm.vue:99
2101
  __( 'Cancel', 'google-analytics-for-wordpress' ),
2102
 
2103
- // Reference: src/modules/addons/api/index.js:103
2104
  __( 'You appear to be offline. WPForms not installed.', 'google-analytics-for-wordpress' ),
2105
 
2106
- // Reference: src/modules/addons/api/index.js:132
2107
  /* Translators: Error status and error text. */
2108
  __( 'Can\'t activate addon. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2109
 
2110
- // Reference: src/modules/addons/api/index.js:136
2111
  __( 'You appear to be offline. Addon not activated.', 'google-analytics-for-wordpress' ),
2112
 
2113
- // Reference: src/modules/addons/api/index.js:165
2114
  /* Translators: Error status and error text. */
2115
  __( 'Can\'t deactivate addon. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2116
 
2117
- // Reference: src/modules/addons/api/index.js:169
2118
  __( 'You appear to be offline. Addon not deactivated.', 'google-analytics-for-wordpress' ),
2119
 
2120
- // Reference: src/modules/addons/api/index.js:200
2121
  /* Translators: Error status and error text. */
2122
  __( 'Can\'t install plugin. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2123
 
2124
- // Reference: src/modules/addons/api/index.js:204
2125
  __( 'You appear to be offline. Plugin not installed.', 'google-analytics-for-wordpress' ),
2126
 
2127
- // Reference: src/modules/addons/api/index.js:64
2128
  /* Translators: Error status and error text. */
2129
  __( 'Can\'t install addon. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2130
 
2131
- // Reference: src/modules/addons/api/index.js:68
2132
  __( 'You appear to be offline. Addon not installed.', 'google-analytics-for-wordpress' ),
2133
 
2134
- // Reference: src/modules/addons/api/index.js:99
2135
  /* Translators: Error status and error text. */
2136
  __( 'Can\'t install WPForms. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2137
 
@@ -2162,81 +2163,79 @@ $generated_i18n_strings = array(
2162
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:72
2163
  __( 'Disable the Headline Analyzer', 'google-analytics-for-wordpress' ),
2164
 
2165
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:100
2166
  __( 'Warning: If you use a manual GA4 Measurement ID, you won\'t be able to use any of the reporting and some of the tracking features. Your Measurement ID should look like G-XXXXXXXXXX where the X\'s are numbers.', 'google-analytics-for-wordpress' ),
2167
 
2168
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:101
2169
  __( 'Or manually enter UA code (limited functionality)', 'google-analytics-for-wordpress' ),
2170
 
2171
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:102
2172
  __( 'Dual Tracking Profile', 'google-analytics-for-wordpress' ),
2173
 
2174
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:104
2175
  __( '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.', 'google-analytics-for-wordpress' ),
2176
 
2177
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:108
2178
  __( 'Your Universal Analytics code should look like UA-XXXXXXXXXX where the X\'s are numbers.', 'google-analytics-for-wordpress' ),
2179
 
2180
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:110
2181
  __( '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.', 'google-analytics-for-wordpress' ),
2182
 
2183
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:114
2184
  __( 'Your Measurement ID should look like G-XXXXXXXXXX where the X\'s are numbers.', 'google-analytics-for-wordpress' ),
2185
 
2186
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:115
2187
  __( 'Measurement Protocol API Secret', 'google-analytics-for-wordpress' ),
2188
 
2189
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:117
2190
  __( '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.', 'google-analytics-for-wordpress' ),
2191
 
2192
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:129
2193
  __( 'Force Deauthenticate', 'google-analytics-for-wordpress' ),
2194
 
2195
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:129
2196
  __( 'Disconnect MonsterInsights', 'google-analytics-for-wordpress' ),
2197
 
2198
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:182
2199
  __( 'Authenticating', 'google-analytics-for-wordpress' ),
2200
 
2201
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:236
2202
  __( 'Verifying Credentials', 'google-analytics-for-wordpress' ),
2203
 
2204
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:251
2205
  __( 'Your site is connected to MonsterInsights!', 'google-analytics-for-wordpress' ),
2206
 
2207
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:269
2208
  __( 'Deauthenticating', 'google-analytics-for-wordpress' ),
2209
 
2210
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:287
2211
  __( 'You\'ve disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won\'t see reports anymore.', 'google-analytics-for-wordpress' ),
2212
 
2213
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:90
2214
  __( 'Connect MonsterInsights', 'google-analytics-for-wordpress' ),
2215
 
2216
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:91
2217
  __( 'Verify Credentials', 'google-analytics-for-wordpress' ),
2218
 
2219
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:93
2220
  __( 'Website Profile', 'google-analytics-for-wordpress' ),
2221
 
2222
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:94
2223
  __( 'Active Profile', 'google-analytics-for-wordpress' ),
2224
 
2225
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:95
2226
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-for-wordpress' ),
2227
 
2228
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:96
2229
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-for-wordpress' ),
2230
 
2231
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:97
2232
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:53
2233
  __( 'Manually enter your UA code', 'google-analytics-for-wordpress' ),
2234
 
2235
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:98
2236
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:54
2237
  __( '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.', 'google-analytics-for-wordpress' ),
2238
 
2239
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:99
2240
  __( 'Manually enter your GA4 Measurement ID', 'google-analytics-for-wordpress' ),
2241
 
2242
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:60
@@ -2360,7 +2359,7 @@ $generated_i18n_strings = array(
2360
  // Reference: src/modules/widget/components/WidgetTips.vue:70
2361
  __( 'Pro Tip:', 'google-analytics-for-wordpress' ),
2362
 
2363
- // Reference: src/modules/reports/components/monsterinsights-ReportsPagination.vue:29
2364
  __( 'Show', 'google-analytics-for-wordpress' ),
2365
 
2366
  // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:14
@@ -2381,20 +2380,22 @@ $generated_i18n_strings = array(
2381
  // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:41
2382
  __( 'You can re-enable the MonsterInsights widget at any time using the "Screen Options" menu on the top right of this page', 'google-analytics-for-wordpress' ),
2383
 
2384
- // Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:24
2385
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputEmailSummaries-Lite.vue:16
2386
  __( 'Upgrade', 'google-analytics-for-wordpress' ),
2387
 
2388
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:39
 
2389
  __( 'Usage Tracking', 'google-analytics-for-wordpress' ),
2390
 
2391
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:28
2392
  __( 'Allow Usage Tracking', 'google-analytics-for-wordpress' ),
2393
 
2394
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:40
 
2395
  __( '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.', 'google-analytics-for-wordpress' ),
2396
 
2397
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:43
 
2398
  /* Translators: Add links to documentation. */
2399
  __( 'Complete documentation on usage tracking is available %1$shere%2$s.', 'google-analytics-for-wordpress' ),
2400
 
@@ -2414,9 +2415,11 @@ $generated_i18n_strings = array(
2414
  __( 'Unlock PRO Features Now', 'google-analytics-for-wordpress' ),
2415
 
2416
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:36
 
2417
  __( 'Paste your license key here', 'google-analytics-for-wordpress' ),
2418
 
2419
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:37
 
2420
  __( 'Verify', 'google-analytics-for-wordpress' ),
2421
 
2422
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:39
@@ -2424,9 +2427,10 @@ $generated_i18n_strings = array(
2424
  __( 'Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %1$sRetrieve your license key%2$s.', 'google-analytics-for-wordpress' ),
2425
 
2426
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:69
 
2427
  __( 'There was an error unlocking MonsterInsights PRO please try again or install manually.', 'google-analytics-for-wordpress' ),
2428
 
2429
- // Reference: src/modules/wizard-onboarding/api/index.js:18
2430
  /* Translators: Error status and error text. */
2431
  __( 'Can\'t load errors. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2432
 
@@ -2439,10 +2443,10 @@ $generated_i18n_strings = array(
2439
  // Reference: src/modules/seo/components/yoast.vue:138
2440
  __( 'Automatically migrate all of your SEO settings with just 1 click!', 'google-analytics-for-wordpress' ),
2441
 
2442
- // Reference: src/modules/seo/components/yoast.vue:139
2443
  __( '1,938', 'google-analytics-for-wordpress' ),
2444
 
2445
- // Reference: src/modules/seo/components/yoast.vue:140
2446
  __( '2+ Million Active Installs', 'google-analytics-for-wordpress' ),
2447
 
2448
  // Reference: src/modules/seo/components/yoast.vue:143
@@ -2451,10 +2455,10 @@ $generated_i18n_strings = array(
2451
  // Reference: src/modules/seo/components/yoast.vue:144
2452
  __( 'Set up the proper SEO foundations in less than 10 minutes.', 'google-analytics-for-wordpress' ),
2453
 
2454
- // Reference: src/modules/seo/components/yoast.vue:145
2455
  __( 'SEO Audit Checklist', 'google-analytics-for-wordpress' ),
2456
 
2457
- // Reference: src/modules/seo/components/yoast.vue:146
2458
  __( 'Analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic.', 'google-analytics-for-wordpress' ),
2459
 
2460
  // Reference: src/modules/seo/components/yoast.vue:147
@@ -2466,37 +2470,37 @@ $generated_i18n_strings = array(
2466
  // Reference: src/modules/seo/components/yoast.vue:149
2467
  __( 'Get AIOSEO for WordPress', 'google-analytics-for-wordpress' ),
2468
 
2469
- // Reference: src/modules/seo/components/yoast.vue:152
2470
  __( 'Get the #1 Most Powerful WordPress SEO Plugin Today', 'google-analytics-for-wordpress' ),
2471
 
2472
- // Reference: src/modules/seo/components/yoast.vue:153
2473
  __( 'Try it out today, for free.', 'google-analytics-for-wordpress' ),
2474
 
2475
- // Reference: src/modules/seo/components/yoast.vue:156
2476
  __( 'Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings.', 'google-analytics-for-wordpress' ),
2477
 
2478
- // Reference: src/modules/seo/components/yoast.vue:157
2479
  __( 'Activate and Install the Plugin with just one click!', 'google-analytics-for-wordpress' ),
2480
 
2481
  // Reference: src/modules/seo/components/yoast.vue:222
2482
  __( 'Installing AIOSEO...', 'google-analytics-for-wordpress' ),
2483
 
2484
- // Reference: src/modules/seo/components/yoast.vue:231
2485
  __( 'Congrats! All-in-One SEO Installed.', 'google-analytics-for-wordpress' ),
2486
 
2487
  // Reference: src/modules/seo/components/yoast.vue:248
2488
  __( 'Switch to AIOSEO', 'google-analytics-for-wordpress' ),
2489
 
2490
- // Reference: src/modules/seo/components/yoast.vue:252
2491
  __( 'Installation Failed. Please refresh and try again.', 'google-analytics-for-wordpress' ),
2492
 
2493
- // Reference: src/modules/seo/components/yoast.vue:259
2494
  __( 'Activating AIOSEO...', 'google-analytics-for-wordpress' ),
2495
 
2496
- // Reference: src/modules/seo/components/yoast.vue:266
2497
  __( 'Activate AIOSEO', 'google-analytics-for-wordpress' ),
2498
 
2499
- // Reference: src/modules/seo/components/yoast.vue:270
2500
  __( 'Activation Failed. Please refresh and try again.', 'google-analytics-for-wordpress' ),
2501
 
2502
  // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:171
@@ -2552,6 +2556,7 @@ $generated_i18n_strings = array(
2552
  __( 'Export PDF Overview Report', 'google-analytics-for-wordpress' ),
2553
 
2554
  // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:56
 
2555
  __( 'Reset to default', 'google-analytics-for-wordpress' ),
2556
 
2557
  // Reference: src/modules/settings/components/input/SettingsInputText.vue:51
@@ -2620,7 +2625,7 @@ $generated_i18n_strings = array(
2620
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:87
2621
  __( 'These user roles will be able to access MonsterInsights\' reports in the WordPress admin area.', 'google-analytics-for-wordpress' ),
2622
 
2623
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:49
2624
  __( 'Save and continue', 'google-analytics-for-wordpress' ),
2625
 
2626
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:91
@@ -2641,7 +2646,7 @@ $generated_i18n_strings = array(
2641
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:52
2642
  __( 'Whoops, something went wrong and we weren\'t able to connect to MonsterInsights. Please enter your Google UA code manually.', 'google-analytics-for-wordpress' ),
2643
 
2644
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:55
2645
  __( 'Save and Continue', 'google-analytics-for-wordpress' ),
2646
 
2647
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:81
@@ -2778,18 +2783,23 @@ $generated_i18n_strings = array(
2778
  __( 'Error emptying the popular posts cache. Please try again.', 'google-analytics-for-wordpress' ),
2779
 
2780
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:105
 
2781
  __( 'Choose Theme', 'google-analytics-for-wordpress' ),
2782
 
2783
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:107
 
2784
  __( 'Widget Styling', 'google-analytics-for-wordpress' ),
2785
 
2786
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:108
 
2787
  __( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-for-wordpress' ),
2788
 
2789
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:109
 
2790
  __( 'Sort By', 'google-analytics-for-wordpress' ),
2791
 
2792
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:110
 
2793
  __( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-for-wordpress' ),
2794
 
2795
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:106
@@ -2802,39 +2812,49 @@ $generated_i18n_strings = array(
2802
  __( 'Title your widget and set its display preferences.', 'google-analytics-for-wordpress' ),
2803
 
2804
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:115
 
2805
  __( 'Include in Post Types', 'google-analytics-for-wordpress' ),
2806
 
2807
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:116
 
2808
  __( 'Exclude from specific posts', 'google-analytics-for-wordpress' ),
2809
 
2810
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:118
 
2811
  /* Translators: Placeholders make the text bold. */
2812
  __( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-for-wordpress' ),
2813
 
2814
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:120
 
2815
  /* Translators: Placeholders make the text bold. */
2816
  __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-for-wordpress' ),
2817
 
2818
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:122
 
2819
  __( 'Loading Themes', 'google-analytics-for-wordpress' ),
2820
 
2821
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:129
 
2822
  /* Translators: placeholders make text small. */
2823
  __( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-for-wordpress' ),
2824
 
2825
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:134
 
2826
  /* Translators: placeholders make text small. */
2827
  __( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-for-wordpress' ),
2828
 
2829
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:141
 
2830
  /* Translators: placeholders make text small. */
2831
  __( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-for-wordpress' ),
2832
 
2833
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:146
 
2834
  /* Translators: placeholders make text small. */
2835
  __( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-for-wordpress' ),
2836
 
2837
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:151
 
2838
  /* Translators: placeholders make text small. */
2839
  __( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-for-wordpress' ),
2840
 
@@ -2851,6 +2871,7 @@ $generated_i18n_strings = array(
2851
  __( 'Choose where in the post body the widget will be placed.', 'google-analytics-for-wordpress' ),
2852
 
2853
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:121
 
2854
  __( 'Customize Design', 'google-analytics-for-wordpress' ),
2855
 
2856
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:123
@@ -2909,10 +2930,10 @@ $generated_i18n_strings = array(
2909
  // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:46
2910
  __( 'To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
2911
 
2912
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:47
2913
  __( 'Other Addons', 'google-analytics-for-wordpress' ),
2914
 
2915
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:48
2916
  __( 'View all MonsterInsights addons', 'google-analytics-for-wordpress' ),
2917
 
2918
  // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputScroll-Lite.vue:18
@@ -2942,7 +2963,7 @@ $generated_i18n_strings = array(
2942
  /* Translators: Page number of total pages. 1 & 2 make the first part of the text bold. */
2943
  __( '%1$sPage %3$s%2$s of %4$s', 'google-analytics-for-wordpress' ),
2944
 
2945
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:46
2946
  __( 'Theme Preview', 'google-analytics-for-wordpress' ),
2947
 
2948
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:61
@@ -2951,25 +2972,25 @@ $generated_i18n_strings = array(
2951
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:62
2952
  __( 'Narrow', 'google-analytics-for-wordpress' ),
2953
 
2954
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:51
2955
  __( 'Title', 'google-analytics-for-wordpress' ),
2956
 
2957
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:49
2958
  __( 'Color', 'google-analytics-for-wordpress' ),
2959
 
2960
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:50
2961
  __( 'Size', 'google-analytics-for-wordpress' ),
2962
 
2963
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:54
2964
  __( 'Border', 'google-analytics-for-wordpress' ),
2965
 
2966
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:141
2967
  __( 'Author/Date', 'google-analytics-for-wordpress' ),
2968
 
2969
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:52
2970
  __( 'Label', 'google-analytics-for-wordpress' ),
2971
 
2972
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:53
2973
  __( 'Background', 'google-analytics-for-wordpress' ),
2974
 
2975
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:144
@@ -3011,7 +3032,7 @@ $generated_i18n_strings = array(
3011
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:112
3012
  __( 'Close', 'google-analytics-for-wordpress' ),
3013
 
3014
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:28
3015
  __( 'Add Top 5 Posts from Google Analytics', 'google-analytics-for-wordpress' ),
3016
 
3017
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:49
@@ -3024,7 +3045,7 @@ $generated_i18n_strings = array(
3024
  /* Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc. */
3025
  __( '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-for-wordpress' ),
3026
 
3027
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:30
3028
  __( 'Automated + Curated', 'google-analytics-for-wordpress' ),
3029
 
3030
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:55
@@ -3065,13 +3086,13 @@ $generated_i18n_strings = array(
3065
  // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:38
3066
  __( 'Indexing completed, counts will update automatically every day.', 'google-analytics-for-wordpress' ),
3067
 
3068
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:47
3069
  __( 'Sartorial taxidermy venmo you probably haven\'t heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.', 'google-analytics-for-wordpress' ),
3070
 
3071
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:48
3072
  __( 'Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan', 'google-analytics-for-wordpress' ),
3073
 
3074
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:55
3075
  __( 'Icon', 'google-analytics-for-wordpress' ),
3076
 
3077
  // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:58
@@ -3212,6 +3233,7 @@ $generated_i18n_strings = array(
3212
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:104
3213
  __( 'All Embed Options can be used in conjunction with one another.', 'google-analytics-for-wordpress' ),
3214
 
 
3215
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:105
3216
  __( 'Using the Gutenberg Block', 'google-analytics-for-wordpress' ),
3217
 
@@ -3230,12 +3252,14 @@ $generated_i18n_strings = array(
3230
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:111
3231
  __( '%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg', 'google-analytics-for-wordpress' ),
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-for-wordpress' ),
3235
 
3236
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:114
3237
  __( '%1$sStep 2%2$s - Search for “Popular Posts”.', 'google-analytics-for-wordpress' ),
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-for-wordpress' ),
3241
 
@@ -3251,9 +3275,11 @@ $generated_i18n_strings = array(
3251
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:122
3252
  __( 'Display using a Shortcode', 'google-analytics-for-wordpress' ),
3253
 
 
3254
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:123
3255
  __( 'Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin.', 'google-analytics-for-wordpress' ),
3256
 
 
3257
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:124
3258
  __( 'Copy Shortcode', 'google-analytics-for-wordpress' ),
3259
 
@@ -3432,7 +3458,6 @@ $generated_i18n_strings = array(
3432
  __( 'Time to Interactive', 'google-analytics-for-wordpress' ),
3433
 
3434
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:52
3435
- // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:263
3436
  __( '2021 Year in Review', 'google-analytics-for-wordpress' ),
3437
 
3438
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:49
@@ -3635,10 +3660,113 @@ $generated_i18n_strings = array(
3635
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEcommerce-Lite.vue:55
3636
  __( 'Works automatically with WooCommerce, MemberPress, and EasyDigitalDownloads.', 'google-analytics-for-wordpress' ),
3637
 
3638
- // Reference: src/modules/settings/components/input/tab-publisher/monsterinsights-SettingsInputMedia-Lite.vue:22
3639
  __( 'Media Tracking', 'google-analytics-for-wordpress' ),
3640
 
3641
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:34
3642
- __( 'Get Started', 'google-analytics-for-wordpress' )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3643
  );
3644
  /* THIS IS THE END OF THE GENERATED FILE */
7
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:97
8
  __( '2', 'google-analytics-for-wordpress' ),
9
 
10
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:124
11
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:205
12
  __( 'Error', 'google-analytics-for-wordpress' ),
13
 
14
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:206
15
  __( 'Please try again.', 'google-analytics-for-wordpress' ),
16
 
17
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:346
18
  __( 'Today', 'google-analytics-for-wordpress' ),
19
 
20
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:352
21
  __( 'Yesterday', 'google-analytics-for-wordpress' ),
22
 
23
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:358
24
  __( 'Last Week', 'google-analytics-for-wordpress' ),
25
 
26
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:364
27
  __( 'Last Month', 'google-analytics-for-wordpress' ),
28
 
29
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:370
30
  __( 'Last 7 days', 'google-analytics-for-wordpress' ),
31
 
32
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:376
33
  __( 'Last 30 days', 'google-analytics-for-wordpress' ),
34
 
35
  // Reference: src/plugins/monsterinsights-wizard-helper-plugin.js:13
38
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
39
  __( 'Loading new report data', 'google-analytics-for-wordpress' ),
40
 
41
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:55
42
  __( 'Please wait...', 'google-analytics-for-wordpress' ),
43
 
44
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:143
243
  // Reference: src/modules/frontend/monsterinsights-frontend.vue:36
244
  __( 'Insights', 'google-analytics-for-wordpress' ),
245
 
 
246
  // Reference: src/modules/widget/store/index.js:14
247
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
248
 
270
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:132
271
  __( 'See All Features', 'google-analytics-for-wordpress' ),
272
 
273
+ // Reference: src/modules/frontend/components/FrontendUpsell-Lite.vue:11
274
+ // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:133
275
  __( 'Upgrade to PRO', 'google-analytics-for-wordpress' ),
276
 
277
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:134
278
  __( 'per year', 'google-analytics-for-wordpress' ),
279
 
280
+ // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:22
281
+ // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:135
282
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
283
 
284
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:136
285
  __( 'Testimonials', 'google-analytics-for-wordpress' ),
286
 
 
287
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:140
288
  __( 'Universal Tracking', 'google-analytics-for-wordpress' ),
289
 
335
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:182
336
  __( 'Form Conversions', 'google-analytics-for-wordpress' ),
337
 
338
+ // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:183
339
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
340
 
341
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:184
342
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:278
343
  __( 'Author Tracking', 'google-analytics-for-wordpress' ),
344
 
345
+ // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:185
346
  __( 'Google Optimize', 'google-analytics-for-wordpress' ),
347
 
348
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:186
394
  // Reference: src/modules/reports/components/ReportReAuth.vue:20
395
  __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-for-wordpress' ),
396
 
397
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:47
 
398
  __( 'Reconnect MonsterInsights', 'google-analytics-for-wordpress' ),
399
 
400
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:108
 
401
  __( 'Re-Authenticating', 'google-analytics-for-wordpress' ),
402
 
403
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:126
 
 
 
404
  __( 'Ok', 'google-analytics-for-wordpress' ),
405
 
406
  // Reference: src/components/TheQuickLinks.vue:31
422
  /* Translators: Placeholder is replaced with WPForms. */
423
  __( 'Recommended Plugin: %s', 'google-analytics-for-wordpress' ),
424
 
 
425
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:42
426
  __( 'Install', 'google-analytics-for-wordpress' ),
427
 
 
428
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:38
429
  __( 'Activate', 'google-analytics-for-wordpress' ),
430
 
431
+ // Reference: src/modules/frontend/components/FrontendNoAuth.vue:27
432
  __( 'Learn More', 'google-analytics-for-wordpress' ),
433
 
434
  // Reference: src/modules/frontend/components/FrontendPoweredBy.vue:12
485
  __( 'Connect MonsterInsights and Setup Website Analytics', 'google-analytics-for-wordpress' ),
486
 
487
  // Reference: src/modules/settings/routes/site.js:103
 
488
  __( 'Import Export', 'google-analytics-for-wordpress' ),
489
 
490
  // Reference: src/modules/settings/routes/site.js:111
491
  __( 'PrettyLinks Integration', 'google-analytics-for-wordpress' ),
492
 
493
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:15
494
  // Reference: src/modules/settings/routes/site.js:125
495
  __( 'About Us', 'google-analytics-for-wordpress' ),
496
 
497
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:16
498
  // Reference: src/modules/settings/routes/site.js:133
499
  __( 'Getting Started', 'google-analytics-for-wordpress' ),
500
 
501
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:17
502
  // Reference: src/modules/settings/routes/site.js:142
503
  __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
504
 
518
  __( 'Sub menu item for WooCommerce Analytics', 'google-analytics-for-wordpress' ),
519
 
520
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:75
521
+ // Reference: src/modules/settings/routes/site.js:38
522
  __( 'General', 'google-analytics-for-wordpress' ),
523
 
524
+ // Reference: src/modules/growth-tools/components/GrowthNavigation.vue:19
525
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:76
526
+ // Reference: src/modules/settings/routes/site.js:46
527
  __( 'Engagement', 'google-analytics-for-wordpress' ),
528
 
529
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:45
 
530
  __( 'eCommerce', 'google-analytics-for-wordpress' ),
531
 
532
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:78
533
+ // Reference: src/modules/settings/routes/site.js:62
534
  __( 'Publisher', 'google-analytics-for-wordpress' ),
535
 
536
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:79
537
+ // Reference: src/modules/settings/routes/site.js:70
538
  __( 'Conversions', 'google-analytics-for-wordpress' ),
539
 
540
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:80
541
+ // Reference: src/modules/settings/routes/site.js:78
542
  __( 'Advanced', 'google-analytics-for-wordpress' ),
543
 
544
  // Reference: src/modules/settings/routes/site.js:95
 
545
  __( 'URL Builder', 'google-analytics-for-wordpress' ),
546
 
547
  // Reference: src/modules/addons/components/AddonsNavigation.vue:18
566
  __( 'Please ask your webmaster to connect MonsterInsights to Google Analytics.', 'google-analytics-for-wordpress' ),
567
 
568
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:43
569
+ // Reference: src/modules/widget/store/index.js:77
570
  __( 'Overview', 'google-analytics-for-wordpress' ),
571
 
572
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:44
585
  __( 'Real-Time', 'google-analytics-for-wordpress' ),
586
 
587
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:50
588
+ // Reference: src/modules/reports/components/reports/monsterinsights-SiteSpeed-Lite.vue:23
589
  __( 'Site Speed', 'google-analytics-for-wordpress' ),
590
 
591
  // Reference: src/modules/reports/routes/index.js:94
598
  // Reference: src/modules/reports/api/index.js:28
599
  __( 'Error loading report data', 'google-analytics-for-wordpress' ),
600
 
601
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:249
602
  __( 'Publishers Report', 'google-analytics-for-wordpress' ),
603
 
604
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:261
605
  __( 'eCommerce Report', 'google-analytics-for-wordpress' ),
606
 
607
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportSearchConsole-Lite.vue:26
608
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:299
609
  __( 'Search Console Report', 'google-analytics-for-wordpress' ),
610
 
611
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:275
612
  __( 'Dimensions Report', 'google-analytics-for-wordpress' ),
613
 
614
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:289
615
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
616
 
617
  // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:51
 
618
  __( 'Real-Time Report', 'google-analytics-for-wordpress' ),
619
 
620
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:322
621
  __( 'Site Speed Report', 'google-analytics-for-wordpress' ),
622
 
623
  // Reference: src/modules/widget/store/index.js:103
624
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:271
625
  __( 'Time to Purchase', 'google-analytics-for-wordpress' ),
626
 
627
  // Reference: src/modules/widget/store/index.js:104
628
  __( 'This list shows how many days from first visit it took users to purchase products from your site.', 'google-analytics-for-wordpress' ),
629
 
630
  // Reference: src/modules/widget/store/index.js:111
631
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:267
632
  __( 'Sessions to Purchase', 'google-analytics-for-wordpress' ),
633
 
634
  // Reference: src/modules/widget/store/index.js:112
665
  __( '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.', 'google-analytics-for-wordpress' ),
666
 
667
  // Reference: src/modules/widget/store/index.js:41
668
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:252
669
  __( 'Top Landing Pages', 'google-analytics-for-wordpress' ),
670
 
671
  // Reference: src/modules/widget/store/index.js:42
672
  __( 'This list shows the top pages users first land on when visiting your website.', 'google-analytics-for-wordpress' ),
673
 
674
  // Reference: src/modules/widget/store/index.js:48
675
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:254
676
  __( 'Top Exit Pages', 'google-analytics-for-wordpress' ),
677
 
678
  // Reference: src/modules/widget/store/index.js:49
679
  __( 'This list shows the top pages users exit your website from.', 'google-analytics-for-wordpress' ),
680
 
681
  // Reference: src/modules/widget/store/index.js:56
682
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:256
683
  __( 'Top Outbound Links', 'google-analytics-for-wordpress' ),
684
 
685
  // Reference: src/modules/widget/store/index.js:57
692
  __( 'This list shows the top affiliate links your visitors clicked on.', 'google-analytics-for-wordpress' ),
693
 
694
  // Reference: src/modules/widget/store/index.js:70
695
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:255
696
  __( 'Top Download Links', 'google-analytics-for-wordpress' ),
697
 
698
  // Reference: src/modules/widget/store/index.js:71
699
  __( 'This list shows the download links your visitors clicked the most.', 'google-analytics-for-wordpress' ),
700
 
701
  // Reference: src/modules/widget/store/index.js:83
702
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:269
703
  __( 'Top Products', 'google-analytics-for-wordpress' ),
704
 
705
  // Reference: src/modules/widget/store/index.js:84
706
  __( 'This list shows the top selling products on your website.', 'google-analytics-for-wordpress' ),
707
 
708
  // Reference: src/modules/widget/store/index.js:90
709
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:268
710
  __( 'Top Conversion Sources', 'google-analytics-for-wordpress' ),
711
 
712
  // Reference: src/modules/widget/store/index.js:91
869
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:121
870
  __( 'Headline Analyzer', 'google-analytics-for-wordpress' ),
871
 
 
872
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:57
873
  __( 'Email Summaries', 'google-analytics-for-wordpress' ),
874
 
902
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:150
903
  __( '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.', 'google-analytics-for-wordpress' ),
904
 
905
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:156
906
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:84
907
  __( 'Not Available', 'google-analytics-for-wordpress' ),
908
 
972
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:92
973
  __( 'Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required', 'google-analytics-for-wordpress' ),
974
 
975
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:95
976
  __( 'Forms Tracking', 'google-analytics-for-wordpress' ),
977
 
978
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:99
979
  __( 'One-click Form Events Tracking', 'google-analytics-for-wordpress' ),
980
 
981
+ // Reference: src/modules/wizard-onboarding/components/inputs/monsterinsights-OnboardingLicense-Lite.vue:27
982
  __( 'License Key', 'google-analytics-for-wordpress' ),
983
 
984
  // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:47
988
  // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:48
989
  __( 'Google Authentication', 'google-analytics-for-wordpress' ),
990
 
991
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:50
992
  __( 'Connect Google Analytics + WordPress', 'google-analytics-for-wordpress' ),
993
 
994
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:51
995
  __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
996
 
997
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:35
 
998
  __( 'Miscellaneous', 'google-analytics-for-wordpress' ),
999
 
1000
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:37
 
1001
  __( 'Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes.', 'google-analytics-for-wordpress' ),
1002
 
1003
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:38
 
1004
  __( 'Hide Announcements', 'google-analytics-for-wordpress' ),
1005
 
1006
  // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:55
1045
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:88
1046
  __( 'Pretty Links Installed & Activated', 'google-analytics-for-wordpress' ),
1047
 
1048
+ // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:89
1049
  __( 'Download Pretty Links', 'google-analytics-for-wordpress' ),
1050
 
1051
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:90
1258
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
1259
  __( 'Continue & Install WPForms', 'google-analytics-for-wordpress' ),
1260
 
 
1261
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:30
 
1262
  __( 'Installing...', 'google-analytics-for-wordpress' ),
1263
 
1264
  // Reference: src/modules/widget/components/settings/WidgetSettingsWidth.vue:40
1268
  __( 'Show in full-width mode', 'google-analytics-for-wordpress' ),
1269
 
1270
  // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:328
1271
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:131
1272
  __( 'Upgrade to MonsterInsights Pro', 'google-analytics-for-wordpress' ),
1273
 
1274
+ // Reference: src/modules/reports/store/actions.js:140
1275
  __( 'Installing Addon', 'google-analytics-for-wordpress' ),
1276
 
1277
+ // Reference: src/modules/reports/store/actions.js:163
1278
  __( 'Activating Addon', 'google-analytics-for-wordpress' ),
1279
 
1280
+ // Reference: src/modules/reports/store/actions.js:178
1281
  __( 'Addon Activated', 'google-analytics-for-wordpress' ),
1282
 
1283
+ // Reference: src/modules/reports/store/actions.js:179
1284
  __( 'Loading report data', 'google-analytics-for-wordpress' ),
1285
 
1286
+ // Reference: src/modules/reports/store/actions.js:196
1287
  __( 'Please activate manually', 'google-analytics-for-wordpress' ),
1288
 
1289
+ // Reference: src/modules/reports/store/actions.js:199
1290
  /* Translators: Adds the error status and status text. */
1291
  __( 'Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1292
 
1293
+ // Reference: src/modules/reports/store/actions.js:205
1294
  __( 'Error Activating Addon', 'google-analytics-for-wordpress' ),
1295
 
1296
+ // Reference: src/modules/reports/store/actions.js:211
1297
  __( 'View Addons', 'google-analytics-for-wordpress' ),
1298
 
1299
+ // Reference: src/modules/seo/components/aioseo.vue:246
1300
  __( 'Dismiss', 'google-analytics-for-wordpress' ),
1301
 
1302
+ // Reference: src/modules/reports/store/actions.js:219
1303
  __( 'Redirecting', 'google-analytics-for-wordpress' ),
1304
 
1305
+ // Reference: src/modules/reports/store/actions.js:220
1306
  __( 'Please wait', 'google-analytics-for-wordpress' ),
1307
 
1308
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:119
1309
+ // Reference: src/modules/reports/store/actions.js:57
1310
  __( 'activate', 'google-analytics-for-wordpress' ),
1311
 
1312
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:119
1313
+ // Reference: src/modules/reports/store/actions.js:57
1314
  __( 'install', 'google-analytics-for-wordpress' ),
1315
 
1316
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:127
1317
+ // Reference: src/modules/reports/store/actions.js:61
1318
  __( 'Visit addons page', 'google-analytics-for-wordpress' ),
1319
 
1320
+ // Reference: src/modules/reports/store/actions.js:69
1321
  __( 'Report Unavailable', 'google-analytics-for-wordpress' ),
1322
 
1323
+ // Reference: src/modules/reports/store/actions.js:76
1324
  /* Translators: Install/Activate the addon. */
1325
  __( '%s Addon', 'google-analytics-for-wordpress' ),
1326
 
1327
+ // Reference: src/modules/reports/store/actions.js:95
1328
  __( 'Go Back To Reports', 'google-analytics-for-wordpress' ),
1329
 
1330
+ // Reference: src/modules/reports/store/actions.js:96
1331
  __( 'Enable Enhanced eCommerce', 'google-analytics-for-wordpress' ),
1332
 
1333
  // Reference: src/components/TheFloatingBar-Lite.vue:29
1340
  // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:30
1341
  __( 'Your Website', 'google-analytics-for-wordpress' ),
1342
 
 
1343
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:80
1344
  __( 'Sessions', 'google-analytics-for-wordpress' ),
1345
 
1346
+ // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:83
1347
  __( 'Pageviews', 'google-analytics-for-wordpress' ),
1348
 
1349
  // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:33
1350
  __( 'Avg. Duration', 'google-analytics-for-wordpress' ),
1351
 
 
1352
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:92
1353
  __( 'Bounce Rate', 'google-analytics-for-wordpress' ),
1354
 
 
1355
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:93
1356
  __( 'Total Users', 'google-analytics-for-wordpress' ),
1357
 
1491
  // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:32
1492
  __( 'MonsterInsights is all set up and ready to use. We\'ve verified that the tracking code is deployed properly and collecting data.', 'google-analytics-for-wordpress' ),
1493
 
1494
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:119
1495
  /* Translators: Make text bold. */
1496
  __( '%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-for-wordpress' ),
1497
 
1498
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:121
1499
  /* Translators: Link to our blog. */
1500
  __( '%1$sSubscribe to the MonsterInsights blog%2$s for tips on how to get more traffic and grow your business.', 'google-analytics-for-wordpress' ),
1501
 
1502
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:122
1503
  __( 'Finish Setup & Exit Wizard', 'google-analytics-for-wordpress' ),
1504
 
1505
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:169
1506
  __( 'Checking your website...', 'google-analytics-for-wordpress' ),
1507
 
1508
  // Reference: src/modules/widget/components/WidgetReportsLink.vue:17
1515
  /* Translators: Line break. */
1516
  __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
1517
 
1518
+ // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:85
1519
+ /* Translators: Line break. */
1520
  __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
1521
 
1522
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:86
1613
  __( 'Average Age', 'google-analytics-for-wordpress' ),
1614
 
1615
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:106
1616
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:101
1617
  __( 'Behavior', 'google-analytics-for-wordpress' ),
1618
 
1619
  // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:286
1838
  // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:60
1839
  __( 'There is no need to refresh the browser (doing so won\'t have any effect).', 'google-analytics-for-wordpress' ),
1840
 
1841
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:316
1842
  __( 'Pageviews Per Minute', 'google-analytics-for-wordpress' ),
1843
 
1844
  // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:64
1906
  __( 'Dashboard widget', 'google-analytics-for-wordpress' ),
1907
 
1908
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:25
 
1909
  __( 'Affiliate Links', 'google-analytics-for-wordpress' ),
1910
 
1911
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:27
1915
  __( 'Banner Ads', 'google-analytics-for-wordpress' ),
1916
 
1917
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:31
 
1918
  __( 'Google AMP', 'google-analytics-for-wordpress' ),
1919
 
1920
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:32
1921
  __( 'SEO Score Tracking', 'google-analytics-for-wordpress' ),
1922
 
 
1923
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:26
1924
  __( 'Activating...', 'google-analytics-for-wordpress' ),
1925
 
1926
+ // Reference: src/modules/addons/components/AddonButton.vue:38
1927
  __( 'Deactivating...', 'google-analytics-for-wordpress' ),
1928
 
1929
+ // Reference: src/modules/addons/components/AddonButton.vue:46
1930
  __( 'Deactivate', 'google-analytics-for-wordpress' ),
1931
 
1932
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:43
1962
  __( 'Users that have at least one of these roles will be able to view the reports.', 'google-analytics-for-wordpress' ),
1963
 
1964
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:62
 
1965
  __( '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-for-wordpress' ),
1966
 
1967
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:63
2018
  __( 'Can\'t load settings. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2019
 
2020
  // Reference: src/modules/settings/api/index.js:27
2021
+ // Reference: src/modules/wizard-onboarding/api/index.js:43
2022
  __( 'You appear to be offline.', 'google-analytics-for-wordpress' ),
2023
 
2024
  // Reference: src/modules/settings/api/index.js:77
2101
  // Reference: src/components/TheAppFTPForm.vue:99
2102
  __( 'Cancel', 'google-analytics-for-wordpress' ),
2103
 
2104
+ // Reference: src/modules/addons/api/index.js:104
2105
  __( 'You appear to be offline. WPForms not installed.', 'google-analytics-for-wordpress' ),
2106
 
2107
+ // Reference: src/modules/addons/api/index.js:133
2108
  /* Translators: Error status and error text. */
2109
  __( 'Can\'t activate addon. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2110
 
2111
+ // Reference: src/modules/addons/api/index.js:137
2112
  __( 'You appear to be offline. Addon not activated.', 'google-analytics-for-wordpress' ),
2113
 
2114
+ // Reference: src/modules/addons/api/index.js:166
2115
  /* Translators: Error status and error text. */
2116
  __( 'Can\'t deactivate addon. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2117
 
2118
+ // Reference: src/modules/addons/api/index.js:170
2119
  __( 'You appear to be offline. Addon not deactivated.', 'google-analytics-for-wordpress' ),
2120
 
2121
+ // Reference: src/modules/addons/api/index.js:201
2122
  /* Translators: Error status and error text. */
2123
  __( 'Can\'t install plugin. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2124
 
2125
+ // Reference: src/modules/addons/api/index.js:205
2126
  __( 'You appear to be offline. Plugin not installed.', 'google-analytics-for-wordpress' ),
2127
 
2128
+ // Reference: src/modules/addons/api/index.js:65
2129
  /* Translators: Error status and error text. */
2130
  __( 'Can\'t install addon. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2131
 
2132
+ // Reference: src/modules/addons/api/index.js:69
2133
  __( 'You appear to be offline. Addon not installed.', 'google-analytics-for-wordpress' ),
2134
 
2135
+ // Reference: src/modules/addons/api/index.js:100
2136
  /* Translators: Error status and error text. */
2137
  __( 'Can\'t install WPForms. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2138
 
2163
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:72
2164
  __( 'Disable the Headline Analyzer', 'google-analytics-for-wordpress' ),
2165
 
2166
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:106
2167
  __( 'Warning: If you use a manual GA4 Measurement ID, you won\'t be able to use any of the reporting and some of the tracking features. Your Measurement ID should look like G-XXXXXXXXXX where the X\'s are numbers.', 'google-analytics-for-wordpress' ),
2168
 
2169
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:107
2170
  __( 'Or manually enter UA code (limited functionality)', 'google-analytics-for-wordpress' ),
2171
 
2172
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:108
2173
  __( 'Dual Tracking Profile', 'google-analytics-for-wordpress' ),
2174
 
2175
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:110
2176
  __( '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.', 'google-analytics-for-wordpress' ),
2177
 
2178
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:114
2179
  __( 'Your Universal Analytics code should look like UA-XXXXXXXXXX where the X\'s are numbers.', 'google-analytics-for-wordpress' ),
2180
 
2181
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:116
2182
  __( '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.', 'google-analytics-for-wordpress' ),
2183
 
2184
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:120
2185
  __( 'Your Measurement ID should look like G-XXXXXXXXXX where the X\'s are numbers.', 'google-analytics-for-wordpress' ),
2186
 
2187
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:121
2188
  __( 'Measurement Protocol API Secret', 'google-analytics-for-wordpress' ),
2189
 
2190
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:123
2191
  __( '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.', 'google-analytics-for-wordpress' ),
2192
 
2193
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:135
2194
  __( 'Force Deauthenticate', 'google-analytics-for-wordpress' ),
2195
 
2196
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:135
2197
  __( 'Disconnect MonsterInsights', 'google-analytics-for-wordpress' ),
2198
 
2199
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:79
2200
  __( 'Authenticating', 'google-analytics-for-wordpress' ),
2201
 
2202
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:245
2203
  __( 'Verifying Credentials', 'google-analytics-for-wordpress' ),
2204
 
2205
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:260
2206
  __( 'Your site is connected to MonsterInsights!', 'google-analytics-for-wordpress' ),
2207
 
2208
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:278
2209
  __( 'Deauthenticating', 'google-analytics-for-wordpress' ),
2210
 
2211
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:296
2212
  __( 'You\'ve disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won\'t see reports anymore.', 'google-analytics-for-wordpress' ),
2213
 
2214
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:46
2215
  __( 'Connect MonsterInsights', 'google-analytics-for-wordpress' ),
2216
 
2217
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:97
2218
  __( 'Verify Credentials', 'google-analytics-for-wordpress' ),
2219
 
2220
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:99
2221
  __( 'Website Profile', 'google-analytics-for-wordpress' ),
2222
 
2223
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:100
2224
  __( 'Active Profile', 'google-analytics-for-wordpress' ),
2225
 
2226
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:50
2227
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-for-wordpress' ),
2228
 
2229
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:51
2230
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-for-wordpress' ),
2231
 
2232
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:103
 
2233
  __( 'Manually enter your UA code', 'google-analytics-for-wordpress' ),
2234
 
2235
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:104
 
2236
  __( '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.', 'google-analytics-for-wordpress' ),
2237
 
2238
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:105
2239
  __( 'Manually enter your GA4 Measurement ID', 'google-analytics-for-wordpress' ),
2240
 
2241
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:60
2359
  // Reference: src/modules/widget/components/WidgetTips.vue:70
2360
  __( 'Pro Tip:', 'google-analytics-for-wordpress' ),
2361
 
2362
+ // Reference: src/modules/reports/components/ReportTableBox.vue:69
2363
  __( 'Show', 'google-analytics-for-wordpress' ),
2364
 
2365
  // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:14
2380
  // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:41
2381
  __( 'You can re-enable the MonsterInsights widget at any time using the "Screen Options" menu on the top right of this page', 'google-analytics-for-wordpress' ),
2382
 
2383
+ // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:22
 
2384
  __( 'Upgrade', 'google-analytics-for-wordpress' ),
2385
 
2386
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:39
2387
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:27
2388
  __( 'Usage Tracking', 'google-analytics-for-wordpress' ),
2389
 
2390
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:28
2391
  __( 'Allow Usage Tracking', 'google-analytics-for-wordpress' ),
2392
 
2393
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:40
2394
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:29
2395
  __( '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.', 'google-analytics-for-wordpress' ),
2396
 
2397
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:43
2398
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:31
2399
  /* Translators: Add links to documentation. */
2400
  __( 'Complete documentation on usage tracking is available %1$shere%2$s.', 'google-analytics-for-wordpress' ),
2401
 
2415
  __( 'Unlock PRO Features Now', 'google-analytics-for-wordpress' ),
2416
 
2417
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:36
2418
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:139
2419
  __( 'Paste your license key here', 'google-analytics-for-wordpress' ),
2420
 
2421
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:37
2422
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:140
2423
  __( 'Verify', 'google-analytics-for-wordpress' ),
2424
 
2425
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:39
2427
  __( 'Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %1$sRetrieve your license key%2$s.', 'google-analytics-for-wordpress' ),
2428
 
2429
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:69
2430
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:211
2431
  __( 'There was an error unlocking MonsterInsights PRO please try again or install manually.', 'google-analytics-for-wordpress' ),
2432
 
2433
+ // Reference: src/modules/wizard-onboarding/api/index.js:39
2434
  /* Translators: Error status and error text. */
2435
  __( 'Can\'t load errors. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2436
 
2443
  // Reference: src/modules/seo/components/yoast.vue:138
2444
  __( 'Automatically migrate all of your SEO settings with just 1 click!', 'google-analytics-for-wordpress' ),
2445
 
2446
+ // Reference: src/modules/seo/components/aioseo.vue:155
2447
  __( '1,938', 'google-analytics-for-wordpress' ),
2448
 
2449
+ // Reference: src/modules/seo/components/aioseo.vue:156
2450
  __( '2+ Million Active Installs', 'google-analytics-for-wordpress' ),
2451
 
2452
  // Reference: src/modules/seo/components/yoast.vue:143
2455
  // Reference: src/modules/seo/components/yoast.vue:144
2456
  __( 'Set up the proper SEO foundations in less than 10 minutes.', 'google-analytics-for-wordpress' ),
2457
 
2458
+ // Reference: src/modules/seo/components/aioseo.vue:165
2459
  __( 'SEO Audit Checklist', 'google-analytics-for-wordpress' ),
2460
 
2461
+ // Reference: src/modules/seo/components/aioseo.vue:166
2462
  __( 'Analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic.', 'google-analytics-for-wordpress' ),
2463
 
2464
  // Reference: src/modules/seo/components/yoast.vue:147
2470
  // Reference: src/modules/seo/components/yoast.vue:149
2471
  __( 'Get AIOSEO for WordPress', 'google-analytics-for-wordpress' ),
2472
 
2473
+ // Reference: src/modules/seo/components/aioseo.vue:180
2474
  __( 'Get the #1 Most Powerful WordPress SEO Plugin Today', 'google-analytics-for-wordpress' ),
2475
 
2476
+ // Reference: src/modules/seo/components/aioseo.vue:181
2477
  __( 'Try it out today, for free.', 'google-analytics-for-wordpress' ),
2478
 
2479
+ // Reference: src/modules/seo/components/aioseo.vue:184
2480
  __( 'Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings.', 'google-analytics-for-wordpress' ),
2481
 
2482
+ // Reference: src/modules/seo/components/aioseo.vue:185
2483
  __( 'Activate and Install the Plugin with just one click!', 'google-analytics-for-wordpress' ),
2484
 
2485
  // Reference: src/modules/seo/components/yoast.vue:222
2486
  __( 'Installing AIOSEO...', 'google-analytics-for-wordpress' ),
2487
 
2488
+ // Reference: src/modules/seo/components/aioseo.vue:240
2489
  __( 'Congrats! All-in-One SEO Installed.', 'google-analytics-for-wordpress' ),
2490
 
2491
  // Reference: src/modules/seo/components/yoast.vue:248
2492
  __( 'Switch to AIOSEO', 'google-analytics-for-wordpress' ),
2493
 
2494
+ // Reference: src/modules/seo/components/aioseo.vue:261
2495
  __( 'Installation Failed. Please refresh and try again.', 'google-analytics-for-wordpress' ),
2496
 
2497
+ // Reference: src/modules/seo/components/aioseo.vue:268
2498
  __( 'Activating AIOSEO...', 'google-analytics-for-wordpress' ),
2499
 
2500
+ // Reference: src/modules/seo/components/aioseo.vue:275
2501
  __( 'Activate AIOSEO', 'google-analytics-for-wordpress' ),
2502
 
2503
+ // Reference: src/modules/seo/components/aioseo.vue:279
2504
  __( 'Activation Failed. Please refresh and try again.', 'google-analytics-for-wordpress' ),
2505
 
2506
  // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:171
2556
  __( 'Export PDF Overview Report', 'google-analytics-for-wordpress' ),
2557
 
2558
  // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:56
2559
+ // Reference: src/modules/settings/components/input/SettingsInputText.vue:50
2560
  __( 'Reset to default', 'google-analytics-for-wordpress' ),
2561
 
2562
  // Reference: src/modules/settings/components/input/SettingsInputText.vue:51
2625
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:87
2626
  __( 'These user roles will be able to access MonsterInsights\' reports in the WordPress admin area.', 'google-analytics-for-wordpress' ),
2627
 
2628
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:89
2629
  __( 'Save and continue', 'google-analytics-for-wordpress' ),
2630
 
2631
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:91
2646
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:52
2647
  __( 'Whoops, something went wrong and we weren\'t able to connect to MonsterInsights. Please enter your Google UA code manually.', 'google-analytics-for-wordpress' ),
2648
 
2649
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:34
2650
  __( 'Save and Continue', 'google-analytics-for-wordpress' ),
2651
 
2652
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:81
2783
  __( 'Error emptying the popular posts cache. Please try again.', 'google-analytics-for-wordpress' ),
2784
 
2785
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:105
2786
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:100
2787
  __( 'Choose Theme', 'google-analytics-for-wordpress' ),
2788
 
2789
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:107
2790
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:102
2791
  __( 'Widget Styling', 'google-analytics-for-wordpress' ),
2792
 
2793
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:108
2794
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:103
2795
  __( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-for-wordpress' ),
2796
 
2797
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:109
2798
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:104
2799
  __( 'Sort By', 'google-analytics-for-wordpress' ),
2800
 
2801
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:110
2802
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:105
2803
  __( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-for-wordpress' ),
2804
 
2805
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:106
2812
  __( 'Title your widget and set its display preferences.', 'google-analytics-for-wordpress' ),
2813
 
2814
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:115
2815
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:109
2816
  __( 'Include in Post Types', 'google-analytics-for-wordpress' ),
2817
 
2818
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:116
2819
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:110
2820
  __( 'Exclude from specific posts', 'google-analytics-for-wordpress' ),
2821
 
2822
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:118
2823
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:112
2824
  /* Translators: Placeholders make the text bold. */
2825
  __( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-for-wordpress' ),
2826
 
2827
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:120
2828
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:114
2829
  /* Translators: Placeholders make the text bold. */
2830
  __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-for-wordpress' ),
2831
 
2832
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:122
2833
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:115
2834
  __( 'Loading Themes', 'google-analytics-for-wordpress' ),
2835
 
2836
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:129
2837
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:120
2838
  /* Translators: placeholders make text small. */
2839
  __( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-for-wordpress' ),
2840
 
2841
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:134
2842
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:125
2843
  /* Translators: placeholders make text small. */
2844
  __( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-for-wordpress' ),
2845
 
2846
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:141
2847
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:132
2848
  /* Translators: placeholders make text small. */
2849
  __( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-for-wordpress' ),
2850
 
2851
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:146
2852
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:137
2853
  /* Translators: placeholders make text small. */
2854
  __( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-for-wordpress' ),
2855
 
2856
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:151
2857
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:142
2858
  /* Translators: placeholders make text small. */
2859
  __( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-for-wordpress' ),
2860
 
2871
  __( 'Choose where in the post body the widget will be placed.', 'google-analytics-for-wordpress' ),
2872
 
2873
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:121
2874
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:109
2875
  __( 'Customize Design', 'google-analytics-for-wordpress' ),
2876
 
2877
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:123
2930
  // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:46
2931
  __( 'To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
2932
 
2933
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:35
2934
  __( 'Other Addons', 'google-analytics-for-wordpress' ),
2935
 
2936
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:36
2937
  __( 'View all MonsterInsights addons', 'google-analytics-for-wordpress' ),
2938
 
2939
  // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputScroll-Lite.vue:18
2963
  /* Translators: Page number of total pages. 1 & 2 make the first part of the text bold. */
2964
  __( '%1$sPage %3$s%2$s of %4$s', 'google-analytics-for-wordpress' ),
2965
 
2966
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:99
2967
  __( 'Theme Preview', 'google-analytics-for-wordpress' ),
2968
 
2969
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:61
2972
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:62
2973
  __( 'Narrow', 'google-analytics-for-wordpress' ),
2974
 
2975
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:104
2976
  __( 'Title', 'google-analytics-for-wordpress' ),
2977
 
2978
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:102
2979
  __( 'Color', 'google-analytics-for-wordpress' ),
2980
 
2981
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:103
2982
  __( 'Size', 'google-analytics-for-wordpress' ),
2983
 
2984
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:107
2985
  __( 'Border', 'google-analytics-for-wordpress' ),
2986
 
2987
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:141
2988
  __( 'Author/Date', 'google-analytics-for-wordpress' ),
2989
 
2990
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:105
2991
  __( 'Label', 'google-analytics-for-wordpress' ),
2992
 
2993
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:106
2994
  __( 'Background', 'google-analytics-for-wordpress' ),
2995
 
2996
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:144
3032
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:112
3033
  __( 'Close', 'google-analytics-for-wordpress' ),
3034
 
3035
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:48
3036
  __( 'Add Top 5 Posts from Google Analytics', 'google-analytics-for-wordpress' ),
3037
 
3038
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:49
3045
  /* Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc. */
3046
  __( '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-for-wordpress' ),
3047
 
3048
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:53
3049
  __( 'Automated + Curated', 'google-analytics-for-wordpress' ),
3050
 
3051
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:55
3086
  // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:38
3087
  __( 'Indexing completed, counts will update automatically every day.', 'google-analytics-for-wordpress' ),
3088
 
3089
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:100
3090
  __( 'Sartorial taxidermy venmo you probably haven\'t heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.', 'google-analytics-for-wordpress' ),
3091
 
3092
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:101
3093
  __( 'Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan', 'google-analytics-for-wordpress' ),
3094
 
3095
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:108
3096
  __( 'Icon', 'google-analytics-for-wordpress' ),
3097
 
3098
  // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:58
3233
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:104
3234
  __( 'All Embed Options can be used in conjunction with one another.', 'google-analytics-for-wordpress' ),
3235
 
3236
+ // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:79
3237
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:105
3238
  __( 'Using the Gutenberg Block', 'google-analytics-for-wordpress' ),
3239
 
3252
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:111
3253
  __( '%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg', 'google-analytics-for-wordpress' ),
3254
 
3255
+ // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:85
3256
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:113
3257
  __( '%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page.', 'google-analytics-for-wordpress' ),
3258
 
3259
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:114
3260
  __( '%1$sStep 2%2$s - Search for “Popular Posts”.', 'google-analytics-for-wordpress' ),
3261
 
3262
+ // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:87
3263
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:115
3264
  __( '%1$sStep 3%2$s - Style the widget using the Block Settings sidebar.', 'google-analytics-for-wordpress' ),
3265
 
3275
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:122
3276
  __( 'Display using a Shortcode', 'google-analytics-for-wordpress' ),
3277
 
3278
+ // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:90
3279
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:123
3280
  __( 'Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin.', 'google-analytics-for-wordpress' ),
3281
 
3282
+ // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:91
3283
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:124
3284
  __( 'Copy Shortcode', 'google-analytics-for-wordpress' ),
3285
 
3458
  __( 'Time to Interactive', 'google-analytics-for-wordpress' ),
3459
 
3460
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:52
 
3461
  __( '2021 Year in Review', 'google-analytics-for-wordpress' ),
3462
 
3463
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:49
3660
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEcommerce-Lite.vue:55
3661
  __( 'Works automatically with WooCommerce, MemberPress, and EasyDigitalDownloads.', 'google-analytics-for-wordpress' ),
3662
 
3663
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:165
3664
  __( 'Media Tracking', 'google-analytics-for-wordpress' ),
3665
 
3666
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:34
3667
+ __( 'Get Started', 'google-analytics-for-wordpress' ),
3668
+
3669
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:116
3670
+ __( 'Awesome! Tracking and Analytics are All Setup!', 'google-analytics-for-wordpress' ),
3671
+
3672
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:117
3673
+ __( 'MonsterInsights is connected to Google Analytics and data is being collected.', 'google-analytics-for-wordpress' ),
3674
+
3675
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:123
3676
+ __( 'Complete Setup without Upgrading', 'google-analytics-for-wordpress' ),
3677
+
3678
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:125
3679
+ __( 'Success', 'google-analytics-for-wordpress' ),
3680
+
3681
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:126
3682
+ __( 'Connected to Google Analytics', 'google-analytics-for-wordpress' ),
3683
+
3684
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:127
3685
+ __( 'Tracking Code Installed', 'google-analytics-for-wordpress' ),
3686
+
3687
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:128
3688
+ __( 'Data Being Collected', 'google-analytics-for-wordpress' ),
3689
+
3690
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:135
3691
+ /* Translators: Add link to retrieve license from account area. */
3692
+ __( 'Already purchased? Simply enter your license key below to connect with MonsterInsights PRO!', 'google-analytics-for-wordpress' ),
3693
+
3694
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:141
3695
+ __( 'Verify License Key', 'google-analytics-for-wordpress' ),
3696
+
3697
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:143
3698
+ __( 'Upgrade to Unlock These Features', 'google-analytics-for-wordpress' ),
3699
+
3700
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:144
3701
+ __( 'To unlock the selected features, please upgrade to Pro and enter your license key below.', 'google-analytics-for-wordpress' ),
3702
+
3703
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:145
3704
+ __( '%1$sBonus:%2$s Upgrade today and save %3$s50%% on a Pro License!%4$s (auto-applied at checkout)', 'google-analytics-for-wordpress' ),
3705
+
3706
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:197
3707
+ __( 'Verifying License...', 'google-analytics-for-wordpress' ),
3708
+
3709
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:110
3710
+ __( 'Privacy Compliance Addon', 'google-analytics-for-wordpress' ),
3711
+
3712
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:111
3713
+ __( 'Help Google Analytics become compliant with internet privacy laws like GDPR, PECR, and CCPA.', 'google-analytics-for-wordpress' ),
3714
+
3715
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:122
3716
+ __( 'Get access to advanced reports inside WordPress including search keywords report, real-time analytics dashboard, publishers / eCommerce report, custom dimensions, and more.', 'google-analytics-for-wordpress' ),
3717
+
3718
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:133
3719
+ __( '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-for-wordpress' ),
3720
+
3721
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:143
3722
+ __( '20+ Advanced Tracking', 'google-analytics-for-wordpress' ),
3723
+
3724
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:144
3725
+ __( 'Get access to advanced tracking features like form conversion tracking, author tracking, custom dimensions, scroll tracking, and more.', 'google-analytics-for-wordpress' ),
3726
+
3727
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:154
3728
+ __( 'Advanced Growth Tools', 'google-analytics-for-wordpress' ),
3729
+
3730
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:155
3731
+ __( 'Get access to advanced growth tools such as popular posts addon, A/B testing tool, smart URL builder, and more.', 'google-analytics-for-wordpress' ),
3732
+
3733
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:166
3734
+ __( 'Track how your users interact with videos on your website.', 'google-analytics-for-wordpress' ),
3735
+
3736
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:311
3737
+ __( 'Error Processing', 'google-analytics-for-wordpress' ),
3738
+
3739
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:312
3740
+ __( 'There was an error while processing some features. Please try again or you can skip this process for now', 'google-analytics-for-wordpress' ),
3741
+
3742
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:33
3743
+ __( 'Which website features would you like to enable?', 'google-analytics-for-wordpress' ),
3744
+
3745
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:34
3746
+ __( 'We’ve already selected our recommended features based on your site. ', 'google-analytics-for-wordpress' ),
3747
+
3748
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:37
3749
+ __( 'Continue', 'google-analytics-for-wordpress' ),
3750
+
3751
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:62
3752
+ __( 'Standard Analytics & Reports', 'google-analytics-for-wordpress' ),
3753
+
3754
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:63
3755
+ __( 'Get the reports and stats that matter right inside your WordPress Dashboard.', 'google-analytics-for-wordpress' ),
3756
+
3757
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:75
3758
+ __( 'Helps you see what links your users are clicking on your site.', 'google-analytics-for-wordpress' ),
3759
+
3760
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:86
3761
+ __( 'All In One SEO Toolkit', 'google-analytics-for-wordpress' ),
3762
+
3763
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:87
3764
+ __( 'The best WordPress SEO plugin that works with MonsterInsights to boost your rankings.', 'google-analytics-for-wordpress' ),
3765
+
3766
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:98
3767
+ __( 'Smart Form Builder by WPForms', 'google-analytics-for-wordpress' ),
3768
+
3769
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:99
3770
+ __( 'The most popular WordPress form plugin, trusted by over 5 million websites. Easily create contact forms, payment forms, surveys and more.', 'google-analytics-for-wordpress' )
3771
  );
3772
  /* 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}.monsterinsights-dark[data-v-54110c18]{display:block}.monsterinsights-reset-default[data-v-54110c18]{margin-left:5px}.monsterinsights-dark[data-v-7262cc05]{display:block}.monsterinsights-admin-page .monsterinsights-floating-bar{background:#338eef;color:#fff;font-size:16px;line-height:140%;padding:16px 32px 16px 58px;text-align:left;position:relative;margin:-20px -10px 20px}.monsterinsights-admin-page .monsterinsights-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){.monsterinsights-admin-page .monsterinsights-floating-bar{margin-top:-10px;padding-right:20px;padding-left:20px}}.monsterinsights-admin-page .monsterinsights-floating-bar a{text-decoration:underline;color:#fff}.monsterinsights-admin-page .monsterinsights-floating-bar a:focus,.monsterinsights-admin-page .monsterinsights-floating-bar a:hover{color:#fff;text-decoration:none}.monsterinsights-admin-page .monsterinsights-floating-bar .monsterinsights-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:-5px}.monsterinsights-admin-page .monsterinsights-slide-enter-active,.monsterinsights-admin-page .monsterinsights-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.monsterinsights-admin-page .monsterinsights-slide-enter-to,.monsterinsights-admin-page .monsterinsights-slide-leave{max-height:100px;overflow:hidden}.monsterinsights-admin-page .monsterinsights-slide-enter,.monsterinsights-admin-page .monsterinsights-slide-leave-to{overflow:hidden;max-height:0}.monsterinsights-container[data-v-102a61b0]:after{display:table;clear:both;content:""}.monsterinsights-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:#fff;z-index:1000;padding:5px 10px}.monsterinsights-quick-links.monsterinsights-quick-links-open,.monsterinsights-quick-links:focus,.monsterinsights-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-label{border-radius:50%;background:#fff;border:2px solid rgba(147,120,207,.21);position:absolute;left:2px;right:2px;top:2px;bottom:2px;padding:6px 6px 6px 8px;display:block;width:56px;height:56px;outline:none;cursor:pointer}.monsterinsights-quick-links-open .monsterinsights-quick-links-label .monsterinsights-quick-link-title{opacity:0;pointer-events:none}.monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;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}.monsterinsights-bg-img.monsterinsights-quick-links-mascot:after{background-image:url(data:image/png;base64,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)}.monsterinsights-quick-links-open .monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}.monsterinsights-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}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item{display:block;width:48px;height:48px;background:#509fe2;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}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item:hover{color:#fff;background:#50abee;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-quick-links-item-upgrade{background:#704cbc}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-quick-links-item-upgrade:hover{background:#509fe2}.monsterinsights-quick-link-title{position:absolute;right:100%;margin-right:10px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-12px;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,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) format("woff2"),url(data:font/woff;base64,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) 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.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.monsterinsights_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-check:before{content:"\f015"}.monstericon-warning-triangle:before{content:"\f020"}.monstericon-star:before{content:"\f025"}.monstericon-files:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand:before{content:"\f02d"}.monstericon-compress:before{content:"\f02f"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-download:before{content:"\0046"}@media (max-width:782px){.monsterinsights-notices-area{margin-left:10px;margin-right:10px}}.monsterinsights-notice{position:relative;color:#444}.monsterinsights-notice .monsterinsights-notice-inner{margin-top:25px;padding:20px;background:#fff;border-left:3px solid;line-height:1.5;font-size:14px}.monsterinsights-notice .monsterinsights-notice-inner .notice-title{color:#393f4c;font-weight:700;display:block;margin:0 0 6px;padding:0}@media (max-width:782px){.monsterinsights-notice .monsterinsights-notice-inner{padding:10px}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-notice-inner{border-left-color:#ea4e64}.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-inner{border-left-color:#f5c953}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-inner{border-left-color:#509fe2}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner{border:1px solid #509fe2;border-left-width:3px;color:#777}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner .monsterinsights-button{color:#fff;margin:15px 0 0}.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-inner{border-left-color:#5cc0a5}.monsterinsights-notice .notice-content{margin-right:20px}.monsterinsights-notice .notice-content a{color:#444}.monsterinsights-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#acbdc9;position:relative;float:right}.monsterinsights-notice .dismiss-notice:focus,.monsterinsights-notice .dismiss-notice:hover{color:#444}.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-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){.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button{margin-left:0}}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:10px;margin-left:0}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-button{margin-top:10px;margin-left:0;color:#fff}body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_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.monsterinsights_page .swal2-popup.swal2-toast{border-radius:0;padding:9px;border-left:3px solid #fff}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-success{border-left-color:#5cc0a5}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-info{border-left-color:#509fe2}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-error{border-left-color:#ea4e64}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-title{color:#393f4c;font-size:13px;font-weight:400}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{font-size:15px;width:10px;height:10px;line-height:10px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:14px;height:14px;min-width:14px;margin:0;border:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;left:0;color:#509fe2;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;left:0;color:#ea4e64;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;left:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:14px;height:14px;top:0;left:0;border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;left:0;color:#5cc0a5;line-height:1}body.swal2-toast-shown.monsterinsights_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}}.monsterinsights_page body.swal2-toast-shown .swal2-container,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.monsterinsights_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%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-left,.monsterinsights_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%)}.monsterinsights_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%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-end,.monsterinsights_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%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}.monsterinsights_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%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast{-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}.monsterinsights_page .swal2-popup.swal2-toast,.monsterinsights_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.monsterinsights_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}.monsterinsights_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.monsterinsights_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.monsterinsights_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)}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.monsterinsights_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%}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.monsterinsights_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.monsterinsights_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}.monsterinsights_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}}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.monsterinsights_page body.swal2-height-auto{height:auto!important}.monsterinsights_page body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:rgba(0,0,0,0)}.monsterinsights_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)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}.monsterinsights_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%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.monsterinsights_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%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.monsterinsights_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%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-top-left,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-top-end,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-center-left,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-center-end,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_page .swal2-container.swal2-bottom-left,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-bottom-end,.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.monsterinsights_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}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_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}.monsterinsights_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){.monsterinsights_page .swal2-container .swal2-modal{margin:0!important}}.monsterinsights_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.monsterinsights_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.monsterinsights_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}.monsterinsights_page .swal2-popup:focus{outline:0}.monsterinsights_page .swal2-popup.swal2-loading{overflow-y:hidden}.monsterinsights_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}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.monsterinsights_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))}.monsterinsights_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))}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.monsterinsights_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.monsterinsights_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.monsterinsights_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.monsterinsights_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)}.monsterinsights_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.monsterinsights_page .swal2-popup>.swal2-checkbox,.monsterinsights_page .swal2-popup>.swal2-file,.monsterinsights_page .swal2-popup>.swal2-input,.monsterinsights_page .swal2-popup>.swal2-radio,.monsterinsights_page .swal2-popup>.swal2-select,.monsterinsights_page .swal2-popup>.swal2-textarea{display:none}.monsterinsights_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}.monsterinsights_page .swal2-popup #swal2-content{text-align:center}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_page .swal2-popup .swal2-radio,.monsterinsights_page .swal2-popup .swal2-select,.monsterinsights_page .swal2-popup .swal2-textarea{margin:1em auto}.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-file.swal2-inputerror,.monsterinsights_page .swal2-popup .swal2-input.swal2-inputerror,.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-file:focus,.monsterinsights_page .swal2-popup .swal2-input:focus,.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-file::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::placeholder,.monsterinsights_page .swal2-popup .swal2-input::placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-range input{width:80%}.monsterinsights_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.monsterinsights_page .swal2-popup .swal2-range input,.monsterinsights_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.monsterinsights_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.monsterinsights_page .swal2-popup .swal2-input[type=number]{max-width:10em}.monsterinsights_page .swal2-popup .swal2-file{font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.monsterinsights_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-checkbox label,.monsterinsights_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox input,.monsterinsights_page .swal2-popup .swal2-radio input{margin:0 .4em}.monsterinsights_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}.monsterinsights_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){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@-moz-document url-prefix(){.monsterinsights_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.monsterinsights_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}.monsterinsights_page .swal2-icon-text{font-size:3.75em}.monsterinsights_page .swal2-icon.swal2-error{border-color:#f27474}.monsterinsights_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.monsterinsights_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}.monsterinsights_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)}.monsterinsights_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)}.monsterinsights_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.monsterinsights_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.monsterinsights_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.monsterinsights_page .swal2-icon.swal2-success{border-color:#a5dc86}.monsterinsights_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%}.monsterinsights_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}.monsterinsights_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}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.monsterinsights_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)}.monsterinsights_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)}.monsterinsights_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.monsterinsights_page .swal2-progresssteps li{display:inline-block;position:relative}.monsterinsights_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}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.monsterinsights_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.monsterinsights_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.monsterinsights_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.monsterinsights_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.monsterinsights_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-rtl .swal2-close{right:auto;left:0}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.monsterinsights_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}.monsterinsights_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.monsterinsights_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{.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.monsterinsights-notifications-display{background:#fff;border-left:3px solid #509fe2;padding:20px;border-radius:3px 0 0 3px;margin-bottom:50px;position:relative}.monsterinsights-settings-content .monsterinsights-notifications-display{margin-top:20px;margin-bottom:20px}.monsterinsights-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.monsterinsights-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.monsterinsights-notifications-display .monsterinsights-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-notifications-display .monsterinsights-notification .monsterinsights-notifications-indicator{padding-top:10px}.monsterinsights-notifications-display .monsterinsights-notification .monsterinsights-notifications-indicator a{position:relative}.monsterinsights-notifications-display .monsterinsights-notification-inner{margin-left:25px}.monsterinsights-notifications-display .monsterinsights-button{margin-right:15px}.monsterinsights-notifications-display .monsterinsights-notification-navigation{position:absolute;right:0;top:100%}.monsterinsights-notifications-display .monsterinsights-notification-navigation button{background:#fff;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.monsterinsights-notifications-display .monsterinsights-notification-navigation button:focus,.monsterinsights-notifications-display .monsterinsights-notification-navigation button:hover{color:#509fe2}.monsterinsights-notifications-display .monsterinsights-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);font-size:10px}.monsterinsights-notifications-display .monsterinsights-notification-navigation button.monsterinsights-notification-previous{margin-right:2px}.monsterinsights-notifications-display .monsterinsights-notification-navigation button.monsterinsights-notification-previous .monstericon-arrow{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.monsterinsights-notifications-display .monsterinsights-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;right:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.monsterinsights-notifications-display .monsterinsights-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}.monsterinsights-report .monsterinsights-notifications-display .monsterinsights-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}.monsterinsights-admin-page.monsterinsights-path-about-us .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-addons .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-tools-import-export .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-tools-url-builder .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-reports-page .monsterinsights-notificationsv3-container{margin-right:0}.monsterinsights-admin-page .monsterinsights-notificationsv3-container{display:inline-block;margin-right:20px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number{position:absolute;top:-11px;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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number.number-greater-than-10{right:-13px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number.number-less-than-10{right:-10px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button{position:absolute;top:21px;right:15px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:-2px;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button{display:inline-block}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-notificationsv3-inbox-number{cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-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){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-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)}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar.monsterinsights-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title{width:50%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title svg{margin-right:10px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions{width:50%;text-align:right}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button{display:inline-block}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:hover{color:#efe5e5}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:focus{outline:none}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close{margin-left:12px;vertical-align:bottom}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:active svg path,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:focus svg path,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count{width:50%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count .monsterinsights-notificationsv3-dismissed-number{margin-right:8px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:right}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications{margin-bottom:46px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon{width:54px;float:left;text-align:center;padding-top:24px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon{float:none;margin:0 auto}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details{float:left;width:354px;padding-top:20px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details{width:260px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-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){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title h5{width:65%}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:right}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:hover{background:#d3d7de}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:hover{color:#a9b1c3}.monsterinsights-tooltip{display:block!important;z-index:10000;max-width:350px}.monsterinsights-tooltip .monsterinsights-tooltip-inner{background:#5f6197;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-tooltip .monsterinsights-tooltip-inner a{color:#fff;font-weight:700}.monsterinsights-tooltip .monsterinsights-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#5f6197;z-index:1}.monsterinsights-tooltip[x-placement^=top]{padding-bottom:5px}.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow{border-width:5px 5px 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% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=bottom]{padding-top:5px}.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow{border-width:0 5px 5px;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% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-left:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 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% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip[x-placement^=left]{padding-right:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;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% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip.popover .popover-inner{background:#fff;color:#5f6197;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)}.monsterinsights-tooltip.popover .popover-arrow{border-color:#fff}.monsterinsights-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.monsterinsights-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.monsterinsights-conditional-logic-container button:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-header{margin-bottom:30px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-header .monsterinsights-conditional-rule-sets-number{float:right}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator{text-align:center;font-weight:700;display:block;margin:0 auto 20px;position:relative}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:after,.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:before{content:"";position:absolute;top:45%;width:45%;height:2px;background:#d6e2ed;margin-top:-1px}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:before{left:0}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:after{right:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column{width:100%;margin-right:18px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field{text-transform:capitalize;width:100%;height:38px;min-height:38px;line-height:38px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field.text-input{padding:0 8px;border-color:#ddd;text-transform:none;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;height:38px;margin-top:0;line-height:38px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field input[type=text]{padding-top:5px;padding-bottom:5px;height:inherit}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field.multiselect--active .multiselect__tags .multiselect__spinner{z-index:1}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags{padding:0;height:38px;min-height:38px;border-color:#ddd;margin-top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags input[type=text]{border:0;height:36px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__single{margin-bottom:0;padding:0 8px;line-height:36px;font-size:14px;white-space:pre}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__placeholder{display:block;margin-bottom:0;line-height:36px;padding:0 8px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__spinner{width:35px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .add-new-condition{padding:6px 12px;margin:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .add-new-condition:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition{border:0;padding:0;margin:0;background:rgba(0,0,0,0)}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition .monstericon-times-circle{color:#dc3232;cursor:pointer;padding:0;margin:0 15px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition .monstericon-times-circle:focus{outline:0}.monsterinsights-upload-media-wrapper .monsterinsights-dark{display:block}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media-label{margin-bottom:0}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-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}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay .monsterinsights-remove-uploaded-media{color:#fff;text-decoration:underline;margin-left:auto;cursor:pointer;padding:0 10px 10px 0}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay .monsterinsights-remove-uploaded-media:hover{text-decoration:none}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media:hover .monsterinsights-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media img{max-width:100%;display:inline-block}.monsterinsights-upload-media-wrapper .monsterinsights-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}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-input{width:73%;margin-right:2%;float:left;position:relative}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button{width:25%;float:left;font-size:15px}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:active,.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:focus,.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:hover{outline:none}.monsterinsights-email-summaries-settings a{color:#509fe2!important}.monsterinsights-email-summaries-settings a:focus,.monsterinsights-email-summaries-settings a:hover{color:#393f4c!important}.monsterinsights-email-summaries-settings .monsterinsights-dark{display:block}.monsterinsights-email-summaries-settings .inline-field .monsterinsights-button:first-child{margin-left:0}.monsterinsights-email-summaries-settings .monsterinsights-settings-input-repeater{margin-bottom:18px}.monsterinsights-email-summaries-settings .monsterinsights-button.monsterinsights-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}.monsterinsights-accordion .monsterinsights-accordion{padding:0;border:1px solid #e0e0e0}.monsterinsights-accordion .monsterinsights-accordion div:not(:last-child){border-bottom:1px solid rgba(10,10,10,.1)}.monsterinsights-accordion .monsterinsights-accordion div:last-child .monsterinsights-accordion-item-details{border-radius:5px}.monsterinsights-accordion .monsterinsights-accordion dd{margin-left:0;margin-bottom:0}.monsterinsights-accordion .monsterinsights-accordion-item-trigger{cursor:pointer;outline:none}.monsterinsights-accordion .monsterinsights-accordion-item-details-inner,.monsterinsights-accordion .monsterinsights-accordion-item-trigger{padding:0 20px 30px}.monsterinsights-accordion .monsterinsights-accordion-item.is-active .monsterinsights-accordion-item-title{border-bottom:1px solid #e0e0e0}.monsterinsights-accordion .monsterinsights-accordion-item-title{position:relative;background-color:#fff;cursor:pointer}.monsterinsights-accordion .monsterinsights-accordion-item-title h4.monsterinsights-accordion-item-title-text{font-size:20px;margin-bottom:0;padding-right:1.25rem}.monsterinsights-accordion .monsterinsights-accordion-item-title h4.monsterinsights-accordion-item-title-text .title{padding-left:15px}.monsterinsights-accordion .monsterinsights-accordion-item-trigger{width:100%;text-align:left;background-color:rgba(0,0,0,0);border:none}.monsterinsights-accordion .monsterinsights-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}.monsterinsights-accordion .monsterinsights-accordion-item-trigger-icon.is-active{-webkit-transform:translateY(2px) rotate(225deg);-ms-transform:translateY(2px) rotate(225deg);transform:translateY(2px) rotate(225deg)}.monsterinsights-accordion .monsterinsights-accordion-item-details{overflow:hidden;background-color:#fff;padding-top:15px}.monsterinsights-accordion .monsterinsights-accordion-item-details p,.monsterinsights-accordion .monsterinsights-accordion-item-details ul{font-size:1.2em;line-height:1.8}.monsterinsights-accordion .monsterinsights-accordion-item-enter-active,.monsterinsights-accordion .monsterinsights-accordion-item-leave-active{will-change:height;-webkit-transition:height .2s ease;transition:height .2s ease}.monsterinsights-accordion .monsterinsights-accordion-item-enter,.monsterinsights-accordion .monsterinsights-accordion-item-leave-to{height:0!important}body{background:#f3f6ff;margin:0}.monsterinsights-admin-page,.monsterinsights-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}.monsterinsights-highlighted-text{color:#64bfa5;font-weight:700}.monsterinsights-bold{font-weight:700}.monsterinsights-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-header{padding:20px 10px;background-color:#f9fbff;min-height:85px}.monsterinsights-settings-panel-network>.monsterinsights-header{background-color:rgba(0,0,0,0)}.monsterinsights-logo-area{float:left;max-width:calc(100vw - 170px)}.monsterinsights-logo-area img{display:block;max-width:100%}@media (max-width:782px){.monsterinsights-logo-area{text-align:center;margin:0 auto;float:none}.monsterinsights-logo-area img{display:inline-block;max-height:35px}}@media (max-width:782px){.monsterinsights-header .monsterinsights-container,.monsterinsights-navigation-bar .monsterinsights-container{padding:0;width:100%}}.monsterinsights-navigation-bar{width:100%;background:#fff;border-top:1px solid #d5e2ed;border-bottom:1px solid #d5e2ed;padding:0 10px}@media (max-width:782px){.monsterinsights-navigation-bar{padding:0;border:0}}@media (max-width:750px){.monsterinsights-navigation-bar{background:none}}.monsterinsights-admin-page{position:relative}.monsterinsights-admin-page .monsterinsights-blocked{position:absolute;top:0;bottom:0;right:0;left:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-header{padding-bottom:5px}.monsterinsights-admin-page .monsterinsights-header .monsterinsights-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}#wpfooter{position:relative}#wpfooter:before{left:20px;right:20px;height:1px;background:#d6e2ed;content:"";position:absolute;top:-12px}.monsterinsights-container{margin:0 auto;max-width:100%;width:750px}.monsterinsights-admin-page .monsterinsights-navigation-tab-link{text-decoration:none;padding:17px 0 15px;border-bottom:2px solid #fff;font-size:14px;color:#393f4c;display:inline-block;margin-right:25px;line-height:1;outline:none;font-family:Lato,sans-serif}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:hover{color:#509fe2;border-bottom-color:#509fe2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{font-weight:700}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#393f4c;cursor:default}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.year-in-review{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJKSURBVHgBjdJbSFMBHMfx/7lMT7qdk5s7IsvWdIqZ6UFNJC+Yl4EGQUkYItHN8NZl7KESohUUVKCst8QoYkTFlLzlhWHZispSK7NWyjbdZmPJ5tbuLk9ZBD0U+H35v3xe/vADAEDgr15nZ3PgPymLi3E0o9F4XJim5P7GtfEpvIJHNYrJE6UXDXF/4MdKec3qrU2pakNS6+YuhULhQL98z3tvR26C58OKgY7aVJjWd/bUT8OuwtGsvSXJuICKQPEyLJZpTvjutI4UURqgiNm7NqE+I1EvXNDu60rShr2mM5K8etOK22H2OrCsCXUbGnD0PgD8a2B0uvKKTySBzVJqC8IsHR3cVhHNCgia3F2N0wKxnuUR4wiCsL8eLj8wxuyM0Q3l5nTTfDwIQhcNVL4HXK6Aqq9Dfu/2xpJoHhmViaEIiTyT1dMzQl0yKjqoI9e5kbStQ0ByMfBhcaCeqQO3n5i1hxgVB/NP8jiRDtzjXIoUb6fPR0h6EONwA9gIHsQXDQNfhMMR8j5Q9nHpp88uN8rEmJjSt1bMshDrSywoa0mNnxKI06fAZZEBTuwCPrMIaMQiPNEavvnZ5fl0WaqnKUnEYK3XhIVBc4GCR6yHDdIvkFw+BwSXghc3xOGBnonOEVdmg+Ly41uNEg7fGeKb8ahIulqSpwH7Ozl4pTtg2aOBN7rWO2NW69UuatrC4qFsJbSjKE5wM5sGX0H7oZu2+f7DbNBSFXqqOj3QnK7M+dcsjOc6Tz6sOEbCy+v7W56runvVF8rzYQ39AJVT15Tcu/1IAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:0 50%;padding-left:18px;font-weight:700}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-navigation-tab-link{width:100%;text-align:center;padding:10px;color:#509fe2;font-size:16px;background:#fff;border:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{display:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus{color:#393f4c;text-decoration:underline}}.monsterinsights-admin-page .monsterinsights-button{background:#509fe2;border:solid #2e7fbe;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}.monsterinsights-admin-page .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary{background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray{background:#8ea4b4;border-color:#738ea1;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray:hover{background-color:#596771;border-color:#738ea1}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray.monsterinsights-button-disabled{pointer-events:none}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text{background:rgba(0,0,0,0);border:none;color:#509fe2;padding:0;border-radius:0;text-decoration:underline}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-red{background:#ea4e64;border-color:#d21933;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-small{font-size:13px;line-height:20px;padding:5px 10px}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-left:-18px}}.monsterinsights-mobile-nav-trigger{color:#393f4c;font-size:16px;font-weight:500;width:100%;display:block;border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#fff;padding:15px 10px;line-height:1;margin:0}@media (min-width:783px){.monsterinsights-mobile-nav-trigger{display:none}}.monsterinsights-mobile-nav-trigger i{color:#acbdc9;margin-left:10px;vertical-align:middle}@media (max-width:782px){.monsterinsights-main-navigation{background:#fff;height:0;overflow:hidden}.monsterinsights-main-navigation.monsterinsights-main-navigation-open{padding:10px 0;height:auto;border-bottom:1px solid #d6e2ed}}@media (min-width:782px){.wp-admin .monsterinsights-swal{margin-left:160px}.auto-fold .wp-admin .monsterinsights-swal{margin-left:36px}}@media (min-width:961px){.auto-fold .wp-admin .monsterinsights-swal{margin-left:160px}.folded .wp-admin .monsterinsights-swal{margin-left:36px}}.monsterinsights-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}.monsterinsights-modal .monsterinsights-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.monsterinsights-modal .monsterinsights-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.monsterinsights-modal .monsterinsights-modal-inner p{margin-bottom:0}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-modal-buttons{margin-top:50px}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-button{margin:0 10px}.monsterinsights-welcome-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(0,0,0,.5)}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%}.monsterinsights-welcome-overlay .monsterinsights-overlay-close{background:none;border:none;position:absolute;top:5px;right:7px;padding:0;color:#777}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content{height:100%}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content iframe{height:100%;width:100%}.monsterinsights-float-right{float:right}.monsterinsights-loading-spinner-inline{text-align:center;margin:25px}.monsterinsights-loading-spinner-inline .monsterinsights-loading-spinner-inline-loader-holder{display:inline-block}.monsterinsights-semrush-cta{background:#fff;border-left:3px solid #338eef;padding:20px 26px;border-radius:3px 0 0 3px;position:relative}.monsterinsights-semrush-cta br{display:none}.monsterinsights-semrush-cta .monsterinsights-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}.monsterinsights-semrush-cta .monsterinsights-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.monsterinsights-semrush-cta .monsterinsights-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.monsterinsights-semrush-cta .monsterinsights-button{background:#338eef;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.monsterinsights-semrush-cta .monsterinsights-button:active,.monsterinsights-semrush-cta .monsterinsights-button:focus,.monsterinsights-semrush-cta .monsterinsights-button:hover{background:#3088e6;outline:none}.monsterinsights-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}.monsterinsights-dark[data-v-54110c18]{display:block}.monsterinsights-reset-default[data-v-54110c18]{margin-left:5px}.monsterinsights-dark[data-v-7262cc05]{display:block}.monsterinsights-admin-page .monsterinsights-floating-bar{background:#338eef;color:#fff;font-size:16px;line-height:140%;padding:16px 32px 16px 58px;text-align:left;position:relative;margin:-20px -10px 20px}.monsterinsights-admin-page .monsterinsights-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){.monsterinsights-admin-page .monsterinsights-floating-bar{margin-top:-10px;padding-right:20px;padding-left:20px}}.monsterinsights-admin-page .monsterinsights-floating-bar a{text-decoration:underline;color:#fff}.monsterinsights-admin-page .monsterinsights-floating-bar a:focus,.monsterinsights-admin-page .monsterinsights-floating-bar a:hover{color:#fff;text-decoration:none}.monsterinsights-admin-page .monsterinsights-floating-bar .monsterinsights-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:-5px}.monsterinsights-admin-page .monsterinsights-slide-enter-active,.monsterinsights-admin-page .monsterinsights-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.monsterinsights-admin-page .monsterinsights-slide-enter-to,.monsterinsights-admin-page .monsterinsights-slide-leave{max-height:100px;overflow:hidden}.monsterinsights-admin-page .monsterinsights-slide-enter,.monsterinsights-admin-page .monsterinsights-slide-leave-to{overflow:hidden;max-height:0}.monsterinsights-container[data-v-53c28ec2]:after{display:table;clear:both;content:""}.monsterinsights-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:#fff;z-index:1000;padding:5px 10px}.monsterinsights-quick-links.monsterinsights-quick-links-open,.monsterinsights-quick-links:focus,.monsterinsights-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-label{border-radius:50%;background:#fff;border:2px solid rgba(147,120,207,.21);position:absolute;left:2px;right:2px;top:2px;bottom:2px;padding:6px 6px 6px 8px;display:block;width:56px;height:56px;outline:none;cursor:pointer}.monsterinsights-quick-links-open .monsterinsights-quick-links-label .monsterinsights-quick-link-title{opacity:0;pointer-events:none}.monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;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}.monsterinsights-bg-img.monsterinsights-quick-links-mascot:after{background-image:url(data:image/png;base64,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)}.monsterinsights-quick-links-open .monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}.monsterinsights-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}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item{display:block;width:48px;height:48px;background:#509fe2;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}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item:hover{color:#fff;background:#50abee;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-quick-links-item-upgrade{background:#704cbc}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-quick-links-item-upgrade:hover{background:#509fe2}.monsterinsights-quick-link-title{position:absolute;right:100%;margin-right:10px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-12px;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,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) 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.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.monsterinsights_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-check:before{content:"\f015"}.monstericon-warning-triangle:before{content:"\f020"}.monstericon-star:before{content:"\f025"}.monstericon-files:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand:before{content:"\f02d"}.monstericon-compress:before{content:"\f02f"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-download:before{content:"\0046"}@media (max-width:782px){.monsterinsights-notices-area{margin-left:10px;margin-right:10px}}.monsterinsights-notice{position:relative;color:#444}.monsterinsights-notice .monsterinsights-notice-inner{margin-top:25px;padding:20px;background:#fff;border-left:3px solid;line-height:1.5;font-size:14px}.monsterinsights-notice .monsterinsights-notice-inner .notice-title{color:#393f4c;font-weight:700;display:block;margin:0 0 6px;padding:0}@media (max-width:782px){.monsterinsights-notice .monsterinsights-notice-inner{padding:10px}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-notice-inner{border-left-color:#ea4e64}.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-inner{border-left-color:#f5c953}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-inner{border-left-color:#509fe2}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner{border:1px solid #509fe2;border-left-width:3px;color:#777}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner .monsterinsights-button{color:#fff;margin:15px 0 0}.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-inner{border-left-color:#5cc0a5}.monsterinsights-notice .notice-content{margin-right:20px}.monsterinsights-notice .notice-content a{color:#444}.monsterinsights-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#acbdc9;position:relative;float:right}.monsterinsights-notice .dismiss-notice:focus,.monsterinsights-notice .dismiss-notice:hover{color:#444}.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-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){.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button{margin-left:0}}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:10px;margin-left:0}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-button{margin-top:10px;margin-left:0;color:#fff}body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_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.monsterinsights_page .swal2-popup.swal2-toast{border-radius:0;padding:9px;border-left:3px solid #fff}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-success{border-left-color:#5cc0a5}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-info{border-left-color:#509fe2}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-error{border-left-color:#ea4e64}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-title{color:#393f4c;font-size:13px;font-weight:400}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{font-size:15px;width:10px;height:10px;line-height:10px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:14px;height:14px;min-width:14px;margin:0;border:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;left:0;color:#509fe2;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;left:0;color:#ea4e64;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;left:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:14px;height:14px;top:0;left:0;border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;left:0;color:#5cc0a5;line-height:1}body.swal2-toast-shown.monsterinsights_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}}.monsterinsights_page body.swal2-toast-shown .swal2-container,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.monsterinsights_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%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-left,.monsterinsights_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%)}.monsterinsights_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%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-end,.monsterinsights_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%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}.monsterinsights_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%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast{-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}.monsterinsights_page .swal2-popup.swal2-toast,.monsterinsights_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.monsterinsights_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}.monsterinsights_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.monsterinsights_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.monsterinsights_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)}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.monsterinsights_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%}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.monsterinsights_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.monsterinsights_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}.monsterinsights_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}}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.monsterinsights_page body.swal2-height-auto{height:auto!important}.monsterinsights_page body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:rgba(0,0,0,0)}.monsterinsights_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)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}.monsterinsights_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%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.monsterinsights_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%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.monsterinsights_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%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-top-left,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-top-end,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-center-left,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-center-end,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_page .swal2-container.swal2-bottom-left,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-bottom-end,.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.monsterinsights_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}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_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}.monsterinsights_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){.monsterinsights_page .swal2-container .swal2-modal{margin:0!important}}.monsterinsights_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.monsterinsights_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.monsterinsights_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}.monsterinsights_page .swal2-popup:focus{outline:0}.monsterinsights_page .swal2-popup.swal2-loading{overflow-y:hidden}.monsterinsights_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}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.monsterinsights_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))}.monsterinsights_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))}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.monsterinsights_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.monsterinsights_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.monsterinsights_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.monsterinsights_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)}.monsterinsights_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.monsterinsights_page .swal2-popup>.swal2-checkbox,.monsterinsights_page .swal2-popup>.swal2-file,.monsterinsights_page .swal2-popup>.swal2-input,.monsterinsights_page .swal2-popup>.swal2-radio,.monsterinsights_page .swal2-popup>.swal2-select,.monsterinsights_page .swal2-popup>.swal2-textarea{display:none}.monsterinsights_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}.monsterinsights_page .swal2-popup #swal2-content{text-align:center}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_page .swal2-popup .swal2-radio,.monsterinsights_page .swal2-popup .swal2-select,.monsterinsights_page .swal2-popup .swal2-textarea{margin:1em auto}.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-file.swal2-inputerror,.monsterinsights_page .swal2-popup .swal2-input.swal2-inputerror,.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-file:focus,.monsterinsights_page .swal2-popup .swal2-input:focus,.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-file::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::placeholder,.monsterinsights_page .swal2-popup .swal2-input::placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-range input{width:80%}.monsterinsights_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.monsterinsights_page .swal2-popup .swal2-range input,.monsterinsights_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.monsterinsights_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.monsterinsights_page .swal2-popup .swal2-input[type=number]{max-width:10em}.monsterinsights_page .swal2-popup .swal2-file{font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.monsterinsights_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-checkbox label,.monsterinsights_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox input,.monsterinsights_page .swal2-popup .swal2-radio input{margin:0 .4em}.monsterinsights_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}.monsterinsights_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){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@-moz-document url-prefix(){.monsterinsights_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.monsterinsights_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}.monsterinsights_page .swal2-icon-text{font-size:3.75em}.monsterinsights_page .swal2-icon.swal2-error{border-color:#f27474}.monsterinsights_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.monsterinsights_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}.monsterinsights_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)}.monsterinsights_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)}.monsterinsights_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.monsterinsights_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.monsterinsights_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.monsterinsights_page .swal2-icon.swal2-success{border-color:#a5dc86}.monsterinsights_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%}.monsterinsights_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}.monsterinsights_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}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.monsterinsights_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)}.monsterinsights_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)}.monsterinsights_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.monsterinsights_page .swal2-progresssteps li{display:inline-block;position:relative}.monsterinsights_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}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.monsterinsights_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.monsterinsights_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.monsterinsights_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.monsterinsights_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.monsterinsights_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-rtl .swal2-close{right:auto;left:0}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.monsterinsights_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}.monsterinsights_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.monsterinsights_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{.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.monsterinsights-notifications-display{background:#fff;border-left:3px solid #509fe2;padding:20px;border-radius:3px 0 0 3px;margin-bottom:50px;position:relative}.monsterinsights-settings-content .monsterinsights-notifications-display{margin-top:20px;margin-bottom:20px}.monsterinsights-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.monsterinsights-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.monsterinsights-notifications-display .monsterinsights-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-notifications-display .monsterinsights-notification .monsterinsights-notifications-indicator{padding-top:10px}.monsterinsights-notifications-display .monsterinsights-notification .monsterinsights-notifications-indicator a{position:relative}.monsterinsights-notifications-display .monsterinsights-notification-inner{margin-left:25px}.monsterinsights-notifications-display .monsterinsights-button{margin-right:15px}.monsterinsights-notifications-display .monsterinsights-notification-navigation{position:absolute;right:0;top:100%}.monsterinsights-notifications-display .monsterinsights-notification-navigation button{background:#fff;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.monsterinsights-notifications-display .monsterinsights-notification-navigation button:focus,.monsterinsights-notifications-display .monsterinsights-notification-navigation button:hover{color:#509fe2}.monsterinsights-notifications-display .monsterinsights-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);font-size:10px}.monsterinsights-notifications-display .monsterinsights-notification-navigation button.monsterinsights-notification-previous{margin-right:2px}.monsterinsights-notifications-display .monsterinsights-notification-navigation button.monsterinsights-notification-previous .monstericon-arrow{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.monsterinsights-notifications-display .monsterinsights-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;right:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.monsterinsights-notifications-display .monsterinsights-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}.monsterinsights-report .monsterinsights-notifications-display .monsterinsights-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}.monsterinsights-admin-page.monsterinsights-path-about-us .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-addons .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-tools-import-export .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-tools-url-builder .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-reports-page .monsterinsights-notificationsv3-container{margin-right:0}.monsterinsights-admin-page .monsterinsights-notificationsv3-container{display:inline-block;margin-right:20px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number{position:absolute;top:-11px;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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number.number-greater-than-10{right:-13px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number.number-less-than-10{right:-10px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button{position:absolute;top:21px;right:15px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:-2px;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button{display:inline-block}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-notificationsv3-inbox-number{cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-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){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-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)}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar.monsterinsights-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title{width:50%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title svg{margin-right:10px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions{width:50%;text-align:right}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button{display:inline-block}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:hover{color:#efe5e5}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:focus{outline:none}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close{margin-left:12px;vertical-align:bottom}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:active svg path,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:focus svg path,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count{width:50%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count .monsterinsights-notificationsv3-dismissed-number{margin-right:8px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:right}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications{margin-bottom:46px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon{width:54px;float:left;text-align:center;padding-top:24px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon{float:none;margin:0 auto}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details{float:left;width:354px;padding-top:20px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details{width:260px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-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){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title h5{width:65%}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:right}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:hover{background:#d3d7de}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:hover{color:#a9b1c3}.monsterinsights-tooltip{display:block!important;z-index:10000;max-width:350px}.monsterinsights-tooltip .monsterinsights-tooltip-inner{background:#5f6197;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-tooltip .monsterinsights-tooltip-inner a{color:#fff;font-weight:700}.monsterinsights-tooltip .monsterinsights-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#5f6197;z-index:1}.monsterinsights-tooltip[x-placement^=top]{padding-bottom:5px}.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow{border-width:5px 5px 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% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=bottom]{padding-top:5px}.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow{border-width:0 5px 5px;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% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-left:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 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% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip[x-placement^=left]{padding-right:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;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% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip.popover .popover-inner{background:#fff;color:#5f6197;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)}.monsterinsights-tooltip.popover .popover-arrow{border-color:#fff}.monsterinsights-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.monsterinsights-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.monsterinsights-conditional-logic-container button:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-header{margin-bottom:30px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-header .monsterinsights-conditional-rule-sets-number{float:right}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator{text-align:center;font-weight:700;display:block;margin:0 auto 20px;position:relative}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:after,.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:before{content:"";position:absolute;top:45%;width:45%;height:2px;background:#d6e2ed;margin-top:-1px}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:before{left:0}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:after{right:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column{width:100%;margin-right:18px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field{text-transform:capitalize;width:100%;height:38px;min-height:38px;line-height:38px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field.text-input{padding:0 8px;border-color:#ddd;text-transform:none;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;height:38px;margin-top:0;line-height:38px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field input[type=text]{padding-top:5px;padding-bottom:5px;height:inherit}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field.multiselect--active .multiselect__tags .multiselect__spinner{z-index:1}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags{padding:0;height:38px;min-height:38px;border-color:#ddd;margin-top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags input[type=text]{border:0;height:36px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__single{margin-bottom:0;padding:0 8px;line-height:36px;font-size:14px;white-space:pre}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__placeholder{display:block;margin-bottom:0;line-height:36px;padding:0 8px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__spinner{width:35px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .add-new-condition{padding:6px 12px;margin:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .add-new-condition:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition{border:0;padding:0;margin:0;background:rgba(0,0,0,0)}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition .monstericon-times-circle{color:#dc3232;cursor:pointer;padding:0;margin:0 15px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition .monstericon-times-circle:focus{outline:0}.monsterinsights-upload-media-wrapper .monsterinsights-dark{display:block}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media-label{margin-bottom:0}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-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}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay .monsterinsights-remove-uploaded-media{color:#fff;text-decoration:underline;margin-left:auto;cursor:pointer;padding:0 10px 10px 0}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay .monsterinsights-remove-uploaded-media:hover{text-decoration:none}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media:hover .monsterinsights-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media img{max-width:100%;display:inline-block}.monsterinsights-upload-media-wrapper .monsterinsights-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}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-input{width:73%;margin-right:2%;float:left;position:relative}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button{width:25%;float:left;font-size:15px}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:active,.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:focus,.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:hover{outline:none}.monsterinsights-email-summaries-settings a{color:#509fe2!important}.monsterinsights-email-summaries-settings a:focus,.monsterinsights-email-summaries-settings a:hover{color:#393f4c!important}.monsterinsights-email-summaries-settings .monsterinsights-dark{display:block}.monsterinsights-email-summaries-settings .inline-field .monsterinsights-button:first-child{margin-left:0}.monsterinsights-email-summaries-settings .monsterinsights-settings-input-repeater{margin-bottom:18px}.monsterinsights-email-summaries-settings .monsterinsights-button.monsterinsights-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}.monsterinsights-accordion .monsterinsights-accordion{padding:0;border:1px solid #e0e0e0}.monsterinsights-accordion .monsterinsights-accordion div:not(:last-child){border-bottom:1px solid rgba(10,10,10,.1)}.monsterinsights-accordion .monsterinsights-accordion div:last-child .monsterinsights-accordion-item-details{border-radius:5px}.monsterinsights-accordion .monsterinsights-accordion dd{margin-left:0;margin-bottom:0}.monsterinsights-accordion .monsterinsights-accordion-item-trigger{cursor:pointer;outline:none}.monsterinsights-accordion .monsterinsights-accordion-item-details-inner,.monsterinsights-accordion .monsterinsights-accordion-item-trigger{padding:0 20px 30px}.monsterinsights-accordion .monsterinsights-accordion-item.is-active .monsterinsights-accordion-item-title{border-bottom:1px solid #e0e0e0}.monsterinsights-accordion .monsterinsights-accordion-item-title{position:relative;background-color:#fff;cursor:pointer}.monsterinsights-accordion .monsterinsights-accordion-item-title h4.monsterinsights-accordion-item-title-text{font-size:20px;margin-bottom:0;padding-right:1.25rem}.monsterinsights-accordion .monsterinsights-accordion-item-title h4.monsterinsights-accordion-item-title-text .title{padding-left:15px}.monsterinsights-accordion .monsterinsights-accordion-item-trigger{width:100%;text-align:left;background-color:rgba(0,0,0,0);border:none}.monsterinsights-accordion .monsterinsights-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}.monsterinsights-accordion .monsterinsights-accordion-item-trigger-icon.is-active{-webkit-transform:translateY(2px) rotate(225deg);-ms-transform:translateY(2px) rotate(225deg);transform:translateY(2px) rotate(225deg)}.monsterinsights-accordion .monsterinsights-accordion-item-details{overflow:hidden;background-color:#fff;padding-top:15px}.monsterinsights-accordion .monsterinsights-accordion-item-details p,.monsterinsights-accordion .monsterinsights-accordion-item-details ul{font-size:1.2em;line-height:1.8}.monsterinsights-accordion .monsterinsights-accordion-item-enter-active,.monsterinsights-accordion .monsterinsights-accordion-item-leave-active{will-change:height;-webkit-transition:height .2s ease;transition:height .2s ease}.monsterinsights-accordion .monsterinsights-accordion-item-enter,.monsterinsights-accordion .monsterinsights-accordion-item-leave-to{height:0!important}body{background:#f3f6ff;margin:0}.monsterinsights-admin-page,.monsterinsights-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}.monsterinsights-highlighted-text{color:#64bfa5;font-weight:700}.monsterinsights-bold{font-weight:700}.monsterinsights-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-header{padding:20px 10px;background-color:#f9fbff;min-height:85px}.monsterinsights-settings-panel-network>.monsterinsights-header{background-color:rgba(0,0,0,0)}.monsterinsights-logo-area{float:left;max-width:calc(100vw - 170px)}.monsterinsights-logo-area img{display:block;max-width:100%}@media (max-width:782px){.monsterinsights-logo-area{text-align:center;margin:0 auto;float:none}.monsterinsights-logo-area img{display:inline-block;max-height:35px}}@media (max-width:782px){.monsterinsights-header .monsterinsights-container,.monsterinsights-navigation-bar .monsterinsights-container{padding:0;width:100%}}.monsterinsights-navigation-bar{width:100%;background:#fff;border-top:1px solid #d5e2ed;border-bottom:1px solid #d5e2ed;padding:0 10px}@media (max-width:782px){.monsterinsights-navigation-bar{padding:0;border:0}}@media (max-width:750px){.monsterinsights-navigation-bar{background:none}}.monsterinsights-admin-page{position:relative}.monsterinsights-admin-page .monsterinsights-blocked{position:absolute;top:0;bottom:0;right:0;left:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-header{padding-bottom:5px}.monsterinsights-admin-page .monsterinsights-header .monsterinsights-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}#wpfooter{position:relative}#wpfooter:before{left:20px;right:20px;height:1px;background:#d6e2ed;content:"";position:absolute;top:-12px}.monsterinsights-container{margin:0 auto;max-width:100%;width:750px}.monsterinsights-admin-page .monsterinsights-navigation-tab-link{text-decoration:none;padding:17px 0 15px;border-bottom:2px solid #fff;font-size:14px;color:#393f4c;display:inline-block;margin-right:25px;line-height:1;outline:none;font-family:Lato,sans-serif}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:hover{color:#509fe2;border-bottom-color:#509fe2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{font-weight:700}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#393f4c;cursor:default}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.year-in-review{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJKSURBVHgBjdJbSFMBHMfx/7lMT7qdk5s7IsvWdIqZ6UFNJC+Yl4EGQUkYItHN8NZl7KESohUUVKCst8QoYkTFlLzlhWHZispSK7NWyjbdZmPJ5tbuLk9ZBD0U+H35v3xe/vADAEDgr15nZ3PgPymLi3E0o9F4XJim5P7GtfEpvIJHNYrJE6UXDXF/4MdKec3qrU2pakNS6+YuhULhQL98z3tvR26C58OKgY7aVJjWd/bUT8OuwtGsvSXJuICKQPEyLJZpTvjutI4UURqgiNm7NqE+I1EvXNDu60rShr2mM5K8etOK22H2OrCsCXUbGnD0PgD8a2B0uvKKTySBzVJqC8IsHR3cVhHNCgia3F2N0wKxnuUR4wiCsL8eLj8wxuyM0Q3l5nTTfDwIQhcNVL4HXK6Aqq9Dfu/2xpJoHhmViaEIiTyT1dMzQl0yKjqoI9e5kbStQ0ByMfBhcaCeqQO3n5i1hxgVB/NP8jiRDtzjXIoUb6fPR0h6EONwA9gIHsQXDQNfhMMR8j5Q9nHpp88uN8rEmJjSt1bMshDrSywoa0mNnxKI06fAZZEBTuwCPrMIaMQiPNEavvnZ5fl0WaqnKUnEYK3XhIVBc4GCR6yHDdIvkFw+BwSXghc3xOGBnonOEVdmg+Ly41uNEg7fGeKb8ahIulqSpwH7Ozl4pTtg2aOBN7rWO2NW69UuatrC4qFsJbSjKE5wM5sGX0H7oZu2+f7DbNBSFXqqOj3QnK7M+dcsjOc6Tz6sOEbCy+v7W56runvVF8rzYQ39AJVT15Tcu/1IAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:0 50%;padding-left:18px;font-weight:700}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-navigation-tab-link{width:100%;text-align:center;padding:10px;color:#509fe2;font-size:16px;background:#fff;border:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{display:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus{color:#393f4c;text-decoration:underline}}.monsterinsights-admin-page .monsterinsights-button{background:#509fe2;border:solid #2e7fbe;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}.monsterinsights-admin-page .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary{background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray{background:#8ea4b4;border-color:#738ea1;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray:hover{background-color:#596771;border-color:#738ea1}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray.monsterinsights-button-disabled{pointer-events:none}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text{background:rgba(0,0,0,0);border:none;color:#509fe2;padding:0;border-radius:0;text-decoration:underline}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-red{background:#ea4e64;border-color:#d21933;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-small{font-size:13px;line-height:20px;padding:5px 10px}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-left:-18px}}.monsterinsights-mobile-nav-trigger{color:#393f4c;font-size:16px;font-weight:500;width:100%;display:block;border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#fff;padding:15px 10px;line-height:1;margin:0}@media (min-width:783px){.monsterinsights-mobile-nav-trigger{display:none}}.monsterinsights-mobile-nav-trigger i{color:#acbdc9;margin-left:10px;vertical-align:middle}@media (max-width:782px){.monsterinsights-main-navigation{background:#fff;height:0;overflow:hidden}.monsterinsights-main-navigation.monsterinsights-main-navigation-open{padding:10px 0;height:auto;border-bottom:1px solid #d6e2ed}}@media (min-width:782px){.wp-admin .monsterinsights-swal{margin-left:160px}.auto-fold .wp-admin .monsterinsights-swal{margin-left:36px}}@media (min-width:961px){.auto-fold .wp-admin .monsterinsights-swal{margin-left:160px}.folded .wp-admin .monsterinsights-swal{margin-left:36px}}.monsterinsights-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}.monsterinsights-modal .monsterinsights-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.monsterinsights-modal .monsterinsights-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.monsterinsights-modal .monsterinsights-modal-inner p{margin-bottom:0}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-modal-buttons{margin-top:50px}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-button{margin:0 10px}.monsterinsights-welcome-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(0,0,0,.5)}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%}.monsterinsights-welcome-overlay .monsterinsights-overlay-close{background:none;border:none;position:absolute;top:5px;right:7px;padding:0;color:#777}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content{height:100%}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content iframe{height:100%;width:100%}.monsterinsights-float-right{float:right}.monsterinsights-loading-spinner-inline{text-align:center;margin:25px}.monsterinsights-loading-spinner-inline .monsterinsights-loading-spinner-inline-loader-holder{display:inline-block}.monsterinsights-semrush-cta{background:#fff;border-left:3px solid #338eef;padding:20px 26px;border-radius:3px 0 0 3px;position:relative}.monsterinsights-semrush-cta br{display:none}.monsterinsights-semrush-cta .monsterinsights-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}.monsterinsights-semrush-cta .monsterinsights-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.monsterinsights-semrush-cta .monsterinsights-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.monsterinsights-semrush-cta .monsterinsights-button{background:#338eef;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.monsterinsights-semrush-cta .monsterinsights-button:active,.monsterinsights-semrush-cta .monsterinsights-button:focus,.monsterinsights-semrush-cta .monsterinsights-button:hover{background:#3088e6;outline:none}.monsterinsights-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}.monsterinsights-dark[data-v-54110c18]{display:block}.monsterinsights-reset-default[data-v-54110c18]{margin-right:5px}.monsterinsights-dark[data-v-7262cc05]{display:block}.monsterinsights-admin-page .monsterinsights-floating-bar{background:#338eef;color:#fff;font-size:16px;line-height:140%;padding:16px 58px 16px 32px;text-align:right;position:relative;margin:-20px -10px 20px}.monsterinsights-admin-page .monsterinsights-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){.monsterinsights-admin-page .monsterinsights-floating-bar{margin-top:-10px;padding-left:20px;padding-right:20px}}.monsterinsights-admin-page .monsterinsights-floating-bar a{text-decoration:underline;color:#fff}.monsterinsights-admin-page .monsterinsights-floating-bar a:focus,.monsterinsights-admin-page .monsterinsights-floating-bar a:hover{color:#fff;text-decoration:none}.monsterinsights-admin-page .monsterinsights-floating-bar .monsterinsights-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:-5px}.monsterinsights-admin-page .monsterinsights-slide-enter-active,.monsterinsights-admin-page .monsterinsights-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.monsterinsights-admin-page .monsterinsights-slide-enter-to,.monsterinsights-admin-page .monsterinsights-slide-leave{max-height:100px;overflow:hidden}.monsterinsights-admin-page .monsterinsights-slide-enter,.monsterinsights-admin-page .monsterinsights-slide-leave-to{overflow:hidden;max-height:0}.monsterinsights-container[data-v-102a61b0]:after{display:table;clear:both;content:""}.monsterinsights-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:#fff;z-index:1000;padding:5px 10px}.monsterinsights-quick-links.monsterinsights-quick-links-open,.monsterinsights-quick-links:focus,.monsterinsights-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-label{border-radius:50%;background:#fff;border:2px solid rgba(147,120,207,.21);position:absolute;right:2px;left:2px;top:2px;bottom:2px;padding:6px 8px 6px 6px;display:block;width:56px;height:56px;outline:none;cursor:pointer}.monsterinsights-quick-links-open .monsterinsights-quick-links-label .monsterinsights-quick-link-title{opacity:0;pointer-events:none}.monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;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}.monsterinsights-bg-img.monsterinsights-quick-links-mascot:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABQCAMAAAC9OtKiAAAC91BMVEUAAABvS7ttSbluSrpvS7tuSrpvS7tvS7tvSrtsSLdsTLFvS7tuSrluSrpvS7tvS7ttSblvS7tpRrRvS7tvS7tvS7tvS7tvS7tgP6lhP6pvS7tvS7s0OkZvS7tvS7tvS7s5P0xnRbJsSLc2PElvS7s5P0w5P0w5P0w6P05vS7tvS7thP6lfPqc5P0wvMUFgPqg5P0xfPqcrMDk5P0xfPqcrMDlXRolqR7U5P0xfPqeUeM+ljdTT6O////9vS7t9XcI5P0xfPqfqTmQjIyOSdc1/X8OiitOkjNQyMjKYftCGZ8d4VcDsYndxTbxkQqyLbcmagdFmRLChh9N2U7+DZMZ6WMFzUL1yTr2fhdKQc80ewYX/iTrY6/GXe9CPcsx7W8H9/v6BYcUrMDqNb8uIasmdhNGcgtGVec9uSrrv9/lsSbb4/P1pRrTz+fvQ5u2Ia8fn8vfg7/SOcsqEZsTb7PJzVLY+Q1OsotugoqJESFrk8PXS5u/O4+pTT3FUXWkvLi/V4+ihsbr8+vvr9PjAw+XG2eDA09r0sbyZmZlKSmRMVGE9NV9BSFUxNETk5PTO3uzK2evEzejM4OeljNS3ydGLccJ/YcB5WruJlqDyiprweoxteINganVbZHCcRVMoKCrx8/n98PLRzeu2teClktbNzc2Xf8u0w8r0usO2t7jkvqBwYZx1folncX1LO3rdS2Dq6uq8vuO+sOGxqd2x4duY3M3ausWtvsSF18KDbrfgqbWYp7FeP6OEj5hYPpV5hpBhWoToboHtZnrLSFxzOkXs7Pf84eTW2ODY09e6zdXb1s6vwMjdtb52Vb2ss7Vs0LKKebLkxa2kqqx7aKtHyZ1pWJZkWopROonndYfoWGzrVmzQWWtFPGr5llRSUlI/Pz88MjQ4KCouJSbX39/l2tvAwb6XyL2Sf7x+Ybv0pbHfl6ZbuJfihZbig5RnqpHss4mrlomIiIjNaXfTY3PHWGiDV2bxnWTSkGRiYmKmQ1NTQVBENkBUODwEKmHaAAAAOnRSTlMA7wscTEHV+/QT/tyvt5+JXjYE4cmWVij05W9nWoV8dkA6LxGlJerYxMGofEnhx8ChkXZrJOnf0JN2dWY7XQAACrdJREFUWMOdmGVgWlcUgEnSxaVpI+187dxdHo/DI+WRAcECgbAREgKBuGuTZsvqXTvptnbd1s7bbpW5u7u7u7vrj51773s8LMuW7weFW/hy7rn3XHmqydm1MD1V8275qumSkwaZ5Umt6fsCzJiushQAsssSGsszsTVz1vSMGVngFwH2iGuckQ0ekwdmTk9ZCGb7eTaA/JiE7gng9NtEmD2tMHOywGZUq40WyMyQmmYVAmg5LiROL0wMyMnVqdXqWjfkZTDjwQAujuNMWhFKpqOcDSaOUyPVZsjLIS37AjYhLlTCvP8sSi/IYW+KwaLnOANxGsxQgvncgxoRUautiY5a0ZQTahfIK2dfhRr8da2axumGQlWZbNRrtRhmJosgH4qmUu4lT8VMKgirKWGAvdJA5ChBqoQMaZIeNJXyYPAAlKar0gG8+HOjmuEHwNFihLSIE8qwMrPBAtlTKTPB2wswu2wX8HCESqY8rx4gKCkDWgIUzTsIwBwi4f47aeCvDJsB0kgqaTIZTdhthpcaRfwGWAJcwA37TKHE/taqK70eYArsuYRJr/QbCQBAjR/9zinWEJpCMr8NvW4XMxgkZS0nIUpR1pBEmKZSIlmYsmqiqLTXUYOdTCJ91wW9UpQ2LcXkl+aTG3aZsmZC0c7WGjmk+oLW1mYAaB2wEYlIQjR5o0kAKP+3Xs8ozQMIRMcEQ60O69En0bwee+oy2fychJfmNO3gmZMMetlBWYDU6yNcpFIts9naLvmI+RnJpUwnlxkImXumUhYBZtxuwKExKuPcZNVZobndqiNYHa0iK8lQSM9WJBt+sIlOgJLUpdgniwy18jgPoAmtA+u6/KSjtui6Ieo5byjISbigIJVyJgTUiWzWIbl9XDxBLWKLywAUplLOgBppTJRMfo4xojABf5JSm3o9KgY37TTOnLpqSZmry/VzyZhwWOIa6mGvlBsiADFGOILktObquVR4/fIb9v9mmDlJLeKg2LnY0nbQn6qvOOuRxd39Z597w5AxMVyROierymzA2Oo4BlvNScJuvEzDaGjx8Z03GGKVopRTNxSnVOZBU1QZYYs5xw1RoSzt5nn+BruiDElRTrZoloAd5zZHsVOlkbuiQRNHCzrPvkpx6tkrQHpKZQFgBitpturYPKo7S5PIYnSODiXOqsl2i0Lg2PpjbEIjAY1J9PBIgjMIs1Mri8CvjuMKTQraiHJU7vsF2+5fhOw8fr9J9ltbnPFGzONkYZ5jJCnctlKIcsAx81MVuSlOGR3rpBFCruS4bSOCsHrHhRO33TZx4cWrBWH/Y5KLnK4b0QJfoklNG1V2bl4kCON3jfG8z+cjnyc2CsKB85OKvIZUj3GyIM9YvuGiizYsv5wql60SVt816uvu6OjuQWV3Sz8/MSIclpDSDLJuRPfEoUThhiqJL0+nxvFlfHcDmigtGk2Hb+lGYf/9EoucRplyuB99oEqmourxsXFh41pfWxsKGR2ktnrGLhEOmJ9Q5DTA1HOyYeuDVW9t2vQzKive2C6sWtrf0OHjZdo0hIVrx4UjE4q8WlEu1CTy9PsnI+9vqqh4SBC2+Bo6eIUGzeUb3qxa3vPEoLB3fJE3KcqeJGXDeycTLt1U8bBwH9/Rxseg0VxUgWz1XSgcGKvMB7ui9GmS+J0YT1uw4A9hcGlPQz+v4NNcXkF4feHYSFyYpWBUlJ1tScp3aZALFvwlbOfbFvMx9EvKn1YM3yOcGHeH4BTl2d2Ki1Xm41KQC9YIE/0Nvlhlj9TxO6++5kXhsNjrJvQqynN4JcytxHn9u9SICMLa7hY+FhzLj39848HlWK6jq4X5scouRbmE70cRY8NFy7f+8J5svFRYxbf0xCmxR9cMn8HKdWNMMovToE9R3oTdkZ1f4ARnvWbKS3gyJW++/ZZOSblYc/2KqzUU/mJh96gx2wNaRXlVJ2a9TSodVP5NRoZymrCDx34/d8opp7wsOVtokEy5PaosT3P3gjl6CmwKL6FJYtIHq6rewhAlJUbZzd98CuF2qR5JkIlRpmdagpzFIhm9ASeA7Uo65RYubmlZ/iaWzAfM+OEmYZzv4W+hyuckZTTINv4SOZeFEMIdXi7yWtwqTR7oPYeX+AZnyHUPf4DChx+6Thgc80lRfvvsMp4//YVrv5eD7OBHhP2k5dcWwXOIrDyPHgxEEGXn6Q+gE63Xkdc/hadw+/mK5PK24RXDn7xz6qmnXruQjWX3E8L+7FqcZya7bT0r8ujaboOuUdn5dUWUX7DE+S0rPiUj3nn+i7+dSjidX0ykWORHSjPSTg4FYmyRM+cQL3Pr60z4wNNbhNVrl654lpf4lSqfxLR3aFo6V7FUzpqtxX6Sk2ed5DJ5r6L/itpRPspjt955562P4XFjpXDh8PCY3PydFCWy0HeXcADLJInOgAcx0DNjNYQ1Z9xYiW88S/hEzrW/JKweXsrLfERzyVOWjkhTqMCJ41GJpyawSan0WB7R2O2k6/bOeOHZ5KSxSNgYDZKOOHabMHqJtFzmZPmJJ8IFozt5F0TOEg0YpsFlv+mcmAhvqqOHjBFhRyefzH3CYO4+7ExQy5ReECWlwQmmXpKBaj2etA1DVy4599wlVw41cRJ3DAo71iYKxy4WBp8X0zJQua+TavDvKxUZdkM9nVEk0rAxwskozlVPxRvPH0cjBlNA7o0hWemxqKNOM1j6jJXoNLCCSnTieejiLTHC7YKw8jOigWI8EkSYklWkjMFkAbA4zZbeRCVD/+ogHmHumTh/2bLzJ+4ZFwTh/iYD+aKlFKdQk6yskbddfSXefqqD9R6AmurUShyk+1EaZU3jK45cdIbrM1W7Ais/rEitXJFdXecZw8RlUK74KdC/9OrbIyMjKxctWtPYeKa1uXW9ujISyFKVOllHMcqAvEcawWQIRyJ1RruiTI0lwCGbiREArGE75wJVAZ05dg4xRffIPnAGmwzVGP8USo/IIZGVa+5ubXdYdXg9FLNUJSY1rR0kpOyRxq6uCAqnVJrNHGFb42s6wjockBJVni2qDILZz9XZw7XVBgPxTa7U671BW8hkcpnJI6qugdy77yVOjFJvKVKl0cjC0v0yBo+7pkYrii6CyVVjpjidbrfHAjFgz9c3Q7N155qd1mZHMADlqqwutlTQ6vWboGCP0vws8FgsMDkWC2pLSov23HXmvhDk1rW363Rvn+kAaM61FJJjZT1WiXzX08OueOCy1Gtl6hEn7DZvXraHvNVGcaflsI3QE/TrEDKJ8JHFbGydC81gcentvXpZWQyiKyBqFczkYVCaW6sgBlwuzx7sQJ5nca3T6e49U0chK9ERYLW2y/2xACrzzfIY6P1JyhC2chRXWjpbHPPBXb/+lcYz70bjnFnYcghGOxfA6nCcUNDe3tp6SE5WSBnZJKVNuehDmfwgFZPf2ti4Zue9c06igc/RHXVUayv+gWNnzdU52g8tA/9USoa7ULk7FM84vBE5mn08dBfVPg6Hbs6hKtW8udY56Rl5Tu9/UdZnYavC7kwZ5Yg5+cfSvBwyE+PO9AQG+jjvgCO3L0nZN2DN7eJsA+vM2fFPH+Yf13i4fMKiqvT459aOdt2Ao7lZpxuoQZxU6SFvn7Hq2sGxXudonVuu+h/MmosrgM6B2dDpgECVQMAmq4O+WCd9vPoPhumB3HmlMigAAAAASUVORK5CYII=)}.monsterinsights-quick-links-open .monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)}.monsterinsights-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}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item{display:block;width:48px;height:48px;background:#509fe2;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}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item:hover{color:#fff;background:#50abee;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-quick-links-item-upgrade{background:#704cbc}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-quick-links-item-upgrade:hover{background:#509fe2}.monsterinsights-quick-link-title{position:absolute;left:100%;margin-left:10px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-12px;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,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) 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.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.monsterinsights_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-check:before{content:"\f015"}.monstericon-warning-triangle:before{content:"\f020"}.monstericon-star:before{content:"\f025"}.monstericon-files:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand:before{content:"\f02d"}.monstericon-compress:before{content:"\f02f"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-download:before{content:"\0046"}@media (max-width:782px){.monsterinsights-notices-area{margin-right:10px;margin-left:10px}}.monsterinsights-notice{position:relative;color:#444}.monsterinsights-notice .monsterinsights-notice-inner{margin-top:25px;padding:20px;background:#fff;border-right:3px solid;line-height:1.5;font-size:14px}.monsterinsights-notice .monsterinsights-notice-inner .notice-title{color:#393f4c;font-weight:700;display:block;margin:0 0 6px;padding:0}@media (max-width:782px){.monsterinsights-notice .monsterinsights-notice-inner{padding:10px}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-notice-inner{border-right-color:#ea4e64}.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-inner{border-right-color:#f5c953}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-inner{border-right-color:#509fe2}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner{border:1px solid #509fe2;border-right-width:3px;color:#777}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner .monsterinsights-button{color:#fff;margin:15px 0 0}.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-inner{border-right-color:#5cc0a5}.monsterinsights-notice .notice-content{margin-left:20px}.monsterinsights-notice .notice-content a{color:#444}.monsterinsights-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#acbdc9;position:relative;float:left}.monsterinsights-notice .dismiss-notice:focus,.monsterinsights-notice .dismiss-notice:hover{color:#444}.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-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){.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button{margin-right:0}}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:10px;margin-right:0}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-button{margin-top:10px;margin-right:0;color:#fff}body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_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.monsterinsights_page .swal2-popup.swal2-toast{border-radius:0;padding:9px;border-right:3px solid #fff}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-success{border-right-color:#5cc0a5}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-info{border-right-color:#509fe2}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-error{border-right-color:#ea4e64}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-title{color:#393f4c;font-size:13px;font-weight:400}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{font-size:15px;width:10px;height:10px;line-height:10px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:14px;height:14px;min-width:14px;margin:0;border:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;right:0;color:#509fe2;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;right:0;color:#ea4e64;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;right:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:14px;height:14px;top:0;right:0;border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;right:0;color:#5cc0a5;line-height:1}body.swal2-toast-shown.monsterinsights_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}}.monsterinsights_page body.swal2-toast-shown .swal2-container,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.monsterinsights_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%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;left:0;bottom:auto;right:auto}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;left:auto;bottom:auto;right:0}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-left,.monsterinsights_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%)}.monsterinsights_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%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-end,.monsterinsights_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%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;left:auto;bottom:0;right:0}.monsterinsights_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%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;left:0;bottom:0;right:auto}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast{-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}.monsterinsights_page .swal2-popup.swal2-toast,.monsterinsights_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.monsterinsights_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}.monsterinsights_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.monsterinsights_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.monsterinsights_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)}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.monsterinsights_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%}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;right:.4375em;width:.4375em;height:2.6875em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;right:.1875em;width:.75em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;left:.1875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.monsterinsights_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.monsterinsights_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}.monsterinsights_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}}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.monsterinsights_page body.swal2-height-auto{height:auto!important}.monsterinsights_page body.swal2-no-backdrop .swal2-shown{top:auto;left:auto;bottom:auto;right:auto;background-color:rgba(0,0,0,0)}.monsterinsights_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)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;right:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;left:0}.monsterinsights_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%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.monsterinsights_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%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.monsterinsights_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%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;right:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{left:0;bottom:0}.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-top-left,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-top-end,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-center-left,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-center-end,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_page .swal2-container.swal2-bottom-left,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-bottom-end,.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.monsterinsights_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}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_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}.monsterinsights_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){.monsterinsights_page .swal2-container .swal2-modal{margin:0!important}}.monsterinsights_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.monsterinsights_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.monsterinsights_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}.monsterinsights_page .swal2-popup:focus{outline:0}.monsterinsights_page .swal2-popup.swal2-loading{overflow-y:hidden}.monsterinsights_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}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.monsterinsights_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))}.monsterinsights_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))}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.monsterinsights_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.monsterinsights_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.monsterinsights_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.monsterinsights_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)}.monsterinsights_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.monsterinsights_page .swal2-popup>.swal2-checkbox,.monsterinsights_page .swal2-popup>.swal2-file,.monsterinsights_page .swal2-popup>.swal2-input,.monsterinsights_page .swal2-popup>.swal2-radio,.monsterinsights_page .swal2-popup>.swal2-select,.monsterinsights_page .swal2-popup>.swal2-textarea{display:none}.monsterinsights_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}.monsterinsights_page .swal2-popup #swal2-content{text-align:center}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_page .swal2-popup .swal2-radio,.monsterinsights_page .swal2-popup .swal2-select,.monsterinsights_page .swal2-popup .swal2-textarea{margin:1em auto}.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-file.swal2-inputerror,.monsterinsights_page .swal2-popup .swal2-input.swal2-inputerror,.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-file:focus,.monsterinsights_page .swal2-popup .swal2-input:focus,.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-file::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::placeholder,.monsterinsights_page .swal2-popup .swal2-input::placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-range input{width:80%}.monsterinsights_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.monsterinsights_page .swal2-popup .swal2-range input,.monsterinsights_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.monsterinsights_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.monsterinsights_page .swal2-popup .swal2-input[type=number]{max-width:10em}.monsterinsights_page .swal2-popup .swal2-file{font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.monsterinsights_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-checkbox label,.monsterinsights_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox input,.monsterinsights_page .swal2-popup .swal2-radio input{margin:0 .4em}.monsterinsights_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}.monsterinsights_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){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@-moz-document url-prefix(){.monsterinsights_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.monsterinsights_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}.monsterinsights_page .swal2-icon-text{font-size:3.75em}.monsterinsights_page .swal2-icon.swal2-error{border-color:#f27474}.monsterinsights_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.monsterinsights_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}.monsterinsights_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)}.monsterinsights_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)}.monsterinsights_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.monsterinsights_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.monsterinsights_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.monsterinsights_page .swal2-icon.swal2-success{border-color:#a5dc86}.monsterinsights_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%}.monsterinsights_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}.monsterinsights_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}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.monsterinsights_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)}.monsterinsights_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)}.monsterinsights_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.monsterinsights_page .swal2-progresssteps li{display:inline-block;position:relative}.monsterinsights_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}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-right:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-left:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.monsterinsights_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.monsterinsights_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.monsterinsights_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.monsterinsights_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.monsterinsights_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-rtl .swal2-close{left:auto;right:0}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.monsterinsights_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}.monsterinsights_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.monsterinsights_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{.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.monsterinsights-notifications-display{background:#fff;border-right:3px solid #509fe2;padding:20px;border-radius:0 3px 3px 0;margin-bottom:50px;position:relative}.monsterinsights-settings-content .monsterinsights-notifications-display{margin-top:20px;margin-bottom:20px}.monsterinsights-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.monsterinsights-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.monsterinsights-notifications-display .monsterinsights-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-notifications-display .monsterinsights-notification .monsterinsights-notifications-indicator{padding-top:10px}.monsterinsights-notifications-display .monsterinsights-notification .monsterinsights-notifications-indicator a{position:relative}.monsterinsights-notifications-display .monsterinsights-notification-inner{margin-right:25px}.monsterinsights-notifications-display .monsterinsights-button{margin-left:15px}.monsterinsights-notifications-display .monsterinsights-notification-navigation{position:absolute;left:0;top:100%}.monsterinsights-notifications-display .monsterinsights-notification-navigation button{background:#fff;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.monsterinsights-notifications-display .monsterinsights-notification-navigation button:focus,.monsterinsights-notifications-display .monsterinsights-notification-navigation button:hover{color:#509fe2}.monsterinsights-notifications-display .monsterinsights-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);font-size:10px}.monsterinsights-notifications-display .monsterinsights-notification-navigation button.monsterinsights-notification-previous{margin-left:2px}.monsterinsights-notifications-display .monsterinsights-notification-navigation button.monsterinsights-notification-previous .monstericon-arrow{-webkit-transform:rotate(-270deg);-ms-transform:rotate(-270deg);transform:rotate(-270deg)}.monsterinsights-notifications-display .monsterinsights-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;left:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.monsterinsights-notifications-display .monsterinsights-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}.monsterinsights-report .monsterinsights-notifications-display .monsterinsights-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}.monsterinsights-admin-page.monsterinsights-path-about-us .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-addons .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-tools-import-export .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-tools-url-builder .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-reports-page .monsterinsights-notificationsv3-container{margin-left:0}.monsterinsights-admin-page .monsterinsights-notificationsv3-container{display:inline-block;margin-left:20px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number{position:absolute;top:-11px;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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number.number-greater-than-10{left:-13px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number.number-less-than-10{left:-10px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button{position:absolute;top:21px;left:15px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:-2px;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button{display:inline-block}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-notificationsv3-inbox-number{cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-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){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-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)}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar.monsterinsights-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title{width:50%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title svg{margin-left:10px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions{width:50%;text-align:left}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button{display:inline-block}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:hover{color:#efe5e5}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:focus{outline:none}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close{margin-right:12px;vertical-align:bottom}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:active svg path,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:focus svg path,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count{width:50%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count .monsterinsights-notificationsv3-dismissed-number{margin-left:8px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:left}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications{margin-bottom:46px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon{width:54px;float:right;text-align:center;padding-top:24px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon{float:none;margin:0 auto}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details{float:right;width:354px;padding-top:20px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details{width:260px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-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){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title h5{width:65%}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:left}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:hover{background:#d3d7de}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:hover{color:#a9b1c3}.monsterinsights-tooltip{display:block!important;z-index:10000;max-width:350px}.monsterinsights-tooltip .monsterinsights-tooltip-inner{background:#5f6197;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-tooltip .monsterinsights-tooltip-inner a{color:#fff;font-weight:700}.monsterinsights-tooltip .monsterinsights-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#5f6197;z-index:1}.monsterinsights-tooltip[x-placement^=top]{padding-bottom:5px}.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow{border-width:5px 5px 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% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=bottom]{padding-top:5px}.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow{border-width:0 5px 5px;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% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-right:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;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% - 5px);margin-right:0;margin-left:0}.monsterinsights-tooltip[x-placement^=left]{padding-left:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 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% - 5px);margin-right:0;margin-left:0}.monsterinsights-tooltip.popover .popover-inner{background:#fff;color:#5f6197;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)}.monsterinsights-tooltip.popover .popover-arrow{border-color:#fff}.monsterinsights-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.monsterinsights-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.monsterinsights-conditional-logic-container button:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-header{margin-bottom:30px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-header .monsterinsights-conditional-rule-sets-number{float:left}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator{text-align:center;font-weight:700;display:block;margin:0 auto 20px;position:relative}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:after,.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:before{content:"";position:absolute;top:45%;width:45%;height:2px;background:#d6e2ed;margin-top:-1px}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:before{right:0}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:after{left:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column{width:100%;margin-left:18px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field{text-transform:capitalize;width:100%;height:38px;min-height:38px;line-height:38px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field.text-input{padding:0 8px;border-color:#ddd;text-transform:none;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;height:38px;margin-top:0;line-height:38px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field input[type=text]{padding-top:5px;padding-bottom:5px;height:inherit}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field.multiselect--active .multiselect__tags .multiselect__spinner{z-index:1}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags{padding:0;height:38px;min-height:38px;border-color:#ddd;margin-top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags input[type=text]{border:0;height:36px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__single{margin-bottom:0;padding:0 8px;line-height:36px;font-size:14px;white-space:pre}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__placeholder{display:block;margin-bottom:0;line-height:36px;padding:0 8px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__spinner{width:35px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .add-new-condition{padding:6px 12px;margin:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .add-new-condition:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition{border:0;padding:0;margin:0;background:rgba(0,0,0,0)}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition .monstericon-times-circle{color:#dc3232;cursor:pointer;padding:0;margin:0 15px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition .monstericon-times-circle:focus{outline:0}.monsterinsights-upload-media-wrapper .monsterinsights-dark{display:block}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media-label{margin-bottom:0}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-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}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay .monsterinsights-remove-uploaded-media{color:#fff;text-decoration:underline;margin-right:auto;cursor:pointer;padding:0 0 10px 10px}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay .monsterinsights-remove-uploaded-media:hover{text-decoration:none}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media:hover .monsterinsights-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media img{max-width:100%;display:inline-block}.monsterinsights-upload-media-wrapper .monsterinsights-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}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-input{width:73%;margin-left:2%;float:right;position:relative}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button{width:25%;float:right;font-size:15px}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:active,.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:focus,.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:hover{outline:none}.monsterinsights-email-summaries-settings a{color:#509fe2!important}.monsterinsights-email-summaries-settings a:focus,.monsterinsights-email-summaries-settings a:hover{color:#393f4c!important}.monsterinsights-email-summaries-settings .monsterinsights-dark{display:block}.monsterinsights-email-summaries-settings .inline-field .monsterinsights-button:first-child{margin-right:0}.monsterinsights-email-summaries-settings .monsterinsights-settings-input-repeater{margin-bottom:18px}.monsterinsights-email-summaries-settings .monsterinsights-button.monsterinsights-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}.monsterinsights-accordion .monsterinsights-accordion{padding:0;border:1px solid #e0e0e0}.monsterinsights-accordion .monsterinsights-accordion div:not(:last-child){border-bottom:1px solid rgba(10,10,10,.1)}.monsterinsights-accordion .monsterinsights-accordion div:last-child .monsterinsights-accordion-item-details{border-radius:5px}.monsterinsights-accordion .monsterinsights-accordion dd{margin-right:0;margin-bottom:0}.monsterinsights-accordion .monsterinsights-accordion-item-trigger{cursor:pointer;outline:none}.monsterinsights-accordion .monsterinsights-accordion-item-details-inner,.monsterinsights-accordion .monsterinsights-accordion-item-trigger{padding:0 20px 30px}.monsterinsights-accordion .monsterinsights-accordion-item.is-active .monsterinsights-accordion-item-title{border-bottom:1px solid #e0e0e0}.monsterinsights-accordion .monsterinsights-accordion-item-title{position:relative;background-color:#fff;cursor:pointer}.monsterinsights-accordion .monsterinsights-accordion-item-title h4.monsterinsights-accordion-item-title-text{font-size:20px;margin-bottom:0;padding-left:1.25rem}.monsterinsights-accordion .monsterinsights-accordion-item-title h4.monsterinsights-accordion-item-title-text .title{padding-right:15px}.monsterinsights-accordion .monsterinsights-accordion-item-trigger{width:100%;text-align:right;background-color:rgba(0,0,0,0);border:none}.monsterinsights-accordion .monsterinsights-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}.monsterinsights-accordion .monsterinsights-accordion-item-trigger-icon.is-active{-webkit-transform:translateY(2px) rotate(-225deg);-ms-transform:translateY(2px) rotate(-225deg);transform:translateY(2px) rotate(-225deg)}.monsterinsights-accordion .monsterinsights-accordion-item-details{overflow:hidden;background-color:#fff;padding-top:15px}.monsterinsights-accordion .monsterinsights-accordion-item-details p,.monsterinsights-accordion .monsterinsights-accordion-item-details ul{font-size:1.2em;line-height:1.8}.monsterinsights-accordion .monsterinsights-accordion-item-enter-active,.monsterinsights-accordion .monsterinsights-accordion-item-leave-active{will-change:height;-webkit-transition:height .2s ease;transition:height .2s ease}.monsterinsights-accordion .monsterinsights-accordion-item-enter,.monsterinsights-accordion .monsterinsights-accordion-item-leave-to{height:0!important}body{background:#f3f6ff;margin:0}.monsterinsights-admin-page,.monsterinsights-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}.monsterinsights-highlighted-text{color:#64bfa5;font-weight:700}.monsterinsights-bold{font-weight:700}.monsterinsights-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-header{padding:20px 10px;background-color:#f9fbff;min-height:85px}.monsterinsights-settings-panel-network>.monsterinsights-header{background-color:rgba(0,0,0,0)}.monsterinsights-logo-area{float:right;max-width:calc(100vw - 170px)}.monsterinsights-logo-area img{display:block;max-width:100%}@media (max-width:782px){.monsterinsights-logo-area{text-align:center;margin:0 auto;float:none}.monsterinsights-logo-area img{display:inline-block;max-height:35px}}@media (max-width:782px){.monsterinsights-header .monsterinsights-container,.monsterinsights-navigation-bar .monsterinsights-container{padding:0;width:100%}}.monsterinsights-navigation-bar{width:100%;background:#fff;border-top:1px solid #d5e2ed;border-bottom:1px solid #d5e2ed;padding:0 10px}@media (max-width:782px){.monsterinsights-navigation-bar{padding:0;border:0}}@media (max-width:750px){.monsterinsights-navigation-bar{background:none}}.monsterinsights-admin-page{position:relative}.monsterinsights-admin-page .monsterinsights-blocked{position:absolute;top:0;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-header{padding-bottom:5px}.monsterinsights-admin-page .monsterinsights-header .monsterinsights-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}#wpfooter{position:relative}#wpfooter:before{right:20px;left:20px;height:1px;background:#d6e2ed;content:"";position:absolute;top:-12px}.monsterinsights-container{margin:0 auto;max-width:100%;width:750px}.monsterinsights-admin-page .monsterinsights-navigation-tab-link{text-decoration:none;padding:17px 0 15px;border-bottom:2px solid #fff;font-size:14px;color:#393f4c;display:inline-block;margin-left:25px;line-height:1;outline:none;font-family:Lato,sans-serif}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:hover{color:#509fe2;border-bottom-color:#509fe2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{font-weight:700}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#393f4c;cursor:default}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.year-in-review{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJKSURBVHgBjdJbSFMBHMfx/7lMT7qdk5s7IsvWdIqZ6UFNJC+Yl4EGQUkYItHN8NZl7KESohUUVKCst8QoYkTFlLzlhWHZispSK7NWyjbdZmPJ5tbuLk9ZBD0U+H35v3xe/vADAEDgr15nZ3PgPymLi3E0o9F4XJim5P7GtfEpvIJHNYrJE6UXDXF/4MdKec3qrU2pakNS6+YuhULhQL98z3tvR26C58OKgY7aVJjWd/bUT8OuwtGsvSXJuICKQPEyLJZpTvjutI4UURqgiNm7NqE+I1EvXNDu60rShr2mM5K8etOK22H2OrCsCXUbGnD0PgD8a2B0uvKKTySBzVJqC8IsHR3cVhHNCgia3F2N0wKxnuUR4wiCsL8eLj8wxuyM0Q3l5nTTfDwIQhcNVL4HXK6Aqq9Dfu/2xpJoHhmViaEIiTyT1dMzQl0yKjqoI9e5kbStQ0ByMfBhcaCeqQO3n5i1hxgVB/NP8jiRDtzjXIoUb6fPR0h6EONwA9gIHsQXDQNfhMMR8j5Q9nHpp88uN8rEmJjSt1bMshDrSywoa0mNnxKI06fAZZEBTuwCPrMIaMQiPNEavvnZ5fl0WaqnKUnEYK3XhIVBc4GCR6yHDdIvkFw+BwSXghc3xOGBnonOEVdmg+Ly41uNEg7fGeKb8ahIulqSpwH7Ozl4pTtg2aOBN7rWO2NW69UuatrC4qFsJbSjKE5wM5sGX0H7oZu2+f7DbNBSFXqqOj3QnK7M+dcsjOc6Tz6sOEbCy+v7W56runvVF8rzYQ39AJVT15Tcu/1IAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:100% 50%;padding-right:18px;font-weight:700}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-navigation-tab-link{width:100%;text-align:center;padding:10px;color:#509fe2;font-size:16px;background:#fff;border:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{display:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus{color:#393f4c;text-decoration:underline}}.monsterinsights-admin-page .monsterinsights-button{background:#509fe2;border:solid #2e7fbe;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}.monsterinsights-admin-page .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary{background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray{background:#8ea4b4;border-color:#738ea1;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray:hover{background-color:#596771;border-color:#738ea1}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray.monsterinsights-button-disabled{pointer-events:none}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text{background:rgba(0,0,0,0);border:none;color:#509fe2;padding:0;border-radius:0;text-decoration:underline}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-red{background:#ea4e64;border-color:#d21933;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-small{font-size:13px;line-height:20px;padding:5px 10px}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-right:-18px}}.monsterinsights-mobile-nav-trigger{color:#393f4c;font-size:16px;font-weight:500;width:100%;display:block;border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#fff;padding:15px 10px;line-height:1;margin:0}@media (min-width:783px){.monsterinsights-mobile-nav-trigger{display:none}}.monsterinsights-mobile-nav-trigger i{color:#acbdc9;margin-right:10px;vertical-align:middle}@media (max-width:782px){.monsterinsights-main-navigation{background:#fff;height:0;overflow:hidden}.monsterinsights-main-navigation.monsterinsights-main-navigation-open{padding:10px 0;height:auto;border-bottom:1px solid #d6e2ed}}@media (min-width:782px){.wp-admin .monsterinsights-swal{margin-right:160px}.auto-fold .wp-admin .monsterinsights-swal{margin-right:36px}}@media (min-width:961px){.auto-fold .wp-admin .monsterinsights-swal{margin-right:160px}.folded .wp-admin .monsterinsights-swal{margin-right:36px}}.monsterinsights-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}.monsterinsights-modal .monsterinsights-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.monsterinsights-modal .monsterinsights-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.monsterinsights-modal .monsterinsights-modal-inner p{margin-bottom:0}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-modal-buttons{margin-top:50px}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-button{margin:0 10px}.monsterinsights-welcome-overlay{position:fixed;top:0;right:0;left:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(0,0,0,.5)}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%}.monsterinsights-welcome-overlay .monsterinsights-overlay-close{background:none;border:none;position:absolute;top:5px;left:7px;padding:0;color:#777}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content{height:100%}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content iframe{height:100%;width:100%}.monsterinsights-float-right{float:left}.monsterinsights-loading-spinner-inline{text-align:center;margin:25px}.monsterinsights-loading-spinner-inline .monsterinsights-loading-spinner-inline-loader-holder{display:inline-block}.monsterinsights-semrush-cta{background:#fff;border-right:3px solid #338eef;padding:20px 26px;border-radius:0 3px 3px 0;position:relative}.monsterinsights-semrush-cta br{display:none}.monsterinsights-semrush-cta .monsterinsights-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}.monsterinsights-semrush-cta .monsterinsights-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.monsterinsights-semrush-cta .monsterinsights-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.monsterinsights-semrush-cta .monsterinsights-button{background:#338eef;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.monsterinsights-semrush-cta .monsterinsights-button:active,.monsterinsights-semrush-cta .monsterinsights-button:focus,.monsterinsights-semrush-cta .monsterinsights-button:hover{background:#3088e6;outline:none}.monsterinsights-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}.monsterinsights-dark[data-v-54110c18]{display:block}.monsterinsights-reset-default[data-v-54110c18]{margin-right:5px}.monsterinsights-dark[data-v-7262cc05]{display:block}.monsterinsights-admin-page .monsterinsights-floating-bar{background:#338eef;color:#fff;font-size:16px;line-height:140%;padding:16px 58px 16px 32px;text-align:right;position:relative;margin:-20px -10px 20px}.monsterinsights-admin-page .monsterinsights-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){.monsterinsights-admin-page .monsterinsights-floating-bar{margin-top:-10px;padding-left:20px;padding-right:20px}}.monsterinsights-admin-page .monsterinsights-floating-bar a{text-decoration:underline;color:#fff}.monsterinsights-admin-page .monsterinsights-floating-bar a:focus,.monsterinsights-admin-page .monsterinsights-floating-bar a:hover{color:#fff;text-decoration:none}.monsterinsights-admin-page .monsterinsights-floating-bar .monsterinsights-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:-5px}.monsterinsights-admin-page .monsterinsights-slide-enter-active,.monsterinsights-admin-page .monsterinsights-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.monsterinsights-admin-page .monsterinsights-slide-enter-to,.monsterinsights-admin-page .monsterinsights-slide-leave{max-height:100px;overflow:hidden}.monsterinsights-admin-page .monsterinsights-slide-enter,.monsterinsights-admin-page .monsterinsights-slide-leave-to{overflow:hidden;max-height:0}.monsterinsights-container[data-v-53c28ec2]:after{display:table;clear:both;content:""}.monsterinsights-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:#fff;z-index:1000;padding:5px 10px}.monsterinsights-quick-links.monsterinsights-quick-links-open,.monsterinsights-quick-links:focus,.monsterinsights-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-label{border-radius:50%;background:#fff;border:2px solid rgba(147,120,207,.21);position:absolute;right:2px;left:2px;top:2px;bottom:2px;padding:6px 8px 6px 6px;display:block;width:56px;height:56px;outline:none;cursor:pointer}.monsterinsights-quick-links-open .monsterinsights-quick-links-label .monsterinsights-quick-link-title{opacity:0;pointer-events:none}.monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;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}.monsterinsights-bg-img.monsterinsights-quick-links-mascot:after{background-image:url(data:image/png;base64,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)}.monsterinsights-quick-links-open .monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)}.monsterinsights-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}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item{display:block;width:48px;height:48px;background:#509fe2;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}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item:hover{color:#fff;background:#50abee;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-quick-links-item-upgrade{background:#704cbc}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-quick-links-item-upgrade:hover{background:#509fe2}.monsterinsights-quick-link-title{position:absolute;left:100%;margin-left:10px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-12px;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,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) format("woff2"),url(data:font/woff;base64,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) 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.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.monsterinsights_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-check:before{content:"\f015"}.monstericon-warning-triangle:before{content:"\f020"}.monstericon-star:before{content:"\f025"}.monstericon-files:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand:before{content:"\f02d"}.monstericon-compress:before{content:"\f02f"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-download:before{content:"\0046"}@media (max-width:782px){.monsterinsights-notices-area{margin-right:10px;margin-left:10px}}.monsterinsights-notice{position:relative;color:#444}.monsterinsights-notice .monsterinsights-notice-inner{margin-top:25px;padding:20px;background:#fff;border-right:3px solid;line-height:1.5;font-size:14px}.monsterinsights-notice .monsterinsights-notice-inner .notice-title{color:#393f4c;font-weight:700;display:block;margin:0 0 6px;padding:0}@media (max-width:782px){.monsterinsights-notice .monsterinsights-notice-inner{padding:10px}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-notice-inner{border-right-color:#ea4e64}.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-inner{border-right-color:#f5c953}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-inner{border-right-color:#509fe2}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner{border:1px solid #509fe2;border-right-width:3px;color:#777}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner .monsterinsights-button{color:#fff;margin:15px 0 0}.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-inner{border-right-color:#5cc0a5}.monsterinsights-notice .notice-content{margin-left:20px}.monsterinsights-notice .notice-content a{color:#444}.monsterinsights-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#acbdc9;position:relative;float:left}.monsterinsights-notice .dismiss-notice:focus,.monsterinsights-notice .dismiss-notice:hover{color:#444}.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-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){.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button{margin-right:0}}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:10px;margin-right:0}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-button{margin-top:10px;margin-right:0;color:#fff}body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_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.monsterinsights_page .swal2-popup.swal2-toast{border-radius:0;padding:9px;border-right:3px solid #fff}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-success{border-right-color:#5cc0a5}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-info{border-right-color:#509fe2}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-error{border-right-color:#ea4e64}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-title{color:#393f4c;font-size:13px;font-weight:400}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{font-size:15px;width:10px;height:10px;line-height:10px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:14px;height:14px;min-width:14px;margin:0;border:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;right:0;color:#509fe2;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;right:0;color:#ea4e64;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;right:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:14px;height:14px;top:0;right:0;border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;right:0;color:#5cc0a5;line-height:1}body.swal2-toast-shown.monsterinsights_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}}.monsterinsights_page body.swal2-toast-shown .swal2-container,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.monsterinsights_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%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;left:0;bottom:auto;right:auto}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;left:auto;bottom:auto;right:0}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-left,.monsterinsights_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%)}.monsterinsights_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%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-end,.monsterinsights_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%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;left:auto;bottom:0;right:0}.monsterinsights_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%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;left:0;bottom:0;right:auto}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast{-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}.monsterinsights_page .swal2-popup.swal2-toast,.monsterinsights_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.monsterinsights_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}.monsterinsights_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.monsterinsights_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.monsterinsights_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)}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.monsterinsights_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%}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;right:.4375em;width:.4375em;height:2.6875em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;right:.1875em;width:.75em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;left:.1875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.monsterinsights_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.monsterinsights_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}.monsterinsights_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}}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.monsterinsights_page body.swal2-height-auto{height:auto!important}.monsterinsights_page body.swal2-no-backdrop .swal2-shown{top:auto;left:auto;bottom:auto;right:auto;background-color:rgba(0,0,0,0)}.monsterinsights_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)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;right:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;left:0}.monsterinsights_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%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.monsterinsights_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%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.monsterinsights_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%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;right:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{left:0;bottom:0}.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-top-left,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-top-end,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-center-left,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-center-end,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_page .swal2-container.swal2-bottom-left,.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-bottom-end,.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.monsterinsights_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}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_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}.monsterinsights_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){.monsterinsights_page .swal2-container .swal2-modal{margin:0!important}}.monsterinsights_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.monsterinsights_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.monsterinsights_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}.monsterinsights_page .swal2-popup:focus{outline:0}.monsterinsights_page .swal2-popup.swal2-loading{overflow-y:hidden}.monsterinsights_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}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.monsterinsights_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))}.monsterinsights_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))}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.monsterinsights_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.monsterinsights_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.monsterinsights_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.monsterinsights_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)}.monsterinsights_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.monsterinsights_page .swal2-popup>.swal2-checkbox,.monsterinsights_page .swal2-popup>.swal2-file,.monsterinsights_page .swal2-popup>.swal2-input,.monsterinsights_page .swal2-popup>.swal2-radio,.monsterinsights_page .swal2-popup>.swal2-select,.monsterinsights_page .swal2-popup>.swal2-textarea{display:none}.monsterinsights_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}.monsterinsights_page .swal2-popup #swal2-content{text-align:center}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_page .swal2-popup .swal2-radio,.monsterinsights_page .swal2-popup .swal2-select,.monsterinsights_page .swal2-popup .swal2-textarea{margin:1em auto}.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-file.swal2-inputerror,.monsterinsights_page .swal2-popup .swal2-input.swal2-inputerror,.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-file:focus,.monsterinsights_page .swal2-popup .swal2-input:focus,.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-file::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::placeholder,.monsterinsights_page .swal2-popup .swal2-input::placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-range input{width:80%}.monsterinsights_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.monsterinsights_page .swal2-popup .swal2-range input,.monsterinsights_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.monsterinsights_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.monsterinsights_page .swal2-popup .swal2-input[type=number]{max-width:10em}.monsterinsights_page .swal2-popup .swal2-file{font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.monsterinsights_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_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}.monsterinsights_page .swal2-popup .swal2-checkbox label,.monsterinsights_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox input,.monsterinsights_page .swal2-popup .swal2-radio input{margin:0 .4em}.monsterinsights_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}.monsterinsights_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){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@-moz-document url-prefix(){.monsterinsights_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.monsterinsights_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}.monsterinsights_page .swal2-icon-text{font-size:3.75em}.monsterinsights_page .swal2-icon.swal2-error{border-color:#f27474}.monsterinsights_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.monsterinsights_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}.monsterinsights_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)}.monsterinsights_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)}.monsterinsights_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.monsterinsights_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.monsterinsights_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.monsterinsights_page .swal2-icon.swal2-success{border-color:#a5dc86}.monsterinsights_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%}.monsterinsights_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}.monsterinsights_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}.monsterinsights_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}.monsterinsights_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}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.monsterinsights_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)}.monsterinsights_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)}.monsterinsights_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.monsterinsights_page .swal2-progresssteps li{display:inline-block;position:relative}.monsterinsights_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}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-right:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-left:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.monsterinsights_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.monsterinsights_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.monsterinsights_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.monsterinsights_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.monsterinsights_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-rtl .swal2-close{left:auto;right:0}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.monsterinsights_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}.monsterinsights_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.monsterinsights_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{.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.monsterinsights-notifications-display{background:#fff;border-right:3px solid #509fe2;padding:20px;border-radius:0 3px 3px 0;margin-bottom:50px;position:relative}.monsterinsights-settings-content .monsterinsights-notifications-display{margin-top:20px;margin-bottom:20px}.monsterinsights-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.monsterinsights-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.monsterinsights-notifications-display .monsterinsights-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-notifications-display .monsterinsights-notification .monsterinsights-notifications-indicator{padding-top:10px}.monsterinsights-notifications-display .monsterinsights-notification .monsterinsights-notifications-indicator a{position:relative}.monsterinsights-notifications-display .monsterinsights-notification-inner{margin-right:25px}.monsterinsights-notifications-display .monsterinsights-button{margin-left:15px}.monsterinsights-notifications-display .monsterinsights-notification-navigation{position:absolute;left:0;top:100%}.monsterinsights-notifications-display .monsterinsights-notification-navigation button{background:#fff;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.monsterinsights-notifications-display .monsterinsights-notification-navigation button:focus,.monsterinsights-notifications-display .monsterinsights-notification-navigation button:hover{color:#509fe2}.monsterinsights-notifications-display .monsterinsights-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);font-size:10px}.monsterinsights-notifications-display .monsterinsights-notification-navigation button.monsterinsights-notification-previous{margin-left:2px}.monsterinsights-notifications-display .monsterinsights-notification-navigation button.monsterinsights-notification-previous .monstericon-arrow{-webkit-transform:rotate(-270deg);-ms-transform:rotate(-270deg);transform:rotate(-270deg)}.monsterinsights-notifications-display .monsterinsights-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;left:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.monsterinsights-notifications-display .monsterinsights-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}.monsterinsights-report .monsterinsights-notifications-display .monsterinsights-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}.monsterinsights-admin-page.monsterinsights-path-about-us .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-addons .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-tools-import-export .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-tools-url-builder .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-reports-page .monsterinsights-notificationsv3-container{margin-left:0}.monsterinsights-admin-page .monsterinsights-notificationsv3-container{display:inline-block;margin-left:20px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number{position:absolute;top:-11px;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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number.number-greater-than-10{left:-13px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number.number-less-than-10{left:-10px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button{position:absolute;top:21px;left:15px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:-2px;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button{display:inline-block}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-notificationsv3-inbox-number{cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-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){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-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)}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar.monsterinsights-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title{width:50%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title svg{margin-left:10px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions{width:50%;text-align:left}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button{display:inline-block}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:hover{color:#efe5e5}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:focus{outline:none}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close{margin-right:12px;vertical-align:bottom}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:active svg path,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:focus svg path,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count{width:50%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count .monsterinsights-notificationsv3-dismissed-number{margin-left:8px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:left}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications{margin-bottom:46px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon{width:54px;float:right;text-align:center;padding-top:24px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon{float:none;margin:0 auto}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details{float:right;width:354px;padding-top:20px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details{width:260px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-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){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title h5{width:65%}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:left}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-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}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:hover{background:#d3d7de}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:hover{color:#a9b1c3}.monsterinsights-tooltip{display:block!important;z-index:10000;max-width:350px}.monsterinsights-tooltip .monsterinsights-tooltip-inner{background:#5f6197;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-tooltip .monsterinsights-tooltip-inner a{color:#fff;font-weight:700}.monsterinsights-tooltip .monsterinsights-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#5f6197;z-index:1}.monsterinsights-tooltip[x-placement^=top]{padding-bottom:5px}.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow{border-width:5px 5px 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% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=bottom]{padding-top:5px}.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow{border-width:0 5px 5px;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% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-right:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;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% - 5px);margin-right:0;margin-left:0}.monsterinsights-tooltip[x-placement^=left]{padding-left:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 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% - 5px);margin-right:0;margin-left:0}.monsterinsights-tooltip.popover .popover-inner{background:#fff;color:#5f6197;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)}.monsterinsights-tooltip.popover .popover-arrow{border-color:#fff}.monsterinsights-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.monsterinsights-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.monsterinsights-conditional-logic-container button:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-header{margin-bottom:30px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-header .monsterinsights-conditional-rule-sets-number{float:left}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator{text-align:center;font-weight:700;display:block;margin:0 auto 20px;position:relative}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:after,.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:before{content:"";position:absolute;top:45%;width:45%;height:2px;background:#d6e2ed;margin-top:-1px}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:before{right:0}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:after{left:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column{width:100%;margin-left:18px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field{text-transform:capitalize;width:100%;height:38px;min-height:38px;line-height:38px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field.text-input{padding:0 8px;border-color:#ddd;text-transform:none;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;height:38px;margin-top:0;line-height:38px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field input[type=text]{padding-top:5px;padding-bottom:5px;height:inherit}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field.multiselect--active .multiselect__tags .multiselect__spinner{z-index:1}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags{padding:0;height:38px;min-height:38px;border-color:#ddd;margin-top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags input[type=text]{border:0;height:36px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__single{margin-bottom:0;padding:0 8px;line-height:36px;font-size:14px;white-space:pre}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__placeholder{display:block;margin-bottom:0;line-height:36px;padding:0 8px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__spinner{width:35px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .add-new-condition{padding:6px 12px;margin:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .add-new-condition:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition{border:0;padding:0;margin:0;background:rgba(0,0,0,0)}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition .monstericon-times-circle{color:#dc3232;cursor:pointer;padding:0;margin:0 15px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition .monstericon-times-circle:focus{outline:0}.monsterinsights-upload-media-wrapper .monsterinsights-dark{display:block}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media-label{margin-bottom:0}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-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}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay .monsterinsights-remove-uploaded-media{color:#fff;text-decoration:underline;margin-right:auto;cursor:pointer;padding:0 0 10px 10px}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay .monsterinsights-remove-uploaded-media:hover{text-decoration:none}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media:hover .monsterinsights-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media img{max-width:100%;display:inline-block}.monsterinsights-upload-media-wrapper .monsterinsights-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}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-input{width:73%;margin-left:2%;float:right;position:relative}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button{width:25%;float:right;font-size:15px}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:active,.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:focus,.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:hover{outline:none}.monsterinsights-email-summaries-settings a{color:#509fe2!important}.monsterinsights-email-summaries-settings a:focus,.monsterinsights-email-summaries-settings a:hover{color:#393f4c!important}.monsterinsights-email-summaries-settings .monsterinsights-dark{display:block}.monsterinsights-email-summaries-settings .inline-field .monsterinsights-button:first-child{margin-right:0}.monsterinsights-email-summaries-settings .monsterinsights-settings-input-repeater{margin-bottom:18px}.monsterinsights-email-summaries-settings .monsterinsights-button.monsterinsights-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}.monsterinsights-accordion .monsterinsights-accordion{padding:0;border:1px solid #e0e0e0}.monsterinsights-accordion .monsterinsights-accordion div:not(:last-child){border-bottom:1px solid rgba(10,10,10,.1)}.monsterinsights-accordion .monsterinsights-accordion div:last-child .monsterinsights-accordion-item-details{border-radius:5px}.monsterinsights-accordion .monsterinsights-accordion dd{margin-right:0;margin-bottom:0}.monsterinsights-accordion .monsterinsights-accordion-item-trigger{cursor:pointer;outline:none}.monsterinsights-accordion .monsterinsights-accordion-item-details-inner,.monsterinsights-accordion .monsterinsights-accordion-item-trigger{padding:0 20px 30px}.monsterinsights-accordion .monsterinsights-accordion-item.is-active .monsterinsights-accordion-item-title{border-bottom:1px solid #e0e0e0}.monsterinsights-accordion .monsterinsights-accordion-item-title{position:relative;background-color:#fff;cursor:pointer}.monsterinsights-accordion .monsterinsights-accordion-item-title h4.monsterinsights-accordion-item-title-text{font-size:20px;margin-bottom:0;padding-left:1.25rem}.monsterinsights-accordion .monsterinsights-accordion-item-title h4.monsterinsights-accordion-item-title-text .title{padding-right:15px}.monsterinsights-accordion .monsterinsights-accordion-item-trigger{width:100%;text-align:right;background-color:rgba(0,0,0,0);border:none}.monsterinsights-accordion .monsterinsights-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}.monsterinsights-accordion .monsterinsights-accordion-item-trigger-icon.is-active{-webkit-transform:translateY(2px) rotate(-225deg);-ms-transform:translateY(2px) rotate(-225deg);transform:translateY(2px) rotate(-225deg)}.monsterinsights-accordion .monsterinsights-accordion-item-details{overflow:hidden;background-color:#fff;padding-top:15px}.monsterinsights-accordion .monsterinsights-accordion-item-details p,.monsterinsights-accordion .monsterinsights-accordion-item-details ul{font-size:1.2em;line-height:1.8}.monsterinsights-accordion .monsterinsights-accordion-item-enter-active,.monsterinsights-accordion .monsterinsights-accordion-item-leave-active{will-change:height;-webkit-transition:height .2s ease;transition:height .2s ease}.monsterinsights-accordion .monsterinsights-accordion-item-enter,.monsterinsights-accordion .monsterinsights-accordion-item-leave-to{height:0!important}body{background:#f3f6ff;margin:0}.monsterinsights-admin-page,.monsterinsights-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}.monsterinsights-highlighted-text{color:#64bfa5;font-weight:700}.monsterinsights-bold{font-weight:700}.monsterinsights-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-header{padding:20px 10px;background-color:#f9fbff;min-height:85px}.monsterinsights-settings-panel-network>.monsterinsights-header{background-color:rgba(0,0,0,0)}.monsterinsights-logo-area{float:right;max-width:calc(100vw - 170px)}.monsterinsights-logo-area img{display:block;max-width:100%}@media (max-width:782px){.monsterinsights-logo-area{text-align:center;margin:0 auto;float:none}.monsterinsights-logo-area img{display:inline-block;max-height:35px}}@media (max-width:782px){.monsterinsights-header .monsterinsights-container,.monsterinsights-navigation-bar .monsterinsights-container{padding:0;width:100%}}.monsterinsights-navigation-bar{width:100%;background:#fff;border-top:1px solid #d5e2ed;border-bottom:1px solid #d5e2ed;padding:0 10px}@media (max-width:782px){.monsterinsights-navigation-bar{padding:0;border:0}}@media (max-width:750px){.monsterinsights-navigation-bar{background:none}}.monsterinsights-admin-page{position:relative}.monsterinsights-admin-page .monsterinsights-blocked{position:absolute;top:0;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-header{padding-bottom:5px}.monsterinsights-admin-page .monsterinsights-header .monsterinsights-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}#wpfooter{position:relative}#wpfooter:before{right:20px;left:20px;height:1px;background:#d6e2ed;content:"";position:absolute;top:-12px}.monsterinsights-container{margin:0 auto;max-width:100%;width:750px}.monsterinsights-admin-page .monsterinsights-navigation-tab-link{text-decoration:none;padding:17px 0 15px;border-bottom:2px solid #fff;font-size:14px;color:#393f4c;display:inline-block;margin-left:25px;line-height:1;outline:none;font-family:Lato,sans-serif}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:hover{color:#509fe2;border-bottom-color:#509fe2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{font-weight:700}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#393f4c;cursor:default}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.year-in-review{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJKSURBVHgBjdJbSFMBHMfx/7lMT7qdk5s7IsvWdIqZ6UFNJC+Yl4EGQUkYItHN8NZl7KESohUUVKCst8QoYkTFlLzlhWHZispSK7NWyjbdZmPJ5tbuLk9ZBD0U+H35v3xe/vADAEDgr15nZ3PgPymLi3E0o9F4XJim5P7GtfEpvIJHNYrJE6UXDXF/4MdKec3qrU2pakNS6+YuhULhQL98z3tvR26C58OKgY7aVJjWd/bUT8OuwtGsvSXJuICKQPEyLJZpTvjutI4UURqgiNm7NqE+I1EvXNDu60rShr2mM5K8etOK22H2OrCsCXUbGnD0PgD8a2B0uvKKTySBzVJqC8IsHR3cVhHNCgia3F2N0wKxnuUR4wiCsL8eLj8wxuyM0Q3l5nTTfDwIQhcNVL4HXK6Aqq9Dfu/2xpJoHhmViaEIiTyT1dMzQl0yKjqoI9e5kbStQ0ByMfBhcaCeqQO3n5i1hxgVB/NP8jiRDtzjXIoUb6fPR0h6EONwA9gIHsQXDQNfhMMR8j5Q9nHpp88uN8rEmJjSt1bMshDrSywoa0mNnxKI06fAZZEBTuwCPrMIaMQiPNEavvnZ5fl0WaqnKUnEYK3XhIVBc4GCR6yHDdIvkFw+BwSXghc3xOGBnonOEVdmg+Ly41uNEg7fGeKb8ahIulqSpwH7Ozl4pTtg2aOBN7rWO2NW69UuatrC4qFsJbSjKE5wM5sGX0H7oZu2+f7DbNBSFXqqOj3QnK7M+dcsjOc6Tz6sOEbCy+v7W56runvVF8rzYQ39AJVT15Tcu/1IAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:100% 50%;padding-right:18px;font-weight:700}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-navigation-tab-link{width:100%;text-align:center;padding:10px;color:#509fe2;font-size:16px;background:#fff;border:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{display:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus{color:#393f4c;text-decoration:underline}}.monsterinsights-admin-page .monsterinsights-button{background:#509fe2;border:solid #2e7fbe;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}.monsterinsights-admin-page .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary{background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray{background:#8ea4b4;border-color:#738ea1;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray:hover{background-color:#596771;border-color:#738ea1}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray.monsterinsights-button-disabled{pointer-events:none}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text{background:rgba(0,0,0,0);border:none;color:#509fe2;padding:0;border-radius:0;text-decoration:underline}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-red{background:#ea4e64;border-color:#d21933;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-small{font-size:13px;line-height:20px;padding:5px 10px}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-right:-18px}}.monsterinsights-mobile-nav-trigger{color:#393f4c;font-size:16px;font-weight:500;width:100%;display:block;border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#fff;padding:15px 10px;line-height:1;margin:0}@media (min-width:783px){.monsterinsights-mobile-nav-trigger{display:none}}.monsterinsights-mobile-nav-trigger i{color:#acbdc9;margin-right:10px;vertical-align:middle}@media (max-width:782px){.monsterinsights-main-navigation{background:#fff;height:0;overflow:hidden}.monsterinsights-main-navigation.monsterinsights-main-navigation-open{padding:10px 0;height:auto;border-bottom:1px solid #d6e2ed}}@media (min-width:782px){.wp-admin .monsterinsights-swal{margin-right:160px}.auto-fold .wp-admin .monsterinsights-swal{margin-right:36px}}@media (min-width:961px){.auto-fold .wp-admin .monsterinsights-swal{margin-right:160px}.folded .wp-admin .monsterinsights-swal{margin-right:36px}}.monsterinsights-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}.monsterinsights-modal .monsterinsights-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.monsterinsights-modal .monsterinsights-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.monsterinsights-modal .monsterinsights-modal-inner p{margin-bottom:0}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-modal-buttons{margin-top:50px}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-button{margin:0 10px}.monsterinsights-welcome-overlay{position:fixed;top:0;right:0;left:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(0,0,0,.5)}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%}.monsterinsights-welcome-overlay .monsterinsights-overlay-close{background:none;border:none;position:absolute;top:5px;left:7px;padding:0;color:#777}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content{height:100%}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content iframe{height:100%;width:100%}.monsterinsights-float-right{float:left}.monsterinsights-loading-spinner-inline{text-align:center;margin:25px}.monsterinsights-loading-spinner-inline .monsterinsights-loading-spinner-inline-loader-holder{display:inline-block}.monsterinsights-semrush-cta{background:#fff;border-right:3px solid #338eef;padding:20px 26px;border-radius:0 3px 3px 0;position:relative}.monsterinsights-semrush-cta br{display:none}.monsterinsights-semrush-cta .monsterinsights-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}.monsterinsights-semrush-cta .monsterinsights-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.monsterinsights-semrush-cta .monsterinsights-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.monsterinsights-semrush-cta .monsterinsights-button{background:#338eef;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.monsterinsights-semrush-cta .monsterinsights-button:active,.monsterinsights-semrush-cta .monsterinsights-button:focus,.monsterinsights-semrush-cta .monsterinsights-button:hover{background:#3088e6;outline:none}.monsterinsights-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);.monsterinsights-tooltip{display:block!important;z-index:10000;max-width:350px}.monsterinsights-tooltip .monsterinsights-tooltip-inner{background:#5f6197;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-tooltip .monsterinsights-tooltip-inner a{color:#fff;font-weight:700}.monsterinsights-tooltip .monsterinsights-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#5f6197;z-index:1}.monsterinsights-tooltip[x-placement^=top]{padding-bottom:5px}.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow{border-width:5px 5px 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% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=bottom]{padding-top:5px}.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow{border-width:0 5px 5px;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% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-left:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 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% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip[x-placement^=left]{padding-right:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;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% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip.popover .popover-inner{background:#fff;color:#5f6197;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)}.monsterinsights-tooltip.popover .popover-arrow{border-color:#fff}.monsterinsights-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.monsterinsights-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}@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,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) format("woff2"),url(data:font/woff;base64,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) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}.monsterinsights-admin-page fieldset[disabled] .multiselect{pointer-events:none}.monsterinsights-admin-page .multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.monsterinsights-admin-page .multiselect__spinner:after,.monsterinsights-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)}.monsterinsights-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}.monsterinsights-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}.monsterinsights-admin-page .multiselect__loading-enter-active,.monsterinsights-admin-page .multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.monsterinsights-admin-page .multiselect__loading-enter,.monsterinsights-admin-page .multiselect__loading-leave-active{opacity:0}.monsterinsights-admin-page .multiselect,.monsterinsights-admin-page .multiselect__input,.monsterinsights-admin-page .multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.monsterinsights-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}.monsterinsights-admin-page .multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.monsterinsights-admin-page .multiselect:focus{outline:none}.monsterinsights-admin-page .multiselect--disabled{opacity:.6}.monsterinsights-admin-page .multiselect--active{z-index:1}.monsterinsights-admin-page .multiselect--active:not(.multiselect--above) .multiselect__current,.monsterinsights-admin-page .multiselect--active:not(.multiselect--above) .multiselect__input,.monsterinsights-admin-page .multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.monsterinsights-admin-page .multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.monsterinsights-admin-page .multiselect--above.multiselect--active .multiselect__current,.monsterinsights-admin-page .multiselect--above.multiselect--active .multiselect__input,.monsterinsights-admin-page .multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.monsterinsights-admin-page .multiselect__input,.monsterinsights-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}.monsterinsights-admin-page .multiselect__input:-ms-input-placeholder{color:#35495e}.monsterinsights-admin-page .multiselect__input::-webkit-input-placeholder{color:#35495e}.monsterinsights-admin-page .multiselect__input::-moz-placeholder{color:#35495e}.monsterinsights-admin-page .multiselect__input::-ms-input-placeholder{color:#35495e}.monsterinsights-admin-page .multiselect__input::placeholder{color:#35495e}.monsterinsights-admin-page .multiselect__tag~.multiselect__input,.monsterinsights-admin-page .multiselect__tag~.multiselect__single{width:auto}.monsterinsights-admin-page .multiselect__input:hover,.monsterinsights-admin-page .multiselect__single:hover{border-color:#cfcfcf}.monsterinsights-admin-page .multiselect__input:focus,.monsterinsights-admin-page .multiselect__single:focus{border-color:#a8a8a8;outline:none}.monsterinsights-admin-page .multiselect__single{padding-left:5px;margin-bottom:8px}.monsterinsights-admin-page .multiselect__tags-wrap{display:inline}.monsterinsights-admin-page .multiselect__tags{min-height:40px;display:block;padding:9px 40px 0 8px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.monsterinsights-admin-page .multiselect__tag{position:relative;display:inline-block;padding:2px 8px 2px 20px;border-radius:5px;margin-right:10px;color:#393f4c;line-height:1.2;background:#f3f6ff;margin-bottom:5px;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.monsterinsights-admin-page .multiselect__tag.monsterinsights-tag-forced{padding-left:8px}.monsterinsights-admin-page .multiselect__tag.monsterinsights-tag-forced i{display:none}.monsterinsights-admin-page .multiselect__tag-icon{cursor:pointer;position:absolute;left:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:24px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px;margin-left:0}.monsterinsights-admin-page .multiselect__tag-icon:hover{background:rgba(0,0,0,0)}.monsterinsights-admin-page .multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.monsterinsights-admin-page .multiselect__tag-icon:focus:after,.monsterinsights-admin-page .multiselect__tag-icon:hover:after{color:#444}.monsterinsights-admin-page .multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.monsterinsights-admin-page .multiselect__current,.monsterinsights-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}.monsterinsights-admin-page .multiselect__select{display:none}.monsterinsights-admin-page .multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.monsterinsights-admin-page .multiselect--active .multiselect__placeholder{display:none}.monsterinsights-admin-page .multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #b7c9d9;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.monsterinsights-admin-page .multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.monsterinsights-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}.monsterinsights-admin-page .multiselect__content::webkit-scrollbar{display:none}.monsterinsights-admin-page .multiselect__element{display:block}.monsterinsights-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}.monsterinsights-admin-page .multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.monsterinsights-admin-page .multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.monsterinsights-admin-page .multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.monsterinsights-admin-page .multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.monsterinsights-admin-page .multiselect__option--selected:after{content:attr(data-selected);color:silver}.monsterinsights-admin-page .multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.monsterinsights-admin-page .multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.monsterinsights-admin-page .multiselect--disabled{background:#ededed;pointer-events:none}.monsterinsights-admin-page .multiselect--disabled .multiselect__current,.monsterinsights-admin-page .multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.monsterinsights-admin-page .multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.monsterinsights-admin-page .multiselect__option--group{background:#ededed;color:#35495e}.monsterinsights-admin-page .multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.monsterinsights-admin-page .multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.monsterinsights-admin-page .multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.monsterinsights-admin-page .multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.monsterinsights-admin-page .multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.monsterinsights-admin-page .multiselect-enter-active,.monsterinsights-admin-page .multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.monsterinsights-admin-page .multiselect-enter,.monsterinsights-admin-page .multiselect-leave-active{opacity:0}.monsterinsights-admin-page .multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}.monsterinsights-admin-page [dir=rtl] .multiselect{text-align:right}.monsterinsights-admin-page [dir=rtl] .multiselect__select{right:auto;left:1px}.monsterinsights-admin-page [dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}.monsterinsights-admin-page [dir=rtl] .multiselect__content{text-align:right}.monsterinsights-admin-page [dir=rtl] .multiselect__option:after{right:auto;left:0}.monsterinsights-admin-page [dir=rtl] .multiselect__clear{right:auto;left:12px}.monsterinsights-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)}}@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}.monstericon-times:before{content:"\f021"}.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-star:before{content:"\f025"}.monstericon-files:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand:before{content:"\f02d"}.monstericon-compress:before{content:"\f02f"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-download:before{content:"\0046"}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}body{background:#f3f6ff;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;margin:0}.monsterinsights-onboarding-header{text-align:center}.monsterinsights-header-navigation{border-top:4px solid #5f6197;padding:0 20px;position:relative;text-align:right}@media (min-width:782px){.monsterinsights-header-navigation{padding:0 125px}}.monsterinsights-exit-button{background:#5f6197;border-radius:0 0 5px 5px;color:#d7d7e5;display:inline-block;font-size:14px;line-height:1;padding:9px 20px 12px;text-decoration:none;transition:color .1s ease;-moz-transition:color .1s ease;-ms-transition:color .1s ease;-o-transition:color .1s ease;-webkit-transition:color .1s ease}.monsterinsights-exit-button span{margin-left:2px;font-weight:500}.monsterinsights-exit-button i,.monsterinsights-exit-button span{vertical-align:middle}.monsterinsights-exit-button i{color:#afb0cb;display:inline-block;font-size:16px;margin-right:4px}.monsterinsights-exit-button:hover{color:#afb0cb}.monsterinsights-onboarding-header h1{margin:10px 0;padding:0 20px}img{max-width:100%}a{color:#509fe1}a:focus,a:hover{text-decoration:none}.monsterinsights-onboarding-wizard-container{margin:0 auto;width:750px}.monsterinsights-onboarding-wizard-steps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:45px}.monsterinsights-onboarding-wizard-step-line{background:#d6e2ed;height:3px;margin:0 2px;width:100%}.monsterinsights-onboarding-wizard-step-line.monsterinsights-onboarding-wizard-line-active{background:#5cc0a5}.monsterinsights-onboarding-wizard-step{border:2px solid #b6c9da;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;height:16px;width:16px}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-active,.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed{background-color:#5cc0a5;border-color:#5cc0a5;position:relative}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed:after{color:#fff;content:"\f015";display:block;font-family:Misettings;font-size:8px;font-weight:400;left:0;position:absolute;text-align:center;top:2px;width:100%}.monsterinsights-onboarding-wizard-content{background:#fff;border:1px solid #d6e2ed;color:#777;font-size:14px;margin:50px 0;padding:45px 50px 50px}.monsterinsights-onboarding-wizard-content h2{color:#393f4a;font-size:24px;font-weight:500;margin:0 0 5px}.monsterinsights-onboarding-wizard-content .subtitle{font-size:16px;line-height:1.5;margin-top:0}.monsterinsights-onboarding-wizard-content .monsterinsights-separator{border-top:1px solid #d6e2ed;clear:both;margin:26px 0}.monsterinsights-icon-info{display:inline-block;vertical-align:middle}.monsterinsights-icon-info svg{height:16px;width:16px}.monsterinsights-onboarding-wizard-form label{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-description{margin-top:6px}.monsterinsights-form-input{margin:5px 0 0;position:relative}.monsterinsights-form-input input[type=radio],.monsterinsights-settings-input-radio input{opacity:0;position:absolute}.monsterinsights-settings-input-radio>span{margin-bottom:18px;display:block}.monsterinsights-settings-input-radio>span:last-child{margin-bottom:0}.monsterinsights-settings-input-radio label{color:#393f4a;font-size:16px;display:block}.monsterinsights-settings-input-radio label small{font-size:16px;color:#393f4a;font-weight:400}.monsterinsights-settings-input-radio label>span{vertical-align:middle;font-weight:500;line-height:1}.monsterinsights-settings-input-radio label:last-child{margin-bottom:0}.monsterinsights-settings-input-radio .monsterinsights-styled-radio{width:20px;height:20px;border:1px solid #b2c1cd;position:relative;display:inline-block;border-radius:50%;margin-right:19px}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked{border-color:#5cc0a5}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked:after{left:2px;right:2px;top:2px;bottom:2px;position:absolute;content:"";background:#5cc0a5;display:block;border-radius:50%}.monsterinsights-form-input input:focus~.monsterinsights-styled-checkbox-status{-webkit-box-shadow:0 0 5px 2px #4d90fe;box-shadow:0 0 5px 2px #4d90fe}.monsterinsights-form-input .monsterinsights-form-input-label{display:inline-block;vertical-align:top}.monsterinsights-form-input .monsterinsights-form-input-label span{font-weight:400}.monsterinsights-onboarding-button,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{border:1px solid;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:1;padding:10px 18px;text-decoration:none}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large{background-color:#509fe2;border-color:#2e7fbe;font-size:16px;padding:16px 32px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:focus,.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:hover{background-color:#3a93dd;border-color:#2971a9}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{background-color:#5cc0a5;border-color:#40a88d;font-size:14px;font-weight:500;padding:10px 16px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular:focus,.monsterinsights-onboarding-button.monsterinsights-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:#4ab99b;border-color:#39967e}.monsterinsights-onboarding-button.monsterinsights-button-disabled,.monsterinsights-onboarding-button.monsterinsights-button-disabled:focus,.monsterinsights-onboarding-button.monsterinsights-button-disabled:hover{background-color:#f3f6ff;border-color:#b7c9d9;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-button.monsterinsights-button-activated,.monsterinsights-onboarding-button.monsterinsights-button-activated:focus,.monsterinsights-onboarding-button.monsterinsights-button-activated:hover{background-color:#fff;border-color:#8aa4b8;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-wizard-form input[type=email],.monsterinsights-onboarding-wizard-form input[type=text]{border:1px solid #b7c9d9;border-radius:5px;color:#444;display:block;font-size:16px;padding:14px;width:100%}.monsterinsights-onboarding-wizard-form input[type=email]:focus,.monsterinsights-onboarding-wizard-form input[type=text]:focus{border-color:#509fe2;outline:none}.monsterinsights-form-input.valid input[type=email],.monsterinsights-form-input.valid input[type=text]{border-color:#64bfa5}.monsterinsights-form-input.error input[type=email],.monsterinsights-form-input.error input[type=text]{border-color:#dc3232}.monsterinsights-form-input select{width:100%}.monsterinsights-form-input.error:after,.monsterinsights-form-input.valid:after{display:none;font-family:Misettings;font-size:20px;font-weight:400;position:absolute;right:12px;top:13px}.monsterinsights-form-input.valid:after{color:#64bfa5;content:"\f015";display:block}.monsterinsights-form-input.error:after{color:#d83638;content:"\f014";display:block}.monsterinsights-error-message{color:#d83638;font-weight:500}::-webkit-input-placeholder{color:#b7c9d8}::-moz-placeholder{color:#b7c9d8}:-ms-input-placeholder{color:#b7c9d8}:-moz-placeholder{color:#b7c9d8}.monsterinsights-notice{background-color:#f3f6ff;border:1px solid #b7c9d9;border-radius:5px;color:#8aa4b8;font-size:16px;line-height:1.4;margin:30px 0;padding:16px 20px}.monsterinsights-notice.monsterinsights-notice-error{background-color:#fff4f3;border-color:#d83638;color:#d83638}.monsterinsights-text-button{background:none;border:none;border-bottom:1px solid;color:#89a4b9;cursor:pointer;font-size:16px;padding:0}.monsterinsights-text-button i{margin-left:4px}.monsterinsights-text-button:hover{border-bottom-color:rgba(0,0,0,0)}.monsterinsights-pull-right{float:right}.monsterinsights-text-button.monsterinsights-pull-right{margin-top:15px}.monsterinsights-form-inline .monsterinsights-form-input,.monsterinsights-form-inline .monsterinsights-form-label{float:left;width:80%}.monsterinsights-form-inline .monsterinsights-form-input{float:right;text-align:right;width:20%}.monsterinsights-form-inline:after{clear:both;content:"";display:table}.monsterinsights-form-inline p.monsterinsights-description{margin-bottom:0}.monsterinsights-form-inline .monsterinsights-separator{float:left;margin-top:27px;width:100%}.monsterinsights-settings-input-checkbox>label{color:#444;font-size:14px;margin:0}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux{cursor:default}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox{cursor:default;background-color:#dee5e9}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#b9d8f3}.monsterinsights-settings-input-checkbox>label input{display:none}.monsterinsights-settings-input-checkbox>label>span{vertical-align:middle}.monsterinsights-settings-input-checkbox>label:last-child{margin-bottom:0}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox{width:27px;height:18px;position:relative;display:inline-block;border-radius:10px;background-color:#d83638;float:right;cursor:pointer}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#509fe2}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked:after{right:2px;left:auto}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox:after{left:2px;top:2px;bottom:2px;width:14px;position:absolute;content:"";background:#fff;display:block;border-radius:50%}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-label{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-description{font-weight:400;color:#777;display:inline-block;margin-top:7px}.monsterinsights-settings-input-checkbox .monsterinsights-info{margin-top:6px;margin-left:4px;display:inline-block}.monsterinsights-addon-icon,.monsterinsights-addon-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-addon-icon{border:1px solid #d5e2ed;-ms-flex-negative:0;flex-shrink:0;height:70px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:70px}.monsterinsights-addon-icon img{display:block;vertical-align:middle}.monsterinsights-addon-text{padding:0 20px;width:100%}.monsterinsights-addon-text label{line-height:1}.monsterinsights-addon-text p{margin:6px 0 4px}.monsterinsights-addon-text a{color:#777}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}.monsterinsights-green-link{color:#5cc0a5;font-size:16px}.monsterinsights-addon-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-addon-button .monsterinsights-onboarding-button{min-width:134px;text-align:center}.monsterinsights-wpforms-row .monsterinsights-addon-icon{height:100px;line-height:98px;width:100px}.monsterinsights-wpforms-row .monsterinsights-addon-text label{font-size:18px;font-weight:900}.monsterinsights-wpforms-row .monsterinsights-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-times-circle:before{content:"\f01b"}.monstericon-info-circle-regular:before{color:#b6c9da;content:"\f01e";font-size:16px}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-check:before{content:"\f015"}.monsterinsights-loader-animated{animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:monsterinsights-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 monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.monsterinsights-settings-input-select label>span,.settings-input-text label>span{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select .monsterinsights-reset-default,.settings-input-text .monsterinsights-reset-default{font-size:14px;margin-top:7px;float:right;font-weight:400}.monsterinsights-settings-input-select label>span.monsterinsights-dark,.settings-input-text label>span.monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4c}.monsterinsights-settings-input-select .monsterinsights-info,.settings-input-text .monsterinsights-info{margin-left:4px}.monsterinsights-settings-input-select .settings-input-text-input,.settings-input-text .settings-input-text-input{margin-top:18px}.monsterinsights-settings-input-authenticate .monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-authenticate p{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select-input{margin-top:18px}.monsterinsights-onboarding-wizard-form .field-title{display:block;margin:15px 0}.monsterinsights-onboarding-wizard-form fieldset{border:none;padding:0;margin:0;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-onboarding-wizard-form .ftp-password{margin-bottom:15px}.monsterinsights-onboarding-wizard-form ol{padding-left:20px}.monsterinsights-onboarding-wizard-form ol li{color:#393f4b;line-height:1.5;margin-bottom:30px;padding-left:15px}.monsterinsights-hidden{display:none}.monsterinsights-small{font-size:12px}.monsterinsights-auth-info .monsterinsights-dark{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-auth-info p{margin-top:6px}.settings-input-license label{font-size:14px;color:#777;font-weight:400;margin-bottom:18px;margin-top:8px;display:block}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater label{font-size:14px;margin-bottom:0}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater .monsterinsights-error{margin-top:0;margin-bottom:18px;display:block;font-weight:400}.monsterinsights-onboarding-wizard-form .monsterinsights-error{margin:18px 0 0;color:#d83638;cursor:default;display:inline-block}.monsterinsights-onboarding-wizard-form .monsterinsights-error i{margin-right:10px}p>label{display:block}p .monsterinsights-info{margin-left:4px}.monsterinsights-sublabel{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-repeater-labels label{color:#393f4c;font-weight:700;margin-bottom:6px;display:block;width:calc(50% - 8px)}.monsterinsights-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}.monsterinsights-settings-input-repeater-row:first-child{margin-bottom:14px}.monsterinsights-settings-input-repeater-row>input[type=text],.monsterinsights-settings-input-repeater-row>span{width:50%;margin-right:17px}.monsterinsights-settings-input-repeater-row input,.monsterinsights-settings-input-repeater-row select{margin-right:18px}.monsterinsights-settings-input-repeater-row button{padding:0;border:none;background:rgba(0,0,0,0);color:#dc3232;cursor:pointer;font-size:14px}.monsterinsights-settings-input-repeater-row input[type=number]{width:30%}.monsterinsights-settings-input-repeater-row select{width:70%}.monsterinsights-settings-input-repeater-row.monsterinsights-disabled-row{opacity:.5}.monsterinsights-button{background:#509fe2;border:solid #2e7fbe;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}.monsterinsights-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-logo{display:inline-block;width:400px;max-width:100%}.monsterinsights-logo .monsterinsights-bg-img{padding-top:21%}.monsterinsights-logo .monsterinsights-bg-img:after{background-image:url(../img/mi-onboarding-logo.png)}.settings-input-license p{color:#444}.settings-input-license p a{color:#509fe2}.monsterinsights-smile{display:inline-block;width:16px;height:16px;padding:0;vertical-align:middle}.monsterinsights-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)}.monsterinsights-onboarding-license-lite p{color:#777}.monsterinsights-onboarding-license-lite p a{font-weight:700}.monsterinsights-onboarding-license-lite p .monsterinsights-highlighted-text{font-weight:700;color:#64bfa5}.monsterinsights-onboarding-license-lite .monsterinsights-settings-license-lite{display:none}@media (max-width:767px){.monsterinsights-onboarding-wizard-container{max-width:100%;width:auto;margin:0 10px}.monsterinsights-onboarding-wizard-content{padding-left:20px;padding-right:20px}.monsterinsights-addon-row{-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights-addon-text{width:calc(100% - 80px);padding-right:0}.monsterinsights-addon-button{margin-top:20px}.monsterinsights-addon-icon{-ms-flex-item-align:start;align-self:flex-start}.monsterinsights-wpforms-row .monsterinsights-addon-text{width:calc(100% - 100px)}.monsterinsights-text-button.monsterinsights-pull-right{float:none}.monsterinsights-form-buttons{text-align:center}}.monsterinsights-addon-icon>div{display:inline-block;width:50px;height:50px;background-size:contain;background-repeat:no-repeat}.monsterinsights-addon-icon .monsterinsights-addon-icon-ads{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAM1BMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZvL+tLtAAAAEHRSTlMAgEC/YJ8g388w73AQUK+PCjI/1wAAAVxJREFUaN7tltFugzAMRec4CbSU1v//tXMWjwV5IApBCqrPAwpXVxyEBeTLMAzD2IUjcvMECRcqe/DABKIAjOcgQqKjDhJRV3aAVID5lgucqrQlwfmFhCkIEgRdUb6tkt90CkACUJU3JSjciUAgunPQE6EEXOt1RdgiOTyT5iQ3V3Dj4OFKHqryjgSOskFynDYkDBz54Ln8LpnEJNskHtfxNSRA68CVJG55BiZZkIxPRBx4ccPEczxB8qIf+hRkXtUlMQmQDz4FiD0vY22JIxr4SRFBCjgeOK4uyemfxFWRyHUmiaAled20JALEQhIA4D+JFM+YyXj64AGgP10i7+WJkiE7MFaXPPLu17koW+B43a/w2ZIAS4SL/eNXgcts7kzyOZIAewmbJUdoSTIHCdWZzmY0I/FQ0lGnznRW4rfd+zGwGYlifSYak5jEJCYxScYki3jwcjQMwzBq8A1quFFfpiEy9wAAAABJRU5ErkJggg==)}.monsterinsights-addon-icon .monsterinsights-addon-icon-amp{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAYFBMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZvupssYAAAAH3RSTlMAzqUOZLFaI9uHTwUxevNsvDoY6ICqmEHTcsUKSCyQ4Lja+QAAAqRJREFUaN7t2NlyozAQQNFmsVhkg0BsNtj9/385YcKkxWLF4KYqqeE8p3wpWrakwOFw+CJrv6iiqwhgN7Gb4KApcthDdkNTEnnATVY4pTPg5SlcIIBT6yCur7TeKuVoGlWC/zx/YzIN8Q0pUEQ/nX6E73BkgCR6NsQE9cVfYTz0DGIkSQ6L0v4PV5AJGlyACxoKWORiCGt0OHlyFw3Ns4gDa1TjqQM0aApYIs5o6gDSaRqjI1giejT1AS2GK0dEjqY+yIxFbI/4oc0DPnkL61Uar6uyR65oQU+dzN9MiuRij3SuTQqDkB5aCHEGgDxB4rMMXk1+uSZflJolkuLkM2s0JJIlEqApp6nT6CyR/GxD3+QbEj1dLzFwrK7x61HjqeMNmCJwMr8VLpqy7yJBbHM2pkIPHwk0PcASWanGZUoyRkDgEscDzghkycLUWvg+kkU2AkaCE47pFHosq4vUt8lRmDNCglSFiKidqqOJ882EOEP9iByR/y4iz10OhljM3d+KdJWDH7QqWjoFzRVvRDxjp9PdPpFOL/1gBQu8zZEYR5J6h8F7GnuPOG+z1MEkgx0iZZ9ozsMSK6jBGIn/NlqYqU5zYmOknJ+c+FdX+Owse3Lm0m0Rz7hX1uJLzjUTOrLdZ4fqmCtCJzZvFvFZI2eauxmpAeSSbRE5XM96RdlT+CHnXV0OIt7k5OamgTdSTf6j0PYfrvrYZS5bHaF7h/mD5dL7Yxo8XWwj+ZlUdD9ji9AdXZcX/6ES7N35I0E4Hy//Ht9WaNBinz0eatqAyxx4I6TNUrfR6uH3m5dlj/8Vh7vfHolPFix7vP1iyre6hLNG+oNnckR+TCRCzGGrHDGCF9wRy8DbJigRA3iFwncoeEmu3mm8/Krvwt9G3OFwOBwOK/wB8KDVf+6OtUEAAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-dimensions{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAM1BMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZvL+tLtAAAAEHRSTlMAv4AQQO+fYDAg38+vUHCP/kkt8AAAAuVJREFUaN7tmduWpCAMRUO43zT//7VTQWpKLVkt0zhP7IdeS209cBIS6IbJZDKZTI7kVZxAB2ORgi5YYSiJLskwEE+k7fmeIYowEHVpTSAaLGIeF5EcZeVhh8tpsF2wEmPP2abgARUHFSQquTAYbxMRQkUQrVnCeNRRBJgpMkWmyJHlf4ggUd6JOHiCRKR2ghaeQO8sytxgHsASpUODkTCecHDIfLJgbNjDcWsxPvReE6lTFwujDUsckT0yDN/cKSLtT7dG93gZLuKMgw3Dy91PJDKjF/sXbuxu2GFuTFD/yjCpKtCGDUtDDgvLD6vnN4bRG/FDj9Ee+pFot7IRELGmlVxa8xE8im6cJkpSYl3Pkf1wnKxtw5Z/0Hih+SfWkVIgJspWB9C+W4MVmFBezfWirZKIYr+GK+44qGTxupK2qSI1EXbW88hfPx2qXLGlNeLc11q4sPq34BpLAi/yk60EAwyT4b2CpSGKK6IJpPHzrKNGt+GSZ7fYGF9nJ7ZYmFZh728thghZQ+/eWYqKYPmCxC9CV2vRHEMZ9CGQln3Cv25lugRvHj0xliKB56K3kiqZmjDLpmHh7ixKSKQWcKTcMcSkdtF3t+uukGApf4dKggvlebtBL/dEot/MgTN5Sx7XFlE3g/L+gojf4apfaIssvSIXH/pRxBCpHpGkL8ywDZHeXT73wuw5hh5OWB6mW7Apku5uwYjRHtx3ngjNQu3sMrc7l3hvTsK5RCgeZmyu6xyp43TnbFm4+TR1GbUvO4utzSziSF3D94nl183hHZnI7o9W9E3InVs65KGTkVDxr4ti5jtU5qyQbO/uXbutZ2l0JRymWmFHnd/8x1zFVotA9Ld7GY7XANQ+gn5ZRUIrd2lKMAKzqaiEcjc/Y+T70TgV5EVpFBRs4qs8SOMrdYoKUqVoDFVZzW4vrDEO1mAVnT//AtBEj/xRyMltXWvxopZE7+EJNFUMPIetKsHBZDKZTCZN/gBVxTMQO6CX7wAAAABJRU5ErkJggg==)}.monsterinsights-addon-icon .monsterinsights-addon-icon-ecommerce{background-image:url(data:image/png;base64,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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-eu-compliance{background-image:url(data:image/png;base64,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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-facebook-instant-articles{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAUVBMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZsZBd+gAAAAGnRSTlMAzqVlDrEkWwbbMYdOeXD0F71/5ZJWQznInGSusBcAAAIuSURBVGje7djbeqIwFIbhBWETtgkioP/9X+iUKVSS1qWQ0LEdvhM88XmfsCIIdHR09JEc0upciFLTbvXXFlOXah8nb7BMnaR3Qhawa3PPRhTjc6rzasgLzNT7gVdktKrQMs5qspgzJjI4VVQfc4nuGQXcOssWc6d7Q1RoK7Gi2DKoXgxHf43UwLBq6sowrjQvhFtKiIzWVBpGSCSwKLiHBKuQs2FIkpmhai9IgFuxJOpg1HlBWtOgUozV86RqH4g0jDkZY6rgEZFxzV+OMNcYxtyZR2pwhTSlWAMnHilDLkFT82Zqs7EgMg0IL4NvzN+7ZaB3R+yzqrRlKOkFSYyFWAZC4hGdc2mau+CWtgyU5GV3Ub9YiG1cyB2xR59YBvpHSFJy5YupKLx3tY0rMcjK5hMWWEYjPSIk8FWBJp8I9eqzEUf0GBkKro6MksYiVEVjrrvLqgyWxFmTf2QsqZp2BLKwlEQPke0Fk34gB/J/IUlX1WIYP6RcuQOiQ4zFRCTAdXJAGuyPpLghUcKltyPXv4IQ/Z6Dv8zX2z2RDED9nUgZc3UekL12l1BKYeztOEJdwCW2IbX9eMnnjgzfgWg3hH90aAEUb0cak2wvvLv+CZJXXMMPuqz8HuTBPf4H7a7dkDjLspTGHt7jX//P3S9AynhNncP9hM99d6XBmsQLz+RAXgYpAL3Z0EDx5CvYOIm2lcRAQs/UwKWGnko3LoamJ8tTsa00p6Ojo6OjFf0Bm8Sx6siAvW4AAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-forms{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAANlBMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZuRwO53AAAAEXRSTlMAgNMVCyHu5nRFpqyKO7Npmr5mhbcAAAEhSURBVGje7dfbasMwEIRhWZasxOd5/5ctKaRDu41b6A40zs6lDP5s/iulWOyHLWvDx9q6JME6fNnF31hg5v8vq0VWd6RZpGlStK3czsr2iex8ke1+ugmRcj8tQoTH/x/Bt+sOP8EukOdEzGsM8vhpIGdCHi+QsyK/WSCBBPIyyDINey9G6gBg1iIlA0DWIiMg/5MLbhuqErnifdckROrAC70CYXSMSYUwei5ChNF1CKPrEEbXIYyuQxhdiDC6G1LHNvcH0V2QHUDuD6J7IA2gwuhT8kRmUDHRvZA+UzHRHRCrMLoXYhVGd0eoMLo7QmVidG+ECqMLECqMLkCodEmFUJmSCqGSiwahMre9nvbqEEgggWiQvy6Q50RisVgsdrq9Af5teS7UZtMfAAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-google-optimize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAV1BMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZvP5UnqAAAAHHRSTlMAX1cefIQlPrTgo+xpcxL0BtXBTRkwmJGMzUYLkaGXDQAAAc1JREFUaN7t2NuOmzAQgOHhEAy2Mea8wLz/c7aN0o4V012PEbnyfxNpRsqHhAwSkEqlUm7VmPPaDZdoFfLrBYc4BoyrZCArxiaCjRmj64MRjfFNoYjE+MZQpMb4soQkJCEJSUhCXk1VQIKP8Cu4iJ11yUuwkVwhtwcXWRBvR0b8ANJ8AJnwA8j4CSRPSEISEo4omem1x/806MoIrS4iXxb+pBWe1cKzY7mC0FLgSZre/xeQmgYtem20NSoeqWhwoFcOlIxGOncy4HszUDoa2b7/6HEANa19JNK4E/nTF5Mik20EggVQ/llZwCsGGWkg0EtZ2g6lsHHIF1BFg+9JWipE7GpdMJGXYXzFN+Y+9sQ/jRaX2dhRbgUpjpGpNd8fNOciL+NvzT+l6ci4+hQmw1WU/v0z5YqMK4ghw1Wm11aTEYTscB4ZpFBkBCHmJ4MU4xmByBZk+NezcZD53NjRT4HTwkA0nJej3wBOMhTphgoYSGeBGs4RK96aLQAHcZ/tpjtHTmIig3tL7kLoT0a8D0H5PPL2gXci2NVrWXd4H0IlJCFXkD0KaXmIiUIE8OqRX3cwEYH8NHAr2YYEfqJnESqHqKYxCy0vIJVKpbx+AcHE7M0e5yrjAAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-page-insights{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAgVBMVEUAAABgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5nATxYeAAAAKnRSTlMADfKABeuGpi0PCST15bIg+rkW18c033s+KM5d7m1iV0+ekkc6GpiOaHPZgCbNAAADgklEQVRo3u2Z6W6jMBCAB+NwHwEacmdzJ533f8CtHTuGlCDHBCm74vvTVkj+mMMzlYCBgYE+OW0uWTEiJF649iGAPviTjLHC6Hx8v2KBv0gm8E7mGTbivDOMCCXjURkTZflKQZ/AaiTP2cPp/cjp4RRQas2X+1KWZqKdDRebidgRNt5wq5Wmyy8RmqYlJfiEKQBcRRQzeOAa3V7kBDokmIVWIwAwQc65KQG3jitAB0QfnkFjEVIT9JayvZ6EwjMura1KC2RMtCTW03IhI4Fn5BGvVzfJDn8gVssVQsasi8Tn4+oKP6zt5qR8iVC1JVYVX7ZvzB8hXvgkhgdmyMi1JQ6pUlDW3D/YPKaI//SiJTzAa7/RlQRYYwFAV+yXkEdCuOQLoxwU96GzM4xkLy5iAUry5yaHeXIAyZG/kWFNqGgd9y4RkdmwiSpdG7AuXgXG3bXmZyrJBTm8oY71oqQmEpXubym51oqWgYQvNE9XEtpVZmLIr6VkecIqXk0y0ZTQEVbZP0ayyesbvnYdPTPJTtzFS3MkapaUbHXlZuk6AGzFG4tIwK2SiGuZs9FTms+ulG9xKiROADUs9kC8SWYugZKnRYyVMRnVWBXccuYLx/AyWvIAlz/CBnyQo+doOFbIDOCA96Ku7V+s7xe2BJMBKYdeLENpRgYyBdNIWMrXbYvvXpGxD6Y1yam8OyO/ffva5jteNGjbJD+iaPJuEkhug7cxlsNYZLOrJIiRUTac9C3/l+0sgTASAzN/SFUmJ6XrdZbARFjIRR1GtwkqiNdZAl6JgmL//eewXU7dGAWLSFi6SiDPsJnx1hOxGG3G8P73lj3axE2OzAOLSIuehJaoKKm4iGI1+k78S8H1nrLoSPz6hFWbcjHhvbxJiMpT4citPl9Ji4aERa4g1j19zm4JN/zZ2jnvdnt7mYJCWQwk2sxH0tKTJN3ULAYSqw3gnPgIDpXlVYlD2nBAbDqLWWJpeVESYDuB2P0+1Cw9RGLJm5wKS9RDTYREWeIeuktKpKVM+5IoS5FDb+mSlqkP0F/hFf20cF3ykZG8XpP3T+F/SRLabYRGEj9CRcTXbxsjaiIJ6g3ajwRsorChh3Rxag3aQ+ENMI9EH0OJQ17BAfPu0if42EherMlHd9d/IKFgCkX0NSU+mOIjUv3PTWaEGSbaH87MIan+J0BDxu4cBgYGBgY+jL9tSRnKpKBuYgAAAABJRU5ErkJggg==)}.monsterinsights-addon-icon .monsterinsights-addon-icon-performance{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAM1BMVEUAAABhW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW52pZCvGAAAAEHRSTlMAgEDvEJ9gMM9Q368gv49wMr3HGwAAAwlJREFUaN7tl9ty5CAMREHiji/9/1+7RngWe7MzrmBnH7Y4D0mZOAjUjSXUYDAYDAaDwf/EgkJQP8oMwajnMdqpCjBrC5ASvJ3UU7gE1CgeWNUE6PrEgH5mU1RT5CWcbIKRZX8BG8k9kSoAbAH2VXcRJu0xcgLwRJRQdHYAR5uAeRvRAGdnUTaUgSd0WSVVFpVlG4mohE2P9IyfJ5lZosyayrINrZaBtMWg4oQnCCKBsu5kpGh9GZRsPZWvN3AR6Q4xVnvlkq+/Q0CqC/BrnxYMtlGcGvw7f2fxtl9Sp5MtClximI9vcUIhdZx9AkLenXq9lrD90l1ncFLGZfA5hic6D2SEdXNY6vBZlGRvmOkg0xJQSJbaoLwg0tkeSTieVbZozP7skirdt9F/fPuIS+51JNKi1dGznrewpquM7J+q9jTT77zhmJ3I7anDYNzWel47yXNL7XLz0yi003aI6ptLXFct7Cdkul6/xW2yuWhMeH9PfxsLWD0DDOSrxgTzJDW9xyhUnF8OZvwsRqL9KPreIMow8mcxXq7sYQ+iMtK7VPEhiL8VZAG/FV2Wr1+nYOkQfg+SPlVlL6JEieFUtybrRQ8TxV4MWPo2ZW4qPR9KEfqIZtzk2pkizU3ypK6ZSHAtaRFApBMB0HR4sWG+2dCHQwkL07lyNgct5YT3IR3XqRy7ZsNablsQJtWD532eFgVplYY7Zpz/tnReU6iV1PMXgSEs5lyqe/quWOb5UgYSdr7cSCN3lGDDte+M9vSvftUbdNpEdqZmM/Z0RDpaxtUCvRwMF9F1iUh44S7sseN7lK9L3A3woTy414Z7mGuy/QdJ/Wuf0YqC/bj3CTOlZXiEDMiOzB+7qH9jdZu2Wge2blI7tCRRyhXj3mefx0OQz5dPELSswD6TLd7vBtiY5c69EYqvnsqXAWD3mk+zTGnB0UjcqMuPB4IsECQrq1wMQz3c1O5c95lmiVEgWXdRo+Bqa/MQlIISZH6JJGjW6kFMu3gXpsPw81gUWP0opAtODQaDwWAwGPwjfgH3i0XNTMmXjwAAAABJRU5ErkJggg==)}.monsterinsights-addon-icon .monsterinsights-addon-icon-media{background-image:url(data:image/png;base64,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)}.monsterinsights-addon-icon .monsterinsights-addon-wpforms{width:76px;height:59px;background-image:url(../img/wpforms.png)}.monsterinsights-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}.monsterinsights-settings-network-notice .monsterinsights-bg-img{margin-right:25px}.monsterinsights-settings-network-notice .monsterinsights-bg-img.monsterinsights-icon-warning{width:48px}.monsterinsights-settings-network-notice .monsterinsights-bg-img.monsterinsights-icon-warning:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAAAllBMVEUAAADV4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u2KpLj///+etMW0xdKqvs6ascPG1eKww9PO3OmVrb+LpbnR3+qRqr3U4ezA0d60x9atwdGPqLyNp7rT4Oy8ztzBztmiuMnx9PfJ2OXW4ObL2ua3ytilu8v7/P31+PnT3eXC0t/r8PPo7fHe5uvR2+OftscAs3DjAAAAC3RSTlMABtDHbvQb+ctt0f3LxK8AAAIoSURBVGje7drZbqMwFIBh05Au4wPBYPa1TPak2/u/3NAME6lzSMHGvqjk/zJI/sTiSLZMCLHsxZJqaLmwLdJ1f0e1dXdPiIXGVypY5Ilq7YksqNYW5IFq7YFQzRnAAAYwgAEMIAxwP2t2TbZOKWo+wHdtCH0VK3zFQPYRwdfCgqsDMgYDVUWsBuAt3ChpVABZCbfbx7OBPILvYnwmUMBI4XYWEMBoIZ8BNDAhVksD6wqm5MkCKf78g83bOUS/ZpJAjkZ6d7qOLnoNtRQQowmwci69ROjGpAD8Bb05f0O3UMYSQF0i4LUHPHQllwAaQJ16IMSTQQJoMeAenM/eAbcWBtIKcN6xG38zdCUXBnwYqvRWLgzVCgM5CBUKAx6giudLq0GhFgXwO2ZOX2fjuCiAH7X7Dxi8hbVuwJ8PJEelQAtYYL8VPiIPBvoGiEWBXAxIqChwFgNcYSCOhIBAGKCuEOCLAzs0yPPmcAFeTwy/AmEAPyPmXDuhvykJgO7RTL62ga9FWxlgHU0GPCoO4LlWvjh9h/9ec8XlgDiBaeVUDqAZTMpNZQFawIQSTqWBtIXRKn/OAqT+GB3/PG8Jle5Hno8/e5UZRHA7tlWwTvZDuFFUpEpW+nVQwlDMV7ZXEQ8QbqZ0t6Vu9glci1iw1bBfxJs88Dwv2PkppT9zx8sAnxnAAAag1AAGEE/3oYGl/mMPNtWarfnoyS9L++GZLst+1HP859G2CPkDRZCgO+Q/ERIAAAAASUVORK5CYII=)}.monsterinsights-settings-network-notice .monsterinsights-network-message{width:100%}.monsterinsights-bg-img.monsterinsights-icon-warning{width:48px}.monsterinsights-bg-img.monsterinsights-icon-warning:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAAAllBMVEUAAADV4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u2KpLj///+etMW0xdKqvs6ascPG1eKww9PO3OmVrb+LpbnR3+qRqr3U4ezA0d60x9atwdGPqLyNp7rT4Oy8ztzBztmiuMnx9PfJ2OXW4ObL2ua3ytilu8v7/P31+PnT3eXC0t/r8PPo7fHe5uvR2+OftscAs3DjAAAAC3RSTlMABtDHbvQb+ctt0f3LxK8AAAIoSURBVGje7drZbqMwFIBh05Au4wPBYPa1TPak2/u/3NAME6lzSMHGvqjk/zJI/sTiSLZMCLHsxZJqaLmwLdJ1f0e1dXdPiIXGVypY5Ilq7YksqNYW5IFq7YFQzRnAAAYwgAEMIAxwP2t2TbZOKWo+wHdtCH0VK3zFQPYRwdfCgqsDMgYDVUWsBuAt3ChpVABZCbfbx7OBPILvYnwmUMBI4XYWEMBoIZ8BNDAhVksD6wqm5MkCKf78g83bOUS/ZpJAjkZ6d7qOLnoNtRQQowmwci69ROjGpAD8Bb05f0O3UMYSQF0i4LUHPHQllwAaQJ16IMSTQQJoMeAenM/eAbcWBtIKcN6xG38zdCUXBnwYqvRWLgzVCgM5CBUKAx6giudLq0GhFgXwO2ZOX2fjuCiAH7X7Dxi8hbVuwJ8PJEelQAtYYL8VPiIPBvoGiEWBXAxIqChwFgNcYSCOhIBAGKCuEOCLAzs0yPPmcAFeTwy/AmEAPyPmXDuhvykJgO7RTL62ga9FWxlgHU0GPCoO4LlWvjh9h/9ec8XlgDiBaeVUDqAZTMpNZQFawIQSTqWBtIXRKn/OAqT+GB3/PG8Jle5Hno8/e5UZRHA7tlWwTvZDuFFUpEpW+nVQwlDMV7ZXEQ8QbqZ0t6Vu9glci1iw1bBfxJs88Dwv2PkppT9zx8sAnxnAAAag1AAGEE/3oYGl/mMPNtWarfnoyS9L++GZLst+1HP859G2CPkDRZCgO+Q/ERIAAAAASUVORK5CYII=)}.monsterinsights-license-type-text{color:#777;font-weight:700;margin-top:16px}.monsterinsights-license-type-text a{color:#777;font-weight:400}.monsterinsights-license-type-text .monsterinsights-info{margin-left:10px}.monsterinsights-settings-license-site>.monsterinsights-settings-network-notice{margin-top:16px}button[data-v-09b2f69e]{margin-top:3px}.monsterinsights-welcome-container{width:750px;margin:0 auto;max-width:100%}.monsterinsights-welcome{padding-top:110px}@media (max-width:782px){.monsterinsights-welcome{padding-right:10px;padding-left:10px}}.monsterinsights-welcome-block{background:#fff;border:1px solid #d6e2ed;margin:25px 0;position:relative;text-align:center}.monsterinsights-welcome-block.monsterinsights-welcome-block-first{padding-top:50px}.monsterinsights-welcome-logo:after{width:82px;padding-top:68%;background-image:url(../img/welcome-mascot.png);margin:15px 19px 19px}.monsterinsights-welcome-logo-container{position:absolute;top:-60px;width:120px;height:120px;left:50%;margin-left:-60px;background:#fff;border-radius:50%;border:1px solid #d6e2ed}.monsterinsights-welcome-block-inner{padding:25px}.monsterinsights-welcome-block-inner h3{color:#393f4c;font-size:24px;margin:0 0 20px;line-height:1.4}.monsterinsights-welcome-block-inner p{font-size:16px}.monsterinsights-welcome-video iframe{width:100%}.monsterinsights-button-wrap{margin:20px auto 0;max-width:590px}.monsterinsights-button-wrap .monsterinsights-button{width:100%}.monsterinsights-button-wrap:after{content:" ";clear:both;display:table}.monsterinsights-button:focus,.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-welcome-left{padding-right:20px}.monsterinsights-welcome-right{padding-left:20px}@media (max-width:782px){.monsterinsights-welcome-right{padding-top:25px}}.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:50%;float:left}@media (max-width:782px){.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:100%;padding-left:0;padding-right:0}}.monsterinsights-button.monsterinsights-button-alt{background:#f9fbff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-welcome-features{padding-bottom:0}.monsterinsights-welcome-feature{text-align:left;width:50%;float:left;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:10px;margin-bottom:25px}@media (max-width:782px){.monsterinsights-welcome-feature{width:100%}}.monsterinsights-welcome-feature:nth-child(2n){padding-left:15px;padding-right:0}@media (max-width:782px){.monsterinsights-welcome-feature:nth-child(2n){padding-left:0}}@media (max-width:782px){.monsterinsights-welcome-feature{padding-right:0}}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img{width:46px;-ms-flex-negative:0;flex-shrink:0;margin-right:15px}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img svg{width:100%}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text h4{font-size:16px;color:#393f4c;margin:0}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text p{font-size:14px;margin-top:5px}.monsterinsights-welcome-block-inner:after{content:"";display:table;clear:both}.monsterinsights-welcome-block-footer{padding-bottom:50px}.monsterinsights-upgrade-cta{text-align:left;background:#f7f9fd;padding:15px}.monsterinsights-upgrade-cta h2{font-size:20px;margin:0 0 30px}@media (max-width:767px){.monsterinsights-upgrade-cta h2{text-align:center}}.monsterinsights-upgrade-cta h2 span{display:inline-block;border-bottom:1px solid #555;padding:0 15px 12px}.monsterinsights-upgrade-cta .monstericon-check{color:#5cc0a5;margin-right:4px}.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:70%}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:100%}}.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:30%;text-align:center}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:100%}}.monsterinsights-upgrade-cta ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:15px;margin:0;padding:0}.monsterinsights-upgrade-cta ul li{display:block;width:50%;margin:0 0 10px;padding:0}@media (max-width:767px){.monsterinsights-upgrade-cta ul li{width:100%}}.monsterinsights-upgrade-cta .monsterinsights-amount{font-size:48px;font-weight:600;position:relative;display:inline-block}.monsterinsights-upgrade-cta .monsterinsights-amount:before{content:"$";position:absolute;top:-8px;left:-16px;font-size:18px}.monsterinsights-upgrade-cta .monsterinsights-term{font-size:12px;display:inline-block}.monsterinsights-upgrade-cta .monsterinsights-price{padding:0 0 26px}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;margin-bottom:25px}@media (max-width:782px){.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial-text{padding-left:25px}.monsterinsights-welcome-testimonial-image{width:100px;border-radius:50%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media (max-width:782px){.monsterinsights-welcome-testimonial-image{margin-top:24px}}.monsterinsights-welcome-testimonial-image .monsterinsights-bg-img{padding-top:100%;background-size:100px;background-repeat:no-repeat}.monsterinsights-testimonial-one{background-image:url(../img/testimonial-avatar.jpeg)}.monsterinsights-testimonial-two{background-image:url(../img/testimonial-avatar-2.png)}.monsterinsights-welcome-footer-upsell{background-color:#f9fbff;border-top:1px solid #d6e2ed}.dashboard_page_monsterinsights-getting-started.auto-fold #wpcontent{padding-left:0}.monsterinsights-welcome-video-image{padding-top:57%}.monsterinsights-welcome-video-image:after{background-image:url(../img/welcome-video-image.jpg)}
1
+ @import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);.monsterinsights-tooltip{display:block!important;z-index:10000;max-width:350px}.monsterinsights-tooltip .monsterinsights-tooltip-inner{background:#5f6197;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-tooltip .monsterinsights-tooltip-inner a{color:#fff;font-weight:700}.monsterinsights-tooltip .monsterinsights-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#5f6197;z-index:1}.monsterinsights-tooltip[x-placement^=top]{padding-bottom:5px}.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow{border-width:5px 5px 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% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=bottom]{padding-top:5px}.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow{border-width:0 5px 5px;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% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-left:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 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% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip[x-placement^=left]{padding-right:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;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% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip.popover .popover-inner{background:#fff;color:#5f6197;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)}.monsterinsights-tooltip.popover .popover-arrow{border-color:#fff}.monsterinsights-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.monsterinsights-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}@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,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) format("woff2"),url(data:font/woff;base64,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) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}.monsterinsights-admin-page fieldset[disabled] .multiselect{pointer-events:none}.monsterinsights-admin-page .multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.monsterinsights-admin-page .multiselect__spinner:after,.monsterinsights-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)}.monsterinsights-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}.monsterinsights-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}.monsterinsights-admin-page .multiselect__loading-enter-active,.monsterinsights-admin-page .multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.monsterinsights-admin-page .multiselect__loading-enter,.monsterinsights-admin-page .multiselect__loading-leave-active{opacity:0}.monsterinsights-admin-page .multiselect,.monsterinsights-admin-page .multiselect__input,.monsterinsights-admin-page .multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.monsterinsights-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}.monsterinsights-admin-page .multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.monsterinsights-admin-page .multiselect:focus{outline:none}.monsterinsights-admin-page .multiselect--disabled{opacity:.6}.monsterinsights-admin-page .multiselect--active{z-index:1}.monsterinsights-admin-page .multiselect--active:not(.multiselect--above) .multiselect__current,.monsterinsights-admin-page .multiselect--active:not(.multiselect--above) .multiselect__input,.monsterinsights-admin-page .multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.monsterinsights-admin-page .multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.monsterinsights-admin-page .multiselect--above.multiselect--active .multiselect__current,.monsterinsights-admin-page .multiselect--above.multiselect--active .multiselect__input,.monsterinsights-admin-page .multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.monsterinsights-admin-page .multiselect__input,.monsterinsights-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}.monsterinsights-admin-page .multiselect__input:-ms-input-placeholder{color:#35495e}.monsterinsights-admin-page .multiselect__input::-webkit-input-placeholder{color:#35495e}.monsterinsights-admin-page .multiselect__input::-moz-placeholder{color:#35495e}.monsterinsights-admin-page .multiselect__input::-ms-input-placeholder{color:#35495e}.monsterinsights-admin-page .multiselect__input::placeholder{color:#35495e}.monsterinsights-admin-page .multiselect__tag~.multiselect__input,.monsterinsights-admin-page .multiselect__tag~.multiselect__single{width:auto}.monsterinsights-admin-page .multiselect__input:hover,.monsterinsights-admin-page .multiselect__single:hover{border-color:#cfcfcf}.monsterinsights-admin-page .multiselect__input:focus,.monsterinsights-admin-page .multiselect__single:focus{border-color:#a8a8a8;outline:none}.monsterinsights-admin-page .multiselect__single{padding-left:5px;margin-bottom:8px}.monsterinsights-admin-page .multiselect__tags-wrap{display:inline}.monsterinsights-admin-page .multiselect__tags{min-height:40px;display:block;padding:9px 40px 0 8px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.monsterinsights-admin-page .multiselect__tag{position:relative;display:inline-block;padding:2px 8px 2px 20px;border-radius:5px;margin-right:10px;color:#393f4c;line-height:1.2;background:#f3f6ff;margin-bottom:5px;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.monsterinsights-admin-page .multiselect__tag.monsterinsights-tag-forced{padding-left:8px}.monsterinsights-admin-page .multiselect__tag.monsterinsights-tag-forced i{display:none}.monsterinsights-admin-page .multiselect__tag-icon{cursor:pointer;position:absolute;left:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:24px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px;margin-left:0}.monsterinsights-admin-page .multiselect__tag-icon:hover{background:rgba(0,0,0,0)}.monsterinsights-admin-page .multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.monsterinsights-admin-page .multiselect__tag-icon:focus:after,.monsterinsights-admin-page .multiselect__tag-icon:hover:after{color:#444}.monsterinsights-admin-page .multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.monsterinsights-admin-page .multiselect__current,.monsterinsights-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}.monsterinsights-admin-page .multiselect__select{display:none}.monsterinsights-admin-page .multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.monsterinsights-admin-page .multiselect--active .multiselect__placeholder{display:none}.monsterinsights-admin-page .multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #b7c9d9;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.monsterinsights-admin-page .multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.monsterinsights-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}.monsterinsights-admin-page .multiselect__content::webkit-scrollbar{display:none}.monsterinsights-admin-page .multiselect__element{display:block}.monsterinsights-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}.monsterinsights-admin-page .multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.monsterinsights-admin-page .multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.monsterinsights-admin-page .multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.monsterinsights-admin-page .multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.monsterinsights-admin-page .multiselect__option--selected:after{content:attr(data-selected);color:silver}.monsterinsights-admin-page .multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.monsterinsights-admin-page .multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.monsterinsights-admin-page .multiselect--disabled{background:#ededed;pointer-events:none}.monsterinsights-admin-page .multiselect--disabled .multiselect__current,.monsterinsights-admin-page .multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.monsterinsights-admin-page .multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.monsterinsights-admin-page .multiselect__option--group{background:#ededed;color:#35495e}.monsterinsights-admin-page .multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.monsterinsights-admin-page .multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.monsterinsights-admin-page .multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.monsterinsights-admin-page .multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.monsterinsights-admin-page .multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.monsterinsights-admin-page .multiselect-enter-active,.monsterinsights-admin-page .multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.monsterinsights-admin-page .multiselect-enter,.monsterinsights-admin-page .multiselect-leave-active{opacity:0}.monsterinsights-admin-page .multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}.monsterinsights-admin-page [dir=rtl] .multiselect{text-align:right}.monsterinsights-admin-page [dir=rtl] .multiselect__select{right:auto;left:1px}.monsterinsights-admin-page [dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}.monsterinsights-admin-page [dir=rtl] .multiselect__content{text-align:right}.monsterinsights-admin-page [dir=rtl] .multiselect__option:after{right:auto;left:0}.monsterinsights-admin-page [dir=rtl] .multiselect__clear{right:auto;left:12px}.monsterinsights-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)}}@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}.monstericon-times:before{content:"\f021"}.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-star:before{content:"\f025"}.monstericon-files:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand:before{content:"\f02d"}.monstericon-compress:before{content:"\f02f"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-download:before{content:"\0046"}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}body{background:#f3f6ff;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;margin:0}.monsterinsights-onboarding-header{text-align:center}.monsterinsights-header-navigation{border-top:4px solid #5f6197;padding:0 20px;position:relative;text-align:right}@media (min-width:782px){.monsterinsights-header-navigation{padding:0 125px}}.monsterinsights-exit-button{background:#5f6197;border-radius:0 0 5px 5px;color:#d7d7e5;display:inline-block;font-size:14px;line-height:1;padding:9px 20px 12px;text-decoration:none;transition:color .1s ease;-moz-transition:color .1s ease;-ms-transition:color .1s ease;-o-transition:color .1s ease;-webkit-transition:color .1s ease}.monsterinsights-exit-button span{margin-left:2px;font-weight:500}.monsterinsights-exit-button i,.monsterinsights-exit-button span{vertical-align:middle}.monsterinsights-exit-button i{color:#afb0cb;display:inline-block;font-size:16px;margin-right:4px}.monsterinsights-exit-button:hover{color:#afb0cb}.monsterinsights-onboarding-header h1{margin:10px 0;padding:0 20px}img{max-width:100%}a{color:#509fe1}a:focus,a:hover{text-decoration:none}.monsterinsights-onboarding-wizard-container{margin:0 auto;width:750px}.monsterinsights-onboarding-wizard-steps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:45px}.monsterinsights-onboarding-wizard-step-line{background:#d6e2ed;height:3px;margin:0 2px;width:100%}.monsterinsights-onboarding-wizard-step-line.monsterinsights-onboarding-wizard-line-active{background:#5cc0a5}.monsterinsights-onboarding-wizard-step{border:2px solid #b6c9da;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;height:16px;width:16px}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-active,.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed{background-color:#5cc0a5;border-color:#5cc0a5;position:relative}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed:after{color:#fff;content:"\f015";display:block;font-family:Misettings;font-size:8px;font-weight:400;left:0;position:absolute;text-align:center;top:2px;width:100%}.monsterinsights-onboarding-wizard-content{background:#fff;border:1px solid #d6e2ed;color:#777;font-size:14px;margin:50px 0;padding:45px 50px 50px}.monsterinsights-onboarding-wizard-content h2{color:#393f4a;font-size:24px;font-weight:500;margin:0 0 5px}.monsterinsights-onboarding-wizard-content .subtitle{font-size:16px;line-height:1.5;margin-top:0}.monsterinsights-onboarding-wizard-content .monsterinsights-separator{border-top:1px solid #d6e2ed;clear:both;margin:26px 0}.monsterinsights-icon-info{display:inline-block;vertical-align:middle}.monsterinsights-icon-info svg{height:16px;width:16px}.monsterinsights-onboarding-wizard-form label{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-description{margin-top:6px}.monsterinsights-form-input{margin:5px 0 0;position:relative}.monsterinsights-form-input input[type=radio],.monsterinsights-settings-input-radio input{opacity:0;position:absolute}.monsterinsights-settings-input-radio>span{margin-bottom:18px;display:block}.monsterinsights-settings-input-radio>span:last-child{margin-bottom:0}.monsterinsights-settings-input-radio label{color:#393f4a;font-size:16px;display:block}.monsterinsights-settings-input-radio label small{font-size:16px;color:#393f4a;font-weight:400}.monsterinsights-settings-input-radio label>span{vertical-align:middle;font-weight:500;line-height:1}.monsterinsights-settings-input-radio label:last-child{margin-bottom:0}.monsterinsights-settings-input-radio .monsterinsights-styled-radio{width:20px;height:20px;border:1px solid #b2c1cd;position:relative;display:inline-block;border-radius:50%;margin-right:19px}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked{border-color:#5cc0a5}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked:after{left:2px;right:2px;top:2px;bottom:2px;position:absolute;content:"";background:#5cc0a5;display:block;border-radius:50%}.monsterinsights-form-input input:focus~.monsterinsights-styled-checkbox-status{-webkit-box-shadow:0 0 5px 2px #4d90fe;box-shadow:0 0 5px 2px #4d90fe}.monsterinsights-form-input .monsterinsights-form-input-label{display:inline-block;vertical-align:top}.monsterinsights-form-input .monsterinsights-form-input-label span{font-weight:400}.monsterinsights-onboarding-button,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{border:1px solid;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:1;padding:10px 18px;text-decoration:none}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large{background-color:#509fe2;border-color:#2e7fbe;font-size:16px;padding:16px 32px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:focus,.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:hover{background-color:#3a93dd;border-color:#2971a9}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{background-color:#5cc0a5;border-color:#40a88d;font-size:14px;font-weight:500;padding:10px 16px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular:focus,.monsterinsights-onboarding-button.monsterinsights-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:#4ab99b;border-color:#39967e}.monsterinsights-onboarding-button.monsterinsights-button-disabled,.monsterinsights-onboarding-button.monsterinsights-button-disabled:focus,.monsterinsights-onboarding-button.monsterinsights-button-disabled:hover{background-color:#f3f6ff;border-color:#b7c9d9;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-button.monsterinsights-button-activated,.monsterinsights-onboarding-button.monsterinsights-button-activated:focus,.monsterinsights-onboarding-button.monsterinsights-button-activated:hover{background-color:#fff;border-color:#8aa4b8;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-wizard-form input[type=email],.monsterinsights-onboarding-wizard-form input[type=text]{border:1px solid #b7c9d9;border-radius:5px;color:#444;display:block;font-size:16px;padding:14px;width:100%}.monsterinsights-onboarding-wizard-form input[type=email]:focus,.monsterinsights-onboarding-wizard-form input[type=text]:focus{border-color:#509fe2;outline:none}.monsterinsights-form-input.valid input[type=email],.monsterinsights-form-input.valid input[type=text]{border-color:#64bfa5}.monsterinsights-form-input.error input[type=email],.monsterinsights-form-input.error input[type=text]{border-color:#dc3232}.monsterinsights-form-input select{width:100%}.monsterinsights-form-input.error:after,.monsterinsights-form-input.valid:after{display:none;font-family:Misettings;font-size:20px;font-weight:400;position:absolute;right:12px;top:13px}.monsterinsights-form-input.valid:after{color:#64bfa5;content:"\f015";display:block}.monsterinsights-form-input.error:after{color:#d83638;content:"\f014";display:block}.monsterinsights-error-message{color:#d83638;font-weight:500}::-webkit-input-placeholder{color:#b7c9d8}::-moz-placeholder{color:#b7c9d8}:-ms-input-placeholder{color:#b7c9d8}:-moz-placeholder{color:#b7c9d8}.monsterinsights-notice{background-color:#f3f6ff;border:1px solid #b7c9d9;border-radius:5px;color:#8aa4b8;font-size:16px;line-height:1.4;margin:30px 0;padding:16px 20px}.monsterinsights-notice.monsterinsights-notice-error{background-color:#fff4f3;border-color:#d83638;color:#d83638}.monsterinsights-text-button{background:none;border:none;border-bottom:1px solid;color:#89a4b9;cursor:pointer;font-size:16px;padding:0}.monsterinsights-text-button i{margin-left:4px}.monsterinsights-text-button:hover{border-bottom-color:rgba(0,0,0,0)}.monsterinsights-pull-right{float:right}.monsterinsights-text-button.monsterinsights-pull-right{margin-top:15px}.monsterinsights-form-inline .monsterinsights-form-input,.monsterinsights-form-inline .monsterinsights-form-label{float:left;width:80%}.monsterinsights-form-inline .monsterinsights-form-input{float:right;text-align:right;width:20%}.monsterinsights-form-inline:after{clear:both;content:"";display:table}.monsterinsights-form-inline p.monsterinsights-description{margin-bottom:0}.monsterinsights-form-inline .monsterinsights-separator{float:left;margin-top:27px;width:100%}.monsterinsights-settings-input-checkbox>label{color:#444;font-size:14px;margin:0}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux{cursor:default}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox{cursor:default;background-color:#dee5e9}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#b9d8f3}.monsterinsights-settings-input-checkbox>label input{display:none}.monsterinsights-settings-input-checkbox>label>span{vertical-align:middle}.monsterinsights-settings-input-checkbox>label:last-child{margin-bottom:0}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox{width:27px;height:18px;position:relative;display:inline-block;border-radius:10px;background-color:#d83638;float:right;cursor:pointer}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#509fe2}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked:after{right:2px;left:auto}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox:after{left:2px;top:2px;bottom:2px;width:14px;position:absolute;content:"";background:#fff;display:block;border-radius:50%}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-label{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-description{font-weight:400;color:#777;display:inline-block;margin-top:7px}.monsterinsights-settings-input-checkbox .monsterinsights-info{margin-top:6px;margin-left:4px;display:inline-block}.monsterinsights-addon-icon,.monsterinsights-addon-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-addon-icon{border:1px solid #d5e2ed;-ms-flex-negative:0;flex-shrink:0;height:70px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:70px}.monsterinsights-addon-icon img{display:block;vertical-align:middle}.monsterinsights-addon-text{padding:0 20px;width:100%}.monsterinsights-addon-text label{line-height:1}.monsterinsights-addon-text p{margin:6px 0 4px}.monsterinsights-addon-text a{color:#777}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}.monsterinsights-green-link{color:#5cc0a5;font-size:16px}.monsterinsights-addon-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-addon-button .monsterinsights-onboarding-button{min-width:134px;text-align:center}.monsterinsights-wpforms-row .monsterinsights-addon-icon{height:100px;line-height:98px;width:100px}.monsterinsights-wpforms-row .monsterinsights-addon-text label{font-size:18px;font-weight:900}.monsterinsights-wpforms-row .monsterinsights-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-times-circle:before{content:"\f01b"}.monstericon-info-circle-regular:before{color:#b6c9da;content:"\f01e";font-size:16px}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-check:before{content:"\f015"}.monsterinsights-loader-animated{animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:monsterinsights-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 monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.monsterinsights-settings-input-select label>span,.settings-input-text label>span{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select .monsterinsights-reset-default,.settings-input-text .monsterinsights-reset-default{font-size:14px;margin-top:7px;float:right;font-weight:400}.monsterinsights-settings-input-select label>span.monsterinsights-dark,.settings-input-text label>span.monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4c}.monsterinsights-settings-input-select .monsterinsights-info,.settings-input-text .monsterinsights-info{margin-left:4px}.monsterinsights-settings-input-select .settings-input-text-input,.settings-input-text .settings-input-text-input{margin-top:18px}.monsterinsights-settings-input-authenticate .monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-authenticate p{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select-input{margin-top:18px}.monsterinsights-onboarding-wizard-form .field-title{display:block;margin:15px 0}.monsterinsights-onboarding-wizard-form fieldset{border:none;padding:0;margin:0;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-onboarding-wizard-form .ftp-password{margin-bottom:15px}.monsterinsights-onboarding-wizard-form ol{padding-left:20px}.monsterinsights-onboarding-wizard-form ol li{color:#393f4b;line-height:1.5;margin-bottom:30px;padding-left:15px}.monsterinsights-hidden{display:none}.monsterinsights-small{font-size:12px}.monsterinsights-auth-info .monsterinsights-dark{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-auth-info p{margin-top:6px}.settings-input-license label{font-size:14px;color:#777;font-weight:400;margin-bottom:18px;margin-top:8px;display:block}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater label{font-size:14px;margin-bottom:0}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater .monsterinsights-error{margin-top:0;margin-bottom:18px;display:block;font-weight:400}.monsterinsights-onboarding-wizard-form .monsterinsights-error{margin:18px 0 0;color:#d83638;cursor:default;display:inline-block}.monsterinsights-onboarding-wizard-form .monsterinsights-error i{margin-right:10px}p>label{display:block}p .monsterinsights-info{margin-left:4px}.monsterinsights-sublabel{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-repeater-labels label{color:#393f4c;font-weight:700;margin-bottom:6px;display:block;width:calc(50% - 8px)}.monsterinsights-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}.monsterinsights-settings-input-repeater-row:first-child{margin-bottom:14px}.monsterinsights-settings-input-repeater-row>input[type=text],.monsterinsights-settings-input-repeater-row>span{width:50%;margin-right:17px}.monsterinsights-settings-input-repeater-row input,.monsterinsights-settings-input-repeater-row select{margin-right:18px}.monsterinsights-settings-input-repeater-row button{padding:0;border:none;background:rgba(0,0,0,0);color:#dc3232;cursor:pointer;font-size:14px}.monsterinsights-settings-input-repeater-row input[type=number]{width:30%}.monsterinsights-settings-input-repeater-row select{width:70%}.monsterinsights-settings-input-repeater-row.monsterinsights-disabled-row{opacity:.5}.monsterinsights-button{background:#509fe2;border:solid #2e7fbe;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}.monsterinsights-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-logo{display:inline-block;width:400px;max-width:100%}.monsterinsights-logo .monsterinsights-bg-img{padding-top:21%}.monsterinsights-logo .monsterinsights-bg-img:after{background-image:url(../img/mi-onboarding-logo.png)}.settings-input-license p{color:#444}.settings-input-license p a{color:#509fe2}.monsterinsights-smile{display:inline-block;width:16px;height:16px;padding:0;vertical-align:middle}.monsterinsights-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)}.monsterinsights-onboarding-license-lite p{color:#777}.monsterinsights-onboarding-license-lite p a{font-weight:700}.monsterinsights-onboarding-license-lite p .monsterinsights-highlighted-text{font-weight:700;color:#64bfa5}.monsterinsights-onboarding-license-lite .monsterinsights-settings-license-lite{display:none}@media (max-width:767px){.monsterinsights-onboarding-wizard-container{max-width:100%;width:auto;margin:0 10px}.monsterinsights-onboarding-wizard-content{padding-left:20px;padding-right:20px}.monsterinsights-addon-row{-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights-addon-text{width:calc(100% - 80px);padding-right:0}.monsterinsights-addon-button{margin-top:20px}.monsterinsights-addon-icon{-ms-flex-item-align:start;align-self:flex-start}.monsterinsights-wpforms-row .monsterinsights-addon-text{width:calc(100% - 100px)}.monsterinsights-text-button.monsterinsights-pull-right{float:none}.monsterinsights-form-buttons{text-align:center}}.monsterinsights-addon-icon>div{display:inline-block;width:50px;height:50px;background-size:contain;background-repeat:no-repeat}.monsterinsights-addon-icon .monsterinsights-addon-icon-ads{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAM1BMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZvL+tLtAAAAEHRSTlMAgEC/YJ8g388w73AQUK+PCjI/1wAAAVxJREFUaN7tltFugzAMRec4CbSU1v//tXMWjwV5IApBCqrPAwpXVxyEBeTLMAzD2IUjcvMECRcqe/DABKIAjOcgQqKjDhJRV3aAVID5lgucqrQlwfmFhCkIEgRdUb6tkt90CkACUJU3JSjciUAgunPQE6EEXOt1RdgiOTyT5iQ3V3Dj4OFKHqryjgSOskFynDYkDBz54Ln8LpnEJNskHtfxNSRA68CVJG55BiZZkIxPRBx4ccPEczxB8qIf+hRkXtUlMQmQDz4FiD0vY22JIxr4SRFBCjgeOK4uyemfxFWRyHUmiaAled20JALEQhIA4D+JFM+YyXj64AGgP10i7+WJkiE7MFaXPPLu17koW+B43a/w2ZIAS4SL/eNXgcts7kzyOZIAewmbJUdoSTIHCdWZzmY0I/FQ0lGnznRW4rfd+zGwGYlifSYak5jEJCYxScYki3jwcjQMwzBq8A1quFFfpiEy9wAAAABJRU5ErkJggg==)}.monsterinsights-addon-icon .monsterinsights-addon-icon-amp{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAYFBMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZvupssYAAAAH3RSTlMAzqUOZLFaI9uHTwUxevNsvDoY6ICqmEHTcsUKSCyQ4Lja+QAAAqRJREFUaN7t2NlyozAQQNFmsVhkg0BsNtj9/385YcKkxWLF4KYqqeE8p3wpWrakwOFw+CJrv6iiqwhgN7Gb4KApcthDdkNTEnnATVY4pTPg5SlcIIBT6yCur7TeKuVoGlWC/zx/YzIN8Q0pUEQ/nX6E73BkgCR6NsQE9cVfYTz0DGIkSQ6L0v4PV5AJGlyACxoKWORiCGt0OHlyFw3Ns4gDa1TjqQM0aApYIs5o6gDSaRqjI1giejT1AS2GK0dEjqY+yIxFbI/4oc0DPnkL61Uar6uyR65oQU+dzN9MiuRij3SuTQqDkB5aCHEGgDxB4rMMXk1+uSZflJolkuLkM2s0JJIlEqApp6nT6CyR/GxD3+QbEj1dLzFwrK7x61HjqeMNmCJwMr8VLpqy7yJBbHM2pkIPHwk0PcASWanGZUoyRkDgEscDzghkycLUWvg+kkU2AkaCE47pFHosq4vUt8lRmDNCglSFiKidqqOJ882EOEP9iByR/y4iz10OhljM3d+KdJWDH7QqWjoFzRVvRDxjp9PdPpFOL/1gBQu8zZEYR5J6h8F7GnuPOG+z1MEkgx0iZZ9ozsMSK6jBGIn/NlqYqU5zYmOknJ+c+FdX+Owse3Lm0m0Rz7hX1uJLzjUTOrLdZ4fqmCtCJzZvFvFZI2eauxmpAeSSbRE5XM96RdlT+CHnXV0OIt7k5OamgTdSTf6j0PYfrvrYZS5bHaF7h/mD5dL7Yxo8XWwj+ZlUdD9ji9AdXZcX/6ES7N35I0E4Hy//Ht9WaNBinz0eatqAyxx4I6TNUrfR6uH3m5dlj/8Vh7vfHolPFix7vP1iyre6hLNG+oNnckR+TCRCzGGrHDGCF9wRy8DbJigRA3iFwncoeEmu3mm8/Krvwt9G3OFwOBwOK/wB8KDVf+6OtUEAAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-dimensions{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAM1BMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZvL+tLtAAAAEHRSTlMAv4AQQO+fYDAg38+vUHCP/kkt8AAAAuVJREFUaN7tmduWpCAMRUO43zT//7VTQWpKLVkt0zhP7IdeS209cBIS6IbJZDKZTI7kVZxAB2ORgi5YYSiJLskwEE+k7fmeIYowEHVpTSAaLGIeF5EcZeVhh8tpsF2wEmPP2abgARUHFSQquTAYbxMRQkUQrVnCeNRRBJgpMkWmyJHlf4ggUd6JOHiCRKR2ghaeQO8sytxgHsASpUODkTCecHDIfLJgbNjDcWsxPvReE6lTFwujDUsckT0yDN/cKSLtT7dG93gZLuKMgw3Dy91PJDKjF/sXbuxu2GFuTFD/yjCpKtCGDUtDDgvLD6vnN4bRG/FDj9Ee+pFot7IRELGmlVxa8xE8im6cJkpSYl3Pkf1wnKxtw5Z/0Hih+SfWkVIgJspWB9C+W4MVmFBezfWirZKIYr+GK+44qGTxupK2qSI1EXbW88hfPx2qXLGlNeLc11q4sPq34BpLAi/yk60EAwyT4b2CpSGKK6IJpPHzrKNGt+GSZ7fYGF9nJ7ZYmFZh728thghZQ+/eWYqKYPmCxC9CV2vRHEMZ9CGQln3Cv25lugRvHj0xliKB56K3kiqZmjDLpmHh7ixKSKQWcKTcMcSkdtF3t+uukGApf4dKggvlebtBL/dEot/MgTN5Sx7XFlE3g/L+gojf4apfaIssvSIXH/pRxBCpHpGkL8ywDZHeXT73wuw5hh5OWB6mW7Apku5uwYjRHtx3ngjNQu3sMrc7l3hvTsK5RCgeZmyu6xyp43TnbFm4+TR1GbUvO4utzSziSF3D94nl183hHZnI7o9W9E3InVs65KGTkVDxr4ti5jtU5qyQbO/uXbutZ2l0JRymWmFHnd/8x1zFVotA9Ld7GY7XANQ+gn5ZRUIrd2lKMAKzqaiEcjc/Y+T70TgV5EVpFBRs4qs8SOMrdYoKUqVoDFVZzW4vrDEO1mAVnT//AtBEj/xRyMltXWvxopZE7+EJNFUMPIetKsHBZDKZTCZN/gBVxTMQO6CX7wAAAABJRU5ErkJggg==)}.monsterinsights-addon-icon .monsterinsights-addon-icon-ecommerce{background-image:url(data:image/png;base64,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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-eu-compliance{background-image:url(data:image/png;base64,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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-facebook-instant-articles{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAUVBMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZsZBd+gAAAAGnRSTlMAzqVlDrEkWwbbMYdOeXD0F71/5ZJWQznInGSusBcAAAIuSURBVGje7djbeqIwFIbhBWETtgkioP/9X+iUKVSS1qWQ0LEdvhM88XmfsCIIdHR09JEc0upciFLTbvXXFlOXah8nb7BMnaR3Qhawa3PPRhTjc6rzasgLzNT7gVdktKrQMs5qspgzJjI4VVQfc4nuGQXcOssWc6d7Q1RoK7Gi2DKoXgxHf43UwLBq6sowrjQvhFtKiIzWVBpGSCSwKLiHBKuQs2FIkpmhai9IgFuxJOpg1HlBWtOgUozV86RqH4g0jDkZY6rgEZFxzV+OMNcYxtyZR2pwhTSlWAMnHilDLkFT82Zqs7EgMg0IL4NvzN+7ZaB3R+yzqrRlKOkFSYyFWAZC4hGdc2mau+CWtgyU5GV3Ub9YiG1cyB2xR59YBvpHSFJy5YupKLx3tY0rMcjK5hMWWEYjPSIk8FWBJp8I9eqzEUf0GBkKro6MksYiVEVjrrvLqgyWxFmTf2QsqZp2BLKwlEQPke0Fk34gB/J/IUlX1WIYP6RcuQOiQ4zFRCTAdXJAGuyPpLghUcKltyPXv4IQ/Z6Dv8zX2z2RDED9nUgZc3UekL12l1BKYeztOEJdwCW2IbX9eMnnjgzfgWg3hH90aAEUb0cak2wvvLv+CZJXXMMPuqz8HuTBPf4H7a7dkDjLspTGHt7jX//P3S9AynhNncP9hM99d6XBmsQLz+RAXgYpAL3Z0EDx5CvYOIm2lcRAQs/UwKWGnko3LoamJ8tTsa00p6Ojo6OjFf0Bm8Sx6siAvW4AAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-forms{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAANlBMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZuRwO53AAAAEXRSTlMAgNMVCyHu5nRFpqyKO7Npmr5mhbcAAAEhSURBVGje7dfbasMwEIRhWZasxOd5/5ctKaRDu41b6A40zs6lDP5s/iulWOyHLWvDx9q6JME6fNnF31hg5v8vq0VWd6RZpGlStK3czsr2iex8ke1+ugmRcj8tQoTH/x/Bt+sOP8EukOdEzGsM8vhpIGdCHi+QsyK/WSCBBPIyyDINey9G6gBg1iIlA0DWIiMg/5MLbhuqErnifdckROrAC70CYXSMSYUwei5ChNF1CKPrEEbXIYyuQxhdiDC6G1LHNvcH0V2QHUDuD6J7IA2gwuhT8kRmUDHRvZA+UzHRHRCrMLoXYhVGd0eoMLo7QmVidG+ECqMLECqMLkCodEmFUJmSCqGSiwahMre9nvbqEEgggWiQvy6Q50RisVgsdrq9Af5teS7UZtMfAAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-google-optimize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAV1BMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZvP5UnqAAAAHHRSTlMAX1cefIQlPrTgo+xpcxL0BtXBTRkwmJGMzUYLkaGXDQAAAc1JREFUaN7t2NuOmzAQgOHhEAy2Mea8wLz/c7aN0o4V012PEbnyfxNpRsqHhAwSkEqlUm7VmPPaDZdoFfLrBYc4BoyrZCArxiaCjRmj64MRjfFNoYjE+MZQpMb4soQkJCEJSUhCXk1VQIKP8Cu4iJ11yUuwkVwhtwcXWRBvR0b8ANJ8AJnwA8j4CSRPSEISEo4omem1x/806MoIrS4iXxb+pBWe1cKzY7mC0FLgSZre/xeQmgYtem20NSoeqWhwoFcOlIxGOncy4HszUDoa2b7/6HEANa19JNK4E/nTF5Mik20EggVQ/llZwCsGGWkg0EtZ2g6lsHHIF1BFg+9JWipE7GpdMJGXYXzFN+Y+9sQ/jRaX2dhRbgUpjpGpNd8fNOciL+NvzT+l6ci4+hQmw1WU/v0z5YqMK4ghw1Wm11aTEYTscB4ZpFBkBCHmJ4MU4xmByBZk+NezcZD53NjRT4HTwkA0nJej3wBOMhTphgoYSGeBGs4RK96aLQAHcZ/tpjtHTmIig3tL7kLoT0a8D0H5PPL2gXci2NVrWXd4H0IlJCFXkD0KaXmIiUIE8OqRX3cwEYH8NHAr2YYEfqJnESqHqKYxCy0vIJVKpbx+AcHE7M0e5yrjAAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-page-insights{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAgVBMVEUAAABgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5nATxYeAAAAKnRSTlMADfKABeuGpi0PCST15bIg+rkW18c033s+KM5d7m1iV0+ekkc6GpiOaHPZgCbNAAADgklEQVRo3u2Z6W6jMBCAB+NwHwEacmdzJ533f8CtHTuGlCDHBCm74vvTVkj+mMMzlYCBgYE+OW0uWTEiJF649iGAPviTjLHC6Hx8v2KBv0gm8E7mGTbivDOMCCXjURkTZflKQZ/AaiTP2cPp/cjp4RRQas2X+1KWZqKdDRebidgRNt5wq5Wmyy8RmqYlJfiEKQBcRRQzeOAa3V7kBDokmIVWIwAwQc65KQG3jitAB0QfnkFjEVIT9JayvZ6EwjMura1KC2RMtCTW03IhI4Fn5BGvVzfJDn8gVssVQsasi8Tn4+oKP6zt5qR8iVC1JVYVX7ZvzB8hXvgkhgdmyMi1JQ6pUlDW3D/YPKaI//SiJTzAa7/RlQRYYwFAV+yXkEdCuOQLoxwU96GzM4xkLy5iAUry5yaHeXIAyZG/kWFNqGgd9y4RkdmwiSpdG7AuXgXG3bXmZyrJBTm8oY71oqQmEpXubym51oqWgYQvNE9XEtpVZmLIr6VkecIqXk0y0ZTQEVbZP0ayyesbvnYdPTPJTtzFS3MkapaUbHXlZuk6AGzFG4tIwK2SiGuZs9FTms+ulG9xKiROADUs9kC8SWYugZKnRYyVMRnVWBXccuYLx/AyWvIAlz/CBnyQo+doOFbIDOCA96Ku7V+s7xe2BJMBKYdeLENpRgYyBdNIWMrXbYvvXpGxD6Y1yam8OyO/ffva5jteNGjbJD+iaPJuEkhug7cxlsNYZLOrJIiRUTac9C3/l+0sgTASAzN/SFUmJ6XrdZbARFjIRR1GtwkqiNdZAl6JgmL//eewXU7dGAWLSFi6SiDPsJnx1hOxGG3G8P73lj3axE2OzAOLSIuehJaoKKm4iGI1+k78S8H1nrLoSPz6hFWbcjHhvbxJiMpT4citPl9Ji4aERa4g1j19zm4JN/zZ2jnvdnt7mYJCWQwk2sxH0tKTJN3ULAYSqw3gnPgIDpXlVYlD2nBAbDqLWWJpeVESYDuB2P0+1Cw9RGLJm5wKS9RDTYREWeIeuktKpKVM+5IoS5FDb+mSlqkP0F/hFf20cF3ykZG8XpP3T+F/SRLabYRGEj9CRcTXbxsjaiIJ6g3ajwRsorChh3Rxag3aQ+ENMI9EH0OJQ17BAfPu0if42EherMlHd9d/IKFgCkX0NSU+mOIjUv3PTWaEGSbaH87MIan+J0BDxu4cBgYGBgY+jL9tSRnKpKBuYgAAAABJRU5ErkJggg==)}.monsterinsights-addon-icon .monsterinsights-addon-icon-performance{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAM1BMVEUAAABhW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW52pZCvGAAAAEHRSTlMAgEDvEJ9gMM9Q368gv49wMr3HGwAAAwlJREFUaN7tl9ty5CAMREHiji/9/1+7RngWe7MzrmBnH7Y4D0mZOAjUjSXUYDAYDAaDwf/EgkJQP8oMwajnMdqpCjBrC5ASvJ3UU7gE1CgeWNUE6PrEgH5mU1RT5CWcbIKRZX8BG8k9kSoAbAH2VXcRJu0xcgLwRJRQdHYAR5uAeRvRAGdnUTaUgSd0WSVVFpVlG4mohE2P9IyfJ5lZosyayrINrZaBtMWg4oQnCCKBsu5kpGh9GZRsPZWvN3AR6Q4xVnvlkq+/Q0CqC/BrnxYMtlGcGvw7f2fxtl9Sp5MtClximI9vcUIhdZx9AkLenXq9lrD90l1ncFLGZfA5hic6D2SEdXNY6vBZlGRvmOkg0xJQSJbaoLwg0tkeSTieVbZozP7skirdt9F/fPuIS+51JNKi1dGznrewpquM7J+q9jTT77zhmJ3I7anDYNzWel47yXNL7XLz0yi003aI6ptLXFct7Cdkul6/xW2yuWhMeH9PfxsLWD0DDOSrxgTzJDW9xyhUnF8OZvwsRqL9KPreIMow8mcxXq7sYQ+iMtK7VPEhiL8VZAG/FV2Wr1+nYOkQfg+SPlVlL6JEieFUtybrRQ8TxV4MWPo2ZW4qPR9KEfqIZtzk2pkizU3ypK6ZSHAtaRFApBMB0HR4sWG+2dCHQwkL07lyNgct5YT3IR3XqRy7ZsNablsQJtWD532eFgVplYY7Zpz/tnReU6iV1PMXgSEs5lyqe/quWOb5UgYSdr7cSCN3lGDDte+M9vSvftUbdNpEdqZmM/Z0RDpaxtUCvRwMF9F1iUh44S7sseN7lK9L3A3woTy414Z7mGuy/QdJ/Wuf0YqC/bj3CTOlZXiEDMiOzB+7qH9jdZu2Wge2blI7tCRRyhXj3mefx0OQz5dPELSswD6TLd7vBtiY5c69EYqvnsqXAWD3mk+zTGnB0UjcqMuPB4IsECQrq1wMQz3c1O5c95lmiVEgWXdRo+Bqa/MQlIISZH6JJGjW6kFMu3gXpsPw81gUWP0opAtODQaDwWAwGPwjfgH3i0XNTMmXjwAAAABJRU5ErkJggg==)}.monsterinsights-addon-icon .monsterinsights-addon-icon-media{background-image:url(data:image/png;base64,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)}.monsterinsights-addon-icon .monsterinsights-addon-wpforms{width:76px;height:59px;background-image:url(../img/wpforms.png)}.monsterinsights-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}.monsterinsights-settings-network-notice .monsterinsights-bg-img{margin-right:25px}.monsterinsights-settings-network-notice .monsterinsights-bg-img.monsterinsights-icon-warning{width:48px}.monsterinsights-settings-network-notice .monsterinsights-bg-img.monsterinsights-icon-warning:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAAAllBMVEUAAADV4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u2KpLj///+etMW0xdKqvs6ascPG1eKww9PO3OmVrb+LpbnR3+qRqr3U4ezA0d60x9atwdGPqLyNp7rT4Oy8ztzBztmiuMnx9PfJ2OXW4ObL2ua3ytilu8v7/P31+PnT3eXC0t/r8PPo7fHe5uvR2+OftscAs3DjAAAAC3RSTlMABtDHbvQb+ctt0f3LxK8AAAIoSURBVGje7drZbqMwFIBh05Au4wPBYPa1TPak2/u/3NAME6lzSMHGvqjk/zJI/sTiSLZMCLHsxZJqaLmwLdJ1f0e1dXdPiIXGVypY5Ilq7YksqNYW5IFq7YFQzRnAAAYwgAEMIAxwP2t2TbZOKWo+wHdtCH0VK3zFQPYRwdfCgqsDMgYDVUWsBuAt3ChpVABZCbfbx7OBPILvYnwmUMBI4XYWEMBoIZ8BNDAhVksD6wqm5MkCKf78g83bOUS/ZpJAjkZ6d7qOLnoNtRQQowmwci69ROjGpAD8Bb05f0O3UMYSQF0i4LUHPHQllwAaQJ16IMSTQQJoMeAenM/eAbcWBtIKcN6xG38zdCUXBnwYqvRWLgzVCgM5CBUKAx6giudLq0GhFgXwO2ZOX2fjuCiAH7X7Dxi8hbVuwJ8PJEelQAtYYL8VPiIPBvoGiEWBXAxIqChwFgNcYSCOhIBAGKCuEOCLAzs0yPPmcAFeTwy/AmEAPyPmXDuhvykJgO7RTL62ga9FWxlgHU0GPCoO4LlWvjh9h/9ec8XlgDiBaeVUDqAZTMpNZQFawIQSTqWBtIXRKn/OAqT+GB3/PG8Jle5Hno8/e5UZRHA7tlWwTvZDuFFUpEpW+nVQwlDMV7ZXEQ8QbqZ0t6Vu9glci1iw1bBfxJs88Dwv2PkppT9zx8sAnxnAAAag1AAGEE/3oYGl/mMPNtWarfnoyS9L++GZLst+1HP859G2CPkDRZCgO+Q/ERIAAAAASUVORK5CYII=)}.monsterinsights-settings-network-notice .monsterinsights-network-message{width:100%}.monsterinsights-bg-img.monsterinsights-icon-warning{width:48px}.monsterinsights-bg-img.monsterinsights-icon-warning:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAAAllBMVEUAAADV4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u2KpLj///+etMW0xdKqvs6ascPG1eKww9PO3OmVrb+LpbnR3+qRqr3U4ezA0d60x9atwdGPqLyNp7rT4Oy8ztzBztmiuMnx9PfJ2OXW4ObL2ua3ytilu8v7/P31+PnT3eXC0t/r8PPo7fHe5uvR2+OftscAs3DjAAAAC3RSTlMABtDHbvQb+ctt0f3LxK8AAAIoSURBVGje7drZbqMwFIBh05Au4wPBYPa1TPak2/u/3NAME6lzSMHGvqjk/zJI/sTiSLZMCLHsxZJqaLmwLdJ1f0e1dXdPiIXGVypY5Ilq7YksqNYW5IFq7YFQzRnAAAYwgAEMIAxwP2t2TbZOKWo+wHdtCH0VK3zFQPYRwdfCgqsDMgYDVUWsBuAt3ChpVABZCbfbx7OBPILvYnwmUMBI4XYWEMBoIZ8BNDAhVksD6wqm5MkCKf78g83bOUS/ZpJAjkZ6d7qOLnoNtRQQowmwci69ROjGpAD8Bb05f0O3UMYSQF0i4LUHPHQllwAaQJ16IMSTQQJoMeAenM/eAbcWBtIKcN6xG38zdCUXBnwYqvRWLgzVCgM5CBUKAx6giudLq0GhFgXwO2ZOX2fjuCiAH7X7Dxi8hbVuwJ8PJEelQAtYYL8VPiIPBvoGiEWBXAxIqChwFgNcYSCOhIBAGKCuEOCLAzs0yPPmcAFeTwy/AmEAPyPmXDuhvykJgO7RTL62ga9FWxlgHU0GPCoO4LlWvjh9h/9ec8XlgDiBaeVUDqAZTMpNZQFawIQSTqWBtIXRKn/OAqT+GB3/PG8Jle5Hno8/e5UZRHA7tlWwTvZDuFFUpEpW+nVQwlDMV7ZXEQ8QbqZ0t6Vu9glci1iw1bBfxJs88Dwv2PkppT9zx8sAnxnAAAag1AAGEE/3oYGl/mMPNtWarfnoyS9L++GZLst+1HP859G2CPkDRZCgO+Q/ERIAAAAASUVORK5CYII=)}.monsterinsights-license-type-text{color:#777;font-weight:700;margin-top:16px}.monsterinsights-license-type-text a{color:#777;font-weight:400}.monsterinsights-license-type-text .monsterinsights-info{margin-left:10px}.monsterinsights-settings-license-site>.monsterinsights-settings-network-notice{margin-top:16px}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-checkbox-round{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-checkbox-round .loader{border:2px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:25px;height:25px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;display:none}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-checkbox-round input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-checkbox-round .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#fff;border:1px solid #d2dde9;border-radius:50%}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-checkbox-round .checkmark:after{left:9px;top:4px;width:3px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);display:block}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-checkbox-round:hover input~.checkmark{background-color:#fff}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-checkbox-round input.faux:checked~.checkmark{background-color:#46bf40;opacity:.5}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-checkbox-round input.faux:checked~.checkmark:after{display:block}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-checkbox-round input.addon-checkbox~.error.checkmark{background-color:#c00}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-checkbox-round input.addon-checkbox~.error.checkmark:after,.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-checkbox-round input.addon-checkbox~.error.checkmark:before{position:absolute;left:10px;content:" ";height:10px;width:0;background-color:#fff;display:block}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-checkbox-round input.addon-checkbox~.error.checkmark:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-checkbox-round input.addon-checkbox~.checkmark{background-color:#338eef}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-checkbox-round input.addon-checkbox~.checkmark:after{display:block}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-checkbox-round input.addon-checkbox~.remove.checkmark{background-color:#fff}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-checkbox-round input.addon-checkbox~.remove.checkmark:after{display:block}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-checkbox-round .checkmark:after{content:"";position:absolute;display:none}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-features .monsterinsights-feat-content p{margin:0;padding:0}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-features .monsterinsights-feat-content p:first-child{font-size:16px;font-weight:700;margin-bottom:4px;color:#23262e}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-features .monsterinsights-feat-content p:nth-child(2){font-size:14px;color:#586074;max-width:580px;line-height:1.4}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-skip-addons{color:#586074;margin-left:30px}.monsterinsights-onboarding-step-recommended-addons .monsterinsights-onboarding-wizard-form .monsterinsights-skip-addons svg{margin-left:5px}.monsterinsights-onboarding-step-success .monsterinsights-onboarding-wizard-form .monsterinsights-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.monsterinsights-onboarding-step-success .monsterinsights-onboarding-wizard-form .monsterinsights-tracking-info-text{color:#23262e;font-size:16px}.monsterinsights-onboarding-step-success .monsterinsights-onboarding-wizard-form .monsterinsights-tracking-info-icon .monsterinsights-success{color:#46bf40;font-size:12px;display:inline-block}.monsterinsights-onboarding-step-success .monsterinsights-onboarding-wizard-form .monsterinsights-tracking-info-icon .monsterinsights-success-icon{display:inline-block;margin-left:10px}.monsterinsights-onboarding-step-success .monsterinsights-onboarding-wizard-form .monsterinsights-tracking-info-icon .monsterinsights-success-icon svg{position:relative;top:3px}.monsterinsights-onboarding-step-success .monsterinsights-onboarding-wizard-form .monsterinsights-form-buttons{margin-top:50px}.monsterinsights-onboarding-step-success .monsterinsights-onboarding-upsell{background-color:#f5fafe;padding:32px;margin-top:47px;color:#23262e}.monsterinsights-onboarding-step-success .monsterinsights-onboarding-upsell h2{font-size:18px;font-weight:800}.monsterinsights-onboarding-step-success .monsterinsights-onboarding-upsell p,.monsterinsights-onboarding-step-success .monsterinsights-onboarding-upsell ul{font-size:16px}.monsterinsights-onboarding-step-success .monsterinsights-onboarding-upsell ul{list-style-type:none;margin:24px 0 32px0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.monsterinsights-onboarding-step-success .monsterinsights-onboarding-upsell ul li{width:50%;list-style-type:none;margin-bottom:15px}.monsterinsights-onboarding-step-success .monsterinsights-onboarding-upsell ul li span.monsterinsights-icon{margin-right:5px}.monsterinsights-onboarding-step-success .monsterinsights-onboarding-upsell .monsterinsights-upsell-upgrade-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights-onboarding-step-success .monsterinsights-upsell-bottom-text{background-color:#ffecad;padding:12px}.monsterinsights-onboarding-step-success .monsterinsights-upsell-bottom-text p{margin:0;padding:0;text-align:center;color:#23262e}.monsterinsights-settings-license-lite{margin-top:32px}.monsterinsights-settings-license-lite label{color:#393e4b;font-size:16px;margin-bottom:16px;display:block}.monsterinsights-settings-license-lite .monsterinsights-inline-field{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-settings-license-lite .monsterinsights-inline-field input{margin-right:15px;width:448px}.monsterinsights-settings-license-lite .monsterinsights-inline-field .monsterinsights-button{width:197px;height:48px;font-size:16px}.monsterinsights-settings-license-lite .monsterinsights-inline-field .monsterinsights-button.disabled{background-color:#e2e4e9;color:rgba(57,62,75,.5);border-color:#e2e4e9}.monsterinsights-exit-link{color:#586074;display:block;text-align:center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}button[data-v-283d1087]{margin-top:3px}.monsterinsights-welcome-container{width:750px;margin:0 auto;max-width:100%}.monsterinsights-welcome{padding-top:110px}@media (max-width:782px){.monsterinsights-welcome{padding-right:10px;padding-left:10px}}.monsterinsights-welcome-block{background:#fff;border:1px solid #d6e2ed;margin:25px 0;position:relative;text-align:center}.monsterinsights-welcome-block.monsterinsights-welcome-block-first{padding-top:50px}.monsterinsights-welcome-logo:after{width:82px;padding-top:68%;background-image:url(../img/welcome-mascot.png);margin:15px 19px 19px}.monsterinsights-welcome-logo-container{position:absolute;top:-60px;width:120px;height:120px;left:50%;margin-left:-60px;background:#fff;border-radius:50%;border:1px solid #d6e2ed}.monsterinsights-welcome-block-inner{padding:25px}.monsterinsights-welcome-block-inner h3{color:#393f4c;font-size:24px;margin:0 0 20px;line-height:1.4}.monsterinsights-welcome-block-inner p{font-size:16px}.monsterinsights-welcome-video iframe{width:100%}.monsterinsights-button-wrap{margin:20px auto 0;max-width:590px}.monsterinsights-button-wrap .monsterinsights-button{width:100%}.monsterinsights-button-wrap:after{content:" ";clear:both;display:table}.monsterinsights-button:focus,.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-welcome-left{padding-right:20px}.monsterinsights-welcome-right{padding-left:20px}@media (max-width:782px){.monsterinsights-welcome-right{padding-top:25px}}.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:50%;float:left}@media (max-width:782px){.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:100%;padding-left:0;padding-right:0}}.monsterinsights-button.monsterinsights-button-alt{background:#f9fbff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-welcome-features{padding-bottom:0}.monsterinsights-welcome-feature{text-align:left;width:50%;float:left;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:10px;margin-bottom:25px}@media (max-width:782px){.monsterinsights-welcome-feature{width:100%}}.monsterinsights-welcome-feature:nth-child(2n){padding-left:15px;padding-right:0}@media (max-width:782px){.monsterinsights-welcome-feature:nth-child(2n){padding-left:0}}@media (max-width:782px){.monsterinsights-welcome-feature{padding-right:0}}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img{width:46px;-ms-flex-negative:0;flex-shrink:0;margin-right:15px}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img svg{width:100%}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text h4{font-size:16px;color:#393f4c;margin:0}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text p{font-size:14px;margin-top:5px}.monsterinsights-welcome-block-inner:after{content:"";display:table;clear:both}.monsterinsights-welcome-block-footer{padding-bottom:50px}.monsterinsights-upgrade-cta{text-align:left;background:#f7f9fd;padding:15px}.monsterinsights-upgrade-cta h2{font-size:20px;margin:0 0 30px}@media (max-width:767px){.monsterinsights-upgrade-cta h2{text-align:center}}.monsterinsights-upgrade-cta h2 span{display:inline-block;border-bottom:1px solid #555;padding:0 15px 12px}.monsterinsights-upgrade-cta .monstericon-check{color:#5cc0a5;margin-right:4px}.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:70%}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:100%}}.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:30%;text-align:center}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:100%}}.monsterinsights-upgrade-cta ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:15px;margin:0;padding:0}.monsterinsights-upgrade-cta ul li{display:block;width:50%;margin:0 0 10px;padding:0}@media (max-width:767px){.monsterinsights-upgrade-cta ul li{width:100%}}.monsterinsights-upgrade-cta .monsterinsights-amount{font-size:48px;font-weight:600;position:relative;display:inline-block}.monsterinsights-upgrade-cta .monsterinsights-amount:before{content:"$";position:absolute;top:-8px;left:-16px;font-size:18px}.monsterinsights-upgrade-cta .monsterinsights-term{font-size:12px;display:inline-block}.monsterinsights-upgrade-cta .monsterinsights-price{padding:0 0 26px}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;margin-bottom:25px}@media (max-width:782px){.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial-text{padding-left:25px}.monsterinsights-welcome-testimonial-image{width:100px;border-radius:50%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media (max-width:782px){.monsterinsights-welcome-testimonial-image{margin-top:24px}}.monsterinsights-welcome-testimonial-image .monsterinsights-bg-img{padding-top:100%;background-size:100px;background-repeat:no-repeat}.monsterinsights-testimonial-one{background-image:url(../img/testimonial-avatar.jpeg)}.monsterinsights-testimonial-two{background-image:url(../img/testimonial-avatar-2.png)}.monsterinsights-welcome-footer-upsell{background-color:#f9fbff;border-top:1px solid #d6e2ed}.dashboard_page_monsterinsights-getting-started.auto-fold #wpcontent{padding-left:0}.monsterinsights-welcome-video-image{padding-top:57%}.monsterinsights-welcome-video-image:after{background-image:url(../img/welcome-video-image.jpg)}
lite/assets/vue/css/wizard.rtl.css CHANGED
@@ -1 +1 @@
1
- @import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);.monsterinsights-tooltip{display:block!important;z-index:10000;max-width:350px}.monsterinsights-tooltip .monsterinsights-tooltip-inner{background:#5f6197;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-tooltip .monsterinsights-tooltip-inner a{color:#fff;font-weight:700}.monsterinsights-tooltip .monsterinsights-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#5f6197;z-index:1}.monsterinsights-tooltip[x-placement^=top]{padding-bottom:5px}.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow{border-width:5px 5px 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% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=bottom]{padding-top:5px}.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow{border-width:0 5px 5px;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% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-right:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;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% - 5px);margin-right:0;margin-left:0}.monsterinsights-tooltip[x-placement^=left]{padding-left:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 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% - 5px);margin-right:0;margin-left:0}.monsterinsights-tooltip.popover .popover-inner{background:#fff;color:#5f6197;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)}.monsterinsights-tooltip.popover .popover-arrow{border-color:#fff}.monsterinsights-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.monsterinsights-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}@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,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) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}.monsterinsights-admin-page fieldset[disabled] .multiselect{pointer-events:none}.monsterinsights-admin-page .multiselect__spinner{position:absolute;left:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.monsterinsights-admin-page .multiselect__spinner:after,.monsterinsights-admin-page .multiselect__spinner:before{position:absolute;content:"";top:50%;right:50%;margin:-8px -8px 0 0;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)}.monsterinsights-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}.monsterinsights-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}.monsterinsights-admin-page .multiselect__loading-enter-active,.monsterinsights-admin-page .multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.monsterinsights-admin-page .multiselect__loading-enter,.monsterinsights-admin-page .multiselect__loading-leave-active{opacity:0}.monsterinsights-admin-page .multiselect,.monsterinsights-admin-page .multiselect__input,.monsterinsights-admin-page .multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.monsterinsights-admin-page .multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:right;color:#35495e}.monsterinsights-admin-page .multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.monsterinsights-admin-page .multiselect:focus{outline:none}.monsterinsights-admin-page .multiselect--disabled{opacity:.6}.monsterinsights-admin-page .multiselect--active{z-index:1}.monsterinsights-admin-page .multiselect--active:not(.multiselect--above) .multiselect__current,.monsterinsights-admin-page .multiselect--active:not(.multiselect--above) .multiselect__input,.monsterinsights-admin-page .multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-right-radius:0;border-bottom-left-radius:0}.monsterinsights-admin-page .multiselect--active .multiselect__select{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.monsterinsights-admin-page .multiselect--above.multiselect--active .multiselect__current,.monsterinsights-admin-page .multiselect--above.multiselect--active .multiselect__input,.monsterinsights-admin-page .multiselect--above.multiselect--active .multiselect__tags{border-top-right-radius:0;border-top-left-radius:0}.monsterinsights-admin-page .multiselect__input,.monsterinsights-admin-page .multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 5px 0 0;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}.monsterinsights-admin-page .multiselect__input:-ms-input-placeholder{color:#35495e}.monsterinsights-admin-page .multiselect__input::-webkit-input-placeholder{color:#35495e}.monsterinsights-admin-page .multiselect__input::-moz-placeholder{color:#35495e}.monsterinsights-admin-page .multiselect__input::-ms-input-placeholder{color:#35495e}.monsterinsights-admin-page .multiselect__input::placeholder{color:#35495e}.monsterinsights-admin-page .multiselect__tag~.multiselect__input,.monsterinsights-admin-page .multiselect__tag~.multiselect__single{width:auto}.monsterinsights-admin-page .multiselect__input:hover,.monsterinsights-admin-page .multiselect__single:hover{border-color:#cfcfcf}.monsterinsights-admin-page .multiselect__input:focus,.monsterinsights-admin-page .multiselect__single:focus{border-color:#a8a8a8;outline:none}.monsterinsights-admin-page .multiselect__single{padding-right:5px;margin-bottom:8px}.monsterinsights-admin-page .multiselect__tags-wrap{display:inline}.monsterinsights-admin-page .multiselect__tags{min-height:40px;display:block;padding:9px 8px 0 40px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.monsterinsights-admin-page .multiselect__tag{position:relative;display:inline-block;padding:2px 20px 2px 8px;border-radius:5px;margin-left:10px;color:#393f4c;line-height:1.2;background:#f3f6ff;margin-bottom:5px;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.monsterinsights-admin-page .multiselect__tag.monsterinsights-tag-forced{padding-right:8px}.monsterinsights-admin-page .multiselect__tag.monsterinsights-tag-forced i{display:none}.monsterinsights-admin-page .multiselect__tag-icon{cursor:pointer;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:24px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px;margin-right:0}.monsterinsights-admin-page .multiselect__tag-icon:hover{background:rgba(0,0,0,0)}.monsterinsights-admin-page .multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.monsterinsights-admin-page .multiselect__tag-icon:focus:after,.monsterinsights-admin-page .multiselect__tag-icon:hover:after{color:#444}.monsterinsights-admin-page .multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0 30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.monsterinsights-admin-page .multiselect__current,.monsterinsights-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}.monsterinsights-admin-page .multiselect__select{display:none}.monsterinsights-admin-page .multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.monsterinsights-admin-page .multiselect--active .multiselect__placeholder{display:none}.monsterinsights-admin-page .multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #b7c9d9;border-top:none;border-bottom-right-radius:5px;border-bottom-left-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.monsterinsights-admin-page .multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.monsterinsights-admin-page .multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-top-left-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.monsterinsights-admin-page .multiselect__content::webkit-scrollbar{display:none}.monsterinsights-admin-page .multiselect__element{display:block}.monsterinsights-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}.monsterinsights-admin-page .multiselect__option:after{top:0;left:0;position:absolute;line-height:40px;padding-left:12px;padding-right:20px;font-size:13px}.monsterinsights-admin-page .multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.monsterinsights-admin-page .multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.monsterinsights-admin-page .multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.monsterinsights-admin-page .multiselect__option--selected:after{content:attr(data-selected);color:silver}.monsterinsights-admin-page .multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.monsterinsights-admin-page .multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.monsterinsights-admin-page .multiselect--disabled{background:#ededed;pointer-events:none}.monsterinsights-admin-page .multiselect--disabled .multiselect__current,.monsterinsights-admin-page .multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.monsterinsights-admin-page .multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.monsterinsights-admin-page .multiselect__option--group{background:#ededed;color:#35495e}.monsterinsights-admin-page .multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.monsterinsights-admin-page .multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.monsterinsights-admin-page .multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.monsterinsights-admin-page .multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.monsterinsights-admin-page .multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.monsterinsights-admin-page .multiselect-enter-active,.monsterinsights-admin-page .multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.monsterinsights-admin-page .multiselect-enter,.monsterinsights-admin-page .multiselect-leave-active{opacity:0}.monsterinsights-admin-page .multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}.monsterinsights-admin-page [dir=rtl] .multiselect{text-align:left}.monsterinsights-admin-page [dir=rtl] .multiselect__select{left:auto;right:1px}.monsterinsights-admin-page [dir=rtl] .multiselect__tags{padding:8px 40px 0 8px}.monsterinsights-admin-page [dir=rtl] .multiselect__content{text-align:left}.monsterinsights-admin-page [dir=rtl] .multiselect__option:after{left:auto;right:0}.monsterinsights-admin-page [dir=rtl] .multiselect__clear{left:auto;right:12px}.monsterinsights-admin-page [dir=rtl] .multiselect__spinner{left:auto;right: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)}}@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}.monstericon-times:before{content:"\f021"}.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-star:before{content:"\f025"}.monstericon-files:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand:before{content:"\f02d"}.monstericon-compress:before{content:"\f02f"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-download:before{content:"\0046"}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}body{background:#f3f6ff;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;margin:0}.monsterinsights-onboarding-header{text-align:center}.monsterinsights-header-navigation{border-top:4px solid #5f6197;padding:0 20px;position:relative;text-align:left}@media (min-width:782px){.monsterinsights-header-navigation{padding:0 125px}}.monsterinsights-exit-button{background:#5f6197;border-radius:0 0 5px 5px;color:#d7d7e5;display:inline-block;font-size:14px;line-height:1;padding:9px 20px 12px;text-decoration:none;transition:color .1s ease;-moz-transition:color .1s ease;-ms-transition:color .1s ease;-o-transition:color .1s ease;-webkit-transition:color .1s ease}.monsterinsights-exit-button span{margin-right:2px;font-weight:500}.monsterinsights-exit-button i,.monsterinsights-exit-button span{vertical-align:middle}.monsterinsights-exit-button i{color:#afb0cb;display:inline-block;font-size:16px;margin-left:4px}.monsterinsights-exit-button:hover{color:#afb0cb}.monsterinsights-onboarding-header h1{margin:10px 0;padding:0 20px}img{max-width:100%}a{color:#509fe1}a:focus,a:hover{text-decoration:none}.monsterinsights-onboarding-wizard-container{margin:0 auto;width:750px}.monsterinsights-onboarding-wizard-steps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:45px}.monsterinsights-onboarding-wizard-step-line{background:#d6e2ed;height:3px;margin:0 2px;width:100%}.monsterinsights-onboarding-wizard-step-line.monsterinsights-onboarding-wizard-line-active{background:#5cc0a5}.monsterinsights-onboarding-wizard-step{border:2px solid #b6c9da;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;height:16px;width:16px}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-active,.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed{background-color:#5cc0a5;border-color:#5cc0a5;position:relative}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed:after{color:#fff;content:"\f015";display:block;font-family:Misettings;font-size:8px;font-weight:400;right:0;position:absolute;text-align:center;top:2px;width:100%}.monsterinsights-onboarding-wizard-content{background:#fff;border:1px solid #d6e2ed;color:#777;font-size:14px;margin:50px 0;padding:45px 50px 50px}.monsterinsights-onboarding-wizard-content h2{color:#393f4a;font-size:24px;font-weight:500;margin:0 0 5px}.monsterinsights-onboarding-wizard-content .subtitle{font-size:16px;line-height:1.5;margin-top:0}.monsterinsights-onboarding-wizard-content .monsterinsights-separator{border-top:1px solid #d6e2ed;clear:both;margin:26px 0}.monsterinsights-icon-info{display:inline-block;vertical-align:middle}.monsterinsights-icon-info svg{height:16px;width:16px}.monsterinsights-onboarding-wizard-form label{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-description{margin-top:6px}.monsterinsights-form-input{margin:5px 0 0;position:relative}.monsterinsights-form-input input[type=radio],.monsterinsights-settings-input-radio input{opacity:0;position:absolute}.monsterinsights-settings-input-radio>span{margin-bottom:18px;display:block}.monsterinsights-settings-input-radio>span:last-child{margin-bottom:0}.monsterinsights-settings-input-radio label{color:#393f4a;font-size:16px;display:block}.monsterinsights-settings-input-radio label small{font-size:16px;color:#393f4a;font-weight:400}.monsterinsights-settings-input-radio label>span{vertical-align:middle;font-weight:500;line-height:1}.monsterinsights-settings-input-radio label:last-child{margin-bottom:0}.monsterinsights-settings-input-radio .monsterinsights-styled-radio{width:20px;height:20px;border:1px solid #b2c1cd;position:relative;display:inline-block;border-radius:50%;margin-left:19px}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked{border-color:#5cc0a5}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked:after{right:2px;left:2px;top:2px;bottom:2px;position:absolute;content:"";background:#5cc0a5;display:block;border-radius:50%}.monsterinsights-form-input input:focus~.monsterinsights-styled-checkbox-status{-webkit-box-shadow:0 0 5px 2px #4d90fe;box-shadow:0 0 5px 2px #4d90fe}.monsterinsights-form-input .monsterinsights-form-input-label{display:inline-block;vertical-align:top}.monsterinsights-form-input .monsterinsights-form-input-label span{font-weight:400}.monsterinsights-onboarding-button,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{border:1px solid;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:1;padding:10px 18px;text-decoration:none}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large{background-color:#509fe2;border-color:#2e7fbe;font-size:16px;padding:16px 32px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:focus,.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:hover{background-color:#3a93dd;border-color:#2971a9}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{background-color:#5cc0a5;border-color:#40a88d;font-size:14px;font-weight:500;padding:10px 16px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular:focus,.monsterinsights-onboarding-button.monsterinsights-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:#4ab99b;border-color:#39967e}.monsterinsights-onboarding-button.monsterinsights-button-disabled,.monsterinsights-onboarding-button.monsterinsights-button-disabled:focus,.monsterinsights-onboarding-button.monsterinsights-button-disabled:hover{background-color:#f3f6ff;border-color:#b7c9d9;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-button.monsterinsights-button-activated,.monsterinsights-onboarding-button.monsterinsights-button-activated:focus,.monsterinsights-onboarding-button.monsterinsights-button-activated:hover{background-color:#fff;border-color:#8aa4b8;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-wizard-form input[type=email],.monsterinsights-onboarding-wizard-form input[type=text]{border:1px solid #b7c9d9;border-radius:5px;color:#444;display:block;font-size:16px;padding:14px;width:100%}.monsterinsights-onboarding-wizard-form input[type=email]:focus,.monsterinsights-onboarding-wizard-form input[type=text]:focus{border-color:#509fe2;outline:none}.monsterinsights-form-input.valid input[type=email],.monsterinsights-form-input.valid input[type=text]{border-color:#64bfa5}.monsterinsights-form-input.error input[type=email],.monsterinsights-form-input.error input[type=text]{border-color:#dc3232}.monsterinsights-form-input select{width:100%}.monsterinsights-form-input.error:after,.monsterinsights-form-input.valid:after{display:none;font-family:Misettings;font-size:20px;font-weight:400;position:absolute;left:12px;top:13px}.monsterinsights-form-input.valid:after{color:#64bfa5;content:"\f015";display:block}.monsterinsights-form-input.error:after{color:#d83638;content:"\f014";display:block}.monsterinsights-error-message{color:#d83638;font-weight:500}::-webkit-input-placeholder{color:#b7c9d8}::-moz-placeholder{color:#b7c9d8}:-ms-input-placeholder{color:#b7c9d8}:-moz-placeholder{color:#b7c9d8}.monsterinsights-notice{background-color:#f3f6ff;border:1px solid #b7c9d9;border-radius:5px;color:#8aa4b8;font-size:16px;line-height:1.4;margin:30px 0;padding:16px 20px}.monsterinsights-notice.monsterinsights-notice-error{background-color:#fff4f3;border-color:#d83638;color:#d83638}.monsterinsights-text-button{background:none;border:none;border-bottom:1px solid;color:#89a4b9;cursor:pointer;font-size:16px;padding:0}.monsterinsights-text-button i{margin-right:4px}.monsterinsights-text-button:hover{border-bottom-color:rgba(0,0,0,0)}.monsterinsights-pull-right{float:left}.monsterinsights-text-button.monsterinsights-pull-right{margin-top:15px}.monsterinsights-form-inline .monsterinsights-form-input,.monsterinsights-form-inline .monsterinsights-form-label{float:right;width:80%}.monsterinsights-form-inline .monsterinsights-form-input{float:left;text-align:left;width:20%}.monsterinsights-form-inline:after{clear:both;content:"";display:table}.monsterinsights-form-inline p.monsterinsights-description{margin-bottom:0}.monsterinsights-form-inline .monsterinsights-separator{float:right;margin-top:27px;width:100%}.monsterinsights-settings-input-checkbox>label{color:#444;font-size:14px;margin:0}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux{cursor:default}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox{cursor:default;background-color:#dee5e9}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#b9d8f3}.monsterinsights-settings-input-checkbox>label input{display:none}.monsterinsights-settings-input-checkbox>label>span{vertical-align:middle}.monsterinsights-settings-input-checkbox>label:last-child{margin-bottom:0}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox{width:27px;height:18px;position:relative;display:inline-block;border-radius:10px;background-color:#d83638;float:left;cursor:pointer}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#509fe2}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked:after{left:2px;right:auto}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox:after{right:2px;top:2px;bottom:2px;width:14px;position:absolute;content:"";background:#fff;display:block;border-radius:50%}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-label{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-description{font-weight:400;color:#777;display:inline-block;margin-top:7px}.monsterinsights-settings-input-checkbox .monsterinsights-info{margin-top:6px;margin-right:4px;display:inline-block}.monsterinsights-addon-icon,.monsterinsights-addon-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-addon-icon{border:1px solid #d5e2ed;-ms-flex-negative:0;flex-shrink:0;height:70px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:70px}.monsterinsights-addon-icon img{display:block;vertical-align:middle}.monsterinsights-addon-text{padding:0 20px;width:100%}.monsterinsights-addon-text label{line-height:1}.monsterinsights-addon-text p{margin:6px 0 4px}.monsterinsights-addon-text a{color:#777}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}.monsterinsights-green-link{color:#5cc0a5;font-size:16px}.monsterinsights-addon-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-addon-button .monsterinsights-onboarding-button{min-width:134px;text-align:center}.monsterinsights-wpforms-row .monsterinsights-addon-icon{height:100px;line-height:98px;width:100px}.monsterinsights-wpforms-row .monsterinsights-addon-text label{font-size:18px;font-weight:900}.monsterinsights-wpforms-row .monsterinsights-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-times-circle:before{content:"\f01b"}.monstericon-info-circle-regular:before{color:#b6c9da;content:"\f01e";font-size:16px}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-check:before{content:"\f015"}.monsterinsights-loader-animated{animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:monsterinsights-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;right: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 monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.monsterinsights-settings-input-select label>span,.settings-input-text label>span{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select .monsterinsights-reset-default,.settings-input-text .monsterinsights-reset-default{font-size:14px;margin-top:7px;float:left;font-weight:400}.monsterinsights-settings-input-select label>span.monsterinsights-dark,.settings-input-text label>span.monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4c}.monsterinsights-settings-input-select .monsterinsights-info,.settings-input-text .monsterinsights-info{margin-right:4px}.monsterinsights-settings-input-select .settings-input-text-input,.settings-input-text .settings-input-text-input{margin-top:18px}.monsterinsights-settings-input-authenticate .monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-authenticate p{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select-input{margin-top:18px}.monsterinsights-onboarding-wizard-form .field-title{display:block;margin:15px 0}.monsterinsights-onboarding-wizard-form fieldset{border:none;padding:0;margin:0;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-onboarding-wizard-form .ftp-password{margin-bottom:15px}.monsterinsights-onboarding-wizard-form ol{padding-right:20px}.monsterinsights-onboarding-wizard-form ol li{color:#393f4b;line-height:1.5;margin-bottom:30px;padding-right:15px}.monsterinsights-hidden{display:none}.monsterinsights-small{font-size:12px}.monsterinsights-auth-info .monsterinsights-dark{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-auth-info p{margin-top:6px}.settings-input-license label{font-size:14px;color:#777;font-weight:400;margin-bottom:18px;margin-top:8px;display:block}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater label{font-size:14px;margin-bottom:0}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater .monsterinsights-error{margin-top:0;margin-bottom:18px;display:block;font-weight:400}.monsterinsights-onboarding-wizard-form .monsterinsights-error{margin:18px 0 0;color:#d83638;cursor:default;display:inline-block}.monsterinsights-onboarding-wizard-form .monsterinsights-error i{margin-left:10px}p>label{display:block}p .monsterinsights-info{margin-right:4px}.monsterinsights-sublabel{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-repeater-labels label{color:#393f4c;font-weight:700;margin-bottom:6px;display:block;width:calc(50% - 8px)}.monsterinsights-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}.monsterinsights-settings-input-repeater-row:first-child{margin-bottom:14px}.monsterinsights-settings-input-repeater-row>input[type=text],.monsterinsights-settings-input-repeater-row>span{width:50%;margin-left:17px}.monsterinsights-settings-input-repeater-row input,.monsterinsights-settings-input-repeater-row select{margin-left:18px}.monsterinsights-settings-input-repeater-row button{padding:0;border:none;background:rgba(0,0,0,0);color:#dc3232;cursor:pointer;font-size:14px}.monsterinsights-settings-input-repeater-row input[type=number]{width:30%}.monsterinsights-settings-input-repeater-row select{width:70%}.monsterinsights-settings-input-repeater-row.monsterinsights-disabled-row{opacity:.5}.monsterinsights-button{background:#509fe2;border:solid #2e7fbe;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}.monsterinsights-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-logo{display:inline-block;width:400px;max-width:100%}.monsterinsights-logo .monsterinsights-bg-img{padding-top:21%}.monsterinsights-logo .monsterinsights-bg-img:after{background-image:url(../img/mi-onboarding-logo.png)}.settings-input-license p{color:#444}.settings-input-license p a{color:#509fe2}.monsterinsights-smile{display:inline-block;width:16px;height:16px;padding:0;vertical-align:middle}.monsterinsights-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)}.monsterinsights-onboarding-license-lite p{color:#777}.monsterinsights-onboarding-license-lite p a{font-weight:700}.monsterinsights-onboarding-license-lite p .monsterinsights-highlighted-text{font-weight:700;color:#64bfa5}.monsterinsights-onboarding-license-lite .monsterinsights-settings-license-lite{display:none}@media (max-width:767px){.monsterinsights-onboarding-wizard-container{max-width:100%;width:auto;margin:0 10px}.monsterinsights-onboarding-wizard-content{padding-right:20px;padding-left:20px}.monsterinsights-addon-row{-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights-addon-text{width:calc(100% - 80px);padding-left:0}.monsterinsights-addon-button{margin-top:20px}.monsterinsights-addon-icon{-ms-flex-item-align:start;align-self:flex-start}.monsterinsights-wpforms-row .monsterinsights-addon-text{width:calc(100% - 100px)}.monsterinsights-text-button.monsterinsights-pull-right{float:none}.monsterinsights-form-buttons{text-align:center}}.monsterinsights-addon-icon>div{display:inline-block;width:50px;height:50px;background-size:contain;background-repeat:no-repeat}.monsterinsights-addon-icon .monsterinsights-addon-icon-ads{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAM1BMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZvL+tLtAAAAEHRSTlMAgEC/YJ8g388w73AQUK+PCjI/1wAAAVxJREFUaN7tltFugzAMRec4CbSU1v//tXMWjwV5IApBCqrPAwpXVxyEBeTLMAzD2IUjcvMECRcqe/DABKIAjOcgQqKjDhJRV3aAVID5lgucqrQlwfmFhCkIEgRdUb6tkt90CkACUJU3JSjciUAgunPQE6EEXOt1RdgiOTyT5iQ3V3Dj4OFKHqryjgSOskFynDYkDBz54Ln8LpnEJNskHtfxNSRA68CVJG55BiZZkIxPRBx4ccPEczxB8qIf+hRkXtUlMQmQDz4FiD0vY22JIxr4SRFBCjgeOK4uyemfxFWRyHUmiaAled20JALEQhIA4D+JFM+YyXj64AGgP10i7+WJkiE7MFaXPPLu17koW+B43a/w2ZIAS4SL/eNXgcts7kzyOZIAewmbJUdoSTIHCdWZzmY0I/FQ0lGnznRW4rfd+zGwGYlifSYak5jEJCYxScYki3jwcjQMwzBq8A1quFFfpiEy9wAAAABJRU5ErkJggg==)}.monsterinsights-addon-icon .monsterinsights-addon-icon-amp{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAYFBMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZvupssYAAAAH3RSTlMAzqUOZLFaI9uHTwUxevNsvDoY6ICqmEHTcsUKSCyQ4Lja+QAAAqRJREFUaN7t2NlyozAQQNFmsVhkg0BsNtj9/385YcKkxWLF4KYqqeE8p3wpWrakwOFw+CJrv6iiqwhgN7Gb4KApcthDdkNTEnnATVY4pTPg5SlcIIBT6yCur7TeKuVoGlWC/zx/YzIN8Q0pUEQ/nX6E73BkgCR6NsQE9cVfYTz0DGIkSQ6L0v4PV5AJGlyACxoKWORiCGt0OHlyFw3Ns4gDa1TjqQM0aApYIs5o6gDSaRqjI1giejT1AS2GK0dEjqY+yIxFbI/4oc0DPnkL61Uar6uyR65oQU+dzN9MiuRij3SuTQqDkB5aCHEGgDxB4rMMXk1+uSZflJolkuLkM2s0JJIlEqApp6nT6CyR/GxD3+QbEj1dLzFwrK7x61HjqeMNmCJwMr8VLpqy7yJBbHM2pkIPHwk0PcASWanGZUoyRkDgEscDzghkycLUWvg+kkU2AkaCE47pFHosq4vUt8lRmDNCglSFiKidqqOJ882EOEP9iByR/y4iz10OhljM3d+KdJWDH7QqWjoFzRVvRDxjp9PdPpFOL/1gBQu8zZEYR5J6h8F7GnuPOG+z1MEkgx0iZZ9ozsMSK6jBGIn/NlqYqU5zYmOknJ+c+FdX+Owse3Lm0m0Rz7hX1uJLzjUTOrLdZ4fqmCtCJzZvFvFZI2eauxmpAeSSbRE5XM96RdlT+CHnXV0OIt7k5OamgTdSTf6j0PYfrvrYZS5bHaF7h/mD5dL7Yxo8XWwj+ZlUdD9ji9AdXZcX/6ES7N35I0E4Hy//Ht9WaNBinz0eatqAyxx4I6TNUrfR6uH3m5dlj/8Vh7vfHolPFix7vP1iyre6hLNG+oNnckR+TCRCzGGrHDGCF9wRy8DbJigRA3iFwncoeEmu3mm8/Krvwt9G3OFwOBwOK/wB8KDVf+6OtUEAAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-dimensions{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAM1BMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZvL+tLtAAAAEHRSTlMAv4AQQO+fYDAg38+vUHCP/kkt8AAAAuVJREFUaN7tmduWpCAMRUO43zT//7VTQWpKLVkt0zhP7IdeS209cBIS6IbJZDKZTI7kVZxAB2ORgi5YYSiJLskwEE+k7fmeIYowEHVpTSAaLGIeF5EcZeVhh8tpsF2wEmPP2abgARUHFSQquTAYbxMRQkUQrVnCeNRRBJgpMkWmyJHlf4ggUd6JOHiCRKR2ghaeQO8sytxgHsASpUODkTCecHDIfLJgbNjDcWsxPvReE6lTFwujDUsckT0yDN/cKSLtT7dG93gZLuKMgw3Dy91PJDKjF/sXbuxu2GFuTFD/yjCpKtCGDUtDDgvLD6vnN4bRG/FDj9Ee+pFot7IRELGmlVxa8xE8im6cJkpSYl3Pkf1wnKxtw5Z/0Hih+SfWkVIgJspWB9C+W4MVmFBezfWirZKIYr+GK+44qGTxupK2qSI1EXbW88hfPx2qXLGlNeLc11q4sPq34BpLAi/yk60EAwyT4b2CpSGKK6IJpPHzrKNGt+GSZ7fYGF9nJ7ZYmFZh728thghZQ+/eWYqKYPmCxC9CV2vRHEMZ9CGQln3Cv25lugRvHj0xliKB56K3kiqZmjDLpmHh7ixKSKQWcKTcMcSkdtF3t+uukGApf4dKggvlebtBL/dEot/MgTN5Sx7XFlE3g/L+gojf4apfaIssvSIXH/pRxBCpHpGkL8ywDZHeXT73wuw5hh5OWB6mW7Apku5uwYjRHtx3ngjNQu3sMrc7l3hvTsK5RCgeZmyu6xyp43TnbFm4+TR1GbUvO4utzSziSF3D94nl183hHZnI7o9W9E3InVs65KGTkVDxr4ti5jtU5qyQbO/uXbutZ2l0JRymWmFHnd/8x1zFVotA9Ld7GY7XANQ+gn5ZRUIrd2lKMAKzqaiEcjc/Y+T70TgV5EVpFBRs4qs8SOMrdYoKUqVoDFVZzW4vrDEO1mAVnT//AtBEj/xRyMltXWvxopZE7+EJNFUMPIetKsHBZDKZTCZN/gBVxTMQO6CX7wAAAABJRU5ErkJggg==)}.monsterinsights-addon-icon .monsterinsights-addon-icon-ecommerce{background-image:url(data:image/png;base64,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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-eu-compliance{background-image:url(data:image/png;base64,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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-facebook-instant-articles{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAUVBMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZsZBd+gAAAAGnRSTlMAzqVlDrEkWwbbMYdOeXD0F71/5ZJWQznInGSusBcAAAIuSURBVGje7djbeqIwFIbhBWETtgkioP/9X+iUKVSS1qWQ0LEdvhM88XmfsCIIdHR09JEc0upciFLTbvXXFlOXah8nb7BMnaR3Qhawa3PPRhTjc6rzasgLzNT7gVdktKrQMs5qspgzJjI4VVQfc4nuGQXcOssWc6d7Q1RoK7Gi2DKoXgxHf43UwLBq6sowrjQvhFtKiIzWVBpGSCSwKLiHBKuQs2FIkpmhai9IgFuxJOpg1HlBWtOgUozV86RqH4g0jDkZY6rgEZFxzV+OMNcYxtyZR2pwhTSlWAMnHilDLkFT82Zqs7EgMg0IL4NvzN+7ZaB3R+yzqrRlKOkFSYyFWAZC4hGdc2mau+CWtgyU5GV3Ub9YiG1cyB2xR59YBvpHSFJy5YupKLx3tY0rMcjK5hMWWEYjPSIk8FWBJp8I9eqzEUf0GBkKro6MksYiVEVjrrvLqgyWxFmTf2QsqZp2BLKwlEQPke0Fk34gB/J/IUlX1WIYP6RcuQOiQ4zFRCTAdXJAGuyPpLghUcKltyPXv4IQ/Z6Dv8zX2z2RDED9nUgZc3UekL12l1BKYeztOEJdwCW2IbX9eMnnjgzfgWg3hH90aAEUb0cak2wvvLv+CZJXXMMPuqz8HuTBPf4H7a7dkDjLspTGHt7jX//P3S9AynhNncP9hM99d6XBmsQLz+RAXgYpAL3Z0EDx5CvYOIm2lcRAQs/UwKWGnko3LoamJ8tTsa00p6Ojo6OjFf0Bm8Sx6siAvW4AAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-forms{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAANlBMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZuRwO53AAAAEXRSTlMAgNMVCyHu5nRFpqyKO7Npmr5mhbcAAAEhSURBVGje7dfbasMwEIRhWZasxOd5/5ctKaRDu41b6A40zs6lDP5s/iulWOyHLWvDx9q6JME6fNnF31hg5v8vq0VWd6RZpGlStK3czsr2iex8ke1+ugmRcj8tQoTH/x/Bt+sOP8EukOdEzGsM8vhpIGdCHi+QsyK/WSCBBPIyyDINey9G6gBg1iIlA0DWIiMg/5MLbhuqErnifdckROrAC70CYXSMSYUwei5ChNF1CKPrEEbXIYyuQxhdiDC6G1LHNvcH0V2QHUDuD6J7IA2gwuhT8kRmUDHRvZA+UzHRHRCrMLoXYhVGd0eoMLo7QmVidG+ECqMLECqMLkCodEmFUJmSCqGSiwahMre9nvbqEEgggWiQvy6Q50RisVgsdrq9Af5teS7UZtMfAAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-google-optimize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAV1BMVEUAAABhXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZthXZvP5UnqAAAAHHRSTlMAX1cefIQlPrTgo+xpcxL0BtXBTRkwmJGMzUYLkaGXDQAAAc1JREFUaN7t2NuOmzAQgOHhEAy2Mea8wLz/c7aN0o4V012PEbnyfxNpRsqHhAwSkEqlUm7VmPPaDZdoFfLrBYc4BoyrZCArxiaCjRmj64MRjfFNoYjE+MZQpMb4soQkJCEJSUhCXk1VQIKP8Cu4iJ11yUuwkVwhtwcXWRBvR0b8ANJ8AJnwA8j4CSRPSEISEo4omem1x/806MoIrS4iXxb+pBWe1cKzY7mC0FLgSZre/xeQmgYtem20NSoeqWhwoFcOlIxGOncy4HszUDoa2b7/6HEANa19JNK4E/nTF5Mik20EggVQ/llZwCsGGWkg0EtZ2g6lsHHIF1BFg+9JWipE7GpdMJGXYXzFN+Y+9sQ/jRaX2dhRbgUpjpGpNd8fNOciL+NvzT+l6ci4+hQmw1WU/v0z5YqMK4ghw1Wm11aTEYTscB4ZpFBkBCHmJ4MU4xmByBZk+NezcZD53NjRT4HTwkA0nJej3wBOMhTphgoYSGeBGs4RK96aLQAHcZ/tpjtHTmIig3tL7kLoT0a8D0H5PPL2gXci2NVrWXd4H0IlJCFXkD0KaXmIiUIE8OqRX3cwEYH8NHAr2YYEfqJnESqHqKYxCy0vIJVKpbx+AcHE7M0e5yrjAAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-page-insights{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAgVBMVEUAAABgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5lgX5nATxYeAAAAKnRSTlMADfKABeuGpi0PCST15bIg+rkW18c033s+KM5d7m1iV0+ekkc6GpiOaHPZgCbNAAADgklEQVRo3u2Z6W6jMBCAB+NwHwEacmdzJ533f8CtHTuGlCDHBCm74vvTVkj+mMMzlYCBgYE+OW0uWTEiJF649iGAPviTjLHC6Hx8v2KBv0gm8E7mGTbivDOMCCXjURkTZflKQZ/AaiTP2cPp/cjp4RRQas2X+1KWZqKdDRebidgRNt5wq5Wmyy8RmqYlJfiEKQBcRRQzeOAa3V7kBDokmIVWIwAwQc65KQG3jitAB0QfnkFjEVIT9JayvZ6EwjMura1KC2RMtCTW03IhI4Fn5BGvVzfJDn8gVssVQsasi8Tn4+oKP6zt5qR8iVC1JVYVX7ZvzB8hXvgkhgdmyMi1JQ6pUlDW3D/YPKaI//SiJTzAa7/RlQRYYwFAV+yXkEdCuOQLoxwU96GzM4xkLy5iAUry5yaHeXIAyZG/kWFNqGgd9y4RkdmwiSpdG7AuXgXG3bXmZyrJBTm8oY71oqQmEpXubym51oqWgYQvNE9XEtpVZmLIr6VkecIqXk0y0ZTQEVbZP0ayyesbvnYdPTPJTtzFS3MkapaUbHXlZuk6AGzFG4tIwK2SiGuZs9FTms+ulG9xKiROADUs9kC8SWYugZKnRYyVMRnVWBXccuYLx/AyWvIAlz/CBnyQo+doOFbIDOCA96Ku7V+s7xe2BJMBKYdeLENpRgYyBdNIWMrXbYvvXpGxD6Y1yam8OyO/ffva5jteNGjbJD+iaPJuEkhug7cxlsNYZLOrJIiRUTac9C3/l+0sgTASAzN/SFUmJ6XrdZbARFjIRR1GtwkqiNdZAl6JgmL//eewXU7dGAWLSFi6SiDPsJnx1hOxGG3G8P73lj3axE2OzAOLSIuehJaoKKm4iGI1+k78S8H1nrLoSPz6hFWbcjHhvbxJiMpT4citPl9Ji4aERa4g1j19zm4JN/zZ2jnvdnt7mYJCWQwk2sxH0tKTJN3ULAYSqw3gnPgIDpXlVYlD2nBAbDqLWWJpeVESYDuB2P0+1Cw9RGLJm5wKS9RDTYREWeIeuktKpKVM+5IoS5FDb+mSlqkP0F/hFf20cF3ykZG8XpP3T+F/SRLabYRGEj9CRcTXbxsjaiIJ6g3ajwRsorChh3Rxag3aQ+ENMI9EH0OJQ17BAfPu0if42EherMlHd9d/IKFgCkX0NSU+mOIjUv3PTWaEGSbaH87MIan+J0BDxu4cBgYGBgY+jL9tSRnKpKBuYgAAAABJRU5ErkJggg==)}.monsterinsights-addon-icon .monsterinsights-addon-icon-performance{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAM1BMVEUAAABhW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW51hW52pZCvGAAAAEHRSTlMAgEDvEJ9gMM9Q368gv49wMr3HGwAAAwlJREFUaN7tl9ty5CAMREHiji/9/1+7RngWe7MzrmBnH7Y4D0mZOAjUjSXUYDAYDAaDwf/EgkJQP8oMwajnMdqpCjBrC5ASvJ3UU7gE1CgeWNUE6PrEgH5mU1RT5CWcbIKRZX8BG8k9kSoAbAH2VXcRJu0xcgLwRJRQdHYAR5uAeRvRAGdnUTaUgSd0WSVVFpVlG4mohE2P9IyfJ5lZosyayrINrZaBtMWg4oQnCCKBsu5kpGh9GZRsPZWvN3AR6Q4xVnvlkq+/Q0CqC/BrnxYMtlGcGvw7f2fxtl9Sp5MtClximI9vcUIhdZx9AkLenXq9lrD90l1ncFLGZfA5hic6D2SEdXNY6vBZlGRvmOkg0xJQSJbaoLwg0tkeSTieVbZozP7skirdt9F/fPuIS+51JNKi1dGznrewpquM7J+q9jTT77zhmJ3I7anDYNzWel47yXNL7XLz0yi003aI6ptLXFct7Cdkul6/xW2yuWhMeH9PfxsLWD0DDOSrxgTzJDW9xyhUnF8OZvwsRqL9KPreIMow8mcxXq7sYQ+iMtK7VPEhiL8VZAG/FV2Wr1+nYOkQfg+SPlVlL6JEieFUtybrRQ8TxV4MWPo2ZW4qPR9KEfqIZtzk2pkizU3ypK6ZSHAtaRFApBMB0HR4sWG+2dCHQwkL07lyNgct5YT3IR3XqRy7ZsNablsQJtWD532eFgVplYY7Zpz/tnReU6iV1PMXgSEs5lyqe/quWOb5UgYSdr7cSCN3lGDDte+M9vSvftUbdNpEdqZmM/Z0RDpaxtUCvRwMF9F1iUh44S7sseN7lK9L3A3woTy414Z7mGuy/QdJ/Wuf0YqC/bj3CTOlZXiEDMiOzB+7qH9jdZu2Wge2blI7tCRRyhXj3mefx0OQz5dPELSswD6TLd7vBtiY5c69EYqvnsqXAWD3mk+zTGnB0UjcqMuPB4IsECQrq1wMQz3c1O5c95lmiVEgWXdRo+Bqa/MQlIISZH6JJGjW6kFMu3gXpsPw81gUWP0opAtODQaDwWAwGPwjfgH3i0XNTMmXjwAAAABJRU5ErkJggg==)}.monsterinsights-addon-icon .monsterinsights-addon-icon-media{background-image:url(data:image/png;base64,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)}.monsterinsights-addon-icon .monsterinsights-addon-wpforms{width:76px;height:59px;background-image:url(../img/wpforms.png)}.monsterinsights-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}.monsterinsights-settings-network-notice .monsterinsights-bg-img{margin-left:25px}.monsterinsights-settings-network-notice .monsterinsights-bg-img.monsterinsights-icon-warning{width:48px}.monsterinsights-settings-network-notice .monsterinsights-bg-img.monsterinsights-icon-warning:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAAAllBMVEUAAADV4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u2KpLj///+etMW0xdKqvs6ascPG1eKww9PO3OmVrb+LpbnR3+qRqr3U4ezA0d60x9atwdGPqLyNp7rT4Oy8ztzBztmiuMnx9PfJ2OXW4ObL2ua3ytilu8v7/P31+PnT3eXC0t/r8PPo7fHe5uvR2+OftscAs3DjAAAAC3RSTlMABtDHbvQb+ctt0f3LxK8AAAIoSURBVGje7drZbqMwFIBh05Au4wPBYPa1TPak2/u/3NAME6lzSMHGvqjk/zJI/sTiSLZMCLHsxZJqaLmwLdJ1f0e1dXdPiIXGVypY5Ilq7YksqNYW5IFq7YFQzRnAAAYwgAEMIAxwP2t2TbZOKWo+wHdtCH0VK3zFQPYRwdfCgqsDMgYDVUWsBuAt3ChpVABZCbfbx7OBPILvYnwmUMBI4XYWEMBoIZ8BNDAhVksD6wqm5MkCKf78g83bOUS/ZpJAjkZ6d7qOLnoNtRQQowmwci69ROjGpAD8Bb05f0O3UMYSQF0i4LUHPHQllwAaQJ16IMSTQQJoMeAenM/eAbcWBtIKcN6xG38zdCUXBnwYqvRWLgzVCgM5CBUKAx6giudLq0GhFgXwO2ZOX2fjuCiAH7X7Dxi8hbVuwJ8PJEelQAtYYL8VPiIPBvoGiEWBXAxIqChwFgNcYSCOhIBAGKCuEOCLAzs0yPPmcAFeTwy/AmEAPyPmXDuhvykJgO7RTL62ga9FWxlgHU0GPCoO4LlWvjh9h/9ec8XlgDiBaeVUDqAZTMpNZQFawIQSTqWBtIXRKn/OAqT+GB3/PG8Jle5Hno8/e5UZRHA7tlWwTvZDuFFUpEpW+nVQwlDMV7ZXEQ8QbqZ0t6Vu9glci1iw1bBfxJs88Dwv2PkppT9zx8sAnxnAAAag1AAGEE/3oYGl/mMPNtWarfnoyS9L++GZLst+1HP859G2CPkDRZCgO+Q/ERIAAAAASUVORK5CYII=)}.monsterinsights-settings-network-notice .monsterinsights-network-message{width:100%}.monsterinsights-bg-img.monsterinsights-icon-warning{width:48px}.monsterinsights-bg-img.monsterinsights-icon-warning:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAAAllBMVEUAAADV4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u2KpLj///+etMW0xdKqvs6ascPG1eKww9PO3OmVrb+LpbnR3+qRqr3U4ezA0d60x9atwdGPqLyNp7rT4Oy8ztzBztmiuMnx9PfJ2OXW4ObL2ua3ytilu8v7/P31+PnT3eXC0t/r8PPo7fHe5uvR2+OftscAs3DjAAAAC3RSTlMABtDHbvQb+ctt0f3LxK8AAAIoSURBVGje7drZbqMwFIBh05Au4wPBYPa1TPak2/u/3NAME6lzSMHGvqjk/zJI/sTiSLZMCLHsxZJqaLmwLdJ1f0e1dXdPiIXGVypY5Ilq7YksqNYW5IFq7YFQzRnAAAYwgAEMIAxwP2t2TbZOKWo+wHdtCH0VK3zFQPYRwdfCgqsDMgYDVUWsBuAt3ChpVABZCbfbx7OBPILvYnwmUMBI4XYWEMBoIZ8BNDAhVksD6wqm5MkCKf78g83bOUS/ZpJAjkZ6d7qOLnoNtRQQowmwci69ROjGpAD8Bb05f0O3UMYSQF0i4LUHPHQllwAaQJ16IMSTQQJoMeAenM/eAbcWBtIKcN6xG38zdCUXBnwYqvRWLgzVCgM5CBUKAx6giudLq0GhFgXwO2ZOX2fjuCiAH7X7Dxi8hbVuwJ8PJEelQAtYYL8VPiIPBvoGiEWBXAxIqChwFgNcYSCOhIBAGKCuEOCLAzs0yPPmcAFeTwy/AmEAPyPmXDuhvykJgO7RTL62ga9FWxlgHU0GPCoO4LlWvjh9h/9ec8XlgDiBaeVUDqAZTMpNZQFawIQSTqWBtIXRKn/OAqT+GB3/PG8Jle5Hno8/e5UZRHA7tlWwTvZDuFFUpEpW+nVQwlDMV7ZXEQ8QbqZ0t6Vu9glci1iw1bBfxJs88Dwv2PkppT9zx8sAnxnAAAag1AAGEE/3oYGl/mMPNtWarfnoyS9L++GZLst+1HP859G2CPkDRZCgO+Q/ERIAAAAASUVORK5CYII=)}.monsterinsights-license-type-text{color:#777;font-weight:700;margin-top:16px}.monsterinsights-license-type-text a{color:#777;font-weight:400}.monsterinsights-license-type-text .monsterinsights-info{margin-right:10px}.monsterinsights-settings-license-site>.monsterinsights-settings-network-notice{margin-top:16px}button[data-v-09b2f69e]{margin-top:3px}.monsterinsights-welcome-container{width:750px;margin:0 auto;max-width:100%}.monsterinsights-welcome{padding-top:110px}@media (max-width:782px){.monsterinsights-welcome{padding-left:10px;padding-right:10px}}.monsterinsights-welcome-block{background:#fff;border:1px solid #d6e2ed;margin:25px 0;position:relative;text-align:center}.monsterinsights-welcome-block.monsterinsights-welcome-block-first{padding-top:50px}.monsterinsights-welcome-logo:after{width:82px;padding-top:68%;background-image:url(../img/welcome-mascot.png);margin:15px 19px 19px}.monsterinsights-welcome-logo-container{position:absolute;top:-60px;width:120px;height:120px;right:50%;margin-right:-60px;background:#fff;border-radius:50%;border:1px solid #d6e2ed}.monsterinsights-welcome-block-inner{padding:25px}.monsterinsights-welcome-block-inner h3{color:#393f4c;font-size:24px;margin:0 0 20px;line-height:1.4}.monsterinsights-welcome-block-inner p{font-size:16px}.monsterinsights-welcome-video iframe{width:100%}.monsterinsights-button-wrap{margin:20px auto 0;max-width:590px}.monsterinsights-button-wrap .monsterinsights-button{width:100%}.monsterinsights-button-wrap:after{content:" ";clear:both;display:table}.monsterinsights-button:focus,.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-welcome-left{padding-left:20px}.monsterinsights-welcome-right{padding-right:20px}@media (max-width:782px){.monsterinsights-welcome-right{padding-top:25px}}.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:50%;float:right}@media (max-width:782px){.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:100%;padding-right:0;padding-left:0}}.monsterinsights-button.monsterinsights-button-alt{background:#f9fbff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-welcome-features{padding-bottom:0}.monsterinsights-welcome-feature{text-align:right;width:50%;float:right;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;margin-bottom:25px}@media (max-width:782px){.monsterinsights-welcome-feature{width:100%}}.monsterinsights-welcome-feature:nth-child(2n){padding-right:15px;padding-left:0}@media (max-width:782px){.monsterinsights-welcome-feature:nth-child(2n){padding-right:0}}@media (max-width:782px){.monsterinsights-welcome-feature{padding-left:0}}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img{width:46px;-ms-flex-negative:0;flex-shrink:0;margin-left:15px}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img svg{width:100%}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text h4{font-size:16px;color:#393f4c;margin:0}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text p{font-size:14px;margin-top:5px}.monsterinsights-welcome-block-inner:after{content:"";display:table;clear:both}.monsterinsights-welcome-block-footer{padding-bottom:50px}.monsterinsights-upgrade-cta{text-align:right;background:#f7f9fd;padding:15px}.monsterinsights-upgrade-cta h2{font-size:20px;margin:0 0 30px}@media (max-width:767px){.monsterinsights-upgrade-cta h2{text-align:center}}.monsterinsights-upgrade-cta h2 span{display:inline-block;border-bottom:1px solid #555;padding:0 15px 12px}.monsterinsights-upgrade-cta .monstericon-check{color:#5cc0a5;margin-left:4px}.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:70%}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:100%}}.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:30%;text-align:center}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:100%}}.monsterinsights-upgrade-cta ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:15px;margin