CINXE.COM
Glossary of All Experience Optimization Terms | VWO
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="dns-prefetch" href="fonts.gstatic.com" /> <link rel="preconnect" href="https://d5bygqdtbohob.cloudfront.net" /> <link rel="preconnect" href="https://static.wingify.com" /> <script> var VWOWebsiteUser = {}; try{ VWOWebsiteUser = {"county_name":"Singapore","user":{},"is_loggedin":false,"continent":"AS","country":"SG"}; } catch (err) { VWOWebsiteUser= { is_loggedin : '', country : '', continent : '', county_name : '', state_name : '', state : '' }; } var state_mapping_list = { "National Capital Territory of Delhi" : "Delhi", "Dadra and Nagar Haveli and Daman and Diu" : "Dadra and Nagar Haveli", "Andaman and Nicobar" : "Andaman and Nicobar Islands", "Union Territory of Puducherry" : "Puducherry" } if (state_mapping_list[VWOWebsiteUser.state_name] != undefined) { VWOWebsiteUser.state_name = state_mapping_list[VWOWebsiteUser.state_name]; } if ((VWOWebsiteUser.county_name != undefined && VWOWebsiteUser.county_name == "Pakistan") && (VWOWebsiteUser.state_name != undefined && VWOWebsiteUser.state_name == "Punjab")) { VWOWebsiteUser.state_name = "Punjab(PAK)"; } </script> <script> (function(){ try{ var translations = {"language_urls":{"en":{"language_code":"en","url":"https:\/\/vwo.com\/glossary\/"},"de":{"language_code":"de","url":"https:\/\/vwo.com\/glossary\/de\/"},"es":{"language_code":"es","url":"https:\/\/vwo.com\/glossary\/es\/"}},"page_language":"en"}; var redirectCountryCode = ["de", "es", "br"]; var allowedLang = ["de", "en", "es", "br"]; var cookieName = "vwo_lang"; var days = 1; function getCookieValue(name) { var cname = name + '='; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1, c.length); if (c.indexOf(cname) == 0) return c.substring(cname.length, c.length); } return ''; } if(window.location.hash == "#locale_lang" && typeof translations['page_language'] == 'string' ){ var d = new Date(); d.setTime(d.getTime() + (days*24*60*60*1000)); var expires = "expires="+ d.toUTCString(); document.cookie = cookieName + "=" + translations['page_language'] + ";" + expires + ";path=/"; } else if(typeof VWOWebsiteUser.country != "undefined" && redirectCountryCode.indexOf(VWOWebsiteUser.country.toLowerCase()) >= 0 && typeof translations['language_urls'] == 'object' && typeof translations['page_language'] == 'string' ){ var selectedLang = getCookieValue(cookieName); if(selectedLang != ''){ if(allowedLang.indexOf(selectedLang) >= 0 && typeof translations['language_urls'][selectedLang] == 'object' && translations['page_language'] != selectedLang ){ window.location.href = translations['language_urls'][selectedLang]['url'] + window.location.search; } }else{ var cn = VWOWebsiteUser.country.toLowerCase(); if( typeof translations['language_urls'][cn] == 'object' && translations['page_language'] != cn ){ var d = new Date(); d.setTime(d.getTime() + (days*24*60*60*1000)); var expires = "expires="+ d.toUTCString(); document.cookie = cookieName + "=" + cn + ";" + expires + ";path=/"; window.location.href = translations['language_urls'][cn]['url'] + window.location.search; } } } } catch(error) { if(typeof Sentry != 'undefined'){ Sentry.captureException(error); } } })(); </script> <script> /*global vwoFormConsent*/ /* eslint-disable no-restricted-syntax */ window.vwoFormConsent = window.vwoFormConsent || {}; vwoFormConsent.euConsentCheckbox = function (formPrefix = "") { return; //read user zone, if user is not from EU and CA (California) of US then hide consent checkbox if ( typeof VWOWebsiteUser != "undefined" && typeof VWOWebsiteUser.continent != "undefined" && typeof VWOWebsiteUser.country != "undefined" && VWOWebsiteUser.continent != "eu" && VWOWebsiteUser.continent != "EU" && !( (VWOWebsiteUser.state == "CA" || VWOWebsiteUser.state == "VA" || VWOWebsiteUser.state == "CO") && VWOWebsiteUser.country == "US" ) && !(VWOWebsiteUser.country == "IN") ) { var formId = formPrefix + "gdpr-consent-checkbox"; var consentInput = document.querySelectorAll('input[data-qa="' + formId + '"]'); var i; for (i = 0; i < consentInput.length; i++) { consentInput[i].setAttribute("type", "hidden"); if (consentInput[i].parentElement != null) { if (consentInput[i].parentElement.getElementsByTagName("label") != null) { consentInput[i].parentElement.getElementsByTagName("label")[0].removeAttribute("for"); } } try { consentInput[i].parentNode.style.display = "none"; } catch (e) { if (typeof window.Sentry !== "undefined") { window.Sentry.captureException(new Error("Consentbox Custom VWO Error"), { extra: { consentInputHtml: consentInput[i].innerHTML, errMessage: e.message, }, }); } } } } }; </script> <script> // vwo custom tracking settings window._vwo_clicks=10; window._vwo_pc_custom ={a:100,t:100}; </script> <!-- Start VWO Async SmartCode --> <link rel="preconnect" href="https://vwo-cdn.pushcrew.com" /> <link rel="preconnect" href="https://dacdn.visualwebsiteoptimizer.com" /> <link rel="preconnect" href="https://cdn.vwo.io/" /> <link rel="preconnect" href="https://dev.visualwebsiteoptimizer.com" /> <link rel="preconnect" href="https://dacdn.vwo-analytics.com/" /> <script type='text/javascript' id='vwoCode'> window.vwoSmartCodeStart = performance.now(); window._vwo_code || (function() { var account_id=6, version=2.1, settings_tolerance=2000, hide_element='body', hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important', /* DO NOT EDIT BELOW THIS LINE */ f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={},rand = Math.random(), baseUrl = rand < 0.2 ? 'https://vwo-cdn.pushcrew.com/' : rand < 0.4 ? 'https://dev.visualwebsiteoptimizer.com/' : rand < 0.6 ? 'https://dacdn.visualwebsiteoptimizer.com/' : rand < 0.8 ? 'https://cdn.vwo.io/' :'https://dacdn.vwo-analytics.com/'; try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_config'));cc=c&&typeof c==='object'?c:{}}catch(e){}var stT=cc.stT==='session'?w.sessionStorage:w.localStorage;code={use_existing_jquery:function(){return typeof use_existing_jquery!=='undefined'?use_existing_jquery:undefined},library_tolerance:function(){return typeof library_tolerance!=='undefined'?library_tolerance:undefined},settings_tolerance:function(){return cc.sT||settings_tolerance},hide_element_style:function(){return'{'+(cc.hES||hide_element_style)+'}'},hide_element:function(){if(performance.getEntriesByName('first-contentful-paint')[0]){return''}return typeof cc.hE==='string'?cc.hE:hide_element},getVersion:function(){return version},finish:function(e){if(!f){f=true;var t=d.getElementById('_vis_opt_path_hides');if(t)t.parentNode.removeChild(t);if(e)(new Image).src= baseUrl+'ee.gif?a='+account_id+e}},finished:function(){return f},addScript:function(e){var t=d.createElement('script');t.type='text/javascript';if(e.src){t.src=e.src}else{t.text=e.text}d.getElementsByTagName('head')[0].appendChild(t)},load:function(e,t){var i=this.getSettings(),n=d.createElement('script'),r=this;t=t||{};if(i){n.textContent=i;d.getElementsByTagName('head')[0].appendChild(n);if(!w.VWO||VWO.caE){stT.removeItem(cK);r.load(e)}}else{var o=new XMLHttpRequest;o.open('GET',e,true);o.withCredentials=!t.dSC;o.responseType=t.responseType||'text';o.onload=function(){if(t.onloadCb){return t.onloadCb(o,e)}if(o.status===200){_vwo_code.addScript({text:o.responseText})}else{_vwo_code.finish('&e=loading_failure:'+e)}};o.onerror=function(){if(t.onerrorCb){return t.onerrorCb(e)}_vwo_code.finish('&e=loading_failure:'+e)};o.send()}},getSettings:function(){try{var e=stT.getItem(cK);if(!e){return}e=JSON.parse(e);if(Date.now()>e.e){stT.removeItem(cK);return}return e.s}catch(e){return}},init:function(){if(d.URL.indexOf('__vwo_disable__')>-1)return;var e=this.settings_tolerance();w._vwo_settings_timer=setTimeout(function(){_vwo_code.finish();stT.removeItem(cK)},e);var t;if(this.hide_element()!=='body'){t=d.createElement('style');var i=this.hide_element(),n=i?i+this.hide_element_style():'',r=d.getElementsByTagName('head')[0];t.setAttribute('id','_vis_opt_path_hides');v&&t.setAttribute('nonce',v.nonce);t.setAttribute('type','text/css');if(t.styleSheet)t.styleSheet.cssText=n;else t.appendChild(d.createTextNode(n));r.appendChild(t)}else{t=d.getElementsByTagName('head')[0];var n=d.createElement('div');n.style.cssText='z-index: 2147483647 !important;position: fixed !important;left: 0 !important;top: 0 !important;width: 100% !important;height: 100% !important;background: white !important;';n.setAttribute('id','_vis_opt_path_hides');n.classList.add('_vis_hide_layer');t.parentNode.insertBefore(n,t.nextSibling)} var o=baseUrl + 'j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&vn='+version;if(w.location.search.indexOf('_vwo_xhr')!==-1){this.addScript({src:o})}else{this.load(o+'&x=true')}}};w._vwo_code=code;code.init();})(); </script> <!-- End VWO Async SmartCode --> <style> #onetrust-banner-sdk { transition: ease-in all 0.3s; } .customize-consent #onetrust-banner-sdk { right: 30% !important; } </style> <script> if(window.innerWidth >= 1023) { window.addEventListener("message", receiveMessage, false); } function receiveMessage(event) { if (event.origin !== "https://dev.visualwebsiteoptimizer.com" || typeof event.data == "undefined" || typeof event.data.action == "undefined" ) { return; } if (event.data.action == "display" && typeof event.data.sId != "undefined") { document.querySelector("body").classList.add("customize-consent"); } if (event.data.action == "set" && typeof event.data.key != "undefined" && event.data.key == "clsd" ) { document.querySelector("body").classList.remove("customize-consent"); } } </script> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel="alternate" hreflang="en" href="https://vwo.com/glossary/" /> <link rel="alternate" hreflang="de" href="https://vwo.com/glossary/de/" /> <link rel="alternate" hreflang="es" href="https://vwo.com/glossary/es/" /> <link rel="alternate" hreflang="x-default" href="https://vwo.com/glossary/" /> <!-- This site is optimized with the Yoast SEO plugin v23.7 - https://yoast.com/wordpress/plugins/seo/ --> <title>Glossary of All Experience Optimization Terms | VWO</title> <meta name="description" content="This glossary aims to help you by bringing all the popular customer experience optimization terms from a wide range of sources, in one place." /> <link rel="canonical" href="https://vwo.com/glossary/" /> <link rel="next" href="https://vwo.com/glossary/page/2/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Glossary of All Experience Optimization Terms | VWO" /> <meta property="og:description" content="This glossary aims to help you by bringing all the popular customer experience optimization terms from a wide range of sources, in one place." /> <meta property="og:url" content="https://vwo.com/glossary/" /> <meta property="og:site_name" content="VWO Glossary" /> <meta name="twitter:card" content="summary_large_image" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://vwo.com/glossary/","url":"https://vwo.com/glossary/","name":"Glossary of All Experience Optimization Terms | VWO","isPartOf":{"@id":"https://vwo.com/glossary/#website"},"description":"This glossary aims to help you by bringing all the popular customer experience optimization terms from a wide range of sources, in one place.","breadcrumb":{"@id":"https://vwo.com/glossary/#breadcrumb"},"inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https://vwo.com/glossary/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://vwo.com/glossary/#website","url":"https://vwo.com/glossary/","name":"VWO Glossary","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://vwo.com/glossary/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//vwo.com' /> <link rel='dns-prefetch' href='//research.vwo.com' /> <link rel="alternate" type="application/rss+xml" title="VWO Glossary » Feed" href="https://vwo.com/glossary/feed/" /> <link rel="alternate" type="application/rss+xml" title="VWO Glossary » Comments Feed" href="https://vwo.com/glossary/comments/feed/" /> <link rel='stylesheet' id='wp-block-library-css' href='https://vwo.com/glossary/wp-includes/css/dist/block-library/style.min.css?ver=6.7.1' type='text/css' media='all' /> <style id='wp-block-library-theme-inline-css' type='text/css'> .wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='vwo-gutenberg-vwo-protip-style-inline-css' type='text/css'> #vwo-gutenberg .vwo-protip-section{align-items:flex-start;background-color:#e8edff;border-radius:5px;display:flex;gap:15px;margin-bottom:20px;margin-top:20px;padding:24px}#vwo-gutenberg .vwo-protip-heading{color:#07003a;display:block;font-size:18px;font-weight:700;line-height:1.2;margin-bottom:8px}#vwo-gutenberg .vwo-protip-content{color:#07003a;font-size:13px;margin:0}#vwo-gutenberg .vwo-protip-section svg{flex-shrink:0}#vwo-gutenberg .vwo-protip-content strong{color:#07003a} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='wpml-blocks-css' href='https://vwo.com/glossary/wp-content/cache/autoptimize/18/css/autoptimize_single_4940e4ae72b6124a6eab7e97fc8df1f4.css?ver=4.6.11' type='text/css' media='all' /> <link rel='stylesheet' id='YSFA-css' href='https://vwo.com/glossary/wp-content/plugins/faq-schema-block-to-accordion/assets/css/style.min.css?ver=1.0.5' type='text/css' media='all' /> <link rel='stylesheet' id='guten-style-css' href='https://vwo.com/glossary/wp-content/cache/autoptimize/18/css/autoptimize_single_e947c0fdf1a443af6846cce15a96ad60.css?ver=6.7.1' type='text/css' media='all' /> <script type="text/javascript" id="wpml-cookie-js-extra"> /* <![CDATA[ */ var wpml_cookies = {"wp-wpml_current_language":{"value":"en","expires":1,"path":"\/"}}; var wpml_cookies = {"wp-wpml_current_language":{"value":"en","expires":1,"path":"\/"}}; /* ]]> */ </script> <script defer type="text/javascript" src="https://vwo.com/glossary/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.js?ver=4.6.11" id="wpml-cookie-js" defer="defer" data-wp-strategy="defer"></script> <link rel="https://api.w.org/" href="https://vwo.com/glossary/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://vwo.com/glossary/xmlrpc.php?rsd" /> <style data-title="marketo-form-override">.marketo-custom-form .mktoForm{width:100% !important;color:inherit !important;font-family:inherit !important}.marketo-custom-form .mktoField,.marketo-custom-form .mktoForm,.marketo-custom-form .mktoLabel{font-size:14px !important}.marketo-custom-form .mktoOffset,.marketo-custom-form .mktoGutter{display:none !important}.marketo-custom-form .mktoFormCol,.marketo-custom-form .mktoFieldWrap{float:none !important;min-height:auto !important}.marketo-custom-form .mktoFieldWrap{margin-bottom:15px !important}.marketo-custom-form .mktoLabel{margin-bottom:5px !important;display:inline-block !important;width:auto !important;padding:0 !important;font-weight:600 !important;float:none !important;color:#1f2532 !important;line-height:1.4 !important;letter-spacing:normal}.marketo-custom-form input#implicitOptIn+label{display:none}.marketo-custom-form .mktoCheckboxList,.marketo-custom-form .mktoRadioList{float:none !important;width:100% !important;font-size:14px !important}.marketo-custom-form .mktoRadioList input[type=radio]{margin-top:2px !important}.marketo-custom-form .mktoTextField,.marketo-custom-form .mktoNumberField,.marketo-custom-form .mktoEmailField,.marketo-custom-form .mktoUrlField,.marketo-custom-form .mktoTelField,.marketo-custom-form .mktoDateField,.marketo-custom-form select,.marketo-custom-form select[multiple=multiple],.marketo-custom-form textarea{width:100% !important;border:1px solid #cfcfcf !important;border-radius:2px !important;background-color:#f4f7f8 !important;color:#2b3945 !important;padding:17px 22px !important;height:auto !important;float:none}.marketo-custom-form .mktoTextField:hover,.marketo-custom-form .mktoNumberField:hover,.marketo-custom-form .mktoEmailField:hover,.marketo-custom-form .mktoUrlField:hover,.marketo-custom-form .mktoTelField:hover,.marketo-custom-form .mktoDateField:hover,.marketo-custom-form select:hover,.marketo-custom-form select[multiple=multiple]:hover,.marketo-custom-form textarea:hover{background-color:#eef4fb !important}.marketo-white-bg .mktoTextField,.marketo-white-bg .mktoNumberField,.marketo-white-bg .mktoEmailField,.marketo-white-bg .mktoUrlField,.marketo-white-bg .mktoTelField,.marketo-white-bg .mktoDateField,.marketo-white-bg select,.marketo-white-bg select[multiple=multiple],.marketo-white-bg textarea{background-color:#fff !important;color:#2b3945 !important}.marketo-white-bg .mktoTextField:hover,.marketo-white-bg .mktoNumberField:hover,.marketo-white-bg .mktoEmailField:hover,.marketo-white-bg .mktoUrlField:hover,.marketo-white-bg .mktoTelField:hover,.marketo-white-bg .mktoDateField:hover,.marketo-white-bg select:hover,.marketo-white-bg select[multiple=multiple]:hover,.marketo-white-bg textarea:hover{background-color:#fff !important}.marketo-custom-form .mktoTextField.mktoInvalid,.marketo-custom-form .mktoNumberField.mktoInvalid,.marketo-custom-form .mktoEmailField.mktoInvalid,.marketo-custom-form .mktoUrlField.mktoInvalid,.marketo-custom-form .mktoTelField.mktoInvalid,.marketo-custom-form .mktoDateField.mktoInvalid,.marketo-custom-form select.mktoInvalid,.marketo-custom-form select[multiple=multiple].mktoInvalid,.marketo-custom-form textarea.mktoInvalid,.marketo-custom-form .mkt-custom-invalid{border:1px solid #eb5055 !important}.marketo-custom-form .mktoTextField:focus,.marketo-custom-form .mktoNumberField:focus,.marketo-custom-form .mktoEmailField:focus,.marketo-custom-form .mktoUrlField:focus,.marketo-custom-form .mktoTelField:focus,.marketo-custom-form .mktoDateField:focus,.marketo-custom-form select:focus,.marketo-custom-form select[multiple=multiple]:focus,.marketo-custom-form textarea:focus{background-color:#fff !important;border:1px solid #2196f3 !important}.marketo-custom-form textarea{height:auto !important;line-height:inherit !important}.marketo-custom-form select[multiple=multiple]{min-height:120px !important;padding:0 !important}.marketo-custom-form select[multiple=multiple] option{padding:5px 10px !important}.marketo-custom-form .mktoButtonRow{display:block !important}.marketo-custom-form .mktoButtonWrap{margin:0 !important;text-align:center !important;display:block !important}.marketo-custom-form .mktoButton{padding-left:50px !important;padding-right:50px !important;text-align:center !important;padding-top:15px !important;padding-bottom:15px !important;border:none !important;background:#e20072 !important;font-size:18px !important;color:#fff !important;border-radius:3px !important;box-sizing:border-box !important;width:100% !important;font-weight:700 !important;text-shadow:none !important;cursor:pointer !important}.marketo-custom-form .mktoButton:hover{background:#a33166 !important}.marketo-custom-form .mktoButton.button--disabled-primary{cursor:not-allowed !important;opacity:.3 !important}.marketo-custom-form--dark .mktoLabel{color:#fff !important;text-transform:none !important}.marketo-custom-form--full-width .mktoButton{width:auto !important}.marketo-custom-form .mktoError{position:static !important;background:0 0 !important}.mktoForm .mktoAsterix{float:right !important;padding-left:5px !important}.marketo-custom-form .mktoError .mktoErrorMsg{background:0 0 !important;border:none !important;box-shadow:none !important;text-shadow:none !important;padding:0 !important;border-radius:0 !important;display:inline-block !important;font-size:12px !important;color:#ff3838 !important}.marketo-custom-form .mktoErrorArrowWrap{display:none !important}.marketo-custom-form label[id=LblimplicitOptIn]{float:right !important;width:calc(100% - 25px) !important;font-size:13px !important;font-weight:400 !important}.marketo-custom-form .mktoRadioList>label{margin-top:0 !important}.recurring_webinar_form .mktoRadioList>label{margin-bottom:20px !important}.recurring_webinar_form .mktoRadioList>label b{display:inline-block;margin-bottom:5px;padding:0}.marketo-custom-form--dark .mktoLabel{color:#fff !important;text-transform:none !important}.marketo-custom-form--full-width .mktoButton{width:auto !important}.marketo-custom-form--full-width .mktoButton{width:70% !important}.marketo-success--dark{font-size:1.125rem;color:#d9dde1;margin-top:1rem}.marketo-success--white{font-size:1.125rem;color:#fff;margin-top:1rem}.marketo-custom-form--dark .mktoRadioList label{color:#fff !important}.marketo_success_msg p,.marketo_success_msg .marketo_success_msg_text{font-size:18px;font-weight:600}.marketo-custom-form #Where_did_you_hear_about_us__c{cursor:pointer}.marketo-custom-form .marketo_hide_field{display:none}.marketo-custom-form--large input[type=text],.marketo-custom-form--large input[type=email]{padding:13px 15px !important;border:1px solid #181818 !important}.marketo-custom-form--half-width .mktoForm>.mktoFormRow:nth-of-type(1),.marketo-custom-form--half-width .mktoForm>.mktoFormRow:nth-of-type(2){float:none;width:100%;clear:both;margin-right:0}@media screen and (min-width:1024px){.marketo-custom-form--half-width .mktoForm>.mktoFormRow:nth-of-type(1),.marketo-custom-form--half-width .mktoForm>.mktoFormRow:nth-of-type(2){float:left;width:48%;clear:none}.marketo-custom-form--half-width .mktoForm>.mktoFormRow:nth-of-type(1){margin-right:4%}}</style><meta name="generator" content="WPML ver:4.6.11 stt:1,3,2;" /> <style> a:lang(de-DE),button:lang(de-DE),div:lang(de-DE),form:lang(de-DE),h1:lang(de-DE),h2:lang(de-DE),h3:lang(de-DE),h4:lang(de-DE),h5:lang(de-DE),h6:lang(de-DE),input:lang(de-DE),p:lang(de-DE),span:lang(de-DE),strong:lang(de-DE),textarea:lang(de-DE){text-transform:none}img{max-width:100%}a{color:#2f5cfc}picture{flex-shrink:0}button,input,textarea{font-family:inherit}input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,select:focus,textarea,textarea:focus{font-size:16px}@media only screen and (min-width:576px){input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,select:focus,textarea,textarea:focus{font-size:14px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-delay:-1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important;background-attachment:scroll!important;scroll-behavior:auto!important;transition-duration:0s!important;transition-delay:0s!important}}.tab-resource-item{color:#1f2532;font-size:14px;font-weight:700;text-align:left;text-decoration:none;padding:14px 20px;display:flex;align-items:center;box-sizing:border-box;margin:0;background-color:initial;border-radius:6px 0 0 6px;width:100%;cursor:pointer;line-height:inherit;position:relative;left:1px;justify-content:flex-start;border:0}.tab-resource-item--active{color:#e20072;background-color:#fff;box-shadow:0 0 15px #00000014}.tabs-rounded{background:#0000;color:#1f2532;margin:5px 7px;border:1px solid #d9dde1;padding:10px 25px;font-weight:700;font-size:14px;border-radius:40px;cursor:pointer}.tabs-rounded--transparent{color:#fff}.tabs-rounded--blue--active,.tabs-rounded--blue:hover{background-color:#2f5cfc;border-color:#2f5cfc;color:#fff}.tabs-rounded--white--active,.tabs-rounded--white:hover{background-color:#fff;border-color:#fff;color:#07003a}.tabs-rounded--pink--active,.tabs-rounded--pink:hover{background-color:#e20072;color:#fff}.wrap-rounded-tabs .tabs-rounded--pink--active,.wrap-rounded-tabs .tabs-rounded--pink:hover{border-color:#e20072}.tabs-underline{background-color:initial;cursor:pointer;font-size:13px;color:#1c304b;opacity:.8;padding:10px 15px;margin:0;flex-grow:1;border:1px solid #0000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom:0}.tabs-underline:last-child{margin-right:0}.tabs-underline:hover{opacity:1}.tabs-underline--active{font-weight:700;opacity:1;background-color:#fff;border-color:#c4e2c6;position:relative;z-index:1}.tab-type-2{background-color:#fff;width:100%;cursor:pointer;border-radius:4px;font-size:14px;line-height:1.5;text-align:left;padding:20px;box-sizing:border-box;margin-bottom:10px;flex-shrink:0;border:1px solid #fff}.tab-type-2--active{border-color:#e20072;box-shadow:0 4px 10px 1px #ccd3d999}.tabs{width:100%;cursor:pointer;border-radius:4px;font-size:14px;line-height:1.5;border:none;text-align:left;padding:20px;box-sizing:border-box;margin-bottom:5px;flex-shrink:0;position:relative}.tabs-blue{background-color:#eaf1ff}.tabs-blue--active{background-color:#fff;box-shadow:0 4px 10px 1px #ccd3d999}.tabs-blue--active strong,.tabs-blue--active svg,.tabs-blue:hover strong{color:#2f5cfc}.tabs-white{background-color:#fff}.tabs-white--active{box-shadow:0 4px 10px 1px #ccd3d999}.tabs-pink{background-color:#f8f8fd;transition:all .3s ease}.tabs-pink--active{background-color:#fff;box-shadow:0 4px 10px 1px #ccd3d999}.tab-resource-item:hover,.tab-type-2--active strong,.tab-type-2--active svg,.tab-type-2:hover strong,.tabs-pink--active strong,.tabs-pink--active svg,.tabs-pink:hover strong{color:#e20072}.wrap-tabs .tabs-rounded{padding:10px 15px;font-weight:400}.wrap-tabs .tabs-rounded.tabs-rounded--white--active{font-weight:700}.comparision-table-light-theme .tabs-rounded{border:1px solid #07003a}.comparision-table-light-theme .tabs-rounded--transparent{color:#07003a}.comparision-table-light-theme .tabs-rounded--white--active,.comparision-table-light-theme .tabs-rounded--white:hover{background-color:#e20072;border-color:#e20072;color:#fff}.comparision-table-light-theme .tabs-rounded--white--active{font-weight:700}body.using-mouse :focus{outline:none}.engage-subpages{box-shadow:0 -200px #f4f8fd}.home-connected-section{background-image:linear-gradient(180deg,#f8f8fd 0,#f8f8fd 30%,#0000 0,#0000),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/home-single-blue-dot.png)}.dot-background{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/home-page/dot-one-home-product-section.svg);background-repeat:repeat}.common-dot-bg{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/all-dot.svg);background-repeat:repeat}.bottom-purple-section{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/home-strip-cricle.svg) no-repeat,url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/bottom-section-dots.svg) bottom no-repeat,#491a45}.hero-enterprise{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/engage/engage-banner-dots.png) repeat}.engage-connected-section{background-image:linear-gradient(180deg,#f8f8fd 0,#f8f8fd 15%,#0000 30%,#0000),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/home-single-blue-dot.png)}.marker{position:relative;border-radius:50%}.marker,.marker:after,.marker:before{width:7px;height:7px;background-color:#df8800}.marker:after,.marker:before{content:"";position:absolute;top:0;left:0;border:0;border-radius:50%;animation:marker 2s cubic-bezier(.165,.84,.44,1) infinite}.marker:before{animation-delay:.4s}.marker--purple,.marker--purple:after,.marker--purple:before{background-color:#e20072}@keyframes marker{0%{opacity:1}to{transform:scale(7);opacity:0}}.enterprise-full-height-video{min-height:calc(100vh - 100px)}.js-smart-stats-result{overflow:hidden;max-height:0;transition:all .1s ease-out}.js-smart-stats-result.show{max-height:800px;transition:all .4s ease-out}.smart-stats-result-value:after{position:absolute;content:"*";font-size:75%}.modal-as-page .js-modal .js-modal-box{transform:none;opacity:1}.header-top-theme-dark{min-height:inherit!important}body.modal-open .pushcrew-chrome-style-notification-safari,body.modal-open .pushcrew-mobile-box{display:none!important}.js-modal .js-modal-box{transform:translateY(-100px);top:0;opacity:0;transition:transform .3s ease,opacity .3s ease}.js-modal .js-modal-mask{opacity:0;visibility:hidden;transition:opacity .4s ease}.modal-show .js-modal-box{top:auto;transform:translateY(0);opacity:1}.modal-show .js-modal-mask{opacity:.7;visibility:visible}@keyframes shake{0%{transform:translateX(5px)}to{transform:translateX(-5px)}}.dummy-image{animation:shake .2s ease 7s infinite alternate}::selection{color:#fff;text-shadow:none;background:#e20072}.hide{display:none}.circle-loader{width:10px;height:10px;border:2px solid #fff;border-top-color:#0000;border-radius:50%;margin-left:10px;position:relative;display:block;animation:anim-spin 1s linear infinite}.circle-loader--large{width:20px;height:20px}.circle-loader--purple{border-color:#e20072}@keyframes anim-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.responsive-table-wrapper{overflow-x:scroll}.table{width:100%;border-collapse:collapse;border:1px solid #d9dde1;font-size:16px}.table--small{font-size:13px}.table tr{vertical-align:top}.table th{font-weight:700;border-bottom:1px solid #d9dde1;padding:10px;vertical-align:middle}.table--small th{padding:15px;border-right:1px solid #d9dde1}.table td{padding:10px;vertical-align:middle}.table--small td{padding:12px;border-right:1px solid #d9dde1;border-bottom:1px solid #d9dde1}.table .subfeature{font-size:14px;padding-left:55px;text-align:left}.table tbody tr:nth-child(odd){background:#f5f7f8}.table tbody tr:nth-child(2n){background:#fff}.table--small tbody tr:nth-child(2n),.table--small tbody tr:nth-child(odd){background-color:#fff}.table tbody tr.child-row{background-color:#f4f8fd}.table--hovered tbody tr:hover{background-color:#e9edf3}.ticket-card-bg{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/limited-time-promotion/ticket-card-mobile.svg);background-size:cover;background-repeat:no-repeat}@media screen and (min-width:1024px){.ticket-card-bg{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/limited-time-promotion/ticket-card.svg)}}.loader{display:inline-flex}.dot{display:block;width:8px;height:8px;margin:5px;border-radius:5px;background-color:#bf3078}.pulse{will-change:transform,opacity;animation:pulse 1.25s ease infinite}.pulse__one{animation-delay:.25s}.pulse__two{animation-delay:.5s}.pulse__three{animation-delay:.75s}@keyframes pulse{0%{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.25)}to{opacity:.5;transform:scale(1)}}.marquee{overflow:hidden}.marquee .marquee-wrap{transform:translateX(0);width:200%}.partner-logo picture{display:flex;flex-grow:1;align-items:center;overflow:hidden}select::-ms-expand{display:none}.bg-vwo-inside{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/podcasts/cascade-banner-bg.jpg)}.bg-vwo-inside,.bg-vwo-webinar-inside{background-repeat:no-repeat;background-size:cover}.bg-vwo-webinar-inside{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/videos/inside-banner.png)}.bg-webinar-banner{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/webinar-moc/header.svg);background-size:cover;background-repeat:no-repeat}.wrap-vwo-slider:after,.wrap-vwo-slider:before{content:"";position:absolute;display:block;width:50px;height:100%;top:0;z-index:1}.wrap-vwo-slider:after{left:-2px;background:linear-gradient(90deg,#fff 0,#fff0)}.wrap-vwo-slider:before{right:-2px;background:linear-gradient(270deg,#fff 0,#fff0)}.video-dots-pattern:after,.video-dots-pattern:before{content:"";position:absolute;width:100%;height:98%;background:radial-gradient(circle,#d9dde1 2px,#0000 0);background-size:10px 10px;background-repeat:repeat}.video-dots-pattern:before{left:-50px;bottom:-50px}.video-dots-pattern:after{right:-50px;top:-50px}.bg-dots-pattern-1{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/noble-studio/patterns/pattern1.svg);background-repeat:no-repeat;background-position:0 100%}.bg-dots-pattern-2{position:relative;z-index:1}.bg-dots-pattern-2:before{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/noble-studio/patterns/pattern2.svg);left:-30px;top:0}.bg-dots-pattern-2:after,.bg-dots-pattern-2:before{content:"";position:absolute;z-index:-1;width:100%;height:100%;background-repeat:no-repeat}.bg-dots-pattern-2:after{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/noble-studio/patterns/pattern3.svg);right:-20px;bottom:-20px;background-position:100% 100%}.bg-oval-pattern{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/oval-bg.svg);background-repeat:no-repeat;background-position:bottom}.bg-icon-star{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/vwo-deploy/icons/icon-star.svg);background-repeat:repeat-x;background-size:auto;height:20px}.bg-top-triangle{position:relative}.bg-top-triangle:after{content:"";position:absolute;top:-5px;left:0;width:100%;height:10px;background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/up-arrow.svg);background-repeat:repeat-x;background-position:top}.bg-clearbit-banner{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/clearbit/banner-image.svg);background-repeat:no-repeat;background-size:cover}.bg-clearbit-patter-1{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/clearbit/pattern1.svg);background-repeat:no-repeat;background-position:0 98%}.bg-clearbit-patter-2{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/clearbit/pattern2.svg);background-repeat:no-repeat;background-position:100% 0}.bg-clearbit-footer{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/clearbit/footer-image.svg);background-repeat:no-repeat;background-size:cover}#barComparison,#bellCurve,#boxWhiskers{width:100%;height:400px}.vwo-loader-wrap{width:250px;height:250px;background:#eeeff1;display:flex;align-items:center;justify-content:center;border-radius:4px}.vwo-loader{text-align:center;position:relative}.vwo-loader__logo{position:absolute;top:0;bottom:30px;left:0;right:0}.vwo-loader__logo img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.vwo-loader__text{margin-top:20px;letter-spacing:2.2px;font-size:10px;line-height:1;color:#788290;position:relative}.vwo-loader__circular{margin:0 auto;width:120px;height:120px;border-radius:50%;border:1px solid #ccc;position:relative;animation:anim-vwo-loader-rotate 1.5s linear infinite,anim-vwo-loader-color 3s infinite}.vwo-loader__circular:after{content:"";width:20px;height:50px;background:#eeeff1;position:absolute;top:calc(100% - 25px);left:calc(50% - 10px);animation:anim-vwo-loader-scale 2s linear infinite}@keyframes anim-vwo-loader-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes anim-vwo-loader-scale{0%{transform:scale(1)}50%{transform:scaleX(6)}to{transform:scale(1)}}@keyframes anim-vwo-loader-color{0%,to{border-color:#d6d8e2}40%{border-color:#675982}60%{border-color:#a66284}80%{border-color:#d26ea0}}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes moveLine{to{transform:scaleX(1)}}.animating-line{animation:moveLine 8s linear}.bg-ecommerce-case-study{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/ecommerce/case-study-bg.jpg) no-repeat;background-position:top;background-size:cover;background-attachment:fixed}.bg-sass-solution-case-study{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/saas-solution/case-study-bg.png) no-repeat #13172a;background-position:top;background-size:cover;background-attachment:fixed}.transition-left{transform:translateX(-50px)}.transition-left,.transition-right{opacity:0;transition:transform .4s ease,opacity .4s ease}.transition-right{transform:translateX(50px)}.transition-top{transform:translateY(-30px)}.transition-bottom,.transition-top{opacity:0;transition:transform .4s ease,opacity .4s ease}.transition-bottom{transform:translateY(30px)}.transition-fade{opacity:0;transition:opacity .4s ease}.active-transition .transition-left,.active-transition .transition-right,.active-transition .transition-top,.move-up.transition-bottom,.move-up.transition-fade{opacity:1;transform:translate(0)}.checklist-bg{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/experimentation-checklist/illustration.svg),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/experimentation-checklist/bg.svg) #f6f0ff;background-position:right 4%,0 100%;background-repeat:no-repeat,no-repeat}@media only screen and (min-width:768px){.checklist-bg{background-size:auto,contain;background-position:100%,0 100%}}.elearning-pennfoster-bg{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/elearning/cs-bg-img-1.jpg);background-repeat:no-repeat;background-size:cover;background-position:bottom}.elearning-pennfoster-bg-result{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/elearning/cs-bg-img-2.jpg);background-repeat:no-repeat;background-size:cover;background-position:50%}.marketing-ubisoft-bg{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/solution-marketing/cs-bg-top.png);background-repeat:no-repeat;background-size:cover;background-position:bottom}.solution-marketing-bg-result{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/solution-marketing/cs-bg-bottom-without-color.png) #13172a;background-repeat:no-repeat;background-size:cover;background-position:50%}.media-publication-story-bg{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/solution-media-publication/case-study-bg.png);background-repeat:no-repeat;background-size:cover;background-position:bottom}.product-team-payu-bg{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/solution-product/payu-cs-bg.png);background-repeat:no-repeat;background-size:cover;background-position:bottom}.img-hover:hover img{transform:translateY(-30%)}.img-hover:hover img,.img-hover:not(:hover) img{transition:transform 6s cubic-bezier(.37,.82,.04,.96)}.ecommerce-container img,.elearning-container img{height:auto}.pink-common-link,.pink-common-link-without-arrow{color:#e20072;font-weight:600;text-decoration:none}.pink-common-link:after{content:"";background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/pink-arrow-new.svg) no-repeat;display:inline-flex;width:11px;height:11px;background-size:100%;margin:0 0 0 5px;transition:transform .3s;flex-shrink:0}.pink-common-link:hover{text-decoration:underline}.link-hovered:hover .pink-common-link:after,.pink-common-link:hover:after{transform:translateX(5px)}.overflow-anchor-n{overflow-anchor:none}.logo-marquee:after,.logo-marquee:before{display:none}@media only screen and (min-width:768px){.logo-marquee:after,.logo-marquee:before{content:"";position:absolute;display:block;width:100px;height:100%;top:0;z-index:1}.logo-marquee:after{left:-2px;background:linear-gradient(90deg,#fff 0,#ffffff1f)}.logo-marquee:before{right:-2px;background:linear-gradient(270deg,#fff 0,#ffffff1f)}}.bg-openai-participate{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/openAI/banner-bg.jpg),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/openAI/bottom-bg.jpg);background-position:0 0,0 100%;background-size:contain,auto;background-repeat:no-repeat}.bg-openai-home{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/openAI/banner-bg.jpg),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/openAI/bg-left.png),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/openAI/bg-right.png),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/openAI/bg-left.png),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/openAI/bg-right.png),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/openAI/bg-left.png),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/openAI/bg-right.png),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/openAI/bg-left.png),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/openAI/bottom-bg.jpg);background-position:0 0,left 12%,right 18%,left 36%,right 46%,left 66%,right 74%,left 90%,0 100%;background-size:contain,40%,40%,40%,40%,40%,40%,40%,auto;background-repeat:no-repeat}.bg-openai-leaderboard{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/openAI/banner-bg.jpg),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/openAI/bg-left.png),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/openAI/bottom-bg.jpg);background-position:0 0,left 700px,0 100%;background-size:contain,40%,auto;background-repeat:no-repeat}.free-trial-bg{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/free-trial-background@2x.jpg);background-repeat:no-repeat;background-size:cover;background-position:bottom}.faq-ans a,.search-engine-paywall a{color:#0b76d8;text-decoration:none}.faq-ans a:hover,.search-engine-paywall a:hover{text-decoration:underline}.active-tab-testimonial{color:#2f5cfc}.active-tab-testimonial span:nth-child(2){border-color:#2f5cfc;color:#2f5cfc;box-shadow:0 2px 5px 0 #0003}.tab-language{cursor:pointer;border:none;background-color:initial;color:#d9dde1;font-size:12px;padding:5px 10px;margin-right:20px}.tab-language--active{color:#1c1d20;background-color:#fff;border-radius:20px;text-shadow:0 0 1px #fff}.tag{display:inline-flex;align-items:center;justify-content:center;padding:5px;width:20px;height:20px;color:#fff;border-radius:4px;margin-right:0;margin-bottom:8px}@media only screen and (min-width:768px){.tag{margin-right:8px;margin-bottom:0}}.tag--green{background:#3cca96}.tag--yellow{background:#ffba4a}.tag--lightblue{background:#60a7de}.tag--blue{background:#2d75b4}.tag--purple{background:#c867b0}.bg-home-statistics{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/newhome/bayesian.svg);background-position:100% 100%;background-repeat:no-repeat}.js-progressbar{background-color:#3b4cbf;color:#fff;font-size:20px;background-image:linear-gradient(126deg,#ffffff26 5%,#0000 0,#0000 50%,#ffffff1a 0,#ffffff1a 55%,#0000 0,#0000);background-size:11px 15px;box-shadow:inset -100px 0 75px -57px #3b4cbf}.js-progressbar-orange{background:#f87045;background-image:linear-gradient(126deg,#ffffff26 5%,#0000 0,#0000 50%,#ffffff1a 0,#ffffff1a 55%,#0000 0,#0000);background-size:11px 15px;box-shadow:inset -100px 0 75px -57px #f87045}.wrap-ai-powered{background:#0f022f linear-gradient(135deg,#0f022f,#470742 86%,#3e5fc5)}.ai-heatmap-bg{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/AI-powered-heatmap-tool/ai-heatmap-bg.svg) #061b40 no-repeat;background-size:cover;background-position:50%}.digital-experience-bg{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/fullstack-product/digital-experience-bg@2x.png) #1c1d20 no-repeat;background-size:cover;background-position:50%}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.bg-webinar-conversion-banner{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/master-of-conversion/banner-img-2.svg);background-size:cover;background-repeat:no-repeat}.bg-gradient-tiles{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/master-of-conversion/lines-left.svg),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/master-of-conversion/lines-right.svg),linear-gradient(180deg,#f4f8fd,#ffffff80);background-position:0 100%,100% 100%;background-repeat:no-repeat}.bg-gradient-tiles--white{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/master-of-conversion/lines-left.svg),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/master-of-conversion/lines-right.svg);background-position:0 100%,100% 100%;background-repeat:no-repeat}.thumb-bg{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/master-of-conversion/thumb-bg.svg)}.bg-webinar-home-conversion-banner,.thumb-bg{background-size:cover;background-repeat:no-repeat}.bg-webinar-home-conversion-banner{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/master-of-conversion/banner-img.svg)}.modal-pattern-green-bg{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/master-of-conversion/modal-bg.svg);background-size:cover;background-repeat:no-repeat}.americas-bg a,.apac-bg a,.eu-bg a{background-position:0 100%,100% 100%}@media screen and (min-width:1024px){.americas-bg a{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/master-of-conversion/americas-icon-4.svg),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/master-of-conversion/americas-icon-3.svg) #fff;background-repeat:no-repeat;background-position:7% 102%,92% 113%;background-size:45px,65px}.eu-bg a{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/master-of-conversion/euuk-icon-4.svg),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/master-of-conversion/euuk-icon-3.svg) #fff;background-repeat:no-repeat;background-position:5% 107%,95% 102%;background-size:70px,70px}.apac-bg a{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/master-of-conversion/apac-icon-3.svg),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/master-of-conversion/apac-icon-4.svg) #fff;background-repeat:no-repeat;background-position:8% 109%,94% 106%;background-size:94px,83px}.open .animation-fade-in{animation:fade-in .1s ease-in 0s 1 normal both}}.bg-blue-dots{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/bg-dots.jpg) #e2edff repeat-x;background-position:bottom;background-size:cover}.bg-circle-gradient{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/blue-circle-gradient.svg) no-repeat,#26134d;background-size:cover}.blend-color{mix-blend-mode:difference}.ebook-line-pattern-bg{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/new-ebook/line-pattern.svg) no-repeat;background-position:100%}.loader-block{background:linear-gradient(90deg,#eeeff180 0,#d9dde1 30%,#eeeff180 60%);background-size:200%;animation:block-loader-animation .75s linear infinite forwards}@keyframes block-loader-animation{0%{background-position:100% 0}to{background-position:-100% 0}}.bg-blue-bottom-dots{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/limited-time-promotion/dots.svg) #e2edff repeat-x;background-position:0 100%}.global-master-bg{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/masterclass/bg-shape-2.svg),linear-gradient(180deg,#f4f8fd,#ffffffb3) 0;background-size:contain;background-repeat:no-repeat;background-position:50%}.texture-bg{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/masterclass/backgound-pattern.png) repeat}.masterclass-form-bg{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/masterclass/bg-shape-1.svg);background-size:contain;background-repeat:no-repeat;background-position:100% 100%}.feature-item{text-decoration:none;display:flex;align-items:center;padding:6px 10px;margin:6px 0;color:#1f2532;font-size:14px}.feature-item:hover{color:#e20072}.feature-item--active{background-color:#f5f5f7;color:#e20072}.section-content-base-template{word-break:break-word;color:#07003a}.section-content-base-template .center-xs{text-align:left}.section-content-base-template h2{margin-top:50px;margin-bottom:20px;font-size:26px;line-height:1.4}.section-content-base-template h3{font-size:25px;line-height:1.4;margin-top:30px}.section-content-base-template h4{font-size:20px;margin-top:5rem;margin-bottom:20px}.section-content-base-template p{margin-top:0;margin-bottom:20px}.section-content-base-template li{margin-bottom:20px}.section-content-base-template a{color:#3892e3}.section-content-base-template ul{list-style-type:disc;padding-left:18px;margin-bottom:50px}.section-content-base-template table{width:100%;border-collapse:collapse;table-layout:fixed}.section-content-base-template td,.section-content-base-template th{border:1px solid #d9dde1;padding:18px;vertical-align:top}.section-content-base-template th{background-color:#f8f8f8}.common-dot-bg-2{background-image:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/common-dot.svg);background-repeat:repeat}.broken-form-bg{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/broken-website/left-ellipsis.svg),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/broken-website/right-ellipsis.svg);background-position:10% 10%,right 95%;background-repeat:no-repeat,no-repeat}.broken-website-bg{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/broken-website/left-bg.svg),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/broken-website/right-bg.svg);background-position:0 100%,100% 100%;background-repeat:no-repeat,no-repeat}.cta-blue-section{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/web-testing/updated-banner-gradient.svg) no-repeat,#26134d;background-size:cover;background-position:50%}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes marquee-vertical{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.marquee-wrapper:hover .marquee-animation,.marquee-wrapper:hover .marquee-animation-reverse{animation-play-state:paused}.marquee-animation-reverse{animation:marquee 20s linear infinite;animation-direction:reverse}.marquee-animation{animation:marquee 20s linear infinite}.marquee-animation--vertical{animation:marquee-vertical 20s linear infinite}@media screen and (min-width:768px){.marquee-animation,.marquee-animation-reverse{animation:marquee 100s linear infinite}.marquee-animation-reverse{animation-direction:reverse}.marquee-animation-reverse:hover,.marquee-animation:hover{animation-play-state:paused}.marquee-animation--vertical{animation:marquee-vertical 100s linear infinite}}.marquee-animation--pause{animation-play-state:paused}.marquee-wrapper-container:hover .marquee-animation--pause{animation-play-state:running}.header-subnav{transition:background-color .4s cubic-bezier(.28,.11,.32,1)}.purple-gradient-banner{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/web-testing/updated-banner-gradient.svg) no-repeat,#26134d;background-size:cover;background-position:50%}.purple-gradient-banner-2{background:url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/mobile-insights/purple-gradient-2.svg) no-repeat,#26134d;background-size:cover}.container{max-width:1240px;margin:auto;padding-left:20px;padding-right:20px}.shining-effect{position:relative;overflow:hidden}.shining-effect:after{content:"";background-color:#fff;height:100px;width:30px;opacity:.4;position:absolute;transform:translateX(-1000%) translateY(-40%) rotate(35deg);animation:shine 1.2s linear infinite}@keyframes shine{to{transform:translateX(1000%) translateY(-40%) rotate(35deg)}}.translate-after,.translate-before{transform:none;opacity:0;visibility:hidden}@media screen and (min-width:768px){.translate-after{transform:translateY(60px)!important}.translate-before{transform:translateY(-60px)!important}}.blur-bg{position:fixed;inset:0;top:80px;background-color:#1e1929e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;transition:opacity .3s ease}.blur-bg--active{opacity:1;visibility:visible}.header-with-number .blur-bg{top:115px}.fixed-top.header-with-number .blur-bg{top:80px}.dropdown-top-offset{top:65px}@media screen and (min-width:1024px){.dropdown-top-offset,.fixed-top.header-with-number .dropdown-top-offset,.header-with-number .dropdown-top-offset{top:100%}}.header-nav-text:hover,.open:hover .header-nav-text{background-color:#0000000d}.header-top-theme-dark .header-nav-text:hover,.header-top-theme-dark .open:hover .header-nav-text{background-color:#ffffff1a}.comparision-table-light-theme{background-color:#e8edff}.comparision-table-light-theme .responsive-table-container{background-color:#fff;padding:20px;border-radius:10px}.vwo-table tr td,.vwo-table tr th{color:#07003a;padding:10px;margin:8px;border-right:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3}.vwo-table td p{color:#07003a}.vwo-table th{font-size:16px;background-color:#e8edff}.vwo-table tbody tr td:first-child{font-size:14px;font-weight:600}.vwo-table tbody tr td:first-child p{font-weight:400;font-size:13px}.responsive-table-container{overflow-x:auto}.vwo-table{border-spacing:0;border-left:1px solid #e3e3e3;border-top:1px solid #e3e3e3;background-color:#fff;width:100%;font-size:14px}.vwo-table tr th.no-padding{padding:0}.vwo-table tr:nth-child(2n){background-color:#f8f8f8}.comparison-table-animate-arrow{position:absolute;opacity:0;transform:scale3d(.5,.5,.5);animation:move 3s ease-out infinite}.comparison-table-animate-arrow:first-child{animation:move 3s ease-out 1s infinite}.comparison-table-animate-arrow:nth-child(2){animation:move 3s ease-out 2s infinite}.comparison-table-animate-arrow:after,.comparison-table-animate-arrow:before{content:" ";position:absolute;top:0;height:100%;width:51%}.comparison-table-animate-arrow:before{left:0;transform:skew(0deg,30deg)}.comparison-table-animate-arrow:after{right:0;width:50%;transform:skew(0deg,-30deg)}.vwo-table .js-table-heading-row-btn{padding:0}@keyframes move{25%{opacity:1}33%{opacity:1;transform:translateY(10px)}67%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(30px) scale3d(.5,.5,.5)}}@media screen and (min-width:768px){.vwo-table tbody tr td:first-child{font-size:16px}}@media screen and (min-width:576px){.vwo-table tr td,.vwo-table tr th{padding:20px 30px}.vwo-table{font-size:14px}.vwo-table th{font-size:16px}.vwo-table tr th.no-padding{padding:0}.comparision-table-light-theme .responsive-table-container{padding:30px}}.pause-animation{animation-play-state:paused} </style> <style> .editor-content .wp-block-yoast-faq-block{margin-bottom:60px;background-color:#fff6fa;padding:30px}.editor-content .schema-faq-section{background-color:initial;font-size:24px;margin-bottom:1px;padding:0;border:0;border-bottom:1px dotted #979797}.editor-content .schema-faq-section:last-child{border-bottom:0}.editor-content .schema-faq-section p{border:0;padding-bottom:20px;padding-top:0}.editor-content .schema-faq-heading{background-color:#fff6fa;padding:20px 40px 0;margin-bottom:0;margin-top:40px}.editor-content .schema-faq-section:last-child p{border-bottom:0;padding-bottom:0}.editor-content .schema-faq-section .schema-faq-question,.editor-content .schema-faq-section p{color:#1c304b;font-size:14px;margin:0;background:#0000;text-decoration:none;padding-left:0}.editor-content .schema-faq-question.faq-q-open{border-bottom:0}.editor-content .schema-faq-question.faq-q-open,.editor-content .schema-faq-question:hover,.editor-content .schema-faq-question:hover:after,.editor-content .wp-block-yoast-faq-block .schema-faq-question.faq-q-open:after{color:#e20072} </style> <style> .button{display:inline-flex;align-items:center;font-size:18px;padding:12px 30px;background-color:#e20072;color:#fff;line-height:normal;border-radius:3px;font-weight:700;border:none;text-decoration:none;box-sizing:border-box;text-align:center;justify-content:center;cursor:pointer;min-height:50px}.button:hover{background-color:#a33166}.button--line{background:#0000;border:1px solid #021647;padding:11px 30px;color:#021647}.button--small{padding:9px 16px;font-size:14px;min-height:40px}.button--large{min-height:50px;padding:15px 26px;font-size:18px;font-weight:700;line-height:1.15;transition:background-color .3s cubic-bezier(.25,.46,.45,.94)}.button--line:hover{background-color:initial;border-color:#a33166;color:#a33166}.button--disabled{cursor:not-allowed}.button--disabled,.button--disabled:hover{background-color:#e5e6e9;color:#fff}.button--disabled-primary{opacity:.3;cursor:not-allowed}.button--line-white{border-color:#fff;color:#fff}.button--line-white:hover{background-color:#fff;border-color:#fff;color:#e20072}.input-text{border:1px solid #d9dde1;border-radius:3px;color:#424852;padding:10px;font-weight:500;box-sizing:border-box;background-color:#f4f8fd;font-size:14px;-webkit-appearance:none;appearance:none}.input-text--white{background-color:#fff}.input-text:hover{background-color:#eef4fb}.input-text--white:hover,.input-text:focus{background-color:#fff}.input-text:focus{border-color:#2196f3}.input-text--grey-border{border-color:#bbb}.input-text--black-border{border-color:#181818}.input-text--large{padding:13px 10px;font-size:16px;font-weight:700;border-color:#a6aeb9}.invalid-input{border-color:#eb5055}.w-checkbox-icon-filled,.w-radio-icon-filled{opacity:0;visibility:hidden}.w-checkbox-input:checked~.w-checkbox-icon-filled,.w-radio-input:checked~.w-radio-icon-filled{opacity:1;visibility:visible}.w-checkbox-input:checked~.w-checkbox-icon-default,.w-radio-input:checked~.w-radio-icon-default{opacity:0;visibility:hidden}.w-checkbox-input:focus~.w-checkbox-icon-default,.w-checkbox-input:focus~.w-checkbox-icon-filled{outline:none;border-radius:3px}.custom-checkbox+label{position:relative;border-radius:15px;width:60px;height:30px;margin:0 10px;background:#3290e6;cursor:pointer}.custom-checkbox+label .after{position:absolute;transform:translateY(-50%) translateX(4px);top:50%;display:block;border-radius:15px;height:24px;width:24px;background:#fff;transition:transform .2s ease-in-out}.custom-checkbox:checked+label .after{transform:translateY(-50%) translateX(32px)}.label--line{display:inline-flex;align-items:center;cursor:pointer;margin-right:6px;margin-bottom:7px;font-size:11px;box-sizing:border-box;padding:5px 8px 5px 5px;background-color:#fff;border-radius:5px;border:1px solid #d9dde1;-webkit-user-select:none;user-select:none;text-transform:capitalize}.label--line:hover{border-color:#4c89c5}.label--line-large{font-size:14px;font-weight:600;padding:8px 15px;margin-right:8px;margin-bottom:10px;text-transform:none;letter-spacing:0}.label--line-large:hover{color:#2f5cfc;border-color:#2f5cfc}.label--line-active{border:1px solid #4c89c5;background:#edf5ff}.label--line-large-active{background-color:#2f5cfc;border-color:#2f5cfc;color:#fff}.label--line-large-active:hover{color:#fff}.label__product-icon{display:flex;align-items:center;position:relative;gap:10px;cursor:pointer}.label__product-icon--active .active-icon{display:block}.label__product-icon--active .default-icon{display:none}.password-show-hide-button{position:absolute;top:38px;right:15px;line-height:1;color:#788290;cursor:pointer}.password-checklist-box{position:absolute;right:0;bottom:calc(100% - 21px);border:1px solid #d9dde1;border-radius:2px;background-color:#f5f7f8;font-size:.875rem;padding:15px;opacity:0;visibility:hidden;transition:opacity .25s ease .25s;color:#555}.password-checklist-box li.error{color:red}.password-checklist-box li:before{content:"";margin-right:8px;width:16px;height:16px;display:inline-block;vertical-align:middle;background-image:url(https://static.wingify.com/gcp/wp-content/plugins/vwo-common-templates/images/pwd-checklist-icon.svg);background-repeat:no-repeat;background-size:16px 16px}.password-checklist-box li.error:before{background-image:url(https://static.wingify.com/gcp/wp-content/plugins/vwo-common-templates/images/pwd-checklist-error-icon.svg)}.password-checklist-box li.checked:before{background-image:url(https://static.wingify.com/gcp/wp-content/plugins/vwo-common-templates/images/pwd-checklist-checked-icon.svg)}.password-checklist{padding-left:0;margin:0;list-style:none}input[name=password].invalid-input~.password-checklist-box,input[name=password]:focus~.password-checklist-box{opacity:1;visibility:visible;transition-delay:0s}.popup-consent{padding-top:10px;padding-bottom:10px;opacity:1;visibility:visible}.btn-modal-form-submit{order:1}.form-horizontal-overlay .popup-consent{position:static;opacity:1;visibility:visible;padding:10px 0;box-shadow:none;background-color:initial}.form-horizontal-overlay .dark-theme .form-description,.form-horizontal-overlay .dark-theme .form-link{color:#fff}.form-horizontal .inline-form-container,.form-horizontal-overlay .inline-form-container{flex-direction:column}.form-horizontal .input-text,.form-horizontal-overlay .input-text{margin-right:0}.dark-theme .form-description,.dark-theme .form-label,.dark-theme .form-link{color:#fff}.form-vertical .btn-modal-form-submit,.form-vertical-full-btn .btn-modal-form-submit{width:100%;margin-top:0}@media only screen and (min-width:768px){.popup-consent{box-sizing:border-box;letter-spacing:.2px;transition-duration:.3s;transition-property:opacity}.form-horizontal .form-link,.form-horizontal-overlay .dark-theme .form-link,.form-horizontal-overlay .form-link,.form-vertical .form-link,.form-vertical-full-btn .form-link{color:#0b76d8}.form-horizontal .dark-theme .form-link,.form-vertical .dark-theme .form-link,.form-vertical-full-btn .dark-theme .form-link{color:#fff}.form-horizontal-overlay .dark-theme .form-description{color:#000}.form-horizontal-overlay .popup-consent.active-overlay{opacity:1;visibility:visible}.form-horizontal .inline-form-container,.form-horizontal-overlay .inline-form-container{flex-direction:row}.form-horizontal-overlay .form-container{position:relative}.form-horizontal-overlay .popup-consent{opacity:0;visibility:hidden;padding:80px 0 10px 8px;left:-8px;right:-8px;border-radius:5px;z-index:1;top:-10px;position:absolute;box-shadow:0 4px 8px 0 #1f253238;background-color:#f5f5f7}.form-horizontal .input-text,.form-horizontal-overlay .input-text{margin-right:5px}.form-horizontal-overlay .inline-form-container:hover .popup-consent{opacity:1;visibility:visible}.btn-modal-form-submit{order:0}.form-vertical .inline-form-container,.form-vertical-full-btn .inline-form-container{flex-direction:column}.form-vertical .popup-consent,.form-vertical-full-btn .popup-consent{order:1}.form-vertical .btn-modal-form-submit{width:220px;margin-top:26px;order:2}.form-vertical-full-btn .btn-modal-form-submit{order:2;margin-top:26px}.form-vertical .inline-form-container label,.form-vertical-full-btn .inline-form-container label{display:block}}.form-transition{transform:translateX(-100%)}.active-transition+div .form-transition,.form-transition{opacity:0;visibility:hidden;transition:transform .4s ease,opacity .4s ease}.active-transition+div .form-transition{transform:translateX(100%)}.active-transition .form-transition{opacity:1;transform:translate(0);visibility:visible}.bg-request-demo-testimonial-1{background-image:linear-gradient(180deg,#0000,#000 84.06%),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/request-demo-extended/testimonial-01@2x.png)}.bg-request-demo-testimonial-2{background-image:linear-gradient(180deg,#0000,#000 84.06%),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/request-demo-extended/testimonial-02@2x.png)}.bg-request-demo-testimonial-3{background-image:linear-gradient(180deg,#0000,#000 84.06%),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/request-demo-extended/testimonial-03@2x.png)}.bg-request-demo-testimonial-4{background-image:linear-gradient(180deg,#0000,#000 84.06%),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/request-demo-extended/testimonial-04@2x.png)}.bg-request-demo-testimonial-mobile-insights{background-image:linear-gradient(180deg,#0000,#000 84.06%),url(https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/request-demo-extended/jenny.jpeg)}.iti{width:100%} </style> <script src="https://js.sentry-cdn.com/b36129c57ba949159a1025ee2321642f.min.js" crossorigin="anonymous"></script><script>Sentry.onLoad(function(){Sentry.init({environment: "production", allowUrls: ["vwo.com", "research.vwo.com"]});})</script> <link rel="icon" type="image/svg+xml" href="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/vwo-favicon.svg"/> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/apple-touch-icon-57x57.png" /> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/apple-touch-icon-114x114.png" /> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/apple-touch-icon-72x72.png" /> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/apple-touch-icon-144x144.png" /> <link rel="apple-touch-icon-precomposed" sizes="60x60" href="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/apple-touch-icon-60x60.png" /> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/apple-touch-icon-120x120.png" /> <link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/apple-touch-icon-76x76.png" /> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/apple-touch-icon-152x152.png" /> <link rel="icon" type="image/png" href="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/favicon-196x196.png" sizes="196x196" /> <link rel="icon" type="image/png" href="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/favicon-96x96.png" sizes="96x96" /> <link rel="icon" type="image/png" href="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/favicon-32x32.png" sizes="32x32" /> <link rel="icon" type="image/png" href="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/favicon-16x16.png" sizes="16x16" /> <link rel="icon" type="image/png" href="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/favicon-128.png" sizes="128x128" /> <meta name="application-name" content="VWO"/> <meta name="msapplication-TileColor" content="#FFFFFF" /> <meta name="msapplication-TileImage" content="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/mstile-144x144.png" /> <meta name="msapplication-square70x70logo" content="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/mstile-70x70.png" /> <meta name="msapplication-square150x150logo" content="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/mstile-150x150.png" /> <meta name="msapplication-wide310x150logo" content="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/mstile-310x150.png" /> <meta name="msapplication-square310x310logo" content="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/images/favicon/mstile-310x310.png" /> <meta name="msvalidate.01" content="4B8B65960016F76B8D9E823295C3C9EB" /> <meta name="google-site-verification" content="OLllBy9G3x-nl0K7BQYjptjY9U9jel-Pg_CtZTk0Vkg" /> <meta name="ahrefs-site-verification" content="96cef8e827b2f663d5fdfb3aedd8173dca228816a3d14625516492983d6514c1"> <style> img{max-width:100%}.comments-title{margin-bottom:20px;font-size:20px}.comment-body a,.comment-respond a{color:#3892e3;font-size:14px}.comment-body time{color:#737b85;font-size:12px}.comment-author img{width:50px;height:50px;border-radius:50%;float:left;margin-right:24px}.comments-list .comment-content p{margin-bottom:14px}.comments-list .comment-content p:first-of-type{margin-top:14px}.comments-list .comment-content p:last-of-type{margin-bottom:0}.comments-list .children{margin:0;padding-left:70px;list-style:none}.comment-reply-link{margin-left:74px}.children li.comment{border-top:1px solid #eee;margin-bottom:0}.comments-list .comment-body{margin-top:1.5625em;padding-bottom:1.5625em}.comments-list>.comment{border-bottom:1px solid #eee}.post-author-badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background-color:#3892e3;color:#fff;position:absolute;left:35px;top:0}.post-author-badge svg{fill:#fff;width:15px;height:15px}.comment-form{font-size:13px;margin:0}.comment-form p{margin-bottom:20px;margin-top:0}.comment-form label{font-size:13px;font-weight:600;text-transform:none}.comment-form input,.comment-form textarea{display:block;width:100%;border:1px solid #d9dde1;border-radius:2px;background-color:#f4f8fd;padding:16px;box-sizing:border-box;font-family:inherit}.comment-form input:hover,.comment-form textarea:hover{background-color:#eef4fb}.comment-form input:focus,.comment-form textarea:focus{background-color:#fff}.comment-form input.error,.comment-form textarea.error{border-color:red}.form-submit{margin-top:30px}.form-submit input{background-color:#bf3078;border-radius:3px;font-size:13px;font-weight:600;text-transform:uppercase;color:#fff;border:none;padding:15px 34px;width:auto;cursor:pointer}.form-submit input:hover{background-color:#a33166}.error{padding-top:6px;color:red;font-size:12px}.freeze-window{overflow:hidden;height:100vh}.editor-content{font-size:16px;line-height:1.7;color:#07003a}.editor-content p{margin-bottom:30px}.editor-content a{color:#2f5cfc;text-decoration:none}.editor-content a:hover{text-decoration:underline}.editor-content figure{margin:10px auto;text-align:center}.editor-content figcaption{font-size:14px;margin-top:10px}.editor-content h2,.editor-content h3{font-size:28px;margin-bottom:20px;font-weight:600}.editor-content h3{font-size:20px}.editor-content h2 strong,.editor-content h3 strong{font-weight:600}.editor-content blockquote{margin:50px 0;text-align:left;padding:30px 30px 30px 70px;border-radius:5px;border-left:10px solid #bf3078;background:url(/wp-content/themes/vwo_glossary/images/blockquote.svg) no-repeat 30px 30px #fff6fa}.editor-content blockquote cite{font-size:14px;margin-top:10px;display:block;font-style:normal}.editor-content blockquote img{flex-shrink:0;margin-right:30px}.editor-content blockquote p{margin:0;font-style:italic}.editor-content iframe{max-width:100%}.editor-content ol,.editor-content ul{padding-left:40px}.editor-content ul{list-style:disc}.editor-content li{margin-bottom:10px}.editor-content img{height:auto}.editor-content pre{white-space:pre-wrap;word-break:break-all;word-wrap:break-word;padding:10px;display:block;background:#000;color:#f8f8f8}.responsive-table-wrap{max-width:100%;width:100%;overflow-y:hidden;border:1px solid #dbe1e9;overflow-x:auto}.editor-content table,.responsive-table-wrap table{border-collapse:collapse;border-spacing:0;width:100%;border:1px solid #dbe1e9}.editor-content td,.editor-content th,.responsive-table-wrap td,.responsive-table-wrap th{border:1px solid #dbe1e9;padding:10px;vertical-align:top}.editor-content th,.responsive-table-wrap th{background-color:#f8f8f8}.aligncenter{display:block;margin:0 auto}.alignleft{float:left}.alignright{float:right}.wp-caption{max-width:100%;margin-bottom:.9375rem}.wp-video{width:100%!important;height:auto;margin-bottom:1.25rem}.wp-video .mejs-container{width:100%!important;height:auto;padding-top:57%}.custom_blockquote img{float:left;width:5.75rem;height:5.75rem;margin:0 1.25em 0 0;border-radius:50%}.post-content blockquote p:last-child{margin-bottom:0}.vwo-custom-blockquote__image{display:flex;align-items:center;margin:1.25em 0 0}.vwo-custom-blockquote__image img{border-radius:50%;width:4rem;height:4rem;margin:0 1em 0 0}.vwo-custom-blockquote__image p{margin:0;font-size:.875rem;font-style:normal}.vwo-tweetblock a{width:4.5rem;display:block;margin:.75em 0 0;background:#0000;border:1px solid #3892e3;color:#3892e3;font-style:normal;font-weight:600;border-radius:4px;font-size:.75rem;text-align:center;padding:.125em}.vwo-tweetblock a:hover{border-color:#2c74b5}.vwo-tweetblock a img{width:.9325rem;margin:0 .375em 0 0}.circle-loader{width:10px;height:10px;border:2px solid #fff;border-top-color:#0000;border-radius:50%;margin-left:10px;position:relative;display:block;animation:anim-spin 1s linear infinite}.circle-loader--purple{border-color:#e20072}@keyframes anim-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.editor-content .expand_me~*{display:none}.editor-content .expand_me.active~*{display:block}@media only screen and (min-width:576px){.editor-content figure{margin:50px auto}}.button--tag{cursor:pointer;background-color:initial;margin-bottom:5px;padding:4px 10px;border:1px solid #d9dde1;font-size:12px;border-radius:20px}.button--tag_count{color:#8a8a98}.button--tag-active,.button--tag:hover{background:#fff;border-color:#2f5cfc;color:#2f5cfc}.button--tag-active .button--tag_count,.button--tag:hover .button--tag_count{color:#2f5cfc}.inline-description p{display:inline}.js-fixed-top{position:fixed;top:76px;left:0;width:100%;background:#fff;z-index:4;padding:10px 20px;box-shadow:0 15px 24px 1px #c3d4e5;border-top:1px solid #0000001a} .Ai\(b\){align-items:baseline}.Ai\(c\){align-items:center}.Ai\(fs\){align-items:flex-start}.As\(fe\){align-self:flex-end}.As\(fs\){align-self:flex-start}.Bd,.Bd\:f:focus,.Bdw\(1px\){border-width:1px}.Bd,.BdB,.BdStart,.BdT,.Bd\:f:focus,.Bds\(s\),.Bds\(s\)\:\:a:after,.Bds\(s\)\:\:b:before{border-style:solid}.Bd\(0\){border:0}.Bd\(n\){border:none}.atomic-dark-input .atomic-dark-input_Bdc\(\#666\){border-color:#666}.Bdc\(\#c2c2c2\){border-color:#c2c2c2}.Bdc\(\$color-blue-dark-1\){border-color:#1c304b}.Bdc\(\$color-green-new-1\){border-color:#089d52}.Bdc\(\$color-grey-1\),.Bdc\(\$color-grey\){border-color:#d9dde1}.Bdc\(\$color-grey-light-4\){border-color:#e1e1e1}.Bdc\(\$color-red\){border-color:#e02020}.Bdc\(t\)\:\:a:after,.Bdc\(t\)\:\:b:before{border-color:#0000}.Bdc\(\#4c89c5\)\:h:hover{border-color:#4c89c5}.Bdc\(\$color-blue-dark-2\)\:h:hover{border-color:#2f5cfc}.Bdc\(\$color-purple\)\:h:hover{border-color:#e20072}.header-top-theme-dark .header-top-theme-dark_Bdc\(\$color-white\){border-color:#fff}.wsp-page-enterprise .wsp-page-enterprise_Bdc\(\$color-yellow\){border-color:#df8800}.Bdtc\(\$color-grey\){border-top-color:#d9dde1}.Bdtc\(\$color-grey-light-4\){border-top-color:#e1e1e1}.Bdtc\(\$color-grey-border-2\)\:\:a:after{border-top-color:#c2c2c2}.Bdendc\(\$color-grey\){border-right-color:#d9dde1}.Bdendc\(\$color-grey-light-4\){border-right-color:#e1e1e1}.Bdbc\(\#d8d8d8\){border-bottom-color:#d8d8d8}.Bdbc\(\#d9dde1\),.Bdbc\(\$color-grey-border\),.Bdbc\(\$color-grey\){border-bottom-color:#d9dde1}.Bdbc\(\#eee\){border-bottom-color:#eee}.Bdbc\(\#fff\)\:\:b:before{border-bottom-color:#fff}.Bdbc\(\#000\)\:\:a:after{border-bottom-color:#000}.Bdstartc\(\$color-dark-grey\){border-left-color:#788290}.Bds\(da\){border-style:dashed}.Bdts\(s\){border-top-style:solid}.Bdts\(da\)\:\:a:after{border-top-style:dashed}.Bdends\(s\){border-right-style:solid}.Bdbs\(da\){border-bottom-style:dashed}.Bdbs\(s\){border-bottom-style:solid}.Bdw\(10px\)\:\:b:before{border-width:10px}.Bdw\(12px\)\:\:a:after{border-width:12px}.BdT,.Bdtw\(1px\),.Bdtw\(1px\)\:\:a:after{border-top-width:1px}.Bdendw\(1px\){border-right-width:1px}.Bdbw\(0\){border-bottom-width:0}.BdB,.Bdbw\(1px\){border-bottom-width:1px}.Bdrs\(0\){border-radius:0}.Bdrs\(10px\){border-radius:10px}.Bdrs\(14px\){border-radius:14px}.Bdrs\(2px\){border-radius:2px}.Bdrs\(3px\){border-radius:3px}.Bdrs\(4px\){border-radius:4px}.Bdrs\(50\%\){border-radius:50%}.Bdrs\(50px\){border-radius:50px}.Bdrs\(5px\){border-radius:5px}.Bdrs\(6px\){border-radius:6px}.Bdrstend\(3px\){border-top-right-radius:3px}.Bdrstend\(4px\){border-top-right-radius:4px}.Bdrsbend\(4px\){border-bottom-right-radius:4px}.Bdrsbstart\(4px\){border-bottom-left-radius:4px}.Bdrsbstart\(5px\){border-bottom-left-radius:5px}.Bdrststart\(3px\){border-top-left-radius:3px}.Bdrststart\(4px\){border-top-left-radius:4px}.Bdrststart\(5px\){border-top-left-radius:5px}.Bg\(\$gradient-mega-menu\){background:linear-gradient(0deg,#f8f8f8,#f8f8f8),#fff}.Bg\(\$linear-gradient-transparent\){background:linear-gradient(180deg,#ffffff4d,#fff,#fff)}.Bg\(n\){background:none}.Bgc\(\$color-light-grey-1\)\:h:hover,.active .active_Bgc\(\$color-light-grey-1\){background-color:#f4f7f8}.Bgc\(\#13172a\),.modal-as-page .modal-as-page_Bgc\(\#13172a\){background-color:#13172a}.Bgc\(\#f8f8f8\),.Bgc\(\$color-grey-light\),.Bgc\(\$color-grey-light\)\:\:a:after{background-color:#f8f8f8}.Bgc\(\#f8f9fd\),.Bgc\(\$color-light-grey-2\){background-color:#f8f9fd}.Bgc\(\#ffba00\){background-color:#ffba00}.Bgc\(\#ffeded\){background-color:#ffeded}.Bgc\(\#fff\.1\){background-color:#ffffff1a}.Bgc\(\$color-black\),.Bgc\(\$color-black\)\:h:hover{background-color:#000}.Bgc\(\$color-blue\),.Bgc\(\$color-blue\)\:h:hover{background-color:#0b76d8}.Bgc\(\$color-blue-dark-1\){background-color:#1c304b}.Bgc\(\$color-blue-dark-2\),.Bgc\(\$color-blue-dark-2\)\:h:hover,.Bgc\(\$color-v2-blue-1\){background-color:#2f5cfc}.Bgc\(\$color-blue-light-1\){background-color:#f4f8fd}.Bgc\(\$color-blue-light-2\){background-color:#eff2ff}.Bgc\(\$color-dark-blue-2\){background-color:#110d25}.Bgc\(\$color-green-light-1\){background-color:#eef8f3}.Bgc\(\$color-green-new-1\){background-color:#089d52}.Bgc\(\$color-grey-light-1\){background-color:#6d6d6d}.Bgc\(\$color-grey-light-6\){background-color:#b9b1cd}.Bgc\(\$color-light-grey-1\)\!{background-color:#f4f7f8!important}.Bgc\(\$color-light-pink\),.modal-as-page .modal-as-page_Bgc\(\$color-light-pink\){background-color:#f6f0ff}.Bgc\(\$color-purple\){background-color:#e20072}.Bgc\(\$color-purple-dark\){background-color:#802050}.Bgc\(\$color-purple-light-7\){background-color:#f3ecff}.Bgc\(\$color-white\),.Bgc\(\$color-white\)\:\:a:after,.Bgc\(\$color-white\)\:h:hover,.modal_as_page .modal_as_page_Bgc\(\$color-white\),.open .open_Bgc\(\$color-white\){background-color:#fff}.Bgc\(\$color-yellow\),.wsp-page-enterprise .wsp-page-enterprise_Bgc\(\$color-yellow\){background-color:#df8800}.Bgc\(t\){background-color:initial}.Bgc\(\#eeeeee\)\:h:hover{background-color:#eee}.Bgc\(\#fef2f8\)\:h:hover{background-color:#fef2f8}.Bgc\(\$color-blue-new\)\:h:hover{background-color:#3b4cbf}.Bgc\(\$color-yellow-hover\)\:h:hover{background-color:#be7426}.Bgc\(\#5d616a\)\:\:a:after{background-color:#5d616a}.Bgz\(130\%\){background-size:130%}.Bgz\(ct\){background-size:contain}.Bgz\(cv\){background-size:cover}.Bgp\(c\){background-position:50%}.Bgp\(c_t\){background-position:center 0}.Bgpx\(-20px\){background-position-x:-20px}.Bgr\(nr\){background-repeat:no-repeat}.Bxz\(bb\),.Row{box-sizing:border-box}.Bxz\(cb\){box-sizing:initial}.Bxsh\(\$box-shadow-black\){box-shadow:0 4px 8px 0 #1f253238}.Bxsh\(\$box-shadow-blue-light\){box-shadow:0 2px 5px 0 #d4e0ec}.Bxsh\(\$box-shadow-light\){box-shadow:0 0 15px #00000014}.Bxsh\(\$box-shadow-navigation-bottom\),.Bxsh\(\$box-shadow-navigation-bottom\)\:\:a:after{box-shadow:0 3px 5px 0 #0000001a}.Bxsh\(\$box-shadow-navigation-top\){box-shadow:0 -3px 5px 0 #0000001a}.Bxsh\(n\){box-shadow:none}.Bxsh\(\$box-shadow-white-tile\)\:h:hover{box-shadow:0 12px 24px 1px #d4e0ec}.Bxsh\(\$box-shadow-white-tile-hover\)\:h:hover{box-shadow:0 15px 24px 1px #c3d4e5}.C\(\$color-purple\),.C\(\$color-purple\)\:h:hover,.active .active_C\(\$color-purple\),.blog-read-hover:hover .blog-read-hover\:h_C\(\$color-purple\),.header-top-theme-dark .header-top-theme-dark_C\(\$color-purple\)\:h:hover,.item:hover .item\:h_C\(\$color-purple\),.open .open_C\(\$color-purple\),.open:hover .open\:h_C\(\$color-purple\),.pushcrew-login:hover .pushcrew-login\:h_C\(\$color-purple\),.tab-capabilities-item--active .tab-capabilities-item--active_C\(\$color-purple\){color:#e20072}.C\(\#181818\){color:#181818}.C\(\#333333\){color:#333}.C\(\#4185f4\){color:#4185f4}.C\(\#4e5963\){color:#4e5963}.C\(\#54545f\){color:#54545f}.C\(\#5d616a\){color:#5d616a}.C\(\#666666\){color:#666}.C\(\#adadad\){color:#adadad}.C\(\#b4b2c5\){color:#b4b2c5}.C\(\#b5b5b5\){color:#b5b5b5}.C\(\#c2c2c2\){color:#c2c2c2}.C\(\$color-black-light-3\),.feature-item:hover .feature-item\:h_C\(\$color-black-light-3\){color:#07003a}.C\(\$color-blue\),.hide-purchase-btn .hide-purchase-btn_C\(\$color-blue\),.pricing-page .pricing-page_C\(\$color-blue\){color:#0b76d8}.C\(\$color-blue-dark\){color:#021647}.C\(\$color-blue-dark-1\){color:#1c304b}.C\(\$color-blue-dark-2\),.C\(\$color-blue-dark-2\)\:h:hover{color:#2f5cfc}.C\(\$color-dark-grey\){color:#788290}.C\(\$color-green-new-1\){color:#089d52}.C\(\$color-grey\){color:#d9dde1}.C\(\$color-grey-dark\){color:#727373}.C\(\$color-grey-light-1\){color:#6d6d6d}.C\(\$color-grey-light-3\){color:#5f5d6e}.C\(\$color-new-font-dark\){color:#1f2532}.C\(\$color-purple\)\!{color:#e20072!important}.C\(\$color-purple-dark\){color:#802050}.C\(\$color-red\){color:#e02020}.C\(\$color-white\),.C\(\$color-white\)\:h:hover,.header-top-theme-dark .header-top-theme-dark_C\(\$color-white\),.white .white_C\(\$color-white\){color:#fff}.C\(inh\){color:inherit}.C\(\$color-black\)\:h:hover{color:#000}.error>.error\>C\(red\){color:red}.checked>.checked\>Cnt\(\$bg-check-checked-icon\)\:\:b:before{content:url(/wp-content/plugins/vwo-common-templates/images/pwd-checklist-checked-icon.svg)}.Cnt\(\$bg-check-icon\)\:\:b:before{content:url(/wp-content/plugins/vwo-common-templates/images/pwd-checklist-icon.svg)}.Cnt\(noq\)\:\:a:after,.Cnt\(noq\)\:\:b:before{content:no-open-quote}.error>.error\>Cnt\(\$bg-check-error-icon\)\:\:b:before{content:url(/wp-content/plugins/vwo-common-templates/images/pwd-checklist-error-icon.svg)}.Cur\(p\){cursor:pointer}.D\(b\),.D\(b\)\:\:a:after,.js-open-accordion+.js-open-accordion\+D\(b\),.modal-as-page .modal-as-page_D\(b\),.open .open_D\(b\),.submission-success .submission-success_D\(b\),.vwo_logged_in .vwo_logged_in_D\(b\){display:block}.D\(f\),.js-engage-exist .js-engage-exist_D\(f\),.submission-success .submission-success_D\(f\){display:flex}.D\(i\){display:inline}.D\(ib\),.D\(ib\)\:\:a:after,.D\(ib\)\:\:b:before,.Row,.header-top-theme-dark .header-top-theme-dark_D\(ib\),.open .open_D\(ib\),.vwo_logged_in .vwo_logged_in_D\(ib\){display:inline-block}.D\(if\),.D\(if\)\:\:a:after{display:inline-flex}.D\(n\),.D\(n\)\:lc\:\:a:last-child:after,.header-top-theme-dark .header-top-theme-dark_D\(n\),.js-engage-exist .js-engage-exist_D\(n\),.js-engage-exist>.js-engage-exist\>D\(n\),.modal-as-page .modal-as-page_D\(n\),.open .open_D\(n\),.submission-success .submission-success_D\(n\),.vwo_logged_in .vwo_logged_in_D\(n\){display:none}.Flxg\(1\),.Fxg\(1\){flex-grow:1}.Flxs\(0\),.Fxs\(0\){flex-shrink:0}.Fld\(c\),.Fxd\(c\){flex-direction:column}.Fld\(r\){flex-direction:row}.Fxd\(cr\){flex-direction:column-reverse}.Fxf\(w\){flex-flow:wrap}.Or\(0\){order:0}.Or\(1\){order:1}.Jc\(c\){justify-content:center}.Jc\(fe\){justify-content:flex-end}.Jc\(fs\){justify-content:flex-start}.Jc\(sa\){justify-content:space-around}.Jc\(sb\){justify-content:space-between}.Flw\(w\),.Fxw\(w\){flex-wrap:wrap}.Ff\(\$new-font-family\){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.Fw\(400\),.pricing-page .pricing-page_Fw\(400\){font-weight:400}.Fw\(500\){font-weight:500}.Fw\(600\){font-weight:600}.Fw\(700\){font-weight:700}.Fz\(14px\),.Fz\(\$base-font-size\),.Fz\(\$font-size-14\){font-size:14px}.Fz\(11px\),.Fz\(\$font-size-11\){font-size:11px}.Fz\(12px\),.Fz\(\$font-size-12\){font-size:12px}.Fz\(13px\),.Fz\(\$font-size-13\){font-size:13px}.Fz\(\$font-size-15\){font-size:15px}.Fz\(16px\),.Fz\(\$font-size-16\){font-size:16px}.Fz\(18px\),.Fz\(\$font-size-18\),.pricing-page .pricing-page_Fz\(\$font-size-18\){font-size:18px}.Fz\(20px\),.Fz\(\$font-size-20\){font-size:20px}.Fz\(\$font-size-22\),.hide-purchase-btn .hide-purchase-btn_Fz\(\$font-size-22\){font-size:22px}.Fz\(\$font-size-24\){font-size:24px}.Fz\(\$font-size-30\){font-size:30px}.Fz\(32px\),.Fz\(\$font-size-32\){font-size:32px}.Fz\(\$font-size-34\){font-size:34px}.Fz\(36px\){font-size:36px}.Fz\(80px\){font-size:80px}.Fs\(n\){font-style:normal}.Gp\(10px\){gap:10px}.H\(\$extendedFormHeight\){height:calc(100% - 90px)}.H\(0\){height:0}.H\(100\%\),.H\(100\%\)\:\:a:after{height:100%}.H\(16px\)\:\:b:before{height:16px}.H\(1px\){height:1px}.H\(20px\){height:20px}.H\(26px\){height:26px}.H\(30px\){height:30px}.H\(34px\){height:34px}.H\(355px\){height:355px}.H\(40px\){height:40px}.H\(50px\){height:50px}.H\(55px\){height:55px}.H\(60px\){height:60px}.H\(a\),.H\(a\)\:f:focus{height:auto}.H\(12px\)\:\:a:after{height:12px}.Lts\(0\){letter-spacing:0}.Lts\(0\.2px\){letter-spacing:.2px}.Lts\(0\.6px\){letter-spacing:.6px}.Lts\(n\){letter-spacing:normal}.List\(n\){list-style-type:none}.Lh\(\$line-height-big-headings\){line-height:1.15}.Lh\(1\.5\),.Lh\(\$line-height-default\){line-height:1.5}.Lh\(\$line-height-headings\){line-height:1.25}.Lh\(0\){line-height:0}.Lh\(1\){line-height:1}.Lh\(inh\){line-height:inherit}.Lh\(n\){line-height:normal}.M\(0\){margin:0}.M\(5px\){margin:5px}.M\(a\){margin:auto}.Mstart\(0\),.Mx\(0\){margin-left:0}.Mend\(0\),.Mend\(0\)\:lc:last-child,.Mx\(0\){margin-right:0}.Mstart\(10px\),.Mstart\(10px\)\:\:a:after,.Mx\(10px\),.Mx\(10px\)\:\:a:after{margin-left:10px}.Mend\(10px\),.Mx\(10px\),.Mx\(10px\)\:\:a:after{margin-right:10px}.Mstart\(20px\),.Mx\(20px\){margin-left:20px}.Mend\(20px\),.Mx\(20px\){margin-right:20px}.Mx\(40px\){margin-left:40px}.Mend\(40px\),.Mx\(40px\){margin-right:40px}.Mstart\(5px\),.Mx\(5px\){margin-left:5px}.Mend\(5px\),.Mx\(5px\){margin-right:5px}.Mx\(a\){margin-left:auto;margin-right:auto}.Mt\(0\),.My\(0\),.modal-as-page .modal-as-page_My\(0\){margin-top:0}.Mb\(0\),.Mb\(0\)\:lc:last-child,.My\(0\),.modal-as-page .modal-as-page_My\(0\){margin-bottom:0}.Mt\(10px\),.My\(10px\){margin-top:10px}.Mb\(10px\),.My\(10px\){margin-bottom:10px}.Mt\(20px\),.My\(20px\){margin-top:20px}.Mb\(20px\),.My\(20px\){margin-bottom:20px}.Mt\(30px\),.My\(30px\){margin-top:30px}.Mb\(30px\),.My\(30px\){margin-bottom:30px}.Mt\(40px\),.My\(40px\){margin-top:40px}.Mb\(40px\),.My\(40px\){margin-bottom:40px}.Mt\(50px\),.My\(50px\){margin-top:50px}.Mb\(50px\),.My\(50px\){margin-bottom:50px}.Mt\(6px\),.My\(6px\){margin-top:6px}.Mb\(6px\),.My\(6px\){margin-bottom:6px}.Mt\(70px\),.modal-as-page .modal-as-page_Mt\(70px\){margin-top:70px}.Mt\(12px\){margin-top:12px}.Mt\(14px\){margin-top:14px}.Mt\(24px\){margin-top:24px}.Mt\(2px\){margin-top:2px}.Mt\(3px\){margin-top:3px}.Mt\(4px\){margin-top:4px}.Mt\(5px\){margin-top:5px}.Mend\(15px\){margin-right:15px}.Mend\(16px\){margin-right:16px}.Mend\(18px\){margin-right:18px}.Mend\(30px\){margin-right:30px}.Mend\(4px\){margin-right:4px}.Mend\(50px\){margin-right:50px}.Mend\(7px\){margin-right:7px}.Mend\(8px\),.Mend\(8px\)\:\:b:before{margin-right:8px}.Mb\(-14px\){margin-bottom:-14px}.Mb\(15px\){margin-bottom:15px}.Mb\(18px\){margin-bottom:18px}.Mb\(24px\){margin-bottom:24px}.Mb\(25px\){margin-bottom:25px}.Mb\(2px\){margin-bottom:2px}.Mb\(3px\){margin-bottom:3px}.Mb\(5px\){margin-bottom:5px}.Mb\(60px\){margin-bottom:60px}.Mb\(70px\){margin-bottom:70px}.Mb\(7px\){margin-bottom:7px}.Mb\(80px\){margin-bottom:80px}.Mb\(8px\){margin-bottom:8px}.Mstart\(-10px\){margin-left:-10px}.Mstart\(-95px\){margin-left:-95px}.Mstart\(35px\){margin-left:35px}.js-step2-show .js-step2-show_Mah\(1000px\){max-height:1000px}.Mah\(0\){max-height:0}.Mah\(100\%\){max-height:100%}.Mah\(100vh\){max-height:100vh}.Mah\(380px\){max-height:380px}.Mah\(500px\){max-height:500px}.Maw\(100\%\){max-width:100%}.Maw\(1000px\){max-width:1000px}.Maw\(1200px\){max-width:1200px}.Maw\(160px\){max-width:160px}.Maw\(165px\){max-width:165px}.Maw\(1920px\){max-width:1920px}.Maw\(430px\){max-width:430px}.Maw\(500px\){max-width:500px}.Maw\(560px\){max-width:560px}.Maw\(575px\){max-width:575px}.Maw\(580px\){max-width:580px}.Maw\(620px\){max-width:620px}.Maw\(95\%\){max-width:95%}.vwo-lang-de .vwo-lang-de_Maw\(700px\){max-width:700px}.Mih\(\$footer-position-product-blog\){min-height:calc(100vh - 70px)}.Mih\(100\%\){min-height:100%}.Mih\(100vh\),.open .open_Mih\(100vh\){min-height:100vh}.Mih\(160px\){min-height:160px}.Mih\(1px\){min-height:1px}.Mih\(380px\){min-height:380px}.Mih\(435px\){min-height:435px}.Mih\(450px\){min-height:450px}.Mih\(50px\){min-height:50px}.Mih\(700px\){min-height:700px}.Mih\(70px\){min-height:70px}.Mih\(a\){min-height:auto}.Miw\(100\%\){min-width:100%}.Miw\(100px\){min-width:100px}.Miw\(170px\){min-width:170px}.Miw\(320px\){min-width:320px}.Miw\(330px\){min-width:330px}.Miw\(70px\){min-width:70px}.O\(n\)\:f:focus{outline:none}.T\(-10px\)\:\:b:before{top:-10px}.T\(-60px\){top:-60px}.T\(0\),.T\(0\)\:\:a:after{top:0}.T\(100\%\){top:100%}.T\(10px\){top:10px}.T\(140px\){top:140px}.T\(200px\){top:200px}.T\(20px\){top:20px}.T\(2px\){top:2px}.T\(35px\){top:35px}.T\(50\%\),.T\(50\%\)\:\:a:after{top:50%}.T\(65px\){top:65px}.T\(73px\){top:73px}.T\(-14px\)\:\:a:after{top:-14px}.End\(-5px\){right:-5px}.End\(-67px\){right:-67px}.End\(0\),.End\(0\)\:\:a:after{right:0}.End\(10px\){right:10px}.End\(15px\){right:15px}.End\(20px\),.End\(20px\)\:\:b:before{right:20px}.End\(5px\){right:5px}.End\(-78\%\)\:\:a:after{right:-78%}.End\(18px\)\:\:a:after{right:18px}.B\(\$bottom-position-password-hint\){bottom:calc(100% - 21px)}.B\(0\),.B\(0\)\:\:a:after{bottom:0}.B\(10px\){bottom:10px}.Start\(-15px\){left:-15px}.Start\(0\),.Start\(0\)\:\:a:after{left:0}.Start\(20px\){left:20px}.Start\(50\%\){left:50%}.Op\(1\)\:h:hover,.atomic-password:focus~.atomic-password\:f\~Op\(1\),.invalid-input+.invalid-input\+Op\(1\),.invalid-input-group .invalid-input-group_Op\(1\),.invalid-input~.invalid-input\~Op\(1\){opacity:1}.Op\(0\),.Op\(0\)\:\:a:after{opacity:0}.Op\(0\.4\){opacity:.4}.Op\(0\.5\){opacity:.5}.Op\(0\.7\){opacity:.7}.Op\(0\.03\)\:\:a:after{opacity:.03}.Ov\(a\){overflow:auto}.Hidden,.Ov\(h\),.hide-contact-select-field .hide-contact-select-field_Hidden{overflow:hidden}.Ov\(v\),.Ov\(v\)\:f:focus{overflow:visible}.Ovx\(h\){overflow-x:hidden}.Ovy\(a\){overflow-y:auto}.P\(0\){padding:0}.P\(10px\){padding:10px}.P\(15px\){padding:15px}.P\(16px\){padding:16px}.P\(18px\){padding:18px}.P\(20px\),.P\(20px\)\:f:focus{padding:20px}.P\(30px\){padding:30px}.P\(40px\){padding:40px}.P\(5px\){padding:5px}.Pstart\(0\),.Px\(0\){padding-left:0}.Px\(0\){padding-right:0}.Pstart\(10px\),.Px\(10px\){padding-left:10px}.Pend\(10px\),.Px\(10px\){padding-right:10px}.Px\(13px\){padding-left:13px;padding-right:13px}.Px\(14px\){padding-left:14px;padding-right:14px}.Px\(15px\){padding-left:15px;padding-right:15px}.Px\(16px\){padding-left:16px;padding-right:16px}.Px\(20px\){padding-left:20px}.Pend\(20px\),.Px\(20px\){padding-right:20px}.Px\(24px\){padding-left:24px;padding-right:24px}.Px\(30px\){padding-left:30px;padding-right:30px}.Pstart\(40px\),.Px\(40px\){padding-left:40px}.Px\(40px\){padding-right:40px}.Px\(4px\){padding-left:4px;padding-right:4px}.Pstart\(5px\),.Px\(5px\),.blog-read-hover:hover .blog-read-hover\:h_Pstart\(5px\){padding-left:5px}.Px\(5px\){padding-right:5px}.Pt\(10px\),.Py\(10px\){padding-top:10px}.Pb\(10px\),.Py\(10px\){padding-bottom:10px}.Py\(11px\){padding-top:11px;padding-bottom:11px}.Py\(12px\){padding-top:12px;padding-bottom:12px}.Py\(13px\){padding-top:13px;padding-bottom:13px}.Py\(14px\){padding-top:14px;padding-bottom:14px}.Py\(15px\){padding-top:15px;padding-bottom:15px}.Pt\(16px\),.Py\(16px\){padding-top:16px}.Py\(16px\){padding-bottom:16px}.Py\(17px\){padding-top:17px;padding-bottom:17px}.Pt\(20px\),.Py\(20px\){padding-top:20px}.Pb\(20px\),.Py\(20px\){padding-bottom:20px}.Py\(30px\){padding-top:30px}.Pb\(30px\),.Py\(30px\){padding-bottom:30px}.Py\(3px\){padding-top:3px;padding-bottom:3px}.Py\(40px\){padding-top:40px}.Pb\(40px\),.Py\(40px\){padding-bottom:40px}.Py\(4px\){padding-top:4px;padding-bottom:4px}.Py\(50px\){padding-top:50px}.Pb\(50px\),.Py\(50px\){padding-bottom:50px}.Py\(5px\){padding-top:5px;padding-bottom:5px}.Pt\(60px\),.Py\(60px\){padding-top:60px}.Py\(60px\){padding-bottom:60px}.Py\(6px\){padding-top:6px;padding-bottom:6px}.Pt\(70px\),.Py\(70px\),.modal-as-page .modal-as-page_Pt\(70px\){padding-top:70px}.Py\(70px\){padding-bottom:70px}.Py\(8px\){padding-top:8px;padding-bottom:8px}.Pt\(0\){padding-top:0}.Pt\(100px\){padding-top:100px}.Pt\(140px\){padding-top:140px}.Pt\(90px\){padding-top:90px}.Pb\(25px\){padding-bottom:25px}.Pb\(35px\){padding-bottom:35px}.Pstart\(50px\){padding-left:50px}.Pe\(n\){pointer-events:none}.Pos\(s\),.modal-as-page .modal-as-page_Pos\(s\){position:static}.Pos\(a\),.Pos\(a\)\:\:a:after,.Pos\(a\)\:\:b:before{position:absolute}.Pos\(f\){position:fixed}.Pos\(r\){position:relative}.Pos\(st\){position:-webkit-sticky;position:sticky}.Ta\(c\){text-align:center}.Ta\(end\){text-align:right}.Ta\(start\){text-align:left}.Td\(lt\){text-decoration:line-through}.Td\(n\){text-decoration:none}.Td\(u\),.Td\(u\)\:h:hover{text-decoration:underline}.Tov\(e\){text-overflow:ellipsis}.Tt\(c\){text-transform:capitalize}.Tt\(n\){text-transform:none}.Tt\(u\){text-transform:uppercase}.Rotate\(-90deg\){transform:rotate(-90deg)}.Rotate\(180deg\){transform:rotate(180deg)}.Rotate\(270deg\){transform:rotate(270deg)}.Rotate\(90deg\){transform:rotate(90deg)}.Translate\(0\,3px\){transform:translateY(3px)}.item:hover .item\:h_TranslateX\(5px\),.org-banner-bg:hover .org-banner-bg\:h_TranslateX\(5px\),.product-item-hover:hover .product-item-hover\:h_TranslateX\(5px\){transform:translateX(5px)}.open .open_TranslateX\(0\){transform:translateX(0)}.TranslateX\(-50\%\){transform:translateX(-50%)}.TranslateX\(100\%\){transform:translateX(100%)}.TranslateY\(-50\%\){transform:translateY(-50%)}.TranslateY\(20px\){transform:translateY(20px)}.Trs\(\$easeTransition\),.Trs\(\$easeTransition\)\:\:a:after,.item:hover .item\:h_Trs\(\$easeTransition\){transition:transform .3s ease}.Trs\(\$btnTransition\){transition:background-color .3s cubic-bezier(.25,.46,.45,.94)}.Trs\(\$free-trial-max-height-transition\){transition:max-height 2s ease}.Trs\(\$opacityTransformTransition\){transition:opacity .3s,transform .3s}.Trsdu\(0\.15s\){transition-duration:.15s}.Trsdu\(0\.1s\){transition-duration:.1s}.Trsdu\(0\.25s\){transition-duration:.25s}.Trsdu\(0\.2s\){transition-duration:.2s}.Trsdu\(0\.3s\),.Trsdu\(0\.3s\)\:\:a:after{transition-duration:.3s}.Trsp\(\$Op\){transition-property:opacity}.Trsp\(\$transform\){transition-property:transform}.Trsp\(a\),.Trsp\(a\)\:\:a:after{transition-property:all}.Trstf\(e\){transition-timing-function:ease}.Trstf\(l\){transition-timing-function:linear}.Us\(n\){-webkit-user-select:none;user-select:none}.Va\(m\),.Va\(m\)\:\:b:before{vertical-align:middle}.atomic-password:focus~.atomic-password\:f\~V\(v\),.invalid-input~.invalid-input\~V\(v\){visibility:visible}.V\(h\){visibility:hidden}.Whs\(nw\){white-space:nowrap}.Row,.W\(100\%\),.W\(100\%\)\:\:a:after,.W\(12\/12\){width:100%}.W\(150px\){width:150px}.W\(16px\)\:\:b:before{width:16px}.W\(200px\){width:200px}.W\(21px\){width:21px}.W\(3\/12\){width:25%}.W\(300px\){width:300px}.W\(4\/12\){width:33.3333%}.W\(40\%\){width:40%}.W\(40px\){width:40px}.W\(6\/12\){width:50%}.W\(60px\){width:60px}.W\(80\%\){width:80%}.W\(90\%\){width:90%}.W\(95\%\){width:95%}.W\(a\){width:auto}.W\(1px\)\:\:a:after{width:1px}.Wow\(bw\){word-wrap:break-word}.Z\(1\),.Z\(1\)\:\:a:after,.Z\(\$mobile-nav-zindex\){z-index:1}.Z\(10\){z-index:10}.Z\(100\){z-index:100}.Z\(1000\){z-index:1000}.Z\(2\),.Z\(2\)\:\:b:before{z-index:2}.Z\(5\){z-index:5}.Z\(8\){z-index:8}.Z\(9\){z-index:9}.Z\(-1\)\:\:a:after{z-index:-1}.BdB,.BdT{border-right-width:0;border-left-width:0}.BdStart,.BdT{border-bottom-width:0}.BdB,.BdStart{border-top-width:0}.BdStart{border-right-width:0;border-left-width:1px}.Hidden,.hide-contact-select-field .hide-contact-select-field_Hidden{position:absolute!important;clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important}.Row{clear:both;vertical-align:top}@media screen and (min-width:576px){.D\(f\)--xs{display:flex}.Jc\(sb\)--xs{justify-content:space-between}.Fz\(\$font-size-24\)--xs{font-size:24px}.Fz\(\$font-size-30\)--xs{font-size:30px}.Lh\(\$line-height-headings\)--xs{line-height:1.25}.Mb\(0\)--xs{margin-bottom:0}.Mih\(700px\)--xs{min-height:700px}.T\(20px\)--xs{top:20px}.End\(20px\)--xs{right:20px}.W\(4\/12\)--xs{width:33.3333%}.W\(48\%\)--xs{width:48%}.W\(80px\)--xs{width:80px}.W\(a\)--xs{width:auto}}@media screen and (min-width:768px){.D\(b\)--sm{display:block}.D\(f\)--sm{display:flex}.D\(n\)--sm{display:none}.Fld\(r\)--sm{flex-direction:row}.Or\(0\)--sm{order:0}.Fz\(\$font-size-24\)--sm{font-size:24px}.Fz\(50px\)--sm{font-size:50px}.H\(a\)--sm{height:auto}.My\(50px\)--sm{margin-top:50px;margin-bottom:50px}.Mend\(5px\)--sm{margin-right:5px}.Mend\(70px\)--sm{margin-right:70px}.Mstart\(5px\)--sm{margin-left:5px}.Mstart\(70px\)--sm{margin-left:70px}.Maw\(450px\)--sm{max-width:450px}.Maw\(95\%\)--sm{max-width:95%}.vwo-lang-de .vwo-lang-de_Maw\(550px\)--sm{max-width:550px}.Miw\(400px\)--sm{min-width:400px}.T\(-70px\)--sm{top:-70px}.Px\(10px\)--sm{padding-left:10px;padding-right:10px}.Pos\(st\)--sm{position:-webkit-sticky;position:sticky}.W\(2\/12\)--sm{width:16.6667%}.W\(340px\)--sm{width:340px}}@media screen and (min-width:1024px){.Ai\(c\)--md{align-items:center}.Ai\(fs\)--md{align-items:flex-start}.Bd\(n\)--md{border:none}.Bdc\(\#d8d8d8\)--md{border-color:#d8d8d8}.Bdts\(s\)--md{border-top-style:solid}.Bdbs\(s\)--md{border-bottom-style:solid}.Bdbw\(0\)--md{border-bottom-width:0}.Bdbw\(1px\)--md{border-bottom-width:1px}.Bdrs\(0\)--md{border-radius:0}.Bgi\(\$gradient-learn-menu\)--md{background-image:linear-gradient(90deg,#f8f9fd 10%,#f8f9fd 50%,#fff 0,#fff)}.Bgc\(\$color-grey-light\)--md,.Bgc\(\$color-grey-light\)\:\:a--md:after{background-color:#f8f8f8}.Bgc\(\$color-purple-light-7\)--md{background-color:#f3ecff}.Bgc\(\$color-white\)--md{background-color:#fff}.Bgc\(t\)--md{background-color:initial}.Bxsh\(\$box-shadow-black\)--md{box-shadow:0 4px 8px 0 #1f253238}.Bxsh\(n\)--md{box-shadow:none}.C\(\$color-purple\)--md,.tab-capabilities-item--active .tab-capabilities-item--active_C\(\$color-purple\)--md{color:#e20072}.Cnt\(noq\)\:\:a--md:after{content:no-open-quote}.D\(b\)--md,.open .open_D\(b\)--md{display:block}.D\(f\)--md,.vwo_logged_in .vwo_logged_in_D\(f\)--md{display:flex}.D\(i\)--md{display:inline}.D\(ib\)--md{display:inline-block}.D\(if\)--md{display:inline-flex}.D\(n\)--md,.D\(n\)\:\:a--md:after{display:none}.Flxg\(1\)--md{flex-grow:1}.Fld\(c\)--md{flex-direction:column}.Fld\(r\)--md,.Fxd\(r\)--md{flex-direction:row}.Jc\(fs\)--md{justify-content:flex-start}.Jc\(sb\)--md{justify-content:space-between}.Flw\(nw\)--md,.Fxw\(nw\)--md{flex-wrap:nowrap}.Fz\(\$font-size-11\)--md{font-size:11px}.Fz\(\$font-size-12\)--md{font-size:12px}.Fz\(\$font-size-13\)--md{font-size:13px}.Fz\(\$font-size-15\)--md{font-size:15px}.Fz\(\$font-size-26\)--md{font-size:26px}.Fz\(\$font-size-30\)--md{font-size:30px}.Fz\(\$font-size-40\)--md{font-size:40px}.Gp\(20px\)--md{gap:20px}.H\(80px\)--md{height:80px}.H\(100\%\)\:\:a--md:after{height:100%}.M\(0\)--md{margin:0}.Mt\(0\)--md,.My\(0\)--md,.modal-as-page .modal-as-page_Mt\(0\)--md{margin-top:0}.Mb\(0\)--md,.My\(0\)--md{margin-bottom:0}.My\(50px\)--md{margin-top:50px}.Mb\(50px\)--md,.My\(50px\)--md{margin-bottom:50px}.modal-as-page .modal-as-page_Mt\(100px\)--md{margin-top:100px}.Mt\(-10px\)--md{margin-top:-10px}.Mt\(160px\)--md{margin-top:160px}.Mt\(20px\)--md{margin-top:20px}.Mt\(7px\)--md{margin-top:7px}.Mt\(80px\)--md{margin-top:80px}.Mend\(-30px\)--md{margin-right:-30px}.Mend\(10px\)--md{margin-right:10px}.Mend\(20px\)--md{margin-right:20px}.Mend\(30px\)--md{margin-right:30px}.Mend\(40px\)--md{margin-right:40px}.Mend\(50px\)--md{margin-right:50px}.Mend\(60px\)--md{margin-right:60px}.Mb\(120px\)--md{margin-bottom:120px}.Mb\(15px\)--md{margin-bottom:15px}.Mb\(20px\)--md{margin-bottom:20px}.Mb\(25px\)--md{margin-bottom:25px}.Mb\(30px\)--md{margin-bottom:30px}.Mb\(40px\)--md{margin-bottom:40px}.Mb\(5px\)--md{margin-bottom:5px}.Mb\(90px\)--md{margin-bottom:90px}.Mstart\(0\)--md{margin-left:0}.Mstart\(10px\)--md{margin-left:10px}.Mstart\(46px\)--md{margin-left:46px}.Mstart\(60px\)--md{margin-left:60px}.Mah\(80vh\)--md{max-height:80vh}.Maw\(230px\)--md{max-width:230px}.Maw\(250px\)--md{max-width:250px}.Maw\(450px\)--md{max-width:450px}.Maw\(550px\)--md,.vwo-lang-de .vwo-lang-de_Maw\(550px\)--md{max-width:550px}.Maw\(900px\)--md{max-width:900px}.Maw\(n\)--md{max-width:none}.Mih\(100vh\)--md{min-height:100vh}.Mih\(300px\)--md{min-height:300px}.Mih\(430px\)--md{min-height:430px}.Mih\(510px\)--md{min-height:510px}.Mih\(545px\)--md{min-height:545px}.Mih\(600px\)--md{min-height:600px}.Mih\(700px\)--md{min-height:700px}.Mih\(a\)--md{min-height:auto}.T\(100\%\)--md{top:100%}.T\(15px\)--md{top:15px}.T\(34px\)--md{top:34px}.T\(35px\)--md{top:35px}.T\(0\)\:\:a--md:after{top:0}.End\(15px\)--md{right:15px}.End\(a\)--md{right:auto}.End\(-78\%\)\:\:a--md:after{right:-78%}.B\(a\)--md{bottom:auto}.B\(0\)\:\:a--md:after{bottom:0}.Start\(45px\)--md{left:45px}.Ov\(h\)--md{overflow:hidden}.Ovy\(a\)--md{overflow-y:auto}.Ovy\(v\)--md{overflow-y:visible}.P\(0\)--md{padding:0}.P\(40px\)--md{padding:40px}.P\(50px\)--md{padding:50px}.Px\(0\)--md{padding-left:0}.Pend\(0\)--md,.Px\(0\)--md{padding-right:0}.Pstart\(10px\)--md,.Px\(10px\)--md{padding-left:10px}.Px\(10px\)--md{padding-right:10px}.Px\(14px\)--md{padding-left:14px;padding-right:14px}.Pstart\(20px\)--md,.Px\(20px\)--md{padding-left:20px}.Px\(20px\)--md{padding-right:20px}.Px\(23px\)--md{padding-left:23px;padding-right:23px}.Px\(38px\)--md{padding-left:38px;padding-right:38px}.Px\(40px\)--md{padding-left:40px;padding-right:40px}.Px\(50px\)--md{padding-left:50px;padding-right:50px}.Pt\(0\)--md,.Py\(0\)--md{padding-top:0}.Pb\(0\)--md,.Py\(0\)--md{padding-bottom:0}.Pt\(100px\)--md,.Py\(100px\)--md,.modal-as-page .modal-as-page_Pt\(100px\)--md{padding-top:100px}.Pb\(100px\)--md,.Py\(100px\)--md{padding-bottom:100px}.Py\(10px\)--md{padding-top:10px;padding-bottom:10px}.Py\(20px\)--md{padding-top:20px}.Pb\(20px\)--md,.Py\(20px\)--md{padding-bottom:20px}.Py\(24px\)--md{padding-top:24px;padding-bottom:24px}.Py\(25px\)--md{padding-top:25px;padding-bottom:25px}.Py\(30px\)--md{padding-top:30px;padding-bottom:30px}.Py\(32px\)--md{padding-top:32px;padding-bottom:32px}.Pt\(35px\)--md,.Py\(35px\)--md{padding-top:35px}.Py\(35px\)--md{padding-bottom:35px}.Py\(3px\)--md{padding-top:3px;padding-bottom:3px}.Pt\(40px\)--md,.Py\(40px\)--md{padding-top:40px}.Pb\(40px\)--md,.Py\(40px\)--md{padding-bottom:40px}.Py\(50px\)--md{padding-top:50px;padding-bottom:50px}.Py\(5px\)--md{padding-top:5px;padding-bottom:5px}.Pt\(45px\)--md{padding-top:45px}.Pend\(30px\)--md{padding-right:30px}.Pb\(60px\)--md{padding-bottom:60px}.Pstart\(15px\)--md{padding-left:15px}.Pstart\(25px\)--md{padding-left:25px}.Pstart\(45px\)--md{padding-left:45px}.Pos\(a\)--md,.Pos\(a\)\:\:a--md:after{position:absolute}.Pos\(r\)--md{position:relative}.Pos\(s\)--md{position:static}.Pos\(st\)--md{position:-webkit-sticky;position:sticky}.Ta\(c\)--md{text-align:center}.Ta\(start\)--md{text-align:left}.Trf\(\$none\)--md{transform:none}.Whs\(nw\)--md{white-space:nowrap}.W\(10\/12\)--md{width:83.3333%}.W\(100\%\)--md,.W\(100\%\)\:\:a--md:after,.W\(12\/12\)--md{width:100%}.W\(1024px\)--md{width:1024px}.W\(11\/12\)--md{width:91.6667%}.W\(1100px\)--md{width:1100px}.W\(20\%\)--md{width:20%}.W\(3\/12\)--md{width:25%}.W\(300px\)--md{width:300px}.W\(4\/12\)--md{width:33.3333%}.W\(48\%\)--md{width:48%}.W\(5\/12\)--md{width:41.6667%}.W\(6\/12\)--md{width:50%}.W\(600px\)--md{width:600px}.W\(8\/12\)--md{width:66.6667%}.W\(80\%\)--md{width:80%}.W\(9\/12\)--md{width:75%}.W\(940px\)--md{width:940px}.W\(a\)--md{width:auto}}@media screen and (min-width:1200px){.D\(b\)--lg{display:block}.Fxg\(1\)--lg{flex-grow:1}.Fld\(r\)--lg{flex-direction:row}.Fz\(\$font-size-12\)--lg{font-size:12px}.pricing-page .pricing-page_Fz\(\$font-size-22\)--lg{font-size:22px}.Mx\(4px\)--lg{margin-left:4px;margin-right:4px}.Mt\(0\)--lg{margin-top:0}.Mstart\(-140px\)--lg{margin-left:-140px}.Px\(0\)--lg{padding-left:0;padding-right:0}.Px\(25px\)--lg{padding-left:25px;padding-right:25px}.Pstart\(35px\)--lg{padding-left:35px}.Whs\(nw\)--lg{white-space:nowrap}}@media print{.D\(n\)--print{display:none}}@media (any-pointer:coarse){.Py\(14px\)--coarse{padding-top:14px;padding-bottom:14px}} </style> </head> <body class="home blog wp-embed-responsive loaded Mx(a) My(0) Bgc($color-white) C($color-blue-dark-1) Ff($new-font-family) Fz($base-font-size) Lh(1.5) Lts(0.6px) Wow(bw)"> <div class="atomic-common-style"> <noscript class="Px(10px) Py(5px) Bgc($color-purple) C($color-white) Pos(a) T(0) Start(0) Z(10)"> <strong class="Fw(600)">This website works best with JavaScript enabled</strong>. <a href="https://enable-javascript.com/" target="_blank" class="Fw(600) C($color-white)">Learn how to enable JavaScript</a>. </noscript> </div> <div class="atomic-common-style js-header-with-contact "> <div class="Mih(1px) "> <div class="js-contact-nav-bar Trs($btnTransition) T(0) Start(0) Pos(a) Z(9) W(100%) H(34px) D(b)--md D(n)"> <div class="container D(f)--md Jc(fe)"> <ul class="Px(0) M(0) List(n) D(n) D(f)--md Ai(c) Jc(fe) Pt(16px) Fz($font-size-12) Lh($line-height-headings)"> <li class="Px(10px)"> <a href="tel:+14153493207" class="Td(n) Td(u):h Tt(u) Fw(600) pricing-page_Fw(400) pricing-page_C($color-blue) pricing-page_Fz($font-size-22)--lg pricing-page_Fz($font-size-18) header-top-theme-dark_C($color-white) C($color-new-font-dark) hide-purchase-btn_C($color-blue) hide-purchase-btn_Fz($font-size-22) vwo-phone-number phone-ROW phone-SG"> <span>+1 415-349-3207</span> </a> </li> <li class="Px(10px) BdStart Bdstartc($color-dark-grey)"> <a href="https://vwo.com/contact-us/" class="Td(n) Td(u):h Lts(0) Fw(600) header-top-theme-dark_C($color-white) C($color-new-font-dark)">Contact Us</a> </li> <script type="text/javascript"> var bodyTag = document.querySelector('body'); //read object and add body class based on whether user is loggedin or not if(VWOWebsiteUser.is_loggedin == true){ bodyTag.classList.add("vwo_logged_in"); }else{ bodyTag.classList.remove("vwo_logged_in"); } </script> <li class="vwo_logged_in_D(n) js-header-dropdown-trigger js-no-bg-blur Px(10px) BdStart Bdstartc($color-dark-grey) Pos(r) D(ib)"> <button type="button" class="Fw(600) P(0) header-top-theme-dark_C($color-white) C($color-new-font-dark) Cur(p) Bd(n) Bgc(t) Fz($font-size-12) open:h_C($color-purple) js-header-dropdown"> Login </button> <div class="D(n) open_D(b)--md js-header-dropdown-content Pos(a) End(0) T(100%) Z(2) Pt(10px)"> <div class="Miw(170px) Bdrs(3px) Bgc($color-white) Bxz(bb) Bxsh($box-shadow-black) Cnt(noq)::b D(ib)::b Bdw(10px)::b Bdc(t)::b Bds(s)::b Bdbc(#fff)::b Pos(a)::b T(-10px)::b End(20px)::b Z(2)::b Cnt(noq)::a D(ib)::a Bdw(12px)::a Bdc(t)::a Bds(s)::a Bdbc(#000)::a Pos(a)::a Op(0.03)::a T(-14px)::a End(18px)::a Z(1)::a"> <ul class="P(10px) List(n)"> <li> <a class="D(b) Bxz(bb) Td(n) Tt(n) Py(12px) Px(10px) W(100%) Bgc($color-light-grey-1):h C($color-purple):h C($color-new-font-dark) Fz($font-size-12) Fw(600)" href="https://app.vwo.com/">VWO Login</a> </li> <li> <a class="pushcrew-login D(b) Bxz(bb) Td(n) Tt(n) Py(12px) Px(10px) W(100%) Bgc($color-light-grey-1):h C($color-new-font-dark) Fz($font-size-12) Fw(600)" href="https://pushcrew.com/admin/"> <span class="pushcrew-login:h_C($color-purple)">VWO Engage Login</span> </a> </li> </ul> </div> </div> </li> <li class="js-header-dropdown-trigger js-no-bg-blur Pos(r) D(ib)--md D(n) Pstart(10px) BdStart Bdstartc($color-dark-grey)"><button type="button" class="D(f) Ai(c) Tt(u) Fw(600) header-top-theme-dark_C($color-white) C($color-new-font-dark) Cur(p) Bd(n) Bgc(t) open:h_C($color-purple) js-header-dropdown Fz($font-size-12) P(0)"><svg width= "14" height= "14" class= "Mend(5px)" ><use xlink:href="#icon-global-language"></use></svg>EN </button><div class="D(n) open_D(b)--md js-header-dropdown-content Pos(a) End(0) T(100%) Z(2) Pt(10px)"> <div class="Miw(70px) Bdrs(3px) Bgc($color-white) Bxz(bb) Bxsh($box-shadow-black) Cnt(noq)::b D(ib)::b Bdw(10px)::b Bdc(t)::b Bds(s)::b Bdbc(#fff)::b Pos(a)::b T(-10px)::b End(20px)::b Z(2)::b Cnt(noq)::a D(ib)::a Bdw(12px)::a Bdc(t)::a Bds(s)::a Bdbc(#000)::a Pos(a)::a Op(0.03)::a T(-14px)::a End(18px)::a Z(1)::a"> <ul class="P(10px) List(n) M(0) Whs(nw)--md"><li> <a class="D(b) Bxz(bb) Td(n) Tt(u) Py(12px) W(100%) Bgc($color-light-grey-1):h C($color-purple):h C($color-new-font-dark) D(f) Ai(c) Jc(c) Fz($font-size-12) Fw(600)" href="https://vwo.com/glossary/de/#locale_lang"><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/newhome/flag-germany.svg" alt= "" decoding= "async" width= "14" height= "14" class= "D(b) Mend(5px)" />DE</a> </li><li> <a class="D(b) Bxz(bb) Td(n) Tt(u) Py(12px) W(100%) Bgc($color-light-grey-1):h C($color-purple):h C($color-new-font-dark) D(f) Ai(c) Jc(c) Fz($font-size-12) Fw(600)" href="https://vwo.com/glossary/es/#locale_lang"><picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/newhome/flag-spain@2x.png" alt= "" decoding= "async" width= "15" height= "10" class= "H(a) D(b) Mend(5px)" /></picture>ES</a> </li></ul> </div> </div></li><li class="D(n)--md List(n)"><a class="C($color-purple) D(ib) Bxz(bb) Td(n) Tt(u) Py(12px) Px(10px) Bgc($color-light-grey-1):h C($color-purple):h Fz($font-size-14) Fw(600) Bgc($color-grey-light) Mend(10px) Mend(0):lc" href="https://vwo.com/glossary/#locale_lang">EN</a><a class="C($color-new-font-dark) D(ib) Bxz(bb) Td(n) Tt(u) Py(12px) Px(10px) Bgc($color-light-grey-1):h C($color-purple):h Fz($font-size-14) Fw(600) Bgc($color-grey-light) Mend(10px) Mend(0):lc" href="https://vwo.com/glossary/de/#locale_lang">DE</a><a class="C($color-new-font-dark) D(ib) Bxz(bb) Td(n) Tt(u) Py(12px) Px(10px) Bgc($color-light-grey-1):h C($color-purple):h Fz($font-size-14) Fw(600) Bgc($color-grey-light) Mend(10px) Mend(0):lc" href="https://vwo.com/glossary/es/#locale_lang">ES</a></li> <li class="D(n) vwo_logged_in_D(b) Mstart(10px) Pstart(10px) BdStart Bdstartc($color-dark-grey) Pos(r)"> <a href="https://app.vwo.com/logout/" class="Td(n) Td(u):h Tt(u) Fw(600) header-top-theme-dark_C($color-white) C($color-new-font-dark)">Logout</a></li> </ul> </div> </div> <div class="js-main-nav-bar Trs($btnTransition) header-with-number Pos(a) Start(0) Z(8) W(100%) T(34px)--md T(0) Cnt(noq)::a Z(-1)::a Bxsh($box-shadow-navigation-bottom)::a D(b)::a Pos(a)::a W(100%)::a T(0)::a B(0)::a Start(0)::a End(0)::a Op(0)::a Trsp(a)::a Trs($easeTransition)::a "> <header class="container D(f) Fxd(c) Jc(sb)"> <div class="D(f) Ai(c) Jc(sb) Jc(fs)--md Py(10px) Py(0)--md H(80px)--md H(55px)"> <a class="Mend(30px) Td(n) Mt(5px)" href="https://vwo.com"> <img src="https://static.wingify.com/gcp/images/vwo-logo-color.svg" alt= "VWO Logo" decoding= "async" loading= "eager" width= "90" height= "30" class= "header-top-theme-dark_D(n)" /> </a> <div class="Flxg(1)--md D(f) Ai(c)"> <div class="D(f) Jc(sb) Ai(c) Flxg(1)"> <nav class="D(f) Fld(c) Jc(sb) js-header-menu-content Pos(s)--md Pos(f) Z($mobile-nav-zindex) Bxsh($box-shadow-navigation-top) Bxsh(n)--md Trs($easeTransition) TranslateX(100%) Trf($none)--md W(a)--md W(100%) Bgc($color-white) Bgc(t)--md End(0) B(0) Ovy(a) Ovy(v)--md T(100%)--md T(65px)"> <ul class="js-main-navigation Px(0) Py(20px) Py(0)--md M(0) List(n) D(f) Fld(c) Fld(r)--md Ai(c)--md"> <li class="js-header-dropdown-trigger Pend(0)--md"> <button type="button" aria-expanded="false" class="js-header-dropdown C($color-new-font-dark) Fz($font-size-16) Fw(700) Td(n) Py(14px) Px(0)--lg Px(10px)--sm Px(40px) D(f) Ai(c) H(80px)--md Jc(sb) Jc(fs)--md Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) M(0) Lh(inh) header-top-theme-dark_C($color-white) nav-btn"> <span class="Py(10px)--md Px(14px)--md header-nav-text Trdu(0.3s) Bdrs(4px) Mx(4px)--lg"> Capabilities </span> <svg width= "16" height= "10" class= "C(#b4b2c5) D(n)--md D(i) Fxs(0) Rotate(-90deg)" ><use xlink:href="#icon-chevron-down"></use></svg> </button> <!-- Product Dropdown --> <div class="js-header-dropdown-content js-dropdown-content D(n)--md animation-fade-in open_D(b)--md open_TranslateX(0) Trs($easeTransition) container P(0)--md TranslateX(100%) Trf($none)--md Pos(a)--md Pos(f) Z(2) Start(0) B(0) B(a)--md End(0) dropdown-top-offset W(a)--md W(100%) Bgc($color-white) Bxz(bb) P(0) Bxsh($box-shadow-navigation-bottom) Bdrs(4px) Ov(h)--md"> <button type="button" class="js-mobile-product-button-inside D(n)--md D(b) M(0) Pos(st) T(0) Z(1) Bgc($color-white) W(100%) C($color-grey-light-3) P(20px) Ta(start) Fw(600) Bd(0) Fz($font-size-14) Cur(p) W(100%) Bxz(bb)"> <svg width= "9" height= "9" class= "Rotate(180deg) Mend(10px)" ><use xlink:href="#icon-arrow-right"></use></svg> Capabilities </button> <div class="Lts(0)"> <div class="Mih(430px)--md D(f)--md js-capabilities-mega-menu Ov(h)"> <div class="W(3/12)--md W(100%) Py(25px)--md Px(30px) Pend(0)--md Pstart(25px)--md Bxz(bb) Bgc($color-purple-light-7)--md Miw(330px) Bdendw(1px) Bdends(s) Bdendc($color-grey-light-4)"> <ul class="List(n) P(0) M(0) Pend(0)--md js-capabilities-nav Pos(r)" data-active-class="tab-capabilities-item--active"> <li class="js-active-tab-white-bg-layer Trs($easeTransition) Bgc($color-white) Bdrststart(4px) Bdrsbstart(4px) Pos(a) T(0) B(0) Start(0) End(-5px) Bxsh($box-shadow-light) D(n) D(b)--md"></li> <li class="Pos(r)"> <button data-change-img-hover="testing-overview" class="W(100%) D(f) Ai(fs)--md Ai(c) Td(n) Bg(n) Bd(n) Ta(start) Px(23px)--md Py(24px)--md Py(14px) Px(0) C($color-black-light-3) C($color-purple):h Fz($font-size-14) Mb(0):lc item Pos(r) active tab-capabilities-item tab-capabilities-item--active Bdrststart(5px) Bdrsbstart(5px) Trs($easeTransition)" data-tab="js-testing"> <svg width= "21" height= "21" class= "Flxs(0) Mstart(10px) Mstart(0)--md Mend(15px) Mt(2px) C($color-purple-dark) tab-capabilities-item--active_C($color-purple)--md item:h_C($color-purple) Trsdu(0.3s)" ><use xlink:href="#icon-experimentation"></use></svg> <span> <span class="Fw(700) Fz($font-size-16) Mb(5px)--md D(b) D(ib)--md tab-capabilities-item--active_C($color-purple)--md Trsdu(0.3s)"> Testing </span> </span> <svg width= "16" height= "10" class= "C(#b4b2c5) Rotate(-90deg) Flxs(0) D(n)--md Pos(a) End(5px)" ><use xlink:href="#icon-chevron-down"></use></svg> </button> </li> <li class="Pos(r)"> <button data-change-img-hover="insights-overview" class="W(100%) D(f) Ai(fs)--md Ai(c) Td(n) Bg(n) Bd(n) Ta(start) Px(23px)--md Py(24px)--md Py(14px) Px(0) C($color-black-light-3) C($color-purple):h Fz($font-size-14) Mb(0):lc item tab-capabilities-item Bdrststart(5px) Bdrsbstart(5px) Trs($easeTransition)" data-tab="js-insights"> <svg width= "21" height= "21" class= "Flxs(0) Mstart(10px) Mstart(0)--md Mend(15px) Mt(2px) C($color-purple-dark) item:h_C($color-purple) tab-capabilities-item--active_C($color-purple) Trsdu(0.3s)" ><use xlink:href="#icon-behavior-analytics"></use></svg> <span> <span class="Fw(700) Fz($font-size-16) Mb(5px)--md D(b) D(ib)--md tab-capabilities-item--active_C($color-purple) Trsdu(0.3s)"> Behavior Analytics </span> </span> <svg width= "16" height= "10" class= "C(#b4b2c5) Rotate(-90deg) Flxs(0) D(n)--md Pos(a) End(5px)" ><use xlink:href="#icon-chevron-down"></use></svg> </button> </li> </ul> <ul class="List(n) BdT Bdtc($color-grey) Mt(20px) Pt(20px) Px(0) Px(23px)--md Fw(700) Fz($font-size-14)"> <li class="Mb(10px) Mb(0):lc"> <a href="https://vwo.com/personalization/" class="item Td(n) C($color-black-light-3) C($color-purple):h D(f) Ai(c) Trsdu(0.3s)"> <svg width= "18" height= "18" class= "Flxs(0) Mstart(10px) Mstart(0)--md Mend(18px) Mt(2px) C($color-purple-dark) item:h_C($color-purple)" ><use xlink:href="#icon-personalization"></use></svg> Personalization </a> </li> <li class="Mb(10px) Mb(0):lc"> <a href="https://vwo.com/deploy/" class="item Td(n) C($color-black-light-3) C($color-purple):h D(f) Ai(c) Trsdu(0.3s)"> <svg width= "18" height= "18" class= "Flxs(0) Mstart(10px) Mstart(0)--md Mend(18px) Mt(2px) C($color-purple-dark) item:h_C($color-purple)" ><use xlink:href="#icon-rollouts"></use></svg> Web Rollouts </a> </li> <li class="Mb(10px) Mb(0):lc"> <a href="https://vwo.com/customer-data-platform/" class="item Td(n) C($color-black-light-3) C($color-purple):h D(f) Ai(c) Trsdu(0.3s)"> <svg width= "18" height= "18" class= "Flxs(0) Mstart(10px) Mstart(0)--md Mend(18px) Mt(2px) C($color-purple-dark) item:h_C($color-purple)" ><use xlink:href="#icon-cdp"></use></svg> Customer Data Platform </a> </li> <li class="Mb(10px) Mb(0):lc"> <a href="https://vwo.com/plan/" class="item Td(n) C($color-black-light-3) C($color-purple):h D(f) Ai(c) Trsdu(0.3s)"> <svg width= "18" height= "18" class= "Flxs(0) Mstart(10px) Mstart(0)--md Mend(18px) Mt(2px) C($color-purple-dark) item:h_C($color-purple)" ><use xlink:href="#icon-program-management"></use></svg> Program Management </a> </li> </ul> </div> <div class="js-mobile-individual-product-dropdown Ov(a) Ov(h)--md W(9/12)--md Pt(35px)--md Pstart(45px)--md Bgc($color-white) Bxz(bb) Trs($easeTransition) TranslateX(100%) Trf($none)--md Pos(r)--md Pos(f) Z(2) Start(0) B(0) End(0) T(0) Bgc($color-white) Bxz(bb)"> <div class="js-capabilities-tab-content Trs($opacityTransformTransition) Pos(a) B(0) End(0) Start(45px)--md T(35px)--md T(0) Start(0)" id="js-testing"> <button type="button" class="js-mobile-individual-product-button-inside D(n)--md D(b) Mx(0) Mt(0) Mb(20px) Pos(st) T(0) Z(1) Bgc($color-white) W(100%) Bd(0) C($color-grey-light-3) P(20px) Ta(start) Fw(600) Fz($font-size-14) Cur(p) W(100%) Bxz(bb)" aria-expanded="true"> <svg width= "9" height= "9" class= "Rotate(180deg) Mend(10px)" ><use xlink:href="#icon-arrow-right"></use></svg> Testing </button> <div class="Px(30px) Px(0)--md"> <div class="Pb(25px) Pb(20px)--md Mb(25px)--md BdB Bdbc($color-grey) Maw(560px) Maw(n)--md Mend(40px)--md D(f) Fld(c) Fld(r)--md Ai(fs) Ai(c)--md Jc(sb)--md"> <a href="https://vwo.com/testing/" class="D(ib) Fz($font-size-18) Fw(700) Td(n) C(inh) C($color-purple)--md C($color-purple):h item Trs($easeTransition)" data-change-img-hover="testing-overview"> <div class="D(f) Ai(c)"> <svg width= "24" height= "23" class= "D(n)--md Flxs(0) Mend(15px) Mt(2px) C($color-purple-dark) item:h_C($color-purple)" ><use xlink:href="#icon-experimentation"></use></svg> Testing Overview <svg width= "14" height= "11" class= "Mstart(5px) item:h_TranslateX(5px) Trs($easeTransition)" ><use xlink:href="#icon-arrow-right"></use></svg> </div> <p class="Mt(7px)--md Mt(10px) Mb(0) Fw(400) Fz($font-size-13) C($color-grey-light-1) Lh($line-height-default)"> Build winning experiences across web, mobile app, and server-side </p> </a> <a href="https://vwo.com/copilot/" target="_blank" class="org-banner-bg Bgc($color-dark-blue-2) Bgr(nr) Bgpx(-20px) Bdrs(5px) Ov(h) Pos(r) Td(n) Mt(20px) Mt(0)--md Mstart(10px)--md W(100%) W(a)--md Miw(400px)--sm"> <div class="org-layer-gradient C($color-white) D(f) Jc(sb)"> <div class="D(f) Ai(fs) Fld(c) Jc(c) Py(11px) Px(15px) W(300px) W(340px)--sm Bxz(bb)"> <span class="D(f) Ai(c)"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/pricing/icon-ai-copilots.svg" alt= "" decoding= "async" height= "30" width= "30" class= "Mend(10px) Mb(-14px)" /> <span class="Fw(600) D(if) Ai(c) Jc(fs) C($color-white) Fz($font-size-14) Td(n)"> VWO Copilot <svg width= "14" height= "11" class= "org-banner-bg:h_TranslateX(5px) Trsdu(0.3s) Fxs(0) Mstart(5px)" ><use xlink:href="#icon-arrow-right"></use></svg> </span> </span> <p class="M(0) Fz($font-size-12) Pstart(40px) C($transparent-white-6)">Supercharge your optimization velocity with AI</p> </div> <div class="Pos(a) T(-60px) T(-70px)--sm End(-67px)"> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/pricing/ai-pricing-orb@2x.png?tr=w-0.5,h-0.5" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/pricing/ai-pricing-orb@2x.png?tr=w-0.5,h-0.5 1x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/pricing/ai-pricing-orb@2x.png 2x" alt= "" decoding= "async" loading= "lazy" height= "200" width= "200" class= "H(a)" /></picture> </div> </div> </a> </div> <div class="D(f)--md"> <div class="W(8/12)--md"> <div class="Maw(560px)"> <div class="D(f)--md Flw(w) Flw(nw)--md"> <ul class="List(n) P(0) Pb(20px) Pb(0)--md Mb(20px) Mb(0)--md Maw(250px)--md BdB Bdbc($color-grey) Bdbw(0)--md"> <li class="Mb(30px)--md"> <a href="https://vwo.com/testing/web/" data-change-img-hover="web-testing" class="W(100%) D(f) Ai(fs) Td(n) Bg(n) Bd(n) Ta(start) Pt(20px) Pt(0)--md Px(0) C($color-black-light-3) C($color-purple):h Fz($font-size-14) Mb(0):lc item"> <svg width= "21" height= "21" class= "Flxs(0) Mend(15px) Mt(2px) C($color-purple-dark) item:h_C($color-purple)" ><use xlink:href="#icon-experiment-web"></use></svg> <div> <span class="Fw(600) Fz($font-size-15) Mb(5px) D(b) D(ib)--md"> Web Testing </span> <p class="Fz($font-size-13) C(#666666) C($color-grey-light-1) M(0)"> Test and create web experiences that convert </p> </div> </a> </li> <li class="Mb(30px)--md"> <a href="https://vwo.com/testing/mobile-app/" data-change-img-hover="mobile-app-testing" class="W(100%) D(f) Ai(fs) Td(n) Bg(n) Bd(n) Ta(start) Pt(20px) Pt(0)--md Px(0) C($color-black-light-3) C($color-purple):h Fz($font-size-14) Mb(0):lc item"> <svg width= "21" height= "21" class= "Flxs(0) Mend(15px) Mt(2px) C($color-purple-dark) item:h_C($color-purple)" ><use xlink:href="#icon-experiment-mobile"></use></svg> <div> <span class="Fw(600) Fz($font-size-15) Mb(5px) D(b) D(ib)--md"> Mobile App Testing </span> <p class="Fz($font-size-13) C(#666666) C($color-grey-light-1) M(0)"> Delight mobile app users with optimized experiences </p> </div> </a> </li> <li> <a href="https://vwo.com/testing/server-side/" data-change-img-hover="serverside-testing" class="W(100%) D(f) Ai(fs) Td(n) Bg(n) Bd(n) Ta(start) Pt(20px) Pt(0)--md Px(0) C($color-black-light-3) C($color-purple):h Fz($font-size-14) Mb(0):lc item"> <span class="W(21px) Flxs(0) Mend(15px) Mt(2px) D(ib)"> <svg width= "18" height= "18" class= " C($color-purple-dark) item:h_C($color-purple)" ><use xlink:href="#icon-experiment-server"></use></svg> </span> <div> <span class="Fw(600) Fz($font-size-15) Mb(5px) D(b) D(ib)--md"> Server-side Testing </span> <p class="Fz($font-size-13) C(#666666) C($color-grey-light-1) M(0)"> Test complex features across any tech stack or device </p> </div> </a> </li> </ul> <div class="Mstart(60px)--md Pb(20px) Pb(0)--md Mb(20px) Mb(0)--md"> <h3 class="Fz($font-size-15)--md Fz($font-size-16) Fw(600) Mt(0) Mb(20px) D(f) Jc(sb) C($color-black-light-3)"> Features <a href="https://vwo.com/testing/#features" class="D(n)--md Fz($font-size-13) Fw(500) C($color-purple) Td(n)">(+125 more)</a> </h3> <ul class="List(n) P(0) D(f) Flw(w) Fld(c)--md Fld(r)"> <li class="Mb(3px)"> <a data-change-img-hover="testing-overview" href="https://vwo.com/testing/split-url-testing/" class="item Bgc($color-grey-light) Bgc(t)--md Lh(1) Py(8px) Px(10px) Px(0)--md Py(5px)--md Bdrs(50px) Mend(5px) Mb(10px) M(0)--md Bdrs(0)--md Fz($font-size-13) C($color-black-light-3) C($color-purple):h Fw(400) Td(n) D(f) Ai(c)"> <svg width= "18" height= "18" class= "Mend(10px)--md Mend(5px) C($color-grey-light-1) item:h_C($color-purple)" ><use xlink:href="#icon-product-split"></use></svg> Split Testing </a> </li> <li class="Mb(3px)"> <a data-change-img-hover="testing-overview" href="https://vwo.com/testing/multivariate-testing/" class="item Bgc($color-grey-light) Bgc(t)--md Lh(1) Py(8px) Px(10px) Px(0)--md Py(5px)--md Bdrs(50px) Mend(5px) Mb(10px) M(0)--md Bdrs(0)--md Fz($font-size-13) C($color-black-light-3) C($color-purple):h Fw(400) Td(n) D(f) Ai(c)"> <svg width= "18" height= "18" class= "Mend(10px)--md Mend(5px) C($color-grey-light-1) item:h_C($color-purple)" ><use xlink:href="#icon-product-multi"></use></svg> Multivariate Testing </a> </li> <li class="Mb(3px)"> <a data-change-img-hover="testing-overview" href="https://vwo.com/why-us/technology/integrations/" class="item Bgc($color-grey-light) Bgc(t)--md Lh(1) Py(8px) Px(10px) Px(0)--md Py(5px)--md Bdrs(50px) Mend(5px) Mb(10px) M(0)--md Bdrs(0)--md Fz($font-size-13) C($color-black-light-3) C($color-purple):h Fw(400) Td(n) D(f) Ai(c)"> <svg width= "18" height= "18" class= "Mend(10px)--md Mend(5px) C($color-grey-light-1) item:h_C($color-purple)" ><use xlink:href="#icon-product-integrations"></use></svg> Integrations </a> </li> <li class="Mb(3px)"> <a data-change-img-hover="testing-overview" href="https://vwo.com/plan/hypotheses/" class="item Bgc($color-grey-light) Bgc(t)--md Lh(1) Py(8px) Px(10px) Px(0)--md Py(5px)--md Bdrs(50px) Mend(5px) Mb(10px) M(0)--md Bdrs(0)--md Fz($font-size-13) C($color-black-light-3) C($color-purple):h Fw(400) Td(n) D(f) Ai(c)"> <svg width= "18" height= "18" class= "Mend(10px)--md Mend(5px) C($color-grey-light-1) item:h_C($color-purple)" ><use xlink:href="#icon-product-hypothesis"></use></svg> Hypothesis </a> </li> <li class="Mb(3px)"> <a data-change-img-hover="testing-overview" href="https://vwo.com/why-us/technology/bayesian-statistics/" class="item Bgc($color-grey-light) Bgc(t)--md Lh(1) Py(8px) Px(10px) Px(0)--md Py(5px)--md Bdrs(50px) Mend(5px) Mb(10px) M(0)--md Bdrs(0)--md Fz($font-size-13) C($color-black-light-3) C($color-purple):h Fw(400) Td(n) D(f) Ai(c)"> <svg width= "18" height= "18" class= "Mend(10px)--md Mend(5px) C($color-grey-light-1) item:h_C($color-purple)" ><use xlink:href="#icon-product-bayesian"></use></svg> Bayesian Stats Engine </a> </li> <li> <a data-change-img-hover="testing-overview" href="https://vwo.com/testing/#features" class="D(n) D(b)--md Py(8px) Px(14px) Pstart(25px)--md Pend(0)--md Py(3px)--md Bdrs(50px) M(5px) M(0)--md Bdrs(0)--md Fz($font-size-13) C($color-purple) Fw(500) Td(n) Td(u):h">(+125 more)</a> </li> </ul> </div> </div> </div> </div> <div class="W(4/12)--md As(fe) D(n) D(b)--lg"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/product-dropdown/testing-overview.svg" alt= "Testing Overview Illustration" decoding= "async" data-image-name= "testing-overview" loading= "lazy" width= "340" height= "285" class= "H(a) Trs($opacityTransformTransition) Pos(a) B(0) End(10px)" /> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/product-dropdown/testing-web-updated-new@2x.png?tr=w-0.5,h-0.5" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/product-dropdown/testing-web-updated-new@2x.png?tr=w-0.5,h-0.5 1x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/product-dropdown/testing-web-updated-new@2x.png 2x" alt= "Testing Web Illustration" decoding= "async" data-image-name= "web-testing" loading= "lazy" width= "340" height= "285" class= "TranslateY(20px) D(n) Op(0) Trs($opacityTransformTransition) H(a) Pos(a) B(0) End(10px)" /></picture> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/product-dropdown/testing-mobile-updated@2x.png?tr=w-0.5,h-0.5" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/product-dropdown/testing-mobile-updated@2x.png?tr=w-0.5,h-0.5 1x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/product-dropdown/testing-mobile-updated@2x.png 2x" alt= "Testing Mobile Illustration" decoding= "async" data-image-name= "mobile-app-testing" loading= "lazy" width= "340" height= "285" class= "TranslateY(20px) D(n) Op(0) Trs($opacityTransformTransition) H(a) Pos(a) B(0) End(10px)" /></picture> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/product-dropdown/testing-server-updated-new@2x.png?tr=w-0.5,h-0.5" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/product-dropdown/testing-server-updated-new@2x.png?tr=w-0.5,h-0.5 1x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/product-dropdown/testing-server-updated-new@2x.png 2x" alt= "Testing Serverside Illustration" decoding= "async" data-image-name= "serverside-testing" loading= "lazy" width= "340" height= "304" class= "TranslateY(20px) D(n) Op(0) Trs($opacityTransformTransition) H(a) Pos(a) B(0) End(10px)" /></picture> </div> </div> </div> </div> <div class="js-capabilities-tab-content Trs($opacityTransformTransition) Pos(a) B(0) End(0) Start(45px)--md T(35px)--md T(0) Start(0) translate-after" id="js-insights"> <button type="button" class="js-mobile-individual-product-button-inside D(n)--md D(b) Mx(0) Mt(0) Mb(20px) Pos(st) T(0) Z(1) Bgc($color-white) W(100%) Bd(0) C($color-grey-light-3) Py(16px) Px(20px) Ta(start) Fw(700) Fz($font-size-14) Cur(p) W(100%) Bxz(bb)" aria-expanded="true"> <svg width= "9" height= "9" class= "Rotate(180deg) Mend(10px)" ><use xlink:href="#icon-arrow-right"></use></svg> Behavior Analytics </button> <div class="Px(30px) Px(0)--md"> <div class="Pb(25px) Pb(20px)--md Mb(25px)--md BdB Bdbc($color-grey) Maw(560px) Maw(n)--md Mend(40px)--md D(f) Fld(c) Fld(r)--md Ai(fs) Ai(c)--md Jc(sb)--md"> <a href="https://vwo.com/insights/" class="D(ib) Fz($font-size-18) Fw(700) Td(n) C(inh) C($color-purple)--md C($color-purple):h item Trs($easeTransition)" data-change-img-hover="insights-overview"> <div class="D(f) Ai(c)"> <svg width= "21" height= "21" class= "D(n)--md Flxs(0) Mend(15px) Mt(2px) C($color-purple-dark) item:h_C($color-purple) Trs($easeTransition)" ><use xlink:href="#icon-behavior-analytics"></use></svg> Behavior Analytics Overview <svg width= "14" height= "11" class= "Mstart(5px) item:h_TranslateX(5px) Trs($easeTransition)" ><use xlink:href="#icon-arrow-right"></use></svg> </div> <p class="Mt(7px)--md Mt(10px) Mb(0) Fw(400) Fz($font-size-13) C($color-grey-light-1) Lh($line-height-default)"> Use insights about visitor behavior to drive growth and conversions </p> </a> <a href="https://vwo.com/copilot/" target="_blank" class="org-banner-bg Bgc($color-dark-blue-2) Bgr(nr) Bgpx(-20px) Bdrs(5px) Ov(h) Pos(r) Td(n) Mt(20px) Mt(0)--md Mstart(10px)--md W(100%) W(a)--md Miw(400px)--sm"> <div class="org-layer-gradient C($color-white) D(f) Jc(sb)"> <div class="D(f) Ai(fs) Fld(c) Jc(c) Py(11px) Px(15px) W(300px) W(340px)--sm Bxz(bb)"> <span class="D(f) Ai(c)"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/pricing/icon-ai-copilots.svg" alt= "" decoding= "async" height= "30" width= "30" class= "Mend(10px) Mb(-14px)" /> <span class="Fw(600) D(if) Ai(c) Jc(fs) C($color-white) Fz($font-size-14) Td(n)"> VWO Copilot <svg width= "14" height= "11" class= "org-banner-bg:h_TranslateX(5px) Trsdu(0.3s) Fxs(0) Mstart(5px)" ><use xlink:href="#icon-arrow-right"></use></svg> </span> </span> <p class="M(0) Fz($font-size-12) Pstart(40px) C($transparent-white-6)">Supercharge your optimization velocity with AI</p> </div> <div class="Pos(a) T(-60px) T(-70px)--sm End(-67px)"> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/pricing/ai-pricing-orb@2x.png?tr=w-0.5,h-0.5" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/pricing/ai-pricing-orb@2x.png?tr=w-0.5,h-0.5 1x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/pricing/ai-pricing-orb@2x.png 2x" alt= "" decoding= "async" loading= "lazy" height= "200" width= "200" class= "H(a)" /></picture> </div> </div> </a> </div> <div class="D(f)--md"> <div class="W(8/12)--md"> <div class="Maw(560px)"> <div class="D(f)--md Flw(w) Flw(nw)--md"> <ul class="List(n) P(0) Pb(20px) Pb(0)--md Mb(20px) Mb(0)--md Maw(250px)--md BdB Bdbc($color-grey) Bdbw(0)--md"> <li class="Mb(30px)--md"> <a href="https://vwo.com/insights/web/" data-change-img-hover="web-insights" class="W(100%) D(f) Ai(fs) Td(n) Bg(n) Bd(n) Ta(start) Pt(20px) Pt(0)--md Px(0) C($color-black-light-3) C($color-purple):h Fz($font-size-14) Mb(0):lc item"> <svg width= "21" height= "21" class= "Flxs(0) Mend(15px) Mt(2px) C($color-purple-dark) item:h_C($color-purple) item:h_Trs($easeTransition)" ><use xlink:href="#icon-experiment-web"></use></svg> <div> <span class="Fw(600) Fz($font-size-15) Mb(5px) D(b) D(ib)--md item:h_Trs($easeTransition)"> Web Insights </span> <p class="Fz($font-size-13) C(#666666) C($color-grey-light-1) M(0)"> Get in-depth visitor behavior insights across your website </p> </div> </a> </li> <li class="Mb(30px)--md"> <a href="https://vwo.com/insights/mobile-app/" data-change-img-hover="mobile-app-insights" class="W(100%) D(f) Ai(fs) Td(n) Bg(n) Bd(n) Ta(start) Pt(20px) Pt(0)--md Px(0) C($color-black-light-3) C($color-purple):h Fz($font-size-14) Mb(0):lc item"> <svg width= "21" height= "21" class= "Flxs(0) Mend(15px) Mt(2px) C($color-purple-dark) item:h_C($color-purple) item:h_Trs($easeTransition)" ><use xlink:href="#icon-mobile-insights"></use></svg> <div> <span class="Fw(600) Fz($font-size-15) Mb(5px) D(b) D(ib)--md item:h_Trs($easeTransition)"> Mobile App Insights </span> <p class="Fz($font-size-13) C(#666666) C($color-grey-light-1) M(0)"> Analyze user behavior to enhance in-app experiences </p> </div> </a> </li> </ul> <div class="Mstart(60px)--md"> <h3 class="Fz($font-size-15)--md Fz($font-size-16) Fw(600) Mt(0) Mb(20px) D(f) Jc(sb) "> Features <a href="https://vwo.com/insights/#features" class="D(n)--md Fz($font-size-13) Fw(500) C($color-purple) Td(n)">(+120 more)</a> </h3> <ul class="List(n) P(0) D(f) Flw(w) Fld(c)--md Fld(r)"> <li class="Mb(3px)"> <a data-change-img-hover="insights-overview" href="https://vwo.com/insights/session-recordings/" class="item Bgc($color-grey-light) Bgc(t)--md Lh(1) Py(8px) Px(10px) Px(0)--md Py(5px)--md Bdrs(50px) Mend(5px) Mb(10px) M(0)--md Bdrs(0)--md Fz($font-size-13) C($color-black-light-3) C($color-purple):h Fw(400) Td(n) D(f) Ai(c)"> <svg width= "18" height= "18" class= "Mend(10px)--md Mend(5px) C($color-grey-light-1) item:h_C($color-purple)" ><use xlink:href="#icon-product-session"></use></svg> Session Recordings </a> </li> <li class="Mb(3px)"> <a data-change-img-hover="insights-overview" href="https://vwo.com/insights/heatmaps/" class="item Bgc($color-grey-light) Bgc(t)--md Lh(1) Py(8px) Px(10px) Px(0)--md Py(5px)--md Bdrs(50px) Mend(5px) Mb(10px) M(0)--md Bdrs(0)--md Fz($font-size-13) C($color-black-light-3) C($color-purple):h Fw(400) Td(n) D(f) Ai(c)"> <svg width= "18" height= "18" class= "Mend(10px)--md Mend(5px) C($color-grey-light-1) item:h_C($color-purple)" ><use xlink:href="#icon-product-heatmaps"></use></svg> Heatmaps </a> </li> <li class="Mb(3px)"> <a data-change-img-hover="insights-overview" href="https://vwo.com/insights/funnels/" class="item Bgc($color-grey-light) Bgc(t)--md Lh(1) Py(8px) Px(10px) Px(0)--md Py(5px)--md Bdrs(50px) Mend(5px) Mb(10px) M(0)--md Bdrs(0)--md Fz($font-size-13) C($color-black-light-3) C($color-purple):h Fw(400) Td(n) D(f) Ai(c)"> <svg width= "18" height= "18" class= "Mend(10px)--md Mend(5px) C($color-grey-light-1) item:h_C($color-purple)" ><use xlink:href="#icon-product-funnels"></use></svg> Funnel Analysis </a> </li> <li class="Mb(3px)"> <a data-change-img-hover="insights-overview" href="https://vwo.com/insights/onpage-surveys/" class="item Bgc($color-grey-light) Bgc(t)--md Lh(1) Py(8px) Px(10px) Px(0)--md Py(5px)--md Bdrs(50px) Mend(5px) Mb(10px) M(0)--md Bdrs(0)--md Fz($font-size-13) C($color-black-light-3) C($color-purple):h Fw(400) Td(n) D(f) Ai(c)"> <svg width= "18" height= "18" class= "Mend(10px)--md Mend(5px) C($color-grey-light-1) item:h_C($color-purple)" ><use xlink:href="#icon-product-surveys"></use></svg> Surveys </a> </li> <li class="Mb(3px)"> <a data-change-img-hover="insights-overview" href="https://vwo.com/insights/form-analytics/" class="item Bgc($color-grey-light) Bgc(t)--md Lh(1) Py(8px) Px(10px) Px(0)--md Py(5px)--md Bdrs(50px) Mend(5px) Mb(10px) M(0)--md Bdrs(0)--md Fz($font-size-13) C($color-black-light-3) C($color-purple):h Fw(400) Td(n) D(f) Ai(c)"> <svg width= "18" height= "18" class= "Mend(10px)--md Mend(5px) C($color-grey-light-1) item:h_C($color-purple)" ><use xlink:href="#icon-product-form"></use></svg> Form Analysis </a> </li> <li class="Mb(3px)"> <a data-change-img-hover="insights-overview" href="https://vwo.com/plan/observations/" class="item Bgc($color-grey-light) Bgc(t)--md Lh(1) Py(8px) Px(10px) Px(0)--md Py(5px)--md Bdrs(50px) Mend(5px) Mb(10px) M(0)--md Bdrs(0)--md Fz($font-size-13) C($color-black-light-3) C($color-purple):h Fw(400) Td(n) D(f) Ai(c)"> <svg width= "18" height= "18" class= "Mend(10px)--md Mend(5px) C($color-grey-light-1) item:h_C($color-purple)" ><use xlink:href="#icon-product-observations"></use></svg> Observations </a> </li> <li> <a href="https://vwo.com/insights/#features" class="D(n) D(b)--md Py(8px) Px(14px) Pstart(25px)--md Pend(0)--md Py(3px)--md Bdrs(50px) M(5px) M(0)--md Bdrs(0)--md Fz($font-size-13) C($color-purple) Fw(500) Td(n) Td(u):h">(+120 more)</a></li> </ul> </div> </div> </div> </div> <div class="W(4/12)--md As(fe) D(n) D(b)--lg"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/product-dropdown/insights-overview-updated.svg" alt= "Insights Overview Illustration" decoding= "async" data-image-name= "insights-overview" loading= "lazy" width= "340" height= "285" class= "D(n) Trs($opacityTransformTransition) H(a) Pos(a) B(0) End(10px)" /> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/product-dropdown/insights-web-updated-new.svg" alt= "Insights Web Illustration" decoding= "async" data-image-name= "web-insights" loading= "lazy" width= "340" height= "285" class= "TranslateY(20px) D(n) Op(0) Trs($opacityTransformTransition) H(a) Pos(a) B(0) End(10px)" /> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/product-dropdown/insights-mobile.svg" alt= "Insights Mobile Illustration" decoding= "async" data-image-name= "mobile-app-insights" loading= "lazy" width= "340" height= "285" class= "TranslateY(20px) D(n) Op(0) Trs($opacityTransformTransition) H(a) Pos(a) B(0) End(10px)" /> </div> </div> </div> </div> </div> </div> <div class="Mih(70px) Pos(a) B(0) End(0) Start(0) Pos(st)--md D(f) Fld(c) Jc(c) Bxz(bb) Px(40px) Py(16px) Bg($gradient-mega-menu) Bdtw(1px) Bdts(s) Bdtc($color-grey-light-4)"> <ul class="List(n) P(0) M(0) D(f)--md Ai(c) Fz($font-size-14) Fw(700)"> <li> <a href="https://vwo.com/platform/" class="Td(n) C($color-black-light-3) C($color-purple):h item Trsdu(0.3s)"> Platform Overview <svg width= "14" height= "11" class= "Mstart(5px) item:h_TranslateX(5px) Trs($easeTransition)" ><use xlink:href="#icon-arrow-right"></use></svg> </a> </li> </ul> </div> </div> </div> <!-- End Product Dropdown --> </li> <li class="Pend(0)--md"> <a class="C($color-new-font-dark) Fz($font-size-16) Fw(700) Td(n) Py(14px) Px(0)--lg Px(10px)--sm Px(40px) D(f) Ai(c) H(80px)--md Jc(sb) Jc(fs)--md Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) M(0) Lh(inh) header-top-theme-dark_C($color-white) nav-btn" href="https://vwo.com/pricing/"> <span class="Py(10px)--md Px(14px)--md header-nav-text Trdu(0.3s) Bdrs(4px) Mx(4px)--lg"> Pricing </span> <svg width= "16" height= "10" class= "C(#b4b2c5) D(n)--md D(i) Fxs(0) Rotate(-90deg)" ><use xlink:href="#icon-chevron-down"></use></svg> </a> </li> <li class="Pos(r) js-header-dropdown-trigger Pend(0)--md"> <button type="button" aria-expanded="false" class="js-header-dropdown C($color-new-font-dark) Fz($font-size-16) Fw(700) Td(n) Py(14px) Px(0)--lg Px(10px)--sm Px(40px) D(f) Ai(c) H(80px)--md Jc(sb) Jc(fs)--md Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) M(0) Lh(inh) header-top-theme-dark_C($color-white) nav-btn"> <span class="Py(10px)--md Px(14px)--md header-nav-text Trdu(0.3s) Bdrs(4px) Mx(4px)--lg"> Solutions </span> <svg width= "16" height= "10" class= "C(#b4b2c5) D(n)--md D(i) Fxs(0) Rotate(-90deg)" ><use xlink:href="#icon-chevron-down"></use></svg> </button> <div class="js-header-dropdown-content js-dropdown-content D(n)--md animation-fade-in open_D(b)--md open_TranslateX(0) Trs($easeTransition) TranslateX(100%) Trf($none)--md Pos(a)--md Pos(f) Z(2) Start(0) End(0) End(a)--md B(0) B(a)--md Ovy(a) Ovy(v)--md dropdown-top-offset W(a)--md W(100%) Bgc($color-white) Bxz(bb) Bxsh($box-shadow-navigation-bottom) Bdrs(3px) Bxsh($box-shadow-black)"> <button type="button" class="js-mobile-product-button-inside D(n)--md D(b) Mx(0) Mt(0) Mb(10px) Pos(st) T(0) Z(1) Bgc($color-white) W(100%) C($color-grey-light-3) Py(16px) Px(20px) Ta(start) Fw(700) BdB Bdbc(#d9dde1) Fz(12px) Tt(u) Cur(p) W(100%) Bxz(bb)"> <svg width= "9" height= "9" class= "Rotate(180deg) Mend(10px)" ><use xlink:href="#icon-arrow-right"></use></svg> Solutions </button> <ul class="P(10px) List(n)"> <li> <a class="D(f) Ai(c) Bxz(bb) Td(n) P(10px) W(100%) Bdrs(4px) Bgc($color-light-grey-1):h C($color-purple):h C($color-new-font-dark) C($color-purple):h Fz($font-size-14) Fw(600)" href="https://vwo.com/ecommerce-ab-testing/"> <svg width= "20" height= "20" class= "Fxs(0) Mend(16px)" ><use xlink:href="#icon-ecommerce"></use></svg> <span>eCommerce</span><br> </a> </li> <li> <a class="D(f) Ai(c) Bxz(bb) Td(n) P(10px) W(100%) Bdrs(4px) Bgc($color-light-grey-1):h C($color-purple):h C($color-new-font-dark) C($color-purple):h Fz($font-size-14) Fw(600)" href="https://vwo.com/saas-ab-testing/"> <svg width= "20" height= "20" class= "Fxs(0) Mend(16px)" ><use xlink:href="#icon-sass"></use></svg> <span>SaaS</span> </a> </li> <li> <a class="D(f) Ai(c) Bxz(bb) Td(n) P(10px) W(100%) Bdrs(4px) Bgc($color-light-grey-1):h C($color-purple):h C($color-new-font-dark) C($color-purple):h Fz($font-size-14) Fw(600)" href="https://vwo.com/elearning-ab-testing/"> <svg width= "20" height= "20" class= "Fxs(0) Mend(16px)" ><use xlink:href="#icon-elearning"></use></svg> <span>eLearning</span> </a> </li> <li> <a class="D(f) Ai(c) Bxz(bb) Td(n) P(10px) W(100%) Bdrs(4px) Bgc($color-light-grey-1):h C($color-purple):h C($color-new-font-dark) C($color-purple):h Fz($font-size-14) Fw(600)" href="https://vwo.com/media-ab-testing/"> <svg width= "20" height= "20" class= "Fxs(0) Mend(16px)" ><use xlink:href="#icon-media"></use></svg> <span>Media/Publication</span> </a> </li> <li> <a class="D(f) Ai(c) Bxz(bb) Td(n) P(10px) W(100%) Bdrs(4px) Bgc($color-light-grey-1):h C($color-purple):h C($color-new-font-dark) C($color-purple):h Fz($font-size-14) Fw(600)" href="https://vwo.com/enterprise/"> <svg width= "20" height= "20" class= "Fxs(0) Mend(16px)" ><use xlink:href="#icon-enterprise"></use></svg> <span>Enterprises</span> </a> </li> </ul> </div> </li> <li class="js-header-dropdown-trigger Pend(0)--md"> <button type="button" aria-expanded="false" class="js-header-dropdown C($color-new-font-dark) Fz($font-size-16) Fw(700) Td(n) Py(14px) Px(0)--lg Px(10px)--sm Px(40px) D(f) Ai(c) H(80px)--md Jc(sb) Jc(fs)--md Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) M(0) Lh(inh) header-top-theme-dark_C($color-white) nav-btn"> <span class="Py(10px)--md Px(14px)--md header-nav-text Trdu(0.3s) Bdrs(4px) Mx(4px)--lg"> Why VWO? </span> <svg width= "16" height= "10" class= "C(#b4b2c5) D(n)--md D(i) Fxs(0) Rotate(-90deg)" ><use xlink:href="#icon-chevron-down"></use></svg> </button> <!-- Why VWO Dropdown --> <div class="js-header-dropdown-content js-dropdown-content D(n)--md animation-fade-in open_D(b)--md open_TranslateX(0) Trs($easeTransition) TranslateX(100%) Trf($none)--md Pos(a)--md Pos(f) Z(2) Start(0) B(0) B(a)--md End(0) Ovy(a) dropdown-top-offset W(a)--md W(100%) Bgc($color-white) Bxz(bb) P(0) Bxsh($box-shadow-navigation-bottom) Bdrs(4px) container"> <button type="button" class="js-mobile-product-button-inside D(n)--md D(b) Mx(0) Mt(0) Mb(20px) Pos(st) T(0) Z(1) Bgc($color-white) W(100%) C($color-grey-light-3) Py(16px) Px(20px) Ta(start) Fw(700) BdB Bdbc(#d9dde1) Fz(12px) Tt(u) Cur(p) W(100%) Bxz(bb)"> <svg width= "9" height= "9" class= "Rotate(180deg) Mend(10px)" ><use xlink:href="#icon-arrow-right"></use></svg> Why VWO? </button> <div class="Px(40px)--md Px(20px) Pt(40px)--md Pb(60px)--md"> <ul id="js-mobile-why-vwo" class="P(0) M(0) List(n) D(f) Jc(sb) Wow(bw) Fld(r)--md Fld(c)"> <li class="W(3/12)--md Mb(40px) Mb(0)--md Px(10px) Bxz(bb) Fxg(1)"> <a href="https://vwo.com/why-us/product/" class="product-item-hover Fz($font-size-14) Fw(700) Mb(18px) C($color-black-light-3) C($color-purple):h D(if) Ai(c) Td(n)">Proven Product</a> <svg width= "9" height= "9" class= "Mstart(5px) Trsp($transform) Trsdu(0.1s) Trstf(l) product-item-hover:h_TranslateX(5px)" ><use xlink:href="#icon-arrow-right"></use></svg> <ul class="P(0) M(0) List(n)"> <li> <a class="Td(n) D(if) Ai(fs) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md" href="https://vwo.com/customers/">2500+ Customers</a> </li> <li> <a class="Td(n) D(if) Ai(fs) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md" href="https://vwo.com/why-us/product/interface/">Simple User Interface</a> </li> <li> <a class="Td(n) D(if) Ai(fs) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md" href="https://vwo.com/security/">Secure & Compliant</a> </li> <li> <a class="Td(n) D(if) Ai(fs) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md" href="https://vwo.com/why-us/experimentation-platform-build-or-buy/">Build or Buy?</a> </li> <li> <a class="Td(n) D(if) Ai(fs) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md" href="https://vwo.com/monthly-tracked-users/">Usage-Based Billing</a> </li> </ul> </li> <li class="W(3/12)--md Mb(40px) Mb(0)--md Px(10px) Bxz(bb) Fxg(1)"> <a href="https://vwo.com/why-us/customer-success/" class="product-item-hover Fz($font-size-14) Fw(700) Mb(18px) C($color-black-light-3) C($color-purple):h D(if) Ai(c) Td(n)"> Guarantee of Success <svg width= "9" height= "9" class= "Mstart(5px) Trsp($transform) Trsdu(0.1s) Trstf(l) product-item-hover:h_TranslateX(5px)" ><use xlink:href="#icon-arrow-right"></use></svg> </a> <ul class="P(0) M(0) List(n)"> <li> <a class="Td(n) D(if) Ai(fs) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md" href="https://vwo.com/why-us/customer-success/24-7-support/">24x7 Support</a> </li> </ul> </li> <li class="W(3/12)--md Mb(40px) Mb(0)--md Px(10px) Bxz(bb) Fxg(1)"> <a href="https://vwo.com/why-us/technology/" class="product-item-hover Fz($font-size-14) Fw(700) Mb(18px) C($color-black-light-3) C($color-purple):h D(if) Ai(c) Td(n)"> Thoughtful Technology <svg width= "9" height= "9" class= "Mstart(5px) Trsp($transform) Trsdu(0.1s) Trstf(l) product-item-hover:h_TranslateX(5px)" ><use xlink:href="#icon-arrow-right"></use></svg> </a> <ul class="P(0) M(0) List(n)"> <li> <a class="Td(n) D(if) Ai(fs) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md" href="https://vwo.com/why-us/technology/bayesian-statistics/">Bayesian Statistics</a> </li> <li> <a class="Td(n) D(if) Ai(fs) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md" href="https://vwo.com/why-us/technology/integrations/">Integration</a> </li> <li> <a class="Td(n) D(if) Ai(fs) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md" href="https://vwo.com/why-us/technology/zero-impact-loading/">Load Time Performance</a> </li> <li> <a class="Td(n) D(if) Ai(fs) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md" href="https://vwo.com/why-us/technology/visual-editor/">Visual Editor</a> </li> </ul> </li> <li class="W(3/12)--md Mb(40px) Mb(0)--md Px(10px) Bxz(bb) Fxg(1)"></li> </ul> </div> </div> <!-- End Why VWO Dropdown --> </li> <li class="js-header-dropdown-trigger Pend(0)--md"> <button type="button" aria-expanded="false" class="js-header-dropdown C($color-new-font-dark) Fz($font-size-16) Fw(700) Td(n) Py(14px) Px(0)--lg Px(10px)--sm Px(40px) D(f) Ai(c) H(80px)--md Jc(sb) Jc(fs)--md Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) M(0) Lh(inh) header-top-theme-dark_C($color-white) nav-btn"> <span class="Py(10px)--md Px(14px)--md header-nav-text Trdu(0.3s) Bdrs(4px)"> Resources </span> <svg width= "16" height= "10" class= "C(#b4b2c5) D(n)--md D(i) Fxs(0) Rotate(-90deg)" ><use xlink:href="#icon-chevron-down"></use></svg> </button> <!-- Resources Dropdown --> <div class="js-header-dropdown-content js-dropdown-content D(n)--md animation-fade-in open_D(b)--md open_TranslateX(0) Trs($easeTransition) TranslateX(100%) Trf($none)--md Pos(a)--md Pos(f) Z(2) Start(0) B(0) B(a)--md End(0) Ovy(a) dropdown-top-offset W(a)--md W(100%) Bgi($gradient-learn-menu)--md Bgc($color-white) Bxsh($box-shadow-navigation-bottom) Bxz(bb) Bdrs(4px) container P(0)"> <button type="button" class="js-mobile-product-button-inside D(n)--md D(b) Mx(0) My(0) Pos(st) T(0) Z(1) Bgc($color-white) W(100%) C($color-grey-light-3) Py(16px) Px(20px) Ta(start) Fw(700) BdB Bdbc(#d9dde1) Fz($font-size-12) Tt(u) Cur(p) W(100%) Bxz(bb)"> <svg width= "9" height= "9" class= "Rotate(180deg) Mend(10px)" ><use xlink:href="#icon-arrow-right"></use></svg> Resources </button> <div> <div class="D(f)--md js-tabs"> <div class="W(3/12) Py(30px) Bxz(bb) Bgc($color-purple-light-7) D(n) D(b)--md"> <ul data-active-class="tab-resource-item--active" class="List(n) Pstart(20px)--md Ov(h) M(0) js-tabs-nav"> <li><button type="button" data-tab="js-resource-library" class="tab-resource-item--active tab-resource-item">VWO Library</button></li> <li><button type="button" data-tab="js-blog" class="tab-resource-item">VWO Blog</button></li> <li><button type="button" data-tab="js-leadership-interviews" class="tab-resource-item">Thought Leadership Interviews</button></li> <li><button type="button" data-tab="js-new-to-vwo" class="tab-resource-item">VWO Success Stories</button></li> <li><button type="button" data-tab="js-culture-of-experimentation" class="tab-resource-item">Free Tools</button></li> <li><button type="button" data-tab="js-master-conversion" class="tab-resource-item">Masters of Conversion</button></li> <li><button type="button" data-tab="js-mastering-cro" class="tab-resource-item">Popular In-depth Guides</button></li> <li><button type="button" data-tab="js-glossary-tab" class="tab-resource-item">Glossary</button></li> <li> <hr class="Bgc($color-grey-light-6) Mstart(0) My(20px) W(90%) H(1px) Bd(n)"> <a class="C($color-black-light-3) C($color-purple):h Bdrststart(3px) Bdrstend(3px) Fz($font-size-15) Fw(700) Tt(c) Td(n) Py(10px) Px(20px) D(f) Ai(c) Jc(sb) Jc(fs)--md Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) M(0) Lh(inh) item" href="https://help.vwo.com/"> <span class="Mend(10px)">VWO Knowledge Base</span> <svg width= "9" height= "9" class= "C($color-purple):h Fxs(0) item:h_TranslateX(5px) Trs($easeTransition)" ><use xlink:href="#icon-arrow-right"></use></svg> </a> <a class="C($color-black-light-3) C($color-purple):h Bdrststart(3px) Bdrstend(3px) Fz($font-size-15) Fw(700) Tt(c) Td(n) Py(10px) Px(20px) D(f) Ai(c) Jc(sb) Jc(fs)--md Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) M(0) Lh(inh) item" href="/product-updates"> <span class="Mend(10px)">Product Updates</span> <svg width= "9" height= "9" class= "C($color-purple):h Fxs(0) item:h_TranslateX(5px) Trs($easeTransition)" ><use xlink:href="#icon-arrow-right"></use></svg> </a> </li> </ul> </div> <div class="W(9/12)--md Py(40px)--md Px(50px)--md Bgc($color-white) Bxz(bb)"> <div class="Bd(n)--md BdB Bdbc(#d9dde1)"> <button type="button" class="D(n)--md js-accordion C($color-black-light-3) C($color-purple):h Fz(14px) Fw(600) Py(16px) Px(20px) D(f) Ai(c) Jc(sb) Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) Lh(inh)"> <span>VWO Library</span> <svg width= "13" height= "8" class= "C(#b4b2c5) Rotate(270deg)" ><use xlink:href="#icon-chevron-down"></use></svg> </button> <div id="js-resource-library" class="D(b)--md D(n) js-tabs-content js-open-accordion+D(b)"> <div class="D(f)--md Px(0)--md Px(20px) My(20px) My(0)--md Ai(fs)"> <div class="W(5/12)--md Mend(40px)--md D(f) Fld(c) Jc(sb) Fxs(0) Bxz(bb) Mb(40px) Mb(0)--md"> <p class="Mt(0) Mb(20px) Tt(c) Fz($font-size-15) Fw(600) C($color-black-light-3)" role="heading" aria-level="4">Ebooks</p> <div> <div class=" Mb(15px)"> <a href="https://vwo.com/ebooks/ux-principles-psychological-concepts-improve-b2b-website/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) tst"> <img src="https://static.wingify.com/gcp/uploads/2024/08/mockup.png?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/2024/08/mockup.png?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/2024/08/mockup.png?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/2024/08/mockup.png?tr=w-120,h-100 2x" alt= "27 UX Principles And Psychological Concepts To Improve Your B2B Website" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-12)--md">27 UX Principles </p> </a> </div> <div class=" Mb(15px)"> <a href="https://vwo.com/ebooks/the-leaky-funnel-conundrum/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) tst"> <img src="https://static.wingify.com/gcp/uploads/2024/06/cover.png?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/2024/06/cover.png?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/2024/06/cover.png?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/2024/06/cover.png?tr=w-120,h-100 2x" alt= "The Leaky Funnel Conundrum - How to Stop Users From Leaving Your Website" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-12)--md">The Leaky Funnel Conundrum </p> </a> </div> <div class=" Mb(15px)"> <a href="https://vwo.com/ebooks/experimentation-program-maturity-report-2024/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) tst"> <img src="https://static.wingify.com/gcp/uploads/2024/04/1-1.png?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/2024/04/1-1.png?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/2024/04/1-1.png?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/2024/04/1-1.png?tr=w-120,h-100 2x" alt= "Experimentation Program Maturity Report 2024" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-12)--md">Experimentation Program Maturity Report 2024 </p> </a> </div> <div class=" Mb(15px)"> <a href="https://vwo.com/ebooks/step-by-step-guide-improving-website-navigation-behavior-analysis/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) tst"> <img src="https://static.wingify.com/gcp/uploads/2024/04/guide-for-Improving-Website-Navigation-Using-Behavior-Analysis@2x.png?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/2024/04/guide-for-Improving-Website-Navigation-Using-Behavior-Analysis@2x.png?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/2024/04/guide-for-Improving-Website-Navigation-Using-Behavior-Analysis@2x.png?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/2024/04/guide-for-Improving-Website-Navigation-Using-Behavior-Analysis@2x.png?tr=w-120,h-100 2x" alt= "Guide For Improving Website Navigation Using Behavior Analysis@2x" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-12)--md">Step-by-Step Guide for Improving Website Navigation Using Behavior Analysis </p> </a> </div> <div class=" Mb(15px)"> <a href="/whitepaper/ecommerce-2023-survey-report/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) tst"> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/whitepaper/whitepaper-tile@2x.png?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/whitepaper/whitepaper-tile@2x.png?tr=w-60,h-50 1x,https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/whitepaper/whitepaper-tile@2x.png?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/whitepaper/whitepaper-tile@2x.png?tr=w-120,h-100 2x" alt= "whitePaper" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /></picture> </div> <p class="M(0) Fz($font-size-12)--md">Inside The Minds of European Online Shoppers: eCommerce 2023 Survey Report </p> </a> </div> <a href="https://vwo.com/ebooks" class="C($color-purple) Fz($font-size-12) Tt(c) Td(n) Fw(600) Lts(0.2px) item"> <span>View all ebooks</span> <svg width= "9" height= "9" class= "item:h_TranslateX(5px) Trs($easeTransition)" ><use xlink:href="#icon-arrow-right"></use></svg> </a> </div> </div> <div class="W(5/12)--md Mend(40px)--md Fxs(0) D(f) Fld(c) Jc(sb) Bxz(bb) Mb(40px) Mb(0)--md"> <p class="Mt(0) Mb(20px) Tt(c) Fz($font-size-15) Fw(600) C($color-black-light-3)" role="heading">Webinars</p> <div> <div class=" Mb(15px)"> <a href="https://vwo.com/webinars/improve-experiment-velocity-leap-ai-powered-optimization/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) tst"> <img src="https://static.wingify.com/gcp/uploads/2024/02/image.png?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/2024/02/image.png?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/2024/02/image.png?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/2024/02/image.png?tr=w-120,h-100 2x" alt= "Thejas Sridhar" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-12)--md">Improve Experimentation Velocity by a Leap with AI-Powered Optimization </p> </a> </div> <div class=" Mb(15px)"> <a href="https://vwo.com/webinars/supercharge-hubspot-crm-unlocking-advanced-cro-capabilities-vwo-integration/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) tst"> <img src="https://static.wingify.com/gcp/uploads/2024/11/1516552969221.jpeg?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/2024/11/1516552969221.jpeg?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/2024/11/1516552969221.jpeg?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/2024/11/1516552969221.jpeg?tr=w-120,h-100 2x" alt= "Ajit Singh" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-12)--md">Supercharge Your HubSpot CRM: Unlocking Advanced CRO Capabilities with VWO Integration </p> </a> </div> <div class=" Mb(15px)"> <a href="https://vwo.com/webinars/maximizing-revenue-a-b-testing-during-black-friday-cyber-monday-opportunities-challenges-risks/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) tst"> <img src="https://static.wingify.com/gcp/uploads/2024/01/1680726941193.jpeg?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/2024/01/1680726941193.jpeg?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/2024/01/1680726941193.jpeg?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/2024/01/1680726941193.jpeg?tr=w-120,h-100 2x" alt= "Deborah O'Malley" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-12)--md">Maximizing Revenue with A/B Testing During Black Friday & Cyber Monday: Opportunities, Challenges, and Risks </p> </a> </div> <div class=" Mb(15px)"> <a href="https://vwo.com/webinars/use-cro-like-pros-surprising-ways-nail-your-cx/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) tst"> <img src="https://static.wingify.com/gcp/uploads/2024/10/mike-stineman-PREFERRED-019_modus_2017-1-1-scaled.jpg?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/2024/10/mike-stineman-PREFERRED-019_modus_2017-1-1-scaled.jpg?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/2024/10/mike-stineman-PREFERRED-019_modus_2017-1-1-scaled.jpg?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/2024/10/mike-stineman-PREFERRED-019_modus_2017-1-1-scaled.jpg?tr=w-120,h-100 2x" alt= "Michael Stineman" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-12)--md">Use CRO Like the Pros: Surprising Ways to Nail Your CX </p> </a> </div> <div class=" Mb(15px)"> <a href="https://vwo.com/webinars/heatmaps-visualizing-user-engagement-maximum-conversions/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) tst"> <img src="https://static.wingify.com/gcp/uploads/2024/10/evelinajorhov-1.jpg?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/2024/10/evelinajorhov-1.jpg?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/2024/10/evelinajorhov-1.jpg?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/2024/10/evelinajorhov-1.jpg?tr=w-120,h-100 2x" alt= "Evelina Jörhov" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-12)--md">Heatmaps: Visualizing User Engagement for Maximum Conversions </p> </a> </div> <a href="https://vwo.com/webinars" class="C($color-purple) Fz($font-size-12) Td(n) Fw(600) Lts(0.2px) item"> <span>View all webinars</span> <svg width= "9" height= "9" class= "item:h_TranslateX(5px) Trs($easeTransition)" ><use xlink:href="#icon-arrow-right"></use></svg> </a> </div> </div> </div> </div> </div> <div class="Bd(n)--md BdB Bdbc(#d9dde1)"> <button type="button" class="D(n)--md js-accordion C($color-black-light-3) C($color-purple):h Fz(14px) Fw(600) Py(16px) Px(20px) D(f) Ai(c) Jc(sb) Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) Lh(inh)"> <span>VWO Blog</span> <svg width= "13" height= "8" class= "C(#b4b2c5) Rotate(270deg)" ><use xlink:href="#icon-chevron-down"></use></svg> </button> <div id="js-blog" class="D(n) js-tabs-content js-open-accordion+D(b)"> <div class="D(f)--md Px(0)--md Px(20px) Mt(20px) Mt(0)--md Ai(fs)"> <div class="W(5/12)--md Mend(50px)--md D(f) Fld(c) Jc(sb) Fxs(0) Bxz(bb) Mb(40px) Mb(0)--md"> <p class="Mt(0) Mb(20px) Tt(c) Fz($font-size-15) Fw(600) C($color-black-light-3)" role="heading" aria-level="4">Latest Blogs</p> <div> <div class="Fxs(0) Bxz(bb)"> <div> <a href="https://vwo.com/blog/online-survey-tools/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-Top-18-Web-Survey-Tools-_-Best-Free-Premium-Survey-Makers-1.jpg?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-Top-18-Web-Survey-Tools-_-Best-Free-Premium-Survey-Makers-1.jpg?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-Top-18-Web-Survey-Tools-_-Best-Free-Premium-Survey-Makers-1.jpg?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-Top-18-Web-Survey-Tools-_-Best-Free-Premium-Survey-Makers-1.jpg?tr=w-120,h-100 2x" alt= "" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-12)--md">Top 18 Online Survey Tools | Best Free & Premium Survey Makers </p> </a> </div> </div> <div class="Fxs(0) Bxz(bb)"> <div> <a href="https://vwo.com/blog/ux-analytics-tools/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-15-Effective-UX-Analytics-Tools-for-Comprehensive-User-Experience-Insights-1.jpg?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-15-Effective-UX-Analytics-Tools-for-Comprehensive-User-Experience-Insights-1.jpg?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-15-Effective-UX-Analytics-Tools-for-Comprehensive-User-Experience-Insights-1.jpg?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-15-Effective-UX-Analytics-Tools-for-Comprehensive-User-Experience-Insights-1.jpg?tr=w-120,h-100 2x" alt= "" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-12)--md">15+ Effective UX Analytics Tools for Comprehensive User Experience Insights </p> </a> </div> </div> <div class="Fxs(0) Bxz(bb)"> <div> <a href="https://vwo.com/blog/customer-satisfaction-survey-tools/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-10-Top-Customer-Satisfaction-Tools-for-Your-Business-Growth-1.jpg?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-10-Top-Customer-Satisfaction-Tools-for-Your-Business-Growth-1.jpg?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-10-Top-Customer-Satisfaction-Tools-for-Your-Business-Growth-1.jpg?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-10-Top-Customer-Satisfaction-Tools-for-Your-Business-Growth-1.jpg?tr=w-120,h-100 2x" alt= "" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-12)--md">10 Top Customer Satisfaction Survey Tools for Business Growth </p> </a> </div> </div> <div class="Fxs(0) Bxz(bb)"> <div> <a href="https://vwo.com/blog/how-neilson-active-holidays-leveraged-behaviour-analytics-by-vwo/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-neilson@2x.jpg?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-neilson@2x.jpg?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-neilson@2x.jpg?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-neilson@2x.jpg?tr=w-120,h-100 2x" alt= "" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-12)--md">How Neilson Active Holidays Leveraged Behaviour Analytics by VWO to Boost UX and User Engagement [Case Study] </p> </a> </div> </div> <div class="Fxs(0) Bxz(bb)"> <div> <a href="https://vwo.com/blog/umniah-adel-insights/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-CRO-Perspectives-Umniah-Adel-1.jpg?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-CRO-Perspectives-Umniah-Adel-1.jpg?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-CRO-Perspectives-Umniah-Adel-1.jpg?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/sites/3/2024/11/Feature-image-CRO-Perspectives-Umniah-Adel-1.jpg?tr=w-120,h-100 2x" alt= "" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-12)--md">Analyze Local User Behavior to Tailor Offerings and Optimize Regional Experiences </p> </a> </div> </div> </div> </div> <div class="W(5/12)--md Fxs(0) D(f) Fld(c) Jc(sb) Bxz(bb)"> <p class="Mt(0) Mb(20px) Tt(c) Fz($font-size-15) Fw(600) C($color-black-light-3)" role="heading">Featured Blogs</p> <div> <div class="Fxs(0) Bxz(bb)"> <div> <a href="https://vwo.com/blog/ab-testing-tools/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/sites/3/2020/12/image-1.png?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/sites/3/2020/12/image-1.png?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/sites/3/2020/12/image-1.png?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/sites/3/2020/12/image-1.png?tr=w-120,h-100 2x" alt= "" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-12)--md">Top 13 Best A/B Testing Tools, Platforms & Softwares in 2024 </p> </a> </div> </div> <div class="Fxs(0) Bxz(bb)"> <div> <a href="https://vwo.com/blog/free-heatmap-tool/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/sites/3/2020/01/Feature-image_8-Top-Free-Heatmap-Tools-for-Your-Industry-2021.png?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/sites/3/2020/01/Feature-image_8-Top-Free-Heatmap-Tools-for-Your-Industry-2021.png?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/sites/3/2020/01/Feature-image_8-Top-Free-Heatmap-Tools-for-Your-Industry-2021.png?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/sites/3/2020/01/Feature-image_8-Top-Free-Heatmap-Tools-for-Your-Industry-2021.png?tr=w-120,h-100 2x" alt= "" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-12)--md">8 Best Free Website Heatmap Tools & Heatmap Software in 2024 </p> </a> </div> </div> <div class="Fxs(0) Bxz(bb)"> <div> <a href="https://vwo.com/blog/cro-tools/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/sites/3/2020/11/Feature-image_19-Must-Have-Tools-To-Begin-Your-CRO-Journey-Copy.png?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/sites/3/2020/11/Feature-image_19-Must-Have-Tools-To-Begin-Your-CRO-Journey-Copy.png?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/sites/3/2020/11/Feature-image_19-Must-Have-Tools-To-Begin-Your-CRO-Journey-Copy.png?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/sites/3/2020/11/Feature-image_19-Must-Have-Tools-To-Begin-Your-CRO-Journey-Copy.png?tr=w-120,h-100 2x" alt= "" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-12)--md">19 Best Conversion Rate Optimization Tools And Software to Increase Conversions Rate </p> </a> </div> </div> <div class="Fxs(0) Bxz(bb)"> <div> <a href="https://vwo.com/blog/shopify-heatmap/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/sites/3/2020/04/Feature-image_Shopify-Heatmaps-All-you-need-to-know.png?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/sites/3/2020/04/Feature-image_Shopify-Heatmaps-All-you-need-to-know.png?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/sites/3/2020/04/Feature-image_Shopify-Heatmaps-All-you-need-to-know.png?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/sites/3/2020/04/Feature-image_Shopify-Heatmaps-All-you-need-to-know.png?tr=w-120,h-100 2x" alt= "" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-12)--md">Top 10 Shopify Heatmap Apps [With Features] [2024] </p> </a> </div> </div> <div class="Fxs(0) Bxz(bb)"> <div> <a href="https://vwo.com/blog/ab-testing-price-testing/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/sites/3/2011/01/Feature-image_AB-Testing-Product-Pricing-Here-is-How-to-Do-It.png?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/sites/3/2011/01/Feature-image_AB-Testing-Product-Pricing-Here-is-How-to-Do-It.png?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/sites/3/2011/01/Feature-image_AB-Testing-Product-Pricing-Here-is-How-to-Do-It.png?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/sites/3/2011/01/Feature-image_AB-Testing-Product-Pricing-Here-is-How-to-Do-It.png?tr=w-120,h-100 2x" alt= "" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-12)--md">A/B Testing For Pricing & Split Testing For Pricing? – Here is How to Do It </p> </a> </div> </div> </div> </div> </div> <a href="/blog/" class="C($color-purple) Fz($font-size-12) Td(n) Fw(600) Px(20px) Px(0)--md Mb(20px) Mb(0)--md D(ib) Lts(0.2px) item"> <span>Read all articles</span> <svg width= "9" height= "9" class= "item:h_TranslateX(5px) Trs($easeTransition)" ><use xlink:href="#icon-arrow-right"></use></svg> </a> </div> </div> <div class="Bd(n)--md BdB Bdbc(#d9dde1)"> <button type="button" class="D(n)--md js-accordion C($color-black-light-3) C($color-purple):h Fz(14px) Fw(600) Py(16px) Px(20px) D(f) Ai(c) Jc(sb) Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) Lh(inh)"> <span>Thought Leadership Interviews</span> <svg width= "13" height= "8" class= "C(#b4b2c5) Rotate(270deg)" ><use xlink:href="#icon-chevron-down"></use></svg> </button> <div id="js-leadership-interviews" class="D(n) js-tabs-content js-open-accordion+D(b)"> <div class="D(f)--md Px(0)--md Px(20px) Mt(20px) Mt(0)--md Ai(fs)"> <div class="W(5/12)--md Mend(50px)--md D(f) Fld(c) Jc(sb) Fxs(0) Bxz(bb) Mb(40px) Mb(0)--md"> <p class="Mt(0) Mb(20px) Tt(c) Fz($font-size-15) Fw(600) C($color-black-light-3)" role="heading" aria-level="4">Thought Leadership Interviews</p> <div> <div class="Fxs(0) Bxz(bb)"> <div> <a href="https://vwo.com/blog/insights-from-gladwin-ngo/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/sites/3/2024/07/Feature-image-CRO-Perspectives-Gladwin-Ngo-1.jpg?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/sites/3/2024/07/Feature-image-CRO-Perspectives-Gladwin-Ngo-1.jpg?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/sites/3/2024/07/Feature-image-CRO-Perspectives-Gladwin-Ngo-1.jpg?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/sites/3/2024/07/Feature-image-CRO-Perspectives-Gladwin-Ngo-1.jpg?tr=w-120,h-100 2x" alt= "" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-12)--md">Allocate resources to experiments to proactively adapt to changes: Insights from Gladwin Ngo </p> </a> </div> </div> <div class="Fxs(0) Bxz(bb)"> <div> <a href="https://vwo.com/blog/insights-from-jared-brown-cro-perspectives/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/sites/3/2024/05/Feature-image-CRO-Perspectives-Jared-Brown-1.jpg?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/sites/3/2024/05/Feature-image-CRO-Perspectives-Jared-Brown-1.jpg?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/sites/3/2024/05/Feature-image-CRO-Perspectives-Jared-Brown-1.jpg?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/sites/3/2024/05/Feature-image-CRO-Perspectives-Jared-Brown-1.jpg?tr=w-120,h-100 2x" alt= "" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-12)--md">Risks of Rushed Tests and Relying on Limited Data – Insights from Jared Brown </p> </a> </div> </div> <div class="Fxs(0) Bxz(bb)"> <div> <a href="https://vwo.com/blog/cro-metrics-for-meaningful-improvements/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/sites/3/2024/03/Feature-image-CRO-Perspectives.jpg?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/sites/3/2024/03/Feature-image-CRO-Perspectives.jpg?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/sites/3/2024/03/Feature-image-CRO-Perspectives.jpg?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/sites/3/2024/03/Feature-image-CRO-Perspectives.jpg?tr=w-120,h-100 2x" alt= "" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-12)--md">Taciana Serafim on Prioritizing Impactful CRO Metrics for Meaningful Improvements </p> </a> </div> </div> </div> </div> <div class="W(5/12)--md Fxs(0) D(f) Fld(c) Jc(sb) Bxz(bb)"> <p class="Mt(0) Mb(20px) Op(0) V(h) Tt(c) Fz($font-size-15) Fw(600) C($color-black-light-3)" role="heading" aria-level="4">Thought Leadership Interviews</p> <div> <div class="Fxs(0) Bxz(bb)"> <div> <a href="https://vwo.com/blog/cro-insights-ruben-de-boer/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/sites/3/2024/06/Feature-image-CRO-Perspectives-Jared-Brown-1-1.jpg?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/sites/3/2024/06/Feature-image-CRO-Perspectives-Jared-Brown-1-1.jpg?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/sites/3/2024/06/Feature-image-CRO-Perspectives-Jared-Brown-1-1.jpg?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/sites/3/2024/06/Feature-image-CRO-Perspectives-Jared-Brown-1-1.jpg?tr=w-120,h-100 2x" alt= "" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-12)--md">CRO’s Evolution from Silo to Business Strategy and Innovation: Insights from Ruben de Boer </p> </a> </div> </div> <div class="Fxs(0) Bxz(bb)"> <div> <a href="https://vwo.com/blog/test-result-analysis-and-subsequent-action-insights-from-haley-carpenter/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/sites/3/2024/04/Feature-image-CRO-Perspectives-Haley-Carpenter-1.jpg?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/sites/3/2024/04/Feature-image-CRO-Perspectives-Haley-Carpenter-1.jpg?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/sites/3/2024/04/Feature-image-CRO-Perspectives-Haley-Carpenter-1.jpg?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/sites/3/2024/04/Feature-image-CRO-Perspectives-Haley-Carpenter-1.jpg?tr=w-120,h-100 2x" alt= "" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-12)--md">Test Result Analysis and Subsequent Action: Insights from Haley Carpenter </p> </a> </div> </div> <div class="Fxs(0) Bxz(bb)"> <div> <a href="https://vwo.com/blog/leadership-buy-in-essential-for-successful-scaling-of-testing-programs/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/sites/3/2024/08/Feature-image-CRO-Perspectives-Rafael-Damasceno-1.jpg?tr=w-60,h-50" srcset="https://static.wingify.com/gcp/uploads/sites/3/2024/08/Feature-image-CRO-Perspectives-Rafael-Damasceno-1.jpg?tr=w-60,h-50 1x,https://static.wingify.com/gcp/uploads/sites/3/2024/08/Feature-image-CRO-Perspectives-Rafael-Damasceno-1.jpg?tr=w-90,h-75 1.5x, https://static.wingify.com/gcp/uploads/sites/3/2024/08/Feature-image-CRO-Perspectives-Rafael-Damasceno-1.jpg?tr=w-120,h-100 2x" alt= "" decoding= "async" width= "60" height= "50" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-12)--md">Leadership Buy-in Essential for Successful Scaling of Testing Programs </p> </a> </div> </div> </div> </div> </div> <a href="/blog/" class="C($color-purple) Fz($font-size-12) Td(n) Fw(600) Px(20px) Px(0)--md Mb(20px) Mb(0)--md D(ib) Lts(0.2px) item"> <span>Read all interviews</span> <svg width= "9" height= "9" class= "item:h_TranslateX(5px) Trs($easeTransition)" ><use xlink:href="#icon-arrow-right"></use></svg> </a> </div> </div> <div class="Bd(n)--md BdB Bdbc(#d9dde1)"> <button type="button" class="D(n)--md js-accordion C($color-black-light-3) C($color-purple):h Fz(14px) Fw(600) Py(16px) Px(20px) D(f) Ai(c) Jc(sb) Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) Lh(inh)"> <span>Masters of conversion</span> <svg width= "13" height= "8" class= "C(#b4b2c5) Rotate(270deg)" ><use xlink:href="#icon-chevron-down"></use></svg> </button> <div id="js-master-conversion" class="D(n) js-tabs-content js-open-accordion+D(b)"> <div class="D(f)--md Px(0)--md Px(20px) My(20px) My(0)--md Ai(fs)"> <!--------------------------------------No upcoming events--------------------------------------------------> <div class="W(100%)"> <p class="Mt(0) Mb(20px) Tt(c) Fz($font-size-15) Fw(600) C($color-black-light-3)" role="heading">Past Webinars</p> <div class="D(f) Flw(w)"> <div class="W(5/12)--md W(100%) Mend(40px)"> <div class=" Mb(30px) Mb(0):lc"> <a href="https://vwo.com/webcast/from-okrs-strategic-experimentation/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px)"> <div class="W(60px) H(60px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/2024/07/Bjarn-Brunenberg-speaker-photo.png?tr=w-60,h-60" srcset="https://static.wingify.com/gcp/uploads/2024/07/Bjarn-Brunenberg-speaker-photo.png?tr=w-60,h-60 1x,https://static.wingify.com/gcp/uploads/2024/07/Bjarn-Brunenberg-speaker-photo.png?tr=w-90,h-90 1.5x, https://static.wingify.com/gcp/uploads/2024/07/Bjarn-Brunenberg-speaker-photo.png?tr=w-120,h-120 2x" alt= "Bjarn Brunenberg" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <div><p class="M(0)">From OKRs to Strategic Experimentation </p> <span class="Fz($font-size-13) C($color-grey-light-1)">- Bjarn Brunenberg, TomTom</span></div> </a> </div> </div><div class="W(5/12)--md W(100%) Mend(40px)"> <div class=" Mb(30px) Mb(0):lc"> <a href="https://vwo.com/webcast/research-results-behavioral-economists-guide-cro/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px)"> <div class="W(60px) H(60px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/2024/07/Florent-Buisson-speaker-photo.png?tr=w-60,h-60" srcset="https://static.wingify.com/gcp/uploads/2024/07/Florent-Buisson-speaker-photo.png?tr=w-60,h-60 1x,https://static.wingify.com/gcp/uploads/2024/07/Florent-Buisson-speaker-photo.png?tr=w-90,h-90 1.5x, https://static.wingify.com/gcp/uploads/2024/07/Florent-Buisson-speaker-photo.png?tr=w-120,h-120 2x" alt= "Florent Buisson" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <div><p class="M(0)">Research to Results: A Behavioral Economist’s Guide to CRO </p> <span class="Fz($font-size-13) C($color-grey-light-1)">- Florent Buisson, Cars Commerce</span></div> </a> </div> </div><div class="W(5/12)--md W(100%) Mend(40px)"> <div class=" Mb(30px) Mb(0):lc"> <a href="https://vwo.com/webcast/research-discovery-tools-experimentation/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px)"> <div class="W(60px) H(60px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/2024/04/Craig-Sullivan-speaker-photo@2x.png?tr=w-60,h-60" srcset="https://static.wingify.com/gcp/uploads/2024/04/Craig-Sullivan-speaker-photo@2x.png?tr=w-60,h-60 1x,https://static.wingify.com/gcp/uploads/2024/04/Craig-Sullivan-speaker-photo@2x.png?tr=w-90,h-90 1.5x, https://static.wingify.com/gcp/uploads/2024/04/Craig-Sullivan-speaker-photo@2x.png?tr=w-120,h-120 2x" alt= "Craig Sullivan" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <div><p class="M(0)">Research and Discovery Tools for Experimentation </p> <span class="Fz($font-size-13) C($color-grey-light-1)">- Craig Sullivan, Optimise Or Die</span></div> </a> </div> </div><div class="W(5/12)--md W(100%) Mend(40px)"> <div class=" Mb(30px) Mb(0):lc"> <a href="https://vwo.com/webcast/life-between-variants/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px)"> <div class="W(60px) H(60px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/2024/03/Tomáš-Voves-speaker-photo.png?tr=w-60,h-60" srcset="https://static.wingify.com/gcp/uploads/2024/03/Tomáš-Voves-speaker-photo.png?tr=w-60,h-60 1x,https://static.wingify.com/gcp/uploads/2024/03/Tomáš-Voves-speaker-photo.png?tr=w-90,h-90 1.5x, https://static.wingify.com/gcp/uploads/2024/03/Tomáš-Voves-speaker-photo.png?tr=w-120,h-120 2x" alt= "Tomáš Voves" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <div><p class="M(0)">Life Between Variants </p> <span class="Fz($font-size-13) C($color-grey-light-1)">- Tomáš Voves, Livesport</span></div> </a> </div> </div><div class="W(5/12)--md W(100%) Mend(40px)"> <div class=" Mb(30px) Mb(0):lc"> <a href="https://vwo.com/webcast/converting-with-comedy-research-parallels-for-cro/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px)"> <div class="W(60px) H(60px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/2024/02/Viket-Benzesin-speaker-photo@2x.png?tr=w-60,h-60" srcset="https://static.wingify.com/gcp/uploads/2024/02/Viket-Benzesin-speaker-photo@2x.png?tr=w-60,h-60 1x,https://static.wingify.com/gcp/uploads/2024/02/Viket-Benzesin-speaker-photo@2x.png?tr=w-90,h-90 1.5x, https://static.wingify.com/gcp/uploads/2024/02/Viket-Benzesin-speaker-photo@2x.png?tr=w-120,h-120 2x" alt= "Viket Benzesin" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <div><p class="M(0)">Converting with Comedy: Research Parallels for CRO </p> <span class="Fz($font-size-13) C($color-grey-light-1)">- Viket Benzesin, Mars</span></div> </a> </div> </div><div class="W(5/12)--md W(100%) Mend(40px)"> <div class=" Mb(30px) Mb(0):lc"> <a href="https://vwo.com/webcast/a-b-testing-personalized-meditation-recommendation-system/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px)"> <div class="W(60px) H(60px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2)"> <img src="https://static.wingify.com/gcp/uploads/2024/01/Rohan-Singh-Rajput-speaker-photo.png?tr=w-60,h-60" srcset="https://static.wingify.com/gcp/uploads/2024/01/Rohan-Singh-Rajput-speaker-photo.png?tr=w-60,h-60 1x,https://static.wingify.com/gcp/uploads/2024/01/Rohan-Singh-Rajput-speaker-photo.png?tr=w-90,h-90 1.5x, https://static.wingify.com/gcp/uploads/2024/01/Rohan-Singh-Rajput-speaker-photo.png?tr=w-120,h-120 2x" alt= "Rohan Singh Rajput" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(b) Maw(100%) H(a)" /> </div> <div><p class="M(0)">Building Personalized Meditation Experiences </p> <span class="Fz($font-size-13) C($color-grey-light-1)">- Rohan Singh Rajput, Headspace</span></div> </a> </div> </div> </div> </div> <!--------------------------------------End upcoming events--------------------------------------------------> </div> <div> <a href="/webcast/" class="C($color-purple) Fz($font-size-12) Td(n) Fw(600) Px(20px) Px(0)--md Mb(20px) Mt(20px) Mb(0)--md D(ib) Lts(0.2px) item"> <span>View all webinars</span> <svg width= "9" height= "9" class= "item:h_TranslateX(5px) Trs($easeTransition)" ><use xlink:href="#icon-arrow-right"></use></svg> </a> </div> </div> </div> <div class="Bd(n)--md BdB Bdbc(#d9dde1)"> <button type="button" class="D(n)--md js-accordion C($color-black-light-3) C($color-purple):h Fz(14px) Fw(600) Py(16px) Px(20px) D(f) Ai(c) Jc(sb) Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) Lh(inh)"> <span>VWO Success Stories</span> <svg width= "13" height= "8" class= "C(#b4b2c5) Rotate(270deg)" ><use xlink:href="#icon-chevron-down"></use></svg> </button> <div id="js-new-to-vwo" class="D(n) js-tabs-content js-open-accordion+D(b)"> <p class="Mb(20px) Mt(0)--md Mt(20px) Px(0)--md Px(20px) Fz($font-size-15) Fw(600) C($color-black-light-3)" role="heading">Success Stories</p> <div class="D(f)--md Fxf(w) Px(0)--md Px(20px) My(20px) My(0)--md"> <div class="W(5/12)--md Mend(40px)--md Fxs(0) Bxz(bb) Mb(40px) Mb(0)--md"> <div class="Mb(15px)"> <a href="https://vwo.com/success-stories/us/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) P(5px) Bxz(bb)"> <img class="D(b)" src="https://static.wingify.com/gcp//uploads/2024/11/logo-1-1.png" alt="Logo (1) (1)" decoding= "async" loading= "lazy" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-11)--md Fz($font-size-12)--lg">Us improved checkout rates for e5 by adding a cart confirmation pop-up </p> </a> </div> </div> <div class="W(5/12)--md Mend(40px)--md Fxs(0) Bxz(bb) Mb(40px) Mb(0)--md"> <div class="Mb(15px)"> <a href="https://vwo.com/success-stories/tatvic/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) P(5px) Bxz(bb)"> <img class="D(b)" src="https://static.wingify.com/gcp/tr:h-50,w-60,c-at_max/uploads/2024/10/Tatvic-logo-1.png" alt="Tatvic Logo" srcset ="https://static.wingify.com/gcp/tr:h-50,w-60,c-at_max/uploads/2024/10/Tatvic-logo-1.png 1x, https://static.wingify.com/gcp/tr:h-100,w-120,c-at_max/uploads/2024/10/Tatvic-logo-1.png 2x" decoding= "async" loading= "lazy" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-11)--md Fz($font-size-12)--lg">Tatvic Optimizes ICICI Lombard’s Insurance Form Gaining Increased Submissions With VWO </p> </a> </div> </div> <div class="W(5/12)--md Mend(40px)--md Fxs(0) Bxz(bb) Mb(40px) Mb(0)--md"> <div class="Mb(15px)"> <a href="https://vwo.com/success-stories/no-baby-blisters/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) P(5px) Bxz(bb)"> <img class="D(b)" src="https://static.wingify.com/gcp//uploads/2024/10/No_Baby_Blisters_Logos_FNL-Small.png" alt="No Baby Blisters Logos Fnl Small" decoding= "async" loading= "lazy" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-11)--md Fz($font-size-12)--lg">No Baby Blisters Improves Donation Page Conversions with VWO </p> </a> </div> </div> <div class="W(5/12)--md Mend(40px)--md Fxs(0) Bxz(bb) Mb(40px) Mb(0)--md"> <div class="Mb(15px)"> <a href="https://vwo.com/success-stories/plymouth-rock/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) P(5px) Bxz(bb)"> <img class="D(b)" src="https://static.wingify.com/gcp/tr:h-50,w-60,c-at_max/uploads/2024/10/Logo-Plymouth-Rock.png" alt="Logo Plymouth Rock" srcset ="https://static.wingify.com/gcp/tr:h-50,w-60,c-at_max/uploads/2024/10/Logo-Plymouth-Rock.png 1x, https://static.wingify.com/gcp/tr:h-100,w-120,c-at_max/uploads/2024/10/Logo-Plymouth-Rock.png 2x" decoding= "async" loading= "lazy" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-11)--md Fz($font-size-12)--lg">Plymouth Rock Increased Conversions by Redesigning the Final Checkout Flow </p> </a> </div> </div> <div class="W(5/12)--md Mend(40px)--md Fxs(0) Bxz(bb) Mb(40px) Mb(0)--md"> <div class="Mb(15px)"> <a href="https://vwo.com/success-stories/performics-hdfc-ergo/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) P(5px) Bxz(bb)"> <img class="D(b)" src="https://static.wingify.com/gcp//uploads/2024/03/image004.png" alt="Logo" decoding= "async" loading= "lazy" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-11)--md Fz($font-size-12)--lg">Performics Lowers Cost Per Conversion, Improves RoAS 1.5X for HDFC ERGO General Insurance with VWO </p> </a> </div> </div> <div class="W(5/12)--md Mend(40px)--md Fxs(0) Bxz(bb) Mb(40px) Mb(0)--md"> <div class="Mb(15px)"> <a href="https://vwo.com/success-stories/energysage/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) P(5px) Bxz(bb)"> <img class="D(b)" src="https://static.wingify.com/gcp//uploads/2024/10/LOGO-energysage.png" alt="Logo Energysage" decoding= "async" loading= "lazy" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-11)--md Fz($font-size-12)--lg">EnergySage increased approved users by adding a personal touch to emails </p> </a> </div> </div> <div class="W(5/12)--md Mend(40px)--md Fxs(0) Bxz(bb) Mb(40px) Mb(0)--md"> <div class="Mb(15px)"> <a href="https://vwo.com/success-stories/performics/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) P(5px) Bxz(bb)"> <img class="D(b)" src="https://static.wingify.com/gcp//uploads/2024/03/image004.png" alt="Logo" decoding= "async" loading= "lazy" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-11)--md Fz($font-size-12)--lg">Performics Enhances Aapka Painter’s Lead Generation Process with VWO Testing </p> </a> </div> </div> <div class="W(5/12)--md Mend(40px)--md Fxs(0) Bxz(bb) Mb(40px) Mb(0)--md"> <div class="Mb(15px)"> <a href="https://vwo.com/success-stories/serpent-forge/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) P(5px) Bxz(bb)"> <img class="D(b)" src="https://static.wingify.com/gcp//uploads/2024/02/Logo.png" alt="Logo" decoding= "async" loading= "lazy" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-11)--md Fz($font-size-12)--lg">Serpent Forge Enhances Add-to-Cart Clicks Through Product Page Testing </p> </a> </div> </div> <div class="W(5/12)--md Mend(40px)--md Fxs(0) Bxz(bb) Mb(40px) Mb(0)--md"> <div class="Mb(15px)"> <a href="https://vwo.com/success-stories/melbourne-innovation-centre/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) P(5px) Bxz(bb)"> <img class="D(b)" src="https://static.wingify.com/gcp/tr:h-50,w-60,c-at_max/uploads/2024/01/logo.png" alt="Logo" srcset ="https://static.wingify.com/gcp/tr:h-50,w-60,c-at_max/uploads/2024/01/logo.png 1x, https://static.wingify.com/gcp/tr:h-100,w-120,c-at_max/uploads/2024/01/logo.png 2x" decoding= "async" loading= "lazy" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-11)--md Fz($font-size-12)--lg">Melbourne Innovation Centre Boosts Lead Conversion Through Homepage Testing </p> </a> </div> </div> <div class="W(5/12)--md Mend(40px)--md Fxs(0) Bxz(bb) Mb(40px) Mb(0)--md"> <div class="Mb(15px)"> <a href="https://vwo.com/success-stories/critique-jeu/" class="Td(n) D(f) Ai(fs) C($color-black-light-3) C($color-purple):h Fz($font-size-13)--md Mb(20px) Lts(0.2px) Mb(15px)--md"> <div class="W(60px) H(50px) Ov(h) D(f) Ai(c) Jc(c) Mend(16px) Flxs(0) Bgc($color-light-grey-2) P(5px) Bxz(bb)"> <img class="D(b)" src="https://static.wingify.com/gcp//uploads/2023/12/LOGO.png" alt="Logo" decoding= "async" loading= "lazy" /> </div> <p class="M(0) Fz($font-size-14) Fz($font-size-11)--md Fz($font-size-12)--lg">Critique Jeu Improved Inter-page Navigation by Testing Blue Underlined Hyperlinks </p> </a> </div> </div> </div> <a href="https://vwo.com/success-stories" class="C($color-purple) Fz($font-size-12) Td(n) Fw(600) Px(20px) Px(0)--md Mb(20px) Mb(0)--md D(ib) Lts(0.2px) item"> <span>View all Success Stories</span> <svg width= "9" height= "9" class= "item:h_TranslateX(5px) Trs($easeTransition)" ><use xlink:href="#icon-arrow-right"></use></svg> </a> </div> </div> <div class="Bd(n)--md BdB Bdbc(#d9dde1)"> <button type="button" class="D(n)--md js-accordion C($color-black-light-3) C($color-purple):h Fz(14px) Fw(600) Py(16px) Px(20px) D(f) Ai(c) Jc(sb) Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) Lh(inh)"> <span>Free Tools</span> <svg width= "13" height= "8" class= "C(#b4b2c5) Rotate(270deg)" ><use xlink:href="#icon-chevron-down"></use></svg> </button> <div id="js-culture-of-experimentation" class="D(n) js-tabs-content js-open-accordion+D(b)"> <p class="Mb(20px) Mt(0)--md Mt(20px) Px(0)--md Px(20px) Fz($font-size-15) Fw(600) C($color-black-light-3)" role="heading">Calculators</p> <div class="D(f)--md Px(0)--md Px(20px) My(20px) My(0)--md"> <div class="W(4/12)--md Mend(30px)--md Bxz(bb) Mb(20px) Mb(0)--md"> <div class="Mb(20px)"> <a href="https://vwo.com/tools/cro-experimentation-checklist/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/checklist-icon.svg" alt= "" decoding= "async" width= "62" height= "62" loading= "lazy" class= "D(ib) W(60px) Flxs(0) Mend(16px) " /> CRO Experimentation Checklist </a> </div> <div class="Mb(20px)"> <a href="https://vwo.com/tools/ab-test-significance-calculator/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/ab-testing-calculator.svg" alt= "" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(ib) W(60px) Flxs(0) Mend(16px)" /> A/B Test Significance Calculator </a> </div> <div class="Mb(20px)"> <a href="https://vwo.com/tools/ai-powered-heatmap-generator/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/AI-powered-icn.svg" alt= "" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(ib) W(60px) Flxs(0) Mend(16px)" /> AI-Powered Heatmap Generator </a> </div> </div> <div class="W(4/12)--md Mend(30px)--md Bxz(bb) Mb(20px) Mb(0)--md"> <div class="Mb(20px)"> <a href="https://vwo.com/tools/ab-test-duration-calculator/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/duration-calculator.svg" alt= "" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(ib) W(60px) Flxs(0) Mend(16px)" /> A/B Test Duration Calculator </a> </div> <div class="Mb(20px)"> <a href="https://vwo.com/tools/ab-test-sample-size-calculator/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/sample-size-calculator.svg" alt= "" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(ib) W(60px) Flxs(0) Mend(16px)" /> A/B Test Sample Size Calculator </a> </div> <div class="Mb(20px)"> <a href="https://vwo.com/tools/cart-abandonment-calculator/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/cart.png" alt= "" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(ib) W(60px) Flxs(0) Mend(16px)" /></picture> Cart Abandonment Calculator </a> </div> </div> <div class="W(4/12)--md Bxz(bb) Mb(40px) Mb(0)--md"> <div class="Mb(20px)"> <a href="https://vwo.com/tools/push-notification-roi-calculator/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/roi-calculator.svg" alt= "" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(ib) W(60px) Flxs(0) Mend(16px)" /> Push Notification ROI Calculator </a> </div> <div class="Mb(20px)"> <a href="https://landingpageanalyzer.io/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/landing-page-analyzer.svg" alt= "" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(ib) W(60px) Flxs(0) Mend(16px)" /> Landing Page Analyzer </a> </div> </div> </div> <div> <a href="https://vwo.com/tools/" class="C($color-purple) Fz($font-size-12) Td(n) Fw(600) Px(20px) Px(0)--md Mt(20px)--md Mb(20px) Mb(0)--md D(ib) Lts(0.2px) item"> <span>View all free tools</span> <svg width= "9" height= "9" class= "item:h_TranslateX(5px) Trs($easeTransition)" ><use xlink:href="#icon-arrow-right"></use></svg> </a> </div> </div> </div> <div class="Bd(n)--md BdB Bdbc(#d9dde1)"> <button type="button" class="D(n)--md js-accordion C($color-black-light-3) C($color-purple):h Fz(14px) Fw(600) Py(16px) Px(20px) D(f) Ai(c) Jc(sb) Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) Lh(inh)"> <span>Popular In-depth Guides</span> <svg width= "13" height= "8" class= "C(#b4b2c5) Rotate(270deg)" ><use xlink:href="#icon-chevron-down"></use></svg> </button> <div id="js-mastering-cro" class="D(n) js-tabs-content js-open-accordion+D(b)"> <p class="Mb(20px) Mt(0)--md Mt(20px) Fz($font-size-15) Fw(600) C($color-black-light-3) Px(0)--md Px(20px)" role="heading">Popular In-depth Guides</p> <div class="D(f)--md Px(0)--md Px(20px) My(20px) My(0)--md"> <div class="W(4/12)--md Mend(30px)--md Bxz(bb) Mb(20px) Mb(0)--md"> <div class="Mb(20px) "> <a href="https://vwo.com/conversion-rate-optimization/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/learn-more/tab-4/cro.svg" alt= "" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(ib) W(60px) Flxs(0) Mend(16px)" /> Conversion Rate Optimization </a> </div> <div class="Mb(20px)"> <a href="https://vwo.com/ab-testing/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/learn-more/tab-4/masteringcro-3.svg" alt= "" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(ib) W(60px) Flxs(0) Mend(16px)" /> A/B Testing </a> </div> <div class="Mb(20px)"> <a href="https://vwo.com/push-notifications/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/learn-more/tab-4/push-notification.svg" alt= "" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(ib) W(60px) Flxs(0) Mend(16px)" /> Push Notifications </a> </div> </div> <div class="W(4/12)--md Mend(30px)--md Bxz(bb) Mb(20px) Mb(0)--md"> <div class="Mb(20px)"> <a href="https://vwo.com/form-analytics/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/learn-more/tab-4/form-analytics.svg" alt= "" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(ib) W(60px) Flxs(0) Mend(16px)" /> Web Form Analytics </a> </div> <div class="Mb(20px)"> <a href="https://vwo.com/website-personalization/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/learn-more/tab-4/masteringcro-2.svg" alt= "" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(ib) W(60px) Flxs(0) Mend(16px)" /> Website Personalization </a> </div> <div class="Mb(20px)"> <a href="https://vwo.com/website-heatmap/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/learn-more/tab-4/heatmap.svg" alt= "" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(ib) W(60px) Flxs(0) Mend(16px)" /> Website Heatmaps </a> </div> </div> <div class="W(4/12)--md Mend(30px)--md Bxz(bb) Mb(20px) Mb(0)--md"> <div class="Mb(20px)"> <a href="https://vwo.com/server-side-testing/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/learn-more/tab-4/server-side.svg" alt= "" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(ib) W(60px) Flxs(0) Mend(16px)" /> Server Side Testing </a> </div> <div> <a href="https://vwo.com/mobile-app-ab-testing/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/learn-more/tab-4/mobile-app.svg" alt= "" decoding= "async" width= "60" height= "60" loading= "lazy" class= "D(ib) W(60px) Flxs(0) Mend(16px)" /> Mobile App Testing </a> </div> </div> </div> <div> <a href="https://vwo.com/popular-web-optimization-guides/" class="C($color-purple) Fz($font-size-12) Td(n) Fw(600) Px(20px) Px(0)--md Mt(20px)--md Mb(20px) Mb(0)--md D(ib) Lts(0.2px) item"> <span>View all</span> <svg width= "9" height= "9" class= "item:h_TranslateX(5px) Trs($easeTransition)" ><use xlink:href="#icon-arrow-right"></use></svg> </a> </div> </div> </div> <div class="Bd(n)--md BdB Bdbc(#d9dde1)"> <button type="button" class="D(n)--md js-accordion C($color-black-light-3) C($color-purple):h Fz(14px) Fw(600) Py(16px) Px(20px) D(f) Ai(c) Jc(sb) Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) Lh(inh)"> <span>Glossary</span> <svg width= "13" height= "8" class= "C(#b4b2c5) Rotate(270deg)" ><use xlink:href="#icon-chevron-down"></use></svg> </button> <div id="js-glossary-tab" class="D(n) js-tabs-content js-open-accordion+D(b)"> <p class="Mb(20px) Mt(0)--md Mt(20px) Px(0)--md Px(20px) Fz($font-size-15) Fw(600) C($color-black-light-3)" role="heading">Glossary</p> <div class="D(f)--md Px(0)--md Px(20px) My(20px) My(0)--md"> <div class="W(4/12)--md Mend(30px)--md Bxz(bb) Mb(20px) Mb(0)--md"> <div class="Mb(20px)"> <a href="https://vwo.com/glossary/a-b-testing/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <div> <span class="Fz($font-size-14) Fw(700) Trsdu(0.3s)">A/B Testing</span> <p class="Fz($font-size-12) Mt(5px) Mb(0) Ov(h) Tov(e) feature-item:h_C($color-black-light-3) line-clamp-2">A/B testing is an experimentation process where two or more versions of a web page/product/app (or an element...</p> </div> </a> </div> <div class="Mb(20px)"> <a href="https://vwo.com/glossary/behavioral-science/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <div> <span class="Fz($font-size-14) Fw(700) Trsdu(0.3s)">Behavioral Science</span> <p class="Fz($font-size-12) Mt(5px) Mb(0) Ov(h) Tov(e) feature-item:h_C($color-black-light-3) line-clamp-2">Behavioral science represents the study of human behavior through the use of systematic experimentation and...</p> </div> </a> </div> <div class="Mb(20px)"> <a href="https://vwo.com/glossary/conversion-rate-optimization/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <div> <span class="Fz($font-size-14) Fw(700) Trsdu(0.3s)">Conversion Rate Optimization</span> <p class="Fz($font-size-12) Mt(5px) Mb(0) Ov(h) Tov(e) feature-item:h_C($color-black-light-3) line-clamp-2">Conversion rate optimization is the practice of continually improving a website’s ability to affect conversions...</p> </div> </a> </div> <div class="Mb(20px)"> <a href="https://vwo.com/glossary/customer-data-platform/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <div> <span class="Fz($font-size-14) Fw(700) Trsdu(0.3s)">Customer Data Platform</span> <p class="Fz($font-size-12) Mt(5px) Mb(0) Ov(h) Tov(e) feature-item:h_C($color-black-light-3) line-clamp-2">A Customer Data Platform (CDP) is a type of database software that builds permanent, consolidated records...</p> </div> </a> </div> </div> <div class="W(4/12)--md Mend(30px)--md Bxz(bb) Mb(20px) Mb(0)--md"> <div class="Mb(20px)"> <a href="https://vwo.com/glossary/feature-rollout/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <div> <span class="Fz($font-size-14) Fw(700) Trsdu(0.3s)">Feature Rollout</span> <p class="Fz($font-size-12) Mt(5px) Mb(0) Ov(h) Tov(e) feature-item:h_C($color-black-light-3) line-clamp-2">Feature rollout is a methodical and strategic release of a new feature to a product, such as an app...</p> </div> </a> </div> <div class="Mb(20px)"> <a href="https://vwo.com/glossary/mobile-app-a-b-testing/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <div> <span class="Fz($font-size-14) Fw(700) Trsdu(0.3s)">Mobile App A/B Testing</span> <p class="Fz($font-size-12) Mt(5px) Mb(0) Ov(h) Tov(e) feature-item:h_C($color-black-light-3) line-clamp-2">Mobile app A/B testing is a way to test different versions of an app to see which one works best. It is used to figure out...</p> </div> </a> </div> <div class="Mb(20px)"> <a href="https://vwo.com/glossary/personalization/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <div> <span class="Fz($font-size-14) Fw(700) Trsdu(0.3s)">Personalization</span> <p class="Fz($font-size-12) Mt(5px) Mb(0) Ov(h) Tov(e) feature-item:h_C($color-black-light-3) line-clamp-2">Personalization is essentially used to refer to a variety of algorithms and strategies that online businesses use...</p> </div> </a> </div> <div class="Mb(20px)"> <a href="https://vwo.com/glossary/qualitative-visitor-research/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <div> <span class="Fz($font-size-14) Fw(700) Trsdu(0.3s)">Qualitative Visitor Research</span> <p class="Fz($font-size-12) Mt(5px) Mb(0) Ov(h) Tov(e) feature-item:h_C($color-black-light-3) line-clamp-2">Qualitative visitor research refers to a set of methodologies aimed at exploring the subjective and nuanced aspects...</p> </div> </a> </div> </div> <div class="W(4/12)--md Bxz(bb) Mb(20px) Mb(0)--md"> <div class="Mb(20px)"> <a href="https://vwo.com/glossary/server-side-testing/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <div> <span class="Fz($font-size-14) Fw(700) Trsdu(0.3s)">Server-Side Testing</span> <p class="Fz($font-size-12) Mt(5px) Mb(0) Ov(h) Tov(e) feature-item:h_C($color-black-light-3) line-clamp-2">Server-side testing is the process of experimentation that involves rendering the website variation at the server...</p> </div> </a> </div> <div class="Mb(20px)"> <a href="https://vwo.com/glossary/statistical-significance/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <div> <span class="Fz($font-size-14) Fw(700) Trsdu(0.3s)">Statistical Significance</span> <p class="Fz($font-size-12) Mt(5px) Mb(0) Ov(h) Tov(e) feature-item:h_C($color-black-light-3) line-clamp-2">In a hypothesis test, a result is declared statistically significant if one can rule out the possibility to obtain...</p> </div> </a> </div> <div class="Mb(20px)"> <a href="https://vwo.com/glossary/website-optimization/" class="feature-item Td(n) D(f) Ai(c) Py(4px) C($color-black-light-3) C($color-purple):h Fz($font-size-13) Lts(0.2px) M(0) Px(0)"> <div> <span class="Fz($font-size-14) Fw(700) Trsdu(0.3s)">Website Optimization</span> <p class="Fz($font-size-12) Mt(5px) Mb(0) Ov(h) Tov(e) feature-item:h_C($color-black-light-3) line-clamp-2">Website optimization is the process of implementing knowledge, strategies, and tools for improving various...</p> </div> </a> </div> <div> <a href="/glossary" class="C($color-purple) Fz($font-size-14) Td(n) Fw(700) Mt(20px)--md Mb(20px) Mb(0)--md D(ib) Lts(0.2px) item"> <span>View All Glossary Terms</span> <svg width= "9" height= "9" class= "item:h_TranslateX(5px) Trs($easeTransition)" ><use xlink:href="#icon-arrow-right"></use></svg> </a> </div> </div> </div> </div> </div> <div class="Px(20px) Py(50px) Ta(c) D(n)--md D(b)"> <a href="https://help.vwo.com/" class="button button--small W(100%) Mb(10px)"> VWO Knowledge Base </a> <a href="/product-updates" class="button button--line button--small W(100%)"> Product Updates </a> </div> </div> </div> </div> </div> <!-- End Resources Dropdown --> </li> <li class="Pend(0)--md"> <a class="C($color-new-font-dark) Fz($font-size-16) Fw(700) Td(n) Py(14px) Px(0)--lg Px(10px)--sm Px(40px) D(f) Ai(c) H(80px)--md Jc(sb) Jc(fs)--md Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) M(0) Lh(inh) header-top-theme-dark_C($color-white) nav-btn" href="https://vwo.com/partners/"> <span class="Py(10px)--md Px(14px)--md header-nav-text Trsdu(0.3s) Bdrs(4px) Mx(4px)--lg"> Partners </span> <svg width= "16" height= "10" class= "C(#b4b2c5) D(n)--md D(i) Fxs(0) Rotate(-90deg)" ><use xlink:href="#icon-chevron-down"></use></svg> </a> </li> <li class="D(n)--md Pend(0)--md"> <a class="C($color-new-font-dark) Fz($font-size-16) Fw(700) Td(n) Py(14px) Px(0)--lg Px(10px)--sm Px(40px) D(f) Ai(c) H(80px)--md Jc(sb) Jc(fs)--md Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) M(0) Lh(inh) header-top-theme-dark_C($color-white) nav-btn Lts(n)" href="https://vwo.com/contact-us/"> <span class="Py(10px)--md Px(14px)--md header-nav-text Trdu(0.3s) Bdrs(4px)"> Contact Us </span> <svg width= "16" height= "10" class= "C(#b4b2c5) D(n)--md D(i) Fxs(0) Rotate(-90deg)" ><use xlink:href="#icon-chevron-down"></use></svg> </a> </li> <li class="js-header-dropdown-trigger D(n)--md D(b) Pend(0)--md"> <button type="button" aria-expanded="false" class="js-header-dropdown C($color-new-font-dark) Fz($font-size-16) Fw(700) Td(n) Py(14px) Px(0)--lg Px(10px)--sm Px(40px) D(f) Ai(c) H(80px)--md Jc(sb) Jc(fs)--md Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) M(0) Lh(inh) header-top-theme-dark_C($color-white) nav-btn"> <span class="Mend(4px)">Login</span> <svg width= "16" height= "10" class= "C(#b4b2c5) D(n)--md D(i) Fxs(0) Rotate(-90deg)" ><use xlink:href="#icon-chevron-down"></use></svg> </button> <!-- Login Dropdown --> <div class="js-header-dropdown-content js-dropdown-content Mt(-10px)--md D(n)--md animation-fade-in open_D(b)--md open_TranslateX(0) Trs($easeTransition) TranslateX(100%) Trf($none)--md Pos(a)--md Pos(f) Z(2) Start(0) B(0) B(a)--md End(0) Ovy(a) T(100%)--md T(65px) W(a)--md W(100%) Bgc($color-white) Bxz(bb) Py(40px)--md P(0) Bxsh($box-shadow-navigation-bottom)"> <button type="button" class="js-mobile-product-button-inside D(n)--md D(b) Mx(0) Mt(0) Mb(20px) Pos(st) T(0) Z(1) Bgc($color-white) W(100%) C($color-grey-light-3) Py(16px) Px(20px) Ta(start) Fw(700) BdB Bdbc(#d9dde1) Fz(12px) Tt(u) Cur(p) W(100%) Bxz(bb)"> <svg width= "9" height= "9" class= "Rotate(180deg) Mend(10px)" ><use xlink:href="#icon-arrow-right"></use></svg> Login </button> <div class="Maw(1200px) Mx(a) Px(20px) Bxz(cb)"> <ul class="P(0) M(0) List(n) D(f) Jc(sb) Wow(bw) Fld(r)--md Fld(c)"> <li> <a href="https://app.vwo.com/" class="D(b) Td(n) Fw(600) C($color-new-font-dark) C($color-purple):h Fz($font-size-14) Pb(10px) Mb(10px) Bdbw(1px) Bdbc(#eee) Bdbs(s)">VWO Login </a> </li> <li> <a href="https://pushcrew.com/admin/" class="D(b) Td(n) Fw(600) C($color-new-font-dark) C($color-purple):h Fz($font-size-14) Pb(10px) Mb(10px)">VWO Engage Login </a> </li> </ul> </div> </div> <!-- End Login Dropdown --> </li> <li class="Px(20px) Py(50px) D(n)--md D(b)"> <a href="https://vwo.com/demo/" class="Mb(10px) W(100%) button Tt(n) Fz($font-size-16)">Request Demo</a> <a href="tel:+14153493207" class="button button--line W(100%)"><svg width= "16" height= "16" class= "Flxs(0) Mend(10px) C($color-black-light-3) Translate(0,3px)" ><use xlink:href="#icon-phone"></use></svg>+1 415-349-3207</a> </li> </ul> <ul class="D(n)--md D(f) Fld(c) Gp(10px) Jc(c) Ai(c) P(20px) My(0)"> <li class="D(f) Ai(c) Fz($font-size-14) C($color-grey-light-1) Fw(600)"> <svg width= "14" height= "14" class= "Mend(10px)" ><use xlink:href="#icon-global-language"></use></svg> Languages </li> <li class="js-header-dropdown-trigger js-no-bg-blur Pos(r) D(ib)--md D(n) Pstart(10px) BdStart Bdstartc($color-dark-grey)"><button type="button" class="D(f) Ai(c) Tt(u) Fw(600) header-top-theme-dark_C($color-white) C($color-new-font-dark) Cur(p) Bd(n) Bgc(t) open:h_C($color-purple) js-header-dropdown Fz($font-size-12) P(0)"><svg width= "14" height= "14" class= "Mend(5px)" ><use xlink:href="#icon-global-language"></use></svg>EN </button><div class="D(n) open_D(b)--md js-header-dropdown-content Pos(a) End(0) T(100%) Z(2) Pt(10px)"> <div class="Miw(70px) Bdrs(3px) Bgc($color-white) Bxz(bb) Bxsh($box-shadow-black) Cnt(noq)::b D(ib)::b Bdw(10px)::b Bdc(t)::b Bds(s)::b Bdbc(#fff)::b Pos(a)::b T(-10px)::b End(20px)::b Z(2)::b Cnt(noq)::a D(ib)::a Bdw(12px)::a Bdc(t)::a Bds(s)::a Bdbc(#000)::a Pos(a)::a Op(0.03)::a T(-14px)::a End(18px)::a Z(1)::a"> <ul class="P(10px) List(n) M(0) Whs(nw)--md"><li> <a class="D(b) Bxz(bb) Td(n) Tt(u) Py(12px) W(100%) Bgc($color-light-grey-1):h C($color-purple):h C($color-new-font-dark) D(f) Ai(c) Jc(c) Fz($font-size-12) Fw(600)" href="https://vwo.com/glossary/de/#locale_lang"><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/newhome/flag-germany.svg" alt= "" decoding= "async" width= "14" height= "14" class= "D(b) Mend(5px)" />DE</a> </li><li> <a class="D(b) Bxz(bb) Td(n) Tt(u) Py(12px) W(100%) Bgc($color-light-grey-1):h C($color-purple):h C($color-new-font-dark) D(f) Ai(c) Jc(c) Fz($font-size-12) Fw(600)" href="https://vwo.com/glossary/es/#locale_lang"><picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/newhome/flag-spain@2x.png" alt= "" decoding= "async" width= "15" height= "10" class= "H(a) D(b) Mend(5px)" /></picture>ES</a> </li></ul> </div> </div></li><li class="D(n)--md List(n)"><a class="C($color-purple) D(ib) Bxz(bb) Td(n) Tt(u) Py(12px) Px(10px) Bgc($color-light-grey-1):h C($color-purple):h Fz($font-size-14) Fw(600) Bgc($color-grey-light) Mend(10px) Mend(0):lc" href="https://vwo.com/glossary/#locale_lang">EN</a><a class="C($color-new-font-dark) D(ib) Bxz(bb) Td(n) Tt(u) Py(12px) Px(10px) Bgc($color-light-grey-1):h C($color-purple):h Fz($font-size-14) Fw(600) Bgc($color-grey-light) Mend(10px) Mend(0):lc" href="https://vwo.com/glossary/de/#locale_lang">DE</a><a class="C($color-new-font-dark) D(ib) Bxz(bb) Td(n) Tt(u) Py(12px) Px(10px) Bgc($color-light-grey-1):h C($color-purple):h Fz($font-size-14) Fw(600) Bgc($color-grey-light) Mend(10px) Mend(0):lc" href="https://vwo.com/glossary/es/#locale_lang">ES</a></li> </ul> </nav> <div class="D(f) Ai(c) js-nav-right-container"> <div class="List(n) js-pricing-breadcrumb D(n) Pend(0)--md"> <a class="C($color-new-font-dark) Fz($font-size-16) Fw(700) Td(n) Py(14px) Px(0)--lg Px(10px)--sm Px(40px) D(f) Ai(c) H(80px)--md Jc(sb) Jc(fs)--md Bxz(bb) M(0) Bgc(t) Bd(n) W(100%) Cur(p) M(0) Lh(inh) header-top-theme-dark_C($color-white) nav-btn" href="https://vwo.com/pricing/">Pricing</a> </div> <a href="https://app.vwo.com" class="vwo_logged_in_D(ib) D(n) wsp-page-enterprise_Bgc($color-yellow) wsp-page-enterprise_Bdc($color-yellow) button button--small" > Dashboard </a> <div class="vwo_logged_in_D(n)"> <button id="js-header-free-trial-btn" type="button" class="js-free-trial-btn gtm-header-free-trial header-top-theme-dark_Bdc($color-white) header-top-theme-dark_C($color-white) Mend(10px) button button--line button--small D(if)--md D(n) js-modal-trigger" data-modal="modal-free-trial"> Free Trial </button> <button data-modal="modal-request-demo-extended" class="button button--small D(n) D(ib)--md gtm-header-request-demo gtm-top-menu-request-demo-cta js-top-menu-request-demo-cta M(0)">Request Demo</button> <a href="https://vwo.com/demo/" class="button button--small D(n)--md D(if) gtm-header-request-demo gtm-top-menu-request-demo-cta js-top-menu-request-demo-cta M(0)">Request Demo</a> </div> </div> </div> <!-- Toggle Menu for Mobile and Tablet --> <button class="js-toggle-mobile-menu M(0) D(n)--md D(f) Fld(c) Bgc(t) Bd(n) Cur(p) O(n):f header-top-theme-dark_C($color-white)" title="Toggle menu"> <svg width= "32" height= "32" class= "Mstart(10px)" ><use xlink:href="#icon-menu"></use></svg> </button> <!-- End Toggle Menu --> </div> </div> <!-- End VWO Main Navigation --> </header> <div class="js-background-blur-el blur-bg"></div> </div> <!-- Blog header --> <!-- END: Blog header --> </div> </div> <main class="wrapper" id="content"> <!-- opening div for footer position mini height container --> <div class="Mih($footer-position-product-blog)"><!-- Main content --> <section class="Bgc($color-blue-light-2) Pt(70px) Pt(100px)--md"> <div class="Pb(100px)--md Pt(45px)--md Py(60px) Maw(1200px) M(a) Px(20px)"> <h1 class="Fz(50px)--sm Fz(36px) Ta(c) Fw(700) Lh($line-height-headings)--xs Mt(0) Mb(20px)">Glossary</h1> <div class="W(8/12)--md M(a)"> <p class="Fz($font-size-16) Ta(c) M(0)"> Keeping abreast of conversion optimization trends and technologies can be tiring. Even more so when the terms/keywords used by conversion experts are going over your head. This glossary aims to help you by bringing all popular CRO terms — basic as well as advanced — in one place. To make the list comprehensive, the terms have been compiled from a wide range of conversion optimization disciplines such as A/B testing, Website Design, Online Ads, SEO, and more. </p> </div> </div> </section> <section class="Bgc($color-white) js-sticky-on-scroll"> <div class="Py(20px) Maw(1200px) M(a) Px(20px)"> <div class="W(12/12)--md M(a) Fz($font-size-16) D(f) Flw(w) Jc(c)"> <ul class="P(0) M(0) List(n) Ta(c)"> <li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#A">A</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#B">B</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#C">C</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#D">D</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#E">E</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#F">F</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#G">G</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#H">H</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#I">I</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#J">J</a></li><li class="D(ib) Mx(5px)"><span class="Fz($font-size-18) Fxg(1) C($color-grey) Px(5px) D(ib)">K</span></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#L">L</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#M">M</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#N">N</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#O">O</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#P">P</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#Q">Q</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#R">R</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#S">S</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#T">T</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#U">U</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#V">V</a></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#W">W</a></li><li class="D(ib) Mx(5px)"><span class="Fz($font-size-18) Fxg(1) C($color-grey) Px(5px) D(ib)">X</span></li><li class="D(ib) Mx(5px)"><span class="Fz($font-size-18) Fxg(1) C($color-grey) Px(5px) D(ib)">Y</span></li><li class="D(ib) Mx(5px)"><a class="Fz($font-size-18) Td(n) Fxg(1) Td(u):h C($color-purple) Px(5px) D(ib)" href="https://vwo.com/glossary#Z">Z</a></li> </ul> </div> </div> </section> <section> <div class="Py(60px) Maw(1200px) M(a) Px(20px)"> <div id="A" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">A</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="a-a-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/a-a-testing/" class="C($color-purple) Td(n)">A/A Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">A/A testing is a statistical test performed to compare two identical experiences on a random set of users. While the traffic is distributed equally among both variations, the objective of an A/A test is to validate a statistical test that it returns no difference in conversion rates between the two experiences.</p> <a href="https://vwo.com/glossary/a-a-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="a-b-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/a-b-testing/" class="C($color-purple) Td(n)">A/B Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">A/B testing is an experimentation process where two or more versions of a web page/product/app (or an element of a webpage/product/app) are tested on the audience for specific goals to measure which version creates the highest impact on business metrics.</p> <a href="https://vwo.com/glossary/a-b-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="a-b-n-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/a-b-n-testing/" class="C($color-purple) Td(n)">A/B/n Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">A/B/n testing is a method used in website optimization to compare multiple versions (A, B, and potentially more, hence the "n") of a webpage, feature, or element. </p> <a href="https://vwo.com/glossary/a-b-n-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="above-the-fold"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/above-the-fold/" class="C($color-purple) Td(n)">Above the Fold</a> </h2> <p class="C($color-grey-light-1) M(0) ">In the digital world, ‘above the fold’ in a website means the content a visitor sees when your page loads before they scroll down.</p> <a href="https://vwo.com/glossary/above-the-fold/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="account-based-marketing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/account-based-marketing/" class="C($color-purple) Td(n)">Account-based Marketing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Account-based marketing (ABM) is a strategic marketing strategy focussing on a few large and important or potential accounts which hold a greater promise of adding to a business's bottom line.</p> <a href="https://vwo.com/glossary/account-based-marketing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="ad-viewability"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/ad-viewability/" class="C($color-purple) Td(n)">Ad Viewability</a> </h2> <p class="C($color-grey-light-1) M(0) ">Ad viewability is a key metric in digital advertising that tracks the number of ads served by digital advertisers which are actually seen by users.</p> <a href="https://vwo.com/glossary/ad-viewability/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="affiliate"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/affiliate/" class="C($color-purple) Td(n)">Affiliate</a> </h2> <p class="C($color-grey-light-1) M(0) ">Affiliates act as intermediaries between businesses and potential customers by utilizing various marketing strategies to drive traffic and generate sales.</p> <a href="https://vwo.com/glossary/affiliate/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="alt-text"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/alt-text/" class="C($color-purple) Td(n)">Alt Text</a> </h2> <p class="C($color-grey-light-1) M(0) ">Alt text is a snippet of descriptive text-based substitute for non-text content or an embedded piece of HTML code that conveys the meaning and context of a visual item (photos, graphics) in a digital environment such as web pages, PDFs, or apps.</p> <a href="https://vwo.com/glossary/alt-text/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="anchor-text"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/anchor-text/" class="C($color-purple) Td(n)">Anchor Text</a> </h2> <p class="C($color-grey-light-1) M(0) ">Anchor text refers to the visible clickable words that help in moving from one web link to another. It is usually displayed in a different color and could be underlined. A good link text informs the user of the context/outcome of clicking that link.</p> <a href="https://vwo.com/glossary/anchor-text/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="app-personalization"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/app-personalization/" class="C($color-purple) Td(n)">App Personalization</a> </h2> <p class="C($color-grey-light-1) M(0) ">App personalization is the process of customizing the in-app experience to a user's unique requirements and preferences.</p> <a href="https://vwo.com/glossary/app-personalization/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="application-programming-interface-api"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Application Programming Interface (API) </h2> <p class="C($color-grey-light-1) M(0) ">An interface/intermediary that allows two applications/programs to talk to each other.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="authority-site"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/authority-site/" class="C($color-purple) Td(n)">Authority Site</a> </h2> <p class="C($color-grey-light-1) M(0) ">Authority sites play a pivotal role in establishing trust and expertise in a specific niche. They provide valuable, in-depth content that resonates with audiences. By focusing on quality and relevance, these sites can significantly enhance search engine visibility and attract organic traffic. Building an authority site not only offers monetization opportunities but also establishes you as an industry leader.</p> <a href="https://vwo.com/glossary/authority-site/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="average-order-value"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/average-order-value/" class="C($color-purple) Td(n)">Average Order Value</a> </h2> <p class="C($color-grey-light-1) M(0) ">Average order value (AOV) refers to the average amount of money spent by a customer when they place an order on a website, mobile app, or in-store.</p> <a href="https://vwo.com/glossary/average-order-value/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="B" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">B</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="backlink"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/backlink/" class="C($color-purple) Td(n)">Backlink</a> </h2> <p class="C($color-grey-light-1) M(0) ">Backlinks refer to clickable links on one website pointing to another website. If a website links to your site, then you have got a backlink from them. If you link to another website, then that website has a backlink from you.</p> <a href="https://vwo.com/glossary/backlink/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="banner-blindness"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/banner-blindness/" class="C($color-purple) Td(n)">Banner Blindness</a> </h2> <p class="C($color-grey-light-1) M(0) ">Banner blindness refers to internet consumers' tendency to ignore or miss banner advertisements, making them useless.</p> <a href="https://vwo.com/glossary/banner-blindness/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="baseline"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Baseline </h2> <p class="C($color-grey-light-1) M(0) ">Baseline conversion rate is the existing conversion rate of a website, which an A/B test attempts to improve.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="baseline-conversion"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/baseline-conversion/" class="C($color-purple) Td(n)">Baseline Conversion</a> </h2> <p class="C($color-grey-light-1) M(0) ">The baseline conversion represents the conversion rate of a website or page that is not the result of recent marketing efforts.</p> <a href="https://vwo.com/glossary/baseline-conversion/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="bayesian"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/bayesian/" class="C($color-purple) Td(n)">Bayesian</a> </h2> <p class="C($color-grey-light-1) M(0) ">Bayesian is one of the two mutually exclusive sets of statistical fundamentals (the other one being Frequentist statistics) that can be used to model any statistical problem. Bayesians consider the parameter of interest to be subjective (a distribution of possibilities) described by a belief distribution that is updated on observing data.</p> <a href="https://vwo.com/glossary/bayesian/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="behavioral-science"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/behavioral-science/" class="C($color-purple) Td(n)">Behavioral Science</a> </h2> <p class="C($color-grey-light-1) M(0) ">Behavioral science represents the study of human behavior through the use of systematic experimentation and observations.</p> <a href="https://vwo.com/glossary/behavioral-science/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="behavioral-targeting"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/behavioral-targeting/" class="C($color-purple) Td(n)">Behavioral Targeting</a> </h2> <p class="C($color-grey-light-1) M(0) ">Behavioral targeting allows marketers to target customers based on their web-browsing behavior with relevant content that improves campaign effectiveness.</p> <a href="https://vwo.com/glossary/behavioral-targeting/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="below-the-fold"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/below-the-fold/" class="C($color-purple) Td(n)">Below The Fold</a> </h2> <p class="C($color-grey-light-1) M(0) ">‘Below the fold’ refers to the bottom section of a web page that is only visible after scrolling down.</p> <a href="https://vwo.com/glossary/below-the-fold/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="bounce-rate"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/bounce-rate/" class="C($color-purple) Td(n)">Bounce Rate</a> </h2> <p class="C($color-grey-light-1) M(0) ">A “bounce” occurs when a user visits a website and leaves without interacting or performing any action. The bounce rate refers to the percentage of visitors who bounce off a site.</p> <a href="https://vwo.com/glossary/bounce-rate/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="brand-engagement"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/brand-engagement/" class="C($color-purple) Td(n)">Brand Engagement</a> </h2> <p class="C($color-grey-light-1) M(0) ">Brand Engagement is the process of building and sustaining a customer’s commitment/attachment to a brand.</p> <a href="https://vwo.com/glossary/brand-engagement/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="breadcrumb-navigation"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/breadcrumb-navigation/" class="C($color-purple) Td(n)">Breadcrumb Navigation</a> </h2> <p class="C($color-grey-light-1) M(0) ">Breadcrumb navigation, usually shown as a secondary navigation bar at the top of a webpage, is a feature that reveals the hierarchy of the website and the user’s location within it.</p> <a href="https://vwo.com/glossary/breadcrumb-navigation/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="bucket-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/bucket-testing/" class="C($color-purple) Td(n)">Bucket Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Bucket testing is a technique that compares the performance of two or more iterations of the same page.</p> <a href="https://vwo.com/glossary/bucket-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="C" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">C</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="call-to-action-cta"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/call-to-action-cta/" class="C($color-purple) Td(n)">Call To Action (CTA)</a> </h2> <p class="C($color-grey-light-1) M(0) ">A call to action (CTA) is a written instruction in marketing campaigns that encourages or prompts website visitors to take the desired action.</p> <a href="https://vwo.com/glossary/call-to-action-cta/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="campaign-scheduling"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/campaign-scheduling/" class="C($color-purple) Td(n)">Campaign Scheduling</a> </h2> <p class="C($color-grey-light-1) M(0) ">Campaign scheduling allows you to plan when your campaigns will start and stop, making sure they reach your target audience at the optimal times. You can set start and pause dates and times, and even repeat your campaigns on a set schedule. Scheduling your campaigns helps you avoid conflicts, optimize your data, and maximize the impact of your campaigns on your target audience.</p> <a href="https://vwo.com/glossary/campaign-scheduling/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="canary-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/canary-testing/" class="C($color-purple) Td(n)">Canary Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Canary testing is the process of employing actual users in a live (production) environment to test a new software version or functionality.</p> <a href="https://vwo.com/glossary/canary-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="canonical-url"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/canonical-url/" class="C($color-purple) Td(n)">Canonical URL</a> </h2> <p class="C($color-grey-light-1) M(0) ">A canonical URL is the preferred version or the best representative of a web page amongst a group of duplicate pages.</p> <a href="https://vwo.com/glossary/canonical-url/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="cart-abandonment"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/cart-abandonment/" class="C($color-purple) Td(n)">Cart Abandonment</a> </h2> <p class="C($color-grey-light-1) M(0) ">Cart abandonment occurs when customers add items/products to their online shopping cart but leave the website without making a purchase or completing the transaction.</p> <a href="https://vwo.com/glossary/cart-abandonment/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="churn-rate"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/churn-rate/" class="C($color-purple) Td(n)">Churn Rate</a> </h2> <p class="C($color-grey-light-1) M(0) ">Churn Rate is a metric that refers to the percentage of customers who unsubscribe from a service and discontinue any kind of engagement with an entity over some time.</p> <a href="https://vwo.com/glossary/churn-rate/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="click-area"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/click-area/" class="C($color-purple) Td(n)">Click Area</a> </h2> <p class="C($color-grey-light-1) M(0) ">Click area is the clickable or tappable part of links and buttons on websites and apps. It is the area that gets highlighted while hovering over a button or link.</p> <a href="https://vwo.com/glossary/click-area/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="click-through-page"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/click-through-page/" class="C($color-purple) Td(n)">Click-Through Page</a> </h2> <p class="C($color-grey-light-1) M(0) ">Click-through pages are standalone web pages designed with a singular purpose: to entice visitors to click through to another page, typically a sales page or a registration form. </p> <a href="https://vwo.com/glossary/click-through-page/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="click-through-rate-ctr"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/click-through-rate/" class="C($color-purple) Td(n)">Click-Through Rate (CTR)</a> </h2> <p class="C($color-grey-light-1) M(0) ">Click-through rate (CTR) is a digital marketing metric used to measure ad performance in terms of the number of clicks received on the campaign against the number of views (impressions).</p> <a href="https://vwo.com/glossary/click-through-rate/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="click-to-call"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/click-to-call/" class="C($color-purple) Td(n)">Click-To-Call</a> </h2> <p class="C($color-grey-light-1) M(0) ">Click-to-call streamlines the process of initiating a VoIP call directly from your website or app. It eliminates the need for users to disrupt their browsing flow by manually entering a phone number.</p> <a href="https://vwo.com/glossary/click-to-call/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="clickbait"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/clickbait/" class="C($color-purple) Td(n)">Clickbait</a> </h2> <p class="C($color-grey-light-1) M(0) ">Clickbait refers to the advertising/marketing tactic of writing sensationalized headlines, images, or captions to grab a user’s attention and encourage clicks on a piece of content.</p> <a href="https://vwo.com/glossary/clickbait/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="clickmaps"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/clickmaps/" class="C($color-purple) Td(n)">Clickmaps</a> </h2> <p class="C($color-grey-light-1) M(0) ">Clickmaps serve as a great way to perform qualitative analysis and understand user behavior at a granular level. Analyzing these maps tells you the number of clicks on each of your website elements. They inform you about how users browse your website, what elements they interact with the most, and what causes friction in their journey.</p> <a href="https://vwo.com/glossary/clickmaps/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="clickstream"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/clickstream/" class="C($color-purple) Td(n)">Clickstream</a> </h2> <p class="C($color-grey-light-1) M(0) ">Clickstream refers to the record of user interactions with a website or digital platform, detailing the sequence of pages visited, actions taken, and the time spent on each page.</p> <a href="https://vwo.com/glossary/clickstream/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="client-side-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/client-side-testing/" class="C($color-purple) Td(n)">Client-Side Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Client-side testing is the experimentation process of rendering variations at the browser level.</p> <a href="https://vwo.com/glossary/client-side-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="cloaking"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/cloaking/" class="C($color-purple) Td(n)">Cloaking</a> </h2> <p class="C($color-grey-light-1) M(0) ">Cloaking is an unethical SEO technique where the content displayed to users is different compared to the information presented to the search engine crawlers i.e. spiders or bots to improve rankings.</p> <a href="https://vwo.com/glossary/cloaking/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="code-editor"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/code-editor/" class="C($color-purple) Td(n)">Code Editor</a> </h2> <p class="C($color-grey-light-1) M(0) ">A code editor is a text editor with features that specifically help write a programming language for a computer program.</p> <a href="https://vwo.com/glossary/code-editor/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="confidence-interval"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/confidence-interval/" class="C($color-purple) Td(n)">Confidence Interval</a> </h2> <p class="C($color-grey-light-1) M(0) ">A confidence interval is the degree of uncertainty in a particular metric of interest, typically an average. It tells you how confident you can be that the experiment's estimated metrics reflect what you would expect to find if it were possible to obtain data of the entire population instead of a limited sample.</p> <a href="https://vwo.com/glossary/confidence-interval/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="confidence-level"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/confidence-level/" class="C($color-purple) Td(n)">Confidence Level</a> </h2> <p class="C($color-grey-light-1) M(0) ">A confidence level is a measure of the likelihood that a hypothesis or prediction is accurate. It is often expressed as a percentage.</p> <a href="https://vwo.com/glossary/confidence-level/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="content-delivery"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/content-delivery/" class="C($color-purple) Td(n)">Content Delivery</a> </h2> <p class="C($color-grey-light-1) M(0) ">Content delivery is the process of sharing, publishing, and promoting content to the target audience through various channels and media formats.</p> <a href="https://vwo.com/glossary/content-delivery/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="content-hub"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/content-hub/" class="C($color-purple) Td(n)">Content Hub</a> </h2> <p class="C($color-grey-light-1) M(0) ">A content hub can be defined as a centralized repository with a collection of pages that provide information related to a common topic.</p> <a href="https://vwo.com/glossary/content-hub/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="content-intelligence"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/content-intelligence/" class="C($color-purple) Td(n)">Content Intelligence</a> </h2> <p class="C($color-grey-light-1) M(0) ">Content intelligence is the process of combining various software with the capabilities of machine learning and artificial intelligence (AI) to conduct market research and gain insights into the effectiveness of certain types of content.</p> <a href="https://vwo.com/glossary/content-intelligence/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="content-management-system"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/content-management-system/" class="C($color-purple) Td(n)">Content Management System</a> </h2> <p class="C($color-grey-light-1) M(0) ">A content management system, also known as CMS, is a software application that enables users to create, manage, modify, and publish digital content such as web pages, blog posts, etc. on a website without the need for specialized technical and coding knowledge.</p> <a href="https://vwo.com/glossary/content-management-system/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="content-marketing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/content-marketing/" class="C($color-purple) Td(n)">Content Marketing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Content marketing is the process of planning, creating, sharing, and publishing high-quality content for the sole purpose of reaching the target audience - new and existing.</p> <a href="https://vwo.com/glossary/content-marketing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="control-page"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/control-page/" class="C($color-purple) Td(n)">Control Page</a> </h2> <p class="C($color-grey-light-1) M(0) ">A ‘control’ in A/B testing or Split testing refers to a page of a website or version of an app screen that you compare to other variants to identify areas that may be changed to boost conversions or other metrics.</p> <a href="https://vwo.com/glossary/control-page/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="conversion"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Conversion </h2> <p class="C($color-grey-light-1) M(0) ">Conversion is the action that marketers want a website visitor to take. Newsletter sign-ups, account registrations, and product inquiries are generally considered as micro-conversions. A monetary transaction is generally considered as a macro-conversion.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="conversion-funnel"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/conversion-funnel/" class="C($color-purple) Td(n)">Conversion Funnel</a> </h2> <p class="C($color-grey-light-1) M(0) ">A conversion funnel also referred to as a “sales funnel”, is used to describe the route taken by a visitor to become a customer. It explains the different stages of the journey that the customer takes from becoming aware of a brand to making a final purchase.</p> <a href="https://vwo.com/glossary/conversion-funnel/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="conversion-rate"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/conversion-rate/" class="C($color-purple) Td(n)">Conversion Rate</a> </h2> <p class="C($color-grey-light-1) M(0) ">Conversion rate is a business metric that represents the percentage of users who take the desired action such as making a purchase from your site or signing up for your newsletter.</p> <a href="https://vwo.com/glossary/conversion-rate/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="conversion-rate-optimization"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/conversion-rate-optimization/" class="C($color-purple) Td(n)">Conversion Rate Optimization</a> </h2> <p class="C($color-grey-light-1) M(0) ">Conversion rate optimization is the practice of continually improving a website’s ability to affect conversions.</p> <a href="https://vwo.com/glossary/conversion-rate-optimization/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="cookies"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/cookies/" class="C($color-purple) Td(n)">Cookies</a> </h2> <p class="C($color-grey-light-1) M(0) ">Cookies are one or more little pieces of information from a website that are preserved in a web browser that can be retrieved by the website at a later time. Cookies are used to inform a server that a user has returned to a specific web page. When visitors return to a website, a cookie remembers their preferences and allows the site to offer customized settings and content.</p> <a href="https://vwo.com/glossary/cookies/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="cost-per-acquisition"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/cost-per-acquisition/" class="C($color-purple) Td(n)">Cost Per Acquisition</a> </h2> <p class="C($color-grey-light-1) M(0) ">The cost per acquisition, or CPA, is a vital marketing metric that calculates the total costs of a user taking a certain action that concludes in a conversion.</p> <a href="https://vwo.com/glossary/cost-per-acquisition/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="cost-per-click"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/cost-per-click/" class="C($color-purple) Td(n)">Cost Per Click</a> </h2> <p class="C($color-grey-light-1) M(0) ">Cost per click (CPC) is a digital marketing statistic that establishes the price that advertisers must pay for the clicks that their advertisements receive when they are shown on websites or social media platforms like Facebook ads, Google ads, and others.</p> <a href="https://vwo.com/glossary/cost-per-click/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="cpm"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/cpm/" class="C($color-purple) Td(n)">CPM</a> </h2> <p class="C($color-grey-light-1) M(0) ">Cost per thousand impressions (CPM) is a paid advertising option frequently used to calculate how many thousands of individuals your marketing or advertising item has made an impression on.</p> <a href="https://vwo.com/glossary/cpm/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="crawlers"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/crawlers-spiders/" class="C($color-purple) Td(n)">Crawlers</a> </h2> <p class="C($color-grey-light-1) M(0) ">A crawler sometimes referred to as a “bot” or “spider,” is a computer program that search engines employ to automatically explore web pages and links to gather information for indexing.</p> <a href="https://vwo.com/glossary/crawlers-spiders/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="crm-system"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/crm-system/" class="C($color-purple) Td(n)">CRM System</a> </h2> <p class="C($color-grey-light-1) M(0) ">A Customer Relationship Management (CRM) system is an effective tool for businesses to manage customer interactions and relationships.</p> <a href="https://vwo.com/glossary/crm-system/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="cross-domain-tracking"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/cross-domain-tracking/" class="C($color-purple) Td(n)">Cross-Domain Tracking</a> </h2> <p class="C($color-grey-light-1) M(0) ">Cross-domain tracking in the context of Google Analytics refers to the monitoring of website visitor activity across two or more domains. It enables you to see sessions from related websites as a single session rather than two distinct ones.</p> <a href="https://vwo.com/glossary/cross-domain-tracking/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="cross-sell"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/cross-sell/" class="C($color-purple) Td(n)">Cross-Sell</a> </h2> <p class="C($color-grey-light-1) M(0) ">Cross-selling is a growth technique that involves recommending related items to go well with a customer’s purchase to increase the sale.</p> <a href="https://vwo.com/glossary/cross-sell/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="cuped"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/cuped/" class="C($color-purple) Td(n)">CUPED</a> </h2> <p class="C($color-grey-light-1) M(0) ">Controlled experiment using pre-experiment data (CUPED) is a variance reduction technique used in A/B testing.</p> <a href="https://vwo.com/glossary/cuped/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="custom-conversion"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Custom Conversion </h2> <p class="C($color-grey-light-1) M(0) ">Custom conversion is a goal type that allows users to track custom events that are not triggered by clicks/page visits. This goal type will trigger a javascript code snippet when the condition is fulfilled.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="customer-data-platform"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/customer-data-platform/" class="C($color-purple) Td(n)">Customer Data Platform</a> </h2> <p class="C($color-grey-light-1) M(0) ">A Customer Data Platform (CDP) is a type of database software that builds permanent, consolidated records of all of your customers, their characteristics, and their data.</p> <a href="https://vwo.com/glossary/customer-data-platform/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="customer-journey-management"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/customer-journey-management/" class="C($color-purple) Td(n)">Customer Journey Management</a> </h2> <p class="C($color-grey-light-1) M(0) ">Customer journey management is the process of utilizing technological advancements and behavioural orientation to enhance the customer experience. It aims to reduce consumer effort on various channels and platforms, creating a smooth experience each time a user engages with your business.</p> <a href="https://vwo.com/glossary/customer-journey-management/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="customer-journey-mapping"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/customer-journey-mapping/" class="C($color-purple) Td(n)">Customer Journey Mapping</a> </h2> <p class="C($color-grey-light-1) M(0) ">Customer journey mapping is the method of producing a visual narrative of your consumers' experiences with your company.</p> <a href="https://vwo.com/glossary/customer-journey-mapping/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="D" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">D</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="date-range-filters"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Date-Range Filters </h2> <p class="C($color-grey-light-1) M(0) ">Date-range filters is the ability to filter a report for a specific date range. For example, view a Goal’s conversion report when a marketing campaign was live for a week on the website.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="digital-customer-experience"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/digital-customer-experience/" class="C($color-purple) Td(n)">Digital Customer Experience</a> </h2> <p class="C($color-grey-light-1) M(0) ">Digital customer experience or DCX refers to every digital interaction a customer has with a brand. The activities might include conducting an online search to understand your product, looking at customer reviews on the online marketplace, requesting customer support or self-service portal assistance, or interacting with your mobile app.</p> <a href="https://vwo.com/glossary/digital-customer-experience/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="digital-experience-platform"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/digital-experience-platform/" class="C($color-purple) Td(n)">Digital Experience Platform</a> </h2> <p class="C($color-grey-light-1) M(0) ">A digital experience platform (DXP) is a centralized digital portal that enables a brand to develop and deliver personalized and unique content experiences for consumers across a variety of digital environments with the help of data and artificial intelligence.</p> <a href="https://vwo.com/glossary/digital-experience-platform/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="digital-marketer"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/digital-marketer/" class="C($color-purple) Td(n)">Digital Marketer</a> </h2> <p class="C($color-grey-light-1) M(0) ">A digital marketer produces new leads, increases brand recognition, and promotes products and services through numerous digital channels, such as social media, emails, blogs, and online adverts. Digital marketers build, execute, and enhance a company's overall digital strategy.</p> <a href="https://vwo.com/glossary/digital-marketer/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="directional-cues"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Directional Cues </h2> <p class="C($color-grey-light-1) M(0) ">Directional cues are visual elements of a website that are used to direct visitors’ attention to a specific area on the website (a CTA or an information box).</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="do-not-track"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Do Not Track </h2> <p class="C($color-grey-light-1) M(0) ">Do not track is a browser setting that communicates to websites that visitor’s internet usage should not be tracked by analytics tools, although many websites might still collect some data to improve security, serve relevant ads, and so on.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="drop-off-rate"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/drop-off-rate/" class="C($color-purple) Td(n)">Drop-Off Rate</a> </h2> <p class="C($color-grey-light-1) M(0) ">The drop-off rate is the percentage of visitors who visit the website and enter the conversion process (the funnel) but do not proceed further or take the desired action.</p> <a href="https://vwo.com/glossary/drop-off-rate/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="dynamic-content"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/dynamic-content/" class="C($color-purple) Td(n)">Dynamic Content</a> </h2> <p class="C($color-grey-light-1) M(0) ">Dynamic content refers to any digital or online content that transforms in response to a user's actions, choices, and interests.</p> <a href="https://vwo.com/glossary/dynamic-content/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="dynamic-heatmap"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/dynamic-heatmap/" class="C($color-purple) Td(n)">Dynamic Heatmap</a> </h2> <p class="C($color-grey-light-1) M(0) ">The dynamic heatmap is a behavior analytics tool to collect relevant customer interaction data on digital properties. The dynamic heatmap works on the live website and maps user behavior on intuitive elements like menu bars.</p> <a href="https://vwo.com/glossary/dynamic-heatmap/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="E" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">E</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="ecommerce-platform"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/ecommerce-platform/" class="C($color-purple) Td(n)">eCommerce Platform</a> </h2> <p class="C($color-grey-light-1) M(0) ">An eCommerce platform is a complete software solution that enables online retailers to manage their operations. eCommerce website builders, accounting and inventory management systems, and customer service infrastructure are all part of this type of service.</p> <a href="https://vwo.com/glossary/ecommerce-platform/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="elements-list"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Elements List </h2> <p class="C($color-grey-light-1) M(0) ">Element list is a report type under website heatmaps that shows the list of elements on a page sorted by its relative importance in terms of clicks it has received.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="email-marketing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/email-marketing/" class="C($color-purple) Td(n)">Email Marketing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Businesses use email marketing as a tactic to send out promotional emails to their prospects. Email marketing helps disseminate promotional offers, cultivate leads, and boost the effectiveness of content marketing initiatives.</p> <a href="https://vwo.com/glossary/email-marketing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="engagement-ratio"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/engagement-ratio/" class="C($color-purple) Td(n)">Engagement Ratio </a> </h2> <p class="C($color-grey-light-1) M(0) ">Engagement ratio measures users’ interactions, encompassing activities like scrolling, clicking, typing, zooming in, and more on a website. A high engagement score signals high user attention, leading to positive user experiences and increased conversion rates. Zeroing in on customer feedback and creating customer-focused content can help improve the engagement ratio on a website.</p> <a href="https://vwo.com/glossary/engagement-ratio/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="enterprise-commerce"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/enterprise-commerce/" class="C($color-purple) Td(n)">Enterprise Commerce</a> </h2> <p class="C($color-grey-light-1) M(0) ">Enterprise commerce refers to companies that have a wide range of goods and services, may operate globally, and frequently generate enormous annual sales.</p> <a href="https://vwo.com/glossary/enterprise-commerce/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="exit-pop-up"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/exit-pop-up/" class="C($color-purple) Td(n)">Exit Pop-Up</a> </h2> <p class="C($color-grey-light-1) M(0) ">Exit pop-up is a pop-up that is displayed on the screens of website visitors as soon as they show an intent to leave the website.</p> <a href="https://vwo.com/glossary/exit-pop-up/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="exit-survey"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/exit-survey/" class="C($color-purple) Td(n)">Exit Survey</a> </h2> <p class="C($color-grey-light-1) M(0) ">An exit survey is a method to take qualitative and quantitative feedback from customers when they are about to exit the brand touchpoint. The touchpoint could be a retail or a digital store.</p> <a href="https://vwo.com/glossary/exit-survey/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="experience-analytics"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/experience-analytics/" class="C($color-purple) Td(n)">Experience Analytics</a> </h2> <p class="C($color-grey-light-1) M(0) ">Experience analytics is a process of collecting, analyzing, and measuring user interactions with digital products and services to understand and improve the user experience.</p> <a href="https://vwo.com/glossary/experience-analytics/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="experience-management"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/experience-management/" class="C($color-purple) Td(n)">Experience Management</a> </h2> <p class="C($color-grey-light-1) M(0) ">Experience management is a process of monitoring, measuring, analyzing, and improving interactions that various stakeholders have with the business. These stakeholders can be individuals who are employees, customers, suppliers, vendors, etc.</p> <a href="https://vwo.com/glossary/experience-management/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="experience-optimization"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/experience-optimization/" class="C($color-purple) Td(n)">Experience Optimization</a> </h2> <p class="C($color-grey-light-1) M(0) ">Experience optimization is the process of strengthening vulnerable areas in the customer experience in an attempt to enhance brand impression and loyalty. It is an ongoing practice of leveraging data to enhance all of your interactions with customers.</p> <a href="https://vwo.com/glossary/experience-optimization/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="experiential-marketing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/experiential-marketing/" class="C($color-purple) Td(n)">Experiential Marketing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Experiential marketing is a type of marketing that actively involves consumers and invites them to take part in a brand experience to build strong emotional bonds between them and the brand.</p> <a href="https://vwo.com/glossary/experiential-marketing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="eye-flow"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/eye-flow/" class="C($color-purple) Td(n)">Eye Flow</a> </h2> <p class="C($color-grey-light-1) M(0) ">Eye flow is the natural path that eyes take to go through content. Eye flow tracking helps create visual cues to guide the end-user through the content and take action.</p> <a href="https://vwo.com/glossary/eye-flow/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="F" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">F</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="false-positive-rate"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/false-positive-rate/" class="C($color-purple) Td(n)">False Positive Rate</a> </h2> <p class="C($color-grey-light-1) M(0) ">The false positive rate (FPR) is a critical metric that reveals how frequently a phenomenon is mistakenly identified as statistically significant when it's not. This measure is vital as it indicates the reliability of a test or outcome.</p> <a href="https://vwo.com/glossary/false-positive-rate/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="feature-branch"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/feature-branch/" class="C($color-purple) Td(n)">Feature Branch</a> </h2> <p class="C($color-grey-light-1) M(0) ">A feature branch is a separate branch in a version control system (such as Git) created to develop a specific feature or functionality.</p> <a href="https://vwo.com/glossary/feature-branch/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="feature-flag"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/feature-flag/" class="C($color-purple) Td(n)">Feature Flag</a> </h2> <p class="C($color-grey-light-1) M(0) ">A feature flag is a method for altering a portion of software's capability without modifying and redistributing its original code, allowing for the quick and secure introduction of new functions.</p> <a href="https://vwo.com/glossary/feature-flag/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="feature-rollout"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/feature-rollout/" class="C($color-purple) Td(n)">Feature Rollout</a> </h2> <p class="C($color-grey-light-1) M(0) ">Feature rollout is a methodical and strategic release of a new feature to a product, such as an app. The objective is to reduce the risk of errors, hotfixes, and negative impacts on the user experience.</p> <a href="https://vwo.com/glossary/feature-rollout/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="feature-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/feature-testing/" class="C($color-purple) Td(n)">Feature Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Feature testing is the process used to test several iterations of the feature to find the most successful version that offers the greatest user experience.</p> <a href="https://vwo.com/glossary/feature-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="feature-toggles"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/feature-toggles/" class="C($color-purple) Td(n)">Feature Toggles</a> </h2> <p class="C($color-grey-light-1) M(0) ">Feature toggles are a technique in software development that enables teams to turn features on and off without deploying new code. This allows for continuous delivery and enables teams to quickly test and validate new features without impacting the end-user experience. By using feature toggles, you can increase the speed of delivery, reduce risk, and increase agility in your organization's development process.</p> <a href="https://vwo.com/glossary/feature-toggles/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="field-level-statistics"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Field Level Statistics </h2> <p class="C($color-grey-light-1) M(0) ">Field level statistics is that part of a form analytics report that provides insights on the performance of individual fields in terms of time spent, refills, ignores, etc.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="form-analytics"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/form-analytics/" class="C($color-purple) Td(n)">Form Analytics</a> </h2> <p class="C($color-grey-light-1) M(0) ">Form Analytics is a research capability that helps assess the performance of forms on a webpage.</p> <a href="https://vwo.com/glossary/form-analytics/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="form-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/form-testing/" class="C($color-purple) Td(n)">Form Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Form testing is a procedure used to evaluate the quality of an online form to check its functionality and efficacy and boost conversion rates.</p> <a href="https://vwo.com/glossary/form-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="friction"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Friction </h2> <p class="C($color-grey-light-1) M(0) ">Friction is caused by elements of a website that confuse or distract visitors, resulting in a loss of conversions. Friction-causing website elements can be complex navigation links, cluttered boxes, CTAs with a lack of visual contrast, etc.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="funnel"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Funnel </h2> <p class="C($color-grey-light-1) M(0) ">A conversion funnel is a marketing model that illustrates all steps taken by a customer towards purchasing a product from a website.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="funnel-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/funnel-testing/" class="C($color-purple) Td(n)">Funnel Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Funnel testing is a method to test various iterations of a website or landing page to see which converts visitors into buyers most effectively.</p> <a href="https://vwo.com/glossary/funnel-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="G" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">G</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="gamification"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Gamification </h2> <p class="C($color-grey-light-1) M(0) ">Gamification is the practice of introducing game-style offers to potential/existing customers. The idea is to encourage them to complete more transactions — in a fun and engaging way. Loyalty program is an example of a gamification strategy.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="general-data-protection-regulation-gdpr"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/general-data-protection-regulation-gdpr/" class="C($color-purple) Td(n)">General Data Protection Regulation (GDPR)</a> </h2> <p class="C($color-grey-light-1) M(0) ">GDPR is an important regulation that safeguards the usage of Personal Identifiable Information (PII) to protect the privacy of European website visitors' personal information.</p> <a href="https://vwo.com/glossary/general-data-protection-regulation-gdpr/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="geo-fencing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Geo-Fencing </h2> <p class="C($color-grey-light-1) M(0) ">Geo-fencing is the practice of targeting users based on their location. It involves using GPS/map technology to create a virtual boundary around a physical location and sending targeted messages to users when they enter the area.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="geo-targeting"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/geo-targeting/" class="C($color-purple) Td(n)">Geo-Targeting</a> </h2> <p class="C($color-grey-light-1) M(0) ">Geo-targeting is a form of marketing that enables businesses to concentrate on customers based on demographics and behavioral patterns in addition to a specific geographical area.</p> <a href="https://vwo.com/glossary/geo-targeting/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="growth-hacking"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/growth-hacking/" class="C($color-purple) Td(n)">Growth Hacking</a> </h2> <p class="C($color-grey-light-1) M(0) ">Growth hacking is an experimental approach to finding the most effective strategies to grow a business.</p> <a href="https://vwo.com/glossary/growth-hacking/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="guardrail-metric"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/guardrail-metric/" class="C($color-purple) Td(n)">Guardrail Metric</a> </h2> <p class="C($color-grey-light-1) M(0) ">Guardrail metrics are the business metrics that you don't want to see negatively impacted while conducting experiments like A/B tests.</p> <a href="https://vwo.com/glossary/guardrail-metric/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="H" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">H</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="headline-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/headline-testing/" class="C($color-purple) Td(n)">Headline Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Headline testing is the practice of creating multiple versions of titles for an article or piece of online media so that they may be tested on various audience groups to see which one performs the best.</p> <a href="https://vwo.com/glossary/headline-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="heatmaps"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/heatmap/" class="C($color-purple) Td(n)">Heatmaps</a> </h2> <p class="C($color-grey-light-1) M(0) ">A heatmap is a visual depiction of data that shows how users interact with a website, showing where they click or don’t, for example. They are crucial in determining what functions well or incorrectly on a web page.</p> <a href="https://vwo.com/glossary/heatmap/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="hero-image"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/hero-image/" class="C($color-purple) Td(n)">Hero Image</a> </h2> <p class="C($color-grey-light-1) M(0) ">A hero image is a large, attention-grabbing picture with text typically shown in the above-the-fold area of the webpage, directly beneath the website header.</p> <a href="https://vwo.com/glossary/hero-image/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="hesitation-time"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Hesitation Time </h2> <p class="C($color-grey-light-1) M(0) ">Hesitation time is a field-level stat in a form analytics report that shows the time spent by the visitor on the field when they were not actively filling it up.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="hyper-personalization"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/hyper-personalization/" class="C($color-purple) Td(n)">Hyper-personalization</a> </h2> <p class="C($color-grey-light-1) M(0) ">Hyper-Personalization is a kind of user-level personalization algorithm that focuses on treating every customer as an individual and tailoring the content served to them accordingly.</p> <a href="https://vwo.com/glossary/hyper-personalization/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="hypothesis"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/hypothesis/" class="C($color-purple) Td(n)">Hypothesis</a> </h2> <p class="C($color-grey-light-1) M(0) ">A hypothesis is an idea derived from observing the behavior patterns of visitors in an attempt to improve their experience on the website. The hypothesis is then tested to prove or disprove it by understanding the impact on goals associated with it.</p> <a href="https://vwo.com/glossary/hypothesis/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="I" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">I</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="impressions"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/impressions/" class="C($color-purple) Td(n)">Impressions</a> </h2> <p class="C($color-grey-light-1) M(0) ">Impressions are a popular metric used by digital marketers to assess how frequently their advertisements were shown to their target demographic.</p> <a href="https://vwo.com/glossary/impressions/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="inbound-marketing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/inbound-marketing/" class="C($color-purple) Td(n)">Inbound Marketing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Inbound marketing is an effective strategy for producing excellent content that meets the demands of your target markets and fosters enduring relationships with customers.</p> <a href="https://vwo.com/glossary/inbound-marketing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="information-scent"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/information-scent/" class="C($color-purple) Td(n)">Information Scent</a> </h2> <p class="C($color-grey-light-1) M(0) ">Information scent refers to the cues or signs that assist users in determining the relevance and value of information while navigating through websites or applications. </p> <a href="https://vwo.com/glossary/information-scent/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="interruption"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Interruption </h2> <p class="C($color-grey-light-1) M(0) ">Interruption is a practice of providing attention-grabbing content to website visitors that purposely breaks their usual website navigation experience. Exit pop-ups can be considered as a form of interruption.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="inverse-metrics"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/inverse-metrics/" class="C($color-purple) Td(n)">Inverse Metrics </a> </h2> <p class="C($color-grey-light-1) M(0) ">Inverse metrics are considered better when their values decrease. A reduction in their value is seen as an indicator of improvement in the overall visitor experience on a website. For instance, a lower bounce rate suggests higher visitor engagement, and a lower form abandonment rate signifies smoother visitor interactions with webforms.</p> <a href="https://vwo.com/glossary/inverse-metrics/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="J" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">J</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="js-variable"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> JS Variable </h2> <p class="C($color-grey-light-1) M(0) ">JS variable is a targeting condition that evaluates a custom criteria using javascript variables defined on a page.</p> </div> </div> </div> </div> <div id="L" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">L</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="landing-page"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/landing-page/" class="C($color-purple) Td(n)">Landing Page</a> </h2> <p class="C($color-grey-light-1) M(0) ">A landing page is a web page created to encourage visitors to perform a certain activity.</p> <a href="https://vwo.com/glossary/landing-page/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="landing-page-optimization"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/landing-page-optimization/" class="C($color-purple) Td(n)">Landing Page Optimization</a> </h2> <p class="C($color-grey-light-1) M(0) ">Landing page optimization is the process that involves assessing landing pages, making adjustments, and testing the results to enhance user experience and eventually boost conversions.</p> <a href="https://vwo.com/glossary/landing-page-optimization/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="latent-conversion"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/latent-conversion/" class="C($color-purple) Td(n)">Latent Conversion</a> </h2> <p class="C($color-grey-light-1) M(0) ">Latent conversion refers to the delayed or indirect conversion actions that occur as a result of previous interactions, engagements, or exposures to a brand, product, or service.</p> <a href="https://vwo.com/glossary/latent-conversion/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="lead-generation"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/lead-generation/" class="C($color-purple) Td(n)">Lead Generation</a> </h2> <p class="C($color-grey-light-1) M(0) ">Lead generation is the process of drawing in visitors and turning them into potential clients.</p> <a href="https://vwo.com/glossary/lead-generation/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="leads"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/leads/" class="C($color-purple) Td(n)">Leads</a> </h2> <p class="C($color-grey-light-1) M(0) ">A lead is someone who has expressed interest in the goods or services offered by your business and has given you some basic information that would indicate that they are considering doing business with you.</p> <a href="https://vwo.com/glossary/leads/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="lifetime-value"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/lifetime-value/" class="C($color-purple) Td(n)">Lifetime Value</a> </h2> <p class="C($color-grey-light-1) M(0) ">Lifetime Value (LTV) refers to the total net profit accumulated from a customer throughout their association with a business. This metric takes into account all purchases, repeat transactions, referrals, and any other interactions that contribute to revenue generation. </p> <a href="https://vwo.com/glossary/lifetime-value/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="link-building"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/link-building/" class="C($color-purple) Td(n)">Link Building</a> </h2> <p class="C($color-grey-light-1) M(0) ">Link building is obtaining links from other websites to certain pages on your website to increase the "authority" of those pages.</p> <a href="https://vwo.com/glossary/link-building/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="live-chat"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Live Chat </h2> <p class="C($color-grey-light-1) M(0) ">Live chat is a real-time chat-based customer support service that websites provide to their visitors.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="long-tail-keywords"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/long-tail-keywords/" class="C($color-purple) Td(n)">Long Tail Keywords</a> </h2> <p class="C($color-grey-light-1) M(0) ">Long tail keywords are search queries made of more than three words. These keywords have low search volumes but are less competitive than head keywords. They bring website traffic by targeting niche audiences with specific search intents.</p> <a href="https://vwo.com/glossary/long-tail-keywords/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="M" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">M</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="meta-tags"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/meta-tags/" class="C($color-purple) Td(n)">Meta Tags</a> </h2> <p class="C($color-grey-light-1) M(0) ">Meta tags are a part of a website’s HTML code that search engines crawl and index to collect more information about that website and display content on search engine ranking pages. They influence click-through rates and audience engagement with your website.</p> <a href="https://vwo.com/glossary/meta-tags/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="microsite"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/microsite/" class="C($color-purple) Td(n)">Microsite</a> </h2> <p class="C($color-grey-light-1) M(0) ">A microsite is a small website created to promote specific business goals, like selling a product, generating leads, event registration, etc.</p> <a href="https://vwo.com/glossary/microsite/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="mobile-app-a-b-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/mobile-app-a-b-testing/" class="C($color-purple) Td(n)">Mobile App A/B Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Mobile app A/B testing is a way to test different versions of an app to see which one works best. It is used to figure out which version of the app will make people more likely to take the desired action, or which version will have a better impact on the app's business goals.</p> <a href="https://vwo.com/glossary/mobile-app-a-b-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="multi-armed-bandit-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/multi-armed-bandit-testing/" class="C($color-purple) Td(n)">Multi-Armed Bandit Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Multi-armed bandit testing leverages machine learning algorithms and dynamically allocates traffic to versions of your webpage that are performing well at a given time to maximize your website’s output.</p> <a href="https://vwo.com/glossary/multi-armed-bandit-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="multi-variate-testing-vs-a-b-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/multivariate-testing-vs-a-b-testing/" class="C($color-purple) Td(n)">Multi-Variate testing vs A/B testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Both A/B and MVT use the same testing process, which involves splitting designs among several website users and identifying which website variation has the most influence on company KPIs based on how visitors engage with the variation after viewing it. But the distinction depends on what is being tested. In contrast to an A/B test, which changes and tests just one element, an MVT may modify and test many elements…</p> <a href="https://vwo.com/glossary/multivariate-testing-vs-a-b-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="multivariate-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/multivariate-testing/" class="C($color-purple) Td(n)">Multivariate Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Multivariate Testing (MVT) is a derivative algorithm of traditional A/B testing that allows you to test multiple changes on the page by generating all possible combinations of these changes at different places on your webpage and testing them in parallel.</p> <a href="https://vwo.com/glossary/multivariate-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="N" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">N</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="native-app"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/native-app/" class="C($color-purple) Td(n)">Native App</a> </h2> <p class="C($color-grey-light-1) M(0) ">Native apps are software applications designed to work on a specific operating system or platform. They are written in programming languages only compatible with the specific operating system.</p> <a href="https://vwo.com/glossary/native-app/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="north-star-metric-nsm"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/north-star-metric-nsm/" class="C($color-purple) Td(n)">North Star Metric (NSM)</a> </h2> <p class="C($color-grey-light-1) M(0) ">A north star metric (NSM) is a single, critical measurement that reflects the long-term value a company provides to its customers. It effectively represents your product's success and captures the essence of the core value your product delivers. </p> <a href="https://vwo.com/glossary/north-star-metric-nsm/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="null-hypothesis"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/null-hypothesis/" class="C($color-purple) Td(n)">Null Hypothesis</a> </h2> <p class="C($color-grey-light-1) M(0) ">The null hypothesis is the hypothesis that the control and variation in a test are equivalent. In hypothesis testing methodology, the null hypothesis and the alternate hypothesis cover the entire set of possible outcomes.</p> <a href="https://vwo.com/glossary/null-hypothesis/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="O" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">O</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="omnichannel-marketing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/omnichannel-marketing/" class="C($color-purple) Td(n)">Omnichannel Marketing</a> </h2> <p class="C($color-grey-light-1) M(0) ">An omnichannel marketing approach involves nurturing leads and engaging users. It ensures a positive and seamless customer experience through the integration of multiple offline (retail store, events, call centre) and online channels (website, app, social media, email, SMS, WhatsApp) while maintaining a consistent brand presence. </p> <a href="https://vwo.com/glossary/omnichannel-marketing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="on-page-surveys"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/on-page-surveys/" class="C($color-purple) Td(n)">On-Page Surveys</a> </h2> <p class="C($color-grey-light-1) M(0) ">An on-page survey is a tool that allows you to gather feedback on a particular page of your website from visitors by conducting a survey and asking them questions about it. These surveys are usually embedded within the page for which feedback is required and are simple, straightforward, and quick to complete.</p> <a href="https://vwo.com/glossary/on-page-surveys/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="organic-traffic"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/organic-traffic/" class="C($color-purple) Td(n)">Organic Traffic</a> </h2> <p class="C($color-grey-light-1) M(0) ">Organic traffic refers to the visitors who arrive on your website as a result of unpaid search results.</p> <a href="https://vwo.com/glossary/organic-traffic/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="outbound-links"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/outbound-links/" class="C($color-purple) Td(n)">Outbound Links</a> </h2> <p class="C($color-grey-light-1) M(0) ">Outbound links are links to another website placed within the content on your website.</p> <a href="https://vwo.com/glossary/outbound-links/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="P" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">P</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="personalization"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/personalization/" class="C($color-purple) Td(n)">Personalization</a> </h2> <p class="C($color-grey-light-1) M(0) ">Personalization is essentially used to refer to a variety of algorithms and strategies that online businesses use to customize the experience on their websites for different segments of the audience.</p> <a href="https://vwo.com/glossary/personalization/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="proximity"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Proximity </h2> <p class="C($color-grey-light-1) M(0) ">Proximity is a web designing practice that directs a webmaster to group similar or related website elements together, and place unrelated or dissimilar elements apart.</p> </div> </div> </div> </div> <div id="Q" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">Q</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="qualitative-visitor-research"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/qualitative-visitor-research/" class="C($color-purple) Td(n)">Qualitative Visitor Research</a> </h2> <p class="C($color-grey-light-1) M(0) ">Qualitative visitor research refers to a set of methodologies aimed at exploring the subjective and nuanced aspects of visitors' experiences, behaviors, and preferences.</p> <a href="https://vwo.com/glossary/qualitative-visitor-research/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="quantitative-visitor-research"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/quantitative-visitor-research/" class="C($color-purple) Td(n)">Quantitative Visitor Research</a> </h2> <p class="C($color-grey-light-1) M(0) ">Quantitative visitor research involves collecting and analyzing numerical data about visitor behavior, interactions, and preferences on digital platforms such as mobile apps and websites.</p> <a href="https://vwo.com/glossary/quantitative-visitor-research/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="R" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">R</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="responsive-website-design"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/responsive-website-design-rwd/" class="C($color-purple) Td(n)">Responsive Website Design</a> </h2> <p class="C($color-grey-light-1) M(0) ">A website with responsive design adapts its layout to that of the viewing environment (mobile, desktop or tablet) to provide an optimum viewing experience to visitors.</p> <a href="https://vwo.com/glossary/responsive-website-design-rwd/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="retargeting"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/retargeting/" class="C($color-purple) Td(n)">Retargeting</a> </h2> <p class="C($color-grey-light-1) M(0) ">Retargeting is the practice whereby website visitors are shown ads/banners about the things they earlier browsed but didn't convert. Retargeting is used to push those visitors for a conversion who have already shown some interest in the website.</p> <a href="https://vwo.com/glossary/retargeting/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="revenue-per-visitor"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/revenue-per-visitor/" class="C($color-purple) Td(n)">Revenue Per Visitor</a> </h2> <p class="C($color-grey-light-1) M(0) ">Revenue per visitor is a business statistic used to calculate the overall revenue that each visitor to your website generates.</p> <a href="https://vwo.com/glossary/revenue-per-visitor/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="rope"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/rope/" class="C($color-purple) Td(n)">ROPE</a> </h2> <p class="C($color-grey-light-1) M(0) ">The Region of Practical Equivalence in statistics delineates a zone around a baseline where differences, though statistically significant, are considered trivial in practical terms. In experimentation, ROPE enables the early discontinuation of variations that are statistically unlikely to outperform the baseline, helping you avoid wasting time and resources on ineffective changes. Further, if you want to test whether a variation is equivalent or better (but not worse) than the baseline,…</p> <a href="https://vwo.com/glossary/rope/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="S" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">S</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="sales-funnel"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/sales-funnel/" class="C($color-purple) Td(n)">Sales Funnel</a> </h2> <p class="C($color-grey-light-1) M(0) ">A sales funnel displays the customer journey visually and illustrates the sales process from awareness to action.</p> <a href="https://vwo.com/glossary/sales-funnel/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="sample-ratio-mismatch"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/sample-ratio-mismatch/" class="C($color-purple) Td(n)">Sample Ratio Mismatch</a> </h2> <p class="C($color-grey-light-1) M(0) ">Sample Ratio Mismatch (SRM) arises when traffic allocation to the groups in an A/B test deviates from the intended distribution. Maintaining intended sample size allocation between control and treatment groups is crucial for accurate test results and sound decision-making based on them. Hence, early detection and correction of SRM are critical to optimizing test resources and achieving reliable outcomes.</p> <a href="https://vwo.com/glossary/sample-ratio-mismatch/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="sample-size"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/sample-size/" class="C($color-purple) Td(n)">Sample Size</a> </h2> <p class="C($color-grey-light-1) M(0) ">A sample size is the number of visitors needed to run a test to produce statistically significant results. Selecting the right sample size ensures optimal utilization of resources and shipping of test ideas that have higher chances of winning.</p> <a href="https://vwo.com/glossary/sample-size/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="scarcity"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Scarcity </h2> <p class="C($color-grey-light-1) M(0) ">Scarcity is a psychological tactic that marketers use to push visitors towards a conversion action. It takes advantage of the human fear of 'shortage' or in today's terms, FOMO (fear of missing out) - “Only 5 items left” and “Sale only till 8 PM” are some examples where scarcity marketing is used.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="scrollmap"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/scrollmap/" class="C($color-purple) Td(n)">Scrollmap</a> </h2> <p class="C($color-grey-light-1) M(0) ">A scrollmap is a type of website heatmap that provides a visual representation of a user’s scrolling behavior. It offers insights into how users scroll across a specific website area, allowing for the identification of UX improvements, the implementation of changes, and a boost in conversions.</p> <a href="https://vwo.com/glossary/scrollmap/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="search-engine-marketing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/search-engine-marketing/" class="C($color-purple) Td(n)">Search Engine Marketing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Search engine marketing is the use of paid advertising to ensure that the products and services offered by your company are visible on search engine results pages (SERPs).</p> <a href="https://vwo.com/glossary/search-engine-marketing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="search-engine-optimization"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/search-engine-optimization/" class="C($color-purple) Td(n)">Search Engine Optimization</a> </h2> <p class="C($color-grey-light-1) M(0) ">SEO is the process of optimizing a website or web page to improve its ranking in search engine results pages (SERPs).</p> <a href="https://vwo.com/glossary/search-engine-optimization/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="search-engine-results-page-serp"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/serps/" class="C($color-purple) Td(n)">Search Engine Results Page (SERP)</a> </h2> <p class="C($color-grey-light-1) M(0) ">SERPs is a search engine result page that displays the best results for a user's search query.</p> <a href="https://vwo.com/glossary/serps/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="sequential-testing-correction"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/sequential-testing-correction/" class="C($color-purple) Td(n)">Sequential Testing Correction</a> </h2> <p class="C($color-grey-light-1) M(0) ">Sequential testing correction consists of techniques used in statistical analysis to mitigate the risk of increased false positives while continuously monitoring test statistics for significance. Sequential testing can increase the chance of declaring a variation to be a winner when it is actually equivalent to the baseline. That is where sequential testing correction helps control this risk by adjusting the level of confidence required before declaring something as significant.</p> <a href="https://vwo.com/glossary/sequential-testing-correction/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="server-side-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/server-side-testing/" class="C($color-purple) Td(n)">Server-Side Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Server-side testing is the process of experimentation that involves rendering the website variation at the server level before sending it to a user’s browser.</p> <a href="https://vwo.com/glossary/server-side-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="session-recording"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/session-recording/" class="C($color-purple) Td(n)">Session Recording</a> </h2> <p class="C($color-grey-light-1) M(0) ">Session recording is a powerful tool that provides a recorded presentation of how a user navigates a website or mobile application. It operates by recording visitor actions such as clicks, mouse movements, and page scrolling as they move across the website.</p> <a href="https://vwo.com/glossary/session-recording/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="simpsons-paradox"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/simpsons-paradox/" class="C($color-purple) Td(n)">Simpson’s Paradox</a> </h2> <p class="C($color-grey-light-1) M(0) ">Simpson's paradox is a statistical phenomenon in which a trend or characteristic observed within individual data groups undergoes a reversal or disappearance when these groups are aggregated.</p> <a href="https://vwo.com/glossary/simpsons-paradox/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="social-proof"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/social-proof/" class="C($color-purple) Td(n)">Social Proof</a> </h2> <p class="C($color-grey-light-1) M(0) ">Social proof is a psychological phenomenon based on the idea that individuals are more likely to adopt certain behaviors or make certain decisions if they see others doing the same thing.</p> <a href="https://vwo.com/glossary/social-proof/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="split-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/split-testing/" class="C($color-purple) Td(n)">Split Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Split testing, also known as A/B testing, is a method used to compare two versions of a webpage to determine which one performs better.</p> <a href="https://vwo.com/glossary/split-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="split-url-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/split-url-testing/" class="C($color-purple) Td(n)">Split-Url Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">In a Split-URL test, you create multiple versions of your website hosted on different URLs. On these versions, traffic is distributed randomly and a randomized controlled experiment is conducted. The performance of each of the variant is monitored and evaluated to identify the most effective variation. A split test enables you to determine which of multiple variations of your web pages has a higher conversion rate for your visitors.</p> <a href="https://vwo.com/glossary/split-url-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="squeeze-page"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/squeeze-page/" class="C($color-purple) Td(n)">Squeeze Page</a> </h2> <p class="C($color-grey-light-1) M(0) ">A squeeze page is a web page designed to collect email addresses from potential consumers.</p> <a href="https://vwo.com/glossary/squeeze-page/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="standard-error"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Standard Error </h2> <p class="C($color-grey-light-1) M(0) ">The degree to which the result of an A/B test can be apart from the actual figure is called standard error.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="statistical-significance"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/statistical-significance/" class="C($color-purple) Td(n)">Statistical Significance</a> </h2> <p class="C($color-grey-light-1) M(0) ">In a hypothesis test, a result is declared statistically significant if one can rule out the possibility to obtain a result by a random chance, and instead attribute it to a truly existing effect.</p> <a href="https://vwo.com/glossary/statistical-significance/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="T" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">T</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="test-duration"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/test-duration/" class="C($color-purple) Td(n)">Test Duration</a> </h2> <p class="C($color-grey-light-1) M(0) ">The test duration comes from a sample size calculator which estimates the number of samples needed to estimate a significant effect within the chosen error bounds correctly. This calculation is performed before running an experiment to plan resources such that a timeline of an experiment is decided.</p> <a href="https://vwo.com/glossary/test-duration/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="test-hypothesis"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/test-hypothesis/" class="C($color-purple) Td(n)">Test Hypothesis</a> </h2> <p class="C($color-grey-light-1) M(0) ">A test hypothesis is a proposed explanation for a phenomenon that can be tested through experiments or observations. It serves as a tentative answer to a research question and is formulated based on prior observations, theories, or logical deductions.</p> <a href="https://vwo.com/glossary/test-hypothesis/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="testing-in-production"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/testing-in-production/" class="C($color-purple) Td(n)">Testing in Production</a> </h2> <p class="C($color-grey-light-1) M(0) ">Testing in production is a standard practice in the modern software development cycle to ensure the release of high-quality products and improve user experience. Using this methodology, marketers can run tests to understand users’ responses to any new feature releases, while product managers can use these data to improve product experiences.</p> <a href="https://vwo.com/glossary/testing-in-production/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="title-tag"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/title-tag/" class="C($color-purple) Td(n)">Title Tag</a> </h2> <p class="C($color-grey-light-1) M(0) ">The title tag is an HTML element used to define the title of a web page.</p> <a href="https://vwo.com/glossary/title-tag/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="trust-badges"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/trust-badges/" class="C($color-purple) Td(n)">Trust Badges</a> </h2> <p class="C($color-grey-light-1) M(0) ">Trust badges are small logos or icons that convince visitors about the safety and credibility of the website.</p> <a href="https://vwo.com/glossary/trust-badges/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="type-1-error"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/type-1-error/" class="C($color-purple) Td(n)">Type-1 Error</a> </h2> <p class="C($color-grey-light-1) M(0) ">In an A/B test, if both variations are similar and don’t affect the metric being tested any differently, an error may occur where the null hypothesis is rejected after the test concludes. In such a case, if it’s determined that there is a statistical difference between the variations, the result is a Type I error.</p> <a href="https://vwo.com/glossary/type-1-error/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="type-2-error"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/type-2-error/" class="C($color-purple) Td(n)">Type-2 error</a> </h2> <p class="C($color-grey-light-1) M(0) ">During the hypothesis testing process, when the competing variations affect the experiment's metric differently but the test fails to reject the null hypothesis (representing no effect), then it is called a Type-I error or a False Negative.</p> <a href="https://vwo.com/glossary/type-2-error/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="U" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">U</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="unique-visitors"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/unique-visitors/" class="C($color-purple) Td(n)">Unique Visitors</a> </h2> <p class="C($color-grey-light-1) M(0) ">Unique visitors are internet users who access websites using a distinct IP address.</p> <a href="https://vwo.com/glossary/unique-visitors/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="upsell"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/upsell/" class="C($color-purple) Td(n)">Upsell</a> </h2> <p class="C($color-grey-light-1) M(0) ">Upselling is a sales technique where a merchant encourages a customer to purchase more expensive or upgrade to a higher-end version of products or services that they are already interested in buying.</p> <a href="https://vwo.com/glossary/upsell/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="usability"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Usability </h2> <p class="C($color-grey-light-1) M(0) ">Usability refers to the ease of use of a website. The usability of a website can be tested by hired experts, who thoroughly analyze the website and provide suggestions for improvement.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="usability-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/usability-testing/" class="C($color-purple) Td(n)">Usability Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">Usability testing is a technique for evaluating a product/app/website by testing it on a group of users with no prior exposure to it. It is carried out to enable the creation of a successful, productive, and engaging system based on user feedback.</p> <a href="https://vwo.com/glossary/usability-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="user-intent"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/user-intent/" class="C($color-purple) Td(n)">User Intent</a> </h2> <p class="C($color-grey-light-1) M(0) ">User intent is the intention or goal users have in mind when making search queries. Creating content that meets user intent is imperative if you want your page to rank highly for the keyword you’ve targeted on the SERP. This is because Google considers user intent when displaying relevant search results to users for specific search queries.</p> <a href="https://vwo.com/glossary/user-intent/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="user-journey-map"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/user-journey-map/" class="C($color-purple) Td(n)">User Journey Map</a> </h2> <p class="C($color-grey-light-1) M(0) ">A user journey map is a visual representation of the steps and experiences that a user goes through in interacting with a product or service.</p> <a href="https://vwo.com/glossary/user-journey-map/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="user-testing"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/user-testing/" class="C($color-purple) Td(n)">User Testing</a> </h2> <p class="C($color-grey-light-1) M(0) ">User testing is the process of knowing how the consumer will perceive your product/service and the whole experience with your brand in a controlled environment.</p> <a href="https://vwo.com/glossary/user-testing/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="user-generated-content"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/user-generated-content/" class="C($color-purple) Td(n)">User-Generated Content</a> </h2> <p class="C($color-grey-light-1) M(0) ">User-generated content is unique, brand-specific content produced by users or customers of a product or service. It is usually shared on social media or other platforms.</p> <a href="https://vwo.com/glossary/user-generated-content/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="V" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">V</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="variance"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/variance/" class="C($color-purple) Td(n)">Variance</a> </h2> <p class="C($color-grey-light-1) M(0) ">Variance measures the spread of a dataset by quantifying how much a set of values differs from the mean.</p> <a href="https://vwo.com/glossary/variance/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="visitor-segmentation"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/segmentation/" class="C($color-purple) Td(n)">Visitor Segmentation</a> </h2> <p class="C($color-grey-light-1) M(0) ">Visitor segmentation refers to the practice of identifying certain user groups sharing common characteristics that have a conversion rate very different from the conversion rate when all visitors are considered for analysis. Segmentation analysis is useful to move the metrics in a positive direction by enabling businesses to build a personalized experience for their visitor segments.</p> <a href="https://vwo.com/glossary/segmentation/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="W" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">W</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="web-analytics"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/web-analytics/" class="C($color-purple) Td(n)">Web Analytics</a> </h2> <p class="C($color-grey-light-1) M(0) ">Web analytics is the process of collecting, analyzing, and reporting data about the performance of a website.</p> <a href="https://vwo.com/glossary/web-analytics/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="web-push-notifications"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/web-push-notification/" class="C($color-purple) Td(n)">Web Push Notifications</a> </h2> <p class="C($color-grey-light-1) M(0) ">Web push notifications are messages sent to users through their web browser, even when they are not actively using a website.</p> <a href="https://vwo.com/glossary/web-push-notification/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="website-banner"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/banners/" class="C($color-purple) Td(n)">Website Banner</a> </h2> <p class="C($color-grey-light-1) M(0) ">A website banner is a form of digital advertisement which is mostly a rectangular graphic displayed on a website and, is usually, the first contact a potential customer has with a brand. When users click on a banner, they generally are redirected to the advertiser’s own website. </p> <a href="https://vwo.com/glossary/banners/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="website-optimization"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/website-optimization/" class="C($color-purple) Td(n)">Website Optimization</a> </h2> <p class="C($color-grey-light-1) M(0) ">Website optimization is the process of improving various elements of a website to increase its visibility, user experience, and overall performance.</p> <a href="https://vwo.com/glossary/website-optimization/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="website-personalization"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/website-personalization/" class="C($color-purple) Td(n)">Website Personalization</a> </h2> <p class="C($color-grey-light-1) M(0) ">Website personalization is the process of tailoring the website experience for a visitor based on past data or pre-set rules.</p> <a href="https://vwo.com/glossary/website-personalization/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="whitespace"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> Whitespace </h2> <p class="C($color-grey-light-1) M(0) ">Whitespace is a design strategy which involves using blank spaces for directing attention towards a valuable website elements such as a CTA.</p> </div> </div> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="widgets"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/widgets/" class="C($color-purple) Td(n)">Widgets</a> </h2> <p class="C($color-grey-light-1) M(0) ">Widgets are prebuilt plugins that get quickly inserted into the website's main content and act as standalone apps. The real-time website data is used by widgets, which may be customized to react to the identity of the website. </p> <a href="https://vwo.com/glossary/widgets/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> <div id="Z" class="js-spacing-on-fix D(f)--sm Ai(fs) Mend(-30px)--md"> <h2 class="W(2/12)--sm Pend(10px) Bxz(bb) Pos(st)--sm T(140px) Fz(80px) Fw(400) C($color-grey) M(0)">Z</h2> <div class="W(10/12)--md W(100%) Pstart(10px)--md Bxz(bb) D(f) Jc(sb) Flw(w)"> <div class="W(6/12)--md W(100%) Pend(30px)--md Py(15px) Bxz(bb)" id="z-index"> <div class="Pos(r) H(100%) Bxz(bb) Bgc($color-white) P(30px) Trsdu(0.3s) Bxsh($box-shadow-blue-light) Bxsh($box-shadow-white-tile):h Fz($font-size-16) Bdrs(5px)"> <h2 class="Fz($font-size-20) Mt(0) Mb(20px) Fw(700)"> <a href="https://vwo.com/glossary/z-index/" class="C($color-purple) Td(n)">Z-Index</a> </h2> <p class="C($color-grey-light-1) M(0) ">Z-index is a CSS property that controls how items are stacked on a webpage. Each element has a default stacking order based on its position in the HTML document, but the z-index property allows developers to control which elements appear in front of or behind others.</p> <a href="https://vwo.com/glossary/z-index/" class="pink-common-link Mt(14px) D(ib)">Know more</a> </div> </div> </div> </div> </div> </section> <!-- END: Main content --> <!-- Footer --> <!-- END: Footer --> <div class="js-modal modal-as-page_Mt(70px) modal-as-page_Mt(0)--md Pos(f) Start(0) Px(20px)--md Px(0) T(0) End(0) B(0) Ov(a) D(n) modal-as-page_D(b) modal-as-page_Pos(s) modal-as-page_Bgc($color-light-pink) Z(10) Ta(c)" id="modal-contact-us" tabindex="-1" role="dialog" data-mktoid="1043" aria-labelledby="modal-contact-us"> <div class="js-modal-mask Pos(f) T(0) B(0) Start(0) End(0) Bgc($color-black)"></div> <div class="js-modal-box Pos(r) Mx(a) D(ib) Bgc($color-light-pink) Ta(start) My(50px) Maw(95%) W(940px)--md W(a) Bdrs(3px) Ov(h)"> <button type="button" class="js-close-modal modal-as-page_D(n) Fxs(0) Cur(p) C($color-dark-grey) Bg(n) Bd(n) P(0) M(0) Pos(a) End(20px)--xs T(20px)--xs T(10px) End(10px)" aria-label="Close modal" title="Close modal"> <svg width= "20" height= "20" ><use xlink:href="#icon-close"></use></svg> </button> <div class="D(f) Jc(sb) Fxw(w) Fxw(nw)--md Fxd(cr) Fxd(r)--md "> <div class="W(4/12)--md" > <div class="C($color-new-font-dark) Bxz(bb) Mih(435px) P(40px)"> <h3 class="Fz($font-size-34) Fw(600) C($color-new-font-dark) My(0)" aria-level="2">Let's talk</h3> <p class="js-contact-us-description Fz($font-size-18) Mb(90px)--md Mb(60px) C($color-blue-dark-1) Mt(0) Pt(10px)">Talk to a sales representative</p> <div class="D(f) My(40px) Fld(c)"> <div class="W(100%) Mend(40px)--md Mend(0) W(100%)--md"> <div class="D(f) Ai(c) Mt(10px)"> <svg width= "20" height= "20" class= "C($color-blue-dark-2) Mend(5px)" ><use xlink:href="#icon-globe"></use></svg> <span class="Fw(700) Fz($font-size-18)">World Wide</span> </div> <a class="Fz($font-size-14) C($color-blue-dark) Td(n) Td(u):h" href="tel:+14153493207">+1 415-349-3207</a> </div> </div> <div class="Fz($font-size-14) C($color-blue-dark-1)">You can also email us at <a class="C($color-blue)" href="mailto:support@vwo.com">support@vwo.com</a></div> </div> </div> <div class="D(f) Fxd(c) W(8/12)--md"> <div class="D(f) Ai(c) H(100%) Bgc($color-white) Mih(700px)--md"> <div class="W(100%) Bxz(bb) P(50px)--md P(20px) Bxsh(n)" > <form class="submission-success_D(n)" method="post" action="/wp-json/action/contact-us" id="modal-contact-us-form" novalidate onsubmit="return form.validateForm.call(this, event)" data-event-on-submit="modal-contact-us-submit" data-event-on-error="modal-contact-us-error" data-event-on-success="modal-contact-us-success" data-qa="modal-contact-us-cu-form" data-mkfid="1043"> <div class="Mb(30px)"> <h4 class="Fz($font-size-20) Fw(600) Mb(5px) Mt(0)" aria-level="2">Get in touch</h4> </div> <div class="D(f)--md Jc(sb)--md Mb(5px)"> <div class="W(48%)--md"> <label class="Fz($font-size-13) Fw(600) Tt(n)" for="modal-contact-us-cu-fname">First Name: <sup>*</sup></label> <input class="input-text W(100%)" name="first_name" type="text" id="modal-contact-us-cu-fname" data-qa="modal-contact-us-cu-fname" placeholder="First Name" required/> <div class="C($color-red) Fz($font-size-12) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">Invalid First Name</div> </div> <div class="W(48%)--md"> <label class="Fz($font-size-13) Fw(600) Tt(n)" for="modal-contact-us-cu-lname">Last Name: <sup>*</sup></label> <input class="input-text W(100%)" name="last_name" type="text" id="modal-contact-us-cu-lname" data-qa="modal-contact-us-cu-lname" placeholder="Last Name" required/> <div class="C($color-red) Fz($font-size-12) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">Invalid Last Name</div> </div> </div> <div class="Mb(5px)"> <label class="Fz($font-size-13) Fw(600) Tt(n)" for="modal-contact-us-cu-email">Business Email: <sup>*</sup> </label> <input class="input-text W(100%)" type="email" name="email" id="modal-contact-us-cu-email" data-qa="modal-contact-us-cu-email" placeholder="name@yourcompany.com" required /> <div class="C($color-red) Fz($font-size-12) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">Invalid Email</div> </div> <div class="Mb(5px)"> <label class="Fz($font-size-13) Fw(600) Tt(n)" for="modal-contact-us-cu-phone">Phone Number: <sup>*</sup> </label> <input class="input-text W(100%) js-phone" type="tel" name="phone" id="modal-contact-us-cu-phone" data-qa="modal-contact-us-cu-phone" required aria-required="true"/> <div class="C($color-red) Fz($font-size-12) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">Invalid Phone Number</div> </div> <div class="Mb(5px) hide-contact-select-field_Hidden"> <label class="Fz($font-size-13) Fw(600) Tt(n)" for="modal-contact-us-cu-enquiry">Nature of enquiry: <sup>*</sup></label> <div class="Pos(r)"> <select name="enquiry-nature" class="input-text W(100%) js-enquiry-nature Cur(p)" id="modal-contact-us-cu-enquiry" data-qa="modal-contact-us-cu-enquiry"> <option selected value="sales-enquiry">Sales enquiry</option> <option value="technical-support">Technical support</option> <option value="other">Other</option> </select> <div class="Pos(a) T(50%) End(20px) TranslateY(-50%) Pe(n)"> <svg width= "12" height= "12" class= "D(b)" ><use xlink:href="#icon-chevron-down"></use></svg> </div> </div> <div class="C($color-red) Fz($font-size-12) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">Invalid select enquiry</div> </div> <div class="Mb(5px)"> <label class="Fz($font-size-13) Fw(600) Tt(n)" for="modal-contact-us-cu-message">Message: <sup>*</sup> </label> <textarea class="input-text W(100%)" id="modal-contact-us-cu-message" name="message" required rows="3" data-qa="modal-contact-us-cu-message"></textarea> <div class="C($color-red) Fz($font-size-12) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">Invalid message</div> </div> <div class="D(f) Ai(b) "> <input class="Cur(p) Flxs(0) M(0) Pos(r) T(2px)" type="checkbox" name="gdpr_consent_checkbox" id="modal-contact-us-401cu-gdpr-consent-checkbox" value="true" data-qa="modal-contact-us-gdpr-consent-checkbox"/> <label for="modal-contact-us-401cu-gdpr-consent-checkbox" class="Ta(start) Cur(p) Fz($font-size-12) Mstart(10px) Us(n)"> I agree to VWO's <a class="C($color-blue) white_C($color-white)" href="https://vwo.com/privacy-policy/" target="_blank">Privacy Policy</a> & <a href="https://vwo.com/terms/" class="C($color-blue) white_C($color-white)" target="_blank">Terms</a> </label> </div> <div class="Mt(10px)"> <button type="submit" disabled class="button button--disabled-primary W(100%) btn-modal-form-submit" data-qa="modal-contact-us-cu-form-submit">Submit</button> </div> <input type="hidden" value="" name="referral_code" data-qa="modal-contact-us-cu-referral-code"/> <input type="hidden" value="" name="utm_source" data-qa="modal-contact-us-cu-utm-source"/> <input type="hidden" value="" name="utm_campaign" data-qa="modal-contact-us-cu-utm-campaign"/> <input type="hidden" value="" name="utm_medium" data-qa="modal-contact-us-cu-utm-medium"/> <input type="hidden" value="" name="utm_content" data-qa="modal-contact-us-cu-utm-content" /> <input type="hidden" value="" name="utm_term" data-qa="modal-contact-us-cu-utm-term" /> <input type="hidden" value="https://vwo.com/opt-out" name="ads_url" /> <input type="hidden" value="1732483095" name="ads_timestamp" /> <input type="hidden" value="direct" name="ads_source" /> <input type="hidden" value="" name="ads_user_id" /> <input type="hidden" value="" name="ads_referer" /> </form> <div class="Ta(c) Bd Bdc($color-red) Bdrs(3px) Mx(40px) My(20px) C($color-red) Bgc($color-blue-dark-1) P(10px) error-message hide"></div> <div class="Mih(300px)--md success-message Fz($font-size-20) Ta(c) js-form-success-msg submission-success_D(f) Fld(c) Jc(c) D(n) " > <h5 class="C($color-blue) Mt(0) Mb(20px) Fz(32px)" aria-level="3">Thank you for writing to us!</h5> <p class="Fz($font-size-16)"> One of our representatives will get in touch with you shortly. </p> </div> </div> </div> </div> </div> </div> </div> <form id="mktoForm_1043" class="marketo-forms" style="display:none"></form> <div class="js-modal modal-as-page_Pt(70px) modal-as-page_Pt(100px)--md Pos(f) Start(0) T(0) End(0) B(0) Ov(a) D(n) modal-as-page_D(b) modal-as-page_Pos(s) Z(10) Ta(c)" id="modal-free-trial" tabindex="-1" role="dialog" data-mktoid="1043" aria-labelledby="modal-free-trial"> <div class="js-modal-mask Pos(f) T(0) B(0) Start(0) End(0) Bgc($color-black)"></div> <div class="js-modal-box Pos(r) modal-as-page_My(0) My(50px)--sm Mx(a) Bgc($color-white) D(b)--sm D(f) Fld(c) Ai(c) Jc(c) Ta(start) Bxsh($box-shadow-navigation-bottom) Maw(95%)--sm W(600px)--md W(100%) H(a)--sm H(100%) Bdrs(3px)"> <button type="button" class="js-close-modal modal-as-page_D(n) Fxs(0) Cur(p) C($color-dark-grey) Bg(n) Bd(n) P(0) M(0) Pos(a) End(20px)--xs T(20px)--xs T(10px) End(10px)" aria-label="Close modal" title="Close modal"> <svg width= "20" height= "20" ><use xlink:href="#icon-close"></use></svg> </button> <div> <div class="P(40px) Mih(450px) Bxz(bb) D(f) Fld(c) Jc(c)"> <div> <div class="D(n)--sm Ta(c) Mb(30px)"> <a href="https://vwo.com/" title="VWO Logo" class="D(ib)"> <img src="https://static.wingify.com/gcp/images/vwo-logo-color.svg" alt="VWO Logo" width="107" height="36" class="Va(m)"/> </a> </div> <div class="js-free-trial-form-step1-container js-step1-container"> <div class="Ta(c) Mb(40px) submission-success_D(n)"> <h4 class="M(0) Fw(600) Fz($font-size-30)--xs Fz($font-size-20)" aria-level="2"> Signup for a full-featured trial </h4> <p class="js-description M(0) Fz($font-size-12)"> Free for <span class="js-ft-duration">30</span> days. No credit card required </p> </div> <form class="js_form_step1 submission-success_D(n) " id="modal-free-trial-signup-form-step1" method="post" action="/wp-json/action/start-free-trial" data-formtype="free-trial-step1" novalidate onsubmit="return form.validateForm.call(this, event)" data-event-on-submit="modal-free-trial-submit" data-event-on-error="modal-free-trial-error" data-event-on-success="modal-free-trial-success" data-qa="modal-su-form" data-mkfid="1021"> <div class="Mb(5px)"> <label for="modal-v1-step1-email" class="Fz(13px) Fw(600) Tt(n)">Business Email </label> <input class="W(100%) Py(14px) input-text" placeholder="name@yourcompany.com" type="email" id="modal-v1-step1-email" name="email" data-qa="modal-su-step1-v1-email" required /> <div class="C($color-red) Fz($font-size-12) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">Invalid Email</div> </div> <div class="D(f) Ai(b) "> <input class="Cur(p) Flxs(0) M(0) Pos(r) T(2px)" type="checkbox" name="gdpr_consent_checkbox" id="modal-193cu-gdpr-consent-checkbox" value="true" data-qa="modal-gdpr-consent-checkbox"/> <label for="modal-193cu-gdpr-consent-checkbox" class="Ta(start) Cur(p) Fz($font-size-12) Mstart(10px) Us(n)"> I agree to VWO's <a class="C($color-blue) white_C($color-white)" href="https://vwo.com/privacy-policy/" target="_blank">Privacy Policy</a> & <a href="https://vwo.com/terms/" class="C($color-blue) white_C($color-white)" target="_blank">Terms</a> </label> </div> <div class="Mt(10px) Ta(c)"> <button type="submit" disabled class="button button--disabled-primary W(100%) btn-modal-form-submit" data-qa="modal-su-submit">Start Now</button> </div> <input type="hidden" value="" name="trialDuration" data-qa="modal--v1-duration"/> <input type="hidden" value="" name="tld" data-qa="modal--tld"/> <input type="hidden" value="FREE" name="plan" data-qa="modal--v1-plan"/> <input type="hidden" value="" name="form_id" data-qa="modal--v1-form-id"/> <input type="hidden" value="" name="ga_client_id" data-qa="modal--ga-client-id"/> <input type="text" name="ft_wingifyvwo" style="display: none;"> <input type="hidden" value="" name="LeadForProduct"/> <input type="hidden" value="" name="referral_code" data-qa="modal-referral-code"/> <input type="hidden" value="" name="utm_source" data-qa="modal-utm-source"/> <input type="hidden" value="" name="utm_campaign" data-qa="modal-utm-campaign"/> <input type="hidden" value="" name="utm_medium" data-qa="modal-utm-medium"/> <input type="hidden" value="" name="utm_content" data-qa="modal-utm-content" /> <input type="hidden" value="" name="utm_term" data-qa="modal-utm-term" /> <input type="hidden" value="false" name="subscription_type" data-qa="modal-subscription-type" > <input type="hidden" value="https://vwo.com/opt-out" name="ads_url" /> <input type="hidden" value="1732483095" name="ads_timestamp" /> <input type="hidden" value="direct" name="ads_source" /> <input type="hidden" value="" name="ads_user_id" /> <input type="hidden" value="" name="ads_referer" /> </form> <div class="Ta(c) Bd Bdc($color-red) Bdrs(3px) Mx(40px) My(20px) C($color-red) Bgc(#ffeded) P(10px) error-message hide submission-success_D(n)"></div> <div class="js-free-trial-step1-success-message submission-success_D(b) D(n) Ta(c)"> </div> </div><div class="js-free-trial-form-step2-container js-step2-container Mih(510px)--md D(n)"> <div class="Ta(c) Mb(24px) submission-success_D(n)"> <h4 class="M(0) Fw(600) Fz($font-size-24)--sm Fz($font-size-20)" aria-level="2"> Set up your password to get started </h4> </div> <form id="modal-free-trial-signup-form-step2" method="post" action="/wp-json/action/free-trial" class="submission-success_D(n) js_form_step2 " data-formtype="free-trial-step2" novalidate onsubmit="return form.validateForm.call(this, event)" data-event-on-submit="modal-free-trial-step2-submit" data-event-on-error="modal-free-trial-step2-error" data-event-on-success="modal-free-trial-step2-success" data-qa="modal-su-form" data-mkfid="1609"> <div class="Mb(15px) js-ft-step2-email-container"> <label for="modal-v1-step2-email" class="Fz(13px) Fw(600) Tt(n)">Business Email <sup>*</sup></label> <input class="W(100%) Py(14px) input-text Pe(n)" placeholder="name@yourcompany.com" type="email" id="modal-v1-step2-email" name="email" data-qa="modal-su-step2-v1-email" required readonly /> <div class="C($color-red) Fz($font-size-11) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">Invalid Email</div> </div> <div> <div class="D(f)--md Jc(sb)--md Mb(15px)"> <div class="W(48%)--md form-item"> <label for="modal-v1-fname" class="Fz(13px) Fw(600) Tt(n)">First Name <sup>*</sup></label> <input class="W(100%) Py(14px) input-text" placeholder="First Name" type="text" id="modal-v1-fname" name="first_name" data-qa="modal-su-v1-fname" required /> <div class="C($color-red) Fz($font-size-11) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">Invalid First Name</div> </div> <div class="W(48%)--md form-item"> <label for="modal-v1-lname" class="Fz(13px) Fw(600) Tt(n)">Last Name <sup>*</sup></label> <input class="W(100%) Py(14px) input-text" placeholder="Last Name" type="text" id="modal-v1-lname" name="last_name" data-qa="modal-su-v1-lname" required /> <div class="C($color-red) Fz($font-size-11) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">Invalid Last Name</div> </div> </div> <div class="Mb(15px)"> <label for="modal-v1-pnumber" class="Fz(13px) Fw(600) Tt(n)" >Phone Number <sup>*</sup> </label> <input class="W(100%) Py(14px) input-text js-phone" type="tel" id="modal-v1-pnumber" name="phone" data-qa="modal-su-v1-pnumber" required /> <div class="C($color-red) Fz($font-size-11) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">Invalid Phone Number</div> </div> <div class="Mb(15px)"> <label for="modal-v1-pwd" class="Fz(13px) Fw(600) Tt(n)" >Password <sup>*</sup> </label> <input class="W(100%) Py(14px) input-text atomic-password" type="password" id="modal-v1-pwd" name="password" data-qa="modal-su-v1-pwd" required /> <div class="C($color-red) Fz($font-size-11) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">Password</div> </div> <div class="Mb(15px)"> <h4 class="Fz($font-size-13) Fw(500) Tt(n) Mb(8px) Mt(0)"> What are you looking to optimize?* </h4> <div class="js-product-checkboxes D(f) Flw(w) Gp(20px)--md"> <div class="W(a)--md W(100%) P(5px) Bxz(bb)"> <label class="label__product-icon prod-hover"> <input class="M(0) Cur(p)" type="checkbox" name="which_areas_would_you_like_to_optimize[]" value="Website"> <span class="Fz($font-size-13) Fw(500)">🌐 Websites</span> </label> </div> <div class="W(a)--md W(100%) P(5px) Bxz(bb)"> <label class="label__product-icon prod-hover"> <input class="M(0) Cur(p)" type="checkbox" name="which_areas_would_you_like_to_optimize[]" value="Mobile app"> <span class="Fz($font-size-13) Fw(500)">📱 Mobile Apps</span> </label> </div> <div class="W(a)--md W(100%) P(5px) Bxz(bb)"> <label class="label__product-icon prod-hover"> <input class="M(0) Cur(p)" type="checkbox" name="which_areas_would_you_like_to_optimize[]" value="Feature Releases"> <span class="Fz($font-size-13) Fw(500)">🚀 Feature Releases</span> </label> </div> </div> <div class="C($color-red) Fz($font-size-11) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">A value for this field is required.</div> </div> <div class="Mb(30px)"> <h4 class="Fz($font-size-13) Fw(500) D(ib) Mb(8px) Mt(0)"> Select optimization capabilities you like to explore </h4> <div> <div class="D(f) Flw(w)"> <div class="P(5px) W(6/12)--md W(12/12) Bxz(bb)"> <label class="D(f) Ai(b) Gp(10px) Fz($font-size-13) Fw(500) Cur(p)"> <input class="M(0) Pos(r) T(2px) Cur(p)" type="checkbox" name="how_would_you_like_to_optimize[]" value="Analyze visitor behavior"> Analyze visitor behavior </label> </div> <div class="P(5px) W(6/12)--md W(12/12) Bxz(bb)"> <label class="D(f) Ai(b) Gp(10px) Fz($font-size-13) Fw(500) Cur(p)"> <input class="M(0) Pos(r) T(2px) Cur(p)" type="checkbox" name="how_would_you_like_to_optimize[]" value="Design and run experiments"> Design and run experiments </label> </div> <div class="P(5px) W(6/12)--md W(12/12) Bxz(bb)"> <label class="D(f) Ai(b) Gp(10px) Fz($font-size-13) Fw(500) Cur(p)"> <input class="M(0) Pos(r) T(2px) Cur(p)" type="checkbox" name="how_would_you_like_to_optimize[]" value="Personalize visitor experiences"> Personalize visitor experiences </label> </div> <div class="P(5px) W(6/12)--md W(12/12) Bxz(bb)"> <label class="D(f) Ai(b) Gp(10px) Fz($font-size-13) Fw(500) Cur(p)"> <input class="M(0) Pos(r) T(2px) Cur(p)" type="checkbox" name="how_would_you_like_to_optimize[]" value="Rollout and rollback features"> Rollout and rollback features </label> </div> </div> </div> </div> </div> <div class="D(f) Ai(b) "> <input class="Cur(p) Flxs(0) M(0) Pos(r) T(2px)" type="checkbox" name="gdpr_consent_checkbox" id="modal-270cu-gdpr-consent-checkbox" value="true" data-qa="modal-gdpr-consent-checkbox"/> <label for="modal-270cu-gdpr-consent-checkbox" class="Ta(start) Cur(p) Fz($font-size-12) Mstart(10px) Us(n)"> I agree to VWO's <a class="C($color-blue) white_C($color-white)" href="https://vwo.com/privacy-policy/" target="_blank">Privacy Policy</a> & <a href="https://vwo.com/terms/" class="C($color-blue) white_C($color-white)" target="_blank">Terms</a> </label> </div> <div class="Mt(10px) Ta(c)"> <button type="submit" class="button btn-modal-form-submit W(100%)" data-qa="modal-su-submit">Create Account</button> <!-- <a href="#" class="js-step2-back-button C($color-blue) Mt(10px) D(ib)" >← Back</a> --> </div> <input type="hidden" value="" name="trialDuration" data-qa="modal--v1-duration"/> <input type="hidden" value="" name="tld" data-qa="modal--tld"/> <input type="hidden" value="FREE" name="plan" data-qa="modal--v1-plan"/> <input type="hidden" value="" name="form_id" data-qa="modal--v1-form-id"/> <input type="hidden" value="" name="ga_client_id" data-qa="modal--ga-client-id"/> <input type="hidden" value="" name="LeadForProduct"/> <input type="hidden" value="" name="ListSource"> <input type="hidden" value="" name="referral_code" data-qa="modal-referral-code"/> <input type="hidden" value="" name="utm_source" data-qa="modal-utm-source"/> <input type="hidden" value="" name="utm_campaign" data-qa="modal-utm-campaign"/> <input type="hidden" value="" name="utm_medium" data-qa="modal-utm-medium"/> <input type="hidden" value="" name="utm_content" data-qa="modal-utm-content" /> <input type="hidden" value="" name="utm_term" data-qa="modal-utm-term" /> <input type="hidden" value="false" name="subscription_type" data-qa="modal-subscription-type" > <input type="hidden" value="https://vwo.com/opt-out" name="ads_url" /> <input type="hidden" value="1732483095" name="ads_timestamp" /> <input type="hidden" value="direct" name="ads_source" /> <input type="hidden" value="" name="ads_user_id" /> <input type="hidden" value="" name="ads_referer" /> </form> <div class="Ta(c) Bd Bdc($color-red) Bdrs(3px) Mx(40px) My(20px) C($color-red) Bgc(#ffeded) P(10px) error-message hide submission-success_D(n)"></div> <div class="js-free-trial-step2-success-message submission-success_D(b) D(n) Ta(c)"> <div class="Fz($font-size-16) D(f) Fld(c) Jc(sa)"> <div class="Mb(120px)--md Mb(60px)"> <div class="Mb(80px) D(b)--sm D(n) logo"> <img alt="VWO Logo" src="https://static.wingify.com/gcp/images/vwo-logo-color.svg" width="67" height="30"> </div> <div class="D(f) Fld(c) Jc(c) Ta(c) Ai(c) Mt(20px) middle-xs center-md mt-20"> <div class="loader Mb(40px)"> <span class="dot pulse pulse__one"></span> <span class="dot pulse pulse__two"></span> <span class="dot pulse pulse__three"></span> </div> <span class="Fz($font-size-24) Fw(700)" id="modal--thankyou-message-heading">VWO is setting up your account</span> </div> <div class="Ta(c) Mt(10px)">We've sent a message to <span class="nls_protected C($color-blue) js-post-form-user-email"> yourmail@domain.com </span> with instructions to verify your account.</div> </div> <div> <div class="Fw(700) My(10px)">Can't find the mail?</div> <div>Check your spam, junk or secondary inboxes.</div> <div>Still can't find it? Let us know at <a class="C($color-blue)" href="mailto:support@vwo.com">support@vwo.com</a></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <form id="mktoForm_1021" class="marketo-forms" style="display:none;"></form> <form id="mktoForm_1609" class="marketo-forms" style="display:none;"></form> <div data-lenis-prevent class="js-modal js-request-demo-extended-wrapper Pos(f) Start(0) T(0) End(0) B(0) Ov(a) D(n) modal-as-page_D(b) modal-as-page_Pos(s) modal_as_page_Bgc($color-white) Z(10) Ta(c)--md Ta(start)" id="modal-request-demo-extended" tabindex="-1" role="dialog" data-mktoid="1043" aria-labelledby="modal-request-demo-extended"> <div class="js-modal-mask Pos(f) T(0) B(0) Start(0) End(0) Bgc($color-black)"></div> <div class="js-modal-box Bgc($color-white) Mx(a) My(50px)--md My(0) Maw(95%) W(1100px)--md W(a) Bdrs(3px)"> <div class="D(f) Jc(sb) P(20px) P(0)--md D(b)--md"> <button type="button" class="js-close-modal modal-as-page_D(n) Fxs(0) Cur(p) C($color-dark-grey) C($color-black):h D(f) Ai(c) Jc(c) Bgc($color-white) W(40px) H(40px) Bdrs(50%) Bd(n) P(0) End(20px) Pos(a)--md T(20px) Z(2)" aria-label="Close modal" title="Close modal"> <svg width= "20" height= "20" ><use xlink:href="#icon-close"></use></svg> </button> </div> <div class="Pos(a)--md Z(1) W(100%) D(f)"> <div class="W(6/12)--md M(a) Ta(c)"> <p class="js-meeting-confirmation js-meeting-confirmation-in-form D(n) C($color-green-new-1) Bgc($color-green-light-1) Bdrs(3px) Bdw(1px) Bdc($color-green-new-1) Bds(da) Py(10px) Px(15px) Mt(24px)"> <svg width= "20" height= "20" class= "Mend(8px) Va(m)" ><use xlink:href="#icon-calendar"></use></svg> Awesome! Your meeting is confirmed for <span class="js-meeting-date Fw(600)"></span> at <span class="js-meeting-time Fw(600)"></span> </p> <p class="js-first-demo-confirmation D(n) C($color-green-new-1) Bgc($color-green-light-1) Bdrs(3px) Bdw(1px) Bdc($color-green-new-1) Bds(da) Py(10px) Px(15px) Mt(24px)"> <svg width= "20" height= "20" class= "Mend(8px) Va(m)" ><use xlink:href="#icon-right-check"></use></svg> Thank you, <span class="js-demo-final-screen-username"></span> for sharing your details. </p> </div> <div class="W(4/12) D(n) D(b)--md Maw(430px)"></div> </div> <div class="Bgc($color-white) Ta(start) Mah(100%) Ov(a)"> <div class="D(f)--md Jc(sb)"> <div class="M(a) P(20px) Bxz(bb) W(8/12)--md Maw(900px)--md M(a)"> <div class="Pos(r) Mih(700px)--xs Mih(100vh) Ovx(h)"> <div class="Ta(c) Bd Bdc($color-red) Bdrs(3px) Mx(40px) C($color-red) Bgc(#ffeded) P(10px) error-message hide"></div> <form class="active-transition submission-success_D(n) Maw(580px) Mx(a) My(20px) Pos(s) W(100%)" id="modal-req-demo-extended-form" method="post" action="/wp-json/action/request-demo-extended" name="demo-form" novalidate onsubmit="return form.validateForm.call(this, event)" data-event-on-submit="modal-request-demo-submit" data-event-on-error="modal-request-demo-error" data-event-on-success="modal-request-demo-success" data-qa="modal-req-demo-extended-rd-form" data-mkfid="1041"> <div class="P(0)--md P(20px)"> <div class="Mb(25px)"> <h4 class="Fz($font-size-30)--md Fz($font-size-24) Lh($line-height-big-headings) Fw(700) M(0)" aria-level="2"> Hi 👋 Let's schedule your demo </h4> <p class="Fz($font-size-14) M(0) C(#4e5963)">To begin, tell us a bit about yourself </p> </div> <div class="D(f)--md Jc(sb)--md Mb(15px)"> <div class="W(48%)--md form-item Mb(20px) Mb(0)--md"> <label class="Fz($font-size-13) Fw(500) Tt(n) D(ib) Mb(8px)" for="modal-req-demo-extended-v1-fname">First Name* </label> <input class="W(100%) input-text input-text--large" type="text" id="modal-req-demo-extended-v1-fname" name="first_name" data-qa="modal-req-demo-extended-rd-v1-fname" required /> <div class="C($color-red) Fz(11px) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">Invalid First Name</div> </div> <div class="W(48%)--md form-item"> <label class="Fz($font-size-13) Fw(500) Tt(n) D(ib) Mb(8px)" for="modal-req-demo-extended-v1-lname">Last Name* </label> <input class="W(100%) input-text input-text--large" type="text" id="modal-req-demo-extended-v1-lname" name="last_name" data-qa="modal-req-demo-extended-rd-v1-lname" required /> <div class="C($color-red) Fz(11px) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">Invalid Last Name</div> </div> </div> <div class="Mb(15px)"> <label class="Fz($font-size-13) Fw(500) Tt(n) D(ib) Mb(8px)" for="modal-req-demo-extended-v1-email">Business Email* </label> <input class="W(100%) input-text input-text--large" placeholder="email@business.com" type="email" id="modal-req-demo-extended-v1-email" name="email" data-qa="modal-req-demo-extended-rd-v1-email" required /> <div class="C($color-red) Fz(11px) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">Invalid Email</div> </div> <div class="Mb(15px)"> <label class="Fz($font-size-13) Fw(500) Tt(n) D(ib) Mb(8px)" for="modal-req-demo-extended-v1-pnumber">Phone Number* </label> <input class="W(100%) input-text input-text--large js-phone" type="tel" id="modal-req-demo-extended-v1-pnumber" name="phone" data-qa="modal-req-demo-extended-rd-v1-pnumber" required /> <div class="C($color-red) Fz(11px) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">Invalid Phone Number</div> </div> <div class="Mb(15px)"> <h4 class="Fz($font-size-13) Fw(500) Tt(n) Mb(8px) Mt(0)"> What are you looking to optimize?* </h4> <div class="js-product-checkboxes Mb(5px) D(f) Flw(w) Gp(20px)--md"> <div class="W(a)--md W(100%) P(5px) Bxz(bb)"> <label class="label__product-icon prod-hover"> <input class="M(0) Cur(p)" type="checkbox" name="which_areas_would_you_like_to_optimize[]" value="Website"> <span class="Fz($font-size-13) Fw(500)">🌐 Websites</span> </label> </div> <div class="W(a)--md W(100%) P(5px) Bxz(bb)"> <label class="label__product-icon prod-hover"> <input class="M(0) Cur(p)" type="checkbox" name="which_areas_would_you_like_to_optimize[]" value="Mobile app"> <span class="Fz($font-size-13) Fw(500)">📱 Mobile Apps</span> </label> </div> <div class="W(a)--md W(100%) P(5px) Bxz(bb)"> <label class="label__product-icon prod-hover"> <input class="M(0) Cur(p)" type="checkbox" name="which_areas_would_you_like_to_optimize[]" value="Feature Releases"> <span class="Fz($font-size-13) Fw(500)">🚀 Feature Releases</span> </label> </div> </div> <div class="C($color-red) Fz(11px) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason">A value for this field is required.</div> </div> <div class="Mb(30px)"> <h4 class="Fz($font-size-13) Fw(500) D(ib) Mb(8px) Mt(0)"> Select optimization capabilities you like to explore </h4> <div> <div class="D(f) Flw(w)"> <div class="P(5px) W(6/12)--md W(12/12) Bxz(bb)"> <label class="D(f) Ai(b) Gp(10px) Fz($font-size-13) Fw(500) Cur(p)"> <input class="M(0) Pos(r) T(2px) Cur(p)" type="checkbox" name="how_would_you_like_to_optimize[]" value="Analyze visitor behavior"> Analyze visitor behavior </label> </div> <div class="P(5px) W(6/12)--md W(12/12) Bxz(bb)"> <label class="D(f) Ai(b) Gp(10px) Fz($font-size-13) Fw(500) Cur(p)"> <input class="M(0) Pos(r) T(2px) Cur(p)" type="checkbox" name="how_would_you_like_to_optimize[]" value="Design and run experiments"> Design and run experiments </label> </div> <div class="P(5px) W(6/12)--md W(12/12) Bxz(bb)"> <label class="D(f) Ai(b) Gp(10px) Fz($font-size-13) Fw(500) Cur(p)"> <input class="M(0) Pos(r) T(2px) Cur(p)" type="checkbox" name="how_would_you_like_to_optimize[]" value="Personalize visitor experiences"> Personalize visitor experiences </label> </div> <div class="P(5px) W(6/12)--md W(12/12) Bxz(bb)"> <label class="D(f) Ai(b) Gp(10px) Fz($font-size-13) Fw(500) Cur(p)"> <input class="M(0) Pos(r) T(2px) Cur(p)" type="checkbox" name="how_would_you_like_to_optimize[]" value="Rollout and rollback features"> Rollout and rollback features </label> </div> </div> </div> </div> <div class="D(f) Ai(b) "> <input class="Cur(p) Flxs(0) M(0) Pos(r) T(2px)" type="checkbox" name="gdpr_consent_checkbox" id="modal-req-demo-extended-280cu-gdpr-consent-checkbox" value="true" data-qa="modal-req-demo-extended-gdpr-consent-checkbox"/> <label for="modal-req-demo-extended-280cu-gdpr-consent-checkbox" class="Ta(start) Cur(p) Fz($font-size-12) Mstart(10px) Us(n)"> I agree to VWO's <a class="C($color-blue) white_C($color-white)" href="https://vwo.com/privacy-policy/" target="_blank">Privacy Policy</a> & <a href="https://vwo.com/terms/" class="C($color-blue) white_C($color-white)" target="_blank">Terms</a> </label> </div> <div class="Mt(10px)"> <button type="submit" disabled class="button button--disabled-primary btn-modal-form-submit js-req-demo-extended-submit-btn W(100%)" data-qa="modal-req-demo-extended-rd-form-submit">Get a Demo</button> </div> <input type="hidden" value="" name="referral_code" data-qa="modal-req-demo-extended-referral-code"/> <input type="hidden" value="" name="utm_source" data-qa="modal-req-demo-extended-utm-source"/> <input type="hidden" value="" name="utm_campaign" data-qa="modal-req-demo-extended-utm-campaign"/> <input type="hidden" value="" name="utm_medium" data-qa="modal-req-demo-extended-utm-medium"/> <input type="hidden" value="" name="utm_content" data-qa="modal-req-demo-extended-utm-content" /> <input type="hidden" value="" name="utm_term" data-qa="modal-req-demo-extended-utm-term" /> <input type="hidden" value="" name="LeadForProduct"> <input type="hidden" value="" name="ListSource"> <input type="hidden" value="demo" name="requestFormType"> <input type="hidden" value="https://vwo.com/opt-out" name="ads_url" /> <input type="hidden" value="1732483095" name="ads_timestamp" /> <input type="hidden" value="direct" name="ads_source" /> <input type="hidden" value="" name="ads_user_id" /> <input type="hidden" value="" name="ads_referer" /> </div> </form> <div class="demo-iframe-wrapper"> <div class="form-transition P(20px) P(0)--md Ta(c)--md Pos(a) T(0) Start(0) End(0) W(100%) Bxz(bb) Mt(50px) Mt(80px)--md"> <div class="Mb(20px)"> <div class="js-calender-agent-name D(n)"> </div> <h3 class="js-calendar-loading-message D(ib) M(0) Fz($font-size-24) Fw(600) Tt(n)"></h3> <p class="js-calendar-loading-description Fz($font-size-13) C($color-grey-light-1) Mt(0) Mb(10px)"></p> <p class="js-calendar-time-description Fz($font-size-13) Fw(600) C($color-grey-light-1) M(0)"></p> </div> <div class="Pos(r)"> <div class="W(100%) Mah(380px) Mih(380px) Ovy(a) demo-calendar-frame" id="demo-calendar-frame-global"></div> <div class="js-loader D(n) Pos(a) T(0) Start(0) End(0) B(0)"> <div class="W(100%) Bgc($color-white) Bdrs(4px) P(20px) P(40px)--md Bxz(bb) Ov(h)"> <div class="loader-block W(150px) H(20px) Mb(20px) Bdrs(3px)"></div> <div class="D(f) Jc(sb) Mb(20px)"> <div class="loader-block W(100%) H(30px) Mb(20px) Bdrs(3px) Mend(50px)"></div> <div class="loader-block W(40%) H(30px) Mb(20px) Bdrs(3px)"></div> </div> <div class="D(f) Jc(sb)"> <div class="D(f) Fxg(1) Mend(50px)"> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> </div> <div class="loader-block W(40%) H(40px) Mb(20px) Bdrs(3px)"></div> </div> <div class="D(f) Jc(sb)"> <div class="D(f) Fxg(1) Mend(50px)"> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> </div> <div class="loader-block W(40%) H(40px) Mb(20px) Bdrs(3px)"></div> </div> <div class="D(f) Jc(sb)"> <div class="D(f) Fxg(1) Mend(50px)"> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> </div> <div class="loader-block W(40%) H(40px) Mb(20px) Bdrs(3px)"></div> </div> <div class="D(f) Jc(sb)"> <div class="D(f) Fxg(1) Mend(50px)"> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> </div> <div class="loader-block W(40%) H(40px) Mb(20px) Bdrs(3px)"></div> </div> <div class="D(f) Jc(sb)"> <div class="D(f) Fxg(1) Mend(50px)"> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> <div class="loader-block W(40px) H(40px) Bdrs(3px) Mend(20px)"></div> </div> <div class="loader-block W(40%) H(40px) Mb(20px) Bdrs(3px)"></div> </div> <div class="loader-block W(100%) H(40px) Bdrs(3px)"></div> </div> </div> </div> <div class="Ta(c)"> <button id="js-calendly-confirm-btn" class="js-confirm-calendar-button button button--disabled W(100%) Mt(20px)" disabled="disabled" data-step="extended-demo-step3-form" > Confirm </button> <button type="button" class="js-iframe-skip Bd(n) Bg(n) Td(u) Cur(p) C($color-grey-light-1) Mt(20px) D(ib)" data-step="extended-demo-step3-form">schedule later</button> </div> </div> </div> <form id="mktoForm_1041" class="marketo-forms" style="display:none"></form> <div> <form class="P(20px) P(0)--md D(f) Maw(620px) Mx(a) Mt(80px)--md Mt(50px) Mb(50px) H($extendedFormHeight) Ovy(a) Fld(c) Jc(sb) Pos(a) T(0) Start(0) End(0) form-transition " id="extended-demo-step3-form" method="post" action="/wp-json/action/request-demo-extended-steps" name="demo-step3-form" novalidate onsubmit="return form.validateForm.call(this, event)" data-formtype="maturity" data-event-on-submit="modal-request-demo-step3-submit" data-event-on-error="modal-request-demo-step3-error" data-event-on-success="modal-request-demo-step3-success" data-qa="modal-req-demo-extended-rd-step3-form"> <div> <div class="Mb(40px) Bdbw(1px) Bdbs(s) Bdbc($color-grey)"> <h2 class="Fz($font-size-18) Mt(0) Mb(15px) Fw(400)"> While we will deliver a demo that covers the entire VWO platform, please share a few details for us to <b>personalize the demo for you.</b> </h2> </div> <div class="Mb(24px)"> <h3 class="D(ib) M(0) Fz($font-size-30)--md Fz($font-size-24) Lh($line-height-headings) Fw(600) Tt(n)"> Which of these sounds like you? </h3> </div> <div class="Mb(40px) js-form-radio-labels" data-active-label-class="label--line-large-active"> <input type="hidden" name="email" /> <input type="hidden" name="demo_meeting_campaign" /> <label class="label--line label--line-large W(100%) Mend(0) Pstart(50px) Py(15px) Pos(r)"> <input class="Cur(p) Mend(10px) Hidden w-radio-input" value="I am new to using optimization & experimentation products." type="radio" name="prospect_maturity"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 32 32" class="w-radio-icon-default Pos(a) Start(20px) C($color-grey-light-1) Us(n) "><rect width="30" height="30" x="1" y="1" fill="#fff" stroke="currentColor" stroke-width="2" rx="15"></rect></svg> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 32 32" class="w-radio-icon-filled Pos(a) Start(20px) C($color-white) Us(n)"><g fill-rule="evenodd" fill="currentColor"><path d="M16,0 C24.836556,-1.623249e-15 32,7.163444 32,16 C32,24.836556 24.836556,32 16,32 C7.163444,32 1.082166e-15,24.836556 0,16 C-1.082166e-15,7.163444 7.163444,1.623249e-15 16,0 Z M16,4 C9.372583,4 4,9.372583 4,16 C4,22.627417 9.372583,28 16,28 C22.627417,28 28,22.627417 28,16 C28,9.372583 22.627417,4 16,4 Z"></path> <rect width="16" height="16" x="8" y="8" rx="8" fill="currentColor"></rect></g></svg> I am new to using optimization & experimentation products. </label> <label class="label--line label--line-large W(100%) Mend(0) Pstart(50px) Py(15px) Pos(r)"> <input class="Cur(p) Mend(10px) Hidden w-radio-input" type="radio" value="I have used other optimization & experimentation products." name="prospect_maturity"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 32 32" class="w-radio-icon-default Pos(a) Start(20px) C($color-grey-light-1) Us(n) "><rect width="30" height="30" x="1" y="1" fill="#fff" stroke="currentColor" stroke-width="2" rx="15"></rect></svg> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 32 32" class="w-radio-icon-filled Pos(a) Start(20px) C($color-white) Us(n)"><g fill-rule="evenodd" fill="currentColor"><path d="M16,0 C24.836556,-1.623249e-15 32,7.163444 32,16 C32,24.836556 24.836556,32 16,32 C7.163444,32 1.082166e-15,24.836556 0,16 C-1.082166e-15,7.163444 7.163444,1.623249e-15 16,0 Z M16,4 C9.372583,4 4,9.372583 4,16 C4,22.627417 9.372583,28 16,28 C22.627417,28 28,22.627417 28,16 C28,9.372583 22.627417,4 16,4 Z"></path> <rect width="16" height="16" x="8" y="8" rx="8" fill="currentColor"></rect></g></svg> I have used other optimization & experimentation products. </label> <label class="label--line label--line-large W(100%) Mend(0) Pstart(50px) Py(15px) Pos(r)"> <input class="Cur(p) Mend(10px) Hidden w-radio-input" type="radio" value="I have used VWO in the past and know the space well." name="prospect_maturity"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 32 32" class="w-radio-icon-default Pos(a) Start(20px) C($color-grey-light-1) Us(n) "><rect width="30" height="30" x="1" y="1" fill="#fff" stroke="currentColor" stroke-width="2" rx="15"></rect></svg> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 32 32" class="w-radio-icon-filled Pos(a) Start(20px) C($color-white) Us(n)"><g fill-rule="evenodd" fill="currentColor"><path d="M16,0 C24.836556,-1.623249e-15 32,7.163444 32,16 C32,24.836556 24.836556,32 16,32 C7.163444,32 1.082166e-15,24.836556 0,16 C-1.082166e-15,7.163444 7.163444,1.623249e-15 16,0 Z M16,4 C9.372583,4 4,9.372583 4,16 C4,22.627417 9.372583,28 16,28 C22.627417,28 28,22.627417 28,16 C28,9.372583 22.627417,4 16,4 Z"></path> <rect width="16" height="16" x="8" y="8" rx="8" fill="currentColor"></rect></g></svg> I have used VWO in the past and know the space well. </label> </div> </div> <div> <div class="My(20px) Ta(c)"> <button type="submit" disabled="disabled" class="button button--disabled W(100%) js-ext-next" data-step="extended-demo-step4-form" data-qa="modal-req-demo-extended-rd-form-step3-submit">Next</button> <button type="button" class="js-ext-skip Bd(n) Bg(n) Td(u) Cur(p) C($color-grey-light-1) Mt(20px) D(ib)" data-step="extended-demo-step4-form">Skip</button> </div> </div> </form> </div> <div> <form class="P(20px) P(0)--md D(f) Maw(620px) Mx(a) Mt(80px)--md Mt(50px) Mb(50px) H($extendedFormHeight) Ovy(a) Fld(c) Jc(sb) Pos(a) T(0) Start(0) End(0) form-transition" id="extended-demo-step4-form" method="post" action="/wp-json/action/request-demo-extended-steps" name="demo-step4-form" novalidate onsubmit="return form.validateForm.call(this, event)" data-formtype="usecase" data-event-on-submit="modal-request-demo-step4-submit" data-event-on-error="modal-request-demo-step4-error" data-event-on-success="modal-request-demo-step4-success" data-qa="modal-req-demo-extended-rd-step5-form"> <div> <button type="button" class="js-ext-back Cur(p) Bd(n) Bg(n) Mb(40px) Fz($font-size-14) D(if) Ai(c) C($color-grey-light-1) C($color-black):h" data-step="extended-demo-step3-form"> <svg width= "13" height= "13" class= "Mend(5px) Rotate(180deg)" ><use xlink:href="#icon-arrow-right"></use></svg> Back </button> <div class="Mb(30px)"> <h3 class="D(ib) M(0) Fz($font-size-30)--md Fz($font-size-24) Fw(600) Tt(n) Lh($line-height-headings)"> Please share the use cases, goals or needs that you are trying to solve. </h3> </div> <input type="hidden" name="email" /> <input type="hidden" name="demo_meeting_campaign" /> <textarea name="use_case" class="input-text input-text--white W(100%) Mb(40px)" cols="30" rows="8"></textarea> </div> <div> <div class="My(20px) Ta(c)"> <button type="submit" disabled="disabled" class="button button--disabled W(100%) js-ext-next" data-step="extended-demo-step5-form" data-qa="modal-req-demo-extended-rd-form-submit">Next</button> <button type="button" class="js-ext-skip Bd(n) Bg(n) Td(u) Cur(p) C($color-grey-light-1) Mt(20px) D(ib)" data-step="extended-demo-step5-form">Skip</button> </div> </div> </form> </div> <div> <form class="P(20px) P(0)--md D(f) Maw(620px) Mx(a) Mt(80px)--md Mt(50px) Mb(50px) H($extendedFormHeight) Ovy(a) Fld(c) Jc(sb) Pos(a) T(0) Start(0) End(0) form-transition" id="extended-demo-step5-form" method="post" action="/wp-json/action/request-demo-extended-steps" name="demo-step5-form" novalidate onsubmit="return form.validateForm.call(this, event)" data-formtype="url" data-event-on-submit="modal-request-demo-step5-submit" data-event-on-error="modal-request-demo-step5-error" data-event-on-success="modal-request-demo-step5-success" data-qa="modal-req-demo-extended-rd-step6-form"> <div> <button type="button" class="js-ext-back Cur(p) Bd(n) Bg(n) Mb(40px) Fz($font-size-14) D(if) Ai(c) C($color-grey-light-1) C($color-black):h" data-step="extended-demo-step4-form"> <svg width= "13" height= "13" class= "Mend(5px) Rotate(180deg)" ><use xlink:href="#icon-arrow-right"></use></svg> Back </button> <div class="Mb(30px)"> <h3 class="D(ib) Mb(10px) Mt(0) Fz($font-size-30)--md Fz($font-size-24) Fw(600) Tt(n) Lh($line-height-headings)"> Please provide your website URL or links to your application. </h3> <p class="M(0) C(#333333)"> We will come prepared with a demo environment for this specific website or application. </p> </div> <input type="hidden" name="email" /> <input type="hidden" name="demo_meeting_campaign" /> <div class="Mb(20px)"> <label class="Fz($font-size-13) Fw(500) Tt(n) D(ib) Mb(8px)" for="website_link"> Website URL </label> <input type="url" id="website_link" data-optional="true" name="website_to_be_optimized" placeholder="https://" class="input-text input-text--white W(100%) Py(13px)"> <div class="C($color-red) Fz($font-size-12) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason"> Invalid URL </div> </div> <div class="Mb(40px)"> <label class="Fz($font-size-13) Fw(500) Tt(n) D(ib) Mb(8px)" for="application_link"> Application URL </label> <input type="url" id="application_link" data-optional="true" name="application_to_be_optimized" placeholder="https://" class="input-text input-text--white W(100%) Py(13px)"> <div class="C($color-red) Fz($font-size-12) Trsp($Op) Trsdu(0.15s) Op(0) invalid-input+Op(1) invalid-reason"> Invalid URL </div> </div> </div> <div> <div class="My(20px) Ta(c)"> <button type="submit" class="button btn-modal-form-submit W(100%) Mb(40px)" data-qa="modal-req-demo-extended-rd-form-step6-submit">Finish</button> </div> </div> </form> </div> <div class="D(n) Pos(a) T(50%) TranslateY(-50%) Start(0)" id="extended-demo-thankyou"> <div class="Ta(c)"> <div class="W(4/12) M(a)"> <div class="js-lottie-request-demo-success Maw(160px) Mih(160px) M(a)"></div> </div> <div class="Ta(c) Mt(30px) Fz($font-size-20) js-thankyou-screen-with-time D(n)"> <span class="js-demo-final-screen-username Fw(600)"> </span>, you're all set to experience the VWO demo. <p class="Mt(0) Mb(50px)"> I can't wait to meet you on <span class="js-meeting-date Fw(600)"></span> at <span class="js-meeting-time Fw(600)"></span> </p> <div class="D(f) Ai(c) Jc(c) js-agent-name-container"> <div class="Mend(10px)"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt= "" decoding= "async" width= "60" height= "60" class= "js-agent-img-link Bdrs(50%) D(b)" /> </div> <div class="D(f) Fld(c) Ai(fs)"> <span class="js-assignee-name Fz($font-size-16) Fw(600)"> </span> <span class="Fz($font-size-14) C($color-grey-light-1)">Account Executive</span> </div> </div> </div> <p class="Ta(c) Mt(30px) Fz($font-size-20) js-thankyou-screen-without-time"> <span class="js-demo-final-screen-username Fw(600)"> </span>, thank you for sharing the details. Your dedicated VWO representative, will be in touch shortly to set up a time for this demo. </p> </div> </div> </div> </div> <div class="Maw(430px) W(4/12)--md js-req-demo-extended-testimonial D(n) D(b)--md"> <div class=" H(100%) D(f) Fld(c)"> <div class="js-testimonials-container js-extended-demo-step2-form bg-request-demo-testimonial-1 Pos(r) H(100%) Bgp(c_t) Bgr(nr) Bgz(ct)"> <blockquote class="M(0) Pos(a) C($color-white) B(0) P(30px)"> <svg width= "30" height= "30" ><use xlink:href="#icon-quote"></use></svg> <p class="Fz($font-size-20) Mb(30px)"> We're satisfied and glad we picked VWO. We're getting the ROI from our experiments. </p> <div class="D(f) Ai(c)"> <div class="Fxg(1) Bdendw(1px) Bdends(s) Bdendc($color-grey) Pend(10px) Mend(10px)"> <cite class="Fz($font-size-16) D(b) Fs(n)">Christoffer Kjellberg</cite> <span class="Fz($font-size-12) C(#b5b5b5)">CRO Manager</span> </div> <div class="Ta(c) Fxg(1)"> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/request-demo-extended/ideal-of-sweden@2x.png?tr=w-0.5,h-0.5" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/request-demo-extended/ideal-of-sweden@2x.png?tr=w-0.5,h-0.5 1x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/request-demo-extended/ideal-of-sweden@2x.png 2x" alt= "" decoding= "async" width= "168" height= "14" class= "H(a)" loading= "lazy" /></picture> </div> </div> </blockquote> </div> <div class="js-testimonials-container js-extended-demo-step3-form D(n) bg-request-demo-testimonial-2 Pos(r) H(100%) Bgp(c) Bgr(nr) Bgz(cv) Bgp(c_t)"> <blockquote class="M(0) Pos(a) C($color-white) B(0) P(30px)"> <svg width= "30" height= "30" ><use xlink:href="#icon-quote"></use></svg> <p class="Fz($font-size-20) Mb(30px)"> VWO has been so helpful in our optimization efforts. Testing opportunities are endless and it has allowed us to easily identify, set up, and run multiple tests at a time. </p> <div class="D(f) Ai(c)"> <div class="Fxg(1) Bdendw(1px) Bdends(s) Bdendc($color-grey) Pend(10px) Mend(10px)"> <cite class="Fz($font-size-16) D(b) Fs(n)">Elizabeth Levitan</cite> <span class="Fz($font-size-12) C(#b5b5b5)">Digital Optimization Specialist</span> </div> <div class="Ta(c) Fxg(1)"> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/request-demo-extended/pennfoster@2x.png?tr=w-0.5,h-0.5" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/request-demo-extended/pennfoster@2x.png?tr=w-0.5,h-0.5 1x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/request-demo-extended/pennfoster@2x.png 2x" alt= "" decoding= "async" width= "77" height= "40" class= "H(a)" loading= "lazy" /></picture> </div> </div> </blockquote> </div> <div class="js-testimonials-container js-extended-demo-step4-form D(n) bg-request-demo-testimonial-3 Pos(r) H(100%) Bgp(c) Bgr(nr) Bgz(cv) Bgp(c_t)"> <blockquote class="M(0) Pos(a) C($color-white) B(0) P(30px)"> <svg width= "30" height= "30" ><use xlink:href="#icon-quote"></use></svg> <p class="Fz($font-size-20) Mb(30px)"> As the project manager for our experimentation process, I love how the functionality of VWO allows us to get up and going quickly but also gives us the flexibility to be more complex with our testing. </p> <div class="D(f) Ai(c)"> <div class="Fxg(1) Bdendw(1px) Bdends(s) Bdendc($color-grey) Pend(10px) Mend(10px)"> <cite class="Fz($font-size-16) D(b) Fs(n)">Tara Rowe</cite> <span class="Fz($font-size-12) C(#b5b5b5)">Marketing Technology Manager</span> </div> <div class="Ta(c) Fxg(1)"> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/request-demo-extended/truckstop@2x.png?tr=w-0.5,h-0.5" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/request-demo-extended/truckstop@2x.png?tr=w-0.5,h-0.5 1x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/request-demo-extended/truckstop@2x.png 2x" alt= "" decoding= "async" width= "154" height= "40" class= "H(a)" loading= "lazy" /></picture> </div> </div> </blockquote> </div> <div class="js-testimonials-container js-extended-demo-step5-form js-extended-demo-step6-form D(n) bg-request-demo-testimonial-4 Pos(r) H(100%) Bgp(c) Bgr(nr) Bgz(cv) Bgp(c_t)"> <blockquote class="M(0) Pos(a) C($color-white) B(0) P(30px)"> <svg width= "30" height= "30" ><use xlink:href="#icon-quote"></use></svg> <p class="Fz($font-size-20) Mb(30px)"> You don't need a website development background to make VWO work for you. The VWO support team is amazing </p> <div class="D(f) Ai(c)"> <div class="Fxg(1) Bdendw(1px) Bdends(s) Bdendc($color-grey) Pend(10px) Mend(10px)"> <cite class="Fz($font-size-16) D(b) Fs(n)">Elizabeth Romanski</cite> <span class="Fz($font-size-12) C(#b5b5b5)">Consumer Marketing & Analytics Manager</span> </div> <div class="Ta(c) Fxg(1)"> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/request-demo-extended/britannica@2x.png?tr=w-0.5,h-0.5" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/request-demo-extended/britannica@2x.png?tr=w-0.5,h-0.5 1x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/request-demo-extended/britannica@2x.png 2x" alt= "" decoding= "async" width= "75" height= "50" class= "H(a)" loading= "lazy" /></picture> </div> </div> </blockquote> </div> <div class="Bgc($color-purple-dark) Py(20px) Px(30px)"> <h5 class="Mb(10px) Mt(0) Fw(600) Fz($font-size-14) C($color-white) Tt(u)" aria-level="3"> Trusted by thousands of leading brands </h5> <div class="D(f) Fxw(w)"> <div class="W(4/12)--md W(6/12) Py(5px) Ta(c)"> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/ubisoft-white@2x.png?tr=w-0.5,h-0.5" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/ubisoft-white@2x.png?tr=w-0.5,h-0.5 1x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/ubisoft-white@2x.png 2x" alt= "Ubisoft Logo" decoding= "async" loading= "lazy" class= "" /></picture> </div> <div class="W(4/12)--md W(6/12) Py(5px) Ta(c)"> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/ebay-white@2x.png?tr=w-0.5,h-0.5" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/ebay-white@2x.png?tr=w-0.5,h-0.5 1x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/ebay-white@2x.png 2x" alt= "eBay Logo" decoding= "async" loading= "lazy" class= "" /></picture> </div> <div class="W(4/12)--md W(6/12) Py(5px) Ta(c)"> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/payscale-white@2x.png?tr=w-0.5,h-0.5" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/payscale-white@2x.png?tr=w-0.5,h-0.5 1x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/payscale-white@2x.png 2x" alt= "Payscale Logo" decoding= "async" loading= "lazy" class= "" /></picture> </div> <div class="W(4/12)--md W(6/12) Py(5px) Ta(c)"> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/srg-white@2x.png?tr=w-0.5,h-0.5" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/srg-white@2x.png?tr=w-0.5,h-0.5 1x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/srg-white@2x.png 2x" alt= "Super Retail Group Logo" decoding= "async" loading= "lazy" class= "" /></picture> </div> <div class="W(4/12)--md W(6/12) Py(5px) Ta(c)"> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/target-white@2x.png?tr=w-0.5,h-0.5" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/target-white@2x.png?tr=w-0.5,h-0.5 1x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/target-white@2x.png 2x" alt= "Target Logo" decoding= "async" loading= "lazy" class= "" /></picture> </div> <div class="W(4/12)--md W(6/12) Py(5px) Ta(c)"> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/virgin-holidays-white@2x.png?tr=w-0.5,h-0.5" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/virgin-holidays-white@2x.png?tr=w-0.5,h-0.5 1x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/client-logos/virgin-holidays-white@2x.png 2x" alt= "Virgin Holidays Logo" decoding= "async" loading= "lazy" class= "" /></picture> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div id="rd-extended-thankyou-global" class=""> <div class="js-header-demo-alert D(n) modal-as-page_D(n)"> <div class="D(n) D(b)--md Pos(f) T(0) Start(0) Z(9) W(100%) Ta(c)"> <div> <p class="js-meeting-confirmation D(n) W(100%) C($color-green-new-1) Bgc($color-green-light-1) Bdrs(3px) Bdw(1px) Bdc($color-green-new-1) Bds(da) Py(10px) Px(15px) M(0)"> <svg width= "20" height= "20" class= "Mend(8px) Va(m)" ><use xlink:href="#icon-calendar"></use></svg> Awesome! Your meeting is confirmed for <span class="js-meeting-date Fw(600)"></span> at <span class="js-meeting-time Fw(600)"></span> </p> <p class="js-first-demo-confirmation D(n) W(100%) C($color-green-new-1) Bgc($color-green-light-1) Bdrs(3px) Bdw(1px) Bdc($color-green-new-1) Bds(da) Py(10px) Px(15px) M(0)"> <svg width= "20" height= "20" class= "Mend(8px) Va(m)" ><use xlink:href="#icon-right-check"></use></svg> Thank you, <span class="js-demo-final-screen-username"></span> for sharing your details. </p> </div> <button aria-label="close modal" type="button" class="js-close-demo-alert Cur(p) Bgc(t) C($color-green-new-1) Op(0.5) Op(1):h Bd(n) P(0) End(20px) Pos(a) T(50%) TranslateY(-50%)"> <svg width= "20" height= "20" ><use xlink:href="#icon-close"></use></svg> </button> </div> </div> </div> <!-- https://my.onetrust.com/s/article/UUID-d81787f6-685c-2262-36c3-5f1f3369e2a7?language=en_US --> <script> // Define dataLayer and the gtag function. window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} // Default ad_storage to 'denied'. gtag('consent', 'default', { ad_storage: "denied", analytics_storage: "denied", functionality_storage: "denied", personalization_storage: "denied", security_storage: "denied", ad_user_data: "denied", ad_personalization: "denied", 'wait_for_update': 500 }); </script> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PW7HNLL&nojavascript=true" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Google Tag Manager --> <script> if (location.search.indexOf("perf") === -1) { (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PW7HNLL'); } </script> <!-- End Google Tag Manager --> <div class="js-modal Pos(f) Start(0) T(0) End(0) B(0) Ov(a) D(n) modal-as-page_D(b) Z(10) Ta(c)" id="modal-dialog" tabindex="-1" role="dialog" aria-modal="true"> <div class="js-modal-mask Pos(f) T(0) B(0) Start(0) End(0) Bgc($color-black)"></div> <div class="js-modal-box Pos(r) My(50px)--md Mx(a) Bgc($color-white) D(ib) Ta(start) Bxsh($box-shadow-navigation-bottom) W(a) M(a) Bdrs(4px) Miw(320px) P(30px)"> <button type="button" class="js-close-modal modal-as-page_D(n) Fxs(0) Cur(p) C($color-dark-grey) Bg(n) Bd(n) P(0) M(0) Pos(a) End(20px)--xs T(20px)--xs T(10px) End(10px)" aria-label="Close modal" title="Close modal"> <svg width="20px" height="20px"> <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" fill="currentColor"/> </svg> </button> <div class="js-modal-body"></div> </div> </div> <script id="day-js" data-src='/wp-content/plugins/vwo-common-templates/js/vendor/dayjs/dayjs.min.js'></script> <script id="dayjs-utc" data-src='/wp-content/plugins/vwo-common-templates/js/vendor/dayjs/plugin/utc.min.js'></script> <script id="dayjs-timezone" data-src='/wp-content/plugins/vwo-common-templates/js/vendor/dayjs/plugin/timezone.min.js'></script> <script id="dayjs-advanceFormat" data-src='/wp-content/plugins/vwo-common-templates/js/vendor/dayjs/plugin/advancedFormat.min.js'></script> <script id="extend-dayjs" data-src='/wp-content/plugins/vwo-common-templates/js/extend-dayjs.js'></script> <script type="text/javascript" src="//research.vwo.com/js/forms2/js/forms2.min.js?ver=6.7.1" id="marketo-form-js"></script> <script type="text/javascript" src="https://vwo.com/glossary/wp-content/themes/vwo_glossary/js/vendor/jquery.js?ver=6.7.1" id="jquery-js"></script> <script type="text/javascript" src="https://vwo.com/glossary/wp-content/plugins/faq-schema-block-to-accordion/assets/js/YSFA-JS.min.js?ver=1.0.5" id="YSFA-js-js"></script> <script type="text/javascript" src="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/js/vwo-common-methods.js?ver=1732483657" id="vwo-common-methods-js"></script> <script type="text/javascript" src="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/js/components/vwo-main-menu.js?ver=1732483657" id="vwo-main-menu-js"></script> <script type="text/javascript" id="vwo-modal-js-extra"> /* <![CDATA[ */ var modalVar = {"pricingFormHeading":"Request Pricing","demoFormHeading":"Request Demo","freeTrialFormHeading":"Signup for a full-featured trial","freeTrialFormDescription":"Free for <span class=\"js-ft-duration\">30<\/span> days. No credit card required","enterpriseFormHeading":"Request Enterprise Demo","contactTalkToSales":"Talk to Sales","contactGetSupport":"Get Support","contactOther":"All Other Queries","demoMobileInsights":"Hi \ud83d\udc4b Let's get started","deliverPersonalisedMsg":"will deliver your personalised VWO demo.","mobilInsightsDeliverPersonalisedMsg":"will deliver your VWO Insights for Mobile Apps demo","pickDateTimeMsg":"Pick a date and time that works best. We're excited to showcase what VWO can do for you!","dateDescription":"All times in","findExecutiveMsg":"Thank you, finding an executive to set up a meeting","almostThereMsg":"Almost there!","contactSalesDescription":"Talk to a sales representative","contactSupportDescription":"Connect to a VWO support representative","contactOtherDescription":"A VWO representative will connect with you to help","freeTrialHeading":"Signup for VWO Testing Starter Plan","getInTouch":"Get in touch to avail special discount","getInTouchDescription":"For Google Optimize 360 customers looking to migrate to VWO","freeTrialSignupDescription":"Full featured trial for <span class=\"js-ft-duration\">30<\/span> days. Free upto 50k monthly tested visitors thereafter.","aiEarlyAccess":"Signup to get early access to VWO Copilot"}; /* ]]> */ </script> <script type="text/javascript" src="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/js/components/vwo-modal.js?ver=1732483657" id="vwo-modal-js"></script> <script type="text/javascript" id="vwo-form-js-extra"> /* <![CDATA[ */ var WP = {"NONCE":"de922a29d9","ajaxurl":"https:\/\/vwo.com\/glossary\/wp-json\/action\/"}; var siteVar = {"ajaxUrl":"https:\/\/vwo.com\/glossary\/wp-admin\/admin-ajax.php","is_mobile":"","postId":"3133","mainsiteAjaxUrl":"https:\/\/vwo.com\/wp-admin\/admin-ajax.php","appUrl":"https:\/\/app.vwo.com\/","guideButtonText":"Get this guide on e-mail"}; var validationMsg = {"reqField":"A value for this field is required.","incorrectEmail":"The email address you entered is incorrect.","workEmail":"doesn't look like a business email. Please use your business email.","validPassword":"Please Enter valid password","validUrl":"Please enter a valid url","validPhone":"Please enter a valid phone number","techinalError":"There is some technical error. Please try after some time or contact us at","mustPassword":"Your password must have","moreCharacterPassword":"8 or more characters","upperLowerPassword":"Upper & lowercase letters","specialCharacterPassword":"A number or special character","chooseProductFieldLabel":"Please choose the product\/s you are most interested in:","visitorText":"Total Subscribers","specialCharacter":"Please remove special characters like [!@#$%^&*()+=[\\]{};:\\|.<>\/?~]"}; /* ]]> */ </script> <script type="text/javascript" src="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/js/form.js?ver=1732483657" id="vwo-form-js"></script> <script type="text/javascript" src="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/js/components/vwo-exit-intent.js?ver=6.7.1" id="vwo-exit-intent-js"></script> <script type="text/javascript" src="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/js/new-website-scripts.js?ver=6.7.1" id="new-website-scripts-js"></script> <script type="text/javascript" src="https://vwo.com/glossary/wp-content/themes/vwo_glossary/js/glossary-script.js?ver=5.10" id="glossary-script-js"></script> <script type="text/javascript" id="scroll-load-js-extra"> /* <![CDATA[ */ var loadmore_params = {"ajaxurl":"https:\/\/vwo.com\/glossary\/wp-admin\/admin-ajax.php","posts":"{\"error\":\"\",\"m\":\"\",\"p\":0,\"post_parent\":\"\",\"subpost\":\"\",\"subpost_id\":\"\",\"attachment\":\"\",\"attachment_id\":0,\"name\":\"\",\"pagename\":\"\",\"page_id\":0,\"second\":\"\",\"minute\":\"\",\"hour\":\"\",\"day\":0,\"monthnum\":0,\"year\":0,\"w\":0,\"category_name\":\"\",\"tag\":\"\",\"cat\":\"\",\"tag_id\":\"\",\"author\":\"\",\"author_name\":\"\",\"feed\":\"\",\"tb\":\"\",\"paged\":0,\"meta_key\":\"\",\"meta_value\":\"\",\"preview\":\"\",\"s\":\"\",\"sentence\":\"\",\"title\":\"\",\"fields\":\"\",\"menu_order\":\"\",\"embed\":\"\",\"category__in\":[],\"category__not_in\":[],\"category__and\":[],\"post__in\":[],\"post__not_in\":[],\"post_name__in\":[],\"tag__in\":[],\"tag__not_in\":[],\"tag__and\":[],\"tag_slug__in\":[],\"tag_slug__and\":[],\"post_parent__in\":[],\"post_parent__not_in\":[],\"author__in\":[],\"author__not_in\":[],\"search_columns\":[],\"ignore_sticky_posts\":false,\"suppress_filters\":false,\"cache_results\":true,\"update_post_term_cache\":true,\"update_menu_item_cache\":false,\"lazy_load_term_meta\":true,\"update_post_meta_cache\":true,\"post_type\":\"\",\"posts_per_page\":10,\"nopaging\":false,\"comments_per_page\":\"50\",\"no_found_rows\":false,\"order\":\"DESC\"}","current_page":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://vwo.com/glossary/wp-content/themes/vwo_glossary/js/scroll-load.js?ver=6.7.1" id="scroll-load-js"></script> <link rel="stylesheet" href="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/intl-tell/css/intlTelInput.min.css?v=2"> <script defer src="https://vwo.com/glossary/wp-content/plugins/vwo-common-templates/intl-tell/js/intlTelInput.js?v=2"></script> <script> console.log("%cWARNING!", "color: red; background: yellow; font-size: 24px;"); console.log("%cThis section is intended for developers only. Do not enter or paste code that you do not understand. If someone told you to copy and paste something, kindly report this to security@wingify.com.", "font-size: 18px;"); </script> <script> (function(){ function getCookie(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for(var i = 0; i <ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } function deleteCookie(cname) { document.cookie = cname +'=;expires=Thu, 01 Jan 1970 00:00:00 GMT; domain=.vwo.com; path=/'; } var OptanonConsentValue = getCookie('OptanonConsent'); var urlParams = new URLSearchParams(OptanonConsentValue); if((parseFloat(urlParams.get('version')) < 6.32) && getCookie('OptanonAlertBoxClosed') != null) { deleteCookie('OptanonAlertBoxClosed'); } })() ; </script> <!-- OneTrust Cookies Consent Notice start for vwo.com --> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="131fceaa-caba-4115-8c13-102ba88b57ee" ></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <!-- OneTrust Cookies Consent Notice end for vwo.com --> <div class="atomic-common-style"> <footer class="Bgc(#f8f9fd) C($color-blue-dark-1) Ff($new-font-family) Fz($base-font-size) Lh($line-height-default) Lts(0.6px)"> <div class="Maw(1200px) M(a) Px(16px) Pt(100px) Pb(50px) Lts(0)"> <h2 class="Hidden">Footer Navigation</h2> <div class="D(f)--md D(n)--print Bdbw(1px)--md Bdbw(0) Bdbs(s) Bdbc(#d8d8d8) Pb(40px)--md Mb(40px)--md"> <div class="W(20%)--md Fxs(0) Px(10px) Bxz(bb)"> <h3 class="M(0) Tt(u) Px(10px)--md Fz($font-size-26)--md Fz($font-size-14)">Popular <br class="D(b)--md D(n)">In-depth <br class="D(b)--md D(n)"> Guides</h3> </div> <div class="W(80%)--md D(f)--md Mb(40px) Mb(0)--md Px(10px) Bxz(bb) Fz($font-size-13)"> <div class="W(3/12)--md"> <ul class="List(n) P(0) D(f) Flw(w) D(b)--md Mt(0)--md Mt(10px) Mb(0)"> <li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/ab-testing/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">A/B Testing</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/cart-abandonment/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Cart Abandonment</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/conversion-rate-optimization/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Conversion Rate Optimization</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/customer-data-platform-guide/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Customer Data Platform</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/customer-engagement/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Customer Engagement</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/customer-experience-optimization/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Customer Experience Optimization</a></li> </ul> </div> <div class="W(3/12)--md"> <ul class="List(n) P(0) D(f) Flw(w) D(b)--md Mt(0)--md Mt(10px) Mb(0)"> <li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/customer-retention/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Customer Retention</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/feature-rollout/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Feature Rollout</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/grow-website-traffic/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Grow Website Traffic</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/landing-page-optimization/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Landing Page Optimization</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/mobile-app-ab-testing/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Mobile App A/B Testing</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/multivariate-testing/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Multivariate Testing</a></li> </ul> </div> <div class="W(3/12)--md"> <ul class="List(n) P(0) D(f) Flw(w) D(b)--md Mt(0)--md Mt(10px) Mb(0)"> <li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/push-notifications/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Push Notifications</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/server-side-testing/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Server Side Testing</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/session-recording/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Session Recording</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/usability-testing/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Usability Testing</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/visitor-behavior-analysis/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Visitor Behavior Analysis</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/form-analytics/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Web Form Analytics</a></li> </ul> </div> <div class="W(3/12)--md"> <ul class="List(n) P(0) D(f) Flw(w) D(b)--md Mt(0)--md Mt(10px) Mb(0)"> <li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/website-heatmap/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Website Heatmaps</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/website-optimization/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Website Optimization</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/website-personalization/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Website Personalization</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/website-redesign/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Website Redesign</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/website-surveys/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Website Surveys</a></li> </ul> </div> </div> </div> <div class="D(f)--md D(n)--print Mb(30px)--md Mb(70px)"> <div class="W(20%)--md Fxs(0) Mb(40px) Mb(0)--md Px(10px) Bxz(bb)"> <h3 class="M(0) Tt(u) Px(10px)--md Fz($font-size-14)">Products</h3> <ul class="D(b)--md D(f) Flw(w) List(n) Mt(10px) Mb(0) P(0) Fz($font-size-13)"> <li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/testing/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">VWO Testing</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/insights/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">VWO Insights</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/customer-data-platform/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">VWO Data360</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/personalization/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">VWO Personalize</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/plan/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">VWO Plan</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/deploy/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">VWO Web Rollouts</a></li> </ul> </div> <div class="W(20%)--md Fxs(0) Mb(40px) Mb(0)--md Px(10px) Bxz(bb)"> <h3 class="M(0) Tt(u) Px(10px)--md Fz($font-size-14)">Compare</h3> <ul class="D(b)--md D(f) Flw(w) List(n) Mt(10px) Mb(0) P(0) Fz($font-size-13) Whs(nw)--lg"> <li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/compare/optimizely/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">VWO vs. Optimizely</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/compare/google-optimize/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">VWO vs. Google Optimize</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/compare/google-optimize-vs-optimizely/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Google Optimize vs. Optimizely</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/compare/google-optimize-360-vs-optimizely/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Google Optimize 360 vs. Optimizely</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/compare/adobe-target-vs-google-optimize/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Adobe Target vs. Google Optimize</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/compare/google-optimize-vs-optimize-360/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Google Optimize vs. Optimize 360</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/compare/google-optimize-vs-kameleoon/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Google Optimize vs. Kameleoon</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/compare/optimizely-vs-kameleoon/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Optimizely vs. Kameleoon</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/compare/kameleoon-vs-ab-tasty/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Kameleoon vs. AB Tasty</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/compare/kameleoon-vs-optimize-360/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Kameleoon vs. Optimize 360</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/compare/ab-tasty-vs-optimize-360/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">AB Tasty vs. Optimize 360</a></li> </ul> </div> <div class="W(20%)--md Fxs(0) Mb(40px) Mb(0)--md Px(10px) Bxz(bb)"> <h3 class="M(0) Tt(u) Px(10px)--md Fz($font-size-14)">Resources</h3> <ul class="D(b)--md D(f) Flw(w) List(n) Mt(10px) Mb(40px) P(0) Fz($font-size-14)"> <li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="/blog/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Blog</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="/product-updates/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Product Updates</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="/success-stories/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Success Stories</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="/ebooks/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">eBooks</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="/webinars/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Webinars</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="/events/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Events</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="/glossary/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Glossary</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="/webinars/inside/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Inside VWO</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="/webcast/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Masters of Conversion</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/popular-web-optimization-guides/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Popular In-Depth Guides</a></li> </ul> </div> <div class="W(20%)--md Fxs(0) Mb(40px) Mb(0)--md Px(10px) Bxz(bb)"> <div class="Mb(40px)"> <h3 class="M(0) Tt(u) Px(10px)--md Fz($font-size-14)">Get Help</h3> <ul class="D(b)--md D(f) Flw(w) List(n) Mt(10px) Mb(0) P(0) Fz($font-size-13)"> <li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://help.vwo.com/hc/en-us" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Knowledge Base</a></li> </ul> </div> <h3 class="M(0) Tt(u) Px(10px)--md Fz($font-size-14)">Free Tools</h3> <ul class="D(b)--md D(f) Flw(w) List(n) Mt(10px) Mb(0) P(0) Fz($font-size-13)"> <li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/tools/ab-test-significance-calculator/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">A/B Test Significance Calculator</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/tools/ab-test-sample-size-calculator/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">A/B Test Sample Size Calculator</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/tools/ab-test-duration-calculator/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">A/B Test Duration Calculator</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/tools/push-notification-roi-calculator/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Web Push ROI Calculator</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/tools/cart-abandonment-calculator/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Cart Abandonment Calculator</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://landingpageanalyzer.io/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Landing Page Analyzer</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/tools/ai-powered-heatmap-generator/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">AI-Powered Heatmap Generator</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/tools/cro-experimentation-checklist/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">CRO Experimentation Checklist</a></li> </ul> </div> <div class="W(20%)--md Fxs(0) Mb(30px) Mb(0)--md Px(10px)"> <h3 class="M(0) Tt(u) Px(10px)--md Fz($font-size-14)">About Us</h3> <ul class="D(b)--md D(f) Flw(w) List(n) Mt(10px) Mb(0) P(0) Fz($font-size-13)"> <li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/about/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Our Company</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://wingify.com/careers" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Careers</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/media-kit/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Media Kit</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/partners/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">VWO Partners</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/partners/affiliate/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Affiliate Program</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="https://vwo.com/contact-us/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Contact Us</a></li><li class="Px(10px)--md Bxz(bb) Mb(6px) D(f) Ai(c) Cnt(noq)::a D(n)::a--md D(n):lc::a D(if)::a W(1px)::a H(12px)::a Mx(10px)::a Bgc(#5d616a)::a"><a href="/news/" class="C(#181818) C($color-black):h Td(n) Td(u):h Py(14px)--coarse">Newsroom</a></li> </ul> </div> </div> <div class="D(f) D(n)--print Fld(r)--lg Fld(c) Ai(c) Jc(c) Jc(sb)--md Bdc(#d8d8d8)--md Bdbs(s)--md Bdts(s)--md Bdbw(1px)--md Bdtw(1px) Py(20px)--md Mb(20px)"> <!-- Certificates icons --> <div class="D(f) Ai(c) Flw(w) Mb(70px) Mb(0)--md Jc(c) Jc(fs)--md"> <div class="Flxg(1)--md Flxs(0) W(a)--md W(4/12)--xs W(6/12) Mb(20px) Mb(0)--md Mend(50px)--md"> <a href="https://vwo.com/compliance/gdpr/" class="D(b) Ta(c) Op(0.4) Op(1):h"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/gdpr-compliant.svg" alt= "vwo gdpr ready badge" decoding= "async" width= "94" height= "35" class= "H(a)" loading= "lazy" /> </a> </div> <div class="Flxg(1)--md Flxs(0) W(a)--md W(4/12)--xs W(6/12) Mb(20px) Mb(0)--md Mend(50px)--md"> <a href="https://vwo.com/compliance/ccpa/" class="D(b) Ta(c) Op(0.4) Op(1):h"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/ccpa-compliant.svg" alt= "VWO CCPA ready badge" decoding= "async" width= "94" height= "37" class= "H(a)" loading= "lazy" /> </a> </div> <div class="Flxg(1)--md Flxs(0) W(a)--md W(4/12)--xs W(6/12) Mb(20px) Mb(0)--md Mend(50px)--md"> <a href="https://vwo.com/compliance/soc-2-type-ii/" class="D(b) Ta(c) Op(0.4) Op(1):h"> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/soc2typeII@2x.png" alt= "SOC 2 Type II Badge" decoding= "async" width= "112" height= "47" class= "H(a)" loading= "lazy" /></picture> </a> </div> <div class="Flxg(1)--md Flxs(0) W(a)--md W(4/12)--xs W(6/12) Mb(20px) Mb(0)--md Mend(50px)--md"> <a href="https://vwo.com/compliance/international-organization-standardization-certification/" class="D(b) Ta(c) Op(0.4) Op(1):h"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/ISO-27001-certificate.svg" alt= "VWO ISO IEC 27001 Certification Badge" decoding= "async" width= "110" height= "45" class= "H(a)" loading= "lazy" /> </a> </div> <div class="Flxg(1)--md Flxs(0) W(a)--md W(4/12)--xs W(6/12) Mb(20px) Mb(0)--md"> <a href="https://vwo.com/compliance/international-organization-standardization-certification-27701/" class="D(b) Ta(c) Op(0.4) Op(1):h"> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/ISO-27701-certificate@2x.png?tr=w-0.5,h-0.5" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/ISO-27701-certificate@2x.png?tr=w-0.5,h-0.5 1x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/ISO-27701-certificate@2x.png 2x" alt= "VWO ISO 27701 Certification Badge" decoding= "async" width= "110" height= "56" class= "H(a)" loading= "lazy" /></picture> </a> </div> </div> <!-- End Certificates icons --> <!-- Social media icons --> <div class="Mt(30px) Mt(0)--lg Maw(165px) D(n)" id="js-gtm-linkedin-social-count"> <h3 class="Fz($font-size-12) Fw(500) Mt(0) Mb(5px) Lh($line-height-big-headings)"> Follow us and stay on top of everything CRO</h3> </div> <!-- End Social Media icons --> </div> <div class="D(f) Ai(c) Fld(r)--md Fld(c) Flw(w) Jc(sb)"> <div class="Ta(start)--md Ta(c) C(#5d616a)"> <span>© </span>2024 Copyright <a href="https://wingify.com" class="Td(n) Td(u):h C(#5d616a) C($color-black):h">Wingify</a>. All rights reserved<br class="D(n)--md D(b)"> <span class="D(ib)--md D(n)">|</span> <div class="D(n)--print D(ib)"> <a href="https://vwo.com/terms/" class="Td(n) Td(u):h C(#5d616a) C($color-black):h">Terms</a> <span>|</span> <a href="https://vwo.com/security/" class="Td(n) Td(u):h C(#5d616a) C($color-black):h">Security</a> <span>|</span> <a href="https://vwo.com/compliance/" class="Td(n) Td(u):h C(#5d616a) C($color-black):h">Compliance</a> <span>|</span> <a href="https://vwo.com/conduct/" class="Td(n) Td(u):h C(#5d616a) C($color-black):h">Code of Conduct</a> <span>|</span> <a href="https://vwo.com/privacy-policy/" class="Td(n) Td(u):h C(#5d616a) C($color-black):h">Privacy</a> <span>|</span> <a href="https://vwo.com/imprint/" class="Td(n) Td(u):h C(#5d616a) C($color-black):h">Imprint</a> <span>|</span> <a href="https://vwo.com/opt-out/" class="Td(n) Td(u):h C(#5d616a) C($color-black):h">Opt-out</a> </div> </div> <div class="D(f) Ai(c) Gp(10px) Mt(20px) Mt(0)--md"> <a class="D(ib)" href="https://wingify.com"> <img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/logo_wingify.svg" alt= "Wingify Logo" decoding= "async" loading= "lazy" width= "94" height= "28" /> </a> <picture><img src="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/vwo_old_logo@2x.png?tr=w-0.5,h-0.5" srcset="https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/vwo_old_logo@2x.png?tr=w-0.5,h-0.5 1x, https://static.wingify.com/gcp/wp-content/themes/vwo/images/new-website/vwo_old_logo@2x.png 2x" alt= "VWO old Logo" decoding= "async" loading= "lazy" width= "79" height= "27" class= "W(a)" /></picture> </div> </div> </div> </footer> </div> <!-- http only and not https because of W3C Validation error --><svg xmlns="http://www.w3.org/2000/svg" style="display: none; text-align:center;"><symbol id="icon-global-language"> <path d="M7 0c3.863 0 7 3.137 7 7s-3.137 7-7 7-7-3.137-7-7 3.137-7 7-7m1.492 9.333H5.508c.318 1.435.84 2.4 1.492 3.351.697-1.016 1.19-1.99 1.492-3.35m-4.175 0H1.653a5.816 5.816 0 003.94 3.334 10.24 10.24 0 01-1.276-3.335m8.03 0H9.683a10.277 10.277 0 01-1.268 3.322 5.887 5.887 0 003.932-3.322m-8.17-3.5H1.284a5.884 5.884 0 000 2.334H4.15c-.069-.776-.059-1.559.028-2.334m4.469 0H5.353a10.51 10.51 0 00-.031 2.334h3.356a10.51 10.51 0 00-.031-2.334m4.07 0H9.822c.086.775.096 1.558.028 2.334h2.867c.151-.75.159-1.545 0-2.334M5.626 1.325a5.815 5.815 0 00-3.973 3.342h2.714a11.914 11.914 0 011.259-3.342m1.373-.028c-.635 1.032-1.114 2.014-1.436 3.37h2.874c-.312-1.31-.78-2.303-1.438-3.37m1.382.04a11.93 11.93 0 011.252 3.33h2.714a5.886 5.886 0 00-3.966-3.33" fill="currentColor" fill-rule="evenodd"/> </symbol><symbol id="icon-chevron-down" viewBox="0 0 8 5"> <path d="M7.067 0L4 3.108.933 0 0 .946 4 5 8 .946z" fill="currentColor" fill-rule="evenodd"/> </symbol><symbol id="icon-arrow-right" viewBox="0 0 9 9"> <path d="M3.742 1.503l2.154 2.08H.685A.685.685 0 0 0 0 4.271v.46c0 .381.305.688.685.688h5.211L3.742 7.5a.693.693 0 0 0-.012.985l.314.313a.68.68 0 0 0 .968 0L8.799 4.99a.69.69 0 0 0 0-.974L5.012.202a.68.68 0 0 0-.968 0L3.73.515a.696.696 0 0 0 .012.988z" fill="currentColor" fill-rule="nonzero"/> </symbol><symbol id="icon-experimentation" viewBox="0 0 24 24"> <path d="M6.995 14.9h9.622l4.674 6.141a1.081 1.081 0 0 1-.86 1.736H3.469a1.081 1.081 0 0 1-.88-1.71L6.995 14.9z" fill="currentColor" fill-opacity=".3"/><path d="M22.838 19.175 15.444 8.987v-6.49h.731c.324 0 .586-.242.586-.54V.863c0-.299-.262-.54-.585-.54H7.254c-.324 0-.585.241-.585.54v1.092c0 .3.261.541.585.541h.67v6.49L1.118 19.12c-1.74 2.517-.529 4.557 2.706 4.557h16.4c3.234 0 4.405-2.016 2.614-4.502zm-12.813-9.23.242-.453V2.497H13.1v7.032l.276.477 7.3 9.808a1.081 1.081 0 0 1-.868 1.727H4.136a1.081 1.081 0 0 1-.892-1.692l6.78-9.904z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.346.863c0-.5.431-.863.908-.863h8.922c.477 0 .908.363.908.863v1.093c0 .5-.431.863-.908.863h-.41v6.063L23.1 18.985c.931 1.292 1.16 2.562.596 3.535-.558.96-1.805 1.479-3.47 1.479h-16.4c-1.67 0-2.923-.526-3.497-1.493-.58-.977-.382-2.258.523-3.568l6.75-10.049v-6.07h-.347c-.477 0-.908-.362-.908-.863V.863zm.908-.218c-.17 0-.263.122-.263.218v1.093c0 .097.093.218.263.218h.993v6.912L1.383 19.303c-.833 1.206-.899 2.203-.5 2.874.406.683 1.375 1.177 2.941 1.177h16.4c1.568 0 2.524-.49 2.913-1.158.38-.657.3-1.639-.56-2.832L15.121 9.091V2.174h1.055c.17 0 .263-.121.263-.218V.863c0-.096-.093-.218-.263-.218H7.254zm2.69 1.529h3.48v7.268l.223.386 7.288 9.793a1.404 1.404 0 0 1-1.126 2.242H4.136a1.404 1.404 0 0 1-1.158-2.197l6.77-9.89.196-.365V2.174zm.645.645v6.754l-.288.539-6.79 9.918a.759.759 0 0 0 .625 1.188H19.81a.758.758 0 0 0 .608-1.212l-7.31-9.823-.328-.568V2.819h-2.19z" fill="currentColor"/></symbol><symbol id="icon-behavior-analytics" viewBox="0 0 20 20"> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-703 -452)"><g transform="translate(703 452)"><rect stroke="currentColor" stroke-width="2.483" x="1.241" y="1.241" width="17.517" height="17.517" rx="4"/><path d="m14.774 13.33-2.847-2.846L14 9.59a.42.42 0 0 0-.039-.786L7.168 6.64a.42.42 0 0 0-.528.528l2.164 6.793a.42.42 0 0 0 .786.04l.894-2.074 2.846 2.847a.42.42 0 0 0 .594 0l.85-.85a.42.42 0 0 0 0-.594Z" fill="currentColor" fill-rule="nonzero"/><path d="M1.655 7.034c0 .761.43 1.457 1.11 1.797l.72.36a1.023 1.023 0 0 0 1.48-.915c0-.955.691-1.77 1.633-1.927l.85-.142a2.15 2.15 0 0 0 1.687-2.802l-.074-.222a3.445 3.445 0 0 0-6.536 0l-.477 1.432a7.65 7.65 0 0 0-.393 2.42Z" fill-opacity=".3" fill="currentColor"/><path d="M.828 9.095c0 1.115.63 2.134 1.627 2.633l1.054.527a1.499 1.499 0 0 0 2.17-1.34c0-1.4 1.011-2.595 2.392-2.825l1.246-.207a3.152 3.152 0 0 0 2.471-4.106l-.108-.326a5.048 5.048 0 0 0-9.577 0l-.7 2.1a11.21 11.21 0 0 0-.575 3.544Z" fill-opacity=".2" fill="currentColor"/></g></g></g></symbol><symbol id="icon-personalization" viewBox="0 0 54 54"> <path d="M6 27c0 11.598 9.402 21 21 21s21-9.402 21-21S38.598 6 27 6 6 15.402 6 27Z" stroke="currentColor" stroke-width="5.967" fill="transparent"/><path d="M15 27c0 6.627 5.373 12 12 12s12-5.373 12-12-5.373-12-12-12-12 5.373-12 12Z" fill="currentColor" fill-opacity=".3"/><path d="M21 27a6 6 0 1 0 12 0 6 6 0 0 0-12 0ZM27 54a3 3 0 0 1-3-3V41a3 3 0 1 1 6 0v10a3 3 0 0 1-3 3ZM27 16a3 3 0 0 1-3-3V3a3 3 0 1 1 6 0v10a3 3 0 0 1-3 3ZM0 27a3 3 0 0 1 3-3h10a3 3 0 1 1 0 6H3a3 3 0 0 1-3-3ZM38 27a3 3 0 0 1 3-3h10a3 3 0 1 1 0 6H41a3 3 0 0 1-3-3Z" fill="currentColor"/></symbol><symbol id="icon-rollouts" viewBox="0 0 19 18"> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-1166 -133)"><g transform="translate(120 129)"><g transform="translate(1046)"><g><g><g transform="translate(0 4)"><path d="M0 2.015v10.074c0 1.113.902 2.015 2.015 2.015L16.119 0H2.015A2.015 2.015 0 0 0 0 2.015Z" fill-opacity=".2" fill="#E6D2DC" fill-rule="nonzero"/><path d="M16.118 12.97H2.016a.882.882 0 0 1-.883-.881V2.015c0-.487.395-.882.882-.882h14.104c.486 0 .881.395.881.882v10.074a.882.882 0 0 1-.882.881Z" stroke="currentColor" stroke-width="2.267"/><path id="Path" fill="currentColor" fill-rule="nonzero" d="M7.843 17.126h2.455V8.874h2.942L9.067 4.893 4.893 8.874h2.95z"/></g></g></g></g></g></g></g></symbol><symbol id="icon-cdp" viewBox="0 0 20 19"> <path clip-rule="evenodd" d="M5.334 1.667a3.111 3.111 0 1 0 0 6.222h9.333a3.111 3.111 0 0 0 0-6.222H5.334Z" fill="transparent" stroke="currentColor" stroke-width="2.611"/><path d="M2.223 14.111a3.111 3.111 0 0 0 3.11 3.111h9.334a3.111 3.111 0 0 0 3.111-3.11M2.223 9.444a3.111 3.111 0 0 0 3.11 3.111h9.334a3.111 3.111 0 0 0 3.111-3.11" fill="transparent" stroke="currentColor" stroke-width="2.611"/></symbol><symbol id="icon-program-management" viewBox="0 0 24 24"> <path d="M20.998 3.57H3.002C2.45 3.57 2 4.02 2 4.57v16.572a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V4.571c0-.552-.45-1-1.002-1Z" fill="transparent" stroke="currentColor" stroke-width="2.842"/><path fill="currentColor" fill-opacity=".3" d="M2 3.571h20v5.714H2z"/><path stroke="currentColor" stroke-width="2.857" d="M7.286 6.428V.714M16.714 6.428V.714M16.714 17.857v-5.714M7.286 17.857v-5.714M12 17.857v-5.714"/></symbol><symbol id="icon-experiment-web" fill="none" viewBox="0 0 64 64"><path d="M56.381 36.573V19.049a5.333 5.333 0 0 0-5.333-5.333l-37.334 28.19h37.334a5.333 5.333 0 0 0 5.333-5.333Z" fill="currentColor" fill-opacity=".2"/><path d="M54.094 43.475H12.191a2.334 2.334 0 0 1-2.334-2.334V14.475a2.333 2.333 0 0 1 2.334-2.334h41.904a2.333 2.333 0 0 1 2.334 2.334V41.14a2.334 2.334 0 0 1-2.335 2.334Z" stroke="currentColor" stroke-width="6"/><path d="M29.904 52.19h6.498v-6.858H29.904v6.858ZM23.054 56.76H43.26v-4.57H23.054v4.57Z" fill="currentColor"/></symbol><symbol id="icon-experiment-mobile" viewBox="0 0 64 64" fill="none"> <mask id="a" fill="#fff"><rect x="13.714" y="6.857" width="36.891" height="50.286" rx="3.566"/></mask><rect x="13.714" y="6.857" width="36.891" height="50.286" rx="3.566" stroke="currentColor" stroke-width="6" mask="url(#a)"/><path d="m33.143 28.571 8-12.571v29.714H22.857L33.143 28.57Z" fill="currentColor" fill-opacity=".3"/> </symbol><symbol id="icon-experiment-server" viewBox="0 0 50 46"> <path fill="currentcolor" d="M25 .111h5.737v5.737H25zM33.603.111h5.737v5.737h-5.737z"/><path d="M42.773 7.222H7.226a3.56 3.56 0 0 0-3.56 3.556v28.444a3.556 3.556 0 0 0 3.556 3.556h35.555a3.556 3.556 0 0 0 3.556-3.556V10.778a3.56 3.56 0 0 0-3.56-3.556Z" stroke="currentcolor" fill="transparent" stroke-width="5.706"/><path d="M46.334 7.222H32.11v35.556h14.223V7.222Z" fill="currentcolor" fill-opacity=".2"/><path stroke="currentcolor" stroke-width="3.556" d="M3.666 19.667h42.667M3.666 30.333h42.667"/></symbol><symbol id="icon-product-split" viewBox="0 0 18 18" fill="none"> <mask id="mask0_1335_528" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="18" height="18"> <rect width="18" height="18" rx="3" fill="currentColor"/> </mask> <g mask="url(#mask0_1335_528)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M14.2 6.47331L14.1938 3.01375L10.7266 3.0099L11.8765 4.15685L8.59044 7.43351L5.30912 4.16144L6.47342 3L3.00349 3.00623L3 6.46342L4.15033 5.31646L7.79929 8.95472V14.84H9.44758L9.44758 8.89222L13.0353 5.31224L14.2 6.47331Z" fill="currentColor"/> </g> </symbol><symbol id="icon-product-multi" viewBox="0 0 18 18" fill="none"> <mask id="mask0_1335_533" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="18" height="18"> <rect width="18" height="18" rx="3" fill="currentColor"/> </mask> <g mask="url(#mask0_1335_533)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.29318 7.80681C8.51508 7.80681 8.69333 7.98192 8.69333 8.19793L8.6852 8.27493C8.64789 8.45013 8.48656 8.58904 8.29318 8.58904H4.40015C4.17825 8.58904 4 8.41393 4 8.19793L4.00813 8.12092C4.04544 7.94572 4.20678 7.80681 4.40015 7.80681H8.29318ZM8.29318 6.55526C8.51508 6.55526 8.69333 6.73037 8.69333 6.94637L8.6852 7.02338C8.64789 7.19858 8.48656 7.33748 8.29318 7.33748H4.40015C4.17825 7.33748 4 7.16237 4 6.94637L4.00813 6.86936C4.04544 6.69416 4.20678 6.55526 4.40015 6.55526H8.29318ZM8.29318 5.3037C8.51508 5.3037 8.69333 5.47881 8.69333 5.69481L8.6852 5.77182C8.64789 5.94702 8.48656 6.08593 8.29318 6.08593H4.40015C4.17825 6.08593 4 5.91082 4 5.69481L4.00813 5.61781C4.04544 5.44261 4.20678 5.3037 4.40015 5.3037H8.29318ZM8.29318 4C8.51508 4 8.69333 4.17511 8.69333 4.39111L8.6852 4.46812C8.64789 4.64332 8.48656 4.78222 8.29318 4.78222H4.40015C4.17825 4.78222 4 4.60712 4 4.39111L4.00813 4.3141C4.04544 4.1389 4.20678 4 4.40015 4H8.29318Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.1818 4C10.9768 4 10 4.97246 10 6.18179V6.51155C10 7.71651 10.9725 8.69333 12.1818 8.69333H12.5115C13.7165 8.69333 14.6933 7.72087 14.6933 6.51155V6.18179C14.6933 4.97682 13.7209 4 12.5115 4H12.1818Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.18179 10C4.97682 10 4 10.9725 4 12.1818V12.5115C4 13.7165 4.97246 14.6933 6.18179 14.6933H6.51155C7.71651 14.6933 8.69333 13.7209 8.69333 12.5115V12.1818C8.69333 10.9768 7.72087 10 6.51155 10H6.18179Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.1818 10C10.9768 10 10 10.9725 10 12.1818V12.5115C10 13.7165 10.9725 14.6933 12.1818 14.6933H12.5115C13.7165 14.6933 14.6933 13.7209 14.6933 12.5115V12.1818C14.6933 10.9768 13.7209 10 12.5115 10H12.1818Z" fill="currentColor"/> </g> </symbol><symbol id="icon-product-integrations" viewBox="0 0 18 18" fill="none"> <mask id="mask0_1335_542" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="18" height="18"> <rect width="18" height="18" rx="3" fill="currentColor"/> </mask> <g mask="url(#mask0_1335_542)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.3734 2.53164C11.9797 2.13789 11.3609 2.13789 11.0234 2.53164L8.99844 4.50039L10.3484 5.85039L12.3734 3.88164C12.5521 3.70241 12.6523 3.45968 12.6523 3.20664C12.6523 2.9536 12.5521 2.71088 12.3734 2.53164ZM13.4984 9.73164L8.09844 4.33164C8.07732 4.3077 8.05136 4.28852 8.02226 4.27539C7.99317 4.26226 7.96161 4.25546 7.92969 4.25546C7.89777 4.25546 7.86621 4.26226 7.83711 4.27539C7.80802 4.28852 7.78205 4.3077 7.76094 4.33164L6.80469 5.28789C6.69219 5.40039 6.69219 5.51289 6.80469 5.62539L7.08594 5.96289L5.56719 7.48164C5.10063 7.95558 4.8254 8.58504 4.79426 9.24936C4.76312 9.91369 4.97826 10.5661 5.39844 11.0816L2.30469 14.1754V14.5129L3.37344 15.5254C3.39455 15.5493 3.42052 15.5685 3.44961 15.5816C3.47871 15.5948 3.51027 15.6016 3.54219 15.6016C3.57411 15.6016 3.60567 15.5948 3.63476 15.5816C3.66386 15.5685 3.68982 15.5493 3.71094 15.5254L6.74844 12.3754C7.26394 12.7956 7.91639 13.0107 8.58071 12.9796C9.24504 12.9484 9.8745 12.6732 10.3484 12.2066L11.8672 10.6316L12.2047 10.9691C12.2609 11.0816 12.4297 11.0816 12.5422 10.9691L13.4984 10.1254C13.5224 10.1043 13.5416 10.0783 13.5547 10.0492C13.5678 10.0201 13.5746 9.98856 13.5746 9.95664C13.5746 9.92472 13.5678 9.89316 13.5547 9.86407C13.5416 9.83497 13.5224 9.809 13.4984 9.78789V9.73164ZM13.9484 5.45664C14.0822 5.32338 14.2523 5.23268 14.4375 5.19597C14.6227 5.15927 14.8146 5.1782 14.9891 5.25039C15.1635 5.32257 15.3127 5.44478 15.4178 5.6016C15.5229 5.75842 15.5792 5.94285 15.5797 6.13164C15.5797 6.41289 15.4672 6.63789 15.2984 6.80664L13.2734 8.77539L11.9797 7.48164L13.9484 5.45664Z" fill="currentColor"/> </g> </symbol><symbol id="icon-product-hypothesis" viewBox="0 0 18 18" fill="none"> <mask id="mask0_1335_554" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="18" height="18"> <rect width="18" height="18" rx="3" fill="currentColor"/> </mask> <g mask="url(#mask0_1335_554)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.6 12.9086H8.4C8.24812 12.9086 8.125 13.0317 8.125 13.1836C8.125 13.3355 8.24812 13.4586 8.4 13.4586H10.6C10.7519 13.4586 10.875 13.3355 10.875 13.1836C10.875 13.0317 10.7519 12.9086 10.6 12.9086ZM10.6 14.0086H8.4C8.24812 14.0086 8.125 14.1318 8.125 14.2837C8.125 14.4355 8.24812 14.5587 8.4 14.5587H10.6C10.7519 14.5587 10.875 14.4355 10.875 14.2837C10.875 14.1318 10.7519 14.0086 10.6 14.0086ZM10.7375 15.1087H8.2625L8.9159 15.5388C9.0006 15.6147 9.1249 15.6587 9.25415 15.6587H9.7464C9.8751 15.6587 9.9994 15.6147 10.0847 15.5388L10.7375 15.1087ZM12.8 7.51848C12.8 9.48203 11.0323 10.8098 11.0323 12.3586H7.9677C7.9677 10.8098 6.2 9.48203 6.2 7.51848C6.2 5.47132 7.8489 4.34489 9.49835 4.34489C11.1483 4.34489 12.8 5.47242 12.8 7.51848ZM15 7.13897V7.89359H13.6041C13.6151 7.77093 13.625 7.64718 13.625 7.51958C13.6237 7.39287 13.6173 7.26626 13.6058 7.14007L15 7.13897ZM9.1436 3.07638V2H9.8971V3.53857C9.64654 3.51499 9.39439 3.5137 9.1436 3.53472V3.07638ZM12.1796 4.38395L13.0431 3.42692L13.6041 3.93293L12.723 4.91196C12.5855 4.75245 12.393 4.54345 12.1785 4.38945L12.1796 4.38395ZM6.27425 4.91196L5.3926 3.93238L5.9536 3.42802L6.816 4.3834C6.59985 4.5374 6.41065 4.74421 6.27315 4.90756L6.27425 4.91196ZM5.3959 7.89799H4V7.13897H5.39425C5.38276 7.26516 5.37634 7.39177 5.375 7.51848C5.375 7.64718 5.3849 7.77148 5.3959 7.89359V7.89799Z" fill="currentColor"/> </g> </symbol><symbol id="icon-product-bayesian" viewBox="0 0 18 18" fill="none"> <mask id="mask0_1335_547" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="18" height="18"> <rect width="18" height="18" rx="3" fill="currentColor"/> </mask> <g mask="url(#mask0_1335_547)"> <path d="M12.0208 15.0269C10.6214 15.0269 10.1537 13.2603 9.65869 11.39C9.19379 9.63427 8.71355 7.82013 7.57766 7.77297V7.77662L7.44256 7.77253C6.30173 7.83784 5.82424 9.6429 5.36153 11.39C4.86694 13.2603 4.3993 15.0269 3 15.0269V14.12C3.71 14.12 4.10894 12.6129 4.49495 11.1551C5.02723 9.14465 5.63041 6.86523 7.48792 6.86523H7.53285C9.39036 6.86523 9.99353 9.14465 10.5258 11.1551C10.9117 12.6129 11.3108 14.12 12.0208 14.12V15.0269Z" fill="currentColor" stroke="currentColor" stroke-width="0.4"/> <path d="M15.4583 15.0277C14.0208 15.0277 13.5833 12.5107 13.0772 9.59583C12.638 7.06958 12.0917 3.92521 10.9479 3.92521C9.8041 3.92521 9.25781 7.06958 8.81856 9.59583C8.31246 12.5107 7.87496 15.0277 6.4375 15.0277V14.1025C7.11945 14.1025 7.60749 11.2926 7.9309 9.43342C8.48028 6.27064 9.04859 3 10.9479 3C12.8472 3 13.4155 6.27064 13.9649 9.43342C14.2883 11.2926 14.7763 14.1025 15.4583 14.1025V15.0277Z" fill="currentColor" stroke="currentColor" stroke-width="0.4"/> </g> </symbol><symbol id="icon-mobile-insights" viewBox="0 0 64 64" fill="none"> <mask id="c" fill="#fff"><rect x="13.714" y="6.857" width="36.891" height="50.286" rx="3.566"/></mask><rect x="13.714" y="6.857" width="36.891" height="50.286" rx="3.566" stroke="currentcolor" stroke-width="6" mask="url(#a)"/><path d="m32 58-7-7 16-18.5 11.5 1V58H32Z" fill="#fff"/><path d="M40.5 37.5c-4 .732-3.428-.598-5.6-8.353-.271-1.121-1.419-1.83-2.566-1.564-1.147.266-1.872 1.387-1.6 2.508l4.713 17.727c.06.236-.241.384-.422.207-1.057-1.122-2.416-2.715-2.446-2.715-.725-.885-2.053-1.003-2.959-.295-.905.708-1.026 2.006-.302 2.892.09.118 2.748 3.246 5.012 5.222 2.869 2.509 5.103 3.512 6.19 3.925 1.087.413 2.144.59 2.747.442.604-.147 5.284-1.21 5.284-1.21.906-.206 1.69-.855 2.023-1.74l.664-1.623c1.238-3.069 1.48-6.55.695-9.885l-.906-3.806C50.5 37.5 42.639 37.109 40.5 37.5Z" fill="currentcolor"/><circle cx="32.5" cy="29.5" r="11.5" fill="currentcolor" fill-opacity=".2"/><circle cx="32.5" cy="29.5" r="6.5" fill="currentcolor" fill-opacity=".2"/> </symbol><symbol id="icon-product-session" viewBox="0 0 18 18" fill="none"> <mask id="mask0_1333_5178" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="18" height="18"> <rect width="18" height="18" rx="3" fill="currentColor"/> </mask> <g mask="url(#mask0_1333_5178)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.27026 16.573C4.08284 16.3142 3.91195 16.0562 3.76242 15.8051L4.41673 15.4105C4.55456 15.6419 4.71274 15.881 4.88693 16.1209L4.27026 16.573V16.573ZM11.3088 15.3176C11.0846 15.3176 10.8587 15.2907 10.6375 15.2378L10.8142 14.4916C11.2445 14.5947 11.6883 14.5609 12.0712 14.3962L12.3713 15.1015C12.0387 15.2445 11.6814 15.3173 11.3088 15.3176V15.3176ZM3.44209 15.217C3.17686 14.6739 3.00521 14.1476 2.93197 13.653L3.68673 13.5403C3.74827 13.9566 3.89652 14.4071 4.12692 14.879L3.44209 15.217V15.217ZM9.95665 14.9865C9.46356 14.7359 9.02337 14.3464 8.68389 13.8605L9.30819 13.4194C9.57596 13.8025 9.91901 14.1076 10.301 14.3017L9.95665 14.9865V14.9865ZM13.003 14.7105L12.5162 14.1195C12.8351 13.8538 13.0614 13.4874 13.1886 13.0314L13.9233 13.2383C13.7557 13.8393 13.4376 14.3481 13.003 14.7105V14.7105ZM8.3324 13.2521C8.20881 12.991 8.10658 12.708 8.02851 12.4116C7.97714 12.2162 7.89882 12.0352 7.79557 11.8735L8.43717 11.459C8.58339 11.6879 8.69401 11.9423 8.76597 12.2152C8.83184 12.4658 8.91779 12.7039 9.02103 12.9225L8.3324 13.2521V13.2521ZM3.65641 12.9798L2.89453 12.9414C2.92581 12.3142 3.12976 11.7638 3.50103 11.3059L4.09227 11.7904C3.82602 12.119 3.67929 12.519 3.65641 12.9798V12.9798ZM13.2611 12.5203C13.2464 12.1748 13.1126 11.7332 12.8634 11.2071L13.5518 10.877C13.8457 11.4966 14.0044 12.0385 14.0235 12.4878L13.2611 12.5203V12.5203ZM7.45217 11.4791C7.13863 11.2106 6.72895 11.0398 6.2674 10.9856L6.35615 10.2235C6.96799 10.2957 7.51804 10.5278 7.94678 10.8953L7.45217 11.4791V11.4791ZM4.48237 11.4238L4.03811 10.8001C4.49406 10.4718 5.04945 10.2695 5.64425 10.215L5.71317 10.9791C5.2534 11.0211 4.82796 11.1745 4.48237 11.4238V11.4238ZM12.5818 10.6645C12.3626 10.2745 12.0917 9.85024 11.7777 9.40426L12.4004 8.96084C12.7293 9.42804 13.0138 9.87428 13.2457 10.287L12.5818 10.6645V10.6645ZM11.4079 8.89724C10.8924 8.21037 10.4682 7.7291 10.4639 7.72424L11.0346 7.21484C11.0524 7.2353 11.4831 7.72424 12.0167 8.43489L11.4079 8.89724V8.89724Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.58999 8.10209C8.43911 7.80875 7.58553 6.76354 7.58553 5.52264C7.58553 4.05497 8.77953 2.86095 10.2472 2.86095C11.7148 2.86095 12.9089 4.05497 12.9089 5.52264C12.9089 5.90453 12.8278 6.2678 12.6824 6.59643L13.319 7.09544C13.561 6.62379 13.6975 6.08919 13.6975 5.52264C13.6975 3.61704 12.1528 2.07227 10.2472 2.07227C8.34162 2.07227 6.79688 3.61704 6.79688 5.52261C6.79688 7.20341 7.99879 8.60325 9.58999 8.91013V8.10209V8.10209ZM10.2467 3.72977C9.25687 3.72977 8.45438 4.53226 8.45438 5.52216C8.45438 6.27995 8.92491 6.92747 9.58954 7.18965V6.60455C9.22441 6.38206 8.98014 5.98012 8.98014 5.52216C8.98014 4.82374 9.54835 4.25553 10.2467 4.25553C10.9452 4.25553 11.5133 4.82374 11.5133 5.52216C11.5133 5.57312 11.51 5.62329 11.5041 5.67271L11.9646 6.0337C12.0128 5.87157 12.0391 5.69998 12.0391 5.52216C12.0391 4.53226 11.2367 3.72977 10.2467 3.72977V3.72977Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.3164 5.77148V11.7312L12.1166 9.4316H14.9993L10.3164 5.77148V5.77148Z" fill="currentColor"/> </g> </symbol><symbol id="icon-product-heatmaps" viewBox="0 0 18 18" fill="none"> <mask id="mask0_1333_5183" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="18" height="18"> <rect width="18" height="18" rx="3" fill="currentColor"/> </mask> <g mask="url(#mask0_1333_5183)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.22964 3.16923C9.29751 3.08841 9.38221 3.00597 9.49047 3.00081C9.56269 2.99535 9.6523 3.01659 9.68063 3.09593C9.71667 3.20242 9.70798 3.3182 9.71625 3.42925C9.72985 3.8018 9.80292 4.17037 9.92436 4.52035C10.0859 4.9929 10.3183 5.43521 10.5779 5.85525C10.7937 6.20287 11.0303 6.53589 11.2797 6.85726C11.3576 6.95357 11.4487 7.049 11.5674 7.08439C11.6512 7.11035 11.7464 7.081 11.8036 7.01153C11.8933 6.90357 11.921 6.75432 11.92 6.61465C11.9199 6.47351 11.8704 6.33944 11.8642 6.19889C11.8572 6.06704 11.8627 5.92751 11.9205 5.80746C11.9426 5.75879 11.9946 5.70982 12.0488 5.73652C12.1359 5.78578 12.1739 5.89005 12.2117 5.98031C12.3086 6.25006 12.4438 6.50286 12.5341 6.77526C12.6918 7.30842 12.9287 7.81002 13.1695 8.30572C13.4016 8.78446 13.6395 9.2632 13.8047 9.77321C13.9104 10.1009 13.983 10.4423 13.9979 10.7888C14.0139 11.3669 13.9393 11.951 13.7512 12.4958C13.5616 13.0469 13.2562 13.5555 12.8564 13.9645C12.7783 13.7906 12.686 13.6242 12.58 13.4676C12.4517 13.276 12.3165 13.0877 12.2171 12.8769C12.0694 12.5757 11.9906 12.243 11.9412 11.9098C11.9206 11.7771 11.915 11.6411 11.8766 11.5121C11.8416 11.3863 11.7742 11.2711 11.6844 11.1805C11.6498 11.1482 11.6041 11.1133 11.5553 11.1273C11.5045 11.1488 11.4819 11.2071 11.4625 11.2568C11.3984 11.4432 11.382 11.6449 11.3069 11.8275C11.2789 11.8915 11.2344 11.9669 11.1595 11.9697C11.0789 11.9693 11.0136 11.9101 10.957 11.8563C10.7993 11.7057 10.7217 11.4911 10.6403 11.2898C10.3418 10.5065 10.1271 9.6915 9.84064 8.90363C9.78244 8.74715 9.72242 8.59066 9.64291 8.44465C9.61318 8.39569 9.58191 8.33994 9.5289 8.31619C9.49187 8.30395 9.46733 8.34422 9.45499 8.37445C9.41362 8.47828 9.41587 8.59347 9.386 8.70069C9.30901 8.99787 9.21295 9.28916 9.1138 9.57897C8.93725 10.0871 8.74667 10.5909 8.51472 11.0742C8.408 11.2895 8.29679 11.5051 8.14913 11.6932C8.09345 11.7616 8.03147 11.829 7.95252 11.8674C7.90119 11.892 7.83654 11.8915 7.79111 11.8535C7.71818 11.7941 7.68677 11.6985 7.65606 11.6107C7.57206 11.3634 7.48596 11.1168 7.38681 10.8757C7.31795 10.7139 7.24629 10.5515 7.14561 10.4084C7.11798 10.372 7.09077 10.3313 7.04983 10.3108C7.00958 10.2984 6.97901 10.3365 6.95965 10.368C6.90693 10.4587 6.87874 10.5618 6.84719 10.6621C6.7336 11.0485 6.6388 11.4448 6.46252 11.8066C6.39058 11.9564 6.29242 12.0893 6.20267 12.2274C5.8281 12.7952 5.46405 13.375 5.18078 14C4.588 13.4152 4.20292 12.6142 4.06703 11.7744C4.01599 11.4688 3.99467 11.1579 4.00112 10.8479C4.01571 10.5621 4.09185 10.2842 4.18623 10.0173C4.34862 9.56348 4.56795 9.13533 4.80186 8.71853C5.03704 8.30262 5.29128 7.89925 5.55114 7.50015C5.70273 7.2655 5.85951 7.03425 5.99806 6.7906C6.24684 6.35301 6.46364 5.88371 6.54694 5.37739C6.56728 5.26825 6.56489 5.15587 6.58943 5.04761C6.63992 5.0628 6.67301 5.10823 6.70737 5.14687C6.82419 5.28861 6.90454 5.45792 6.98153 5.62576C7.12345 5.94492 7.23844 6.27617 7.35273 6.60713C7.38737 6.70491 7.41556 6.80756 7.47277 6.89414C7.50138 6.93676 7.54387 6.97982 7.59744 6.97599C7.65213 6.97009 7.69449 6.92732 7.72912 6.88588C7.8085 6.78588 7.86305 6.66774 7.91592 6.55094C8.01366 6.32646 8.09514 6.09476 8.17409 5.86247C8.33816 5.37547 8.48807 4.88331 8.65804 4.39853C8.74877 4.14028 8.84427 3.88351 8.958 3.63529C9.03485 3.47202 9.11675 3.30861 9.22964 3.16923C9.22964 3.16923 9.11675 3.30861 9.22964 3.16923V3.16923V3.16923Z" fill="currentColor"/> </g> </symbol><symbol id="icon-product-funnels" viewBox="0 0 18 18" fill="none"> <mask id="mask0_1333_5192" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="18" height="18"> <rect width="18" height="18" rx="3" fill="currentColor"/> </mask> <g mask="url(#mask0_1333_5192)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2.87109 4.6C2.87109 4.26863 3.13972 4 3.47109 4H14.53C14.8614 4 15.13 4.26863 15.13 4.6V5.88367C15.13 6.21504 14.8614 6.48367 14.53 6.48367H3.47109C3.13972 6.48367 2.87109 6.21504 2.87109 5.88367V4.6Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.60547 8.07461C4.60547 7.74324 4.8741 7.47461 5.20547 7.47461H12.8932C13.2246 7.47461 13.4932 7.74324 13.4932 8.07461V9.35828C13.4932 9.68965 13.2246 9.95828 12.8932 9.95828H5.20547C4.8741 9.95828 4.60547 9.68965 4.60547 9.35828V8.07461Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.34375 11.5473C6.34375 11.2159 6.61238 10.9473 6.94375 10.9473H11.1581C11.4895 10.9473 11.7581 11.2159 11.7581 11.5473V12.8309C11.7581 13.1623 11.4895 13.4309 11.1581 13.4309H6.94375C6.61238 13.4309 6.34375 13.1623 6.34375 12.8309V11.5473Z" fill="currentColor"/> </g> </symbol><symbol id="icon-product-surveys" viewBox="0 0 18 18" fill="none"> <mask id="mask0_1333_5197" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="18" height="18"> <rect width="18" height="18" rx="3" fill="currentColor"/> </mask> <g mask="url(#mask0_1333_5197)"> <path d="M14.8203 14.7049V7.02234C14.8203 6.15568 14.0865 5.45312 13.1806 5.45312H4.62269C3.7171 5.45312 2.98298 6.15613 2.98298 7.02234V14.7049" stroke="currentColor" stroke-width="0.546339"/> <rect width="9.32143" height="0.911815" rx="0.273169" transform="matrix(-1 0 0 1 13.5586 8.10352)" fill="currentColor"/> <rect width="9.32143" height="2.39211" rx="0.182113" transform="matrix(-1 0 0 1 13.5586 10.0391)" fill="currentColor"/> <rect width="0.728452" height="0.720447" rx="0.360223" transform="matrix(-1 0 0 1 13.5586 6.45508)" fill="currentColor"/> <rect width="0.728452" height="0.720447" rx="0.360223" transform="matrix(-1 0 0 1 12.2227 6.45508)" fill="currentColor"/> <rect width="12.2016" height="0.455282" transform="matrix(-1 0 0 1 15 14.2402)" fill="currentColor"/> </g> </symbol><symbol id="icon-product-form" viewBox="0 0 18 18" fill="none"> <mask id="mask0_1333_5204" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="18" height="18"> <rect width="18" height="18" rx="3" fill="currentColor"/> </mask> <g mask="url(#mask0_1333_5204)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.64505 3C4.28656 3 4 3.2885 4 3.64439V13.9564C4 14.314 4.2888 14.6008 4.64505 14.6008H13.6668C14.0252 14.6008 14.3118 14.3123 14.3118 13.9564V3.64439C14.3118 3.28676 14.023 3 13.6668 3H4.64505ZM4.42798 13.9568V3.64481C4.42798 3.52531 4.52308 3.43008 4.64337 3.43008H13.6651C13.7849 3.43008 13.8805 3.52536 13.8805 3.64481V13.9568C13.8805 14.0763 13.7854 14.1715 13.6651 14.1715H4.64337C4.52353 14.1715 4.42798 14.0763 4.42798 13.9568Z" fill="currentColor"/> <rect x="5.28906" y="4.93164" width="7.73385" height="1.50381" rx="0.2" fill="currentColor"/> <rect x="5.28906" y="7.08008" width="7.73385" height="1.50381" rx="0.2" fill="currentColor"/> <rect x="5.28906" y="9.22852" width="7.73385" height="1.50381" rx="0.2" fill="currentColor"/> <rect x="9.15625" y="11.5938" width="3.86693" height="1.50381" rx="0.2" fill="currentColor"/> </g> </symbol><symbol id="icon-product-observations" viewBox="0 0 18 18" fill="none"> <mask id="mask0_1333_5209" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="18" height="18"> <rect width="18" height="18" rx="3" fill="currentColor"/> </mask> <g mask="url(#mask0_1333_5209)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.9944 4.64648C5.67752 4.64648 2.98828 9.04471 2.98828 9.04471C2.98828 9.04471 5.67752 13.5588 8.9944 13.5588C12.3113 13.5588 15.0005 9.04471 15.0005 9.04471C15.0005 9.04471 12.3113 4.64648 8.9944 4.64648V4.64648ZM8.99536 12.0733C7.33691 12.0733 5.99229 10.7431 5.99229 9.10252C5.99229 7.46191 7.33691 6.13175 8.99536 6.13175C10.6538 6.13175 11.9984 7.46191 11.9984 9.10252C11.9984 10.7431 10.6538 12.0733 8.99536 12.0733V12.0733Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.99372 10.5958C9.82299 10.5958 10.4952 9.93074 10.4952 9.11039C10.4952 8.29003 9.82299 7.625 8.99372 7.625C8.16445 7.625 7.49219 8.29003 7.49219 9.11039C7.49219 9.93074 8.16445 10.5958 8.99372 10.5958Z" fill="currentColor"/> </g> </symbol><symbol id="icon-ecommerce" viewBox="0 0 22 22"> <g fill="none" fill-rule="evenodd"><path d="M0 0h22v22H0z"/><g fill="currentColor" fill-rule="nonzero"><path d="M20.874 3.557a.577.577 0 00-.45-.216H5.067L4.64 1.48a.577.577 0 00-.562-.448h-2.5a.577.577 0 000 1.154h2.041l2.914 12.63c.06.261.294.447.563.447h11.559a.577.577 0 000-1.154h-11.1l-.444-1.923h11.582c.27 0 .504-.187.563-.45l1.73-7.693a.577.577 0 00-.111-.487zm-2.643 7.476H6.844l-1.51-6.538h14.368l-1.471 6.538zM9.462 16.033a2.118 2.118 0 00-2.116 2.115c0 1.167.95 2.116 2.116 2.116a2.118 2.118 0 002.115-2.116 2.118 2.118 0 00-2.115-2.115zm0 3.077a.963.963 0 010-1.923.963.963 0 010 1.923zM16.385 16.033a2.118 2.118 0 00-2.116 2.115c0 1.167.95 2.116 2.116 2.116a2.118 2.118 0 002.115-2.116 2.118 2.118 0 00-2.115-2.115zm0 3.077a.963.963 0 010-1.923.963.963 0 010 1.923z"/></g></g> </symbol><symbol id="icon-sass" viewBox="0 0 22 22"> <g fill="currentColor" fill-rule="nonzero"><path d="M19.37 8.606a2.565 2.565 0 00-2.538-2.216c-.053 0-.105 0-.157.005a5.84 5.84 0 00-5.434-4.388 6.769 6.769 0 00-.552 0 5.838 5.838 0 00-5.41 4.39 2.94 2.94 0 00-2.626 2.201A2.93 2.93 0 000 11.513a.62.62 0 00.004.073 2.93 2.93 0 001.85 2.652l.048.017a2.954 2.954 0 001.026.185h2.191v.732c0 .184.137.34.32.363l1.467.183.029.07-.908 1.166a.366.366 0 00.03.483L7.61 18.99c.13.13.337.143.483.03l1.167-.907.07.029.182 1.466c.023.183.179.32.364.32h2.195c.185 0 .34-.137.363-.32l.183-1.466.07-.029 1.167.907c.145.113.352.1.482-.03l1.553-1.552a.366.366 0 00.03-.484l-.907-1.166.029-.07 1.466-.183a.366.366 0 00.32-.363v-.732s2.38-.004 2.469-.014a2.019 2.019 0 00.264-.036 2.931 2.931 0 00.882-.313l.045-.025.118-.07a2.944 2.944 0 001.346-2.396.611.611 0 00.004-.073 2.931 2.931 0 00-2.585-2.907zm-3.274 6.243l-1.365.17a.366.366 0 00-.3.245 3.647 3.647 0 01-.172.413.366.366 0 00.04.386l.846 1.085-1.098 1.098-1.086-.845a.366.366 0 00-.386-.04 3.68 3.68 0 01-.413.171.366.366 0 00-.244.302l-.17 1.363h-1.55l-.17-1.365a.366.366 0 00-.244-.301 3.68 3.68 0 01-.413-.171.366.366 0 00-.385.04l-1.086.846-1.098-1.098.845-1.086a.366.366 0 00.04-.386 3.647 3.647 0 01-.172-.413.366.366 0 00-.3-.244l-1.364-.17v-1.55l1.365-.17a.366.366 0 00.3-.244c.049-.141.107-.28.172-.413a.366.366 0 00-.04-.386L6.802 11 7.9 9.903l1.086.844c.11.086.26.102.386.04a3.68 3.68 0 01.413-.171.366.366 0 00.244-.301l.17-1.363h1.55l.17 1.364a.366.366 0 00.244.302c.141.048.279.105.413.17a.366.366 0 00.385-.04l1.086-.845L15.145 11l-.845 1.086a.366.366 0 00-.04.385c.066.134.123.272.172.413a.366.366 0 00.3.244l1.366.171-.002 1.549zm5.123-3.288a2.205 2.205 0 01-1.005 1.803l-.085.049-.069.037c-.056.03-.114.059-.173.084a2.305 2.305 0 01-.655.162c-.068.01-2.404.012-2.404.012v-.732a.366.366 0 00-.32-.362l-1.467-.183a5.64 5.64 0 00-.029-.07l.908-1.166a.366.366 0 00-.03-.484L14.336 9.16a.366.366 0 00-.483-.03l-1.167.907-.07-.03-.182-1.465a.366.366 0 00-.364-.321H9.876a.366.366 0 00-.363.32l-.183 1.466-.07.03-1.167-.908a.366.366 0 00-.483.03l-1.552 1.553a.366.366 0 00-.03.483l.907 1.166-.029.07-1.466.183a.366.366 0 00-.321.363v.732H2.927c-.224 0-.447-.033-.662-.1-.037-.01-.073-.024-.11-.036l-.043-.016A2.193 2.193 0 01.735 11.55a.34.34 0 00-.003-.047 2.205 2.205 0 012.224-2.185.366.366 0 00.363-.314 2.2 2.2 0 012.213-1.881.361.361 0 00.404-.298 5.086 5.086 0 014.794-4.087c.162-.006.31-.007.49 0a5.083 5.083 0 014.805 4.125.366.366 0 00.434.297 1.838 1.838 0 012.202 1.793c0 .202.164.365.366.365a2.2 2.2 0 012.195 2.186.344.344 0 00-.003.058z"/><path d="M10.973 11.879a2.195 2.195 0 100 4.39 2.195 2.195 0 000-4.39zm0 3.659a1.464 1.464 0 110-2.927 1.464 1.464 0 010 2.927z"/></g> </symbol><symbol id="icon-elearning" viewBox="0 0 22 22"> <g fill="currentColor" fill-rule="evenodd"><circle fill="currentColor" fill-rule="nonzero" cx="10.831" cy="16.923" r="1"/><g transform="translate(1 1)"><path d="M10 .05c1.156 0 2.142.36 2.85 1.044.785.756 1.181 1.84 1.181 3.22 0 1.525-.764 3.213-1.936 4.189.56.293 1.051.603 1.474 1.008.66.63 1.126 1.466 1.367 2.439h0-1.161l-.047-.154c-.253-.744-.668-1.337-1.214-1.753-.589-.448-1.33-.69-2.188-.69h-.652c-.858 0-1.6.242-2.188.69-.583.444-1.017 1.09-1.263 1.906l-1.16.001c.242-.972.708-1.808 1.368-2.44a4.335 4.335 0 011.46-.922C6.733 7.527 5.969 5.84 5.969 4.315c0-1.38.396-2.465 1.18-3.221C7.86.41 8.844.05 10 .05zm.505 3.84l-.132.1c-.489.362-1.297.863-3.22 1.012a4.92 4.92 0 00.853 2c.576.79 1.304 1.24 1.994 1.24s1.418-.45 1.994-1.24c.559-.768.897-1.743.867-2.672-1-.079-1.563-.348-2.356-.44zM10 1.13c-.597 0-1.415.127-2.031.7-.433.401-.768 1.023-.803 2.033 1.683-.088 2.252-.522 2.642-.82.207-.157.42-.32.718-.387.366-.08.664.065.928.191.282.135.642.307 1.327.322-.181-.728-.537-1.203-.957-1.51C11.24 1.23 10.532 1.13 10 1.13z" fill="currentColor" fill-rule="nonzero"/><rect fill="none" stroke="currentColor" x="3" y="12" width="14" height="7" rx="1"/><path stroke="currentColor" stroke-linecap="round" d="M0 19h20"/></g></g> </symbol><symbol id="icon-media" viewBox="0 0 22 22"> <g fill="currentColor" fill-rule="nonzero"><path d="M20.782 9.45a.436.436 0 00-.436 0l-4.563 2.663V9.39a.435.435 0 00-.435-.434h-1.025a3.905 3.905 0 001.46-3.044A3.918 3.918 0 0011.87 2 3.914 3.914 0 008.39 4.129 3.914 3.914 0 004.913 2 3.918 3.918 0 001 5.913c0 1.229.57 2.326 1.46 3.044H1.434A.435.435 0 001 9.39v10.435c0 .24.195.435.435.435h13.913c.24 0 .435-.195.435-.435v-2.721l4.563 2.662a.434.434 0 00.654-.376V9.826c0-.156-.083-.3-.218-.377zM11.87 2.87a3.047 3.047 0 013.043 3.043 3.047 3.047 0 01-3.043 3.044 3.047 3.047 0 01-3.044-3.044A3.047 3.047 0 0111.87 2.87zm-10 3.043A3.047 3.047 0 014.913 2.87a3.047 3.047 0 013.044 3.043 3.047 3.047 0 01-3.044 3.044A3.047 3.047 0 011.87 5.913zm13.043 6.957V19.39H1.87V9.826h3.043c.17 0 .334-.014.498-.035.046-.006.091-.014.136-.021.13-.021.257-.049.382-.082.034-.01.069-.017.103-.027.152-.045.301-.1.445-.163l.098-.047c.114-.054.225-.113.334-.178.037-.023.075-.044.111-.068.133-.085.261-.175.382-.275l.008-.007a3.97 3.97 0 00.334-.316l.089-.097c.084-.094.163-.193.238-.295.02-.027.042-.053.06-.081a3.98 3.98 0 00.244-.401l.017-.028.017.028c.073.139.154.273.243.4l.06.082a3.877 3.877 0 00.327.392c.106.111.216.218.335.316l.007.007c.121.1.25.19.382.275l.112.068c.108.064.22.124.334.178l.097.047c.144.063.293.118.446.163.034.01.068.018.103.027a3.931 3.931 0 00.517.103c.163.02.328.035.498.035h3.043v3.044zm5.217 5.764l-4.347-2.536V13.12l4.347-2.536v8.051z"/><circle cx="4.304" cy="17.783" r="1"/><path d="M12.783 13H8.435a.435.435 0 000 .87h4.348a.435.435 0 000-.87z"/></g> </symbol><symbol id="icon-enterprise" viewBox="0 0 20 20"> <g fill="currentColor" fill-rule="nonzero"><path d="M18.609 4.13h-5.87V1.391A.391.391 0 0012.348 1H1.39A.391.391 0 001 1.391V18.61c0 .216.175.391.391.391H18.61a.391.391 0 00.391-.391V4.522a.391.391 0 00-.391-.392zM8.826 18.217H4.913v-4.695h3.913v4.695zm3.13 0H9.61V13.13a.391.391 0 00-.392-.39H4.522a.391.391 0 00-.392.39v5.087H1.783V1.783h10.174v16.434zm6.261 0H12.74V4.913h5.477v13.304z"/><path d="M10 3.348H3.74a.391.391 0 00-.392.391v2.348c0 .216.175.391.391.391H10a.391.391 0 00.391-.391V3.739A.391.391 0 0010 3.348zm-.391 2.348H4.13V4.13H9.61v1.566zM10 8.043H3.74a.391.391 0 00-.392.392v2.348c0 .216.175.39.391.39H10a.391.391 0 00.391-.39V8.435A.391.391 0 0010 8.043zm-.391 2.348H4.13V8.826H9.61v1.565z"/></g> </symbol><symbol id="icon-phone" viewBox="0 0 14 14"> <g fill="currentColor" fill-rule="nonzero"><path d="M12.8947359,9.21790232 C12.0311448,9.21790232 11.1852724,9.0830601 10.383576,8.81852205 C9.99231249,8.68367984 9.54799634,8.78757466 9.29084975,9.04990218 L7.70148002,10.250219 C5.87779431,9.27686125 4.71063545,8.11042772 3.75054091,6.30000518 L4.9184251,4.74821443 C5.21242534,4.45421419 5.31780536,4.02388653 5.19180526,3.62084508 C4.92505668,2.81400231 4.78948914,1.96737004 4.78948914,1.10526407 C4.78948914,0.495883631 4.2936055,0 3.68422507,0 L1.10526407,0 C0.495883631,0 0,0.495883631 0,1.10526407 C0,8.21504787 5.78495213,14 12.8947359,14 C13.5041164,14 14,13.5041164 14,12.8947359 L14,10.3231664 C14,9.71378595 13.5041164,9.21790232 12.8947359,9.21790232 Z"></path></g> </symbol><symbol id="icon-menu" viewBox="0 0 24 24"> <path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z" fill="currentColor"/> </symbol><symbol id="icon-close" viewBox="0 0 24 24"> <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" fill="currentColor"/> </symbol><symbol id="icon-globe" viewBox="0 0 25 25"> <g fill="currentColor" fill-rule="nonzero"> <path d="M18.3063258,4.4359562 L18.0070676,4.53081232 L16.4133584,4.6727782 L15.9631976,5.39152024 L15.6365604,5.28775146 L14.368215,4.14438503 L14.184203,3.54978355 L13.9377925,2.91571174 L13.1406195,2.20078941 L12.2001846,2.01680672 L12.1785362,2.44716068 L13.0998695,3.3460657 L13.550667,3.87700535 L13.0438381,4.14183855 L12.6312438,4.02024446 L12.0129891,3.76241406 L12.0340008,3.26394194 L11.22282,2.93035396 L10.9534876,4.10236822 L10.1359396,4.28762414 L10.216803,4.94143112 L11.282035,5.14642221 L11.4660469,4.1017316 L12.3453567,4.23160173 L12.7541307,4.47097021 L13.4099519,4.47097021 L13.8588393,5.36987522 L15.0488682,6.57690349 L14.9616376,7.04609116 L14.0021012,6.92386045 L12.3440833,7.7610135 L11.150234,9.19276802 L10.9948744,9.82683983 L10.5663621,9.82683983 L9.7679157,9.45887446 L8.9923912,9.82683983 L9.18531725,10.6448943 L9.52277864,10.2559206 L10.1162013,10.2374586 L10.0748146,10.9721161 L10.5663621,11.1159919 L11.0572729,11.6673033 L11.8589029,11.4419404 L12.7745057,11.5864528 L13.8378275,11.8722944 L14.3688517,11.934683 L15.2691732,12.9564553 L17.0067811,13.9782277 L15.8829709,16.1249045 L14.6967623,16.6762159 L14.2466015,17.9029794 L12.5300054,19.0488923 L12.3472669,19.7097021 C16.7355385,18.6529157 20,14.7116119 20,9.99936338 C19.9987266,7.94117647 19.3747413,6.02559206 18.3063258,4.4359562 Z" ></path> <path d="M11.1495973,15.2259995 L10.42119,13.8757321 L11.0897456,12.4828113 L10.42119,12.2829132 L9.6704976,11.5291571 L8.00738595,11.1560988 L7.45535004,10.0012732 L7.45535004,10.6869111 L7.21212314,10.6869111 L5.77886728,8.74395213 L5.77886728,7.14795009 L4.7282799,5.43990323 L3.0600745,5.73720397 L1.93626437,5.73720397 L1.37085734,5.36669213 L2.09226067,4.79500891 L1.3727675,4.96116628 C0.505555379,6.44194041 0,8.16017316 0,10.0006366 C0,15.522027 4.47677565,20 9.99968164,20 C10.4250103,20 10.8420617,19.9624395 11.254656,19.9127833 L11.150234,18.7012987 C11.150234,18.7012987 11.6093088,16.9022154 11.6093088,16.8411001 C11.6086721,16.7793481 11.1495973,15.2259995 11.1495973,15.2259995 Z"></path> <path d="M3.71589571,3.22447161 L5.49234345,2.97682709 L6.31116488,2.5280112 L7.23249817,2.79348103 L8.70459393,2.71199389 L9.20887587,1.91940413 L9.94428703,2.0403616 L11.7302856,1.87293099 L12.2224698,1.33053221 L12.9164942,0.867074102 L13.8983159,1.01476954 L14.2561523,0.96065699 C12.9629748,0.352049911 11.5239884,0 9.99904492,0 C6.89503677,0 4.11957594,1.41456583 2.28709688,3.63572702 L2.29219063,3.63572702 L3.71589571,3.22447161 Z M10.4218267,0.994397759 L11.443125,0.432263815 L12.0989462,0.811051693 L11.1495973,1.53361345 L10.2429085,1.62464986 L9.83477126,1.35981665 L10.4218267,0.994397759 Z M7.39677183,1.07652152 L7.84756932,1.26432391 L8.43780841,1.07652152 L8.75935182,1.63356252 L7.39677183,1.99134199 L6.74158687,1.60809778 C6.74095062,1.60809778 7.38212728,1.19556914 7.39677183,1.07652152 Z"></path> </g> </symbol><symbol id="icon-calendar" viewBox="0 0 24 24"> <g fill="currentColor" fill-rule="nonzero"><path d="M21.188 1.875h-1.125V0h-1.875v1.875H5.813V0H3.938v1.875H2.812A2.816 2.816 0 000 4.688v16.5A2.816 2.816 0 002.813 24h18.375A2.816 2.816 0 0024 21.187v-16.5a2.816 2.816 0 00-2.813-2.812zm.937 19.313c0 .516-.42.937-.938.937H2.813a.939.939 0 01-.937-.938V8.813h20.25v12.376zm0-14.25H1.875v-2.25c0-.517.42-.938.938-.938h1.124v1.875h1.876V3.75h12.375v1.875h1.875V3.75h1.125c.516 0 .937.42.937.938v2.25z"/><path d="M3.563 10.781h1.875v1.875H3.563zM7.313 10.781h1.875v1.875H7.313zM11.063 10.781h1.875v1.875h-1.875zM14.813 10.781h1.875v1.875h-1.875zM18.563 10.781h1.875v1.875h-1.875zM3.563 14.531h1.875v1.875H3.563zM7.313 14.531h1.875v1.875H7.313zM11.063 14.531h1.875v1.875h-1.875zM14.813 14.531h1.875v1.875h-1.875zM3.563 18.281h1.875v1.875H3.563zM7.313 18.281h1.875v1.875H7.313zM11.063 18.281h1.875v1.875h-1.875zM14.813 18.281h1.875v1.875h-1.875zM18.563 14.531h1.875v1.875h-1.875z"/></g> </symbol><symbol id="icon-right-check" viewBox="0 0 14 12"> <path d="M0 6.067 1.188 4.97c1.39.673 2.271 1.184 3.833 2.297C7.957 3.934 9.897 2.244 13.504 0l.386.889C10.916 3.484 8.738 6.375 5.602 12 3.667 9.722 2.376 8.27 0 6.067Z" fill="currentColor"/> </symbol><symbol id="icon-quote" viewBox="0 0 24 21"> <path d="M.022 11.706C.072 5.816 1.474.472 10.074 0v4.698c-2.9 0-3.997 1.868-3.997 5.843l-.12.03h2.685c.786 0 1.428.601 1.428 1.335v7.76c0 .733-.642 1.334-1.428 1.334H1.428C.642 21 0 20.4 0 19.665v-7.759c0-.068.01-.135.022-.2zm13.926 0C13.998 5.816 15.401.472 24 0v4.698c-2.9 0-3.997 1.868-3.997 5.843l-.12.03h2.685c.786 0 1.428.601 1.428 1.335v7.76c0 .733-.642 1.334-1.428 1.334h-7.214c-.785 0-1.428-.6-1.428-1.335v-7.759c0-.068.011-.135.022-.2z" fill="currentColor" fill-rule="evenodd"/> </symbol></svg></div> </main> </body> </html><!-- END: Footer --> <!-- Dynamic page generated in 1.437 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2024-11-24 21:27:38 --> <!-- super cache -->