<!DOCTYPE html><html lang="en"><head>   <meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"><meta name="theme-color" content="#000"><meta name="msapplication-navbutton-color" content="#000"><meta name="apple-mobile-web-app-status-bar-style" content="#000"><link rel="icon" href="/ico/favicon.ico" type="image/x-icon" sizes="16x16 32x32 64x64"><link rel="shortcut icon" href="/ico/favicon.ico" type="image/x-icon" sizes="16x16 32x32 64x64"><link href="https://www.hippovideo.io/" rel="alternate" hreflang="en"><meta name="robots" content="index, follow"><script src="https://code.jquery.com/jquery-1.11.1.min.js"></script><div id="onlyForSecurePrivacy"></div><script>try {
    var secureElement = document.getElementById("onlyForSecurePrivacy")
    var script = document.createElement("script")
    script.type = "text/javascript"
    script.src = "https://app.secureprivacy.ai/script/62f46f75663da4592046e008.js"
    secureElement.append(script)
} catch(err) {
    console.log("-------> Not Installed")
}</script><script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-88261465-4"></script><script>window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-88261465-4', { 'optimize_id': 'GTM-N2N8J9Z'});</script><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W5LX34V');</script><script id="hs-script-loader" type="text/javascript" async="" defer="" src="//js.hs-scripts.com/7573597.js"></script><script>(function(c){var s=document.createElement("script");s.type="text/javascript";if(s.readyState){s.onreadystatechange=function(){if(s.readyState=="loaded"||s.readyState=="complete"){s.onreadystatechange=null;c()}}}else{s.onload=function(){c()}}s.src="https://app.factors.ai/assets/factors.js";s.async=true;d=!!document.body?document.body:document.head;d.appendChild(s)})(function(){factors.init("q624n3wf9w9hq3zwvy6v6irhsy18qldw")})

</script><title>Hippo Video for Startups</title><meta name="description" content="Hippo Video enables b2b startups to record, share &amp; track personalized videos to prospects at scale at a start-up friendly price."><meta name="keywords" content=""><link rel="stylesheet" href="/css/hp-vp-style.css"><link rel="stylesheet" href="/css/hp-style-guide.css"><link rel="stylesheet" href="/css/startups.css"><link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"><!--link(rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css")--><script src="https://code.jquery.com/jquery-1.11.1.min.js" async=""></script><script src="/js/custom-nav.js"></script><link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/cijidiollmnkegoghpfobabpecdkeiah"><meta property="og:title" content="Hippo Video for Startups"><meta property="og:type" content="website"><meta property="og:url" content="https://www.hippovideo.io/"><meta property="og:image" content="https://www.hippovideo.io/images/og-logo.png"><script>function createCookie(name,value,days) {
	var expires = "";
	if (days) {
		var date = new Date();
		date.setTime(date.getTime() + (days*24*60*60*1000));
		expires = "; expires=" + date.toUTCString();
	}
	document.cookie = name + "=" + value + expires + "; path=/";
}

function readCookie(name) {
	var nameEQ = 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(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
	}
	return null;
}

function eraseCookie(name) {
	createCookie(name,"",-1);
}</script></head><body><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script><script src="/js/hv-hubspot.js"></script><script>$('.trigger-action').click(function(event){
	var img_name = event.currentTarget.id.split("&")[0];
	var append_id = event.currentTarget.id.split("&")[1];
	$('#'+append_id).attr("src","/images/"+img_name+".png");
	$('.trigger-action').removeClass('flr-active-row');
	$('.'+img_name).addClass('flr-active-row');
})

</script><script>if(readCookie('landing_page') === undefined)
{
	var landing_page = $(location).attr('href');
	createCookie('landing_page', landing_page, 1);
	//console.log(readCookie('landing_page'));
}
//var lpage = readCookie('landing_page');
//console.log('landing poage', lpage);

// Code to submit the form 
console.log(document.cookie);
$(document).ready(function() {
	$('.signup-btn').on('click', signUp);
	$(".password").on('keyup', function (e) {
		if (e.keyCode == 13) {
			signUp();
		}
	});

	console.log('refererereer ::: '+document.referrer);

	var ref = document.referrer;
	if(ref !='' && !ref.includes('hippovideo.io')){
		createCookie('referer_url', ref, 1);
	}

});
function signUp(event){
	$('.signup-btn').text('SIGNING UP...');
	var email = $('.email').val();
	var password = $('.password').val();
	var isEmailValid = validateEmailHP(email);
	var isPassValid = password.length>5?true:false;
	if(!isEmailValid){
		displayErrorMessage('Please provide a valid business email', 5000);
		return;
	}
	if(!isPassValid){
		displayErrorMessage('Your password must be at least 6 characters', 5000);
		return;
	}
	let body = {
		fields: [
			{
				name: "email",
				value: email
			}, 
		],
		context: {
			hutk: getCookie("hubspotutk"),
			pageUri: window.location.href,
		}
	}
	body.formGuid = "22bf06d8-4145-46ac-8cab-e61ca5e45d84";
	
	//getPix();
	var referer_url = readCookie('referer_url')!=null?readCookie('referer_url'):'';
	var utm_source = readCookie('utm_source');
	var utm_medium = readCookie('utm_medium');
	var utm_campaign = readCookie('utm_campaign');
	var utm_content = readCookie('utm_content');
	var utm_lpage = readCookie('landing_page');
	// for getting the time zone
	var time_zone = Intl.DateTimeFormat().resolvedOptions().timeZone;
	if(utm_source === 'undefined'){
		var utm_source = 'direct';
	}

	// Code here to hit the ajax call to signup
	var url = "https://www.hippovideo.io/api/sign_up.json"
	var data = {email: email, password: password, referer_url: referer_url, time_zone: time_zone, utm_source: utm_source, utm_medium: utm_medium, utm_campaign: utm_campaign, utm_content: utm_content, utm_lpage: utm_lpage};
	$.ajax({
		url: url,
		method:'POST',
		data: data,
		success: function(response){
			if(response.status){
			  // Sign up successful
			  formSubmitToHubspot(body);
			  window.location.href = 'https://www.hippovideo.io/video/record';
			}else{
				console.log('error :: ',response.error);
			  displayErrorMessage(response.error, 5000);
			}
		},
		error: function(response){
			displayErrorMessage(response.error, 5000);
		}
	});
}

function displayErrorMessage(msg, timeout){
	$('.signup-btn').text('GET STARTED FOR FREE');
	$('.submit').text('SIGN UP');
	$('.login_message').text(msg);
	$('.login_message').show();
	setTimeout(function(){
		$('.login_message').hide();
	},timeout);
}

function validateEmailHP(email) {  
	if (/^([a-zA-Z0-9_\.\-+])+\@((?!gmail|googlemail|yahoo|hotmail|icloud|outlook|live|aol|hmail).)+([a-zA-Z0-9]{2,4})+$/.test(email)) 
	{  
		console.log('--------------> Email test passed');
		return (true)  
	}  
	return (false) 
	console.log('--------------> Email test not passed'); 
}

 
function getQueryParams(queryString) {
	var query = (queryString || window.location.search).substring(1); // delete ?
	if (!query) {
		return false;
	}
	var match,
	pl  = /\+/g,  // Regex for replacing addition symbol with a space
	search = /([^&=]+)=?([^&]*)/g,
	decode = function (s) { 
		return decodeURIComponent(s.replace(pl, " ")); 
	},

	urlParams = {};
	while (match = search.exec(query)) {
		urlParams[decode(match[1])] = decode(match[2]);
	}
	return urlParams;
}

function createCookie(name,value,days) {
	var expires = "";
	if (days) {
		var date = new Date();
		date.setTime(date.getTime() + (days*24*60*60*1000));
		expires = "; expires=" + date.toUTCString();
	}
	document.cookie = name + "=" + value + expires + "; path=/";
}

function readCookie(name) {
	var nameEQ = 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(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
	}
	return null;
}

function eraseCookie(name) {
	createCookie(name,"",-1);
}
</script><script type="text/javascript">$(document).ready(function() {
	var utmSource = readCookie('utm_source');
	var utmCampaign = readCookie('utm_campaign');
	console.log('utmmmm :: ', utmSource);
	if (utmSource == 'billiontags') {
		var axel = Math.random() + "";
		var a = axel * 10000000000000;
		var code = undefined;
		if(utmCampaign == 'bombbomb'){
			code = 'landi00';
		} else if(utmCampaign == 'bonjoro'){
			code = 'landi0';
		} else if(utmCampaign == 'wistia'){
			code = 'landi001';
		} else if(utmCampaign == 'vidyard'){
			code = 'landi000';
		}

		if(code != undefined){
			var frameSrcG = "https://8971885.fls.doubleclick.net/activityi;src=8971885;type=invmedia;cat=" + code +  ";dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=" + a + "?";
			var iframe = document.createElement('iframe');
			iframe.setAttribute('src', frameSrcG);
			iframe.setAttribute('width', 1);
			iframe.setAttribute('height', 1);
			iframe.setAttribute('frameborder', 0);
			iframe.setAttribute('style', 'display:none');
			document.body.appendChild(iframe);
			console.log('code :: ', code);
		}
	}
});</script><script type="text/javascript">var _ubaq = _ubaq || [];
_ubaq.push(['trackGoal', 'convert']);
(function() {
var ub_script = document.createElement('script');
ub_script.type = 'text/javascript';
ub_script.src =
('https:' == document.location.protocol ? 'https://' : 'http://') +
'd3pkntwtp2ukl5.cloudfront.net/uba.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ub_script, s);
}) ();</script><div id="onlyForSecurePrivacy"></div><script>try {
    var secureElement = document.getElementById("onlyForSecurePrivacy")
    var script = document.createElement("script")
    script.type = "text/javascript"
    script.src = "https://app.secureprivacy.ai/script/62f46f75663da4592046e008.js"
    secureElement.append(script)
} catch(err) {
    console.log("-------> Not Installed")
}</script><script type="text/javascript">if(window.location.href.indexOf('hippovideo.io') > 0){
    adroll_adv_id = "LLJPMW5GWNCZNJGCJISMW6";
    adroll_pix_id = "L7LPWVO6VBAHVEGAPFC74S";
    /* OPTIONAL: provide email to improve user identification */
    /* adroll_email = "username@example.com"; */
    (function () {
    var _onload = function(){
    if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return}
    if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return}
    var scr = document.createElement("script");
    var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com");
    scr.setAttribute('async', 'true');
    scr.type = "text/javascript";
    scr.src = host + "/j/roundtrip.js";
    ((document.getElementsByTagName('head') || [null])[0] ||
    document.getElementsByTagName('script')[0].parentNode).appendChild(scr);
    };
    if (window.addEventListener) {window.addEventListener('load', _onload, false);}
    else {window.attachEvent('onload', _onload)}
    }());
}
 
</script><script>if(window.location.href.indexOf('hippovideo.io') > 0 && window.location.href.indexOf('utm_source') > 0){
    (function(h,o,t,j,a,r){
    h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
    h._hjSettings={hjid:735994,hjsv:6};
    a=o.getElementsByTagName('head')[0];
    r=o.createElement('script');r.async=1;
    r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
    a.appendChild(r);
    })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); 
}   </script><!--Adroll--><script type="text/javascript">adroll_adv_id = "LLJPMW5GWNCZNJGCJISMW6";
adroll_pix_id = "L7LPWVO6VBAHVEGAPFC74S";
/* OPTIONAL: provide email to improve user identification */
/* adroll_email = "username@example.com"; */
(function () {
var _onload = function(){
if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return}
if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return}
var scr = document.createElement("script");
var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com");
scr.setAttribute('async', 'true');
scr.type = "text/javascript";
scr.src = host + "/j/roundtrip.js";
((document.getElementsByTagName('head') || [null])[0] ||
document.getElementsByTagName('script')[0].parentNode).appendChild(scr);
};
if (window.addEventListener) {window.addEventListener('load', _onload, false);}
else {window.attachEvent('onload', _onload)}
}());       </script><script>function createCookie(name,value,days) {
	var expires = "";
	if (days) {
		var date = new Date();
		date.setTime(date.getTime() + (days*24*60*60*1000));
		expires = "; expires=" + date.toUTCString();
	}
	document.cookie = name + "=" + value + expires + "; path=/";
}

function readCookie(name) {
	var nameEQ = 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(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
	}
	return null;
}
function getQueryParams(queryString) {
	var query = (queryString || window.location.search).substring(1); // delete ?
	if (!query) {
		return false;
	}
	var match,
	pl  = /\+/g,  // Regex for replacing addition symbol with a space
	search = /([^&=]+)=?([^&]*)/g,
	decode = function (s) { 
		return decodeURIComponent(s.replace(pl, " ")); 
	},

	urlParams = {};
	while (match = search.exec(query)) {
		urlParams[decode(match[1])] = decode(match[2]);
	}
	return urlParams;
}	
function socialSignupUtm() {
	var time_zone = Intl.DateTimeFormat().resolvedOptions().timeZone;
	var params = '?time_zone='+time_zone + (utm_source!=null?'&utm_source='+utm_source:'')+ (utm_medium!=null?'&utm_medium='+utm_medium:'') + (utm_campaign!=null?'&utm_campaign='+utm_campaign:'') + (utm_content!=null?'&utm_content='+utm_content:'') + (latest_utm_source!=null?'&latest_utm_source='+latest_utm_source:'') + (latest_utm_medium!=null?'&latest_utm_medium='+latest_utm_medium:'') + (latest_utm_campaign!=null?'&latest_utm_campaign='+latest_utm_campaign:'');
	//- console.log("params=" + params);
	$("a[href='/users/auth/google_oauth2']").attr('href', '/users/auth/google_oauth2'+params);
	$("a[href='/users/auth/microsoft_v2_auth']").attr('href', '/users/auth/microsoft_v2_auth'+params);
	$("a[href='/users/auth/facebook']").attr('href', '/users/auth/facebook'+params);
	$("a[href='/users/auth/twitter']").attr('href', '/users/auth/twitter'+params);
	$("a[href='/users/auth/linkedin']").attr('href', '/users/auth/linkedin'+params);
}
function conversionCookie(){ 
	var latest_landing = window.location.href;
	var obj = getQueryParams();
	if(obj){
		createCookie("latest_landing", latest_landing);
		console.log('latestlanding updated');
		for (var key in obj) {
			if (obj.hasOwnProperty(key)) {
				var val = obj[key];
				createCookie('latest_'+key, val);
				var a = readCookie(key);
			}
		}
	}
	else {
		var ref = document.referrer;
		if(ref !='' && !ref.includes('hippovideo.io')){
			createCookie('referer_url', ref, 365);
		}
	}
}
var first_landing = window.location.href;
$(document).ready(function() {
	var first_landing = window.location.href;		
    if(readCookie('first_landing')) {			
    	conversionCookie();			
    }
    else {
    	createCookie("first_landing", first_landing, 365);
    	var obj = getQueryParams();
    	if(obj){
			for (var key in obj) {
			  	if (obj.hasOwnProperty(key)) {
					var val = obj[key];
					createCookie(key, val);
					var a = readCookie(key);
				}
			}
		}
    }	        
});
$(document).ready(function() {	
	var visit_count = readCookie('visit_count');	
	if(readCookie('visit_count')){			
		createCookie("visit_count", parseInt(visit_count) + 1, 365);			
		if(parseInt(visit_count) >= 2){
			$(".hv-webinar-popup").addClass('disp-none');
		}
	} else {
		createCookie("visit_count", 1, 365);
	}		
});</script><div class="container-fluid hV20-nav"><div class="nav-inner"><div class="left-part"><img class="ham" src="/svg/hamburger-black.svg" alt="Hamburger icon"><a class="logo-anchor" href="/"><img class="logo" src="../../images/hippo-logo-big.png"></a></div><div class="mid-part"><div class="d"><a class="m-link" href="/video-for-sales-and-prospecting.html">Video Selling</a></div><div class="d has-drop">Products<div class="d-inner"><div class="container sub-part"><div class="row no-header"><div class="col-9 b-2"><div class="row"><div class="col-4 rp1-box"><li><a href="/video-for-sales-and-prospecting.html"> <div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-1"></span></div><div class="col-lg-10"><h4>Video for Sales</h4><h5>Drive more sales by truly connecting with the prospects.</h5></div></div></a></li><li><a href="/customersupport.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-2"></span></div><div class="col-lg-10"><h4>Video for Customer Support</h4><h5>Respond and resolve support tickets faster with videos.</h5></div></div></a></li></div><div class="col-4 rp2-box"><li><a href="/video-marketing.html"> <div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-3"></span></div><div class="col-lg-10"><h4>Video for Marketing</h4><h5>A complete video marketing solution to generate more leads.</h5></div></div></a></li><li><a href="/online-virtual-classroom-with-video-platform.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-4"></span></div><div class="col-lg-10"><h4>Video for Teachers & Trainers</h4><h5>Create interactive learning for students and teachers with videos</h5></div></div></a></li></div><div class="col-4 rp3-box"><li><a href="/team-communication.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-5"></span></div><div class="col-lg-10"><h4>Video for Communication</h4><h5>Collaborate within teams seamlessly</h5></div></div></a></li><li><a href="/products/video-sdk.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="i-svg"></span></div><div class="col-lg-10"><h4>Hippo Video SDK</h4><h5>Video Recorder APIs to implement Hippo Video recorder in your website or app</h5><span class="nav-newpage">New</span></div></div></a></li></div></div></div><div class="col-3 only-b2"><div class="row"><div class="col-12 lp-box"><li><a href="/integrations.html">Integrations</a></li><li><a href="/love.html">Customers</a></li><li><a href="/video-analytics.html">Video Analytics</a></li></div></div></div></div></div></div></div><div class="d has-drop">Features<div class="d-inner"><div class="container sub-part"><div class="row no-header"><div class="col-12 b-2"><div class="row"><div class="col-4 rp1-box"><li><a href="/video-email.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-7"></span></div><div class="col-lg-10"><h4>Video Email</h4><h5>Record and send videos directly from your email inbox</h5></div></div></a></li><li><a href="https://www.hippovideo.io/features/video-flows.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-8"></span></div><div class="col-lg-10"><h4>Video Flows</h4><h5>Create professional looking videos in less than 5 mins</h5></div></div></a></li><li><a href="https://www.hippovideo.io/features/ai-editor.html"><div class="row nopadbox"><div class="col-lg-2"><div class="img-cont text-center"><img class="hu-ai" loading="lazy" src="/svg/humanize-ai.svg"></div></div><div class="col-lg-10"><h4>AI Editor</h4><h5>Edit videos like editing a document</h5><span class="nav-newpage">New</span></div></div></a></li></div><div class="col-4 rp2-box"><li><a href="/video-personalization.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-9"></span></div><div class="col-lg-10"><h4>Video Personalization</h4><h5>Humanize communication at scale with personalized video</h5></div></div></a></li><li><a href="/all-features.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-8"></span></div><div class="col-lg-10"><h4>All Features</h4><h5>All in one video platform for businesses.</h5></div></div></a></li></div><div class="col-4 rp3-box"><li><a href="/sales-landing-page-with-video.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-10"></span></div><div class="col-lg-10"><h4>Personalized Sales Pages</h4><h5>Personalize your video landing pages for higher engagement</h5></div></div></a></li><li> <a href="/features/humanize/"><div class="row nopadbox"><div class="col-lg-2"><div class="img-cont text-center"><img class="hu-ai" loading="lazy" src="/svg/humanize-ai.svg"></div></div><div class="col-lg-10"><h4>Humanize AI</h4><h5>Create 100s of personalized videos at once, with AI</h5><span class="nav-newpage">New</span></div></div></a></li></div></div></div></div></div></div></div><div class="d has-drop">Industries<div class="d-inner"><div class="container sub-part"><div class="row no-header"><div class="col-12 b-2"><div class="row"><div class="col-4 rp1-box"><li><a href="/industries/video-for-saas.html"> <div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-11"></span></div><div class="col-lg-10"><h4>Technology</h4><h5>Videos can help you explain tech solutions easily and book more demos</h5></div></div></a></li><li><a href="/industries/professional-services.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-12"></span></div><div class="col-lg-10"><h4>Services</h4><h5>Pitch your services on video and get more clients faster</h5></div></div></a></li><li><a href="/industries/healthcare-insurance.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-13"></span></div><div class="col-lg-10"><h4>Healthcare</h4><h5>Break the complexity in healthcare with personalized videos</h5></div></div></a></li></div><div class="col-4 rp2-box"><li><a href="/industries/digital-marketing-agencies.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-14"></span></div><div class="col-lg-10"><h4>Marketing Agencies</h4><h5>Engage better with your prospects and clients to drive more referrals</h5></div></div></a></li><li><a href="/industries/videos-for-insurance.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-15"></span></div><div class="col-lg-10"><h4>Insurance</h4><h5>Personalize policyholder experience through videos</h5><span class="nav-newpage">New</span></div></div></a></li></div><div class="col-4 rp3-box"><li><a href="/industries/real-estate.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-16"></span></div><div class="col-lg-10"><h4>Real Estate</h4><h5>Record & showcase properties with videos and get bookings instantly</h5></div></div></a></li><li><a href="/industries/travel.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-17"></span></div><div class="col-lg-10"><h4>Travel & Tourism</h4><h5>Help customers reimagine unique travel experiences with videos</h5></div></div></a></li></div></div></div></div></div></div></div><div class="d"><a class="m-link" href="/enterprise-video-platform.html">Enterprise</a></div><div class="d has-drop">Resources<div class="d-inner"><div class="container sub-part"><div class="row pt2"><div class="col-6 b-2"><!--h3 Resources
hr--><div class="row"><div class="col-6 rp1-box"><li><a href="https://www.hippovideo.io/blog/" target="_blank" rel="noopener noreferrer"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-18"></span></div><div class="col-lg-10"><h4>Blogs</h4><h5>Read the latest articles on Video Personalization, Marketing & Sales.</h5></div></div></a></li><li><a href="https://www.hippovideo.io/competitors/vidyard.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-19"></span></div><div class="col-lg-10"><h4>Hippo Video vs Vidyard</h4><h5>Using or evaluating Vidyard? Check out this detailed feature and pricing comparison with Vidyard</h5></div></div></a></li><li><a href="/webinars.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-20"></span></div><div class="col-lg-10"><h4>Webinars</h4><h5>Stay updated with Hippo Video webinars</h5></div></div></a></li><li><a href="/video-email-guide.html" target="_blank" rel="noopener noreferrer"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-21"></span></div><div class="col-lg-10"><h4>Video Email Guide</h4><h5>One guide that takes you through the steps to create, edit and share videos inside email, social media for both marketing and sales</h5></div></div></a></li></div><div class="col-6 rp2-box"><li><a href="https://pages.hippovideoemail.io/ebooks/18-sales-leaders-strategy-interviews/index.html" target="_blank" rel="noopener noreferrer"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-22"></span></div><div class="col-lg-10"><h4>Ebooks</h4><h5>Stay updated with Hippo Video ebooks</h5></div></div></a></li><li><a href="/podcasts/sales-and-marketing.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-23"></span></div><div class="col-lg-10"><h4>Podcasts</h4><h5>Stay updated with Hippo Video podcasts</h5></div></div></a></li><li><a href="../video-sales-coach-jeffrey-gitomer.html"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-24"></span></div><div class="col-lg-10"><h4>Video Playbook by Gitomer</h4><h5>Master the art of video selling with coach Jeffrey Gitomer</h5></div></div></a></li><li><a href="https://pages.hippovideo.io/7-day-voicemail-program-tibor-shanto-registration" target="_blank" rel="noopener noreferrer"><div class="row nopadbox"><div class="col-lg-2 text-center"><span class="ic ic-25"></span></div><div class="col-lg-10"><h4>Tibor Shanto Mini-Course</h4><h5>Learn how Tibor Shanto gets upto 50% responses to voicemail within 72 hours</h5></div></div></a></li></div></div></div><div class="col-6 free-help"><div class="row"><div class="col-5"><h3>Free Tools</h3><hr class="mt5"><div class="col-12 lp-box"><li><a href="/webcam-test.html">Webcam Testing</a></li><li><a href="/mic-test.html">Mic Testing</a></li><li><a href="/create-free-video-resume.html">Video Resume</a></li><li><a href="/sales-roi-calculator-for-videos.html">Video ROI Calculator</a></li><li><a href="/video-script-timer.html">Video Script Timer</a></li></div><h3>Product Help</h3><hr class="mt5"><div class="col-12 lp-box"><li><a href="/faq.html">FAQ</a></li><li><a href="https://help.hippovideo.io/support/home" target="_blank" rel="noopener noreferrer">Help Guide</a></li><li><a href="https://whatsnew.hippovideo.io/en" target="_blank" rel="noreferrer noopener">What's New</a></li><li><a href="/video-selling-resources.html">Video Tutorials</a></li></div></div><div class="col-7 dgr-download"><div class="dgr-div"><div class="sec1"> <span>Hippo Video vs Vidyard</span><i>Detailed comparison</i></div><div class="sec2"><a href="https://www.hippovideo.io/competitors/vidyard.html"><img loading="lazy" src="/images/vidyard-alternative/hippo-vs-vidyard.webp" style="width:100%;margin-bottom:15px;"><a href="https://www.hippovideo.io/competitors/vidyard.html">Detailed comparison</a></a></div></div></div></div></div></div></div></div></div><div class="d"><a class="m-link" href="/pricing.html?utm_source=top-bar&amp;utm_medium=website-homepage">Pricing </a></div><div class="d"><a class="m-link" href="/product-tour.html">Tour </a></div></div><div class="end-part"><a class="log" href="/users/sign_in/">Login</a><a class="get-demo disp-none" href="/demo.html">Get Demo</a><!--HubSpot Call-to-Action Code --><span class="hs-cta-wrapper" id="hs-cta-wrapper-000d1a26-e634-4e8d-a5e9-e11f483100c7"><span class="hs-cta-node hs-cta-000d1a26-e634-4e8d-a5e9-e11f483100c7" id="hs-cta-000d1a26-e634-4e8d-a5e9-e11f483100c7"><!--[if lte IE 8]><div id="hs-cta-ie-element"></div><![endif]--><a href="https://cta-redirect.hubspot.com/cta/redirect/7573597/000d1a26-e634-4e8d-a5e9-e11f483100c7" ><img class="hs-cta-img" id="hs-cta-img-000d1a26-e634-4e8d-a5e9-e11f483100c7" style="border-width:0px; color: #fff !important; text-decoration: none; background-image: linear-gradient(to right, #fc6076 0%, #ff9a44 51%, #ff9a44 100%); font-size: 15px; text-transform: uppercase; padding: 8px 20px; border-radius: 4px; margin: 0px 10px 0px 0px; width: 132px; height: 32px" src="https://no-cache.hubspot.com/cta/default/7573597/000d1a26-e634-4e8d-a5e9-e11f483100c7.png" alt="TRY FOR FREE"/></a></span><script charset="utf-8" src="https://js.hscta.net/cta/current.js"></script><script type="text/javascript"> hbspt.cta.load(7573597, '000d1a26-e634-4e8d-a5e9-e11f483100c7', {"region":"na1"}); </script></span><!-- end HubSpot Call-to-Action Code --><a class="signupmbl" href="/users/sign_up/">Sign Up</a></div></div></div><div class="hv-home-mobmenu"><script>function q(a){return function(){ChiliPiper[a].q=(ChiliPiper[a].q||[]).concat([arguments])}}window.ChiliPiper=window.ChiliPiper||"submit scheduling showCalendar submit widget bookMeeting".split(" ").reduce(function(a,b){a[b]=q(b);return a},{});
ChiliPiper.scheduling("hippovideo", "inbound-router", {title: "Thanks! What time works best for a quick call?"})</script><script src="https://js.na.chilipiper.com/marketing.js" type="text/javascript" async=""></script><div class="container-fluid hp-mobile-menu disp-none"><div class="mobilemenu-header"><img class="hv-menu-logo" loading="lazy" src="https://assets.hippovideo.io/images/hippo-logo-big.png" width="100"><a class="hv-menu-close" loading="lazy" src="https://assets.hippovideo.io/svg/close-white.svg" width="20"></a></div><div class="menu-wrap"><ul class="main-nav"><li><a href="https://www.hippovideo.io/video-for-sales-and-prospecting.html">Video Selling</a></li><li class="has-child solutions" onclick="return true"><a>Products</a><ul class="sub-nav"><li><a href="https://www.hippovideo.io/video-for-sales-and-prospecting.html">Video for Sales</a></li><li><a href="https://www.hippovideo.io/customersupport.html">Video for Customer Support</a></li><li><a href="https://www.hippovideo.io/sales-landing-page-with-video.html">Video for Marketing</a></li><li><a href="https://www.hippovideo.io/online-virtual-classroom-with-video-platform.html">Video for Teachers & Trainers</a></li><li><a href="https://www.hippovideo.io/team-communication.html">Video for Communication</a></li><li><a href="/products/video-sdk.html">Hippo Video SDK</a></li></ul></li><li class="has-child" onclick="return true"><a>Features</a><ul class="sub-nav"><li><a href="https://www.hippovideo.io/video-email.html">Video Email</a></li><li><a href="https://www.hippovideo.io/all-features.html">All Features</a></li><li><a href="https://www.hippovideo.io/video-personalization.html">Video Personalization</a></li><li><a href="https://www.hippovideo.io/sales-landing-page-with-video.html">Personalized Sales Pages</a></li><li><a href="https://www.hippovideo.io/integrations.html">Integrations</a></li><li><a href="https://www.hippovideo.io/love.html">Customers</a></li><li><a href="https://www.hippovideo.io/video-analytics.html">Video Analytics</a></li></ul></li><li class="has-child" onclick="return true"><a>Industries</a><ul class="sub-nav"><li><a href="https://www.hippovideo.io/industries/video-for-saas.html">Technology</a></li><li><a href="https://www.hippovideo.io/industries/professional-services.html">Services</a></li><li><a href="https://www.hippovideo.io/industries/healthcare-insurance.html">Healthcare</a></li><li><a href="https://www.hippovideo.io/industries/digital-marketing-agencies.html">Marketing Agencies</a></li><li><a href="https://www.hippovideo.io/industries/videos-for-insurance.html">Insurance</a></li><li><a href="https://www.hippovideo.io/industries/real-estate.html">Real Estate</a></li><li><a href="https://www.hippovideo.io/industries/travel.html">Travel & Tourism</a></li></ul></li><li><a href="/enterprise-video-platform.html">Enterprise</a></li><li class="has-child" onclick="return true" style="display: none;"><a>Industries</a><ul class="sub-nav"><li><a href="https://www.hippovideo.io/industries/video-for-saas.html">Technology</a></li><li><a href="https://www.hippovideo.io/industries/digital-marketing-agencies.html"> Marketing Agencies</a></li><li><a href="https://www.hippovideo.io/industries/real-estate.html">Real Estate</a></li><li><a href="https://www.hippovideo.io/industries/professional-services.html">Services</a></li><li><a href="https://www.hippovideo.io/industries/videos-for-insurance.html">Insurance</a></li><li><a href="https://www.hippovideo.io/industries/travel.html">Travel & Tourism</a></li><li><a href="https://www.hippovideo.io/industries/healthcare-insurance.html">Healthcare</a></li></ul></li><li class="has-child" onclick="return true"><a>Resources</a><ul class="sub-nav"><li><a href="https://www.hippovideo.io/blog/">Blogs</a></li><li><a href="https://www.hippovideo.io/ebooks/18-sales-leaders-strategy-interviews/index.html">Ebooks</a></li><li><a href="https://www.hippovideo.io/competitors/vidyard.html">Hippo Video vs Vidyard</a></li><li><a href="https://www.hippovideo.io/podcasts/sales-and-marketing.html">Podcasts</a></li><li><a href="https://www.hippovideo.io/webinars.html">Webinars</a></li><li><a href="https://www.hippovideo.io/whatsnew.html">What's new</a></li><li><a href="https://www.hippovideo.io/video-selling-resources.html" target="_blank" rel="noopener noreferrer">Video Tutorials</a></li><li><a href="https://pages.hippovideoemail.io/detailed-blueprint-to-video-personalization" target="_blank" rel="nofollow noopener noreferrer">Personalization Tutorials</a></li><li><a href="https://www.hippovideo.io/webcam-test.html">Webcam Testing</a></li><li><a href="https://www.hippovideo.io/mic-test.html">Mic Testing</a></li><li><a href="https://www.hippovideo.io/create-free-video-resume.html">Video Resume</a></li><li><a href="https://www.hippovideo.io/faq.html">FAQ</a></li><li><a href="https://help.hippovideo.io/support/home" target="_blank" rel="noopener noreferrer">Help Guide</a></li><li><a href="https://whatsnew.hippovideo.io/en" target="_blank" rel="noreferrer noopener">New Release Features</a></li><li><a href="/video-script-timer.html">Video Script Timer</a></li></ul></li><li><a href="https://www.hippovideo.io/pricing.html?utm_source=top-bar&amp;utm_medium=website-homepage">Pricing</a></li><li><a href="https://www.hippovideo.io/product-tour.html">Tour</a></li></ul></div><div class="mobilemenu-footer"><a class="get-demo" href="/demo.html">Get Demo</a><a class="signup" href="https://www.hippovideo.io/users/sign_up/">TRY FOR FREE</a></div></div><div class="remote-working-banner"><div class="container"><div class="content"><div class="content-box"><h3>Meet HippoRev — AI Sales Agents Built for Hotel Group Business 🚀</h3></div><div class="cta-container"><a href="https://www.hipporev.ai?utm_source=hippovideo&amp;utm_medium=website&amp;utm_campaign=hipporev_launch&amp;utm_content=top_bar_explore">Explore HippoRev</a><img src="/images/hello-bar/arrow_right_alt.svg"></div></div><div class="close-container"><img src="/images/hello-bar/close.svg" id="remote-banner-close"></div></div></div><style>@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');
@font-face {
	font-family: "VisbyCF-Medium";
	src: url('https://fontstatic.hippovideo.io/website/VisbyCFMedium/font.woff2') format('woff2'), url('https://fontstatic.hippovideo.io/website/VisbyCFMedium/font.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: "VisbyCF-Bold";
	src: url('https://fontstatic.hippovideo.io/website/VisbyCFBold/font.woff2') format('woff2'), url('https://fontstatic.hippovideo.io/website/VisbyCFBold/font.woff') format('woff');
	font-display: swap;
}

.remote-working-banner {
	background-color: #554FFC;
	width: 100%;
	height: 74px;
	position: fixed;
	top: 0;
	z-index: 9999;
	display: grid;
	place-items: center;

	.container {
		width: 100%;
		position: relative;

		.content {
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 16px;

			.content-box {
				h3 {
					color: #FFF;
					font-family: "Visby CF";
					font-size: 25px;
					font-style: normal;
					font-weight: 700;
					line-height: 30px; /* 120% */
				}

				img {
					width: 36px;
					height: 33px;
				}
			}

			.cta-container {
				display: flex;
				justify-content: center;
				align-items: center;
				gap: 4px;

				a {
					color: #FFF;
					text-align: center;
					font-family: "Visby CF";
					font-size: 14.995px;
					font-weight: 700;
					line-height: 160%;
					text-decoration: underline !important;
				} 

				img {
					width: 17.313px;
					height: 17.313px;
				}
			}
		}

		.close-container {
			cursor: pointer;
			position: absolute;
			top: -12px;
			right: 12px;

			img {
				width: 24px;
				height: 24px;
			}
		}
	}
}

@media (max-width: 600px) {
	.remote-working-banner {
		height: auto;
		padding: 6px 12px;

		.container {
			.content {
				flex-direction: column;
				gap: 4px;
			
				.content-box {
					h3 {
						font-size: 16px;
						text-align: center;
						line-height: 24px;
						width: 250px;
					}
				}
			}

			.close-container {
				top: 12px;
			}
		}
	}
}</style><script>const flatNav = document.querySelector(".flat-nav");
const helloBar = document.querySelector(".remote-working-banner");
let closeBanner = document.querySelector('.close-container');
var banner = document.querySelector('.remote-working-banner');

if(helloBar && getComputedStyle(helloBar).display !== "none"){
	if(window.innerWidth < 600){
		flatNav.style.top = "88px"
	} else {
		flatNav.style.top = "74px";
	}
}

closeBanner.addEventListener('click', () => {
	banner.classList.add('disp-none');
	if(banner.classList.contains("disp-none")){
		localStorage.setItem("isHelloBarClosed","true");
	}
	document.querySelector(".flat-nav").style.top = "0px";
	var rwb = 'remote-banner';
	createCookie('remote-banner', rwb, 1);
});

$(document).ready(function(){
	$(".close-fa").click(function(){
		$('.fa-close').addClass('fa-c');
		$('.fa-wrap').addClass('disp-none');
		var fa = 'fa-alert';
		createCookie('fa_alert', fa, 1);
	});
	$(".ext-cta").click(function(){
		var rwb = 'remote-banner';
		createCookie('remote-banner', rwb, 1);
	});	
	var faAlert = readCookie('fa_alert');
	if(faAlert == undefined){

	}else{
		$('.fa-wrap').addClass('disp-none');
	}
});</script></div><style>.end-part .hs-cta-wrapper .hs-cta-node a {
	font-size: 15px;
	margin-left: 5px;
}
@media(max-width: 600px) {
	.end-part .hs-cta-wrapper .hs-cta-node a {
	display: none;
	}
	.block-show {
	display: block !important;
	}
}
</style><script>$(".ham").on("click", function () {
	$(".hv-home-mobmenu .hp-mobile-menu").removeClass("disp-none");
});
$(".hv-menu-close").on("click", function () {
	$(".hv-home-mobmenu .hp-mobile-menu").addClass("disp-none");
});
$(".main-nav li").on("click",function(){
	if($(this).hasClass('has-child')) {
		$('.main-nav li').children('.sub-nav').removeClass('block-show').addClass('disp-none')
		$(this).children(".sub-nav").removeClass('disp-none').addClass('block-show')
	}
});</script><script>async function hideDemoBtn() {
	//- let countryData = await getlocation()
	let geoUrl = "/new/schedule_demo/location_data"
	$.ajax({
		url: geoUrl,
		method:'POST',
		success: function(response) {
			if(response.status) {
				let countryCode = response.location_data.country_code
				console.log('User country is ', countryCode)
				if(countryCode != 'IN') {			
					let demoBtn = document.querySelector('.get-demo')
					demoBtn.classList.remove('disp-none')
				} else {
					let bodyBtn = document.querySelector('.watch')
					let logBtn = document.querySelector('.log')
					bodyBtn.classList.add('disp-none')
					logBtn.setAttribute('style', 'margin-right:10px;')
				}
			}
		},
		error: function(response) {
			console.log('Failed to find the location')
		}
	});
}
hideDemoBtn()</script><div class="container-fluid video-for-sales-lp vs-v4"></div><div class="container-fluid" id="hv-hero-header"><img class="obj1" src="/images/int-1.png"><img class="obj2" src="/images/dot-art-2.png"><img class="obj3" src="/images/dot-art-2.png"><div class="row top-box"><div class="col-lg hv-hero-header-left"><!-- h2.orange-txt-h1 VIDEO EMAILS FOR SALES AND PROSPECTING--><h1 class="primary-title">Leverage the power of videos with Hippo Video for Startups</h1><h3 class="title-sub-txt">The Hippo Video platform is available at a special discounted price for early stage startups. Add videos at every stage of your sales cycle.  Connect better & convert faster with personalized videos.</h3><a class="signup-btn get-start-btn" style="width:230px;" href="https://www.hippovideo.io/users/sign_up" type="button">TRY HIPPO VIDEO</a><!-- .no-card-required(style='font-size: 10px;') 7-day Free Trial. No credit card required.--><!--center
	form#alternative-page-form(autocomplete="off")
		div
			.col-lg-8
				input.email.home-page-login-email.bombbomb-from-field#myTextFocus(type='email', autocomplete='off', placeholder="Enter your business email. Don't worry we won't spam")
			.col-lg-8
				input.password.form-control.home-page-login-password.bombbomb-from-field(type='password', placeholder='Enter password (Minimum 6 characters)', autocomplete="off")
		div.clear.relative.col-lg-10
			span.login_message
			a.signup-btn.signup-button-white.get-start-btn(href='javascript:void(0)', type='button') GET STARTED FOR FREE
			center
				.no-card-required(style='font-size: 10px;') 7-day Free Trial. No credit card required.--><br></div><div class="col-lg bmm-video"><div id="banner-video"><span style="display: inline;"><img src="https://mktg.hippovideo.io/video/thumbnail/2lhswSyxu1gjAITsl9H7_DEd0MUxwgF8Qm-VMuD6qAM" alt="Video Thumbnail" onclick="showEmbedPopOver10027407(event)" style="width: 100%; height: 100%; cursor: pointer; vertical-align: middle"/><div id="hippoPopOverOverlay10027407" class="hippo-pop-over-overlay" style="position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 5000; background: rgba(0, 0, 0, 0.5); display: none;"><div id="hippoFrameWrapper10027407" class="hippo-frame-wrapper" style="margin: 0 auto; width: 500px; height: 500px; position: relative;"><span id="closeFrame10027407" onclick="closeEmbedPopOver10027407(event)" style="position: absolute; top: -10px; right: -25px; cursor: pointer;"><img alt="close" title="close" style="height: 15px !important;width: 15px !important;position: initial !important;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAGFBMVEX///////9HcEz///////////////////8b14i1AAAAB3RSTlOtBgCnplJT0ueEHQAAAD9JREFUCNddjlsSACAIAte0uv+NK5mmhx8yIKLUsJJlUfFOMqM7sy2WgEASEjVGdi3+5LbdAU90nKNB8/2OtwFhCwE/39kVYQAAAABJRU5ErkJggg==" /></span><iframe id="hippoEmbedFrame10027407" class="hippo-embed-frame" width='100%' height='100%' scrolling='no' frameborder=0 marginwidth=0 marginheight=0 allowfullscreen></iframe></div></div><script>var setIframeSource10027407 = false;if (typeof hippoPopOverResponsive10027407 === 'undefined' || typeof showEmbedPopOver10027407 === 'undefined') {var hippoPopOverResponsive10027407 = function() {var padding, frameWidth, frameHeight, frames;var overlay = document.getElementById('hippoPopOverOverlay10027407');if (overlay.offsetWidth > overlay.offsetHeight) {padding = overlay.offsetHeight * 0.15;frameHeight = (overlay.offsetHeight - (padding * 2));frameWidth = (frameHeight * 1.777);} else {padding = overlay.offsetWidth * 0.10;frameWidth = (overlay.offsetWidth - (padding * 2));frameHeight = (frameWidth / 1.777);}frame = document.getElementById('hippoFrameWrapper10027407');frame.style['margin-top'] = padding + 'px';frame.style.height = frameHeight + 'px';frame.style.width = frameWidth + 'px';};var hippoFrameHideOnEscape10027407 = function(event) {if (event.key === 'Escape' || event.keyCode === 27) {var hippoPopOverFrame = document.getElementById('hippoPopOverOverlay10027407');hippoPopOverFrame.style.display = 'none';hippoPopOverFrame.querySelector('#hippoEmbedFrame10027407').contentWindow.postMessage('pauseVideoFromEmbed', '');window.removeEventListener('keydown', hippoFrameHideOnEscape10027407, false);}};var showEmbedPopOver10027407 = function(event) {if(!setIframeSource10027407){var iframe = document.getElementById('hippoEmbedFrame10027407');var share_url = 'https://mktg.hippovideo.io/video/embed/2lhswSyxu1gjAITsl9H7_O9F1w--8J7-Q1u-_sq8OZk?autoplay=false';var queryParams = window.location.search;queryParams = queryParams.replace("?", '');if(queryParams){share_url = share_url + '&' + queryParams;}iframe.src = share_url;setIframeSource10027407 = true;}var hippoPopOver = event.currentTarget.ownerDocument.querySelector('#hippoPopOverOverlay10027407');hippoPopOver.style.display = 'block';hippoPopOverResponsive10027407();window.addEventListener('keydown', hippoFrameHideOnEscape10027407, false);};var closeEmbedPopOver10027407 = function(event) {event.currentTarget.parentElement.parentElement.style.display = 'none';event.currentTarget.parentElement.querySelector('#hippoEmbedFrame10027407').contentWindow.postMessage('pauseVideoFromEmbed', '*');};document.addEventListener('DOMContentLoaded', function() { hippoPopOverResponsive10027407(); });window.addEventListener('resize', function() { hippoPopOverResponsive10027407(); });}</script></span></div></div></div></div><div class="container industries-body startup-page-body"><div class="text-center"><h2 class="hv-title-2">How can startups leverage video?</h2><div class="hv-para">Hippo Video powers you to record, share & track personalized videos with prospects at scale, <br> at a start-up-friendly price.</div></div><div class="startup-leverage right"><div class="sl-image"><video class="startup-video" loop="" muted="" autoplay="autoplay"><source src="https://www.hippovideo.io/videos/sales-workflow/record-and-send.mp4" type="video/mp4"></video></div><div class="sl-content"><ul><li class="active"><a data-src="https://static-assets.hippovideo.io/videos/sales-workflow/record-and-send.mp4"><div class="sl-title">Pitch with videos</div><div class="sl-desc">Stand out from the clutter with 1:1 video emails. Get more responses and book</div></a></li><li><a data-src="https://static-assets.hippovideo.io/videos/sales-workflow/make-videos-interactive.mp4"><div class="sl-title">Show, don’t tell</div><div class="sl-desc">Hook your audience by showcasing your product or solution better with screen.</div></a></li><li><a data-src="https://static-assets.hippovideo.io/videos/sales-workflow/create-sales-page.mp4"><div class="sl-title">Sales pages</div><div class="sl-desc">Stun your prospects and get your message across in style with customizable sales pages that include videos, PDFs, testimonials, and more</div></a></li></ul></div></div><div class="startup-leverage left"><div class="sl-content"><ul><li><a data-src="https://static-assets.hippovideo.io/videos/sales-workflow/make-an-impression.mp4"><div class="sl-title">Teleprompter</div><div class="sl-desc">Record like a true professional without having to memorize your lines or worrying.</div></a></li><li><a data-src="https://static-assets.hippovideo.io/videos/sales-workflow/track-engagement.mp4"><div class="sl-title">Analytics</div><div class="sl-desc">Pursue the right leads with analytics by understanding how your prospects are interacting with your video content, with the help of our instant notifications and real-time reports.				</div></a></li><li><a data-src="https://static-assets.hippovideo.io/videos/take-advantage-of-video-features.mp4"><div class="sl-title">Nudge prospects</div><div class="sl-desc">Book more meetings with interactive and personalized in-video CTAs</div></a></li></ul></div><div class="sl-image"><video class="startup-video" loop="" muted="" autoplay="autoplay"><source src="https://static-assets.hippovideo.io/videos/sales-workflow/make-an-impression.mp4" type="video/mp4"></video></div></div></div><script>$(".right a").click(function(){
	var videoUrl = $(this).attr("data-src");
	$(".right li").removeClass('active');
	$(this).parent().addClass('active');
	$(".right video").attr('src', videoUrl);
});
$(".left a").click(function(){
	var videoUrl = $(this).attr("data-src");
	$(".left li").removeClass('active');
	$(this).parent().addClass('active');
	$(".left video").attr('src', videoUrl);
});</script><div class="startup-trust"><div class="container-fluid video-emai-v4"><div class="vev2-logo-desk"><div class="container-fluid trusted-users-div clearfix"><h3>Trusted by Over 5000+ Businesses Around the World</h3><img src="/images/startup-trusted.png"><a class="signup-btn get-start-btn" style="width:230px;" href="https://www.hippovideo.io/users/sign_up" type="button">GET STARTED FOR FREE</a></div></div><div class="vev2-logo-mobile"><div class="container-fluid trusted-users-div clearfix"><h3>Trusted by Over 5000+ Businesses Around the World</h3><img class="customer-logo-mobile" src="https://assets.hippovideo.io/images/customer-logo-1.png" alt="customer logo"><img class="customer-logo-mobile" src="https://assets.hippovideo.io/images/customer-logo-2.png" alt="customer logo"><img class="customer-logo-mobile" src="https://assets.hippovideo.io/images/customer-logo-3.png" alt="customer logo"><img class="customer-logo-mobile" src="https://assets.hippovideo.io/images/customer-logo-4.png" alt="customer logo"><img class="customer-logo-mobile" src="https://assets.hippovideo.io/images/customer-logo-5.png" alt="customer logo"></div></div></div></div><div class="startups-gitomer-container"><div class="startups-gitomer-content"><h4>New to Video Selling?</h4><p>Fret not, we got your back! Rather, the 'King of sales', Jeffery Gitomer, has got your back!</p><a class="signup-btn get-start-btn hv-secondary-btn" style="width:230px;" href="https://www.hippovideo.io/users/sign_up" type="button">GET STARTED FOR FREE</a></div></div><br><div class="container text-center startup-pricing"><h2 class="hv-title-2">Hippo Video for Startups pricing</h2><p class="hv-para">The Hippo Video platform will be available to startups completely free of cost for the first three months and at a 70% discount from the fourth month for a full year. In addition, startups will also get free access to premium add-ons like personalization and testimonials for a year.</p><div class="pricing-cards"><ul><li><h4>SALES PRO</h4><img src="/images/sales-pro.png"><p>Annual - <strike>$49</strike> <b>$15</b> (70% off)/month/user</p><p>Quarterly - <strike>$49</strike> <b>$17.5</b> (65% off)/month/user</p><p>Monthly - <strike>$49</strike> <b>$20</b> (60% off)/month/user</p><a class="signup-btn get-start-btn primary-btn" style="width:230px;" href="https://www.hippovideo.io/users/sign_up" type="button">SIGNUP FOR FREE</a></li><li><h4>SALES GROWTH</h4><img src="/images/sales-growth.png"><p>Annual - <strike>$79</strike> <b>$24</b> (70% off)/month/user</p><p>Quarterly - <strike>$79</strike> <b>$27.5</b> (65% off)/month/user</p><p>Monthly - <strike>$79</strike> <b>$32.5</b> (60% off)/month/user</p><a class="signup-btn get-start-btn primary-btn" style="width:230px;" href="https://www.hippovideo.io/users/sign_up" type="button">SIGNUP FOR FREE</a></li></ul></div></div><script src="/js/testimonial-carousel.js" defer=""></script><section class="panel design" data-section-name="Testimonials"><h2 class="testimonial-header">What Our <strong>Customers Say</strong></h2><div class="container-fluid testimonials home-testimonials"><div class="carousel-manual homepage-testimonial-carousel"><button class="testimonial-prev" aria-label="carousel button for prev slide"></button><button class="testimonial-next" aria-label="carousel button for next slide"></button><div><ul><li><div class="carousel-caption d-block"><div class="profile"><span style="display: block;padding: 0 150px;"><img class="v-image" src="https://mktg.hippovideo.io/video/thumbnail/FodWN0DKgOQGjAQJbMWhaG1sxBLHEvylcbzHgYI8Nm0" alt="Video Thumbnail" onclick="showEmbedPopOver2076789(event)" style="width: 100%; cursor: pointer; vertical-align: middle"/><div id="hippoPopOverOverlay2076789" class="hippo-pop-over-overlay" style="position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 5000; background: rgba(0, 0, 0, 0.5); display: none;"><div id="hippoFrameWrapper2076789" class="hippo-frame-wrapper" style="margin: 0 auto; width: 500px; height: 500px; position: relative;"><span id="closeFrame2076789" onclick="closeEmbedPopOver2076789(event)" style="position: absolute; top: -10px; right: -25px; cursor: pointer;"><img alt="close" title="close" style="height: 15px !important;width: 15px !important;position: initial !important;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAGFBMVEX///////9HcEz///////////////////8b14i1AAAAB3RSTlOtBgCnplJT0ueEHQAAAD9JREFUCNddjlsSACAIAte0uv+NK5mmhx8yIKLUsJJlUfFOMqM7sy2WgEASEjVGdi3+5LbdAU90nKNB8/2OtwFhCwE/39kVYQAAAABJRU5ErkJggg==" /></span><iframe id="hippoEmbedFrame2076789" class="hippo-embed-frame" width='100%' height='100%' scrolling='no' frameborder=0 marginwidth=0 marginheight=0 allowfullscreen></iframe></div></div><script>var setIframeSource2076789 = false;if (typeof hippoPopOverResponsive2076789 === 'undefined' || typeof showEmbedPopOver2076789 === 'undefined') {var hippoPopOverResponsive2076789 = function() {var padding, frameWidth, frameHeight, frames;var overlay = document.getElementById('hippoPopOverOverlay2076789');if (overlay.offsetWidth > overlay.offsetHeight) {padding = overlay.offsetHeight * 0.15;frameHeight = (overlay.offsetHeight - (padding * 2));frameWidth = (frameHeight * 1.777);} else {padding = overlay.offsetWidth * 0.10;frameWidth = (overlay.offsetWidth - (padding * 2));frameHeight = (frameWidth / 1.777);}frame = document.getElementById('hippoFrameWrapper2076789');frame.style['margin-top'] = padding + 'px';frame.style.height = frameHeight + 'px';frame.style.width = frameWidth + 'px';};var hippoFrameHideOnEscape2076789 = function(event) {if (event.key === 'Escape' || event.keyCode === 27) {var hippoPopOverFrame = document.getElementById('hippoPopOverOverlay2076789');hippoPopOverFrame.style.display = 'none';hippoPopOverFrame.querySelector('#hippoEmbedFrame2076789').contentWindow.postMessage('pauseVideoFromEmbed', '*');window.removeEventListener('keydown', hippoFrameHideOnEscape2076789, false);}};var showEmbedPopOver2076789 = function(event) {if(!setIframeSource2076789){var iframe = document.getElementById('hippoEmbedFrame2076789');var share_url = 'https://mktg.hippovideo.io/video/embed/g87Ko7XNG7g9Bc_lYBy0uHHL-mqNQg2NpHbXQrrcLok?autoplay=false';var queryParams = window.location.search;queryParams = queryParams.replace("?", '');if(queryParams){share_url = share_url + '&' + queryParams;}iframe.src = share_url;setIframeSource2076789 = true;}var hippoPopOver = event.currentTarget.ownerDocument.querySelector('#hippoPopOverOverlay2076789');hippoPopOver.style.display = 'block';hippoPopOverResponsive2076789();window.addEventListener('keydown', hippoFrameHideOnEscape2076789, false);};var closeEmbedPopOver2076789 = function(event) {event.currentTarget.parentElement.parentElement.style.display = 'none';event.currentTarget.parentElement.querySelector('#hippoEmbedFrame2076789').contentWindow.postMessage('pauseVideoFromEmbed', '*');};document.addEventListener('DOMContentLoaded', function() { hippoPopOverResponsive2076789(); });window.addEventListener('resize', function() { hippoPopOverResponsive2076789(); });}</script></span><div class="customer-carosual-caption"><div class="customer-pic"><img class="lazyload" data-src="/images/customer-pic.png"></div><div class="customer-text"><label class="customer-name">- Mary Putnam</label><br><label class="customer-desig">Digital Sales, Buy Gitomer</label></div></div></div></div></li><li><div class="carousel-caption d-block"><div class="profile"><span style="display: block;padding: 0 150px;"><img class=" v-image" src="https://hippolms-storage.s3-accelerate.amazonaws.com/wiz/videos/previews/qSjnS_3NbOzpEfmu3f9szA.gif" alt="Video Thumbnail" onclick="showEmbedPopOver6518870(event)" style="width: 100%; height: 100%; cursor: pointer; vertical-align: middle"/><div id="hippoPopOverOverlay6518870" class="hippo-pop-over-overlay" style="position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 5000; background: rgba(0, 0, 0, 0.5); display: none;"><div id="hippoFrameWrapper6518870" class="hippo-frame-wrapper" style="margin: 0 auto; width: 500px; height: 500px; position: relative;"><span id="closeFrame6518870" onclick="closeEmbedPopOver6518870(event)" style="position: absolute; top: -10px; right: -25px; cursor: pointer;"><img alt="close" title="close" style="height: 15px !important;width: 15px !important;position: initial !important;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAGFBMVEX///////9HcEz///////////////////8b14i1AAAAB3RSTlOtBgCnplJT0ueEHQAAAD9JREFUCNddjlsSACAIAte0uv+NK5mmhx8yIKLUsJJlUfFOMqM7sy2WgEASEjVGdi3+5LbdAU90nKNB8/2OtwFhCwE/39kVYQAAAABJRU5ErkJggg==" /></span><iframe id="hippoEmbedFrame6518870" loading="lazy" class="hippo-embed-frame" width='100%' height='100%' scrolling='no' frameborder=0 marginwidth=0 marginheight=0 allowfullscreen></iframe></div></div><script>var setIframeSource6518870 = false;if (typeof hippoPopOverResponsive6518870 === 'undefined' || typeof showEmbedPopOver6518870 === 'undefined') {var hippoPopOverResponsive6518870 = function() {var padding, frameWidth, frameHeight, frames;var overlay = document.getElementById('hippoPopOverOverlay6518870');if (overlay.offsetWidth > overlay.offsetHeight) {padding = overlay.offsetHeight * 0.15;frameHeight = (overlay.offsetHeight - (padding * 2));frameWidth = (frameHeight * 1.777);} else {padding = overlay.offsetWidth * 0.10;frameWidth = (overlay.offsetWidth - (padding * 2));frameHeight = (frameWidth / 1.777);}frame = document.getElementById('hippoFrameWrapper6518870');frame.style['margin-top'] = padding + 'px';frame.style.height = frameHeight + 'px';frame.style.width = frameWidth + 'px';};var hippoFrameHideOnEscape6518870 = function(event) {if (event.key === 'Escape' || event.keyCode === 27) {var hippoPopOverFrame = document.getElementById('hippoPopOverOverlay6518870');hippoPopOverFrame.style.display = 'none';hippoPopOverFrame.querySelector('#hippoEmbedFrame6518870').contentWindow.postMessage('pauseVideoFromEmbed', '*');window.removeEventListener('keydown', hippoFrameHideOnEscape6518870, false);}};var showEmbedPopOver6518870 = function(event) {if(!setIframeSource6518870){var iframe = document.getElementById('hippoEmbedFrame6518870');iframe.src = 'https://mktg.hippovideo.io/video/embed/EeJ9jbDDiVhWibjnbdo30oeMuC8iuK_2OiQ-MpXqFpI?autoplay=false';var queryParams = window.location.search;queryParams = queryParams.replace("?", '');if(queryParams){iframe.src = iframe.src + '&' + queryParams;}setIframeSource6518870 = true;}var hippoPopOver = event.currentTarget.ownerDocument.querySelector('#hippoPopOverOverlay6518870');hippoPopOver.style.display = 'block';hippoPopOverResponsive6518870();window.addEventListener('keydown', hippoFrameHideOnEscape6518870, false);};var closeEmbedPopOver6518870 = function(event) {event.currentTarget.parentElement.parentElement.style.display = 'none';event.currentTarget.parentElement.querySelector('#hippoEmbedFrame6518870').contentWindow.postMessage('pauseVideoFromEmbed', '*');};document.addEventListener('DOMContentLoaded', function() { hippoPopOverResponsive6518870(); });window.addEventListener('resize', function() { hippoPopOverResponsive6518870(); });}</script></span><div class="customer-carosual-caption"><div class="customer-pic"><img class="lazyload" data-src="/images/tibor-shanto.png"></div><div class="customer-text"><label class="customer-name">- Tibor Shanto</label><br><label class="customer-desig">Chief Sales Officer, Renbor Sales Solutions, Inc</label></div></div></div></div></li><li><div class="carousel-caption d-block"><div class="profile"><span style="display: block;padding: 0 150px;"><img class="v-image" src="https://mktg.hippovideo.io/video/thumbnail/fXOf0mZKLGz1LfBBWQqqxYPRRJOjeoWObzTkZZOIsl8" alt="Video Thumbnail" onclick="showEmbedPopOver8417887(event)" style="width: 100%; cursor: pointer; vertical-align: middle"/><div id="hippoPopOverOverlay8417887" class="hippo-pop-over-overlay" style="position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 5000; background: rgba(0, 0, 0, 0.5); display: none;"><div id="hippoFrameWrapper8417887" class="hippo-frame-wrapper" style="margin: 0 auto; width: 500px; height: 500px; position: relative;"><span id="closeFrame8417887" onclick="closeEmbedPopOver8417887(event)" style="position: absolute; top: -10px; right: -25px; cursor: pointer;"><img alt="close" title="close" style="height: 15px !important;width: 15px !important;position: initial !important;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAGFBMVEX///////9HcEz///////////////////8b14i1AAAAB3RSTlOtBgCnplJT0ueEHQAAAD9JREFUCNddjlsSACAIAte0uv+NK5mmhx8yIKLUsJJlUfFOMqM7sy2WgEASEjVGdi3+5LbdAU90nKNB8/2OtwFhCwE/39kVYQAAAABJRU5ErkJggg==" /></span><iframe id="hippoEmbedFrame8417887" class="hippo-embed-frame" loading="lazy" width='100%' height='100%' scrolling='no' frameborder=0 marginwidth=0 marginheight=0 allowfullscreen></iframe></div></div><script>var setIframeSource8417887 = false;if (typeof hippoPopOverResponsive8417887 === 'undefined' || typeof showEmbedPopOver8417887 === 'undefined') {var hippoPopOverResponsive8417887 = function() {var padding, frameWidth, frameHeight, frames;var overlay = document.getElementById('hippoPopOverOverlay8417887');if (overlay.offsetWidth > overlay.offsetHeight) {padding = overlay.offsetHeight * 0.15;frameHeight = (overlay.offsetHeight - (padding * 2));frameWidth = (frameHeight * 1.777);} else {padding = overlay.offsetWidth * 0.10;frameWidth = (overlay.offsetWidth - (padding * 2));frameHeight = (frameWidth / 1.777);}frame = document.getElementById('hippoFrameWrapper8417887');frame.style['margin-top'] = padding + 'px';frame.style.height = frameHeight + 'px';frame.style.width = frameWidth + 'px';};var hippoFrameHideOnEscape8417887 = function(event) {if (event.key === 'Escape' || event.keyCode === 27) {var hippoPopOverFrame = document.getElementById('hippoPopOverOverlay8417887');hippoPopOverFrame.style.display = 'none';hippoPopOverFrame.querySelector('#hippoEmbedFrame8417887').contentWindow.postMessage('pauseVideoFromEmbed', '*');window.removeEventListener('keydown', hippoFrameHideOnEscape8417887, false);}};var showEmbedPopOver8417887 = function(event) {if(!setIframeSource8417887){var iframe = document.getElementById('hippoEmbedFrame8417887');var share_url = 'https://mktg.hippovideo.io/video/embed/4NUORO6yqDeaAbjbE1PPMn02BpRtI38xIfMFJAL1aw0?autoplay=false';var queryParams = window.location.search;queryParams = queryParams.replace("?", '');if(queryParams){share_url = share_url + '&' + queryParams;}iframe.src = share_url;setIframeSource8417887 = true;}var hippoPopOver = event.currentTarget.ownerDocument.querySelector('#hippoPopOverOverlay8417887');hippoPopOver.style.display = 'block';hippoPopOverResponsive8417887();window.addEventListener('keydown', hippoFrameHideOnEscape8417887, false);};var closeEmbedPopOver8417887 = function(event) {event.currentTarget.parentElement.parentElement.style.display = 'none';event.currentTarget.parentElement.querySelector('#hippoEmbedFrame8417887').contentWindow.postMessage('pauseVideoFromEmbed', '*');};document.addEventListener('DOMContentLoaded', function() { hippoPopOverResponsive8417887(); });window.addEventListener('resize', function() { hippoPopOverResponsive8417887(); });}</script></span><div class="customer-carosual-caption"><div class="customer-pic"><img class="lazyload" data-src="/images/daniel.jpeg"></div><div class="customer-text"><label class="customer-name">- Daniel Z</label><br><label class="customer-desig">Global Business Unit Leader, Draft Grupo de Comunicación Healthcare</label></div></div></div></div></li><li><div class="carousel-caption d-block"><div class="profile"><span style="display: block;padding: 0 150px;"><img class=" v-image" src="https://mktg.hippovideo.io/video/thumbnail/ZRsOM3xGyiGJt-Ga9DSmPQccyjCr-KQuoJFyZj6sSK0" alt="Video Thumbnail" onclick="showEmbedPopOver8417913(event)" style="width: 100%;cursor: pointer; vertical-align: middle"/><div id="hippoPopOverOverlay8417913" class="hippo-pop-over-overlay" style="position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 5000; background: rgba(0, 0, 0, 0.5); display: none;"><div id="hippoFrameWrapper8417913" class="hippo-frame-wrapper" style="margin: 0 auto; width: 500px; height: 500px; position: relative;"><span id="closeFrame8417913" onclick="closeEmbedPopOver8417913(event)" style="position: absolute; top: -10px; right: -25px; cursor: pointer;"><img alt="close" title="close" style="height: 15px !important;width: 15px !important;position: initial !important;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAGFBMVEX///////9HcEz///////////////////8b14i1AAAAB3RSTlOtBgCnplJT0ueEHQAAAD9JREFUCNddjlsSACAIAte0uv+NK5mmhx8yIKLUsJJlUfFOMqM7sy2WgEASEjVGdi3+5LbdAU90nKNB8/2OtwFhCwE/39kVYQAAAABJRU5ErkJggg==" /></span><iframe id="hippoEmbedFrame8417913" class="hippo-embed-frame" loading="lazy" width='100%' height='100%' scrolling='no' frameborder=0 marginwidth=0 marginheight=0 allowfullscreen></iframe></div></div><script>var setIframeSource8417913 = false;if (typeof hippoPopOverResponsive8417913 === 'undefined' || typeof showEmbedPopOver8417913 === 'undefined') {var hippoPopOverResponsive8417913 = function() {var padding, frameWidth, frameHeight, frames;var overlay = document.getElementById('hippoPopOverOverlay8417913');if (overlay.offsetWidth > overlay.offsetHeight) {padding = overlay.offsetHeight * 0.15;frameHeight = (overlay.offsetHeight - (padding * 2));frameWidth = (frameHeight * 1.777);} else {padding = overlay.offsetWidth * 0.10;frameWidth = (overlay.offsetWidth - (padding * 2));frameHeight = (frameWidth / 1.777);}frame = document.getElementById('hippoFrameWrapper8417913');frame.style['margin-top'] = padding + 'px';frame.style.height = frameHeight + 'px';frame.style.width = frameWidth + 'px';};var hippoFrameHideOnEscape8417913 = function(event) {if (event.key === 'Escape' || event.keyCode === 27) {var hippoPopOverFrame = document.getElementById('hippoPopOverOverlay8417913');hippoPopOverFrame.style.display = 'none';hippoPopOverFrame.querySelector('#hippoEmbedFrame8417913').contentWindow.postMessage('pauseVideoFromEmbed', '*');window.removeEventListener('keydown', hippoFrameHideOnEscape8417913, false);}};var showEmbedPopOver8417913 = function(event) {if(!setIframeSource8417913){var iframe = document.getElementById('hippoEmbedFrame8417913');var share_url = 'https://mktg.hippovideo.io/video/embed/LFJibBJj7-h9YKzei9Q1-Oe9Kwnj8tNM48ovQrUe7e8?autoplay=false';var queryParams = window.location.search;queryParams = queryParams.replace("?", '');if(queryParams){share_url = share_url + '&' + queryParams;}iframe.src = share_url;setIframeSource8417913 = true;}var hippoPopOver = event.currentTarget.ownerDocument.querySelector('#hippoPopOverOverlay8417913');hippoPopOver.style.display = 'block';hippoPopOverResponsive8417913();window.addEventListener('keydown', hippoFrameHideOnEscape8417913, false);};var closeEmbedPopOver8417913 = function(event) {event.currentTarget.parentElement.parentElement.style.display = 'none';event.currentTarget.parentElement.querySelector('#hippoEmbedFrame8417913').contentWindow.postMessage('pauseVideoFromEmbed', '*');};document.addEventListener('DOMContentLoaded', function() { hippoPopOverResponsive8417913(); });window.addEventListener('resize', function() { hippoPopOverResponsive8417913(); });}</script></span><div class="customer-carosual-caption"><div class="customer-pic"><img class="lazyload" data-src="/images/rich.jpeg"></div><div class="customer-text"><label class="customer-name">- Rich F</label><br><label class="customer-desig">New Sales Development, Toshiba Business Solutions</label></div></div></div></div></li><li><div class="carousel-caption d-block"><div class="profile"><span style="display: block;padding: 0 150px;"><img class=" v-image" src="https://mktg.hippovideo.io/video/thumbnail/r84Kzmso9wNtlOzLKeUppupuRXZoIYsl1rc6mWG3U8s" alt="Video Thumbnail" onclick="showEmbedPopOver8417948(event)" style="width: 100%;cursor: pointer; vertical-align: middle"/><div id="hippoPopOverOverlay8417948" class="hippo-pop-over-overlay" style="position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 5000; background: rgba(0, 0, 0, 0.5); display: none;"><div id="hippoFrameWrapper8417948" class="hippo-frame-wrapper" style="margin: 0 auto; width: 500px; height: 500px; position: relative;"><span id="closeFrame8417948" onclick="closeEmbedPopOver8417948(event)" style="position: absolute; top: -10px; right: -25px; cursor: pointer;"><img alt="close" title="close" style="height: 15px !important;width: 15px !important;position: initial !important;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAGFBMVEX///////9HcEz///////////////////8b14i1AAAAB3RSTlOtBgCnplJT0ueEHQAAAD9JREFUCNddjlsSACAIAte0uv+NK5mmhx8yIKLUsJJlUfFOMqM7sy2WgEASEjVGdi3+5LbdAU90nKNB8/2OtwFhCwE/39kVYQAAAABJRU5ErkJggg==" /></span><iframe id="hippoEmbedFrame8417948" class="hippo-embed-frame" loading="lazy" width='100%' height='100%' scrolling='no' frameborder=0 marginwidth=0 marginheight=0 allowfullscreen></iframe></div></div><script>var setIframeSource8417948 = false;if (typeof hippoPopOverResponsive8417948 === 'undefined' || typeof showEmbedPopOver8417948 === 'undefined') {var hippoPopOverResponsive8417948 = function() {var padding, frameWidth, frameHeight, frames;var overlay = document.getElementById('hippoPopOverOverlay8417948');if (overlay.offsetWidth > overlay.offsetHeight) {padding = overlay.offsetHeight * 0.15;frameHeight = (overlay.offsetHeight - (padding * 2));frameWidth = (frameHeight * 1.777);} else {padding = overlay.offsetWidth * 0.10;frameWidth = (overlay.offsetWidth - (padding * 2));frameHeight = (frameWidth / 1.777);}frame = document.getElementById('hippoFrameWrapper8417948');frame.style['margin-top'] = padding + 'px';frame.style.height = frameHeight + 'px';frame.style.width = frameWidth + 'px';};var hippoFrameHideOnEscape8417948 = function(event) {if (event.key === 'Escape' || event.keyCode === 27) {var hippoPopOverFrame = document.getElementById('hippoPopOverOverlay8417948');hippoPopOverFrame.style.display = 'none';hippoPopOverFrame.querySelector('#hippoEmbedFrame8417948').contentWindow.postMessage('pauseVideoFromEmbed', '*');window.removeEventListener('keydown', hippoFrameHideOnEscape8417948, false);}};var showEmbedPopOver8417948 = function(event) {if(!setIframeSource8417948){var iframe = document.getElementById('hippoEmbedFrame8417948');var share_url = 'https://mktg.hippovideo.io/video/embed/X244DPdkbEnGe_kPie2FYJdPP1r9y26aUtYJvHV0N-4?autoplay=false';var queryParams = window.location.search;queryParams = queryParams.replace("?", '');if(queryParams){share_url = share_url + '&' + queryParams;}iframe.src = share_url;setIframeSource8417948 = true;}var hippoPopOver = event.currentTarget.ownerDocument.querySelector('#hippoPopOverOverlay8417948');hippoPopOver.style.display = 'block';hippoPopOverResponsive8417948();window.addEventListener('keydown', hippoFrameHideOnEscape8417948, false);};var closeEmbedPopOver8417948 = function(event) {event.currentTarget.parentElement.parentElement.style.display = 'none';event.currentTarget.parentElement.querySelector('#hippoEmbedFrame8417948').contentWindow.postMessage('pauseVideoFromEmbed', '*');};document.addEventListener('DOMContentLoaded', function() { hippoPopOverResponsive8417948(); });window.addEventListener('resize', function() { hippoPopOverResponsive8417948(); });}</script></span><div class="customer-carosual-caption"><div class="customer-pic"><img class="lazyload" data-src="/images/erin.jpeg"></div><div class="customer-text"><label class="customer-name">- Erin M</label><br><label class="customer-desig">Marketing & Communications Manager, FMH Conveyors</label></div></div></div></div></li><li><div class="carousel-caption d-block"><div class="profile testimonial-without-vdo"><div class="testimonial-pic"><span class="backgroundclr-content"></span><img class="pro v-image" src="/images/rob-k-testimonial.jpg"></div><div class="testimonial-caption"><p class="review-content">Hippo Video is the best video platform for Sales. Ease of use and distribution to social media; ability to attach supporting documents in a slider below the video; sales landing pages are excellent. Integration with our email marketing platform is also seamless. Customer support is also excellent and accessible. Customization options are good. Pricing is reasonable. More personal and effective engagement with potential contacts and customers. Click Throughs have dramatically improved and sales are up as a result of the platform.</p><h5>Rob K</h5><p>CEO, Kurz Solutions</p><p>Reviewed us on </p><br><img class="pro-reviewcomp-logo g2-logo" src="/images/g2-crowd-logo.png"><img class="d-one" src="/images/double-quotes-orange.png"><img class="d-two" src="/images/double-quotes-orange.png"></div></div></div></li><li><div class="carousel-caption d-block"><div class="profile testimonial-without-vdo"><div class="testimonial-pic"><span class="backgroundclr-content"></span><img class="pro v-image" src="/images/luismuniz-testimonials.jpg"></div><div class="testimonial-caption"><p class="review-content">Hippo Video has the features that I have been looking for in a cloud based video platform for sales. I love Hippo Video!</p><h5>Luis Muniz</h5><p>Co-Founder, FunnelWave Consulting</p><p>Reviewed us on</p><br><img class="pro-reviewcomp-logo" src="/images/facebook-logo.png"><img class="d-one" src="/images/double-quotes-orange.png"><img class="d-two" src="/images/double-quotes-orange.png"></div></div></div></li><li><div class="carousel-caption d-block"><div class="profile testimonial-without-vdo"><div class="testimonial-pic"><span class="backgroundclr-content"></span><img class="pro v-image" src="/images/jamescurtis-testimonials-1.jpg"></div><div class="testimonial-caption"><p class="review-content">It's a Game Changer in sending emails to current and new clients. If my competition is sending in a boring old email proposal and I'm sending one using Hippo, I know who's going to get noticed!!!. Well Done Hippo it's a Game Changer.</p><h5>James Mileham</h5><p>Content Creation Manager, Curtis Gabriel</p><p>Reviewed us on</p><br><img class="pro-reviewcomp-logo" src="/images/facebook-logo.png"><img class="d-one" src="/images/double-quotes-orange.png"><img class="d-two" src="/images/double-quotes-orange.png"></div></div></div></li></ul></div></div></div><center class="cta-part collective-feedback-cta"><a class="btn hv-primary-btn ext-cta" href="/love.html">Check More Testimonials</a></center></section><div class="container ac startup-faq"><h3>Frequently Asked Questions</h3><div class="accordion" id="accordionExample"><div class="card" type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne"><div class="card-header" id="headingOne"><h2 class="mb-0 row"><div class="col-10"><label>What is the eligibility criteria for the program?</label></div><div class="col-2"><button class="btn btn-link" type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne"><img src="/svg/arrow-black.svg" width="20" alt="green arrow"></button></div></h2></div><div class="collapse show" id="collapseOne" aria-labelledby="headingOne" data-parent="#accordionExample"><div class="card-body">Early-stage startups with a total funding not exceeding US$2M will be eligible for this program.  This offer cannot be combined with any other offers/discounts and is applicable for new customers only</div></div></div><div class="card collapsed" type="button" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo"><div class="card-header" id="headingThree"><h2 class="mb-0 row"><div class="col-10"><label>How can a startup avail this offer?</label></div><div class="col-2"><button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo"><img src="/svg/arrow-black.svg" width="20" alt="green arrow"></button></div></h2></div><div class="collapse" id="collapseTwo" aria-labelledby="headingThree" data-parent="#accordionExample"><div class="card-body">Startups that meet the eligibility criteria can sign-up for the tool from the Hippo Video start-ups page. The offer will be applied to your account once the eligibility criteria has been verified by our team from the back end.</div></div></div><div class="card collapsed" type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree"><div class="card-header" id="headingThree"><h2 class="mb-0 row"><div class="col-10"><label>Is the discount offer applicable on all Hippo Video plans?</label></div><div class="col-2"><button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree"><img src="/svg/arrow-black.svg" width="20" alt="green arrow"></button></div></h2></div><div class="collapse" id="collapseThree" aria-labelledby="headingThree" data-parent="#accordionExample"><div class="card-body">The discount offer is applicable on Sales Pro & Sales Growth plans. If a startup is interested in the Sales Enterprise plan the discount can be made available.</div></div></div><div class="card collapsed" type="button" data-toggle="collapse" data-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour"><div class="card-header" id="headingThree"><h2 class="mb-0 row"><div class="col-10"><label>Will startups get access to all features and will there be any features disabled during the offer period?</label></div><div class="col-2"><button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour"><img src="/svg/arrow-black.svg" width="20" alt="green arrow"></button></div></h2></div><div class="collapse" id="collapseFour" aria-labelledby="headingThree" data-parent="#accordionExample"><div class="card-body">Startups will have complete and uninterrupted access to all features of Hippo video both during the trial period and the discounted period (based on the plan - Pro or Growth). Personalization & Testimonial addons which are not part of both the plans are being provided for free during the offer period. See plan-wise detailed features of Hippo Video here.</div></div></div><div class="card collapsed" type="button" data-toggle="collapse" data-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive"><div class="card-header" id="headingThree"><h2 class="mb-0 row"><div class="col-10"><label>Can I refer other startups in my community to this program?</label></div><div class="col-2"><button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive"><img src="/svg/arrow-black.svg" width="20" alt="green arrow"></button></div></h2></div><div class="collapse" id="collapseFive" aria-labelledby="headingThree" data-parent="#accordionExample"><div class="card-body">Absolutely, yes. Any startup that meets the eligibility criteria can avail the offer.</div></div></div><div class="card collapsed" type="button" data-toggle="collapse" data-target="#collapseSix" aria-expanded="false" aria-controls="collapseSix"><div class="card-header" id="headingThree"><h2 class="mb-0 row"><div class="col-10"><label>What if we are already a customer of Hippo Video?</label></div><div class="col-2"><button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseSix" aria-expanded="false" aria-controls="collapseSix"><img src="/svg/arrow-black.svg" width="20" alt="green arrow"></button></div></h2></div><div class="collapse" id="collapseSix" aria-labelledby="headingThree" data-parent="#accordionExample"><div class="card-body">The offer is applicable for new customers only.</div></div></div><div class="card collapsed" type="button" data-toggle="collapse" data-target="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven"><div class="card-header" id="headingThree"><h2 class="mb-0 row"><div class="col-10"><label>How long is the offer for start-ups?</label></div><div class="col-2"><button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven"><img src="/svg/arrow-black.svg" width="20" alt="green arrow"></button></div></h2></div><div class="collapse" id="collapseSeven" aria-labelledby="headingThree" data-parent="#accordionExample"><div class="card-body">Start-ups will enjoy an extended trial period of 3 months and the discounted pricing for a year from the 4th month. After one year, startups will be moved to the normal pricing plan as other Hippo Video customers.</div></div></div></div><br><br><br></div><div class="podcasts-footer"><div class="col-lg-12 padding-zero hp-footer-new"><div class="col-md-12 part-two-foot"><div class="col-xs-12 copy"><center><h6>© 2021 - hippovideo.io, All Rights Reserved</h6></center></div></div></div><!--include _partials/pricing/new-pricing-body--><!--include _partials/video-software/header-editing
include _partials/video-software/body-editing--><a class="request-demo-button hidden-xs hidden-sm" href="https://calendly.com/hippovideo/30min" target="_blank"><img src="../images/request-demo-icon.png">Request Demo</a><a id="return-to-top" href="javascript:"><img src="/images/goto.png"></a><!--.request-box-open.hide//img(src='/svg/mic.svg')--><!--.hp-request-demo-wrap.hide//.head-box
  //img.mic-logo(src='/svg/mic-grey.svg')
  //h5 Schedule a call
  //img.request-close-ico(src='/svg/close-grey.svg')
  //hr
//h4 Need help implementing your video strategy?<br> Talk to our specialist
//center
  //a.request-demo-btn(type='button', data-toggle='modal', data-target='.bs-example-modal-lg') REQUEST A CALL */--><!--.modal.fade.bs-example-modal-lg(tabindex='-1', role='dialog', aria-labelledby='myLargeModalLabel')
  .modal-dialog.modal-lg(role='document')
    .modal-content
      div(style='height: 500px;')
        iframe(width='100%', height='100%', frameborder='0', src='https://www.cogsworth.com/book/cjmwause5j8t90996t7yidyeu')--><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-88261465-4', 'auto');
if(window.location.href.indexOf('wistia') > 0){
  ga('require', 'GTM-N2N8J9Z');
}
ga('send', 'pageview');</script><script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script><script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" async=""></script><script type="application/ld+json">{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Hippo Video",
"url": "https://www.hippovideo.io/",
"logo": "https://www.hippovideo.io/svg/hippo-video-logo.svg",
"sameAs": [
"https://www.facebook.com/hippovideo/",
"https://twitter.com/thehippovideo",
"https://www.instagram.com/hippovideo/?hl=en",
"https://www.youtube.com/hippovideo",
"https://in.linkedin.com/company/lyceumhippo"
]
}</script><script>// ===== Scroll to Top ====
$(window).scroll(function() {
if ($(this).scrollTop() >= 50) {        // If page is scrolled more than 50px
//$('#return-to-top').fadeIn(200);    // Fade in the arrow
$('.floating-ca').fadeIn(200);
$('#header').addClass("fixed-theme");
$('#header-container').addClass("fixed-theme");
$('#brand').addClass("fixed-theme");
$('.menuhidden').fadeIn();
$('.menuhidden-login').addClass("hide").fadeOut();
$('.star2').addClass("hide").fadeOut();
} else {
//$('#return-to-top').fadeOut(200);   // Else fade out the arrow
$('.floating-ca').fadeOut(200);
$('#header').removeClass("fixed-theme");
$('#header-container').removeClass("fixed-theme");
$('#brand').removeClass("fixed-theme");
$('.menuhidden').fadeOut();
$('.menuhidden-login').removeClass("hide").fadeIn();
$('.star2').removeClass("hide").fadeIn();
}
});
$('#return-to-top').click(function() {      // When arrow is clicked
$('body,html').animate({
scrollTop : 0                       // Scroll to top of body
}, 500);
});</script><script>$('ul.nav li.dropdown').hover(function() {
$(this).find('.dropdown-menu').stop(true, true).delay(200).fadeIn(500);
}, function() {
$(this).find('.dropdown-menu').stop(true, true).delay(200).fadeOut(500);
}); </script><script>(function (c, p, d, u, id, i) {
id = ''; // Optional Custom ID for user in your system
u = 'https://tracking.g2crowd.com/attribution_tracking/conversions/' + c + '.js?p=' + encodeURI(p) + '&e=' + id;
i = document.createElement('script');
i.type = 'application/javascript';
i.src = u;
d.getElementsByTagName('head')[0].appendChild(i);
}("1368", document.location.href, document));</script><script>var doAnimations = function() {
var offset = $(window).scrollTop() + $(window).height(),
$animatables = $('.animatable');
if ($animatables.length == 0) {
$(window).off('scroll', doAnimations);
}
$animatables.each(function(i) {
var $animatable = $(this);
if (($animatable.offset().top + $animatable.height() - 20) < offset) {
$animatable.removeClass('animatable').addClass('animated');
}
});
};
$(window).on('scroll', doAnimations);
$(window).trigger('scroll'); </script><script>$('.request-close-ico').click(function() {
  $('.hp-request-demo-wrap').addClass('hide-request');
  $('.request-box-open').removeClass('hide');
});
$('.request-box-open').click(function() {
  $('.hp-request-demo-wrap').removeClass('hide-request');
  $('.request-box-open').addClass('hide');
});
if(document.cookie){
  $('.hp-request-demo-wrap').addClass('hide-request');
  $('.request-box-open').removeClass('hide');
}</script><!-- Drift code--><script type="text/javascript">adroll_adv_id = "LLJPMW5GWNCZNJGCJISMW6";
adroll_pix_id = "L7LPWVO6VBAHVEGAPFC74S";
/* OPTIONAL: provide email to improve user identification */
/* adroll_email = "username@example.com"; */
(function () {
var _onload = function(){
if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return}
if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return}
var scr = document.createElement("script");
var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com");
scr.setAttribute('async', 'true');
scr.type = "text/javascript";
scr.src = host + "/j/roundtrip.js";
((document.getElementsByTagName('head') || [null])[0] ||
document.getElementsByTagName('script')[0].parentNode).appendChild(scr);
};
if (window.addEventListener) {window.addEventListener('load', _onload, false);}
else {window.attachEvent('onload', _onload)}
}());
var ref = document.referrer;
if(ref !='' && !ref.includes('hippovideo.io')){
createCookie('referer_url', ref, 1);
}

if(!readCookie('landing_page'))
{
  var landing_page = $(location).attr('href');
  createCookie('landing_page', landing_page, 1);
  console.log(readCookie('landing_page'));
}
//createCookie('landing_page', landing_page, 1);
var lpage = readCookie('landing_page');
console.log('landing poage', lpage);

var time_zone = Intl.DateTimeFormat().resolvedOptions().timeZone;
var utm_source = readCookie('utm_source');
var utm_medium = readCookie('utm_medium');
var utm_campaign = readCookie('utm_campaign');
var utm_content = readCookie('utm_content');
</script><script type="text/javascript" src="https://a.opmnstr.com/app/js/api.min.js" data-account="70333" data-user="62457" async=""></script><script type="text/javascript">_linkedin_partner_id = "703331";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
</script><script type="text/javascript">
(function(){var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);})();
</script><noscript>
<img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=703331&fmt=gif" />
</noscript>
<script type='text/javascript'>(function() {var gs = document.createElement('script');gs.src = 'https://snippet.growsumo.com/growsumo.min.js';gs.type = 'text/javascript';gs.async = 'true';gs.onload = gs.onreadystatechange = function() {var rs = this.readyState;if (rs && rs != 'complete' && rs != 'loaded') return;try {growsumo._initialize('pk_KtY9vZHzo0Dre4ovgbGI3b951asUSWwN');if (typeof(growsumoInit) === 'function') {growsumoInit();}} catch (e) {}};var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(gs, s);})();</script><script type="text/javascript">_linkedin_partner_id = "2296338";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);</script><script type="text/javascript">(function(){var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);})();</script><noscript><img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=2296338&amp;fmt=gif"></noscript></body></html><script>function createCookie(name,value,days) {
	var expires = "";
	if (days) {
		var date = new Date();
		date.setTime(date.getTime() + (days*24*60*60*1000));
		expires = "; expires=" + date.toUTCString();
	}
	document.cookie = name + "=" + value + expires + "; path=/";
}

function readCookie(name) {
	var nameEQ = 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(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
	}
	return null;
}
function getQueryParams(queryString) {
	var query = (queryString || window.location.search).substring(1); // delete ?
	if (!query) {
		return false;
	}
	var match,
	pl  = /\+/g,  // Regex for replacing addition symbol with a space
	search = /([^&=]+)=?([^&]*)/g,
	decode = function (s) { 
		return decodeURIComponent(s.replace(pl, " ")); 
	},

	urlParams = {};
	while (match = search.exec(query)) {
		urlParams[decode(match[1])] = decode(match[2]);
	}
	return urlParams;
}	
function socialSignupUtm() {
	var time_zone = Intl.DateTimeFormat().resolvedOptions().timeZone;
	var params = '?time_zone='+time_zone + (utm_source!=null?'&utm_source='+utm_source:'')+ (utm_medium!=null?'&utm_medium='+utm_medium:'') + (utm_campaign!=null?'&utm_campaign='+utm_campaign:'') + (utm_content!=null?'&utm_content='+utm_content:'') + (latest_utm_source!=null?'&latest_utm_source='+latest_utm_source:'') + (latest_utm_medium!=null?'&latest_utm_medium='+latest_utm_medium:'') + (latest_utm_campaign!=null?'&latest_utm_campaign='+latest_utm_campaign:'');
	//- console.log("params=" + params);
	$("a[href='/users/auth/google_oauth2']").attr('href', '/users/auth/google_oauth2'+params);
	$("a[href='/users/auth/microsoft_v2_auth']").attr('href', '/users/auth/microsoft_v2_auth'+params);
	$("a[href='/users/auth/facebook']").attr('href', '/users/auth/facebook'+params);
	$("a[href='/users/auth/twitter']").attr('href', '/users/auth/twitter'+params);
	$("a[href='/users/auth/linkedin']").attr('href', '/users/auth/linkedin'+params);
}
function conversionCookie(){ 
	var latest_landing = window.location.href;
	var obj = getQueryParams();
	if(obj){
		createCookie("latest_landing", latest_landing);
		console.log('latestlanding updated');
		for (var key in obj) {
			if (obj.hasOwnProperty(key)) {
				var val = obj[key];
				createCookie('latest_'+key, val);
				var a = readCookie(key);
			}
		}
	}
	else {
		var ref = document.referrer;
		if(ref !='' && !ref.includes('hippovideo.io')){
			createCookie('referer_url', ref, 365);
		}
	}
}
var first_landing = window.location.href;
$(document).ready(function() {
	var first_landing = window.location.href;		
    if(readCookie('first_landing')) {			
    	conversionCookie();			
    }
    else {
    	createCookie("first_landing", first_landing, 365);
    	var obj = getQueryParams();
    	if(obj){
			for (var key in obj) {
			  	if (obj.hasOwnProperty(key)) {
					var val = obj[key];
					createCookie(key, val);
					var a = readCookie(key);
				}
			}
		}
    }	        
});
$(document).ready(function() {	
	var visit_count = readCookie('visit_count');	
	if(readCookie('visit_count')){			
		createCookie("visit_count", parseInt(visit_count) + 1, 365);			
		if(parseInt(visit_count) >= 2){
			$(".hv-webinar-popup").addClass('disp-none');
		}
	} else {
		createCookie("visit_count", 1, 365);
	}		
});</script><script>if (($(window).width()) < 700) {
    setTimeout(() => {
        $('.intercom-borderless').css({'display': 'none'});
    }, 2000)
}</script>