https://getvim.com/

The outgoing links identified from the page

LinkText
https://www.hhs.gov/hipaa/for-professionals/security/laws-regulations/index.html Learn more
https://hitrustalliance.net/ Learn more
https://www.linkedin.com/company/getvim

JavaScript Variables · 23 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
0object
1object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
hrefundefined
hubspotobject
HubSpotFormsobject
hbsptobject
hsFormsOnReadyobject

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
logother
URL
https://getvim.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1
Text
JQMIGRATE: Migrate is installed, version 3.4.1

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en-US" class="no-js"><head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.5.1",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],this.interceptedClickListeners=[],this._interceptClickListeners(this),window.addEventListener("pageshow",e=>{this.persisted=e.persisted,this.everythingLoaded&&this._triggerLastFunctions()}),document.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!0),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_interceptClickListeners(e){EventTarget.prototype.addEventListenerBase=EventTarget.prototype.addEventListener,EventTarget.prototype.addEventListener=function(t,i,r){"click"!==t||e.windowLoaded||i===e.clickHandler||e.interceptedClickListeners.push({target:this,func:i,options:r}),(this||window).addEventListenerBase(t,i,r)}}_disableOtherEventListeners(e,t){this.interceptedClickListeners.forEach(i=>{i.target===e&&(t?e.removeEventListener("click",i.func,i.options):e.addEventListener("click",i.func,i.options))}),e.parentNode!==document.documentElement&&this._disableOtherEventListeners(e.parentNode,t)}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(t=>{let i=t.getAttribute("data-rocket-src");if(i&&0!==i.indexOf("data:")){0===i.indexOf("//")&&(i=location.protocol+i);try{let r=new URL(i).origin;r!==location.origin&&e.push({src:r,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}catch(n){}}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this.everythingLoaded=!0,this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){if(await this._littleBreath(),!0===e.noModule&&"noModule"in HTMLScriptElement.prototype){e.setAttribute("data-rocket-status","skipped");return}return new Promise(t=>{let i;function r(){(i||e).setAttribute("data-rocket-status","executed"),t()}try{if(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)i=document.createElement("script"),[...e.attributes].forEach(e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),"data-rocket-src"===t&&(t="src"),i.setAttribute(t,e.nodeValue))}),e.text&&(i.text=e.text),i.hasAttribute("src")?(i.addEventListener("load",r),i.addEventListener("error",function(){i.setAttribute("data-rocket-status","failed"),t()}),setTimeout(()=>{i.isConnected||t()},1)):(i.text=e.text,r()),e.parentNode.replaceChild(i,e);else{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",r),e.addEventListener("error",function(){e.setAttribute("data-rocket-status","failed"),t()}),s?(e.removeAttribute("data-rocket-src"),e.src=s):e.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(e.text)))}}catch(a){e.setAttribute("data-rocket-status","failed"),t()}})}async _loadScriptsFromList(e){let t=e.shift();return t&&t.isConnected?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(i,r){return t[r].eventsToRewrite.indexOf(i)>=0&&!e.everythingLoaded?"rocket-"+i:i}function r(e,r){var n;!t[n=e]&&(t[n]={originalFunctions:{add:n.addEventListener,remove:n.removeEventListener},eventsToRewrite:[]},n.addEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.add.apply(n,arguments)},n.removeEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.remove.apply(n,arguments)}),t[e].eventsToRewrite.push(r)}function n(t,i){let r=t[i];t[i]=null,Object.defineProperty(t,i,{get:()=>r||function(){},set(n){e.everythingLoaded?r=n:t["rocket"+i]=r=n}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t;function i(t){return e.everythingLoaded?t:t.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}function r(r){if(r&&r.fn&&!e.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(r)),r([])};let n=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=i(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let t=arguments[0][e];delete arguments[0][e],arguments[0][i(e)]=t})),n.apply(this,arguments),this},e.allJQueries.push(r)}t=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){r(e)}})}async _pendingWebpackRequests(e){let t=document.querySelector("script[data-webpack]");async function i(){return new Promise(e=>{t.addEventListener("load",e),t.addEventListener("error",e)})}t&&(await i(),await e._requestAnimFrame(),await e._pendingWebpackRequests(e))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded"))}async _triggerWindowLoad(){await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted}),this.windowLoaded=!0}_triggerLastFunctions(){document.onreadystatechange&&document.onreadystatechange(),window.onload&&window.onload(),window.onpageshow&&window.onpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
<!-- Google Tag Manager -->
<script type="rocketlazyloadscript">(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-5F3RMR5');</script>
<!-- End Google Tag Manager -->
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Vim","url":"https://getvim.com/","logo":"https://getvim.com/wp-content/uploads/2017/11/[email protected]","contactPoint":[{"@type":"ContactPoint","telephone":"","contactType":"customer service","areaServed":"US","availableLanguage":"en"},{"@type":"ContactPoint","telephone":"","contactType":"customer service","areaServed":"IL","availableLanguage":"en"}],"sameAs":["https://twitter.com/getvim","https://www.linkedin.com/company/getvim/"]}</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
_linkedin_partner_id = "3261572";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
</script><script type="rocketlazyloadscript" data-rocket-type="text/javascript">
(function(l) {
if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])};
window.lintrk.q=[]}
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);})(window.lintrk);
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=3261572&fmt=gif" />
</noscript>
<!-- Start of HubSpot Embed Code -->
<script type="rocketlazyloadscript">
document.addEventListener('DOMContentLoaded', function() {
        var script = document.createElement('script');
        script.setAttribute('type', 'text/javascript');
        script.setAttribute('id', 'hs-script-loader');
        script.setAttribute('src', '//js.hs-scripts.com/9056483.js');
        script.setAttribute('async', '');
        script.setAttribute('defer', '');
        document.body.appendChild(script);
 });
</script>
<!-- End of HubSpot Embed Code -->

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Vim: Healthcare Integration Solutions Platform</title>
<link rel="apple-touch-icon" sizes="180x180" href="https://getvim.com/wp-content/themes/getvim-redesign/img/Favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://getvim.com/wp-content/themes/getvim-redesign/img/Favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://getvim.com/wp-content/themes/getvim-redesign/img/Favicons/favicon-16x16.png">
<link rel="manifest" href="https://getvim.com/wp-content/themes/getvim-redesign/img/Favicons/manifest.json">
<link rel="mask-icon" href="https://getvim.com/wp-content/themes/getvim-redesign/img/Favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">

    <meta name="facebook-domain-verification" content="r0lbe4fb9wiu9hw7xjxv7e01es5cpu">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">

	<!-- This site is optimized with the Yoast SEO plugin v21.6 - https://yoast.com/wordpress/plugins/seo/ -->
	<meta name="description" content="Vim connects data to the workflow at health care’s “last mile”: within clinical operations at the point of patient care.">
	<link rel="canonical" href="https://getvim.com/">
	<meta property="og:locale" content="en_US">
	<meta property="og:type" content="website">
	<meta property="og:title" content="Digital infrastructure for the next generation of healthcare performance">
	<meta property="og:description" content="Vim improves network performance and enhances member experience by connecting payers to health care’s last mile: provider workflow at the point of care.">
	<meta property="og:url" content="https://getvim.com/">
	<meta property="og:site_name" content="Vim">
	<meta property="article:publisher" content="https://www.facebook.com/getvim">
	<meta property="article:modified_time" content="2024-09-26T15:43:06+00:00">
	<meta property="og:image" content="https://getvim.com/wp-content/uploads/2022/03/LI_Company_2.jpg">
	<meta property="og:image:width" content="1200">
	<meta property="og:image:height" content="628">
	<meta property="og:image:type" content="image/jpeg">
	<meta name="twitter:card" content="summary_large_image">
	<meta name="twitter:title" content="Digital infrastructure for the next generation of healthcare performance">
	<meta name="twitter:description" content="Vim improves network performance and enhances member experience by connecting payers to health care’s last mile: provider workflow at the point of care.">
	<meta name="twitter:image" content="https://getvim.com/wp-content/uploads/2022/03/T_Company_2.jpg">
	<meta name="twitter:site" content="@getvim">
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://getvim.com/","url":"https://getvim.com/","name":"Vim: Healthcare Integration Solutions Platform","isPartOf":{"@id":"https://getvim.com/#website"},"datePublished":"2020-07-07T08:48:45+00:00","dateModified":"2024-09-26T15:43:06+00:00","description":"Vim connects data to the workflow at health care’s “last mile”: within clinical operations at the point of patient care.","breadcrumb":{"@id":"https://getvim.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://getvim.com/"]}]},{"@type":"BreadcrumbList","@id":"https://getvim.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Vim"}]},{"@type":"WebSite","@id":"https://getvim.com/#website","url":"https://getvim.com/","name":"Vim","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://getvim.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel="dns-prefetch" href="//getvim.com">
<link rel="dns-prefetch" href="//js.hsforms.net">
<link rel="dns-prefetch" href="//js.hs-scripts.com">
<style id="safe-svg-svg-icon-style-inline-css" type="text/css">
.safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{height:100%;max-height:100%;max-width:100%;width:100%}

</style>
<style id="classic-theme-styles-inline-css" type="text/css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id="global-styles-inline-css" type="text/css">
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel="stylesheet" as="style" onload="this.onload=null;this.rel='stylesheet'" id="cf7_add_password_field_style" href="https://getvim.com/wp-content/plugins/cf7-add-password-field/css/all.css?ver=6.4.2" type="text/css" media="all"><link rel="stylesheet" as="style" onload="this.onload=null;this.rel='stylesheet'" id="slick" href="https://getvim.com/wp-content/themes/getvim-redesign/css/libraries/slick.min.css?ver=6.4.2" type="text/css" media="all"><link rel="stylesheet" as="style" onload="this.onload=null;this.rel='stylesheet'" id="main" href="https://getvim.com/wp-content/cache/background-css/getvim.com/wp-content/themes/getvim-redesign/css/main.min.css?ver=241008-202804&amp;wpr_t=1728452422" type="text/css" media="all"><script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://getvim.com/wp-content/cache/min/1/wp-content/plugins/cf7-add-password-field/js/eye.js?ver=1728373283" id="cf7_add_password_field_scripts-js" defer=""></script>
<script type="text/javascript" src="https://getvim.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer=""></script>
<script type="text/javascript" src="https://getvim.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer=""></script>
<link rel="https://api.w.org/" href="https://getvim.com/wp-json/"><link rel="alternate" type="application/json" href="https://getvim.com/wp-json/wp/v2/pages/1763"><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://getvim.com/xmlrpc.php?rsd">
<meta name="generator" content="WordPress 6.4.2">
<link rel="shortlink" href="https://getvim.com/">
<link rel="alternate" type="application/json+oembed" href="https://getvim.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fgetvim.com%2F">
<link rel="alternate" type="text/xml+oembed" href="https://getvim.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fgetvim.com%2F&amp;format=xml">
<script type="rocketlazyloadscript">window.wp_data = {"ajax_url":"https:\/\/getvim.com\/wp-admin\/admin-ajax.php"};</script><style id="global-critical-css">@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@700&display=swap);@font-face{font-family:ProximaNova;src:url(/wp-content/themes/getvim-redesign/fonts//ProximaNova-Reg-webfont.eot);src:url(/wp-content/themes/getvim-redesign/fonts//ProximaNova-Reg-webfont.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/getvim-redesign/fonts//ProximaNova-Reg-webfont.woff) format("woff"),url(/wp-content/themes/getvim-redesign/fonts//ProximaNova-Reg-webfont.ttf) format("truetype"),url(/wp-content/themes/getvim-redesign/fonts//ProximaNova-Reg-webfont.svg#ProximaNova) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:ProximaNova;src:url(/wp-content/themes/getvim-redesign/fonts//ProximaNova-Sbold-webfont.eot);src:url(/wp-content/themes/getvim-redesign/fonts//ProximaNova-Sbold-webfont.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/getvim-redesign/fonts//ProximaNova-Sbold-webfont.woff) format("woff"),url(/wp-content/themes/getvim-redesign/fonts//ProximaNova-Sbold-webfont.ttf) format("truetype"),url(/wp-content/themes/getvim-redesign/fonts//ProximaNova-Sbold-webfont.svg#ProximaNova) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:ProximaNova;src:url(/wp-content/themes/getvim-redesign/fonts//ProximaNova-Bold-webfont.eot);src:url(/wp-content/themes/getvim-redesign/fonts//ProximaNova-Bold-webfont.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/getvim-redesign/fonts//ProximaNova-Bold-webfont.woff) format("woff"),url(/wp-content/themes/getvim-redesign/fonts//ProximaNova-Bold-webfont.ttf) format("truetype"),url(/wp-content/themes/getvim-redesign/fonts//ProximaNova-Bold-webfont.svg#ProximaNova) format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:ProximaNova;src:url(/wp-content/themes/getvim-redesign/fonts//ProximaNova-Black.woff2) format("woff2"),url(/wp-content/themes/getvim-redesign/fonts//ProximaNova-Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:'Sukhumvit Set';src:url(/wp-content/themes/getvim-redesign/fonts//sukhumvitSet/SukhumvitSet-Text.woff2) format("woff2"),url(/wp-content/themes/getvim-redesign/fonts//sukhumvitSet/SukhumvitSet-Text.woff) format("woff"),url(/wp-content/themes/getvim-redesign/fonts//sukhumvitSet/SukhumvitSet-Text.eot);font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Sukhumvit Set';src:url(/wp-content/themes/getvim-redesign/fonts//sukhumvitSet/SukhumvitSet-Bold.woff2) format("woff2"),url(/wp-content/themes/getvim-redesign/fonts//sukhumvitSet/SukhumvitSet-Bold.woff) format("woff"),url(/wp-content/themes/getvim-redesign/fonts//sukhumvitSet/SukhumvitSet-Bold.eot);font-weight:700;font-style:normal;font-display:swap}.full-height-header-logo-and-button:not(.page-template-page-onboarding):not(.page-template-page-onboarding-v2):not(.page-template-page-blank){padding-top:80px}@media screen and (max-width:1199px){.full-height-header-logo-and-button:not(.page-template-page-onboarding):not(.page-template-page-onboarding-v2):not(.page-template-page-blank){padding-top:42px}}body:not(.page-template-page-onboarding):not(.page-template-page-onboarding-v2):not(.page-template-page-blank){padding-top:56px}@media (max-width:1199px){body:not(.page-template-page-onboarding):not(.page-template-page-onboarding-v2):not(.page-template-page-blank).body-easy-header{padding-top:60px}}body:not(.page-template-page-onboarding):not(.page-template-page-onboarding-v2):not(.page-template-page-blank).solution-template{padding-top:96px}@media (max-width:1199px){body:not(.page-template-page-onboarding):not(.page-template-page-onboarding-v2):not(.page-template-page-blank).solution-template{padding-top:60px}}@media (max-width:1294px){body:not(.page-template-page-onboarding):not(.page-template-page-onboarding-v2):not(.page-template-page-blank){padding-top:60px}}body:not(.page-template-page-onboarding):not(.page-template-page-onboarding-v2):not(.page-template-page-blank).has-hello-bar{padding-top:125px}@media (max-width:991px){body:not(.page-template-page-onboarding):not(.page-template-page-onboarding-v2):not(.page-template-page-blank).has-hello-bar{padding-top:0}}body.page-template-core-apps-platform,body.page-template-page-providers,body.page-template-value-based,body.transparent-header{padding-top:0!important}.page-with-sidebar-container{display:flex}@media (max-width:1256px){.page-with-sidebar-container{flex-direction:column}}.page-with-sidebar-container ul{margin:0}.page-with-sidebar-container.page-with-sidebar-container--simple .page-with-sidebar-menu__sections-list a,.page-with-sidebar-container.page-with-sidebar-container--simple .page-with-sidebar-menu__sections-list li{font-size:18px;font-weight:500;text-transform:capitalize;text-decoration:none;color:#001c36}.page-with-sidebar-container.page-with-sidebar-container--simple .page-with-sidebar-menu__sections-list li{display:flex;margin-left:15px;margin-right:15px;margin-bottom:29px}.page-with-sidebar-container.page-with-sidebar-container--simple .page-with-sidebar-content{padding-top:140px;padding-bottom:149px;max-width:1101px}@media (max-width:1607px){.page-with-sidebar-container.page-with-sidebar-container--simple .page-with-sidebar-content{padding-left:30px}}@media (max-width:1256px){.page-with-sidebar-container.page-with-sidebar-container--simple .page-with-sidebar-content{margin:0 auto}}@media (max-width:767px){.page-with-sidebar-container.page-with-sidebar-container--simple .page-with-sidebar-content{padding-top:80px;padding-bottom:80px}}@media (max-width:479px){.page-with-sidebar-container.page-with-sidebar-container--simple .page-with-sidebar-content{padding-left:15px;padding-right:15px}}@media (max-width:479px){.page-with-sidebar-container.page-with-sidebar-container--simple .page-with-sidebar-content--two-cols .page-with-sidebar-content__bottom-text,.page-with-sidebar-container.page-with-sidebar-container--simple .page-with-sidebar-content--two-cols .page-with-sidebar-content__column{padding-left:0;padding-right:0}}.page-with-sidebar-menu{width:640px;padding:62px 32px 0 260px;background-color:#fff;box-shadow:0 0 20px 0 rgba(164,116,205,.15)}@media (max-width:1440px){.page-with-sidebar-menu{width:460px;padding:62px 32px 0 100px}}@media (max-width:1256px){.page-with-sidebar-menu{width:auto;padding:0;background:#fff;box-shadow:0 10px 20px 0 rgba(164,116,205,.15)}}.page-with-sidebar-menu ul{padding:0}.page-with-sidebar-menu li{list-style-type:none}.page-with-sidebar-menu__image{max-width:372px;margin-bottom:10px}.page-with-sidebar-menu-item{position:relative;list-style-type:none}.page-with-sidebar-menu-item,.page-with-sidebar-menu-item.active-item{margin-bottom:50px}.page-with-sidebar-menu-item.active-item p{font-size:18px;color:#001c36;font-weight:700;padding-top:9px;padding-bottom:9px;margin-bottom:0}.page-with-sidebar-menu-item__link{font-size:18px;line-height:40px;color:#001c36}.page-with-sidebar-menu__title,.page-with-sidebar-menu__title .page-with-sidebar-menu__title-h1{position:relative;font-family:ProximaNova,Helvetica,Arial,sans-serif;font-size:70px;font-weight:900;line-height:90px}.page-with-sidebar-menu__title{margin-bottom:50px}.page-with-sidebar-content{padding-top:75px;padding-left:131px;padding-right:20px;max-width:930px}@media (max-width:1256px){.page-with-sidebar-content{max-width:100%;padding:42px 20px 0 20px}}.page-with-sidebar-content__title p{font-size:18px;line-height:31px;margin:0;text-transform:uppercase}.page-with-sidebar-content__text h4,.page-with-sidebar-content__text li,.page-with-sidebar-content__text p{font-size:18px;line-height:1.8}.page-with-sidebar-content__text .list--no-tick li{list-style-type:none}</style><style id="critical-page-home-v2">@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@700&display=swap);html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}header{display:block}a{background-color:transparent;-webkit-text-decoration-skip:objects}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}html{-ms-overflow-style:scrollbar}body{font-family:Sukhumvit Set,ProximaNova,Helvetica,Arial,sans-serif;font-weight:400;color:#001c36;background-color:#fff;font-size:24px;line-height:1.41}@media (max-width:767px){body{font-size:20px}}@media (max-width:479px){body{font-size:14px;line-height:1.625}}a{color:#0275d8;text-decoration:none}a{-ms-touch-action:manipulation;touch-action:manipulation}.container{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}</style><link rel="preload" href="https://getvim.com/wp-content/themes/getvim-redesign/fonts/ProximaNova-Black.woff2" as="font" crossorigin=""><link rel="preload" href="https://getvim.com/wp-content/themes/getvim-redesign/fonts/ProximaNova-Bold-webfont.woff" as="font" crossorigin=""><link rel="preload" href="https://getvim.com/wp-content/themes/getvim-redesign/fonts/ProximaNova-Reg-webfont.woff" as="font" crossorigin=""><link rel="preload" href="https://getvim.com/wp-content/themes/getvim-redesign/fonts/ProximaNova-Sbold-webfont.woff" as="font" crossorigin=""><link rel="preload" href="https://getvim.com/wp-content/themes/getvim-redesign/fonts/sukhumvitSet/SukhumvitSet-Bold.woff2" as="font" crossorigin=""><link rel="preload" href="https://getvim.com/wp-content/themes/getvim-redesign/fonts/sukhumvitSet/SukhumvitSet-Text.woff2" as="font" crossorigin=""><link rel="icon" href="https://getvim.com/wp-content/uploads/2022/06/android-chrome-256x256-1-70x70.png" sizes="32x32">
<link rel="icon" href="https://getvim.com/wp-content/uploads/2022/06/android-chrome-256x256-1-200x200.png" sizes="192x192">
<link rel="apple-touch-icon" href="https://getvim.com/wp-content/uploads/2022/06/android-chrome-256x256-1-190x190.png">
<meta name="msapplication-TileImage" content="https://getvim.com/wp-content/uploads/2022/06/android-chrome-256x256-1.png">
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>    <meta name="google-site-verification" content="obaMwOgM4Abrtfz7ryjIH0Eto3egGGd5WOPshhawaDo">

<style id="wpr-lazyload-bg-container"></style><style id="wpr-lazyload-bg-exclusion">.indication .indication-tabs__images .slick-arrow{--wpr-bg-56d1e576-54d4-4da6-9a0d-e05a2a2d1491: url('https://getvim.com/wp-content/themes/getvim-redesign/img/indication-arrow.svg');}</style>
<noscript>
<style id="wpr-lazyload-bg-nostyle">.icon-play{--wpr-bg-0358c884-7f1e-4bf2-af83-95ddf7b8bab0: url('https://getvim.com/wp-content/themes/getvim-redesign/img/play-btn.svg');}.footer-logo,.tweeter-logo,.vim-logo,.vim-logo-dark,.vim-logo-white,.vim-logo-white-dashed{--wpr-bg-23d03464-cea0-4153-8a81-01fb5fcf39df: url('https://getvim.com/wp-content/themes/getvim-redesign/img/vim-logo.png');}.hbspt-form-wrap .hbspt-form select{--wpr-bg-9b114652-27d8-4a20-9692-d78699b90f90: url('https://getvim.com/wp-content/themes/getvim-redesign/img/chevron-down.svg');}.header-menu .menu-item .mobile-menu-arrow{--wpr-bg-dd1801d3-0d23-49ed-8402-e72d6429209c: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/header-menu/arrow-top.svg');}.footer-logo-image a{--wpr-bg-2966e34d-86bd-4e93-afc4-eeb0bb7f2ec4: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/footer/footer-image-logo.svg');}.entry-section--with-form .entry-section__form-side:before{--wpr-bg-27be6585-daeb-4ac2-9237-f0b0ae70311d: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/demo-request-form-bg.png');}.page-with-sidebar-menu-item.active-item:after{--wpr-bg-b9a79b3f-dc3c-415f-8d1f-f890d774e02f: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/legal/item-active-tick-mob.svg');}.page-template-page-onboarding-v2 .onboarding-form__text-description--with-logo{--wpr-bg-1d5af058-976a-40cf-b856-689305e8ec21: url('https://getvim.com/wp-content/themes/getvim-redesign/img/Logo_main-min.png');}.icon-play:hover{--wpr-bg-91849f46-5e6c-470f-bbbe-63dc7b75ad65: url('https://getvim.com/wp-content/themes/getvim-redesign/img/play-btn-hover.svg');}.vim-logo-white{--wpr-bg-2ab06c35-2090-4e6b-9dd9-f0856db9bfa8: url('https://getvim.com/wp-content/themes/getvim-redesign/img/vimLogo-white.svg');}.footer-logo,.tweeter-logo,.vim-logo-white-dashed{--wpr-bg-928c49a2-ae2d-448c-8954-57a1445e88ae: url('https://getvim.com/wp-content/themes/getvim-redesign/img/vim-logo-white-dashed.svg');}.footer-logo{--wpr-bg-a3c5da89-ea39-44b6-90e2-0a15b77c6318: url('https://getvim.com/wp-content/themes/getvim-redesign/img/vimLogo-white.svg');}.vim-logo-dark{--wpr-bg-4aba5b35-405b-4bbc-8e2d-5230638ca25c: url('https://getvim.com/wp-content/themes/getvim-redesign/img/VimPrideLogo.svg');}.tweeter-logo{--wpr-bg-917ebd39-5818-4cbc-a040-591a4619c7ae: url('https://getvim.com/wp-content/themes/getvim-redesign/img/vimLogo-white.svg');}.header-easy .header.blue{--wpr-bg-0e0c367b-2be0-4473-8200-035051c69756: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/header/background.jpg');}.header-easy .header.blue{--wpr-bg-5c7c7f43-4418-46c4-89b4-26020b535478: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/header/background-mobile.jpg');}.header-menu .menu-item .children-menu .menu-item.img-item__digital-sheduling:before{--wpr-bg-7e9f2a5f-4d96-4b02-adfd-d9b97f0b8894: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/header-menu/digital-shedulind.svg');}.header-menu .menu-item .children-menu .menu-item.img-item__referal-guidance:before{--wpr-bg-33258564-6440-425c-8466-df5582c1472a: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/header-menu/referal-guidance.svg');}.header-menu .menu-item .children-menu .menu-item.img-item__core-gap:before{--wpr-bg-6a4e2ab3-f373-466c-a015-9414faab82d1: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/header-menu/care-gup-closure.svg');}.header-menu .menu-item .children-menu .menu-item.img-item__health-care:before{--wpr-bg-8e0066cc-86e8-4b7d-8567-510011da8845: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/header-menu/health-care.svg');}.header-menu .menu-item .children-menu .menu-item.img-item__digital-experiance:before{--wpr-bg-782778cc-c1eb-4e97-a9af-e0f6c7011c10: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/header-menu/digital-experiance.svg');}.header-menu .menu-item .children-menu .menu-item.img-item__member-service:before{--wpr-bg-2faddb10-0944-40eb-b226-8b367162a89b: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/header-menu/member-service.svg');}.header-menu .menu-item .children-menu .menu-item.img-item__care-management:before{--wpr-bg-58f230a6-526f-4158-8ad2-83200f6dfbc2: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/header-menu/care-management.svg');}.header-menu .menu-item .children-menu .menu-item.img-item__benefit:before{--wpr-bg-7f069964-fb6c-4b4b-a5bc-c3a398713154: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/header-menu/benefit-view.svg');}.header-menu .menu-item .children-menu .menu-item.img-item__diagnosis-gap-closure:before{--wpr-bg-7ff549f5-37ba-43c0-a763-a5ffe536ddaa: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/header-menu/diagnose-gap-clossure.svg');}.header-menu .menu-item .children-menu .menu-item.img-item__news-and-events:before{--wpr-bg-3d3d8ae5-5585-42b5-af3f-db3ab25a72aa: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/header-menu/news-end-events.svg');}.request-demo .wpcf7 .ajax-loader{--wpr-bg-dca10bf9-54fa-4b9d-af04-c9f9c93e8b39: url('https://getvim.com/wp-content/themes/getvim-redesign/img/ajax-loader.svg');}.wave-section{--wpr-bg-3774b37d-71e7-4dfe-bd1d-7c98d45ef2a1: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-blue.svg');}.wave-section.blue-new{--wpr-bg-ad10fb5a-50cd-4e46-bec0-6398c18ea704: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-blue-new.png');}.wave-section.blue-new{--wpr-bg-37e94619-c70f-41d4-8b07-455bf32f914a: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-blue-new-mobile.svg');}.wave-section.light-green{--wpr-bg-60678c38-3ddc-488e-94e3-ada2952fceae: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-green.png');}.wave-section.light-green{--wpr-bg-fdf8c117-27d4-4b7d-a69a-38742e4971dd: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-green-mobile.png');}.wave-section.light-green-no-big-hearts{--wpr-bg-e1c0e277-b2f0-4f58-b9b3-704abecb406a: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-green.png');}.wave-section.light-green-no-big-hearts{--wpr-bg-2267a51a-fb41-4a23-b3fd-e2a482f31742: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-green-mobile.png');}.wave-section.beige{--wpr-bg-4abec8aa-0350-45f0-9c87-c9952b9d5cb3: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-beige.png');}.wave-section.beige{--wpr-bg-3b98a73e-8151-4f08-80f0-cb37828392e7: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-beige-mobile.png');}.wave-section.grey{--wpr-bg-215a66bb-046a-4193-a560-7a24a48ea5d0: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-grey.svg');}.wave-section.grey{--wpr-bg-57d8e962-6c53-48b2-9c92-40df324155c8: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-grey-mobile.png');}.wave-section.cut-green{--wpr-bg-e39febae-ae32-4466-8ce4-103c38c5ec21: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-cut-green.svg');}.wave-section.cut-green{--wpr-bg-7d70b27d-5b41-4e3f-9949-cddf1d726722: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-cut-green-mobile.svg');}.wave-section.cut-orange{--wpr-bg-4f4d7ee4-80a1-4bb2-99a5-b7aeb5d6ece1: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-cut-orange.svg');}.wave-section.cut-orange{--wpr-bg-ad279c1d-1c69-46a1-b199-a431cf8d02a2: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-cut-orange-mobile.svg');}.wave-section.cut-red{--wpr-bg-cacf1fa3-d21b-4497-be46-ee7096ba9885: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-cut-red.svg');}.wave-section.cut-red{--wpr-bg-7d2ccba2-633c-42c2-8e5e-123419bd2c9f: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-cut-red-mobile.svg');}.wave-section.cut-purple{--wpr-bg-9d84a215-6d34-4b5f-9c79-643289266bb9: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-cut-purple.svg');}.wave-section.cut-purple{--wpr-bg-1e14d951-5f44-43f4-944b-cf244bf7308e: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-cut-purple-mobile.svg');}.text-block:before{--wpr-bg-f5abc398-d2be-473a-a584-083d3ad27059: url('https://getvim.com/wp-content/themes/getvim-redesign/img/heart.png');}.wave-section--video{--wpr-bg-74f02eb4-68c1-4d4b-aa7f-fa4db0173337: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/wave-video-back-blue.png');}.play-button:before{--wpr-bg-632633ed-d79e-4bcd-a869-3caf016de953: url('https://getvim.com/wp-content/themes/getvim-redesign/img/play-btn-icon.svg');}.offices__bg-wave{--wpr-bg-ebc96755-6b7a-49e8-abf7-a4cc0b7c36b4: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/careers/wave.svg');}.benefits-section--with-wave:after{--wpr-bg-369028a1-0eba-48f7-8991-ffe5d26d78cb: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-purple.png');}.benefits-section--with-wave:after{--wpr-bg-0a46a5ec-f725-4644-abb5-a83042e76f74: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-purple-mobile.png');}.blog-banner{--wpr-bg-1506ae4d-6e76-4dc0-a985-d603913c77df: url('https://getvim.com/wp-content/themes/getvim-redesign/img/blog-banner.png');}.integration-layout .demo:after{--wpr-bg-c3622af1-df36-464e-a158-b0218dbe9322: url('https://getvim.com/wp-content/themes/getvim-redesign/img/demo-arrow.svg');}.integration-contact__left .info__socials .mail:before{--wpr-bg-cbae3e48-8aff-4c04-8d25-5e1cbc9d6fb3: url('https://getvim.com/wp-content/themes/getvim-redesign/img/email-icon.svg');}.integration-contact__left .info__socials .phone:before{--wpr-bg-f016092c-e5a5-486c-8a74-164c7fdca6bf: url('https://getvim.com/wp-content/themes/getvim-redesign/img/phone-icon.svg');}.integration-contact-2__people_item .info .email:before{--wpr-bg-0c096e99-3099-4504-969f-b39ca26b8d3d: url('https://getvim.com/wp-content/themes/getvim-redesign/img/email-icon.svg');}.integration-contact-2__people_item .info .phone:before{--wpr-bg-08f645d3-cbb5-4a44-a207-b3cf4434a070: url('https://getvim.com/wp-content/themes/getvim-redesign/img/phone-icon.svg');}.digital-health-laptop__info_item:before{--wpr-bg-049e6bb8-aad1-427b-a3b7-597a50eef908: url('https://getvim.com/wp-content/themes/getvim-redesign/img/laptop-bullet.png');}.blog-top-posts .next-arrow:after,.blog-top-posts .prev-arrow:after,.category-blocks .next-arrow:after,.category-blocks .prev-arrow:after{--wpr-bg-24a036c2-9b5d-4da4-861c-dd13513a0dc0: url('https://getvim.com/wp-content/themes/getvim-redesign/img/categories-more-arrow.svg');}.page-with-sidebar-lines-section{--wpr-bg-419922fe-5a05-4ee8-92be-ae8f534ddb82: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-grey.svg');}.page-with-sidebar-lines-section{--wpr-bg-f6879fb1-623e-4492-ab84-3b22acbc323b: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/sections/wave-section/section-background-grey-mobile.png');}.author-page .author-banner{--wpr-bg-b43d50d5-2b54-470e-a837-5cb94e01bc94: url('https://getvim.com/wp-content/themes/getvim-redesign/img/integration-banner.png');}.events-page .events-banner{--wpr-bg-aaadd012-316d-4389-9865-b4181df660ef: url('https://getvim.com/wp-content/themes/getvim-redesign/img/events-banner.png');}.assist-repeater-2 .assist-container .assist-card:not(:last-of-type):after{--wpr-bg-2a582c5d-fee4-4388-b503-798f0d46ab93: url('https://getvim.com/wp-content/themes/getvim-redesign/img/assist-repeater-arrow.png');}.pricing-page-layout .pricing-cards__item_content ul li:before{--wpr-bg-0c3c4a4b-8f5f-4bca-92ee-c3e9c4a57556: url('https://getvim.com/wp-content/themes/getvim-redesign/img/pricing-list-tick.svg');}.asset-library-layout .asset-library-lists .asset-library__container .asset-library__card .line:before{--wpr-bg-f99b8b53-e513-4f7a-9165-f3787b718ac5: url('https://getvim.com/wp-content/themes/getvim-redesign/img/asset-library-line.png');}.asset-library-layout .asset-library-lists .asset-library__container .asset-library__card .line:last-of-type:after{--wpr-bg-697f7b07-c07e-408c-a257-fb5bf67404f8: url('https://getvim.com/wp-content/themes/getvim-redesign/img/asset-library-line.png');}.page-template-page-onboarding-v2.onboarding-page-default{--wpr-bg-fc0f2960-80f4-4410-a9bb-c9c539ccf63e: url('https://getvim.com/wp-content/themes/getvim-redesign/img/onboarding/GroupedV.svg');}.page-template-page-onboarding-v2.onboarding-page-default{--wpr-bg-37341f44-cca3-42ac-bfa1-1547e98c2c63: url('https://getvim.com/wp-content/themes/getvim-redesign/img/onboarding/BigV.svg');}.page-template-page-onboarding-v2.onboarding-page-default{--wpr-bg-58227bb9-245c-44db-9eba-63d87ffda3f2: url('https://getvim.com/wp-content/themes/getvim-redesign/img/onboarding/BG.png');}.single-podcasts .page-with-sidebar-container{--wpr-bg-55b6a0d8-bb95-4efe-988d-8af484a53834: url('https://getvim.com/wp-content/themes/getvim-redesign/img/podcasts-bg.png');}#technologyAndSecurityPage .technologySecurity__wrapper{--wpr-bg-4154144e-33a2-4771-90b5-9091cadb2912: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/security/security-nav-back-2-min.png');}#technologyAndSecurityPage .technologySecurity__wrapper{--wpr-bg-da137f7e-17d1-4f44-8f73-68e18dd8bd47: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/security/security-nav-back-min.png');}#technologyAndSecurityPage .technologySecurity__nav.fixed{--wpr-bg-c38178cf-9714-4f05-944c-5f4367c8f3ed: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/security/security-nav-back-2-min.png');}.page-template-demo-request .entry-section__description .stars-list li:before{--wpr-bg-0eb7cc14-180b-493d-b3eb-63c1446e94a5: url('https://getvim.com/wp-content/themes/getvim-redesign/img/star-list.svg');}.page-template-demo-request .review-carousel .arrow:before{--wpr-bg-4c0403ef-d835-4eec-a674-34cf3bf62f38: url('https://getvim.com/wp-content/themes/getvim-redesign/img/review-prev-arrow.svg');}.page-glossary__header{--wpr-bg-9d1e9e74-9ba7-495e-b4bf-f16996b88015: url('https://getvim.com/wp-content/themes/getvim-redesign/img/glossary/glossary-top-img.svg');}.page-glossary__header{--wpr-bg-bfcb696e-2533-4bb8-a2a5-823de0566d41: url('https://getvim.com/wp-content/themes/getvim-redesign/img/glossary/glossary-top-img-mob.svg');}.media-page__wrapper{--wpr-bg-500a1dbe-c7a5-4172-ab94-2d9a04e2ad8a: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/pages/media-page/media-container-background.svg');}.media-page__wrapper{--wpr-bg-afa9a1f7-ea46-412c-83f3-e52dc9286f99: url('https://getvim.com/wp-content/themes/getvim-redesign/img/content/pages/media-page/media-container-background-mobile.svg');}</style>
</noscript>
<script type="application/javascript">const rocket_pairs = [{"selector":".icon-play","style":".icon-play{--wpr-bg-0358c884-7f1e-4bf2-af83-95ddf7b8bab0: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/play-btn.svg');}","hash":"0358c884-7f1e-4bf2-af83-95ddf7b8bab0","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/play-btn.svg"},{"selector":".footer-logo,.tweeter-logo,.vim-logo,.vim-logo-dark,.vim-logo-white,.vim-logo-white-dashed","style":".footer-logo,.tweeter-logo,.vim-logo,.vim-logo-dark,.vim-logo-white,.vim-logo-white-dashed{--wpr-bg-23d03464-cea0-4153-8a81-01fb5fcf39df: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/vim-logo.png');}","hash":"23d03464-cea0-4153-8a81-01fb5fcf39df","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/vim-logo.png"},{"selector":".hbspt-form-wrap .hbspt-form select","style":".hbspt-form-wrap .hbspt-form select{--wpr-bg-9b114652-27d8-4a20-9692-d78699b90f90: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/chevron-down.svg');}","hash":"9b114652-27d8-4a20-9692-d78699b90f90","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/chevron-down.svg"},{"selector":".header-menu .menu-item .mobile-menu-arrow","style":".header-menu .menu-item .mobile-menu-arrow{--wpr-bg-dd1801d3-0d23-49ed-8402-e72d6429209c: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/arrow-top.svg');}","hash":"dd1801d3-0d23-49ed-8402-e72d6429209c","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/arrow-top.svg"},{"selector":".footer-logo-image a","style":".footer-logo-image a{--wpr-bg-2966e34d-86bd-4e93-afc4-eeb0bb7f2ec4: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/footer\/footer-image-logo.svg');}","hash":"2966e34d-86bd-4e93-afc4-eeb0bb7f2ec4","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/footer\/footer-image-logo.svg"},{"selector":".entry-section--with-form .entry-section__form-side","style":".entry-section--with-form .entry-section__form-side:before{--wpr-bg-27be6585-daeb-4ac2-9237-f0b0ae70311d: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/demo-request-form-bg.png');}","hash":"27be6585-daeb-4ac2-9237-f0b0ae70311d","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/demo-request-form-bg.png"},{"selector":".page-with-sidebar-menu-item.active-item","style":".page-with-sidebar-menu-item.active-item:after{--wpr-bg-b9a79b3f-dc3c-415f-8d1f-f890d774e02f: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/legal\/item-active-tick-mob.svg');}","hash":"b9a79b3f-dc3c-415f-8d1f-f890d774e02f","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/legal\/item-active-tick-mob.svg"},{"selector":".page-template-page-onboarding-v2 .onboarding-form__text-description--with-logo","style":".page-template-page-onboarding-v2 .onboarding-form__text-description--with-logo{--wpr-bg-1d5af058-976a-40cf-b856-689305e8ec21: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/Logo_main-min.png');}","hash":"1d5af058-976a-40cf-b856-689305e8ec21","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/Logo_main-min.png"},{"selector":".icon-play","style":".icon-play:hover{--wpr-bg-91849f46-5e6c-470f-bbbe-63dc7b75ad65: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/play-btn-hover.svg');}","hash":"91849f46-5e6c-470f-bbbe-63dc7b75ad65","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/play-btn-hover.svg"},{"selector":".vim-logo-white","style":".vim-logo-white{--wpr-bg-2ab06c35-2090-4e6b-9dd9-f0856db9bfa8: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/vimLogo-white.svg');}","hash":"2ab06c35-2090-4e6b-9dd9-f0856db9bfa8","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/vimLogo-white.svg"},{"selector":".footer-logo,.tweeter-logo,.vim-logo-white-dashed","style":".footer-logo,.tweeter-logo,.vim-logo-white-dashed{--wpr-bg-928c49a2-ae2d-448c-8954-57a1445e88ae: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/vim-logo-white-dashed.svg');}","hash":"928c49a2-ae2d-448c-8954-57a1445e88ae","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/vim-logo-white-dashed.svg"},{"selector":".footer-logo","style":".footer-logo{--wpr-bg-a3c5da89-ea39-44b6-90e2-0a15b77c6318: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/vimLogo-white.svg');}","hash":"a3c5da89-ea39-44b6-90e2-0a15b77c6318","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/vimLogo-white.svg"},{"selector":".vim-logo-dark","style":".vim-logo-dark{--wpr-bg-4aba5b35-405b-4bbc-8e2d-5230638ca25c: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/VimPrideLogo.svg');}","hash":"4aba5b35-405b-4bbc-8e2d-5230638ca25c","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/VimPrideLogo.svg"},{"selector":".tweeter-logo","style":".tweeter-logo{--wpr-bg-917ebd39-5818-4cbc-a040-591a4619c7ae: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/vimLogo-white.svg');}","hash":"917ebd39-5818-4cbc-a040-591a4619c7ae","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/vimLogo-white.svg"},{"selector":".header-easy .header.blue","style":".header-easy .header.blue{--wpr-bg-0e0c367b-2be0-4473-8200-035051c69756: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header\/background.jpg');}","hash":"0e0c367b-2be0-4473-8200-035051c69756","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header\/background.jpg"},{"selector":".header-easy .header.blue","style":".header-easy .header.blue{--wpr-bg-5c7c7f43-4418-46c4-89b4-26020b535478: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header\/background-mobile.jpg');}","hash":"5c7c7f43-4418-46c4-89b4-26020b535478","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header\/background-mobile.jpg"},{"selector":".header-menu .menu-item .children-menu .menu-item.img-item__digital-sheduling","style":".header-menu .menu-item .children-menu .menu-item.img-item__digital-sheduling:before{--wpr-bg-7e9f2a5f-4d96-4b02-adfd-d9b97f0b8894: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/digital-shedulind.svg');}","hash":"7e9f2a5f-4d96-4b02-adfd-d9b97f0b8894","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/digital-shedulind.svg"},{"selector":".header-menu .menu-item .children-menu .menu-item.img-item__referal-guidance","style":".header-menu .menu-item .children-menu .menu-item.img-item__referal-guidance:before{--wpr-bg-33258564-6440-425c-8466-df5582c1472a: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/referal-guidance.svg');}","hash":"33258564-6440-425c-8466-df5582c1472a","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/referal-guidance.svg"},{"selector":".header-menu .menu-item .children-menu .menu-item.img-item__core-gap","style":".header-menu .menu-item .children-menu .menu-item.img-item__core-gap:before{--wpr-bg-6a4e2ab3-f373-466c-a015-9414faab82d1: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/care-gup-closure.svg');}","hash":"6a4e2ab3-f373-466c-a015-9414faab82d1","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/care-gup-closure.svg"},{"selector":".header-menu .menu-item .children-menu .menu-item.img-item__health-care","style":".header-menu .menu-item .children-menu .menu-item.img-item__health-care:before{--wpr-bg-8e0066cc-86e8-4b7d-8567-510011da8845: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/health-care.svg');}","hash":"8e0066cc-86e8-4b7d-8567-510011da8845","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/health-care.svg"},{"selector":".header-menu .menu-item .children-menu .menu-item.img-item__digital-experiance","style":".header-menu .menu-item .children-menu .menu-item.img-item__digital-experiance:before{--wpr-bg-782778cc-c1eb-4e97-a9af-e0f6c7011c10: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/digital-experiance.svg');}","hash":"782778cc-c1eb-4e97-a9af-e0f6c7011c10","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/digital-experiance.svg"},{"selector":".header-menu .menu-item .children-menu .menu-item.img-item__member-service","style":".header-menu .menu-item .children-menu .menu-item.img-item__member-service:before{--wpr-bg-2faddb10-0944-40eb-b226-8b367162a89b: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/member-service.svg');}","hash":"2faddb10-0944-40eb-b226-8b367162a89b","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/member-service.svg"},{"selector":".header-menu .menu-item .children-menu .menu-item.img-item__care-management","style":".header-menu .menu-item .children-menu .menu-item.img-item__care-management:before{--wpr-bg-58f230a6-526f-4158-8ad2-83200f6dfbc2: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/care-management.svg');}","hash":"58f230a6-526f-4158-8ad2-83200f6dfbc2","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/care-management.svg"},{"selector":".header-menu .menu-item .children-menu .menu-item.img-item__benefit","style":".header-menu .menu-item .children-menu .menu-item.img-item__benefit:before{--wpr-bg-7f069964-fb6c-4b4b-a5bc-c3a398713154: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/benefit-view.svg');}","hash":"7f069964-fb6c-4b4b-a5bc-c3a398713154","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/benefit-view.svg"},{"selector":".header-menu .menu-item .children-menu .menu-item.img-item__diagnosis-gap-closure","style":".header-menu .menu-item .children-menu .menu-item.img-item__diagnosis-gap-closure:before{--wpr-bg-7ff549f5-37ba-43c0-a763-a5ffe536ddaa: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/diagnose-gap-clossure.svg');}","hash":"7ff549f5-37ba-43c0-a763-a5ffe536ddaa","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/diagnose-gap-clossure.svg"},{"selector":".header-menu .menu-item .children-menu .menu-item.img-item__news-and-events","style":".header-menu .menu-item .children-menu .menu-item.img-item__news-and-events:before{--wpr-bg-3d3d8ae5-5585-42b5-af3f-db3ab25a72aa: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/news-end-events.svg');}","hash":"3d3d8ae5-5585-42b5-af3f-db3ab25a72aa","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/header-menu\/news-end-events.svg"},{"selector":".request-demo .wpcf7 .ajax-loader","style":".request-demo .wpcf7 .ajax-loader{--wpr-bg-dca10bf9-54fa-4b9d-af04-c9f9c93e8b39: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/ajax-loader.svg');}","hash":"dca10bf9-54fa-4b9d-af04-c9f9c93e8b39","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/ajax-loader.svg"},{"selector":".wave-section","style":".wave-section{--wpr-bg-3774b37d-71e7-4dfe-bd1d-7c98d45ef2a1: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-blue.svg');}","hash":"3774b37d-71e7-4dfe-bd1d-7c98d45ef2a1","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-blue.svg"},{"selector":".wave-section.blue-new","style":".wave-section.blue-new{--wpr-bg-ad10fb5a-50cd-4e46-bec0-6398c18ea704: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-blue-new.png');}","hash":"ad10fb5a-50cd-4e46-bec0-6398c18ea704","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-blue-new.png"},{"selector":".wave-section.blue-new","style":".wave-section.blue-new{--wpr-bg-37e94619-c70f-41d4-8b07-455bf32f914a: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-blue-new-mobile.svg');}","hash":"37e94619-c70f-41d4-8b07-455bf32f914a","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-blue-new-mobile.svg"},{"selector":".wave-section.light-green","style":".wave-section.light-green{--wpr-bg-60678c38-3ddc-488e-94e3-ada2952fceae: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-green.png');}","hash":"60678c38-3ddc-488e-94e3-ada2952fceae","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-green.png"},{"selector":".wave-section.light-green","style":".wave-section.light-green{--wpr-bg-fdf8c117-27d4-4b7d-a69a-38742e4971dd: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-green-mobile.png');}","hash":"fdf8c117-27d4-4b7d-a69a-38742e4971dd","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-green-mobile.png"},{"selector":".wave-section.light-green-no-big-hearts","style":".wave-section.light-green-no-big-hearts{--wpr-bg-e1c0e277-b2f0-4f58-b9b3-704abecb406a: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-green.png');}","hash":"e1c0e277-b2f0-4f58-b9b3-704abecb406a","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-green.png"},{"selector":".wave-section.light-green-no-big-hearts","style":".wave-section.light-green-no-big-hearts{--wpr-bg-2267a51a-fb41-4a23-b3fd-e2a482f31742: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-green-mobile.png');}","hash":"2267a51a-fb41-4a23-b3fd-e2a482f31742","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-green-mobile.png"},{"selector":".wave-section.beige","style":".wave-section.beige{--wpr-bg-4abec8aa-0350-45f0-9c87-c9952b9d5cb3: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-beige.png');}","hash":"4abec8aa-0350-45f0-9c87-c9952b9d5cb3","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-beige.png"},{"selector":".wave-section.beige","style":".wave-section.beige{--wpr-bg-3b98a73e-8151-4f08-80f0-cb37828392e7: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-beige-mobile.png');}","hash":"3b98a73e-8151-4f08-80f0-cb37828392e7","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-beige-mobile.png"},{"selector":".wave-section.grey","style":".wave-section.grey{--wpr-bg-215a66bb-046a-4193-a560-7a24a48ea5d0: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-grey.svg');}","hash":"215a66bb-046a-4193-a560-7a24a48ea5d0","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-grey.svg"},{"selector":".wave-section.grey","style":".wave-section.grey{--wpr-bg-57d8e962-6c53-48b2-9c92-40df324155c8: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-grey-mobile.png');}","hash":"57d8e962-6c53-48b2-9c92-40df324155c8","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-grey-mobile.png"},{"selector":".wave-section.cut-green","style":".wave-section.cut-green{--wpr-bg-e39febae-ae32-4466-8ce4-103c38c5ec21: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-cut-green.svg');}","hash":"e39febae-ae32-4466-8ce4-103c38c5ec21","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-cut-green.svg"},{"selector":".wave-section.cut-green","style":".wave-section.cut-green{--wpr-bg-7d70b27d-5b41-4e3f-9949-cddf1d726722: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-cut-green-mobile.svg');}","hash":"7d70b27d-5b41-4e3f-9949-cddf1d726722","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-cut-green-mobile.svg"},{"selector":".wave-section.cut-orange","style":".wave-section.cut-orange{--wpr-bg-4f4d7ee4-80a1-4bb2-99a5-b7aeb5d6ece1: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-cut-orange.svg');}","hash":"4f4d7ee4-80a1-4bb2-99a5-b7aeb5d6ece1","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-cut-orange.svg"},{"selector":".wave-section.cut-orange","style":".wave-section.cut-orange{--wpr-bg-ad279c1d-1c69-46a1-b199-a431cf8d02a2: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-cut-orange-mobile.svg');}","hash":"ad279c1d-1c69-46a1-b199-a431cf8d02a2","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-cut-orange-mobile.svg"},{"selector":".wave-section.cut-red","style":".wave-section.cut-red{--wpr-bg-cacf1fa3-d21b-4497-be46-ee7096ba9885: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-cut-red.svg');}","hash":"cacf1fa3-d21b-4497-be46-ee7096ba9885","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-cut-red.svg"},{"selector":".wave-section.cut-red","style":".wave-section.cut-red{--wpr-bg-7d2ccba2-633c-42c2-8e5e-123419bd2c9f: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-cut-red-mobile.svg');}","hash":"7d2ccba2-633c-42c2-8e5e-123419bd2c9f","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-cut-red-mobile.svg"},{"selector":".wave-section.cut-purple","style":".wave-section.cut-purple{--wpr-bg-9d84a215-6d34-4b5f-9c79-643289266bb9: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-cut-purple.svg');}","hash":"9d84a215-6d34-4b5f-9c79-643289266bb9","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-cut-purple.svg"},{"selector":".wave-section.cut-purple","style":".wave-section.cut-purple{--wpr-bg-1e14d951-5f44-43f4-944b-cf244bf7308e: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-cut-purple-mobile.svg');}","hash":"1e14d951-5f44-43f4-944b-cf244bf7308e","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-cut-purple-mobile.svg"},{"selector":".text-block","style":".text-block:before{--wpr-bg-f5abc398-d2be-473a-a584-083d3ad27059: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/heart.png');}","hash":"f5abc398-d2be-473a-a584-083d3ad27059","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/heart.png"},{"selector":".wave-section--video","style":".wave-section--video{--wpr-bg-74f02eb4-68c1-4d4b-aa7f-fa4db0173337: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/wave-video-back-blue.png');}","hash":"74f02eb4-68c1-4d4b-aa7f-fa4db0173337","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/wave-video-back-blue.png"},{"selector":".play-button","style":".play-button:before{--wpr-bg-632633ed-d79e-4bcd-a869-3caf016de953: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/play-btn-icon.svg');}","hash":"632633ed-d79e-4bcd-a869-3caf016de953","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/play-btn-icon.svg"},{"selector":".offices__bg-wave","style":".offices__bg-wave{--wpr-bg-ebc96755-6b7a-49e8-abf7-a4cc0b7c36b4: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/careers\/wave.svg');}","hash":"ebc96755-6b7a-49e8-abf7-a4cc0b7c36b4","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/careers\/wave.svg"},{"selector":".benefits-section--with-wave","style":".benefits-section--with-wave:after{--wpr-bg-369028a1-0eba-48f7-8991-ffe5d26d78cb: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-purple.png');}","hash":"369028a1-0eba-48f7-8991-ffe5d26d78cb","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-purple.png"},{"selector":".benefits-section--with-wave","style":".benefits-section--with-wave:after{--wpr-bg-0a46a5ec-f725-4644-abb5-a83042e76f74: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-purple-mobile.png');}","hash":"0a46a5ec-f725-4644-abb5-a83042e76f74","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-purple-mobile.png"},{"selector":".blog-banner","style":".blog-banner{--wpr-bg-1506ae4d-6e76-4dc0-a985-d603913c77df: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/blog-banner.png');}","hash":"1506ae4d-6e76-4dc0-a985-d603913c77df","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/blog-banner.png"},{"selector":".integration-layout .demo","style":".integration-layout .demo:after{--wpr-bg-c3622af1-df36-464e-a158-b0218dbe9322: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/demo-arrow.svg');}","hash":"c3622af1-df36-464e-a158-b0218dbe9322","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/demo-arrow.svg"},{"selector":".integration-contact__left .info__socials .mail","style":".integration-contact__left .info__socials .mail:before{--wpr-bg-cbae3e48-8aff-4c04-8d25-5e1cbc9d6fb3: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/email-icon.svg');}","hash":"cbae3e48-8aff-4c04-8d25-5e1cbc9d6fb3","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/email-icon.svg"},{"selector":".integration-contact__left .info__socials .phone","style":".integration-contact__left .info__socials .phone:before{--wpr-bg-f016092c-e5a5-486c-8a74-164c7fdca6bf: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/phone-icon.svg');}","hash":"f016092c-e5a5-486c-8a74-164c7fdca6bf","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/phone-icon.svg"},{"selector":".integration-contact-2__people_item .info .email","style":".integration-contact-2__people_item .info .email:before{--wpr-bg-0c096e99-3099-4504-969f-b39ca26b8d3d: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/email-icon.svg');}","hash":"0c096e99-3099-4504-969f-b39ca26b8d3d","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/email-icon.svg"},{"selector":".integration-contact-2__people_item .info .phone","style":".integration-contact-2__people_item .info .phone:before{--wpr-bg-08f645d3-cbb5-4a44-a207-b3cf4434a070: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/phone-icon.svg');}","hash":"08f645d3-cbb5-4a44-a207-b3cf4434a070","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/phone-icon.svg"},{"selector":".digital-health-laptop__info_item","style":".digital-health-laptop__info_item:before{--wpr-bg-049e6bb8-aad1-427b-a3b7-597a50eef908: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/laptop-bullet.png');}","hash":"049e6bb8-aad1-427b-a3b7-597a50eef908","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/laptop-bullet.png"},{"selector":".blog-top-posts .next-arrow,.blog-top-posts .prev-arrow,.category-blocks .next-arrow,.category-blocks .prev-arrow","style":".blog-top-posts .next-arrow:after,.blog-top-posts .prev-arrow:after,.category-blocks .next-arrow:after,.category-blocks .prev-arrow:after{--wpr-bg-24a036c2-9b5d-4da4-861c-dd13513a0dc0: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/categories-more-arrow.svg');}","hash":"24a036c2-9b5d-4da4-861c-dd13513a0dc0","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/categories-more-arrow.svg"},{"selector":".page-with-sidebar-lines-section","style":".page-with-sidebar-lines-section{--wpr-bg-419922fe-5a05-4ee8-92be-ae8f534ddb82: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-grey.svg');}","hash":"419922fe-5a05-4ee8-92be-ae8f534ddb82","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-grey.svg"},{"selector":".page-with-sidebar-lines-section","style":".page-with-sidebar-lines-section{--wpr-bg-f6879fb1-623e-4492-ab84-3b22acbc323b: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-grey-mobile.png');}","hash":"f6879fb1-623e-4492-ab84-3b22acbc323b","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/sections\/wave-section\/section-background-grey-mobile.png"},{"selector":".author-page .author-banner","style":".author-page .author-banner{--wpr-bg-b43d50d5-2b54-470e-a837-5cb94e01bc94: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/integration-banner.png');}","hash":"b43d50d5-2b54-470e-a837-5cb94e01bc94","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/integration-banner.png"},{"selector":".events-page .events-banner","style":".events-page .events-banner{--wpr-bg-aaadd012-316d-4389-9865-b4181df660ef: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/events-banner.png');}","hash":"aaadd012-316d-4389-9865-b4181df660ef","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/events-banner.png"},{"selector":".assist-repeater-2 .assist-container .assist-card:not(:last-of-type)","style":".assist-repeater-2 .assist-container .assist-card:not(:last-of-type):after{--wpr-bg-2a582c5d-fee4-4388-b503-798f0d46ab93: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/assist-repeater-arrow.png');}","hash":"2a582c5d-fee4-4388-b503-798f0d46ab93","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/assist-repeater-arrow.png"},{"selector":".pricing-page-layout .pricing-cards__item_content ul li","style":".pricing-page-layout .pricing-cards__item_content ul li:before{--wpr-bg-0c3c4a4b-8f5f-4bca-92ee-c3e9c4a57556: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/pricing-list-tick.svg');}","hash":"0c3c4a4b-8f5f-4bca-92ee-c3e9c4a57556","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/pricing-list-tick.svg"},{"selector":".asset-library-layout .asset-library-lists .asset-library__container .asset-library__card .line","style":".asset-library-layout .asset-library-lists .asset-library__container .asset-library__card .line:before{--wpr-bg-f99b8b53-e513-4f7a-9165-f3787b718ac5: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/asset-library-line.png');}","hash":"f99b8b53-e513-4f7a-9165-f3787b718ac5","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/asset-library-line.png"},{"selector":".asset-library-layout .asset-library-lists .asset-library__container .asset-library__card .line:last-of-type","style":".asset-library-layout .asset-library-lists .asset-library__container .asset-library__card .line:last-of-type:after{--wpr-bg-697f7b07-c07e-408c-a257-fb5bf67404f8: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/asset-library-line.png');}","hash":"697f7b07-c07e-408c-a257-fb5bf67404f8","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/asset-library-line.png"},{"selector":".page-template-page-onboarding-v2.onboarding-page-default","style":".page-template-page-onboarding-v2.onboarding-page-default{--wpr-bg-fc0f2960-80f4-4410-a9bb-c9c539ccf63e: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/onboarding\/GroupedV.svg');}","hash":"fc0f2960-80f4-4410-a9bb-c9c539ccf63e","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/onboarding\/GroupedV.svg"},{"selector":".page-template-page-onboarding-v2.onboarding-page-default","style":".page-template-page-onboarding-v2.onboarding-page-default{--wpr-bg-37341f44-cca3-42ac-bfa1-1547e98c2c63: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/onboarding\/BigV.svg');}","hash":"37341f44-cca3-42ac-bfa1-1547e98c2c63","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/onboarding\/BigV.svg"},{"selector":".page-template-page-onboarding-v2.onboarding-page-default","style":".page-template-page-onboarding-v2.onboarding-page-default{--wpr-bg-58227bb9-245c-44db-9eba-63d87ffda3f2: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/onboarding\/BG.png');}","hash":"58227bb9-245c-44db-9eba-63d87ffda3f2","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/onboarding\/BG.png"},{"selector":".single-podcasts .page-with-sidebar-container","style":".single-podcasts .page-with-sidebar-container{--wpr-bg-55b6a0d8-bb95-4efe-988d-8af484a53834: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/podcasts-bg.png');}","hash":"55b6a0d8-bb95-4efe-988d-8af484a53834","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/podcasts-bg.png"},{"selector":"#technologyAndSecurityPage .technologySecurity__wrapper","style":"#technologyAndSecurityPage .technologySecurity__wrapper{--wpr-bg-4154144e-33a2-4771-90b5-9091cadb2912: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/security\/security-nav-back-2-min.png');}","hash":"4154144e-33a2-4771-90b5-9091cadb2912","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/security\/security-nav-back-2-min.png"},{"selector":"#technologyAndSecurityPage .technologySecurity__wrapper","style":"#technologyAndSecurityPage .technologySecurity__wrapper{--wpr-bg-da137f7e-17d1-4f44-8f73-68e18dd8bd47: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/security\/security-nav-back-min.png');}","hash":"da137f7e-17d1-4f44-8f73-68e18dd8bd47","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/security\/security-nav-back-min.png"},{"selector":"#technologyAndSecurityPage .technologySecurity__nav.fixed","style":"#technologyAndSecurityPage .technologySecurity__nav.fixed{--wpr-bg-c38178cf-9714-4f05-944c-5f4367c8f3ed: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/security\/security-nav-back-2-min.png');}","hash":"c38178cf-9714-4f05-944c-5f4367c8f3ed","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/security\/security-nav-back-2-min.png"},{"selector":".page-template-demo-request .entry-section__description .stars-list li","style":".page-template-demo-request .entry-section__description .stars-list li:before{--wpr-bg-0eb7cc14-180b-493d-b3eb-63c1446e94a5: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/star-list.svg');}","hash":"0eb7cc14-180b-493d-b3eb-63c1446e94a5","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/star-list.svg"},{"selector":".page-template-demo-request .review-carousel .arrow","style":".page-template-demo-request .review-carousel .arrow:before{--wpr-bg-4c0403ef-d835-4eec-a674-34cf3bf62f38: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/review-prev-arrow.svg');}","hash":"4c0403ef-d835-4eec-a674-34cf3bf62f38","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/review-prev-arrow.svg"},{"selector":".page-glossary__header","style":".page-glossary__header{--wpr-bg-9d1e9e74-9ba7-495e-b4bf-f16996b88015: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/glossary\/glossary-top-img.svg');}","hash":"9d1e9e74-9ba7-495e-b4bf-f16996b88015","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/glossary\/glossary-top-img.svg"},{"selector":".page-glossary__header","style":".page-glossary__header{--wpr-bg-bfcb696e-2533-4bb8-a2a5-823de0566d41: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/glossary\/glossary-top-img-mob.svg');}","hash":"bfcb696e-2533-4bb8-a2a5-823de0566d41","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/glossary\/glossary-top-img-mob.svg"},{"selector":".media-page__wrapper","style":".media-page__wrapper{--wpr-bg-500a1dbe-c7a5-4172-ab94-2d9a04e2ad8a: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/pages\/media-page\/media-container-background.svg');}","hash":"500a1dbe-c7a5-4172-ab94-2d9a04e2ad8a","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/pages\/media-page\/media-container-background.svg"},{"selector":".media-page__wrapper","style":".media-page__wrapper{--wpr-bg-afa9a1f7-ea46-412c-83f3-e52dc9286f99: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/pages\/media-page\/media-container-background-mobile.svg');}","hash":"afa9a1f7-ea46-412c-83f3-e52dc9286f99","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/content\/pages\/media-page\/media-container-background-mobile.svg"}]; const rocket_excluded_pairs = [{"selector":".indication .indication-tabs__images .slick-arrow","style":".indication .indication-tabs__images .slick-arrow{--wpr-bg-56d1e576-54d4-4da6-9a0d-e05a2a2d1491: url('https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/indication-arrow.svg');}","hash":"56d1e576-54d4-4da6-9a0d-e05a2a2d1491","url":"https:\/\/getvim.com\/wp-content\/themes\/getvim-redesign\/img\/indication-arrow.svg"}];</script></head>
<body class="home page-template page-template-page-home-v2 page-template-page-home-v2-php page page-id-1763 has-hello-bar">

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5F3RMR5"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

    <header id="header" class="wow fadeInUp">
	    
<div class="hellobar red-gradient">
    <a class="hellobar__close-button" href="#"></a>
	<div class="container">
		<div id="carouselHelloBar" class="carousel slide carousel-hello-bar">
			<div class="carousel-inner" data-speed="6000">
									
						
					<div class="item carousel-item row active">
						<div class="hellobar-content">

							With Vim as a Strategic Technology Partner, Pearl Health Launches Enhanced EHR Experience
                                    <a href="https://getvim.com/news-and-events/with-vim-as-a-strategic-technology-partner-pearl-health-launches-enhanced-ehr-experience/" class="hellobar-link">Learn More</a>
                                
						</div><!-- End of.hellobar-content -->
					</div>

					
						
					<div class="item carousel-item row ">
						<div class="hellobar-content">

							Apixio Partners With Vim to Deliver AI-Powered Insights at the Point of Care
                                    <a href="https://getvim.com/news-and-events/apixio-partners-with-vim-to-deliver-ai-powered-insights-at-the-point-of-care/" class="hellobar-link">Learn More</a>
                                
						</div><!-- End of.hellobar-content -->
					</div>

					
						
					<div class="item carousel-item row ">
						<div class="hellobar-content">

							Veradigm and Vim to Improve Payer-Provider Collaboration
                                    <a href="https://getvim.com/news-and-events/veradigm-and-vim-to-improve-payer-provider-collaboration/" class="hellobar-link">Learn More</a>
                                
						</div><!-- End of.hellobar-content -->
					</div>

					
						
					<div class="item carousel-item row ">
						<div class="hellobar-content">

							Arcadia and Vim Partner to Empower Providers and Payers with Actionable AI-Driven Insights
                                    <a href="https://getvim.com/news-and-events/arcadia-and-vim-partner-to-empower-providers-and-payers-with-actionable-ai-driven-insights/" class="hellobar-link">Learn More</a>
                                
						</div><!-- End of.hellobar-content -->
					</div>

					
						
					<div class="item carousel-item row ">
						<div class="hellobar-content">

							Developing the App Store of Healthcare with Oron Afek and Carm Huntress
                                    <a href="https://getvim.com/podcasts/developing-the-app-store-of-healthcare-with-oron-afek-and-carm-huntress/" class="hellobar-link">Listen Now</a>
                                
						</div><!-- End of.hellobar-content -->
					</div>

					
						
					<div class="item carousel-item row ">
						<div class="hellobar-content">

							Vim Achieves HITRUST Risk-based, 2-year Certification Demonstrating the Highest Level of Information Protection Assurance
                                    <a href="https://getvim.com/news-and-events/vim-achieves-hitrust-risk-based-2-year-certification-demonstrating-the-highest-level-of-information-protection-assurance/" class="hellobar-link">Learn More</a>
                                
						</div><!-- End of.hellobar-content -->
					</div>

					
						
					<div class="item carousel-item row ">
						<div class="hellobar-content">

							Vim and Credo Health Partner to Empower Value-Based Providers with an AI-Enhanced VBC Solution
                                    <a href="https://getvim.com/news-and-events/vim-and-credo-health-partner-to-empower-value-based-providers-with-an-ai-enhanced-vbc-solution/" class="hellobar-link">Learn More</a>
                                
						</div><!-- End of.hellobar-content -->
					</div>

					
						
					<div class="item carousel-item row ">
						<div class="hellobar-content">

							Vim Named “Best Overall Health Informatics Solution” in 2023 MedTech Breakthrough Awards Program
                                    <a href="https://getvim.com/news-and-events/vim-named-best-overall-health-informatics-solution-in-2023-medtech-breakthrough-awards-program/" class="hellobar-link">Learn More</a>
                                
						</div><!-- End of.hellobar-content -->
					</div>

					
						
					<div class="item carousel-item row ">
						<div class="hellobar-content">

							Vim Chosen by Yuvo Health to Bring Next-Generation Technology to FQHCs
                                    <a href="https://getvim.com/news-and-events/vim-chosen-by-yuvo-health-to-bring-next-generation-technology-to-fqhcs/" class="hellobar-link">Learn More</a>
                                
						</div><!-- End of.hellobar-content -->
					</div>

					
						
					<div class="item carousel-item row ">
						<div class="hellobar-content">

							Stellar Health Chooses Vim as Point-of-Care Connection Platform for Next Generation of Value-Based Care Enablement
                                    <a href="https://getvim.com/news-and-events/stellar-health-chooses-vim-as-point-of-care-connection-platform-for-next-generation-of-value-based-care-enablement/" class="hellobar-link">Learn More</a>
                                
						</div><!-- End of.hellobar-content -->
					</div>

					
						
					<div class="item carousel-item row ">
						<div class="hellobar-content">

							Vim to Support Privia Care Partners’ Providers with Innovative Technology at the Point of Care
                                    <a href="https://getvim.com/news-and-events/vim-to-support-privia-care-partners-providers-with-innovative-technology-at-the-point-of-care/" class="hellobar-link">Learn More</a>
                                
						</div><!-- End of.hellobar-content -->
					</div>

					
						
					<div class="item carousel-item row ">
						<div class="hellobar-content">

							Availity and Vim Announce Innovative New Initiative, Extending Payer-Provider Engagement from Platform to the Point of Care
                                    <a href="https://getvim.com/news-and-events/availity-and-vim-announce-innovative-new-initiative-extending-payer-provider-engagement-from-platform-to-the-point-of-care/?utm_content=201886047&amp;utm_medium=social&amp;utm_source=linkedin&amp;hss_channel=lcp-17917958" class="hellobar-link">Learn More</a>
                                
						</div><!-- End of.hellobar-content -->
					</div>

					
						
					<div class="item carousel-item row ">
						<div class="hellobar-content">

							Vim Named as One of the Best Places to Work
                                    <a href="https://getvim.com/news-and-events/vim-named-as-one-of-the-best-places-to-work/" class="hellobar-link">Learn More</a>
                                
						</div><!-- End of.hellobar-content -->
					</div>

					
						
					<div class="item carousel-item row ">
						<div class="hellobar-content">

							Vim Appoints Growth Expert Carl Tremblay to Advisory Board
                                    <a href="https://getvim.com/news-and-events/vim-appoints-growth-expert-carl-tremblay-to-advisory-board/" class="hellobar-link">Learn More</a>
                                
						</div><!-- End of.hellobar-content -->
					</div>

					
						
					<div class="item carousel-item row ">
						<div class="hellobar-content">

							Vim Achieves HITRUST Risk-based, 2-year Certification to Further Validate Compliance and Security in Point-of-Care Integration Platform
                                    <a href="https://getvim.com/news-and-events/vim-achieves-hitrust-risk-based-2-year-certification-to-further-validate-compliance-and-security-in-point-of-care-integration-platform/" class="hellobar-link">Learn More</a>
                                
						</div><!-- End of.hellobar-content -->
					</div>

									</div><!-- End of .carousel-inner -->
			</div><!-- End of.row -->
				</div><!-- End of.container -->
</div><!-- End of.hellobar -->
        <div class="header">
		    <div class="header-logo-section">
			    <a id="mobile-menu-open" class="mobile-menu-button open-panel" href="#">
				    <span class="decoration-line line-1"></span>
				    <span class="decoration-line line-2"></span>
				    <span class="decoration-line line-3"></span>
			    </a>
		        <p class="logo">
                            <img width="116" height="33" src="https://getvim.com/wp-content/uploads/2022/05/Transparent-logo.svg" alt="" data-lazy-src="https://getvim.com/wp-content/uploads/2022/05/Transparent-logo.svg" data-ll-status="loaded" class="entered lazyloaded"><noscript><img width="116" height="33" src="https://getvim.com/wp-content/uploads/2022/05/Transparent-logo.svg" alt="" loading="lazy"/></noscript>
                        </p>		    </div>
		    <div class="header-menu-section ">
			    <div class="header-menu__mobile-header">
				    <a id="mobile-menu-close" class="mobile-menu-button close-panel" href="#">
					    <span class="decoration-line line-1"></span>
					    <span class="decoration-line line-2"></span>
	                </a>
			        <p class="logo">
                            <img width="116" height="33" src="https://getvim.com/wp-content/uploads/2022/05/Transparent-logo.svg" alt="" data-lazy-src="https://getvim.com/wp-content/uploads/2022/05/Transparent-logo.svg" data-ll-status="loaded" class="entered lazyloaded"><noscript><img width="116" height="33" src="https://getvim.com/wp-content/uploads/2022/05/Transparent-logo.svg" alt="" loading="lazy"/></noscript>
                        </p>		        </div>
	            <div class="header-menu-container">
		        <ul id="header-menu" class="header-menu nav-menu"><li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-solutions" class="solutions-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children father-menu-item menu-item-1824 menu-item"><p title="Solutions" class="father-link menu-link" id="menu-item-child-1824">Solutions</p><i class="mobile-menu-arrow"></i>
<ul class="children-menu" role="menu">
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-products" class="products-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children father-menu-item menu-item-6545 menu-item"><p title="Products" class="father-item">Products</p><i class="mobile-menu-arrow"></i>
	<ul class="children-menu" role="menu">
		<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-vimconnect" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6543 menu-item"><a title="Vim Connect" href="https://getvim.com/vim-connect/" class="father-item">Vim Connect</a></li>
		<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-applications" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children father-menu-item menu-item-6546 menu-item"><p title="Applications" class="father-item">Applications</p><i class="mobile-menu-arrow"></i>
		<ul class="children-menu" role="menu">
			<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-caregaps" class="menu-item menu-item-type-post_type menu-item-object-solution menu-item-2068 menu-item"><a title="Care Gaps" href="https://getvim.com/solution/quality-gaps/" class="father-item">Care Gaps</a></li>
			<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-clinicaldataexchange" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4794 menu-item"><a title="Clinical Data Exchange" href="https://getvim.com/data-exchange/" class="father-item">Clinical Data Exchange</a></li>
			<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-diagnosisgaps" class="menu-item menu-item-type-post_type menu-item-object-solution menu-item-2540 menu-item"><a title="Diagnosis Gaps" href="https://getvim.com/solution/diagnosis-gaps/" class="father-item">Diagnosis Gaps</a></li>
			<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-enhancedeligibility" class="menu-item menu-item-type-post_type menu-item-object-solution menu-item-2361 menu-item"><a title="Enhanced Eligibility" href="https://getvim.com/solution/enhanced-eligibility/" class="father-item">Enhanced Eligibility</a></li>
			<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-orderassist" class="menu-item menu-item-type-post_type menu-item-object-solution menu-item-2066 menu-item"><a title="Order Assist" href="https://getvim.com/solution/order-assist/" class="father-item">Order Assist</a></li>
			<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-patienthealthhistory" class="menu-item menu-item-type-post_type menu-item-object-solution menu-item-3640 menu-item"><a title="Patient Health History" href="https://getvim.com/solution/patient-health-history/" class="father-item">Patient Health History</a></li>
			<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-priorauthorizationsolutions" class="menu-item menu-item-type-post_type menu-item-object-solution menu-item-3741 menu-item"><a title="Prior Authorization Solutions" href="https://getvim.com/solution/prior-authorization/" class="father-item">Prior Authorization Solutions</a></li>
			<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-rxassist" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4731 menu-item"><a title="Rx Assist" href="https://getvim.com/rx-assist/" class="father-item">Rx Assist</a></li>
		</ul>
</li>
	</ul>
</li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-industry" class="industry-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children father-menu-item menu-item-6547 menu-item"><p title="Industry" class="father-item">Industry</p><i class="mobile-menu-arrow"></i>
	<ul class="children-menu" role="menu">
		<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-valuebasedcaresolutions" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6544 menu-item"><a title="Value-Based Care Solutions" href="https://getvim.com/value-based-care-solutions/" class="father-item">Value-Based Care Solutions</a></li>
		<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-pointofcaresolutions" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7166 menu-item"><a title="Point-of-Care Solutions" href="https://getvim.com/point-of-care-solutions/" class="father-item">Point-of-Care Solutions</a></li>
	</ul>
</li>
</ul>
</li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-developers" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children father-menu-item menu-item-6872 menu-item"><p title="Developers" class="father-link menu-link" id="menu-item-child-6872">Developers</p><i class="mobile-menu-arrow"></i>
<ul class="children-menu" role="menu">
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-ondemanddemo" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7925 menu-item"><a title="On-Demand Demo" href="https://getvim.com/vim-canvas-developer-platform-on-demand/" class="father-item">On-Demand Demo</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-vimcanvasplatform" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6874 menu-item"><a title="Vim Canvas™ Platform" href="https://getvim.com/vim-canvas-developer-platform/" class="father-item">Vim Canvas™ Platform</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-vimcanvaspricing" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6873 menu-item"><a title="Vim Canvas™ Pricing" href="https://getvim.com/vim-canvas-pricing/" class="father-item">Vim Canvas™ Pricing</a></li>
</ul>
</li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-vbcenablers" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4370 menu-item"><a title="VBC Enablers" href="https://getvim.com/vbc-enablers/" class="menu-link">VBC Enablers</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-payers" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3942 menu-item"><a title="Payers" href="https://getvim.com/payer-solutions-healthcare/" class="menu-link">Payers</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-providers" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3216 menu-item"><a title="Providers" href="https://getvim.com/healthcare-solution-for-providers/" class="menu-link">Providers</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-aboutus" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children father-menu-item menu-item-3217 menu-item"><p title="About Us" class="father-link menu-link" id="menu-item-child-3217">About Us</p><i class="mobile-menu-arrow"></i>
<ul class="children-menu" role="menu">
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-ourcompany" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2717 menu-item"><a title="Our Company" href="https://getvim.com/about-us-vims-mission/" class="father-item">Our Company</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-careers" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6184 menu-item"><a title="Careers" href="https://getvim.com/careers/" class="father-item">Careers</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-mediacenter" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3218 menu-item"><a title="Media Center" href="https://getvim.com/media-center/" class="father-item">Media Center</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-security" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3280 menu-item"><a title="Security" href="https://getvim.com/technology-security/" class="father-item">Security</a></li>
</ul>
</li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-freeresources" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children father-menu-item menu-item-3220 menu-item"><a title="Free Resources" href="https://getvim.com/resources/" class="father-link menu-link" id="menu-item-child-3220">Free Resources</a><i class="mobile-menu-arrow"></i>
<ul class="children-menu" aria-labelledby="menu-item-child-3220" role="menu">
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-blog" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4796 menu-item"><a title="Blog" href="https://getvim.com/blog/" class="father-item">Blog</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-casestudies" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4798 menu-item"><a title="Case Studies" href="https://getvim.com/resources/case-studies/" class="father-item">Case Studies</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-essentials" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4799 menu-item"><a title="Essentials" href="https://getvim.com/resources/essentials/" class="father-item">Essentials</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-events" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4802 menu-item"><a title="Events" href="https://getvim.com/events/" class="father-item">Events</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-firesidechats" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4800 menu-item"><a title="Fireside Chats" href="https://getvim.com/resources/fireside-chats/" class="father-item">Fireside Chats</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-guides" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4801 menu-item"><a title="Guides" href="https://getvim.com/resources/guides/" class="father-item">Guides</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-podcasts" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6203 menu-item"><a title="Podcasts" href="https://getvim.com/resources/podcasts/" class="father-item">Podcasts</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-vimglossary" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4797 menu-item"><a title="Vim Glossary" href="https://getvim.com/glossary/" class="father-item">Vim Glossary</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-webinarspresentations" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6166 menu-item"><a title="Webinars/Presentations" href="https://getvim.com/resources/webinars/" class="father-item">Webinars/Presentations</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="header-menu-nav-faq" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4803 menu-item"><a title="FAQ" href="https://getvim.com/faq/" class="father-item">FAQ</a></li>
</ul>
</li>
</ul>	            </div>
		    </div>
		    <div class="header-button-section">
			    <a class="btn theme-btn yellow-red-gradient" href="https://getvim.com/demo-request/">Schedule Your Walkthrough</a>		    </div>
        </div>
    </header>


<div id="homePage">
    
<div id="fixed-button-section" class="wow fadeInLeft fixed-button-section fixed-button-section--fixed"><a href="https://getvim.com/news-and-events/vim-achieves-hitrust-risk-based-2-year-certification-to-further-validate-compliance-and-security-in-point-of-care-integration-platform/" class="fixed-image-section__link"><img class="fixed-button-section__image entered lazyloaded" width="130" height="138" src="https://getvim.com/wp-content/uploads/2022/02/Fixed-logo-dark-img-130x138.png" alt="Fixed section image" data-lazy-src="https://getvim.com/wp-content/uploads/2022/02/Fixed-logo-dark-img-130x138.png" data-ll-status="loaded"><noscript><img class="fixed-button-section__image" width="130" height="138" src="https://getvim.com/wp-content/uploads/2022/02/Fixed-logo-dark-img-130x138.png" alt="Fixed section image"></noscript></a></div>
    
<section class="entry-section entry-section--with-wave-background entry-section--wave-image-under-header-menu entry-section--image-out-of-grid right-side-video">
    <picture class="entry-section__wave-background wow fadeIn" data-wow-delay="0.3s"><source media="(max-width: 479px)" data-lazy-srcset="https://getvim.com/wp-content/uploads/2021/12/home-top-mage-768x250.png" srcset="https://getvim.com/wp-content/uploads/2021/12/home-top-mage-768x250.png"><source media="(max-width: 767px)" data-lazy-srcset="https://getvim.com/wp-content/uploads/2021/12/home-top-mage-768x250.png" srcset="https://getvim.com/wp-content/uploads/2021/12/home-top-mage-768x250.png"><source media="(max-width: 1366px)" data-lazy-srcset="https://getvim.com/wp-content/uploads/2021/12/home-top-mage-1400x455.png" srcset="https://getvim.com/wp-content/uploads/2021/12/home-top-mage-1400x455.png"><source media="(min-width: 1440px)" data-lazy-srcset="https://getvim.com/wp-content/uploads/2021/12/home-top-mage-1920x625.png" srcset="https://getvim.com/wp-content/uploads/2021/12/home-top-mage-1920x625.png">
					 <img src="https://getvim.com/wp-content/uploads/2021/12/home-top-mage-1920x625.png" data-object-fit="cover" alt="Home" class="entry-section__wave-background entered lazyloaded" style="" data-lazy-src="https://getvim.com/wp-content/uploads/2021/12/home-top-mage-1920x625.png" data-ll-status="loaded"><noscript><img src="https://getvim.com/wp-content/uploads/2021/12/home-top-mage-1920x625.png" data-object-fit="cover" alt="Home" class="entry-section__wave-background" style=""></noscript></picture>
    <div class="entry-section__container">
        <div class="entry-section__row">
            <div class="entry-section__text-content fadeInUpCustom">
                                <h1 class="entry-section__title">Leading Middleware <br> Platform for Healthcare </h1><div class="entry-section__description entry-section__description--left"><p>Vim’s <strong>proprietary EHR integration infrastructure</strong> unlocks access to provider EHR workflows at scale. Healthcare organizations and developers use Vim’s technology to deliver data, patient and clinical insights, and customer-owned provider empowerment applications at the point of patient care. Why? To get to market faster, engage providers, and solve big problems in healthcare.</p>
</div>
        <button type="button" class="btn theme-btn wow fadeInUp theme-btn--purple" data-toggle="modal" data-target="#first-block-popup">Learn to Engage Providers</button>            </div>

            <div class="entry-section__video-holder size-980x650"><div class="entry-section__video"><iframe loading="lazy" title="Vim Canvas Developer Platform" src="https://player.vimeo.com/video/917124616?dnt=1&amp;app_id=122963" width="980" height="538" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://player.vimeo.com/video/917124616?dnt=1&amp;app_id=122963" data-ll-status="loaded" class="entered lazyloaded"></iframe><noscript><iframe title="Vim Canvas Developer Platform" src="https://player.vimeo.com/video/917124616?dnt=1&amp;app_id=122963" width="980" height="538" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write"></iframe></noscript></div></div>
                    </div>
    </div>

</section>

    
<section id="logos-payers" class="logos-payers wow fadeInUp logos-payers--slider logos-payers--auto-title">
	<div class="logos-payers__container">
					<h4 class="logos-payers__title">Trusted by healthcare leaders nationwide </h4>
		
		            <ul class="logos-payers__logos-container">
                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="180" height="43" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20180%2043'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/Episource_Logo-BW-1.png"><noscript><img class="logos-payers__logo-img" width="180" height="43" src="https://getvim.com/wp-content/uploads/2024/03/Episource_Logo-BW-1.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="122" height="40" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20122%2040'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/7oukNM.tif.png"><noscript><img class="logos-payers__logo-img" width="122" height="40" src="https://getvim.com/wp-content/uploads/2024/03/7oukNM.tif.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="194" height="30" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20194%2030'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/WTxcIf.png"><noscript><img class="logos-payers__logo-img" width="194" height="30" src="https://getvim.com/wp-content/uploads/2024/03/WTxcIf.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="116" height="25" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20116%2025'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/yJnmBJ.png"><noscript><img class="logos-payers__logo-img" width="116" height="25" src="https://getvim.com/wp-content/uploads/2024/03/yJnmBJ.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="102" height="40" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20102%2040'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/fU6Bj9.tif.png"><noscript><img class="logos-payers__logo-img" width="102" height="40" src="https://getvim.com/wp-content/uploads/2024/03/fU6Bj9.tif.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="132" height="27" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20132%2027'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/MaxHealth-BW-1.png"><noscript><img class="logos-payers__logo-img" width="132" height="27" src="https://getvim.com/wp-content/uploads/2024/03/MaxHealth-BW-1.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="220" height="70" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20220%2070'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/Sanitas-220x70.png"><noscript><img class="logos-payers__logo-img" width="220" height="70" src="https://getvim.com/wp-content/uploads/2024/03/Sanitas-220x70.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="137" height="58" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20137%2058'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/Group-9325.png"><noscript><img class="logos-payers__logo-img" width="137" height="58" src="https://getvim.com/wp-content/uploads/2024/03/Group-9325.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="133" height="30" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20133%2030'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/Group-9327-1.png"><noscript><img class="logos-payers__logo-img" width="133" height="30" src="https://getvim.com/wp-content/uploads/2024/03/Group-9327-1.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="114" height="40" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20114%2040'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/Group.png"><noscript><img class="logos-payers__logo-img" width="114" height="40" src="https://getvim.com/wp-content/uploads/2024/03/Group.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="192" height="22" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20192%2022'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/Group-9328.png"><noscript><img class="logos-payers__logo-img" width="192" height="22" src="https://getvim.com/wp-content/uploads/2024/03/Group-9328.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="112" height="32" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20112%2032'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/Vector.png"><noscript><img class="logos-payers__logo-img" width="112" height="32" src="https://getvim.com/wp-content/uploads/2024/03/Vector.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="140" height="40" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20140%2040'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/uzqutK.png"><noscript><img class="logos-payers__logo-img" width="140" height="40" src="https://getvim.com/wp-content/uploads/2024/03/uzqutK.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="187" height="35" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20187%2035'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/ctVJqQ.tif.png"><noscript><img class="logos-payers__logo-img" width="187" height="35" src="https://getvim.com/wp-content/uploads/2024/03/ctVJqQ.tif.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="125" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20125%2050'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/qGrl3W.tif.png"><noscript><img class="logos-payers__logo-img" width="125" height="50" src="https://getvim.com/wp-content/uploads/2024/03/qGrl3W.tif.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="120" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2044'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/Group-9330-1.png"><noscript><img class="logos-payers__logo-img" width="120" height="44" src="https://getvim.com/wp-content/uploads/2024/03/Group-9330-1.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="160" height="35" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%2035'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/FtlgFg.png"><noscript><img class="logos-payers__logo-img" width="160" height="35" src="https://getvim.com/wp-content/uploads/2024/03/FtlgFg.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="133" height="30" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20133%2030'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/7Tw8Xq.png"><noscript><img class="logos-payers__logo-img" width="133" height="30" src="https://getvim.com/wp-content/uploads/2024/03/7Tw8Xq.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="160" height="35" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%2035'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/e4qTOO.png"><noscript><img class="logos-payers__logo-img" width="160" height="35" src="https://getvim.com/wp-content/uploads/2024/03/e4qTOO.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="122" height="30" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20122%2030'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/mzk4s2.tif.png"><noscript><img class="logos-payers__logo-img" width="122" height="30" src="https://getvim.com/wp-content/uploads/2024/03/mzk4s2.tif.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="97" height="52" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2097%2052'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/Group-9329.png"><noscript><img class="logos-payers__logo-img" width="97" height="52" src="https://getvim.com/wp-content/uploads/2024/03/Group-9329.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="175" height="30" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20175%2030'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/7jOUPa.tif.png"><noscript><img class="logos-payers__logo-img" width="175" height="30" src="https://getvim.com/wp-content/uploads/2024/03/7jOUPa.tif.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="128" height="25" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20128%2025'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/Vector-1.png"><noscript><img class="logos-payers__logo-img" width="128" height="25" src="https://getvim.com/wp-content/uploads/2024/03/Vector-1.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="181" height="25" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20181%2025'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/Group-9326.png"><noscript><img class="logos-payers__logo-img" width="181" height="25" src="https://getvim.com/wp-content/uploads/2024/03/Group-9326.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="126" height="36" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20126%2036'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/KCoeoN.tif.png"><noscript><img class="logos-payers__logo-img" width="126" height="36" src="https://getvim.com/wp-content/uploads/2024/03/KCoeoN.tif.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                                    <li class="logos-payers__logo-item">
                                                
                                    <img class="logos-payers__logo-img" width="164" height="40" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20164%2040'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/Group-9331.png"><noscript><img class="logos-payers__logo-img" width="164" height="40" src="https://getvim.com/wp-content/uploads/2024/03/Group-9331.png"
                                         alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>

	                             	                     	                    
                    </li>

                            </ul>

		    </div>
</section>
    
<section class="indication">
  <img width="1920" height="1434" class="indication-bg" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201434'%3E%3C/svg%3E" alt="indication background" data-lazy-src="https://getvim.com/wp-content/themes/getvim-redesign/img/indication-background.png"><noscript><img width="1920" height="1434" class="indication-bg" src="https://getvim.com/wp-content/themes/getvim-redesign/img/indication-background.png" alt="indication background"></noscript>
  <div class="indication__container">
    <div class="indication__info">
      <div class="indication__title">
        The foundation for advancing healthcare interoperability:      </div>
      <div class="indication__description">
        <p>Vim makes accelerating value-based care as simple as a provider logging into their Vim-connected EHR. Vim customers can either <strong>leverage our core applications</strong> or <strong>deploy their custom applications</strong> on top of Vim’s in-EHR connectivity and enablement layer. The most innovative digital health builders of all sizes, including developers, national health plans, leading risk bearing provider organizations, and aggregators use Vim’s platform to <strong>enable point of care interactions and connect with over 2,000 provider organizations.</strong></p>
      </div>
    </div>
    <div class="indication-tabs">
      <div class="indication-tabs__title">
        Vim Canvas Developer Platform™ Architecture Overview  <br> <a rel="nofollow" target="_blank" href="/vim-canvas-developer-platform-on-demand/">Watch On-Demand Demo</a>      </div>
      <div class="indication-tabs__container">
        <div class="indication-tabs__left">
          <div class="indication-tabs__tabs">
                          <div class="indication-tabs__tab active tab-0">
                The Vim Network              </div>
                          <div class="indication-tabs__tab  tab-1">
                The Vim Connect Platform              </div>
                          <div class="indication-tabs__tab  tab-2">
                Vim &amp; Your Application              </div>
                      </div>
        </div>
        <div class="indication-tabs__right">
          <div class="indication-tabs__images">
                          <div class="indication-tabs__image active image-0">
                <img width="629" height="756" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20629%20756'%3E%3C/svg%3E" alt="" data-lazy-src="https://getvim.com/wp-content/uploads/2024/06/indication-image-0.png"><noscript><img width="629" height="756" src="https://getvim.com/wp-content/uploads/2024/06/indication-image-0.png" alt=""></noscript>
              </div>
                          <div class="indication-tabs__image  image-1">
                <img width="1064" height="788" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201064%20788'%3E%3C/svg%3E" alt="" data-lazy-src="https://getvim.com/wp-content/uploads/2024/06/indication-image-1.png"><noscript><img width="1064" height="788" src="https://getvim.com/wp-content/uploads/2024/06/indication-image-1.png" alt=""></noscript>
              </div>
                          <div class="indication-tabs__image  image-2">
                <img width="949" height="723" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20949%20723'%3E%3C/svg%3E" alt="" data-lazy-src="https://getvim.com/wp-content/uploads/2024/06/indication-image-2.png"><noscript><img width="949" height="723" src="https://getvim.com/wp-content/uploads/2024/06/indication-image-2.png" alt=""></noscript>
              </div>
                      </div>
        </div>
      </div>
    </div>
    <div class="indication__indicators">
              <div class="indication__indicator">
          <div class="indication__indicator_number">
            8M          </div>
          <div class="indication__indicator_text">
            Accessible unique patients via the Vim platform.          </div>
        </div>
              <div class="indication__indicator">
          <div class="indication__indicator_number">
            2,000+          </div>
          <div class="indication__indicator_text">
            Provider organizations live on the Vim platform.          </div>
        </div>
          </div>
  </div>
</section>
    
<section class="solutions-section">
  <div class="indication__container">
    <h2 class="solutions__title">
      Build a more connected and collaborative  healthcare system.    </h2>
  </div>
  <div class="solutions__container">
    <div class="solutions__info">
      <div class="solutions__subtitle">Vim Solves For: </div>
      <div class="solutions__list">
                  <div class="solutions__item">
            <div class="solutions__item_image">
              <img width="152" height="89" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20152%2089'%3E%3C/svg%3E" alt="" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/Group-9168.png"><noscript><img width="152" height="89" src="https://getvim.com/wp-content/uploads/2024/03/Group-9168.png" alt=""></noscript>
            </div>
                        <div class="solutions__item_title">
              <h3>Quality Improvement</h3>
            </div>
            <div class="solutions__item_text">
              <p>Help providers close gaps and improve quality performance.</p>
            </div>
            <a href="https://getvim.com/solution/quality-gaps/" class="solutions__item_link" target="_blank">
              Learn More  &gt;            </a>
          </div>
                  <div class="solutions__item">
            <div class="solutions__item_image">
              <img width="283" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20283%20200'%3E%3C/svg%3E" alt="" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/ReferralGuidance.png"><noscript><img width="283" height="200" src="https://getvim.com/wp-content/uploads/2024/03/ReferralGuidance.png" alt=""></noscript>
            </div>
                        <div class="solutions__item_title">
              <h3>Referral Guidance</h3>
            </div>
            <div class="solutions__item_text">
              <p>Steer primary care referrals towards high-value specialists and sites of service.</p>
            </div>
            <a href="https://getvim.com/solution/order-assist/" class="solutions__item_link" target="_blank">
              Learn More  &gt;            </a>
          </div>
                  <div class="solutions__item">
            <div class="solutions__item_image">
              <img width="258" height="216" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20258%20216'%3E%3C/svg%3E" alt="illustration of value based care solutions" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/RX-2-1.png"><noscript><img width="258" height="216" src="https://getvim.com/wp-content/uploads/2024/03/RX-2-1.png" alt="illustration of value based care solutions"></noscript>
            </div>
                        <div class="solutions__item_title">
              <h3>Pharmacy Workflows</h3>
            </div>
            <div class="solutions__item_text">
              <p>Manage medication workflows and improve medication adherence.</p>
            </div>
            <a href="https://getvim.com/rx-assist/" class="solutions__item_link" target="_blank">
              Learn More  &gt;            </a>
          </div>
                  <div class="solutions__item">
            <div class="solutions__item_image">
              <img width="152" height="113" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20152%20113'%3E%3C/svg%3E" alt="" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/Group-9169.png"><noscript><img width="152" height="113" src="https://getvim.com/wp-content/uploads/2024/03/Group-9169.png" alt=""></noscript>
            </div>
                        <div class="solutions__item_title">
              <h3>Risk Adjustment Accuracy</h3>
            </div>
            <div class="solutions__item_text">
              <p>Enhance risk adjustment accuracy and capture directly in provider EHRs.</p>
            </div>
            <a href="https://getvim.com/solution/diagnosis-gaps/" class="solutions__item_link" target="_blank">
              Learn More  &gt;            </a>
          </div>
                  <div class="solutions__item">
            <div class="solutions__item_image">
              <img width="303" height="249" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20303%20249'%3E%3C/svg%3E" alt="" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/PA-HPicon.png"><noscript><img width="303" height="249" src="https://getvim.com/wp-content/uploads/2024/03/PA-HPicon.png" alt=""></noscript>
            </div>
                        <div class="solutions__item_title">
              <h3>Prior Authorization</h3>
            </div>
            <div class="solutions__item_text">
              <p>Streamline prior authorization processes directly within the EHR.</p>
            </div>
            <a href="https://getvim.com/solution/prior-authorization/" class="solutions__item_link" target="_blank">
              Learn More  &gt;            </a>
          </div>
                  <div class="solutions__item">
            <div class="solutions__item_image">
              <img width="163" height="126" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20163%20126'%3E%3C/svg%3E" alt="" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/Group-9271.png"><noscript><img width="163" height="126" src="https://getvim.com/wp-content/uploads/2024/03/Group-9271.png" alt=""></noscript>
            </div>
                          <div class="solutions__item_new">New</div>
                        <div class="solutions__item_title">
              <h3>Last-Mile Connectivity</h3>
            </div>
            <div class="solutions__item_text">
              <p>Build next-generation solutions on top of Vim Connect and deploy to provider EHRs at scale with Vim’s developer platform.</p>
            </div>
            <a href="https://getvim.com/vim-canvas-developer-platform/" class="solutions__item_link" target="_blank">
              Learn More  &gt;            </a>
          </div>
                  <div class="solutions__item">
            <div class="solutions__item_image">
              <img width="151" height="140" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20151%20140'%3E%3C/svg%3E" alt="" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/Group-9172.png"><noscript><img width="151" height="140" src="https://getvim.com/wp-content/uploads/2024/03/Group-9172.png" alt=""></noscript>
            </div>
                        <div class="solutions__item_title">
              <h3>Patient Insights</h3>
            </div>
            <div class="solutions__item_text">
              <p>Support decision-making and expand awareness of patient health insights.</p>
            </div>
            <a href="https://getvim.com/solution/enhanced-eligibility/" class="solutions__item_link" target="_blank">
              Learn More  &gt;            </a>
          </div>
                  <div class="solutions__item">
            <div class="solutions__item_image">
              <img width="143" height="104" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20143%20104'%3E%3C/svg%3E" alt="" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/Group-9265.png"><noscript><img width="143" height="104" src="https://getvim.com/wp-content/uploads/2024/03/Group-9265.png" alt=""></noscript>
            </div>
                        <div class="solutions__item_title">
              <h3>Chart Retrieval</h3>
            </div>
            <div class="solutions__item_text">
              <p>Automate patient chart retrieval at scale during existing in-EHR workflows.</p>
            </div>
            <a href="https://getvim.com/data-exchange/" class="solutions__item_link" target="_blank">
              Learn More  &gt;            </a>
          </div>
                <div class="solutions__item">
          <img width="692" height="548" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20692%20548'%3E%3C/svg%3E" alt="" data-lazy-src="https://getvim.com/wp-content/uploads/2024/06/Group-9289.png"><noscript><img width="692" height="548" src="https://getvim.com/wp-content/uploads/2024/06/Group-9289.png" alt=""></noscript>
        </div>
      </div>
    </div>
  </div>
</section>
    <div id="fixed-button-stop-section"></div>
    
<section id="review-carousel" class="review-carousel review-carousel--with-author review-carousel--quote-green">
    <div class="review-carousel__container">
        <div class="review-carousel__slider-wrapper">
            <img class="review-carousel__quote-image" width="97" height="112" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2097%20112'%3E%3C/svg%3E" alt="quote" data-lazy-src="https://getvim.com/wp-content/themes/getvim-redesign/img/content/green-quote.svg"><noscript><img class="review-carousel__quote-image" width="97" height="112" src="https://getvim.com/wp-content/themes/getvim-redesign/img/content/green-quote.svg" alt="quote" loading="lazy"></noscript>
            <div class="review-carousel__slider" id="carousel">
                                    <div>
                        <div class="review-carousel-item">
                            <h4 class="review-carousel-item__title">Trusted by healthcare leaders and innovators</h4><div class="text-block review-carousel-item__text">By integrating Stellar’s value-based actions and real-time incentives into Vim’s in-EHR workflow solution, we expect to significantly increase engagement and improve performance across our practice network by making it easier for providers and teams to access the right information at the right time. The ability to deliver high-value incentives and opportunities at scale during patient encounters is an exciting step forward for our product and mission. <img class="review-carousel__quote-image review-carousel__quote-image--reverse" width="85" height="73" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2085%2073'%3E%3C/svg%3E" alt="quote" data-lazy-src="https://getvim.com/wp-content/themes/getvim-redesign/img/content/green-quote.svg"><noscript><img class="review-carousel__quote-image review-carousel__quote-image--reverse" width="85" height="73" src="https://getvim.com/wp-content/themes/getvim-redesign/img/content/green-quote.svg" alt="quote" loading="lazy"></noscript></div><h5 class="review-carousel-item__subtitle">Michael Meng</h5><p class="review-carousel-item__subtitle-text">CEO, Stellar Health</p>                            
                                    <picture class="review-carousel-item__image-container">
                                        <source media="(max-width: 480px)" data-lazy-srcset="https://getvim.com/wp-content/uploads/2023/02/Mmeng-70x67.png">
                                        <img class="review-carousel-item__image" width="330" height="314" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20330%20314'%3E%3C/svg%3E" alt="Trusted by healthcare leaders and innovators" data-lazy-src="https://getvim.com/wp-content/uploads/2023/02/Mmeng-330x314.png"><noscript><img class="review-carousel-item__image" width="330" height="314" src="https://getvim.com/wp-content/uploads/2023/02/Mmeng-330x314.png" alt="Trusted by healthcare leaders and innovators" loading="lazy"></noscript>
                                    </picture>
                                                        </div>
                    </div>
                                       <div>
                        <div class="review-carousel-item">
                            <h4 class="review-carousel-item__title">Trusted by healthcare leaders and innovators</h4><div class="text-block review-carousel-item__text">Since our inception, Availity has been dedicated to helping payers and providers overcome the administrative barriers that have for too long stifled their ability to collaborate effectively and efficiently. We are pleased to establish this collaboration with Vim in the next step of our mission to break down payer-provider communication siloes. <img class="review-carousel__quote-image review-carousel__quote-image--reverse" width="85" height="73" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2085%2073'%3E%3C/svg%3E" alt="quote" data-lazy-src="https://getvim.com/wp-content/themes/getvim-redesign/img/content/green-quote.svg"><noscript><img class="review-carousel__quote-image review-carousel__quote-image--reverse" width="85" height="73" src="https://getvim.com/wp-content/themes/getvim-redesign/img/content/green-quote.svg" alt="quote" loading="lazy"></noscript></div><h5 class="review-carousel-item__subtitle">Russ Thomas</h5><p class="review-carousel-item__subtitle-text">CEO, Availity</p>                            
                                    <picture class="review-carousel-item__image-container">
                                        <source media="(max-width: 480px)" data-lazy-srcset="https://getvim.com/wp-content/uploads/2023/02/Russ-70x68.png">
                                        <img class="review-carousel-item__image" width="330" height="319" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20330%20319'%3E%3C/svg%3E" alt="Trusted by healthcare leaders and innovators" data-lazy-src="https://getvim.com/wp-content/uploads/2023/02/Russ-330x319.png"><noscript><img class="review-carousel-item__image" width="330" height="319" src="https://getvim.com/wp-content/uploads/2023/02/Russ-330x319.png" alt="Trusted by healthcare leaders and innovators" loading="lazy"></noscript>
                                    </picture>
                                                        </div>
                    </div>
                                       <div>
                        <div class="review-carousel-item">
                            <h4 class="review-carousel-item__title">Trusted by healthcare leaders and innovators</h4><div class="text-block review-carousel-item__text">We're thrilled to see these two companies come together and combine their innovative technology and industry relationships to drive value. Availity and Vim have an impressive technology stack and we're excited to see how their partnership transforms healthcare. <img class="review-carousel__quote-image review-carousel__quote-image--reverse" width="85" height="73" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2085%2073'%3E%3C/svg%3E" alt="quote" data-lazy-src="https://getvim.com/wp-content/themes/getvim-redesign/img/content/green-quote.svg"><noscript><img class="review-carousel__quote-image review-carousel__quote-image--reverse" width="85" height="73" src="https://getvim.com/wp-content/themes/getvim-redesign/img/content/green-quote.svg" alt="quote" loading="lazy"></noscript></div><h5 class="review-carousel-item__subtitle">Chuck Divita</h5><p class="review-carousel-item__subtitle-text">EVP, Commercial Markets, GuideWell</p>                            
                                    <picture class="review-carousel-item__image-container">
                                        <source media="(max-width: 480px)" data-lazy-srcset="https://getvim.com/wp-content/uploads/2022/11/chuck-70x70.png">
                                        <img class="review-carousel-item__image" width="330" height="330" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20330%20330'%3E%3C/svg%3E" alt="Trusted by healthcare leaders and innovators" data-lazy-src="https://getvim.com/wp-content/uploads/2022/11/chuck-330x330.png"><noscript><img class="review-carousel-item__image" width="330" height="330" src="https://getvim.com/wp-content/uploads/2022/11/chuck-330x330.png" alt="Trusted by healthcare leaders and innovators" loading="lazy"></noscript>
                                    </picture>
                                                        </div>
                    </div>
                                       <div>
                        <div class="review-carousel-item">
                            <h4 class="review-carousel-item__title">Trusted by healthcare leaders and innovators</h4><div class="text-block review-carousel-item__text">With Vim Connect, our Privia Care Partners’ providers will gain a valuable resource that works within their existing EHR to surface gaps in care while reducing administrative burden and driving improved performance in value-based care operations across diverse practice environments. <img class="review-carousel__quote-image review-carousel__quote-image--reverse" width="85" height="73" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2085%2073'%3E%3C/svg%3E" alt="quote" data-lazy-src="https://getvim.com/wp-content/themes/getvim-redesign/img/content/green-quote.svg"><noscript><img class="review-carousel__quote-image review-carousel__quote-image--reverse" width="85" height="73" src="https://getvim.com/wp-content/themes/getvim-redesign/img/content/green-quote.svg" alt="quote" loading="lazy"></noscript></div><h5 class="review-carousel-item__subtitle">Mark Foulke</h5><p class="review-carousel-item__subtitle-text">EVP of Transformational Value-Based Care, Privia Health</p>                            
                                    <picture class="review-carousel-item__image-container">
                                        <source media="(max-width: 480px)" data-lazy-srcset="https://getvim.com/wp-content/uploads/2022/10/Mark-Foulke-70x63.png">
                                        <img class="review-carousel-item__image" width="330" height="297" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20330%20297'%3E%3C/svg%3E" alt="Trusted by healthcare leaders and innovators" data-lazy-src="https://getvim.com/wp-content/uploads/2022/10/Mark-Foulke-330x297.png"><noscript><img class="review-carousel-item__image" width="330" height="297" src="https://getvim.com/wp-content/uploads/2022/10/Mark-Foulke-330x297.png" alt="Trusted by healthcare leaders and innovators" loading="lazy"></noscript>
                                    </picture>
                                                        </div>
                    </div>
                                       <div>
                        <div class="review-carousel-item">
                            <h4 class="review-carousel-item__title">Trusted by healthcare leaders and innovators</h4><div class="text-block review-carousel-item__text">Surfacing Aledade's diagnosis suggestions and getting them into an overlay in their EHRs has been tremendously delightful for our practitioners...they can really focus on what's meaningful like having that conversation with the patient instead of worrying about all the documentation that needs to go into the chart. So those things together I think - being able to continuously deliver and support our practices with the solutions that are important for them quickly, and then also giving them some efficiency gains has been tremendous. <img class="review-carousel__quote-image review-carousel__quote-image--reverse" width="85" height="73" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2085%2073'%3E%3C/svg%3E" alt="quote" data-lazy-src="https://getvim.com/wp-content/themes/getvim-redesign/img/content/green-quote.svg"><noscript><img class="review-carousel__quote-image review-carousel__quote-image--reverse" width="85" height="73" src="https://getvim.com/wp-content/themes/getvim-redesign/img/content/green-quote.svg" alt="quote" loading="lazy"></noscript></div><h5 class="review-carousel-item__subtitle">Kate Bornschein</h5><p class="review-carousel-item__subtitle-text">Director of Product Management, Risk Stratification, Aledade</p>                            
                                    <picture class="review-carousel-item__image-container">
                                        <source media="(max-width: 480px)" data-lazy-srcset="https://getvim.com/wp-content/uploads/2024/02/Kate_Bornschein-Black-and-white-70x79.png">
                                        <img class="review-carousel-item__image" width="330" height="371" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20330%20371'%3E%3C/svg%3E" alt="Trusted by healthcare leaders and innovators" data-lazy-src="https://getvim.com/wp-content/uploads/2024/02/Kate_Bornschein-Black-and-white-330x371.png"><noscript><img class="review-carousel-item__image" width="330" height="371" src="https://getvim.com/wp-content/uploads/2024/02/Kate_Bornschein-Black-and-white-330x371.png" alt="Trusted by healthcare leaders and innovators" loading="lazy"></noscript>
                                    </picture>
                                                        </div>
                    </div>
                           </div>
    </div>
    </div></section>
    <section class="wave-simple-section">
  <img width="2560" height="798" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%20798'%3E%3C/svg%3E" alt="" class="wave-simple-section__image" data-lazy-src="https://getvim.com/wp-content/uploads/2024/03/MidBG.png"><noscript><img width="2560" height="798"
    src="https://getvim.com/wp-content/uploads/2024/03/MidBG.png"
    alt=""
    class="wave-simple-section__image"
  ></noscript>
  <div class="wave-simple-section__title">
    Ready to move forward?  </div>
    <a class="wave-simple-section__button btn theme-btn wow fadeInUp yellow-red-gradient" href="https://getvim.com/demo-request/">
    Request a Demo  </a>
  </section>
    
<section class="security-compliance wow fadeInUp">
    <div class="security-compliance__container">
        <h4 class="security-compliance__title">Built for security and compliance</h4>
        <div class="security-compliance__logos">
            <div class="security-compliance__item">
                              <div class="security-compliance__image-wrap">
                                <img class="security-compliance__image" width="230" height="116" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20230%20116'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2021/05/hippa-395x200-min-230x116.png"><noscript><img class="security-compliance__image" width="230" height="116" src="https://getvim.com/wp-content/uploads/2021/05/hippa-395x200-min-230x116.png" alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>
                              </div>
                              <div class="security-compliance__description">
                                The Health Insurance Portability and Accountability Act (HIPAA) sets the standard for sensitive patient data protection. Companies that deal with protected health information (PHI) must have physical, network, and process security measures in place and follow them to ensure HIPAA Compliance.
                              </div>
                              <a href="https://www.hhs.gov/hipaa/for-professionals/security/laws-regulations/index.html" title="Learn more" class="security-compliance__more yellow-red-gradient" rel="nofollow">
                                Learn more
                              </a>                                                             
                          </div><div class="security-compliance__item">
                              <div class="security-compliance__image-wrap">
                                <img class="security-compliance__image" width="230" height="90" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20230%2090'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Vim" data-lazy-src="https://getvim.com/wp-content/uploads/2021/05/[email protected]"><noscript><img class="security-compliance__image" width="230" height="90" src="https://getvim.com/wp-content/uploads/2021/05/[email protected]" alt="Leading Middleware  Platform for Healthcare  - Vim" loading="lazy"></noscript>
                              </div>
                              <div class="security-compliance__description">
                                AICPA SOC 2 Type II and HITRUST CSF have become the standard of trust for Fortune 500 companies and the highest security standard for the health care industry. Vim has successfully passed the rigorous audit of SOC 2 Type II + HITRUST, leveraging the collaboration between AICPA and HITRUST, resulting in the highest level of security and assurance for health care organizations.
                              </div>
                              <a href="https://hitrustalliance.net/" title="Learn more" class="security-compliance__more yellow-red-gradient" rel="nofollow">
                                Learn more
                              </a>                                                             
                          </div>        </div>
    </div>
</section>
    
<div class="faq-section wow fadeInUp" data-wow-delay="0.3s">
            <div class="faq-section__title"><h2>Frequently asked questions</h2></div>
        <div class="sidebar-section__container sidebar-section__container--faq"><div class="sidebar-section__item sidebar-section__item--with-action">
                        <div class="sidebar-section__left-column"><div class="sidebar-section__action-item"></div></div>
                        <div class="sidebar-section__content">
                            <div class="sidebar-section__post-item">
                               <h3 class="sidebar-section__post-item-title">Overview: Who is Vim? What is your technology solution?</h3>
                               <div class="sidebar-section__post-item-excerpt">Vim is the fastest-growing point-of-care connection platform in U.S. healthcare. Vim Connect is the company’s flagship technology and is a scalable in-EHR provider enablement platform that powers value-based care models and reduces the administrative burden for physicians and care teams. Vim connects external data to existing workflows and enhances provider experience directly in existing EHRs. Our platform connects data on quality, referrals, risk adjustment, prior authorization, and more, directly to EHRs and automates previously manual provider tasks.</div>
                            </div>
                        </div>
                    </div><div class="sidebar-section__item sidebar-section__item--with-action">
                        <div class="sidebar-section__left-column"><div class="sidebar-section__action-item"></div></div>
                        <div class="sidebar-section__content">
                            <div class="sidebar-section__post-item">
                               <h3 class="sidebar-section__post-item-title">What use cases do you support today?</h3>
                               <div class="sidebar-section__post-item-excerpt">Vim currently works with a wide variety of payers (health insurance companies), providers, data and analytics aggregators, provider enablement organizations, ACOs, and other healthcare organizations to support quality and risk adjustment processes and performance, prior authorizations or referral steerage, patient health history and context, and more. Vim also can support custom applications with Vim Canvas™. Vim Canvas™ is Vim’s underlying EHR connectivity platform from which customers’ proprietary applications can be hosted and delivered in existing EHR workflows at the point of care. Vim Canvas™ allows rapid and flexible delivery of clinical applications that our customers develop and own - connecting their technologies to healthcare’s last mile at the point of patient care.</div>
                            </div>
                        </div>
                    </div><div class="sidebar-section__item sidebar-section__item--with-action">
                        <div class="sidebar-section__left-column"><div class="sidebar-section__action-item"></div></div>
                        <div class="sidebar-section__content">
                            <div class="sidebar-section__post-item">
                               <h3 class="sidebar-section__post-item-title">Is Vim an analytics company?</h3>
                               <div class="sidebar-section__post-item-excerpt">Vim is not an analytics company. At our core, Vim is a content delivery and provider engagement company. Our platform takes in data from payers, value-based aggregators, and other sources, connects that data directly to relevant moments in existing provider EHR workflows, and uses that data to automate and digitize tasks that were previously manual.</div>
                            </div>
                        </div>
                    </div><div class="sidebar-section__item sidebar-section__item--with-action">
                        <div class="sidebar-section__left-column"><div class="sidebar-section__action-item"></div></div>
                        <div class="sidebar-section__content">
                            <div class="sidebar-section__post-item">
                               <h3 class="sidebar-section__post-item-title">Does Vim offer custom solutions?</h3>
                               <div class="sidebar-section__post-item-excerpt">Yes. Due to Vim’s powerful underlying EHR connectivity platform, customers' proprietary applications can be hosted and delivered in existing EHR workflows at the point of care. Vim’s infrastructure allows rapid and flexible delivery of clinical applications that our customers develop and own - connecting their technologies to healthcare’s last mile at the point of patient care.</div>
                            </div>
                        </div>
                    </div><div class="sidebar-section__item sidebar-section__item--with-action">
                        <div class="sidebar-section__left-column"><div class="sidebar-section__action-item"></div></div>
                        <div class="sidebar-section__content">
                            <div class="sidebar-section__post-item">
                               <h3 class="sidebar-section__post-item-title">Which EHRs are you compatible with?</h3>
                               <div class="sidebar-section__post-item-excerpt">Vim’s point-of-care connection platform, Vim Connect, can scale across diverse EHRs without the traditional dependencies required with direct integrations. Vim is live today on the major EHRs found in primary care settings.</div>
                            </div>
                        </div>
                    </div><div class="sidebar-section__item sidebar-section__item--with-action">
                        <div class="sidebar-section__left-column"><div class="sidebar-section__action-item"></div></div>
                        <div class="sidebar-section__content">
                            <div class="sidebar-section__post-item">
                               <h3 class="sidebar-section__post-item-title">How quickly could we implement this?</h3>
                               <div class="sidebar-section__post-item-excerpt">Vim was designed specifically to be flexible with data ingestion and easy to install and use at provider groups. Unlike our competitors in the space, we do not require review or support from EHR vendors to deploy our software. Our integration technology enables dramatically simpler and faster integrations than in other approaches. We connect to provider EHRs in a matter of days, often with near-zero lift from provider teams.</div>
                            </div>
                        </div>
                    </div><div class="sidebar-section__item sidebar-section__item--with-action">
                        <div class="sidebar-section__left-column"><div class="sidebar-section__action-item"></div></div>
                        <div class="sidebar-section__content">
                            <div class="sidebar-section__post-item">
                               <h3 class="sidebar-section__post-item-title">Who are some of your existing customers?</h3>
                               <div class="sidebar-section__post-item-excerpt">Vim works with the majority of the nation’s leading insurers, a wide variety of data aggregators, physician enablement organizations, ACOs, Federally Qualified Health Centers (FQHCs), and more to connect data<span style="font-weight: 400;"> to enhanced provider workflows directly in provider EHRs.</span></div>
                            </div>
                        </div>
                    </div></div></div>
    
<div class="wave-section wow fadeInUp wave-section--with-footer blue-new " data-wow-delay="0.2s">
    <div class="wave-section__content wave-section__content--column">
            </div>
</div>
</div>

    <footer id="footer" class="footer wow fadeInUp" data-wow-delay="0.21s">

                    <img width="1920" height="168" class="footer-line" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%20168'%3E%3C/svg%3E" alt="Footer image" data-lazy-src="https://getvim.com/wp-content/themes/getvim-redesign/img/content/footer/footer-line.svg"><noscript><img width="1920" height="168" class="footer-line" src="https://getvim.com/wp-content/themes/getvim-redesign/img/content/footer/footer-line.svg" alt="Footer image" loading="lazy"></noscript>
            <img width="767" height="72" class="footer-line-mobile" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20767%2072'%3E%3C/svg%3E" alt="Footer image mobile" data-lazy-src="https://getvim.com/wp-content/themes/getvim-redesign/img/content/footer/footer-line-mobile.svg"><noscript><img width="767" height="72" class="footer-line-mobile" src="https://getvim.com/wp-content/themes/getvim-redesign/img/content/footer/footer-line-mobile.svg" alt="Footer image mobile"  loading="lazy"></noscript>
        
        <div class="footer__container">
            <div class="footer__container__content">
                                    <div class="row footer-menu">
                        <div class="col-lg-10 col-9"><ul id="menu-footer-left-side-menu" class="footer-menu--left-side"><li id="nav-productcapabilities" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1766"><a href="#">Product Capabilities</a>
<ul class="sub-menu">
	<li id="nav-clinicaldataexchange" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4881"><a href="https://getvim.com/data-exchange/">Clinical Data Exchange</a></li>
	<li id="nav-diagnosisgaps" class="menu-item menu-item-type-post_type menu-item-object-solution menu-item-2541"><a href="https://getvim.com/solution/diagnosis-gaps/">Diagnosis Gaps</a></li>
	<li id="nav-enhancedeligibility" class="menu-item menu-item-type-post_type menu-item-object-solution menu-item-2362"><a href="https://getvim.com/solution/enhanced-eligibility/">Enhanced Eligibility</a></li>
	<li id="nav-orderassist" class="menu-item menu-item-type-post_type menu-item-object-solution menu-item-2052"><a href="https://getvim.com/solution/order-assist/">Order Assist</a></li>
	<li id="nav-patienthealthhistory" class="menu-item menu-item-type-post_type menu-item-object-solution menu-item-3641"><a href="https://getvim.com/solution/patient-health-history/">Patient Health History</a></li>
	<li id="nav-priorauthorizationsolutions" class="menu-item menu-item-type-post_type menu-item-object-solution menu-item-3742"><a href="https://getvim.com/solution/prior-authorization/">Prior Authorization Solutions</a></li>
	<li id="nav-caregaps" class="menu-item menu-item-type-post_type menu-item-object-solution menu-item-2054"><a href="https://getvim.com/solution/quality-gaps/">Care Gaps</a></li>
	<li id="nav-rxassist" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4882"><a href="https://getvim.com/rx-assist/">Rx Assist</a></li>
</ul>
</li>
<li id="nav-aboutus" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1773"><a href="#">About Us</a>
<ul class="sub-menu">
	<li id="nav-ourcompany" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2722"><a href="https://getvim.com/about-us-vims-mission/">Our Company</a></li>
	<li id="nav-mediacenter" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3221"><a href="https://getvim.com/media-center/">Media Center</a></li>
	<li id="nav-security" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3279"><a href="https://getvim.com/technology-security/">Security</a></li>
	<li id="nav-websitetermsofuse" class="menu-item menu-item-type-post_type menu-item-object-legal menu-item-4846"><a href="https://getvim.com/legal/website-terms-of-use/">Website Terms of Use</a></li>
	<li id="nav-privacypolicy" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4855"><a href="https://getvim.com/legal/privacy/">Privacy Policy</a></li>
</ul>
</li>
</ul></div><div class="col-lg-2 col-3"><ul id="menu-footer-right-side-menu" class="footer-menu--right-side"><li id="nav-hitrust" class="footer-logo-image menu-item menu-item-type-custom menu-item-object-custom menu-item-3422"><a href="https://getvim.com/news-and-events/vim-achieves-hitrust-risk-based-2-year-certification-to-further-validate-compliance-and-security-in-point-of-care-integration-platform/">Hitrust</a></li>
</ul></div>                    </div>
                
                <div class="row footer-info">
                    <div class="col-md-9 col-8 footer-info__left-col">
                        <p class="logo">
                            <img width="118" height="32" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20118%2032'%3E%3C/svg%3E" alt="" data-lazy-src="https://getvim.com/wp-content/uploads/2022/05/VimLogo_236x64.svg"><noscript><img width="118" height="32" src="https://getvim.com/wp-content/uploads/2022/05/VimLogo_236x64.svg" alt="" loading="lazy"/></noscript>
                        </p>                        <ul class="social-network social-circle social-circle-left">
                                                        <li>
                                <a rel="nofollow" target="_blank" href="https://www.linkedin.com/company/getvim" class="icoLinkedIn external-fixed" title="LinkedIn">
                                    <img width="22" height="22" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2022%2022'%3E%3C/svg%3E" alt="Leading Middleware  Platform for Healthcare  - Social" data-lazy-src="https://getvim.com/wp-content/themes/getvim-redesign/img/FB.svg"><noscript><img width="22" height="22" src="https://getvim.com/wp-content/themes/getvim-redesign/img/FB.svg" alt="Leading Middleware  Platform for Healthcare  - Social" loading="lazy"/></noscript>
                                </a>
                            </li>
                        </ul>
                    </div>
                    <div class="col-md-3 col-4  footer-info__right-col">Vim © 2024</div>
                </div>
            </div>
        </div>
    </footer>
  <div id="first-block-popup" class="modal fade first-block-popup small-padding-top" tabindex="-1" role="dialog" aria-labelledby="first-block-popup" aria-hidden="true">
    <div class="modal-dialog modal-dialog-centered" role="document">
        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
            <span aria-hidden="true">×</span>
        </button>
        <p><script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script><br>
<script data-hubspot-rendered="true">
  hbspt.forms.create({
    region: "na1",
    portalId: "9056483",
    formId: "bc97f1d7-a9de-478b-aa0a-de7827c0ed2e",
    sfdcCampaignId: "7015G000001EtGqQAK"
  });
</script><div id="hbspt-form-2e487ad0-8041-4bb0-9412-6569467da7d5" class="hbspt-form" data-hs-forms-root="true"><iframe id="hs-form-iframe-0" class="hs-form-iframe" title="Form 0" scrolling="no" width="100%" style="position: static; border: none; display: block; overflow: hidden; width: 100%;"></iframe></div></p>
    </div>
  </div>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">/* <![CDATA[ */!function(e,n){var r={"selectors":{"block":"pre.EnlighterJSRAW","inline":"code.EnlighterJSRAW"},"options":{"indent":4,"ampersandCleanup":true,"linehover":true,"rawcodeDbclick":false,"textOverflow":"break","linenumbers":false,"theme":"enlighter","language":"generic","retainCssClasses":false,"collapse":false,"toolbarOuter":"","toolbarTop":"{BTN_RAW}{BTN_COPY}{BTN_WINDOW}{BTN_WEBSITE}","toolbarBottom":""},"resources":["https:\/\/getvim.com\/wp-content\/uploads\/cache\/enlighterjs.min.css?3ldH2L6YA1Sk0y5","https:\/\/getvim.com\/wp-content\/plugins\/enlighter\/resources\/enlighterjs\/enlighterjs.min.js"]},o=document.getElementsByTagName("head")[0],t=n&&(n.error||n.log)||function(){};e.EnlighterJSINIT=function(){!function(e,n){var r=0,l=null;function c(o){l=o,++r==e.length&&(!0,n(l))}e.forEach(function(e){switch(e.match(/\.([a-z]+)(?:[#?].*)?$/)[1]){case"js":var n=document.createElement("script");n.onload=function(){c(null)},n.onerror=c,n.src=e,n.async=!0,o.appendChild(n);break;case"css":var r=document.createElement("link");r.onload=function(){c(null)},r.onerror=c,r.rel="stylesheet",r.type="text/css",r.href=e,r.media="all",o.appendChild(r);break;default:t("Error: invalid file extension",e)}})}(r.resources,function(e){e?t("Error: failed to dynamically load EnlighterJS resources!",e):"undefined"!=typeof EnlighterJS?EnlighterJS.init(r.selectors.block,r.selectors.inline,r.options):t("Error: EnlighterJS resources not loaded yet!")})},(document.querySelector(r.selectors.block)||document.querySelector(r.selectors.inline))&&e.EnlighterJSINIT()}(window,console); /* ]]> */</script><script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/getvim.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
/* ]]> */
</script>
<script type="text/javascript" id="rocket_lazyload_css-js-extra">
/* <![CDATA[ */
var rocket_lazyload_css_data = {"threshold":"300"};
/* ]]> */
</script>
<script type="text/javascript" id="rocket_lazyload_css-js-after">
/* <![CDATA[ */
!function o(n,c,a){function s(t,e){if(!c[t]){if(!n[t]){var r="function"==typeof require&&require;if(!e&&r)return r(t,!0);if(u)return u(t,!0);throw(r=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",r}r=c[t]={exports:{}},n[t][0].call(r.exports,function(e){return s(n[t][1][e]||e)},r,r.exports,o,n,c,a)}return c[t].exports}for(var u="function"==typeof require&&require,e=0;e<a.length;e++)s(a[e]);return s}({1:[function(e,t,r){"use strict";!function(){const r="undefined"==typeof rocket_pairs?[]:rocket_pairs,e="undefined"==typeof rocket_excluded_pairs?[]:rocket_excluded_pairs;e.map(t=>{var e=t.selector;const r=document.querySelectorAll(e);r.forEach(e=>{e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"excluded")})});const o=document.querySelector("#wpr-lazyload-bg-container");var t=rocket_lazyload_css_data.threshold||300;const n=new IntersectionObserver(e=>{e.forEach(t=>{if(t.isIntersecting){const e=r.filter(e=>t.target.matches(e.selector));e.map(t=>{var e;t&&((e=document.createElement("style")).textContent=t.style,o.insertAdjacentElement("afterend",e),t.elements.forEach(e=>{n.unobserve(e),e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"loaded")}))})}})},{rootMargin:t+"px"});function c(){0<(0<arguments.length&&void 0!==arguments[0]?arguments[0]:[]).length&&r.forEach(t=>{try{const e=document.querySelectorAll(t.selector);e.forEach(e=>{"loaded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&"excluded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&(n.observe(e),(t.elements||(t.elements=[])).push(e))})}catch(e){console.error(e)}})}c();const a=function(){const o=window.MutationObserver;return function(e,t){if(e&&1===e.nodeType){const r=new o(t);return r.observe(e,{attributes:!0,childList:!0,subtree:!0}),r}}}();t=document.querySelector("body"),a(t,c)}()},{}]},{},[1]);
//# sourceMappingURL=lazyload-css.min.js.map
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://getvim.com/wp-content/themes/getvim-redesign/js/libraries/bootstrap.min.js" id="bootstrap_js-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://getvim.com/wp-content/themes/getvim-redesign/js/libraries/slick.min.js" id="slick_js-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://getvim.com/wp-content/themes/getvim-redesign/js/libraries/wow.min.js" id="wow-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://getvim.com/wp-content/themes/getvim-redesign/js/libraries/progressbar.min.js" id="progressbar-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://getvim.com/wp-content/cache/min/1/wp-content/themes/getvim-redesign/js/main.js?ver=1728373283" id="my_custom_js-js" defer=""></script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async="" src="https://getvim.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script>
<!--[if lte IE 8]>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js" defer></script>
<![endif]-->
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js" defer=""></script>
<script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;rayId&quot;:&quot;8cfcf51b9ebf2fc7&quot;,&quot;version&quot;:&quot;2024.8.0&quot;,&quot;serverTiming&quot;:{&quot;name&quot;:{&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true}},&quot;token&quot;:&quot;8b1faade08ec49c3a4a9383a44a7e2f3&quot;,&quot;b&quot;:1}" crossorigin="anonymous"></script>



</body></html><!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1728452424 -->