Google Analytics for WordPress by MonsterInsights - Version 7.10.1

Version Description

= 7.0.0 =

This is a major release. Please back up your site before upgrading.

= 6.0.0 =

This is a major release. Please back up your site before upgrading.

Download this release

Release Info

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

Code changes from version 7.10.0 to 7.10.1

assets/css/images/logo.png CHANGED
Binary file
assets/css/images/logo@2x.png CHANGED
Binary file
assets/css/images/mascot.png CHANGED
Binary file
assets/css/images/mascot@2x.png CHANGED
Binary file
assets/images/chart.png DELETED
Binary file
assets/images/down-green.png CHANGED
Binary file
assets/images/down-green@2x.png CHANGED
Binary file
assets/images/down.png CHANGED
Binary file
assets/images/down@2x.png CHANGED
Binary file
assets/images/mascot.png CHANGED
Binary file
assets/images/plugin-om.png CHANGED
Binary file
assets/images/plugin-smtp.png CHANGED
Binary file
assets/images/plugin-wpforms.png CHANGED
Binary file
assets/images/question-mark.png CHANGED
Binary file
assets/images/up-red.png CHANGED
Binary file
assets/images/up-red@2x.png CHANGED
Binary file
assets/images/up.png CHANGED
Binary file
assets/images/up@2x.png CHANGED
Binary file
assets/images/woo-edd-upsell.png DELETED
Binary file
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: 7.10.0
10
  * Requires at least: 3.8.0
11
  *
12
  * License: GPL v3
@@ -68,7 +68,7 @@ final class MonsterInsights_Lite {
68
  * @access public
69
  * @var string $version Plugin version.
70
  */
71
- public $version = '7.10.0';
72
 
73
  /**
74
  * 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: 7.10.1
10
  * Requires at least: 3.8.0
11
  *
12
  * License: GPL v3
68
  * @access public
69
  * @var string $version Plugin version.
70
  */
71
+ public $version = '7.10.1';
72
 
73
  /**
74
  * Plugin file.
includes/frontend/frontend.php CHANGED
@@ -212,7 +212,7 @@ function monsterinsights_administrator_tracking_notice() {
212
  }
213
 
214
  // Only show this to users who are not tracked.
215
- if ( ! monsterinsights_track_user() ) {
216
  return;
217
  }
218
 
212
  }
213
 
214
  // Only show this to users who are not tracked.
215
+ if ( monsterinsights_track_user() ) {
216
  return;
217
  }
218
 
includes/helpers.php CHANGED
@@ -1116,7 +1116,7 @@ function monsterinsights_get_shareasale_url( $shareasale_id, $shareasale_redirec
1116
  // Whether we have an ID or not, filter the ID.
1117
  $shareasale_redirect = apply_filters( 'monsterinsights_shareasale_redirect_url', $shareasale_redirect, $custom );
1118
  $shareasale_url = sprintf( 'https://www.shareasale.com/r.cfm?B=971799&U=%s&M=69975&urllink=%s', $shareasale_id, $shareasale_redirect );
1119
-
1120
  return $shareasale_url;
1121
  }
1122
 
1116
  // Whether we have an ID or not, filter the ID.
1117
  $shareasale_redirect = apply_filters( 'monsterinsights_shareasale_redirect_url', $shareasale_redirect, $custom );
1118
  $shareasale_url = sprintf( 'https://www.shareasale.com/r.cfm?B=971799&U=%s&M=69975&urllink=%s', $shareasale_id, $shareasale_redirect );
1119
+ $shareasale_url = apply_filters( 'monsterinsights_shareasale_redirect_entire_url', $shareasale_url, $shareasale_id, $shareasale_redirect );
1120
  return $shareasale_url;
1121
  }
1122
 
languages/google-analytics-for-wordpress.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the MonsterInsights Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: MonsterInsights Pro 7.10.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/monsterinsights\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: 2019-11-07T19:22:25+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.2.0\n"
15
  "X-Domain: google-analytics-for-wordpress\n"
@@ -63,7 +63,7 @@ msgstr ""
63
  #: includes/admin/admin.php:37
64
  #: includes/admin/admin.php:45
65
  #: includes/admin/admin.php:91
66
- #: languages/vue.php:168
67
  msgid "Insights"
68
  msgstr ""
69
 
@@ -85,7 +85,7 @@ msgstr ""
85
 
86
  #: includes/admin/admin.php:39
87
  #: includes/admin/admin.php:95
88
- #: languages/vue.php:605
89
  msgid "Reports"
90
  msgstr ""
91
 
@@ -114,7 +114,7 @@ msgstr ""
114
 
115
  #: includes/admin/admin.php:60
116
  #: includes/admin/admin.php:103
117
- #: languages/vue.php:233
118
  msgid "About Us"
119
  msgstr ""
120
 
@@ -142,7 +142,7 @@ msgstr ""
142
 
143
  #: includes/admin/admin.php:175
144
  #: includes/admin/admin.php:178
145
- #: languages/vue.php:943
146
  msgid "Support"
147
  msgstr ""
148
 
@@ -151,12 +151,12 @@ msgid "Please rate %sMonsterInsights%s %s on %sWordPress.org%s to help us spread
151
  msgstr ""
152
 
153
  #: includes/admin/admin.php:276
154
- #: languages/vue.php:1887
155
  msgid "Please Setup Website Analytics to See Audience Insights"
156
  msgstr ""
157
 
158
  #: includes/admin/admin.php:277
159
- #: languages/vue.php:1893
160
  msgid "Connect MonsterInsights and Setup Website Analytics"
161
  msgstr ""
162
 
@@ -166,7 +166,7 @@ msgid "Learn More"
166
  msgstr ""
167
 
168
  #: includes/admin/admin.php:281
169
- #: languages/vue.php:1890
170
  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 2 million website owners use MonsterInsights to see the stats that matter and grow their business."
171
  msgstr ""
172
 
@@ -179,12 +179,12 @@ msgid "Your license key for MonsterInsights has expired. %1$sPlease click here t
179
  msgstr ""
180
 
181
  #: includes/admin/admin.php:302
182
- #: languages/vue.php:1240
183
  msgid "Your license key for MonsterInsights has been disabled. Please use a different key."
184
  msgstr ""
185
 
186
  #: includes/admin/admin.php:304
187
- #: languages/vue.php:1243
188
  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."
189
  msgstr ""
190
 
@@ -433,7 +433,7 @@ msgid "Upgrading is easy! To upgrade, navigate to %sour pricing page%s, purchase
433
  msgstr ""
434
 
435
  #: includes/admin/reports/abstract-report.php:357
436
- #: languages/vue.php:1322
437
  msgid "Upgrade Now"
438
  msgstr ""
439
 
@@ -1650,247 +1650,247 @@ msgstr ""
1650
  msgid "Error"
1651
  msgstr ""
1652
 
1653
- #: languages/vue.php:15
1654
  msgid "Please try again."
1655
  msgstr ""
1656
 
1657
- #: languages/vue.php:18
1658
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
1659
  msgstr ""
1660
 
1661
- #: languages/vue.php:21
1662
  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."
1663
  msgstr ""
1664
 
1665
- #: languages/vue.php:24
1666
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
1667
  msgstr ""
1668
 
1669
- #: languages/vue.php:27
1670
  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."
1671
  msgstr ""
1672
 
1673
- #: languages/vue.php:30
1674
  msgid "See Your Top Landing Pages to Improve Enagement"
1675
  msgstr ""
1676
 
1677
- #: languages/vue.php:33
1678
  msgid "See Your Top Exit Pages to Reduce Abandonment"
1679
  msgstr ""
1680
 
1681
- #: languages/vue.php:36
1682
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
1683
  msgstr ""
1684
 
1685
- #: languages/vue.php:39
1686
  msgid "See Your Top Affiliate Links and Focus on what's working"
1687
  msgstr ""
1688
 
1689
- #: languages/vue.php:42
1690
  msgid "See Your Top Downloads and Improve Conversions"
1691
  msgstr ""
1692
 
1693
- #: languages/vue.php:45
1694
  msgid "See Audience Demographic Report ( Age / Gender / Interests )"
1695
  msgstr ""
1696
 
1697
- #: languages/vue.php:48
1698
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
1699
  msgstr ""
1700
 
1701
- #: languages/vue.php:51
1702
  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."
1703
  msgstr ""
1704
 
1705
- #: languages/vue.php:54
1706
  msgid "See Your Conversion Rate to Improve Funnel"
1707
  msgstr ""
1708
 
1709
- #: languages/vue.php:57
1710
  msgid "See The Number of Transactions and make data-driven decisions"
1711
  msgstr ""
1712
 
1713
- #: languages/vue.php:60
1714
  msgid "See The Total Revenue to Track Growth"
1715
  msgstr ""
1716
 
1717
- #: languages/vue.php:63
1718
  msgid "See Average Order Value to Find Offer Opportunities"
1719
  msgstr ""
1720
 
1721
- #: languages/vue.php:66
1722
  msgid "See Your Top Products to See Individual Performance"
1723
  msgstr ""
1724
 
1725
- #: languages/vue.php:69
1726
  msgid "See Your Top Conversion Sources and Focus on what's working"
1727
  msgstr ""
1728
 
1729
- #: languages/vue.php:72
1730
  msgid "See The Time it takes for Customers to Purchase"
1731
  msgstr ""
1732
 
1733
- #: languages/vue.php:75
1734
  msgid "See How Many Sessions are needed for a Purchase"
1735
  msgstr ""
1736
 
1737
- #: languages/vue.php:78
1738
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
1739
  msgstr ""
1740
 
1741
- #: languages/vue.php:81
1742
  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."
1743
  msgstr ""
1744
 
1745
- #: languages/vue.php:84
1746
  msgid "See Which Authors Generate the Most Traffic"
1747
  msgstr ""
1748
 
1749
- #: languages/vue.php:87
1750
  msgid "See Which Post Types Perform Better"
1751
  msgstr ""
1752
 
1753
- #: languages/vue.php:90
1754
  msgid "See Which Categories are the Most Popular"
1755
  msgstr ""
1756
 
1757
- #: languages/vue.php:93
1758
  msgid "See Your Blog's most populare SEO Scores"
1759
  msgstr ""
1760
 
1761
- #: languages/vue.php:96
1762
  msgid "See Which Focus Keyword is Performing Better in Search Engines"
1763
  msgstr ""
1764
 
1765
- #: languages/vue.php:99
1766
  msgid "Unlock the Forms Report and Improve Conversions"
1767
  msgstr ""
1768
 
1769
- #: languages/vue.php:102
1770
  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."
1771
  msgstr ""
1772
 
1773
- #: languages/vue.php:105
1774
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
1775
  msgstr ""
1776
 
1777
- #: languages/vue.php:108
1778
  msgid "See Your Top Converting Forms and Optimize"
1779
  msgstr ""
1780
 
1781
- #: languages/vue.php:111
1782
  msgid "See Your Forms Impressions Count to Find the Best Placement"
1783
  msgstr ""
1784
 
1785
- #: languages/vue.php:114
1786
  msgid "Unlock the Search Console Report and See How People Find Your Website"
1787
  msgstr ""
1788
 
1789
- #: languages/vue.php:117
1790
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
1791
  msgstr ""
1792
 
1793
- #: languages/vue.php:120
1794
  msgid "See Your Top Google Search Terms and Optimize Content"
1795
  msgstr ""
1796
 
1797
- #: languages/vue.php:123
1798
  msgid "See The Number of Clicks and Track Interests"
1799
  msgstr ""
1800
 
1801
- #: languages/vue.php:126
1802
  msgid "See The Click-Through-Ratio and Improve SEO"
1803
  msgstr ""
1804
 
1805
- #: languages/vue.php:129
1806
  msgid "See The Average Results Position and Focus on what works"
1807
  msgstr ""
1808
 
1809
- #: languages/vue.php:132
1810
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
1811
  msgstr ""
1812
 
1813
- #: languages/vue.php:135
1814
  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."
1815
  msgstr ""
1816
 
1817
- #: languages/vue.php:138
1818
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
1819
  msgstr ""
1820
 
1821
- #: languages/vue.php:141
1822
  msgid "See Your Top Pages Immediately After Making Changes"
1823
  msgstr ""
1824
 
1825
- #: languages/vue.php:144
1826
  msgid "See Your Top Referral Sources and Adapt Faster"
1827
  msgstr ""
1828
 
1829
- #: languages/vue.php:147
1830
  msgid "See Your Traffic Demographics and "
1831
  msgstr ""
1832
 
1833
- #: languages/vue.php:150
1834
  msgid "Get Fresh Reports Data Every 60 Seconds"
1835
  msgstr ""
1836
 
1837
- #: languages/vue.php:153
1838
  msgid "Overview Report"
1839
  msgstr ""
1840
 
1841
- #: languages/vue.php:156
1842
  msgid "Loading Settings"
1843
  msgstr ""
1844
 
1845
- #: languages/vue.php:159
1846
  msgid "Saving Changes..."
1847
  msgstr ""
1848
 
1849
- #: languages/vue.php:162
1850
  msgid "Settings Updated"
1851
  msgstr ""
1852
 
1853
- #: languages/vue.php:165
1854
  msgid "Could Not Save Changes"
1855
  msgstr ""
1856
 
1857
- #: languages/vue.php:171
1858
  msgid "Congratulations! "
1859
  msgstr ""
1860
 
1861
- #: languages/vue.php:174
1862
  msgid "You Successfully Unlocked the most powerful Analytics plugin"
1863
  msgstr ""
1864
 
1865
- #: languages/vue.php:177
1866
  msgid "Publishers Report"
1867
  msgstr ""
1868
 
1869
- #: languages/vue.php:180
1870
  msgid "eCommerce Report"
1871
  msgstr ""
1872
 
1873
- #: languages/vue.php:183
1874
  msgid "Search Console Report"
1875
  msgstr ""
1876
 
1877
- #: languages/vue.php:186
1878
  msgid "Dimensions Report"
1879
  msgstr ""
1880
 
1881
- #: languages/vue.php:190
1882
  msgid "Forms Report"
1883
  msgstr ""
1884
 
1885
- #: languages/vue.php:193
1886
  msgid "Real-Time Report"
1887
  msgstr ""
1888
 
1889
- #: languages/vue.php:196
1890
  msgid "Recommended Plugin: %s"
1891
  msgstr ""
1892
 
1893
- #: languages/vue.php:199
1894
  msgid "Install"
1895
  msgstr ""
1896
 
@@ -1931,291 +1931,291 @@ msgstr ""
1931
  msgid "Loading settings"
1932
  msgstr ""
1933
 
1934
- #: languages/vue.php:237
1935
  msgid "Getting Started"
1936
  msgstr ""
1937
 
1938
- #: languages/vue.php:241
1939
  msgid "Lite vs Pro"
1940
  msgstr ""
1941
 
1942
- #: languages/vue.php:244
1943
  msgid "General"
1944
  msgstr ""
1945
 
1946
- #: languages/vue.php:247
1947
  msgid "Engagement"
1948
  msgstr ""
1949
 
1950
- #: languages/vue.php:250
1951
  msgid "Publisher"
1952
  msgstr ""
1953
 
1954
- #: languages/vue.php:253
1955
  msgid "Conversions"
1956
  msgstr ""
1957
 
1958
- #: languages/vue.php:256
1959
  msgid "Advanced"
1960
  msgstr ""
1961
 
1962
- #: languages/vue.php:259
1963
  msgid "URL Builder"
1964
  msgstr ""
1965
 
1966
- #: languages/vue.php:262
1967
  msgid "Import Export"
1968
  msgstr ""
1969
 
1970
- #: languages/vue.php:265
1971
  msgid "Time to Purchase"
1972
  msgstr ""
1973
 
1974
- #: languages/vue.php:268
1975
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
1976
  msgstr ""
1977
 
1978
- #: languages/vue.php:271
1979
  msgid "Sessions to Purchase"
1980
  msgstr ""
1981
 
1982
- #: languages/vue.php:274
1983
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
1984
  msgstr ""
1985
 
1986
- #: languages/vue.php:277
1987
  msgid "Top Posts/Pages"
1988
  msgstr ""
1989
 
1990
- #: languages/vue.php:280
1991
  msgid "This list shows the most viewed posts and pages on your website."
1992
  msgstr ""
1993
 
1994
- #: languages/vue.php:283
1995
  msgid "New vs. Returning Visitors"
1996
  msgstr ""
1997
 
1998
- #: languages/vue.php:286
1999
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
2000
  msgstr ""
2001
 
2002
- #: languages/vue.php:289
2003
  msgid "Device Breakdown"
2004
  msgstr ""
2005
 
2006
- #: languages/vue.php:292
2007
  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."
2008
  msgstr ""
2009
 
2010
- #: languages/vue.php:295
2011
  msgid "Top Landing Pages"
2012
  msgstr ""
2013
 
2014
- #: languages/vue.php:298
2015
  msgid "This list shows the top pages users first land on when visiting your website."
2016
  msgstr ""
2017
 
2018
- #: languages/vue.php:301
2019
  msgid "Top Exit Pages"
2020
  msgstr ""
2021
 
2022
- #: languages/vue.php:304
2023
  msgid "This list shows the top pages users exit your website from."
2024
  msgstr ""
2025
 
2026
- #: languages/vue.php:307
2027
  msgid "Top Outbound Links"
2028
  msgstr ""
2029
 
2030
- #: languages/vue.php:310
2031
  msgid "This list shows the top links clicked on your website that go to another website."
2032
  msgstr ""
2033
 
2034
- #: languages/vue.php:313
2035
  msgid "Top Affiliate Links"
2036
  msgstr ""
2037
 
2038
- #: languages/vue.php:316
2039
  msgid "This list shows the top affiliate links your visitors clicked on."
2040
  msgstr ""
2041
 
2042
- #: languages/vue.php:319
2043
  msgid "Top Download Links"
2044
  msgstr ""
2045
 
2046
- #: languages/vue.php:322
2047
  msgid "This list shows the download links your visitors clicked the most."
2048
  msgstr ""
2049
 
2050
- #: languages/vue.php:325
2051
  msgid "Top Products"
2052
  msgstr ""
2053
 
2054
- #: languages/vue.php:328
2055
  msgid "This list shows the top selling products on your website."
2056
  msgstr ""
2057
 
2058
- #: languages/vue.php:331
2059
  msgid "Top Conversion Sources"
2060
  msgstr ""
2061
 
2062
- #: languages/vue.php:334
2063
  msgid "This list shows the top referral websites in terms of product revenue."
2064
  msgstr ""
2065
 
2066
- #: languages/vue.php:337
2067
  msgid "Total Add/Remove"
2068
  msgstr ""
2069
 
2070
- #: languages/vue.php:340
2071
  msgid "Exit Setup"
2072
  msgstr ""
2073
 
2074
- #: languages/vue.php:343
2075
  msgid "Yikes! PHP Update Required"
2076
  msgstr ""
2077
 
2078
- #: languages/vue.php:346
2079
  msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%s), which could be putting your site at risk for being hacked. WordPress itself will stop supporting your PHP version in April, 2019. Updating to the recommended version (PHP %s) only takes a few minutes and will make your website significantly faster and more secure."
2080
  msgstr ""
2081
 
2082
- #: languages/vue.php:349
2083
  msgid "Learn more about updating PHP"
2084
  msgstr ""
2085
 
2086
- #: languages/vue.php:352
2087
  msgid "Yikes! WordPress Update Required"
2088
  msgstr ""
2089
 
2090
- #: languages/vue.php:355
2091
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
2092
  msgstr ""
2093
 
2094
- #: languages/vue.php:358
2095
  msgid "Learn more about updating WordPress"
2096
  msgstr ""
2097
 
2098
- #: languages/vue.php:361
2099
  msgid "Powered by MonsterInsights"
2100
  msgstr ""
2101
 
2102
- #: languages/vue.php:364
2103
  msgid "Save Changes"
2104
  msgstr ""
2105
 
2106
- #: languages/vue.php:367
2107
  msgid "New"
2108
  msgstr ""
2109
 
2110
- #: languages/vue.php:370
2111
  msgid "Returning"
2112
  msgstr ""
2113
 
2114
- #: languages/vue.php:373
2115
  msgid "Desktop"
2116
  msgstr ""
2117
 
2118
- #: languages/vue.php:376
2119
  msgid "Tablet"
2120
  msgstr ""
2121
 
2122
- #: languages/vue.php:379
2123
  msgid "Mobile"
2124
  msgstr ""
2125
 
2126
- #: languages/vue.php:382
2127
  msgid "Sessions"
2128
  msgstr ""
2129
 
2130
- #: languages/vue.php:385
2131
  msgid "Unique %s Sessions"
2132
  msgstr ""
2133
 
2134
- #: languages/vue.php:388
2135
  msgid "Pageviews"
2136
  msgstr ""
2137
 
2138
- #: languages/vue.php:391
2139
  msgid "Unique %s Pageviews"
2140
  msgstr ""
2141
 
2142
- #: languages/vue.php:394
2143
  msgid "Avg. Session Duration"
2144
  msgstr ""
2145
 
2146
- #: languages/vue.php:397
2147
  msgid "Bounce Rate"
2148
  msgstr ""
2149
 
2150
- #: languages/vue.php:400
2151
  msgid "Top 10 Countries"
2152
  msgstr ""
2153
 
2154
- #: languages/vue.php:403
2155
  msgid "View Countries Report"
2156
  msgstr ""
2157
 
2158
- #: languages/vue.php:406
2159
  msgid "Top 10 Referrals"
2160
  msgstr ""
2161
 
2162
- #: languages/vue.php:409
2163
  msgid "View All Referral Sources"
2164
  msgstr ""
2165
 
2166
- #: languages/vue.php:412
2167
  msgid "View Full Posts/Pages Report"
2168
  msgstr ""
2169
 
2170
- #: languages/vue.php:415
2171
  msgid "A session is the browsing session of a single user to your site."
2172
  msgstr ""
2173
 
2174
- #: languages/vue.php:418
2175
  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."
2176
  msgstr ""
2177
 
2178
- #: languages/vue.php:421
2179
  msgid "Total duration of all sessions (in seconds) / number of sessions."
2180
  msgstr ""
2181
 
2182
- #: languages/vue.php:424
2183
  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."
2184
  msgstr ""
2185
 
2186
- #: languages/vue.php:427
2187
  msgid "This list shows the top countries your website visitors are from."
2188
  msgstr ""
2189
 
2190
- #: languages/vue.php:430
2191
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
2192
  msgstr ""
2193
 
2194
- #: languages/vue.php:433
2195
  msgid "MonsterInsights Addons"
2196
  msgstr ""
2197
 
2198
- #: languages/vue.php:436
2199
  msgid "Search Addons"
2200
  msgstr ""
2201
 
2202
- #: languages/vue.php:439
2203
  msgid "Yes (recommended) %s- Get the latest features, bugfixes, and security updates as they are released.%s"
2204
  msgstr ""
2205
 
2206
- #: languages/vue.php:442
2207
  msgid "Minor only %s- Get bugfixes and security updates, but not major features.%s"
2208
  msgstr ""
2209
 
2210
- #: languages/vue.php:445
2211
  msgid "None %s- Manually update everything.%s"
2212
  msgstr ""
2213
 
2214
- #: languages/vue.php:449
2215
  msgid "License Key"
2216
  msgstr ""
2217
 
2218
- #: languages/vue.php:452
2219
  msgid "Google Authentication"
2220
  msgstr ""
2221
 
@@ -2223,2067 +2223,2079 @@ msgstr ""
2223
  msgid "Connect Google Analytics + WordPress"
2224
  msgstr ""
2225
 
2226
- #: languages/vue.php:458
2227
  msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
2228
  msgstr ""
2229
 
2230
- #: languages/vue.php:461
2231
  msgid "Automatic Updates"
2232
  msgstr ""
2233
 
2234
- #: languages/vue.php:464
2235
  msgid "Setup Wizard"
2236
  msgstr ""
2237
 
2238
- #: languages/vue.php:467
2239
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
2240
  msgstr ""
2241
 
2242
- #: languages/vue.php:470
2243
  msgid "Launch Setup Wizard"
2244
  msgstr ""
2245
 
2246
- #: languages/vue.php:473
2247
  msgid "Path (example: %s)"
2248
  msgstr ""
2249
 
2250
- #: languages/vue.php:476
2251
  msgid "Path has to start with a / and have no spaces"
2252
  msgstr ""
2253
 
2254
- #: languages/vue.php:479
2255
  msgid "Label (example: %s)"
2256
  msgstr ""
2257
 
2258
- #: languages/vue.php:482
2259
  msgid "Label can't contain any spaces"
2260
  msgstr ""
2261
 
2262
- #: languages/vue.php:485
2263
  msgid "Affiliate Links"
2264
  msgstr ""
2265
 
2266
- #: languages/vue.php:488
2267
  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 %shere%s."
2268
  msgstr ""
2269
 
2270
- #: languages/vue.php:491
2271
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
2272
  msgstr ""
2273
 
2274
- #: languages/vue.php:494
2275
  msgid "Demographics"
2276
  msgstr ""
2277
 
2278
- #: languages/vue.php:497
2279
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
2280
  msgstr ""
2281
 
2282
- #: languages/vue.php:500
2283
  msgid "Anonymize IP Addresses"
2284
  msgstr ""
2285
 
2286
- #: languages/vue.php:503
2287
  msgid "Link Attribution"
2288
  msgstr ""
2289
 
2290
- #: languages/vue.php:506
2291
  msgid "Enable Enhanced Link Attribution"
2292
  msgstr ""
2293
 
2294
- #: languages/vue.php:509
2295
  msgid "Enable Anchor Tracking"
2296
  msgstr ""
2297
 
2298
- #: languages/vue.php:512
2299
  msgid "Enable allowAnchor"
2300
  msgstr ""
2301
 
2302
- #: languages/vue.php:515
2303
  msgid "Enable allowLinker"
2304
  msgstr ""
2305
 
2306
- #: languages/vue.php:518
2307
  msgid "Enable Tag Links in RSS"
2308
  msgstr ""
2309
 
2310
- #: languages/vue.php:521
2311
  msgid "File Downloads"
2312
  msgstr ""
2313
 
2314
- #: languages/vue.php:524
2315
  msgid "Extensions of Files to Track as Downloads"
2316
  msgstr ""
2317
 
2318
- #: languages/vue.php:527
2319
  msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
2320
  msgstr ""
2321
 
2322
- #: languages/vue.php:530
2323
  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 %sknowledge base%s. For more information about Remarketing, we refer you to %sGoogle's documentation%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."
2324
  msgstr ""
2325
 
2326
- #: languages/vue.php:533
2327
  msgid "This adds %sanonymizeIp%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."
2328
  msgstr ""
2329
 
2330
- #: languages/vue.php:536
2331
  msgid "Add %sEnhanced Link Attribution%s to your tracking code."
2332
  msgstr ""
2333
 
2334
- #: languages/vue.php:539
2335
  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."
2336
  msgstr ""
2337
 
2338
- #: languages/vue.php:542
2339
  msgid "This adds %sallowAnchor%s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
2340
  msgstr ""
2341
 
2342
- #: languages/vue.php:545
2343
  msgid "Enabling %scross-domain tracking (additional setup required)%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."
2344
  msgstr ""
2345
 
2346
- #: languages/vue.php:548
2347
  msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %shelp page%s for info on how to enable this feature in FeedBurner."
2348
  msgstr ""
2349
 
2350
- #: languages/vue.php:551
2351
  msgid "Add domain"
2352
  msgstr ""
2353
 
2354
- #: languages/vue.php:554
2355
  msgid "Domain (example: %s)"
2356
  msgstr ""
2357
 
2358
- #: languages/vue.php:557
2359
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
2360
  msgstr ""
2361
 
2362
- #: languages/vue.php:560
2363
  msgid "Cross Domain Tracking"
2364
  msgstr ""
2365
 
2366
- #: languages/vue.php:563
2367
  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 %sknowledge base%s."
2368
  msgstr ""
2369
 
2370
- #: languages/vue.php:566
2371
  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 %sGeneral%s tab."
2372
  msgstr ""
2373
 
2374
- #: languages/vue.php:569
2375
  msgid "Permissions"
2376
  msgstr ""
2377
 
2378
- #: languages/vue.php:572
2379
  msgid "Allow These User Roles to See Reports"
2380
  msgstr ""
2381
 
2382
- #: languages/vue.php:575
2383
  msgid "Users that have at least one of these roles will be able to view the reports."
2384
  msgstr ""
2385
 
2386
- #: languages/vue.php:578
2387
  msgid "Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability."
2388
  msgstr ""
2389
 
2390
- #: languages/vue.php:581
2391
  msgid "Allow These User Roles to Save Settings"
2392
  msgstr ""
2393
 
2394
- #: languages/vue.php:584
2395
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
2396
  msgstr ""
2397
 
2398
- #: languages/vue.php:587
2399
  msgid "Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability."
2400
  msgstr ""
2401
 
2402
- #: languages/vue.php:590
2403
  msgid "Exclude These User Roles From Tracking"
2404
  msgstr ""
2405
 
2406
- #: languages/vue.php:593
2407
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
2408
  msgstr ""
2409
 
2410
- #: languages/vue.php:596
2411
  msgid "Performance"
2412
  msgstr ""
2413
 
2414
- #: languages/vue.php:599
2415
  msgid "Custom code"
2416
  msgstr ""
2417
 
2418
- #: languages/vue.php:602
2419
  msgid "Not for the average user: this allows you to add a line of code, to be added before the %spageview is sent%s."
2420
  msgstr ""
2421
 
2422
- #: languages/vue.php:608
2423
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
2424
  msgstr ""
2425
 
2426
- #: languages/vue.php:611
2427
  msgid "Hide Admin Bar Reports"
2428
  msgstr ""
2429
 
2430
- #: languages/vue.php:614
2431
  msgid "Enabled %s- Show reports and dashboard widget.%s"
2432
  msgstr ""
2433
 
2434
- #: languages/vue.php:617
2435
  msgid "Dashboard Widget Only %s- Disable reports, but show dashboard widget.%s"
2436
  msgstr ""
2437
 
2438
- #: languages/vue.php:620
2439
  msgid "Disabled %s- Hide reports and dashboard widget.%s"
2440
  msgstr ""
2441
 
2442
- #: languages/vue.php:623
2443
  msgid "Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visit, so you can analyze and optimize it for higher conversions."
2444
  msgstr ""
2445
 
2446
- #: languages/vue.php:626
2447
  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."
2448
  msgstr ""
2449
 
2450
- #: languages/vue.php:629
2451
  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\"."
2452
  msgstr ""
2453
 
2454
- #: languages/vue.php:632
2455
  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."
2456
  msgstr ""
2457
 
2458
- #: languages/vue.php:635
2459
  msgid "Yup, we know a thing or two about building awesome products that customer love."
2460
  msgstr ""
2461
 
2462
- #: languages/vue.php:638
2463
  msgid "The MonsterInsights Team: Syed, Chris, Jay, Mircea, Sunita and Basanta"
2464
  msgstr ""
2465
 
2466
- #: languages/vue.php:641
2467
  msgid "Import/Export"
2468
  msgstr ""
2469
 
2470
- #: languages/vue.php:644
2471
  msgid "Import"
2472
  msgstr ""
2473
 
2474
- #: languages/vue.php:647
2475
  msgid "Import settings from another MonsterInsights website."
2476
  msgstr ""
2477
 
2478
- #: languages/vue.php:650
2479
  msgid "Export"
2480
  msgstr ""
2481
 
2482
- #: languages/vue.php:653
2483
  msgid "Export settings to import into another MonsterInsights install."
2484
  msgstr ""
2485
 
2486
- #: languages/vue.php:656
2487
  msgid "Import Settings"
2488
  msgstr ""
2489
 
2490
- #: languages/vue.php:659
2491
  msgid "Export Settings"
2492
  msgstr ""
2493
 
2494
- #: languages/vue.php:662
2495
  msgid "Please choose a file to import"
2496
  msgstr ""
2497
 
2498
- #: languages/vue.php:665
2499
  msgid "Use the filepicker below to select the settings export file from another site."
2500
  msgstr ""
2501
 
2502
- #: languages/vue.php:668
2503
  msgid "Use the button below to export a file with your MonsterInsights settings."
2504
  msgstr ""
2505
 
2506
- #: languages/vue.php:671
2507
  msgid "Uploading file..."
2508
  msgstr ""
2509
 
2510
- #: languages/vue.php:674
2511
  msgid "File imported"
2512
  msgstr ""
2513
 
2514
- #: languages/vue.php:677
2515
  msgid "Settings successfully updated!"
2516
  msgstr ""
2517
 
2518
- #: languages/vue.php:680
2519
  msgid "Error importing settings"
2520
  msgstr ""
2521
 
2522
- #: languages/vue.php:683
2523
  msgid "Please choose a .json file generated by a MonsterInsights settings export."
2524
  msgstr ""
2525
 
2526
- #: languages/vue.php:686
2527
  msgid "Ok"
2528
  msgstr ""
2529
 
2530
- #: languages/vue.php:689
2531
  msgid "Custom Campaign Parameters"
2532
  msgstr ""
2533
 
2534
- #: languages/vue.php:692
2535
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
2536
  msgstr ""
2537
 
2538
- #: languages/vue.php:695
2539
  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."
2540
  msgstr ""
2541
 
2542
- #: languages/vue.php:698
2543
  msgid "Website URL %s"
2544
  msgstr ""
2545
 
2546
- #: languages/vue.php:701
2547
  msgid "The full website URL (e.g. %s %s%s)"
2548
  msgstr ""
2549
 
2550
- #: languages/vue.php:704
2551
  msgid "Campaign Source %s"
2552
  msgstr ""
2553
 
2554
- #: languages/vue.php:707
2555
  msgid "Enter a referrer (e.g. %sfacebook, newsletter, google%s)"
2556
  msgstr ""
2557
 
2558
- #: languages/vue.php:710
2559
  msgid "Enter a marketing medium (e.g. %scpc, banner, email%s)"
2560
  msgstr ""
2561
 
2562
- #: languages/vue.php:713
2563
  msgid "Enter a name to easily identify (e.g. %sspring_sale%s)"
2564
  msgstr ""
2565
 
2566
- #: languages/vue.php:716
2567
  msgid "Enter the paid keyword"
2568
  msgstr ""
2569
 
2570
- #: languages/vue.php:719
2571
  msgid "Enter something to differentiate ads"
2572
  msgstr ""
2573
 
2574
- #: languages/vue.php:722
2575
  msgid "Use Fragment"
2576
  msgstr ""
2577
 
2578
- #: languages/vue.php:725
2579
  msgid "Set the parameters in the fragment portion of the URL %s(not recommended)%s"
2580
  msgstr ""
2581
 
2582
- #: languages/vue.php:728
2583
  msgid "URL to use"
2584
  msgstr ""
2585
 
2586
- #: languages/vue.php:731
2587
  msgid "Updates automatically"
2588
  msgstr ""
2589
 
2590
- #: languages/vue.php:734
2591
  msgid "Copy to clipboard"
2592
  msgstr ""
2593
 
2594
- #: languages/vue.php:737
2595
  msgid "More Information & Examples"
2596
  msgstr ""
2597
 
2598
- #: languages/vue.php:740
2599
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
2600
  msgstr ""
2601
 
2602
- #: languages/vue.php:743
2603
  msgid "Campaign Source"
2604
  msgstr ""
2605
 
2606
- #: languages/vue.php:746
2607
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
2608
  msgstr ""
2609
 
2610
- #: languages/vue.php:749
2611
  msgid "Campaign Medium"
2612
  msgstr ""
2613
 
2614
- #: languages/vue.php:752
2615
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
2616
  msgstr ""
2617
 
2618
- #: languages/vue.php:755
2619
  msgid "Campaign Name"
2620
  msgstr ""
2621
 
2622
- #: languages/vue.php:758
2623
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
2624
  msgstr ""
2625
 
2626
- #: languages/vue.php:761
2627
  msgid "Campaign Term"
2628
  msgstr ""
2629
 
2630
- #: languages/vue.php:764
2631
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
2632
  msgstr ""
2633
 
2634
- #: languages/vue.php:767
2635
  msgid "Campaign Content"
2636
  msgstr ""
2637
 
2638
- #: languages/vue.php:770
2639
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
2640
  msgstr ""
2641
 
2642
- #: languages/vue.php:773
2643
  msgid "Example: %s"
2644
  msgstr ""
2645
 
2646
- #: languages/vue.php:776
2647
  msgid "Examples: %s"
2648
  msgstr ""
2649
 
2650
- #: languages/vue.php:779
2651
  msgid "About Campaigns"
2652
  msgstr ""
2653
 
2654
- #: languages/vue.php:782
2655
  msgid "About Custom Campaigns"
2656
  msgstr ""
2657
 
2658
- #: languages/vue.php:785
2659
  msgid "Best practices for creating Custom Campaigns"
2660
  msgstr ""
2661
 
2662
- #: languages/vue.php:788
2663
  msgid "About the Referral Traffic report"
2664
  msgstr ""
2665
 
2666
- #: languages/vue.php:791
2667
  msgid "About traffic source dimensions"
2668
  msgstr ""
2669
 
2670
- #: languages/vue.php:794
2671
  msgid "AdWords Auto-Tagging"
2672
  msgstr ""
2673
 
2674
- #: languages/vue.php:797
2675
  msgid "Additional Information"
2676
  msgstr ""
2677
 
2678
- #: languages/vue.php:800
2679
  msgid "GDPR Guide"
2680
  msgstr ""
2681
 
2682
- #: languages/vue.php:803
2683
  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. "
2684
  msgstr ""
2685
 
2686
- #: languages/vue.php:806
2687
  msgid "How to install and activate MonsterInsights addons"
2688
  msgstr ""
2689
 
2690
- #: languages/vue.php:809
2691
  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."
2692
  msgstr ""
2693
 
2694
- #: languages/vue.php:812
2695
  msgid "Enabling eCommerce Tracking and Reports"
2696
  msgstr ""
2697
 
2698
- #: languages/vue.php:815
2699
  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."
2700
  msgstr ""
2701
 
2702
- #: languages/vue.php:818
2703
  msgid "Read Documentation"
2704
  msgstr ""
2705
 
2706
- #: languages/vue.php:821
2707
  msgid "Getting Started with MonsterInsights"
2708
  msgstr ""
2709
 
2710
- #: languages/vue.php:824
2711
  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."
2712
  msgstr ""
2713
 
2714
- #: languages/vue.php:827
2715
  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."
2716
  msgstr ""
2717
 
2718
- #: languages/vue.php:830
2719
  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!."
2720
  msgstr ""
2721
 
2722
- #: languages/vue.php:833
2723
  msgid "Launch the wizard!"
2724
  msgstr ""
2725
 
2726
- #: languages/vue.php:836
2727
  msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
2728
  msgstr ""
2729
 
2730
- #: languages/vue.php:839
2731
  msgid "Thanks for being a loyal MonsterInsights Lite user. %sUpgrade to MonsterInsights Pro%s to unlock all the awesome features and experience why MonsterInsights is consistently rated the best Google Analytics solution for WordPress."
2732
  msgstr ""
2733
 
2734
- #: languages/vue.php:842
2735
  msgid "Universal Tracking across devices and campaigns with just a few clicks."
2736
  msgstr ""
2737
 
2738
- #: languages/vue.php:845
2739
  msgid "See your website analytics reports inside the WordPress dashboard"
2740
  msgstr ""
2741
 
2742
- #: languages/vue.php:848
2743
  msgid "Get real-time stats right inside WordPress"
2744
  msgstr ""
2745
 
2746
- #: languages/vue.php:851
2747
  msgid "1-click Google Analytics Enhanced Ecommerce tracking"
2748
  msgstr ""
2749
 
2750
- #: languages/vue.php:854
2751
  msgid "Get detailed stats for each post and page."
2752
  msgstr ""
2753
 
2754
- #: languages/vue.php:857
2755
  msgid "Automatically track clicks on your affiliate links and ads."
2756
  msgstr ""
2757
 
2758
- #: languages/vue.php:860
2759
  msgid "Make Google Analytics GDPR compliant automatically"
2760
  msgstr ""
2761
 
2762
- #: languages/vue.php:863
2763
  msgid "Setup tracking for authors, categories, tags, custom post types, users and more"
2764
  msgstr ""
2765
 
2766
- #: languages/vue.php:866
2767
  msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
2768
  msgstr ""
2769
 
2770
- #: languages/vue.php:869
2771
  msgid "More advanced features"
2772
  msgstr ""
2773
 
2774
- #: languages/vue.php:872
2775
  msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
2776
  msgstr ""
2777
 
2778
- #: languages/vue.php:875
2779
  msgid "Bonus: MonsterInsights Lite users get %s50%% off regular price%s, automatically applied at checkout."
2780
  msgstr ""
2781
 
2782
- #: languages/vue.php:878
2783
  msgid "How to Connect to Google Analytics"
2784
  msgstr ""
2785
 
2786
- #: languages/vue.php:881
2787
  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."
2788
  msgstr ""
2789
 
2790
- #: languages/vue.php:884
2791
  msgid "Guide and Checklist for Advanced Insights"
2792
  msgstr ""
2793
 
2794
- #: languages/vue.php:887
2795
  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."
2796
  msgstr ""
2797
 
2798
- #: languages/vue.php:890
2799
  msgid "WordPress Admin Area Reports"
2800
  msgstr ""
2801
 
2802
- #: languages/vue.php:893
2803
  msgid "Standard Reports"
2804
  msgstr ""
2805
 
2806
- #: languages/vue.php:896
2807
  msgid "Overview Reports for the last 30 days."
2808
  msgstr ""
2809
 
2810
- #: languages/vue.php:899
2811
  msgid "Advanced Reports"
2812
  msgstr ""
2813
 
2814
- #: languages/vue.php:902
2815
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
2816
  msgstr ""
2817
 
2818
- #: languages/vue.php:905
2819
  msgid "Dashboard Widget"
2820
  msgstr ""
2821
 
2822
- #: languages/vue.php:908
2823
  msgid "Basic Widget"
2824
  msgstr ""
2825
 
2826
- #: languages/vue.php:911
2827
  msgid "Overview Report Synopsis"
2828
  msgstr ""
2829
 
2830
- #: languages/vue.php:914
2831
  msgid "Advanced Dashboard Widget"
2832
  msgstr ""
2833
 
2834
- #: languages/vue.php:917
2835
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
2836
  msgstr ""
2837
 
2838
- #: languages/vue.php:920
2839
  msgid "Publisher Reports"
2840
  msgstr ""
2841
 
2842
- #: languages/vue.php:923
2843
  msgid "Advanced Publisher Reports & Tracking"
2844
  msgstr ""
2845
 
2846
- #: languages/vue.php:926
2847
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
2848
  msgstr ""
2849
 
2850
- #: languages/vue.php:930
2851
  msgid "Custom Dimensions"
2852
  msgstr ""
2853
 
2854
- #: languages/vue.php:934
2855
  msgid "Not Available"
2856
  msgstr ""
2857
 
2858
- #: languages/vue.php:937
2859
  msgid "Complete Custom Dimensions Tracking"
2860
  msgstr ""
2861
 
2862
- #: languages/vue.php:940
2863
  msgid "Track and measure by the Author, Post Type, Category, Tags, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
2864
  msgstr ""
2865
 
2866
- #: languages/vue.php:946
2867
  msgid "Limited support"
2868
  msgstr ""
2869
 
2870
- #: languages/vue.php:949
2871
  msgid "Priority Support"
2872
  msgstr ""
2873
 
2874
- #: languages/vue.php:952
2875
  msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
2876
  msgstr ""
2877
 
2878
- #: languages/vue.php:955
2879
  msgid "Feature"
2880
  msgstr ""
2881
 
2882
- #: languages/vue.php:958
2883
  msgid "Lite"
2884
  msgstr ""
2885
 
2886
- #: languages/vue.php:961
2887
  msgid "Pro"
2888
  msgstr ""
2889
 
2890
- #: languages/vue.php:964
2891
  msgid "Universal Tracking"
2892
  msgstr ""
2893
 
2894
- #: languages/vue.php:967
2895
  msgid "Included"
2896
  msgstr ""
2897
 
2898
- #: languages/vue.php:970
2899
  msgid "Custom Google Analytics Link Tracking"
2900
  msgstr ""
2901
 
2902
- #: languages/vue.php:973
2903
  msgid "Standard Tracking"
2904
  msgstr ""
2905
 
2906
- #: languages/vue.php:976
2907
  msgid "Advanced Tracking"
2908
  msgstr ""
2909
 
2910
- #: languages/vue.php:979
2911
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
2912
  msgstr ""
2913
 
2914
- #: languages/vue.php:982
2915
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
2916
  msgstr ""
2917
 
2918
- #: languages/vue.php:985
2919
  msgid "No-Code-Needed Tracking Features"
2920
  msgstr ""
2921
 
2922
- #: languages/vue.php:988
2923
  msgid "Basic Tracking Options"
2924
  msgstr ""
2925
 
2926
- #: languages/vue.php:991
2927
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
2928
  msgstr ""
2929
 
2930
- #: languages/vue.php:994
2931
  msgid "Advanced Tracking Options"
2932
  msgstr ""
2933
 
2934
- #: languages/vue.php:997
2935
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
2936
  msgstr ""
2937
 
2938
- #: languages/vue.php:1000
2939
  msgid "eCommerce Tracking"
2940
  msgstr ""
2941
 
2942
- #: languages/vue.php:1003
2943
  msgid "One-click Complete eCommerce tracking"
2944
  msgstr ""
2945
 
2946
- #: languages/vue.php:1006
2947
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
2948
  msgstr ""
2949
 
2950
- #: languages/vue.php:1009
2951
  msgid "Forms Tracking"
2952
  msgstr ""
2953
 
2954
- #: languages/vue.php:1012
2955
  msgid "One-click Form Events Tracking"
2956
  msgstr ""
2957
 
2958
- #: languages/vue.php:1015
2959
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
2960
  msgstr ""
2961
 
2962
- #: languages/vue.php:1018
2963
  msgid "MonsterInsights Recommends WPForms"
2964
  msgstr ""
2965
 
2966
- #: languages/vue.php:1021
2967
  msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
2968
  msgstr ""
2969
 
2970
- #: languages/vue.php:1024
2971
  msgid "Used on over 1,000,000 websites!"
2972
  msgstr ""
2973
 
2974
- #: languages/vue.php:1027
2975
  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!"
2976
  msgstr ""
2977
 
2978
- #: languages/vue.php:1030
2979
  msgid "Skip this Step"
2980
  msgstr ""
2981
 
2982
- #: languages/vue.php:1033
2983
  msgid "Continue & Install WPForms"
2984
  msgstr ""
2985
 
2986
- #: languages/vue.php:1036
2987
  msgid "Installing..."
2988
  msgstr ""
2989
 
2990
- #: languages/vue.php:1039
2991
  msgid "Awesome, You're All Set!"
2992
  msgstr ""
2993
 
2994
- #: languages/vue.php:1042
2995
  msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
2996
  msgstr ""
2997
 
2998
- #: languages/vue.php:1045
2999
  msgid "%sPlease Note:%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."
3000
  msgstr ""
3001
 
3002
- #: languages/vue.php:1048
3003
  msgid "%sSubscribe to the MonsterInsights blog%s for tips on how to get more traffic and grow your business."
3004
  msgstr ""
3005
 
3006
- #: languages/vue.php:1051
3007
  msgid "Finish Setup & Exit Wizard"
3008
  msgstr ""
3009
 
3010
- #: languages/vue.php:1054
3011
  msgid "Checking your website..."
3012
  msgstr ""
3013
 
3014
- #: languages/vue.php:1057
3015
  msgid "Recommended Settings"
3016
  msgstr ""
3017
 
3018
- #: languages/vue.php:1060
3019
  msgid "MonsterInsights recommends the following settings based on your configuration."
3020
  msgstr ""
3021
 
3022
- #: languages/vue.php:1063
3023
  msgid "Events Tracking"
3024
  msgstr ""
3025
 
3026
- #: languages/vue.php:1066
3027
  msgid "Must have for all click tracking on site."
3028
  msgstr ""
3029
 
3030
- #: languages/vue.php:1069
3031
  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."
3032
  msgstr ""
3033
 
3034
- #: languages/vue.php:1072
3035
  msgid "Enhanced Link Attribution"
3036
  msgstr ""
3037
 
3038
- #: languages/vue.php:1075
3039
  msgid "Improves the accuracy of your In-Page Analytics."
3040
  msgstr ""
3041
 
3042
- #: languages/vue.php:1078
3043
  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."
3044
  msgstr ""
3045
 
3046
- #: languages/vue.php:1081
3047
  msgid "Install Updates Automatically"
3048
  msgstr ""
3049
 
3050
- #: languages/vue.php:1084
3051
  msgid "Get the latest features, bug fixes, and security updates as they are released."
3052
  msgstr ""
3053
 
3054
- #: languages/vue.php:1087
3055
  msgid "To ensure you get the latest bugfixes 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."
3056
  msgstr ""
3057
 
3058
- #: languages/vue.php:1090
3059
  msgid "File Download Tracking"
3060
  msgstr ""
3061
 
3062
- #: languages/vue.php:1093
3063
  msgid "Helps you see file downloads data."
3064
  msgstr ""
3065
 
3066
- #: languages/vue.php:1096
3067
  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."
3068
  msgstr ""
3069
 
3070
- #: languages/vue.php:1099
3071
  msgid "Helps you increase affiliate revenue."
3072
  msgstr ""
3073
 
3074
- #: languages/vue.php:1102
3075
  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."
3076
  msgstr ""
3077
 
3078
- #: languages/vue.php:1105
3079
  msgid "Affiliate Link Tracking"
3080
  msgstr ""
3081
 
3082
- #: languages/vue.php:1108
3083
  msgid "Who Can See Reports"
3084
  msgstr ""
3085
 
3086
- #: languages/vue.php:1111
3087
  msgid "These user roles will be able to access MonsterInsights's reports in the WordPress admin area."
3088
  msgstr ""
3089
 
3090
- #: languages/vue.php:1114
3091
  msgid "Save and continue"
3092
  msgstr ""
3093
 
3094
- #: languages/vue.php:1117
3095
  msgid "Events Tracking is enabled the moment you set up MonsterInsights"
3096
  msgstr ""
3097
 
3098
- #: languages/vue.php:1120
3099
  msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
3100
  msgstr ""
3101
 
3102
- #: languages/vue.php:1123
3103
  msgid "Connect MonsterInsights to Your Website"
3104
  msgstr ""
3105
 
3106
- #: languages/vue.php:1126
3107
  msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
3108
  msgstr ""
3109
 
3110
- #: languages/vue.php:1129
3111
  msgid "vs. Previous Day"
3112
  msgstr ""
3113
 
3114
- #: languages/vue.php:1132
3115
  msgid "No change"
3116
  msgstr ""
3117
 
3118
- #: languages/vue.php:1135
3119
  msgid "Show"
3120
  msgstr ""
3121
 
3122
- #: languages/vue.php:1138
3123
  msgid "Right Now"
3124
  msgstr ""
3125
 
3126
- #: languages/vue.php:1141
3127
  msgid "Active users on site"
3128
  msgstr ""
3129
 
3130
- #: languages/vue.php:1144
3131
  msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
3132
  msgstr ""
3133
 
3134
- #: languages/vue.php:1147
3135
  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."
3136
  msgstr ""
3137
 
3138
- #: languages/vue.php:1150
3139
  msgid "The real-time report automatically updates approximately every 60 seconds."
3140
  msgstr ""
3141
 
3142
- #: languages/vue.php:1153
3143
  msgid "The real-time report was last updated %s seconds ago."
3144
  msgstr ""
3145
 
3146
- #: languages/vue.php:1156
3147
  msgid "The latest data will be automatically shown on this page when it becomes available."
3148
  msgstr ""
3149
 
3150
- #: languages/vue.php:1159
3151
  msgid "There is no need to refresh the browser (doing so won't have any effect)."
3152
  msgstr ""
3153
 
3154
- #: languages/vue.php:1162
3155
  msgid "Pageviews Per Minute"
3156
  msgstr ""
3157
 
3158
- #: languages/vue.php:1165
3159
  msgid "Top Pages"
3160
  msgstr ""
3161
 
3162
- #: languages/vue.php:1168
3163
  msgid "No pageviews currently."
3164
  msgstr ""
3165
 
3166
- #: languages/vue.php:1171
3167
  msgid "Page"
3168
  msgstr ""
3169
 
3170
- #: languages/vue.php:1174
3171
  msgid "Pageview Count"
3172
  msgstr ""
3173
 
3174
- #: languages/vue.php:1177
3175
  msgid "Percent of Total"
3176
  msgstr ""
3177
 
3178
- #: languages/vue.php:1180
3179
  msgid "This is the number of active users currently on your site."
3180
  msgstr ""
3181
 
3182
- #: languages/vue.php:1183
3183
  msgid "This graph shows the number of pageviews for each of the last 30 minutes."
3184
  msgstr ""
3185
 
3186
- #: languages/vue.php:1186
3187
  msgid "This list shows the top pages users are currently viewing on your site."
3188
  msgstr ""
3189
 
3190
- #: languages/vue.php:1189
3191
  msgid "View All Real-Time Pageviews"
3192
  msgstr ""
3193
 
3194
- #: languages/vue.php:1192
3195
  msgid "View All Real-Time Traffic Sources"
3196
  msgstr ""
3197
 
3198
- #: languages/vue.php:1195
3199
  msgid "View All Real-Time Traffic by Country"
3200
  msgstr ""
3201
 
3202
- #: languages/vue.php:1198
3203
  msgid "View All Real-Time Traffic by City"
3204
  msgstr ""
3205
 
3206
- #: languages/vue.php:1201
3207
  msgid "Welcome to MonsterInsights!"
3208
  msgstr ""
3209
 
3210
- #: languages/vue.php:1204
3211
  msgid "Let's get you set up."
3212
  msgstr ""
3213
 
3214
- #: languages/vue.php:1207
3215
  msgid "Save and Continue"
3216
  msgstr ""
3217
 
3218
- #: languages/vue.php:1210
3219
  msgid "Which category best describes your website?"
3220
  msgstr ""
3221
 
3222
- #: languages/vue.php:1213
3223
  msgid "We will recommend the optimal settings for MonsterInsights based on your choice."
3224
  msgstr ""
3225
 
3226
- #: languages/vue.php:1216
3227
  msgid "Business Website"
3228
  msgstr ""
3229
 
3230
- #: languages/vue.php:1219
3231
  msgid "Publisher %s(Blog)%s"
3232
  msgstr ""
3233
 
3234
- #: languages/vue.php:1222
3235
  msgid "Ecommerce"
3236
  msgstr ""
3237
 
3238
- #: languages/vue.php:1225
3239
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
3240
  msgstr ""
3241
 
3242
- #: languages/vue.php:1228
3243
  msgid "Google Optimize"
3244
  msgstr ""
3245
 
3246
- #: languages/vue.php:1231
3247
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
3248
  msgstr ""
3249
 
3250
- #: languages/vue.php:1234
3251
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
3252
  msgstr ""
3253
 
3254
- #: languages/vue.php:1237
3255
  msgid "Your license key for MonsterInsights has expired. %sPlease click here to renew your license key.%s"
3256
  msgstr ""
3257
 
3258
- #: languages/vue.php:1246
3259
- #: lite/includes/admin/helpers.php:79
3260
  msgid "Upgrade to MonsterInsights Pro"
3261
  msgstr ""
3262
 
3263
- #: languages/vue.php:1249
3264
  msgid "Show in widget mode"
3265
  msgstr ""
3266
 
3267
- #: languages/vue.php:1252
3268
  msgid "Show in full-width mode"
3269
  msgstr ""
3270
 
3271
- #: languages/vue.php:1255
3272
  msgid "Last 30 Days Insights for:"
3273
  msgstr ""
3274
 
3275
- #: languages/vue.php:1258
3276
  msgid "Your Website"
3277
  msgstr ""
3278
 
3279
- #: languages/vue.php:1261
3280
  msgid "Avg. Duration"
3281
  msgstr ""
3282
 
3283
- #: languages/vue.php:1264
3284
  msgid "More data is available"
3285
  msgstr ""
3286
 
3287
- #: languages/vue.php:1267
3288
  msgid "Want to see page-specific stats?"
3289
  msgstr ""
3290
 
3291
- #: languages/vue.php:1270
3292
  msgid "Can't load settings. Error: %s, %s"
3293
  msgstr ""
3294
 
3295
- #: languages/vue.php:1274
3296
  msgid "You appear to be offline."
3297
  msgstr ""
3298
 
3299
- #: languages/vue.php:1277
3300
  msgid "In order for the MonsterInsights Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %sLearn More%s"
3301
  msgstr ""
3302
 
3303
- #: languages/vue.php:1280
3304
  msgid "In order for the MonsterInsights Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %s%s Plugin%s | %sLearn More%s"
3305
  msgstr ""
3306
 
3307
- #: languages/vue.php:1283
3308
  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. %sLearn More%s"
3309
  msgstr ""
3310
 
3311
- #: languages/vue.php:1286
3312
  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. %s%s Plugin%s | %sLearn More%s"
3313
  msgstr ""
3314
 
3315
- #: languages/vue.php:1289
3316
  msgid "Recommended Addons"
3317
  msgstr ""
3318
 
3319
- #: languages/vue.php:1292
3320
  msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
3321
  msgstr ""
3322
 
3323
- #: languages/vue.php:1295
3324
  msgid "Other Addons"
3325
  msgstr ""
3326
 
3327
- #: languages/vue.php:1298
3328
  msgid "View all MonsterInsights addons"
3329
  msgstr ""
3330
 
3331
- #: languages/vue.php:1301
3332
  msgid "Deactivating..."
3333
  msgstr ""
3334
 
3335
- #: languages/vue.php:1304
3336
  msgid "Deactivate"
3337
  msgstr ""
3338
 
3339
- #: languages/vue.php:1307
3340
  msgid "Status: %s"
3341
  msgstr ""
3342
 
3343
- #: languages/vue.php:1310
3344
  msgid "Not Installed"
3345
  msgstr ""
3346
 
3347
- #: languages/vue.php:1313
3348
  msgid "Network Active"
3349
  msgstr ""
3350
 
3351
- #: languages/vue.php:1316
3352
  msgid "Active"
3353
  msgstr ""
3354
 
3355
- #: languages/vue.php:1319
3356
  msgid "Inactive"
3357
  msgstr ""
3358
 
3359
- #: languages/vue.php:1325
3360
  msgid "Activating..."
3361
  msgstr ""
3362
 
3363
- #: languages/vue.php:1328
3364
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
3365
  msgstr ""
3366
 
3367
- #: languages/vue.php:1331
3368
  msgid "No addons found."
3369
  msgstr ""
3370
 
3371
- #: languages/vue.php:1334
3372
  msgid "Refresh Addons"
3373
  msgstr ""
3374
 
3375
- #: languages/vue.php:1337
3376
  msgid "Refreshing Addons"
3377
  msgstr ""
3378
 
3379
- #: languages/vue.php:1340
3380
  msgid "Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!"
3381
  msgstr ""
3382
 
3383
- #: languages/vue.php:1343
3384
  msgid "See All Your Important Store Metrics in One Place"
3385
  msgstr ""
3386
 
3387
- #: languages/vue.php:1346
3388
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
3389
  msgstr ""
3390
 
3391
- #: languages/vue.php:1349
3392
  msgid "ONE-CLICK INTEGRATIONS"
3393
  msgstr ""
3394
 
3395
- #: languages/vue.php:1352
3396
  msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
3397
  msgstr ""
3398
 
3399
- #: languages/vue.php:1355
3400
  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."
3401
  msgstr ""
3402
 
3403
- #: languages/vue.php:1358
3404
  msgid "Upgrade to Pro and unlock addons and other great features. %sSave 50%% automatically!%s"
3405
  msgstr ""
3406
 
3407
- #: languages/vue.php:1361
3408
  msgid "Add your MonsterInsights license key from the email receipt or account area. %sRetrieve your license key%s."
3409
  msgstr ""
3410
 
3411
- #: languages/vue.php:1364
3412
  msgid "Miscellaneous"
3413
  msgstr ""
3414
 
3415
- #: languages/vue.php:1367
3416
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
3417
  msgstr ""
3418
 
3419
- #: languages/vue.php:1370
3420
  msgid "Hide Announcements"
3421
  msgstr ""
3422
 
3423
- #: languages/vue.php:1373
3424
  msgid "Show Overview Reports"
3425
  msgstr ""
3426
 
3427
- #: languages/vue.php:1376
3428
  msgid "Show Publishers Reports"
3429
  msgstr ""
3430
 
3431
- #: languages/vue.php:1379
3432
  msgid "Show eCommerce Reports"
3433
  msgstr ""
3434
 
3435
- #: languages/vue.php:1382
3436
  msgid "Available in PRO version"
3437
  msgstr ""
3438
 
3439
- #: languages/vue.php:1385
3440
  msgid "No options available"
3441
  msgstr ""
3442
 
3443
- #: languages/vue.php:1388
3444
  msgid "Reset to default"
3445
  msgstr ""
3446
 
3447
- #: languages/vue.php:1391
3448
  msgid "The value entered does not match the required format"
3449
  msgstr ""
3450
 
3451
- #: languages/vue.php:1394
3452
  msgid "%s can't be empty."
3453
  msgstr ""
3454
 
3455
- #: languages/vue.php:1397
3456
  msgid "Duplicate values are not allowed."
3457
  msgstr ""
3458
 
3459
- #: languages/vue.php:1400
3460
  msgid "Add Another Link Path"
3461
  msgstr ""
3462
 
3463
- #: languages/vue.php:1403
3464
  msgid "Remove row"
3465
  msgstr ""
3466
 
3467
- #: languages/vue.php:1406
3468
  msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
3469
  msgstr ""
3470
 
3471
- #: languages/vue.php:1409
3472
  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!"
3473
  msgstr ""
3474
 
3475
- #: languages/vue.php:1412
3476
  msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
3477
  msgstr ""
3478
 
3479
- #: languages/vue.php:1415
3480
  msgid "Use coupon code %sLITEUPGRADE%s"
3481
  msgstr ""
3482
 
3483
- #: languages/vue.php:1418
3484
  msgid "Facebook Instant Articles"
3485
  msgstr ""
3486
 
3487
- #: languages/vue.php:1421
3488
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
3489
  msgstr ""
3490
 
3491
- #: languages/vue.php:1424
3492
  msgid "Scroll Tracking"
3493
  msgstr ""
3494
 
3495
- #: languages/vue.php:1427
3496
  msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
3497
  msgstr ""
3498
 
3499
- #: languages/vue.php:1430
3500
  msgid "Can't save settings. Error: %s, %s"
3501
  msgstr ""
3502
 
3503
- #: languages/vue.php:1433
3504
  msgid "You appear to be offline. Settings not saved."
3505
  msgstr ""
3506
 
3507
- #: languages/vue.php:1436
3508
  msgid "Authenticating"
3509
  msgstr ""
3510
 
3511
- #: languages/vue.php:1439
3512
  msgid "Re-Authenticating"
3513
  msgstr ""
3514
 
3515
- #: languages/vue.php:1442
3516
  msgid "Verifying Credentials"
3517
  msgstr ""
3518
 
3519
- #: languages/vue.php:1445
3520
  msgid "Your site is connected to MonsterInsights!"
3521
  msgstr ""
3522
 
3523
- #: languages/vue.php:1448
3524
  msgid "Deauthenticating"
3525
  msgstr ""
3526
 
3527
- #: languages/vue.php:1451
3528
  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."
3529
  msgstr ""
3530
 
3531
- #: languages/vue.php:1454
3532
  msgid "Connect MonsterInsights"
3533
  msgstr ""
3534
 
3535
- #: languages/vue.php:1457
3536
  msgid "Verify Credentials"
3537
  msgstr ""
3538
 
3539
- #: languages/vue.php:1460
3540
  msgid "Reconnect MonsterInsights"
3541
  msgstr ""
3542
 
3543
- #: languages/vue.php:1463
3544
  msgid "Website Profile"
3545
  msgstr ""
3546
 
3547
- #: languages/vue.php:1466
3548
  msgid "Active Profile"
3549
  msgstr ""
3550
 
3551
- #: languages/vue.php:1469
3552
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
3553
  msgstr ""
3554
 
3555
- #: languages/vue.php:1472
3556
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
3557
  msgstr ""
3558
 
3559
- #: languages/vue.php:1475
3560
  msgid "Manually enter your UA code"
3561
  msgstr ""
3562
 
3563
- #: languages/vue.php:1478
3564
  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."
3565
  msgstr ""
3566
 
3567
- #: languages/vue.php:1481
3568
  msgid "Or manually enter UA code (limited functionality)"
3569
  msgstr ""
3570
 
3571
- #: languages/vue.php:1484
3572
  msgid "Force Deauthenticate"
3573
  msgstr ""
3574
 
3575
- #: languages/vue.php:1487
3576
  msgid "Disconnect MonsterInsights"
3577
  msgstr ""
3578
 
3579
- #: languages/vue.php:1490
3580
  msgid "Can't load errors. Error: %s, %s"
3581
  msgstr ""
3582
 
3583
- #: languages/vue.php:1493
3584
  msgid "Google AMP"
3585
  msgstr ""
3586
 
3587
- #: languages/vue.php:1496
3588
  msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
3589
  msgstr ""
3590
 
3591
- #: languages/vue.php:1499
3592
  msgid "Upgrade"
3593
  msgstr ""
3594
 
3595
- #: languages/vue.php:1502
3596
  msgid ""
3597
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
3598
  " and other privacy regulations."
3599
  msgstr ""
3600
 
3601
- #: languages/vue.php:1506
3602
  msgid "EU Compliance"
3603
  msgstr ""
3604
 
3605
- #: languages/vue.php:1509
3606
  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."
3607
  msgstr ""
3608
 
3609
- #: languages/vue.php:1512
3610
  msgid "Usage Tracking"
3611
  msgstr ""
3612
 
3613
- #: languages/vue.php:1515
3614
  msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
3615
  msgstr ""
3616
 
3617
- #: languages/vue.php:1518
3618
  msgid "Allow usage tracking"
3619
  msgstr ""
3620
 
3621
- #: languages/vue.php:1521
3622
  msgid "Complete documentation on usage tracking is available %shere%s."
3623
  msgstr ""
3624
 
3625
- #: languages/vue.php:1524
3626
  msgid "Thank you for being a loyal MonsterInsights Lite user."
3627
  msgstr ""
3628
 
3629
- #: languages/vue.php:1527
3630
  msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
3631
  msgstr ""
3632
 
3633
- #: languages/vue.php:1530
3634
  msgid "Use coupon code %s to get 50%% off."
3635
  msgstr ""
3636
 
3637
- #: languages/vue.php:1533
3638
  msgid "Dashboard widget"
3639
  msgstr ""
3640
 
3641
- #: languages/vue.php:1536
3642
  msgid "Enhanced Ecommerce"
3643
  msgstr ""
3644
 
3645
- #: languages/vue.php:1539
3646
  msgid "Banner Ads"
3647
  msgstr ""
3648
 
3649
- #: languages/vue.php:1543
3650
  msgid "Author Tracking"
3651
  msgstr ""
3652
 
3653
- #: languages/vue.php:1547
3654
  msgid "Form Conversions"
3655
  msgstr ""
3656
 
3657
- #: languages/vue.php:1550
3658
  msgid "SEO Score Tracking"
3659
  msgstr ""
3660
 
3661
- #: languages/vue.php:1553
3662
  msgid "Ads Tracking"
3663
  msgstr ""
3664
 
3665
- #: languages/vue.php:1556
3666
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
3667
  msgstr ""
3668
 
3669
- #: languages/vue.php:1559
3670
  msgid "Can't deactivate the license. Error: %s, %s"
3671
  msgstr ""
3672
 
3673
- #: languages/vue.php:1562
3674
  msgid "Can't upgrade to PRO please try again. Error: %s, %s"
3675
  msgstr ""
3676
 
3677
- #: languages/vue.php:1565
3678
  msgid "Can't load license details. Error: %s, %s"
3679
  msgstr ""
3680
 
3681
- #: languages/vue.php:1568
3682
  msgid "Can't verify the license. Error: %s, %s"
3683
  msgstr ""
3684
 
3685
- #: languages/vue.php:1571
3686
  msgid "Can't validate the license. Error: %s, %s"
3687
  msgstr ""
3688
 
3689
- #: languages/vue.php:1574
3690
  msgid "Proceed"
3691
  msgstr ""
3692
 
3693
- #: languages/vue.php:1578
3694
  msgid "Please wait..."
3695
  msgstr ""
3696
 
3697
- #: languages/vue.php:1581
3698
  msgid "Connection Information"
3699
  msgstr ""
3700
 
3701
- #: languages/vue.php:1584
3702
  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."
3703
  msgstr ""
3704
 
3705
- #: languages/vue.php:1587
3706
  msgid "Hostname"
3707
  msgstr ""
3708
 
3709
- #: languages/vue.php:1590
3710
  msgid "FTP Username"
3711
  msgstr ""
3712
 
3713
- #: languages/vue.php:1593
3714
  msgid "FTP Password"
3715
  msgstr ""
3716
 
3717
- #: languages/vue.php:1596
3718
  msgid "This password will not be stored on the server."
3719
  msgstr ""
3720
 
3721
- #: languages/vue.php:1599
3722
  msgid "Connection Type"
3723
  msgstr ""
3724
 
3725
- #: languages/vue.php:1602
3726
  msgid "Cancel"
3727
  msgstr ""
3728
 
3729
- #: languages/vue.php:1605
3730
  msgid "Can't deauthenticate. Error: %s, %s"
3731
  msgstr ""
3732
 
3733
- #: languages/vue.php:1608
3734
  msgid "Can't load authentication details. Error: %s, %s"
3735
  msgstr ""
3736
 
3737
- #: languages/vue.php:1611
3738
  msgid "Can't authenticate. Error: %s, %s"
3739
  msgstr ""
3740
 
3741
- #: languages/vue.php:1614
3742
  msgid "Can't reauthenticate. Error: %s, %s"
3743
  msgstr ""
3744
 
3745
- #: languages/vue.php:1617
3746
  msgid "Can't verify credentials. Error: %s, %s"
3747
  msgstr ""
3748
 
3749
- #: languages/vue.php:1620
3750
  msgid "Help Us Improve"
3751
  msgstr ""
3752
 
3753
- #: languages/vue.php:1623
3754
  msgid "Help us better understand our users and their website needs."
3755
  msgstr ""
3756
 
3757
- #: languages/vue.php:1626
3758
  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, %svisit our website.%s"
3759
  msgstr ""
3760
 
3761
- #: languages/vue.php:1629
3762
  msgid "Website profile"
3763
  msgstr ""
3764
 
3765
- #: languages/vue.php:1632
3766
  msgid "Active profile"
3767
  msgstr ""
3768
 
3769
- #: languages/vue.php:1635
3770
  msgid "Skip and Keep Connection"
3771
  msgstr ""
3772
 
3773
- #: languages/vue.php:1638
3774
  msgid "Can't activate addon. Error: %s, %s"
3775
  msgstr ""
3776
 
3777
- #: languages/vue.php:1641
3778
  msgid "You appear to be offline. Addon not activated."
3779
  msgstr ""
3780
 
3781
- #: languages/vue.php:1644
3782
  msgid "Can't deactivate addon. Error: %s, %s"
3783
  msgstr ""
3784
 
3785
- #: languages/vue.php:1647
3786
  msgid "You appear to be offline. Addon not deactivated."
3787
  msgstr ""
3788
 
3789
- #: languages/vue.php:1650
3790
  msgid "Can't install plugin. Error: %s, %s"
3791
  msgstr ""
3792
 
3793
- #: languages/vue.php:1653
3794
  msgid "You appear to be offline. Plugin not installed."
3795
  msgstr ""
3796
 
3797
- #: languages/vue.php:1656
3798
  msgid "Can't install addon. Error: %s, %s"
3799
  msgstr ""
3800
 
3801
- #: languages/vue.php:1659
3802
  msgid "You appear to be offline. Addon not installed."
3803
  msgstr ""
3804
 
3805
- #: languages/vue.php:1662
3806
  msgid "Can't install WPForms. Error: %s, %s"
3807
  msgstr ""
3808
 
3809
- #: languages/vue.php:1665
3810
  msgid "You appear to be offline. WPForms not installed."
3811
  msgstr ""
3812
 
3813
- #: languages/vue.php:1668
3814
  msgid "Allow Usage Tracking"
3815
  msgstr ""
3816
 
3817
- #: languages/vue.php:1671
3818
  msgid "Verifying License"
3819
  msgstr ""
3820
 
3821
- #: languages/vue.php:1674
3822
  msgid "Success"
3823
  msgstr ""
3824
 
3825
- #: languages/vue.php:1677
3826
  msgid "There was an error verifying your license"
3827
  msgstr ""
3828
 
3829
- #: languages/vue.php:1680
3830
  msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
3831
  msgstr ""
3832
 
3833
- #: languages/vue.php:1683
3834
  msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy! %s"
3835
  msgstr ""
3836
 
3837
- #: languages/vue.php:1686
3838
  msgid "To unlock more features consider %supgrading to PRO%s."
3839
  msgstr ""
3840
 
3841
- #: languages/vue.php:1689
3842
  msgid "As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!"
3843
  msgstr ""
3844
 
3845
- #: languages/vue.php:1692
3846
  msgid "Unlock PRO Features Now"
3847
  msgstr ""
3848
 
3849
- #: languages/vue.php:1695
3850
  msgid "Paste your license key here"
3851
  msgstr ""
3852
 
3853
- #: languages/vue.php:1698
3854
  msgid "Verify"
3855
  msgstr ""
3856
 
3857
- #: languages/vue.php:1701
3858
  msgid "If you already have a License key add it below to unlock MonsterInsights PRO. %sRetrieve your license key%s."
3859
  msgstr ""
3860
 
3861
- #: languages/vue.php:1704
3862
  msgid "Almost Done"
3863
  msgstr ""
3864
 
3865
- #: languages/vue.php:1707
3866
  msgid "MonsterInsights can automatically upgrade the installed version to the paid version"
3867
  msgstr ""
3868
 
3869
- #: languages/vue.php:1710
3870
  msgid "Complete Upgrade"
3871
  msgstr ""
3872
 
3873
- #: languages/vue.php:1713
3874
  msgid "Do Upgrade Later"
3875
  msgstr ""
3876
 
3877
- #: languages/vue.php:1716
3878
  msgid "Upgrade to PRO"
3879
  msgstr ""
3880
 
3881
- #: languages/vue.php:1719
3882
  msgid "Upgrade to Pro"
3883
  msgstr ""
3884
 
3885
- #: languages/vue.php:1722
3886
  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."
3887
  msgstr ""
3888
 
3889
- #: languages/vue.php:1725
3890
  msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy!"
3891
  msgstr ""
3892
 
3893
- #: languages/vue.php:1728
3894
  msgid "You need to %sconnect MonsterInsights%s first"
3895
  msgstr ""
3896
 
3897
- #: languages/vue.php:1731
3898
  #: lite/includes/admin/welcome.php:52
3899
  #: lite/includes/admin/welcome.php:53
3900
  msgid "Welcome to MonsterInsights"
3901
  msgstr ""
3902
 
3903
- #: languages/vue.php:1734
3904
  msgid "Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin"
3905
  msgstr ""
3906
 
3907
- #: languages/vue.php:1737
3908
  msgid "MonsterInsights makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard."
3909
  msgstr ""
3910
 
3911
- #: languages/vue.php:1740
3912
  msgid "Launch the Wizard!"
3913
  msgstr ""
3914
 
3915
- #: languages/vue.php:1743
3916
  msgid "Read the Full Guide"
3917
  msgstr ""
3918
 
3919
- #: languages/vue.php:1746
3920
  msgid "MonsterInsights Features & Addons"
3921
  msgstr ""
3922
 
3923
- #: languages/vue.php:1749
3924
  msgid "Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market."
3925
  msgstr ""
3926
 
3927
- #: languages/vue.php:1752
3928
  msgid "See All Features"
3929
  msgstr ""
3930
 
3931
- #: languages/vue.php:1755
3932
  msgid "per year"
3933
  msgstr ""
3934
 
3935
- #: languages/vue.php:1758
3936
  msgid "Testimonials"
3937
  msgstr ""
3938
 
3939
- #: languages/vue.php:1761
3940
  msgid "Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
3941
  msgstr ""
3942
 
3943
- #: languages/vue.php:1764
3944
  msgid "Google Analytics Dashboard"
3945
  msgstr ""
3946
 
3947
- #: languages/vue.php:1767
3948
  msgid "See your website analytics report right inside your WordPress dashboard with actionable insights."
3949
  msgstr ""
3950
 
3951
- #: languages/vue.php:1770
3952
  msgid "Real-time Stats"
3953
  msgstr ""
3954
 
3955
- #: languages/vue.php:1773
3956
  msgid "Get real-time stats right inside WordPress to see who is online, what are they doing, and more."
3957
  msgstr ""
3958
 
3959
- #: languages/vue.php:1776
3960
  msgid "Enhanced Ecommerce Tracking"
3961
  msgstr ""
3962
 
3963
- #: languages/vue.php:1779
3964
  msgid "1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress."
3965
  msgstr ""
3966
 
3967
- #: languages/vue.php:1782
3968
  msgid "Page Level Analytics"
3969
  msgstr ""
3970
 
3971
- #: languages/vue.php:1785
3972
  msgid "Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
3973
  msgstr ""
3974
 
3975
- #: languages/vue.php:1788
3976
  msgid "Affiliate Link & Ads Tracking"
3977
  msgstr ""
3978
 
3979
- #: languages/vue.php:1791
3980
  msgid "Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
3981
  msgstr ""
3982
 
3983
- #: languages/vue.php:1794
3984
  msgid "EU Compliance (GDPR Friendly)"
3985
  msgstr ""
3986
 
3987
- #: languages/vue.php:1797
3988
  msgid "Make Google Analytics compliant with GDPR and other privacy regulations automatically."
3989
  msgstr ""
3990
 
3991
- #: languages/vue.php:1800
3992
  msgid "Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click."
3993
  msgstr ""
3994
 
3995
- #: languages/vue.php:1803
3996
  msgid "Ecommerce Report"
3997
  msgstr ""
3998
 
3999
- #: languages/vue.php:1806
4000
  msgid "Category / Tags Tracking"
4001
  msgstr ""
4002
 
4003
- #: languages/vue.php:1809
4004
  msgid "WooCommerce"
4005
  msgstr ""
4006
 
4007
- #: languages/vue.php:1812
4008
  msgid "Easy Digital Downloads"
4009
  msgstr ""
4010
 
4011
- #: languages/vue.php:1815
4012
  msgid "MemberPress"
4013
  msgstr ""
4014
 
4015
- #: languages/vue.php:1818
4016
  msgid "LifterLMS"
4017
  msgstr ""
4018
 
4019
- #: languages/vue.php:1821
4020
  msgid "See how %s visitors found your site!"
4021
  msgstr ""
4022
 
4023
- #: languages/vue.php:1824
4024
  msgid "Your website was visited by %s users in the last 30 days."
4025
  msgstr ""
4026
 
4027
- #: languages/vue.php:1827
4028
  msgid "See the full analytics report!"
4029
  msgstr ""
4030
 
4031
- #: languages/vue.php:1830
4032
  msgid "You must connect with MonsterInsights before you can view reports."
4033
  msgstr ""
4034
 
4035
- #: languages/vue.php:1833
4036
  msgid "MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
4037
  msgstr ""
4038
 
4039
- #: languages/vue.php:1836
4040
  msgid "See Quick Links"
4041
  msgstr ""
4042
 
4043
- #: languages/vue.php:1839
4044
  msgid "Suggest a Feature"
4045
  msgstr ""
4046
 
4047
- #: languages/vue.php:1842
4048
  msgid "Join Our Community"
4049
  msgstr ""
4050
 
4051
- #: languages/vue.php:1845
4052
  msgid "Support & Docs"
4053
  msgstr ""
4054
 
4055
- #: languages/vue.php:1848
4056
  msgid "Upgrade to Pro &#187;"
4057
  msgstr ""
4058
 
4059
- #: languages/vue.php:1851
4060
  msgid "MonsterInsights encountered an error loading your report data"
4061
  msgstr ""
4062
 
4063
- #: languages/vue.php:1854
4064
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
4065
  msgstr ""
4066
 
4067
- #: languages/vue.php:1857
4068
  msgid "Last %s days"
4069
  msgstr ""
4070
 
4071
- #: languages/vue.php:1860
4072
  #: lite/includes/admin/wp-site-health.php:179
4073
  msgid "View Reports"
4074
  msgstr ""
4075
 
4076
- #: languages/vue.php:1863
4077
  msgid "Congratulations!"
4078
  msgstr ""
4079
 
4080
- #: languages/vue.php:1866
4081
  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 %sGetting started video%s or use our %s to get you quickly set up."
4082
  msgstr ""
4083
 
4084
- #: languages/vue.php:1869
4085
  msgid "Onboarding Wizard"
4086
  msgstr ""
4087
 
4088
- #: languages/vue.php:1872
4089
  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."
4090
  msgstr ""
4091
 
4092
- #: languages/vue.php:1875
4093
  msgid "Yup, we know a thing or two about building awesome products that customers love."
4094
  msgstr ""
4095
 
4096
- #: languages/vue.php:1878
4097
  msgid "The MonsterInsights Team"
4098
  msgstr ""
4099
 
4100
- #: languages/vue.php:1881
4101
  msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%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 %s) only takes a few minutes and will make your website significantly faster and more secure."
4102
  msgstr ""
4103
 
4104
- #: languages/vue.php:1884
4105
  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."
4106
  msgstr ""
4107
 
4108
- #: languages/vue.php:1896
4109
  msgid "You’re using MonsterInsights Lite. To unlock more features consider %supgrading to Pro%s."
4110
  msgstr ""
4111
 
4112
- #: languages/vue.php:1899
4113
  msgid "Installing Addon"
4114
  msgstr ""
4115
 
4116
- #: languages/vue.php:1902
4117
  msgid "Activating Addon"
4118
  msgstr ""
4119
 
4120
- #: languages/vue.php:1905
4121
  msgid "Addon Activated"
4122
  msgstr ""
4123
 
4124
- #: languages/vue.php:1908
4125
  msgid "Loading report data"
4126
  msgstr ""
4127
 
4128
- #: languages/vue.php:1911
4129
  msgid "Please activate manually"
4130
  msgstr ""
4131
 
4132
- #: languages/vue.php:1914
4133
  msgid "Error: %s, %s"
4134
  msgstr ""
4135
 
4136
- #: languages/vue.php:1917
4137
  msgid "Error Activating Addon"
4138
  msgstr ""
4139
 
4140
- #: languages/vue.php:1920
4141
  #: lite/includes/admin/wp-site-health.php:298
4142
  #: lite/includes/admin/wp-site-health.php:324
4143
  #: lite/includes/admin/wp-site-health.php:351
4144
  msgid "View Addons"
4145
  msgstr ""
4146
 
4147
- #: languages/vue.php:1923
4148
  msgid "Dismiss"
4149
  msgstr ""
4150
 
4151
- #: languages/vue.php:1926
4152
  msgid "Redirecting"
4153
  msgstr ""
4154
 
4155
- #: languages/vue.php:1929
4156
  msgid "Please wait"
4157
  msgstr ""
4158
 
4159
- #: languages/vue.php:1932
4160
  msgid "Visit addons page"
4161
  msgstr ""
4162
 
4163
- #: languages/vue.php:1935
4164
  msgid "Report Unavailable"
4165
  msgstr ""
4166
 
4167
- #: languages/vue.php:1938
4168
  msgid "%s Addon"
4169
  msgstr ""
4170
 
4171
- #: languages/vue.php:1941
4172
  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."
4173
  msgstr ""
4174
 
4175
- #: languages/vue.php:1944
4176
  msgid "See All Reports"
4177
  msgstr ""
4178
 
4179
- #: languages/vue.php:1947
4180
  msgid "Go to the Analytics Dashboard"
4181
  msgstr ""
4182
 
4183
- #: languages/vue.php:1950
4184
  msgid "Hide dashboard widget"
4185
  msgstr ""
4186
 
4187
- #: languages/vue.php:1953
4188
  msgid "Are you sure you want to hide the MonsterInsights Dashboard Widget? "
4189
  msgstr ""
4190
 
4191
- #: languages/vue.php:1956
4192
  msgid "Yes, hide it!"
4193
  msgstr ""
4194
 
4195
- #: languages/vue.php:1959
4196
  msgid "No, cancel!"
4197
  msgstr ""
4198
 
4199
- #: languages/vue.php:1962
4200
  msgid "MonsterInsights Widget Hidden"
4201
  msgstr ""
4202
 
4203
- #: languages/vue.php:1965
4204
  msgid "You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page"
4205
  msgstr ""
4206
 
4207
- #: languages/vue.php:1968
4208
  msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %sRetrieve your license key%s."
4209
  msgstr ""
4210
 
4211
- #: languages/vue.php:1971
4212
  msgid "Forms Tracking help you see who’s viewing your forms, so you can increase conversions."
4213
  msgstr ""
4214
 
4215
- #: languages/vue.php:1974
4216
  msgid "Custom Dimensions show you popular categories, best time to publish, focus keywords, etc."
4217
  msgstr ""
4218
 
4219
- #: languages/vue.php:1977
4220
  msgid "Make Google Analytics GDPR compliant with our EU Compliance addon."
4221
  msgstr ""
4222
 
4223
- #: languages/vue.php:1980
4224
  msgid "Get real-time Google Analytics report right inside your WordPress dashboard."
4225
  msgstr ""
4226
 
4227
- #: languages/vue.php:1983
4228
  msgid "Use Google Optimize to easily perform A/B split tests on your site."
4229
  msgstr ""
4230
 
4231
- #: languages/vue.php:1986
4232
  msgid "See all your important store metrics in one place with Enhanced Ecommerce Tracking."
4233
  msgstr ""
4234
 
4235
- #: languages/vue.php:1989
4236
  msgid "Unlock search console report to see your top performing keywords in Google."
4237
  msgstr ""
4238
 
4239
- #: languages/vue.php:1992
4240
  msgid "Get Page Insights to see important metrics for individual posts / pages in WordPress."
4241
  msgstr ""
4242
 
4243
- #: languages/vue.php:1995
4244
  msgid "Publishers Report shows your top performing pages, audience demographics, and more."
4245
  msgstr ""
4246
 
4247
- #: languages/vue.php:1998
4248
  msgid "Get Scroll-Depth tracking to see how far users scroll on your pages before leaving.s"
4249
  msgstr ""
4250
 
4251
- #: languages/vue.php:2001
4252
  msgid "Upgrade to Pro »"
4253
  msgstr ""
4254
 
4255
- #: languages/vue.php:2004
4256
  msgid "Pro Tip:"
4257
  msgstr ""
4258
 
4259
- #: languages/vue.php:2007
4260
  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 October, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
4261
  msgstr ""
4262
 
4263
- #: languages/vue.php:2010
4264
  msgid "Can't load report data. Error: %s, %s"
4265
  msgstr ""
4266
 
4267
- #: languages/vue.php:2013
4268
  msgid "Error loading report data"
4269
  msgstr ""
4270
 
4271
- #: languages/vue.php:2016
4272
  msgid "Error loading license details"
4273
  msgstr ""
4274
 
4275
- #: languages/vue.php:2019
4276
  msgid "Network error encountered. Settings not saved."
4277
  msgstr ""
4278
 
4279
- #: languages/vue.php:2022
4280
  msgid "Please ask your webmaster to connect MonsterInsights to Google Analytics."
4281
  msgstr ""
4282
 
4283
- #: languages/vue.php:2025
4284
  msgid "Get Scroll-Depth tracking to see how far users scroll on your pages before leaving."
4285
  msgstr ""
4286
 
 
 
 
 
 
 
 
 
 
 
 
 
4287
  #: lite/includes/admin/connect.php:42
4288
  msgid "You are not allowed to install plugins."
4289
  msgstr ""
@@ -4330,24 +4342,24 @@ msgstr ""
4330
  msgid "To see your website stats, please ask your webmaster to connect MonsterInsights to Google Analytics."
4331
  msgstr ""
4332
 
4333
- #: lite/includes/admin/helpers.php:63
4334
  msgid "Get Better Insights. Grow FASTER!"
4335
  msgstr ""
4336
 
4337
- #: lite/includes/admin/helpers.php:68
4338
  msgid "Grow Your Business with MonsterInsights Pro"
4339
  msgstr ""
4340
 
4341
- #: lite/includes/admin/helpers.php:69
4342
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website."
4343
  msgstr ""
4344
 
4345
- #: lite/includes/admin/helpers.php:70
4346
  msgid "MonsterInsights Pro shows you the stats that matter, so you can boost your business growth!"
4347
  msgstr ""
4348
 
4349
  #. Translators: makes text bold.
4350
- #: lite/includes/admin/helpers.php:74
4351
  msgid "%1$sBonus:%2$s You also get 50%% off discount for being a loyal MonsterInsights Lite user."
4352
  msgstr ""
4353
 
2
  # This file is distributed under the same license as the MonsterInsights Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: MonsterInsights Pro 7.10.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/monsterinsights\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: 2019-12-05T15:41:53+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.2.0\n"
15
  "X-Domain: google-analytics-for-wordpress\n"
63
  #: includes/admin/admin.php:37
64
  #: includes/admin/admin.php:45
65
  #: includes/admin/admin.php:91
66
+ #: languages/vue.php:167
67
  msgid "Insights"
68
  msgstr ""
69
 
85
 
86
  #: includes/admin/admin.php:39
87
  #: includes/admin/admin.php:95
88
+ #: languages/vue.php:607
89
  msgid "Reports"
90
  msgstr ""
91
 
114
 
115
  #: includes/admin/admin.php:60
116
  #: includes/admin/admin.php:103
117
+ #: languages/vue.php:232
118
  msgid "About Us"
119
  msgstr ""
120
 
142
 
143
  #: includes/admin/admin.php:175
144
  #: includes/admin/admin.php:178
145
+ #: languages/vue.php:944
146
  msgid "Support"
147
  msgstr ""
148
 
151
  msgstr ""
152
 
153
  #: includes/admin/admin.php:276
154
+ #: languages/vue.php:1892
155
  msgid "Please Setup Website Analytics to See Audience Insights"
156
  msgstr ""
157
 
158
  #: includes/admin/admin.php:277
159
+ #: languages/vue.php:1898
160
  msgid "Connect MonsterInsights and Setup Website Analytics"
161
  msgstr ""
162
 
166
  msgstr ""
167
 
168
  #: includes/admin/admin.php:281
169
+ #: languages/vue.php:1895
170
  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 2 million website owners use MonsterInsights to see the stats that matter and grow their business."
171
  msgstr ""
172
 
179
  msgstr ""
180
 
181
  #: includes/admin/admin.php:302
182
+ #: languages/vue.php:1241
183
  msgid "Your license key for MonsterInsights has been disabled. Please use a different key."
184
  msgstr ""
185
 
186
  #: includes/admin/admin.php:304
187
+ #: languages/vue.php:1244
188
  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."
189
  msgstr ""
190
 
433
  msgstr ""
434
 
435
  #: includes/admin/reports/abstract-report.php:357
436
+ #: languages/vue.php:1324
437
  msgid "Upgrade Now"
438
  msgstr ""
439
 
1650
  msgid "Error"
1651
  msgstr ""
1652
 
1653
+ #: languages/vue.php:14
1654
  msgid "Please try again."
1655
  msgstr ""
1656
 
1657
+ #: languages/vue.php:17
1658
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
1659
  msgstr ""
1660
 
1661
+ #: languages/vue.php:20
1662
  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."
1663
  msgstr ""
1664
 
1665
+ #: languages/vue.php:23
1666
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
1667
  msgstr ""
1668
 
1669
+ #: languages/vue.php:26
1670
  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."
1671
  msgstr ""
1672
 
1673
+ #: languages/vue.php:29
1674
  msgid "See Your Top Landing Pages to Improve Enagement"
1675
  msgstr ""
1676
 
1677
+ #: languages/vue.php:32
1678
  msgid "See Your Top Exit Pages to Reduce Abandonment"
1679
  msgstr ""
1680
 
1681
+ #: languages/vue.php:35
1682
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
1683
  msgstr ""
1684
 
1685
+ #: languages/vue.php:38
1686
  msgid "See Your Top Affiliate Links and Focus on what's working"
1687
  msgstr ""
1688
 
1689
+ #: languages/vue.php:41
1690
  msgid "See Your Top Downloads and Improve Conversions"
1691
  msgstr ""
1692
 
1693
+ #: languages/vue.php:44
1694
  msgid "See Audience Demographic Report ( Age / Gender / Interests )"
1695
  msgstr ""
1696
 
1697
+ #: languages/vue.php:47
1698
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
1699
  msgstr ""
1700
 
1701
+ #: languages/vue.php:50
1702
  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."
1703
  msgstr ""
1704
 
1705
+ #: languages/vue.php:53
1706
  msgid "See Your Conversion Rate to Improve Funnel"
1707
  msgstr ""
1708
 
1709
+ #: languages/vue.php:56
1710
  msgid "See The Number of Transactions and make data-driven decisions"
1711
  msgstr ""
1712
 
1713
+ #: languages/vue.php:59
1714
  msgid "See The Total Revenue to Track Growth"
1715
  msgstr ""
1716
 
1717
+ #: languages/vue.php:62
1718
  msgid "See Average Order Value to Find Offer Opportunities"
1719
  msgstr ""
1720
 
1721
+ #: languages/vue.php:65
1722
  msgid "See Your Top Products to See Individual Performance"
1723
  msgstr ""
1724
 
1725
+ #: languages/vue.php:68
1726
  msgid "See Your Top Conversion Sources and Focus on what's working"
1727
  msgstr ""
1728
 
1729
+ #: languages/vue.php:71
1730
  msgid "See The Time it takes for Customers to Purchase"
1731
  msgstr ""
1732
 
1733
+ #: languages/vue.php:74
1734
  msgid "See How Many Sessions are needed for a Purchase"
1735
  msgstr ""
1736
 
1737
+ #: languages/vue.php:77
1738
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
1739
  msgstr ""
1740
 
1741
+ #: languages/vue.php:80
1742
  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."
1743
  msgstr ""
1744
 
1745
+ #: languages/vue.php:83
1746
  msgid "See Which Authors Generate the Most Traffic"
1747
  msgstr ""
1748
 
1749
+ #: languages/vue.php:86
1750
  msgid "See Which Post Types Perform Better"
1751
  msgstr ""
1752
 
1753
+ #: languages/vue.php:89
1754
  msgid "See Which Categories are the Most Popular"
1755
  msgstr ""
1756
 
1757
+ #: languages/vue.php:92
1758
  msgid "See Your Blog's most populare SEO Scores"
1759
  msgstr ""
1760
 
1761
+ #: languages/vue.php:95
1762
  msgid "See Which Focus Keyword is Performing Better in Search Engines"
1763
  msgstr ""
1764
 
1765
+ #: languages/vue.php:98
1766
  msgid "Unlock the Forms Report and Improve Conversions"
1767
  msgstr ""
1768
 
1769
+ #: languages/vue.php:101
1770
  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."
1771
  msgstr ""
1772
 
1773
+ #: languages/vue.php:104
1774
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
1775
  msgstr ""
1776
 
1777
+ #: languages/vue.php:107
1778
  msgid "See Your Top Converting Forms and Optimize"
1779
  msgstr ""
1780
 
1781
+ #: languages/vue.php:110
1782
  msgid "See Your Forms Impressions Count to Find the Best Placement"
1783
  msgstr ""
1784
 
1785
+ #: languages/vue.php:113
1786
  msgid "Unlock the Search Console Report and See How People Find Your Website"
1787
  msgstr ""
1788
 
1789
+ #: languages/vue.php:116
1790
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
1791
  msgstr ""
1792
 
1793
+ #: languages/vue.php:119
1794
  msgid "See Your Top Google Search Terms and Optimize Content"
1795
  msgstr ""
1796
 
1797
+ #: languages/vue.php:122
1798
  msgid "See The Number of Clicks and Track Interests"
1799
  msgstr ""
1800
 
1801
+ #: languages/vue.php:125
1802
  msgid "See The Click-Through-Ratio and Improve SEO"
1803
  msgstr ""
1804
 
1805
+ #: languages/vue.php:128
1806
  msgid "See The Average Results Position and Focus on what works"
1807
  msgstr ""
1808
 
1809
+ #: languages/vue.php:131
1810
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
1811
  msgstr ""
1812
 
1813
+ #: languages/vue.php:134
1814
  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."
1815
  msgstr ""
1816
 
1817
+ #: languages/vue.php:137
1818
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
1819
  msgstr ""
1820
 
1821
+ #: languages/vue.php:140
1822
  msgid "See Your Top Pages Immediately After Making Changes"
1823
  msgstr ""
1824
 
1825
+ #: languages/vue.php:143
1826
  msgid "See Your Top Referral Sources and Adapt Faster"
1827
  msgstr ""
1828
 
1829
+ #: languages/vue.php:146
1830
  msgid "See Your Traffic Demographics and "
1831
  msgstr ""
1832
 
1833
+ #: languages/vue.php:149
1834
  msgid "Get Fresh Reports Data Every 60 Seconds"
1835
  msgstr ""
1836
 
1837
+ #: languages/vue.php:152
1838
  msgid "Overview Report"
1839
  msgstr ""
1840
 
1841
+ #: languages/vue.php:155
1842
  msgid "Loading Settings"
1843
  msgstr ""
1844
 
1845
+ #: languages/vue.php:158
1846
  msgid "Saving Changes..."
1847
  msgstr ""
1848
 
1849
+ #: languages/vue.php:161
1850
  msgid "Settings Updated"
1851
  msgstr ""
1852
 
1853
+ #: languages/vue.php:164
1854
  msgid "Could Not Save Changes"
1855
  msgstr ""
1856
 
1857
+ #: languages/vue.php:170
1858
  msgid "Congratulations! "
1859
  msgstr ""
1860
 
1861
+ #: languages/vue.php:173
1862
  msgid "You Successfully Unlocked the most powerful Analytics plugin"
1863
  msgstr ""
1864
 
1865
+ #: languages/vue.php:176
1866
  msgid "Publishers Report"
1867
  msgstr ""
1868
 
1869
+ #: languages/vue.php:179
1870
  msgid "eCommerce Report"
1871
  msgstr ""
1872
 
1873
+ #: languages/vue.php:182
1874
  msgid "Search Console Report"
1875
  msgstr ""
1876
 
1877
+ #: languages/vue.php:185
1878
  msgid "Dimensions Report"
1879
  msgstr ""
1880
 
1881
+ #: languages/vue.php:188
1882
  msgid "Forms Report"
1883
  msgstr ""
1884
 
1885
+ #: languages/vue.php:191
1886
  msgid "Real-Time Report"
1887
  msgstr ""
1888
 
1889
+ #: languages/vue.php:194
1890
  msgid "Recommended Plugin: %s"
1891
  msgstr ""
1892
 
1893
+ #: languages/vue.php:198
1894
  msgid "Install"
1895
  msgstr ""
1896
 
1931
  msgid "Loading settings"
1932
  msgstr ""
1933
 
1934
+ #: languages/vue.php:235
1935
  msgid "Getting Started"
1936
  msgstr ""
1937
 
1938
+ #: languages/vue.php:238
1939
  msgid "Lite vs Pro"
1940
  msgstr ""
1941
 
1942
+ #: languages/vue.php:241
1943
  msgid "General"
1944
  msgstr ""
1945
 
1946
+ #: languages/vue.php:244
1947
  msgid "Engagement"
1948
  msgstr ""
1949
 
1950
+ #: languages/vue.php:247
1951
  msgid "Publisher"
1952
  msgstr ""
1953
 
1954
+ #: languages/vue.php:250
1955
  msgid "Conversions"
1956
  msgstr ""
1957
 
1958
+ #: languages/vue.php:253
1959
  msgid "Advanced"
1960
  msgstr ""
1961
 
1962
+ #: languages/vue.php:256
1963
  msgid "URL Builder"
1964
  msgstr ""
1965
 
1966
+ #: languages/vue.php:259
1967
  msgid "Import Export"
1968
  msgstr ""
1969
 
1970
+ #: languages/vue.php:262
1971
  msgid "Time to Purchase"
1972
  msgstr ""
1973
 
1974
+ #: languages/vue.php:265
1975
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
1976
  msgstr ""
1977
 
1978
+ #: languages/vue.php:268
1979
  msgid "Sessions to Purchase"
1980
  msgstr ""
1981
 
1982
+ #: languages/vue.php:271
1983
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
1984
  msgstr ""
1985
 
1986
+ #: languages/vue.php:274
1987
  msgid "Top Posts/Pages"
1988
  msgstr ""
1989
 
1990
+ #: languages/vue.php:277
1991
  msgid "This list shows the most viewed posts and pages on your website."
1992
  msgstr ""
1993
 
1994
+ #: languages/vue.php:280
1995
  msgid "New vs. Returning Visitors"
1996
  msgstr ""
1997
 
1998
+ #: languages/vue.php:283
1999
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
2000
  msgstr ""
2001
 
2002
+ #: languages/vue.php:286
2003
  msgid "Device Breakdown"
2004
  msgstr ""
2005
 
2006
+ #: languages/vue.php:289
2007
  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."
2008
  msgstr ""
2009
 
2010
+ #: languages/vue.php:292
2011
  msgid "Top Landing Pages"
2012
  msgstr ""
2013
 
2014
+ #: languages/vue.php:295
2015
  msgid "This list shows the top pages users first land on when visiting your website."
2016
  msgstr ""
2017
 
2018
+ #: languages/vue.php:298
2019
  msgid "Top Exit Pages"
2020
  msgstr ""
2021
 
2022
+ #: languages/vue.php:301
2023
  msgid "This list shows the top pages users exit your website from."
2024
  msgstr ""
2025
 
2026
+ #: languages/vue.php:304
2027
  msgid "Top Outbound Links"
2028
  msgstr ""
2029
 
2030
+ #: languages/vue.php:307
2031
  msgid "This list shows the top links clicked on your website that go to another website."
2032
  msgstr ""
2033
 
2034
+ #: languages/vue.php:310
2035
  msgid "Top Affiliate Links"
2036
  msgstr ""
2037
 
2038
+ #: languages/vue.php:313
2039
  msgid "This list shows the top affiliate links your visitors clicked on."
2040
  msgstr ""
2041
 
2042
+ #: languages/vue.php:316
2043
  msgid "Top Download Links"
2044
  msgstr ""
2045
 
2046
+ #: languages/vue.php:319
2047
  msgid "This list shows the download links your visitors clicked the most."
2048
  msgstr ""
2049
 
2050
+ #: languages/vue.php:322
2051
  msgid "Top Products"
2052
  msgstr ""
2053
 
2054
+ #: languages/vue.php:325
2055
  msgid "This list shows the top selling products on your website."
2056
  msgstr ""
2057
 
2058
+ #: languages/vue.php:328
2059
  msgid "Top Conversion Sources"
2060
  msgstr ""
2061
 
2062
+ #: languages/vue.php:331
2063
  msgid "This list shows the top referral websites in terms of product revenue."
2064
  msgstr ""
2065
 
2066
+ #: languages/vue.php:334
2067
  msgid "Total Add/Remove"
2068
  msgstr ""
2069
 
2070
+ #: languages/vue.php:337
2071
  msgid "Exit Setup"
2072
  msgstr ""
2073
 
2074
+ #: languages/vue.php:340
2075
  msgid "Yikes! PHP Update Required"
2076
  msgstr ""
2077
 
2078
+ #: languages/vue.php:343
2079
  msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%s), which could be putting your site at risk for being hacked. WordPress itself will stop supporting your PHP version in April, 2019. Updating to the recommended version (PHP %s) only takes a few minutes and will make your website significantly faster and more secure."
2080
  msgstr ""
2081
 
2082
+ #: languages/vue.php:346
2083
  msgid "Learn more about updating PHP"
2084
  msgstr ""
2085
 
2086
+ #: languages/vue.php:349
2087
  msgid "Yikes! WordPress Update Required"
2088
  msgstr ""
2089
 
2090
+ #: languages/vue.php:352
2091
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
2092
  msgstr ""
2093
 
2094
+ #: languages/vue.php:355
2095
  msgid "Learn more about updating WordPress"
2096
  msgstr ""
2097
 
2098
+ #: languages/vue.php:358
2099
  msgid "Powered by MonsterInsights"
2100
  msgstr ""
2101
 
2102
+ #: languages/vue.php:361
2103
  msgid "Save Changes"
2104
  msgstr ""
2105
 
2106
+ #: languages/vue.php:364
2107
  msgid "New"
2108
  msgstr ""
2109
 
2110
+ #: languages/vue.php:367
2111
  msgid "Returning"
2112
  msgstr ""
2113
 
2114
+ #: languages/vue.php:370
2115
  msgid "Desktop"
2116
  msgstr ""
2117
 
2118
+ #: languages/vue.php:373
2119
  msgid "Tablet"
2120
  msgstr ""
2121
 
2122
+ #: languages/vue.php:376
2123
  msgid "Mobile"
2124
  msgstr ""
2125
 
2126
+ #: languages/vue.php:379
2127
  msgid "Sessions"
2128
  msgstr ""
2129
 
2130
+ #: languages/vue.php:382
2131
  msgid "Unique %s Sessions"
2132
  msgstr ""
2133
 
2134
+ #: languages/vue.php:385
2135
  msgid "Pageviews"
2136
  msgstr ""
2137
 
2138
+ #: languages/vue.php:388
2139
  msgid "Unique %s Pageviews"
2140
  msgstr ""
2141
 
2142
+ #: languages/vue.php:391
2143
  msgid "Avg. Session Duration"
2144
  msgstr ""
2145
 
2146
+ #: languages/vue.php:394
2147
  msgid "Bounce Rate"
2148
  msgstr ""
2149
 
2150
+ #: languages/vue.php:397
2151
  msgid "Top 10 Countries"
2152
  msgstr ""
2153
 
2154
+ #: languages/vue.php:400
2155
  msgid "View Countries Report"
2156
  msgstr ""
2157
 
2158
+ #: languages/vue.php:403
2159
  msgid "Top 10 Referrals"
2160
  msgstr ""
2161
 
2162
+ #: languages/vue.php:406
2163
  msgid "View All Referral Sources"
2164
  msgstr ""
2165
 
2166
+ #: languages/vue.php:409
2167
  msgid "View Full Posts/Pages Report"
2168
  msgstr ""
2169
 
2170
+ #: languages/vue.php:412
2171
  msgid "A session is the browsing session of a single user to your site."
2172
  msgstr ""
2173
 
2174
+ #: languages/vue.php:415
2175
  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."
2176
  msgstr ""
2177
 
2178
+ #: languages/vue.php:418
2179
  msgid "Total duration of all sessions (in seconds) / number of sessions."
2180
  msgstr ""
2181
 
2182
+ #: languages/vue.php:421
2183
  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."
2184
  msgstr ""
2185
 
2186
+ #: languages/vue.php:424
2187
  msgid "This list shows the top countries your website visitors are from."
2188
  msgstr ""
2189
 
2190
+ #: languages/vue.php:427
2191
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
2192
  msgstr ""
2193
 
2194
+ #: languages/vue.php:430
2195
  msgid "MonsterInsights Addons"
2196
  msgstr ""
2197
 
2198
+ #: languages/vue.php:433
2199
  msgid "Search Addons"
2200
  msgstr ""
2201
 
2202
+ #: languages/vue.php:436
2203
  msgid "Yes (recommended) %s- Get the latest features, bugfixes, and security updates as they are released.%s"
2204
  msgstr ""
2205
 
2206
+ #: languages/vue.php:439
2207
  msgid "Minor only %s- Get bugfixes and security updates, but not major features.%s"
2208
  msgstr ""
2209
 
2210
+ #: languages/vue.php:442
2211
  msgid "None %s- Manually update everything.%s"
2212
  msgstr ""
2213
 
2214
+ #: languages/vue.php:446
2215
  msgid "License Key"
2216
  msgstr ""
2217
 
2218
+ #: languages/vue.php:450
2219
  msgid "Google Authentication"
2220
  msgstr ""
2221
 
2223
  msgid "Connect Google Analytics + WordPress"
2224
  msgstr ""
2225
 
2226
+ #: languages/vue.php:460
2227
  msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
2228
  msgstr ""
2229
 
2230
+ #: languages/vue.php:463
2231
  msgid "Automatic Updates"
2232
  msgstr ""
2233
 
2234
+ #: languages/vue.php:466
2235
  msgid "Setup Wizard"
2236
  msgstr ""
2237
 
2238
+ #: languages/vue.php:469
2239
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
2240
  msgstr ""
2241
 
2242
+ #: languages/vue.php:472
2243
  msgid "Launch Setup Wizard"
2244
  msgstr ""
2245
 
2246
+ #: languages/vue.php:475
2247
  msgid "Path (example: %s)"
2248
  msgstr ""
2249
 
2250
+ #: languages/vue.php:478
2251
  msgid "Path has to start with a / and have no spaces"
2252
  msgstr ""
2253
 
2254
+ #: languages/vue.php:481
2255
  msgid "Label (example: %s)"
2256
  msgstr ""
2257
 
2258
+ #: languages/vue.php:484
2259
  msgid "Label can't contain any spaces"
2260
  msgstr ""
2261
 
2262
+ #: languages/vue.php:487
2263
  msgid "Affiliate Links"
2264
  msgstr ""
2265
 
2266
+ #: languages/vue.php:490
2267
  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 %shere%s."
2268
  msgstr ""
2269
 
2270
+ #: languages/vue.php:493
2271
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
2272
  msgstr ""
2273
 
2274
+ #: languages/vue.php:496
2275
  msgid "Demographics"
2276
  msgstr ""
2277
 
2278
+ #: languages/vue.php:499
2279
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
2280
  msgstr ""
2281
 
2282
+ #: languages/vue.php:502
2283
  msgid "Anonymize IP Addresses"
2284
  msgstr ""
2285
 
2286
+ #: languages/vue.php:505
2287
  msgid "Link Attribution"
2288
  msgstr ""
2289
 
2290
+ #: languages/vue.php:508
2291
  msgid "Enable Enhanced Link Attribution"
2292
  msgstr ""
2293
 
2294
+ #: languages/vue.php:511
2295
  msgid "Enable Anchor Tracking"
2296
  msgstr ""
2297
 
2298
+ #: languages/vue.php:514
2299
  msgid "Enable allowAnchor"
2300
  msgstr ""
2301
 
2302
+ #: languages/vue.php:517
2303
  msgid "Enable allowLinker"
2304
  msgstr ""
2305
 
2306
+ #: languages/vue.php:520
2307
  msgid "Enable Tag Links in RSS"
2308
  msgstr ""
2309
 
2310
+ #: languages/vue.php:523
2311
  msgid "File Downloads"
2312
  msgstr ""
2313
 
2314
+ #: languages/vue.php:526
2315
  msgid "Extensions of Files to Track as Downloads"
2316
  msgstr ""
2317
 
2318
+ #: languages/vue.php:529
2319
  msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
2320
  msgstr ""
2321
 
2322
+ #: languages/vue.php:532
2323
  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 %sknowledge base%s. For more information about Remarketing, we refer you to %sGoogle's documentation%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."
2324
  msgstr ""
2325
 
2326
+ #: languages/vue.php:535
2327
  msgid "This adds %sanonymizeIp%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."
2328
  msgstr ""
2329
 
2330
+ #: languages/vue.php:538
2331
  msgid "Add %sEnhanced Link Attribution%s to your tracking code."
2332
  msgstr ""
2333
 
2334
+ #: languages/vue.php:541
2335
  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."
2336
  msgstr ""
2337
 
2338
+ #: languages/vue.php:544
2339
  msgid "This adds %sallowAnchor%s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
2340
  msgstr ""
2341
 
2342
+ #: languages/vue.php:547
2343
  msgid "Enabling %scross-domain tracking (additional setup required)%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."
2344
  msgstr ""
2345
 
2346
+ #: languages/vue.php:550
2347
  msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %shelp page%s for info on how to enable this feature in FeedBurner."
2348
  msgstr ""
2349
 
2350
+ #: languages/vue.php:553
2351
  msgid "Add domain"
2352
  msgstr ""
2353
 
2354
+ #: languages/vue.php:556
2355
  msgid "Domain (example: %s)"
2356
  msgstr ""
2357
 
2358
+ #: languages/vue.php:559
2359
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
2360
  msgstr ""
2361
 
2362
+ #: languages/vue.php:562
2363
  msgid "Cross Domain Tracking"
2364
  msgstr ""
2365
 
2366
+ #: languages/vue.php:565
2367
  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 %sknowledge base%s."
2368
  msgstr ""
2369
 
2370
+ #: languages/vue.php:568
2371
  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 %sGeneral%s tab."
2372
  msgstr ""
2373
 
2374
+ #: languages/vue.php:571
2375
  msgid "Permissions"
2376
  msgstr ""
2377
 
2378
+ #: languages/vue.php:574
2379
  msgid "Allow These User Roles to See Reports"
2380
  msgstr ""
2381
 
2382
+ #: languages/vue.php:577
2383
  msgid "Users that have at least one of these roles will be able to view the reports."
2384
  msgstr ""
2385
 
2386
+ #: languages/vue.php:580
2387
  msgid "Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability."
2388
  msgstr ""
2389
 
2390
+ #: languages/vue.php:583
2391
  msgid "Allow These User Roles to Save Settings"
2392
  msgstr ""
2393
 
2394
+ #: languages/vue.php:586
2395
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
2396
  msgstr ""
2397
 
2398
+ #: languages/vue.php:589
2399
  msgid "Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability."
2400
  msgstr ""
2401
 
2402
+ #: languages/vue.php:592
2403
  msgid "Exclude These User Roles From Tracking"
2404
  msgstr ""
2405
 
2406
+ #: languages/vue.php:595
2407
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
2408
  msgstr ""
2409
 
2410
+ #: languages/vue.php:598
2411
  msgid "Performance"
2412
  msgstr ""
2413
 
2414
+ #: languages/vue.php:601
2415
  msgid "Custom code"
2416
  msgstr ""
2417
 
2418
+ #: languages/vue.php:604
2419
  msgid "Not for the average user: this allows you to add a line of code, to be added before the %spageview is sent%s."
2420
  msgstr ""
2421
 
2422
+ #: languages/vue.php:610
2423
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
2424
  msgstr ""
2425
 
2426
+ #: languages/vue.php:613
2427
  msgid "Hide Admin Bar Reports"
2428
  msgstr ""
2429
 
2430
+ #: languages/vue.php:616
2431
  msgid "Enabled %s- Show reports and dashboard widget.%s"
2432
  msgstr ""
2433
 
2434
+ #: languages/vue.php:619
2435
  msgid "Dashboard Widget Only %s- Disable reports, but show dashboard widget.%s"
2436
  msgstr ""
2437
 
2438
+ #: languages/vue.php:622
2439
  msgid "Disabled %s- Hide reports and dashboard widget.%s"
2440
  msgstr ""
2441
 
2442
+ #: languages/vue.php:625
2443
  msgid "Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visit, so you can analyze and optimize it for higher conversions."
2444
  msgstr ""
2445
 
2446
+ #: languages/vue.php:628
2447
  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."
2448
  msgstr ""
2449
 
2450
+ #: languages/vue.php:631
2451
  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\"."
2452
  msgstr ""
2453
 
2454
+ #: languages/vue.php:634
2455
  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."
2456
  msgstr ""
2457
 
2458
+ #: languages/vue.php:637
2459
  msgid "Yup, we know a thing or two about building awesome products that customer love."
2460
  msgstr ""
2461
 
2462
+ #: languages/vue.php:640
2463
  msgid "The MonsterInsights Team: Syed, Chris, Jay, Mircea, Sunita and Basanta"
2464
  msgstr ""
2465
 
2466
+ #: languages/vue.php:643
2467
  msgid "Import/Export"
2468
  msgstr ""
2469
 
2470
+ #: languages/vue.php:646
2471
  msgid "Import"
2472
  msgstr ""
2473
 
2474
+ #: languages/vue.php:649
2475
  msgid "Import settings from another MonsterInsights website."
2476
  msgstr ""
2477
 
2478
+ #: languages/vue.php:652
2479
  msgid "Export"
2480
  msgstr ""
2481
 
2482
+ #: languages/vue.php:655
2483
  msgid "Export settings to import into another MonsterInsights install."
2484
  msgstr ""
2485
 
2486
+ #: languages/vue.php:658
2487
  msgid "Import Settings"
2488
  msgstr ""
2489
 
2490
+ #: languages/vue.php:661
2491
  msgid "Export Settings"
2492
  msgstr ""
2493
 
2494
+ #: languages/vue.php:664
2495
  msgid "Please choose a file to import"
2496
  msgstr ""
2497
 
2498
+ #: languages/vue.php:667
2499
  msgid "Use the filepicker below to select the settings export file from another site."
2500
  msgstr ""
2501
 
2502
+ #: languages/vue.php:670
2503
  msgid "Use the button below to export a file with your MonsterInsights settings."
2504
  msgstr ""
2505
 
2506
+ #: languages/vue.php:673
2507
  msgid "Uploading file..."
2508
  msgstr ""
2509
 
2510
+ #: languages/vue.php:676
2511
  msgid "File imported"
2512
  msgstr ""
2513
 
2514
+ #: languages/vue.php:679
2515
  msgid "Settings successfully updated!"
2516
  msgstr ""
2517
 
2518
+ #: languages/vue.php:682
2519
  msgid "Error importing settings"
2520
  msgstr ""
2521
 
2522
+ #: languages/vue.php:685
2523
  msgid "Please choose a .json file generated by a MonsterInsights settings export."
2524
  msgstr ""
2525
 
2526
+ #: languages/vue.php:689
2527
  msgid "Ok"
2528
  msgstr ""
2529
 
2530
+ #: languages/vue.php:692
2531
  msgid "Custom Campaign Parameters"
2532
  msgstr ""
2533
 
2534
+ #: languages/vue.php:695
2535
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
2536
  msgstr ""
2537
 
2538
+ #: languages/vue.php:698
2539
  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."
2540
  msgstr ""
2541
 
2542
+ #: languages/vue.php:701
2543
  msgid "Website URL %s"
2544
  msgstr ""
2545
 
2546
+ #: languages/vue.php:704
2547
  msgid "The full website URL (e.g. %s %s%s)"
2548
  msgstr ""
2549
 
2550
+ #: languages/vue.php:707
2551
  msgid "Campaign Source %s"
2552
  msgstr ""
2553
 
2554
+ #: languages/vue.php:710
2555
  msgid "Enter a referrer (e.g. %sfacebook, newsletter, google%s)"
2556
  msgstr ""
2557
 
2558
+ #: languages/vue.php:713
2559
  msgid "Enter a marketing medium (e.g. %scpc, banner, email%s)"
2560
  msgstr ""
2561
 
2562
+ #: languages/vue.php:716
2563
  msgid "Enter a name to easily identify (e.g. %sspring_sale%s)"
2564
  msgstr ""
2565
 
2566
+ #: languages/vue.php:719
2567
  msgid "Enter the paid keyword"
2568
  msgstr ""
2569
 
2570
+ #: languages/vue.php:722
2571
  msgid "Enter something to differentiate ads"
2572
  msgstr ""
2573
 
2574
+ #: languages/vue.php:725
2575
  msgid "Use Fragment"
2576
  msgstr ""
2577
 
2578
+ #: languages/vue.php:728
2579
  msgid "Set the parameters in the fragment portion of the URL %s(not recommended)%s"
2580
  msgstr ""
2581
 
2582
+ #: languages/vue.php:731
2583
  msgid "URL to use"
2584
  msgstr ""
2585
 
2586
+ #: languages/vue.php:734
2587
  msgid "Updates automatically"
2588
  msgstr ""
2589
 
2590
+ #: languages/vue.php:737
2591
  msgid "Copy to clipboard"
2592
  msgstr ""
2593
 
2594
+ #: languages/vue.php:740
2595
  msgid "More Information & Examples"
2596
  msgstr ""
2597
 
2598
+ #: languages/vue.php:743
2599
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
2600
  msgstr ""
2601
 
2602
+ #: languages/vue.php:746
2603
  msgid "Campaign Source"
2604
  msgstr ""
2605
 
2606
+ #: languages/vue.php:749
2607
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
2608
  msgstr ""
2609
 
2610
+ #: languages/vue.php:752
2611
  msgid "Campaign Medium"
2612
  msgstr ""
2613
 
2614
+ #: languages/vue.php:755
2615
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
2616
  msgstr ""
2617
 
2618
+ #: languages/vue.php:758
2619
  msgid "Campaign Name"
2620
  msgstr ""
2621
 
2622
+ #: languages/vue.php:761
2623
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
2624
  msgstr ""
2625
 
2626
+ #: languages/vue.php:764
2627
  msgid "Campaign Term"
2628
  msgstr ""
2629
 
2630
+ #: languages/vue.php:767
2631
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
2632
  msgstr ""
2633
 
2634
+ #: languages/vue.php:770
2635
  msgid "Campaign Content"
2636
  msgstr ""
2637
 
2638
+ #: languages/vue.php:773
2639
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
2640
  msgstr ""
2641
 
2642
+ #: languages/vue.php:776
2643
  msgid "Example: %s"
2644
  msgstr ""
2645
 
2646
+ #: languages/vue.php:779
2647
  msgid "Examples: %s"
2648
  msgstr ""
2649
 
2650
+ #: languages/vue.php:782
2651
  msgid "About Campaigns"
2652
  msgstr ""
2653
 
2654
+ #: languages/vue.php:785
2655
  msgid "About Custom Campaigns"
2656
  msgstr ""
2657
 
2658
+ #: languages/vue.php:788
2659
  msgid "Best practices for creating Custom Campaigns"
2660
  msgstr ""
2661
 
2662
+ #: languages/vue.php:791
2663
  msgid "About the Referral Traffic report"
2664
  msgstr ""
2665
 
2666
+ #: languages/vue.php:794
2667
  msgid "About traffic source dimensions"
2668
  msgstr ""
2669
 
2670
+ #: languages/vue.php:797
2671
  msgid "AdWords Auto-Tagging"
2672
  msgstr ""
2673
 
2674
+ #: languages/vue.php:800
2675
  msgid "Additional Information"
2676
  msgstr ""
2677
 
2678
+ #: languages/vue.php:803
2679
  msgid "GDPR Guide"
2680
  msgstr ""
2681
 
2682
+ #: languages/vue.php:806
2683
  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. "
2684
  msgstr ""
2685
 
2686
+ #: languages/vue.php:809
2687
  msgid "How to install and activate MonsterInsights addons"
2688
  msgstr ""
2689
 
2690
+ #: languages/vue.php:812
2691
  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."
2692
  msgstr ""
2693
 
2694
+ #: languages/vue.php:815
2695
  msgid "Enabling eCommerce Tracking and Reports"
2696
  msgstr ""
2697
 
2698
+ #: languages/vue.php:818
2699
  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."
2700
  msgstr ""
2701
 
2702
+ #: languages/vue.php:821
2703
  msgid "Read Documentation"
2704
  msgstr ""
2705
 
2706
+ #: languages/vue.php:824
2707
  msgid "Getting Started with MonsterInsights"
2708
  msgstr ""
2709
 
2710
+ #: languages/vue.php:827
2711
  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."
2712
  msgstr ""
2713
 
2714
+ #: languages/vue.php:830
2715
  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."
2716
  msgstr ""
2717
 
2718
+ #: languages/vue.php:833
2719
  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!."
2720
  msgstr ""
2721
 
2722
+ #: languages/vue.php:836
2723
  msgid "Launch the wizard!"
2724
  msgstr ""
2725
 
2726
+ #: languages/vue.php:839
2727
  msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
2728
  msgstr ""
2729
 
2730
+ #: languages/vue.php:842
2731
  msgid "Thanks for being a loyal MonsterInsights Lite user. %sUpgrade to MonsterInsights Pro%s to unlock all the awesome features and experience why MonsterInsights is consistently rated the best Google Analytics solution for WordPress."
2732
  msgstr ""
2733
 
2734
+ #: languages/vue.php:845
2735
  msgid "Universal Tracking across devices and campaigns with just a few clicks."
2736
  msgstr ""
2737
 
2738
+ #: languages/vue.php:848
2739
  msgid "See your website analytics reports inside the WordPress dashboard"
2740
  msgstr ""
2741
 
2742
+ #: languages/vue.php:851
2743
  msgid "Get real-time stats right inside WordPress"
2744
  msgstr ""
2745
 
2746
+ #: languages/vue.php:854
2747
  msgid "1-click Google Analytics Enhanced Ecommerce tracking"
2748
  msgstr ""
2749
 
2750
+ #: languages/vue.php:857
2751
  msgid "Get detailed stats for each post and page."
2752
  msgstr ""
2753
 
2754
+ #: languages/vue.php:860
2755
  msgid "Automatically track clicks on your affiliate links and ads."
2756
  msgstr ""
2757
 
2758
+ #: languages/vue.php:863
2759
  msgid "Make Google Analytics GDPR compliant automatically"
2760
  msgstr ""
2761
 
2762
+ #: languages/vue.php:866
2763
  msgid "Setup tracking for authors, categories, tags, custom post types, users and more"
2764
  msgstr ""
2765
 
2766
+ #: languages/vue.php:869
2767
  msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
2768
  msgstr ""
2769
 
2770
+ #: languages/vue.php:872
2771
  msgid "More advanced features"
2772
  msgstr ""
2773
 
2774
+ #: languages/vue.php:875
2775
  msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
2776
  msgstr ""
2777
 
2778
+ #: languages/vue.php:878
2779
  msgid "Bonus: MonsterInsights Lite users get %s50%% off regular price%s, automatically applied at checkout."
2780
  msgstr ""
2781
 
2782
+ #: languages/vue.php:881
2783
  msgid "How to Connect to Google Analytics"
2784
  msgstr ""
2785
 
2786
+ #: languages/vue.php:884
2787
  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."
2788
  msgstr ""
2789
 
2790
+ #: languages/vue.php:887
2791
  msgid "Guide and Checklist for Advanced Insights"
2792
  msgstr ""
2793
 
2794
+ #: languages/vue.php:890
2795
  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."
2796
  msgstr ""
2797
 
2798
+ #: languages/vue.php:893
2799
  msgid "WordPress Admin Area Reports"
2800
  msgstr ""
2801
 
2802
+ #: languages/vue.php:896
2803
  msgid "Standard Reports"
2804
  msgstr ""
2805
 
2806
+ #: languages/vue.php:899
2807
  msgid "Overview Reports for the last 30 days."
2808
  msgstr ""
2809
 
2810
+ #: languages/vue.php:902
2811
  msgid "Advanced Reports"
2812
  msgstr ""
2813
 
2814
+ #: languages/vue.php:905
2815
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
2816
  msgstr ""
2817
 
2818
+ #: languages/vue.php:908
2819
  msgid "Dashboard Widget"
2820
  msgstr ""
2821
 
2822
+ #: languages/vue.php:911
2823
  msgid "Basic Widget"
2824
  msgstr ""
2825
 
2826
+ #: languages/vue.php:914
2827
  msgid "Overview Report Synopsis"
2828
  msgstr ""
2829
 
2830
+ #: languages/vue.php:917
2831
  msgid "Advanced Dashboard Widget"
2832
  msgstr ""
2833
 
2834
+ #: languages/vue.php:920
2835
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
2836
  msgstr ""
2837
 
2838
+ #: languages/vue.php:923
2839
  msgid "Publisher Reports"
2840
  msgstr ""
2841
 
2842
+ #: languages/vue.php:926
2843
  msgid "Advanced Publisher Reports & Tracking"
2844
  msgstr ""
2845
 
2846
+ #: languages/vue.php:929
2847
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
2848
  msgstr ""
2849
 
2850
+ #: languages/vue.php:932
2851
  msgid "Custom Dimensions"
2852
  msgstr ""
2853
 
2854
+ #: languages/vue.php:935
2855
  msgid "Not Available"
2856
  msgstr ""
2857
 
2858
+ #: languages/vue.php:938
2859
  msgid "Complete Custom Dimensions Tracking"
2860
  msgstr ""
2861
 
2862
+ #: languages/vue.php:941
2863
  msgid "Track and measure by the Author, Post Type, Category, Tags, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
2864
  msgstr ""
2865
 
2866
+ #: languages/vue.php:947
2867
  msgid "Limited support"
2868
  msgstr ""
2869
 
2870
+ #: languages/vue.php:950
2871
  msgid "Priority Support"
2872
  msgstr ""
2873
 
2874
+ #: languages/vue.php:953
2875
  msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
2876
  msgstr ""
2877
 
2878
+ #: languages/vue.php:956
2879
  msgid "Feature"
2880
  msgstr ""
2881
 
2882
+ #: languages/vue.php:959
2883
  msgid "Lite"
2884
  msgstr ""
2885
 
2886
+ #: languages/vue.php:962
2887
  msgid "Pro"
2888
  msgstr ""
2889
 
2890
+ #: languages/vue.php:965
2891
  msgid "Universal Tracking"
2892
  msgstr ""
2893
 
2894
+ #: languages/vue.php:968
2895
  msgid "Included"
2896
  msgstr ""
2897
 
2898
+ #: languages/vue.php:971
2899
  msgid "Custom Google Analytics Link Tracking"
2900
  msgstr ""
2901
 
2902
+ #: languages/vue.php:974
2903
  msgid "Standard Tracking"
2904
  msgstr ""
2905
 
2906
+ #: languages/vue.php:977
2907
  msgid "Advanced Tracking"
2908
  msgstr ""
2909
 
2910
+ #: languages/vue.php:980
2911
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
2912
  msgstr ""
2913
 
2914
+ #: languages/vue.php:983
2915
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
2916
  msgstr ""
2917
 
2918
+ #: languages/vue.php:986
2919
  msgid "No-Code-Needed Tracking Features"
2920
  msgstr ""
2921
 
2922
+ #: languages/vue.php:989
2923
  msgid "Basic Tracking Options"
2924
  msgstr ""
2925
 
2926
+ #: languages/vue.php:992
2927
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
2928
  msgstr ""
2929
 
2930
+ #: languages/vue.php:995
2931
  msgid "Advanced Tracking Options"
2932
  msgstr ""
2933
 
2934
+ #: languages/vue.php:998
2935
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
2936
  msgstr ""
2937
 
2938
+ #: languages/vue.php:1001
2939
  msgid "eCommerce Tracking"
2940
  msgstr ""
2941
 
2942
+ #: languages/vue.php:1004
2943
  msgid "One-click Complete eCommerce tracking"
2944
  msgstr ""
2945
 
2946
+ #: languages/vue.php:1007
2947
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
2948
  msgstr ""
2949
 
2950
+ #: languages/vue.php:1010
2951
  msgid "Forms Tracking"
2952
  msgstr ""
2953
 
2954
+ #: languages/vue.php:1013
2955
  msgid "One-click Form Events Tracking"
2956
  msgstr ""
2957
 
2958
+ #: languages/vue.php:1016
2959
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
2960
  msgstr ""
2961
 
2962
+ #: languages/vue.php:1019
2963
  msgid "MonsterInsights Recommends WPForms"
2964
  msgstr ""
2965
 
2966
+ #: languages/vue.php:1022
2967
  msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
2968
  msgstr ""
2969
 
2970
+ #: languages/vue.php:1025
2971
  msgid "Used on over 1,000,000 websites!"
2972
  msgstr ""
2973
 
2974
+ #: languages/vue.php:1028
2975
  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!"
2976
  msgstr ""
2977
 
2978
+ #: languages/vue.php:1031
2979
  msgid "Skip this Step"
2980
  msgstr ""
2981
 
2982
+ #: languages/vue.php:1034
2983
  msgid "Continue & Install WPForms"
2984
  msgstr ""
2985
 
2986
+ #: languages/vue.php:1037
2987
  msgid "Installing..."
2988
  msgstr ""
2989
 
2990
+ #: languages/vue.php:1040
2991
  msgid "Awesome, You're All Set!"
2992
  msgstr ""
2993
 
2994
+ #: languages/vue.php:1043
2995
  msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
2996
  msgstr ""
2997
 
2998
+ #: languages/vue.php:1046
2999
  msgid "%sPlease Note:%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."
3000
  msgstr ""
3001
 
3002
+ #: languages/vue.php:1049
3003
  msgid "%sSubscribe to the MonsterInsights blog%s for tips on how to get more traffic and grow your business."
3004
  msgstr ""
3005
 
3006
+ #: languages/vue.php:1052
3007
  msgid "Finish Setup & Exit Wizard"
3008
  msgstr ""
3009
 
3010
+ #: languages/vue.php:1055
3011
  msgid "Checking your website..."
3012
  msgstr ""
3013
 
3014
+ #: languages/vue.php:1058
3015
  msgid "Recommended Settings"
3016
  msgstr ""
3017
 
3018
+ #: languages/vue.php:1061
3019
  msgid "MonsterInsights recommends the following settings based on your configuration."
3020
  msgstr ""
3021
 
3022
+ #: languages/vue.php:1064
3023
  msgid "Events Tracking"
3024
  msgstr ""
3025
 
3026
+ #: languages/vue.php:1067
3027
  msgid "Must have for all click tracking on site."
3028
  msgstr ""
3029
 
3030
+ #: languages/vue.php:1070
3031
  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."
3032
  msgstr ""
3033
 
3034
+ #: languages/vue.php:1073
3035
  msgid "Enhanced Link Attribution"
3036
  msgstr ""
3037
 
3038
+ #: languages/vue.php:1076
3039
  msgid "Improves the accuracy of your In-Page Analytics."
3040
  msgstr ""
3041
 
3042
+ #: languages/vue.php:1079
3043
  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."
3044
  msgstr ""
3045
 
3046
+ #: languages/vue.php:1082
3047
  msgid "Install Updates Automatically"
3048
  msgstr ""
3049
 
3050
+ #: languages/vue.php:1085
3051
  msgid "Get the latest features, bug fixes, and security updates as they are released."
3052
  msgstr ""
3053
 
3054
+ #: languages/vue.php:1088
3055
  msgid "To ensure you get the latest bugfixes 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."
3056
  msgstr ""
3057
 
3058
+ #: languages/vue.php:1091
3059
  msgid "File Download Tracking"
3060
  msgstr ""
3061
 
3062
+ #: languages/vue.php:1094
3063
  msgid "Helps you see file downloads data."
3064
  msgstr ""
3065
 
3066
+ #: languages/vue.php:1097
3067
  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."
3068
  msgstr ""
3069
 
3070
+ #: languages/vue.php:1100
3071
  msgid "Helps you increase affiliate revenue."
3072
  msgstr ""
3073
 
3074
+ #: languages/vue.php:1103
3075
  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."
3076
  msgstr ""
3077
 
3078
+ #: languages/vue.php:1106
3079
  msgid "Affiliate Link Tracking"
3080
  msgstr ""
3081
 
3082
+ #: languages/vue.php:1109
3083
  msgid "Who Can See Reports"
3084
  msgstr ""
3085
 
3086
+ #: languages/vue.php:1112
3087
  msgid "These user roles will be able to access MonsterInsights's reports in the WordPress admin area."
3088
  msgstr ""
3089
 
3090
+ #: languages/vue.php:1115
3091
  msgid "Save and continue"
3092
  msgstr ""
3093
 
3094
+ #: languages/vue.php:1118
3095
  msgid "Events Tracking is enabled the moment you set up MonsterInsights"
3096
  msgstr ""
3097
 
3098
+ #: languages/vue.php:1121
3099
  msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
3100
  msgstr ""
3101
 
3102
+ #: languages/vue.php:1124
3103
  msgid "Connect MonsterInsights to Your Website"
3104
  msgstr ""
3105
 
3106
+ #: languages/vue.php:1127
3107
  msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
3108
  msgstr ""
3109
 
3110
+ #: languages/vue.php:1130
3111
  msgid "vs. Previous Day"
3112
  msgstr ""
3113
 
3114
+ #: languages/vue.php:1133
3115
  msgid "No change"
3116
  msgstr ""
3117
 
3118
+ #: languages/vue.php:1136
3119
  msgid "Show"
3120
  msgstr ""
3121
 
3122
+ #: languages/vue.php:1139
3123
  msgid "Right Now"
3124
  msgstr ""
3125
 
3126
+ #: languages/vue.php:1142
3127
  msgid "Active users on site"
3128
  msgstr ""
3129
 
3130
+ #: languages/vue.php:1145
3131
  msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
3132
  msgstr ""
3133
 
3134
+ #: languages/vue.php:1148
3135
  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."
3136
  msgstr ""
3137
 
3138
+ #: languages/vue.php:1151
3139
  msgid "The real-time report automatically updates approximately every 60 seconds."
3140
  msgstr ""
3141
 
3142
+ #: languages/vue.php:1154
3143
  msgid "The real-time report was last updated %s seconds ago."
3144
  msgstr ""
3145
 
3146
+ #: languages/vue.php:1157
3147
  msgid "The latest data will be automatically shown on this page when it becomes available."
3148
  msgstr ""
3149
 
3150
+ #: languages/vue.php:1160
3151
  msgid "There is no need to refresh the browser (doing so won't have any effect)."
3152
  msgstr ""
3153
 
3154
+ #: languages/vue.php:1163
3155
  msgid "Pageviews Per Minute"
3156
  msgstr ""
3157
 
3158
+ #: languages/vue.php:1166
3159
  msgid "Top Pages"
3160
  msgstr ""
3161
 
3162
+ #: languages/vue.php:1169
3163
  msgid "No pageviews currently."
3164
  msgstr ""
3165
 
3166
+ #: languages/vue.php:1172
3167
  msgid "Page"
3168
  msgstr ""
3169
 
3170
+ #: languages/vue.php:1175
3171
  msgid "Pageview Count"
3172
  msgstr ""
3173
 
3174
+ #: languages/vue.php:1178
3175
  msgid "Percent of Total"
3176
  msgstr ""
3177
 
3178
+ #: languages/vue.php:1181
3179
  msgid "This is the number of active users currently on your site."
3180
  msgstr ""
3181
 
3182
+ #: languages/vue.php:1184
3183
  msgid "This graph shows the number of pageviews for each of the last 30 minutes."
3184
  msgstr ""
3185
 
3186
+ #: languages/vue.php:1187
3187
  msgid "This list shows the top pages users are currently viewing on your site."
3188
  msgstr ""
3189
 
3190
+ #: languages/vue.php:1190
3191
  msgid "View All Real-Time Pageviews"
3192
  msgstr ""
3193
 
3194
+ #: languages/vue.php:1193
3195
  msgid "View All Real-Time Traffic Sources"
3196
  msgstr ""
3197
 
3198
+ #: languages/vue.php:1196
3199
  msgid "View All Real-Time Traffic by Country"
3200
  msgstr ""
3201
 
3202
+ #: languages/vue.php:1199
3203
  msgid "View All Real-Time Traffic by City"
3204
  msgstr ""
3205
 
3206
+ #: languages/vue.php:1202
3207
  msgid "Welcome to MonsterInsights!"
3208
  msgstr ""
3209
 
3210
+ #: languages/vue.php:1205
3211
  msgid "Let's get you set up."
3212
  msgstr ""
3213
 
3214
+ #: languages/vue.php:1208
3215
  msgid "Save and Continue"
3216
  msgstr ""
3217
 
3218
+ #: languages/vue.php:1211
3219
  msgid "Which category best describes your website?"
3220
  msgstr ""
3221
 
3222
+ #: languages/vue.php:1214
3223
  msgid "We will recommend the optimal settings for MonsterInsights based on your choice."
3224
  msgstr ""
3225
 
3226
+ #: languages/vue.php:1217
3227
  msgid "Business Website"
3228
  msgstr ""
3229
 
3230
+ #: languages/vue.php:1220
3231
  msgid "Publisher %s(Blog)%s"
3232
  msgstr ""
3233
 
3234
+ #: languages/vue.php:1223
3235
  msgid "Ecommerce"
3236
  msgstr ""
3237
 
3238
+ #: languages/vue.php:1226
3239
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
3240
  msgstr ""
3241
 
3242
+ #: languages/vue.php:1229
3243
  msgid "Google Optimize"
3244
  msgstr ""
3245
 
3246
+ #: languages/vue.php:1232
3247
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
3248
  msgstr ""
3249
 
3250
+ #: languages/vue.php:1235
3251
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
3252
  msgstr ""
3253
 
3254
+ #: languages/vue.php:1238
3255
  msgid "Your license key for MonsterInsights has expired. %sPlease click here to renew your license key.%s"
3256
  msgstr ""
3257
 
3258
+ #: languages/vue.php:1248
3259
+ #: lite/includes/admin/helpers.php:83
3260
  msgid "Upgrade to MonsterInsights Pro"
3261
  msgstr ""
3262
 
3263
+ #: languages/vue.php:1251
3264
  msgid "Show in widget mode"
3265
  msgstr ""
3266
 
3267
+ #: languages/vue.php:1254
3268
  msgid "Show in full-width mode"
3269
  msgstr ""
3270
 
3271
+ #: languages/vue.php:1257
3272
  msgid "Last 30 Days Insights for:"
3273
  msgstr ""
3274
 
3275
+ #: languages/vue.php:1260
3276
  msgid "Your Website"
3277
  msgstr ""
3278
 
3279
+ #: languages/vue.php:1263
3280
  msgid "Avg. Duration"
3281
  msgstr ""
3282
 
3283
+ #: languages/vue.php:1266
3284
  msgid "More data is available"
3285
  msgstr ""
3286
 
3287
+ #: languages/vue.php:1269
3288
  msgid "Want to see page-specific stats?"
3289
  msgstr ""
3290
 
3291
+ #: languages/vue.php:1272
3292
  msgid "Can't load settings. Error: %s, %s"
3293
  msgstr ""
3294
 
3295
+ #: languages/vue.php:1276
3296
  msgid "You appear to be offline."
3297
  msgstr ""
3298
 
3299
+ #: languages/vue.php:1279
3300
  msgid "In order for the MonsterInsights Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %sLearn More%s"
3301
  msgstr ""
3302
 
3303
+ #: languages/vue.php:1282
3304
  msgid "In order for the MonsterInsights Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %s%s Plugin%s | %sLearn More%s"
3305
  msgstr ""
3306
 
3307
+ #: languages/vue.php:1285
3308
  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. %sLearn More%s"
3309
  msgstr ""
3310
 
3311
+ #: languages/vue.php:1288
3312
  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. %s%s Plugin%s | %sLearn More%s"
3313
  msgstr ""
3314
 
3315
+ #: languages/vue.php:1291
3316
  msgid "Recommended Addons"
3317
  msgstr ""
3318
 
3319
+ #: languages/vue.php:1294
3320
  msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
3321
  msgstr ""
3322
 
3323
+ #: languages/vue.php:1297
3324
  msgid "Other Addons"
3325
  msgstr ""
3326
 
3327
+ #: languages/vue.php:1300
3328
  msgid "View all MonsterInsights addons"
3329
  msgstr ""
3330
 
3331
+ #: languages/vue.php:1303
3332
  msgid "Deactivating..."
3333
  msgstr ""
3334
 
3335
+ #: languages/vue.php:1306
3336
  msgid "Deactivate"
3337
  msgstr ""
3338
 
3339
+ #: languages/vue.php:1309
3340
  msgid "Status: %s"
3341
  msgstr ""
3342
 
3343
+ #: languages/vue.php:1312
3344
  msgid "Not Installed"
3345
  msgstr ""
3346
 
3347
+ #: languages/vue.php:1315
3348
  msgid "Network Active"
3349
  msgstr ""
3350
 
3351
+ #: languages/vue.php:1318
3352
  msgid "Active"
3353
  msgstr ""
3354
 
3355
+ #: languages/vue.php:1321
3356
  msgid "Inactive"
3357
  msgstr ""
3358
 
3359
+ #: languages/vue.php:1327
3360
  msgid "Activating..."
3361
  msgstr ""
3362
 
3363
+ #: languages/vue.php:1330
3364
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
3365
  msgstr ""
3366
 
3367
+ #: languages/vue.php:1333
3368
  msgid "No addons found."
3369
  msgstr ""
3370
 
3371
+ #: languages/vue.php:1336
3372
  msgid "Refresh Addons"
3373
  msgstr ""
3374
 
3375
+ #: languages/vue.php:1339
3376
  msgid "Refreshing Addons"
3377
  msgstr ""
3378
 
3379
+ #: languages/vue.php:1342
3380
  msgid "Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!"
3381
  msgstr ""
3382
 
3383
+ #: languages/vue.php:1345
3384
  msgid "See All Your Important Store Metrics in One Place"
3385
  msgstr ""
3386
 
3387
+ #: languages/vue.php:1348
3388
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
3389
  msgstr ""
3390
 
3391
+ #: languages/vue.php:1351
3392
  msgid "ONE-CLICK INTEGRATIONS"
3393
  msgstr ""
3394
 
3395
+ #: languages/vue.php:1354
3396
  msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
3397
  msgstr ""
3398
 
3399
+ #: languages/vue.php:1357
3400
  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."
3401
  msgstr ""
3402
 
3403
+ #: languages/vue.php:1360
3404
  msgid "Upgrade to Pro and unlock addons and other great features. %sSave 50%% automatically!%s"
3405
  msgstr ""
3406
 
3407
+ #: languages/vue.php:1363
3408
  msgid "Add your MonsterInsights license key from the email receipt or account area. %sRetrieve your license key%s."
3409
  msgstr ""
3410
 
3411
+ #: languages/vue.php:1367
3412
  msgid "Miscellaneous"
3413
  msgstr ""
3414
 
3415
+ #: languages/vue.php:1371
3416
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
3417
  msgstr ""
3418
 
3419
+ #: languages/vue.php:1375
3420
  msgid "Hide Announcements"
3421
  msgstr ""
3422
 
3423
+ #: languages/vue.php:1378
3424
  msgid "Show Overview Reports"
3425
  msgstr ""
3426
 
3427
+ #: languages/vue.php:1381
3428
  msgid "Show Publishers Reports"
3429
  msgstr ""
3430
 
3431
+ #: languages/vue.php:1384
3432
  msgid "Show eCommerce Reports"
3433
  msgstr ""
3434
 
3435
+ #: languages/vue.php:1387
3436
  msgid "Available in PRO version"
3437
  msgstr ""
3438
 
3439
+ #: languages/vue.php:1390
3440
  msgid "No options available"
3441
  msgstr ""
3442
 
3443
+ #: languages/vue.php:1393
3444
  msgid "Reset to default"
3445
  msgstr ""
3446
 
3447
+ #: languages/vue.php:1396
3448
  msgid "The value entered does not match the required format"
3449
  msgstr ""
3450
 
3451
+ #: languages/vue.php:1399
3452
  msgid "%s can't be empty."
3453
  msgstr ""
3454
 
3455
+ #: languages/vue.php:1402
3456
  msgid "Duplicate values are not allowed."
3457
  msgstr ""
3458
 
3459
+ #: languages/vue.php:1405
3460
  msgid "Add Another Link Path"
3461
  msgstr ""
3462
 
3463
+ #: languages/vue.php:1408
3464
  msgid "Remove row"
3465
  msgstr ""
3466
 
3467
+ #: languages/vue.php:1411
3468
  msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
3469
  msgstr ""
3470
 
3471
+ #: languages/vue.php:1414
3472
  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!"
3473
  msgstr ""
3474
 
3475
+ #: languages/vue.php:1417
3476
  msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
3477
  msgstr ""
3478
 
3479
+ #: languages/vue.php:1420
3480
  msgid "Use coupon code %sLITEUPGRADE%s"
3481
  msgstr ""
3482
 
3483
+ #: languages/vue.php:1423
3484
  msgid "Facebook Instant Articles"
3485
  msgstr ""
3486
 
3487
+ #: languages/vue.php:1426
3488
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
3489
  msgstr ""
3490
 
3491
+ #: languages/vue.php:1429
3492
  msgid "Scroll Tracking"
3493
  msgstr ""
3494
 
3495
+ #: languages/vue.php:1432
3496
  msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
3497
  msgstr ""
3498
 
3499
+ #: languages/vue.php:1435
3500
  msgid "Can't save settings. Error: %s, %s"
3501
  msgstr ""
3502
 
3503
+ #: languages/vue.php:1438
3504
  msgid "You appear to be offline. Settings not saved."
3505
  msgstr ""
3506
 
3507
+ #: languages/vue.php:1441
3508
  msgid "Authenticating"
3509
  msgstr ""
3510
 
3511
+ #: languages/vue.php:1445
3512
  msgid "Re-Authenticating"
3513
  msgstr ""
3514
 
3515
+ #: languages/vue.php:1448
3516
  msgid "Verifying Credentials"
3517
  msgstr ""
3518
 
3519
+ #: languages/vue.php:1451
3520
  msgid "Your site is connected to MonsterInsights!"
3521
  msgstr ""
3522
 
3523
+ #: languages/vue.php:1454
3524
  msgid "Deauthenticating"
3525
  msgstr ""
3526
 
3527
+ #: languages/vue.php:1457
3528
  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."
3529
  msgstr ""
3530
 
3531
+ #: languages/vue.php:1460
3532
  msgid "Connect MonsterInsights"
3533
  msgstr ""
3534
 
3535
+ #: languages/vue.php:1463
3536
  msgid "Verify Credentials"
3537
  msgstr ""
3538
 
3539
+ #: languages/vue.php:1467
3540
  msgid "Reconnect MonsterInsights"
3541
  msgstr ""
3542
 
3543
+ #: languages/vue.php:1470
3544
  msgid "Website Profile"
3545
  msgstr ""
3546
 
3547
+ #: languages/vue.php:1473
3548
  msgid "Active Profile"
3549
  msgstr ""
3550
 
3551
+ #: languages/vue.php:1476
3552
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
3553
  msgstr ""
3554
 
3555
+ #: languages/vue.php:1479
3556
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
3557
  msgstr ""
3558
 
3559
+ #: languages/vue.php:1482
3560
  msgid "Manually enter your UA code"
3561
  msgstr ""
3562
 
3563
+ #: languages/vue.php:1485
3564
  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."
3565
  msgstr ""
3566
 
3567
+ #: languages/vue.php:1488
3568
  msgid "Or manually enter UA code (limited functionality)"
3569
  msgstr ""
3570
 
3571
+ #: languages/vue.php:1491
3572
  msgid "Force Deauthenticate"
3573
  msgstr ""
3574
 
3575
+ #: languages/vue.php:1494
3576
  msgid "Disconnect MonsterInsights"
3577
  msgstr ""
3578
 
3579
+ #: languages/vue.php:1497
3580
  msgid "Can't load errors. Error: %s, %s"
3581
  msgstr ""
3582
 
3583
+ #: languages/vue.php:1501
3584
  msgid "Google AMP"
3585
  msgstr ""
3586
 
3587
+ #: languages/vue.php:1504
3588
  msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
3589
  msgstr ""
3590
 
3591
+ #: languages/vue.php:1507
3592
  msgid "Upgrade"
3593
  msgstr ""
3594
 
3595
+ #: languages/vue.php:1510
3596
  msgid ""
3597
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
3598
  " and other privacy regulations."
3599
  msgstr ""
3600
 
3601
+ #: languages/vue.php:1514
3602
  msgid "EU Compliance"
3603
  msgstr ""
3604
 
3605
+ #: languages/vue.php:1517
3606
  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."
3607
  msgstr ""
3608
 
3609
+ #: languages/vue.php:1520
3610
  msgid "Usage Tracking"
3611
  msgstr ""
3612
 
3613
+ #: languages/vue.php:1523
3614
  msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
3615
  msgstr ""
3616
 
3617
+ #: languages/vue.php:1526
3618
  msgid "Allow usage tracking"
3619
  msgstr ""
3620
 
3621
+ #: languages/vue.php:1529
3622
  msgid "Complete documentation on usage tracking is available %shere%s."
3623
  msgstr ""
3624
 
3625
+ #: languages/vue.php:1532
3626
  msgid "Thank you for being a loyal MonsterInsights Lite user."
3627
  msgstr ""
3628
 
3629
+ #: languages/vue.php:1535
3630
  msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
3631
  msgstr ""
3632
 
3633
+ #: languages/vue.php:1538
3634
  msgid "Use coupon code %s to get 50%% off."
3635
  msgstr ""
3636
 
3637
+ #: languages/vue.php:1541
3638
  msgid "Dashboard widget"
3639
  msgstr ""
3640
 
3641
+ #: languages/vue.php:1544
3642
  msgid "Enhanced Ecommerce"
3643
  msgstr ""
3644
 
3645
+ #: languages/vue.php:1547
3646
  msgid "Banner Ads"
3647
  msgstr ""
3648
 
3649
+ #: languages/vue.php:1550
3650
  msgid "Author Tracking"
3651
  msgstr ""
3652
 
3653
+ #: languages/vue.php:1553
3654
  msgid "Form Conversions"
3655
  msgstr ""
3656
 
3657
+ #: languages/vue.php:1556
3658
  msgid "SEO Score Tracking"
3659
  msgstr ""
3660
 
3661
+ #: languages/vue.php:1559
3662
  msgid "Ads Tracking"
3663
  msgstr ""
3664
 
3665
+ #: languages/vue.php:1562
3666
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
3667
  msgstr ""
3668
 
3669
+ #: languages/vue.php:1565
3670
  msgid "Can't deactivate the license. Error: %s, %s"
3671
  msgstr ""
3672
 
3673
+ #: languages/vue.php:1568
3674
  msgid "Can't upgrade to PRO please try again. Error: %s, %s"
3675
  msgstr ""
3676
 
3677
+ #: languages/vue.php:1571
3678
  msgid "Can't load license details. Error: %s, %s"
3679
  msgstr ""
3680
 
3681
+ #: languages/vue.php:1574
3682
  msgid "Can't verify the license. Error: %s, %s"
3683
  msgstr ""
3684
 
3685
+ #: languages/vue.php:1577
3686
  msgid "Can't validate the license. Error: %s, %s"
3687
  msgstr ""
3688
 
3689
+ #: languages/vue.php:1580
3690
  msgid "Proceed"
3691
  msgstr ""
3692
 
3693
+ #: languages/vue.php:1583
3694
  msgid "Please wait..."
3695
  msgstr ""
3696
 
3697
+ #: languages/vue.php:1586
3698
  msgid "Connection Information"
3699
  msgstr ""
3700
 
3701
+ #: languages/vue.php:1589
3702
  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."
3703
  msgstr ""
3704
 
3705
+ #: languages/vue.php:1592
3706
  msgid "Hostname"
3707
  msgstr ""
3708
 
3709
+ #: languages/vue.php:1595
3710
  msgid "FTP Username"
3711
  msgstr ""
3712
 
3713
+ #: languages/vue.php:1598
3714
  msgid "FTP Password"
3715
  msgstr ""
3716
 
3717
+ #: languages/vue.php:1601
3718
  msgid "This password will not be stored on the server."
3719
  msgstr ""
3720
 
3721
+ #: languages/vue.php:1604
3722
  msgid "Connection Type"
3723
  msgstr ""
3724
 
3725
+ #: languages/vue.php:1607
3726
  msgid "Cancel"
3727
  msgstr ""
3728
 
3729
+ #: languages/vue.php:1610
3730
  msgid "Can't deauthenticate. Error: %s, %s"
3731
  msgstr ""
3732
 
3733
+ #: languages/vue.php:1613
3734
  msgid "Can't load authentication details. Error: %s, %s"
3735
  msgstr ""
3736
 
3737
+ #: languages/vue.php:1616
3738
  msgid "Can't authenticate. Error: %s, %s"
3739
  msgstr ""
3740
 
3741
+ #: languages/vue.php:1619
3742
  msgid "Can't reauthenticate. Error: %s, %s"
3743
  msgstr ""
3744
 
3745
+ #: languages/vue.php:1622
3746
  msgid "Can't verify credentials. Error: %s, %s"
3747
  msgstr ""
3748
 
3749
+ #: languages/vue.php:1625
3750
  msgid "Help Us Improve"
3751
  msgstr ""
3752
 
3753
+ #: languages/vue.php:1628
3754
  msgid "Help us better understand our users and their website needs."
3755
  msgstr ""
3756
 
3757
+ #: languages/vue.php:1631
3758
  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, %svisit our website.%s"
3759
  msgstr ""
3760
 
3761
+ #: languages/vue.php:1634
3762
  msgid "Website profile"
3763
  msgstr ""
3764
 
3765
+ #: languages/vue.php:1637
3766
  msgid "Active profile"
3767
  msgstr ""
3768
 
3769
+ #: languages/vue.php:1640
3770
  msgid "Skip and Keep Connection"
3771
  msgstr ""
3772
 
3773
+ #: languages/vue.php:1643
3774
  msgid "Can't activate addon. Error: %s, %s"
3775
  msgstr ""
3776
 
3777
+ #: languages/vue.php:1646
3778
  msgid "You appear to be offline. Addon not activated."
3779
  msgstr ""
3780
 
3781
+ #: languages/vue.php:1649
3782
  msgid "Can't deactivate addon. Error: %s, %s"
3783
  msgstr ""
3784
 
3785
+ #: languages/vue.php:1652
3786
  msgid "You appear to be offline. Addon not deactivated."
3787
  msgstr ""
3788
 
3789
+ #: languages/vue.php:1655
3790
  msgid "Can't install plugin. Error: %s, %s"
3791
  msgstr ""
3792
 
3793
+ #: languages/vue.php:1658
3794
  msgid "You appear to be offline. Plugin not installed."
3795
  msgstr ""
3796
 
3797
+ #: languages/vue.php:1661
3798
  msgid "Can't install addon. Error: %s, %s"
3799
  msgstr ""
3800
 
3801
+ #: languages/vue.php:1664
3802
  msgid "You appear to be offline. Addon not installed."
3803
  msgstr ""
3804
 
3805
+ #: languages/vue.php:1667
3806
  msgid "Can't install WPForms. Error: %s, %s"
3807
  msgstr ""
3808
 
3809
+ #: languages/vue.php:1670
3810
  msgid "You appear to be offline. WPForms not installed."
3811
  msgstr ""
3812
 
3813
+ #: languages/vue.php:1673
3814
  msgid "Allow Usage Tracking"
3815
  msgstr ""
3816
 
3817
+ #: languages/vue.php:1676
3818
  msgid "Verifying License"
3819
  msgstr ""
3820
 
3821
+ #: languages/vue.php:1679
3822
  msgid "Success"
3823
  msgstr ""
3824
 
3825
+ #: languages/vue.php:1682
3826
  msgid "There was an error verifying your license"
3827
  msgstr ""
3828
 
3829
+ #: languages/vue.php:1685
3830
  msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
3831
  msgstr ""
3832
 
3833
+ #: languages/vue.php:1688
3834
  msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy! %s"
3835
  msgstr ""
3836
 
3837
+ #: languages/vue.php:1691
3838
  msgid "To unlock more features consider %supgrading to PRO%s."
3839
  msgstr ""
3840
 
3841
+ #: languages/vue.php:1694
3842
  msgid "As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!"
3843
  msgstr ""
3844
 
3845
+ #: languages/vue.php:1697
3846
  msgid "Unlock PRO Features Now"
3847
  msgstr ""
3848
 
3849
+ #: languages/vue.php:1700
3850
  msgid "Paste your license key here"
3851
  msgstr ""
3852
 
3853
+ #: languages/vue.php:1703
3854
  msgid "Verify"
3855
  msgstr ""
3856
 
3857
+ #: languages/vue.php:1706
3858
  msgid "If you already have a License key add it below to unlock MonsterInsights PRO. %sRetrieve your license key%s."
3859
  msgstr ""
3860
 
3861
+ #: languages/vue.php:1709
3862
  msgid "Almost Done"
3863
  msgstr ""
3864
 
3865
+ #: languages/vue.php:1712
3866
  msgid "MonsterInsights can automatically upgrade the installed version to the paid version"
3867
  msgstr ""
3868
 
3869
+ #: languages/vue.php:1715
3870
  msgid "Complete Upgrade"
3871
  msgstr ""
3872
 
3873
+ #: languages/vue.php:1718
3874
  msgid "Do Upgrade Later"
3875
  msgstr ""
3876
 
3877
+ #: languages/vue.php:1721
3878
  msgid "Upgrade to PRO"
3879
  msgstr ""
3880
 
3881
+ #: languages/vue.php:1724
3882
  msgid "Upgrade to Pro"
3883
  msgstr ""
3884
 
3885
+ #: languages/vue.php:1727
3886
  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."
3887
  msgstr ""
3888
 
3889
+ #: languages/vue.php:1730
3890
  msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy!"
3891
  msgstr ""
3892
 
3893
+ #: languages/vue.php:1733
3894
  msgid "You need to %sconnect MonsterInsights%s first"
3895
  msgstr ""
3896
 
3897
+ #: languages/vue.php:1736
3898
  #: lite/includes/admin/welcome.php:52
3899
  #: lite/includes/admin/welcome.php:53
3900
  msgid "Welcome to MonsterInsights"
3901
  msgstr ""
3902
 
3903
+ #: languages/vue.php:1739
3904
  msgid "Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin"
3905
  msgstr ""
3906
 
3907
+ #: languages/vue.php:1742
3908
  msgid "MonsterInsights makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard."
3909
  msgstr ""
3910
 
3911
+ #: languages/vue.php:1745
3912
  msgid "Launch the Wizard!"
3913
  msgstr ""
3914
 
3915
+ #: languages/vue.php:1748
3916
  msgid "Read the Full Guide"
3917
  msgstr ""
3918
 
3919
+ #: languages/vue.php:1751
3920
  msgid "MonsterInsights Features & Addons"
3921
  msgstr ""
3922
 
3923
+ #: languages/vue.php:1754
3924
  msgid "Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market."
3925
  msgstr ""
3926
 
3927
+ #: languages/vue.php:1757
3928
  msgid "See All Features"
3929
  msgstr ""
3930
 
3931
+ #: languages/vue.php:1760
3932
  msgid "per year"
3933
  msgstr ""
3934
 
3935
+ #: languages/vue.php:1763
3936
  msgid "Testimonials"
3937
  msgstr ""
3938
 
3939
+ #: languages/vue.php:1766
3940
  msgid "Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
3941
  msgstr ""
3942
 
3943
+ #: languages/vue.php:1769
3944
  msgid "Google Analytics Dashboard"
3945
  msgstr ""
3946
 
3947
+ #: languages/vue.php:1772
3948
  msgid "See your website analytics report right inside your WordPress dashboard with actionable insights."
3949
  msgstr ""
3950
 
3951
+ #: languages/vue.php:1775
3952
  msgid "Real-time Stats"
3953
  msgstr ""
3954
 
3955
+ #: languages/vue.php:1778
3956
  msgid "Get real-time stats right inside WordPress to see who is online, what are they doing, and more."
3957
  msgstr ""
3958
 
3959
+ #: languages/vue.php:1781
3960
  msgid "Enhanced Ecommerce Tracking"
3961
  msgstr ""
3962
 
3963
+ #: languages/vue.php:1784
3964
  msgid "1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress."
3965
  msgstr ""
3966
 
3967
+ #: languages/vue.php:1787
3968
  msgid "Page Level Analytics"
3969
  msgstr ""
3970
 
3971
+ #: languages/vue.php:1790
3972
  msgid "Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
3973
  msgstr ""
3974
 
3975
+ #: languages/vue.php:1793
3976
  msgid "Affiliate Link & Ads Tracking"
3977
  msgstr ""
3978
 
3979
+ #: languages/vue.php:1796
3980
  msgid "Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
3981
  msgstr ""
3982
 
3983
+ #: languages/vue.php:1799
3984
  msgid "EU Compliance (GDPR Friendly)"
3985
  msgstr ""
3986
 
3987
+ #: languages/vue.php:1802
3988
  msgid "Make Google Analytics compliant with GDPR and other privacy regulations automatically."
3989
  msgstr ""
3990
 
3991
+ #: languages/vue.php:1805
3992
  msgid "Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click."
3993
  msgstr ""
3994
 
3995
+ #: languages/vue.php:1808
3996
  msgid "Ecommerce Report"
3997
  msgstr ""
3998
 
3999
+ #: languages/vue.php:1811
4000
  msgid "Category / Tags Tracking"
4001
  msgstr ""
4002
 
4003
+ #: languages/vue.php:1814
4004
  msgid "WooCommerce"
4005
  msgstr ""
4006
 
4007
+ #: languages/vue.php:1817
4008
  msgid "Easy Digital Downloads"
4009
  msgstr ""
4010
 
4011
+ #: languages/vue.php:1820
4012
  msgid "MemberPress"
4013
  msgstr ""
4014
 
4015
+ #: languages/vue.php:1823
4016
  msgid "LifterLMS"
4017
  msgstr ""
4018
 
4019
+ #: languages/vue.php:1826
4020
  msgid "See how %s visitors found your site!"
4021
  msgstr ""
4022
 
4023
+ #: languages/vue.php:1829
4024
  msgid "Your website was visited by %s users in the last 30 days."
4025
  msgstr ""
4026
 
4027
+ #: languages/vue.php:1832
4028
  msgid "See the full analytics report!"
4029
  msgstr ""
4030
 
4031
+ #: languages/vue.php:1835
4032
  msgid "You must connect with MonsterInsights before you can view reports."
4033
  msgstr ""
4034
 
4035
+ #: languages/vue.php:1838
4036
  msgid "MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
4037
  msgstr ""
4038
 
4039
+ #: languages/vue.php:1841
4040
  msgid "See Quick Links"
4041
  msgstr ""
4042
 
4043
+ #: languages/vue.php:1844
4044
  msgid "Suggest a Feature"
4045
  msgstr ""
4046
 
4047
+ #: languages/vue.php:1847
4048
  msgid "Join Our Community"
4049
  msgstr ""
4050
 
4051
+ #: languages/vue.php:1850
4052
  msgid "Support & Docs"
4053
  msgstr ""
4054
 
4055
+ #: languages/vue.php:1853
4056
  msgid "Upgrade to Pro &#187;"
4057
  msgstr ""
4058
 
4059
+ #: languages/vue.php:1856
4060
  msgid "MonsterInsights encountered an error loading your report data"
4061
  msgstr ""
4062
 
4063
+ #: languages/vue.php:1859
4064
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
4065
  msgstr ""
4066
 
4067
+ #: languages/vue.php:1862
4068
  msgid "Last %s days"
4069
  msgstr ""
4070
 
4071
+ #: languages/vue.php:1865
4072
  #: lite/includes/admin/wp-site-health.php:179
4073
  msgid "View Reports"
4074
  msgstr ""
4075
 
4076
+ #: languages/vue.php:1868
4077
  msgid "Congratulations!"
4078
  msgstr ""
4079
 
4080
+ #: languages/vue.php:1871
4081
  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 %sGetting started video%s or use our %s to get you quickly set up."
4082
  msgstr ""
4083
 
4084
+ #: languages/vue.php:1874
4085
  msgid "Onboarding Wizard"
4086
  msgstr ""
4087
 
4088
+ #: languages/vue.php:1877
4089
  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."
4090
  msgstr ""
4091
 
4092
+ #: languages/vue.php:1880
4093
  msgid "Yup, we know a thing or two about building awesome products that customers love."
4094
  msgstr ""
4095
 
4096
+ #: languages/vue.php:1883
4097
  msgid "The MonsterInsights Team"
4098
  msgstr ""
4099
 
4100
+ #: languages/vue.php:1886
4101
  msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%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 %s) only takes a few minutes and will make your website significantly faster and more secure."
4102
  msgstr ""
4103
 
4104
+ #: languages/vue.php:1889
4105
  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."
4106
  msgstr ""
4107
 
4108
+ #: languages/vue.php:1901
4109
  msgid "You’re using MonsterInsights Lite. To unlock more features consider %supgrading to Pro%s."
4110
  msgstr ""
4111
 
4112
+ #: languages/vue.php:1904
4113
  msgid "Installing Addon"
4114
  msgstr ""
4115
 
4116
+ #: languages/vue.php:1907
4117
  msgid "Activating Addon"
4118
  msgstr ""
4119
 
4120
+ #: languages/vue.php:1910
4121
  msgid "Addon Activated"
4122
  msgstr ""
4123
 
4124
+ #: languages/vue.php:1913
4125
  msgid "Loading report data"
4126
  msgstr ""
4127
 
4128
+ #: languages/vue.php:1916
4129
  msgid "Please activate manually"
4130
  msgstr ""
4131
 
4132
+ #: languages/vue.php:1919
4133
  msgid "Error: %s, %s"
4134
  msgstr ""
4135
 
4136
+ #: languages/vue.php:1922
4137
  msgid "Error Activating Addon"
4138
  msgstr ""
4139
 
4140
+ #: languages/vue.php:1925
4141
  #: lite/includes/admin/wp-site-health.php:298
4142
  #: lite/includes/admin/wp-site-health.php:324
4143
  #: lite/includes/admin/wp-site-health.php:351
4144
  msgid "View Addons"
4145
  msgstr ""
4146
 
4147
+ #: languages/vue.php:1928
4148
  msgid "Dismiss"
4149
  msgstr ""
4150
 
4151
+ #: languages/vue.php:1931
4152
  msgid "Redirecting"
4153
  msgstr ""
4154
 
4155
+ #: languages/vue.php:1934
4156
  msgid "Please wait"
4157
  msgstr ""
4158
 
4159
+ #: languages/vue.php:1937
4160
  msgid "Visit addons page"
4161
  msgstr ""
4162
 
4163
+ #: languages/vue.php:1940
4164
  msgid "Report Unavailable"
4165
  msgstr ""
4166
 
4167
+ #: languages/vue.php:1943
4168
  msgid "%s Addon"
4169
  msgstr ""
4170
 
4171
+ #: languages/vue.php:1946
4172
  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."
4173
  msgstr ""
4174
 
4175
+ #: languages/vue.php:1949
4176
  msgid "See All Reports"
4177
  msgstr ""
4178
 
4179
+ #: languages/vue.php:1952
4180
  msgid "Go to the Analytics Dashboard"
4181
  msgstr ""
4182
 
4183
+ #: languages/vue.php:1955
4184
  msgid "Hide dashboard widget"
4185
  msgstr ""
4186
 
4187
+ #: languages/vue.php:1958
4188
  msgid "Are you sure you want to hide the MonsterInsights Dashboard Widget? "
4189
  msgstr ""
4190
 
4191
+ #: languages/vue.php:1961
4192
  msgid "Yes, hide it!"
4193
  msgstr ""
4194
 
4195
+ #: languages/vue.php:1964
4196
  msgid "No, cancel!"
4197
  msgstr ""
4198
 
4199
+ #: languages/vue.php:1967
4200
  msgid "MonsterInsights Widget Hidden"
4201
  msgstr ""
4202
 
4203
+ #: languages/vue.php:1970
4204
  msgid "You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page"
4205
  msgstr ""
4206
 
4207
+ #: languages/vue.php:1973
4208
  msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %sRetrieve your license key%s."
4209
  msgstr ""
4210
 
4211
+ #: languages/vue.php:1976
4212
  msgid "Forms Tracking help you see who’s viewing your forms, so you can increase conversions."
4213
  msgstr ""
4214
 
4215
+ #: languages/vue.php:1979
4216
  msgid "Custom Dimensions show you popular categories, best time to publish, focus keywords, etc."
4217
  msgstr ""
4218
 
4219
+ #: languages/vue.php:1982
4220
  msgid "Make Google Analytics GDPR compliant with our EU Compliance addon."
4221
  msgstr ""
4222
 
4223
+ #: languages/vue.php:1985
4224
  msgid "Get real-time Google Analytics report right inside your WordPress dashboard."
4225
  msgstr ""
4226
 
4227
+ #: languages/vue.php:1988
4228
  msgid "Use Google Optimize to easily perform A/B split tests on your site."
4229
  msgstr ""
4230
 
4231
+ #: languages/vue.php:1991
4232
  msgid "See all your important store metrics in one place with Enhanced Ecommerce Tracking."
4233
  msgstr ""
4234
 
4235
+ #: languages/vue.php:1994
4236
  msgid "Unlock search console report to see your top performing keywords in Google."
4237
  msgstr ""
4238
 
4239
+ #: languages/vue.php:1997
4240
  msgid "Get Page Insights to see important metrics for individual posts / pages in WordPress."
4241
  msgstr ""
4242
 
4243
+ #: languages/vue.php:2000
4244
  msgid "Publishers Report shows your top performing pages, audience demographics, and more."
4245
  msgstr ""
4246
 
4247
+ #: languages/vue.php:2003
4248
  msgid "Get Scroll-Depth tracking to see how far users scroll on your pages before leaving.s"
4249
  msgstr ""
4250
 
4251
+ #: languages/vue.php:2006
4252
  msgid "Upgrade to Pro »"
4253
  msgstr ""
4254
 
4255
+ #: languages/vue.php:2009
4256
  msgid "Pro Tip:"
4257
  msgstr ""
4258
 
4259
+ #: languages/vue.php:2012
4260
  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 October, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
4261
  msgstr ""
4262
 
4263
+ #: languages/vue.php:2015
4264
  msgid "Can't load report data. Error: %s, %s"
4265
  msgstr ""
4266
 
4267
+ #: languages/vue.php:2018
4268
  msgid "Error loading report data"
4269
  msgstr ""
4270
 
4271
+ #: languages/vue.php:2021
4272
  msgid "Error loading license details"
4273
  msgstr ""
4274
 
4275
+ #: languages/vue.php:2024
4276
  msgid "Network error encountered. Settings not saved."
4277
  msgstr ""
4278
 
4279
+ #: languages/vue.php:2027
4280
  msgid "Please ask your webmaster to connect MonsterInsights to Google Analytics."
4281
  msgstr ""
4282
 
4283
+ #: languages/vue.php:2030
4284
  msgid "Get Scroll-Depth tracking to see how far users scroll on your pages before leaving."
4285
  msgstr ""
4286
 
4287
+ #: languages/vue.php:2033
4288
+ msgid "Whoops, something went wrong and we weren't able to connect to MonsterInsights. Please enter your Google UA code manually."
4289
+ msgstr ""
4290
+
4291
+ #: languages/vue.php:2036
4292
+ msgid "UA code can't be empty"
4293
+ msgstr ""
4294
+
4295
+ #: languages/vue.php:2039
4296
+ msgid "Saving UA code..."
4297
+ msgstr ""
4298
+
4299
  #: lite/includes/admin/connect.php:42
4300
  msgid "You are not allowed to install plugins."
4301
  msgstr ""
4342
  msgid "To see your website stats, please ask your webmaster to connect MonsterInsights to Google Analytics."
4343
  msgstr ""
4344
 
4345
+ #: lite/includes/admin/helpers.php:67
4346
  msgid "Get Better Insights. Grow FASTER!"
4347
  msgstr ""
4348
 
4349
+ #: lite/includes/admin/helpers.php:72
4350
  msgid "Grow Your Business with MonsterInsights Pro"
4351
  msgstr ""
4352
 
4353
+ #: lite/includes/admin/helpers.php:73
4354
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website."
4355
  msgstr ""
4356
 
4357
+ #: lite/includes/admin/helpers.php:74
4358
  msgid "MonsterInsights Pro shows you the stats that matter, so you can boost your business growth!"
4359
  msgstr ""
4360
 
4361
  #. Translators: makes text bold.
4362
+ #: lite/includes/admin/helpers.php:78
4363
  msgid "%1$sBonus:%2$s You also get 50%% off discount for being a loyal MonsterInsights Lite user."
4364
  msgstr ""
4365
 
languages/vue.php CHANGED
@@ -8,9 +8,9 @@ $generated_i18n_strings = array(
8
  __( 'Loading new report data...', 'google-analytics-for-wordpress' ),
9
 
10
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:67
11
- // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:14
12
  __( 'Error', 'google-analytics-for-wordpress' ),
13
 
 
14
  // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:15
15
  __( 'Please try again.', 'google-analytics-for-wordpress' ),
16
 
@@ -150,6 +150,7 @@ $generated_i18n_strings = array(
150
  __( 'Get Fresh Reports Data Every 60 Seconds', 'google-analytics-for-wordpress' ),
151
 
152
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:236
 
153
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
154
 
155
  // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:106
@@ -179,14 +180,13 @@ $generated_i18n_strings = array(
179
  // Reference: src/modules/reports/components/reports/ReportEcommerce-Lite.vue:23
180
  __( 'eCommerce Report', 'google-analytics-for-wordpress' ),
181
 
182
- // Reference: src/modules/reports/components/reports/ReportSearchConsole-Lite.vue:26
183
  __( 'Search Console Report', 'google-analytics-for-wordpress' ),
184
 
185
  // Reference: src/modules/reports/routes/index.js:54
186
  __( 'Dimensions Report', 'google-analytics-for-wordpress' ),
187
 
188
  // Reference: src/modules/reports/components/reports/ReportForms-Lite.vue:25
189
- // Reference: src/modules/reports/routes/index.js:62
190
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
191
 
192
  // Reference: src/modules/reports/components/reports/ReportRealTime-Lite.vue:51
@@ -195,23 +195,23 @@ $generated_i18n_strings = array(
195
  // Reference: src/modules/widget/components/WidgetFooter.vue:18
196
  __( 'Recommended Plugin: %s', 'google-analytics-for-wordpress' ),
197
 
198
- // Reference: src/modules/addons/store/actions.js:47
199
  __( 'Install', 'google-analytics-for-wordpress' ),
200
 
201
- // Reference: src/modules/addons/store/actions.js:47
202
  __( 'Activate', 'google-analytics-for-wordpress' ),
203
 
204
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:27
205
  __( 'Learn More', 'google-analytics-for-wordpress' ),
206
 
207
  // Reference: src/modules/reports/components/ReportsNavigation.vue:36
 
208
  __( 'Overview', 'google-analytics-for-wordpress' ),
209
 
210
  // Reference: src/modules/reports/components/ReportsNavigation.vue:37
211
  __( 'Publishers', 'google-analytics-for-wordpress' ),
212
 
213
- // Reference: src/modules/reports/components/ReportsNavigation.vue:38
214
- // Reference: src/modules/settings/routes/site.js:45
215
  __( 'eCommerce', 'google-analytics-for-wordpress' ),
216
 
217
  // Reference: src/modules/reports/components/ReportsNavigation.vue:39
@@ -229,35 +229,36 @@ $generated_i18n_strings = array(
229
  // Reference: src/plugins/monsterinsights-wizard-helper-plugin.js:13
230
  __( 'Loading settings', 'google-analytics-for-wordpress' ),
231
 
232
- // Reference: src/modules/settings/routes/site.js:109
 
233
  __( 'About Us', 'google-analytics-for-wordpress' ),
234
 
235
- // Reference: src/modules/settings/routes/site.js:117
 
236
  __( 'Getting Started', 'google-analytics-for-wordpress' ),
237
 
238
- // Reference: src/modules/settings/routes/site.js:126
 
239
  __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
240
 
241
- // Reference: src/modules/settings/routes/site.js:29
242
  __( 'General', 'google-analytics-for-wordpress' ),
243
 
244
- // Reference: src/modules/settings/routes/site.js:37
245
  __( 'Engagement', 'google-analytics-for-wordpress' ),
246
 
247
- // Reference: src/modules/settings/routes/site.js:53
248
  __( 'Publisher', 'google-analytics-for-wordpress' ),
249
 
250
- // Reference: src/modules/settings/routes/site.js:61
251
  __( 'Conversions', 'google-analytics-for-wordpress' ),
252
 
253
- // Reference: src/modules/settings/routes/site.js:69
254
  __( 'Advanced', 'google-analytics-for-wordpress' ),
255
 
256
- // Reference: src/modules/settings/routes/site.js:86
257
  // Reference: src/modules/tools/components/ToolsNavigation.vue:15
258
  __( 'URL Builder', 'google-analytics-for-wordpress' ),
259
 
260
- // Reference: src/modules/settings/routes/site.js:94
261
  // Reference: src/modules/tools/components/ToolsNavigation.vue:14
262
  __( 'Import Export', 'google-analytics-for-wordpress' ),
263
 
@@ -379,27 +380,21 @@ $generated_i18n_strings = array(
379
  __( 'Mobile', 'google-analytics-for-wordpress' ),
380
 
381
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:237
382
- // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:62
383
  __( 'Sessions', 'google-analytics-for-wordpress' ),
384
 
385
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:238
386
- // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:63
387
  __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
388
 
389
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:239
390
- // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:64
391
  __( 'Pageviews', 'google-analytics-for-wordpress' ),
392
 
393
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:240
394
- // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:65
395
  __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
396
 
397
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:241
398
- // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:70
399
  __( 'Avg. Session Duration', 'google-analytics-for-wordpress' ),
400
 
401
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:242
402
- // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:71
403
  __( 'Bounce Rate', 'google-analytics-for-wordpress' ),
404
 
405
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:245
@@ -418,15 +413,12 @@ $generated_i18n_strings = array(
418
  __( 'View Full Posts/Pages Report', 'google-analytics-for-wordpress' ),
419
 
420
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:252
421
- // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:66
422
  __( 'A session is the browsing session of a single user to your site.', 'google-analytics-for-wordpress' ),
423
 
424
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:253
425
- // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:67
426
  __( '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.', 'google-analytics-for-wordpress' ),
427
 
428
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:254
429
- // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:68
430
  __( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-for-wordpress' ),
431
 
432
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:255
@@ -445,18 +437,14 @@ $generated_i18n_strings = array(
445
  __( 'Search Addons', 'google-analytics-for-wordpress' ),
446
 
447
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:88
448
- // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:77
449
  __( 'Yes (recommended) %s- Get the latest features, bugfixes, and security updates as they are released.%s', 'google-analytics-for-wordpress' ),
450
 
451
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:92
452
- // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:81
453
  __( 'Minor only %s- Get bugfixes and security updates, but not major features.%s', 'google-analytics-for-wordpress' ),
454
 
455
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:96
456
- // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:85
457
  __( 'None %s- Manually update everything.%s', 'google-analytics-for-wordpress' ),
458
 
459
- // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:88
460
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingLicense-Lite.vue:27
461
  __( 'License Key', 'google-analytics-for-wordpress' ),
462
 
@@ -470,7 +458,6 @@ $generated_i18n_strings = array(
470
  __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
471
 
472
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:68
473
- // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:92
474
  __( 'Automatic Updates', 'google-analytics-for-wordpress' ),
475
 
476
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:93
@@ -479,22 +466,22 @@ $generated_i18n_strings = array(
479
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:94
480
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-for-wordpress' ),
481
 
482
- // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:95
483
  __( 'Launch Setup Wizard', 'google-analytics-for-wordpress' ),
484
 
485
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:70
486
  __( 'Path (example: %s)', 'google-analytics-for-wordpress' ),
487
 
488
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:72
489
  __( 'Path has to start with a / and have no spaces', 'google-analytics-for-wordpress' ),
490
 
491
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:76
492
  __( 'Label (example: %s)', 'google-analytics-for-wordpress' ),
493
 
494
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:78
495
  __( 'Label can\'t contain any spaces', 'google-analytics-for-wordpress' ),
496
 
497
- // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:24
498
  __( 'Affiliate Links', 'google-analytics-for-wordpress' ),
499
 
500
  // Reference: src/modules/settings/components/tabs/SettingsTabPublisher.vue:53
@@ -588,6 +575,7 @@ $generated_i18n_strings = array(
588
  __( 'Users that have at least one of these roles will be able to view the reports.', 'google-analytics-for-wordpress' ),
589
 
590
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:57
 
591
  __( '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' ),
592
 
593
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:58
@@ -695,6 +683,7 @@ $generated_i18n_strings = array(
695
  // Reference: src/modules/tools/components/ToolsTabImportExport.vue:87
696
  __( 'Please choose a .json file generated by a MonsterInsights settings export.', 'google-analytics-for-wordpress' ),
697
 
 
698
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:122
699
  __( 'Ok', 'google-analytics-for-wordpress' ),
700
 
@@ -881,10 +870,10 @@ $generated_i18n_strings = array(
881
  // Reference: src/modules/about/components/AboutTabGettingStarted.vue:83
882
  __( 'More advanced features', 'google-analytics-for-wordpress' ),
883
 
884
- // Reference: src/modules/about/components/AboutTabGettingStarted.vue:85
885
  __( 'Get MonsterInsights Pro Today and Unlock all the Powerful Features', 'google-analytics-for-wordpress' ),
886
 
887
- // Reference: src/modules/about/components/AboutTabGettingStarted.vue:86
888
  __( 'Bonus: MonsterInsights Lite users get %s50%% off regular price%s, automatically applied at checkout.', 'google-analytics-for-wordpress' ),
889
 
890
  // Reference: src/modules/about/components/AboutTabGettingStarted.vue:90
@@ -941,7 +930,6 @@ $generated_i18n_strings = array(
941
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:25
942
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
943
 
944
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:131
945
  // Reference: src/modules/addons/components/AddonBlock.vue:83
946
  __( 'Not Available', 'google-analytics-for-wordpress' ),
947
 
@@ -973,7 +961,6 @@ $generated_i18n_strings = array(
973
  __( 'Pro', 'google-analytics-for-wordpress' ),
974
 
975
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:61
976
- // Reference: src/modules/wizard-onboarding/welcome-Lite.vue:140
977
  __( 'Universal Tracking', 'google-analytics-for-wordpress' ),
978
 
979
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:63
@@ -1018,7 +1005,7 @@ $generated_i18n_strings = array(
1018
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:91
1019
  __( 'Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required', 'google-analytics-for-wordpress' ),
1020
 
1021
- // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:31
1022
  __( 'Forms Tracking', 'google-analytics-for-wordpress' ),
1023
 
1024
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:98
@@ -1045,7 +1032,7 @@ $generated_i18n_strings = array(
1045
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
1046
  __( 'Continue & Install WPForms', 'google-analytics-for-wordpress' ),
1047
 
1048
- // Reference: src/modules/addons/components/AddonBlock.vue:105
1049
  __( 'Installing...', 'google-analytics-for-wordpress' ),
1050
 
1051
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepSuccess.vue:31
@@ -1123,7 +1110,7 @@ $generated_i18n_strings = array(
1123
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:85
1124
  __( 'These user roles will be able to access MonsterInsights\'s reports in the WordPress admin area.', 'google-analytics-for-wordpress' ),
1125
 
1126
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:87
1127
  __( 'Save and continue', 'google-analytics-for-wordpress' ),
1128
 
1129
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:89
@@ -1132,10 +1119,10 @@ $generated_i18n_strings = array(
1132
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:90
1133
  __( 'Enhanced Link Attribution is enabled the moment you set up MonsterInsights', 'google-analytics-for-wordpress' ),
1134
 
1135
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:26
1136
  __( 'Connect MonsterInsights to Your Website', 'google-analytics-for-wordpress' ),
1137
 
1138
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:27
1139
  __( 'MonsterInsights connects Google Analytics to WordPress and shows you stats that matter.', 'google-analytics-for-wordpress' ),
1140
 
1141
  // Reference: src/modules/reports/components/ReportInfobox.vue:35
@@ -1144,7 +1131,7 @@ $generated_i18n_strings = array(
1144
  // Reference: src/modules/reports/components/ReportInfobox.vue:52
1145
  __( 'No change', 'google-analytics-for-wordpress' ),
1146
 
1147
- // Reference: src/modules/reports/components/ReportTableBox.vue:77
1148
  __( 'Show', 'google-analytics-for-wordpress' ),
1149
 
1150
  // Reference: src/modules/reports/components/reports/ReportRealTime-Lite.vue:52
@@ -1237,7 +1224,7 @@ $generated_i18n_strings = array(
1237
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:32
1238
  __( 'See who\'s viewing and submitting your forms, so you can increase your conversion rate.', 'google-analytics-for-wordpress' ),
1239
 
1240
- // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:33
1241
  __( 'Google Optimize', 'google-analytics-for-wordpress' ),
1242
 
1243
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:34
@@ -1255,7 +1242,6 @@ $generated_i18n_strings = array(
1255
  // Reference: src/modules/license/store/actions.js:80
1256
  __( '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.', 'google-analytics-for-wordpress' ),
1257
 
1258
- // Reference: src/modules/reports/components/upsells/ReportUpsellOverlay.vue:29
1259
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:33
1260
  __( 'Upgrade to MonsterInsights Pro', 'google-analytics-for-wordpress' ),
1261
 
@@ -1331,7 +1317,7 @@ $generated_i18n_strings = array(
1331
  // Reference: src/modules/addons/components/AddonBlock.vue:88
1332
  __( 'Inactive', 'google-analytics-for-wordpress' ),
1333
 
1334
- // Reference: src/modules/addons/addons-Lite.vue:79
1335
  // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:21
1336
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
1337
 
@@ -1374,13 +1360,13 @@ $generated_i18n_strings = array(
1374
  // Reference: src/modules/settings/components/SettingsNetwork.vue:34
1375
  __( 'Add your MonsterInsights license key from the email receipt or account area. %sRetrieve your license key%s.', 'google-analytics-for-wordpress' ),
1376
 
1377
- // Reference: src/modules/settings/components/SettingsNetwork.vue:38
1378
  __( 'Miscellaneous', 'google-analytics-for-wordpress' ),
1379
 
1380
- // Reference: src/modules/settings/components/SettingsNetwork.vue:40
1381
  __( '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' ),
1382
 
1383
- // Reference: src/modules/settings/components/SettingsNetwork.vue:41
1384
  __( 'Hide Announcements', 'google-analytics-for-wordpress' ),
1385
 
1386
  // Reference: src/modules/widget/components/settings/WidgetSettingsReports-Lite.vue:66
@@ -1503,7 +1489,6 @@ $generated_i18n_strings = array(
1503
  // Reference: src/modules/wizard-onboarding/api/index.js:17
1504
  __( 'Can\'t load errors. Error: %s, %s', 'google-analytics-for-wordpress' ),
1505
 
1506
- // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:30
1507
  // Reference: src/modules/settings/components/input/tab-publisher/SettingsInputAmp-Lite.vue:22
1508
  __( 'Google AMP', 'google-analytics-for-wordpress' ),
1509
 
@@ -1524,18 +1509,15 @@ $generated_i18n_strings = array(
1524
  __( '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.', 'google-analytics-for-wordpress' ),
1525
 
1526
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:39
1527
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:27
1528
  __( 'Usage Tracking', 'google-analytics-for-wordpress' ),
1529
 
1530
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:40
1531
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:29
1532
  __( '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' ),
1533
 
1534
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:41
1535
  __( 'Allow usage tracking', 'google-analytics-for-wordpress' ),
1536
 
1537
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:42
1538
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:30
1539
  __( 'Complete documentation on usage tracking is available %shere%s.', 'google-analytics-for-wordpress' ),
1540
 
1541
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:19
@@ -1589,6 +1571,7 @@ $generated_i18n_strings = array(
1589
  // Reference: src/components/TheAppFTPForm.vue:100
1590
  __( 'Proceed', 'google-analytics-for-wordpress' ),
1591
 
 
1592
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:51
1593
  __( 'Please wait...', 'google-analytics-for-wordpress' ),
1594
 
@@ -1728,7 +1711,6 @@ $generated_i18n_strings = array(
1728
  __( 'Do Upgrade Later', 'google-analytics-for-wordpress' ),
1729
 
1730
  // Reference: src/modules/frontend/components/FrontendUpsell-Lite.vue:11
1731
- // Reference: src/modules/wizard-onboarding/welcome-Lite.vue:133
1732
  __( 'Upgrade to PRO', 'google-analytics-for-wordpress' ),
1733
 
1734
  // Reference: src/modules/wizard-onboarding/components/OnboardingAddon-Lite.vue:27
@@ -2038,6 +2020,15 @@ $generated_i18n_strings = array(
2038
  __( 'Please ask your webmaster to connect MonsterInsights to Google Analytics.', 'google-analytics-for-wordpress' ),
2039
 
2040
  // Reference: src/modules/widget/components/WidgetTips.vue:64
2041
- __( 'Get Scroll-Depth tracking to see how far users scroll on your pages before leaving.', 'google-analytics-for-wordpress' )
 
 
 
 
 
 
 
 
 
2042
  );
2043
  /* THIS IS THE END OF THE GENERATED FILE */
8
  __( 'Loading new report data...', 'google-analytics-for-wordpress' ),
9
 
10
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:67
 
11
  __( 'Error', 'google-analytics-for-wordpress' ),
12
 
13
+ // Reference: src/plugins/monsterinsights-frontend-helper-plugin.js:14
14
  // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:15
15
  __( 'Please try again.', 'google-analytics-for-wordpress' ),
16
 
150
  __( 'Get Fresh Reports Data Every 60 Seconds', 'google-analytics-for-wordpress' ),
151
 
152
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:236
153
+ // Reference: src/modules/widget/widget.vue:27
154
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
155
 
156
  // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:106
180
  // Reference: src/modules/reports/components/reports/ReportEcommerce-Lite.vue:23
181
  __( 'eCommerce Report', 'google-analytics-for-wordpress' ),
182
 
183
+ // Reference: src/modules/reports/routes/index.js:46
184
  __( 'Search Console Report', 'google-analytics-for-wordpress' ),
185
 
186
  // Reference: src/modules/reports/routes/index.js:54
187
  __( 'Dimensions Report', 'google-analytics-for-wordpress' ),
188
 
189
  // Reference: src/modules/reports/components/reports/ReportForms-Lite.vue:25
 
190
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
191
 
192
  // Reference: src/modules/reports/components/reports/ReportRealTime-Lite.vue:51
195
  // Reference: src/modules/widget/components/WidgetFooter.vue:18
196
  __( 'Recommended Plugin: %s', 'google-analytics-for-wordpress' ),
197
 
198
+ // Reference: src/modules/addons/components/AddonBlock.vue:113
199
  __( 'Install', 'google-analytics-for-wordpress' ),
200
 
201
+ // Reference: src/modules/addons/components/AddonBlock.vue:111
202
  __( 'Activate', 'google-analytics-for-wordpress' ),
203
 
204
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:27
205
  __( 'Learn More', 'google-analytics-for-wordpress' ),
206
 
207
  // Reference: src/modules/reports/components/ReportsNavigation.vue:36
208
+ // Reference: src/modules/widget/store/index.js:75
209
  __( 'Overview', 'google-analytics-for-wordpress' ),
210
 
211
  // Reference: src/modules/reports/components/ReportsNavigation.vue:37
212
  __( 'Publishers', 'google-analytics-for-wordpress' ),
213
 
214
+ // Reference: src/modules/reports/components/reports/ReportEcommerce-Lite.vue:22
 
215
  __( 'eCommerce', 'google-analytics-for-wordpress' ),
216
 
217
  // Reference: src/modules/reports/components/ReportsNavigation.vue:39
229
  // Reference: src/plugins/monsterinsights-wizard-helper-plugin.js:13
230
  __( 'Loading settings', 'google-analytics-for-wordpress' ),
231
 
232
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:15
233
+ // Reference: src/modules/settings/routes/network.js:35
234
  __( 'About Us', 'google-analytics-for-wordpress' ),
235
 
236
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:16
237
+ // Reference: src/modules/settings/routes/network.js:43
238
  __( 'Getting Started', 'google-analytics-for-wordpress' ),
239
 
240
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:17
241
+ // Reference: src/modules/settings/routes/network.js:52
242
  __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
243
 
244
+ // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:55
245
  __( 'General', 'google-analytics-for-wordpress' ),
246
 
247
+ // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:56
248
  __( 'Engagement', 'google-analytics-for-wordpress' ),
249
 
250
+ // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:58
251
  __( 'Publisher', 'google-analytics-for-wordpress' ),
252
 
253
+ // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:59
254
  __( 'Conversions', 'google-analytics-for-wordpress' ),
255
 
256
+ // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:60
257
  __( 'Advanced', 'google-analytics-for-wordpress' ),
258
 
 
259
  // Reference: src/modules/tools/components/ToolsNavigation.vue:15
260
  __( 'URL Builder', 'google-analytics-for-wordpress' ),
261
 
 
262
  // Reference: src/modules/tools/components/ToolsNavigation.vue:14
263
  __( 'Import Export', 'google-analytics-for-wordpress' ),
264
 
380
  __( 'Mobile', 'google-analytics-for-wordpress' ),
381
 
382
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:237
 
383
  __( 'Sessions', 'google-analytics-for-wordpress' ),
384
 
385
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:238
 
386
  __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
387
 
388
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:239
 
389
  __( 'Pageviews', 'google-analytics-for-wordpress' ),
390
 
391
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:240
 
392
  __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
393
 
394
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:241
 
395
  __( 'Avg. Session Duration', 'google-analytics-for-wordpress' ),
396
 
397
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:242
 
398
  __( 'Bounce Rate', 'google-analytics-for-wordpress' ),
399
 
400
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:245
413
  __( 'View Full Posts/Pages Report', 'google-analytics-for-wordpress' ),
414
 
415
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:252
 
416
  __( 'A session is the browsing session of a single user to your site.', 'google-analytics-for-wordpress' ),
417
 
418
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:253
 
419
  __( '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.', 'google-analytics-for-wordpress' ),
420
 
421
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:254
 
422
  __( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-for-wordpress' ),
423
 
424
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:255
437
  __( 'Search Addons', 'google-analytics-for-wordpress' ),
438
 
439
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:88
 
440
  __( 'Yes (recommended) %s- Get the latest features, bugfixes, and security updates as they are released.%s', 'google-analytics-for-wordpress' ),
441
 
442
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:92
 
443
  __( 'Minor only %s- Get bugfixes and security updates, but not major features.%s', 'google-analytics-for-wordpress' ),
444
 
445
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:96
 
446
  __( 'None %s- Manually update everything.%s', 'google-analytics-for-wordpress' ),
447
 
 
448
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingLicense-Lite.vue:27
449
  __( 'License Key', 'google-analytics-for-wordpress' ),
450
 
458
  __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
459
 
460
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:68
 
461
  __( 'Automatic Updates', 'google-analytics-for-wordpress' ),
462
 
463
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:93
466
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:94
467
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-for-wordpress' ),
468
 
469
+ // Reference: src/modules/reports/components/ReportNoAuth.vue:27
470
  __( 'Launch Setup Wizard', 'google-analytics-for-wordpress' ),
471
 
472
+ // Reference: src/modules/settings/components/tabs/SettingsTabPublisher.vue:41
473
  __( 'Path (example: %s)', 'google-analytics-for-wordpress' ),
474
 
475
+ // Reference: src/modules/settings/components/tabs/SettingsTabPublisher.vue:43
476
  __( 'Path has to start with a / and have no spaces', 'google-analytics-for-wordpress' ),
477
 
478
+ // Reference: src/modules/settings/components/tabs/SettingsTabPublisher.vue:47
479
  __( 'Label (example: %s)', 'google-analytics-for-wordpress' ),
480
 
481
+ // Reference: src/modules/settings/components/tabs/SettingsTabPublisher.vue:49
482
  __( 'Label can\'t contain any spaces', 'google-analytics-for-wordpress' ),
483
 
484
+ // Reference: src/modules/settings/components/tabs/SettingsTabPublisher.vue:52
485
  __( 'Affiliate Links', 'google-analytics-for-wordpress' ),
486
 
487
  // Reference: src/modules/settings/components/tabs/SettingsTabPublisher.vue:53
575
  __( 'Users that have at least one of these roles will be able to view the reports.', 'google-analytics-for-wordpress' ),
576
 
577
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:57
578
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:86
579
  __( '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' ),
580
 
581
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:58
683
  // Reference: src/modules/tools/components/ToolsTabImportExport.vue:87
684
  __( 'Please choose a .json file generated by a MonsterInsights settings export.', 'google-analytics-for-wordpress' ),
685
 
686
+ // Reference: src/modules/tools/components/ToolsTabImportExport.vue:88
687
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:122
688
  __( 'Ok', 'google-analytics-for-wordpress' ),
689
 
870
  // Reference: src/modules/about/components/AboutTabGettingStarted.vue:83
871
  __( 'More advanced features', 'google-analytics-for-wordpress' ),
872
 
873
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:57
874
  __( 'Get MonsterInsights Pro Today and Unlock all the Powerful Features', 'google-analytics-for-wordpress' ),
875
 
876
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:58
877
  __( 'Bonus: MonsterInsights Lite users get %s50%% off regular price%s, automatically applied at checkout.', 'google-analytics-for-wordpress' ),
878
 
879
  // Reference: src/modules/about/components/AboutTabGettingStarted.vue:90
930
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:25
931
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
932
 
 
933
  // Reference: src/modules/addons/components/AddonBlock.vue:83
934
  __( 'Not Available', 'google-analytics-for-wordpress' ),
935
 
961
  __( 'Pro', 'google-analytics-for-wordpress' ),
962
 
963
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:61
 
964
  __( 'Universal Tracking', 'google-analytics-for-wordpress' ),
965
 
966
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:63
1005
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:91
1006
  __( 'Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required', 'google-analytics-for-wordpress' ),
1007
 
1008
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:94
1009
  __( 'Forms Tracking', 'google-analytics-for-wordpress' ),
1010
 
1011
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:98
1032
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
1033
  __( 'Continue & Install WPForms', 'google-analytics-for-wordpress' ),
1034
 
1035
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:46
1036
  __( 'Installing...', 'google-analytics-for-wordpress' ),
1037
 
1038
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepSuccess.vue:31
1110
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:85
1111
  __( 'These user roles will be able to access MonsterInsights\'s reports in the WordPress admin area.', 'google-analytics-for-wordpress' ),
1112
 
1113
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedAddons-Lite.vue:49
1114
  __( 'Save and continue', 'google-analytics-for-wordpress' ),
1115
 
1116
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:89
1119
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:90
1120
  __( 'Enhanced Link Attribution is enabled the moment you set up MonsterInsights', 'google-analytics-for-wordpress' ),
1121
 
1122
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:48
1123
  __( 'Connect MonsterInsights to Your Website', 'google-analytics-for-wordpress' ),
1124
 
1125
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:49
1126
  __( 'MonsterInsights connects Google Analytics to WordPress and shows you stats that matter.', 'google-analytics-for-wordpress' ),
1127
 
1128
  // Reference: src/modules/reports/components/ReportInfobox.vue:35
1131
  // Reference: src/modules/reports/components/ReportInfobox.vue:52
1132
  __( 'No change', 'google-analytics-for-wordpress' ),
1133
 
1134
+ // Reference: src/modules/reports/components/ReportListBox.vue:48
1135
  __( 'Show', 'google-analytics-for-wordpress' ),
1136
 
1137
  // Reference: src/modules/reports/components/reports/ReportRealTime-Lite.vue:52
1224
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:32
1225
  __( 'See who\'s viewing and submitting your forms, so you can increase your conversion rate.', 'google-analytics-for-wordpress' ),
1226
 
1227
+ // Reference: src/modules/wizard-onboarding/welcome-Lite.vue:185
1228
  __( 'Google Optimize', 'google-analytics-for-wordpress' ),
1229
 
1230
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:34
1242
  // Reference: src/modules/license/store/actions.js:80
1243
  __( '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.', 'google-analytics-for-wordpress' ),
1244
 
 
1245
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:33
1246
  __( 'Upgrade to MonsterInsights Pro', 'google-analytics-for-wordpress' ),
1247
 
1317
  // Reference: src/modules/addons/components/AddonBlock.vue:88
1318
  __( 'Inactive', 'google-analytics-for-wordpress' ),
1319
 
1320
+ // Reference: src/modules/addons/components/AddonBlock.vue:96
1321
  // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:21
1322
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
1323
 
1360
  // Reference: src/modules/settings/components/SettingsNetwork.vue:34
1361
  __( 'Add your MonsterInsights license key from the email receipt or account area. %sRetrieve your license key%s.', 'google-analytics-for-wordpress' ),
1362
 
1363
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:35
1364
  __( 'Miscellaneous', 'google-analytics-for-wordpress' ),
1365
 
1366
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:37
1367
  __( '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' ),
1368
 
1369
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:38
1370
  __( 'Hide Announcements', 'google-analytics-for-wordpress' ),
1371
 
1372
  // Reference: src/modules/widget/components/settings/WidgetSettingsReports-Lite.vue:66
1489
  // Reference: src/modules/wizard-onboarding/api/index.js:17
1490
  __( 'Can\'t load errors. Error: %s, %s', 'google-analytics-for-wordpress' ),
1491
 
 
1492
  // Reference: src/modules/settings/components/input/tab-publisher/SettingsInputAmp-Lite.vue:22
1493
  __( 'Google AMP', 'google-analytics-for-wordpress' ),
1494
 
1509
  __( '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.', 'google-analytics-for-wordpress' ),
1510
 
1511
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:39
 
1512
  __( 'Usage Tracking', 'google-analytics-for-wordpress' ),
1513
 
1514
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:40
 
1515
  __( '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' ),
1516
 
1517
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:41
1518
  __( 'Allow usage tracking', 'google-analytics-for-wordpress' ),
1519
 
1520
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:42
 
1521
  __( 'Complete documentation on usage tracking is available %shere%s.', 'google-analytics-for-wordpress' ),
1522
 
1523
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:19
1571
  // Reference: src/components/TheAppFTPForm.vue:100
1572
  __( 'Proceed', 'google-analytics-for-wordpress' ),
1573
 
1574
+ // Reference: src/components/TheAppFTPForm.vue:110
1575
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:51
1576
  __( 'Please wait...', 'google-analytics-for-wordpress' ),
1577
 
1711
  __( 'Do Upgrade Later', 'google-analytics-for-wordpress' ),
1712
 
1713
  // Reference: src/modules/frontend/components/FrontendUpsell-Lite.vue:11
 
1714
  __( 'Upgrade to PRO', 'google-analytics-for-wordpress' ),
1715
 
1716
  // Reference: src/modules/wizard-onboarding/components/OnboardingAddon-Lite.vue:27
2020
  __( 'Please ask your webmaster to connect MonsterInsights to Google Analytics.', 'google-analytics-for-wordpress' ),
2021
 
2022
  // Reference: src/modules/widget/components/WidgetTips.vue:64
2023
+ __( 'Get Scroll-Depth tracking to see how far users scroll on your pages before leaving.', 'google-analytics-for-wordpress' ),
2024
+
2025
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:52
2026
+ __( 'Whoops, something went wrong and we weren\'t able to connect to MonsterInsights. Please enter your Google UA code manually.', 'google-analytics-for-wordpress' ),
2027
+
2028
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:81
2029
+ __( 'UA code can\'t be empty', 'google-analytics-for-wordpress' ),
2030
+
2031
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:93
2032
+ __( 'Saving UA code...', 'google-analytics-for-wordpress' )
2033
  );
2034
  /* THIS IS THE END OF THE GENERATED FILE */
lite/assets/vue/css/wizard.css CHANGED
@@ -1 +1 @@
1
- .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,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")}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.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)}.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}.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}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.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}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:9px 40px 0 8px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:2px 8px 2px 20px;border-radius:5px;margin-right:10px;color:#393f4c;line-height:1;background:#f3f6ff;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.multiselect__tag.monsterinsights-tag-forced{padding-left:8px}.multiselect__tag.monsterinsights-tag-forced i{display:none}.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:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#444}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{display:none}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.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}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.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}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.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}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[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"}*{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 label{color:#393f4a;font-size:16px;display:block;margin-bottom:18px}.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}.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]{width:50%}.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,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADB0lEQVRYhc2X30tTYRjHP+dMU5dTxxRLS1hkDUTNNUGELiTQmyYDL8rr6Bd01UVgf0CBF10FWuG1eRGIu8obLwIRtlabFQOliTlLVDY3nb87XZyztc2d7SBb+r17z/O8z/N93/O+z/N9BTRCcttNgAPoAloAM1CumDeBAOADpoBxweZc1xJX0JC4BRgA+oBijXz3gffAC8Hm9B2LgOS2G4BB4IEWomphgNfAU8HmjGomILntTcA4cPmYidMxDzgEm/NbTgKS294BfAAq8pQ8jgjQI9icM6oElJVPFyB5MonO5J1IEFD+uYf8bbsa5gFr/EyISYbB/5AcJcdgfCBA4qp9IctpD0d2MJw9g04nqrkAcHj4h+jWHlUVpdncJOCaYHP6ipQPA2rJJQlGxjy4vEGqjXqe3O/EVFWWMep6eJuXb6ZZC8Vob63n7m0rQuYlCUrOflGpcH1qVGf9K7i8QQDWQjEmJv2qy5qY9LMWigHg8gaZ9a+o+gJ9kttuEpHLq2qF+/EzlDpeDKl4HrWlz01DMeAQkWv7SaFLRG4sqrh00Zg6bjCqeB61pc/NgBYRuaupotlSS3trPQDVRj293RZV395uC9VGPQDtrfU0W2pzETALktsu5fKCvF/DBIpyu8jQGlCnEzX7glwJNzV75x+bIrKSOSkERGQZdVLwicgaLitc3iALS2HNUReWwonqmQNTRcjKZ4gs1XBlbYuRMQ/Xm+voaLtAo9lEaUnq+d3ZPWAusM7M5yU+zS5z6+bVXMn3gfF4NxwF7qh57u4d8PzVR36v/juvlYZS9GUy59j2PhvRnYTtXE05zx7foORM1kv2TrA5+zW3443oDm9HPcwFsqvtRrOJe/1WKg3a2nGyIhoCHmaNDnyfW8Xz9ReLyxtEorsAVBhKaKirpK3pPE1XanKFABgWbM5HcJokmfLBgSwcC4UIsjxPvBFSCruiVnsKRCIuy1PeBkc6i6LbO5G3Kl+YR5bjM+mGjK1NYWkFhpFP7HEhKTGsmV5FcJofpxmIFOR5/hdt5RGc1JOx/AAAAABJRU5ErkJggg==)}.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,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3N0REQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0VEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3QkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3Q0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phn1ef0AAAMoSURBVHja7J2NcdowGEBNLwOwAR6hnSD2BE0XaH25DhAmsDNBM0CvRzpBOwHKBozgbsAGrtWIRqdIWMjCP+S9Ox3GoC/CT78YO4umaRKYDguEIAQQghBACEIAIQgBhCCEo4AQQMilC7n9/L3v387atFXbeZtEYJytiiVUnDHL8o8fP78G570aSHzRptTYt9K2v6iDolO3aaM9T1Uck1R7rCyvb1SsmGU5G0MJsX1IU5iJsAgpj8RwvS4MITHKcjbe0WtPiz4tZNtR01zkHnEP/bprgJO19bGjRRZGvHOVxdaa8jGEhCIixPjTEScbsCyTHEO6Ptj7Ni3VduUZc9+mnfZ8qeJIrjviXGvbOxUrZln6VIJBhPg0/UOBS8+YOyNuZnQhvgdgbVSYGGWxEWVBx6B+oV2WTy1dnphnH1BLXbU7dlkmL6Q6U/luIsTIJlSWwYSUCbAwRMjrmdVCpXvH/ktO+nh279hPC6HLAoQgBBDCSn1ciuT5K/OxkF/lbxDyQhpxRR3CE10WzEbIUAvLHCGAEGZZ5+FGzcL08xi/2/SgPZenZr9Z8u7VLOoXQuIgD/KdZX+mJH3QpGVHhEp5a7qs/tNhXYY8+yeMVlFY8gmV9LOFd8nrXywiJEDIgbVqDbnWKhLHQc6196073ouQQHaO7VPyMcuy9PuNSqeuzLda3maiZWTay7S3H3Xycrq3PjHvJnn+CemBcoJlnKWQKjDvozHD8hWyHLCMb2ZheCr6Af1IlzU+pWO2JZhlDcexn3tKEZ9oIXHWHrljPZEbA++DOvBLy5hQz6VWXc2g1osjtX7Wi0DWIbSQILquko3FCiF+FG+5hdBl0UKcC7kKHbQQhABCEAIIYZY1gYXd2KzmIqSgntNlIcSysAv5BbpQ+UWkfLHj+aaKFsKg3jlupAH5Uu2xipAvdjxf6iTSJXGxbhMberu/S0F2df8vAOpzm1i6rAsd1Ie+v0nsQX0yl8fRQliHAEIQAghBCCAEIYAQhABCACEIAYQgBKIz16tw5TXr8saVtef+2cC/XkUIIAQhgBCEAEIQAghBCEIQAghBCATxV4ABAJUD6tHSXOZrAAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-amp{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3NzlEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0FEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3N0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3OERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu12a8UAAAaySURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-dimensions{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0M5OEI0RDJEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0M5OEI0RDNEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3RkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc4MERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjhoPAMAAAabSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-ecommerce{background-image:url(../img/addon-icon-ecommerce.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-eu-compliance{background-image:url(../img/addon-icon-eu-compliance.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-facebook-instant-articles{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNTZEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Qzk4QjREQ0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1NERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgOeXjgAAAWbSURBVHja7J1faBxVFMZPxZT4h76oFUOsqEVEBakiIvig0RdBoy9VpDZibDH2obUIWvXBtqAJQlEUrKJVKLZgqoK1UpS2KAqihQQLitqIUG2ktopGaSUV4jnsmWYyOztzZ+7M3PnzffCRXXZ2Nju/ueeee++Z2XkzMzMElUfzAARAIAABEAhAAAQqK5DBgdebdMzms69lX8JexL6A/Rf7MPtX9n72ZJIdvrF1xanHp+OcNNYt7HvZ/ezzYrb9kv0++zX2sSQfchqOc6yWsPey97AfNIAhup79LPtH9tPsMwAkm9A0zB5j96XcxwL2evYPChZALA7ku+x1Ge2vl/05++64DdGHtEvCy8cadtJqSqH6dSb7bX08WjQQ+VJdFQWy2RLGS+z7I15/k32QPV4EkCH2GvblDW1dIx1aR7Cl7GRfqdvm1ocM69nVVBjSMjay1xr2KWvzbCFyRqzWx7+wX2YfrdgBvZN9uwUM+f6PGKbFosd0nDKZB5BBbYqkmcQXFUxxN6V87xaFIft4NMH75HitZG/II2Rdp38nKgjDG4UvSPG+rWxv3mNAQ1HSVpnrOOTvisb/21K8Z7ue4V4LezzlLEAPBobtujHh9pIlPcCe1ud3sRdn8dkYGM5mPUlgLPXB8CLDwyHbdmsfERUOewCkvUM3zYx2hcAQ7e6w3x0GfdP5roCsSBlnbfUO+4mI17sN97NPM8hpQ8gCo99g27NcATnbIs7aaFHM6zJaPu5L2zvBkDHKiYxhiH53BeR7zUyK1mcG20zGnCyXsQ90yCpv8k2BJIUhOuwKyO4OsbYMOhQDpDdihG4DQ/QT0t52fZDiPRLmRixhTAVbMIDMZk9ppkwmLWB4nzvtKmSdy77QwcE+QvFVIDLlI4UJpusgJ7V12MAQtS1UFQnkPvbzDoBIIrHMYLunqFXIYKJXqFVNYgPDq0whhKxw7dX01qR1vGgJwzsByGUL2RXMKArMoEz1EPvrmDGJzPBusoSxRU8Ap0Am1GXWhB7oqNB1DRmW9EQMMld1ehEhKzx0rYx43QaGFDbcQxHTLwASLilWvlXHGllpp47qI0tLiwxZN1jGXZuzcjRlS7ma/Sqlr1z0Bn+SIg+bbFwkEMnx1zkAsj0lEK9PkeVdWVF8JmG4Oq6d90ZKUHBd9HrISQdA/stgH948nMx3LdVwJhOOvYGWIAPQr9jvUav68UTSDyoSyAvqKmtCQ48Xfsa01ZgOPmOFTr1kAhAAgQAEQCAAARAoD5WlUE4GXDKLeqkOpv5hf0NzC7cXk92VTWn1LXW42qmOQGRZV9YWBkJek8k4f3W4jI43O/gf1zcJiFwE2UdQKYAsSwhDpif2OPg//2wKkJsDz2Xi8SP2h9SaEAwu905RyEWSaCHZ6arA8x2U0QQd0t50OifwfD96kGpdHyKLREMOPncbpV/gqjWQi8jNEvBYXVvIEM299DhY+/QctZZJPUkhmX9B648ixwM+HakrkG6KLkDrorn3RwnW444WGTqa2KnH6WdkWeXSQWRZ+eot9qe+5zJX5a/aGAmEpLDSmfmOjtN0HYEcCxzkf0M6z/GYpMDV5OIGhCwMDEsvucDlSQef+wmAhGvc0TgEWVaTBSDoQ1ILa+olUyPW1BGyELJO6Tuae+1G3F1Msaaes+5IuH0j1tQRsgAEKkvIkirEwQoeo9quqV9MbtbEbVXbNfWjVM25qNquqW9TQ+jUAQQCEACBSgzEu2ubVLT3NOTY9dBsBf+hrHaaVZYld72RO/1I5aFMkcsvzfxWYxgLqVUW2+X7/qUCIjdlkVvX9engr5+ao32U4a0Ls+xDlpPZXT3rBmN5WQeGUhwtN/uS2xVdQQl+kLeCkku3c1naxQ/cl0wAAiAQgAAIBCAAAgEIgEAAAiAAAiAQgFRF/wswADMRPRxA0bU/AAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-forms{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUFEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1N0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1OERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PveAfEwAAAMMSURBVHja7J0/aBRBFMb3jlRCGsEilVhLEEwviNidRBFBGxFJGmsTsZC7QxuNrQgqFkHUQonWEgL2FiIpRWxMIYhKsHR9gyMcx8zk9m7dfe/298FX3P672f3d229m73avled5hvSoBRCAIIAABNUB5PLFR1W29Zh4RbwgnhtxnR3xO/Ga+G1VDX28vjT2um0jH5yeeEvcKQAj88t2/LpXLeyoBSCuMm5M2Fa37m2/LYBMqJWS2tn22wLIhFpQuq2pBeLyIU94LhLWV8SzrmMy5Fk/byeSKan36tV9MGaM9g5vie9H5u36eQ7OPWs71jYK5ElJywCkJP0saRmAoP8LJC/B3cB2+4GwHvTIVyIS7geW75a0T1QIFYIAAhA0FUBaBd1XdDz6Y7SfCqFCEEAAglRI69XebmQET4UggAAEAQQpDvVepuC7bCoEAQQgCCAAQQABCAIIQBBAFOmo+IX4u/iB+EBdDZmBRXZI/Ea8379e9mBWqZDqtU/8egDGP53mlFWP3G3E84HprwBSvdxduRcC079lNd7o01QgJ7O/d+UO67f4vPgzQKoN8eeRfb/mA55ub4UhvhEIcadn4ruMQ6oP8SOB6e/FSxoa2CQgqRA/I/4FED0h/klLQ5sARHWINw2I+hBvGpBYiH/QEuJNApIK8UUtIa4diDvfPxV/Ed/Jxr8MbibEtQO57j/V7qk97tlWm2NAMRXi2oF0hl7PF4SSCvGXGkNcO5DQE3yKQEmF+CULwacNyJo/eCEoW3tAiYX4Dz8S3wVIcX0Vn4hAOZyAkgrxc+KPVrqGGru9RaEctBziVsYho0KJfSduJsQtDQxHgbIeCfFtKyFubaS+F5SzkRBftBLiFi+dpKCYD3GLQIpAuWktxK0CGYSyHZnvQryXGZe1q70OyvEAFLMhbh3IIBQ3qnePE38oPmU1xIdl9cfWDspqVtMPoqmQBgkgAEEAAQgCCEAQQACCpmGkzp/rUiEAQQABCKpB/ME9QBBAAIIAAhAEEIAggAAEIABBAAEIAghAUOn6I8AArszynlRHoU0AAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-google-optimize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNUREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1QkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1Q0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgMDbnQAAASzSURBVHja7J1ZSFVBGMdHkaBsoRsVFSRRQRstYBTtQkQQPRZWYLtBK2FFtLy0QhjRQhRFi0ER0UsLFEHa4kvZAkEhEaIPWVRKD0JZePs+zifcLvfmOffO6c7M+f/hD0ed4x3nd2a+2c6YF4/HFWSO8lEEAAIBCIBAAAIgEIAACAQg0VaB34Srys6H/WAMJ48i97C4PFvJdeSW5B9cqFqjF0iIILaSd5P7OvSgvyWXk2ttarIKyU/IlY7BYI0hPyXvsQnIIfI0x0PCfvJsG4BMJG+OSJw+bQOQGRHqOHHzNch0IJMj1pstNh1Iv4gBiWFgiJE6BCAAAgEIgEAAAgEIgEAAAiAQgAAIBCAAAuVMudp1spbc07CyGEyuiSqQZgMfzp+215BuylsvnkLub3ErwVuRHtncZHHcKSWfUm7spzpoOxDe1rIO4deMXtZCwDALyEkUmTlAeLNXEYrMHCDFKC6zgPRAcZkXQyAAARAIQCAAARAIQCyU7vWQz+T75IfkXuSR5LnKm6YPU9Xk6/K538ijyZOU9xbswKgCOUreRW5PUQt5hfCw0j9d/5u8k3yM3JHw/VrxRcmXNROiupqsFeRtKWAoKaizypsp/q05/xulwDvS/LyNvJ58N0pA+I+94iNdrTzNuvSSfM5HOoZVprxjLyIBZPs/ntBkndFYS44E+NwWiW3OA+EmoT5g+iea8l4fMH1NFIDUB3hKO/VGU97fB0x/i3xCeQfDONvL6p3BPQM05Z3XZ4JsTuCtR1vkeii5hDzftNiSLZAR5GHkhgA1crymvC9Rme8WaSJfFjsX1McFSDtT4yBxsfL2hvnRdBk07pHrbspQZVtDjgbs4/OT2aj0rM3f9tlj4xp8U0bsJQmdCw7y9yS2NLlQQxjGjoSg7uc8jwYplMYs811FXpnw2flp/jY+BupOiukTPjxtgfJ20ZS70GQlw6hQ3jzWGSmEmDQLC6WdfiGBVAeUZBjLyV/Jx8lLyfPIB6QH+EqFP4+W8yYrFYxKuV6n0s8bPSbPkuahE0p1iubrI7mPPMV+YFySaycORMvXCKMrFQmUVDWFu56bJM0Q6U7z6wHLpOZ1BcMZBakhD8g3MoSRDCWxpvD1L/X3Kwod8vVVCbyLlDdvZSuM5jBqSEuWMNLVlKYuMsyfe9bymlEXZlDPBkYylFjA+2yE8VKlOFhZFxAdMBKhBJVtgZvHSavDCurzNMJQEqxbAt7z3DIYvID2Oqygrnv59UMG93S3AATPAjwjbyC/+99TJ9loggwe2wPcMyLE/Hwiz8nyd3xX3vR+e6a/IJdAeODH5/f6PbA+JhDDEhdizt81zPW+rP0B8nAozejdKeUaCI/U9/lIF5l3G03Yucj/O+SaSn0+OscYnii8pSKiAkPyUSq1oEZ6X1/IUyXIFqoIqcCgvHSuUURa2GwNIBCAAAgEIBEE0upoGbTaCqTOUSB1tgLhtYu3jsFosxkIq9wxIBUCxVogPFW+1xEYvK3onGmZyqSXxZN9cyxuvnjpmPd7Je7xMkaZzmXxQs5Y5c3Q8nsaMQtA/FDe0mqjiSA6lRePx9H5x8AQAhAAgQAEQCAAARAIQAAEMkV/BBgARJjl0YmF3uQAAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-page-insights{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QjhEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QjlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCNkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCN0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhTUUA4AAAisSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-performance{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QkNEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QkREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCQURDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCQkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp36RWkAAAcrSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-wpforms{width:76px;height:59px;background-image:url(../img/wpforms.png)}button[data-v-2699f764]{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
+ .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,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")}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.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)}.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}.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}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.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}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:9px 40px 0 8px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:2px 8px 2px 20px;border-radius:5px;margin-right:10px;color:#393f4c;line-height:1;background:#f3f6ff;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.multiselect__tag.monsterinsights-tag-forced{padding-left:8px}.multiselect__tag.monsterinsights-tag-forced i{display:none}.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:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#444}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{display:none}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.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}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.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}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.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}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[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"}*{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 label{color:#393f4a;font-size:16px;display:block;margin-bottom:18px}.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]{width:50%}.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,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADB0lEQVRYhc2X30tTYRjHP+dMU5dTxxRLS1hkDUTNNUGELiTQmyYDL8rr6Bd01UVgf0CBF10FWuG1eRGIu8obLwIRtlabFQOliTlLVDY3nb87XZyztc2d7SBb+r17z/O8z/N93/O+z/N9BTRCcttNgAPoAloAM1CumDeBAOADpoBxweZc1xJX0JC4BRgA+oBijXz3gffAC8Hm9B2LgOS2G4BB4IEWomphgNfAU8HmjGomILntTcA4cPmYidMxDzgEm/NbTgKS294BfAAq8pQ8jgjQI9icM6oElJVPFyB5MonO5J1IEFD+uYf8bbsa5gFr/EyISYbB/5AcJcdgfCBA4qp9IctpD0d2MJw9g04nqrkAcHj4h+jWHlUVpdncJOCaYHP6ipQPA2rJJQlGxjy4vEGqjXqe3O/EVFWWMep6eJuXb6ZZC8Vob63n7m0rQuYlCUrOflGpcH1qVGf9K7i8QQDWQjEmJv2qy5qY9LMWigHg8gaZ9a+o+gJ9kttuEpHLq2qF+/EzlDpeDKl4HrWlz01DMeAQkWv7SaFLRG4sqrh00Zg6bjCqeB61pc/NgBYRuaupotlSS3trPQDVRj293RZV395uC9VGPQDtrfU0W2pzETALktsu5fKCvF/DBIpyu8jQGlCnEzX7glwJNzV75x+bIrKSOSkERGQZdVLwicgaLitc3iALS2HNUReWwonqmQNTRcjKZ4gs1XBlbYuRMQ/Xm+voaLtAo9lEaUnq+d3ZPWAusM7M5yU+zS5z6+bVXMn3gfF4NxwF7qh57u4d8PzVR36v/juvlYZS9GUy59j2PhvRnYTtXE05zx7foORM1kv2TrA5+zW3443oDm9HPcwFsqvtRrOJe/1WKg3a2nGyIhoCHmaNDnyfW8Xz9ReLyxtEorsAVBhKaKirpK3pPE1XanKFABgWbM5HcJokmfLBgSwcC4UIsjxPvBFSCruiVnsKRCIuy1PeBkc6i6LbO5G3Kl+YR5bjM+mGjK1NYWkFhpFP7HEhKTGsmV5FcJofpxmIFOR5/hdt5RGc1JOx/AAAAABJRU5ErkJggg==)}.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,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3N0REQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0VEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3QkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3Q0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phn1ef0AAAMoSURBVHja7J2NcdowGEBNLwOwAR6hnSD2BE0XaH25DhAmsDNBM0CvRzpBOwHKBozgbsAGrtWIRqdIWMjCP+S9Ox3GoC/CT78YO4umaRKYDguEIAQQghBACEIAIQgBhCCEo4AQQMilC7n9/L3v387atFXbeZtEYJytiiVUnDHL8o8fP78G570aSHzRptTYt9K2v6iDolO3aaM9T1Uck1R7rCyvb1SsmGU5G0MJsX1IU5iJsAgpj8RwvS4MITHKcjbe0WtPiz4tZNtR01zkHnEP/bprgJO19bGjRRZGvHOVxdaa8jGEhCIixPjTEScbsCyTHEO6Ptj7Ni3VduUZc9+mnfZ8qeJIrjviXGvbOxUrZln6VIJBhPg0/UOBS8+YOyNuZnQhvgdgbVSYGGWxEWVBx6B+oV2WTy1dnphnH1BLXbU7dlkmL6Q6U/luIsTIJlSWwYSUCbAwRMjrmdVCpXvH/ktO+nh279hPC6HLAoQgBBDCSn1ciuT5K/OxkF/lbxDyQhpxRR3CE10WzEbIUAvLHCGAEGZZ5+FGzcL08xi/2/SgPZenZr9Z8u7VLOoXQuIgD/KdZX+mJH3QpGVHhEp5a7qs/tNhXYY8+yeMVlFY8gmV9LOFd8nrXywiJEDIgbVqDbnWKhLHQc6196073ouQQHaO7VPyMcuy9PuNSqeuzLda3maiZWTay7S3H3Xycrq3PjHvJnn+CemBcoJlnKWQKjDvozHD8hWyHLCMb2ZheCr6Af1IlzU+pWO2JZhlDcexn3tKEZ9oIXHWHrljPZEbA++DOvBLy5hQz6VWXc2g1osjtX7Wi0DWIbSQILquko3FCiF+FG+5hdBl0UKcC7kKHbQQhABCEAIIYZY1gYXd2KzmIqSgntNlIcSysAv5BbpQ+UWkfLHj+aaKFsKg3jlupAH5Uu2xipAvdjxf6iTSJXGxbhMberu/S0F2df8vAOpzm1i6rAsd1Ie+v0nsQX0yl8fRQliHAEIQAghBCCAEIYAQhABCACEIAYQgBKIz16tw5TXr8saVtef+2cC/XkUIIAQhgBCEAEIQAghBCEIQAghBCATxV4ABAJUD6tHSXOZrAAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-amp{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3NzlEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0FEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3N0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3OERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu12a8UAAAaySURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-dimensions{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0M5OEI0RDJEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0M5OEI0RDNEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3RkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc4MERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjhoPAMAAAabSURBVHja7J3RcaNIEIbbrguAjWBxBEYRGEVgOYEzXO27pQgkRyDd+9UKbwLGEQhHYDYCk8FxEfigtqfU6howiBkE2u6qqZVcAsF803/39IzYi4+PDxAbjl0IEAEiJkAEiJgAESBiAkSAiAkQASK9IEDEBIgAERMgAuSX/fXnP6e6/lnRbormdTzPa9HioqXHnuD7j29GbuiPkQ4kp2jPRfMNna88z7Jom6ItTnljlyMFsjUIg9ocvU6AtDCXdFpetLCU3g7tqmgROf9SgLQHoixinXmMZQg1w/eeAOkWS87KxhjUaSYUoGy94AjPWp7LQ4+7J56Xioe0sxyzIRqId0V7R0BNPas85g2zNRrIJcs6whYMCs2+msSAuSZLUwlCIkCOh3KFnRizyeJndkNel2DvNNmWxJAjM6QI/511ADsYG3uWdXYmQASImAARIGICRICICZBq8wTIsIxWfdMxwzwXINfkdd7g868CxK755HXS4PPUi24EiFkLiGTFDY9JKo4XIAaMroG/NDymlLWIvJ8LEDO2gv1KXwbtyuePDKonQLpZCeKBvA9bHl8CpItcz0OQrjEDWbPYkRxxjkfYr8O7cOItQGMGUmZVdG/WsYtMOfMs3dKuAGkwCdyS939D+90mPOOi8WR7SukaI5A5HG7ZWRlKDlIiXWsBctys3OR6eMjmJjMB0jwQl+0OzG7ZSYcgXafedeI0yP8TTcfZ2l1YStctXpOKVXe/E5BtA2mo2hRny0oAbwhkhi3u68tPLVlNdPq252vKNNLlnpOHOJgZ8dKGyzrhiR23JMfz8wX42pbnbHAg+ES6pucApNTiHenUW5LNBORzsSZ9VVruEdnw4HD/7vURJZM2WZeSLh8HlXXpvOwRhpKod2y0TPFfxSxa2TMe88aSgIB0mg3pWjCPdccKhMPISQc7rAO5lNEZeF4jcXXgTVlEArr6oenogOhgTLGl7GYn8GvXua70UXbEF818Qx0X9gQlJAPDM1QZ6C2GuKxjUrwhBWKCepxB8/pTTOIHkHNFJAuiUCaG70kVIJ+JdHX6TXufHuKyUXqnufAEDkvea4wDH6ztMJA6NRPCiOm8rUWmmM1FtmORrJSN/HVNKrzFQD0nqaYqi0QE1nuNTJTneWAdZ8v4L3VXY5CsnMx0VVYVsKBN9T6Cw0Uibj5KxBLT4CkL9Gs4XMINLQJR0rUj0pWA4Z/A2ZiHpNjRgSY78sgNTRvcjLrhOXb+jkGh536E6j1ZDpjbyJCR791izMqHDISXRHRp47RlUNzgTW/hsOD3CvsVvluo3uTgg53lWRdBG5OvS4MXFuCF0YlaQjpeLSyFR2YoEYKZEQgbMjpnCHyFrx02KC4MNlpGuTdJ2NTjmf6tmAOE2JEOBue0Y01Id54t6H+fHoPd0jmtGky+//iWDslDnAr9j8nodXD23TWwxrAv+qkZfdbwmkzaC5PEwaa9V8StlZxcG0xLX9icg37nBPqzxAZ800DyitHqGZzZpjWjss/nlFiZhPa5QGUqNcxgGHZd4S2jAJIbHFH+AMA4LJEw5pk2iosrUndSnfYTA7troCNdDRCPBXrbtmXpeD5kIEviFRPsuBj/PoPuq273eG4lEwFYLPZVwKDbWB+HGEOSCreeEZcuwTx0HMU+NpqtPVR89tVC9eGNSdXCtHSa8pApkQ6PjNgH4hELnEmv4bgioIPH0lHpktiUwb4iyztpDt12r/g1k14YIhAa3FIE4ZGSSoSjOsL3ry1vRpXrPTgsg9P61FNNtmNyr26Gg8tKqd9WlpVpgrDykhT2RcIm8lUev0PJiKB6K1FdYI0M3E+Mg+EKLK672ACyYkEvZp02JZ6iFp+8CplQi1jKM7jUPTEvqEqtTTzb9w56eOKcjSXcpcYj+JwkhH0Jfgn7JVz1MEv1Wsld1eP3uMdY3xVi22ykvW0yswT2T6r+SkosT0Qmckvf/1sASeBwtXDLNNzHgP8T9msZWYO5CfW8BYHES++hANHrNWig0E6dIZj4k+wowHR1xuYDIf49sJ2GngOQOii6elAA+vX1FeiXXXU7CM8Chs20t66TNpq/6yZeNywReAR9Ee9sYNgGwjtLbRFakCxL2VfNsTSF/YIeM2G1o7OCYVOyOBS1zJqzBIDGBVcjTVAhZZFmAipAWpZUdJbDfje832DWD+cKoi/J+swWn8wzMui+MWJUJv9tngAREyACREyACBAxASJAxASIABEgAkRMgAgQMQEiQMSM2/8CDABU8vzNNISKMgAAAABJRU5ErkJggg==)}.monsterinsights-addon-icon .monsterinsights-addon-icon-ecommerce{background-image:url(../img/addon-icon-ecommerce.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-eu-compliance{background-image:url(../img/addon-icon-eu-compliance.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-facebook-instant-articles{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNTZEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Qzk4QjREQ0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1NERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgOeXjgAAAWbSURBVHja7J1faBxVFMZPxZT4h76oFUOsqEVEBakiIvig0RdBoy9VpDZibDH2obUIWvXBtqAJQlEUrKJVKLZgqoK1UpS2KAqihQQLitqIUG2ktopGaSUV4jnsmWYyOztzZ+7M3PnzffCRXXZ2Nju/ueeee++Z2XkzMzMElUfzAARAIAABEAhAAAQqK5DBgdebdMzms69lX8JexL6A/Rf7MPtX9n72ZJIdvrF1xanHp+OcNNYt7HvZ/ezzYrb9kv0++zX2sSQfchqOc6yWsPey97AfNIAhup79LPtH9tPsMwAkm9A0zB5j96XcxwL2evYPChZALA7ku+x1Ge2vl/05++64DdGHtEvCy8cadtJqSqH6dSb7bX08WjQQ+VJdFQWy2RLGS+z7I15/k32QPV4EkCH2GvblDW1dIx1aR7Cl7GRfqdvm1ocM69nVVBjSMjay1xr2KWvzbCFyRqzWx7+wX2YfrdgBvZN9uwUM+f6PGKbFosd0nDKZB5BBbYqkmcQXFUxxN6V87xaFIft4NMH75HitZG/II2Rdp38nKgjDG4UvSPG+rWxv3mNAQ1HSVpnrOOTvisb/21K8Z7ue4V4LezzlLEAPBobtujHh9pIlPcCe1ud3sRdn8dkYGM5mPUlgLPXB8CLDwyHbdmsfERUOewCkvUM3zYx2hcAQ7e6w3x0GfdP5roCsSBlnbfUO+4mI17sN97NPM8hpQ8gCo99g27NcATnbIs7aaFHM6zJaPu5L2zvBkDHKiYxhiH53BeR7zUyK1mcG20zGnCyXsQ90yCpv8k2BJIUhOuwKyO4OsbYMOhQDpDdihG4DQ/QT0t52fZDiPRLmRixhTAVbMIDMZk9ppkwmLWB4nzvtKmSdy77QwcE+QvFVIDLlI4UJpusgJ7V12MAQtS1UFQnkPvbzDoBIIrHMYLunqFXIYKJXqFVNYgPDq0whhKxw7dX01qR1vGgJwzsByGUL2RXMKArMoEz1EPvrmDGJzPBusoSxRU8Ap0Am1GXWhB7oqNB1DRmW9EQMMld1ehEhKzx0rYx43QaGFDbcQxHTLwASLilWvlXHGllpp47qI0tLiwxZN1jGXZuzcjRlS7ma/Sqlr1z0Bn+SIg+bbFwkEMnx1zkAsj0lEK9PkeVdWVF8JmG4Oq6d90ZKUHBd9HrISQdA/stgH948nMx3LdVwJhOOvYGWIAPQr9jvUav68UTSDyoSyAvqKmtCQ48Xfsa01ZgOPmOFTr1kAhAAgQAEQCAAARAoD5WlUE4GXDKLeqkOpv5hf0NzC7cXk92VTWn1LXW42qmOQGRZV9YWBkJek8k4f3W4jI43O/gf1zcJiFwE2UdQKYAsSwhDpif2OPg//2wKkJsDz2Xi8SP2h9SaEAwu905RyEWSaCHZ6arA8x2U0QQd0t50OifwfD96kGpdHyKLREMOPncbpV/gqjWQi8jNEvBYXVvIEM299DhY+/QctZZJPUkhmX9B648ixwM+HakrkG6KLkDrorn3RwnW444WGTqa2KnH6WdkWeXSQWRZ+eot9qe+5zJX5a/aGAmEpLDSmfmOjtN0HYEcCxzkf0M6z/GYpMDV5OIGhCwMDEsvucDlSQef+wmAhGvc0TgEWVaTBSDoQ1ILa+olUyPW1BGyELJO6Tuae+1G3F1Msaaes+5IuH0j1tQRsgAEKkvIkirEwQoeo9quqV9MbtbEbVXbNfWjVM25qNquqW9TQ+jUAQQCEACBSgzEu2ubVLT3NOTY9dBsBf+hrHaaVZYld72RO/1I5aFMkcsvzfxWYxgLqVUW2+X7/qUCIjdlkVvX9engr5+ao32U4a0Ls+xDlpPZXT3rBmN5WQeGUhwtN/uS2xVdQQl+kLeCkku3c1naxQ/cl0wAAiAQgAAIBCAAAgEIgEAAAiAAAiAQgFRF/wswADMRPRxA0bU/AAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-forms{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUFEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1N0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1OERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PveAfEwAAAMMSURBVHja7J0/aBRBFMb3jlRCGsEilVhLEEwviNidRBFBGxFJGmsTsZC7QxuNrQgqFkHUQonWEgL2FiIpRWxMIYhKsHR9gyMcx8zk9m7dfe/298FX3P672f3d229m73avled5hvSoBRCAIIAABNUB5PLFR1W29Zh4RbwgnhtxnR3xO/Ga+G1VDX28vjT2um0jH5yeeEvcKQAj88t2/LpXLeyoBSCuMm5M2Fa37m2/LYBMqJWS2tn22wLIhFpQuq2pBeLyIU94LhLWV8SzrmMy5Fk/byeSKan36tV9MGaM9g5vie9H5u36eQ7OPWs71jYK5ElJywCkJP0saRmAoP8LJC/B3cB2+4GwHvTIVyIS7geW75a0T1QIFYIAAhA0FUBaBd1XdDz6Y7SfCqFCEEAAglRI69XebmQET4UggAAEAQQpDvVepuC7bCoEAQQgCCAAQQABCAIIQBBAFOmo+IX4u/iB+EBdDZmBRXZI/Ea8379e9mBWqZDqtU/8egDGP53mlFWP3G3E84HprwBSvdxduRcC079lNd7o01QgJ7O/d+UO67f4vPgzQKoN8eeRfb/mA55ub4UhvhEIcadn4ruMQ6oP8SOB6e/FSxoa2CQgqRA/I/4FED0h/klLQ5sARHWINw2I+hBvGpBYiH/QEuJNApIK8UUtIa4diDvfPxV/Ed/Jxr8MbibEtQO57j/V7qk97tlWm2NAMRXi2oF0hl7PF4SSCvGXGkNcO5DQE3yKQEmF+CULwacNyJo/eCEoW3tAiYX4Dz8S3wVIcX0Vn4hAOZyAkgrxc+KPVrqGGru9RaEctBziVsYho0KJfSduJsQtDQxHgbIeCfFtKyFubaS+F5SzkRBftBLiFi+dpKCYD3GLQIpAuWktxK0CGYSyHZnvQryXGZe1q70OyvEAFLMhbh3IIBQ3qnePE38oPmU1xIdl9cfWDspqVtMPoqmQBgkgAEEAAQgCCEAQQACCpmGkzp/rUiEAQQABCKpB/ME9QBBAAIIAAhAEEIAggAAEIABBAAEIAghAUOn6I8AArszynlRHoU0AAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-google-optimize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNUREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1QkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1Q0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgMDbnQAAASzSURBVHja7J1ZSFVBGMdHkaBsoRsVFSRRQRstYBTtQkQQPRZWYLtBK2FFtLy0QhjRQhRFi0ER0UsLFEHa4kvZAkEhEaIPWVRKD0JZePs+zifcLvfmOffO6c7M+f/hD0ed4x3nd2a+2c6YF4/HFWSO8lEEAAIBCIBAAAIgEIAACAQg0VaB34Srys6H/WAMJ48i97C4PFvJdeSW5B9cqFqjF0iIILaSd5P7OvSgvyWXk2ttarIKyU/IlY7BYI0hPyXvsQnIIfI0x0PCfvJsG4BMJG+OSJw+bQOQGRHqOHHzNch0IJMj1pstNh1Iv4gBiWFgiJE6BCAAAgEIgEAAAgEIgEAAAiAQgAAIBCAAAuVMudp1spbc07CyGEyuiSqQZgMfzp+215BuylsvnkLub3ErwVuRHtncZHHcKSWfUm7spzpoOxDe1rIO4deMXtZCwDALyEkUmTlAeLNXEYrMHCDFKC6zgPRAcZkXQyAAARAIQCAAARAIQCyU7vWQz+T75IfkXuSR5LnKm6YPU9Xk6/K538ijyZOU9xbswKgCOUreRW5PUQt5hfCw0j9d/5u8k3yM3JHw/VrxRcmXNROiupqsFeRtKWAoKaizypsp/q05/xulwDvS/LyNvJ58N0pA+I+94iNdrTzNuvSSfM5HOoZVprxjLyIBZPs/ntBkndFYS44E+NwWiW3OA+EmoT5g+iea8l4fMH1NFIDUB3hKO/VGU97fB0x/i3xCeQfDONvL6p3BPQM05Z3XZ4JsTuCtR1vkeii5hDzftNiSLZAR5GHkhgA1crymvC9Rme8WaSJfFjsX1McFSDtT4yBxsfL2hvnRdBk07pHrbspQZVtDjgbs4/OT2aj0rM3f9tlj4xp8U0bsJQmdCw7y9yS2NLlQQxjGjoSg7uc8jwYplMYs811FXpnw2flp/jY+BupOiukTPjxtgfJ20ZS70GQlw6hQ3jzWGSmEmDQLC6WdfiGBVAeUZBjLyV/Jx8lLyfPIB6QH+EqFP4+W8yYrFYxKuV6n0s8bPSbPkuahE0p1iubrI7mPPMV+YFySaycORMvXCKMrFQmUVDWFu56bJM0Q6U7z6wHLpOZ1BcMZBakhD8g3MoSRDCWxpvD1L/X3Kwod8vVVCbyLlDdvZSuM5jBqSEuWMNLVlKYuMsyfe9bymlEXZlDPBkYylFjA+2yE8VKlOFhZFxAdMBKhBJVtgZvHSavDCurzNMJQEqxbAt7z3DIYvID2Oqygrnv59UMG93S3AATPAjwjbyC/+99TJ9loggwe2wPcMyLE/Hwiz8nyd3xX3vR+e6a/IJdAeODH5/f6PbA+JhDDEhdizt81zPW+rP0B8nAozejdKeUaCI/U9/lIF5l3G03Yucj/O+SaSn0+OscYnii8pSKiAkPyUSq1oEZ6X1/IUyXIFqoIqcCgvHSuUURa2GwNIBCAAAgEIBEE0upoGbTaCqTOUSB1tgLhtYu3jsFosxkIq9wxIBUCxVogPFW+1xEYvK3onGmZyqSXxZN9cyxuvnjpmPd7Je7xMkaZzmXxQs5Y5c3Q8nsaMQtA/FDe0mqjiSA6lRePx9H5x8AQAhAAgQAEQCAAARAIQAAEMkV/BBgARJjl0YmF3uQAAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-page-insights{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QjhEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QjlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCNkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCN0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhTUUA4AAAisSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-performance{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QkNEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QkREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCQURDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCQkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp36RWkAAAcrSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-wpforms{width:76px;height:59px;background-image:url(../img/wpforms.png)}button[data-v-2699f764]{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
- .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,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")}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;left:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.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)}.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}.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}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:right;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-right-radius:0;border-bottom-left-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-right-radius:0;border-top-left-radius:0}.multiselect__input,.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}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-right:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:9px 8px 0 40px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:2px 20px 2px 8px;border-radius:5px;margin-left:10px;color:#393f4c;line-height:1;background:#f3f6ff;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.multiselect__tag.monsterinsights-tag-forced{padding-right:8px}.multiselect__tag.monsterinsights-tag-forced i{display:none}.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:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#444}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0 30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{display:none}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.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}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.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}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.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}.multiselect__option:after{top:0;left:0;position:absolute;line-height:40px;padding-left:12px;padding-right:20px;font-size:13px}.multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:left}[dir=rtl] .multiselect__select{left:auto;right:1px}[dir=rtl] .multiselect__tags{padding:8px 40px 0 8px}[dir=rtl] .multiselect__content{text-align:left}[dir=rtl] .multiselect__option:after{left:auto;right:0}[dir=rtl] .multiselect__clear{left:auto;right:12px}[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"}*{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 label{color:#393f4a;font-size:16px;display:block;margin-bottom:18px}.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}.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]{width:50%}.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,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADB0lEQVRYhc2X30tTYRjHP+dMU5dTxxRLS1hkDUTNNUGELiTQmyYDL8rr6Bd01UVgf0CBF10FWuG1eRGIu8obLwIRtlabFQOliTlLVDY3nb87XZyztc2d7SBb+r17z/O8z/N93/O+z/N9BTRCcttNgAPoAloAM1CumDeBAOADpoBxweZc1xJX0JC4BRgA+oBijXz3gffAC8Hm9B2LgOS2G4BB4IEWomphgNfAU8HmjGomILntTcA4cPmYidMxDzgEm/NbTgKS294BfAAq8pQ8jgjQI9icM6oElJVPFyB5MonO5J1IEFD+uYf8bbsa5gFr/EyISYbB/5AcJcdgfCBA4qp9IctpD0d2MJw9g04nqrkAcHj4h+jWHlUVpdncJOCaYHP6ipQPA2rJJQlGxjy4vEGqjXqe3O/EVFWWMep6eJuXb6ZZC8Vob63n7m0rQuYlCUrOflGpcH1qVGf9K7i8QQDWQjEmJv2qy5qY9LMWigHg8gaZ9a+o+gJ9kttuEpHLq2qF+/EzlDpeDKl4HrWlz01DMeAQkWv7SaFLRG4sqrh00Zg6bjCqeB61pc/NgBYRuaupotlSS3trPQDVRj293RZV395uC9VGPQDtrfU0W2pzETALktsu5fKCvF/DBIpyu8jQGlCnEzX7glwJNzV75x+bIrKSOSkERGQZdVLwicgaLitc3iALS2HNUReWwonqmQNTRcjKZ4gs1XBlbYuRMQ/Xm+voaLtAo9lEaUnq+d3ZPWAusM7M5yU+zS5z6+bVXMn3gfF4NxwF7qh57u4d8PzVR36v/juvlYZS9GUy59j2PhvRnYTtXE05zx7foORM1kv2TrA5+zW3443oDm9HPcwFsqvtRrOJe/1WKg3a2nGyIhoCHmaNDnyfW8Xz9ReLyxtEorsAVBhKaKirpK3pPE1XanKFABgWbM5HcJokmfLBgSwcC4UIsjxPvBFSCruiVnsKRCIuy1PeBkc6i6LbO5G3Kl+YR5bjM+mGjK1NYWkFhpFP7HEhKTGsmV5FcJofpxmIFOR5/hdt5RGc1JOx/AAAAABJRU5ErkJggg==)}.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,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3N0REQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0VEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3QkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3Q0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phn1ef0AAAMoSURBVHja7J2NcdowGEBNLwOwAR6hnSD2BE0XaH25DhAmsDNBM0CvRzpBOwHKBozgbsAGrtWIRqdIWMjCP+S9Ox3GoC/CT78YO4umaRKYDguEIAQQghBACEIAIQgBhCCEo4AQQMilC7n9/L3v387atFXbeZtEYJytiiVUnDHL8o8fP78G570aSHzRptTYt9K2v6iDolO3aaM9T1Uck1R7rCyvb1SsmGU5G0MJsX1IU5iJsAgpj8RwvS4MITHKcjbe0WtPiz4tZNtR01zkHnEP/bprgJO19bGjRRZGvHOVxdaa8jGEhCIixPjTEScbsCyTHEO6Ptj7Ni3VduUZc9+mnfZ8qeJIrjviXGvbOxUrZln6VIJBhPg0/UOBS8+YOyNuZnQhvgdgbVSYGGWxEWVBx6B+oV2WTy1dnphnH1BLXbU7dlkmL6Q6U/luIsTIJlSWwYSUCbAwRMjrmdVCpXvH/ktO+nh279hPC6HLAoQgBBDCSn1ciuT5K/OxkF/lbxDyQhpxRR3CE10WzEbIUAvLHCGAEGZZ5+FGzcL08xi/2/SgPZenZr9Z8u7VLOoXQuIgD/KdZX+mJH3QpGVHhEp5a7qs/tNhXYY8+yeMVlFY8gmV9LOFd8nrXywiJEDIgbVqDbnWKhLHQc6196073ouQQHaO7VPyMcuy9PuNSqeuzLda3maiZWTay7S3H3Xycrq3PjHvJnn+CemBcoJlnKWQKjDvozHD8hWyHLCMb2ZheCr6Af1IlzU+pWO2JZhlDcexn3tKEZ9oIXHWHrljPZEbA++DOvBLy5hQz6VWXc2g1osjtX7Wi0DWIbSQILquko3FCiF+FG+5hdBl0UKcC7kKHbQQhABCEAIIYZY1gYXd2KzmIqSgntNlIcSysAv5BbpQ+UWkfLHj+aaKFsKg3jlupAH5Uu2xipAvdjxf6iTSJXGxbhMberu/S0F2df8vAOpzm1i6rAsd1Ie+v0nsQX0yl8fRQliHAEIQAghBCCAEIYAQhABCACEIAYQgBKIz16tw5TXr8saVtef+2cC/XkUIIAQhgBCEAEIQAghBCEIQAghBCATxV4ABAJUD6tHSXOZrAAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-amp{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3NzlEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0FEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3N0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3OERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu12a8UAAAaySURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-dimensions{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0M5OEI0RDJEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0M5OEI0RDNEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3RkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc4MERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjhoPAMAAAabSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-ecommerce{background-image:url(../img/addon-icon-ecommerce.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-eu-compliance{background-image:url(../img/addon-icon-eu-compliance.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-facebook-instant-articles{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNTZEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Qzk4QjREQ0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1NERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgOeXjgAAAWbSURBVHja7J1faBxVFMZPxZT4h76oFUOsqEVEBakiIvig0RdBoy9VpDZibDH2obUIWvXBtqAJQlEUrKJVKLZgqoK1UpS2KAqihQQLitqIUG2ktopGaSUV4jnsmWYyOztzZ+7M3PnzffCRXXZ2Nju/ueeee++Z2XkzMzMElUfzAARAIAABEAhAAAQqK5DBgdebdMzms69lX8JexL6A/Rf7MPtX9n72ZJIdvrF1xanHp+OcNNYt7HvZ/ezzYrb9kv0++zX2sSQfchqOc6yWsPey97AfNIAhup79LPtH9tPsMwAkm9A0zB5j96XcxwL2evYPChZALA7ku+x1Ge2vl/05++64DdGHtEvCy8cadtJqSqH6dSb7bX08WjQQ+VJdFQWy2RLGS+z7I15/k32QPV4EkCH2GvblDW1dIx1aR7Cl7GRfqdvm1ocM69nVVBjSMjay1xr2KWvzbCFyRqzWx7+wX2YfrdgBvZN9uwUM+f6PGKbFosd0nDKZB5BBbYqkmcQXFUxxN6V87xaFIft4NMH75HitZG/II2Rdp38nKgjDG4UvSPG+rWxv3mNAQ1HSVpnrOOTvisb/21K8Z7ue4V4LezzlLEAPBobtujHh9pIlPcCe1ud3sRdn8dkYGM5mPUlgLPXB8CLDwyHbdmsfERUOewCkvUM3zYx2hcAQ7e6w3x0GfdP5roCsSBlnbfUO+4mI17sN97NPM8hpQ8gCo99g27NcATnbIs7aaFHM6zJaPu5L2zvBkDHKiYxhiH53BeR7zUyK1mcG20zGnCyXsQ90yCpv8k2BJIUhOuwKyO4OsbYMOhQDpDdihG4DQ/QT0t52fZDiPRLmRixhTAVbMIDMZk9ppkwmLWB4nzvtKmSdy77QwcE+QvFVIDLlI4UJpusgJ7V12MAQtS1UFQnkPvbzDoBIIrHMYLunqFXIYKJXqFVNYgPDq0whhKxw7dX01qR1vGgJwzsByGUL2RXMKArMoEz1EPvrmDGJzPBusoSxRU8Ap0Am1GXWhB7oqNB1DRmW9EQMMld1ehEhKzx0rYx43QaGFDbcQxHTLwASLilWvlXHGllpp47qI0tLiwxZN1jGXZuzcjRlS7ma/Sqlr1z0Bn+SIg+bbFwkEMnx1zkAsj0lEK9PkeVdWVF8JmG4Oq6d90ZKUHBd9HrISQdA/stgH948nMx3LdVwJhOOvYGWIAPQr9jvUav68UTSDyoSyAvqKmtCQ48Xfsa01ZgOPmOFTr1kAhAAgQAEQCAAARAoD5WlUE4GXDKLeqkOpv5hf0NzC7cXk92VTWn1LXW42qmOQGRZV9YWBkJek8k4f3W4jI43O/gf1zcJiFwE2UdQKYAsSwhDpif2OPg//2wKkJsDz2Xi8SP2h9SaEAwu905RyEWSaCHZ6arA8x2U0QQd0t50OifwfD96kGpdHyKLREMOPncbpV/gqjWQi8jNEvBYXVvIEM299DhY+/QctZZJPUkhmX9B648ixwM+HakrkG6KLkDrorn3RwnW444WGTqa2KnH6WdkWeXSQWRZ+eot9qe+5zJX5a/aGAmEpLDSmfmOjtN0HYEcCxzkf0M6z/GYpMDV5OIGhCwMDEsvucDlSQef+wmAhGvc0TgEWVaTBSDoQ1ILa+olUyPW1BGyELJO6Tuae+1G3F1Msaaes+5IuH0j1tQRsgAEKkvIkirEwQoeo9quqV9MbtbEbVXbNfWjVM25qNquqW9TQ+jUAQQCEACBSgzEu2ubVLT3NOTY9dBsBf+hrHaaVZYld72RO/1I5aFMkcsvzfxWYxgLqVUW2+X7/qUCIjdlkVvX9engr5+ao32U4a0Ls+xDlpPZXT3rBmN5WQeGUhwtN/uS2xVdQQl+kLeCkku3c1naxQ/cl0wAAiAQgAAIBCAAAgEIgEAAAiAAAiAQgFRF/wswADMRPRxA0bU/AAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-forms{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUFEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1N0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1OERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PveAfEwAAAMMSURBVHja7J0/aBRBFMb3jlRCGsEilVhLEEwviNidRBFBGxFJGmsTsZC7QxuNrQgqFkHUQonWEgL2FiIpRWxMIYhKsHR9gyMcx8zk9m7dfe/298FX3P672f3d229m73avled5hvSoBRCAIIAABNUB5PLFR1W29Zh4RbwgnhtxnR3xO/Ga+G1VDX28vjT2um0jH5yeeEvcKQAj88t2/LpXLeyoBSCuMm5M2Fa37m2/LYBMqJWS2tn22wLIhFpQuq2pBeLyIU94LhLWV8SzrmMy5Fk/byeSKan36tV9MGaM9g5vie9H5u36eQ7OPWs71jYK5ElJywCkJP0saRmAoP8LJC/B3cB2+4GwHvTIVyIS7geW75a0T1QIFYIAAhA0FUBaBd1XdDz6Y7SfCqFCEEAAglRI69XebmQET4UggAAEAQQpDvVepuC7bCoEAQQgCCAAQQABCAIIQBBAFOmo+IX4u/iB+EBdDZmBRXZI/Ea8379e9mBWqZDqtU/8egDGP53mlFWP3G3E84HprwBSvdxduRcC079lNd7o01QgJ7O/d+UO67f4vPgzQKoN8eeRfb/mA55ub4UhvhEIcadn4ruMQ6oP8SOB6e/FSxoa2CQgqRA/I/4FED0h/klLQ5sARHWINw2I+hBvGpBYiH/QEuJNApIK8UUtIa4diDvfPxV/Ed/Jxr8MbibEtQO57j/V7qk97tlWm2NAMRXi2oF0hl7PF4SSCvGXGkNcO5DQE3yKQEmF+CULwacNyJo/eCEoW3tAiYX4Dz8S3wVIcX0Vn4hAOZyAkgrxc+KPVrqGGru9RaEctBziVsYho0KJfSduJsQtDQxHgbIeCfFtKyFubaS+F5SzkRBftBLiFi+dpKCYD3GLQIpAuWktxK0CGYSyHZnvQryXGZe1q70OyvEAFLMhbh3IIBQ3qnePE38oPmU1xIdl9cfWDspqVtMPoqmQBgkgAEEAAQgCCEAQQACCpmGkzp/rUiEAQQABCKpB/ME9QBBAAIIAAhAEEIAggAAEIABBAAEIAghAUOn6I8AArszynlRHoU0AAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-google-optimize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNUREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1QkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1Q0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgMDbnQAAASzSURBVHja7J1ZSFVBGMdHkaBsoRsVFSRRQRstYBTtQkQQPRZWYLtBK2FFtLy0QhjRQhRFi0ER0UsLFEHa4kvZAkEhEaIPWVRKD0JZePs+zifcLvfmOffO6c7M+f/hD0ed4x3nd2a+2c6YF4/HFWSO8lEEAAIBCIBAAAIgEIAACAQg0VaB34Srys6H/WAMJ48i97C4PFvJdeSW5B9cqFqjF0iIILaSd5P7OvSgvyWXk2ttarIKyU/IlY7BYI0hPyXvsQnIIfI0x0PCfvJsG4BMJG+OSJw+bQOQGRHqOHHzNch0IJMj1pstNh1Iv4gBiWFgiJE6BCAAAgEIgEAAAgEIgEAAAiAQgAAIBCAAAuVMudp1spbc07CyGEyuiSqQZgMfzp+215BuylsvnkLub3ErwVuRHtncZHHcKSWfUm7spzpoOxDe1rIO4deMXtZCwDALyEkUmTlAeLNXEYrMHCDFKC6zgPRAcZkXQyAAARAIQCAAARAIQCyU7vWQz+T75IfkXuSR5LnKm6YPU9Xk6/K538ijyZOU9xbswKgCOUreRW5PUQt5hfCw0j9d/5u8k3yM3JHw/VrxRcmXNROiupqsFeRtKWAoKaizypsp/q05/xulwDvS/LyNvJ58N0pA+I+94iNdrTzNuvSSfM5HOoZVprxjLyIBZPs/ntBkndFYS44E+NwWiW3OA+EmoT5g+iea8l4fMH1NFIDUB3hKO/VGU97fB0x/i3xCeQfDONvL6p3BPQM05Z3XZ4JsTuCtR1vkeii5hDzftNiSLZAR5GHkhgA1crymvC9Rme8WaSJfFjsX1McFSDtT4yBxsfL2hvnRdBk07pHrbspQZVtDjgbs4/OT2aj0rM3f9tlj4xp8U0bsJQmdCw7y9yS2NLlQQxjGjoSg7uc8jwYplMYs811FXpnw2flp/jY+BupOiukTPjxtgfJ20ZS70GQlw6hQ3jzWGSmEmDQLC6WdfiGBVAeUZBjLyV/Jx8lLyfPIB6QH+EqFP4+W8yYrFYxKuV6n0s8bPSbPkuahE0p1iubrI7mPPMV+YFySaycORMvXCKMrFQmUVDWFu56bJM0Q6U7z6wHLpOZ1BcMZBakhD8g3MoSRDCWxpvD1L/X3Kwod8vVVCbyLlDdvZSuM5jBqSEuWMNLVlKYuMsyfe9bymlEXZlDPBkYylFjA+2yE8VKlOFhZFxAdMBKhBJVtgZvHSavDCurzNMJQEqxbAt7z3DIYvID2Oqygrnv59UMG93S3AATPAjwjbyC/+99TJ9loggwe2wPcMyLE/Hwiz8nyd3xX3vR+e6a/IJdAeODH5/f6PbA+JhDDEhdizt81zPW+rP0B8nAozejdKeUaCI/U9/lIF5l3G03Yucj/O+SaSn0+OscYnii8pSKiAkPyUSq1oEZ6X1/IUyXIFqoIqcCgvHSuUURa2GwNIBCAAAgEIBEE0upoGbTaCqTOUSB1tgLhtYu3jsFosxkIq9wxIBUCxVogPFW+1xEYvK3onGmZyqSXxZN9cyxuvnjpmPd7Je7xMkaZzmXxQs5Y5c3Q8nsaMQtA/FDe0mqjiSA6lRePx9H5x8AQAhAAgQAEQCAAARAIQAAEMkV/BBgARJjl0YmF3uQAAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-page-insights{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QjhEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QjlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCNkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCN0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhTUUA4AAAisSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-performance{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QkNEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QkREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCQURDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCQkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp36RWkAAAcrSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-wpforms{width:76px;height:59px;background-image:url(../img/wpforms.png)}button[data-v-2699f764]{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: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;right:-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:right;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-right: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-right:0}.monsterinsights-welcome-video-image{padding-top:57%}.monsterinsights-welcome-video-image:after{background-image:url(../img/welcome-video-image.jpg)}
1
+ .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,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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")}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;left:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.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)}.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}.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}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:right;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-right-radius:0;border-bottom-left-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-right-radius:0;border-top-left-radius:0}.multiselect__input,.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}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-right:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:9px 8px 0 40px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:2px 20px 2px 8px;border-radius:5px;margin-left:10px;color:#393f4c;line-height:1;background:#f3f6ff;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.multiselect__tag.monsterinsights-tag-forced{padding-right:8px}.multiselect__tag.monsterinsights-tag-forced i{display:none}.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:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#444}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0 30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{display:none}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.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}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.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}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.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}.multiselect__option:after{top:0;left:0;position:absolute;line-height:40px;padding-left:12px;padding-right:20px;font-size:13px}.multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:left}[dir=rtl] .multiselect__select{left:auto;right:1px}[dir=rtl] .multiselect__tags{padding:8px 40px 0 8px}[dir=rtl] .multiselect__content{text-align:left}[dir=rtl] .multiselect__option:after{left:auto;right:0}[dir=rtl] .multiselect__clear{left:auto;right:12px}[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"}*{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 label{color:#393f4a;font-size:16px;display:block;margin-bottom:18px}.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]{width:50%}.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,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADB0lEQVRYhc2X30tTYRjHP+dMU5dTxxRLS1hkDUTNNUGELiTQmyYDL8rr6Bd01UVgf0CBF10FWuG1eRGIu8obLwIRtlabFQOliTlLVDY3nb87XZyztc2d7SBb+r17z/O8z/N93/O+z/N9BTRCcttNgAPoAloAM1CumDeBAOADpoBxweZc1xJX0JC4BRgA+oBijXz3gffAC8Hm9B2LgOS2G4BB4IEWomphgNfAU8HmjGomILntTcA4cPmYidMxDzgEm/NbTgKS294BfAAq8pQ8jgjQI9icM6oElJVPFyB5MonO5J1IEFD+uYf8bbsa5gFr/EyISYbB/5AcJcdgfCBA4qp9IctpD0d2MJw9g04nqrkAcHj4h+jWHlUVpdncJOCaYHP6ipQPA2rJJQlGxjy4vEGqjXqe3O/EVFWWMep6eJuXb6ZZC8Vob63n7m0rQuYlCUrOflGpcH1qVGf9K7i8QQDWQjEmJv2qy5qY9LMWigHg8gaZ9a+o+gJ9kttuEpHLq2qF+/EzlDpeDKl4HrWlz01DMeAQkWv7SaFLRG4sqrh00Zg6bjCqeB61pc/NgBYRuaupotlSS3trPQDVRj293RZV395uC9VGPQDtrfU0W2pzETALktsu5fKCvF/DBIpyu8jQGlCnEzX7glwJNzV75x+bIrKSOSkERGQZdVLwicgaLitc3iALS2HNUReWwonqmQNTRcjKZ4gs1XBlbYuRMQ/Xm+voaLtAo9lEaUnq+d3ZPWAusM7M5yU+zS5z6+bVXMn3gfF4NxwF7qh57u4d8PzVR36v/juvlYZS9GUy59j2PhvRnYTtXE05zx7foORM1kv2TrA5+zW3443oDm9HPcwFsqvtRrOJe/1WKg3a2nGyIhoCHmaNDnyfW8Xz9ReLyxtEorsAVBhKaKirpK3pPE1XanKFABgWbM5HcJokmfLBgSwcC4UIsjxPvBFSCruiVnsKRCIuy1PeBkc6i6LbO5G3Kl+YR5bjM+mGjK1NYWkFhpFP7HEhKTGsmV5FcJofpxmIFOR5/hdt5RGc1JOx/AAAAABJRU5ErkJggg==)}.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,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3N0REQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0VEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3QkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3Q0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phn1ef0AAAMoSURBVHja7J2NcdowGEBNLwOwAR6hnSD2BE0XaH25DhAmsDNBM0CvRzpBOwHKBozgbsAGrtWIRqdIWMjCP+S9Ox3GoC/CT78YO4umaRKYDguEIAQQghBACEIAIQgBhCCEo4AQQMilC7n9/L3v387atFXbeZtEYJytiiVUnDHL8o8fP78G570aSHzRptTYt9K2v6iDolO3aaM9T1Uck1R7rCyvb1SsmGU5G0MJsX1IU5iJsAgpj8RwvS4MITHKcjbe0WtPiz4tZNtR01zkHnEP/bprgJO19bGjRRZGvHOVxdaa8jGEhCIixPjTEScbsCyTHEO6Ptj7Ni3VduUZc9+mnfZ8qeJIrjviXGvbOxUrZln6VIJBhPg0/UOBS8+YOyNuZnQhvgdgbVSYGGWxEWVBx6B+oV2WTy1dnphnH1BLXbU7dlkmL6Q6U/luIsTIJlSWwYSUCbAwRMjrmdVCpXvH/ktO+nh279hPC6HLAoQgBBDCSn1ciuT5K/OxkF/lbxDyQhpxRR3CE10WzEbIUAvLHCGAEGZZ5+FGzcL08xi/2/SgPZenZr9Z8u7VLOoXQuIgD/KdZX+mJH3QpGVHhEp5a7qs/tNhXYY8+yeMVlFY8gmV9LOFd8nrXywiJEDIgbVqDbnWKhLHQc6196073ouQQHaO7VPyMcuy9PuNSqeuzLda3maiZWTay7S3H3Xycrq3PjHvJnn+CemBcoJlnKWQKjDvozHD8hWyHLCMb2ZheCr6Af1IlzU+pWO2JZhlDcexn3tKEZ9oIXHWHrljPZEbA++DOvBLy5hQz6VWXc2g1osjtX7Wi0DWIbSQILquko3FCiF+FG+5hdBl0UKcC7kKHbQQhABCEAIIYZY1gYXd2KzmIqSgntNlIcSysAv5BbpQ+UWkfLHj+aaKFsKg3jlupAH5Uu2xipAvdjxf6iTSJXGxbhMberu/S0F2df8vAOpzm1i6rAsd1Ie+v0nsQX0yl8fRQliHAEIQAghBCCAEIYAQhABCACEIAYQgBKIz16tw5TXr8saVtef+2cC/XkUIIAQhgBCEAEIQAghBCEIQAghBCATxV4ABAJUD6tHSXOZrAAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-amp{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3NzlEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0FEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3N0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3OERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu12a8UAAAaySURBVHja7F1riFVVFF5GSplYBkMT+UN6/tASmxrLDCFLimImqCloysJHE2ZaEDX5x5FIJbKYqNFSjEKFKQQ1QqkcynxMUmnM5J+xGAaFaSYSTCosuq3FWYc599xz7tl7333P664PPubOvedxZ397r7XXXmufGVcoFECQHlwgTSCCCEQQEUQggogggirgQhsXWbRwSy212QTk7cjrkFOR9cgzyFHkaeS3yEGdC279aIldQWoEzchHkE3ISRHH9iN3Ijchh8Vk2cVc5CHkLuRjCmIQZiBXIweQ65CTRRA7pol6+DfIOYbXIPHakSeRt4kg5piC3Itss3S9OuQBZGssTj1nmIj8HHmL5euOR27j19vjFmRihsXeYiDGOW7kVgUf8wHyZ2RvtQWhaz2NfAF5bY2NqpeRXSomiUfKHm6js9X0Ia8i361BMY4h30dOU5yBuT7llWqOEHKCy/n1KeRG5EjGGrYFucDgvGXIf5EzNc+j9ur0xym2BHnC0ztawuxjyqe4bxmc96Hnb51uMCV+BtlRDZM1m3+ezKAYhLs0zI3Xkbd7fp9ucN+Hqh2H/JFRP/CgoSP3mpubDK4xg32PxCE+NBo6cm87/g3OGpa3sVWty6AIUoypmsevYEfugl7f6jtmP5vCKFwlSyelDr1O05EfjDhmrqIY4L93nCNkCdvduPEZ8vkyn19UgSMPCyU2aoYMiQgyOaGgMar3n+WGVpllrYbo/MYyDf9BGEpKkBPIHQkIckjhmGHFznK9b3nkBDt4F5Q9fE3z+40kJcg+Zhrxi6IgbVC8JL/SJ8h6g3hmQJx6sJ8xHfUu5iGfNAguj4ggpdhjeF6/Z6b2juF9zydlssi+XplAY5+B6CoQ+vww6KVqRz0OfrmmI3fxcdAULS5QgcCGBATZAWp5ilXIrzSu2+fpaGsMvhd1gN3+N8VkjeFrTdPlOuMNBo4cwmKyOEfIp+CkLuPGkMaxK0F95ZdM4aM88nXRGRbtxynIgH+Kl0KQL3lA0XS1G96jB/li2IdisoJN1+NVuvZ3yIeheGFSBFEAVZDcyXGCzcnFPDZ1oYjTZNEK6P0JNO5xZLfBeWTjb2R731TB/Wl63AFOVUok4hSksQK7W2nP7DY8l3xKM/fstZpxyjkOFl+PGhVJCUL4JwFBbNyT/Mod4KRbm3ikXw3F6180Eqji5ig4hdk9/ig8bYK8ycwyaMS8zST8gJylEXxGQpx6yiCCiCACEUQEEYggIoigGkhj5SKlQ6lw+Qpwlj2GNc+nyHqSxe/zIxSXiNaEIPeCU/DcAM4+i/G+CJgqO47wMsSfEdd6A+zWf62pJUGoao/2ZZSr1qBCtwXMxcilkN5yokwLQqNiM+gVOtOxtF2Z6mufCjnmHt8IqxS/1YIgZOd3GZ5Lq6jbynw+KLMsfTO1OeB9WpXtZF9C5UKXgPOQl2dhrDqQxLgP+aWYLHt4D0oLoMlpLoTiskxCL5P2jq9i39ELOUbcgpCpagkQY3bE7InyCh2K99gEdgvyKklwpV6Q1gAztVRhKquD+ZanvcfyPEJmBfQ+2yaICqBtbj4dyasgUwJ67hdljr+bo3UV7PdE9M3iQ9TQELIsUS5CVi0qoJnZ7jw49TinvUG9fcjStesgJ4h7S5sftNn+oIVre4PBCZa/939QptIwy4L8xLMq77LGzWUEIf9yOuD9S6H0ITH9vvvYXlzsyKMg59lneB8ORtXjXSE9MKwRVvgE8W6cEZOlie99gszhBlat16In1T3ne6/P9zutHl9m8TsfyLMg66H0MXhkEo4q+pKuAHO0M+AYmWVpOF//ziESh8ou15VxyNM41vDnTQ5nXYCkR4jbg+k5Ud5ngZCjp0Js2pdBmcHjHCHTRkqqQG+E0rQsTRDaIGdIKh+ymGdRfvNDCagWKF2ADMJaCE6tSk7d0HTNZGeu28tH2bGHrcBmOqeeZBkQrfDSMwcp5XpK8ZxPOJjshpwiDVUnlP27gRu6kYPFBl5q6WP285RZZSlccuqWRoubHbS5jCLTXoEIIj7EEDQdXZTBNsptTv0aqGx7cVLIbU7917j/OEvIbU59O5T5RyYCceoiiEAEEUEE6RDELeeh/EV9jbRdPYw9+NJWOZO1WRbNnijBRIt69ByQl5C/51iMy8HZXucuYm5NmyC0Gkv/+4+qQVQTTHkB/d3WHl1o04dQvrunxkx+D+g/zTq2wJBqo+azXaVs4MU5FuIvqFJqd1yhUJCpjUx7BSKICCIQQUQQgQgigghEEBFEIIIIRBARRKCN/wUYAF44N83wa8TyAAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-dimensions{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0M5OEI0RDJEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0M5OEI0RDNEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3RkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc4MERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjhoPAMAAAabSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-ecommerce{background-image:url(../img/addon-icon-ecommerce.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-eu-compliance{background-image:url(../img/addon-icon-eu-compliance.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-facebook-instant-articles{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNTZEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Qzk4QjREQ0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1NERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgOeXjgAAAWbSURBVHja7J1faBxVFMZPxZT4h76oFUOsqEVEBakiIvig0RdBoy9VpDZibDH2obUIWvXBtqAJQlEUrKJVKLZgqoK1UpS2KAqihQQLitqIUG2ktopGaSUV4jnsmWYyOztzZ+7M3PnzffCRXXZ2Nju/ueeee++Z2XkzMzMElUfzAARAIAABEAhAAAQqK5DBgdebdMzms69lX8JexL6A/Rf7MPtX9n72ZJIdvrF1xanHp+OcNNYt7HvZ/ezzYrb9kv0++zX2sSQfchqOc6yWsPey97AfNIAhup79LPtH9tPsMwAkm9A0zB5j96XcxwL2evYPChZALA7ku+x1Ge2vl/05++64DdGHtEvCy8cadtJqSqH6dSb7bX08WjQQ+VJdFQWy2RLGS+z7I15/k32QPV4EkCH2GvblDW1dIx1aR7Cl7GRfqdvm1ocM69nVVBjSMjay1xr2KWvzbCFyRqzWx7+wX2YfrdgBvZN9uwUM+f6PGKbFosd0nDKZB5BBbYqkmcQXFUxxN6V87xaFIft4NMH75HitZG/II2Rdp38nKgjDG4UvSPG+rWxv3mNAQ1HSVpnrOOTvisb/21K8Z7ue4V4LezzlLEAPBobtujHh9pIlPcCe1ud3sRdn8dkYGM5mPUlgLPXB8CLDwyHbdmsfERUOewCkvUM3zYx2hcAQ7e6w3x0GfdP5roCsSBlnbfUO+4mI17sN97NPM8hpQ8gCo99g27NcATnbIs7aaFHM6zJaPu5L2zvBkDHKiYxhiH53BeR7zUyK1mcG20zGnCyXsQ90yCpv8k2BJIUhOuwKyO4OsbYMOhQDpDdihG4DQ/QT0t52fZDiPRLmRixhTAVbMIDMZk9ppkwmLWB4nzvtKmSdy77QwcE+QvFVIDLlI4UJpusgJ7V12MAQtS1UFQnkPvbzDoBIIrHMYLunqFXIYKJXqFVNYgPDq0whhKxw7dX01qR1vGgJwzsByGUL2RXMKArMoEz1EPvrmDGJzPBusoSxRU8Ap0Am1GXWhB7oqNB1DRmW9EQMMld1ehEhKzx0rYx43QaGFDbcQxHTLwASLilWvlXHGllpp47qI0tLiwxZN1jGXZuzcjRlS7ma/Sqlr1z0Bn+SIg+bbFwkEMnx1zkAsj0lEK9PkeVdWVF8JmG4Oq6d90ZKUHBd9HrISQdA/stgH948nMx3LdVwJhOOvYGWIAPQr9jvUav68UTSDyoSyAvqKmtCQ48Xfsa01ZgOPmOFTr1kAhAAgQAEQCAAARAoD5WlUE4GXDKLeqkOpv5hf0NzC7cXk92VTWn1LXW42qmOQGRZV9YWBkJek8k4f3W4jI43O/gf1zcJiFwE2UdQKYAsSwhDpif2OPg//2wKkJsDz2Xi8SP2h9SaEAwu905RyEWSaCHZ6arA8x2U0QQd0t50OifwfD96kGpdHyKLREMOPncbpV/gqjWQi8jNEvBYXVvIEM299DhY+/QctZZJPUkhmX9B648ixwM+HakrkG6KLkDrorn3RwnW444WGTqa2KnH6WdkWeXSQWRZ+eot9qe+5zJX5a/aGAmEpLDSmfmOjtN0HYEcCxzkf0M6z/GYpMDV5OIGhCwMDEsvucDlSQef+wmAhGvc0TgEWVaTBSDoQ1ILa+olUyPW1BGyELJO6Tuae+1G3F1Msaaes+5IuH0j1tQRsgAEKkvIkirEwQoeo9quqV9MbtbEbVXbNfWjVM25qNquqW9TQ+jUAQQCEACBSgzEu2ubVLT3NOTY9dBsBf+hrHaaVZYld72RO/1I5aFMkcsvzfxWYxgLqVUW2+X7/qUCIjdlkVvX9engr5+ao32U4a0Ls+xDlpPZXT3rBmN5WQeGUhwtN/uS2xVdQQl+kLeCkku3c1naxQ/cl0wAAiAQgAAIBCAAAgEIgEAAAiAAAiAQgFRF/wswADMRPRxA0bU/AAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-forms{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUFEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1N0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1OERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PveAfEwAAAMMSURBVHja7J0/aBRBFMb3jlRCGsEilVhLEEwviNidRBFBGxFJGmsTsZC7QxuNrQgqFkHUQonWEgL2FiIpRWxMIYhKsHR9gyMcx8zk9m7dfe/298FX3P672f3d229m73avled5hvSoBRCAIIAABNUB5PLFR1W29Zh4RbwgnhtxnR3xO/Ga+G1VDX28vjT2um0jH5yeeEvcKQAj88t2/LpXLeyoBSCuMm5M2Fa37m2/LYBMqJWS2tn22wLIhFpQuq2pBeLyIU94LhLWV8SzrmMy5Fk/byeSKan36tV9MGaM9g5vie9H5u36eQ7OPWs71jYK5ElJywCkJP0saRmAoP8LJC/B3cB2+4GwHvTIVyIS7geW75a0T1QIFYIAAhA0FUBaBd1XdDz6Y7SfCqFCEEAAglRI69XebmQET4UggAAEAQQpDvVepuC7bCoEAQQgCCAAQQABCAIIQBBAFOmo+IX4u/iB+EBdDZmBRXZI/Ea8379e9mBWqZDqtU/8egDGP53mlFWP3G3E84HprwBSvdxduRcC079lNd7o01QgJ7O/d+UO67f4vPgzQKoN8eeRfb/mA55ub4UhvhEIcadn4ruMQ6oP8SOB6e/FSxoa2CQgqRA/I/4FED0h/klLQ5sARHWINw2I+hBvGpBYiH/QEuJNApIK8UUtIa4diDvfPxV/Ed/Jxr8MbibEtQO57j/V7qk97tlWm2NAMRXi2oF0hl7PF4SSCvGXGkNcO5DQE3yKQEmF+CULwacNyJo/eCEoW3tAiYX4Dz8S3wVIcX0Vn4hAOZyAkgrxc+KPVrqGGru9RaEctBziVsYho0KJfSduJsQtDQxHgbIeCfFtKyFubaS+F5SzkRBftBLiFi+dpKCYD3GLQIpAuWktxK0CGYSyHZnvQryXGZe1q70OyvEAFLMhbh3IIBQ3qnePE38oPmU1xIdl9cfWDspqVtMPoqmQBgkgAEEAAQgCCEAQQACCpmGkzp/rUiEAQQABCKpB/ME9QBBAAIIAAhAEEIAggAAEIABBAAEIAghAUOn6I8AArszynlRHoU0AAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-google-optimize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNUREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1QkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1Q0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgMDbnQAAASzSURBVHja7J1ZSFVBGMdHkaBsoRsVFSRRQRstYBTtQkQQPRZWYLtBK2FFtLy0QhjRQhRFi0ER0UsLFEHa4kvZAkEhEaIPWVRKD0JZePs+zifcLvfmOffO6c7M+f/hD0ed4x3nd2a+2c6YF4/HFWSO8lEEAAIBCIBAAAIgEIAACAQg0VaB34Srys6H/WAMJ48i97C4PFvJdeSW5B9cqFqjF0iIILaSd5P7OvSgvyWXk2ttarIKyU/IlY7BYI0hPyXvsQnIIfI0x0PCfvJsG4BMJG+OSJw+bQOQGRHqOHHzNch0IJMj1pstNh1Iv4gBiWFgiJE6BCAAAgEIgEAAAgEIgEAAAiAQgAAIBCAAAuVMudp1spbc07CyGEyuiSqQZgMfzp+215BuylsvnkLub3ErwVuRHtncZHHcKSWfUm7spzpoOxDe1rIO4deMXtZCwDALyEkUmTlAeLNXEYrMHCDFKC6zgPRAcZkXQyAAARAIQCAAARAIQCyU7vWQz+T75IfkXuSR5LnKm6YPU9Xk6/K538ijyZOU9xbswKgCOUreRW5PUQt5hfCw0j9d/5u8k3yM3JHw/VrxRcmXNROiupqsFeRtKWAoKaizypsp/q05/xulwDvS/LyNvJ58N0pA+I+94iNdrTzNuvSSfM5HOoZVprxjLyIBZPs/ntBkndFYS44E+NwWiW3OA+EmoT5g+iea8l4fMH1NFIDUB3hKO/VGU97fB0x/i3xCeQfDONvL6p3BPQM05Z3XZ4JsTuCtR1vkeii5hDzftNiSLZAR5GHkhgA1crymvC9Rme8WaSJfFjsX1McFSDtT4yBxsfL2hvnRdBk07pHrbspQZVtDjgbs4/OT2aj0rM3f9tlj4xp8U0bsJQmdCw7y9yS2NLlQQxjGjoSg7uc8jwYplMYs811FXpnw2flp/jY+BupOiukTPjxtgfJ20ZS70GQlw6hQ3jzWGSmEmDQLC6WdfiGBVAeUZBjLyV/Jx8lLyfPIB6QH+EqFP4+W8yYrFYxKuV6n0s8bPSbPkuahE0p1iubrI7mPPMV+YFySaycORMvXCKMrFQmUVDWFu56bJM0Q6U7z6wHLpOZ1BcMZBakhD8g3MoSRDCWxpvD1L/X3Kwod8vVVCbyLlDdvZSuM5jBqSEuWMNLVlKYuMsyfe9bymlEXZlDPBkYylFjA+2yE8VKlOFhZFxAdMBKhBJVtgZvHSavDCurzNMJQEqxbAt7z3DIYvID2Oqygrnv59UMG93S3AATPAjwjbyC/+99TJ9loggwe2wPcMyLE/Hwiz8nyd3xX3vR+e6a/IJdAeODH5/f6PbA+JhDDEhdizt81zPW+rP0B8nAozejdKeUaCI/U9/lIF5l3G03Yucj/O+SaSn0+OscYnii8pSKiAkPyUSq1oEZ6X1/IUyXIFqoIqcCgvHSuUURa2GwNIBCAAAgEIBEE0upoGbTaCqTOUSB1tgLhtYu3jsFosxkIq9wxIBUCxVogPFW+1xEYvK3onGmZyqSXxZN9cyxuvnjpmPd7Je7xMkaZzmXxQs5Y5c3Q8nsaMQtA/FDe0mqjiSA6lRePx9H5x8AQAhAAgQAEQCAAARAIQAAEMkV/BBgARJjl0YmF3uQAAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-page-insights{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QjhEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QjlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCNkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCN0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhTUUA4AAAisSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-performance{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QkNEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QkREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCQURDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCQkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp36RWkAAAcrSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-wpforms{width:76px;height:59px;background-image:url(../img/wpforms.png)}button[data-v-2699f764]{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: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;right:-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:right;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-right: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-right:0}.monsterinsights-welcome-video-image{padding-top:57%}.monsterinsights-welcome-video-image:after{background-image:url(../img/welcome-video-image.jpg)}
lite/assets/vue/js/wizard.js CHANGED
@@ -1 +1 @@
1
- (function(t){function e(e){for(var o,a,i=e[0],l=e[1],c=e[2],g=0,u=[];g<i.length;g++)a=i[g],n[a]&&u.push(n[a][0]),n[a]=0;for(o in l)Object.prototype.hasOwnProperty.call(l,o)&&(t[o]=l[o]);d&&d(e);while(u.length)u.shift()();return r.push.apply(r,c||[]),s()}function s(){for(var t,e=0;e<r.length;e++){for(var s=r[e],o=!0,i=1;i<s.length;i++){var l=s[i];0!==n[l]&&(o=!1)}o&&(r.splice(e--,1),t=a(a.s=s[0]))}return t}var o={},n={wizard:0},r=[];function a(e){if(o[e])return o[e].exports;var s=o[e]={i:e,l:!1,exports:{}};return t[e].call(s.exports,s,s.exports,a),s.l=!0,s.exports}a.m=t,a.c=o,a.d=function(t,e,s){a.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:s})},a.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a.t=function(t,e){if(1&e&&(t=a(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var s=Object.create(null);if(a.r(s),Object.defineProperty(s,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)a.d(s,o,function(e){return t[e]}.bind(null,o));return s},a.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return a.d(e,"a",e),e},a.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},a.p="";var i=window["monsterinsightsjsonp"]=window["monsterinsightsjsonp"]||[],l=i.push.bind(i);i.push=e,i=i.slice();for(var c=0;c<i.length;c++)e(i[c]);var d=l;r.push([1,"chunk-vendors","chunk-common"]),s()})({"0951":function(t,e,s){"use strict";s.r(e);s("e260"),s("e6cf"),s("cca6"),s("a79d");var o=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-admin-page onboarding-wizard"},[s("the-wizard-header"),s("the-wizard-timeline"),s("div",{staticClass:"monsterinsights-onboarding-wizard-container"},[s("div",{staticClass:"monsterinsights-onboarding-wizard-content"},[s("router-view")],1)]),t.blocked?s("div",{staticClass:"monsterinsights-blocked"}):t._e()],1)},n=[],r=(s("a4d3"),s("4de4"),s("4160"),s("e439"),s("dbb4"),s("b64b"),s("159b"),s("2fa7")),a=s("8c4f"),i=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-onboarding-step-welcome"},[s("onboarding-content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}}),s("div",{staticClass:"monsterinsights-onboarding-wizard-form"},[s("div",{staticClass:"monsterinsights-separator"}),s("form",{on:{submit:function(e){return e.preventDefault(),t.handleSubmit(e)}}},[s("div",{staticClass:"monsterinsights-form-row"},[s("div",{staticClass:"monsterinsights-form-label"},[s("label",{domProps:{textContent:t._s(t.text_category_label)}}),s("p",{staticClass:"monsterinsights-description",domProps:{textContent:t._s(t.text_category_sublabel)}})]),s("settings-input-radio",{attrs:{name:"site_type",options:t.options,auth_disabled:!1}})],1),s("div",{staticClass:"monsterinsights-separator"}),s("div",{staticClass:"monsterinsights-form-row monsterinsights-form-buttons"},[s("button",{staticClass:"monsterinsights-onboarding-button monsterinsights-onboarding-button-large",attrs:{type:"submit",name:"next_step"},domProps:{textContent:t._s(t.text_save)}})])])])],1)},l=[],c=s("561c"),d=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("header",[s("h2",{domProps:{innerHTML:t._s(t.title)}}),t.subtitle?s("p",{staticClass:"subtitle",domProps:{innerHTML:t._s(t.subtitle)}}):t._e()])},g=[],u={name:"OnboardingContentHeader",props:{title:String,subtitle:String}},p=u,h=s("2877"),m=Object(h["a"])(p,d,g,!1,null,null,null),f=m.exports,b=s("6d70"),_={name:"OnboardingStepWelcome",components:{SettingsInputRadio:b["a"],OnboardingContentHeader:f},data:function(){return{text_header_title:Object(c["a"])("Welcome to MonsterInsights!","google-analytics-for-wordpress"),text_header_subtitle:Object(c["a"])("Let's get you set up.","google-analytics-for-wordpress"),text_save:Object(c["a"])("Save and Continue","google-analytics-for-wordpress"),text_category_label:Object(c["a"])("Which category best describes your website?","google-analytics-for-wordpress"),text_category_sublabel:Object(c["a"])("We will recommend the optimal settings for MonsterInsights based on your choice.","google-analytics-for-wordpress"),options:[{value:"business",label:Object(c["a"])("Business Website","google-analytics-for-wordpress")},{value:"publisher",label:Object(c["d"])(Object(c["a"])("Publisher %s(Blog)%s","google-analytics-for-wordpress"),"<small>","</small>")},{value:"ecommerce",label:Object(c["a"])("Ecommerce","google-analytics-for-wordpress")}]}},methods:{handleSubmit:function(){this.$router.push(this.$wizard_steps[1])}}},w=_,y=Object(h["a"])(w,i,l,!1,null,null,null),v=y.exports,A=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-onboarding-step-authenticate"},[s("onboarding-content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}}),s("div",{staticClass:"monsterinsights-onboarding-wizard-form"},[s("form",[s("div",{staticClass:"monsterinsights-form-row"},[s("onboarding-license")],1),s("div",{staticClass:"monsterinsights-separator"}),s("onboarding-authenticate",{attrs:{label:t.text_authenticate_label,description:t.text_authenticate_description},on:{nextstep:t.handleSubmit}})],1)])],1)},x=[],O=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-onboarding-license-lite"},[s("div",{staticClass:"monsterinsights-separator"}),s("label",{domProps:{textContent:t._s(t.text_license_label)}}),s("settings-input-license")],1)},C=[],j=s("2f62"),k=s("3bc9");function P(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function E(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?P(s,!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):P(s).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var S={name:"OnboardingLicense",components:{SettingsInputLicense:k["a"]},computed:E({},Object(j["b"])({license:"$_license/license",license_network:"$_license/license_network",auth:"$_auth/auth"})),data:function(){return{text_license_label:Object(c["a"])("License Key","google-analytics-for-wordpress")}}},M=S,$=Object(h["a"])(M,O,C,!1,null,null,null),z=$.exports,I=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-settings-input monsterinsights-settings-input-authenticate"},[!t.auth.network_ua||t.is_network||t.auth.ua?t._e():s("settings-network-notice",[s("strong",{domProps:{textContent:t._s(t.text_auth_network)}}),s("span",{domProps:{textContent:t._s(t.text_auth_network_2)}})]),(t.is_network?t.auth.network_ua:t.auth.ua)?s("div",{staticClass:"monsterinsights-auth-info"},[s("span",{staticClass:"monsterinsights-dark",domProps:{textContent:t._s(t.text_website_profile)}}),s("p",[s("span",{domProps:{textContent:t._s(t.text_active_profile)}}),t._v(": "),s("span",{domProps:{textContent:t._s(t.is_network?t.auth.network_viewname:t.auth.viewname)}})]),s("div",[s("div",{staticClass:"monsterinsights-auth-actions"},[s("button",{staticClass:"monsterinsights-onboarding-button monsterinsights-onboarding-button-large",domProps:{textContent:t._s(t.text_button_reconnect)},on:{click:t.doReAuth}}),s("button",{staticClass:"monsterinsights-text-button monsterinsights-pull-right",attrs:{type:"submit"},on:{click:function(e){return e.preventDefault(),t.submitForm(e)}}},[s("span",{domProps:{textContent:t._s(t.text_skip)}}),s("i",{staticClass:"monstericon-arrow-right"})])])])]):s("div",[s("span",{staticClass:"monsterinsights-dark",domProps:{textContent:t._s(t.label)}}),s("p",{domProps:{innerHTML:t._s(t.description)}}),s("button",{staticClass:"monsterinsights-onboarding-button monsterinsights-onboarding-button-large",domProps:{textContent:t._s(t.text_button_connect)},on:{click:t.doAuth}})])],1)},H=[],B=s("b333");function L(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function T(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?L(s,!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):L(s).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var D={name:"OnboardingAuthenticate",components:{SettingsNetworkNotice:B["a"]},props:{label:String,description:String},data:function(){return{is_network:this.$mi.network,text_button_connect:Object(c["a"])("Connect MonsterInsights","google-analytics-for-wordpress"),text_button_reconnect:Object(c["a"])("Reconnect MonsterInsights","google-analytics-for-wordpress"),text_website_profile:Object(c["a"])("Website profile","google-analytics-for-wordpress"),text_active_profile:Object(c["a"])("Active profile","google-analytics-for-wordpress"),text_auth_network:Object(c["a"])("Your website profile has been set at the network level of your WordPress Multisite.","google-analytics-for-wordpress"),text_auth_network_2:Object(c["a"])("If you would like to use a different profile for this subsite, you can authenticate below.","google-analytics-for-wordpress"),text_skip:Object(c["a"])("Skip and Keep Connection","google-analytics-for-wordpress")}},computed:T({},Object(j["b"])({license:"$_license/license",license_network:"$_license/license_network",auth:"$_auth/auth"}),{iconClass:function(){var t="monstericon-arrow";return this.showButtons&&(t+=" monstericon-down"),t}}),methods:{submitForm:function(){this.$emit("nextstep",!0)},doAuth:function(t){t.preventDefault();var e=this;this.$swal({type:"info",title:Object(c["a"])("Authenticating","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading()}}),this.$store.dispatch("$_auth/doAuth",this.is_network).then((function(t){t.data.redirect?window.location=t.data.redirect:e.$swal({type:"error",title:Object(c["a"])("Error","google-analytics-for-wordpress"),html:t.data.message,confirmButtonText:Object(c["a"])("Ok","google-analytics-for-wordpress")})}))},doReAuth:function(t){t.preventDefault();var e=this;this.$swal({type:"info",title:Object(c["a"])("Re-Authenticating","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading()}}),this.$store.dispatch("$_auth/doReAuth",this.is_network).then((function(t){t.data.redirect?window.location=t.data.redirect:e.$swal({type:"error",title:Object(c["a"])("Error","google-analytics-for-wordpress"),html:t.data.message,confirmButtonText:Object(c["a"])("Ok","google-analytics-for-wordpress")})}))}}},U=D,R=Object(h["a"])(U,I,H,!1,null,null,null),V=R.exports,Z={name:"OnboardingStepWelcome",components:{OnboardingAuthenticate:V,OnboardingLicense:z,OnboardingContentHeader:f},data:function(){return{text_header_title:Object(c["a"])("Connect MonsterInsights to Your Website","google-analytics-for-wordpress"),text_header_subtitle:Object(c["a"])("MonsterInsights connects Google Analytics to WordPress and shows you stats that matter.","google-analytics-for-wordpress"),text_authenticate_label:Object(c["a"])("Connect Google Analytics + WordPress","google-analytics-for-wordpress"),text_authenticate_description:Object(c["a"])("You will be taken to the MonsterInsights website where you'll need to connect your Analytics account.","google-analytics-for-wordpress")}},methods:{handleSubmit:function(){this.$router.push(this.$wizard_steps[2])}}},W=Z,F=Object(h["a"])(W,A,x,!1,null,null,null),Q=F.exports,N=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-onboarding-step-recommended-settings"},[s("onboarding-content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}}),s("div",{staticClass:"monsterinsights-onboarding-wizard-form"},[s("form",{attrs:{action:"",method:"post"},on:{submit:function(e){return e.preventDefault(),t.handleSubmit(e)}}},[s("div",{staticClass:"monsterinsights-separator"}),s("settings-input-checkbox",{attrs:{label:t.text_events_label,description:t.text_events_description,tooltip:t.text_events_tooltip,faux:!0,faux_tooltip:t.text_events_faux_tooltip}}),s("div",{staticClass:"monsterinsights-separator"}),s("settings-input-checkbox",{attrs:{label:t.text_link_attribution_label,description:t.text_link_attribution_description,tooltip:t.text_link_attribution_tooltip,faux:!0,faux_tooltip:t.text_link_attribution_faux_tooltip}}),s("div",{staticClass:"monsterinsights-separator"}),s("settings-input-text",{attrs:{default_value:"doc,pdf,ppt,zip,xls,docx,pptx,xlsx",name:"extensions_of_files",label:t.text_extensions_of_files_label,description:t.text_extensions_of_files_description,tooltip:t.text_extensions_of_files_tooltip}}),s("div",{staticClass:"monsterinsights-separator"}),s("p",[s("label",{domProps:{textContent:t._s(t.text_affiliate_label)}}),s("span",{staticClass:"monsterinsights-sublabel",domProps:{innerHTML:t._s(t.text_affiliate_repeater_description)}}),s("settings-info-tooltip",{attrs:{content:t.text_affiliate_tooltip_content}})],1),s("settings-input-repeater",{attrs:{structure:t.repeater_structure,name:"affiliate_links",data:t.settings["affiliate_links"]}}),s("div",{staticClass:"monsterinsights-separator"}),s("settings-input-select",{attrs:{options:t.user_roles,forced:t.user_roles_manage_options,multiple:!0,name:"view_reports",label:t.text_permissions_view_label,description:t.text_permissions_view_description,tooltip:t.text_permissions_view_tooltip}}),s("div",{staticClass:"monsterinsights-separator"}),s("settings-input-checkbox",{attrs:{"value-on":"all","value-off":"none",name:"automatic_updates",label:t.text_updates_label,description:t.text_updates_description,tooltip:t.text_updates_tooltip}}),s("div",{staticClass:"monsterinsights-separator"}),s("onboarding-improve"),s("div",{staticClass:"monsterinsights-form-row monsterinsights-form-buttons"},[s("button",{staticClass:"monsterinsights-onboarding-button monsterinsights-onboarding-button-large",attrs:{type:"submit",name:"next_step"},domProps:{textContent:t._s(t.text_save)}})])],1)])],1)},G=[],Y=s("088d"),K=s("c472"),X=s("6ffa"),J=s("93ec"),q=s("aa9f"),tt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("settings-input-checkbox",{attrs:{name:"anonymous_data",label:t.text_anonymous_label,description:t.text_anonymous_description,tooltip:t.text_anonymous_tooltip}}),s("div",{staticClass:"monsterinsights-separator"})],1)},et=[],st={name:"OnboardingImprove",components:{SettingsInputCheckbox:Y["a"]},data:function(){return{text_anonymous_label:Object(c["a"])("Help Us Improve","google-analytics-for-wordpress"),text_anonymous_description:Object(c["a"])("Help us better understand our users and their website needs.","google-analytics-for-wordpress"),text_anonymous_tooltip:Object(c["d"])(Object(c["a"])("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, %svisit our website.%s","google-analytics-for-wordpress"),'<a target="_blank" href="'+this.$getUrl("onboarding-wizard","usage-tracking","https://www.monsterinsights.com/docs/usage-tracking/")+'">',"</a>")}}},ot=st,nt=Object(h["a"])(ot,tt,et,!1,null,null,null),rt=nt.exports;function at(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function it(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?at(s,!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):at(s).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var lt={name:"OnboardingStepRecommendedSettings",components:{OnboardingImprove:rt,SettingsInputSelect:q["a"],SettingsInfoTooltip:J["a"],SettingsInputRepeater:X["a"],SettingsInputText:K["a"],SettingsInputCheckbox:Y["a"],OnboardingContentHeader:f},data:function(){return{text_header_title:Object(c["a"])("Recommended Settings","google-analytics-for-wordpress"),text_header_subtitle:Object(c["a"])("MonsterInsights recommends the following settings based on your configuration.","google-analytics-for-wordpress"),text_events_label:Object(c["a"])("Events Tracking","google-analytics-for-wordpress"),text_events_description:Object(c["a"])("Must have for all click tracking on site.","google-analytics-for-wordpress"),text_events_tooltip:Object(c["a"])("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.","google-analytics-for-wordpress"),text_link_attribution_label:Object(c["a"])("Enhanced Link Attribution","google-analytics-for-wordpress"),text_link_attribution_description:Object(c["a"])("Improves the accuracy of your In-Page Analytics.","google-analytics-for-wordpress"),text_link_attribution_tooltip:Object(c["a"])("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.","google-analytics-for-wordpress"),text_updates_label:Object(c["a"])("Install Updates Automatically","google-analytics-for-wordpress"),text_updates_description:Object(c["a"])("Get the latest features, bug fixes, and security updates as they are released.","google-analytics-for-wordpress"),text_updates_tooltip:Object(c["a"])("To ensure you get the latest bugfixes 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.","google-analytics-for-wordpress"),text_extensions_of_files_label:Object(c["a"])("File Download Tracking","google-analytics-for-wordpress"),text_extensions_of_files_description:Object(c["a"])("Helps you see file downloads data.","google-analytics-for-wordpress"),text_extensions_of_files_tooltip:Object(c["a"])("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.","google-analytics-for-wordpress"),repeater_structure:[{name:"path",label:Object(c["d"])(Object(c["a"])("Path (example: %s)","google-analytics-for-wordpress"),"/go/"),pattern:/^\/\S+$/,error:Object(c["a"])("Path has to start with a / and have no spaces","google-analytics-for-wordpress")},{name:"label",label:Object(c["d"])(Object(c["a"])("Label (example: %s)","google-analytics-for-wordpress"),"aff"),pattern:/^\S+$/,error:Object(c["a"])("Label can't contain any spaces","google-analytics-for-wordpress")}],text_affiliate_repeater_description:Object(c["a"])("Helps you increase affiliate revenue.","google-analytics-for-wordpress"),text_affiliate_tooltip_content:Object(c["a"])("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.","google-analytics-for-wordpress"),text_affiliate_label:Object(c["a"])("Affiliate Link Tracking","google-analytics-for-wordpress"),text_permissions_view_label:Object(c["a"])("Who Can See Reports","google-analytics-for-wordpress"),text_permissions_view_description:Object(c["a"])("These user roles will be able to access MonsterInsights's reports in the WordPress admin area.","google-analytics-for-wordpress"),text_permissions_view_tooltip:Object(c["a"])("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"),text_save:Object(c["a"])("Save and continue","google-analytics-for-wordpress"),text_events_faux_tooltip:Object(c["a"])("Events Tracking is enabled the moment you set up MonsterInsights","google-analytics-for-wordpress"),text_link_attribution_faux_tooltip:Object(c["a"])("Enhanced Link Attribution is enabled the moment you set up MonsterInsights","google-analytics-for-wordpress")}},methods:{handleSubmit:function(){this.$router.push(this.$wizard_steps[3])}},computed:it({},Object(j["b"])({settings:"$_settings/settings"}),{user_roles:function(){var t=[];for(var e in this.$mi.roles)t.push({label:this.$mi.roles[e],value:e});return t},user_roles_manage_options:function(){var t=[];for(var e in this.$mi.roles_manage_options)t.push({label:this.$mi.roles_manage_options[e],value:e});return t}})},ct=lt,dt=Object(h["a"])(ct,N,G,!1,null,null,null),gt=dt.exports,ut=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-onboarding-step-recommended-addons"},[s("onboarding-content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}}),s("div",{staticClass:"monsterinsights-onboarding-wizard-form"},[s("form",{attrs:{action:"",method:"post"},on:{submit:function(e){return e.preventDefault(),t.handleSubmit(e)}}},[s("div",{staticClass:"monsterinsights-separator"}),t._l(t.recommendedAddons(),(function(e,o){return[t.addons[e]?s("onboarding-addon",{key:o,attrs:{addon:t.addons[e]}}):t._e(),s("div",{key:o+"separator",staticClass:"monsterinsights-separator"})]})),s("slide-down-up",{attrs:{done:t.hideButton}},[t.view_all?s("div",[t._l(t.other_addons,(function(t,e){return[s("onboarding-addon",{key:e,attrs:{addon:t}}),s("div",{key:e+"separator",staticClass:"monsterinsights-separator"})]}))],2):t._e()]),t.view_button?[s("div",{staticClass:"monsterinsights-form-row"},[s("h2",{domProps:{textContent:t._s(t.text_other_addons)}}),s("button",{staticClass:"monsterinsights-text-button monsterinsights-green-link",attrs:{type:"button"},domProps:{textContent:t._s(t.text_other_addons_button)},on:{click:function(e){return e.preventDefault(),t.viewAll()}}})]),s("div",{staticClass:"monsterinsights-separator"})]:t._e(),s("div",{staticClass:"monsterinsights-form-row monsterinsights-form-buttons"},[s("button",{staticClass:"monsterinsights-onboarding-button monsterinsights-onboarding-button-large",attrs:{type:"submit",name:"next_step"},domProps:{textContent:t._s(t.text_save)}})])],2)])],1)},pt=[],ht=(s("c975"),function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-addon-row"},[s("div",{staticClass:"monsterinsights-addon-icon"},[s("div",{class:t.icon_class})]),s("div",{staticClass:"monsterinsights-addon-text"},[s("label",{domProps:{textContent:t._s(t.addon.title)}}),s("p",{domProps:{innerHTML:t._s(t.addon.excerpt)}}),s("a",{attrs:{href:t.href,target:"_blank"},domProps:{textContent:t._s(t.text_learn_more)}})]),s("div",{staticClass:"monsterinsights-addon-button"},[s("a",{staticClass:"monsterinsights-onboarding-button monsterinsights-onboarding-button-regular",attrs:{target:"_blank",href:t.upgrade_url},domProps:{textContent:t._s(t.text_upgrade)}})])])}),mt=[],ft={name:"OnboardingAddon",props:{addon:Object},data:function(){return{text_learn_more:Object(c["a"])("Learn More","google-analytics-for-wordpress"),text_upgrade:Object(c["a"])("Upgrade to Pro","google-analytics-for-wordpress"),href:"https://www.monsterinsights.com/addons/"+this.addon.slug,icon_class:"monsterinsights-addon-icon-"+this.addon.slug,upgrade_url:this.$getUpgradeUrl("onboarding-wizard","addons")}}},bt=ft,_t=Object(h["a"])(bt,ht,mt,!1,null,null,null),wt=_t.exports,yt=s("d98d");function vt(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function At(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?vt(s,!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):vt(s).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var xt={name:"OnboardingStepRecommendedAddons",components:{SlideDownUp:yt["a"],OnboardingAddon:wt,OnboardingContentHeader:f},data:function(){return{text_header_title:Object(c["a"])("Recommended Addons","google-analytics-for-wordpress"),text_header_subtitle:Object(c["a"])("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"),text_other_addons:Object(c["a"])("Other Addons","google-analytics-for-wordpress"),text_other_addons_button:Object(c["a"])("View all MonsterInsights addons","google-analytics-for-wordpress"),text_save:Object(c["a"])("Save and continue","google-analytics-for-wordpress"),view_all:!1,view_button:!0}},computed:At({},Object(j["b"])({settings:"$_settings/settings",addons:"$_addons/addons"}),{other_addons:function(){var t=[];for(var e in this.addons)this.addons[e].type&&this.recommendedAddons().indexOf(this.addons[e].slug)<0&&t.push(this.addons[e]);return t}}),methods:{handleSubmit:function(){var t=4;this.addons.wpforms.active&&(t=5),this.$router.push(this.$wizard_steps[t])},recommendedAddons:function(){var t=this.settings["site_type"],e=["forms","page-insights"];"publisher"===t&&(e=["dimensions","page-insights","facebook-instant-articles","amp"]),"ecommerce"===t&&(e=["ecommerce","dimensions","forms","google-optimize"]),this.$mi.is_eu&&e.push("eu-compliance");var s=[];for(var o in e)this.addons[e[o]]&&s.push(e[o]);return s},viewAll:function(){this.view_all=!0},hideButton:function(){this.view_button=!1}}},Ot=xt,Ct=Object(h["a"])(Ot,ut,pt,!1,null,null,null),jt=Ct.exports,kt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-onboarding-step-wpforms"},[s("onboarding-content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}}),s("div",{staticClass:"monsterinsights-onboarding-wizard-form"},[s("form",{attrs:{action:"",method:"post"},on:{submit:function(e){return e.preventDefault(),t.handleSubmit(e)}}},[s("div",{staticClass:"monsterinsights-separator"}),s("div",{staticClass:"monsterinsights-addon-row monsterinsights-wpforms-row"},[t._m(0),s("div",{staticClass:"monsterinsights-addon-text"},[s("label",{domProps:{textContent:t._s(t.text_wpforms_label)}}),s("p",{domProps:{textContent:t._s(t.text_wpforms_description)}})])]),s("div",{staticClass:"monsterinsights-separator"}),s("div",{staticClass:"monsterinsights-form-row monsterinsights-form-buttons"},[s("div",{staticClass:"monsterinsights-form-input"},[s("button",{class:t.buttonClass(),attrs:{type:"button"},domProps:{textContent:t._s(t.button_text)},on:{click:function(e){return e.preventDefault(),t.installPlugin(e)}}}),t.loading?t._e():s("button",{staticClass:"monsterinsights-text-button monsterinsights-pull-right",attrs:{type:"submit",name:"next_step"}},[s("span",{domProps:{textContent:t._s(t.text_skip_step)}}),s("i",{staticClass:"monstericon-arrow-right"})])])])])])],1)},Pt=[function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-addon-icon"},[s("div",{staticClass:"monsterinsights-addon-wpforms"})])}],Et={name:"OnboardingStepWpforms",components:{OnboardingContentHeader:f},data:function(){return{text_header_title:Object(c["a"])("MonsterInsights Recommends WPForms","google-analytics-for-wordpress"),text_header_subtitle:Object(c["a"])("Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market.","google-analytics-for-wordpress"),text_wpforms_label:Object(c["a"])("Used on over 1,000,000 websites!","google-analytics-for-wordpress"),text_wpforms_description:Object(c["a"])("WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!","google-analytics-for-wordpress"),text_skip_step:Object(c["a"])("Skip this Step","google-analytics-for-wordpress"),text_install_wpforms:Object(c["a"])("Continue & Install WPForms","google-analytics-for-wordpress"),text_installing_wpforms:Object(c["a"])("Installing...","google-analytics-for-wordpress"),button_text:"",loading:!1}},mounted:function(){this.button_text=this.text_install_wpforms},methods:{handleSubmit:function(){this.$router.push(this.$wizard_steps[5])},buttonClass:function(){var t="monsterinsights-onboarding-button monsterinsights-onboarding-button-large monsterinsights-install-wpforms";return this.loading&&(t+=" monsterinsights-button-disabled"),t},installPlugin:function(){var t=this;this.loading=!0,this.button_text=this.text_installing_wpforms,this.$store.dispatch("$_addons/installWPForms").then((function(){t.loading=!1,t.button_text=t.text_install_wpforms,t.handleSubmit()}))}}},St=Et,Mt=Object(h["a"])(St,kt,Pt,!1,null,null,null),$t=Mt.exports,zt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-onboarding-step-success"},[s("onboarding-content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}}),s("div",{staticClass:"monsterinsights-onboarding-wizard-form"},[s("ol",[s("li",{domProps:{innerHTML:t._s(t.text_notice)}}),t._l(t.install_errors,(function(e,o){return[s("li",{key:o,domProps:{innerHTML:t._s(e)}})]})),s("li",{domProps:{innerHTML:t._s(t.text_newsletter)}})],2),s("div",{staticClass:"monsterinsights-separator"}),s("div",{staticClass:"monsterinsights-form-row monsterinsights-form-buttons"},[s("div",{staticClass:"monsterinsights-form-input"},[s("a",{staticClass:"monsterinsights-onboarding-button monsterinsights-onboarding-button-large",attrs:{href:t.exit_url},domProps:{textContent:t._s(t.text_exit)}})])])])],1)},It=[];function Ht(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Bt(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Ht(s,!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Ht(s).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Lt={name:"OnboardingStepSuccess",components:{OnboardingContentHeader:f},data:function(){return{text_header_title:Object(c["a"])("Awesome, You're All Set!","google-analytics-for-wordpress"),text_header_subtitle:Object(c["a"])("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"),text_notice:Object(c["d"])(Object(c["a"])("%sPlease Note:%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"),"<strong>","</strong>"),text_newsletter:Object(c["d"])(Object(c["a"])("%sSubscribe to the MonsterInsights blog%s for tips on how to get more traffic and grow your business.","google-analytics-for-wordpress"),'<a target="_blank" href="https://www.monsterinsights.com/blog/">',"</a>"),text_exit:Object(c["a"])("Finish Setup & Exit Wizard","google-analytics-for-wordpress"),exit_url:this.$mi.exit_url}},computed:Bt({},Object(j["b"])({install_errors:"$_onboarding/install_errors"})),mounted:function(){var t=this;t.$swal({type:"info",title:Object(c["a"])("Checking your website...","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){t.$swal.showLoading()}}),this.$store.dispatch("$_onboarding/getErrors").then((function(){t.$swal.close()}))}},Tt=Lt,Dt=Object(h["a"])(Tt,zt,It,!1,null,null,null),Ut=Dt.exports,Rt=new a["a"]({routes:[{path:"*",redirect:"/"},{path:"/",name:"welcome",component:v},{path:"/authenticate",name:"authenticate",component:Q},{path:"/recommended_settings",name:"recommended_settings",component:gt},{path:"/recommended_addons",name:"recommended_addons",component:jt},{path:"/wpforms",name:"wpforms",component:$t},{path:"/success",name:"success",component:Ut}]}),Vt=s("7220"),Zt=(s("d3b7"),s("bc3a")),Wt=s.n(Zt),Ft=s("2b0e"),Qt=function(t){return new Promise((function(e){var s=new FormData,o=Ft["a"].prototype.$addQueryArg(Ft["a"].prototype.$mi.ajax,"page","monsterinsights-onboarding");s.append("action","monsterinsights_onboarding_get_errors"),Wt.a.post(o,s).then((function(t){e(t.data)})).catch((function(e){if(t.dispatch("$_app/block",!1,{root:!0}),e.response){var s=e.response;return Ft["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't load errors. Error: %s, %s","google-analytics-for-wordpress"),s.status,s.statusText)})}Ft["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})}))}))},Nt={fetchErrors:Qt},Gt=function(t){var e=Nt.fetchErrors(t);return e.then((function(e){t.commit("ERRORS_UPDATED",e)})).catch((function(t){console.error(t)})),e},Yt={getErrors:Gt},Kt=function(t){return t.install_errors},Xt={install_errors:Kt},Jt=function(t,e){t.install_errors=e},qt={ERRORS_UPDATED:Jt},te={install_errors:[]},ee={namespaced:!0,state:te,actions:Yt,getters:Xt,mutations:qt},se=(s("7795"),function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("header",{staticClass:"monsterinsights-onboarding-header"},[s("nav",{staticClass:"monsterinsights-header-navigation"},[s("a",{staticClass:"monsterinsights-exit-button",attrs:{href:t.href}},[s("i",{staticClass:"monstericon-times-circle"}),s("span",{domProps:{textContent:t._s(t.text_exit)}})])]),t._m(0)])}),oe=[function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("h1",{staticClass:"monsterinsights-onboarding-wizard-logo"},[s("div",{staticClass:"monsterinsights-logo"},[s("div",{staticClass:"monsterinsights-bg-img"})])])}],ne={name:"TheWizardHeader",data:function(){return{text_exit:Object(c["a"])("Exit Setup","google-analytics-for-wordpress"),href:this.$mi.exit_url}}},re=ne,ae=Object(h["a"])(re,se,oe,!1,null,null,null),ie=ae.exports,le=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-onboarding-wizard-container"},[s("div",{staticClass:"monsterinsights-onboarding-wizard-steps"},[t._l(t.steps,(function(e,o){return[o>0?s("div",{key:o+"line",class:t.lineClass(o)}):t._e(),s("div",{key:o,class:t.stepClass(o)})]}))],2)])},ce=[],de=(s("b0c0"),s("e25e"),{name:"TheWizardTimeline",data:function(){return{steps:this.$wizard_steps}},methods:{stepClass:function(t){var e="monsterinsights-onboarding-wizard-step",s=0;for(var o in this.steps)this.$route.name===this.steps[o]&&(s=o);return t<s&&(e+=" monsterinsights-onboarding-wizard-step-completed"),parseInt(t)===parseInt(s)&&(e+=" monsterinsights-onboarding-wizard-step-active"),e},lineClass:function(t){var e="monsterinsights-onboarding-wizard-step-line",s=0;for(var o in this.steps)this.$route.name===this.steps[o]&&(s=o);return t<=s&&(e+=" monsterinsights-onboarding-wizard-line-active"),e}}}),ge=de,ue=Object(h["a"])(ge,le,ce,!1,null,null,null),pe=ue.exports;function he(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function me(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?he(s,!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):he(s).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var fe={name:"WizardModuleOnboarding",components:{TheWizardTimeline:pe,TheWizardHeader:ie},router:Rt,created:function(){var t="$_settings";t in this.$store._modules.root._children||this.$store.registerModule(t,Vt["a"]);var e="$_onboarding";e in this.$store._modules.root._children||this.$store.registerModule(e,ee)},computed:me({},Object(j["b"])({blocked:"$_app/blocked"})),mounted:function(){this.$store.dispatch("$_settings/getSettings"),this.$mi_loading_toast()}},be=fe,_e=(s("e3c8"),Object(h["a"])(be,o,n,!1,null,"2699f764",null)),we=_e.exports,ye=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-admin-page monsterinsights-welcome"},[s("div",{staticClass:"monsterinsights-welcome-container"},[s("div",{staticClass:"monsterinsights-welcome-block monsterinsights-welcome-block-first"},[t._m(0),s("div",{staticClass:"monsterinsights-welcome-block-inner"},[s("h3",{domProps:{textContent:t._s(t.welcome_title)}}),s("p",{staticClass:"monsterinsights-subtitle",domProps:{textContent:t._s(t.text_welcome_subtitle)}})]),s("div",{staticClass:"monsterinsights-welcome-video"},[s("div",{staticClass:"monsterinsights-welcome-video-image monsterinsights-bg-img",on:{click:function(e){t.welcome_video=!0}}}),t.welcome_video?s("welcome-overlay",{attrs:{id:"welcome-video"},on:{close:function(e){t.welcome_video=!1}}},[s("iframe",{attrs:{width:"1280",height:"720",src:"https://www.youtube.com/embed/IbdKpSygp2U?autoplay=1",frameborder:"0",allow:"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture",allowfullscreen:""}})]):t._e()],1),s("div",{staticClass:"monsterinsights-welcome-block-inner"},[s("p",{domProps:{textContent:t._s(t.text_above_buttons)}}),s("div",{staticClass:"monsterinsights-button-wrap"},[s("div",{staticClass:"monsterinsights-welcome-left"},[s("a",{staticClass:"monsterinsights-button monsterinsights-button-large",attrs:{href:t.wizard_url},domProps:{textContent:t._s(t.text_wizard_button)}})]),s("div",{staticClass:"monsterinsights-welcome-right"},[s("a",{staticClass:"monsterinsights-button monsterinsights-button-alt monsterinsights-button-large",attrs:{href:t.$getUrl("welcome-screen","guide","https://www.monsterinsights.com/docs/connect-google-analytics/"),target:"_blank",rel:"noopener noreferrer"},domProps:{textContent:t._s(t.text_read_more_button)}})])])])]),s("div",{staticClass:"monsterinsights-welcome-block"},[s("div",{staticClass:"monsterinsights-welcome-block-inner"},[s("h3",{domProps:{textContent:t._s(t.text_features_title)}}),s("p",{staticClass:"monsterinsights-subtitle",domProps:{textContent:t._s(t.text_features_subtitle)}})]),s("div",{staticClass:"monsterinsights-welcome-block-inner monsterinsights-welcome-features"},t._l(t.features,(function(e,o){return s("div",{key:o,staticClass:"monsterinsights-welcome-feature"},[s("div",{staticClass:"monsterinsights-welcome-feature-img",domProps:{innerHTML:t._s(e.icon)}}),s("div",{staticClass:"monsterinsights-welcome-feature-text"},[s("h4",{domProps:{textContent:t._s(e.name)}}),s("p",{domProps:{textContent:t._s(e.description)}})])])})),0),s("div",{staticClass:"monsterinsights-welcome-block-inner monsterinsights-welcome-block-footer"},[s("a",{staticClass:"monsterinsights-button",attrs:{href:t.$getUrl("welcome-screen","features-button","https://monsterinsights.com/features"),target:"_blank"},domProps:{textContent:t._s(t.text_view_all_features)}})]),s("div",{staticClass:"monsterinsights-upgrade-cta"},[s("div",{staticClass:"monsterinsights-welcome-block-inner"},[s("div",{staticClass:"monsterinsights-welcome-left"},[s("h2",{domProps:{textContent:t._s(t.text_upgrade_to_pro)}}),s("ul",t._l(t.pro_features,(function(e,o){return s("li",{key:o},[s("i",{staticClass:"monstericon-check"}),t._v(" "+t._s(e)+" ")])})),0)]),s("div",{staticClass:"monsterinsights-welcome-right"},[t._m(1),s("div",{staticClass:"monsterinsights-price"},[s("span",{staticClass:"monsterinsights-amount"},[t._v(" 199 ")]),s("br"),s("span",{staticClass:"monsterinsights-term",domProps:{textContent:t._s(t.text_per_year)}})]),s("a",{staticClass:"monsterinsights-button monsterinsights-button-large",attrs:{href:t.$getUpgradeUrl("welcome-screen","upgrade-features"),rel:"noopener noreferrer",target:"_blank"},domProps:{textContent:t._s(t.text_upgrade_now)}})])])]),s("div",{staticClass:"monsterinsights-welcome-testimonials monsterinsights-welcome-block-inner"},[s("h3",{domProps:{textContent:t._s(t.text_testimonials)}}),t._l(t.testimonials,(function(e,o){return s("div",{key:o,staticClass:"monsterinsights-welcome-testimonial"},[s("div",{staticClass:"monsterinsights-welcome-testimonial-image"},[s("div",{class:e.image+" monsterinsights-bg-img"})]),s("div",{staticClass:"monsterinsights-welcome-testimonial-text"},[s("p",{domProps:{textContent:t._s(e.text)}}),s("p",[s("strong",{domProps:{textContent:t._s(e.author)}}),t._v(", "+t._s(e.function))])])])}))],2),s("div",{staticClass:"monsterinsights-welcome-footer-upsell monsterinsights-welcome-block-inner"},[s("div",{staticClass:"monsterinsights-welcome-left"},[s("a",{staticClass:"monsterinsights-button",attrs:{href:t.wizard_url},domProps:{textContent:t._s(t.text_wizard_button)}})]),s("div",{staticClass:"monsterinsights-welcome-right"},[s("a",{staticClass:"monsterinsights-button monsterinsights-button-alt",attrs:{href:t.$getUpgradeUrl("welcome-screen","upgrade-testimonials"),rel:"noopener noreferrer",target:"_blank"},domProps:{textContent:t._s(t.text_upgrade_now)}})])])])])])},ve=[function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-welcome-logo-container"},[s("div",{staticClass:"monsterinsights-welcome-logo monsterinsights-bg-img"})])},function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("h2",[s("span",[t._v("PRO")])])}],Ae=(s("8c6a"),s("a4cc")),xe={name:"WizardModuleWelcome",components:{WelcomeOverlay:Ae["a"]},data:function(){return{text_welcome_title:Object(c["a"])("Welcome to MonsterInsights","google-analytics-for-wordpress"),text_welcome_subtitle:Object(c["a"])("Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin","google-analytics-for-wordpress"),text_above_buttons:Object(c["a"])("MonsterInsights makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard.","google-analytics-for-wordpress"),text_wizard_button:Object(c["a"])("Launch the Wizard!","google-analytics-for-wordpress"),text_read_more_button:Object(c["a"])("Read the Full Guide","google-analytics-for-wordpress"),text_features_title:Object(c["a"])("MonsterInsights Features & Addons","google-analytics-for-wordpress"),text_features_subtitle:Object(c["a"])("Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market.","google-analytics-for-wordpress"),text_view_all_features:Object(c["a"])("See All Features","google-analytics-for-wordpress"),text_upgrade_to_pro:Object(c["a"])("Upgrade to PRO","google-analytics-for-wordpress"),text_per_year:Object(c["a"])("per year","google-analytics-for-wordpress"),text_upgrade_now:Object(c["a"])("Upgrade Now","google-analytics-for-wordpress"),text_testimonials:Object(c["a"])("Testimonials","google-analytics-for-wordpress"),wizard_url:this.$mi.wizard_url,features:[{name:Object(c["a"])("Universal Tracking","google-analytics-for-wordpress"),description:Object(c["a"])("Setup universal website tracking across devices and campaigns with just a few clicks (without any code).","google-analytics-for-wordpress"),icon:'<svg class="" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 192 192" enable-background="new 0 0 192 192" xml:space="preserve"><rect fill="none" width="192" height="192"></rect><g><g><path fill="#509FE2" d="M130,29v132c0,14.77,10.189,23,21,23c10,0,21-7,21-23V30c0-13.54-10-22-21-22S130,17.33,130,29z"></path></g><g><path fill="#ACBDC9" d="M75,96v65c0,14.77,10.19,23,21,23c10,0,21-7,21-23V97c0-13.54-10-22-21-22S75,84.33,75,96z"></path></g><g><circle fill="#D6E2EA" cx="41" cy="163" r="21"></circle></g></g></svg>'},{name:Object(c["a"])("Google Analytics Dashboard","google-analytics-for-wordpress"),description:Object(c["a"])("See your website analytics report right inside your WordPress dashboard with actionable insights.","google-analytics-for-wordpress"),icon:'<svg class="" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 75 76"><image width="69" height="56" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAAA4CAMAAACc78UEAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEUAAADU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OoAAACAdzTSAAAAEHRSTlMAEHCvv2CPMECA35/vz1Agb16hXgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAAHdElNRQfjBgcLLAR8mk7DAAAAlklEQVRIx+3XvQ7CMAwE4GuduM0f5P2fFoewICGk2ghl8C23fUpO6VBg2ymYQhFA6OYwDjvSO86/KyHlZxPPLlyvKywrkrSsuTXpQ7peVgQZM+bRNznZ6KRV2kshnbJ/uFHWrDsfV5krV9as++Wu6ylN+ym+rXtCmeSKK6644oorrrjiykqKMUsp958oKHZk/H7FZEzEA/X+Y6vtpvg9AAAAAElFTkSuQmCC"></image> <image id="Vector_Smart_Object-2" data-name="Vector Smart Object" x="15" y="19" width="40" height="25" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAZCAMAAAB0BpxXAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEUAAABQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+AAAAD+uSRLAAAAEHRSTlMAEGCAUO/fMCCfz3Cvv0CP0Y9aNgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAAHdElNRQfjBgcLLAR8mk7DAAABC0lEQVQ4y4VS0QKEIAgrTU+tcP//tQd6npAP8dYcMca27aV25717I3EdAVzx88ZLjcfM/YWYgbynApym/QJCThoKiKITuBX46WOC1vNjREOMQPHRNvNQ7nMsYGIEXDyFn9RwpoTKQkETO/vXYUDXl0bVjgFirNdEkc1ionE88RTaXED4eyY69L/M0lBEFlfWmxaMGo+ySVqIbPZN3nsqwwsZcSw8/7+nnNdR77ACJUhVXYQWDXaJacE5iEbgCJKSzctedBTdy1UlSHvWemKLTGonnXUjPPPxy4WNBxNLj8lES/OcTGSafzSio6zyNZh0tCwgS5Cmt+NI5odtxycquyH451HcEiRxnR7AF4SxERp7xl7rAAAAAElFTkSuQmCC"></image> <image id="wordpress" x="35" y="35" width="39" height="39" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAMAAAC7faEHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACo1BMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/v75+/vu8vTT3OLI09vH09vI1NvN197J1NzZ4Ob19/ji6OzF0dnW3uTy9ff+/v7t8fTR2uHt8fPd5On7/Pzj6O3L1t28ydOzw86ywc24xtHAzdbT3OPs8PP+/v/6+/zQ2uH8/P3r7/LG0tr29/n7/P3V3uSsvcm6yNLk6u3F0dr2+Pnn7O/M1t62xdDBztf4+frE0Nnw8/XH0tuuv8rk6e3E0Nj8/f2tvsqyws34+vvv8/Xq7vHCz9fCz9i3xtC/zNXH0trK1dzS3OLh5+yuvsq7ydPa4ufq7/L5+vvz9ffl6+7O2N/o7fDk6u7P2eDz9ve8ytTp7vHc4+jh5+vM1962xc/Y4OXj6e319/ne5enDz9i1xM/L1d3p7fGzws2vv8v9/f7S2+L3+Pm0w86xwczY4Obx9Pbg5uvm6+/N19+9y9Tm6+7u8fTb4ufU3eOvwMvf5erQ2eDc5OnK1d33+fry9PbZ4eawwMzV3ePf5urX3+Wtvsng5+vb4+jl6u709vjp7fDv8vTe5eoAAABRfI6RAAAAW3RSTlMABRICD0uIq8jEqHc6O4734nkxW5EY6mQBmHYNpHiJaGL1IwfZmms21DX6F3JT0JAOPlkbaSthTxQm1qlsXDAg0jPdCwrcoF0Jam9FX+W4IROXjC0uKEBtf3tmY0JV1QAAAAFiS0dE4CgP/zAAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAAHdElNRQfjBgcLLAR8mk7DAAADY0lEQVQ4y4VU91/TMRANTtziwr33QNx7i3tvPUaRCtaKVMVRSqlwQquIRYoIigNlFFHrFmSIuFDcG+e/4l2+tkBx3A/Ju7v3yUsuyQlRzzwaNBT/sUaNmzT1BIBmzVu0/DurVes2UGNtvdr9kdW+Gbhbh471aV6urH+AC3bydmN17qIkAoNUwZtDVCr1llAl0LUOrVt3GQzbqtmmpLXbw1U7JOpRmydpocERWt3OXbsj9+zdt18fZQiPNnLYq4bWk/0Y04HYuD3otIPxoE8wc6KXk9abPcshf/1hrG2J5iNJTOzTV6H160/OUat2Z3IdGh48BuYUA+UGKLyBBG1JBktqXdrxNIqfCGGtQZI3mJAm3abKOKk6hZnWDLIEE+Jpedy4dK4304YQCDjDsTRLCp5N9+cynsvC8xyy6Uw0Dh1GvOEELmTn0Jgr9fII2RnkE7ho03AZRxDPh+ZgKLhE02VOWwlcYXA+CsBxNTSa/JFC+NKkuwbX42i+welkOqI2ktFNgCArqCnhKcQoLrHjFp5yCd92CmcA3CmEIt6whxjN95p3F1HvFN7nFC6G2BIsLbtH/hgxlsaI7HhEu1O4nN9BMYH7EIaYU/GA/HFiPI0P8x9RXUt/C9tp//CYwBNIQIzVKLwJNFaGPaXwxd/C6c8I0EawKiAZn4OdSzZRTOL9V9myEE2KcHlpcaAivOMFYiYkUHiyEA1B1i+TCpIjhQss+JJCIRgZlUFrlm4mZwrVmb+PPe0V6URI4ZjXGKll4Wtv6GW8fcRlmkq8aVzAd8ZC1iDhcuN7RAsLVzp4L8H8sqYTb4YU1p2jBenucl8eI8BaBbZMLMnVVxGcKd8Vf7XAaDiDyHdnthKvhBYxhCI6tCZebqzkzeIFP+QZE+XdGUq4hh8JbcECKONHM3uO8qBb8wWo9UYV391V5W/wkT6BowJcywkx148co9UCDzUASZL3+RYYskHzgWnzXP9yvmwXZVU2LQRkSV5qNe1UVc3xmQtqPvBC+Rditr6ygTnvS8XtfB28CVLL1uHXqnZDWKS0i6/qIkfM229Hv1ec3vVDRvwW121ES5YqTF22QxP06afeX3GXLXfvaytWQn3zEn8w90Y5dNXqvzTeNQt9XCxP77X/aOTCd936DT03bmrp4Rb/BQ/D/XRsuY9vAAAAAElFTkSuQmCC"></image></svg>'},{name:Object(c["a"])("Real-time Stats","google-analytics-for-wordpress"),description:Object(c["a"])("Get real-time stats right inside WordPress to see who is online, what are they doing, and more.","google-analytics-for-wordpress"),icon:'<svg class="" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="14 14 32 32"><g>\t<path fill="#ACBCC8" d="M31,20.5v-1c0-0.276-0.224-0.5-0.5-0.5S30,19.224,30,19.5v1c0,0.276,0.224,0.5,0.5,0.5S31,20.776,31,20.5z"></path> <path fill="#ACBCC8" d="M30,39.5v1c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5S30,39.224,30,39.5z"></path> <path fill="#ACBCC8" d="M39.5,30c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5h1c0.276,0,0.5-0.224,0.5-0.5S40.776,30,40.5,30 H39.5z"></path> <path fill="#ACBCC8" d="M19.5,30c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5h1c0.276,0,0.5-0.224,0.5-0.5S20.776,30,20.5,30 H19.5z"></path> <path fill="#D6E2EA" d="M41.284,25.958C41.739,27.223,42,28.58,42,30c0,6.617-5.383,12-12,12c-6.617,0-12-5.383-12-12 s5.383-12,12-12c2.993,0,5.727,1.108,7.831,2.927l2.826-2.827C37.824,15.56,34.096,14,30,14c-8.822,0-16,7.178-16,16 s7.178,16,16,16s16-7.178,16-16c0-2.545-0.613-4.944-1.675-7.083L41.284,25.958z"></path> <path fill="#509FE1" d="M24.975,25.146C24.877,25.049,24.749,25,24.621,25s-0.256,0.049-0.354,0.146l-2.121,2.121 c-0.195,0.195-0.195,0.512,0,0.707l6.439,6.439C28.964,34.792,29.466,35,30,35s1.036-0.208,1.414-0.586l14.5-14.5 c0.195-0.195,0.195-0.512,0-0.707l-2.121-2.121c-0.098-0.098-0.226-0.146-0.354-0.146s-0.256,0.049-0.354,0.146L30,30.172 L24.975,25.146z"></path></g></svg>'},{name:Object(c["a"])("Enhanced Ecommerce Tracking","google-analytics-for-wordpress"),description:Object(c["a"])("1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress.","google-analytics-for-wordpress"),icon:'<svg class="" xmlns="http://www.w3.org/2000/svg" width="96" viewBox="0 0 96 102"><path id="package" fill="#509fe1" d="M76.513,14.5a3.346,3.346,0,0,1,2.479,1.039,3.465,3.465,0,0,1,1.021,2.523V39.431a3.466,3.466,0,0,1-1.021,2.523,3.346,3.346,0,0,1-2.479,1.039h-35a3.346,3.346,0,0,1-2.479-1.039,3.466,3.466,0,0,1-1.021-2.523V18.06a3.466,3.466,0,0,1,1.021-2.523A3.346,3.346,0,0,1,41.513,14.5h4.375a6.68,6.68,0,0,1-.729-2.968,6.337,6.337,0,0,1,1.9-4.6A6.119,6.119,0,0,1,51.575,5a6.571,6.571,0,0,1,3.938,1.261,16.639,16.639,0,0,1,3.573,3.784,16.639,16.639,0,0,1,3.573-3.784A6.571,6.571,0,0,1,66.6,5a6.119,6.119,0,0,1,4.521,1.929,6.336,6.336,0,0,1,1.9,4.6,6.68,6.68,0,0,1-.729,2.968h4.229ZM66.6,8.562a3.2,3.2,0,0,0-1.458.3,5.947,5.947,0,0,0-1.823,1.558,41.215,41.215,0,0,0-2.99,4.081H66.6a2.8,2.8,0,0,0,2.078-.853,2.9,2.9,0,0,0,.839-2.115,2.9,2.9,0,0,0-.839-2.115A2.8,2.8,0,0,0,66.6,8.562ZM48.659,11.53a2.9,2.9,0,0,0,.839,2.115,2.8,2.8,0,0,0,2.078.853h6.271a41.215,41.215,0,0,0-2.99-4.081,5.947,5.947,0,0,0-1.823-1.558,3.2,3.2,0,0,0-1.458-.3,2.8,2.8,0,0,0-2.078.853A2.9,2.9,0,0,0,48.659,11.53Zm4.375,7.717H42.679v9.5H75.346v-9.5H64.992l2.625,2.671a1.288,1.288,0,0,1,0,1.632l-0.875.891a1.232,1.232,0,0,1-1.6,0l-5.1-5.194H57.992l-5.1,5.194a1.232,1.232,0,0,1-1.6,0l-0.875-.891a1.288,1.288,0,0,1,0-1.632Zm-10.354,19H75.346V33.494H42.679v4.749Z"></path><path id="cart" fill="#d5e2ea" d="M35.868,69.2l0.958,5.132H79.791a3.479,3.479,0,0,1,2.875,1.443,3.894,3.894,0,0,1,.8,3.207l-0.958,4.009A8.924,8.924,0,1,1,72.364,97.344a8.753,8.753,0,0,1-2.635-6.415,8.369,8.369,0,0,1,2.715-6.335H38.9a8.369,8.369,0,0,1,2.715,6.335,8.753,8.753,0,0,1-2.636,6.415,8.844,8.844,0,0,1-12.618,0,8.66,8.66,0,0,1-2.635-6.335,8.864,8.864,0,0,1,1.2-4.49A9.428,9.428,0,0,1,28.2,83.151L17.021,28.145H5.84A3.825,3.825,0,0,1,2.007,24.3V21.73A3.825,3.825,0,0,1,5.84,17.881H22.291a3.489,3.489,0,0,1,2.316.882,4.075,4.075,0,0,1,1.358,2.165L27.4,28.145"></path><path id="cart-2" data-name="cart" fill="#acbdc9" d="M27.4,28.145H90.173a3.634,3.634,0,0,1,3.035,1.443,3.486,3.486,0,0,1,.639,3.207L86.34,66.152A3.749,3.749,0,0,1,84.982,68.4a3.7,3.7,0,0,1-2.316.8h-46.8"></path></svg>'},{name:Object(c["a"])("Page Level Analytics","google-analytics-for-wordpress"),description:Object(c["a"])("Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site.","google-analytics-for-wordpress"),icon:'<svg class="" xmlns="http://www.w3.org/2000/svg" width="156" viewBox="0 0 156 156"> <rect fill="#d5e2e9" y="12" width="126" height="144" rx="8" ry="8"></rect> <rect fill="#acbdc9" x="16" y="132" width="94" height="6" rx="3" ry="3"></rect> <rect fill="#acbdc9" x="16" y="79" width="26" height="47" rx="3" ry="3"></rect> <rect fill="#acbdc9" x="48" y="119" width="62" height="6" rx="3" ry="3"></rect> <rect fill="#acbdc9" x="48" y="106" width="62" height="6" rx="3" ry="3"></rect> <rect fill="#acbdc9" x="48" y="92" width="62" height="6" rx="3" ry="3"></rect> <rect fill="#acbdc9" x="48" y="79" width="62" height="6" rx="3" ry="3"></rect> <rect fill="#acbdc9" x="16" y="56" width="62" height="6" rx="3" ry="3"></rect> <rect fill="#acbdc9" x="16" y="43" width="62" height="6" rx="3" ry="3"></rect> <rect fill="#acbdc9" x="16" y="30" width="62" height="6" rx="3" ry="3"></rect> <circle fill="#ffffff" cx="94.5" cy="42.5" r="35.5"></circle> <path fill="#54a0de" d="M155.386,96.172A2.214,2.214,0,0,1,156,97.813a3,3,0,0,1-.616,1.846l-4.716,4.512a2.551,2.551,0,0,1-1.846.82,1.948,1.948,0,0,1-1.641-.82L122.164,79.356a2.729,2.729,0,0,1-.616-1.641V74.844a44.053,44.053,0,0,1-12.919,7.69,42.454,42.454,0,0,1-36.4-2.974A43.1,43.1,0,0,1,56.744,64.077,41.43,41.43,0,0,1,51,42.647a41.43,41.43,0,0,1,5.742-21.431A43.1,43.1,0,0,1,72.227,5.733a42.863,42.863,0,0,1,42.862,0,43.1,43.1,0,0,1,15.483,15.483,41.43,41.43,0,0,1,5.742,21.431,41.258,41.258,0,0,1-2.768,14.971,44.07,44.07,0,0,1-7.691,12.92h2.871a2.217,2.217,0,0,1,1.641.615ZM93.658,75.459a32.1,32.1,0,0,0,16.406-4.409,32.573,32.573,0,0,0,12-12,32.729,32.729,0,0,0,0-32.812,32.573,32.573,0,0,0-12-12,32.728,32.728,0,0,0-32.812,0,32.58,32.58,0,0,0-12,12,32.728,32.728,0,0,0,0,32.813,32.58,32.58,0,0,0,12,12A32.1,32.1,0,0,0,93.658,75.459Z"></path><path fill="#d4e2e8" d="M112.786,52.128H78.724V28.066a0.934,0.934,0,0,0-.937-0.937H74.661a0.934,0.934,0,0,0-.937.938V56.191a0.933,0.933,0,0,0,.938.938h38.125a0.933,0.933,0,0,0,.937-0.937V53.066A0.933,0.933,0,0,0,112.786,52.128Z"></path> <path fill="#acbdc9" d="M102.864,34.55v0.078a0.717,0.717,0,0,1,.742-0.2,0.826,0.826,0,0,1,.586.508l7.031,14.688h-30V41.5l6.8-11.328a0.888,0.888,0,0,1,.742-0.43,0.9,0.9,0,0,1,.82.352L96.224,39Z"></path></svg>'},{name:Object(c["a"])("Affiliate Link & Ads Tracking","google-analytics-for-wordpress"),description:Object(c["a"])("Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking.","google-analytics-for-wordpress"),icon:'<svg class="" xmlns="http://www.w3.org/2000/svg" width="96" viewBox="0 0 96 102"><rect fill="#8ba4b7" x="41" y="60" width="14" height="42"></rect><path fill="#acbdc9" d="M14,71H82a0,0,0,0,1,0,0v3a2,2,0,0,1-2,2H16a2,2,0,0,1-2-2V71A0,0,0,0,1,14,71Z"></path><rect fill="#509fe2" y="5" width="96" height="66" rx="4.129" ry="4.129"></rect><path fill="#ffffff" d="M40.866,38.665l1.266-3.727L43.4,38.665H40.866ZM54.506,37.54a1.681,1.681,0,1,1-1.2.492A1.627,1.627,0,0,1,54.506,37.54Zm7.875-13.5a3.361,3.361,0,0,1,3.375,3.375v20.25a3.361,3.361,0,0,1-3.375,3.375H33.131a3.361,3.361,0,0,1-3.375-3.375V27.415a3.361,3.361,0,0,1,3.375-3.375h29.25ZM47.4,44.29a1.01,1.01,0,0,0,.879-0.457,1.2,1.2,0,0,0,.176-1.02l-3.8-10.9a1.957,1.957,0,0,0-.633-0.809,1.6,1.6,0,0,0-.984-0.316H41.217a1.6,1.6,0,0,0-.984.316,1.955,1.955,0,0,0-.633.809l-3.8,10.9a1.2,1.2,0,0,0,.176,1.02,1.01,1.01,0,0,0,.879.457h1.2a1.185,1.185,0,0,0,.668-0.211,0.86,0.86,0,0,0,.387-0.562L39.67,42.04h4.922l0.563,1.477a0.86,0.86,0,0,0,.387.563,1.185,1.185,0,0,0,.668.211h1.2Zm12.164-1.125V31.915a1.083,1.083,0,0,0-1.125-1.125H57.319a1.083,1.083,0,0,0-1.125,1.125v2.531a5.309,5.309,0,0,0-1.687-.281,5.063,5.063,0,1,0,0,10.125,4.64,4.64,0,0,0,1.969-.422,1.064,1.064,0,0,0,.844.422h1.125A1.083,1.083,0,0,0,59.569,43.165Z"></path><path fill="#2e7fbe" d="M73,0h1a2,2,0,0,1,2,2v8H71V2A2,2,0,0,1,73,0ZM70.5,10h6a2.5,2.5,0,0,1,0,5h-6A2.5,2.5,0,0,1,70.5,10Z"></path><path fill="#2e7fbe" d="M48,0h1a2,2,0,0,1,2,2v8H46V2A2,2,0,0,1,48,0ZM45.5,10h6a2.5,2.5,0,0,1,0,5h-6A2.5,2.5,0,0,1,45.5,10Z"></path><path fill="#2e7fbe" d="M23,0h1a2,2,0,0,1,2,2v8H21V2A2,2,0,0,1,23,0ZM20.5,10h6a2.5,2.5,0,0,1,0,5h-6A2.5,2.5,0,0,1,20.5,10Z"></path></svg>'},{name:Object(c["a"])("EU Compliance (GDPR Friendly)","google-analytics-for-wordpress"),description:Object(c["a"])("Make Google Analytics compliant with GDPR and other privacy regulations automatically.","google-analytics-for-wordpress"),icon:'<svg class="" xmlns="http://www.w3.org/2000/svg" width="96" viewBox="0 0 96 102"><path fill="#adbdc7" d="M28.884,78.139a0.832,0.832,0,0,0-.479-0.437,0.932,0.932,0,0,0-.629,0,0.832,0.832,0,0,0-.479.438l-1.777,3.609-3.992.574a0.83,0.83,0,0,0-.561.328,0.914,0.914,0,0,0-.191.6,0.839,0.839,0,0,0,.26.574l2.9,2.816-0.684,3.992a0.864,0.864,0,0,0,.123.615,0.8,0.8,0,0,0,.506.369,0.843,0.843,0,0,0,.629-0.082l3.582-1.859,3.582,1.859a0.843,0.843,0,0,0,.629.082,0.8,0.8,0,0,0,.506-0.369,0.863,0.863,0,0,0,.123-0.615l-0.684-3.992,2.9-2.816a0.839,0.839,0,0,0,.26-0.574,0.912,0.912,0,0,0-.191-0.6,0.83,0.83,0,0,0-.56-0.328l-3.992-.574Zm-14-14a0.832,0.832,0,0,0-.479-0.438,0.932,0.932,0,0,0-.629,0,0.832,0.832,0,0,0-.479.438l-1.777,3.609-3.992.574a0.83,0.83,0,0,0-.561.328,0.913,0.913,0,0,0-.191.6,0.839,0.839,0,0,0,.26.574l2.9,2.816L9.251,76.635a0.864,0.864,0,0,0,.123.615,0.8,0.8,0,0,0,.506.369,0.843,0.843,0,0,0,.629-0.082l3.582-1.859,3.582,1.859a0.843,0.843,0,0,0,.629.082,0.8,0.8,0,0,0,.506-0.369,0.863,0.863,0,0,0,.123-0.615l-0.684-3.992,2.9-2.816a0.839,0.839,0,0,0,.26-0.574,0.912,0.912,0,0,0-.191-0.6,0.83,0.83,0,0,0-.561-0.328l-3.992-.574Zm-5-19A0.832,0.832,0,0,0,9.406,44.7a0.932,0.932,0,0,0-.629,0,0.832,0.832,0,0,0-.479.438L6.521,48.749l-3.992.574a0.83,0.83,0,0,0-.561.328,0.913,0.913,0,0,0-.191.6,0.839,0.839,0,0,0,.26.574l2.9,2.817L4.251,57.635a0.864,0.864,0,0,0,.123.615,0.8,0.8,0,0,0,.506.369,0.843,0.843,0,0,0,.629-0.082l3.582-1.859,3.582,1.859a0.843,0.843,0,0,0,.629.082,0.8,0.8,0,0,0,.506-0.369,0.863,0.863,0,0,0,.123-0.615l-0.684-3.992,2.9-2.817a0.839,0.839,0,0,0,.26-0.574,0.912,0.912,0,0,0-.191-0.6,0.83,0.83,0,0,0-.561-0.328l-3.992-.574Zm5-20a0.832,0.832,0,0,0-.479-0.437,0.932,0.932,0,0,0-.629,0,0.832,0.832,0,0,0-.479.438l-1.777,3.609-3.992.574a0.83,0.83,0,0,0-.561.328,0.913,0.913,0,0,0-.191.6,0.839,0.839,0,0,0,.26.574l2.9,2.817L9.251,37.635a0.864,0.864,0,0,0,.123.615,0.8,0.8,0,0,0,.506.369,0.843,0.843,0,0,0,.629-0.082l3.582-1.859,3.582,1.859a0.843,0.843,0,0,0,.629.082,0.8,0.8,0,0,0,.506-0.369,0.863,0.863,0,0,0,.123-0.615l-0.684-3.992,2.9-2.817a0.839,0.839,0,0,0,.26-0.574,0.912,0.912,0,0,0-.191-0.6,0.83,0.83,0,0,0-.561-0.328l-3.992-.574Zm14-15A0.832,0.832,0,0,0,28.406,9.7a0.931,0.931,0,0,0-.629,0,0.832,0.832,0,0,0-.479.437l-1.777,3.609-3.992.574a0.83,0.83,0,0,0-.561.328,0.914,0.914,0,0,0-.191.6,0.839,0.839,0,0,0,.26.574l2.9,2.816-0.684,3.992a0.864,0.864,0,0,0,.123.615,0.8,0.8,0,0,0,.506.369,0.843,0.843,0,0,0,.629-0.082l3.582-1.859,3.582,1.859a0.843,0.843,0,0,0,.629.082,0.8,0.8,0,0,0,.506-0.369,0.863,0.863,0,0,0,.123-0.615l-0.684-3.992,2.9-2.816a0.839,0.839,0,0,0,.26-0.574,0.912,0.912,0,0,0-.191-0.6,0.83,0.83,0,0,0-.56-0.328l-3.992-.574Zm19.232,74a0.832,0.832,0,0,1,.479-0.437,0.932,0.932,0,0,1,.629,0,0.832,0.832,0,0,1,.478.438l1.777,3.609,3.992,0.574a0.83,0.83,0,0,1,.561.328,0.914,0.914,0,0,1,.191.6,0.839,0.839,0,0,1-.26.574l-2.9,2.816,0.684,3.992a0.864,0.864,0,0,1-.123.615,0.8,0.8,0,0,1-.506.369,0.843,0.843,0,0,1-.629-0.082l-3.582-1.859-3.582,1.859a0.843,0.843,0,0,1-.629.082,0.8,0.8,0,0,1-.506-0.369,0.863,0.863,0,0,1-.123-0.615l0.684-3.992-2.9-2.816a0.839,0.839,0,0,1-.26-0.574,0.912,0.912,0,0,1,.191-0.6,0.83,0.83,0,0,1,.56-0.328l3.992-.574Zm20-6a0.832,0.832,0,0,1,.479-0.437,0.932,0.932,0,0,1,.629,0,0.832,0.832,0,0,1,.479.438l1.777,3.609,3.992,0.574a0.83,0.83,0,0,1,.561.328,0.914,0.914,0,0,1,.191.6,0.839,0.839,0,0,1-.26.574l-2.9,2.816,0.684,3.992a0.864,0.864,0,0,1-.123.615,0.8,0.8,0,0,1-.506.369,0.843,0.843,0,0,1-.629-0.082l-3.582-1.859-3.582,1.859a0.843,0.843,0,0,1-.629.082,0.8,0.8,0,0,1-.506-0.369,0.863,0.863,0,0,1-.123-0.615l0.684-3.992-2.9-2.816a0.839,0.839,0,0,1-.26-0.574,0.912,0.912,0,0,1,.191-0.6,0.83,0.83,0,0,1,.56-0.328l3.992-.574Zm14-14a0.832,0.832,0,0,1,.479-0.438,0.932,0.932,0,0,1,.629,0,0.832,0.832,0,0,1,.479.438l1.777,3.609,3.992,0.574a0.83,0.83,0,0,1,.561.328,0.914,0.914,0,0,1,.191.6,0.839,0.839,0,0,1-.26.574l-2.9,2.816,0.684,3.992a0.864,0.864,0,0,1-.123.615,0.8,0.8,0,0,1-.506.369,0.843,0.843,0,0,1-.629-0.082l-3.582-1.859-3.582,1.859a0.843,0.843,0,0,1-.629.082,0.8,0.8,0,0,1-.506-0.369,0.863,0.863,0,0,1-.123-0.615l0.684-3.992-2.9-2.816a0.839,0.839,0,0,1-.26-0.574,0.912,0.912,0,0,1,.191-0.6,0.83,0.83,0,0,1,.561-0.328l3.992-.574Zm5-19a0.832,0.832,0,0,1,.479-0.437,0.932,0.932,0,0,1,.629,0,0.832,0.832,0,0,1,.479.438l1.777,3.609,3.992,0.574a0.83,0.83,0,0,1,.561.328,0.914,0.914,0,0,1,.191.6,0.839,0.839,0,0,1-.26.574l-2.9,2.817,0.684,3.992a0.864,0.864,0,0,1-.123.615,0.8,0.8,0,0,1-.506.369,0.843,0.843,0,0,1-.629-0.082l-3.582-1.859-3.582,1.859a0.843,0.843,0,0,1-.629.082,0.8,0.8,0,0,1-.506-0.369,0.863,0.863,0,0,1-.123-0.615l0.684-3.992-2.9-2.817a0.839,0.839,0,0,1-.26-0.574,0.912,0.912,0,0,1,.191-0.6,0.83,0.83,0,0,1,.561-0.328l3.992-.574Zm-5-20a0.832,0.832,0,0,1,.479-0.437,0.932,0.932,0,0,1,.629,0,0.832,0.832,0,0,1,.479.438l1.777,3.609,3.992,0.574a0.83,0.83,0,0,1,.561.328,0.914,0.914,0,0,1,.191.6,0.839,0.839,0,0,1-.26.574l-2.9,2.817,0.684,3.992a0.864,0.864,0,0,1-.123.615,0.8,0.8,0,0,1-.506.369,0.843,0.843,0,0,1-.629-0.082l-3.582-1.859-3.582,1.859a0.843,0.843,0,0,1-.629.082,0.8,0.8,0,0,1-.506-0.369,0.863,0.863,0,0,1-.123-0.615l0.684-3.992-2.9-2.817a0.839,0.839,0,0,1-.26-0.574,0.912,0.912,0,0,1,.191-0.6,0.83,0.83,0,0,1,.561-0.328l3.992-.574Zm-14-15A0.832,0.832,0,0,1,68.594,9.7a0.931,0.931,0,0,1,.629,0,0.832,0.832,0,0,1,.479.437l1.777,3.609,3.992,0.574a0.83,0.83,0,0,1,.561.328,0.914,0.914,0,0,1,.191.6,0.839,0.839,0,0,1-.26.574l-2.9,2.816,0.684,3.992a0.864,0.864,0,0,1-.123.615,0.8,0.8,0,0,1-.506.369,0.843,0.843,0,0,1-.629-0.082l-3.582-1.859-3.582,1.859a0.843,0.843,0,0,1-.629.082,0.8,0.8,0,0,1-.506-0.369,0.863,0.863,0,0,1-.123-0.615l0.684-3.992-2.9-2.816a0.839,0.839,0,0,1-.26-0.574,0.912,0.912,0,0,1,.191-0.6,0.83,0.83,0,0,1,.56-0.328l3.992-.574Zm-20-6A0.832,0.832,0,0,1,48.594,3.7a0.931,0.931,0,0,1,.629,0,0.832,0.832,0,0,1,.478.438l1.777,3.609,3.992,0.574a0.83,0.83,0,0,1,.561.328,0.914,0.914,0,0,1,.191.6,0.839,0.839,0,0,1-.26.574l-2.9,2.816,0.684,3.992a0.864,0.864,0,0,1-.123.615,0.8,0.8,0,0,1-.506.369,0.843,0.843,0,0,1-.629-0.082l-3.582-1.859-3.582,1.859a0.843,0.843,0,0,1-.629.082,0.8,0.8,0,0,1-.506-0.369,0.863,0.863,0,0,1-.123-0.615l0.684-3.992-2.9-2.816a0.839,0.839,0,0,1-.26-0.574,0.913,0.913,0,0,1,.191-0.6,0.829,0.829,0,0,1,.56-0.328l3.992-.574Z"></path><path fill="#509fe2" d="M65.147,42.845a3.346,3.346,0,0,0-.562-1.9,3.032,3.032,0,0,0-1.547-1.2l-13.5-5.625a2.988,2.988,0,0,0-2.531,0l-13.5,5.625a3.032,3.032,0,0,0-1.547,1.2,3.346,3.346,0,0,0-.562,1.9,32.51,32.51,0,0,0,2.391,12.445,28.183,28.183,0,0,0,5.836,9.07,20.888,20.888,0,0,0,7.383,5.2,2.988,2.988,0,0,0,2.531,0,20.754,20.754,0,0,0,6.75-4.57,29.547,29.547,0,0,0,6.188-8.859A32.516,32.516,0,0,0,65.147,42.845ZM46.8,60.7a1.026,1.026,0,0,1-1.547,0l-7.312-7.312a1.106,1.106,0,0,1,0-1.617l1.547-1.547a1.106,1.106,0,0,1,1.617,0l4.922,4.922L56.569,44.6a1.106,1.106,0,0,1,1.617,0l1.547,1.547a1.106,1.106,0,0,1,0,1.617Z"></path></svg>'},{name:Object(c["a"])("Custom Dimensions","google-analytics-for-wordpress"),description:Object(c["a"])("Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click.","google-analytics-for-wordpress"),icon:'<svg class="" xmlns="http://www.w3.org/2000/svg" width="96" viewBox="0 0 96 102"><path fill="#509fe2" d="M93.623,52.744A9.542,9.542,0,0,1,91.9,64.718a8.43,8.43,0,0,1-5.919,2.29H47.033a8.569,8.569,0,0,1-5.919-2.225,9.134,9.134,0,0,1-2.991-5.627A9.485,9.485,0,0,1,39.4,52.744l14.894-24.6V8.383H53.27a2.906,2.906,0,0,1-2.164-.916,3.072,3.072,0,0,1-.891-2.225V3.149A3.072,3.072,0,0,1,51.106.924,2.906,2.906,0,0,1,53.27.008H79.748a2.906,2.906,0,0,1,2.164.916A3.072,3.072,0,0,1,82.8,3.149V5.242a3.072,3.072,0,0,1-.891,2.225,2.906,2.906,0,0,1-2.164.916H78.729v19.76ZM55.562,41.883H77.456l-6.11-10.207a3.9,3.9,0,0,1-.764-2.355V8.383H62.436V29.32a3.9,3.9,0,0,1-.764,2.355Z"></path><path fill="#d6e2ea" d="M68,99.334a11.55,11.55,0,0,0,4.246,0l1.061,1.837a1.418,1.418,0,0,0,.863.722,2.006,2.006,0,0,0,1.128.065,14.624,14.624,0,0,0,4.246-2.492,1.388,1.388,0,0,0,.6-0.984,1.94,1.94,0,0,0-.2-1.115l-1.061-1.837A13.05,13.05,0,0,0,81,91.987h2.123a1.686,1.686,0,0,0,1.128-.394,1.307,1.307,0,0,0,.464-1.05,11.23,11.23,0,0,0,0-4.855,1.175,1.175,0,0,0-.464-0.919,1.686,1.686,0,0,0-1.128-.394H81A15.309,15.309,0,0,0,78.879,80.7l1.061-1.837a1.94,1.94,0,0,0,.2-1.115,1.388,1.388,0,0,0-.6-0.984A12.6,12.6,0,0,0,75.3,74.4a1.437,1.437,0,0,0-1.128-.066,1.419,1.419,0,0,0-.863.722l-1.061,1.968A13.838,13.838,0,0,0,68,76.9l-1.062-1.837a1.419,1.419,0,0,0-.862-0.722,1.438,1.438,0,0,0-1.128.066A12.6,12.6,0,0,0,60.7,76.766a1.389,1.389,0,0,0-.6.984,1.941,1.941,0,0,0,.2,1.115L61.363,80.7a15.312,15.312,0,0,0-2.123,3.674H57.117a1.686,1.686,0,0,0-1.128.394,1.759,1.759,0,0,0-.6.919,12.766,12.766,0,0,0,.133,4.855,1.307,1.307,0,0,0,.464,1.05,1.686,1.686,0,0,0,1.128.394H59.24a13.053,13.053,0,0,0,2.123,3.543L60.3,97.366a1.941,1.941,0,0,0-.2,1.115,1.389,1.389,0,0,0,.6.984,14.624,14.624,0,0,0,4.246,2.492,2.007,2.007,0,0,0,1.128-.065,1.419,1.419,0,0,0,.862-0.722Zm-1.327-7.741A5.082,5.082,0,0,1,65.543,86.8a4.6,4.6,0,0,1,3.185-3.215,5.074,5.074,0,0,1,4.843,1.05A5.276,5.276,0,0,1,74.7,89.494a4.591,4.591,0,0,1-3.184,3.149A5.074,5.074,0,0,1,66.671,91.593Z"></path><path fill="#acbdc9" d="M51.279,72.568a21.653,21.653,0,0,0,0-8.266l4.511-2.231a3.077,3.077,0,0,0,1.393-1.706,3.115,3.115,0,0,0-.066-2.1,30.1,30.1,0,0,0-5.573-8.66,3.226,3.226,0,0,0-1.924-1.115,2.645,2.645,0,0,0-2.057.459l-3.848,2.1a25.939,25.939,0,0,0-7.3-4.068V42.521a2.878,2.878,0,0,0-.8-2.034,3.731,3.731,0,0,0-1.858-1.115,30.03,30.03,0,0,0-10.085.131,2.84,2.84,0,0,0-1.924.984,3.026,3.026,0,0,0-.73,2.034v4.461a22.237,22.237,0,0,0-7.3,4.068L9.88,48.95a3.054,3.054,0,0,0-2.189-.459A2.7,2.7,0,0,0,5.9,49.606a32.637,32.637,0,0,0-5.573,8.66,2.5,2.5,0,0,0-.133,2.1,3.408,3.408,0,0,0,1.46,1.706L6.032,64.3a21.654,21.654,0,0,0,0,8.266L1.653,74.8a2.825,2.825,0,0,0-1.46,1.64A2.643,2.643,0,0,0,.326,78.6,32.636,32.636,0,0,0,5.9,87.263a2.909,2.909,0,0,0,1.791.984,3.477,3.477,0,0,0,2.189-.328l3.848-2.23a22.345,22.345,0,0,0,7.3,4.2v4.461a3.107,3.107,0,0,0,.73,1.968,2.744,2.744,0,0,0,1.924,1.05,27.911,27.911,0,0,0,10.085,0,2.889,2.889,0,0,0,1.858-1.05,2.957,2.957,0,0,0,.8-1.968V89.887a24.326,24.326,0,0,0,7.3-4.2l3.848,2.23a3.007,3.007,0,0,0,2.057.328,3.535,3.535,0,0,0,1.924-.984q4.379-5.248,5.573-8.66a2.643,2.643,0,0,0,.133-2.165,2.825,2.825,0,0,0-1.46-1.64ZM35.754,75.323a11.432,11.432,0,0,1-7.7,2.493,8.964,8.964,0,0,1-6.17-2.69,8.772,8.772,0,0,1-2.72-6.1,10.684,10.684,0,0,1,2.521-7.479,10.691,10.691,0,0,1,7.563-2.624,9.649,9.649,0,0,1,9.023,8.922A10.684,10.684,0,0,1,35.754,75.323Z"></path></svg>'}],pro_features:[Object(c["a"])("Ecommerce Report","google-analytics-for-wordpress"),Object(c["a"])("Form Conversions","google-analytics-for-wordpress"),Object(c["a"])("Custom Dimensions","google-analytics-for-wordpress"),Object(c["a"])("Author Tracking","google-analytics-for-wordpress"),Object(c["a"])("Google Optimize","google-analytics-for-wordpress"),Object(c["a"])("Category / Tags Tracking","google-analytics-for-wordpress"),Object(c["a"])("WooCommerce","google-analytics-for-wordpress"),Object(c["a"])("Easy Digital Downloads","google-analytics-for-wordpress"),Object(c["a"])("MemberPress","google-analytics-for-wordpress"),Object(c["a"])("LifterLMS","google-analytics-for-wordpress")],testimonials:[{image:"monsterinsights-testimonial-one",text:"It just works. Really easy way to insert Google Analytics tracking code and keep it there when switching themes. No need to copy/paste code anywhere. This is the best way to handle Google Analytics in WordPress.",author:"Steven Gliebe",function:"Founder of ChurchThemes"},{image:"monsterinsights-testimonial-two",text:"Analytics for PROs! This plugin brings it all, great features and helpful info to easily see what you are doing.",author:"Frank van der Sluijs",function:"Business Consultant"}],welcome_video:!1}},computed:{welcome_title:function(){return this.$mi.first_name&&this.$mi.first_name.length<28?this.text_welcome_title+" "+this.$mi.first_name:this.text_welcome_title}},methods:{feature_class:function(t){return"monsterinsights-bg-img "+t}}},Oe=xe,Ce=Object(h["a"])(Oe,ye,ve,!1,null,null,null),je=Ce.exports,ke=s("619c"),Pe=s("7460"),Ee={install:function(t){t.prototype.$swal&&(t.prototype.$mi_saving_toast=function(){},t.prototype.$mi_success_toast=function(){},t.prototype.$mi_error_toast=function(){},t.prototype.$mi_loading_toast=function(){t.prototype.$swal({type:"info",title:Object(c["a"])("Loading settings","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){t.prototype.$swal.showLoading()}})})}},Se=Ee,Me=s("4360"),$e=s("e37d"),ze=s("6c6b"),Ie=document.getElementById("monsterinsights-vue-onboarding-wizard"),He=document.getElementById("monsterinsights-welcome");if(Ft["a"].config.productionTip=!1,Ie||He){var Be={install:function(t){t.prototype.$wizard_steps=["welcome","authenticate","recommended_settings","recommended_addons","wpforms","success"]}};Object(ze["a"])({ctrl:!0}),Ft["a"].use(a["a"]),Ft["a"].use(ke["a"]),Ft["a"].use($e["a"],{defaultTemplate:'<div class="monsterinsights-tooltip" role="tooltip"><div class="monsterinsights-tooltip-arrow"></div><div class="monsterinsights-tooltip-inner"></div></div>',defaultArrowSelector:".monsterinsights-tooltip-arrow, .monsterinsights-tooltip__arrow",defaultInnerSelector:".monsterinsights-tooltip-inner, .monsterinsights-tooltip__inner"}),Ft["a"].use(Pe["a"]),Object(c["c"])(window.monsterinsights.translations,"google-analytics-for-wordpress"),He?new Ft["a"]({store:Me["a"],mounted:function(){Me["a"].dispatch("$_app/init")},render:function(t){return t(je)}}).$mount(He):(Ft["a"].use(Be),Ft["a"].use(Se),new Ft["a"]({store:Me["a"],mounted:function(){Me["a"].dispatch("$_app/init"),Me["a"].dispatch("$_license/getLicense"),Me["a"].dispatch("$_auth/getAuth"),Me["a"].dispatch("$_addons/getAddons")},render:function(t){return t(we)}}).$mount(Ie))}},1:function(t,e,s){t.exports=s("0951")},"3c46":function(t,e,s){},7795:function(t,e,s){},"8c6a":function(t,e,s){},e3c8:function(t,e,s){"use strict";var o=s("3c46"),n=s.n(o);n.a}});
1
+ (function(t){function e(e){for(var n,a,i=e[0],l=e[1],c=e[2],d=0,h=[];d<i.length;d++)a=i[d],o[a]&&h.push(o[a][0]),o[a]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(t[n]=l[n]);u&&u(e);while(h.length)h.shift()();return r.push.apply(r,c||[]),s()}function s(){for(var t,e=0;e<r.length;e++){for(var s=r[e],n=!0,i=1;i<s.length;i++){var l=s[i];0!==o[l]&&(n=!1)}n&&(r.splice(e--,1),t=a(a.s=s[0]))}return t}var n={},o={wizard:0},r=[];function a(e){if(n[e])return n[e].exports;var s=n[e]={i:e,l:!1,exports:{}};return t[e].call(s.exports,s,s.exports,a),s.l=!0,s.exports}a.m=t,a.c=n,a.d=function(t,e,s){a.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:s})},a.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a.t=function(t,e){if(1&e&&(t=a(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var s=Object.create(null);if(a.r(s),Object.defineProperty(s,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)a.d(s,n,function(e){return t[e]}.bind(null,n));return s},a.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return a.d(e,"a",e),e},a.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},a.p="";var i=window["monsterinsightsjsonp"]=window["monsterinsightsjsonp"]||[],l=i.push.bind(i);i.push=e,i=i.slice();for(var c=0;c<i.length;c++)e(i[c]);var u=l;r.push([1,"chunk-vendors","chunk-common"]),s()})({"0951":function(t,e,s){"use strict";s.r(e);s("e260"),s("e6cf"),s("cca6"),s("a79d");var n=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-admin-page onboarding-wizard"},[s("the-wizard-header"),s("the-wizard-timeline"),s("div",{staticClass:"monsterinsights-onboarding-wizard-container"},[s("div",{staticClass:"monsterinsights-onboarding-wizard-content"},[s("router-view")],1)]),t.blocked?s("div",{staticClass:"monsterinsights-blocked"}):t._e()],1)},o=[],r=(s("a4d3"),s("4de4"),s("4160"),s("e439"),s("dbb4"),s("b64b"),s("159b"),s("2fa7")),a=s("8c4f"),i=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-onboarding-step-welcome"},[s("onboarding-content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}}),s("div",{staticClass:"monsterinsights-onboarding-wizard-form"},[s("div",{staticClass:"monsterinsights-separator"}),s("form",{on:{submit:function(e){return e.preventDefault(),t.handleSubmit(e)}}},[s("div",{staticClass:"monsterinsights-form-row"},[s("div",{staticClass:"monsterinsights-form-label"},[s("label",{domProps:{textContent:t._s(t.text_category_label)}}),s("p",{staticClass:"monsterinsights-description",domProps:{textContent:t._s(t.text_category_sublabel)}})]),s("settings-input-radio",{attrs:{name:"site_type",options:t.options,auth_disabled:!1}})],1),s("div",{staticClass:"monsterinsights-separator"}),s("div",{staticClass:"monsterinsights-form-row monsterinsights-form-buttons"},[s("button",{staticClass:"monsterinsights-onboarding-button monsterinsights-onboarding-button-large",attrs:{type:"submit",name:"next_step"},domProps:{textContent:t._s(t.text_save)}})])])])],1)},l=[],c=s("561c"),u=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("header",[s("h2",{domProps:{innerHTML:t._s(t.title)}}),t.subtitle?s("p",{staticClass:"subtitle",domProps:{innerHTML:t._s(t.subtitle)}}):t._e()])},d=[],h={name:"OnboardingContentHeader",props:{title:String,subtitle:String}},p=h,g=s("2877"),f=Object(g["a"])(p,u,d,!1,null,null,null),m=f.exports,b=s("6d70"),w={name:"OnboardingStepWelcome",components:{SettingsInputRadio:b["a"],OnboardingContentHeader:m},data:function(){return{text_header_title:Object(c["a"])("Welcome to MonsterInsights!","google-analytics-for-wordpress"),text_header_subtitle:Object(c["a"])("Let's get you set up.","google-analytics-for-wordpress"),text_save:Object(c["a"])("Save and Continue","google-analytics-for-wordpress"),text_category_label:Object(c["a"])("Which category best describes your website?","google-analytics-for-wordpress"),text_category_sublabel:Object(c["a"])("We will recommend the optimal settings for MonsterInsights based on your choice.","google-analytics-for-wordpress"),options:[{value:"business",label:Object(c["a"])("Business Website","google-analytics-for-wordpress")},{value:"publisher",label:Object(c["d"])(Object(c["a"])("Publisher %s(Blog)%s","google-analytics-for-wordpress"),"<small>","</small>")},{value:"ecommerce",label:Object(c["a"])("Ecommerce","google-analytics-for-wordpress")}]}},methods:{handleSubmit:function(){this.$router.push(this.$wizard_steps[1])}}},_=w,v=Object(g["a"])(_,i,l,!1,null,null,null),y=v.exports,A=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-onboarding-step-authenticate"},[s("onboarding-content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}}),s("div",{staticClass:"monsterinsights-onboarding-wizard-form"},[s("form",[s("div",{staticClass:"monsterinsights-form-row"},[s("onboarding-license")],1),s("div",{staticClass:"monsterinsights-separator"}),t.auth_error?[s("div",{staticClass:"monsterinsights-notice monsterinsights-notice-error"},[s("div",{staticClass:"monsterinsights-notice-inner"},[s("span",{domProps:{textContent:t._s(t.text_error_auth)}})])]),s("div",{staticClass:"monsterinsights-separator"}),s("label",{domProps:{textContent:t._s(t.text_manual_label)}}),s("p",{domProps:{innerHTML:t._s(t.text_manual_description)}}),s("input",{staticClass:"monsterinsights-manual-ua",attrs:{id:"monsterinsights-auth-manual-ua-input",type:"text"},domProps:{value:t.is_network?t.auth.network_manual_ua:t.auth.manual_ua},on:{change:t.updateManualUa,input:t.fieldInput}}),t.has_error?s("label",{staticClass:"monsterinsights-error"},[s("i",{staticClass:"monstericon-warning-triangle"}),s("span",{domProps:{innerHTML:t._s(t.has_error)}})]):t._e(),s("div",{staticClass:"monsterinsights-separator"}),s("div",{staticClass:"monsterinsights-form-row monsterinsights-form-buttons"},[s("button",{class:t.manual_button_class,attrs:{type:"submit",name:"next_step"},domProps:{textContent:t._s(t.text_save)},on:{click:function(e){return e.preventDefault(),t.handleSubmit(e)}}})])]:[s("onboarding-authenticate",{attrs:{label:t.text_authenticate_label,description:t.text_authenticate_description},on:{nextstep:t.handleSubmit}})]],2)])],1)},x=[],O=(s("d3b7"),s("e25e"),s("ac1f"),s("3ca3"),s("841c"),s("ddb0"),s("2b3d"),s("2f62")),C=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-onboarding-license-lite"},[s("div",{staticClass:"monsterinsights-separator"}),s("label",{domProps:{textContent:t._s(t.text_license_label)}}),s("settings-input-license")],1)},j=[],k=s("3bc9");function P(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,n)}return s}function S(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?P(s,!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):P(s).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var E={name:"OnboardingLicense",components:{SettingsInputLicense:k["a"]},computed:S({},Object(O["b"])({license:"$_license/license",license_network:"$_license/license_network",auth:"$_auth/auth"})),data:function(){return{text_license_label:Object(c["a"])("License Key","google-analytics-for-wordpress")}}},U=E,L=Object(g["a"])(U,C,j,!1,null,null,null),M=L.exports,R=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-settings-input monsterinsights-settings-input-authenticate"},[!t.auth.network_ua||t.is_network||t.auth.ua?t._e():s("settings-network-notice",[s("strong",{domProps:{textContent:t._s(t.text_auth_network)}}),s("span",{domProps:{textContent:t._s(t.text_auth_network_2)}})]),(t.is_network?t.auth.network_ua:t.auth.ua)?s("div",{staticClass:"monsterinsights-auth-info"},[s("span",{staticClass:"monsterinsights-dark",domProps:{textContent:t._s(t.text_website_profile)}}),s("p",[s("span",{domProps:{textContent:t._s(t.text_active_profile)}}),t._v(": "),s("span",{domProps:{textContent:t._s(t.is_network?t.auth.network_viewname:t.auth.viewname)}})]),s("div",[s("div",{staticClass:"monsterinsights-auth-actions"},[s("button",{staticClass:"monsterinsights-onboarding-button monsterinsights-onboarding-button-large",domProps:{textContent:t._s(t.text_button_reconnect)},on:{click:t.doReAuth}}),s("button",{staticClass:"monsterinsights-text-button monsterinsights-pull-right",attrs:{type:"submit"},on:{click:function(e){return e.preventDefault(),t.submitForm(e)}}},[s("span",{domProps:{textContent:t._s(t.text_skip)}}),s("i",{staticClass:"monstericon-arrow-right"})])])])]):s("div",[s("span",{staticClass:"monsterinsights-dark",domProps:{textContent:t._s(t.label)}}),s("p",{domProps:{innerHTML:t._s(t.description)}}),s("button",{staticClass:"monsterinsights-onboarding-button monsterinsights-onboarding-button-large",domProps:{textContent:t._s(t.text_button_connect)},on:{click:t.doAuth}})])],1)},I=[],B=s("b333");function $(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,n)}return s}function z(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?$(s,!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):$(s).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var T={name:"OnboardingAuthenticate",components:{SettingsNetworkNotice:B["a"]},props:{label:String,description:String},data:function(){return{is_network:this.$mi.network,text_button_connect:Object(c["a"])("Connect MonsterInsights","google-analytics-for-wordpress"),text_button_reconnect:Object(c["a"])("Reconnect MonsterInsights","google-analytics-for-wordpress"),text_website_profile:Object(c["a"])("Website profile","google-analytics-for-wordpress"),text_active_profile:Object(c["a"])("Active profile","google-analytics-for-wordpress"),text_auth_network:Object(c["a"])("Your website profile has been set at the network level of your WordPress Multisite.","google-analytics-for-wordpress"),text_auth_network_2:Object(c["a"])("If you would like to use a different profile for this subsite, you can authenticate below.","google-analytics-for-wordpress"),text_skip:Object(c["a"])("Skip and Keep Connection","google-analytics-for-wordpress")}},computed:z({},Object(O["b"])({license:"$_license/license",license_network:"$_license/license_network",auth:"$_auth/auth"}),{iconClass:function(){var t="monstericon-arrow";return this.showButtons&&(t+=" monstericon-down"),t}}),methods:{submitForm:function(){this.$emit("nextstep",!0)},doAuth:function(t){t.preventDefault();var e=this;this.$swal({type:"info",title:Object(c["a"])("Authenticating","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading()}}),this.$store.dispatch("$_auth/doAuth",this.is_network).then((function(t){t.data.redirect?window.location=t.data.redirect:e.$swal({type:"error",title:Object(c["a"])("Error","google-analytics-for-wordpress"),html:t.data.message,confirmButtonText:Object(c["a"])("Ok","google-analytics-for-wordpress")})}))},doReAuth:function(t){t.preventDefault();var e=this;this.$swal({type:"info",title:Object(c["a"])("Re-Authenticating","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading()}}),this.$store.dispatch("$_auth/doReAuth",this.is_network).then((function(t){t.data.redirect?window.location=t.data.redirect:e.$swal({type:"error",title:Object(c["a"])("Error","google-analytics-for-wordpress"),html:t.data.message,confirmButtonText:Object(c["a"])("Ok","google-analytics-for-wordpress")})}))}}},H=T,D=Object(g["a"])(H,R,I,!1,null,null,null),F=D.exports,Z=s("f7fe"),V=s.n(Z);function W(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,n)}return s}function N(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?W(s,!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):W(s).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Q={name:"OnboardingStepWelcome",components:{OnboardingAuthenticate:F,OnboardingLicense:M,OnboardingContentHeader:m},data:function(){return{text_header_title:Object(c["a"])("Connect MonsterInsights to Your Website","google-analytics-for-wordpress"),text_header_subtitle:Object(c["a"])("MonsterInsights connects Google Analytics to WordPress and shows you stats that matter.","google-analytics-for-wordpress"),text_authenticate_label:Object(c["a"])("Connect Google Analytics + WordPress","google-analytics-for-wordpress"),text_authenticate_description:Object(c["a"])("You will be taken to the MonsterInsights website where you'll need to connect your Analytics account.","google-analytics-for-wordpress"),text_error_auth:Object(c["a"])("Whoops, something went wrong and we weren't able to connect to MonsterInsights. Please enter your Google UA code manually.","google-analytics-for-wordpress"),text_manual_label:Object(c["a"])("Manually enter your UA code","google-analytics-for-wordpress"),text_manual_description:Object(c["a"])("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"),text_save:Object(c["a"])("Save and Continue","google-analytics-for-wordpress"),is_network:this.$mi.network,has_error:!1,auth_error:!1,manual_valid:!0}},computed:N({},Object(O["b"])({auth:"$_auth/auth"}),{manual_button_class:function(){var t="monsterinsights-onboarding-button monsterinsights-onboarding-button-large";return this.manual_valid||(t+=" monsterinsights-button-disabled"),t}}),methods:{fieldInput:V()((function(t){this.updateManualUa(t)}),500),handleSubmit:function(){if(""===this.auth.manual_ua)return this.manual_valid=!1,void(this.has_error=Object(c["a"])("UA code can't be empty","google-analytics-for-wordpress"));this.auth_error&&!this.manual_valid||this.$router.push(this.$wizard_steps[2])},updateManualUa:function(t){var e=this;e.$swal({type:"info",title:Object(c["a"])("Saving UA code...","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading()}}),e.has_error=!1,e.manual_valid=!1,this.$store.dispatch("$_auth/updateManualUa",{ua:t.target.value,network:this.is_network}).then((function(t){!1===t.success?(e.has_error=t.data.error,e.$swal.close()):(e.has_error=!1,e.manual_valid=!0,e.$swal.close())}))}},mounted:function(){if("undefined"!==typeof URLSearchParams){var t=new URLSearchParams(window.location.search);if(t){var e=t.get("mi-auth-error");"1"!==e&&"2"!==e||(this.auth_error=parseInt(e),this.auth.manual_ua&&(this.manual_valid=!0))}}}},q=Q,G=Object(g["a"])(q,A,x,!1,null,null,null),X=G.exports,Y=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-onboarding-step-recommended-settings"},[s("onboarding-content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}}),s("div",{staticClass:"monsterinsights-onboarding-wizard-form"},[s("form",{attrs:{action:"",method:"post"},on:{submit:function(e){return e.preventDefault(),t.handleSubmit(e)}}},[s("div",{staticClass:"monsterinsights-separator"}),s("settings-input-checkbox",{attrs:{label:t.text_events_label,description:t.text_events_description,tooltip:t.text_events_tooltip,faux:!0,faux_tooltip:t.text_events_faux_tooltip}}),s("div",{staticClass:"monsterinsights-separator"}),s("settings-input-checkbox",{attrs:{label:t.text_link_attribution_label,description:t.text_link_attribution_description,tooltip:t.text_link_attribution_tooltip,faux:!0,faux_tooltip:t.text_link_attribution_faux_tooltip}}),s("div",{staticClass:"monsterinsights-separator"}),s("settings-input-text",{attrs:{default_value:"doc,pdf,ppt,zip,xls,docx,pptx,xlsx",name:"extensions_of_files",label:t.text_extensions_of_files_label,description:t.text_extensions_of_files_description,tooltip:t.text_extensions_of_files_tooltip}}),s("div",{staticClass:"monsterinsights-separator"}),s("p",[s("label",{domProps:{textContent:t._s(t.text_affiliate_label)}}),s("span",{staticClass:"monsterinsights-sublabel",domProps:{innerHTML:t._s(t.text_affiliate_repeater_description)}}),s("settings-info-tooltip",{attrs:{content:t.text_affiliate_tooltip_content}})],1),s("settings-input-repeater",{attrs:{structure:t.repeater_structure,name:"affiliate_links",data:t.settings["affiliate_links"]}}),s("div",{staticClass:"monsterinsights-separator"}),s("settings-input-select",{attrs:{options:t.user_roles,forced:t.user_roles_manage_options,multiple:!0,name:"view_reports",label:t.text_permissions_view_label,description:t.text_permissions_view_description,tooltip:t.text_permissions_view_tooltip}}),s("div",{staticClass:"monsterinsights-separator"}),s("settings-input-checkbox",{attrs:{"value-on":"all","value-off":"none",name:"automatic_updates",label:t.text_updates_label,description:t.text_updates_description,tooltip:t.text_updates_tooltip}}),s("div",{staticClass:"monsterinsights-separator"}),s("onboarding-improve"),s("div",{staticClass:"monsterinsights-form-row monsterinsights-form-buttons"},[s("button",{staticClass:"monsterinsights-onboarding-button monsterinsights-onboarding-button-large",attrs:{type:"submit",name:"next_step"},domProps:{textContent:t._s(t.text_save)}})])],1)])],1)},K=[],J=s("088d"),tt=s("c472"),et=s("6ffa"),st=s("93ec"),nt=s("aa9f"),ot=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("settings-input-checkbox",{attrs:{name:"anonymous_data",label:t.text_anonymous_label,description:t.text_anonymous_description,tooltip:t.text_anonymous_tooltip}}),s("div",{staticClass:"monsterinsights-separator"})],1)},rt=[],at={name:"OnboardingImprove",components:{SettingsInputCheckbox:J["a"]},data:function(){return{text_anonymous_label:Object(c["a"])("Help Us Improve","google-analytics-for-wordpress"),text_anonymous_description:Object(c["a"])("Help us better understand our users and their website needs.","google-analytics-for-wordpress"),text_anonymous_tooltip:Object(c["d"])(Object(c["a"])("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, %svisit our website.%s","google-analytics-for-wordpress"),'<a target="_blank" href="'+this.$getUrl("onboarding-wizard","usage-tracking","https://www.monsterinsights.com/docs/usage-tracking/")+'">',"</a>")}}},it=at,lt=Object(g["a"])(it,ot,rt,!1,null,null,null),ct=lt.exports;function ut(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,n)}return s}function dt(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?ut(s,!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):ut(s).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var ht={name:"OnboardingStepRecommendedSettings",components:{OnboardingImprove:ct,SettingsInputSelect:nt["a"],SettingsInfoTooltip:st["a"],SettingsInputRepeater:et["a"],SettingsInputText:tt["a"],SettingsInputCheckbox:J["a"],OnboardingContentHeader:m},data:function(){return{text_header_title:Object(c["a"])("Recommended Settings","google-analytics-for-wordpress"),text_header_subtitle:Object(c["a"])("MonsterInsights recommends the following settings based on your configuration.","google-analytics-for-wordpress"),text_events_label:Object(c["a"])("Events Tracking","google-analytics-for-wordpress"),text_events_description:Object(c["a"])("Must have for all click tracking on site.","google-analytics-for-wordpress"),text_events_tooltip:Object(c["a"])("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.","google-analytics-for-wordpress"),text_link_attribution_label:Object(c["a"])("Enhanced Link Attribution","google-analytics-for-wordpress"),text_link_attribution_description:Object(c["a"])("Improves the accuracy of your In-Page Analytics.","google-analytics-for-wordpress"),text_link_attribution_tooltip:Object(c["a"])("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.","google-analytics-for-wordpress"),text_updates_label:Object(c["a"])("Install Updates Automatically","google-analytics-for-wordpress"),text_updates_description:Object(c["a"])("Get the latest features, bug fixes, and security updates as they are released.","google-analytics-for-wordpress"),text_updates_tooltip:Object(c["a"])("To ensure you get the latest bugfixes 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.","google-analytics-for-wordpress"),text_extensions_of_files_label:Object(c["a"])("File Download Tracking","google-analytics-for-wordpress"),text_extensions_of_files_description:Object(c["a"])("Helps you see file downloads data.","google-analytics-for-wordpress"),text_extensions_of_files_tooltip:Object(c["a"])("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.","google-analytics-for-wordpress"),repeater_structure:[{name:"path",label:Object(c["d"])(Object(c["a"])("Path (example: %s)","google-analytics-for-wordpress"),"/go/"),pattern:/^\/\S+$/,error:Object(c["a"])("Path has to start with a / and have no spaces","google-analytics-for-wordpress")},{name:"label",label:Object(c["d"])(Object(c["a"])("Label (example: %s)","google-analytics-for-wordpress"),"aff"),pattern:/^\S+$/,error:Object(c["a"])("Label can't contain any spaces","google-analytics-for-wordpress")}],text_affiliate_repeater_description:Object(c["a"])("Helps you increase affiliate revenue.","google-analytics-for-wordpress"),text_affiliate_tooltip_content:Object(c["a"])("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.","google-analytics-for-wordpress"),text_affiliate_label:Object(c["a"])("Affiliate Link Tracking","google-analytics-for-wordpress"),text_permissions_view_label:Object(c["a"])("Who Can See Reports","google-analytics-for-wordpress"),text_permissions_view_description:Object(c["a"])("These user roles will be able to access MonsterInsights's reports in the WordPress admin area.","google-analytics-for-wordpress"),text_permissions_view_tooltip:Object(c["a"])("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"),text_save:Object(c["a"])("Save and continue","google-analytics-for-wordpress"),text_events_faux_tooltip:Object(c["a"])("Events Tracking is enabled the moment you set up MonsterInsights","google-analytics-for-wordpress"),text_link_attribution_faux_tooltip:Object(c["a"])("Enhanced Link Attribution is enabled the moment you set up MonsterInsights","google-analytics-for-wordpress")}},methods:{handleSubmit:function(){this.$router.push(this.$wizard_steps[3])}},computed:dt({},Object(O["b"])({settings:"$_settings/settings"}),{user_roles:function(){var t=[];for(var e in this.$mi.roles)t.push({label:this.$mi.roles[e],value:e});return t},user_roles_manage_options:function(){var t=[];for(var e in this.$mi.roles_manage_options)t.push({label:this.$mi.roles_manage_options[e],value:e});return t}})},pt=ht,gt=Object(g["a"])(pt,Y,K,!1,null,null,null),ft=gt.exports,mt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-onboarding-step-recommended-addons"},[s("onboarding-content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}}),s("div",{staticClass:"monsterinsights-onboarding-wizard-form"},[s("form",{attrs:{action:"",method:"post"},on:{submit:function(e){return e.preventDefault(),t.handleSubmit(e)}}},[s("div",{staticClass:"monsterinsights-separator"}),t._l(t.recommendedAddons(),(function(e,n){return[t.addons[e]?s("onboarding-addon",{key:n,attrs:{addon:t.addons[e]}}):t._e(),s("div",{key:n+"separator",staticClass:"monsterinsights-separator"})]})),s("slide-down-up",{attrs:{done:t.hideButton}},[t.view_all?s("div",[t._l(t.other_addons,(function(t,e){return[s("onboarding-addon",{key:e,attrs:{addon:t}}),s("div",{key:e+"separator",staticClass:"monsterinsights-separator"})]}))],2):t._e()]),t.view_button?[s("div",{staticClass:"monsterinsights-form-row"},[s("h2",{domProps:{textContent:t._s(t.text_other_addons)}}),s("button",{staticClass:"monsterinsights-text-button monsterinsights-green-link",attrs:{type:"button"},domProps:{textContent:t._s(t.text_other_addons_button)},on:{click:function(e){return e.preventDefault(),t.viewAll()}}})]),s("div",{staticClass:"monsterinsights-separator"})]:t._e(),s("div",{staticClass:"monsterinsights-form-row monsterinsights-form-buttons"},[s("button",{staticClass:"monsterinsights-onboarding-button monsterinsights-onboarding-button-large",attrs:{type:"submit",name:"next_step"},domProps:{textContent:t._s(t.text_save)}})])],2)])],1)},bt=[],wt=(s("c975"),function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-addon-row"},[s("div",{staticClass:"monsterinsights-addon-icon"},[s("div",{class:t.icon_class})]),s("div",{staticClass:"monsterinsights-addon-text"},[s("label",{domProps:{textContent:t._s(t.addon.title)}}),s("p",{domProps:{innerHTML:t._s(t.addon.excerpt)}}),s("a",{attrs:{href:t.href,target:"_blank"},domProps:{textContent:t._s(t.text_learn_more)}})]),s("div",{staticClass:"monsterinsights-addon-button"},[s("a",{staticClass:"monsterinsights-onboarding-button monsterinsights-onboarding-button-regular",attrs:{target:"_blank",href:t.upgrade_url},domProps:{textContent:t._s(t.text_upgrade)}})])])}),_t=[],vt={name:"OnboardingAddon",props:{addon:Object},data:function(){return{text_learn_more:Object(c["a"])("Learn More","google-analytics-for-wordpress"),text_upgrade:Object(c["a"])("Upgrade to Pro","google-analytics-for-wordpress"),href:"https://www.monsterinsights.com/addons/"+this.addon.slug,icon_class:"monsterinsights-addon-icon-"+this.addon.slug,upgrade_url:this.$getUpgradeUrl("onboarding-wizard","addons")}}},yt=vt,At=Object(g["a"])(yt,wt,_t,!1,null,null,null),xt=At.exports,Ot=s("d98d");function Ct(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,n)}return s}function jt(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Ct(s,!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Ct(s).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var kt={name:"OnboardingStepRecommendedAddons",components:{SlideDownUp:Ot["a"],OnboardingAddon:xt,OnboardingContentHeader:m},data:function(){return{text_header_title:Object(c["a"])("Recommended Addons","google-analytics-for-wordpress"),text_header_subtitle:Object(c["a"])("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"),text_other_addons:Object(c["a"])("Other Addons","google-analytics-for-wordpress"),text_other_addons_button:Object(c["a"])("View all MonsterInsights addons","google-analytics-for-wordpress"),text_save:Object(c["a"])("Save and continue","google-analytics-for-wordpress"),view_all:!1,view_button:!0}},computed:jt({},Object(O["b"])({settings:"$_settings/settings",addons:"$_addons/addons"}),{other_addons:function(){var t=[];for(var e in this.addons)this.addons[e].type&&this.recommendedAddons().indexOf(this.addons[e].slug)<0&&t.push(this.addons[e]);return t}}),methods:{handleSubmit:function(){var t=4;this.addons.wpforms.active&&(t=5),this.$router.push(this.$wizard_steps[t])},recommendedAddons:function(){var t=this.settings["site_type"],e=["forms","page-insights"];"publisher"===t&&(e=["dimensions","page-insights","facebook-instant-articles","amp"]),"ecommerce"===t&&(e=["ecommerce","dimensions","forms","google-optimize"]),this.$mi.is_eu&&e.push("eu-compliance");var s=[];for(var n in e)this.addons[e[n]]&&s.push(e[n]);return s},viewAll:function(){this.view_all=!0},hideButton:function(){this.view_button=!1}}},Pt=kt,St=Object(g["a"])(Pt,mt,bt,!1,null,null,null),Et=St.exports,Ut=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-onboarding-step-wpforms"},[s("onboarding-content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}}),s("div",{staticClass:"monsterinsights-onboarding-wizard-form"},[s("form",{attrs:{action:"",method:"post"},on:{submit:function(e){return e.preventDefault(),t.handleSubmit(e)}}},[s("div",{staticClass:"monsterinsights-separator"}),s("div",{staticClass:"monsterinsights-addon-row monsterinsights-wpforms-row"},[t._m(0),s("div",{staticClass:"monsterinsights-addon-text"},[s("label",{domProps:{textContent:t._s(t.text_wpforms_label)}}),s("p",{domProps:{textContent:t._s(t.text_wpforms_description)}})])]),s("div",{staticClass:"monsterinsights-separator"}),s("div",{staticClass:"monsterinsights-form-row monsterinsights-form-buttons"},[s("div",{staticClass:"monsterinsights-form-input"},[s("button",{class:t.buttonClass(),attrs:{type:"button"},domProps:{textContent:t._s(t.button_text)},on:{click:function(e){return e.preventDefault(),t.installPlugin(e)}}}),t.loading?t._e():s("button",{staticClass:"monsterinsights-text-button monsterinsights-pull-right",attrs:{type:"submit",name:"next_step"}},[s("span",{domProps:{textContent:t._s(t.text_skip_step)}}),s("i",{staticClass:"monstericon-arrow-right"})])])])])])],1)},Lt=[function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-addon-icon"},[s("div",{staticClass:"monsterinsights-addon-wpforms"})])}],Mt={name:"OnboardingStepWpforms",components:{OnboardingContentHeader:m},data:function(){return{text_header_title:Object(c["a"])("MonsterInsights Recommends WPForms","google-analytics-for-wordpress"),text_header_subtitle:Object(c["a"])("Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market.","google-analytics-for-wordpress"),text_wpforms_label:Object(c["a"])("Used on over 1,000,000 websites!","google-analytics-for-wordpress"),text_wpforms_description:Object(c["a"])("WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!","google-analytics-for-wordpress"),text_skip_step:Object(c["a"])("Skip this Step","google-analytics-for-wordpress"),text_install_wpforms:Object(c["a"])("Continue & Install WPForms","google-analytics-for-wordpress"),text_installing_wpforms:Object(c["a"])("Installing...","google-analytics-for-wordpress"),button_text:"",loading:!1}},mounted:function(){this.button_text=this.text_install_wpforms},methods:{handleSubmit:function(){this.$router.push(this.$wizard_steps[5])},buttonClass:function(){var t="monsterinsights-onboarding-button monsterinsights-onboarding-button-large monsterinsights-install-wpforms";return this.loading&&(t+=" monsterinsights-button-disabled"),t},installPlugin:function(){var t=this;this.loading=!0,this.button_text=this.text_installing_wpforms,this.$store.dispatch("$_addons/installWPForms").then((function(){t.loading=!1,t.button_text=t.text_install_wpforms,t.handleSubmit()}))}}},Rt=Mt,It=Object(g["a"])(Rt,Ut,Lt,!1,null,null,null),Bt=It.exports,$t=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-onboarding-step-success"},[s("onboarding-content-header",{attrs:{title:t.text_header_title,subtitle:t.text_header_subtitle}}),s("div",{staticClass:"monsterinsights-onboarding-wizard-form"},[s("ol",[s("li",{domProps:{innerHTML:t._s(t.text_notice)}}),t._l(t.install_errors,(function(e,n){return[s("li",{key:n,domProps:{innerHTML:t._s(e)}})]})),s("li",{domProps:{innerHTML:t._s(t.text_newsletter)}})],2),s("div",{staticClass:"monsterinsights-separator"}),s("div",{staticClass:"monsterinsights-form-row monsterinsights-form-buttons"},[s("div",{staticClass:"monsterinsights-form-input"},[s("a",{staticClass:"monsterinsights-onboarding-button monsterinsights-onboarding-button-large",attrs:{href:t.exit_url},domProps:{textContent:t._s(t.text_exit)}})])])])],1)},zt=[];function Tt(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,n)}return s}function Ht(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Tt(s,!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Tt(s).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Dt={name:"OnboardingStepSuccess",components:{OnboardingContentHeader:m},data:function(){return{text_header_title:Object(c["a"])("Awesome, You're All Set!","google-analytics-for-wordpress"),text_header_subtitle:Object(c["a"])("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"),text_notice:Object(c["d"])(Object(c["a"])("%sPlease Note:%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"),"<strong>","</strong>"),text_newsletter:Object(c["d"])(Object(c["a"])("%sSubscribe to the MonsterInsights blog%s for tips on how to get more traffic and grow your business.","google-analytics-for-wordpress"),'<a target="_blank" href="https://www.monsterinsights.com/blog/">',"</a>"),text_exit:Object(c["a"])("Finish Setup & Exit Wizard","google-analytics-for-wordpress"),exit_url:this.$mi.exit_url}},computed:Ht({},Object(O["b"])({install_errors:"$_onboarding/install_errors"})),mounted:function(){var t=this;t.$swal({type:"info",title:Object(c["a"])("Checking your website...","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){t.$swal.showLoading()}}),this.$store.dispatch("$_onboarding/getErrors").then((function(){t.$swal.close()}))}},Ft=Dt,Zt=Object(g["a"])(Ft,$t,zt,!1,null,null,null),Vt=Zt.exports,Wt=new a["a"]({routes:[{path:"*",redirect:"/"},{path:"/",name:"welcome",component:y},{path:"/authenticate",name:"authenticate",component:X},{path:"/recommended_settings",name:"recommended_settings",component:ft},{path:"/recommended_addons",name:"recommended_addons",component:Et},{path:"/wpforms",name:"wpforms",component:Bt},{path:"/success",name:"success",component:Vt}]}),Nt=s("7220"),Qt=s("bc3a"),qt=s.n(Qt),Gt=s("2b0e"),Xt=function(t){return new Promise((function(e){var s=new FormData,n=Gt["a"].prototype.$addQueryArg(Gt["a"].prototype.$mi.ajax,"page","monsterinsights-onboarding");s.append("action","monsterinsights_onboarding_get_errors"),qt.a.post(n,s).then((function(t){e(t.data)})).catch((function(e){if(t.dispatch("$_app/block",!1,{root:!0}),e.response){var s=e.response;return Gt["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't load errors. Error: %s, %s","google-analytics-for-wordpress"),s.status,s.statusText)})}Gt["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})}))}))},Yt={fetchErrors:Xt},Kt=function(t){var e=Yt.fetchErrors(t);return e.then((function(e){t.commit("ERRORS_UPDATED",e)})).catch((function(t){console.error(t)})),e},Jt={getErrors:Kt},te=function(t){return t.install_errors},ee={install_errors:te},se=function(t,e){t.install_errors=e},ne={ERRORS_UPDATED:se},oe={install_errors:[]},re={namespaced:!0,state:oe,actions:Jt,getters:ee,mutations:ne},ae=(s("7795"),function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("header",{staticClass:"monsterinsights-onboarding-header"},[s("nav",{staticClass:"monsterinsights-header-navigation"},[s("a",{staticClass:"monsterinsights-exit-button",attrs:{href:t.href}},[s("i",{staticClass:"monstericon-times-circle"}),s("span",{domProps:{textContent:t._s(t.text_exit)}})])]),t._m(0)])}),ie=[function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("h1",{staticClass:"monsterinsights-onboarding-wizard-logo"},[s("div",{staticClass:"monsterinsights-logo"},[s("div",{staticClass:"monsterinsights-bg-img"})])])}],le={name:"TheWizardHeader",data:function(){return{text_exit:Object(c["a"])("Exit Setup","google-analytics-for-wordpress"),href:this.$mi.exit_url}}},ce=le,ue=Object(g["a"])(ce,ae,ie,!1,null,null,null),de=ue.exports,he=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-onboarding-wizard-container"},[s("div",{staticClass:"monsterinsights-onboarding-wizard-steps"},[t._l(t.steps,(function(e,n){return[n>0?s("div",{key:n+"line",class:t.lineClass(n)}):t._e(),s("div",{key:n,class:t.stepClass(n)})]}))],2)])},pe=[],ge=(s("b0c0"),{name:"TheWizardTimeline",data:function(){return{steps:this.$wizard_steps}},methods:{stepClass:function(t){var e="monsterinsights-onboarding-wizard-step",s=0;for(var n in this.steps)this.$route.name===this.steps[n]&&(s=n);return t<s&&(e+=" monsterinsights-onboarding-wizard-step-completed"),parseInt(t)===parseInt(s)&&(e+=" monsterinsights-onboarding-wizard-step-active"),e},lineClass:function(t){var e="monsterinsights-onboarding-wizard-step-line",s=0;for(var n in this.steps)this.$route.name===this.steps[n]&&(s=n);return t<=s&&(e+=" monsterinsights-onboarding-wizard-line-active"),e}}}),fe=ge,me=Object(g["a"])(fe,he,pe,!1,null,null,null),be=me.exports;function we(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,n)}return s}function _e(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?we(s,!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):we(s).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var ve={name:"WizardModuleOnboarding",components:{TheWizardTimeline:be,TheWizardHeader:de},router:Wt,created:function(){var t="$_settings";t in this.$store._modules.root._children||this.$store.registerModule(t,Nt["a"]);var e="$_onboarding";e in this.$store._modules.root._children||this.$store.registerModule(e,re)},computed:_e({},Object(O["b"])({blocked:"$_app/blocked"})),mounted:function(){this.$store.dispatch("$_settings/getSettings"),this.$mi_loading_toast()}},ye=ve,Ae=(s("e3c8"),Object(g["a"])(ye,n,o,!1,null,"2699f764",null)),xe=Ae.exports,Oe=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-admin-page monsterinsights-welcome"},[s("div",{staticClass:"monsterinsights-welcome-container"},[s("div",{staticClass:"monsterinsights-welcome-block monsterinsights-welcome-block-first"},[t._m(0),s("div",{staticClass:"monsterinsights-welcome-block-inner"},[s("h3",{domProps:{textContent:t._s(t.welcome_title)}}),s("p",{staticClass:"monsterinsights-subtitle",domProps:{textContent:t._s(t.text_welcome_subtitle)}})]),s("div",{staticClass:"monsterinsights-welcome-video"},[s("div",{staticClass:"monsterinsights-welcome-video-image monsterinsights-bg-img",on:{click:function(e){t.welcome_video=!0}}}),t.welcome_video?s("welcome-overlay",{attrs:{id:"welcome-video"},on:{close:function(e){t.welcome_video=!1}}},[s("iframe",{attrs:{width:"1280",height:"720",src:"https://www.youtube.com/embed/IbdKpSygp2U?autoplay=1",frameborder:"0",allow:"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture",allowfullscreen:""}})]):t._e()],1),s("div",{staticClass:"monsterinsights-welcome-block-inner"},[s("p",{domProps:{textContent:t._s(t.text_above_buttons)}}),s("div",{staticClass:"monsterinsights-button-wrap"},[s("div",{staticClass:"monsterinsights-welcome-left"},[s("a",{staticClass:"monsterinsights-button monsterinsights-button-large",attrs:{href:t.wizard_url},domProps:{textContent:t._s(t.text_wizard_button)}})]),s("div",{staticClass:"monsterinsights-welcome-right"},[s("a",{staticClass:"monsterinsights-button monsterinsights-button-alt monsterinsights-button-large",attrs:{href:t.$getUrl("welcome-screen","guide","https://www.monsterinsights.com/docs/connect-google-analytics/"),target:"_blank",rel:"noopener noreferrer"},domProps:{textContent:t._s(t.text_read_more_button)}})])])])]),s("div",{staticClass:"monsterinsights-welcome-block"},[s("div",{staticClass:"monsterinsights-welcome-block-inner"},[s("h3",{domProps:{textContent:t._s(t.text_features_title)}}),s("p",{staticClass:"monsterinsights-subtitle",domProps:{textContent:t._s(t.text_features_subtitle)}})]),s("div",{staticClass:"monsterinsights-welcome-block-inner monsterinsights-welcome-features"},t._l(t.features,(function(e,n){return s("div",{key:n,staticClass:"monsterinsights-welcome-feature"},[s("div",{staticClass:"monsterinsights-welcome-feature-img",domProps:{innerHTML:t._s(e.icon)}}),s("div",{staticClass:"monsterinsights-welcome-feature-text"},[s("h4",{domProps:{textContent:t._s(e.name)}}),s("p",{domProps:{textContent:t._s(e.description)}})])])})),0),s("div",{staticClass:"monsterinsights-welcome-block-inner monsterinsights-welcome-block-footer"},[s("a",{staticClass:"monsterinsights-button",attrs:{href:t.$getUrl("welcome-screen","features-button","https://monsterinsights.com/features"),target:"_blank"},domProps:{textContent:t._s(t.text_view_all_features)}})]),s("div",{staticClass:"monsterinsights-upgrade-cta"},[s("div",{staticClass:"monsterinsights-welcome-block-inner"},[s("div",{staticClass:"monsterinsights-welcome-left"},[s("h2",{domProps:{textContent:t._s(t.text_upgrade_to_pro)}}),s("ul",t._l(t.pro_features,(function(e,n){return s("li",{key:n},[s("i",{staticClass:"monstericon-check"}),t._v(" "+t._s(e)+" ")])})),0)]),s("div",{staticClass:"monsterinsights-welcome-right"},[t._m(1),s("div",{staticClass:"monsterinsights-price"},[s("span",{staticClass:"monsterinsights-amount"},[t._v(" 199 ")]),s("br"),s("span",{staticClass:"monsterinsights-term",domProps:{textContent:t._s(t.text_per_year)}})]),s("a",{staticClass:"monsterinsights-button monsterinsights-button-large",attrs:{href:t.$getUpgradeUrl("welcome-screen","upgrade-features"),rel:"noopener noreferrer",target:"_blank"},domProps:{textContent:t._s(t.text_upgrade_now)}})])])]),s("div",{staticClass:"monsterinsights-welcome-testimonials monsterinsights-welcome-block-inner"},[s("h3",{domProps:{textContent:t._s(t.text_testimonials)}}),t._l(t.testimonials,(function(e,n){return s("div",{key:n,staticClass:"monsterinsights-welcome-testimonial"},[s("div",{staticClass:"monsterinsights-welcome-testimonial-image"},[s("div",{class:e.image+" monsterinsights-bg-img"})]),s("div",{staticClass:"monsterinsights-welcome-testimonial-text"},[s("p",{domProps:{textContent:t._s(e.text)}}),s("p",[s("strong",{domProps:{textContent:t._s(e.author)}}),t._v(", "+t._s(e.function))])])])}))],2),s("div",{staticClass:"monsterinsights-welcome-footer-upsell monsterinsights-welcome-block-inner"},[s("div",{staticClass:"monsterinsights-welcome-left"},[s("a",{staticClass:"monsterinsights-button",attrs:{href:t.wizard_url},domProps:{textContent:t._s(t.text_wizard_button)}})]),s("div",{staticClass:"monsterinsights-welcome-right"},[s("a",{staticClass:"monsterinsights-button monsterinsights-button-alt",attrs:{href:t.$getUpgradeUrl("welcome-screen","upgrade-testimonials"),rel:"noopener noreferrer",target:"_blank"},domProps:{textContent:t._s(t.text_upgrade_now)}})])])])])])},Ce=[function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"monsterinsights-welcome-logo-container"},[s("div",{staticClass:"monsterinsights-welcome-logo monsterinsights-bg-img"})])},function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("h2",[s("span",[t._v("PRO")])])}],je=(s("8c6a"),s("a4cc")),ke={name:"WizardModuleWelcome",components:{WelcomeOverlay:je["a"]},data:function(){return{text_welcome_title:Object(c["a"])("Welcome to MonsterInsights","google-analytics-for-wordpress"),text_welcome_subtitle:Object(c["a"])("Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin","google-analytics-for-wordpress"),text_above_buttons:Object(c["a"])("MonsterInsights makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard.","google-analytics-for-wordpress"),text_wizard_button:Object(c["a"])("Launch the Wizard!","google-analytics-for-wordpress"),text_read_more_button:Object(c["a"])("Read the Full Guide","google-analytics-for-wordpress"),text_features_title:Object(c["a"])("MonsterInsights Features & Addons","google-analytics-for-wordpress"),text_features_subtitle:Object(c["a"])("Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market.","google-analytics-for-wordpress"),text_view_all_features:Object(c["a"])("See All Features","google-analytics-for-wordpress"),text_upgrade_to_pro:Object(c["a"])("Upgrade to PRO","google-analytics-for-wordpress"),text_per_year:Object(c["a"])("per year","google-analytics-for-wordpress"),text_upgrade_now:Object(c["a"])("Upgrade Now","google-analytics-for-wordpress"),text_testimonials:Object(c["a"])("Testimonials","google-analytics-for-wordpress"),wizard_url:this.$mi.wizard_url,features:[{name:Object(c["a"])("Universal Tracking","google-analytics-for-wordpress"),description:Object(c["a"])("Setup universal website tracking across devices and campaigns with just a few clicks (without any code).","google-analytics-for-wordpress"),icon:'<svg class="" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 192 192" enable-background="new 0 0 192 192" xml:space="preserve"><rect fill="none" width="192" height="192"></rect><g><g><path fill="#509FE2" d="M130,29v132c0,14.77,10.189,23,21,23c10,0,21-7,21-23V30c0-13.54-10-22-21-22S130,17.33,130,29z"></path></g><g><path fill="#ACBDC9" d="M75,96v65c0,14.77,10.19,23,21,23c10,0,21-7,21-23V97c0-13.54-10-22-21-22S75,84.33,75,96z"></path></g><g><circle fill="#D6E2EA" cx="41" cy="163" r="21"></circle></g></g></svg>'},{name:Object(c["a"])("Google Analytics Dashboard","google-analytics-for-wordpress"),description:Object(c["a"])("See your website analytics report right inside your WordPress dashboard with actionable insights.","google-analytics-for-wordpress"),icon:'<svg class="" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 75 76"><image width="69" height="56" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAAA4CAMAAACc78UEAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEUAAADU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OrU4OoAAACAdzTSAAAAEHRSTlMAEHCvv2CPMECA35/vz1Agb16hXgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAAHdElNRQfjBgcLLAR8mk7DAAAAlklEQVRIx+3XvQ7CMAwE4GuduM0f5P2fFoewICGk2ghl8C23fUpO6VBg2ymYQhFA6OYwDjvSO86/KyHlZxPPLlyvKywrkrSsuTXpQ7peVgQZM+bRNznZ6KRV2kshnbJ/uFHWrDsfV5krV9as++Wu6ylN+ym+rXtCmeSKK6644oorrrjiykqKMUsp958oKHZk/H7FZEzEA/X+Y6vtpvg9AAAAAElFTkSuQmCC"></image> <image id="Vector_Smart_Object-2" data-name="Vector Smart Object" x="15" y="19" width="40" height="25" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAZCAMAAAB0BpxXAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEUAAABQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+BQn+AAAAD+uSRLAAAAEHRSTlMAEGCAUO/fMCCfz3Cvv0CP0Y9aNgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAAHdElNRQfjBgcLLAR8mk7DAAABC0lEQVQ4y4VS0QKEIAgrTU+tcP//tQd6npAP8dYcMca27aV25717I3EdAVzx88ZLjcfM/YWYgbynApym/QJCThoKiKITuBX46WOC1vNjREOMQPHRNvNQ7nMsYGIEXDyFn9RwpoTKQkETO/vXYUDXl0bVjgFirNdEkc1ionE88RTaXED4eyY69L/M0lBEFlfWmxaMGo+ySVqIbPZN3nsqwwsZcSw8/7+nnNdR77ACJUhVXYQWDXaJacE5iEbgCJKSzctedBTdy1UlSHvWemKLTGonnXUjPPPxy4WNBxNLj8lES/OcTGSafzSio6zyNZh0tCwgS5Cmt+NI5odtxycquyH451HcEiRxnR7AF4SxERp7xl7rAAAAAElFTkSuQmCC"></image> <image id="wordpress" x="35" y="35" width="39" height="39" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAMAAAC7faEHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACo1BMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/v75+/vu8vTT3OLI09vH09vI1NvN197J1NzZ4Ob19/ji6OzF0dnW3uTy9ff+/v7t8fTR2uHt8fPd5On7/Pzj6O3L1t28ydOzw86ywc24xtHAzdbT3OPs8PP+/v/6+/zQ2uH8/P3r7/LG0tr29/n7/P3V3uSsvcm6yNLk6u3F0dr2+Pnn7O/M1t62xdDBztf4+frE0Nnw8/XH0tuuv8rk6e3E0Nj8/f2tvsqyws34+vvv8/Xq7vHCz9fCz9i3xtC/zNXH0trK1dzS3OLh5+yuvsq7ydPa4ufq7/L5+vvz9ffl6+7O2N/o7fDk6u7P2eDz9ve8ytTp7vHc4+jh5+vM1962xc/Y4OXj6e319/ne5enDz9i1xM/L1d3p7fGzws2vv8v9/f7S2+L3+Pm0w86xwczY4Obx9Pbg5uvm6+/N19+9y9Tm6+7u8fTb4ufU3eOvwMvf5erQ2eDc5OnK1d33+fry9PbZ4eawwMzV3ePf5urX3+Wtvsng5+vb4+jl6u709vjp7fDv8vTe5eoAAABRfI6RAAAAW3RSTlMABRICD0uIq8jEqHc6O4734nkxW5EY6mQBmHYNpHiJaGL1IwfZmms21DX6F3JT0JAOPlkbaSthTxQm1qlsXDAg0jPdCwrcoF0Jam9FX+W4IROXjC0uKEBtf3tmY0JV1QAAAAFiS0dE4CgP/zAAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAAHdElNRQfjBgcLLAR8mk7DAAADY0lEQVQ4y4VU91/TMRANTtziwr33QNx7i3tvPUaRCtaKVMVRSqlwQquIRYoIigNlFFHrFmSIuFDcG+e/4l2+tkBx3A/Ju7v3yUsuyQlRzzwaNBT/sUaNmzT1BIBmzVu0/DurVes2UGNtvdr9kdW+Gbhbh471aV6urH+AC3bydmN17qIkAoNUwZtDVCr1llAl0LUOrVt3GQzbqtmmpLXbw1U7JOpRmydpocERWt3OXbsj9+zdt18fZQiPNnLYq4bWk/0Y04HYuD3otIPxoE8wc6KXk9abPcshf/1hrG2J5iNJTOzTV6H160/OUat2Z3IdGh48BuYUA+UGKLyBBG1JBktqXdrxNIqfCGGtQZI3mJAm3abKOKk6hZnWDLIEE+Jpedy4dK4304YQCDjDsTRLCp5N9+cynsvC8xyy6Uw0Dh1GvOEELmTn0Jgr9fII2RnkE7ho03AZRxDPh+ZgKLhE02VOWwlcYXA+CsBxNTSa/JFC+NKkuwbX42i+welkOqI2ktFNgCArqCnhKcQoLrHjFp5yCd92CmcA3CmEIt6whxjN95p3F1HvFN7nFC6G2BIsLbtH/hgxlsaI7HhEu1O4nN9BMYH7EIaYU/GA/HFiPI0P8x9RXUt/C9tp//CYwBNIQIzVKLwJNFaGPaXwxd/C6c8I0EawKiAZn4OdSzZRTOL9V9myEE2KcHlpcaAivOMFYiYkUHiyEA1B1i+TCpIjhQss+JJCIRgZlUFrlm4mZwrVmb+PPe0V6URI4ZjXGKll4Wtv6GW8fcRlmkq8aVzAd8ZC1iDhcuN7RAsLVzp4L8H8sqYTb4YU1p2jBenucl8eI8BaBbZMLMnVVxGcKd8Vf7XAaDiDyHdnthKvhBYxhCI6tCZebqzkzeIFP+QZE+XdGUq4hh8JbcECKONHM3uO8qBb8wWo9UYV391V5W/wkT6BowJcywkx148co9UCDzUASZL3+RYYskHzgWnzXP9yvmwXZVU2LQRkSV5qNe1UVc3xmQtqPvBC+Rditr6ygTnvS8XtfB28CVLL1uHXqnZDWKS0i6/qIkfM229Hv1ec3vVDRvwW121ES5YqTF22QxP06afeX3GXLXfvaytWQn3zEn8w90Y5dNXqvzTeNQt9XCxP77X/aOTCd936DT03bmrp4Rb/BQ/D/XRsuY9vAAAAAElFTkSuQmCC"></image></svg>'},{name:Object(c["a"])("Real-time Stats","google-analytics-for-wordpress"),description:Object(c["a"])("Get real-time stats right inside WordPress to see who is online, what are they doing, and more.","google-analytics-for-wordpress"),icon:'<svg class="" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="14 14 32 32"><g>\t<path fill="#ACBCC8" d="M31,20.5v-1c0-0.276-0.224-0.5-0.5-0.5S30,19.224,30,19.5v1c0,0.276,0.224,0.5,0.5,0.5S31,20.776,31,20.5z"></path> <path fill="#ACBCC8" d="M30,39.5v1c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5S30,39.224,30,39.5z"></path> <path fill="#ACBCC8" d="M39.5,30c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5h1c0.276,0,0.5-0.224,0.5-0.5S40.776,30,40.5,30 H39.5z"></path> <path fill="#ACBCC8" d="M19.5,30c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5h1c0.276,0,0.5-0.224,0.5-0.5S20.776,30,20.5,30 H19.5z"></path> <path fill="#D6E2EA" d="M41.284,25.958C41.739,27.223,42,28.58,42,30c0,6.617-5.383,12-12,12c-6.617,0-12-5.383-12-12 s5.383-12,12-12c2.993,0,5.727,1.108,7.831,2.927l2.826-2.827C37.824,15.56,34.096,14,30,14c-8.822,0-16,7.178-16,16 s7.178,16,16,16s16-7.178,16-16c0-2.545-0.613-4.944-1.675-7.083L41.284,25.958z"></path> <path fill="#509FE1" d="M24.975,25.146C24.877,25.049,24.749,25,24.621,25s-0.256,0.049-0.354,0.146l-2.121,2.121 c-0.195,0.195-0.195,0.512,0,0.707l6.439,6.439C28.964,34.792,29.466,35,30,35s1.036-0.208,1.414-0.586l14.5-14.5 c0.195-0.195,0.195-0.512,0-0.707l-2.121-2.121c-0.098-0.098-0.226-0.146-0.354-0.146s-0.256,0.049-0.354,0.146L30,30.172 L24.975,25.146z"></path></g></svg>'},{name:Object(c["a"])("Enhanced Ecommerce Tracking","google-analytics-for-wordpress"),description:Object(c["a"])("1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress.","google-analytics-for-wordpress"),icon:'<svg class="" xmlns="http://www.w3.org/2000/svg" width="96" viewBox="0 0 96 102"><path id="package" fill="#509fe1" d="M76.513,14.5a3.346,3.346,0,0,1,2.479,1.039,3.465,3.465,0,0,1,1.021,2.523V39.431a3.466,3.466,0,0,1-1.021,2.523,3.346,3.346,0,0,1-2.479,1.039h-35a3.346,3.346,0,0,1-2.479-1.039,3.466,3.466,0,0,1-1.021-2.523V18.06a3.466,3.466,0,0,1,1.021-2.523A3.346,3.346,0,0,1,41.513,14.5h4.375a6.68,6.68,0,0,1-.729-2.968,6.337,6.337,0,0,1,1.9-4.6A6.119,6.119,0,0,1,51.575,5a6.571,6.571,0,0,1,3.938,1.261,16.639,16.639,0,0,1,3.573,3.784,16.639,16.639,0,0,1,3.573-3.784A6.571,6.571,0,0,1,66.6,5a6.119,6.119,0,0,1,4.521,1.929,6.336,6.336,0,0,1,1.9,4.6,6.68,6.68,0,0,1-.729,2.968h4.229ZM66.6,8.562a3.2,3.2,0,0,0-1.458.3,5.947,5.947,0,0,0-1.823,1.558,41.215,41.215,0,0,0-2.99,4.081H66.6a2.8,2.8,0,0,0,2.078-.853,2.9,2.9,0,0,0,.839-2.115,2.9,2.9,0,0,0-.839-2.115A2.8,2.8,0,0,0,66.6,8.562ZM48.659,11.53a2.9,2.9,0,0,0,.839,2.115,2.8,2.8,0,0,0,2.078.853h6.271a41.215,41.215,0,0,0-2.99-4.081,5.947,5.947,0,0,0-1.823-1.558,3.2,3.2,0,0,0-1.458-.3,2.8,2.8,0,0,0-2.078.853A2.9,2.9,0,0,0,48.659,11.53Zm4.375,7.717H42.679v9.5H75.346v-9.5H64.992l2.625,2.671a1.288,1.288,0,0,1,0,1.632l-0.875.891a1.232,1.232,0,0,1-1.6,0l-5.1-5.194H57.992l-5.1,5.194a1.232,1.232,0,0,1-1.6,0l-0.875-.891a1.288,1.288,0,0,1,0-1.632Zm-10.354,19H75.346V33.494H42.679v4.749Z"></path><path id="cart" fill="#d5e2ea" d="M35.868,69.2l0.958,5.132H79.791a3.479,3.479,0,0,1,2.875,1.443,3.894,3.894,0,0,1,.8,3.207l-0.958,4.009A8.924,8.924,0,1,1,72.364,97.344a8.753,8.753,0,0,1-2.635-6.415,8.369,8.369,0,0,1,2.715-6.335H38.9a8.369,8.369,0,0,1,2.715,6.335,8.753,8.753,0,0,1-2.636,6.415,8.844,8.844,0,0,1-12.618,0,8.66,8.66,0,0,1-2.635-6.335,8.864,8.864,0,0,1,1.2-4.49A9.428,9.428,0,0,1,28.2,83.151L17.021,28.145H5.84A3.825,3.825,0,0,1,2.007,24.3V21.73A3.825,3.825,0,0,1,5.84,17.881H22.291a3.489,3.489,0,0,1,2.316.882,4.075,4.075,0,0,1,1.358,2.165L27.4,28.145"></path><path id="cart-2" data-name="cart" fill="#acbdc9" d="M27.4,28.145H90.173a3.634,3.634,0,0,1,3.035,1.443,3.486,3.486,0,0,1,.639,3.207L86.34,66.152A3.749,3.749,0,0,1,84.982,68.4a3.7,3.7,0,0,1-2.316.8h-46.8"></path></svg>'},{name:Object(c["a"])("Page Level Analytics","google-analytics-for-wordpress"),description:Object(c["a"])("Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site.","google-analytics-for-wordpress"),icon:'<svg class="" xmlns="http://www.w3.org/2000/svg" width="156" viewBox="0 0 156 156"> <rect fill="#d5e2e9" y="12" width="126" height="144" rx="8" ry="8"></rect> <rect fill="#acbdc9" x="16" y="132" width="94" height="6" rx="3" ry="3"></rect> <rect fill="#acbdc9" x="16" y="79" width="26" height="47" rx="3" ry="3"></rect> <rect fill="#acbdc9" x="48" y="119" width="62" height="6" rx="3" ry="3"></rect> <rect fill="#acbdc9" x="48" y="106" width="62" height="6" rx="3" ry="3"></rect> <rect fill="#acbdc9" x="48" y="92" width="62" height="6" rx="3" ry="3"></rect> <rect fill="#acbdc9" x="48" y="79" width="62" height="6" rx="3" ry="3"></rect> <rect fill="#acbdc9" x="16" y="56" width="62" height="6" rx="3" ry="3"></rect> <rect fill="#acbdc9" x="16" y="43" width="62" height="6" rx="3" ry="3"></rect> <rect fill="#acbdc9" x="16" y="30" width="62" height="6" rx="3" ry="3"></rect> <circle fill="#ffffff" cx="94.5" cy="42.5" r="35.5"></circle> <path fill="#54a0de" d="M155.386,96.172A2.214,2.214,0,0,1,156,97.813a3,3,0,0,1-.616,1.846l-4.716,4.512a2.551,2.551,0,0,1-1.846.82,1.948,1.948,0,0,1-1.641-.82L122.164,79.356a2.729,2.729,0,0,1-.616-1.641V74.844a44.053,44.053,0,0,1-12.919,7.69,42.454,42.454,0,0,1-36.4-2.974A43.1,43.1,0,0,1,56.744,64.077,41.43,41.43,0,0,1,51,42.647a41.43,41.43,0,0,1,5.742-21.431A43.1,43.1,0,0,1,72.227,5.733a42.863,42.863,0,0,1,42.862,0,43.1,43.1,0,0,1,15.483,15.483,41.43,41.43,0,0,1,5.742,21.431,41.258,41.258,0,0,1-2.768,14.971,44.07,44.07,0,0,1-7.691,12.92h2.871a2.217,2.217,0,0,1,1.641.615ZM93.658,75.459a32.1,32.1,0,0,0,16.406-4.409,32.573,32.573,0,0,0,12-12,32.729,32.729,0,0,0,0-32.812,32.573,32.573,0,0,0-12-12,32.728,32.728,0,0,0-32.812,0,32.58,32.58,0,0,0-12,12,32.728,32.728,0,0,0,0,32.813,32.58,32.58,0,0,0,12,12A32.1,32.1,0,0,0,93.658,75.459Z"></path><path fill="#d4e2e8" d="M112.786,52.128H78.724V28.066a0.934,0.934,0,0,0-.937-0.937H74.661a0.934,0.934,0,0,0-.937.938V56.191a0.933,0.933,0,0,0,.938.938h38.125a0.933,0.933,0,0,0,.937-0.937V53.066A0.933,0.933,0,0,0,112.786,52.128Z"></path> <path fill="#acbdc9" d="M102.864,34.55v0.078a0.717,0.717,0,0,1,.742-0.2,0.826,0.826,0,0,1,.586.508l7.031,14.688h-30V41.5l6.8-11.328a0.888,0.888,0,0,1,.742-0.43,0.9,0.9,0,0,1,.82.352L96.224,39Z"></path></svg>'},{name:Object(c["a"])("Affiliate Link & Ads Tracking","google-analytics-for-wordpress"),description:Object(c["a"])("Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking.","google-analytics-for-wordpress"),icon:'<svg class="" xmlns="http://www.w3.org/2000/svg" width="96" viewBox="0 0 96 102"><rect fill="#8ba4b7" x="41" y="60" width="14" height="42"></rect><path fill="#acbdc9" d="M14,71H82a0,0,0,0,1,0,0v3a2,2,0,0,1-2,2H16a2,2,0,0,1-2-2V71A0,0,0,0,1,14,71Z"></path><rect fill="#509fe2" y="5" width="96" height="66" rx="4.129" ry="4.129"></rect><path fill="#ffffff" d="M40.866,38.665l1.266-3.727L43.4,38.665H40.866ZM54.506,37.54a1.681,1.681,0,1,1-1.2.492A1.627,1.627,0,0,1,54.506,37.54Zm7.875-13.5a3.361,3.361,0,0,1,3.375,3.375v20.25a3.361,3.361,0,0,1-3.375,3.375H33.131a3.361,3.361,0,0,1-3.375-3.375V27.415a3.361,3.361,0,0,1,3.375-3.375h29.25ZM47.4,44.29a1.01,1.01,0,0,0,.879-0.457,1.2,1.2,0,0,0,.176-1.02l-3.8-10.9a1.957,1.957,0,0,0-.633-0.809,1.6,1.6,0,0,0-.984-0.316H41.217a1.6,1.6,0,0,0-.984.316,1.955,1.955,0,0,0-.633.809l-3.8,10.9a1.2,1.2,0,0,0,.176,1.02,1.01,1.01,0,0,0,.879.457h1.2a1.185,1.185,0,0,0,.668-0.211,0.86,0.86,0,0,0,.387-0.562L39.67,42.04h4.922l0.563,1.477a0.86,0.86,0,0,0,.387.563,1.185,1.185,0,0,0,.668.211h1.2Zm12.164-1.125V31.915a1.083,1.083,0,0,0-1.125-1.125H57.319a1.083,1.083,0,0,0-1.125,1.125v2.531a5.309,5.309,0,0,0-1.687-.281,5.063,5.063,0,1,0,0,10.125,4.64,4.64,0,0,0,1.969-.422,1.064,1.064,0,0,0,.844.422h1.125A1.083,1.083,0,0,0,59.569,43.165Z"></path><path fill="#2e7fbe" d="M73,0h1a2,2,0,0,1,2,2v8H71V2A2,2,0,0,1,73,0ZM70.5,10h6a2.5,2.5,0,0,1,0,5h-6A2.5,2.5,0,0,1,70.5,10Z"></path><path fill="#2e7fbe" d="M48,0h1a2,2,0,0,1,2,2v8H46V2A2,2,0,0,1,48,0ZM45.5,10h6a2.5,2.5,0,0,1,0,5h-6A2.5,2.5,0,0,1,45.5,10Z"></path><path fill="#2e7fbe" d="M23,0h1a2,2,0,0,1,2,2v8H21V2A2,2,0,0,1,23,0ZM20.5,10h6a2.5,2.5,0,0,1,0,5h-6A2.5,2.5,0,0,1,20.5,10Z"></path></svg>'},{name:Object(c["a"])("EU Compliance (GDPR Friendly)","google-analytics-for-wordpress"),description:Object(c["a"])("Make Google Analytics compliant with GDPR and other privacy regulations automatically.","google-analytics-for-wordpress"),icon:'<svg class="" xmlns="http://www.w3.org/2000/svg" width="96" viewBox="0 0 96 102"><path fill="#adbdc7" d="M28.884,78.139a0.832,0.832,0,0,0-.479-0.437,0.932,0.932,0,0,0-.629,0,0.832,0.832,0,0,0-.479.438l-1.777,3.609-3.992.574a0.83,0.83,0,0,0-.561.328,0.914,0.914,0,0,0-.191.6,0.839,0.839,0,0,0,.26.574l2.9,2.816-0.684,3.992a0.864,0.864,0,0,0,.123.615,0.8,0.8,0,0,0,.506.369,0.843,0.843,0,0,0,.629-0.082l3.582-1.859,3.582,1.859a0.843,0.843,0,0,0,.629.082,0.8,0.8,0,0,0,.506-0.369,0.863,0.863,0,0,0,.123-0.615l-0.684-3.992,2.9-2.816a0.839,0.839,0,0,0,.26-0.574,0.912,0.912,0,0,0-.191-0.6,0.83,0.83,0,0,0-.56-0.328l-3.992-.574Zm-14-14a0.832,0.832,0,0,0-.479-0.438,0.932,0.932,0,0,0-.629,0,0.832,0.832,0,0,0-.479.438l-1.777,3.609-3.992.574a0.83,0.83,0,0,0-.561.328,0.913,0.913,0,0,0-.191.6,0.839,0.839,0,0,0,.26.574l2.9,2.816L9.251,76.635a0.864,0.864,0,0,0,.123.615,0.8,0.8,0,0,0,.506.369,0.843,0.843,0,0,0,.629-0.082l3.582-1.859,3.582,1.859a0.843,0.843,0,0,0,.629.082,0.8,0.8,0,0,0,.506-0.369,0.863,0.863,0,0,0,.123-0.615l-0.684-3.992,2.9-2.816a0.839,0.839,0,0,0,.26-0.574,0.912,0.912,0,0,0-.191-0.6,0.83,0.83,0,0,0-.561-0.328l-3.992-.574Zm-5-19A0.832,0.832,0,0,0,9.406,44.7a0.932,0.932,0,0,0-.629,0,0.832,0.832,0,0,0-.479.438L6.521,48.749l-3.992.574a0.83,0.83,0,0,0-.561.328,0.913,0.913,0,0,0-.191.6,0.839,0.839,0,0,0,.26.574l2.9,2.817L4.251,57.635a0.864,0.864,0,0,0,.123.615,0.8,0.8,0,0,0,.506.369,0.843,0.843,0,0,0,.629-0.082l3.582-1.859,3.582,1.859a0.843,0.843,0,0,0,.629.082,0.8,0.8,0,0,0,.506-0.369,0.863,0.863,0,0,0,.123-0.615l-0.684-3.992,2.9-2.817a0.839,0.839,0,0,0,.26-0.574,0.912,0.912,0,0,0-.191-0.6,0.83,0.83,0,0,0-.561-0.328l-3.992-.574Zm5-20a0.832,0.832,0,0,0-.479-0.437,0.932,0.932,0,0,0-.629,0,0.832,0.832,0,0,0-.479.438l-1.777,3.609-3.992.574a0.83,0.83,0,0,0-.561.328,0.913,0.913,0,0,0-.191.6,0.839,0.839,0,0,0,.26.574l2.9,2.817L9.251,37.635a0.864,0.864,0,0,0,.123.615,0.8,0.8,0,0,0,.506.369,0.843,0.843,0,0,0,.629-0.082l3.582-1.859,3.582,1.859a0.843,0.843,0,0,0,.629.082,0.8,0.8,0,0,0,.506-0.369,0.863,0.863,0,0,0,.123-0.615l-0.684-3.992,2.9-2.817a0.839,0.839,0,0,0,.26-0.574,0.912,0.912,0,0,0-.191-0.6,0.83,0.83,0,0,0-.561-0.328l-3.992-.574Zm14-15A0.832,0.832,0,0,0,28.406,9.7a0.931,0.931,0,0,0-.629,0,0.832,0.832,0,0,0-.479.437l-1.777,3.609-3.992.574a0.83,0.83,0,0,0-.561.328,0.914,0.914,0,0,0-.191.6,0.839,0.839,0,0,0,.26.574l2.9,2.816-0.684,3.992a0.864,0.864,0,0,0,.123.615,0.8,0.8,0,0,0,.506.369,0.843,0.843,0,0,0,.629-0.082l3.582-1.859,3.582,1.859a0.843,0.843,0,0,0,.629.082,0.8,0.8,0,0,0,.506-0.369,0.863,0.863,0,0,0,.123-0.615l-0.684-3.992,2.9-2.816a0.839,0.839,0,0,0,.26-0.574,0.912,0.912,0,0,0-.191-0.6,0.83,0.83,0,0,0-.56-0.328l-3.992-.574Zm19.232,74a0.832,0.832,0,0,1,.479-0.437,0.932,0.932,0,0,1,.629,0,0.832,0.832,0,0,1,.478.438l1.777,3.609,3.992,0.574a0.83,0.83,0,0,1,.561.328,0.914,0.914,0,0,1,.191.6,0.839,0.839,0,0,1-.26.574l-2.9,2.816,0.684,3.992a0.864,0.864,0,0,1-.123.615,0.8,0.8,0,0,1-.506.369,0.843,0.843,0,0,1-.629-0.082l-3.582-1.859-3.582,1.859a0.843,0.843,0,0,1-.629.082,0.8,0.8,0,0,1-.506-0.369,0.863,0.863,0,0,1-.123-0.615l0.684-3.992-2.9-2.816a0.839,0.839,0,0,1-.26-0.574,0.912,0.912,0,0,1,.191-0.6,0.83,0.83,0,0,1,.56-0.328l3.992-.574Zm20-6a0.832,0.832,0,0,1,.479-0.437,0.932,0.932,0,0,1,.629,0,0.832,0.832,0,0,1,.479.438l1.777,3.609,3.992,0.574a0.83,0.83,0,0,1,.561.328,0.914,0.914,0,0,1,.191.6,0.839,0.839,0,0,1-.26.574l-2.9,2.816,0.684,3.992a0.864,0.864,0,0,1-.123.615,0.8,0.8,0,0,1-.506.369,0.843,0.843,0,0,1-.629-0.082l-3.582-1.859-3.582,1.859a0.843,0.843,0,0,1-.629.082,0.8,0.8,0,0,1-.506-0.369,0.863,0.863,0,0,1-.123-0.615l0.684-3.992-2.9-2.816a0.839,0.839,0,0,1-.26-0.574,0.912,0.912,0,0,1,.191-0.6,0.83,0.83,0,0,1,.56-0.328l3.992-.574Zm14-14a0.832,0.832,0,0,1,.479-0.438,0.932,0.932,0,0,1,.629,0,0.832,0.832,0,0,1,.479.438l1.777,3.609,3.992,0.574a0.83,0.83,0,0,1,.561.328,0.914,0.914,0,0,1,.191.6,0.839,0.839,0,0,1-.26.574l-2.9,2.816,0.684,3.992a0.864,0.864,0,0,1-.123.615,0.8,0.8,0,0,1-.506.369,0.843,0.843,0,0,1-.629-0.082l-3.582-1.859-3.582,1.859a0.843,0.843,0,0,1-.629.082,0.8,0.8,0,0,1-.506-0.369,0.863,0.863,0,0,1-.123-0.615l0.684-3.992-2.9-2.816a0.839,0.839,0,0,1-.26-0.574,0.912,0.912,0,0,1,.191-0.6,0.83,0.83,0,0,1,.561-0.328l3.992-.574Zm5-19a0.832,0.832,0,0,1,.479-0.437,0.932,0.932,0,0,1,.629,0,0.832,0.832,0,0,1,.479.438l1.777,3.609,3.992,0.574a0.83,0.83,0,0,1,.561.328,0.914,0.914,0,0,1,.191.6,0.839,0.839,0,0,1-.26.574l-2.9,2.817,0.684,3.992a0.864,0.864,0,0,1-.123.615,0.8,0.8,0,0,1-.506.369,0.843,0.843,0,0,1-.629-0.082l-3.582-1.859-3.582,1.859a0.843,0.843,0,0,1-.629.082,0.8,0.8,0,0,1-.506-0.369,0.863,0.863,0,0,1-.123-0.615l0.684-3.992-2.9-2.817a0.839,0.839,0,0,1-.26-0.574,0.912,0.912,0,0,1,.191-0.6,0.83,0.83,0,0,1,.561-0.328l3.992-.574Zm-5-20a0.832,0.832,0,0,1,.479-0.437,0.932,0.932,0,0,1,.629,0,0.832,0.832,0,0,1,.479.438l1.777,3.609,3.992,0.574a0.83,0.83,0,0,1,.561.328,0.914,0.914,0,0,1,.191.6,0.839,0.839,0,0,1-.26.574l-2.9,2.817,0.684,3.992a0.864,0.864,0,0,1-.123.615,0.8,0.8,0,0,1-.506.369,0.843,0.843,0,0,1-.629-0.082l-3.582-1.859-3.582,1.859a0.843,0.843,0,0,1-.629.082,0.8,0.8,0,0,1-.506-0.369,0.863,0.863,0,0,1-.123-0.615l0.684-3.992-2.9-2.817a0.839,0.839,0,0,1-.26-0.574,0.912,0.912,0,0,1,.191-0.6,0.83,0.83,0,0,1,.561-0.328l3.992-.574Zm-14-15A0.832,0.832,0,0,1,68.594,9.7a0.931,0.931,0,0,1,.629,0,0.832,0.832,0,0,1,.479.437l1.777,3.609,3.992,0.574a0.83,0.83,0,0,1,.561.328,0.914,0.914,0,0,1,.191.6,0.839,0.839,0,0,1-.26.574l-2.9,2.816,0.684,3.992a0.864,0.864,0,0,1-.123.615,0.8,0.8,0,0,1-.506.369,0.843,0.843,0,0,1-.629-0.082l-3.582-1.859-3.582,1.859a0.843,0.843,0,0,1-.629.082,0.8,0.8,0,0,1-.506-0.369,0.863,0.863,0,0,1-.123-0.615l0.684-3.992-2.9-2.816a0.839,0.839,0,0,1-.26-0.574,0.912,0.912,0,0,1,.191-0.6,0.83,0.83,0,0,1,.56-0.328l3.992-.574Zm-20-6A0.832,0.832,0,0,1,48.594,3.7a0.931,0.931,0,0,1,.629,0,0.832,0.832,0,0,1,.478.438l1.777,3.609,3.992,0.574a0.83,0.83,0,0,1,.561.328,0.914,0.914,0,0,1,.191.6,0.839,0.839,0,0,1-.26.574l-2.9,2.816,0.684,3.992a0.864,0.864,0,0,1-.123.615,0.8,0.8,0,0,1-.506.369,0.843,0.843,0,0,1-.629-0.082l-3.582-1.859-3.582,1.859a0.843,0.843,0,0,1-.629.082,0.8,0.8,0,0,1-.506-0.369,0.863,0.863,0,0,1-.123-0.615l0.684-3.992-2.9-2.816a0.839,0.839,0,0,1-.26-0.574,0.913,0.913,0,0,1,.191-0.6,0.829,0.829,0,0,1,.56-0.328l3.992-.574Z"></path><path fill="#509fe2" d="M65.147,42.845a3.346,3.346,0,0,0-.562-1.9,3.032,3.032,0,0,0-1.547-1.2l-13.5-5.625a2.988,2.988,0,0,0-2.531,0l-13.5,5.625a3.032,3.032,0,0,0-1.547,1.2,3.346,3.346,0,0,0-.562,1.9,32.51,32.51,0,0,0,2.391,12.445,28.183,28.183,0,0,0,5.836,9.07,20.888,20.888,0,0,0,7.383,5.2,2.988,2.988,0,0,0,2.531,0,20.754,20.754,0,0,0,6.75-4.57,29.547,29.547,0,0,0,6.188-8.859A32.516,32.516,0,0,0,65.147,42.845ZM46.8,60.7a1.026,1.026,0,0,1-1.547,0l-7.312-7.312a1.106,1.106,0,0,1,0-1.617l1.547-1.547a1.106,1.106,0,0,1,1.617,0l4.922,4.922L56.569,44.6a1.106,1.106,0,0,1,1.617,0l1.547,1.547a1.106,1.106,0,0,1,0,1.617Z"></path></svg>'},{name:Object(c["a"])("Custom Dimensions","google-analytics-for-wordpress"),description:Object(c["a"])("Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click.","google-analytics-for-wordpress"),icon:'<svg class="" xmlns="http://www.w3.org/2000/svg" width="96" viewBox="0 0 96 102"><path fill="#509fe2" d="M93.623,52.744A9.542,9.542,0,0,1,91.9,64.718a8.43,8.43,0,0,1-5.919,2.29H47.033a8.569,8.569,0,0,1-5.919-2.225,9.134,9.134,0,0,1-2.991-5.627A9.485,9.485,0,0,1,39.4,52.744l14.894-24.6V8.383H53.27a2.906,2.906,0,0,1-2.164-.916,3.072,3.072,0,0,1-.891-2.225V3.149A3.072,3.072,0,0,1,51.106.924,2.906,2.906,0,0,1,53.27.008H79.748a2.906,2.906,0,0,1,2.164.916A3.072,3.072,0,0,1,82.8,3.149V5.242a3.072,3.072,0,0,1-.891,2.225,2.906,2.906,0,0,1-2.164.916H78.729v19.76ZM55.562,41.883H77.456l-6.11-10.207a3.9,3.9,0,0,1-.764-2.355V8.383H62.436V29.32a3.9,3.9,0,0,1-.764,2.355Z"></path><path fill="#d6e2ea" d="M68,99.334a11.55,11.55,0,0,0,4.246,0l1.061,1.837a1.418,1.418,0,0,0,.863.722,2.006,2.006,0,0,0,1.128.065,14.624,14.624,0,0,0,4.246-2.492,1.388,1.388,0,0,0,.6-0.984,1.94,1.94,0,0,0-.2-1.115l-1.061-1.837A13.05,13.05,0,0,0,81,91.987h2.123a1.686,1.686,0,0,0,1.128-.394,1.307,1.307,0,0,0,.464-1.05,11.23,11.23,0,0,0,0-4.855,1.175,1.175,0,0,0-.464-0.919,1.686,1.686,0,0,0-1.128-.394H81A15.309,15.309,0,0,0,78.879,80.7l1.061-1.837a1.94,1.94,0,0,0,.2-1.115,1.388,1.388,0,0,0-.6-0.984A12.6,12.6,0,0,0,75.3,74.4a1.437,1.437,0,0,0-1.128-.066,1.419,1.419,0,0,0-.863.722l-1.061,1.968A13.838,13.838,0,0,0,68,76.9l-1.062-1.837a1.419,1.419,0,0,0-.862-0.722,1.438,1.438,0,0,0-1.128.066A12.6,12.6,0,0,0,60.7,76.766a1.389,1.389,0,0,0-.6.984,1.941,1.941,0,0,0,.2,1.115L61.363,80.7a15.312,15.312,0,0,0-2.123,3.674H57.117a1.686,1.686,0,0,0-1.128.394,1.759,1.759,0,0,0-.6.919,12.766,12.766,0,0,0,.133,4.855,1.307,1.307,0,0,0,.464,1.05,1.686,1.686,0,0,0,1.128.394H59.24a13.053,13.053,0,0,0,2.123,3.543L60.3,97.366a1.941,1.941,0,0,0-.2,1.115,1.389,1.389,0,0,0,.6.984,14.624,14.624,0,0,0,4.246,2.492,2.007,2.007,0,0,0,1.128-.065,1.419,1.419,0,0,0,.862-0.722Zm-1.327-7.741A5.082,5.082,0,0,1,65.543,86.8a4.6,4.6,0,0,1,3.185-3.215,5.074,5.074,0,0,1,4.843,1.05A5.276,5.276,0,0,1,74.7,89.494a4.591,4.591,0,0,1-3.184,3.149A5.074,5.074,0,0,1,66.671,91.593Z"></path><path fill="#acbdc9" d="M51.279,72.568a21.653,21.653,0,0,0,0-8.266l4.511-2.231a3.077,3.077,0,0,0,1.393-1.706,3.115,3.115,0,0,0-.066-2.1,30.1,30.1,0,0,0-5.573-8.66,3.226,3.226,0,0,0-1.924-1.115,2.645,2.645,0,0,0-2.057.459l-3.848,2.1a25.939,25.939,0,0,0-7.3-4.068V42.521a2.878,2.878,0,0,0-.8-2.034,3.731,3.731,0,0,0-1.858-1.115,30.03,30.03,0,0,0-10.085.131,2.84,2.84,0,0,0-1.924.984,3.026,3.026,0,0,0-.73,2.034v4.461a22.237,22.237,0,0,0-7.3,4.068L9.88,48.95a3.054,3.054,0,0,0-2.189-.459A2.7,2.7,0,0,0,5.9,49.606a32.637,32.637,0,0,0-5.573,8.66,2.5,2.5,0,0,0-.133,2.1,3.408,3.408,0,0,0,1.46,1.706L6.032,64.3a21.654,21.654,0,0,0,0,8.266L1.653,74.8a2.825,2.825,0,0,0-1.46,1.64A2.643,2.643,0,0,0,.326,78.6,32.636,32.636,0,0,0,5.9,87.263a2.909,2.909,0,0,0,1.791.984,3.477,3.477,0,0,0,2.189-.328l3.848-2.23a22.345,22.345,0,0,0,7.3,4.2v4.461a3.107,3.107,0,0,0,.73,1.968,2.744,2.744,0,0,0,1.924,1.05,27.911,27.911,0,0,0,10.085,0,2.889,2.889,0,0,0,1.858-1.05,2.957,2.957,0,0,0,.8-1.968V89.887a24.326,24.326,0,0,0,7.3-4.2l3.848,2.23a3.007,3.007,0,0,0,2.057.328,3.535,3.535,0,0,0,1.924-.984q4.379-5.248,5.573-8.66a2.643,2.643,0,0,0,.133-2.165,2.825,2.825,0,0,0-1.46-1.64ZM35.754,75.323a11.432,11.432,0,0,1-7.7,2.493,8.964,8.964,0,0,1-6.17-2.69,8.772,8.772,0,0,1-2.72-6.1,10.684,10.684,0,0,1,2.521-7.479,10.691,10.691,0,0,1,7.563-2.624,9.649,9.649,0,0,1,9.023,8.922A10.684,10.684,0,0,1,35.754,75.323Z"></path></svg>'}],pro_features:[Object(c["a"])("Ecommerce Report","google-analytics-for-wordpress"),Object(c["a"])("Form Conversions","google-analytics-for-wordpress"),Object(c["a"])("Custom Dimensions","google-analytics-for-wordpress"),Object(c["a"])("Author Tracking","google-analytics-for-wordpress"),Object(c["a"])("Google Optimize","google-analytics-for-wordpress"),Object(c["a"])("Category / Tags Tracking","google-analytics-for-wordpress"),Object(c["a"])("WooCommerce","google-analytics-for-wordpress"),Object(c["a"])("Easy Digital Downloads","google-analytics-for-wordpress"),Object(c["a"])("MemberPress","google-analytics-for-wordpress"),Object(c["a"])("LifterLMS","google-analytics-for-wordpress")],testimonials:[{image:"monsterinsights-testimonial-one",text:"It just works. Really easy way to insert Google Analytics tracking code and keep it there when switching themes. No need to copy/paste code anywhere. This is the best way to handle Google Analytics in WordPress.",author:"Steven Gliebe",function:"Founder of ChurchThemes"},{image:"monsterinsights-testimonial-two",text:"Analytics for PROs! This plugin brings it all, great features and helpful info to easily see what you are doing.",author:"Frank van der Sluijs",function:"Business Consultant"}],welcome_video:!1}},computed:{welcome_title:function(){return this.$mi.first_name&&this.$mi.first_name.length<28?this.text_welcome_title+" "+this.$mi.first_name:this.text_welcome_title}},methods:{feature_class:function(t){return"monsterinsights-bg-img "+t}}},Pe=ke,Se=Object(g["a"])(Pe,Oe,Ce,!1,null,null,null),Ee=Se.exports,Ue=s("619c"),Le=s("7460"),Me={install:function(t){t.prototype.$swal&&(t.prototype.$mi_saving_toast=function(){},t.prototype.$mi_success_toast=function(){},t.prototype.$mi_error_toast=function(){},t.prototype.$mi_loading_toast=function(){t.prototype.$swal({type:"info",title:Object(c["a"])("Loading settings","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){t.prototype.$swal.showLoading()}})})}},Re=Me,Ie=s("4360"),Be=s("e37d"),$e=s("6c6b"),ze=document.getElementById("monsterinsights-vue-onboarding-wizard"),Te=document.getElementById("monsterinsights-welcome");if(Gt["a"].config.productionTip=!1,ze||Te){var He={install:function(t){t.prototype.$wizard_steps=["welcome","authenticate","recommended_settings","recommended_addons","wpforms","success"]}};Object($e["a"])({ctrl:!0}),Gt["a"].use(a["a"]),Gt["a"].use(Ue["a"]),Gt["a"].use(Be["a"],{defaultTemplate:'<div class="monsterinsights-tooltip" role="tooltip"><div class="monsterinsights-tooltip-arrow"></div><div class="monsterinsights-tooltip-inner"></div></div>',defaultArrowSelector:".monsterinsights-tooltip-arrow, .monsterinsights-tooltip__arrow",defaultInnerSelector:".monsterinsights-tooltip-inner, .monsterinsights-tooltip__inner"}),Gt["a"].use(Le["a"]),Object(c["c"])(window.monsterinsights.translations,"google-analytics-for-wordpress"),Te?new Gt["a"]({store:Ie["a"],mounted:function(){Ie["a"].dispatch("$_app/init")},render:function(t){return t(Ee)}}).$mount(Te):(Gt["a"].use(He),Gt["a"].use(Re),new Gt["a"]({store:Ie["a"],mounted:function(){Ie["a"].dispatch("$_app/init"),Ie["a"].dispatch("$_license/getLicense"),Ie["a"].dispatch("$_auth/getAuth"),Ie["a"].dispatch("$_addons/getAddons")},render:function(t){return t(xe)}}).$mount(ze))}},"0d3b":function(t,e,s){var n=s("d039"),o=s("b622"),r=s("c430"),a=o("iterator");t.exports=!n((function(){var t=new URL("b?a=1&b=2&c=3","http://a"),e=t.searchParams,s="";return t.pathname="c%20d",e.forEach((function(t,n){e["delete"]("b"),s+=n+t})),r&&!t.toJSON||!e.sort||"http://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[a]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==s||"x"!==new URL("http://x",void 0).host}))},1:function(t,e,s){t.exports=s("0951")},"2b3d":function(t,e,s){"use strict";s("3ca3");var n,o=s("23e7"),r=s("83ab"),a=s("0d3b"),i=s("da84"),l=s("37e8"),c=s("6eeb"),u=s("19aa"),d=s("5135"),h=s("60da"),p=s("4df4"),g=s("6547").codeAt,f=s("c98e"),m=s("d44e"),b=s("9861"),w=s("69f3"),_=i.URL,v=b.URLSearchParams,y=b.getState,A=w.set,x=w.getterFor("URL"),O=Math.floor,C=Math.pow,j="Invalid authority",k="Invalid scheme",P="Invalid host",S="Invalid port",E=/[A-Za-z]/,U=/[\d+\-.A-Za-z]/,L=/\d/,M=/^(0x|0X)/,R=/^[0-7]+$/,I=/^\d+$/,B=/^[\dA-Fa-f]+$/,$=/[\u0000\u0009\u000A\u000D #%/:?@[\\]]/,z=/[\u0000\u0009\u000A\u000D #/:?@[\\]]/,T=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,H=/[\u0009\u000A\u000D]/g,D=function(t,e){var s,n,o;if("["==e.charAt(0)){if("]"!=e.charAt(e.length-1))return P;if(s=Z(e.slice(1,-1)),!s)return P;t.host=s}else if(K(t)){if(e=f(e),$.test(e))return P;if(s=F(e),null===s)return P;t.host=s}else{if(z.test(e))return P;for(s="",n=p(e),o=0;o<n.length;o++)s+=X(n[o],N);t.host=s}},F=function(t){var e,s,n,o,r,a,i,l=t.split(".");if(l.length&&""==l[l.length-1]&&l.pop(),e=l.length,e>4)return t;for(s=[],n=0;n<e;n++){if(o=l[n],""==o)return t;if(r=10,o.length>1&&"0"==o.charAt(0)&&(r=M.test(o)?16:8,o=o.slice(8==r?1:2)),""===o)a=0;else{if(!(10==r?I:8==r?R:B).test(o))return t;a=parseInt(o,r)}s.push(a)}for(n=0;n<e;n++)if(a=s[n],n==e-1){if(a>=C(256,5-e))return null}else if(a>255)return null;for(i=s.pop(),n=0;n<s.length;n++)i+=s[n]*C(256,3-n);return i},Z=function(t){var e,s,n,o,r,a,i,l=[0,0,0,0,0,0,0,0],c=0,u=null,d=0,h=function(){return t.charAt(d)};if(":"==h()){if(":"!=t.charAt(1))return;d+=2,c++,u=c}while(h()){if(8==c)return;if(":"!=h()){e=s=0;while(s<4&&B.test(h()))e=16*e+parseInt(h(),16),d++,s++;if("."==h()){if(0==s)return;if(d-=s,c>6)return;n=0;while(h()){if(o=null,n>0){if(!("."==h()&&n<4))return;d++}if(!L.test(h()))return;while(L.test(h())){if(r=parseInt(h(),10),null===o)o=r;else{if(0==o)return;o=10*o+r}if(o>255)return;d++}l[c]=256*l[c]+o,n++,2!=n&&4!=n||c++}if(4!=n)return;break}if(":"==h()){if(d++,!h())return}else if(h())return;l[c++]=e}else{if(null!==u)return;d++,c++,u=c}}if(null!==u){a=c-u,c=7;while(0!=c&&a>0)i=l[c],l[c--]=l[u+a-1],l[u+--a]=i}else if(8!=c)return;return l},V=function(t){for(var e=null,s=1,n=null,o=0,r=0;r<8;r++)0!==t[r]?(o>s&&(e=n,s=o),n=null,o=0):(null===n&&(n=r),++o);return o>s&&(e=n,s=o),e},W=function(t){var e,s,n,o;if("number"==typeof t){for(e=[],s=0;s<4;s++)e.unshift(t%256),t=O(t/256);return e.join(".")}if("object"==typeof t){for(e="",n=V(t),s=0;s<8;s++)o&&0===t[s]||(o&&(o=!1),n===s?(e+=s?":":"::",o=!0):(e+=t[s].toString(16),s<7&&(e+=":")));return"["+e+"]"}return t},N={},Q=h({},N,{" ":1,'"':1,"<":1,">":1,"`":1}),q=h({},Q,{"#":1,"?":1,"{":1,"}":1}),G=h({},q,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),X=function(t,e){var s=g(t,0);return s>32&&s<127&&!d(e,t)?t:encodeURIComponent(t)},Y={ftp:21,file:null,gopher:70,http:80,https:443,ws:80,wss:443},K=function(t){return d(Y,t.scheme)},J=function(t){return""!=t.username||""!=t.password},tt=function(t){return!t.host||t.cannotBeABaseURL||"file"==t.scheme},et=function(t,e){var s;return 2==t.length&&E.test(t.charAt(0))&&(":"==(s=t.charAt(1))||!e&&"|"==s)},st=function(t){var e;return t.length>1&&et(t.slice(0,2))&&(2==t.length||"/"===(e=t.charAt(2))||"\\"===e||"?"===e||"#"===e)},nt=function(t){var e=t.path,s=e.length;!s||"file"==t.scheme&&1==s&&et(e[0],!0)||e.pop()},ot=function(t){return"."===t||"%2e"===t.toLowerCase()},rt=function(t){return t=t.toLowerCase(),".."===t||"%2e."===t||".%2e"===t||"%2e%2e"===t},at={},it={},lt={},ct={},ut={},dt={},ht={},pt={},gt={},ft={},mt={},bt={},wt={},_t={},vt={},yt={},At={},xt={},Ot={},Ct={},jt={},kt=function(t,e,s,o){var r,a,i,l,c=s||at,u=0,h="",g=!1,f=!1,m=!1;s||(t.scheme="",t.username="",t.password="",t.host=null,t.port=null,t.path=[],t.query=null,t.fragment=null,t.cannotBeABaseURL=!1,e=e.replace(T,"")),e=e.replace(H,""),r=p(e);while(u<=r.length){switch(a=r[u],c){case at:if(!a||!E.test(a)){if(s)return k;c=lt;continue}h+=a.toLowerCase(),c=it;break;case it:if(a&&(U.test(a)||"+"==a||"-"==a||"."==a))h+=a.toLowerCase();else{if(":"!=a){if(s)return k;h="",c=lt,u=0;continue}if(s&&(K(t)!=d(Y,h)||"file"==h&&(J(t)||null!==t.port)||"file"==t.scheme&&!t.host))return;if(t.scheme=h,s)return void(K(t)&&Y[t.scheme]==t.port&&(t.port=null));h="","file"==t.scheme?c=_t:K(t)&&o&&o.scheme==t.scheme?c=ct:K(t)?c=pt:"/"==r[u+1]?(c=ut,u++):(t.cannotBeABaseURL=!0,t.path.push(""),c=Ot)}break;case lt:if(!o||o.cannotBeABaseURL&&"#"!=a)return k;if(o.cannotBeABaseURL&&"#"==a){t.scheme=o.scheme,t.path=o.path.slice(),t.query=o.query,t.fragment="",t.cannotBeABaseURL=!0,c=jt;break}c="file"==o.scheme?_t:dt;continue;case ct:if("/"!=a||"/"!=r[u+1]){c=dt;continue}c=gt,u++;break;case ut:if("/"==a){c=ft;break}c=xt;continue;case dt:if(t.scheme=o.scheme,a==n)t.username=o.username,t.password=o.password,t.host=o.host,t.port=o.port,t.path=o.path.slice(),t.query=o.query;else if("/"==a||"\\"==a&&K(t))c=ht;else if("?"==a)t.username=o.username,t.password=o.password,t.host=o.host,t.port=o.port,t.path=o.path.slice(),t.query="",c=Ct;else{if("#"!=a){t.username=o.username,t.password=o.password,t.host=o.host,t.port=o.port,t.path=o.path.slice(),t.path.pop(),c=xt;continue}t.username=o.username,t.password=o.password,t.host=o.host,t.port=o.port,t.path=o.path.slice(),t.query=o.query,t.fragment="",c=jt}break;case ht:if(!K(t)||"/"!=a&&"\\"!=a){if("/"!=a){t.username=o.username,t.password=o.password,t.host=o.host,t.port=o.port,c=xt;continue}c=ft}else c=gt;break;case pt:if(c=gt,"/"!=a||"/"!=h.charAt(u+1))continue;u++;break;case gt:if("/"!=a&&"\\"!=a){c=ft;continue}break;case ft:if("@"==a){g&&(h="%40"+h),g=!0,i=p(h);for(var b=0;b<i.length;b++){var w=i[b];if(":"!=w||m){var _=X(w,G);m?t.password+=_:t.username+=_}else m=!0}h=""}else if(a==n||"/"==a||"?"==a||"#"==a||"\\"==a&&K(t)){if(g&&""==h)return j;u-=p(h).length+1,h="",c=mt}else h+=a;break;case mt:case bt:if(s&&"file"==t.scheme){c=yt;continue}if(":"!=a||f){if(a==n||"/"==a||"?"==a||"#"==a||"\\"==a&&K(t)){if(K(t)&&""==h)return P;if(s&&""==h&&(J(t)||null!==t.port))return;if(l=D(t,h),l)return l;if(h="",c=At,s)return;continue}"["==a?f=!0:"]"==a&&(f=!1),h+=a}else{if(""==h)return P;if(l=D(t,h),l)return l;if(h="",c=wt,s==bt)return}break;case wt:if(!L.test(a)){if(a==n||"/"==a||"?"==a||"#"==a||"\\"==a&&K(t)||s){if(""!=h){var v=parseInt(h,10);if(v>65535)return S;t.port=K(t)&&v===Y[t.scheme]?null:v,h=""}if(s)return;c=At;continue}return S}h+=a;break;case _t:if(t.scheme="file","/"==a||"\\"==a)c=vt;else{if(!o||"file"!=o.scheme){c=xt;continue}if(a==n)t.host=o.host,t.path=o.path.slice(),t.query=o.query;else if("?"==a)t.host=o.host,t.path=o.path.slice(),t.query="",c=Ct;else{if("#"!=a){st(r.slice(u).join(""))||(t.host=o.host,t.path=o.path.slice(),nt(t)),c=xt;continue}t.host=o.host,t.path=o.path.slice(),t.query=o.query,t.fragment="",c=jt}}break;case vt:if("/"==a||"\\"==a){c=yt;break}o&&"file"==o.scheme&&!st(r.slice(u).join(""))&&(et(o.path[0],!0)?t.path.push(o.path[0]):t.host=o.host),c=xt;continue;case yt:if(a==n||"/"==a||"\\"==a||"?"==a||"#"==a){if(!s&&et(h))c=xt;else if(""==h){if(t.host="",s)return;c=At}else{if(l=D(t,h),l)return l;if("localhost"==t.host&&(t.host=""),s)return;h="",c=At}continue}h+=a;break;case At:if(K(t)){if(c=xt,"/"!=a&&"\\"!=a)continue}else if(s||"?"!=a)if(s||"#"!=a){if(a!=n&&(c=xt,"/"!=a))continue}else t.fragment="",c=jt;else t.query="",c=Ct;break;case xt:if(a==n||"/"==a||"\\"==a&&K(t)||!s&&("?"==a||"#"==a)){if(rt(h)?(nt(t),"/"==a||"\\"==a&&K(t)||t.path.push("")):ot(h)?"/"==a||"\\"==a&&K(t)||t.path.push(""):("file"==t.scheme&&!t.path.length&&et(h)&&(t.host&&(t.host=""),h=h.charAt(0)+":"),t.path.push(h)),h="","file"==t.scheme&&(a==n||"?"==a||"#"==a))while(t.path.length>1&&""===t.path[0])t.path.shift();"?"==a?(t.query="",c=Ct):"#"==a&&(t.fragment="",c=jt)}else h+=X(a,q);break;case Ot:"?"==a?(t.query="",c=Ct):"#"==a?(t.fragment="",c=jt):a!=n&&(t.path[0]+=X(a,N));break;case Ct:s||"#"!=a?a!=n&&("'"==a&&K(t)?t.query+="%27":t.query+="#"==a?"%23":X(a,N)):(t.fragment="",c=jt);break;case jt:a!=n&&(t.fragment+=X(a,Q));break}u++}},Pt=function(t){var e,s,n=u(this,Pt,"URL"),o=arguments.length>1?arguments[1]:void 0,a=String(t),i=A(n,{type:"URL"});if(void 0!==o)if(o instanceof Pt)e=x(o);else if(s=kt(e={},String(o)),s)throw TypeError(s);if(s=kt(i,a,null,e),s)throw TypeError(s);var l=i.searchParams=new v,c=y(l);c.updateSearchParams(i.query),c.updateURL=function(){i.query=String(l)||null},r||(n.href=Et.call(n),n.origin=Ut.call(n),n.protocol=Lt.call(n),n.username=Mt.call(n),n.password=Rt.call(n),n.host=It.call(n),n.hostname=Bt.call(n),n.port=$t.call(n),n.pathname=zt.call(n),n.search=Tt.call(n),n.searchParams=Ht.call(n),n.hash=Dt.call(n))},St=Pt.prototype,Et=function(){var t=x(this),e=t.scheme,s=t.username,n=t.password,o=t.host,r=t.port,a=t.path,i=t.query,l=t.fragment,c=e+":";return null!==o?(c+="//",J(t)&&(c+=s+(n?":"+n:"")+"@"),c+=W(o),null!==r&&(c+=":"+r)):"file"==e&&(c+="//"),c+=t.cannotBeABaseURL?a[0]:a.length?"/"+a.join("/"):"",null!==i&&(c+="?"+i),null!==l&&(c+="#"+l),c},Ut=function(){var t=x(this),e=t.scheme,s=t.port;if("blob"==e)try{return new URL(e.path[0]).origin}catch(n){return"null"}return"file"!=e&&K(t)?e+"://"+W(t.host)+(null!==s?":"+s:""):"null"},Lt=function(){return x(this).scheme+":"},Mt=function(){return x(this).username},Rt=function(){return x(this).password},It=function(){var t=x(this),e=t.host,s=t.port;return null===e?"":null===s?W(e):W(e)+":"+s},Bt=function(){var t=x(this).host;return null===t?"":W(t)},$t=function(){var t=x(this).port;return null===t?"":String(t)},zt=function(){var t=x(this),e=t.path;return t.cannotBeABaseURL?e[0]:e.length?"/"+e.join("/"):""},Tt=function(){var t=x(this).query;return t?"?"+t:""},Ht=function(){return x(this).searchParams},Dt=function(){var t=x(this).fragment;return t?"#"+t:""},Ft=function(t,e){return{get:t,set:e,configurable:!0,enumerable:!0}};if(r&&l(St,{href:Ft(Et,(function(t){var e=x(this),s=String(t),n=kt(e,s);if(n)throw TypeError(n);y(e.searchParams).updateSearchParams(e.query)})),origin:Ft(Ut),protocol:Ft(Lt,(function(t){var e=x(this);kt(e,String(t)+":",at)})),username:Ft(Mt,(function(t){var e=x(this),s=p(String(t));if(!tt(e)){e.username="";for(var n=0;n<s.length;n++)e.username+=X(s[n],G)}})),password:Ft(Rt,(function(t){var e=x(this),s=p(String(t));if(!tt(e)){e.password="";for(var n=0;n<s.length;n++)e.password+=X(s[n],G)}})),host:Ft(It,(function(t){var e=x(this);e.cannotBeABaseURL||kt(e,String(t),mt)})),hostname:Ft(Bt,(function(t){var e=x(this);e.cannotBeABaseURL||kt(e,String(t),bt)})),port:Ft($t,(function(t){var e=x(this);tt(e)||(t=String(t),""==t?e.port=null:kt(e,t,wt))})),pathname:Ft(zt,(function(t){var e=x(this);e.cannotBeABaseURL||(e.path=[],kt(e,t+"",At))})),search:Ft(Tt,(function(t){var e=x(this);t=String(t),""==t?e.query=null:("?"==t.charAt(0)&&(t=t.slice(1)),e.query="",kt(e,t,Ct)),y(e.searchParams).updateSearchParams(e.query)})),searchParams:Ft(Ht),hash:Ft(Dt,(function(t){var e=x(this);t=String(t),""!=t?("#"==t.charAt(0)&&(t=t.slice(1)),e.fragment="",kt(e,t,jt)):e.fragment=null}))}),c(St,"toJSON",(function(){return Et.call(this)}),{enumerable:!0}),c(St,"toString",(function(){return Et.call(this)}),{enumerable:!0}),_){var Zt=_.createObjectURL,Vt=_.revokeObjectURL;Zt&&c(Pt,"createObjectURL",(function(t){return Zt.apply(_,arguments)})),Vt&&c(Pt,"revokeObjectURL",(function(t){return Vt.apply(_,arguments)}))}m(Pt,"URL"),o({global:!0,forced:!a,sham:!r},{URL:Pt})},"3c46":function(t,e,s){},"3ca3":function(t,e,s){"use strict";var n=s("6547").charAt,o=s("69f3"),r=s("7dd0"),a="String Iterator",i=o.set,l=o.getterFor(a);r(String,"String",(function(t){i(this,{type:a,string:String(t),index:0})}),(function(){var t,e=l(this),s=e.string,o=e.index;return o>=s.length?{value:void 0,done:!0}:(t=n(s,o),e.index+=t.length,{value:t,done:!1})}))},"4df4":function(t,e,s){"use strict";var n=s("f8c2"),o=s("7b0b"),r=s("9bdd"),a=s("e95a"),i=s("50c4"),l=s("8418"),c=s("35a1");t.exports=function(t){var e,s,u,d,h,p=o(t),g="function"==typeof this?this:Array,f=arguments.length,m=f>1?arguments[1]:void 0,b=void 0!==m,w=0,_=c(p);if(b&&(m=n(m,f>2?arguments[2]:void 0,2)),void 0==_||g==Array&&a(_))for(e=i(p.length),s=new g(e);e>w;w++)l(s,w,b?m(p[w],w):p[w]);else for(d=_.call(p),h=d.next,s=new g;!(u=h.call(d)).done;w++)l(s,w,b?r(d,m,[u.value,w],!0):u.value);return s.length=w,s}},7795:function(t,e,s){},"8c6a":function(t,e,s){},9861:function(t,e,s){"use strict";s("e260");var n=s("23e7"),o=s("0d3b"),r=s("6eeb"),a=s("e2cc"),i=s("d44e"),l=s("9ed3"),c=s("69f3"),u=s("19aa"),d=s("5135"),h=s("f8c2"),p=s("825a"),g=s("861d"),f=s("9a1f"),m=s("35a1"),b=s("b622"),w=b("iterator"),_="URLSearchParams",v=_+"Iterator",y=c.set,A=c.getterFor(_),x=c.getterFor(v),O=/\+/g,C=Array(4),j=function(t){return C[t-1]||(C[t-1]=RegExp("((?:%[\\da-f]{2}){"+t+"})","gi"))},k=function(t){try{return decodeURIComponent(t)}catch(e){return t}},P=function(t){var e=t.replace(O," "),s=4;try{return decodeURIComponent(e)}catch(n){while(s)e=e.replace(j(s--),k);return e}},S=/[!'()~]|%20/g,E={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},U=function(t){return E[t]},L=function(t){return encodeURIComponent(t).replace(S,U)},M=function(t,e){if(e){var s,n,o=e.split("&"),r=0;while(r<o.length)s=o[r++],s.length&&(n=s.split("="),t.push({key:P(n.shift()),value:P(n.join("="))}))}},R=function(t){this.entries.length=0,M(this.entries,t)},I=function(t,e){if(t<e)throw TypeError("Not enough arguments")},B=l((function(t,e){y(this,{type:v,iterator:f(A(t).entries),kind:e})}),"Iterator",(function(){var t=x(this),e=t.kind,s=t.iterator.next(),n=s.value;return s.done||(s.value="keys"===e?n.key:"values"===e?n.value:[n.key,n.value]),s})),$=function(){u(this,$,_);var t,e,s,n,o,r,a,i,l,c=arguments.length>0?arguments[0]:void 0,h=this,b=[];if(y(h,{type:_,entries:b,updateURL:function(){},updateSearchParams:R}),void 0!==c)if(g(c))if(t=m(c),"function"===typeof t){e=t.call(c),s=e.next;while(!(n=s.call(e)).done){if(o=f(p(n.value)),r=o.next,(a=r.call(o)).done||(i=r.call(o)).done||!r.call(o).done)throw TypeError("Expected sequence with length 2");b.push({key:a.value+"",value:i.value+""})}}else for(l in c)d(c,l)&&b.push({key:l,value:c[l]+""});else M(b,"string"===typeof c?"?"===c.charAt(0)?c.slice(1):c:c+"")},z=$.prototype;a(z,{append:function(t,e){I(arguments.length,2);var s=A(this);s.entries.push({key:t+"",value:e+""}),s.updateURL()},delete:function(t){I(arguments.length,1);var e=A(this),s=e.entries,n=t+"",o=0;while(o<s.length)s[o].key===n?s.splice(o,1):o++;e.updateURL()},get:function(t){I(arguments.length,1);for(var e=A(this).entries,s=t+"",n=0;n<e.length;n++)if(e[n].key===s)return e[n].value;return null},getAll:function(t){I(arguments.length,1);for(var e=A(this).entries,s=t+"",n=[],o=0;o<e.length;o++)e[o].key===s&&n.push(e[o].value);return n},has:function(t){I(arguments.length,1);var e=A(this).entries,s=t+"",n=0;while(n<e.length)if(e[n++].key===s)return!0;return!1},set:function(t,e){I(arguments.length,1);for(var s,n=A(this),o=n.entries,r=!1,a=t+"",i=e+"",l=0;l<o.length;l++)s=o[l],s.key===a&&(r?o.splice(l--,1):(r=!0,s.value=i));r||o.push({key:a,value:i}),n.updateURL()},sort:function(){var t,e,s,n=A(this),o=n.entries,r=o.slice();for(o.length=0,s=0;s<r.length;s++){for(t=r[s],e=0;e<s;e++)if(o[e].key>t.key){o.splice(e,0,t);break}e===s&&o.push(t)}n.updateURL()},forEach:function(t){var e,s=A(this).entries,n=h(t,arguments.length>1?arguments[1]:void 0,3),o=0;while(o<s.length)e=s[o++],n(e.value,e.key,this)},keys:function(){return new B(this,"keys")},values:function(){return new B(this,"values")},entries:function(){return new B(this,"entries")}},{enumerable:!0}),r(z,w,z.entries),r(z,"toString",(function(){var t,e=A(this).entries,s=[],n=0;while(n<e.length)t=e[n++],s.push(L(t.key)+"="+L(t.value));return s.join("&")}),{enumerable:!0}),i($,_),n({global:!0,forced:!o},{URLSearchParams:$}),t.exports={URLSearchParams:$,getState:A}},"9a1f":function(t,e,s){var n=s("825a"),o=s("35a1");t.exports=function(t){var e=o(t);if("function"!=typeof e)throw TypeError(String(t)+" is not iterable");return n(e.call(t))}},c98e:function(t,e,s){"use strict";var n=2147483647,o=36,r=1,a=26,i=38,l=700,c=72,u=128,d="-",h=/[^\0-\u007E]/,p=/[.\u3002\uFF0E\uFF61]/g,g="Overflow: input needs wider integers to process",f=o-r,m=Math.floor,b=String.fromCharCode,w=function(t){var e=[],s=0,n=t.length;while(s<n){var o=t.charCodeAt(s++);if(o>=55296&&o<=56319&&s<n){var r=t.charCodeAt(s++);56320==(64512&r)?e.push(((1023&o)<<10)+(1023&r)+65536):(e.push(o),s--)}else e.push(o)}return e},_=function(t){return t+22+75*(t<26)},v=function(t,e,s){var n=0;for(t=s?m(t/l):t>>1,t+=m(t/e);t>f*a>>1;n+=o)t=m(t/f);return m(n+(f+1)*t/(t+i))},y=function(t){var e=[];t=w(t);var s,i,l=t.length,h=u,p=0,f=c;for(s=0;s<t.length;s++)i=t[s],i<128&&e.push(b(i));var y=e.length,A=y;y&&e.push(d);while(A<l){var x=n;for(s=0;s<t.length;s++)i=t[s],i>=h&&i<x&&(x=i);var O=A+1;if(x-h>m((n-p)/O))throw RangeError(g);for(p+=(x-h)*O,h=x,s=0;s<t.length;s++){if(i=t[s],i<h&&++p>n)throw RangeError(g);if(i==h){for(var C=p,j=o;;j+=o){var k=j<=f?r:j>=f+a?a:j-f;if(C<k)break;var P=C-k,S=o-k;e.push(b(_(k+P%S))),C=m(P/S)}e.push(b(_(C))),f=v(p,O,A==y),p=0,++A}}++p,++h}return e.join("")};t.exports=function(t){var e,s,n=[],o=t.toLowerCase().replace(p,".").split(".");for(e=0;e<o.length;e++)s=o[e],n.push(h.test(s)?"xn--"+y(s):s);return n.join(".")}},ddb0:function(t,e,s){var n=s("da84"),o=s("fdbc"),r=s("e260"),a=s("9112"),i=s("b622"),l=i("iterator"),c=i("toStringTag"),u=r.values;for(var d in o){var h=n[d],p=h&&h.prototype;if(p){if(p[l]!==u)try{a(p,l,u)}catch(f){p[l]=u}if(p[c]||a(p,c,d),o[d])for(var g in r)if(p[g]!==r[g])try{a(p,g,r[g])}catch(f){p[g]=r[g]}}}},e3c8:function(t,e,s){"use strict";var n=s("3c46"),o=s.n(n);o.a}});
lite/includes/admin/helpers.php CHANGED
@@ -45,6 +45,10 @@ function monsterinsights_get_admin_menu_tooltip() {
45
  return;
46
  }
47
 
 
 
 
 
48
  if ( $show_tooltip && $show_tooltip + 30 * DAY_IN_SECONDS > time() ) {
49
  // Dismissed less than 30 days ago.
50
  return;
@@ -197,6 +201,12 @@ function monsterinsights_get_admin_menu_tooltip() {
197
  if ( 0 === $menuitem.length ) {
198
  $menuitem = $( document.getElementById( 'toplevel_page_monsterinsights_network' ) );
199
  }
 
 
 
 
 
 
200
 
201
  if ( $menuitem.length ) {
202
  $menuwrapper.append( $tooltip );
45
  return;
46
  }
47
 
48
+ if ( ! current_user_can( 'monsterinsights_save_settings' ) ) {
49
+ return;
50
+ }
51
+
52
  if ( $show_tooltip && $show_tooltip + 30 * DAY_IN_SECONDS > time() ) {
53
  // Dismissed less than 30 days ago.
54
  return;
201
  if ( 0 === $menuitem.length ) {
202
  $menuitem = $( document.getElementById( 'toplevel_page_monsterinsights_network' ) );
203
  }
204
+ if ( 0 === $menuitem.length ) {
205
+ $menuitem = $( document.getElementById( 'toplevel_page_monsterinsights_settings' ) );
206
+ }
207
+ if ( 0 === $menuitem.length ) {
208
+ return;
209
+ }
210
 
211
  if ( $menuitem.length ) {
212
  $menuwrapper.append( $tooltip );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.wpbeginner.com/wpbeginner-needs-your-help/
4
  Tags: WordPress analytics, google analytics, google analytics dashboard, google analytics widget, WooCommerce stats, analytics dashboard, universal google analytics, statistics, tracking, stats, google, google analytics by yoast, ga, monster insights, monsterinsights, universal analytics, web stats, ecommerce, ecommerce tracking
5
  Requires at least: 3.8.0
6
  Tested up to: 5.3
7
- Stable tag: 7.10.0
8
  License: GPL v3
9
 
10
  The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.
@@ -273,6 +273,10 @@ You can also learn about other <a href="http://www.wpbeginner.com/category/plugi
273
  4. Want more features? <a href="https://www.monsterinsights.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase MonsterInsights Pro</a>!
274
 
275
  == Changelog ==
 
 
 
 
276
 
277
  = 7.10.0: November 7, 2019 =
278
  - New: Welcome to Project Delight Phase 3! Over this and the next several major releases, we're going to be focusing on polishing MonsterInsights and it's addons. You can learn more about our Project Delight initative on our blog at monsterinsights.com/blog/.
4
  Tags: WordPress analytics, google analytics, google analytics dashboard, google analytics widget, WooCommerce stats, analytics dashboard, universal google analytics, statistics, tracking, stats, google, google analytics by yoast, ga, monster insights, monsterinsights, universal analytics, web stats, ecommerce, ecommerce tracking
5
  Requires at least: 3.8.0
6
  Tested up to: 5.3
7
+ Stable tag: 7.10.1
8
  License: GPL v3
9
 
10
  The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.
273
  4. Want more features? <a href="https://www.monsterinsights.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase MonsterInsights Pro</a>!
274
 
275
  == Changelog ==
276
+ = 7.10.1: December 5, 2019 =
277
+ - Fixed: We've tweaked how certain classes of errors are handled in our onboarding wizard to make it more intuitive for some uncommon setups.
278
+ - Fixed: We've fixed a bug with the reports tooltip Javascript that sometimes threw an undefined error.
279
+ - Fixed: We've adjusted the logic used to show the not-tracking warning for administrators.
280
 
281
  = 7.10.0: November 7, 2019 =
282
  - New: Welcome to Project Delight Phase 3! Over this and the next several major releases, we're going to be focusing on polishing MonsterInsights and it's addons. You can learn more about our Project Delight initative on our blog at monsterinsights.com/blog/.