<!doctype html>
<html lang="en-US" prefix="og: https://ogp.me/ns#">
<head>
	

	<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	<!-- RAAPID Website Schema -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "name": "RAAPID INC",
  "alternateName": ["RAAPID", "Raapid Inc"],
  "url": "https://www.raapidinc.com/"
}
</script>
<!-- End RAAPID Website Schema -->

	<script id="cookie-law-info-gcm-var-js">
var _ckyGcm = {"status":true,"default_settings":[{"analytics":"denied","advertisement":"denied","functional":"denied","necessary":"granted","ad_user_data":"denied","ad_personalization":"denied","regions":"All"}],"wait_for_update":2000,"url_passthrough":false,"ads_data_redaction":false}</script>
<script id="cookie-law-info-gcm-js" type="text/javascript" src="https://www.raapidinc.com/wp-content/plugins/cookie-law-info/lite/frontend/js/gcm.min.js"></script> <script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/d62a77d397991e82db9f76bf/script.js"></script>
            <script data-no-defer="1" data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer data-cookieconsent="ignore">
                var ctPublicFunctions = {"_ajax_nonce":"658df09e15","_rest_nonce":"c1d32167fd","_ajax_url":"\/wp-admin\/admin-ajax.php","_rest_url":"https:\/\/www.raapidinc.com\/wp-json\/","data__cookies_type":"none","data__ajax_type":"rest","bot_detector_enabled":true,"data__frontend_data_log_enabled":1,"cookiePrefix":"","wprocket_detected":true,"host_url":"www.raapidinc.com","text__ee_click_to_select":"Click to select the whole data","text__ee_original_email":"The complete one is","text__ee_got_it":"Got it","text__ee_blocked":"Blocked","text__ee_cannot_connect":"Cannot connect","text__ee_cannot_decode":"Can not decode email. Unknown reason","text__ee_email_decoder":"CleanTalk email decoder","text__ee_wait_for_decoding":"The magic is on the way!","text__ee_decoding_process":"Please wait a few seconds while we decode the contact data."}
            </script>
        
            <script data-no-defer="1" data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer data-cookieconsent="ignore">
                var ctPublic = {"_ajax_nonce":"658df09e15","settings__forms__check_internal":"0","settings__forms__check_external":"0","settings__forms__force_protection":"0","settings__forms__search_test":"1","settings__forms__wc_add_to_cart":"0","bot_detector_enabled":true,"settings__sfw__anti_crawler":0,"blog_home":"https:\/\/www.raapidinc.com\/","pixel__setting":"3","pixel__enabled":true,"pixel__url":null,"data__email_check_before_post":"1","data__email_check_exist_post":"1","data__cookies_type":"none","data__key_is_ok":true,"data__visible_fields_required":true,"wl_brandname":"Anti-Spam by CleanTalk","wl_brandname_short":"CleanTalk","ct_checkjs_key":"34c17857574ced216c615fefa7c30bcc4721e3dc5668bd98b72ff99acbf4d300","emailEncoderPassKey":"b3fc39bfc99ea39d68541cb1bf394414","bot_detector_forms_excluded":"W10=","advancedCacheExists":true,"varnishCacheExists":false,"wc_ajax_add_to_cart":false}
            </script>
        <script id="conversion-bridge--ga4--consent-listener">
if ( ! window.cb_ga4_consent_bridge_initialized ) {
	window.cb_ga4_pageview_tracked = !! window.cb_ga4_pageview_tracked;
	var cb_ga4_track_pageview_after_consent = function( reason ) {
		if ( window.cb_ga4_pageview_tracked ) {
			return;
		}
		if ( typeof gtag !== "function" ) {
			return;
		}
		gtag( "event", "page_view", { "send_to": "G-MDGDWX5YWB" } );
		window.cb_ga4_pageview_tracked = true;
		console.log( "[Conversion Bridge] Google Analytics: page_view tracked (" + reason + ")" );
	};
	window.dataLayer = window.dataLayer || [];
	window.gtag = window.gtag || function() { dataLayer.push( arguments ); };
	gtag( "consent", "default", {
		"functionality_storage": "granted",
		"security_storage": "granted",
		"analytics_storage": "denied"
	} );
	console.log( "[Conversion Bridge] Google Analytics: consent denied (default)" );
	window.addEventListener( "cb_consent_category", function( e ) {
		var detail = e && e.detail ? e.detail : null;
		var category = ( detail && typeof detail === "object" ) ? detail.category : detail;
		var allowed = ( detail && typeof detail === "object" && Object.prototype.hasOwnProperty.call( detail, "allowed" ) ) ? !!detail.allowed : true;
		if ( category === "analytics" ) {
			gtag( "consent", "update", { "analytics_storage": allowed ? "granted" : "denied" } );
			console.log( "[Conversion Bridge] Google Analytics: consent " + ( allowed ? "granted" : "denied" ) );
			if ( allowed ) {
				cb_ga4_track_pageview_after_consent( "consent grant" );
			}
		}
	});
	window.addEventListener( "cb_consent_platform", function( e ) {
		var detail = e && e.detail ? e.detail : null;
		var platform = ( detail && typeof detail === "object" ) ? detail.platform : detail;
		var allowed = ( detail && typeof detail === "object" && Object.prototype.hasOwnProperty.call( detail, "allowed" ) ) ? !!detail.allowed : true;
		if ( platform === "ga4" ) {
			gtag( "consent", "update", { "analytics_storage": allowed ? "granted" : "denied" } );
			console.log( "[Conversion Bridge] Google Analytics platform consent " + ( allowed ? "granted" : "denied" ) );
			if ( allowed ) {
				cb_ga4_track_pageview_after_consent( "platform consent grant" );
			}
		}
	});
	var cb_ga4_sync_initial = function() {
		if ( ! window.ConversionBridge ) {
			return;
		}
		var granted = false;
		if ( typeof window.ConversionBridge.has_platform_consent === "function" ) {
			granted = !! window.ConversionBridge.has_platform_consent( "ga4" );
		} else if ( typeof window.ConversionBridge.has_consent === "function" ) {
			granted = !! window.ConversionBridge.has_consent( "analytics" );
		}
		if ( granted ) {
			gtag( "consent", "update", { "analytics_storage": "granted" } );
			console.log( "[Conversion Bridge] Google Analytics: consent granted (initial sync)" );
			cb_ga4_track_pageview_after_consent( "initial sync" );
		}
	};
	if ( document.readyState === "loading" ) {
		document.addEventListener( "DOMContentLoaded", cb_ga4_sync_initial, { once: true } );
	} else {
		setTimeout( cb_ga4_sync_initial, 0 );
	}
	window.cb_ga4_consent_bridge_initialized = true;
}
</script>
		<script id="conversion-bridge--googleads--consent-listener">
if ( ! window.cb_googleads_consent_bridge_initialized ) {
	window.dataLayer = window.dataLayer || [];
	window.gtag = window.gtag || function() { dataLayer.push( arguments ); };
	gtag( "consent", "default", {
		"functionality_storage": "granted",
		"security_storage": "granted",
		"ad_storage": "denied",
		"ad_user_data": "denied",
		"ad_personalization": "denied"
	});
	console.log( "[Conversion Bridge] Google Ads: consent denied (default)" );
	window.addEventListener( "cb_consent_category", function( e ) {
		var detail = e && e.detail ? e.detail : null;
		var category = ( detail && typeof detail === "object" ) ? detail.category : detail;
		var allowed = ( detail && typeof detail === "object" && Object.prototype.hasOwnProperty.call( detail, "allowed" ) ) ? !!detail.allowed : true;
		if ( category === "marketing" ) {
			gtag( "consent", "update", {
				"ad_storage": allowed ? "granted" : "denied",
				"ad_user_data": allowed ? "granted" : "denied",
				"ad_personalization": allowed ? "granted" : "denied"
			});
			console.log( "[Conversion Bridge] Google Ads: consent " + ( allowed ? "granted" : "denied" ) );
		}
	});
	window.addEventListener( "cb_consent_platform", function( e ) {
		var detail = e && e.detail ? e.detail : null;
		var platform = ( detail && typeof detail === "object" ) ? detail.platform : detail;
		var allowed = ( detail && typeof detail === "object" && Object.prototype.hasOwnProperty.call( detail, "allowed" ) ) ? !!detail.allowed : true;
		if ( platform === "googleads" ) {
			gtag( "consent", "update", {
				"ad_storage": allowed ? "granted" : "denied",
				"ad_user_data": allowed ? "granted" : "denied",
				"ad_personalization": allowed ? "granted" : "denied"
			});
			console.log( "[Conversion Bridge] Google Ads platform consent " + ( allowed ? "granted" : "denied" ) );
		}
	});
	var cb_googleads_sync_initial = function() {
		if ( ! window.ConversionBridge ) {
			return;
		}
		var granted = false;
		if ( typeof window.ConversionBridge.has_platform_consent === "function" ) {
			granted = !! window.ConversionBridge.has_platform_consent( "googleads" );
		} else if ( typeof window.ConversionBridge.has_consent === "function" ) {
			granted = !! window.ConversionBridge.has_consent( "marketing" );
		}
		if ( granted ) {
			gtag( "consent", "update", {
				"ad_storage": "granted",
				"ad_user_data": "granted",
				"ad_personalization": "granted"
			});
			console.log( "[Conversion Bridge] Google Ads: consent granted (initial sync)" );
		}
	};
	if ( document.readyState === "loading" ) {
		document.addEventListener( "DOMContentLoaded", cb_googleads_sync_initial, { once: true } );
	} else {
		setTimeout( cb_googleads_sync_initial, 0 );
	}
	window.cb_googleads_consent_bridge_initialized = true;
}
</script>
		
<!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ -->
<title>Page not found - RAAPID INC</title>
<meta name="robots" content="follow, noindex"/>
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Page not found - RAAPID INC" />
<meta property="og:site_name" content="RAAPID INC" />
<meta property="article:publisher" content="https://www.facebook.com/raapidai/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Page not found - RAAPID INC" />
<script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":"Place","@id":"https://www.raapidinc.com/#place","address":{"@type":"PostalAddress","streetAddress":"12806","addressLocality":"Townepark Way","addressRegion":"Louisville, KY","postalCode":"40243","addressCountry":"United States"}},{"@type":"Organization","@id":"https://www.raapidinc.com/#organization","name":"RAAPID INC","url":"https://www.raapidinc.com/","sameAs":["https://www.facebook.com/raapidai/","https://www.youtube.com/@raapidai","https://www.linkedin.com/company/raapid","https://www.instagram.com/raapid.ai/"],"email":"info@raapidinc.com","address":{"@type":"PostalAddress","streetAddress":"12806","addressLocality":"Townepark Way","addressRegion":"Louisville, KY","postalCode":"40243","addressCountry":"United States"},"logo":{"@type":"ImageObject","@id":"https://www.raapidinc.com/#logo","url":"https://www.raapidinc.com/wp-content/uploads/2021/12/RAAPID-Logo.png","contentUrl":"https://www.raapidinc.com/wp-content/uploads/2021/12/RAAPID-Logo.png","caption":"RAAPID INC","inLanguage":"en-US","width":"1251","height":"418"},"location":{"@id":"https://www.raapidinc.com/#place"}},{"@type":"WebSite","@id":"https://www.raapidinc.com/#website","url":"https://www.raapidinc.com","name":"RAAPID INC","publisher":{"@id":"https://www.raapidinc.com/#organization"},"inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"#breadcrumb","itemListElement":[{"@type":"ListItem","position":"1","item":{"@id":"https://www.raapidinc.com","name":"Home"}}]},{"@type":"WebPage","@id":"#webpage","url":"","name":"Page not found - RAAPID INC","isPartOf":{"@id":"https://www.raapidinc.com/#website"},"inLanguage":"en-US","breadcrumb":{"@id":"#breadcrumb"}}]}</script>
<!-- /Rank Math WordPress SEO plugin -->

<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel='dns-prefetch' href='//fd.cleantalk.org' />
<link rel='dns-prefetch' href='//www.google.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="RAAPID INC &raquo; Feed" href="https://www.raapidinc.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="RAAPID INC &raquo; Comments Feed" href="https://www.raapidinc.com/comments/feed/" />
<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</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}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<link rel='stylesheet' id='wp-components-css' href='https://www.raapidinc.com/wp-includes/css/dist/components/style.min.css?ver=173917eb9b1966f9bf45c797cb7c874c' type='text/css' media='all' />
<link rel='stylesheet' id='wp-preferences-css' href='https://www.raapidinc.com/wp-includes/css/dist/preferences/style.min.css?ver=173917eb9b1966f9bf45c797cb7c874c' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-editor-css' href='https://www.raapidinc.com/wp-includes/css/dist/block-editor/style.min.css?ver=173917eb9b1966f9bf45c797cb7c874c' type='text/css' media='all' />
<link rel='stylesheet' id='popup-maker-block-library-style-css' href='https://www.raapidinc.com/wp-content/plugins/popup-maker/dist/packages/block-library-style.css?ver=7424eb959f91acb8bbb2' type='text/css' media='all' />
<style id='rank-math-related-posts-style-inline-css' type='text/css'>
.wp-block-rank-math-related-posts{--rm-related-gap: 1rem;--rm-related-border-radius: 6px;--rm-related-card-padding: 16px;--rm-related-hover-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);--rm-related-transition: 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts{display:block}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-wrap{display:grid;gap:var(--rm-related-gap)}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-vertical .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-vertical .rank-math-related-wrap{grid-template-columns:repeat(auto-fill, minmax(220px, 1fr))}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-wrap{grid-template-columns:repeat(auto-fill, minmax(400px, 1fr))}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-item{display:flex;gap:16px;align-items:flex-start}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb{flex:0 0 140px;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb img{width:140px;height:140px;-o-object-fit:cover;object-fit:cover}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-content,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-content{flex:1;min-width:0;display:flex;flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-title,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-title{margin-top:0}@media (max-width: 640px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb{flex:0 0 100px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb img{width:100px;height:100px}}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-vertical .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-vertical .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{display:flex;gap:20px;align-items:flex-start}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 180px;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:180px;height:180px;-o-object-fit:cover;object-fit:cover}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-content,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-content{flex:1;min-width:0;display:flex;flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-title,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-title{margin-top:0}@media (max-width: 640px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{gap:16px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 120px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:120px;height:120px}}@media (max-width: 480px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 auto;width:100%}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:100%;height:auto;max-height:200px}}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-item{border-radius:var(--rm-related-border-radius);padding:var(--rm-related-card-padding);background:inherit;transition:transform var(--rm-related-transition),box-shadow var(--rm-related-transition)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-item:hover{transform:translateY(-2px);box-shadow:var(--rm-related-hover-shadow)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title{margin:0.5rem 0;font-size:inherit;line-height:inherit}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title a{color:inherit;text-decoration:none;transition:color 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title a:hover{color:#2563eb;text-decoration:underline}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title:not(:has(a)){cursor:default}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb{position:relative;overflow:hidden;border-radius:4px;display:block}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb img{display:block;width:100%;height:auto;border-radius:4px;transition:transform 0.3s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:hover img{transform:scale(1.05)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:not(a){cursor:default}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:not(a):hover img{transform:none}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-date{margin-top:0.25rem;font-size:0.85em;opacity:0.7}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-terms{margin-top:0.5rem}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-chip{display:inline-block;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:0.15rem 0.5rem;margin-right:0.35rem;font-size:0.8em}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-excerpt{margin-top:0.5rem;color:inherit;opacity:0.8;font-size:0.9em;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-more{margin-top:1rem}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-button{display:inline-block;background:#111827;color:#fff;border-radius:6px;padding:0.625rem 1.25rem;text-decoration:none;font-weight:500;transition:background 0.2s ease, transform 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-button:hover{background:#1f2937;transform:translateY(-1px)}.wp-block-rank-math-related-posts.has-border-color .rank-math-related-item{border-color:inherit}.wp-block-rank-math-related-posts.has-border-width .rank-math-related-item{border-width:inherit}.wp-block-rank-math-related-posts.has-border-style .rank-math-related-item{border-style:inherit}.wp-block-rank-math-related-posts.has-border-radius .rank-math-related-item{border-radius:inherit}.wp-block-rank-math-related-posts:not(.has-border-color):not(.has-border-width):not(.has-border-style) .rank-math-related-item{border:1px solid #e5e7eb}

/*# sourceURL=https://www.raapidinc.com/wp-content/plugins/seo-by-rank-math-pro/includes/modules/link-genius/blocks/related/assets/css/styles.css */
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 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,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 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 rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */
</style>
<link rel='stylesheet' id='cleantalk-public-css-css' href='https://www.raapidinc.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-public.min.css?ver=6.77_1776415016' type='text/css' media='all' />
<link rel='stylesheet' id='cleantalk-email-decoder-css-css' href='https://www.raapidinc.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-email-decoder.min.css?ver=6.77_1776415016' type='text/css' media='all' />
<link rel='stylesheet' id='megamenu-css' href='https://www.raapidinc.com/wp-content/uploads/maxmegamenu/style.css?ver=e25f81' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css' href='https://www.raapidinc.com/wp-includes/css/dashicons.min.css?ver=173917eb9b1966f9bf45c797cb7c874c' type='text/css' media='all' />
<link rel='stylesheet' id='hello-elementor-css' href='https://www.raapidinc.com/wp-content/themes/Raapid-AI/style.min.css?ver=2.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://www.raapidinc.com/wp-content/themes/Raapid-AI/theme.min.css?ver=2.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://www.raapidinc.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-6-css' href='https://www.raapidinc.com/wp-content/uploads/elementor/css/post-6.css?ver=1776448009' type='text/css' media='all' />
<link rel='stylesheet' id='widget-image-css' href='https://www.raapidinc.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='swiper-css' href='https://www.raapidinc.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' type='text/css' media='all' />
<link rel='stylesheet' id='e-swiper-css' href='https://www.raapidinc.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=4.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='widget-nav-menu-css' href='https://www.raapidinc.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css?ver=4.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='widget-search-form-css' href='https://www.raapidinc.com/wp-content/plugins/elementor-pro/assets/css/widget-search-form.min.css?ver=4.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='e-sticky-css' href='https://www.raapidinc.com/wp-content/plugins/elementor-pro/assets/css/modules/sticky.min.css?ver=4.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://www.raapidinc.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='e-animation-shrink-css' href='https://www.raapidinc.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.min.css?ver=4.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='widget-social-icons-css' href='https://www.raapidinc.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=4.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='e-apple-webkit-css' href='https://www.raapidinc.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=4.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='widget-icon-list-css' href='https://www.raapidinc.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=4.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-5-all-css' href='https://www.raapidinc.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=4.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-4-shim-css' href='https://www.raapidinc.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=4.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-14-css' href='https://www.raapidinc.com/wp-content/uploads/elementor/css/post-14.css?ver=1776448010' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-65-css' href='https://www.raapidinc.com/wp-content/uploads/elementor/css/post-65.css?ver=1776448010' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-2232-css' href='https://www.raapidinc.com/wp-content/uploads/elementor/css/post-2232.css?ver=1776448010' type='text/css' media='all' />
<link rel='stylesheet' id='popup-maker-site-css' href='//www.raapidinc.com/wp-content/uploads/pum/pum-site-styles.css?generated=1774332569&#038;ver=1.22.0' type='text/css' media='all' />
<script type="text/javascript" id="conversion-bridge-js-before">
/* <![CDATA[ */
window.conversionbridge_vars = {"rest_url":"https:\/\/www.raapidinc.com\/wp-json\/conversionbridge\/v1\/track-event","ajaxurl":"https:\/\/www.raapidinc.com\/wp-admin\/admin-ajax.php","cookie_plugin":"cookieyes","security":"8041f19132","restart":false,"console":false,"journeys":true,"tracking_method":"cookie","pageview_id":"edb2c08055b6d9418ef5e64c72c105d6b5f8f1f6255ba847ec9939c1923767f8-69e2720a5805c","enabled_platforms":["ga4","googleads","linkedin"],"platform_consent_requirements":{"conversion_bridge":"analytics","ga4":"analytics","googleads":"marketing","linkedin":"marketing"},"consent_signal_modes":{"ga4":"conversion_bridge","googleads":"conversion_bridge","linkedin":"conversion_bridge"},"default_country":"US","params":["utm_source","utm_medium","utm_campaign","utm_content","utm_term","gclid"]};
var conversionbridge_vars = window.conversionbridge_vars;
window.conversionbridge_log = function( message, args, type ) {
	var method = ( typeof type === "string" && typeof console[type] === "function" ) ? type : "log";
	if ( window.conversionbridge_vars.console ) {
		console[method]( "[Conversion Bridge] " + message, args || "" );
	}
};
//# sourceURL=conversion-bridge-js-before
/* ]]> */
</script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-content/plugins/conversion-bridge/assets/js/conversionbridge.js?ver=1.13.3" id="conversion-bridge-js"></script>
<script type="text/javascript" id="conversion-bridge-js-after">
/* <![CDATA[ */
	if ( conversionbridge_vars.cookie_plugin == 'cookieyes' ) {

		// Cookie parser for initial consent verification (handles cached pages / early events)
		window.cb_verify_consent_from_cookie = function() {
			var cookieMatch = document.cookie.match( /(?:^|;\s*)cookieyes-consent=([^;]*)/ );
			if ( ! cookieMatch || ! cookieMatch[1] ) {
				return { analytics: false, marketing: false, checked: false };
			}

			var raw = cookieMatch[1];
			try {
				raw = decodeURIComponent( raw );
			} catch (e) {
				// Keep raw value if decode fails.
			}

			var consent = {};
			raw.split( ',' ).forEach( function( pair ) {
				var separatorIndex = pair.indexOf( ':' );
				if ( separatorIndex === -1 ) {
					return;
				}
				var key = pair.substring( 0, separatorIndex ).trim();
				var value = pair.substring( separatorIndex + 1 ).trim().toLowerCase();
				consent[key] = value;
			} );

			var parsed = {
				analytics: consent.analytics === 'yes',
				marketing: consent.advertisement === 'yes',
				checked: true
			};
			return parsed;
		};

		function cb_cookieyes_is_granted( value ) {
			if ( value === true ) {
				return true;
			}
			if ( value === false || value === null || typeof value === 'undefined' ) {
				return false;
			}
			if ( typeof value === 'number' ) {
				return value === 1;
			}
			if ( typeof value === 'string' ) {
				var normalized = value.trim().toLowerCase();
				return normalized === 'yes' || normalized === 'true' || normalized === '1' || normalized === 'allow' || normalized === 'allowed' || normalized === 'accept' || normalized === 'accepted';
			}
			return false;
		}

		function cb_cookieyes_has_category( accepted, category ) {
			if ( Array.isArray( accepted ) ) {
				return accepted.indexOf( category ) !== -1;
			}
			if ( typeof accepted === 'string' ) {
				return accepted.split( ',' ).map( function( item ) { return item.trim(); } ).indexOf( category ) !== -1;
			}
			if ( accepted && typeof accepted === 'object' && Object.prototype.hasOwnProperty.call( accepted, category ) ) {
				return cb_cookieyes_is_granted( accepted[category] );
			}
			return false;
		}

		// Central handler for CookieYes consent - dispatches to CB's consent system
		function cb_handle_cookieyes_consent( analyticsGranted, marketingGranted, source ) {
			analyticsGranted = cb_cookieyes_is_granted( analyticsGranted );
			marketingGranted = cb_cookieyes_is_granted( marketingGranted );

			// Only process if consent state is actually changing
			var analyticsChanged = analyticsGranted !== ConversionBridge.has_consent( 'analytics' );
			var marketingChanged = marketingGranted !== ConversionBridge.has_consent( 'marketing' );

		conversionbridge_log( 'CookieYes (' + source + '): analytics=' + analyticsGranted + ', marketing=' + marketingGranted );

		ConversionBridge.consent_categories( analyticsGranted, marketingGranted, 'cmp_runtime' );

		if ( analyticsGranted && analyticsChanged ) {
			ConversionBridge.pageview();
		}
	}

		// Listen for consent updates (user changes consent)
		document.addEventListener( 'cookieyes_consent_update', function( eventData ) {
			var data = eventData && eventData.detail ? eventData.detail : {};
			var accepted = data.accepted || [];
			cb_handle_cookieyes_consent(
				cb_cookieyes_has_category( accepted, 'analytics' ),
				cb_cookieyes_has_category( accepted, 'advertisement' ),
				'consent_update'
			);
		});

		// Initial state sync from cookie (CookieYes does not always emit an initial-load event).
		document.addEventListener( 'DOMContentLoaded', function() {
			var initialConsent = window.cb_verify_consent_from_cookie();
			if ( initialConsent && initialConsent.checked ) {
				cb_handle_cookieyes_consent( initialConsent.analytics, initialConsent.marketing, 'cookie_fallback_init' );
			}
		});

}

window.dataLayer = window.dataLayer || [];
if ( typeof window.gtag !== "function" ) {
	window.gtag = function() {
		dataLayer.push( arguments );
	}
}

if ( ! window.cb_googleads_consent_bridge_initialized ) {
gtag( "consent", "default", {
		"functionality_storage": "granted",
		"security_storage": "granted",
		"ad_storage": "denied",
		"ad_user_data": "denied",
		"ad_personalization": "denied"
});
console.log( "[Conversion Bridge] Google Ads: consent denied (default)" );
}
gtag( "js", new Date() );
gtag( "config", "AW-10927063263", {"allow_enhanced_conversions":true} );

if ( ! window.cb_googleads_consent_bridge_initialized ) {
// Listen for CB's central consent events
window.addEventListener( "cb_consent_category", function( e ) {
		var detail = e && e.detail ? e.detail : null;
		var category = ( detail && typeof detail === "object" ) ? detail.category : detail;
		var allowed = ( detail && typeof detail === "object" && Object.prototype.hasOwnProperty.call( detail, "allowed" ) ) ? !!detail.allowed : true;
	if ( category === "marketing" ) {
		gtag( "consent", "update", {
			"ad_storage": allowed ? "granted" : "denied",
			"ad_user_data": allowed ? "granted" : "denied",
			"ad_personalization": allowed ? "granted" : "denied"
		});
			console.log( "[Conversion Bridge] Google Ads: consent " + ( allowed ? "granted" : "denied" ) );
		}
});
window.addEventListener( "cb_consent_platform", function( e ) {
		var detail = e && e.detail ? e.detail : null;
		var platform = ( detail && typeof detail === "object" ) ? detail.platform : detail;
		var allowed = ( detail && typeof detail === "object" && Object.prototype.hasOwnProperty.call( detail, "allowed" ) ) ? !!detail.allowed : true;
		if ( platform === "googleads" ) {
			gtag( "consent", "update", {
				"ad_storage": allowed ? "granted" : "denied",
				"ad_user_data": allowed ? "granted" : "denied",
				"ad_personalization": allowed ? "granted" : "denied"
			});
			console.log( "[Conversion Bridge] Google Ads platform consent " + ( allowed ? "granted" : "denied" ) );
		}
	});
var cb_googleads_initially_granted = false;
if ( window.ConversionBridge && typeof window.ConversionBridge.has_platform_consent === "function" ) {
		cb_googleads_initially_granted = !! window.ConversionBridge.has_platform_consent( "googleads" );
} else if ( window.ConversionBridge && typeof window.ConversionBridge.has_consent === "function" ) {
	cb_googleads_initially_granted = !! window.ConversionBridge.has_consent( "marketing" );
}
if ( cb_googleads_initially_granted ) {
	gtag( "consent", "update", {
		"ad_storage": "granted",
		"ad_user_data": "granted",
		"ad_personalization": "granted"
		});
		console.log( "[Conversion Bridge] Google Ads: consent granted (initial sync)" );
}
window.cb_googleads_consent_bridge_initialized = true;
}

//# sourceURL=conversion-bridge-js-after
/* ]]> */
</script>
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=G-MDGDWX5YWB" id="conversion-bridge-analytics-ga4-js"></script>
<script type="text/javascript" id="conversion-bridge-analytics-ga4-js-after">
/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
if ( typeof window.gtag !== "function" ) {
	window.gtag = function() { dataLayer.push( arguments ); }
}

if ( ! window.cb_ga4_consent_bridge_initialized ) {
gtag( "consent", "default", {
		"functionality_storage": "granted",
		"security_storage": "granted",
		"analytics_storage": "denied"
});
console.log( "[Conversion Bridge] Google Analytics: consent denied (default)" );
}
gtag( "js", new Date());
gtag( "config", "G-MDGDWX5YWB", {"send_page_view":false} );

if ( ! window.cb_ga4_consent_bridge_initialized ) {
window.cb_ga4_pageview_tracked = !! window.cb_ga4_pageview_tracked;
var cb_ga4_track_pageview_after_consent = function( reason ) {
	if ( window.cb_ga4_pageview_tracked ) {
		return;
	}
	if ( typeof gtag !== "function" ) {
		return;
	}
		gtag( "event", "page_view", { "send_to": "G-MDGDWX5YWB" } );
	window.cb_ga4_pageview_tracked = true;
	console.log( "[Conversion Bridge] Google Analytics: page_view tracked (" + reason + ")" );
};
window.addEventListener( "cb_consent_category", function( e ) {
		var detail = e && e.detail ? e.detail : null;
		var category = ( detail && typeof detail === "object" ) ? detail.category : detail;
		var allowed = ( detail && typeof detail === "object" && Object.prototype.hasOwnProperty.call( detail, "allowed" ) ) ? !!detail.allowed : true;
		if ( category === "analytics" ) {
			gtag( "consent", "update", { "analytics_storage": allowed ? "granted" : "denied" });
			console.log( "[Conversion Bridge] Google Analytics: consent " + ( allowed ? "granted" : "denied" ) );
			if ( allowed ) {
				cb_ga4_track_pageview_after_consent( "consent grant" );
			}
		}
});
window.addEventListener( "cb_consent_platform", function( e ) {
		var detail = e && e.detail ? e.detail : null;
		var platform = ( detail && typeof detail === "object" ) ? detail.platform : detail;
		var allowed = ( detail && typeof detail === "object" && Object.prototype.hasOwnProperty.call( detail, "allowed" ) ) ? !!detail.allowed : true;
		if ( platform === "ga4" ) {
			gtag( "consent", "update", { "analytics_storage": allowed ? "granted" : "denied" } );
			console.log( "[Conversion Bridge] Google Analytics platform consent " + ( allowed ? "granted" : "denied" ) );
			if ( allowed ) {
				cb_ga4_track_pageview_after_consent( "platform consent grant" );
			}
		}
	});
var cb_ga4_initially_granted = false;
if ( window.ConversionBridge && typeof window.ConversionBridge.has_platform_consent === "function" ) {
		cb_ga4_initially_granted = !! window.ConversionBridge.has_platform_consent( "ga4" );
} else if ( window.ConversionBridge && typeof window.ConversionBridge.has_consent === "function" ) {
		cb_ga4_initially_granted = !! window.ConversionBridge.has_consent( "analytics" );
}
if ( cb_ga4_initially_granted ) {
		gtag( "consent", "update", { "analytics_storage": "granted" } );
		console.log( "[Conversion Bridge] Google Analytics: consent granted (initial sync)" );
		cb_ga4_track_pageview_after_consent( "initial sync" );
}
window.cb_ga4_consent_bridge_initialized = true;
}

//# sourceURL=conversion-bridge-analytics-ga4-js-after
/* ]]> */
</script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle.min.js?ver=6.77_1776415016" id="apbct-public-bundle.min-js-js"></script>
<script type="text/javascript" src="https://fd.cleantalk.org/ct-bot-detector-wrapper.js?ver=6.77" id="ct_bot_detector-js" async="async" data-wp-strategy="async"></script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=4.0.2" id="font-awesome-4-shim-js"></script>
<link rel="https://api.w.org/" href="https://www.raapidinc.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.raapidinc.com/xmlrpc.php?rsd" />


    <!-- Favicon and related metadata -->
    <link rel="apple-touch-icon" sizes="180x180" href="https://www.raapidinc.com/favicon/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="512x512" href="https://www.raapidinc.com/favicon/android-chrome-512x512.png">
    <link rel="icon" type="image/png" sizes="32x32" href="https://www.raapidinc.com/favicon/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="https://www.raapidinc.com/favicon/favicon-16x16.png">
	<link rel="icon" type="image/png" sizes="48x48" href="https://www.raapidinc.com/favicon/favicon.png">
    <link rel="icon" type="image/svg+xml" href="https://www.raapidinc.com/favicon/favicon.svg">
    <link rel="icon" type="image/png" sizes="96x96" href="https://www.raapidinc.com/favicon/favicon-96x96.png">
    <link rel="shortcut icon" type="image/x-icon" href="https://www.raapidinc.com/favicon/favicon.ico"/>
	<link rel="icon" type="image/x-icon" href="https://www.raapidinc.com/favicon/favicon.ico">
    <link rel="manifest" href="https://www.raapidinc.com/favicon/manifest.json">
    
	<!-- Metadata -->
    <meta name="application-name" content="RAAPID">
    <meta name="apple-mobile-web-app-title" content="RAAPID">
    <meta name="theme-color" content="#ffffff">
    <meta name="msapplication-TileColor" content="#ffffff">
	
    <meta name="generator" content="Elementor 4.0.2; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-disabled, font_display-auto">
<script>

    window.dataLayer = window.dataLayer || [];

    function gtag() {

        dataLayer.push(arguments);

    }

    gtag("consent", "default", {
        ad_storage: "denied",
        ad_user_data: "denied", 
        ad_personalization: "denied",
        analytics_storage: "denied",
        functionality_storage: "denied",
        personalization_storage: "denied",
        security_storage: "granted",
        wait_for_update: 2000,
    });

    gtag("set", "ads_data_redaction", true);
    gtag("set", "url_passthrough", true);

</script>


<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-58TM7G22');</script>
<!-- End Google Tag Manager -->


<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-10926726391"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-10926726391');
</script>



<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MDGDWX5YWB"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-MDGDWX5YWB');
</script>

<script id="vtag-ai-js" async src="https://r2.leadsy.ai/tag.js" data-pid="10YYJ7b8m0AwZ4QDJ" data-version="062024"></script>

<script>
var clickRankAi = document.createElement("script");
clickRankAi.src = "https://js.clickrank.ai/seo/78361d6b-497e-4332-9802-d51b3a080606/script?" + new Date().getTime();
clickRankAi.async = true;
document.head.appendChild(clickRankAi);
</script>
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<link rel="icon" href="https://www.raapidinc.com/wp-content/uploads/2022/01/cropped-FAVICON-1-32x32.png" sizes="32x32" />
<link rel="icon" href="https://www.raapidinc.com/wp-content/uploads/2022/01/cropped-FAVICON-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.raapidinc.com/wp-content/uploads/2022/01/cropped-FAVICON-1-180x180.png" />
<meta name="msapplication-TileImage" content="https://www.raapidinc.com/wp-content/uploads/2022/01/cropped-FAVICON-1-270x270.png" />
		<style type="text/css" id="wp-custom-css">
			.color-1{color: #5280ff;}
.color-2{color: #62d6da;}
input:focus, textarea:focus, select:focus{        outline: none !important;border: none !important;border-color: transparent !important; box-shadow:none !important; }
.hoverright a:hover .elementor-align-icon-right{transform: translate3d(4px, 0, 0);}
body{overflow-x: hidden;}

.elementor-widget-text-editor p {
    margin-block-end: 15px !important;
}

/* Gravity Forms Button Styling - Apply to All Forms */
.gform_wrapper .gform_button { 
    background-color: #5280FF !important;
    color: #ffffff !important;
   
    font-size: 16px !important;
    border-radius: 25px !important;
    padding: 8px 30px !important;
    border: 0 !important;
    transition: all 0.3s ease-in-out;
}

body .gform_wrapper .gfield .iti input.iti__tel-input,
body .gform_wrapper .gfield .iti input.iti__tel-input[type=tel],
body .gform_wrapper .gfield .iti input.iti__tel-input[type=text] {
    padding-left: 80px !important;
}

/* Global custom arrow for all Elementor Text Editor widgets */
/* Custom Arrow List - Elementor Fix */
.elementor-widget-text-editor.custom-arrow-list ul {
  margin-left: 0 !important;
  padding-left: 15px !important;
}

.elementor-widget-text-editor.custom-arrow-list ul li {
  margin-bottom: 15px !important;
  list-style: none !important;
  margin-top: 0 !important;
  line-height: 26px !important;
  position: relative !important;
  padding-left: 15px !important;
}

.elementor-widget-text-editor.custom-arrow-list ul li::before {
  content: ''; 
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: var(--wpr-bg-9f32fc44-de28-49db-9410-74f13ac78a81); 
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -10px;
  top: 3px;
}
		</style>
		<style type="text/css">/** Mega Menu CSS: fs **/</style>
</head>
<body class="error404 wp-custom-logo wp-theme-Raapid-AI mega-menu-max-mega-menu-2 mega-menu-max-mega-menu-1 mega-menu-max-mega-menu-3 mega-menu-max-mega-menu-4 mega-menu-max-mega-menu-6 mega-menu-max-mega-menu-7 elementor-default elementor-kit-6 elementor-page-2232">

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

		<header data-elementor-type="header" data-elementor-id="14" class="elementor elementor-14 elementor-location-header" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-16357a5 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="16357a5" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-bec5c91" data-id="bec5c91" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4911a1c elementor-widget-tablet__width-initial elementor-widget elementor-widget-image" data-id="4911a1c" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
																<a href="https://www.raapidinc.com">
							<img fetchpriority="high" width="1251" height="418" src="https://www.raapidinc.com/wp-content/uploads/2021/12/RAAPID-Logo.png" class="attachment-full size-full wp-image-19" alt="RAAPID Logo" srcset="https://www.raapidinc.com/wp-content/uploads/2021/12/RAAPID-Logo.png 1251w, https://www.raapidinc.com/wp-content/uploads/2021/12/RAAPID-Logo-300x100.png 300w, https://www.raapidinc.com/wp-content/uploads/2021/12/RAAPID-Logo-1024x342.png 1024w, https://www.raapidinc.com/wp-content/uploads/2021/12/RAAPID-Logo-768x257.png 768w" sizes="(max-width: 1251px) 100vw, 1251px" />								</a>
															</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-6dbddd3" data-id="6dbddd3" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8403334 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-wp-widget-maxmegamenu" data-id="8403334" data-element_type="widget" data-e-type="widget" data-widget_type="wp-widget-maxmegamenu.default">
				<div class="elementor-widget-container">
					<div id="mega-menu-wrap-max_mega_menu_6" class="mega-menu-wrap"><div class="mega-menu-toggle"><div class="mega-toggle-blocks-left"></div><div class="mega-toggle-blocks-center"></div><div class="mega-toggle-blocks-right"><div class='mega-toggle-block mega-menu-toggle-animated-block mega-toggle-block-0' id='mega-toggle-block-0'><button aria-label="Toggle Menu" class="mega-toggle-animated mega-toggle-animated-slider" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="mega-menu-max_mega_menu_6">
                  <span class="mega-toggle-animated-box">
                    <span class="mega-toggle-animated-inner"></span>
                  </span>
                </button></div></div></div><ul id="mega-menu-max_mega_menu_6" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="fade_up" data-effect-speed="200" data-effect-mobile="slide_right" data-effect-speed-mobile="200" data-panel-width="body" data-panel-inner-width="#container" data-mobile-force-width="false" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="768" data-unbind="true" data-mobile-state="collapse_all" data-mobile-direction="vertical" data-hover-intent-timeout="300" data-hover-intent-interval="100"><li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-86826" id="mega-menu-item-86826"><a class="mega-menu-link" href="#" aria-expanded="false" aria-controls="mega-sub-menu-86826">Who We Help<span class="mega-indicator" aria-hidden="true"></span></a>
<ul class="mega-sub-menu" id='mega-sub-menu-86826'>
<li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-86832" id="mega-menu-item-86832"><a class="mega-menu-link" href="https://www.raapidinc.com/health-plans/">Health Plans</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-86834" id="mega-menu-item-86834"><a class="mega-menu-link" href="https://www.raapidinc.com/providers/">Providers</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-86835" id="mega-menu-item-86835"><a class="mega-menu-link" href="https://www.raapidinc.com/tech-service-partner/">Tech &#038; Service Partner</a></li></ul>
</li><li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-86836" id="mega-menu-item-86836"><a class="mega-menu-link" href="#" aria-expanded="false" aria-controls="mega-sub-menu-86836">Solutions<span class="mega-indicator" aria-hidden="true"></span></a>
<ul class="mega-sub-menu" id='mega-sub-menu-86836'>
<li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-item-86827" id="mega-menu-item-86827"><a class="mega-menu-link" href="#" aria-expanded="false" aria-controls="mega-sub-menu-86827">Risk Adjustment<span class="mega-indicator" aria-hidden="true"></span></a>
	<ul class="mega-sub-menu" id='mega-sub-menu-86827'>
<li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-86838" id="mega-menu-item-86838"><a class="mega-menu-link" href="https://www.raapidinc.com/retrospective-risk-adjustment/">Retrospective Risk Adjustment</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-86837" id="mega-menu-item-86837"><a class="mega-menu-link" href="https://www.raapidinc.com/prospective-risk-adjustment/">Prospective Risk Adjustment</a></li>	</ul>
</li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-86839" id="mega-menu-item-86839"><a class="mega-menu-link" href="https://www.raapidinc.com/radv-audit/">RADV Audit</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-86938" id="mega-menu-item-86938"><a class="mega-menu-link" href="https://www.raapidinc.com/ai-as-a-service/">AI as a Service (AIaas)</a></li></ul>
</li><li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-megamenu mega-menu-grid mega-align-bottom-left mega-menu-grid mega-menu-item-86828" id="mega-menu-item-86828"><a class="mega-menu-link" href="#" aria-expanded="false" aria-controls="mega-sub-menu-86828">Resources<span class="mega-indicator" aria-hidden="true"></span></a>
<ul class="mega-sub-menu" role='presentation' id='mega-sub-menu-86828'>
<li class="mega-menu-row" id="mega-menu-86828-0">
	<ul class="mega-sub-menu" style='--columns:12' role='presentation'>
<li class="mega-menu-column mega-menu-columns-12-of-12" style="--columns:12; --span:12" id="mega-menu-86828-0-0">
		<ul class="mega-sub-menu">
<li class="mega-menu-item mega-menu-item-type-widget widget_text mega-menu-item-text-23" id="mega-menu-item-text-23">			<div class="textwidget">		<div data-elementor-type="section" data-elementor-id="38347" class="elementor elementor-38347 elementor-location-header" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-ab5d077 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ab5d077" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8046eb4" data-id="8046eb4" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-f4e7b1b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f4e7b1b" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-be8d219" data-id="be8d219" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-942e6aa elementor-widget elementor-widget-text-editor" data-id="942e6aa" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p style="font-size: 16px;"><a href="https://www.raapidinc.com/blogs/"><strong>Blogs</strong></a></p><p>Insights about risk adjustment and medical coding solutions</p>								</div>
				<div class="elementor-element elementor-element-42499fd elementor-widget elementor-widget-text-editor" data-id="42499fd" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p style="font-size: 16px;"><a href="https://www.raapidinc.com/webinars/"><strong>Webinars</strong></a></p><p>Watch Our Expert-Led Webinars on Role of AI in Healthcare Innovations</p>								</div>
				<div class="elementor-element elementor-element-22a17e2 elementor-widget elementor-widget-text-editor" data-id="22a17e2" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p style="font-size: 16px;"><a href="https://www.raapidinc.com/events/"><strong>Events</strong></a></p><p>Know the latest happenings in the healthcare risk adjustment space</p>								</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6abbfb8" data-id="6abbfb8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-639c1fd elementor-widget elementor-widget-text-editor" data-id="639c1fd" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p style="font-size: 16px;"><a href="https://www.raapidinc.com/brochures/"><strong>Brochures</strong></a></p><p>Download your copy to learn more about RAAPID&#8217;s Solutions</p>								</div>
				<div class="elementor-element elementor-element-936e664 elementor-widget elementor-widget-text-editor" data-id="936e664" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p style="font-size: 16px;"><a href="https://www.raapidinc.com/ebooks/"><strong>eBooks</strong></a></p><p>Learn more about risk adjustment &amp; its latest solutions for healthcare</p>								</div>
				<div class="elementor-element elementor-element-0f812e2 elementor-widget elementor-widget-text-editor" data-id="0f812e2" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p style="font-size: 16px;"><a href="https://www.raapidinc.com/case-studies/"><strong>Case Studies</strong></a></p><p>Explore RAAPID&#8217;s Collection of Case Studies for Impact We Create for Payers &amp; Providers</p>								</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</div>
		
</div>
		</li>		</ul>
</li>	</ul>
</li></ul>
</li><li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-86829" id="mega-menu-item-86829"><a class="mega-menu-link" href="#" aria-expanded="false" aria-controls="mega-sub-menu-86829">Company<span class="mega-indicator" aria-hidden="true"></span></a>
<ul class="mega-sub-menu" id='mega-sub-menu-86829'>
<li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-86840" id="mega-menu-item-86840"><a class="mega-menu-link" href="https://www.raapidinc.com/about-us/">About Us</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-87584" id="mega-menu-item-87584"><a class="mega-menu-link" href="https://www.raapidinc.com/advisors/">Advisors</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-86833" id="mega-menu-item-86833"><a class="mega-menu-link" href="https://www.raapidinc.com/press-room/">Press Room</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-86841" id="mega-menu-item-86841"><a class="mega-menu-link" href="https://www.raapidinc.com/security/">Security</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-86831" id="mega-menu-item-86831"><a class="mega-menu-link" href="https://www.raapidinc.com/career/">Career</a></li></ul>
</li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-94054" id="mega-menu-item-94054"><a class="mega-menu-link" href="https://www.raapidinc.com/labs/">Labs</a></li></ul><button aria-controls="mega-menu-max_mega_menu_6" aria-label="Close" class='mega-close'></button></div>				</div>
				</div>
				<div class="elementor-element elementor-element-6af1d8a elementor-nav-menu--stretch elementor-hidden-desktop elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="6af1d8a" data-element_type="widget" data-e-type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;fa-svg-chevron-down e-font-icon-svg e-fas-chevron-down\&quot; viewBox=\&quot;0 0 448 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;layout&quot;:&quot;dropdown&quot;,&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
							<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
			<svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open e-font-icon-svg e-eicon-menu-bar" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z"></path></svg><svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg>		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-6af1d8a" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-86696"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Who we help</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86697"><a href="https://www.raapidinc.com/health-plans/" class="elementor-sub-item" tabindex="-1">Health Plans</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86698"><a href="https://www.raapidinc.com/providers/" class="elementor-sub-item" tabindex="-1">Providers</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86699"><a href="https://www.raapidinc.com/tech-service-partner/" class="elementor-sub-item" tabindex="-1">Tech &#038; Service Partner</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-86692"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Solutions</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86693"><a href="https://www.raapidinc.com/retrospective-risk-adjustment/" class="elementor-sub-item" tabindex="-1">Retrospective Risk Adjustment</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86695"><a href="https://www.raapidinc.com/prospective-risk-adjustment/" class="elementor-sub-item" tabindex="-1">Prospective Risk Adjustment</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86694"><a href="https://www.raapidinc.com/radv-audit/" class="elementor-sub-item" tabindex="-1">RADV Audit</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-87249"><a href="https://www.raapidinc.com/ai-as-a-service/" class="elementor-sub-item" tabindex="-1">AI as a Service (AIaaS)</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-86700"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Resources</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-86701"><a href="https://www.raapidinc.com/blogs/" class="elementor-sub-item" tabindex="-1">Blogs</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86705"><a href="https://www.raapidinc.com/ebooks/" class="elementor-sub-item" tabindex="-1">eBooks</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86703"><a href="https://www.raapidinc.com/brochures/" class="elementor-sub-item" tabindex="-1">Brochures</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86706"><a href="https://www.raapidinc.com/events/" class="elementor-sub-item" tabindex="-1">Events</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86704"><a href="https://www.raapidinc.com/case-studies/" class="elementor-sub-item" tabindex="-1">Case Studies</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86702"><a href="https://www.raapidinc.com/webinars/" class="elementor-sub-item" tabindex="-1">Webinars</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-86707"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Company</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86708"><a href="https://www.raapidinc.com/about-us/" class="elementor-sub-item" tabindex="-1">About Us</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86710"><a href="https://www.raapidinc.com/press-room/" class="elementor-sub-item" tabindex="-1">Press Room</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86711"><a href="https://www.raapidinc.com/security/" class="elementor-sub-item" tabindex="-1">Security</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86709"><a href="https://www.raapidinc.com/career/" class="elementor-sub-item" tabindex="-1">Career</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86712"><a href="https://www.raapidinc.com/contact-us/" class="elementor-item" tabindex="-1">Contact Us</a></li>
</ul>			</nav>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-13450df elementor-hidden-tablet elementor-hidden-mobile" data-id="13450df" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-eb63daf elementor-search-form--skin-full_screen elementor-widget elementor-widget-search-form" data-id="eb63daf" data-element_type="widget" data-e-type="widget" data-settings="{&quot;skin&quot;:&quot;full_screen&quot;}" data-widget_type="search-form.default">
							<search role="search">
			<form class="elementor-search-form" action="https://www.raapidinc.com" method="get">
												<div class="elementor-search-form__toggle" role="button" tabindex="0" aria-label="Search">
					<div class="e-font-icon-svg-container"><svg aria-hidden="true" class="e-font-icon-svg e-fas-search" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg></div>				</div>
								<div class="elementor-search-form__container">
					<label class="elementor-screen-only" for="elementor-search-form-eb63daf">Search</label>

					
					<input id="elementor-search-form-eb63daf" placeholder="Start Searching.." class="elementor-search-form__input" type="search" name="s" value="">
					
					
										<div class="dialog-lightbox-close-button dialog-close-button" role="button" tabindex="0" aria-label="Close this search box.">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg>					</div>
									</div>
			</form>
		</search>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-090761e elementor-hidden-tablet elementor-hidden-mobile" data-id="090761e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3a6bc9b elementor-align-right elementor-hidden-mobile elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget elementor-widget-button" data-id="3a6bc9b" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
										<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.raapidinc.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact Us</span>
					</span>
					</a>
								</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-d3139de elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d3139de" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c10617f" data-id="c10617f" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ecf583f elementor-widget elementor-widget-image" data-id="ecf583f" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<picture class="attachment-full size-full wp-image-94009">
<source type="image/webp" srcset="https://www.raapidinc.com/wp-content/uploads/2021/12/aa-16.png.webp 500w, https://www.raapidinc.com/wp-content/uploads/2021/12/aa-16-300x46.png.webp 300w" sizes="(max-width: 500px) 100vw, 500px"/>
<img width="500" height="76" src="https://www.raapidinc.com/wp-content/uploads/2021/12/aa-16.png" alt="" srcset="https://www.raapidinc.com/wp-content/uploads/2021/12/aa-16.png 500w, https://www.raapidinc.com/wp-content/uploads/2021/12/aa-16-300x46.png 300w" sizes="(max-width: 500px) 100vw, 500px"/>
</picture>
															</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-828f895" data-id="828f895" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-57d5287 elementor-widget elementor-widget-text-editor" data-id="57d5287" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									RAAPID raises <strong><span style="color: #033a7c;">Series A</span></strong> funding with a Strategic &#8220;Industry Trifecta&#8221;.<a style="color: #62d6da; text-decoration: underline; margin-left: 10px;" href="https://www.raapidinc.com/press-room/healthworx-investment-strategic-industry-trifecta/" target="_blank" rel="noopener">
<strong><span style="color: #5281ff; text-decoration: underline;">
Read More</span></strong>
</a>								</div>
					</div>
		</div>
					</div>
		</section>
				</header>
				<div data-elementor-type="error-404" data-elementor-id="2232" class="elementor elementor-2232 elementor-location-single" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-16295020 elementor-section-content-middle elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="16295020" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\/\/youtu.be\/DsYNaw4qoJw&quot;}">
								<div class="elementor-background-video-container elementor-hidden-mobile">
													<div class="elementor-background-video-embed" role="presentation"></div>
												</div>
									<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-wider">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-37330e5c" data-id="37330e5c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-332bdb4f elementor-widget elementor-widget-heading" data-id="332bdb4f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<p class="elementor-heading-title elementor-size-default">404</p>				</div>
				<div class="elementor-element elementor-element-6f6e852a elementor-widget elementor-widget-heading" data-id="6f6e852a" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h3 class="elementor-heading-title elementor-size-default">The page you were looking for couldn't be found</h3>				</div>
				<div class="elementor-element elementor-element-494607a0 elementor-view-default elementor-widget elementor-widget-icon" data-id="494607a0" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
							<i class="fa fa-font-awesome" aria-hidden="true"></i>
						</div>
		</div>
						</div>
				<div class="elementor-element elementor-element-59f9b69d elementor-icon-list--layout-inline elementor-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="59f9b69d" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<a href="https://www.raapidinc.com">

												<span class="elementor-icon-list-icon">
							<svg aria-hidden="true" class="e-font-icon-svg e-fas-angle-right" viewBox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg>						</span>
										<span class="elementor-icon-list-text">Home</span>
											</a>
									</li>
								<li class="elementor-icon-list-item elementor-inline-item">
											<a href="https://www.raapidinc.com/about-us/">

												<span class="elementor-icon-list-icon">
							<svg aria-hidden="true" class="e-font-icon-svg e-fas-angle-right" viewBox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg>						</span>
										<span class="elementor-icon-list-text">About</span>
											</a>
									</li>
								<li class="elementor-icon-list-item elementor-inline-item">
											<a href="https://www.raapidinc.com/blogs/">

												<span class="elementor-icon-list-icon">
							<svg aria-hidden="true" class="e-font-icon-svg e-fas-angle-right" viewBox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg>						</span>
										<span class="elementor-icon-list-text">Blogs</span>
											</a>
									</li>
								<li class="elementor-icon-list-item elementor-inline-item">
											<a href="https://www.raapidinc.com/contact-us/">

												<span class="elementor-icon-list-icon">
							<svg aria-hidden="true" class="e-font-icon-svg e-fas-angle-right" viewBox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg>						</span>
										<span class="elementor-icon-list-text">Contact Us</span>
											</a>
									</li>
						</ul>
						</div>
					</div>
		</div>
					</div>
		</section>
				</div>
				<footer data-elementor-type="footer" data-elementor-id="65" class="elementor elementor-65 elementor-location-footer" data-elementor-post-type="elementor_library">
					<footer class="elementor-section elementor-top-section elementor-element elementor-element-4b93862 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4b93862" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b92f1e2" data-id="b92f1e2" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-09a7f7f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="09a7f7f" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-82df7e6" data-id="82df7e6" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1a39b92 elementor-widget elementor-widget-heading" data-id="1a39b92" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<div class="elementor-heading-title elementor-size-default">Who We Help</div>				</div>
				<div class="elementor-element elementor-element-80428a3 elementor-nav-menu--dropdown-none elementor-widget-mobile__width-inherit elementor-nav-menu__align-start elementor-widget elementor-widget-nav-menu" data-id="80428a3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-80428a3" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55296"><a href="https://www.raapidinc.com/health-plans/" class="elementor-item">Health Plans</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-55297"><a href="https://www.raapidinc.com/providers/" class="elementor-item">Healthcare Providers</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86719"><a href="https://www.raapidinc.com/tech-service-partner/" class="elementor-item">Tech &#038; Service Partner</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-80428a3" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55296"><a href="https://www.raapidinc.com/health-plans/" class="elementor-item" tabindex="-1">Health Plans</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-55297"><a href="https://www.raapidinc.com/providers/" class="elementor-item" tabindex="-1">Healthcare Providers</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86719"><a href="https://www.raapidinc.com/tech-service-partner/" class="elementor-item" tabindex="-1">Tech &#038; Service Partner</a></li>
</ul>			</nav>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-17dac74" data-id="17dac74" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cafd439 elementor-widget elementor-widget-heading" data-id="cafd439" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<div class="elementor-heading-title elementor-size-default">Solutions</div>				</div>
				<div class="elementor-element elementor-element-b6a616d elementor-nav-menu--dropdown-none elementor-nav-menu__align-start elementor-widget elementor-widget-nav-menu" data-id="b6a616d" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-b6a616d" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86680"><a href="https://www.raapidinc.com/retrospective-risk-adjustment/" class="elementor-item">Retrospective Risk Adjustment</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-58559"><a href="https://www.raapidinc.com/prospective-risk-adjustment/" class="elementor-item">Prospective Risk Adjustment</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86681"><a href="https://www.raapidinc.com/radv-audit/" class="elementor-item">RADV Audit</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86939"><a href="https://www.raapidinc.com/ai-as-a-service/" class="elementor-item">AI as a Service (AIaas)</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-b6a616d" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86680"><a href="https://www.raapidinc.com/retrospective-risk-adjustment/" class="elementor-item" tabindex="-1">Retrospective Risk Adjustment</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-58559"><a href="https://www.raapidinc.com/prospective-risk-adjustment/" class="elementor-item" tabindex="-1">Prospective Risk Adjustment</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86681"><a href="https://www.raapidinc.com/radv-audit/" class="elementor-item" tabindex="-1">RADV Audit</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86939"><a href="https://www.raapidinc.com/ai-as-a-service/" class="elementor-item" tabindex="-1">AI as a Service (AIaas)</a></li>
</ul>			</nav>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-e8fe2fb" data-id="e8fe2fb" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e9d4710 elementor-widget elementor-widget-heading" data-id="e9d4710" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<div class="elementor-heading-title elementor-size-default">Technologies</div>				</div>
				<div class="elementor-element elementor-element-5fce5cb elementor-nav-menu--dropdown-none elementor-nav-menu__align-start elementor-widget elementor-widget-nav-menu" data-id="5fce5cb" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-5fce5cb" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86674"><a href="https://www.raapidinc.com/ai-ml-dl/" class="elementor-item">AI ML/DL</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86676"><a href="https://www.raapidinc.com/ocr/" class="elementor-item">OCR</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86678"><a href="https://www.raapidinc.com/knowledge-graphs/" class="elementor-item">Knowledge Graphs</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-5fce5cb" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86674"><a href="https://www.raapidinc.com/ai-ml-dl/" class="elementor-item" tabindex="-1">AI ML/DL</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86676"><a href="https://www.raapidinc.com/ocr/" class="elementor-item" tabindex="-1">OCR</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86678"><a href="https://www.raapidinc.com/knowledge-graphs/" class="elementor-item" tabindex="-1">Knowledge Graphs</a></li>
</ul>			</nav>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-526515c" data-id="526515c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-eaba61c elementor-widget elementor-widget-heading" data-id="eaba61c" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<div class="elementor-heading-title elementor-size-default">Resources</div>				</div>
				<div class="elementor-element elementor-element-7ab47d8 elementor-nav-menu--dropdown-none elementor-nav-menu__align-start elementor-widget elementor-widget-nav-menu" data-id="7ab47d8" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-7ab47d8" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-38197"><a href="https://www.raapidinc.com/blogs/" class="elementor-item">Blogs</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38199"><a href="https://www.raapidinc.com/ebooks/" class="elementor-item">eBooks</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-58565"><a href="https://www.raapidinc.com/brochures/" class="elementor-item">Brochures</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-58563"><a href="https://www.raapidinc.com/events/" class="elementor-item">Events</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86686"><a href="https://www.raapidinc.com/webinars/" class="elementor-item">Webinars</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-7ab47d8" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-38197"><a href="https://www.raapidinc.com/blogs/" class="elementor-item" tabindex="-1">Blogs</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38199"><a href="https://www.raapidinc.com/ebooks/" class="elementor-item" tabindex="-1">eBooks</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-58565"><a href="https://www.raapidinc.com/brochures/" class="elementor-item" tabindex="-1">Brochures</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-58563"><a href="https://www.raapidinc.com/events/" class="elementor-item" tabindex="-1">Events</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86686"><a href="https://www.raapidinc.com/webinars/" class="elementor-item" tabindex="-1">Webinars</a></li>
</ul>			</nav>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-d90fb49" data-id="d90fb49" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b449a42 elementor-widget elementor-widget-heading" data-id="b449a42" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<div class="elementor-heading-title elementor-size-default">Company</div>				</div>
				<div class="elementor-element elementor-element-4375425 elementor-nav-menu--dropdown-none elementor-nav-menu__align-start elementor-widget elementor-widget-nav-menu" data-id="4375425" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-4375425" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22917"><a href="https://www.raapidinc.com/about-us/" class="elementor-item">About Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-83411"><a href="https://www.raapidinc.com/advisors/" class="elementor-item">Advisors</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55295"><a href="https://www.raapidinc.com/security/" class="elementor-item">Security</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22989"><a href="https://www.raapidinc.com/career/" class="elementor-item">Career</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-58566"><a href="https://www.raapidinc.com/contact-us/" class="elementor-item">Contact Us</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-4375425" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22917"><a href="https://www.raapidinc.com/about-us/" class="elementor-item" tabindex="-1">About Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-83411"><a href="https://www.raapidinc.com/advisors/" class="elementor-item" tabindex="-1">Advisors</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55295"><a href="https://www.raapidinc.com/security/" class="elementor-item" tabindex="-1">Security</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22989"><a href="https://www.raapidinc.com/career/" class="elementor-item" tabindex="-1">Career</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-58566"><a href="https://www.raapidinc.com/contact-us/" class="elementor-item" tabindex="-1">Contact Us</a></li>
</ul>			</nav>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-d0ced24" data-id="d0ced24" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ef7216f elementor-widget elementor-widget-heading" data-id="ef7216f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<div class="elementor-heading-title elementor-size-default">Contact US</div>				</div>
				<div class="elementor-element elementor-element-d99ecdc elementor-widget elementor-widget-text-editor" data-id="d99ecdc" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p style="text-align: left;"><span style="color: #ffffff;">(</span>US): <span style="color: #ffffff;"><a style="color: #ffffff;" href="tel:+15026653104">(502) 665-3104</a></span></p><p style="text-align: left;"><span style="color: #ffffff;"><a style="color: #ffffff;" href="mailto:info@raapidinc.com">info@raapidinc.com</a></span></p><p style="text-align: left;"><span style="color: #ffffff;"><a style="color: #ffffff;" href="mailto:career@raapidinc.com">career@raapidinc.com</a></span></p>								</div>
				<div class="elementor-element elementor-element-a4e19d2 elementor-shape-circle e-grid-align-left e-grid-align-mobile-left elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="a4e19d2" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default">
							<div class="elementor-social-icons-wrapper elementor-grid" role="list">
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-animation-shrink elementor-repeater-item-88ab02a" href="https://www.linkedin.com/company/raapid/" target="_blank">
						<span class="elementor-screen-only">Linkedin</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-6fb5456" href="https://www.facebook.com/raapidai/" target="_blank">
						<span class="elementor-screen-only">Facebook-f</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fab-facebook-f" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-5e3d796" href="https://www.instagram.com/raapidinc/" target="_blank">
						<span class="elementor-screen-only">Instagram</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fab-instagram" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-3bb8da4" href="https://www.youtube.com/@raapidai/" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fab-youtube" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-X twitter elementor-animation-shrink elementor-repeater-item-8d78781" href="https://twitter.com/raapidinc" target="_blank">
						<span class="elementor-screen-only">X Twitter</span>
						<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path></svg>					</a>
				</span>
					</div>
						</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-81c9006 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="81c9006" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-dd7f707" data-id="dd7f707" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3aac470 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="3aac470" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<picture class="attachment-full size-full wp-image-89040">
<source type="image/webp" srcset="https://www.raapidinc.com/wp-content/uploads/2021/12/website-footer.png.webp 628w" sizes="(max-width: 628px) 100vw, 628px"/>
<img width="628" height="164" src="https://www.raapidinc.com/wp-content/uploads/2021/12/website-footer.png" alt="" srcset="https://www.raapidinc.com/wp-content/uploads/2021/12/website-footer.png 628w, https://www.raapidinc.com/wp-content/uploads/2021/12/website-footer-300x78.png 300w" sizes="(max-width: 628px) 100vw, 628px"/>
</picture>
															</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-41d9750 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="41d9750" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8062bfd" data-id="8062bfd" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f18db46 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor" data-id="f18db46" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p>© 2022-2026 RAAPID INC | All Rights Reserved</p>								</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c938777" data-id="c938777" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fe5a958 elementor-widget elementor-widget-text-editor" data-id="fe5a958" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span style="color: #ffffff;"><a style="color: #ffffff;" href="https://www.raapidinc.com/privacy-policy/">Privacy Policy</a>  |  <a style="color: #ffffff;" href="https://www.raapidinc.com/terms-of-service/">Terms of Service</a></span></p>								</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</footer>
				</footer>
		
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/Raapid-AI/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<div 
	id="pum-60808" 
	role="dialog" 
	aria-modal="false"
	class="pum pum-overlay pum-theme-13761 pum-theme-default-theme popmake-overlay click_open" 
	data-popmake="{&quot;id&quot;:60808,&quot;slug&quot;:&quot;rise-national-2024&quot;,&quot;theme_id&quot;:13761,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}">

	<div id="popmake-60808" class="pum-container popmake theme-13761 pum-responsive pum-responsive-medium responsive size-medium">

				
				
		
				<div class="pum-content popmake-content" tabindex="0">
					</div>

				
							<button type="button" class="pum-close popmake-close" aria-label="Close">
			CLOSE			</button>
		
	</div>

</div>
			<script>
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
			<link rel='stylesheet' id='elementor-post-38347-css' href='https://www.raapidinc.com/wp-content/uploads/elementor/css/post-38347.css?ver=1776448011' type='text/css' media='all' />
<script 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}();
//# sourceURL=rocket-browser-checker-js-after
/* ]]> */
</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://www.raapidinc.com","onHoverDelay":"100","rateThrottle":"3"};
//# sourceURL=rocket-preload-links-js-extra
/* ]]> */
</script>
<script 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(https://56545f08.delivery.rocketcdn.me/wp-content/plugins/popup-maker/dist/packages/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();
}());

//# sourceURL=rocket-preload-links-js-after
/* ]]> */
</script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-content/themes/Raapid-AI/assets/js/hello-frontend.min.js?ver=1.0.0" id="hello-theme-frontend-js"></script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.2" id="elementor-webpack-runtime-js"></script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.2" id="elementor-frontend-modules-js"></script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script>
<script type="text/javascript" id="elementor-frontend-js-before">
/* <![CDATA[ */
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},
"hasCustomBreakpoints":false},"version":"4.0.2","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"e_optimized_markup":true,"theme_builder_v2":true,"hello-theme-header-footer":true,"landing-pages":true,"nested-elements":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"e_opt_in_v4_page":true,"e_components":true,"e_interactions":true,"e_widget_creation":true,"import-export-customization":true,"e_pro_atomic_form":true,"e_pro_variables":true,"e_pro_interactions":true},"urls":{"assets":"https:\/\/www.raapidinc.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/www.raapidinc.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/www.raapidinc.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"16643ce9c3","atomicFormsSendForm":"d0c3e73fa8"},"swiperClass":"swiper","settings":{"editorPreferences":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","hello_header_logo_type":"logo","hello_header_menu_layout":"horizontal"},"post":{"id":0,"title":"Page not found - RAAPID INC","excerpt":""}};
//# sourceURL=elementor-frontend-js-before
/* ]]> */
</script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.2" id="elementor-frontend-js"></script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5" id="swiper-js"></script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" id="smartmenus-js"></script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=4.0.2" id="e-sticky-js"></script>
<script type="text/javascript" id="gforms_recaptcha_recaptcha-js-extra">
/* <![CDATA[ */
var gforms_recaptcha_recaptcha_strings = {"nonce":"6b772c4ef5","disconnect":"Disconnecting","change_connection_type":"Resetting","spinner":"https://www.raapidinc.com/wp-content/plugins/gravityforms/images/spinner.svg","connection_type":"classic","disable_badge":"1","change_connection_type_title":"Change Connection Type","change_connection_type_message":"Changing the connection type will delete your current settings.  Do you want to proceed?","disconnect_title":"Disconnect","disconnect_message":"Disconnecting from reCAPTCHA will delete your current settings.  Do you want to proceed?","site_key":"6LcqzCQsAAAAALKFU_OvABex4LGHiOX8uzyGJSte"};
//# sourceURL=gforms_recaptcha_recaptcha-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6LcqzCQsAAAAALKFU_OvABex4LGHiOX8uzyGJSte&amp;ver=2.1.0" id="gforms_recaptcha_recaptcha-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-content/plugins/gravityformsrecaptcha/js/frontend.min.js?ver=2.1.0" id="gforms_recaptcha_frontend-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1" id="wp-hooks-js"></script>
<script type="text/javascript" id="popup-maker-site-js-extra">
/* <![CDATA[ */
var pum_vars = {"version":"1.22.0","pm_dir_url":"https://www.raapidinc.com/wp-content/plugins/popup-maker/","ajaxurl":"https://www.raapidinc.com/wp-admin/admin-ajax.php","restapi":"https://www.raapidinc.com/wp-json/pum/v1","rest_nonce":null,"default_theme":"13779","debug_mode":"","disable_tracking":"","home_url":"/","message_position":"top","core_sub_forms_enabled":"1","popups":[],"cookie_domain":"","paramNames":{"popup_id":"pid","cta":"cta","notrack":"notrack"},"analytics_enabled":"1","analytics_route":"analytics","analytics_api":"https://www.raapidinc.com/wp-json/pum/v1"};
var pum_sub_vars = {"ajaxurl":"https://www.raapidinc.com/wp-admin/admin-ajax.php","message_position":"top"};
var pum_popups = {"pum-60808":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"13761","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"conversion_bridge_submission":false,"conversion_bridge_submission_label":"","conversion_bridge_submission_googleads":"","conversion_bridge_submission_linkedin":"","conversion_bridge_open":false,"conversion_bridge_open_label":"","conversion_bridge_close":false,"conversion_bridge_close_label":"","theme_slug":"default-theme","id":60808,"slug":"rise-national-2024"}};
//# sourceURL=popup-maker-site-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="//www.raapidinc.com/wp-content/uploads/pum/pum-site-scripts.js?defer&amp;generated=1774332569&amp;ver=1.22.0" id="popup-maker-site-js"></script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js"></script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.8.1" id="megamenu-js"></script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=4.0.2" id="elementor-pro-webpack-runtime-js"></script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375" id="wp-i18n-js"></script>
<script type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
/* ]]> */
</script>
<script type="text/javascript" id="elementor-pro-frontend-js-before">
/* <![CDATA[ */
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.raapidinc.com\/wp-admin\/admin-ajax.php","nonce":"fdadfd7552","urls":{"assets":"https:\/\/www.raapidinc.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.raapidinc.com\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},
"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.raapidinc.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
//# sourceURL=elementor-pro-frontend-js-before
/* ]]> */
</script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=4.0.2" id="elementor-pro-frontend-js"></script>
<script type="text/javascript" src="https://www.raapidinc.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=4.0.2" id="pro-elements-handlers-js"></script>

</body>
</html>
