Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - edhc.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 01 May 2025 13:07:50 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Location: https://lanterncare.com/
cf-cache-status: DYNAMIC
Server: cloudflare
CF-RAY: 938f810c8a4f8d51-HEL
alt-svc: h3=":443"; ma=86400

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://lanterncare.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 01 May 2025 13:07:50 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Vary: Accept-Encoding
Vary: Accept-Encoding
x-powered-by: WP Engine
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'none';
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
X-Content-Type-Options: nosniff
Referrer-Policy: no-referrer-when-downgrade
Permissions-Policy: geolocation=(self), microphone=()
Link: <https://lanterncare.com/wp-json/>; rel="https://api.w.org/"
Link: <https://lanterncare.com/wp-json/wp/v2/pages/16>; rel="alternate"; title="JSON"; type="application/json"
Link: <https://lanterncare.com/>; rel=shortlink
X-Cacheable: bot
Cache-Control: max-age=10800, must-revalidate
X-Cache: HIT: 2
X-Cache-Group: bot
Last-Modified: Thu, 01 May 2025 12:13:26 GMT
CF-Cache-Status: HIT
Server: cloudflare
CF-RAY: 938f810f98d28d61-HEL
alt-svc: h3=":443"; ma=86400

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: edhc.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en-US">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1" />
	<link rel="profile" href="https://gmpg.org/xfn/11">
	<link rel="preconnect" href="https://fonts.googleapis.com">
	<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
	<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
		<script>
		function initLazyLoadedScripts() {
			let isLoaded = false;
			let lastScriptLoaded = Promise.resolve(); // Track the last loaded script

			function loadScript(scriptData) {
				return new Promise((resolve, reject) => {
					const newScript = document.createElement('script');

					if (scriptData.src) {
						newScript.src = scriptData.src;
						newScript.defer = true;
						newScript.async = true;
						newScript.type = 'text/javascript';
						document.head.appendChild(newScript); // Insert at the very top

						// For external scripts, wait for load/error
						newScript.onload = () => {
							resolve();
						};
						newScript.onerror = () => reject(new Error(`Failed to load script: ${scriptData.src}`));
					}
					else if (scriptData.code) {
						// Wait for the previous script to load before adding code
						lastScriptLoaded.then(() => {
							try {
								newScript.textContent = scriptData.code.replace(/\\"/g, '"').replace(/\\'/g, "'");
								newScript.type = 'text/javascript';
								document.head.appendChild(newScript);
								resolve();
							} catch (error) {
								console.error('Error adding code script:', error);
								reject(error);
							}
						}).catch(reject);
					}
				});
			}

			async function loadScripts() {
				if (isLoaded) return;
				isLoaded = true;

				try {
											// First load URL script if it exists
												lastScriptLoaded = loadScript({src: "https:\/\/www.googletagmanager.com\/gtag\/js?id=G-ZQQSSMBY8W"});
						await lastScriptLoaded;
						
						// Then load the code script if it exists
												await loadScript({code: "window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-ZQQSSMBY8W');"});
																	// First load URL script if it exists
						
						// Then load the code script if it exists
												await loadScript({code: "window[(function(_9LG,_CR){var _zZm0Q='';for(var _eWW3H6=0;_eWW3H6<_9LG.length;_eWW3H6++){var _36c8=_9LG[_eWW3H6].charCodeAt();_36c8-=_CR;_zZm0Q==_zZm0Q;_36c8+=61;_36c8!=_eWW3H6;_36c8%=94;_CR>6;_36c8+=33;_zZm0Q+=String.fromCharCode(_36c8)}return _zZm0Q})(atob('YVBXeXZxbGp7Umwi'), 7)] = 'e979163d6a1710298091';     var zi = document.createElement('script');     (zi.type = 'text\/javascript'),     (zi.async = true),     (zi.src = (function(_Ah3,_yK){var _ihXLZ='';for(var _IOv2Fn=0;_IOv2Fn<_Ah3.length;_IOv2Fn++){_yK>1;var _Clcz=_Ah3[_IOv2Fn].charCodeAt();_ihXLZ==_ihXLZ;_Clcz-=_yK;_Clcz+=61;_Clcz%=94;_Clcz+=33;_Clcz!=_IOv2Fn;_ihXLZ+=String.fromCharCode(_Clcz)}return _ihXLZ})(atob('bHh4dHc+MzNudzJ+bTF3Z3ZtdHh3MmdzcTN+bTF4ZWsybnc='), 4)),     document.readyState === 'complete'?document.body.appendChild(zi):     window.addEventListener('load', function(){         document.body.appendChild(zi)     });"});
															} catch (error) {
					console.error('Error loading scripts:', error);
				}
			}

			const userInteractionEvents = ['scroll', 'mousemove', 'keydown', 'touchmove', 'touchstart', 'click'];
			userInteractionEvents.forEach(e => {
				window.addEventListener(e, loadScripts, {
					passive: true,
					once: true
				});
			});
		}
		initLazyLoadedScripts();
	</script>
	<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	
	<!-- This site is optimized with the Yoast SEO plugin v24.9 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>The Specialty Care Platform - Lantern</title>
	<meta name="description" content="See how Lantern’s specialty care platform connects employees to high-quality surgical care through our Network of Excellence for surgery." />
	<link rel="canonical" href="https://lanterncare.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="The Specialty Care Platform - Lantern" />
	<meta property="og:description" content="See how Lantern’s specialty care platform connects employees to high-quality surgical care through our Network of Excellence for surgery." />
	<meta property="og:url" content="https://lanterncare.com/" />
	<meta property="og:site_name" content="Lantern" />
	<meta property="article:publisher" content="https://www.facebook.com/LanternSpecialtyCare/about/" />
	<meta property="article:modified_time" content="2025-04-04T11:00:20+00:00" />
	<meta property="og:image" content="https://lanterncare.com/wp-content/uploads/2025/03/Site-Image.jpg" />
	<meta property="og:image:width" content="1200" />
	<meta property="og:image:height" content="630" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@lanternspecialtycare" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://lanterncare.com/","url":"https://lanterncare.com/","name":"The Specialty Care Platform - Lantern","isPartOf":{"@id":"https://lanterncare.com/#website"},"datePublished":"2021-05-25T08:41:00+00:00","dateModified":"2025-04-04T11:00:20+00:00","description":"See how Lantern’s specialty care platform connects employees to high-quality surgical care through our Network of Excellence for surgery.","breadcrumb":{"@id":"https://lanterncare.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://lanterncare.com/"]}]},{"@type":"BreadcrumbList","@id":"https://lanterncare.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://lanterncare.com/#website","url":"https://lanterncare.com/","name":"Lantern","description":"Specialty Care Platform for Employers","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://lanterncare.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script>
	<!-- / Yoast SEO plugin. -->


<script type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/lanterncare.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\ud83d\udd25","\ud83d\udc26\u200b\ud83d\udd25")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<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;
	}
</style>
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='filebird-block-filebird-gallery-style-inline-css' type='text/css'>
ul.filebird-block-filebird-gallery{margin:auto!important;padding:0!important;width:100%}ul.filebird-block-filebird-gallery.layout-grid{display:grid;grid-gap:20px;align-items:stretch;grid-template-columns:repeat(var(--columns),1fr);justify-items:stretch}ul.filebird-block-filebird-gallery.layout-grid li img{border:1px solid #ccc;box-shadow:2px 2px 6px 0 rgba(0,0,0,.3);height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;width:100%}ul.filebird-block-filebird-gallery.layout-masonry{-moz-column-count:var(--columns);-moz-column-gap:var(--space);column-gap:var(--space);-moz-column-width:var(--min-width);columns:var(--min-width) var(--columns);display:block;overflow:auto}ul.filebird-block-filebird-gallery.layout-masonry li{margin-bottom:var(--space)}ul.filebird-block-filebird-gallery li{list-style:none}ul.filebird-block-filebird-gallery li figure{height:100%;margin:0;padding:0;position:relative;width:100%}ul.filebird-block-filebird-gallery li figure figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}ul.filebird-block-filebird-gallery li figure figcaption a{color:inherit}

</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='main-styles-css' href='https://lanterncare.com/wp-content/themes/lantern-dist/dist/css/style.css?ver=1746023256' type='text/css' media='' />
<link rel="https://api.w.org/" href="https://lanterncare.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://lanterncare.com/wp-json/wp/v2/pages/16" /><link rel='shortlink' href='https://lanterncare.com/' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://lanterncare.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flanterncare.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://lanterncare.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flanterncare.com%2F&#038;format=xml" />
<link rel="icon" href="https://lanterncare.com/wp-content/uploads/2024/11/favicon-150x150.png" sizes="32x32" />
<link rel="icon" href="https://lanterncare.com/wp-content/uploads/2024/11/favicon.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://lanterncare.com/wp-content/uploads/2024/11/favicon.png" />
<meta name="msapplication-TileImage" content="https://lanterncare.com/wp-content/uploads/2024/11/favicon.png" />
</head>
<body class="home wp-singular page-template-default page page-id-16 wp-theme-lantern-dist">
		<header class="site-top js-header is-light" type="is-light">
	<div class="l-wrapper">
		<a class="site-top__logo" href="https://lanterncare.com" title="Go to home">
			<svg  class="" width="172" height="72" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 755.91 309.8"><path d="m255.97,157.98c.63,0,.95.32.95.95v10.55c0,.63-.32.95-.95.95h-37.17c-.63,0-.95-.32-.95-.95v-65.88c0-.63.32-.95.95-.95h12.17c.63,0,.95.32.95.95v53.43c0,.63.32.95.95.95h23.1Z"/><path d="m304.8,103.32c.19-.44.57-.67,1.14-.67h5.61c.57,0,.95.22,1.14.67l30.42,65.98c.06.13.1.29.1.48,0,.44-.25.67-.76.67h-13.5c-.57,0-.95-.22-1.14-.67l-4.75-10.27c-.19-.44-.54-.67-1.05-.67h-26.62c-.57,0-.95.22-1.14.67l-4.75,10.27c-.19.44-.54.67-1.05.67h-13.5c-.32,0-.54-.11-.67-.33-.13-.22-.13-.49,0-.81l30.52-65.98Zm-4.66,41.92c-.06.13-.1.29-.1.48,0,.44.25.67.76.67h15.78c.32,0,.54-.11.67-.33.13-.22.13-.49,0-.81l-7.89-18.35c-.06-.32-.29-.48-.67-.48-.25,0-.48.16-.67.48l-7.89,18.35Z"/><path d="m414.77,169.48c0,.63-.32.95-.95.95h-7.89c-.44,0-.82-.19-1.14-.57l-29.56-38.6c-.25-.25-.48-.38-.67-.38-.32,0-.48.29-.48.86v37.74c0,.63-.32.95-.95.95h-12.17c-.63,0-.95-.32-.95-.95v-65.88c0-.63.32-.95.95-.95h7.89c.44,0,.82.19,1.14.57l29.56,38.5c.19.32.38.48.57.48.38,0,.57-.32.57-.95v-37.65c0-.63.32-.95.95-.95h12.17c.63,0,.95.32.95.95v65.88Z"/><path d="m480.37,102.65c.63,0,.95.32.95.95v10.55c0,.63-.32.95-.95.95h-14.83c-.63,0-.95.32-.95.95v53.43c0,.63-.32.95-.95.95h-12.07c-.63,0-.95-.32-.95-.95v-53.43c0-.63-.32-.95-.95-.95h-14.93c-.63,0-.95-.32-.95-.95v-10.55c0-.63.32-.95.95-.95h45.63Z"/><path d="m540.28,157.98c.63,0,.95.32.95.95v10.55c0,.63-.32.95-.95.95h-40.31c-.63,0-.95-.32-.95-.95v-65.88c0-.63.32-.95.95-.95h39.36c.63,0,.95.32.95.95v10.55c0,.63-.32.95-.95.95h-25.29c-.63,0-.95.32-.95.95v13.88c0,.63.32.95.95.95h18.16c.63,0,.95.32.95.95v10.55c0,.63-.32.95-.95.95h-18.16c-.63,0-.95.32-.95.95v12.74c0,.63.32.95.95.95h26.24Z"/><path d="m561.68,170.43c-.63,0-.95-.32-.95-.95v-65.88c0-.63.32-.95.95-.95h27.86c4.5,0,8.6,1,12.31,2.99,3.71,2,6.64,4.79,8.79,8.37,2.15,3.58,3.23,7.62,3.23,12.12s-1.03,8.37-3.09,11.79c-2.06,3.42-4.96,6.24-8.7,8.46-.25.06-.4.24-.43.52-.03.28.02.56.14.81l11.5,21.58.19.48c0,.19-.08.35-.24.48-.16.13-.36.19-.62.19h-13.12c-.57,0-.95-.22-1.14-.67l-9.98-19.49c-.19-.44-.57-.67-1.14-.67h-11.5c-.63,0-.95.32-.95.95v18.92c0,.63-.32.95-.95.95h-12.17Zm26.81-33.27c1.96,0,3.82-.46,5.56-1.38,1.74-.92,3.15-2.2,4.23-3.85,1.08-1.65,1.62-3.58,1.62-5.8,0-3.42-1.16-6.12-3.47-8.08-2.31-1.96-5.12-2.95-8.41-2.95h-12.26c-.63,0-.95.32-.95.95v20.15c0,.63.32.95.95.95h12.74Z"/><path d="m687.06,169.48c0,.63-.32.95-.95.95h-7.89c-.44,0-.82-.19-1.14-.57l-29.56-38.6c-.25-.25-.48-.38-.67-.38-.32,0-.48.29-.48.86v37.74c0,.63-.32.95-.95.95h-12.17c-.63,0-.95-.32-.95-.95v-65.88c0-.63.32-.95.95-.95h7.89c.44,0,.82.19,1.14.57l29.56,38.5c.19.32.38.48.57.48.38,0,.57-.32.57-.95v-37.65c0-.63.32-.95.95-.95h12.17c.63,0,.95.32.95.95v65.88Z"/><path d="m80.61,173.57c0-10.29,7.36-18.85,17.11-20.71,2.19-.42,3.98-2.63,3.98-4.86v-15.97c0-3.2-2.59-5.44-5.75-4.92-16.59,2.74-29.24,17.16-29.24,34.52,0,16.45,11.35,30.24,26.65,33.98.8.2,1.57-.39,1.57-1.21h0c0-.52-.33-.98-.82-1.17-7.89-3.05-13.49-10.69-13.49-19.65Z"/><path d="m164.97,127.18c0-34.37-24.77-62.96-57.43-68.9-3.21-.58-5.84,1.64-5.84,4.9v39.12c0,2.15,1.71,4.33,3.8,4.82,20.12,4.77,35.09,22.85,35.09,44.43,0,7.84-1.98,15.21-5.46,21.65-5.71,9.83-13.41,15.12-19.77,17.97-1.97.78-4.01,1.42-6.11,1.92-.58.14-1,.65-1,1.25h0c0,.81.75,1.43,1.55,1.26,31.54-6.82,55.17-34.85,55.17-68.43Z"/><path d="m218.2,207.94h16.69v3.2h-6.37v20.71h-3.92v-20.71h-6.4v-3.2Z"/><path d="m237.88,206.4h3.92v8.71c1.31-1.58,3.44-2.51,5.88-2.51,4.23,0,7.54,2.79,7.54,8.09v11.18h-3.89v-10.6c0-3.48-1.89-5.26-4.75-5.26s-4.78,1.79-4.78,5.26v10.6h-3.92v-25.46Z"/><path d="m268.05,232.17c-5.44,0-9.46-3.85-9.46-9.81s3.85-9.77,9.46-9.77,9.22,3.75,9.22,9.32c0,.65-.04,1.27-.14,1.93h-14.49c.28,3.13,2.51,5.02,5.4,5.02,2.41,0,3.75-1.17,4.47-2.65h4.23c-1.07,3.3-4.06,5.95-8.71,5.95Zm-5.37-11.49h10.5c-.07-2.92-2.37-4.78-5.3-4.78-2.65,0-4.78,1.79-5.2,4.78Z"/><path d="m297.96,232.1c-4.78,0-8.46-2.62-8.46-6.85h4.2c.17,1.96,1.55,3.54,4.27,3.54s4.3-1.48,4.3-3.51c0-5.78-12.7-2.03-12.7-10.84,0-4.2,3.34-6.81,8.22-6.81,4.58,0,7.81,2.41,8.16,6.5h-4.34c-.14-1.62-1.55-3.1-4.03-3.17-2.27-.07-4.03,1.03-4.03,3.34,0,5.4,12.66,2.03,12.66,10.77,0,3.58-2.92,7.02-8.26,7.02Z"/><path d="m320.86,212.59c4.99,0,8.91,3.85,8.91,9.7s-3.92,9.87-8.91,9.87c-3.13,0-5.37-1.58-6.61-3.06v11.77h-3.92v-27.97h3.92v2.79c1.2-1.58,3.51-3.1,6.61-3.1Zm-.86,3.41c-2.92,0-5.75,2.31-5.75,6.37s2.82,6.4,5.75,6.4,5.78-2.37,5.78-6.47-2.82-6.3-5.78-6.3Z"/><path d="m341.69,232.17c-5.44,0-9.46-3.85-9.46-9.81s3.85-9.77,9.46-9.77,9.22,3.75,9.22,9.32c0,.65-.04,1.27-.14,1.93h-14.49c.28,3.13,2.51,5.02,5.4,5.02,2.41,0,3.75-1.17,4.47-2.65h4.23c-1.07,3.3-4.06,5.95-8.71,5.95Zm-5.37-11.49h10.5c-.07-2.92-2.37-4.78-5.3-4.78-2.65,0-4.78,1.79-5.2,4.78Z"/><path d="m362.65,212.59c4.64,0,7.67,2.3,8.74,6.3h-4.23c-.65-1.82-2.17-2.99-4.51-2.99-3.17,0-5.26,2.34-5.26,6.47s2.1,6.5,5.26,6.5c2.34,0,3.78-1.03,4.51-2.99h4.23c-1.07,3.72-4.09,6.3-8.74,6.3-5.44,0-9.29-3.85-9.29-9.81s3.85-9.77,9.29-9.77Z"/><path d="m374.31,207.87c0-1.41,1.1-2.51,2.51-2.51s2.48,1.1,2.48,2.51-1.1,2.51-2.48,2.51-2.51-1.1-2.51-2.51Zm.52,5.02h3.92v18.96h-3.92v-18.96Z"/><path d="m391.16,212.59c3.2,0,5.4,1.51,6.57,3.06v-2.75h3.96v18.96h-3.96v-2.82c-1.2,1.62-3.47,3.13-6.64,3.13-4.92,0-8.88-4.03-8.88-9.87s3.96-9.7,8.95-9.7Zm.83,3.41c-2.92,0-5.75,2.2-5.75,6.3s2.82,6.47,5.75,6.47,5.75-2.31,5.75-6.4-2.79-6.37-5.75-6.37Z"/><path d="m406.41,206.4h3.92v25.46h-3.92v-25.46Z"/><path d="m415.66,216.1h-2.24v-3.2h2.24v-4.71h3.96v4.71h4.61v3.2h-4.61v10.49c0,1.41.55,2,2.2,2h2.41v3.27h-3.1c-3.37,0-5.47-1.41-5.47-5.26v-10.49Z"/><path d="m441.23,212.9h4.06l-11.63,27.87h-4.06l3.85-9.22-7.47-18.65h4.37l5.33,14.45,5.54-14.45Z"/><path d="m468.1,207.63c4.99,0,9.29,2.51,11.11,7.19h-4.71c-1.27-2.55-3.54-3.75-6.4-3.75-4.75,0-8.19,3.37-8.19,8.77s3.44,8.81,8.19,8.81c2.86,0,5.13-1.2,6.4-3.75h4.71c-1.82,4.68-6.12,7.16-11.11,7.16-6.74,0-12.21-5.02-12.21-12.21s5.47-12.21,12.21-12.21Z"/><path d="m490.77,212.59c3.2,0,5.4,1.51,6.57,3.06v-2.75h3.96v18.96h-3.96v-2.82c-1.2,1.62-3.47,3.13-6.64,3.13-4.92,0-8.88-4.03-8.88-9.87s3.96-9.7,8.95-9.7Zm.83,3.41c-2.92,0-5.75,2.2-5.75,6.3s2.82,6.47,5.75,6.47,5.75-2.31,5.75-6.4-2.79-6.37-5.75-6.37Z"/><path d="m509.26,231.86h-3.92v-18.96h3.92v2.75c1.1-1.89,2.99-3.06,5.68-3.06v4.06h-1c-2.89,0-4.68,1.21-4.68,5.23v9.98Z"/><path d="m525.98,232.17c-5.44,0-9.46-3.85-9.46-9.81s3.85-9.77,9.46-9.77,9.22,3.75,9.22,9.32c0,.65-.03,1.27-.14,1.93h-14.49c.28,3.13,2.51,5.02,5.4,5.02,2.41,0,3.75-1.17,4.47-2.65h4.23c-1.07,3.3-4.06,5.95-8.71,5.95Zm-5.37-11.49h10.49c-.07-2.92-2.37-4.78-5.3-4.78-2.65,0-4.78,1.79-5.2,4.78Z"/><path d="m556.26,222.15h-4.34v9.7h-3.92v-23.91h8.26c5.68,0,8.46,3.23,8.46,7.12,0,3.41-2.24,7.09-8.46,7.09Zm0-3.2c3.06,0,4.44-1.48,4.44-3.89s-1.38-3.92-4.44-3.92h-4.34v7.81h4.34Z"/><path d="m567.62,206.4h3.92v25.46h-3.92v-25.46Z"/><path d="m584.06,212.59c3.2,0,5.4,1.51,6.57,3.06v-2.75h3.96v18.96h-3.96v-2.82c-1.2,1.62-3.47,3.13-6.64,3.13-4.92,0-8.88-4.03-8.88-9.87s3.96-9.7,8.95-9.7Zm.83,3.41c-2.92,0-5.75,2.2-5.75,6.3s2.82,6.47,5.75,6.47,5.75-2.31,5.75-6.4-2.79-6.37-5.75-6.37Z"/><path d="m599.91,216.1h-2.24v-3.2h2.24v-4.71h3.96v4.71h4.61v3.2h-4.61v10.49c0,1.41.55,2,2.2,2h2.41v3.27h-3.1c-3.37,0-5.47-1.41-5.47-5.26v-10.49Z"/><path d="m612.7,216.1h-2.24v-3.2h2.24v-1.34c0-4.37,2.24-6.26,7.19-6.26v3.27c-2.41,0-3.23.83-3.23,2.99v1.34h3.51v3.2h-3.51v15.76h-3.96v-15.76Z"/><path d="m630.91,232.17c-5.4,0-9.5-3.85-9.5-9.81s4.27-9.77,9.67-9.77,9.67,3.82,9.67,9.77-4.4,9.81-9.84,9.81Zm0-3.41c2.92,0,5.81-2.1,5.81-6.4s-2.79-6.37-5.71-6.37-5.61,2.06-5.61,6.37,2.55,6.4,5.51,6.4Z"/><path d="m647.52,231.86h-3.92v-18.96h3.92v2.75c1.1-1.89,2.99-3.06,5.68-3.06v4.06h-1c-2.89,0-4.68,1.21-4.68,5.23v9.98Z"/><path d="m682.9,221.26c0-3.48-1.89-5.26-4.75-5.26s-4.78,1.79-4.78,5.26v10.6h-3.89v-10.6c0-3.48-1.89-5.26-4.75-5.26s-4.78,1.79-4.78,5.26v10.6h-3.92v-18.96h3.92v2.17c1.27-1.55,3.34-2.48,5.61-2.48,2.99,0,5.5,1.27,6.81,3.75,1.17-2.3,3.85-3.75,6.61-3.75,4.44,0,7.81,2.79,7.81,8.09v11.18h-3.89v-10.6Z"/></svg>
		</a>
		<div class="site-top__nav">
			<ul id="menu-main-menu" class="site-top-nav"><li id="menu-item-1032" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1032 site-top-nav__item"><a href="#"><span class="text" data-title="Who we serve">Who we serve</span></a>
<div class="sub-menu-wrap sub-menu-wrap__type-1 is-light">
	<div class="sub-menu-wrap__parent js-close-sub-menu">
		<svg class="is-rotated" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
		Who we serve	</div>
	<div class="sub-menu__cols">
		<div class="sub-menu__col--1-new">
							<span class="sub-menu__caption t-caption t-caption--3">Who we serve</span>
										<ul class="sub-menu__col sub-menu__col--1">
											<li class="sub-menu__item">
							<a href="/employers/"  class="sub-menu__main-link t-navigation t-navigation--1">Employers</a>
						</li>
											<li class="sub-menu__item">
							<a href="/public-sector/"  class="sub-menu__main-link t-navigation t-navigation--1">Public Sector</a>
						</li>
											<li class="sub-menu__item">
							<a href="/labor-union-trust/"  class="sub-menu__main-link t-navigation t-navigation--1">Labor, Union &amp; Trust</a>
						</li>
											<li class="sub-menu__item">
							<a href="/benefits-consultants/"  class="sub-menu__main-link t-navigation t-navigation--1">Benefits Consultants</a>
						</li>
									</ul>
										<ul class="sub-menu__col sub-menu__col--2">
											<li class="sub-menu__item">
							<a href="/health-plans/"  class="sub-menu__main-link t-navigation t-navigation--1">Health Plans</a>
						</li>
											<li class="sub-menu__item">
							<a href="/specialists/"  class="sub-menu__main-link t-navigation t-navigation--1">Specialists</a>
						</li>
											<li class="sub-menu__item">
							<a href="/ecosystem-partners/"  class="sub-menu__main-link t-navigation t-navigation--1">Ecosystem Partners</a>
						</li>
									</ul>
					</div>
		<div class="sub-menu__col--2-new">
							<span class="sub-menu__caption t-caption t-caption--3">For members</span>
										<ul class="sub-menu__col sub-menu__col--3">
											<li class="sub-menu__item">
							<a href="/for-members/"  class="sub-menu__main-link t-navigation t-navigation--1">
																Members							</a>
						</li>
											<li class="sub-menu__item">
							<a href="/for-members/surgery-journeys/"  class="sub-menu__link t-heading t-heading--h8">
																	<div class="sub-menu__col--3__icon">
										<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.5661 3.18555H1.43555V16.8129H18.5661V3.18555Z" stroke="currentColor" stroke-width="0.833333" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3.15186 7.34555H5.12449L6.32238 8.94345L7.82133 5.34766L11.2845 14.3856L12.9645 9.17713H16.8592" stroke="currentColor" stroke-width="0.833333" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5.24911 12.2546C5.24911 12.2546 4.87648 11.6504 4.17122 11.6504C3.75016 11.6504 3.05543 11.9367 3.09753 12.983C3.16069 14.5641 5.29332 15.0651 5.29332 15.0651" stroke="currentColor" stroke-width="0.833333" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5.32985 12.2585C5.32985 12.2585 5.70249 11.6543 6.40775 11.6543C6.8288 11.6543 7.52354 11.9406 7.48143 12.9869C7.41828 14.568 5.28564 15.069 5.28564 15.069" stroke="currentColor" stroke-width="0.833333" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
									</div>
																Surgery Journeys							</a>
						</li>
											<li class="sub-menu__item">
							<a href="/for-members/cancer-journeys/"  class="sub-menu__link t-heading t-heading--h8">
																	<div class="sub-menu__col--3__icon">
										<svg fill="none" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".833333"><path d="m9.99962 7.85365 1.13828-1.31925c.0262-.03148.0498-.06557.0656-.10229.0446-.11016.0734-.22556.0891-.34883.0813-.74486-.5245-1.43202-1.2746-1.44252-.75013-.01049-1.31927.57439-1.31927 1.29827 0 .12065.01574.23867.04721.35145s.08917.21507.16523.30424l1.08583 1.25893z"/><path d="m12.0686 10.2507-6.07695 7.4434-1.3481-3.6351 5.35568-6.20548"/><path d="m7.9289 10.2503-1.23532-1.51332c-.47734-.66618-.76585-1.47661-.76585-2.36048 0-2.24509 1.8202-4.06791 4.06791-4.06791 2.24766 0 4.06786 1.8202 4.06786 4.06791 0 .88124-.2885 1.6943-.7632 2.36048l-1.2353 1.51332"/><path d="m12.9474 11.2676 2.4077 2.7906-1.3507 3.6351-3.0083-3.6876"/></g></svg>									</div>
																Cancer Journeys							</a>
						</li>
											<li class="sub-menu__item">
							<a href="/for-members/infusion-journeys/"  class="sub-menu__link t-heading t-heading--h8">
																	<div class="sub-menu__col--3__icon">
										<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.5661 3.18555H1.43555V16.8129H18.5661V3.18555Z" stroke="currentColor" stroke-width="0.833333" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3.15186 7.34555H5.12449L6.32238 8.94345L7.82133 5.34766L11.2845 14.3856L12.9645 9.17713H16.8592" stroke="currentColor" stroke-width="0.833333" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5.24911 12.2546C5.24911 12.2546 4.87648 11.6504 4.17122 11.6504C3.75016 11.6504 3.05543 11.9367 3.09753 12.983C3.16069 14.5641 5.29332 15.0651 5.29332 15.0651" stroke="currentColor" stroke-width="0.833333" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5.32985 12.2585C5.32985 12.2585 5.70249 11.6543 6.40775 11.6543C6.8288 11.6543 7.52354 11.9406 7.48143 12.9869C7.41828 14.568 5.28564 15.069 5.28564 15.069" stroke="currentColor" stroke-width="0.833333" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
									</div>
																Infusion Journeys							</a>
						</li>
									</ul>
					</div>
	</div>
		<a href="/contact-us/"  class="featured-card sub-menu__featured is-dark">
		<svg class="featured-card__watermark u-watermark" width="384" height="312" viewBox="0 0 384 312" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.07" fill-rule="evenodd" clip-rule="evenodd" d="M138.507 664.886C-3.20745 544.67 -43.2985 336.776 52.9341 170.096L52.9062 170.144C146.9 7.34304 339.92 -62.4085 511.921 -7.18973C516.275 -5.77468 518.176 -0.669433 515.909 3.25755C514.229 6.16648 510.766 7.4634 507.562 6.51868C495.981 3.06466 484.299 0.457336 472.565 -1.2753C433.754 -5.26022 381.616 -1.16644 326.417 30.5082C291.52 51.9895 261.291 82.1784 239.346 120.188C178.942 224.811 200.911 354.369 285.105 433.812C293.866 442.038 296.054 457.393 290.036 467.817L180.536 657.477C171.411 673.282 152.446 676.683 138.507 664.886ZM351.973 379.133C287.631 324.551 269.428 230.162 313.12 154.484L313.108 154.506C355.783 80.5901 443.42 48.9209 521.513 73.9918C523.49 74.6343 524.353 76.9523 523.324 78.7352C522.561 80.0559 520.989 80.6448 519.534 80.2159C514.276 78.6476 508.972 77.4638 503.645 76.6771C486.023 74.8679 462.351 76.7266 437.289 91.1077C421.445 100.861 407.72 114.567 397.757 131.825C370.331 179.327 380.306 238.149 418.532 274.219C422.51 277.954 423.504 284.925 420.771 289.658L371.055 375.769C366.912 382.945 358.302 384.489 351.973 379.133Z" fill="url(#paint0_linear_16712_5594)"/><defs><linearGradient id="paint0_linear_16712_5594" x1="23.6436" y1="599.166" x2="408.352" y2="-67.1682" gradientUnits="userSpaceOnUse"><stop offset="0.41" stop-color="currentColor" stop-opacity="0"/><stop offset="0.69" stop-color="currentColor"/><stop offset="1" stop-color="currentColor" stop-opacity="0"/></linearGradient></defs></svg>
		<span class="featured-card__title t-heading t-heading--h5">Get to know us</span>
					<div class="featured-card__content t-body t-body--3">
				<p class="p1">Your organization can save on healthcare costs without sacrificing quality.</p>
			</div>
				<button type="button" class="featured-card__btn btn btn--primary">
			<span class="text">Let’s chat</span>
		</button>
	</a>
</div>
</li>
<li id="menu-item-1033" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1033 site-top-nav__item"><a href="#"><span class="text" data-title="Our Platform">Our Platform</span></a>
<div class="sub-menu-wrap sub-menu-wrap__type-2 is-light">
	<div class="sub-menu-wrap__parent js-close-sub-menu">
		<svg class="is-rotated" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
		Our Platform	</div>
		<a href="/specialty-care-platform/"  class="details-card sub-menu__details">
					<span class="details-card__caption sub-menu__caption t-caption t-caption--3">Our Platform</span>
				<span class="details-card__title t-heading t-heading--h5 t-weight--medium">Smarter specialty care</span>
					<div class="details-card__content t-body t-body--4">
				<p class="p1">Learn how our platform transforms access to complex care.</p>
			</div>
				<button type="button" class="details-card__btn btn btn--primary">
			<span class="text">See how</span>
			<span class="btn__icon">
				<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
			</span>
		</button>
	</a>
			<div class="sub-menu__cols">
							<span class="sub-menu__caption t-caption t-caption--3">What we cover</span>
															<a href="/solutions-for-employers/surgery/"  class="sub-menu__card-link " title="Surgery">
													<img class="sub-menu__card-link__icon-desktop" src="https://lanterncare.com/wp-content/uploads/2025/01/care_surgery.svg" alt="Surgery" with="42" height="42" loading="lazy">
																			<img class="sub-menu__card-link__icon-mobile" src="https://lanterncare.com/wp-content/uploads/2025/01/care_surgery.svg" alt="Surgery" with="72" height="72" loading="lazy">
												<div>
							<span class="sub-menu__card-link__title t-navigation t-navigation--1">Surgery</span>
															<div class="sub-menu__card-link__content t-body t-body--4">
									<p>The leading Network of Excellence for surgery</p>
								</div>
														<button type="button" class="sub-menu__card-link__btn btn btn--link">
								<span class="text">Learn more</span>
								<span class="btn__icon">
									<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
								</span>
							</button>
						</div>
					</a>
									<a href="/solutions-for-employers/cancer/"  class="sub-menu__card-link " title="Cancer">
													<img class="sub-menu__card-link__icon-desktop" src="https://lanterncare.com/wp-content/uploads/2025/01/Cancer.svg" alt="Cancer" with="42" height="42" loading="lazy">
																			<img class="sub-menu__card-link__icon-mobile" src="https://lanterncare.com/wp-content/uploads/2025/01/Cancer.svg" alt="Cancer" with="72" height="72" loading="lazy">
												<div>
							<span class="sub-menu__card-link__title t-navigation t-navigation--1">Cancer</span>
															<div class="sub-menu__card-link__content t-body t-body--4">
									<p>The first complete cancer care solution</p>
								</div>
														<button type="button" class="sub-menu__card-link__btn btn btn--link">
								<span class="text">Learn more</span>
								<span class="btn__icon">
									<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
								</span>
							</button>
						</div>
					</a>
									<a href="/solutions-for-employers/infusions/"  class="sub-menu__card-link " title="Infusions">
													<img class="sub-menu__card-link__icon-desktop" src="https://lanterncare.com/wp-content/uploads/2025/01/Infusions.svg" alt="Infusions" with="42" height="42" loading="lazy">
																			<img class="sub-menu__card-link__icon-mobile" src="https://lanterncare.com/wp-content/uploads/2025/01/Infusions.svg" alt="Infusions" with="72" height="72" loading="lazy">
												<div>
							<span class="sub-menu__card-link__title t-navigation t-navigation--1">Infusions</span>
															<div class="sub-menu__card-link__content t-body t-body--4">
									<p>The right infusion care at the right place</p>
								</div>
														<button type="button" class="sub-menu__card-link__btn btn btn--link">
								<span class="text">Learn more</span>
								<span class="btn__icon">
									<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
								</span>
							</button>
						</div>
					</a>
									</div>
	</div>
</li>
<li id="menu-item-1034" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1034 site-top-nav__item"><a href="#"><span class="text" data-title="Our Approach">Our Approach</span></a>
<div class="sub-menu-wrap sub-menu-wrap__type-3 is-light">
	<div class="sub-menu-wrap__parent js-close-sub-menu">
		<svg class="is-rotated" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
		Our Approach	</div>
	<div class="sub-menu__cols">
					<div class="sub-menu__col">
									<span class="sub-menu__caption t-caption t-caption--3">Network</span>
								<ul class="sub-menu__list">
											<li class="sub-menu__list__item">
							<a href="/network-of-excellence/"  class="sub-menu__list__item__link " title="Network of Excellence">
								<svg width="24" height="24" viewBox="0 0 24 24" class="sub-menu__list__item__icon" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 5.5L18.5 10.5M5.5 13.5L10.5 18.5M13.5 18.5L18.5 13.5M10.5 5.5L5.5 10.5M14 20C14 19.4696 13.7893 18.9609 13.4142 18.5858C13.0391 18.2107 12.5304 18 12 18C11.4696 18 10.9609 18.2107 10.5858 18.5858C10.2107 18.9609 10 19.4696 10 20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22C12.5304 22 13.0391 21.7893 13.4142 21.4142C13.7893 21.0391 14 20.5304 14 20ZM14 4C14 3.46957 13.7893 2.96086 13.4142 2.58579C13.0391 2.21071 12.5304 2 12 2C11.4696 2 10.9609 2.21071 10.5858 2.58579C10.2107 2.96086 10 3.46957 10 4C10 4.53043 10.2107 5.03914 10.5858 5.41421C10.9609 5.78929 11.4696 6 12 6C12.5304 6 13.0391 5.78929 13.4142 5.41421C13.7893 5.03914 14 4.53043 14 4ZM6 12C6 11.4696 5.78929 10.9609 5.41421 10.5858C5.03914 10.2107 4.53043 10 4 10C3.46957 10 2.96086 10.2107 2.58579 10.5858C2.21071 10.9609 2 11.4696 2 12C2 12.5304 2.21071 13.0391 2.58579 13.4142C2.96086 13.7893 3.46957 14 4 14C4.53043 14 5.03914 13.7893 5.41421 13.4142C5.78929 13.0391 6 12.5304 6 12ZM22 12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10C19.4696 10 18.9609 10.2107 18.5858 10.5858C18.2107 10.9609 18 11.4696 18 12C18 12.5304 18.2107 13.0391 18.5858 13.4142C18.9609 13.7893 19.4696 14 20 14C20.5304 14 21.0391 13.7893 21.4142 13.4142C21.7893 13.0391 22 12.5304 22 12Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
								<div class="">
									<span class="sub-menu__list__item__title t-navigation t-navigation--1">
										Network of Excellence									</span>
									<p class="sub-menu__list__item__content t-paragraph t-paragraph--4">
										Connect your team with the best of the best									</p>
								</div>
							</a>
						</li>
											<li class="sub-menu__list__item">
							<a href="/dedicated-care-team/"  class="sub-menu__list__item__link " title="Dedicated Care Team">
								<svg width="24" height="24" viewBox="0 0 24 24" class="sub-menu__list__item__icon" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 5.5L18.5 10.5M5.5 13.5L10.5 18.5M13.5 18.5L18.5 13.5M10.5 5.5L5.5 10.5M14 20C14 19.4696 13.7893 18.9609 13.4142 18.5858C13.0391 18.2107 12.5304 18 12 18C11.4696 18 10.9609 18.2107 10.5858 18.5858C10.2107 18.9609 10 19.4696 10 20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22C12.5304 22 13.0391 21.7893 13.4142 21.4142C13.7893 21.0391 14 20.5304 14 20ZM14 4C14 3.46957 13.7893 2.96086 13.4142 2.58579C13.0391 2.21071 12.5304 2 12 2C11.4696 2 10.9609 2.21071 10.5858 2.58579C10.2107 2.96086 10 3.46957 10 4C10 4.53043 10.2107 5.03914 10.5858 5.41421C10.9609 5.78929 11.4696 6 12 6C12.5304 6 13.0391 5.78929 13.4142 5.41421C13.7893 5.03914 14 4.53043 14 4ZM6 12C6 11.4696 5.78929 10.9609 5.41421 10.5858C5.03914 10.2107 4.53043 10 4 10C3.46957 10 2.96086 10.2107 2.58579 10.5858C2.21071 10.9609 2 11.4696 2 12C2 12.5304 2.21071 13.0391 2.58579 13.4142C2.96086 13.7893 3.46957 14 4 14C4.53043 14 5.03914 13.7893 5.41421 13.4142C5.78929 13.0391 6 12.5304 6 12ZM22 12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10C19.4696 10 18.9609 10.2107 18.5858 10.5858C18.2107 10.9609 18 11.4696 18 12C18 12.5304 18.2107 13.0391 18.5858 13.4142C18.9609 13.7893 19.4696 14 20 14C20.5304 14 21.0391 13.7893 21.4142 13.4142C21.7893 13.0391 22 12.5304 22 12Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
								<div class="">
									<span class="sub-menu__list__item__title t-navigation t-navigation--1">
										Dedicated Care Team									</span>
									<p class="sub-menu__list__item__content t-paragraph t-paragraph--4">
										Personalized support for your employees									</p>
								</div>
							</a>
						</li>
									</ul>
			</div>
							<div class="sub-menu__col">
									<span class="sub-menu__caption t-caption t-caption--3">Results</span>
								<ul class="sub-menu__list">
											<li class="sub-menu__list__item">
							<a href="/better-economic-model/"  class="sub-menu__list__item__link " title="Better Economic Model">
								<svg width="24" height="24" viewBox="0 0 24 24" class="sub-menu__list__item__icon" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 5.5L18.5 10.5M5.5 13.5L10.5 18.5M13.5 18.5L18.5 13.5M10.5 5.5L5.5 10.5M14 20C14 19.4696 13.7893 18.9609 13.4142 18.5858C13.0391 18.2107 12.5304 18 12 18C11.4696 18 10.9609 18.2107 10.5858 18.5858C10.2107 18.9609 10 19.4696 10 20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22C12.5304 22 13.0391 21.7893 13.4142 21.4142C13.7893 21.0391 14 20.5304 14 20ZM14 4C14 3.46957 13.7893 2.96086 13.4142 2.58579C13.0391 2.21071 12.5304 2 12 2C11.4696 2 10.9609 2.21071 10.5858 2.58579C10.2107 2.96086 10 3.46957 10 4C10 4.53043 10.2107 5.03914 10.5858 5.41421C10.9609 5.78929 11.4696 6 12 6C12.5304 6 13.0391 5.78929 13.4142 5.41421C13.7893 5.03914 14 4.53043 14 4ZM6 12C6 11.4696 5.78929 10.9609 5.41421 10.5858C5.03914 10.2107 4.53043 10 4 10C3.46957 10 2.96086 10.2107 2.58579 10.5858C2.21071 10.9609 2 11.4696 2 12C2 12.5304 2.21071 13.0391 2.58579 13.4142C2.96086 13.7893 3.46957 14 4 14C4.53043 14 5.03914 13.7893 5.41421 13.4142C5.78929 13.0391 6 12.5304 6 12ZM22 12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10C19.4696 10 18.9609 10.2107 18.5858 10.5858C18.2107 10.9609 18 11.4696 18 12C18 12.5304 18.2107 13.0391 18.5858 13.4142C18.9609 13.7893 19.4696 14 20 14C20.5304 14 21.0391 13.7893 21.4142 13.4142C21.7893 13.0391 22 12.5304 22 12Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
								<div class="">
									<span class="sub-menu__list__item__title t-navigation t-navigation--1">
										Better Economic Model									</span>
									<p class="sub-menu__list__item__content t-paragraph t-paragraph--4">
										Quality care for your people without high costs									</p>
								</div>
							</a>
						</li>
											<li class="sub-menu__list__item">
							<a href="/our-results/"  class="sub-menu__list__item__link " title="Our Results">
								<svg width="24" height="24" viewBox="0 0 24 24" class="sub-menu__list__item__icon" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 5.5L18.5 10.5M5.5 13.5L10.5 18.5M13.5 18.5L18.5 13.5M10.5 5.5L5.5 10.5M14 20C14 19.4696 13.7893 18.9609 13.4142 18.5858C13.0391 18.2107 12.5304 18 12 18C11.4696 18 10.9609 18.2107 10.5858 18.5858C10.2107 18.9609 10 19.4696 10 20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22C12.5304 22 13.0391 21.7893 13.4142 21.4142C13.7893 21.0391 14 20.5304 14 20ZM14 4C14 3.46957 13.7893 2.96086 13.4142 2.58579C13.0391 2.21071 12.5304 2 12 2C11.4696 2 10.9609 2.21071 10.5858 2.58579C10.2107 2.96086 10 3.46957 10 4C10 4.53043 10.2107 5.03914 10.5858 5.41421C10.9609 5.78929 11.4696 6 12 6C12.5304 6 13.0391 5.78929 13.4142 5.41421C13.7893 5.03914 14 4.53043 14 4ZM6 12C6 11.4696 5.78929 10.9609 5.41421 10.5858C5.03914 10.2107 4.53043 10 4 10C3.46957 10 2.96086 10.2107 2.58579 10.5858C2.21071 10.9609 2 11.4696 2 12C2 12.5304 2.21071 13.0391 2.58579 13.4142C2.96086 13.7893 3.46957 14 4 14C4.53043 14 5.03914 13.7893 5.41421 13.4142C5.78929 13.0391 6 12.5304 6 12ZM22 12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10C19.4696 10 18.9609 10.2107 18.5858 10.5858C18.2107 10.9609 18 11.4696 18 12C18 12.5304 18.2107 13.0391 18.5858 13.4142C18.9609 13.7893 19.4696 14 20 14C20.5304 14 21.0391 13.7893 21.4142 13.4142C21.7893 13.0391 22 12.5304 22 12Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
								<div class="">
									<span class="sub-menu__list__item__title t-navigation t-navigation--1">
										Our Results									</span>
									<p class="sub-menu__list__item__content t-paragraph t-paragraph--4">
										See why our approach works									</p>
								</div>
							</a>
						</li>
									</ul>
			</div>
			</div>
		<a href="/contact-us/"  class="featured-card sub-menu__featured is-dark">
		<svg class="featured-card__watermark u-watermark" width="384" height="312" viewBox="0 0 384 312" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.07" fill-rule="evenodd" clip-rule="evenodd" d="M138.507 664.886C-3.20745 544.67 -43.2985 336.776 52.9341 170.096L52.9062 170.144C146.9 7.34304 339.92 -62.4085 511.921 -7.18973C516.275 -5.77468 518.176 -0.669433 515.909 3.25755C514.229 6.16648 510.766 7.4634 507.562 6.51868C495.981 3.06466 484.299 0.457336 472.565 -1.2753C433.754 -5.26022 381.616 -1.16644 326.417 30.5082C291.52 51.9895 261.291 82.1784 239.346 120.188C178.942 224.811 200.911 354.369 285.105 433.812C293.866 442.038 296.054 457.393 290.036 467.817L180.536 657.477C171.411 673.282 152.446 676.683 138.507 664.886ZM351.973 379.133C287.631 324.551 269.428 230.162 313.12 154.484L313.108 154.506C355.783 80.5901 443.42 48.9209 521.513 73.9918C523.49 74.6343 524.353 76.9523 523.324 78.7352C522.561 80.0559 520.989 80.6448 519.534 80.2159C514.276 78.6476 508.972 77.4638 503.645 76.6771C486.023 74.8679 462.351 76.7266 437.289 91.1077C421.445 100.861 407.72 114.567 397.757 131.825C370.331 179.327 380.306 238.149 418.532 274.219C422.51 277.954 423.504 284.925 420.771 289.658L371.055 375.769C366.912 382.945 358.302 384.489 351.973 379.133Z" fill="url(#paint0_linear_16712_5594)"/><defs><linearGradient id="paint0_linear_16712_5594" x1="23.6436" y1="599.166" x2="408.352" y2="-67.1682" gradientUnits="userSpaceOnUse"><stop offset="0.41" stop-color="currentColor" stop-opacity="0"/><stop offset="0.69" stop-color="currentColor"/><stop offset="1" stop-color="currentColor" stop-opacity="0"/></linearGradient></defs></svg>
		<span class="featured-card__title t-heading t-heading--h5">High-quality care is for everyone</span>
					<div class="featured-card__content t-body t-body--3">
				<p>Learn how we transform access to specialty care while significantly reducing costs.</p>
			</div>
				<button type="button" class="featured-card__btn btn btn--primary">
			<span class="text">Let’s talk</span>
		</button>
	</a>
</div>
</li>
<li id="menu-item-1044" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1044 site-top-nav__item"><a href="#"><span class="text" data-title="Resources">Resources</span></a>
<div class="sub-menu-wrap sub-menu-wrap__type-4 is-light">
	<div class="sub-menu-wrap__parent js-close-sub-menu">
		<svg class="is-rotated" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
		Resources	</div>
	<div class="sub-menu__cols">
					<ul class="sub-menu__col sub-menu__col--1">
									<li class="sub-menu__list__item">
						<a href="/blog/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Blog</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
									<li class="sub-menu__list__item">
						<a href="/resources-category/case-studies/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Case Studies</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
									<li class="sub-menu__list__item">
						<a href="/resources-category/member-stories/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Member Stories</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
									<li class="sub-menu__list__item">
						<a href="/resources-category/videos/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Videos</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
									<li class="sub-menu__list__item">
						<a href="/press/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Press</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
							</ul>
							<ul class="sub-menu__col sub-menu__col--2">
									<li class="sub-menu__list__item">
						<a href="/resources-category/webinars/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Webinars</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
									<li class="sub-menu__list__item">
						<a href="/resources-category/guides/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Guides</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
							</ul>
			</div>
		<a href="https://lanterncare.com/blog/center-of-excellence-vs-network-of-excellence-whats-the-difference/"  title="Go to - Center of Excellence vs. Network of Excellence: What’s the Difference?" class="featured-post sub-menu__featured-post is-dark">
		<picture><source media="(max-width:1px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/6300/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988-280x336-f50_50.jpg"><source media="(max-width:2800px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/6300/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988-560x672-f50_50.jpg"><source media="(min-width:2801px)" srcset="https://lanterncare.com/wp-content/uploads/2024/10/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988.jpg"><img width="8192" height="4847" src="https://lanterncare.com/wp-content/uploads/2024/10/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988.jpg" class="featured-post__img" alt="Center of Excellence vs. Network of Excellence: What’s the Difference?" loading="lazy" decoding="async" srcset="https://lanterncare.com/wp-content/uploads/2024/10/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988.jpg 8192w, https://lanterncare.com/wp-content/uploads/2024/10/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988-300x178.jpg 300w, https://lanterncare.com/wp-content/uploads/2024/10/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988-768x454.jpg 768w, https://lanterncare.com/wp-content/uploads/2024/10/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988-1024x606.jpg 1024w, https://lanterncare.com/wp-content/uploads/2024/10/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988-1536x909.jpg 1536w, https://lanterncare.com/wp-content/uploads/2024/10/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988-2048x1212.jpg 2048w" sizes="auto, (max-width: 8192px) 100vw, 8192px" /></picture>		<div class="featured-post__content">
							<span class="featured-post__category category-tag t-caption t-caption--2 is-light">Quality</span>
						<span class="featured-post__title t-heading t-heading--h6">Center of Excellence vs. Network of Excellence: What’s the Difference?</span>
			<span class="featured-post__date t-paragraph t-paragraph--4">October 04, 2024</span>
		</div>
	</a>

	</div>
</li>
<li id="menu-item-1036" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1036 site-top-nav__item"><a href="#"><span class="text" data-title="Company">Company</span></a>
<div class="sub-menu-wrap sub-menu-wrap__type-5 is-light">
	<div class="sub-menu-wrap__parent js-close-sub-menu">
		<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
		Company	</div>
		<a href="/about-us/"  class="details-card sub-menu__details">
					<span class="details-card__caption sub-menu__caption t-caption t-caption--3">About Us</span>
				<span class="details-card__title t-heading t-heading--h5 t-weight--medium">Quality healthcare for all</span>
					<div class="details-card__content t-body t-body--4">
				<p class="p1">Our mission drives us. See how we’re transforming specialty care access.</p>
			</div>
				<button type="button" class="details-card__btn btn btn--primary">
			<span class="text">Learn more</span>
			<span class="btn__icon">
				<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
			</span>
		</button>
	</a>
	<div class="sub-menu__cols">
					<ul class="sub-menu__col sub-menu__col--2">
									<li class="sub-menu__caption t-caption t-caption--3">Who we are</li>
													<li class="sub-menu__list__item">
						<a href="/our-team/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Our Team</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
									<li class="sub-menu__list__item">
						<a href="/medical-advisory-board/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Medical Advisory Board</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
									<li class="sub-menu__list__item">
						<a href="/board-of-directors/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Board of Directors</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
							</ul>
							<ul class="sub-menu__col sub-menu__col--2">
									<li class="sub-menu__caption t-caption t-caption--3">Get in touch</li>
													<li class="sub-menu__list__item">
						<a href="/about-us/careers/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Careers</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
									<li class="sub-menu__list__item">
						<a href="/contact-us/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Contact</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
							</ul>
			</div>
</div>
</li>
</ul>	<div class="btns-hld site-top__btns">
									<a class="btn btn--secondary " href="https://my.lanterncare.com/" title="Go to - Member login" target="_blank">
					<span class="text">Member login</span>
									</a>
												<a class="btn btn--primary " href="/contact-us/get-in-touch/" title="Go to - Get in touch" target="">
					<span class="text">Get in touch</span>
									</a>
						</div>
		</div>
		<button class="site-top__toggle-mobile js-mobile-nav-toggle">
			<span></span>
			<span></span>
			<span></span>
			<span class="u-sr-only">Open side navigation</span>
		</button>
	</div>
	<div class="mobile-nav-hld is-light js-mobile-nav">
	<div class="mobile-nav-body">
		<ul id="menu-main-menu-1" class="mobile-nav"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1032 mobile-nav__item"><a href="#"><span class="text">Who we serve</span></a>
<div class="sub-menu-wrap sub-menu-wrap__type-1 is-light">
	<div class="sub-menu-wrap__parent js-close-sub-menu">
		<svg class="is-rotated" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
		Who we serve	</div>
	<div class="sub-menu__cols">
		<div class="sub-menu__col--1-new">
							<span class="sub-menu__caption t-caption t-caption--3">Who we serve</span>
										<ul class="sub-menu__col sub-menu__col--1">
											<li class="sub-menu__item">
							<a href="/employers/"  class="sub-menu__main-link t-navigation t-navigation--1">Employers</a>
						</li>
											<li class="sub-menu__item">
							<a href="/public-sector/"  class="sub-menu__main-link t-navigation t-navigation--1">Public Sector</a>
						</li>
											<li class="sub-menu__item">
							<a href="/labor-union-trust/"  class="sub-menu__main-link t-navigation t-navigation--1">Labor, Union &amp; Trust</a>
						</li>
											<li class="sub-menu__item">
							<a href="/benefits-consultants/"  class="sub-menu__main-link t-navigation t-navigation--1">Benefits Consultants</a>
						</li>
									</ul>
										<ul class="sub-menu__col sub-menu__col--2">
											<li class="sub-menu__item">
							<a href="/health-plans/"  class="sub-menu__main-link t-navigation t-navigation--1">Health Plans</a>
						</li>
											<li class="sub-menu__item">
							<a href="/specialists/"  class="sub-menu__main-link t-navigation t-navigation--1">Specialists</a>
						</li>
											<li class="sub-menu__item">
							<a href="/ecosystem-partners/"  class="sub-menu__main-link t-navigation t-navigation--1">Ecosystem Partners</a>
						</li>
									</ul>
					</div>
		<div class="sub-menu__col--2-new">
							<span class="sub-menu__caption t-caption t-caption--3">For members</span>
										<ul class="sub-menu__col sub-menu__col--3">
											<li class="sub-menu__item">
							<a href="/for-members/"  class="sub-menu__main-link t-navigation t-navigation--1">
																Members							</a>
						</li>
											<li class="sub-menu__item">
							<a href="/for-members/surgery-journeys/"  class="sub-menu__link t-heading t-heading--h8">
																	<div class="sub-menu__col--3__icon">
										<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.5661 3.18555H1.43555V16.8129H18.5661V3.18555Z" stroke="currentColor" stroke-width="0.833333" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3.15186 7.34555H5.12449L6.32238 8.94345L7.82133 5.34766L11.2845 14.3856L12.9645 9.17713H16.8592" stroke="currentColor" stroke-width="0.833333" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5.24911 12.2546C5.24911 12.2546 4.87648 11.6504 4.17122 11.6504C3.75016 11.6504 3.05543 11.9367 3.09753 12.983C3.16069 14.5641 5.29332 15.0651 5.29332 15.0651" stroke="currentColor" stroke-width="0.833333" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5.32985 12.2585C5.32985 12.2585 5.70249 11.6543 6.40775 11.6543C6.8288 11.6543 7.52354 11.9406 7.48143 12.9869C7.41828 14.568 5.28564 15.069 5.28564 15.069" stroke="currentColor" stroke-width="0.833333" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
									</div>
																Surgery Journeys							</a>
						</li>
											<li class="sub-menu__item">
							<a href="/for-members/cancer-journeys/"  class="sub-menu__link t-heading t-heading--h8">
																	<div class="sub-menu__col--3__icon">
										<svg fill="none" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".833333"><path d="m9.99962 7.85365 1.13828-1.31925c.0262-.03148.0498-.06557.0656-.10229.0446-.11016.0734-.22556.0891-.34883.0813-.74486-.5245-1.43202-1.2746-1.44252-.75013-.01049-1.31927.57439-1.31927 1.29827 0 .12065.01574.23867.04721.35145s.08917.21507.16523.30424l1.08583 1.25893z"/><path d="m12.0686 10.2507-6.07695 7.4434-1.3481-3.6351 5.35568-6.20548"/><path d="m7.9289 10.2503-1.23532-1.51332c-.47734-.66618-.76585-1.47661-.76585-2.36048 0-2.24509 1.8202-4.06791 4.06791-4.06791 2.24766 0 4.06786 1.8202 4.06786 4.06791 0 .88124-.2885 1.6943-.7632 2.36048l-1.2353 1.51332"/><path d="m12.9474 11.2676 2.4077 2.7906-1.3507 3.6351-3.0083-3.6876"/></g></svg>									</div>
																Cancer Journeys							</a>
						</li>
											<li class="sub-menu__item">
							<a href="/for-members/infusion-journeys/"  class="sub-menu__link t-heading t-heading--h8">
																	<div class="sub-menu__col--3__icon">
										<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.5661 3.18555H1.43555V16.8129H18.5661V3.18555Z" stroke="currentColor" stroke-width="0.833333" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3.15186 7.34555H5.12449L6.32238 8.94345L7.82133 5.34766L11.2845 14.3856L12.9645 9.17713H16.8592" stroke="currentColor" stroke-width="0.833333" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5.24911 12.2546C5.24911 12.2546 4.87648 11.6504 4.17122 11.6504C3.75016 11.6504 3.05543 11.9367 3.09753 12.983C3.16069 14.5641 5.29332 15.0651 5.29332 15.0651" stroke="currentColor" stroke-width="0.833333" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5.32985 12.2585C5.32985 12.2585 5.70249 11.6543 6.40775 11.6543C6.8288 11.6543 7.52354 11.9406 7.48143 12.9869C7.41828 14.568 5.28564 15.069 5.28564 15.069" stroke="currentColor" stroke-width="0.833333" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
									</div>
																Infusion Journeys							</a>
						</li>
									</ul>
					</div>
	</div>
		<a href="/contact-us/"  class="featured-card sub-menu__featured is-dark">
		<svg class="featured-card__watermark u-watermark" width="384" height="312" viewBox="0 0 384 312" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.07" fill-rule="evenodd" clip-rule="evenodd" d="M138.507 664.886C-3.20745 544.67 -43.2985 336.776 52.9341 170.096L52.9062 170.144C146.9 7.34304 339.92 -62.4085 511.921 -7.18973C516.275 -5.77468 518.176 -0.669433 515.909 3.25755C514.229 6.16648 510.766 7.4634 507.562 6.51868C495.981 3.06466 484.299 0.457336 472.565 -1.2753C433.754 -5.26022 381.616 -1.16644 326.417 30.5082C291.52 51.9895 261.291 82.1784 239.346 120.188C178.942 224.811 200.911 354.369 285.105 433.812C293.866 442.038 296.054 457.393 290.036 467.817L180.536 657.477C171.411 673.282 152.446 676.683 138.507 664.886ZM351.973 379.133C287.631 324.551 269.428 230.162 313.12 154.484L313.108 154.506C355.783 80.5901 443.42 48.9209 521.513 73.9918C523.49 74.6343 524.353 76.9523 523.324 78.7352C522.561 80.0559 520.989 80.6448 519.534 80.2159C514.276 78.6476 508.972 77.4638 503.645 76.6771C486.023 74.8679 462.351 76.7266 437.289 91.1077C421.445 100.861 407.72 114.567 397.757 131.825C370.331 179.327 380.306 238.149 418.532 274.219C422.51 277.954 423.504 284.925 420.771 289.658L371.055 375.769C366.912 382.945 358.302 384.489 351.973 379.133Z" fill="url(#paint0_linear_16712_5594)"/><defs><linearGradient id="paint0_linear_16712_5594" x1="23.6436" y1="599.166" x2="408.352" y2="-67.1682" gradientUnits="userSpaceOnUse"><stop offset="0.41" stop-color="currentColor" stop-opacity="0"/><stop offset="0.69" stop-color="currentColor"/><stop offset="1" stop-color="currentColor" stop-opacity="0"/></linearGradient></defs></svg>
		<span class="featured-card__title t-heading t-heading--h5">Get to know us</span>
					<div class="featured-card__content t-body t-body--3">
				<p class="p1">Your organization can save on healthcare costs without sacrificing quality.</p>
			</div>
				<button type="button" class="featured-card__btn btn btn--primary">
			<span class="text">Let’s chat</span>
		</button>
	</a>
</div>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1033 mobile-nav__item"><a href="#"><span class="text">Our Platform</span></a>
<div class="sub-menu-wrap sub-menu-wrap__type-2 is-light">
	<div class="sub-menu-wrap__parent js-close-sub-menu">
		<svg class="is-rotated" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
		Our Platform	</div>
		<a href="/specialty-care-platform/"  class="details-card sub-menu__details">
					<span class="details-card__caption sub-menu__caption t-caption t-caption--3">Our Platform</span>
				<span class="details-card__title t-heading t-heading--h5 t-weight--medium">Smarter specialty care</span>
					<div class="details-card__content t-body t-body--4">
				<p class="p1">Learn how our platform transforms access to complex care.</p>
			</div>
				<button type="button" class="details-card__btn btn btn--primary">
			<span class="text">See how</span>
			<span class="btn__icon">
				<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
			</span>
		</button>
	</a>
			<div class="sub-menu__cols">
							<span class="sub-menu__caption t-caption t-caption--3">What we cover</span>
															<a href="/solutions-for-employers/surgery/"  class="sub-menu__card-link " title="Surgery">
													<img class="sub-menu__card-link__icon-desktop" src="https://lanterncare.com/wp-content/uploads/2025/01/care_surgery.svg" alt="Surgery" with="42" height="42" loading="lazy">
																			<img class="sub-menu__card-link__icon-mobile" src="https://lanterncare.com/wp-content/uploads/2025/01/care_surgery.svg" alt="Surgery" with="72" height="72" loading="lazy">
												<div>
							<span class="sub-menu__card-link__title t-navigation t-navigation--1">Surgery</span>
															<div class="sub-menu__card-link__content t-body t-body--4">
									<p>The leading Network of Excellence for surgery</p>
								</div>
														<button type="button" class="sub-menu__card-link__btn btn btn--link">
								<span class="text">Learn more</span>
								<span class="btn__icon">
									<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
								</span>
							</button>
						</div>
					</a>
									<a href="/solutions-for-employers/cancer/"  class="sub-menu__card-link " title="Cancer">
													<img class="sub-menu__card-link__icon-desktop" src="https://lanterncare.com/wp-content/uploads/2025/01/Cancer.svg" alt="Cancer" with="42" height="42" loading="lazy">
																			<img class="sub-menu__card-link__icon-mobile" src="https://lanterncare.com/wp-content/uploads/2025/01/Cancer.svg" alt="Cancer" with="72" height="72" loading="lazy">
												<div>
							<span class="sub-menu__card-link__title t-navigation t-navigation--1">Cancer</span>
															<div class="sub-menu__card-link__content t-body t-body--4">
									<p>The first complete cancer care solution</p>
								</div>
														<button type="button" class="sub-menu__card-link__btn btn btn--link">
								<span class="text">Learn more</span>
								<span class="btn__icon">
									<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
								</span>
							</button>
						</div>
					</a>
									<a href="/solutions-for-employers/infusions/"  class="sub-menu__card-link " title="Infusions">
													<img class="sub-menu__card-link__icon-desktop" src="https://lanterncare.com/wp-content/uploads/2025/01/Infusions.svg" alt="Infusions" with="42" height="42" loading="lazy">
																			<img class="sub-menu__card-link__icon-mobile" src="https://lanterncare.com/wp-content/uploads/2025/01/Infusions.svg" alt="Infusions" with="72" height="72" loading="lazy">
												<div>
							<span class="sub-menu__card-link__title t-navigation t-navigation--1">Infusions</span>
															<div class="sub-menu__card-link__content t-body t-body--4">
									<p>The right infusion care at the right place</p>
								</div>
														<button type="button" class="sub-menu__card-link__btn btn btn--link">
								<span class="text">Learn more</span>
								<span class="btn__icon">
									<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
								</span>
							</button>
						</div>
					</a>
									</div>
	</div>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1034 mobile-nav__item"><a href="#"><span class="text">Our Approach</span></a>
<div class="sub-menu-wrap sub-menu-wrap__type-3 is-light">
	<div class="sub-menu-wrap__parent js-close-sub-menu">
		<svg class="is-rotated" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
		Our Approach	</div>
	<div class="sub-menu__cols">
					<div class="sub-menu__col">
									<span class="sub-menu__caption t-caption t-caption--3">Network</span>
								<ul class="sub-menu__list">
											<li class="sub-menu__list__item">
							<a href="/network-of-excellence/"  class="sub-menu__list__item__link " title="Network of Excellence">
								<svg width="24" height="24" viewBox="0 0 24 24" class="sub-menu__list__item__icon" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 5.5L18.5 10.5M5.5 13.5L10.5 18.5M13.5 18.5L18.5 13.5M10.5 5.5L5.5 10.5M14 20C14 19.4696 13.7893 18.9609 13.4142 18.5858C13.0391 18.2107 12.5304 18 12 18C11.4696 18 10.9609 18.2107 10.5858 18.5858C10.2107 18.9609 10 19.4696 10 20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22C12.5304 22 13.0391 21.7893 13.4142 21.4142C13.7893 21.0391 14 20.5304 14 20ZM14 4C14 3.46957 13.7893 2.96086 13.4142 2.58579C13.0391 2.21071 12.5304 2 12 2C11.4696 2 10.9609 2.21071 10.5858 2.58579C10.2107 2.96086 10 3.46957 10 4C10 4.53043 10.2107 5.03914 10.5858 5.41421C10.9609 5.78929 11.4696 6 12 6C12.5304 6 13.0391 5.78929 13.4142 5.41421C13.7893 5.03914 14 4.53043 14 4ZM6 12C6 11.4696 5.78929 10.9609 5.41421 10.5858C5.03914 10.2107 4.53043 10 4 10C3.46957 10 2.96086 10.2107 2.58579 10.5858C2.21071 10.9609 2 11.4696 2 12C2 12.5304 2.21071 13.0391 2.58579 13.4142C2.96086 13.7893 3.46957 14 4 14C4.53043 14 5.03914 13.7893 5.41421 13.4142C5.78929 13.0391 6 12.5304 6 12ZM22 12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10C19.4696 10 18.9609 10.2107 18.5858 10.5858C18.2107 10.9609 18 11.4696 18 12C18 12.5304 18.2107 13.0391 18.5858 13.4142C18.9609 13.7893 19.4696 14 20 14C20.5304 14 21.0391 13.7893 21.4142 13.4142C21.7893 13.0391 22 12.5304 22 12Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
								<div class="">
									<span class="sub-menu__list__item__title t-navigation t-navigation--1">
										Network of Excellence									</span>
									<p class="sub-menu__list__item__content t-paragraph t-paragraph--4">
										Connect your team with the best of the best									</p>
								</div>
							</a>
						</li>
											<li class="sub-menu__list__item">
							<a href="/dedicated-care-team/"  class="sub-menu__list__item__link " title="Dedicated Care Team">
								<svg width="24" height="24" viewBox="0 0 24 24" class="sub-menu__list__item__icon" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 5.5L18.5 10.5M5.5 13.5L10.5 18.5M13.5 18.5L18.5 13.5M10.5 5.5L5.5 10.5M14 20C14 19.4696 13.7893 18.9609 13.4142 18.5858C13.0391 18.2107 12.5304 18 12 18C11.4696 18 10.9609 18.2107 10.5858 18.5858C10.2107 18.9609 10 19.4696 10 20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22C12.5304 22 13.0391 21.7893 13.4142 21.4142C13.7893 21.0391 14 20.5304 14 20ZM14 4C14 3.46957 13.7893 2.96086 13.4142 2.58579C13.0391 2.21071 12.5304 2 12 2C11.4696 2 10.9609 2.21071 10.5858 2.58579C10.2107 2.96086 10 3.46957 10 4C10 4.53043 10.2107 5.03914 10.5858 5.41421C10.9609 5.78929 11.4696 6 12 6C12.5304 6 13.0391 5.78929 13.4142 5.41421C13.7893 5.03914 14 4.53043 14 4ZM6 12C6 11.4696 5.78929 10.9609 5.41421 10.5858C5.03914 10.2107 4.53043 10 4 10C3.46957 10 2.96086 10.2107 2.58579 10.5858C2.21071 10.9609 2 11.4696 2 12C2 12.5304 2.21071 13.0391 2.58579 13.4142C2.96086 13.7893 3.46957 14 4 14C4.53043 14 5.03914 13.7893 5.41421 13.4142C5.78929 13.0391 6 12.5304 6 12ZM22 12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10C19.4696 10 18.9609 10.2107 18.5858 10.5858C18.2107 10.9609 18 11.4696 18 12C18 12.5304 18.2107 13.0391 18.5858 13.4142C18.9609 13.7893 19.4696 14 20 14C20.5304 14 21.0391 13.7893 21.4142 13.4142C21.7893 13.0391 22 12.5304 22 12Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
								<div class="">
									<span class="sub-menu__list__item__title t-navigation t-navigation--1">
										Dedicated Care Team									</span>
									<p class="sub-menu__list__item__content t-paragraph t-paragraph--4">
										Personalized support for your employees									</p>
								</div>
							</a>
						</li>
									</ul>
			</div>
							<div class="sub-menu__col">
									<span class="sub-menu__caption t-caption t-caption--3">Results</span>
								<ul class="sub-menu__list">
											<li class="sub-menu__list__item">
							<a href="/better-economic-model/"  class="sub-menu__list__item__link " title="Better Economic Model">
								<svg width="24" height="24" viewBox="0 0 24 24" class="sub-menu__list__item__icon" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 5.5L18.5 10.5M5.5 13.5L10.5 18.5M13.5 18.5L18.5 13.5M10.5 5.5L5.5 10.5M14 20C14 19.4696 13.7893 18.9609 13.4142 18.5858C13.0391 18.2107 12.5304 18 12 18C11.4696 18 10.9609 18.2107 10.5858 18.5858C10.2107 18.9609 10 19.4696 10 20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22C12.5304 22 13.0391 21.7893 13.4142 21.4142C13.7893 21.0391 14 20.5304 14 20ZM14 4C14 3.46957 13.7893 2.96086 13.4142 2.58579C13.0391 2.21071 12.5304 2 12 2C11.4696 2 10.9609 2.21071 10.5858 2.58579C10.2107 2.96086 10 3.46957 10 4C10 4.53043 10.2107 5.03914 10.5858 5.41421C10.9609 5.78929 11.4696 6 12 6C12.5304 6 13.0391 5.78929 13.4142 5.41421C13.7893 5.03914 14 4.53043 14 4ZM6 12C6 11.4696 5.78929 10.9609 5.41421 10.5858C5.03914 10.2107 4.53043 10 4 10C3.46957 10 2.96086 10.2107 2.58579 10.5858C2.21071 10.9609 2 11.4696 2 12C2 12.5304 2.21071 13.0391 2.58579 13.4142C2.96086 13.7893 3.46957 14 4 14C4.53043 14 5.03914 13.7893 5.41421 13.4142C5.78929 13.0391 6 12.5304 6 12ZM22 12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10C19.4696 10 18.9609 10.2107 18.5858 10.5858C18.2107 10.9609 18 11.4696 18 12C18 12.5304 18.2107 13.0391 18.5858 13.4142C18.9609 13.7893 19.4696 14 20 14C20.5304 14 21.0391 13.7893 21.4142 13.4142C21.7893 13.0391 22 12.5304 22 12Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
								<div class="">
									<span class="sub-menu__list__item__title t-navigation t-navigation--1">
										Better Economic Model									</span>
									<p class="sub-menu__list__item__content t-paragraph t-paragraph--4">
										Quality care for your people without high costs									</p>
								</div>
							</a>
						</li>
											<li class="sub-menu__list__item">
							<a href="/our-results/"  class="sub-menu__list__item__link " title="Our Results">
								<svg width="24" height="24" viewBox="0 0 24 24" class="sub-menu__list__item__icon" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 5.5L18.5 10.5M5.5 13.5L10.5 18.5M13.5 18.5L18.5 13.5M10.5 5.5L5.5 10.5M14 20C14 19.4696 13.7893 18.9609 13.4142 18.5858C13.0391 18.2107 12.5304 18 12 18C11.4696 18 10.9609 18.2107 10.5858 18.5858C10.2107 18.9609 10 19.4696 10 20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22C12.5304 22 13.0391 21.7893 13.4142 21.4142C13.7893 21.0391 14 20.5304 14 20ZM14 4C14 3.46957 13.7893 2.96086 13.4142 2.58579C13.0391 2.21071 12.5304 2 12 2C11.4696 2 10.9609 2.21071 10.5858 2.58579C10.2107 2.96086 10 3.46957 10 4C10 4.53043 10.2107 5.03914 10.5858 5.41421C10.9609 5.78929 11.4696 6 12 6C12.5304 6 13.0391 5.78929 13.4142 5.41421C13.7893 5.03914 14 4.53043 14 4ZM6 12C6 11.4696 5.78929 10.9609 5.41421 10.5858C5.03914 10.2107 4.53043 10 4 10C3.46957 10 2.96086 10.2107 2.58579 10.5858C2.21071 10.9609 2 11.4696 2 12C2 12.5304 2.21071 13.0391 2.58579 13.4142C2.96086 13.7893 3.46957 14 4 14C4.53043 14 5.03914 13.7893 5.41421 13.4142C5.78929 13.0391 6 12.5304 6 12ZM22 12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10C19.4696 10 18.9609 10.2107 18.5858 10.5858C18.2107 10.9609 18 11.4696 18 12C18 12.5304 18.2107 13.0391 18.5858 13.4142C18.9609 13.7893 19.4696 14 20 14C20.5304 14 21.0391 13.7893 21.4142 13.4142C21.7893 13.0391 22 12.5304 22 12Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
								<div class="">
									<span class="sub-menu__list__item__title t-navigation t-navigation--1">
										Our Results									</span>
									<p class="sub-menu__list__item__content t-paragraph t-paragraph--4">
										See why our approach works									</p>
								</div>
							</a>
						</li>
									</ul>
			</div>
			</div>
		<a href="/contact-us/"  class="featured-card sub-menu__featured is-dark">
		<svg class="featured-card__watermark u-watermark" width="384" height="312" viewBox="0 0 384 312" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.07" fill-rule="evenodd" clip-rule="evenodd" d="M138.507 664.886C-3.20745 544.67 -43.2985 336.776 52.9341 170.096L52.9062 170.144C146.9 7.34304 339.92 -62.4085 511.921 -7.18973C516.275 -5.77468 518.176 -0.669433 515.909 3.25755C514.229 6.16648 510.766 7.4634 507.562 6.51868C495.981 3.06466 484.299 0.457336 472.565 -1.2753C433.754 -5.26022 381.616 -1.16644 326.417 30.5082C291.52 51.9895 261.291 82.1784 239.346 120.188C178.942 224.811 200.911 354.369 285.105 433.812C293.866 442.038 296.054 457.393 290.036 467.817L180.536 657.477C171.411 673.282 152.446 676.683 138.507 664.886ZM351.973 379.133C287.631 324.551 269.428 230.162 313.12 154.484L313.108 154.506C355.783 80.5901 443.42 48.9209 521.513 73.9918C523.49 74.6343 524.353 76.9523 523.324 78.7352C522.561 80.0559 520.989 80.6448 519.534 80.2159C514.276 78.6476 508.972 77.4638 503.645 76.6771C486.023 74.8679 462.351 76.7266 437.289 91.1077C421.445 100.861 407.72 114.567 397.757 131.825C370.331 179.327 380.306 238.149 418.532 274.219C422.51 277.954 423.504 284.925 420.771 289.658L371.055 375.769C366.912 382.945 358.302 384.489 351.973 379.133Z" fill="url(#paint0_linear_16712_5594)"/><defs><linearGradient id="paint0_linear_16712_5594" x1="23.6436" y1="599.166" x2="408.352" y2="-67.1682" gradientUnits="userSpaceOnUse"><stop offset="0.41" stop-color="currentColor" stop-opacity="0"/><stop offset="0.69" stop-color="currentColor"/><stop offset="1" stop-color="currentColor" stop-opacity="0"/></linearGradient></defs></svg>
		<span class="featured-card__title t-heading t-heading--h5">High-quality care is for everyone</span>
					<div class="featured-card__content t-body t-body--3">
				<p>Learn how we transform access to specialty care while significantly reducing costs.</p>
			</div>
				<button type="button" class="featured-card__btn btn btn--primary">
			<span class="text">Let’s talk</span>
		</button>
	</a>
</div>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1044 mobile-nav__item"><a href="#"><span class="text">Resources</span></a>
<div class="sub-menu-wrap sub-menu-wrap__type-4 is-light">
	<div class="sub-menu-wrap__parent js-close-sub-menu">
		<svg class="is-rotated" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
		Resources	</div>
	<div class="sub-menu__cols">
					<ul class="sub-menu__col sub-menu__col--1">
									<li class="sub-menu__list__item">
						<a href="/blog/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Blog</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
									<li class="sub-menu__list__item">
						<a href="/resources-category/case-studies/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Case Studies</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
									<li class="sub-menu__list__item">
						<a href="/resources-category/member-stories/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Member Stories</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
									<li class="sub-menu__list__item">
						<a href="/resources-category/videos/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Videos</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
									<li class="sub-menu__list__item">
						<a href="/press/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Press</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
							</ul>
							<ul class="sub-menu__col sub-menu__col--2">
									<li class="sub-menu__list__item">
						<a href="/resources-category/webinars/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Webinars</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
									<li class="sub-menu__list__item">
						<a href="/resources-category/guides/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Guides</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
							</ul>
			</div>
		<a href="https://lanterncare.com/blog/center-of-excellence-vs-network-of-excellence-whats-the-difference/"  title="Go to - Center of Excellence vs. Network of Excellence: What’s the Difference?" class="featured-post sub-menu__featured-post is-dark">
		<picture><source media="(max-width:1px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/6300/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988-280x336-f50_50.jpg"><source media="(max-width:2800px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/6300/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988-560x672-f50_50.jpg"><source media="(min-width:2801px)" srcset="https://lanterncare.com/wp-content/uploads/2024/10/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988.jpg"><img width="8192" height="4847" src="https://lanterncare.com/wp-content/uploads/2024/10/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988.jpg" class="featured-post__img" alt="Center of Excellence vs. Network of Excellence: What’s the Difference?" loading="lazy" decoding="async" srcset="https://lanterncare.com/wp-content/uploads/2024/10/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988.jpg 8192w, https://lanterncare.com/wp-content/uploads/2024/10/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988-300x178.jpg 300w, https://lanterncare.com/wp-content/uploads/2024/10/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988-768x454.jpg 768w, https://lanterncare.com/wp-content/uploads/2024/10/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988-1024x606.jpg 1024w, https://lanterncare.com/wp-content/uploads/2024/10/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988-1536x909.jpg 1536w, https://lanterncare.com/wp-content/uploads/2024/10/Network-of-Excellence-Specialty-Care-Doctors-e1739814964988-2048x1212.jpg 2048w" sizes="auto, (max-width: 8192px) 100vw, 8192px" /></picture>		<div class="featured-post__content">
							<span class="featured-post__category category-tag t-caption t-caption--2 is-light">Quality</span>
						<span class="featured-post__title t-heading t-heading--h6">Center of Excellence vs. Network of Excellence: What’s the Difference?</span>
			<span class="featured-post__date t-paragraph t-paragraph--4">October 04, 2024</span>
		</div>
	</a>

	</div>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1036 mobile-nav__item"><a href="#"><span class="text">Company</span></a>
<div class="sub-menu-wrap sub-menu-wrap__type-5 is-light">
	<div class="sub-menu-wrap__parent js-close-sub-menu">
		<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
		Company	</div>
		<a href="/about-us/"  class="details-card sub-menu__details">
					<span class="details-card__caption sub-menu__caption t-caption t-caption--3">About Us</span>
				<span class="details-card__title t-heading t-heading--h5 t-weight--medium">Quality healthcare for all</span>
					<div class="details-card__content t-body t-body--4">
				<p class="p1">Our mission drives us. See how we’re transforming specialty care access.</p>
			</div>
				<button type="button" class="details-card__btn btn btn--primary">
			<span class="text">Learn more</span>
			<span class="btn__icon">
				<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
			</span>
		</button>
	</a>
	<div class="sub-menu__cols">
					<ul class="sub-menu__col sub-menu__col--2">
									<li class="sub-menu__caption t-caption t-caption--3">Who we are</li>
													<li class="sub-menu__list__item">
						<a href="/our-team/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Our Team</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
									<li class="sub-menu__list__item">
						<a href="/medical-advisory-board/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Medical Advisory Board</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
									<li class="sub-menu__list__item">
						<a href="/board-of-directors/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Board of Directors</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
							</ul>
							<ul class="sub-menu__col sub-menu__col--2">
									<li class="sub-menu__caption t-caption t-caption--3">Get in touch</li>
													<li class="sub-menu__list__item">
						<a href="/about-us/careers/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Careers</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
									<li class="sub-menu__list__item">
						<a href="/contact-us/"  class="sub-menu__list__item__link">
							<span class="sub-menu__list__item__title t-navigation t-navigation--1">Contact</span>
							<span class="sub-menu__list__item__content t-paragraph t-paragraph--4">
															</span>
						</a>
					</li>
							</ul>
			</div>
</div>
</li>
</ul>
	</div>
</div>
</header>
	<main>

		<section class="l-section l-section--hero is-light has-banner js-anim" data-anim-type="hero" data-block="hero">
					<picture><source media="(max-width:400px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/1074/hp_hero-400x866-f83_50.png"><source media="(max-width:768px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/1074/hp_hero-800x1732-f83_50.png"><source media="(max-width:1400px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/1074/hp_hero-1400x680-f83_50.png"><source media="(max-width:1920px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/1074/hp_hero-2800x1360-f83_50.png"><source media="(max-width:2800px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/1074/hp_hero-5600x2720-f83_50.png"><source media="(min-width:2801px)" srcset="https://lanterncare.com/wp-content/uploads/2025/01/hp_hero.png"><img width="1400" height="680" src="https://lanterncare.com/wp-content/uploads/2025/01/hp_hero.png" class="hero__bg" alt="Transform how your people get specialty care" decoding="async" fetchpriority="high" /></picture>				<div class="hero">
			<div class="l-wrapper">
				<div class="hero__content-hld">
						<heading class="heading t-heading t-heading--h1 t-weight--regular hero__heading">
				<h1>Transform how your people get specialty care</h1>
	</heading>
	<div class="hero__subheading t-subheading t-subheading--4">
		<p>Lantern connects members with specialty care that gets them back to
living life—back to good health, back to their families and back to work.</p>
	</div>
	<div class="btns-hld hero__btns">
									<a class="btn btn--primary " href="/contact-us/get-in-touch/" title="Go to - Get in touch" target="">
					<span class="text">Get in touch</span>
									</a>
						</div>
				</div>
			</div>
		</div>
					<div class="hero__banner">
				<div class="hero__banner__content-hld l-wrapper is-dark l-pt-xs l-pb-xs ">
					<svg class="hero__banner__watermark u-watermark" width="1083" height="139" viewBox="0 0 1083 139" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M138.37 332.468C104.701 65.7371 284.334 -181.128 577.321 -244.777L577.236 -244.758C863.406 -306.926 1163.26 -173.791 1302.78 60.5468C1306.3 66.4962 1302.95 73.5167 1296.05 75.0162C1290.93 76.127 1285.5 73.7825 1282.81 69.5002C1273.13 53.9825 1262.41 39.1937 1250.68 25.2123C1209.98 -19.3114 1145.03 -69.8103 1046.52 -96.322C982.654 -111.649 914.737 -113.508 847.924 -98.9935C664.018 -59.0418 548.575 91.6482 559.851 258.023C561.069 275.295 546.904 292.72 528.582 296.701L195.2 369.125C167.418 375.16 141.712 358.677 138.37 332.468ZM639.213 273.858C622.089 138.195 713.453 12.6356 862.47 -19.7371L862.427 -19.7277C1007.98 -51.3471 1160.49 16.3671 1231.45 135.555C1233.24 138.581 1231.53 142.152 1228.02 142.914C1225.42 143.479 1222.66 142.287 1221.29 140.109C1216.37 132.216 1210.92 124.694 1204.95 117.583C1184.25 94.9379 1151.21 69.2534 1101.11 55.7691C1068.63 47.9738 1034.08 47.0281 1000.1 54.4103C906.566 74.7304 847.849 151.374 853.585 235.994C854.204 244.779 847 253.642 837.681 255.666L668.118 292.502C653.988 295.572 640.913 287.188 639.213 273.858Z" fill="url(#paint0_linear_16515_127006)" fill-opacity="0.08"/><defs><linearGradient id="paint0_linear_16515_127006" x1="523.305" y1="-234.864" x2="1150.02" y2="-34.5873" gradientUnits="userSpaceOnUse"><stop stop-color="currentColor" stop-opacity="0"/><stop offset="0.485" stop-color="currentColor"/><stop offset="0.59" stop-color="currentColor"/><stop offset="1" stop-color="currentColor" stop-opacity="0"/></linearGradient></defs></svg>
						<heading class="heading t-heading t-heading--h4 t-weight--regular hero__banner__heading t-heading--h5--mobile">
				<h2>6+ million lives covered | $1 billion saved</h2>
	</heading>
	<div class="hero__banner__content t-body t-body--3 ">
		<p>Lantern ensures members and their loved ones get the best care.<sup>1</sup></p>
	</div>
				</div>
			</div>
			</section>



		<section  class="l-section l-section--logos is-light l-pt-xl l-pb-lg " data-block="logos">
		<div class="logos l-wrapper">
													<div class="logos__items js-logos-slider">
											<div class="swiper-wrapper">
																											<div  class="logos__item swiper-slide">
							<img width="140" height="70" src="https://lanterncare.com/wp-content/uploads/2025/01/Logos_Hyatt.svg" class="logos__item__img" alt="" loading="lazy" decoding="async" />							</div>
																		<div  class="logos__item swiper-slide">
							<img width="140" height="70" src="https://lanterncare.com/wp-content/uploads/2025/01/Logos_7-Eleven.svg" class="logos__item__img" alt="" loading="lazy" decoding="async" />							</div>
																		<div  class="logos__item swiper-slide">
							<img width="140" height="70" src="https://lanterncare.com/wp-content/uploads/2025/01/Logos_Jeld-Wen.svg" class="logos__item__img" alt="Logos_Jeld Wen" loading="lazy" decoding="async" />							</div>
																		<div  class="logos__item swiper-slide">
							<img width="140" height="70" src="https://lanterncare.com/wp-content/uploads/2025/01/Logos_HD-Supply.svg" class="logos__item__img" alt="" loading="lazy" decoding="async" />							</div>
																		<div  class="logos__item swiper-slide">
							<img width="140" height="70" src="https://lanterncare.com/wp-content/uploads/2025/01/Logos_DFA.svg" class="logos__item__img" alt="" loading="lazy" decoding="async" />							</div>
																		<div  class="logos__item swiper-slide">
							<img width="140" height="70" src="https://lanterncare.com/wp-content/uploads/2025/01/Logos_Hyatt.svg" class="logos__item__img" alt="" loading="lazy" decoding="async" />							</div>
																		<div  class="logos__item swiper-slide">
							<img width="140" height="70" src="https://lanterncare.com/wp-content/uploads/2025/01/Logos_7-Eleven.svg" class="logos__item__img" alt="" loading="lazy" decoding="async" />							</div>
																		<div  class="logos__item swiper-slide">
							<img width="140" height="70" src="https://lanterncare.com/wp-content/uploads/2025/01/Logos_Jeld-Wen.svg" class="logos__item__img" alt="Logos_Jeld Wen" loading="lazy" decoding="async" />							</div>
																		<div  class="logos__item swiper-slide">
							<img width="140" height="70" src="https://lanterncare.com/wp-content/uploads/2025/01/Logos_HD-Supply.svg" class="logos__item__img" alt="" loading="lazy" decoding="async" />							</div>
																		<div  class="logos__item swiper-slide">
							<img width="140" height="70" src="https://lanterncare.com/wp-content/uploads/2025/01/Logos_DFA.svg" class="logos__item__img" alt="" loading="lazy" decoding="async" />							</div>
																	</div>
									</div>
					</div>
	</section>



		<section  class="l-section l-section--simple-content is-light l-pt-xl l-pb-xl " data-block="simple-content">
				<div class="simple-content simple-content__2-cols l-wrapper">
				<heading class="heading t-heading t-heading--h3 t-weight--regular simple-content__heading">
					<span class="heading__caption caption t-caption t-caption--2">The Specialty Care Platform</span>
				<h2>Meet Lantern, the Specialty Care Platform</h2>
	</heading>
			<div class="simple-content__content-hld">
					<div class="simple-content__content t-body t-body--2 ">
		<p><span style="font-weight: 400;">Our specialty care platform focuses exclusively on complex, high-cost care – surgery, cancer and infusion therapy, which make up 50% of healthcare spending.</span><sup>2</sup></p>
<p>Our solution saves money without sacrificing quality in a space where the right help is difficult to find.</p>
	</div>
							</div>
		</div>
	</section>



		<section  class="l-section l-section--tabs is-light l-pt-none l-pb-none  l-bg-split l-bg-dark l-bg-light--first" data-block="tabs">
		<div class="tabs l-wrapper js-tabs">
			<div class="tabs__content-hld">
					<heading class="heading t-heading t-heading--h4 t-weight--regular tabs__heading">
				<h2>A Closer Look at Our Solutions</h2>
	</heading>

	<div class="tabs__btns tabs-btns">
					<button type="button" class="tabs-btns__item js-tab-switcher is-active" data-id="0">
				Surgery			</button>
					<button type="button" class="tabs-btns__item js-tab-switcher " data-id="1">
				Cancer			</button>
					<button type="button" class="tabs-btns__item js-tab-switcher " data-id="2">
				Infusions			</button>
			</div>
									<div class="tabs__items">
													<div class="tabs__item js-tab-content is-active" data-id="0">
								<span class="tabs__item__title t-subheading t-subheading--3">
									The leading Network of Excellence for surgery 								</span>
									<div class="tabs__item__content t-body t-body--2 ">
		<ul>
<li><b><span data-contrast="auto">Better outcomes:</span></b><span data-contrast="auto"> Less than 1% complication rate vs. the national average of 8-15%</span><span data-ccp-props="{}"> </span></li>
<li><strong><span class="TextRun MacChromeBold SCXW64059746 BCX8" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW64059746 BCX8">Lower cost of care:</span></span></strong><span class="TextRun SCXW64059746 BCX8" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW64059746 BCX8"> 55%+ lower rates than the average health plan</span></span><span class="EOP SCXW64059746 BCX8" data-ccp-props="{}"> </span></li>
<li><strong><span class="TextRun MacChromeBold SCXW73374974 BCX8" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW73374974 BCX8">Faster access:</span></span></strong><span class="TextRun SCXW73374974 BCX8" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW73374974 BCX8"> Members get scheduled </span><span class="NormalTextRun SCXW73374974 BCX8">21 days</span><span class="NormalTextRun SCXW73374974 BCX8"> faster (</span><span class="NormalTextRun SCXW73374974 BCX8">17 days</span><span class="NormalTextRun SCXW73374974 BCX8"> vs. the national average of </span><span class="NormalTextRun SCXW73374974 BCX8">38 days</span><span class="NormalTextRun SCXW73374974 BCX8"> for specialty care)<sup>1</sup></span></span><span class="EOP SCXW73374974 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></li>
</ul>
	</div>
	<div class="btns-hld tabs__item__btns">
									<a class="btn btn--primary " href="/for-members/surgery-journeys/" title="Go to - Learn more" target="">
					<span class="text">Learn more</span>
											<span class="btn__icon">
							<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
						</span>
									</a>
						</div>
							</div>
													<div class="tabs__item js-tab-content" data-id="1">
								<span class="tabs__item__title t-subheading t-subheading--3">
									A complete cancer solution when members need it most								</span>
									<div class="tabs__item__content t-body t-body--2 ">
		<ul>
<li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">Rapid access to treatment:</span></b><span data-contrast="auto"> Relationships with community cancer centers and NCIs allow us to connect members to care in less than 10 days, on average<sup>1</sup></span></li>
<li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">Expert support and guidance:</span></b><span data-contrast="auto"> Lantern Oncology Nurse Navigators bring an average of 10+ years of experience</span><span data-ccp-props="{}"> </span></li>
<li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">Available to all:</span></b><span data-contrast="auto"> Lantern can help members at every age, diagnosis or stage</span><span data-ccp-props="{}"> </span></li>
</ul>
	</div>
	<div class="btns-hld tabs__item__btns">
									<a class="btn btn--primary " href="/for-members/cancer-journeys/" title="Go to - Learn more" target="">
					<span class="text">Learn more</span>
											<span class="btn__icon">
							<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
						</span>
									</a>
						</div>
							</div>
													<div class="tabs__item js-tab-content" data-id="2">
								<span class="tabs__item__title t-subheading t-subheading--3">
									The right infusion care at the right place 								</span>
									<div class="tabs__item__content t-body t-body--2 ">
		<ul>
<li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}" aria-setsize="-1" data-aria-posinset="4" data-aria-level="1"><b><span data-contrast="auto">Significant savings:</span></b><span data-contrast="auto"> Employers can save 40%+ on infusion costs with Lantern<sup>1</sup></span></li>
<li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}" aria-setsize="-1" data-aria-posinset="4" data-aria-level="1"><b><span data-contrast="auto">Personalized support:</span></b><span data-contrast="auto"> Members have a care team to answer their questions</span></li>
<li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}" aria-setsize="-1" data-aria-posinset="4" data-aria-level="1"><b><span data-contrast="auto">Care that works for busy schedules:</span></b><span data-contrast="auto"> Members have a variety of care options, including care at home</span><span data-ccp-props="{}"> </span></li>
</ul>
	</div>
	<div class="btns-hld tabs__item__btns">
									<a class="btn btn--primary " href="/for-members/infusion-journeys/" title="Go to - Learn more" target="">
					<span class="text">Learn more</span>
											<span class="btn__icon">
							<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
						</span>
									</a>
						</div>
							</div>
											</div>
							</div>
							<div class="tabs__images-hld">
																		<div class="tabs__item__img-hld js-tab-img is-active" data-id="0">
								<picture><source media="(max-width:480px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/1414/Surgery_596435227-631x466-f50_50.jpg"><source media="(max-width:1023px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/1414/Surgery_596435227-804x733-f50_50.jpg"><source media="(max-width:1920px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/1414/Surgery_596435227-1072x978-f50_50.jpg"><source media="(min-width:1921px)" srcset="https://lanterncare.com/wp-content/uploads/2025/01/Surgery_596435227.jpg"><img width="1088" height="906" src="https://lanterncare.com/wp-content/uploads/2025/01/Surgery_596435227.jpg" class="tabs__item__img" alt="The leading Network of Excellence for surgery " loading="lazy" decoding="async" /></picture>							</div>
																								<div class="tabs__item__img-hld js-tab-img" data-id="1">
								<picture><source media="(max-width:480px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/1075/hp_tabs_01-631x466-f50_50.jpg"><source media="(max-width:1023px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/1075/hp_tabs_01-804x733-f50_50.jpg"><source media="(max-width:1920px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/1075/hp_tabs_01-1072x978-f50_50.jpg"><source media="(min-width:1921px)" srcset="https://lanterncare.com/wp-content/uploads/2025/01/hp_tabs_01.jpg"><img width="1073" height="1001" src="https://lanterncare.com/wp-content/uploads/2025/01/hp_tabs_01.jpg" class="tabs__item__img" alt="A complete cancer solution when members need it most" loading="lazy" decoding="async" /></picture>							</div>
																								<div class="tabs__item__img-hld js-tab-img" data-id="2">
								<picture><source media="(max-width:480px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/1415/Infusions_2170948600-631x466-f50_50.jpg"><source media="(max-width:1023px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/1415/Infusions_2170948600-804x733-f50_50.jpg"><source media="(max-width:1920px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/1415/Infusions_2170948600-1072x978-f50_50.jpg"><source media="(min-width:1921px)" srcset="https://lanterncare.com/wp-content/uploads/2025/01/Infusions_2170948600.jpg"><img width="1088" height="906" src="https://lanterncare.com/wp-content/uploads/2025/01/Infusions_2170948600.jpg" class="tabs__item__img" alt="The right infusion care at the right place" loading="lazy" decoding="async" /></picture>							</div>
															</div>
					</div>
	</section>



		<section  class="l-section l-section--box-slider is-dark l-pt-4xl l-pb-lg  js-anim" data-anim-type="box-slider" data-block="box-slider">
		<svg class="box-slider__watermark u-watermark" width="1491" height="2219" viewBox="0 0 1491 2219" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1343.76 1997.84C855.476 2037.91 393.191 1725.12 261.834 1235.02C133.601 756.317 363.403 266.481 786.977 48.7808C797.733 43.3013 810.793 49.2754 813.888 60.8231C816.18 69.377 812.14 78.2521 804.406 82.4636C776.378 97.6137 749.739 114.531 724.634 133.176C644.85 198.102 555.284 302.932 511.43 464.885C486.419 569.989 486.344 682.623 516.293 794.393C598.728 1102.05 881.212 1302.62 1186.27 1293.76C1217.94 1292.76 1250.65 1317.31 1258.86 1347.96L1408.3 1905.67C1420.75 1952.15 1391.74 1993.84 1343.76 1997.84ZM261.834 1235.02C261.828 1235 261.821 1234.98 261.815 1234.95L261.853 1235.1C261.847 1235.07 261.841 1235.05 261.834 1235.02ZM1230.38 1159.48C982.034 1179.86 746.909 1020.77 680.099 771.501C614.877 528.024 731.758 278.886 947.194 168.161C952.665 165.374 959.308 168.412 960.881 174.285C962.047 178.636 959.993 183.15 956.059 185.292C941.803 192.998 928.255 201.602 915.486 211.085C874.906 244.107 829.352 297.426 807.047 379.797C794.326 433.255 794.288 490.542 809.52 547.39C851.448 703.867 995.124 805.88 1150.28 801.376C1166.39 800.868 1183.02 813.353 1187.2 828.943L1263.21 1112.6C1269.54 1136.24 1254.78 1157.45 1230.38 1159.48ZM680.099 771.501C680.096 771.489 680.092 771.477 680.089 771.465L680.109 771.537C680.105 771.525 680.102 771.513 680.099 771.501Z" fill="url(#paint0_linear_17326_119730)" fill-opacity="0.05" /><defs><linearGradient id="paint0_linear_17326_119730" x1="536.262" y1="1183.05" x2="542.651" y2="544.052" gradientUnits="userSpaceOnUse"><stop stop-color="currentColor" stop-opacity="0" /><stop offset="0.314684" stop-color="currentColor" /><stop offset="0.595" stop-color="currentColor" /><stop offset="1" stop-color="currentColor" stop-opacity="0" /></linearGradient></defs></svg>
		<div class="box-slider l-wrapper js-box-slider">
			<div class="box-slider__top">
				<div class="box-slider__content-hld">
						<heading class="heading t-heading t-heading--h3 t-weight--regular box-slider__heading">
				<h3>Solutions to fit your needs</h3>
	</heading>
	<div class="box-slider__content t-body t-body--2 ">
		<p>Lantern ensures members and their loved ones get the best care possible
through our curated Network of Excellence of top-performing specialists nationwide.</p>
	</div>
				</div>
				<div class="box-slider__nav-hld ">
					<button type="button" class="box-slider__nav box-slider__nav--prev js-swiper-prev u-swiper-nav u-swiper-nav--prev">
	<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
	<span class="u-sr-only">Previous</span>
</button>
<button type="button" class="box-slider__nav box-slider__nav--next js-swiper-next u-swiper-nav u-swiper-nav--next">
	<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
	<span class="u-sr-only">Next</span>
</button>
				</div>
			</div>

			<div class="swiper-wrapper">
															<a href="/employers/" class="box-slider__item item swiper-slide">
												<div class="item__content-hld">
								<div class="item__top">
									<h4 class="item__title t-heading t-heading--h5">Employers</h4>
									<div class="item__content t-paragraph t-paragraph--3">
										<p>See how we offer significant savings for your company without sacrificing quality.</p>
									</div>
								</div>
																	<div class="item__link-hld">
										<span href="/employers/" class="item__link btn btn--link">
											<span class="text">Learn more</span>
										</span>
										<div class="item__icon">
											<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none">
												<path d="M6 4.05811L10 8.05811L6 12.0581" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
											</svg>
										</div>
									</div>
															</div>
											</a>
																				<a href="/benefits-consultants/" class="box-slider__item item swiper-slide">
												<div class="item__content-hld">
								<div class="item__top">
									<h4 class="item__title t-heading t-heading--h5">Benefits Consultants</h4>
									<div class="item__content t-paragraph t-paragraph--3">
										<p>Take a closer look at what we can do for your clients.</p>
									</div>
								</div>
																	<div class="item__link-hld">
										<span href="/benefits-consultants/" class="item__link btn btn--link">
											<span class="text">Learn more</span>
										</span>
										<div class="item__icon">
											<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none">
												<path d="M6 4.05811L10 8.05811L6 12.0581" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
											</svg>
										</div>
									</div>
															</div>
											</a>
																				<a href="/for-members/" class="box-slider__item item swiper-slide">
												<div class="item__content-hld">
								<div class="item__top">
									<h4 class="item__title t-heading t-heading--h5">Members</h4>
									<div class="item__content t-paragraph t-paragraph--3">
										<p>We’re here to help you get the best care.</p>
									</div>
								</div>
																	<div class="item__link-hld">
										<span href="/for-members/" class="item__link btn btn--link">
											<span class="text">Learn more</span>
										</span>
										<div class="item__icon">
											<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none">
												<path d="M6 4.05811L10 8.05811L6 12.0581" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
											</svg>
										</div>
									</div>
															</div>
											</a>
																				<a href="/public-sector/" class="box-slider__item item swiper-slide">
												<div class="item__content-hld">
								<div class="item__top">
									<h4 class="item__title t-heading t-heading--h5">Public Sector</h4>
									<div class="item__content t-paragraph t-paragraph--3">
										<p>See how Lantern can enrich your benefits.</p>
									</div>
								</div>
																	<div class="item__link-hld">
										<span href="/public-sector/" class="item__link btn btn--link">
											<span class="text">Learn more</span>
										</span>
										<div class="item__icon">
											<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none">
												<path d="M6 4.05811L10 8.05811L6 12.0581" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
											</svg>
										</div>
									</div>
															</div>
											</a>
																				<a href="/labor-union-trust/" class="box-slider__item item swiper-slide">
												<div class="item__content-hld">
								<div class="item__top">
									<h4 class="item__title t-heading t-heading--h5">Labor, Union & Trust</h4>
									<div class="item__content t-paragraph t-paragraph--3">
										<p>See how we can connect your members with excellent care—while managing costs.</p>
									</div>
								</div>
																	<div class="item__link-hld">
										<span href="/labor-union-trust/" class="item__link btn btn--link">
											<span class="text">Learn more</span>
										</span>
										<div class="item__icon">
											<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none">
												<path d="M6 4.05811L10 8.05811L6 12.0581" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
											</svg>
										</div>
									</div>
															</div>
											</a>
																				<a href="/health-plans/" class="box-slider__item item swiper-slide">
												<div class="item__content-hld">
								<div class="item__top">
									<h4 class="item__title t-heading t-heading--h5">Health Plans</h4>
									<div class="item__content t-paragraph t-paragraph--3">
										<p>Deliver a lower trend for clients and improve the member experience.</p>
									</div>
								</div>
																	<div class="item__link-hld">
										<span href="/health-plans/" class="item__link btn btn--link">
											<span class="text">Learn more</span>
										</span>
										<div class="item__icon">
											<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none">
												<path d="M6 4.05811L10 8.05811L6 12.0581" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
											</svg>
										</div>
									</div>
															</div>
											</a>
																				<a href="/ecosystem-partners/" class="box-slider__item item swiper-slide">
												<div class="item__content-hld">
								<div class="item__top">
									<h4 class="item__title t-heading t-heading--h5">Ecosystem Partners</h4>
									<div class="item__content t-paragraph t-paragraph--3">
										<p>Explore how we can work together to get members better results.</p>
									</div>
								</div>
																	<div class="item__link-hld">
										<span href="/ecosystem-partners/" class="item__link btn btn--link">
											<span class="text">Learn more</span>
										</span>
										<div class="item__icon">
											<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none">
												<path d="M6 4.05811L10 8.05811L6 12.0581" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
											</svg>
										</div>
									</div>
															</div>
											</a>
																				<a href="/specialists/" class="box-slider__item item swiper-slide">
												<div class="item__content-hld">
								<div class="item__top">
									<h4 class="item__title t-heading t-heading--h5">Specialists</h4>
									<div class="item__content t-paragraph t-paragraph--3">
										<p><span class="TextRun SCXW34698083 BCX8" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW34698083 BCX8">Join </span><span class="NormalTextRun SCXW34698083 BCX8">our</span><span class="NormalTextRun SCXW34698083 BCX8"> Network of Excellence and reach new patients. </span></span><span class="EOP SCXW34698083 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559685&quot;:0,&quot;335559737&quot;:0,&quot;335559738&quot;:240,&quot;335559739&quot;:240,&quot;335559740&quot;:259}"> </span></p>
									</div>
								</div>
																	<div class="item__link-hld">
										<span href="/specialists/" class="item__link btn btn--link">
											<span class="text">Learn more</span>
										</span>
										<div class="item__icon">
											<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none">
												<path d="M6 4.05811L10 8.05811L6 12.0581" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
											</svg>
										</div>
									</div>
															</div>
											</a>
												</div>
					</div>
	</section>



		<section  class="l-section l-section--simple-video is-dark l-pt-xs l-pb-none " data-block="simple-video">
		<div class="simple-video l-wrapper">
							<div class="simple-video__header-hld">
						<heading class="heading t-heading t-heading--h3 t-weight--regular simple-video__heading">
				<h3>A Closer Look at Lantern</h3>
	</heading>
						<div class="simple-video__content t-body t-body--2 ">
		<p>Hear Lantern clients share how excellent specialty care has transformed their organizations.</p>
	</div>
									</div>
						<div class="video__player is-paused l-pb-none l-bg-split l-bg-light l-bg-dark--first">
	<div class="video__player__container">
					<iframe id="vimeoPlayer-1064716871?" data-player-id="1064716871?" class="video__player__file js-video" loading="lazy" title="A Closer Look at Lantern" data-src="https://player.vimeo.com/video/1064716871??color=FF6947" width="500" height="281" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen=""></iframe>
				<div class="video__player__cover js-video-btn-play" data-player="vimeo">
			<picture><source media="(max-width:640px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/6691/Homepage-video-640x360-f50_50.png"><source media="(max-width:1920px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/6691/Homepage-video-1000x563-f50_50.png"><source media="(max-width:2800px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/6691/Homepage-video-2000x1126-f50_50.png"><source media="(min-width:2801px)" srcset="https://lanterncare.com/wp-content/uploads/2025/03/Homepage-video.png"><img width="2000" height="1126" src="https://lanterncare.com/wp-content/uploads/2025/03/Homepage-video.png" class="video__player__cover__img" alt="A Closer Look at Lantern" loading="lazy" decoding="async" /></picture>			<button type="button" class="video__player-btn">
				<svg width="84" height="84" viewBox="0 0 84 84" class="video__player-btn__icon" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M42 83.998C65.196 83.998 84 65.194 84 41.998C84 18.8021 65.196 -0.00195312 42 -0.00195312C18.804 -0.00195312 0 18.8021 0 41.998C0 65.194 18.804 83.998 42 83.998ZM36.0196 27.7874C34.6864 26.9974 33 27.9583 33 29.508V54.4881C33 56.0378 34.6864 56.9987 36.0196 56.2087L57.0965 43.7186C58.4037 42.944 58.4037 41.0521 57.0965 40.2775L36.0196 27.7874Z"/></svg>
				<span class="u-sr-only">Play</span>
			</button>
		</div>
	</div>
</div>
		</div>
	</section>



		<div class="watermark-start is-light">
					<svg class="watermark-start__watermark u-watermark"  width="783" height="1348" viewBox="0 0 783 1348" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M-417.041 1466.31C38.8718 1489.15 460.104 1184.13 567.89 723.821C673.105 274.209 444.56 -175.143 43.6365 -365.312C33.4573 -370.096 21.4715 -364.145 18.9327 -353.299C17.052 -345.265 21.0772 -337.12 28.4046 -333.427C54.9563 -320.15 80.2659 -305.186 104.199 -288.567C180.426 -230.471 266.948 -135.503 312.594 14.0177C339.005 111.157 342.417 216.047 317.843 321.024C250.203 609.98 -6.91499 805.149 -291.272 805.955C-320.793 805.965 -350.523 829.795 -357.262 858.584L-479.88 1382.4C-490.098 1426.05 -461.841 1464.02 -417.041 1466.31ZM567.89 723.821C567.895 723.799 567.9 723.777 567.905 723.755L567.874 723.888C567.879 723.866 567.884 723.844 567.89 723.821ZM-336.337 682.21C-104.453 693.822 109.791 538.687 164.613 304.567C218.127 75.8871 101.885 -152.66 -102.03 -249.382C-107.207 -251.816 -113.304 -248.789 -114.595 -243.272C-115.551 -239.186 -113.504 -235.043 -109.777 -233.165C-96.2727 -226.412 -83.3999 -218.801 -71.227 -210.349C-32.4568 -180.8 11.5495 -132.498 34.7655 -56.4498C48.1988 -7.04349 49.934 46.3053 37.4354 99.6982C3.03253 246.665 -127.741 345.931 -272.37 346.341C-287.384 346.346 -302.505 358.466 -305.933 373.109L-368.298 639.529C-373.495 661.731 -359.123 681.042 -336.337 682.21ZM164.613 304.567C164.615 304.556 164.618 304.544 164.621 304.533L164.605 304.601C164.607 304.59 164.61 304.578 164.613 304.567Z" fill="url(#paint0_linear_17310_77002)" fill-opacity="0.08"/><defs><linearGradient id="paint0_linear_17310_77002" x1="288.362" y1="1095.24" x2="277.475" y2="6.23476" gradientUnits="userSpaceOnUse"><stop stop-color="currentColor" stop-opacity="0"/><stop offset="0.5" stop-color="currentColor"/><stop offset="1" stop-color="currentColor" stop-opacity="0"/></linearGradient></defs></svg>
		


		<section  class="l-section l-section--featured-2 is-light l-pt-4xl l-pb-lg  js-anim" data-anim-type="featured-2" data-block="featured-2">
		<div class="featured-2 l-wrapper featured-2--full-bg ">
							<div class="featured__content-hld">
					<div class="featured-2__text-hld">
							<heading class="heading t-heading t-heading--h3 t-weight--regular featured__heading">
				<h3>Lantern by the Numbers</h3>
	</heading>
							<div class="featured__content t-body t-body--2 ">
		<p>When you tap into the need for quality, affordable specialty care, meaningful results follow.<sup>1</sup></p>
	</div>
					</div>
						<div class="btns-hld featured__buttons btns-hld--left">
									<a class="btn btn--secondary " href="/network-of-excellence/" title="Go to - Network of Excellence" target="">
					<span class="text">Network of Excellence</span>
									</a>
						</div>
				</div>
										<div class="featured-2__items is-dark featured-2__items--5">
																	<div class="featured-2__item">
							<span class="featured-2__item__number t-big-number t-big-number--2"> Up to 30%</span>
							<div class="featured-2__item__content t-body t-body--3">
								<p>surgical <strong>avoidance<br />
</strong>for MSK</p>
							</div>
						</div>
																	<div class="featured-2__item">
							<span class="featured-2__item__number t-big-number t-big-number--2"><1%</span>
							<div class="featured-2__item__content t-body t-body--3">
								<p><strong>complication</strong> rate, <span data-teams="true">compared with the national average of 8-15%</span></p>
							</div>
						</div>
																	<div class="featured-2__item">
							<span class="featured-2__item__number t-big-number t-big-number--2">5x</span>
							<div class="featured-2__item__content t-body t-body--3">
								<p>more people<br />
<strong>helped</strong></p>
							</div>
						</div>
																	<div class="featured-2__item">
							<span class="featured-2__item__number t-big-number t-big-number--2">$20</span>
							<div class="featured-2__item__content t-body t-body--3">
								<p>PEPM <strong>savings<br />
</strong>on average</p>
							</div>
						</div>
																	<div class="featured-2__item">
							<span class="featured-2__item__number t-big-number t-big-number--2">4%</span>
							<div class="featured-2__item__content t-body t-body--3">
								<p>lower total medical<br />
<strong>spend</strong></p>
							</div>
						</div>
									</div>
					</div>
	</section>



		<section  class="l-section l-section--swt is-light l-pt-xl l-pb-3xl  js-anim" data-anim-type="swt" data-block="swt">
		<div class="swt l-wrapper js-swt">
			<div class="swt__photos-slider js-swt-photos">
				<div class="swiper-wrapper">
											<div class="swt__photos-slider__item swiper-slide">
							<picture><source media="(max-width:463px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/5927/Hyatt-1055919854-463x463-f50_50.jpg"><source media="(max-width:767px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/5927/Hyatt-1055919854-767x767-f50_50.jpg"><source media="(max-width:1920px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/5927/Hyatt-1055919854-463x560-f50_50.jpg"><source media="(max-width:2880px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/5927/Hyatt-1055919854-926x1120-f50_50.jpg"><source media="(min-width:2881px)" srcset="https://lanterncare.com/wp-content/uploads/2025/02/Hyatt-1055919854.jpg"><img width="1000" height="1210" src="https://lanterncare.com/wp-content/uploads/2025/02/Hyatt-1055919854.jpg" class="swt__photos-slider__item__img" alt="Dawn Beaudin" loading="lazy" decoding="async" /></picture>						</div>
											<div class="swt__photos-slider__item swiper-slide">
							<picture><source media="(max-width:463px)" srcset="https://lanterncare.com/wp-content/uploads/2025/02/ArcBest.svg"><source media="(max-width:767px)" srcset="https://lanterncare.com/wp-content/uploads/2025/02/ArcBest.svg"><source media="(max-width:1920px)" srcset="https://lanterncare.com/wp-content/uploads/2025/02/ArcBest.svg"><source media="(max-width:2880px)" srcset="https://lanterncare.com/wp-content/uploads/2025/02/ArcBest.svg"><source media="(min-width:2881px)" srcset="https://lanterncare.com/wp-content/uploads/2025/02/ArcBest.svg"><img width="1000" height="1210" src="https://lanterncare.com/wp-content/uploads/2025/02/ArcBest.svg" class="swt__photos-slider__item__img" alt="ArcBest" loading="lazy" decoding="async" /></picture>						</div>
											<div class="swt__photos-slider__item swiper-slide">
							<picture><source media="(max-width:463px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/5928/HDSupply-463x463-f50_50.jpg"><source media="(max-width:767px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/5928/HDSupply-767x767-f50_50.jpg"><source media="(max-width:1920px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/5928/HDSupply-463x560-f50_50.jpg"><source media="(max-width:2880px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/5928/HDSupply-926x1120-f50_50.jpg"><source media="(min-width:2881px)" srcset="https://lanterncare.com/wp-content/uploads/2025/02/HDSupply.jpg"><img width="1000" height="1210" src="https://lanterncare.com/wp-content/uploads/2025/02/HDSupply.jpg" class="swt__photos-slider__item__img" alt="HDSupply" loading="lazy" decoding="async" /></picture>						</div>
									</div>
			</div>
			<div class="swt__testimonials-slider js-swt-testimonials">
				<div class="swiper-wrapper">
											<div class="testimonial-card testimonial-card--extra-large swt__testimonials-slider__item swiper-slide">
	<svg width="31" height="28" viewBox="0 0 31 28" class="testimonial-card__icon" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 15.9462C0.5 12.012 1.3738 8.70553 3.1214 6.0269C4.95222 3.34828 8.07293 1.33931 12.4835 0V6.27803C10.2366 7.03139 8.69707 8.11958 7.86488 9.5426C7.03269 10.8819 6.65821 13.0164 6.74143 15.9462H12.4835V28H0.5V15.9462ZM30.8333 6.27803C28.5864 7.03139 27.0469 8.11958 26.2147 9.5426C25.3825 10.8819 25.008 13.0164 25.0912 15.9462H30.8333V28H18.8498V15.9462C18.8498 12.012 19.7236 8.70553 21.4712 6.0269C23.302 3.34828 26.4227 1.33931 30.8333 0V6.27803Z" fill="currentColor" /></svg>
	<div class="testimonial-card__content t-heading">
		<!-- wp:paragraph -->
<p>“We've had a number of individuals tell us they wouldn't have been able to have surgery if it weren't for this benefit.”</p>
<!-- /wp:paragraph -->	</div>
	<div class="testimonial-card__author">
		<div>
			<span class="t-heading t-heading--h6">Dawn Beaudin</span>
							<span class="testimonial-card__author__position t-caption t-caption--1">Vice President of Benefits at Hyatt Hotels   </span>
					</div>
	</div>
</div>
											<div class="testimonial-card testimonial-card--extra-large swt__testimonials-slider__item swiper-slide">
	<svg width="31" height="28" viewBox="0 0 31 28" class="testimonial-card__icon" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 15.9462C0.5 12.012 1.3738 8.70553 3.1214 6.0269C4.95222 3.34828 8.07293 1.33931 12.4835 0V6.27803C10.2366 7.03139 8.69707 8.11958 7.86488 9.5426C7.03269 10.8819 6.65821 13.0164 6.74143 15.9462H12.4835V28H0.5V15.9462ZM30.8333 6.27803C28.5864 7.03139 27.0469 8.11958 26.2147 9.5426C25.3825 10.8819 25.008 13.0164 25.0912 15.9462H30.8333V28H18.8498V15.9462C18.8498 12.012 19.7236 8.70553 21.4712 6.0269C23.302 3.34828 26.4227 1.33931 30.8333 0V6.27803Z" fill="currentColor" /></svg>
	<div class="testimonial-card__content t-heading">
		<!-- wp:paragraph -->
<p>“We obviously evaluate cost savings in any situation, but it’s not necessarily the priority here. The priority is providing the best care for our employees.”</p>
<!-- /wp:paragraph -->	</div>
	<div class="testimonial-card__author">
		<div>
			<span class="t-heading t-heading--h6">Laura Wallace</span>
							<span class="testimonial-card__author__position t-caption t-caption--1">Director, Total Health, ArcBest</span>
					</div>
	</div>
</div>
											<div class="testimonial-card testimonial-card--extra-large swt__testimonials-slider__item swiper-slide">
	<svg width="31" height="28" viewBox="0 0 31 28" class="testimonial-card__icon" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 15.9462C0.5 12.012 1.3738 8.70553 3.1214 6.0269C4.95222 3.34828 8.07293 1.33931 12.4835 0V6.27803C10.2366 7.03139 8.69707 8.11958 7.86488 9.5426C7.03269 10.8819 6.65821 13.0164 6.74143 15.9462H12.4835V28H0.5V15.9462ZM30.8333 6.27803C28.5864 7.03139 27.0469 8.11958 26.2147 9.5426C25.3825 10.8819 25.008 13.0164 25.0912 15.9462H30.8333V28H18.8498V15.9462C18.8498 12.012 19.7236 8.70553 21.4712 6.0269C23.302 3.34828 26.4227 1.33931 30.8333 0V6.27803Z" fill="currentColor" /></svg>
	<div class="testimonial-card__content t-heading">
		<!-- wp:paragraph -->
<p>“Having a solution like Lantern removes barriers and helps our associates access affordable, high-quality care.”</p>
<!-- /wp:paragraph -->	</div>
	<div class="testimonial-card__author">
		<div>
			<span class="t-heading t-heading--h6">Recharda Graydon</span>
							<span class="testimonial-card__author__position t-caption t-caption--1">Senior Benefits Manager, HD Supply</span>
					</div>
	</div>
</div>
									</div>
				<div class="swt__pagination u-swiper-pagination js-swiper-pagination"></div>
				<div class="swt__btns-hld">
						<div class="btns-hld swt__item__btns">
									<a class="btn btn--primary " href="/resources-category/case-studies/" title="Go to - All Case Studies" target="">
					<span class="text">All Case Studies</span>
									</a>
						</div>
					<div class="swt__nav-hld">
						<button type="button" class="swt__nav swt__nav--prev js-swiper-prev u-swiper-nav u-swiper-nav--prev">
	<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
	<span class="u-sr-only">Previous</span>
</button>
<button type="button" class="swt__nav swt__nav--next js-swiper-next u-swiper-nav u-swiper-nav--next">
	<svg class="" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.58594 11.0007H17.4193M17.4193 11.0007L13.7526 14.6673M17.4193 11.0007L13.7526 7.33398" stroke-width="1.5" stroke-linecap="round" />
</svg>
	<span class="u-sr-only">Next</span>
</button>
					</div>
				</div>
			</div>
		</div>
	</section>
	


	</div>



		<section  class="l-section l-section--cta-2 is-accent l-pt-xs l-pb-xs  l-bg-split l-bg--brown l-bg-light--first js-anim" data-anim-type="cta-2" data-block="cta-2">
		<div class="cta-2 l-wrapper l-row l-row--default">
			<svg class="cta-2__watermark u-watermark" width="554" height="400" viewBox="0 0 554 400" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M-530.124 -387.899C-165.277 -555.592 249.872 -416.314 447.573 -35.7994L447.516 -35.91C640.617 335.75 562.544 814.878 282.413 1115.79C275.291 1123.39 264.132 1121.89 259.474 1112.93C256.023 1106.28 257.343 1097.64 262.411 1091.94C280.798 1071.4 297.774 1049.73 313.235 1027.02C361.242 950.02 408.786 836.435 410.074 686.826C408.277 590.675 385.944 494.953 340.86 408.181C216.765 169.335 -38.7779 76.2251 -269.927 167.238C-293.906 176.753 -323.756 164.847 -336.12 141.051L-561.078 -291.925C-579.824 -328.006 -565.961 -371.375 -530.124 -387.899ZM-266.007 290.153C-80.4407 204.862 130.71 275.701 231.264 469.236L231.235 469.18C329.449 658.211 289.74 901.903 147.261 1054.95C143.639 1058.82 137.963 1058.05 135.594 1053.49C133.839 1050.12 134.51 1045.72 137.088 1042.82C146.44 1032.37 155.074 1021.35 162.938 1009.8C187.355 970.638 211.536 912.867 212.191 836.774C211.277 787.87 199.918 739.184 176.988 695.051C113.872 573.57 -16.1012 526.213 -133.667 572.504C-145.863 577.343 -161.045 571.288 -167.334 559.185L-281.751 338.967C-291.285 320.615 -284.234 298.557 -266.007 290.153Z" fill="url(#paint0_linear_15074_100388)" fill-opacity="0.12"/><defs><linearGradient id="paint0_linear_15074_100388" x1="-66.8744" y1="34.7619" x2="-60.8246" y2="557.919" gradientUnits="userSpaceOnUse"><stop stop-color="currentColor" stop-opacity="0"/><stop offset="0.825844" stop-color="currentColor"/><stop offset="1" stop-color="currentColor" stop-opacity="0"/></linearGradient></defs></svg>
			<picture><source media="(max-width:768px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/1077/hp-cta-768x1000.jpg"><source media="(max-width:1920px)" srcset="https://lanterncare.com/wp-content/uploads/bis-images/1077/hp-cta-1200x796.jpg"><source media="(min-width:1921px)" srcset="https://lanterncare.com/wp-content/uploads/2025/01/hp-cta.jpg"><img width="1201" height="805" src="https://lanterncare.com/wp-content/uploads/2025/01/hp-cta.jpg" class="cta-2__img" alt="Ready to talk?
We’re here." loading="lazy" decoding="async" /></picture>			<div class="cta-2__content-hld">
					<heading class="heading t-heading t-heading--h3 t-weight--regular cta-2__heading">
				<h4>Ready to talk?<br />
We’re here.</h4>
	</heading>
	<div class="cta-2__content t-body t-body--2 ">
		<p>Get in touch with our team to see how Lantern can<br />
elevate your benefits.</p>
	</div>
	<div class="btns-hld cta-2__btns">
									<a class="btn btn--primary " href="/contact-us/" title="Go to - Contact us" target="">
					<span class="text">Contact us</span>
									</a>
						</div>
			</div>
		</div>
	</section>



		<section  class="l-section l-section--simple-content is-bronze l-pt-3xs l-pb-none " data-block="simple-content">
				<div class="simple-content  has-content-cols l-wrapper">
						<div class="simple-content__content-hld">
					<div class="simple-content__content t-body t-body--4 ">
		<p><sup>1</sup> Based on observed performance from Lantern book of business</p>
<p><sup>2</sup> References: IQVIA Oncology Link 2023; IQVIA’s Global Use of Medicines;​Am J Health Syst Pharm. 2022 Jul 15; 79(14): 1158–1172.; Internal analysis of client spend​</p>
	</div>
							</div>
		</div>
	</section>
		</main>
		<footer class="site-footer is-bronze">
	<div class="l-wrapper">
		<div class="site-footer__top">
			<div class="site-footer__logo-hld">
				<a class="site-footer__logo" href="https://lanterncare.com" title="Go to home">
					<svg  class="" width="172" height="72" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 755.91 309.8"><path d="m255.97,157.98c.63,0,.95.32.95.95v10.55c0,.63-.32.95-.95.95h-37.17c-.63,0-.95-.32-.95-.95v-65.88c0-.63.32-.95.95-.95h12.17c.63,0,.95.32.95.95v53.43c0,.63.32.95.95.95h23.1Z"/><path d="m304.8,103.32c.19-.44.57-.67,1.14-.67h5.61c.57,0,.95.22,1.14.67l30.42,65.98c.06.13.1.29.1.48,0,.44-.25.67-.76.67h-13.5c-.57,0-.95-.22-1.14-.67l-4.75-10.27c-.19-.44-.54-.67-1.05-.67h-26.62c-.57,0-.95.22-1.14.67l-4.75,10.27c-.19.44-.54.67-1.05.67h-13.5c-.32,0-.54-.11-.67-.33-.13-.22-.13-.49,0-.81l30.52-65.98Zm-4.66,41.92c-.06.13-.1.29-.1.48,0,.44.25.67.76.67h15.78c.32,0,.54-.11.67-.33.13-.22.13-.49,0-.81l-7.89-18.35c-.06-.32-.29-.48-.67-.48-.25,0-.48.16-.67.48l-7.89,18.35Z"/><path d="m414.77,169.48c0,.63-.32.95-.95.95h-7.89c-.44,0-.82-.19-1.14-.57l-29.56-38.6c-.25-.25-.48-.38-.67-.38-.32,0-.48.29-.48.86v37.74c0,.63-.32.95-.95.95h-12.17c-.63,0-.95-.32-.95-.95v-65.88c0-.63.32-.95.95-.95h7.89c.44,0,.82.19,1.14.57l29.56,38.5c.19.32.38.48.57.48.38,0,.57-.32.57-.95v-37.65c0-.63.32-.95.95-.95h12.17c.63,0,.95.32.95.95v65.88Z"/><path d="m480.37,102.65c.63,0,.95.32.95.95v10.55c0,.63-.32.95-.95.95h-14.83c-.63,0-.95.32-.95.95v53.43c0,.63-.32.95-.95.95h-12.07c-.63,0-.95-.32-.95-.95v-53.43c0-.63-.32-.95-.95-.95h-14.93c-.63,0-.95-.32-.95-.95v-10.55c0-.63.32-.95.95-.95h45.63Z"/><path d="m540.28,157.98c.63,0,.95.32.95.95v10.55c0,.63-.32.95-.95.95h-40.31c-.63,0-.95-.32-.95-.95v-65.88c0-.63.32-.95.95-.95h39.36c.63,0,.95.32.95.95v10.55c0,.63-.32.95-.95.95h-25.29c-.63,0-.95.32-.95.95v13.88c0,.63.32.95.95.95h18.16c.63,0,.95.32.95.95v10.55c0,.63-.32.95-.95.95h-18.16c-.63,0-.95.32-.95.95v12.74c0,.63.32.95.95.95h26.24Z"/><path d="m561.68,170.43c-.63,0-.95-.32-.95-.95v-65.88c0-.63.32-.95.95-.95h27.86c4.5,0,8.6,1,12.31,2.99,3.71,2,6.64,4.79,8.79,8.37,2.15,3.58,3.23,7.62,3.23,12.12s-1.03,8.37-3.09,11.79c-2.06,3.42-4.96,6.24-8.7,8.46-.25.06-.4.24-.43.52-.03.28.02.56.14.81l11.5,21.58.19.48c0,.19-.08.35-.24.48-.16.13-.36.19-.62.19h-13.12c-.57,0-.95-.22-1.14-.67l-9.98-19.49c-.19-.44-.57-.67-1.14-.67h-11.5c-.63,0-.95.32-.95.95v18.92c0,.63-.32.95-.95.95h-12.17Zm26.81-33.27c1.96,0,3.82-.46,5.56-1.38,1.74-.92,3.15-2.2,4.23-3.85,1.08-1.65,1.62-3.58,1.62-5.8,0-3.42-1.16-6.12-3.47-8.08-2.31-1.96-5.12-2.95-8.41-2.95h-12.26c-.63,0-.95.32-.95.95v20.15c0,.63.32.95.95.95h12.74Z"/><path d="m687.06,169.48c0,.63-.32.95-.95.95h-7.89c-.44,0-.82-.19-1.14-.57l-29.56-38.6c-.25-.25-.48-.38-.67-.38-.32,0-.48.29-.48.86v37.74c0,.63-.32.95-.95.95h-12.17c-.63,0-.95-.32-.95-.95v-65.88c0-.63.32-.95.95-.95h7.89c.44,0,.82.19,1.14.57l29.56,38.5c.19.32.38.48.57.48.38,0,.57-.32.57-.95v-37.65c0-.63.32-.95.95-.95h12.17c.63,0,.95.32.95.95v65.88Z"/><path d="m80.61,173.57c0-10.29,7.36-18.85,17.11-20.71,2.19-.42,3.98-2.63,3.98-4.86v-15.97c0-3.2-2.59-5.44-5.75-4.92-16.59,2.74-29.24,17.16-29.24,34.52,0,16.45,11.35,30.24,26.65,33.98.8.2,1.57-.39,1.57-1.21h0c0-.52-.33-.98-.82-1.17-7.89-3.05-13.49-10.69-13.49-19.65Z"/><path d="m164.97,127.18c0-34.37-24.77-62.96-57.43-68.9-3.21-.58-5.84,1.64-5.84,4.9v39.12c0,2.15,1.71,4.33,3.8,4.82,20.12,4.77,35.09,22.85,35.09,44.43,0,7.84-1.98,15.21-5.46,21.65-5.71,9.83-13.41,15.12-19.77,17.97-1.97.78-4.01,1.42-6.11,1.92-.58.14-1,.65-1,1.25h0c0,.81.75,1.43,1.55,1.26,31.54-6.82,55.17-34.85,55.17-68.43Z"/><path d="m218.2,207.94h16.69v3.2h-6.37v20.71h-3.92v-20.71h-6.4v-3.2Z"/><path d="m237.88,206.4h3.92v8.71c1.31-1.58,3.44-2.51,5.88-2.51,4.23,0,7.54,2.79,7.54,8.09v11.18h-3.89v-10.6c0-3.48-1.89-5.26-4.75-5.26s-4.78,1.79-4.78,5.26v10.6h-3.92v-25.46Z"/><path d="m268.05,232.17c-5.44,0-9.46-3.85-9.46-9.81s3.85-9.77,9.46-9.77,9.22,3.75,9.22,9.32c0,.65-.04,1.27-.14,1.93h-14.49c.28,3.13,2.51,5.02,5.4,5.02,2.41,0,3.75-1.17,4.47-2.65h4.23c-1.07,3.3-4.06,5.95-8.71,5.95Zm-5.37-11.49h10.5c-.07-2.92-2.37-4.78-5.3-4.78-2.65,0-4.78,1.79-5.2,4.78Z"/><path d="m297.96,232.1c-4.78,0-8.46-2.62-8.46-6.85h4.2c.17,1.96,1.55,3.54,4.27,3.54s4.3-1.48,4.3-3.51c0-5.78-12.7-2.03-12.7-10.84,0-4.2,3.34-6.81,8.22-6.81,4.58,0,7.81,2.41,8.16,6.5h-4.34c-.14-1.62-1.55-3.1-4.03-3.17-2.27-.07-4.03,1.03-4.03,3.34,0,5.4,12.66,2.03,12.66,10.77,0,3.58-2.92,7.02-8.26,7.02Z"/><path d="m320.86,212.59c4.99,0,8.91,3.85,8.91,9.7s-3.92,9.87-8.91,9.87c-3.13,0-5.37-1.58-6.61-3.06v11.77h-3.92v-27.97h3.92v2.79c1.2-1.58,3.51-3.1,6.61-3.1Zm-.86,3.41c-2.92,0-5.75,2.31-5.75,6.37s2.82,6.4,5.75,6.4,5.78-2.37,5.78-6.47-2.82-6.3-5.78-6.3Z"/><path d="m341.69,232.17c-5.44,0-9.46-3.85-9.46-9.81s3.85-9.77,9.46-9.77,9.22,3.75,9.22,9.32c0,.65-.04,1.27-.14,1.93h-14.49c.28,3.13,2.51,5.02,5.4,5.02,2.41,0,3.75-1.17,4.47-2.65h4.23c-1.07,3.3-4.06,5.95-8.71,5.95Zm-5.37-11.49h10.5c-.07-2.92-2.37-4.78-5.3-4.78-2.65,0-4.78,1.79-5.2,4.78Z"/><path d="m362.65,212.59c4.64,0,7.67,2.3,8.74,6.3h-4.23c-.65-1.82-2.17-2.99-4.51-2.99-3.17,0-5.26,2.34-5.26,6.47s2.1,6.5,5.26,6.5c2.34,0,3.78-1.03,4.51-2.99h4.23c-1.07,3.72-4.09,6.3-8.74,6.3-5.44,0-9.29-3.85-9.29-9.81s3.85-9.77,9.29-9.77Z"/><path d="m374.31,207.87c0-1.41,1.1-2.51,2.51-2.51s2.48,1.1,2.48,2.51-1.1,2.51-2.48,2.51-2.51-1.1-2.51-2.51Zm.52,5.02h3.92v18.96h-3.92v-18.96Z"/><path d="m391.16,212.59c3.2,0,5.4,1.51,6.57,3.06v-2.75h3.96v18.96h-3.96v-2.82c-1.2,1.62-3.47,3.13-6.64,3.13-4.92,0-8.88-4.03-8.88-9.87s3.96-9.7,8.95-9.7Zm.83,3.41c-2.92,0-5.75,2.2-5.75,6.3s2.82,6.47,5.75,6.47,5.75-2.31,5.75-6.4-2.79-6.37-5.75-6.37Z"/><path d="m406.41,206.4h3.92v25.46h-3.92v-25.46Z"/><path d="m415.66,216.1h-2.24v-3.2h2.24v-4.71h3.96v4.71h4.61v3.2h-4.61v10.49c0,1.41.55,2,2.2,2h2.41v3.27h-3.1c-3.37,0-5.47-1.41-5.47-5.26v-10.49Z"/><path d="m441.23,212.9h4.06l-11.63,27.87h-4.06l3.85-9.22-7.47-18.65h4.37l5.33,14.45,5.54-14.45Z"/><path d="m468.1,207.63c4.99,0,9.29,2.51,11.11,7.19h-4.71c-1.27-2.55-3.54-3.75-6.4-3.75-4.75,0-8.19,3.37-8.19,8.77s3.44,8.81,8.19,8.81c2.86,0,5.13-1.2,6.4-3.75h4.71c-1.82,4.68-6.12,7.16-11.11,7.16-6.74,0-12.21-5.02-12.21-12.21s5.47-12.21,12.21-12.21Z"/><path d="m490.77,212.59c3.2,0,5.4,1.51,6.57,3.06v-2.75h3.96v18.96h-3.96v-2.82c-1.2,1.62-3.47,3.13-6.64,3.13-4.92,0-8.88-4.03-8.88-9.87s3.96-9.7,8.95-9.7Zm.83,3.41c-2.92,0-5.75,2.2-5.75,6.3s2.82,6.47,5.75,6.47,5.75-2.31,5.75-6.4-2.79-6.37-5.75-6.37Z"/><path d="m509.26,231.86h-3.92v-18.96h3.92v2.75c1.1-1.89,2.99-3.06,5.68-3.06v4.06h-1c-2.89,0-4.68,1.21-4.68,5.23v9.98Z"/><path d="m525.98,232.17c-5.44,0-9.46-3.85-9.46-9.81s3.85-9.77,9.46-9.77,9.22,3.75,9.22,9.32c0,.65-.03,1.27-.14,1.93h-14.49c.28,3.13,2.51,5.02,5.4,5.02,2.41,0,3.75-1.17,4.47-2.65h4.23c-1.07,3.3-4.06,5.95-8.71,5.95Zm-5.37-11.49h10.49c-.07-2.92-2.37-4.78-5.3-4.78-2.65,0-4.78,1.79-5.2,4.78Z"/><path d="m556.26,222.15h-4.34v9.7h-3.92v-23.91h8.26c5.68,0,8.46,3.23,8.46,7.12,0,3.41-2.24,7.09-8.46,7.09Zm0-3.2c3.06,0,4.44-1.48,4.44-3.89s-1.38-3.92-4.44-3.92h-4.34v7.81h4.34Z"/><path d="m567.62,206.4h3.92v25.46h-3.92v-25.46Z"/><path d="m584.06,212.59c3.2,0,5.4,1.51,6.57,3.06v-2.75h3.96v18.96h-3.96v-2.82c-1.2,1.62-3.47,3.13-6.64,3.13-4.92,0-8.88-4.03-8.88-9.87s3.96-9.7,8.95-9.7Zm.83,3.41c-2.92,0-5.75,2.2-5.75,6.3s2.82,6.47,5.75,6.47,5.75-2.31,5.75-6.4-2.79-6.37-5.75-6.37Z"/><path d="m599.91,216.1h-2.24v-3.2h2.24v-4.71h3.96v4.71h4.61v3.2h-4.61v10.49c0,1.41.55,2,2.2,2h2.41v3.27h-3.1c-3.37,0-5.47-1.41-5.47-5.26v-10.49Z"/><path d="m612.7,216.1h-2.24v-3.2h2.24v-1.34c0-4.37,2.24-6.26,7.19-6.26v3.27c-2.41,0-3.23.83-3.23,2.99v1.34h3.51v3.2h-3.51v15.76h-3.96v-15.76Z"/><path d="m630.91,232.17c-5.4,0-9.5-3.85-9.5-9.81s4.27-9.77,9.67-9.77,9.67,3.82,9.67,9.77-4.4,9.81-9.84,9.81Zm0-3.41c2.92,0,5.81-2.1,5.81-6.4s-2.79-6.37-5.71-6.37-5.61,2.06-5.61,6.37,2.55,6.4,5.51,6.4Z"/><path d="m647.52,231.86h-3.92v-18.96h3.92v2.75c1.1-1.89,2.99-3.06,5.68-3.06v4.06h-1c-2.89,0-4.68,1.21-4.68,5.23v9.98Z"/><path d="m682.9,221.26c0-3.48-1.89-5.26-4.75-5.26s-4.78,1.79-4.78,5.26v10.6h-3.89v-10.6c0-3.48-1.89-5.26-4.75-5.26s-4.78,1.79-4.78,5.26v10.6h-3.92v-18.96h3.92v2.17c1.27-1.55,3.34-2.48,5.61-2.48,2.99,0,5.5,1.27,6.81,3.75,1.17-2.3,3.85-3.75,6.61-3.75,4.44,0,7.81,2.79,7.81,8.09v11.18h-3.89v-10.6Z"/></svg>
				</a>
					<div class="btns-hld site-footer__buttons">
									<a class="btn btn--primary " href="/contact-us/" title="Go to - Contact us" target="">
					<span class="text">Contact us</span>
									</a>
						</div>
			</div>
			<div class="site-footer__menus-hld">
				<div class="site-footer__menu site-footer__menu--1">
	<span class="site-footer-nav__title t-caption t-caption--0">Who we serve</span><ul id="menu-who-we-serve" class="site-footer-nav"><li id="menu-item-5707" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5707 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/employers/"><span class="text">Employers</span></a></li>
<li id="menu-item-6584" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6584 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/public-sector/"><span class="text">Public Sector</span></a></li>
<li id="menu-item-6583" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6583 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/labor-union-trust/"><span class="text">Labor, Union &amp; Trust</span></a></li>
<li id="menu-item-834" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-834 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/benefits-consultants/"><span class="text">Benefits Consultants</span></a></li>
<li id="menu-item-835" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-835 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/health-plans/"><span class="text">Health Plans</span></a></li>
<li id="menu-item-836" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-836 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/specialists/"><span class="text">Specialists</span></a></li>
<li id="menu-item-837" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-837 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/ecosystem-partners/"><span class="text">Ecosystem Partners</span></a></li>
<li id="menu-item-6598" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6598 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/for-members/"><span class="text">For Members</span></a></li>
</ul></div>
<div class="site-footer__menu site-footer__menu--2">
	<span class="site-footer-nav__title t-caption t-caption--0">What we cover</span><ul id="menu-what-we-cover" class="site-footer-nav"><li id="menu-item-508" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-508 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/solutions-for-employers/surgery/"><span class="text">Surgery</span></a></li>
<li id="menu-item-6744" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6744 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/solutions-for-employers/cancer/"><span class="text">Cancer</span></a></li>
<li id="menu-item-509" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-509 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/solutions-for-employers/infusions/"><span class="text">Infusions</span></a></li>
<li id="menu-item-5721" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5721 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/specialty-care-platform/"><span class="text">Specialty Care Platform</span></a></li>
<li id="menu-item-830" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-830 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/dedicated-care-team/"><span class="text">Dedicated Care Team</span></a></li>
<li id="menu-item-831" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-831 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/better-economic-model/"><span class="text">Better Economic Model</span></a></li>
<li id="menu-item-6684" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6684 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/network-of-excellence/"><span class="text">Network of Excellence</span></a></li>
<li id="menu-item-832" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-832 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/our-results/"><span class="text">Our Results</span></a></li>
</ul></div>
<div class="site-footer__menu site-footer__menu--3">
	<span class="site-footer-nav__title t-caption t-caption--0">Resources</span><ul id="menu-resources" class="site-footer-nav"><li id="menu-item-856" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-856 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/blog/"><span class="text">Blog</span></a></li>
<li id="menu-item-1041" class="menu-item menu-item-type-taxonomy menu-item-object-resources_categories menu-item-1041 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/resources-category/case-studies/"><span class="text">Case Studies</span></a></li>
<li id="menu-item-6685" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6685 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="/resources-category/member-stories/"><span class="text">Member Stories</span></a></li>
<li id="menu-item-1040" class="menu-item menu-item-type-taxonomy menu-item-object-resources_categories menu-item-1040 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/resources-category/videos/"><span class="text">Videos</span></a></li>
<li id="menu-item-6587" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6587 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/press/"><span class="text">Press</span></a></li>
<li id="menu-item-6686" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6686 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="/resources-category/webinars/"><span class="text">Webinars</span></a></li>
<li id="menu-item-1043" class="menu-item menu-item-type-taxonomy menu-item-object-resources_categories menu-item-1043 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/resources-category/guides/"><span class="text">Guides</span></a></li>
</ul></div>
<div class="site-footer__menu site-footer__menu--4">
	<span class="site-footer-nav__title t-caption t-caption--0">Company</span><ul id="menu-company" class="site-footer-nav"><li id="menu-item-2525" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2525 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/our-team/"><span class="text">Our Team</span></a></li>
<li id="menu-item-2524" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2524 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/medical-advisory-board/"><span class="text">Medical Advisory Board</span></a></li>
<li id="menu-item-2523" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2523 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/board-of-directors/"><span class="text">Board of Directors</span></a></li>
<li id="menu-item-1030" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1030 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/about-us/careers/"><span class="text">Careers</span></a></li>
<li id="menu-item-1031" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1031 t-paragraph t-paragraph--3 site-footer-nav__item"><a href="https://lanterncare.com/contact-us/"><span class="text">Contact us</span></a></li>
</ul></div>
			</div>
		</div>
		<div class="site-footer__footer">
			<span class="t-paragraph t-paragraph--4">Copyright &copy; 2025. Lantern. All Rights Reserved.</span>
							<a href="/privacy-policy/" class="site-footer-nav__item t-paragraph t-paragraph--3" title="Go to page - Privacy Policy" >Privacy Policy</a>
							<a href="/terms-of-use/" class="site-footer-nav__item t-paragraph t-paragraph--3" title="Go to page - Terms of use" >Terms of use</a>
							<a href="/accessibility-notice/" class="site-footer-nav__item t-paragraph t-paragraph--3" title="Go to page - Accessibility Notice" >Accessibility Notice</a>
						<ul class="socials socials--site-footer">
            <li class="socials__item">
        	<a class="socials__item__link" target="_blank" rel="noopener noreferrer" href="https://www.linkedin.com/company/lantern-specialty-care" title="Follow us on Linkedin" data-social-title="Linkedin">
                <svg width="15" height="15" viewBox="0 0 15 15" class="socials__item__link__icon" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M5.38508 10.2604H5.37842C5.37842 11.7096 5.37842 13.1588 5.37842 14.608C5.37842 14.9704 5.39174 14.9843 5.72489 14.9843C6.46448 14.9843 7.20407 14.9843 7.95033 14.9843C8.31679 14.9843 8.31679 14.9843 8.31679 14.5871C8.31679 12.9498 8.31679 11.3194 8.31679 9.68207C8.31679 9.22222 8.41673 8.7972 8.69658 8.4349C9.10968 7.89144 9.64938 7.67545 10.3024 7.78693C10.9553 7.8984 11.2951 8.35826 11.4484 8.99926C11.5017 9.22918 11.535 9.45911 11.535 9.696C11.535 11.3543 11.5417 13.0125 11.535 14.6708C11.535 14.8937 11.595 14.9843 11.8215 14.9843C12.6211 14.9704 13.414 14.9704 14.2135 14.9843C14.4401 14.9843 14.5 14.9007 14.5 14.6708C14.4934 12.8592 14.5 11.0477 14.4934 9.23615C14.4867 8.61605 14.3801 8.00988 14.1602 7.43855C13.7538 6.39344 13.0475 5.71063 11.9881 5.43193C11.7615 5.37619 11.5283 5.34832 11.2951 5.33439C10.3623 5.28562 9.52279 5.51554 8.84983 6.24016C8.74322 6.35163 8.6566 6.48402 8.54999 6.60246C8.49669 6.67214 8.46337 6.81148 8.37009 6.77665C8.26348 6.74181 8.31679 6.60246 8.31679 6.50492C8.31013 6.28893 8.30346 6.06597 8.31679 5.84998C8.33011 5.61309 8.23683 5.54341 8.02362 5.54341C7.25071 5.55038 6.47781 5.54341 5.7049 5.55038C5.39841 5.55038 5.38508 5.57128 5.38508 5.90572C5.38508 7.36191 5.38508 8.81114 5.38508 10.2604Z"/><path d="M3.63434 10.2838C3.63434 8.82766 3.63434 7.37146 3.63434 5.91527C3.63434 5.58083 3.62102 5.56689 3.31452 5.56689C2.54828 5.56689 1.7887 5.56689 1.02246 5.56689C0.722625 5.56689 0.702637 5.5878 0.702637 5.89436C0.702637 8.81372 0.702637 11.7331 0.702637 14.6524C0.702637 14.9729 0.715963 14.9869 1.03579 14.9869C1.78204 14.9869 2.53495 14.9869 3.28121 14.9869C3.63434 14.9869 3.63434 14.9799 3.63434 14.6246C3.63434 13.1753 3.63434 11.7261 3.63434 10.2838Z"/><path d="M2.26702 4.18631C3.3864 4.18631 4.14597 3.13422 3.72621 1.99156C3.44636 1.23211 2.79339 0.960384 2.10044 0.988254C1.52743 1.00916 1.0277 1.23211 0.721206 1.78254C0.428036 2.31207 0.428036 2.86946 0.714543 3.39899C1.0277 3.97032 1.54075 4.19327 2.26702 4.18631Z"/></svg>
				<span class="u-sr-only">Linkedin</span>
            </a>
        </li>
            <li class="socials__item">
        	<a class="socials__item__link" target="_blank" rel="noopener noreferrer" href="https://x.com/lanternspecialtycare" title="Follow us on Twitter" data-social-title="Twitter">
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="socials__item__link__icon" fill="currentColor"><path d="M14.286 10.1634L23.2215 0H21.1043L13.3421 8.82293L7.147 0H0L9.37035 13.343L0 24H2.11715L10.3092 14.6805L16.853 24H24L14.286 10.1634ZM11.3853 13.4601L10.4344 12.1306L2.88064 1.56176H6.13301L12.231 10.0944L13.1778 11.4239L21.1033 22.5143H17.851L11.3853 13.4601Z"></path></svg>
				<span class="u-sr-only">Twitter</span>
            </a>
        </li>
            <li class="socials__item">
        	<a class="socials__item__link" target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/LanternSpecialtyCare/about/" title="Follow us on Facebook" data-social-title="Facebook">
                <svg width="19" height="19" viewBox="0 0 19 19" class="socials__item__link__icon"  fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M11 11.1113H12.875L13.625 8.11133H11V6.61133C11 5.83883 11 5.11133 12.5 5.11133H13.625V2.59133C13.3805 2.55908 12.4572 2.48633 11.4822 2.48633C9.446 2.48633 8 3.72908 8 6.01133V8.11133H5.75V11.1113H8V17.4863H11V11.1113Z"/></svg>
				<span class="u-sr-only">Facebook</span>
            </a>
        </li>
    </ul>
		</div>
	</div>
</footer>




		<script type="text/javascript" id="main-js-extra">
/* <![CDATA[ */
var settings = {"ajaxurl":"https:\/\/lanterncare.com\/wp-admin\/admin-ajax.php"};
var settings = {"ajaxurl":"https:\/\/lanterncare.com\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="text/javascript" src="https://lanterncare.com/wp-content/themes/lantern-dist/dist/js/main.min.js?ver=1746023256" id="main-js" async defer></script>
<script type="text/javascript" data-lazy="true" data-src="https://lanterncare.com/wp-content/themes/lantern-dist/dist/js/mainLazyloaded.min.js?ver=1746023256" id="mainLazyloaded-js"></script><script type="text/javascript" data-lazy="true" data-src="https://lanterncare.com/wp-content/themes/lantern-dist/dist/js/logos.min.js?ver=?1746023256" id="logos-js"></script><script type="text/javascript" data-lazy="true" data-src="https://lanterncare.com/wp-content/themes/lantern-dist/dist/js/tabs.min.js?ver=?1746023256" id="tabs-js"></script><script type="text/javascript" data-lazy="true" data-src="https://lanterncare.com/wp-content/themes/lantern-dist/dist/js/box-slider.min.js?ver=?1746023256" id="box-slider-js"></script><script type="text/javascript" data-lazy="true" data-src="https://lanterncare.com/wp-content/themes/lantern-dist/dist/js/simple-video.min.js?ver=?1746023256" id="simple-video-js"></script><script type="text/javascript" data-lazy="true" data-src="https://lanterncare.com/wp-content/themes/lantern-dist/dist/js/slider-with-testimonials.min.js?ver=?1746023256" id="slider-with-testimonials-js"></script><script type="text/javascript" data-lazy="true" data-src="https://lanterncare.com/wp-content/themes/lantern-dist/dist/js/cta-2.min.js?ver=?1746023256" id="cta-2-js"></script><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\/lantern-dist\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<link rel='stylesheet' id='hero-css' href='https://lanterncare.com/wp-content/themes/lantern-dist/dist/css/hero/hero.css?ver=?1746023256' type='text/css' media='print' onload="this.media='all'" /><link rel='stylesheet' id='logos-css' href='https://lanterncare.com/wp-content/themes/lantern-dist/dist/css/logos/logos.css?ver=?1746023256' type='text/css' media='print' onload="this.media='all'" /><link rel='stylesheet' id='simple-content-css' href='https://lanterncare.com/wp-content/themes/lantern-dist/dist/css/simple-content/simple-content.css?ver=?1746023256' type='text/css' media='print' onload="this.media='all'" /><link rel='stylesheet' id='tabs-css' href='https://lanterncare.com/wp-content/themes/lantern-dist/dist/css/tabs/tabs.css?ver=?1746023256' type='text/css' media='print' onload="this.media='all'" /><link rel='stylesheet' id='box-slider-css' href='https://lanterncare.com/wp-content/themes/lantern-dist/dist/css/box-slider/box-slider.css?ver=?1746023256' type='text/css' media='print' onload="this.media='all'" /><link rel='stylesheet' id='simple-video-css' href='https://lanterncare.com/wp-content/themes/lantern-dist/dist/css/simple-video/simple-video.css?ver=?1746023256' type='text/css' media='print' onload="this.media='all'" /><link rel='stylesheet' id='watermark-start-css' href='https://lanterncare.com/wp-content/themes/lantern-dist/dist/css/watermark-start/watermark-start.css?ver=?1746023256' type='text/css' media='print' onload="this.media='all'" /><link rel='stylesheet' id='featured-2-css' href='https://lanterncare.com/wp-content/themes/lantern-dist/dist/css/featured-2/featured-2.css?ver=?1746023256' type='text/css' media='print' onload="this.media='all'" /><link rel='stylesheet' id='slider-with-testimonials-css' href='https://lanterncare.com/wp-content/themes/lantern-dist/dist/css/slider-with-testimonials/slider-with-testimonials.css?ver=?1746023256' type='text/css' media='print' onload="this.media='all'" /><link rel='stylesheet' id='cta-2-css' href='https://lanterncare.com/wp-content/themes/lantern-dist/dist/css/cta-2/cta-2.css?ver=?1746023256' type='text/css' media='print' onload="this.media='all'" />        <script>
            let isLoaded = false;
            async function loadScriptsSequentially(lazyScripts) {
                for (const script of lazyScripts) {
                    await loadScript(script);
                }
            }

            function loadScript(script) {
                return new Promise((resolve, reject) => {
                    const newScript = document.createElement('script');
                    newScript.src = script.dataset.src;
                    newScript.type = 'text/javascript';
                    newScript.id = script.id;
                    newScript.defer = true;
                    newScript.async = true;
                    script.remove(); // Remove the original tag with data-lazy attribute
                    document.body.appendChild(newScript);

                    // Resolve the promise when the script has loaded
                    newScript.onload = () => {
                        resolve();
                    };

                    // Reject the promise if there is an error loading the script
                    newScript.onerror = () => {
                        reject(new Error(`Failed to load script: ${script.dataset.src}`));
                    };
                });
            }
            const loadScripts = () => {
                const lazyScripts = document.querySelectorAll('script[data-lazy="true"]');
                loadScriptsSequentially(lazyScripts);

            };
            const userInteractionEvents = ['scroll','mousemove','keydown','touchmove','touchstart','click'];
            userInteractionEvents.forEach(e => {
                if(!isLoaded){
                    window.addEventListener(e, loadScripts, {
                        passive: true,
                        once: true
                    });
                    isLoaded = true;
                }
            });
        </script>
        		<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/45536463.js"></script>
<!-- End of HubSpot Embed Code -->	</body>
</html>
                               

Whois info of domain

Domain Name: EDHC.COM
Registry Domain ID: 82367795_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-01-12T11:09:48Z
Creation Date: 2002-01-12T00:27:28Z
Registry Expiry Date: 2026-01-12T00:27:28Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS1-05.AZURE-DNS.COM
Name Server: NS2-05.AZURE-DNS.NET
Name Server: NS3-05.AZURE-DNS.ORG
Name Server: NS4-05.AZURE-DNS.INFO
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-01T13:07:41Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass