Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - host1.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.18.0
Date: Mon, 19 May 2025 12:08:19 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/7.4.13
X-Redirect-By: WordPress
Location: https://www.heficed.com/
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Content-Security-Policy: upgrade-insecure-requests
X-Robots-Tag: all

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://heficed.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.18.0
Date: Mon, 19 May 2025 12:08:20 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/7.4.13
Last-Modified: Mon, 19 May 2025 07:59:05 GMT
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Content-Security-Policy: upgrade-insecure-requests
X-Robots-Tag: all

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: host1.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"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",e=>{this.persisted=e.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{if(t.hasAttribute("src")){let i=new URL(t.src).origin;i!==location.origin&&e.push({src:i,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){return await this._littleBreath(),new Promise(t=>{function i(){e.setAttribute("data-rocket-status","executed"),t()}function r(){e.setAttribute("data-rocket-status","failed"),t()}try{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");if(n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",i),e.addEventListener("error",r),s)e.src=s,e.removeAttribute("data-rocket-src");else if(navigator.userAgent.indexOf("Firefox/")>0){var a=document.createElement("script");[...e.attributes].forEach(e=>{"type"!==e.nodeName&&a.setAttribute("data-rocket-type"===e.nodeName?"type":e.nodeName,e.nodeValue)}),a.text=e.text,e.parentNode.replaceChild(a,e),i()}else e.src="data:text/javascript;base64,"+btoa(e.text)}catch(o){r()}})}async _loadScriptsFromList(e){let t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(e,i){!function e(i){!t[i]&&(t[i]={originalFunctions:{add:i.addEventListener,remove:i.removeEventListener},eventsToRewrite:[]},i.addEventListener=function(){arguments[0]=r(arguments[0]),t[i].originalFunctions.add.apply(i,arguments)},i.removeEventListener=function(){arguments[0]=r(arguments[0]),t[i].originalFunctions.remove.apply(i,arguments)});function r(e){return t[i].eventsToRewrite.indexOf(e)>=0?"rocket-"+e:e}}(e),t[e].eventsToRewrite.push(i)}function r(e,t){let i=e[t];Object.defineProperty(e,t,{get:()=>i||function(){},set(r){e["rocket"+t]=i=r}})}i(document,"DOMContentLoaded"),i(window,"DOMContentLoaded"),i(window,"load"),i(window,"pageshow"),i(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow")}_delayJQueryReady(e){let t;function i(i){if(i&&i.fn&&!e.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(i):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(i)),i([])};let r=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]})}return r.apply(this,arguments),this},e.allJQueries.push(i)}t=i}i(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){i(e)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
  
  <meta http-equiv="x-ua-compatible" content="ie=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <link rel=apple-touch-icon sizes=180x180 href=https://www.heficed.com/app/themes/heficed-theme/dist/icons/favicon/apple-touch-icon_12acd7bf.png>
  <link rel=icon type=image/png sizes=32x32 href=https://www.heficed.com/app/themes/heficed-theme/dist/icons/favicon/favicon-32x32_8e4fe755.png>
  <link rel=icon type=image/png sizes=16x16 href=https://www.heficed.com/app/themes/heficed-theme/dist/icons/favicon/favicon-16x16_fd02b2c9.png>
  <link rel=manifest href=https://www.heficed.com/app/themes/heficed-theme/dist/icons/favicon/site_b9aa277f.webmanifest>
  <link rel=mask-icon href=https://www.heficed.com/app/themes/heficed-theme/dist/icons/favicon/safari-pinned-tab_ded9e542.svg>

  <!-- Google Tag Manager -->
<script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
      new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  })(window,document,'script','dataLayer','GTM-5GRKNZJ');</script>
<!-- End Google Tag Manager -->
    <!-- Hotjar Tracking Code -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
    (function(c,l,a,r,i,t,y){
        c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
        t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
        y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
    })(window, document, "clarity", "script", "7oq672bycl");
</script>
<!-- End Hotjar Tracking Code -->
  <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO plugin v20.0 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Server, Network Infrastructure &amp; IP Address Market - Heficed</title><link rel="stylesheet" href="https://www.heficed.com/app/cache/min/1/dfa10da5a7546c618d3878fae937776e.css" media="all" data-minify="1" />
	<meta name="description" content="Server infrastructure and IPv4 lease, management and monetization available in 9 data centers worldwide. Heficed is voted #1 infrastructure service." />
	<link rel="canonical" href="https://www.heficed.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Server, Network Infrastructure &amp; IP Address Market - Heficed" />
	<meta property="og:description" content="Server infrastructure and IPv4 lease, management and monetization available in 9 data centers worldwide. Heficed is voted #1 infrastructure service." />
	<meta property="og:url" content="https://www.heficed.com/" />
	<meta property="og:site_name" content="Heficed" />
	<meta property="article:publisher" content="https://www.facebook.com/Heficed/" />
	<meta property="article:modified_time" content="2024-06-11T16:02:27+00:00" />
	<meta property="og:image" content="https://www.heficed.com/app/uploads/2021/04/Heficed-brand.jpg" />
	<meta property="og:image:width" content="768" />
	<meta property="og:image:height" content="507" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@heficed" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.heficed.com/","url":"https://www.heficed.com/","name":"Server, Network Infrastructure & IP Address Market - Heficed","isPartOf":{"@id":"https://www.heficed.com/#website"},"about":{"@id":"https://www.heficed.com/#organization"},"primaryImageOfPage":{"@id":"https://www.heficed.com/#primaryimage"},"image":{"@id":"https://www.heficed.com/#primaryimage"},"thumbnailUrl":"/app/uploads/2021/04/Heficed-brand.jpg","datePublished":"2021-01-22T20:52:28+00:00","dateModified":"2024-06-11T16:02:27+00:00","description":"Server infrastructure and IPv4 lease, management and monetization available in 9 data centers worldwide. Heficed is voted #1 infrastructure service.","breadcrumb":{"@id":"https://www.heficed.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.heficed.com/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.heficed.com/#primaryimage","url":"/app/uploads/2021/04/Heficed-brand.jpg","contentUrl":"/app/uploads/2021/04/Heficed-brand.jpg","width":768,"height":507,"caption":"Heficed brand"},{"@type":"BreadcrumbList","@id":"https://www.heficed.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://www.heficed.com/#website","url":"https://www.heficed.com/","name":"Heficed","description":"Server, Network Infrastructure &amp; IP Address Market","publisher":{"@id":"https://www.heficed.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.heficed.com/search/{search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.heficed.com/#organization","name":"Heficed","url":"https://www.heficed.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.heficed.com/#/schema/logo/image/","url":"/app/uploads/2021/06/heficed-logo-secondary-white-back_w300_.png","contentUrl":"/app/uploads/2021/06/heficed-logo-secondary-white-back_w300_.png","width":301,"height":65,"caption":"Heficed"},"image":{"@id":"https://www.heficed.com/#/schema/logo/image/"},"sameAs":["https://www.linkedin.com/company/theheficed/","https://www.facebook.com/Heficed/","https://twitter.com/heficed"]}]}</script>
	<meta name="msvalidate.01" content="997F3CC800BCF290DC03A07D37AA2CFC" />
	<meta name="google-site-verification" content="LTEZQzznhpttmD-KSALYYnSpk_o4VEP8wXiOerDT9Eg" />
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//www.heficed.com' />
<link rel='dns-prefetch' href='//cdn-ukwest.onetrust.com' />
<link rel='dns-prefetch' href='//js.intercomcdn.com' />
<link rel='dns-prefetch' href='//connect.facebook.net' />
<link rel='dns-prefetch' href='//googletagmanager.com' />
<link rel='dns-prefetch' href='//google-analytics.com' />
<link rel='dns-prefetch' href='//widget.trustpilot.com' />
<link rel='dns-prefetch' href='//fonts.gstatic.com' />
<link rel='dns-prefetch' href='//bat.bing.com' />
<link rel='dns-prefetch' href='//redditstatic.com' />
<link rel='dns-prefetch' href='//api-iam.intercom.io' />
<link rel='dns-prefetch' href='//widget.intercom.io' />

<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #002;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--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--color--dark-grey: #5C5C72;--wp--preset--color--grey: #E0E0E4;--wp--preset--color--dark-green: #7BBA00;--wp--preset--color--green: #87CD00;--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--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--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;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<style id='rocket-lazyload-inline-css' type='text/css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://www.heficed.com/app/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>
<meta name='csrf-token' content='5704a50ec2'><script type="rocketlazyloadscript" data-rocket-src="https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js"  data-rocket-type="text/javascript" charset="UTF-8" data-domain-script="f9fafab7-6f89-46cf-8d5e-339a0d5ec590"  defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
  function OptanonWrapper() { }
</script>
<link rel="icon" href="/app/uploads/2021/06/favicon-32x32-L.png" sizes="32x32">
<link rel="icon" href="/app/uploads/2021/06/favicon-32x32-L.png" sizes="192x192">
<link rel="apple-touch-icon" href="/app/uploads/2021/06/favicon-32x32-L.png">
<meta name="msapplication-TileImage" content="/app/uploads/2021/06/favicon-32x32-L.png">
		<style type="text/css" id="wp-custom-css">
			body > div.wrap.flex-col.min-h-screen.flex > header > div.bg-white.shadow-1xl > div > div > a > svg {
height:72px;
}		</style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>
  
</head>

  <body class="home page app-data index-data singular-data page-data page-27-data page-home-data front-page-data">

    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5GRKNZJ"
                  height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>

    <div class="wrap flex-col min-h-screen flex">
            <header class="site-header fixed w-full z-20">

  <div class="hidden desktop:block bg-deep-blue-1 ">
  <div class="container px-8 max-w-none min-h-top flex items-center">
    <div class="flex-1"></div>
    <div>
      <nav
  role="navigation"
  aria-label="Top menu"
  class="site-header__nav flex"
>
      <ul id="menu-top" class="site-header__top-nav-list flex"><li id="menu-item-2036024" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2036024"><a  href="#" class="menu-link">
    <span>Partners</span>
      <div class="hidden">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="w-24"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z" fill="#5c5c72"/></svg>
    </div>
  </a>

<ul class="sub-menu">
	<li id="menu-item-2021064" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2021064"><a  href="https://www.heficed.com/reseller-program/" class="menu-link">
    <span>Reseller Program</span>
  </a>
</li>
	<li id="menu-item-2021062" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2021062"><a  href="https://www.heficed.com/partners/" class="menu-link">
    <span>Partners</span>
  </a>
</li>
</ul>
</li>
<li id="menu-item-2015145" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2015145"><a  href="#" class="menu-link">
    <span>Company</span>
      <div class="hidden">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="w-24"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z" fill="#5c5c72"/></svg>
    </div>
  </a>

<ul class="sub-menu">
	<li id="menu-item-2021065" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2021065"><a  href="https://www.heficed.com/company/" class="menu-link">
    <span>About Us</span>
  </a>
</li>
	<li id="menu-item-2015147" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2015147"><a  href="https://www.heficed.com/customers/" class="menu-link">
    <span>Customers</span>
  </a>
</li>
	<li id="menu-item-2015150" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2015150"><a  href="https://www.heficed.com/blog/" class="menu-link">
    <span>Blog</span>
  </a>
</li>
	<li id="menu-item-2015149" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2015149"><a  href="https://www.heficed.com/contacts/" class="menu-link">
    <span>Contacts</span>
  </a>
</li>
</ul>
</li>
<li id="menu-item-2019501" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2019501"><a  href="#" class="menu-link">
    <span>Help</span>
      <div class="hidden">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="w-24"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z" fill="#5c5c72"/></svg>
    </div>
  </a>

<ul class="sub-menu">
	<li id="menu-item-2019502" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2019502"><a  href="/kb/" class="menu-link">
    <span>Knowledge Base</span>
  </a>
</li>
	<li id="menu-item-2025051" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2025051"><a  target="_blank" rel="noopener" href="https://api.heficed.com/docs/" class="menu-link">
    <span>API Docs</span>
  </a>
</li>
</ul>
</li>
</ul>
    <button
    class="btn btn--outline--green text-green hover:text-white text-p-1 flex ml-3 items-center intercom modal-button"
        open-modal = absModal
  >
  <span class="flex items-center pointer-events-none">
    
          <span>Contact Sales</span>
      </span>
</button>
</nav>
    </div>
  </div>
</div>

  <div class="bg-white shadow-1xl">
    <div class="container laptop:px-8 max-w-none">
      <div class="flex items-center min-h-logo">
        <a class="max-w-140" href="https://www.heficed.com/">
          <svg xmlns="http://www.w3.org/2000/svg" width="532.025" height="119.999" viewBox="0 0 532.025 119.999" class="w-full"><g id="Group_84" data-name="Group 84" transform="translate(565.844 1315.57)"><g id="Group_85" data-name="Group 85" transform="translate(-810.09 -1949.287)" fill="#002"><path id="Path_54" data-name="Path 54" d="M136.176 49.3H108.89v29.378H93.24V7h15.65v28.434h27.323V7h15.613v71.678h-15.65z" transform="translate(253.006 627.971)"/><path id="Path_55" data-name="Path 55" d="M171.88 78.678V7h48.791v13.848h-33.178v14.586h28.453V49.3h-28.453v15.51h33.178v13.868z" transform="translate(247.799 627.971)"/><path id="Path_56" data-name="Path 56" d="M238.65 78.678V7h47.558v13.848h-31.945v14.586h27.22V49.3h-27.22v29.378z" transform="translate(243.378 627.971)"/><path id="Path_57" data-name="Path 57" d="M302 78.678V66.249h9.245V19.41H302V7h34.1v12.41h-9.245v46.839h9.245v12.429z" transform="translate(239.185 627.971)"/><path id="Path_58" data-name="Path 58" d="M381.291 79.822a35.54 35.54 0 01-13.148-2.306 26.072 26.072 0 01-9.964-6.882 31.5 31.5 0 01-6.34-11.43 50.781 50.781 0 01-2.26-15.977 52.292 52.292 0 012.26-16.043 33.514 33.514 0 016.368-11.813 26.538 26.538 0 019.936-7.246 33.617 33.617 0 0113.148-2.465q9.954 0 16.435 4.062T408.1 22.5l-13.456 6.99a16 16 0 00-4.473-7.237q-3.026-2.717-8.88-2.727A14.378 14.378 0 00370.244 24q-4.165 4.473-4.155 12.989v11.5q0 8.526 4.155 13a14.332 14.332 0 0011.047 4.464c3.829 0 6.9-1.037 9.189-3.128a18.975 18.975 0 005.089-7.554l12.737 7.4a31.852 31.852 0 01-10.533 12.69q-6.509 4.47-16.482 4.461z" transform="translate(236.036 628.061)"/><path id="Path_59" data-name="Path 59" d="M424.13 78.678V7h48.791v13.848h-33.178v14.586H468.2V49.3h-28.457v15.51h33.178v13.868z" transform="translate(231.099 627.971)"/><path id="Path_60" data-name="Path 60" d="M490.9 7h27.015a35.736 35.736 0 0112.942 2.241 26.221 26.221 0 019.964 6.733 30.9 30.9 0 016.368 11.206 49.263 49.263 0 012.26 15.66 49.331 49.331 0 01-2.26 15.669 30.9 30.9 0 01-6.368 11.206 26.091 26.091 0 01-9.964 6.723 35.54 35.54 0 01-12.942 2.26H490.9zm27.015 57.83q6.975 0 10.991-3.9t4.006-12.53V37.283q0-8.628-4.006-12.532t-10.991-3.9h-11.4v43.96z" transform="translate(226.679 627.971)"/></g><path id="Path_65" data-name="Path 65" d="M772.28 151.341l-4.406-1.26-6.517-1.863-4.407-1.26-4.314-1.232-4.314 1.233-4.407 1.26-6.517 1.863-4.406 1.26-17.441 4.984v65.6c0 8.286 5.87 17.774 17.441 28.212.247.222.494.446.746.669 1.23 1.092 2.46 2.134 3.659 3.119V216.7h6.517v42.271l8.722 6.754 8.721-6.749V216.7h6.517v37.225a129.35 129.35 0 003.659-3.123c.253-.223.5-.447.746-.669 11.572-10.437 17.441-19.926 17.441-28.212v-65.6zm-15.33 105.35a134.563 134.563 0 01-4.314 2.941c-.96-.625-2.466-1.631-4.314-2.941V216.7h8.628zm28.364-34.765c0 6.2-4.49 13.8-13.035 22.154v-31.811h-39.287v31.808c-8.545-8.351-13.031-15.951-13.031-22.151v-45.368H733v22.625h39.287v-22.625h13.035zm-23.953-45.368h6.517v18.194h-6.517zm-17.441 18.194h-6.52v-18.194h6.517zm28.36-22.626h-15.33v22.614h-8.628v-22.614h-28.361v-12.452L733 155.948l4.406-1.259 6.517-1.864 4.407-1.259 4.314-1.233 4.314 1.233 4.407 1.26 6.517 1.864 4.406 1.259 13.035 3.726v12.451z" transform="translate(-1281.394 -1461.296)" fill="#87cd00"/><path id="Path_51917" data-name="Path 51917" d="M14.875 0L10.15-17.45h-5.3L.125 0h3.8L5-4.2h4.775l1.1 4.2zM9.2-7.225H5.6l1.7-6.6h.2zM47.2 0h3.775v-17.45H47.2v7.075h-4.4v-7.075h-3.775V0H42.8v-7.3h4.4zm22.175 0v-2.775h-3.75v-11.9h3.75v-2.775h-11.25v2.775h3.75v11.9h-3.75V0zM85.15 0l4.625-17.45H85.8l-2.075 8.875-1.05 5.025h-.2L81.45-8.575 79.4-17.45h-4.175L79.85 0zm21.75 0v-3.075h-7.4V-7.3h7.15v-3.075H99.5v-4h7.4v-3.075H95.75V0zm19.175 0v-3.075h-7.5V-17.45H114.8V0zm12.675.3c4.675 0 6.825-3.325 6.825-9.025s-2.15-9.025-6.825-9.025-6.825 3.325-6.825 9.025S134.075.3 138.75.3zm0-3.025c-2.125 0-2.825-1.675-2.825-4.475v-3.05c0-2.8.7-4.475 2.825-4.475s2.825 1.675 2.825 4.475v3.025c0 2.825-.7 4.5-2.825 4.5zM157.9.3c3.6 0 5.475-1.975 6.175-5.025l-3.5-.85c-.375 1.65-1 2.85-2.75 2.85-2.025 0-2.8-1.7-2.8-4.475v-3.05c0-2.775.775-4.475 2.8-4.475 1.75 0 2.375 1.2 2.75 2.85l3.5-.85c-.7-3.05-2.575-5.025-6.175-5.025-4.675 0-6.875 3.3-6.875 9.025S153.225.3 157.9.3zm23.975-.3v-2.775h-3.75v-11.9h3.75v-2.775h-11.25v2.775h3.75v11.9h-3.75V0zM201.9-14.375v-3.075h-13.8v3.075h5.025V0h3.75v-14.375zM215.625 0v-6.175l5.525-11.275h-4.025l-1.85 4.05-1.35 3.425h-.2l-1.35-3.425-1.85-4.05h-4.175l5.525 11.275V0zm36.025.3c3.6 0 5.475-1.975 6.175-5.025l-3.5-.85c-.375 1.65-1 2.85-2.75 2.85-2.025 0-2.8-1.7-2.8-4.475v-3.05c0-2.775.775-4.475 2.8-4.475 1.75 0 2.375 1.2 2.75 2.85l3.5-.85c-.7-3.05-2.575-5.025-6.175-5.025-4.675 0-6.875 3.3-6.875 9.025S246.975.3 251.65.3zM270 .3c4.675 0 6.825-3.325 6.825-9.025s-2.15-9.025-6.825-9.025-6.825 3.325-6.825 9.025S265.325.3 270 .3zm0-3.025c-2.125 0-2.825-1.675-2.825-4.475v-3.05c0-2.8.7-4.475 2.825-4.475s2.825 1.675 2.825 4.475v3.025c0 2.825-.7 4.5-2.825 4.5zM292.025 0h3.25v-17.45h-4.125L289-11.575h-.2l-2.15-5.875h-4.425V0h3.25v-7.775l-.2-4.875h.225l3.25 8.975L292-12.65h.225l-.2 4.875zm13.65 0v-6.35h2.975c3.425 0 5.35-2.175 5.35-5.55s-1.925-5.55-5.35-5.55h-6.75V0zm0-14.425h2.025c1.75 0 2.35.625 2.35 2.15v.75c0 1.525-.6 2.15-2.35 2.15h-2.025zM333.625 0L328.9-17.45h-5.3L318.875 0h3.8l1.075-4.2h4.775l1.1 4.2zm-5.675-7.225h-3.6l1.7-6.6h.2zM346.475 0h4.5v-17.45h-3.2v11.6h-.275l-3.975-11.6h-4.5V0h3.2v-11.6h.275zm19.15 0v-6.175l5.525-11.275h-4.025l-1.85 4.05-1.35 3.425h-.2l-1.35-3.425-1.85-4.05h-4.175l5.525 11.275V0z" transform="translate(-404.969 -1202.57)" fill="#002"/></g></svg>
        </a>

        <div class="site-header__nav-wrap">
          <div class="site-header__nav-cont">
            <button class="flex items-center site-header__nav-cont-back tablet:hidden">
  <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" class="max-w-23 w-full mr-0-5"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20z" fill-rule="evenodd"/></svg>

  <span>Back</span>
</button>

            <nav
  role="navigation"
  aria-label="Site menu"
  class="site-header__nav"
>
      <ul id="menu-primary" class="site-header__nav-list"><li id="menu-item-2012883" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2012883"><a  href="#" class="menu-link">
    <span>Bare Metal</span>
      <div class="hidden">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="w-24"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z" fill="#5c5c72"/></svg>
    </div>
  </a>

<ul class="sub-menu">
	<li id="menu-item-2228285" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2228285"><a  href="https://www.hivelocity.net/dedicated-servers/" class="menu-link">
      <img width="40" height="40" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3E%3C/svg%3E" class="mr-1" alt="Bare Metal Servers" decoding="async" data-lazy-src="/app/uploads/2021/04/Bare-Metal-Servers.svg" /><noscript><img width="40" height="40" src="/app/uploads/2021/04/Bare-Metal-Servers.svg" class="mr-1" alt="Bare Metal Servers" decoding="async" /></noscript>
    <span>Bare Metal Servers</span>
  </a>
</li>
	<li id="menu-item-2228288" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2228288"><a  href="https://www.hivelocity.net/services/server-management/" class="menu-link">
      <img width="40" height="40" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3E%3C/svg%3E" class="mr-1" alt="Managed Servers" decoding="async" data-lazy-src="/app/uploads/2021/04/Managed-Servers.svg" /><noscript><img width="40" height="40" src="/app/uploads/2021/04/Managed-Servers.svg" class="mr-1" alt="Managed Servers" decoding="async" /></noscript>
    <span>Managed Servers</span>
  </a>
</li>
	<li id="menu-item-2228291" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2228291"><a  href="https://www.hivelocity.net/#hivelocity-locations" class="menu-link">
      <img width="40" height="40" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3E%3C/svg%3E" class="mr-1" alt="Locations" decoding="async" data-lazy-src="/app/uploads/2021/04/Locations.svg" /><noscript><img width="40" height="40" src="/app/uploads/2021/04/Locations.svg" class="mr-1" alt="Locations" decoding="async" /></noscript>
    <span>Locations</span>
  </a>
</li>
	<li id="menu-item-2228294" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2228294"><a  href="https://www.hivelocity.net/pricing?computeType=dedicated" class="menu-link">
      <img width="40" height="40" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3E%3C/svg%3E" class="mr-1" alt="Bare Metal Servers pricing" decoding="async" data-lazy-src="/app/uploads/2021/04/Group-3455.svg" /><noscript><img width="40" height="40" src="/app/uploads/2021/04/Group-3455.svg" class="mr-1" alt="Bare Metal Servers pricing" decoding="async" /></noscript>
    <span>Bare Metal Pricing</span>
  </a>
</li>
</ul>
</li>
<li id="menu-item-2013025" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2013025"><a  href="#" class="menu-link">
    <span>Cloud Hosting</span>
      <div class="hidden">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="w-24"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z" fill="#5c5c72"/></svg>
    </div>
  </a>

<ul class="sub-menu">
	<li id="menu-item-2270165" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2270165"><a  href="https://www.heficed.com/cloud-hosting/" class="menu-link">
      <img width="42" height="42" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2042%2042'%3E%3C/svg%3E" class="mr-1" alt="Cloud Hosting Servers" decoding="async" data-lazy-src="/app/uploads/2021/04/Cloud-Servers.svg" /><noscript><img width="42" height="42" src="/app/uploads/2021/04/Cloud-Servers.svg" class="mr-1" alt="Cloud Hosting Servers" decoding="async" /></noscript>
    <span>Cloud Hosting</span>
  </a>
</li>
	<li id="menu-item-2269898" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2269898"><a  href="https://www.heficed.com/locations/" class="menu-link">
      <img width="40" height="40" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3E%3C/svg%3E" class="mr-1" alt="Locations" decoding="async" data-lazy-src="/app/uploads/2021/04/Locations.svg" /><noscript><img width="40" height="40" src="/app/uploads/2021/04/Locations.svg" class="mr-1" alt="Locations" decoding="async" /></noscript>
    <span>Locations</span>
  </a>
</li>
	<li id="menu-item-2269895" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2269895"><a  href="https://www.heficed.com/cloud-hosting-pricing/" class="menu-link">
      <img width="40" height="40" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3E%3C/svg%3E" class="mr-1" alt="Bare Metal Servers pricing" decoding="async" data-lazy-src="/app/uploads/2021/04/Group-3455.svg" /><noscript><img width="40" height="40" src="/app/uploads/2021/04/Group-3455.svg" class="mr-1" alt="Bare Metal Servers pricing" decoding="async" /></noscript>
    <span>Cloud Pricing</span>
  </a>
</li>
</ul>
</li>
</ul>
        <ul id="menu-top-1" class="site-header__nav-list desktop:hidden mobile-tablet:hidden tablet-desktop:hidden"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2036024"><a  href="#" class="menu-link">
    <span>Partners</span>
      <div class="hidden">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="w-24"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z" fill="#5c5c72"/></svg>
    </div>
  </a>

<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2021064"><a  href="https://www.heficed.com/reseller-program/" class="menu-link">
    <span>Reseller Program</span>
  </a>
</li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2021062"><a  href="https://www.heficed.com/partners/" class="menu-link">
    <span>Partners</span>
  </a>
</li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2015145"><a  href="#" class="menu-link">
    <span>Company</span>
      <div class="hidden">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="w-24"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z" fill="#5c5c72"/></svg>
    </div>
  </a>

<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2021065"><a  href="https://www.heficed.com/company/" class="menu-link">
    <span>About Us</span>
  </a>
</li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2015147"><a  href="https://www.heficed.com/customers/" class="menu-link">
    <span>Customers</span>
  </a>
</li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2015150"><a  href="https://www.heficed.com/blog/" class="menu-link">
    <span>Blog</span>
  </a>
</li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2015149"><a  href="https://www.heficed.com/contacts/" class="menu-link">
    <span>Contacts</span>
  </a>
</li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2019501"><a  href="#" class="menu-link">
    <span>Help</span>
      <div class="hidden">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="w-24"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z" fill="#5c5c72"/></svg>
    </div>
  </a>

<ul class="sub-menu">
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2019502"><a  href="/kb/" class="menu-link">
    <span>Knowledge Base</span>
  </a>
</li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2025051"><a  target="_blank" rel="noopener" href="https://api.heficed.com/docs/" class="menu-link">
    <span>API Docs</span>
  </a>
</li>
</ul>
</li>
</ul>
  </nav>

            <ul class="site-header__nav-right">
      <li>
      <a href="https://login.heficed.com/login" class="btn btn--outline--green btn--outline btn--flat block desktop:hidden" rel="nofollow" target="_blank">Sign In</a>
      <a href="https://login.heficed.com/login" class="text-deep-blue-2 hover:text-green hidden desktop:inline-block" rel="nofollow" target="_blank">Sign In</a>
    </li>
        <li>
      <a href="https://login.heficed.com/register" class="btn btn--green btn--flat block desktop:hidden" rel="nofollow" target="_blank">Sign Up</a>
      <a href="https://login.heficed.com/register" class="btn btn--green btn--outline btn--outline--green--dark hidden desktop:inline-block" rel="nofollow" target="_blank">Sign Up</a>
    </li>
  </ul>
          </div>
        </div>
        <div class="flex desktop:hidden w-full justify-end">
          <button class="btn-me p-1">
            <span class="btn-me__items"></span>
          </button>
        </div>
      </div>
    </div>
  </div>
  </header>

      <main class="main flex-1 z-10 relative pt-header desktop:pt-full-header">

               <div
  class="block acf-block acf-block--inner-blocks pt-6 pb-0"
   id=inner-blocks-1
  
>
  <picture>
                <source data-lazy-srcset="/app/uploads/2021/05/home.jpg" media="(min-width: 1280px)"><source data-lazy-srcset="/app/uploads/2021/05/home-1280x720.jpg" media="(min-width: 1024px)">
                <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20360'%3E%3C/svg%3E" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20360'%3E%3C/svg%3E" alt="Heficed" title="home" width="640" height="360" class="w-full z-0 h-full absolute top-0 left-0 object-cover" data-lazy-src="/app/uploads/2021/05/home-640x360.jpg"><noscript><img decoding="async" src="/app/uploads/2021/05/home-640x360.jpg" src="/app/uploads/2021/05/home-640x360.jpg" alt="Heficed" title="home" width="640" height="360" class="w-full z-0 h-full absolute top-0 left-0 object-cover"></noscript>
            </picture>


<div class="container-fluid relative flow-root ">
  
<div
  class="block acf-block acf-block--inner-blocks "
   id=inner-blocks-2
  
>
  <div class="container relative flow-root ">
  
<div
  class="block core-block core-block--columns "
   id=columns-3
  
>
  
<div class="wp-block-columns pb-2 items-center">
<div class="wp-block-column mr-4" style="flex-basis:67%"><div
  class="block core-block core-block--heading "
   id=heading-5
  
>
  
<h1 class="has-white-color has-text-color">Built for Hyperscalers, Adopted by Enterprises</h1>

</div>


<div
  class="block core-block core-block--paragraph "
   id=paragraph-6
  
>
  
<p class="has-white-color has-text-color">Heficed empowers you to scale your business worldwide effortlessly with IP addresses, virtual servers and bare-metal using one platform.</p>

</div>


</div>



<div class="wp-block-column" style="flex-basis:33%"><div
  class="block acf-block acf-block--card "
   id=card-8
  
>
  <div class="bg-white border border-deep-blue-4 py-3 px-2 h-full flow-root">
    
<div
  class="block core-block core-block--heading "
   id=heading-9
  
>
  
<h2 class="text-p-3" id="h-high-performance-infrastructure">High Performance Infrastructure</h2>

</div>


<div
  class="block acf-block acf-block--icon-list "
   id=icon-list-10
  
>
  <ul class="list mt-3 space-y-2 list-none pl-0 ml-0 mb-0">
      <li class="flex">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="fill-current text-green inline mr-1"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/></svg>
                    <span class="">14-Day Money Back Guarantee</span>
    </li>
      <li class="flex">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="fill-current text-green inline mr-1"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/></svg>
                    <span class="">BGP Communities</span>
    </li>
      <li class="flex">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="fill-current text-green inline mr-1"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/></svg>
                    <span class="">99.9% Uptime</span>
    </li>
      <li class="flex">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="fill-current text-green inline mr-1"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/></svg>
                    <span class="">9 Global Data Center Locations</span>
    </li>
      <li class="flex">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="fill-current text-green inline mr-1"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/></svg>
                    <span class="">Full API Access</span>
    </li>
  </ul>


</div>


<div
  class="block acf-block acf-block--button pt-2"
   id=button-11
  
>
  <a href="https://login.heficed.com/login"
   class="btn w-full btn--green text-white"
       target="_blank"
          rel="nofollow noopener"
      >
    Get Started
</a>



</div>


<div
  class="block core-block core-block--paragraph "
   id=paragraph-12
  
>
  
<p class="text-p-1 font-bold tracking-tighter mt-1">Registration is free. No commitment required.</p>

</div>


  </div>

</div>
</div>
</div>

</div>


</div>

</div>


<div
  class="block acf-block acf-block--image-line "
   id=image-line-13
  
>
  <div class="hidden desktop:block relative">
  <div class="overflow-hidden">
    <div class="container flex items-center relative">
      <div class="flex-1 absolute -left-full w-full border-t lined__line"></div>
      <div class="flex-none text-white px-7">They Trust Us</div>
      <div>
        <div class="border-t lined__line w-screen"></div>
      </div>
    </div>
  </div>

  <div class="container">
    <div class="grid grid-cols-6 py-3">
              <div><img width="180" height="65" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20180%2065'%3E%3C/svg%3E" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Avast" decoding="async" data-lazy-src="/app/uploads/2021/06/Avasta.svg" /><noscript><img width="180" height="65" src="/app/uploads/2021/06/Avasta.svg" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Avast" decoding="async" /></noscript></div>
              <div><img width="180" height="65" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20180%2065'%3E%3C/svg%3E" class="attachment-trust-companies-logo size-trust-companies-logo" alt="IBM" decoding="async" data-lazy-src="/app/uploads/2021/06/IBM.svg" /><noscript><img width="180" height="65" src="/app/uploads/2021/06/IBM.svg" class="attachment-trust-companies-logo size-trust-companies-logo" alt="IBM" decoding="async" /></noscript></div>
              <div><img width="180" height="65" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20180%2065'%3E%3C/svg%3E" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Zyte" decoding="async" data-lazy-src="/app/uploads/2021/06/Zyte.svg" /><noscript><img width="180" height="65" src="/app/uploads/2021/06/Zyte.svg" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Zyte" decoding="async" /></noscript></div>
              <div><img width="180" height="65" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20180%2065'%3E%3C/svg%3E" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Brightedge" decoding="async" data-lazy-src="/app/uploads/2021/06/Brightedge.svg" /><noscript><img width="180" height="65" src="/app/uploads/2021/06/Brightedge.svg" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Brightedge" decoding="async" /></noscript></div>
              <div><img width="180" height="65" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20180%2065'%3E%3C/svg%3E" class="attachment-trust-companies-logo size-trust-companies-logo" alt="PureVPN" decoding="async" data-lazy-src="/app/uploads/2021/06/Purevpn.svg" /><noscript><img width="180" height="65" src="/app/uploads/2021/06/Purevpn.svg" class="attachment-trust-companies-logo size-trust-companies-logo" alt="PureVPN" decoding="async" /></noscript></div>
              <div><img width="180" height="65" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20180%2065'%3E%3C/svg%3E" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Windscribe" decoding="async" data-lazy-src="/app/uploads/2021/07/Windscribe.svg" /><noscript><img width="180" height="65" src="/app/uploads/2021/07/Windscribe.svg" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Windscribe" decoding="async" /></noscript></div>
          </div>
  </div>
</div>

</div>




</div>

</div>
<div
  class="block acf-block acf-block--inner-blocks "
   id=inner-blocks-14
  
>
  <div class="absolute top-0 left-0 right-0 w-full h-full bg-deep-blue-5"></div>

<div class="container relative flow-root ">
  
<div
  class="block core-block core-block--columns "
   id=columns-15
  
>
  
<div class="wp-block-columns">
<div class="wp-block-column tablet:flex justify-center align-center my-4 max-w-768"><div
  class="block core-block core-block--image "
   id=image-17
  
>
  
<figure class="wp-block-image size-large is-resized mx-2"><img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20220%20264'%3E%3C/svg%3E" alt="bare-metal promo" class="wp-image-2035721" width="220" height="264" data-lazy-src="/app/uploads/2021/08/bare-metal.svg"/><noscript><img decoding="async" src="/app/uploads/2021/08/bare-metal.svg" alt="bare-metal promo" class="wp-image-2035721" width="220" height="264"/></noscript></figure>

</div>


<div
  class="block acf-block acf-block--card "
   id=card-18
  
>
  <div class=" py-3 px-2 h-full flow-root">
    
<div
  class="block core-block core-block--heading "
   id=heading-19
  
>
  
<h2 class="mb-0-5">Discounts for Bare Metal</h2>

</div>


<div
  class="block core-block core-block--paragraph "
   id=paragraph-20
  
>
  
<p class="mb-2 text-p-3">Discounts for dedicated servers are available in all data centers.<br>Up to <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-black-color">62%</mark></strong>, prices start from <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-black-color">$49.00/mo</mark></strong>.</p>

</div>


<div
  class="block acf-block acf-block--button "
   id=button-21
  
>
  <a href="/bare-metal-pricing/"
   class="btn btn--green text-white"
         >
    Explore Deals
</a>



</div>


  </div>

</div>
</div>
</div>

</div>


</div>

</div>
<div
  class="block acf-block acf-block--inner-blocks "
   id=inner-blocks-22
  
>
  <div class="container relative flow-root ">
  
<div
  class="block acf-block acf-block--inner-blocks mb-4"
   id=inner-blocks-23
  
>
  <div class="container relative flow-root ">
  
<div
  class="block core-block core-block--heading "
   id=heading-24
  
>
  
<h2 class="has-text-align-center mb-1" id="h-infrastructure-as-a-service">Infrastructure as a Service</h2>

</div>


<div
  class="block core-block core-block--paragraph  align-center"
   id=paragraph-25
  
>
  
<p class="has-text-align-center">Scalable infrastructure that meets enterprise needs</p>

</div>


</div>

</div>


<div
  class="block core-block core-block--columns "
   id=columns-26
  
>
  
<div class="wp-block-columns">
<div class="wp-block-column grid grid-cols-1 tablet-desktop:grid-cols-2 desktop:grid-cols-2 gap-2"><div
  class="block acf-block acf-block--card "
   id=card-28
  
>
  <div class=" py-3 px-2 h-full flow-root">
    
<div
  class="block acf-block acf-block--icon-with-content "
   id=icon-with-content-29
  
>
  <div class="flex flex-col text-center ">
  <div class=" min-w-60 max-w-60 mb-0-5 mx-auto">
          <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail" alt="Cloud Servers" decoding="async" data-lazy-src="/app/uploads/2021/04/Cloud-Servers-1-1.svg" /><noscript><img width="150" height="150" src="/app/uploads/2021/04/Cloud-Servers-1-1.svg" class="attachment-thumbnail size-thumbnail" alt="Cloud Servers" decoding="async" /></noscript>
      </div>
  <div class="editor-text">
    <h3>Cloud Servers</h3>
<p>Cloud Servers empower you to utilize the compute and IP resources right when you need them.</p>

  </div>
</div>

</div>


<div
  class="block acf-block acf-block--infrastructure-price "
   id=infrastructure-price-30
  
>
  <div class="flex justify-center">
  <div class="flex flex-col mb-4 mr-6">
    <p class="text-p-1">From</p>
          <h4 class="my-0 text-h4-1">$5.00/mo</h4>
      </div>
  <div class="flex flex-col mb-4">
    <p class="text-p-1">Locations</p>
          <h4 class="my-0 text-h4-1">6</h4>
      </div>
</div>

</div>


<div
  class="block core-block core-block--columns "
   id=columns-31
  
>
  
<div class="wp-block-columns">
<div class="wp-block-column flex justify-center"><div
  class="block acf-block acf-block--button my-0 mr-1"
   id=button-33
  
>
  <a href="/cloud-hosting/"
   class="btn btn--green text-white"
         >
    Learn More
</a>



</div>


<div
  class="block acf-block acf-block--button my-0 ml-1"
   id=button-34
  
>
  <a href="/cloud-hosting-pricing/"
   class="btn btn--outline btn--outline--green btn--outline--green--dark "
         >
    Pricing
</a>



</div>
</div>
</div>

</div>


  </div>

</div>


<div
  class="block acf-block acf-block--card "
   id=card-35
  
>
  <div class=" py-3 px-2 h-full flow-root">
    
<div
  class="block acf-block acf-block--icon-with-content "
   id=icon-with-content-36
  
>
  <div class="flex flex-col text-center ">
  <div class=" min-w-60 max-w-60 mb-0-5 mx-auto">
          <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail" alt="Bare Metal Servers" decoding="async" data-lazy-src="/app/uploads/2021/04/Bare-Metal-Servers.svg" /><noscript><img width="150" height="150" src="/app/uploads/2021/04/Bare-Metal-Servers.svg" class="attachment-thumbnail size-thumbnail" alt="Bare Metal Servers" decoding="async" /></noscript>
      </div>
  <div class="editor-text">
    <h3>Bare-Metal Servers</h3>
<p>Designed for the most demanding businesses that require high performance, stability and data security.</p>

  </div>
</div>

</div>


<div
  class="block acf-block acf-block--infrastructure-price "
   id=infrastructure-price-37
  
>
  <div class="flex justify-center">
  <div class="flex flex-col mb-4 mr-6">
    <p class="text-p-1">From</p>
          <h4 class="my-0 text-h4-1">$49.00/mo</h4>
      </div>
  <div class="flex flex-col mb-4">
    <p class="text-p-1">Locations</p>
          <h4 class="my-0 text-h4-1">9</h4>
      </div>
</div>

</div>


<div
  class="block core-block core-block--columns "
   id=columns-38
  
>
  
<div class="wp-block-columns">
<div class="wp-block-column flex justify-center"><div
  class="block acf-block acf-block--button my-0 mr-1"
   id=button-40
  
>
  <a href="/bare-metal/"
   class="btn btn--green text-white"
         >
    Learn More
</a>



</div>


<div
  class="block acf-block acf-block--button my-0 ml-1"
   id=button-41
  
>
  <a href="/bare-metal-pricing/"
   class="btn btn--outline btn--outline--green btn--outline--green--dark "
         >
    Pricing
</a>



</div>
</div>
</div>

</div>


  </div>

</div>
</div>
</div>

</div>


</div>

</div>
<div
  class="block acf-block acf-block--inner-blocks "
   id=inner-blocks-42
  
>
  <div class="absolute top-0 left-0 right-0 w-full h-full bg-deep-blue-5"></div>

<div class="container relative flow-root ">
  
<div
  class="block acf-block acf-block--inner-blocks mb-6"
   id=inner-blocks-43
  
>
  <div class="container relative flow-root laptop:max-w-992">
  
<div
  class="block core-block core-block--heading "
   id=heading-44
  
>
  
<h2 class="has-text-align-center" id="h-heficed-global-data-center-locations">Heficed Global Data Center Locations</h2>

</div>


<div
  class="block core-block core-block--paragraph  align-center"
   id=paragraph-45
  
>
  
<p class="has-text-align-center">Reach clients around the globe at top-tier, ISO-certified data centers. Heficed offers unique locations in Johannesburg and Sao Paulo, as well as several locations in North America and Europe.</p>

</div>


</div>

</div>


<div
  class="block acf-block acf-block--dynamic-tabs pt-0"
   id=dynamic-tabs-46
  
>
  <div class="panels-wrapper">
    <ul class="tabs flex mobile-tablet:flex-col list-none justify-around w-full m-auto">
              <li class="w-full desktop:pb-2 mobile-tablet:py-1 cursor-pointer text-center tab text-deep-blue font-bold border-b-4 border-green" data-target="panel-0">Bare Metal</li>
              <li class="w-full desktop:pb-2 mobile-tablet:py-1 cursor-pointer text-center tab border-b border-deep-blue-4" data-target="panel-1">Cloud Servers</li>
          </ul>

    <div class="panels-container pt-3">

              <div class="flex items-center justify-between single-panel panel-0">

          <div class="w-full">
                                                            <div class="grid desktop:grid-cols-4 laptop:grid-cols-3 tablet:grid-cols-2 gap-2">

  
      <div class="bg-white border border-deep-blue-4 hover:border-green p-2">
        <a href="/locations/chicago/" class="flex flex-row text-left items-center">

          <div class="min-w-36 max-w-36 mr-1">
           <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail" alt="USA" decoding="async" data-lazy-src="/app/uploads/2021/05/US.svg" /><noscript><img width="150" height="150" src="/app/uploads/2021/05/US.svg" class="attachment-thumbnail size-thumbnail" alt="USA" decoding="async" /></noscript>
          </div>

          <h5 class="m-0">Chicago, US</h5>

        </a>
      </div>

  
      <div class="bg-white border border-deep-blue-4 hover:border-green p-2">
        <a href="/locations/los-angeles/" class="flex flex-row text-left items-center">

          <div class="min-w-36 max-w-36 mr-1">
           <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail" alt="USA" decoding="async" data-lazy-src="/app/uploads/2021/05/US.svg" /><noscript><img width="150" height="150" src="/app/uploads/2021/05/US.svg" class="attachment-thumbnail size-thumbnail" alt="USA" decoding="async" /></noscript>
          </div>

          <h5 class="m-0">Los Angeles, US</h5>

        </a>
      </div>

  
      <div class="bg-white border border-deep-blue-4 hover:border-green p-2">
        <a href="/locations/reston/" class="flex flex-row text-left items-center">

          <div class="min-w-36 max-w-36 mr-1">
           <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail" alt="USA" decoding="async" data-lazy-src="/app/uploads/2021/05/US.svg" /><noscript><img width="150" height="150" src="/app/uploads/2021/05/US.svg" class="attachment-thumbnail size-thumbnail" alt="USA" decoding="async" /></noscript>
          </div>

          <h5 class="m-0">Reston, US</h5>

        </a>
      </div>

  
      <div class="bg-white border border-deep-blue-4 hover:border-green p-2">
        <a href="/locations/sao-paulo/" class="flex flex-row text-left items-center">

          <div class="min-w-36 max-w-36 mr-1">
           <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail" alt="Brasil" decoding="async" data-lazy-src="/app/uploads/2021/05/BR.svg" /><noscript><img width="150" height="150" src="/app/uploads/2021/05/BR.svg" class="attachment-thumbnail size-thumbnail" alt="Brasil" decoding="async" /></noscript>
          </div>

          <h5 class="m-0">São Paulo, BR</h5>

        </a>
      </div>

  
      <div class="bg-white border border-deep-blue-4 hover:border-green p-2">
        <a href="/locations/frankfurt/" class="flex flex-row text-left items-center">

          <div class="min-w-36 max-w-36 mr-1">
           <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail" alt="Germany" decoding="async" data-lazy-src="/app/uploads/2021/05/DE.svg" /><noscript><img width="150" height="150" src="/app/uploads/2021/05/DE.svg" class="attachment-thumbnail size-thumbnail" alt="Germany" decoding="async" /></noscript>
          </div>

          <h5 class="m-0">Frankfurt, DE</h5>

        </a>
      </div>

  
      <div class="bg-white border border-deep-blue-4 hover:border-green p-2">
        <a href="/locations/london/" class="flex flex-row text-left items-center">

          <div class="min-w-36 max-w-36 mr-1">
           <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail" alt="United Kingdom" decoding="async" data-lazy-src="/app/uploads/2021/05/UK.svg" /><noscript><img width="150" height="150" src="/app/uploads/2021/05/UK.svg" class="attachment-thumbnail size-thumbnail" alt="United Kingdom" decoding="async" /></noscript>
          </div>

          <h5 class="m-0">London, UK</h5>

        </a>
      </div>

  
      <div class="bg-white border border-deep-blue-4 hover:border-green p-2">
        <a href="/locations/milan/" class="flex flex-row text-left items-center">

          <div class="min-w-36 max-w-36 mr-1">
           <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail" alt="Italy" decoding="async" data-lazy-src="/app/uploads/2021/05/IT.svg" /><noscript><img width="150" height="150" src="/app/uploads/2021/05/IT.svg" class="attachment-thumbnail size-thumbnail" alt="Italy" decoding="async" /></noscript>
          </div>

          <h5 class="m-0">Milan, IT</h5>

        </a>
      </div>

  
      <div class="bg-white border border-deep-blue-4 hover:border-green p-2">
        <a href="/locations/johannesburg/" class="flex flex-row text-left items-center">

          <div class="min-w-36 max-w-36 mr-1">
           <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail" alt="South Africa" decoding="async" data-lazy-src="/app/uploads/2021/05/ZA.svg" /><noscript><img width="150" height="150" src="/app/uploads/2021/05/ZA.svg" class="attachment-thumbnail size-thumbnail" alt="South Africa" decoding="async" /></noscript>
          </div>

          <h5 class="m-0">Johannesburg, ZA</h5>

        </a>
      </div>

  
      <div class="bg-white border border-deep-blue-4 hover:border-green p-2">
        <a href="/locations/lagos/" class="flex flex-row text-left items-center">

          <div class="min-w-36 max-w-36 mr-1">
           <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail" alt="nigeria" decoding="async" data-lazy-src="/app/uploads/2019/10/iconfinder_flag-country-nation-nigeria_974183.svg" /><noscript><img width="150" height="150" src="/app/uploads/2019/10/iconfinder_flag-country-nation-nigeria_974183.svg" class="attachment-thumbnail size-thumbnail" alt="nigeria" decoding="async" /></noscript>
          </div>

          <h5 class="m-0">Lagos, NG</h5>

        </a>
      </div>

  
</div>
          </div>

        </div>
              <div class="flex items-center justify-between single-panel panel-1 hidden flex-row-reverse">

          <div class="w-full">
                                                            <div class="grid desktop:grid-cols-4 laptop:grid-cols-3 tablet:grid-cols-2 gap-2">

  
      <div class="bg-white border border-deep-blue-4 hover:border-green p-2">
        <a href="/locations/chicago/" class="flex flex-row text-left items-center">

          <div class="min-w-36 max-w-36 mr-1">
           <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail" alt="USA" decoding="async" data-lazy-src="/app/uploads/2021/05/US.svg" /><noscript><img width="150" height="150" src="/app/uploads/2021/05/US.svg" class="attachment-thumbnail size-thumbnail" alt="USA" decoding="async" /></noscript>
          </div>

          <h5 class="m-0">Chicago, US</h5>

        </a>
      </div>

  
      <div class="bg-white border border-deep-blue-4 hover:border-green p-2">
        <a href="/locations/sao-paulo/" class="flex flex-row text-left items-center">

          <div class="min-w-36 max-w-36 mr-1">
           <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail" alt="Brasil" decoding="async" data-lazy-src="/app/uploads/2021/05/BR.svg" /><noscript><img width="150" height="150" src="/app/uploads/2021/05/BR.svg" class="attachment-thumbnail size-thumbnail" alt="Brasil" decoding="async" /></noscript>
          </div>

          <h5 class="m-0">São Paulo, BR</h5>

        </a>
      </div>

  
      <div class="bg-white border border-deep-blue-4 hover:border-green p-2">
        <a href="/locations/johannesburg/" class="flex flex-row text-left items-center">

          <div class="min-w-36 max-w-36 mr-1">
           <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail" alt="South Africa" decoding="async" data-lazy-src="/app/uploads/2021/05/ZA.svg" /><noscript><img width="150" height="150" src="/app/uploads/2021/05/ZA.svg" class="attachment-thumbnail size-thumbnail" alt="South Africa" decoding="async" /></noscript>
          </div>

          <h5 class="m-0">Johannesburg, ZA</h5>

        </a>
      </div>

  
</div>
          </div>

        </div>
      
    </div>
  </div>

</div>




</div>

</div>
<div
  class="block acf-block acf-block--inner-blocks pt-10"
   id=inner-blocks-47
  
>
  <div class="container relative flow-root laptop:max-w-992">
  
<div
  class="block core-block core-block--image "
   id=image-48
  
>
  
<figure class="wp-block-image size-large flex justify-center my-0"><img decoding="async" width="212" height="76" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20212%2076'%3E%3C/svg%3E" alt="IBM logo" class="wp-image-2028430" data-lazy-srcset="/app/uploads/2021/06/IBM.png 212w, /app/uploads/2021/06/IBM-180x65.png 180w, /app/uploads/2021/06/IBM-75x27.png 75w, /app/uploads/2021/06/IBM-42x15.png 42w" data-lazy-sizes="(max-width: 212px) 100vw, 212px" data-lazy-src="/app/uploads/2021/06/IBM.png" /><noscript><img decoding="async" width="212" height="76" src="/app/uploads/2021/06/IBM.png" alt="IBM logo" class="wp-image-2028430" srcset="/app/uploads/2021/06/IBM.png 212w, /app/uploads/2021/06/IBM-180x65.png 180w, /app/uploads/2021/06/IBM-75x27.png 75w, /app/uploads/2021/06/IBM-42x15.png 42w" sizes="(max-width: 212px) 100vw, 212px" /></noscript></figure>

</div>


<div
  class="block core-block core-block--paragraph  align-center"
   id=paragraph-49
  
>
  
<p class="has-text-align-center"><em>&#8220;Very happy to work with Heficed. At the time I chose to work with them, they were one of the only Virtual Environment service providers in South America. The service and customer care </em><br><em>are great. I enjoyed very much meeting Vincentas and Aistis, the CEO and CTO of the </em><br><em>company,</em> <em>in my hometown Tel Aviv. They made me realize that listening to </em><br><em>the customers is a top priority for Heficed.&#8221;</em></p>

</div>


<div
  class="block core-block core-block--paragraph  align-center"
   id=paragraph-50
  
>
  
<p class="has-text-align-center"><strong><span class="has-inline-color has-black-color">Tomer Douek</span></strong></p>

</div>


<div
  class="block core-block core-block--paragraph  align-center"
   id=paragraph-51
  
>
  
<p class="has-text-align-center mt-0 text-p-1">IT &amp; Compliance Manager</p>

</div>




</div>

</div>
<div
  class="block acf-block acf-block--inner-blocks pb-2"
   id=inner-blocks-52
  
>
  <div class="absolute top-0 left-0 right-0 w-full h-full bg-deep-blue-5"></div>

<div class="container relative flow-root laptop:max-w-992">
  
<div
  class="block core-block core-block--heading "
   id=heading-53
  
>
  
<h2 class="has-text-align-center" id="h-solutions-by-industry">Solutions by Industry</h2>

</div>


<div
  class="block core-block core-block--paragraph  align-center"
   id=paragraph-54
  
>
  
<p class="has-text-align-center">Leverage more than a decade of Heficed’s experience with IPs, infrastructure and network services. Built for the VPN, cybersecurity, hosting and business intelligence industries.</p>

</div>


</div>

</div>
<div
  class="block acf-block acf-block--inner-blocks py-0"
   id=inner-blocks-55
  
>
  <div class="absolute top-0 left-0 right-0 w-full h-full bg-deep-blue-5"></div>

<div class="container relative flow-root ">
  
<div
  class="block acf-block acf-block--image-with-inners "
   id=image-with-inners-56
  
>
  <div class="desktop:py-12 tablet-desktop:py-6 mobile-tablet:py-4">
  <div class="container "  data-sm-offset="210">
    <div class="laptop:flex items-center ">
      <div class="flex-1 is-sm-container">
        <div class="to-drag">
          
            <picture>
                
                <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20585'%3E%3C/svg%3E" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20585'%3E%3C/svg%3E" alt="Business Intelligence" title="Business-Intelligence-min" width="640" height="585" class="mx-auto mb-4 laptop:mb-0 " data-lazy-src="/app/uploads/2021/06/Business-Intelligence-min.png"><noscript><img decoding="async" src="/app/uploads/2021/06/Business-Intelligence-min.png" src="/app/uploads/2021/06/Business-Intelligence-min.png" alt="Business Intelligence" title="Business-Intelligence-min" width="640" height="585" class="mx-auto mb-4 laptop:mb-0 "></noscript>
            </picture>
        </div>
      </div>

      <div class="desc flex-1 laptop:ml-7">
        
<div
  class="block core-block core-block--heading "
   id=heading-57
  
>
  
<h3 id="h-for-business-intelligence">For Business Intelligence</h3>

</div>


<div
  class="block core-block core-block--paragraph "
   id=paragraph-58
  
>
  
<p>Find and acquire the data you need quickly and&nbsp;efficiently. Utilize extensive&nbsp;IP resources&nbsp;using our&nbsp;powerful infrastructure.&nbsp;</p>

</div>


<div
  class="block acf-block acf-block--button pt-2"
   id=button-59
  
>
  <a href="/solutions-for-business-intelligence/"
   class="btn btn--green text-white"
         >
    Learn More
</a>



</div>


      </div>
    </div>
  </div>
</div>

</div>


</div>

</div>
<div
  class="block acf-block acf-block--inner-blocks py-0"
   id=inner-blocks-60
  
>
  <div class="container relative flow-root ">
  
<div
  class="block acf-block acf-block--image-with-inners "
   id=image-with-inners-61
  
>
  <div class="desktop:py-12 tablet-desktop:py-6 mobile-tablet:py-4">
  <div class="container "  data-sm-offset="210">
    <div class="laptop:flex items-center flex-row-reverse">
      <div class="flex-1 is-sm-container">
        <div class="to-drag">
          
            <picture>
                
                <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20532'%3E%3C/svg%3E" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20532'%3E%3C/svg%3E" alt="Hosting Providers" title="Hosting-Providers-min" width="640" height="532" class="mx-auto mb-4 laptop:mb-0 " data-lazy-src="/app/uploads/2021/06/Hosting-Providers-min.png"><noscript><img decoding="async" src="/app/uploads/2021/06/Hosting-Providers-min.png" src="/app/uploads/2021/06/Hosting-Providers-min.png" alt="Hosting Providers" title="Hosting-Providers-min" width="640" height="532" class="mx-auto mb-4 laptop:mb-0 "></noscript>
            </picture>
        </div>
      </div>

      <div class="desc flex-1 laptop:mr-7">
        
<div
  class="block core-block core-block--heading "
   id=heading-62
  
>
  
<h3 id="h-for-hosting-providers">For Hosting Providers</h3>

</div>


<div
  class="block core-block core-block--paragraph "
   id=paragraph-63
  
>
  
<p>Heficed empowers partners to scale up and create revenue by reselling white-label&nbsp;infrastructure and IP solutions.</p>

</div>


<div
  class="block acf-block acf-block--button pt-2"
   id=button-64
  
>
  <a href="/hosting/"
   class="btn btn--green text-white"
         >
    Learn More
</a>



</div>


      </div>
    </div>
  </div>
</div>

</div>


</div>

</div>
<div
  class="block acf-block acf-block--inner-blocks py-0"
   id=inner-blocks-65
  
>
  <div class="absolute top-0 left-0 right-0 w-full h-full bg-deep-blue-5"></div>

<div class="container relative flow-root ">
  
<div
  class="block acf-block acf-block--image-with-inners pb-0"
   id=image-with-inners-66
  
>
  <div class="desktop:py-12 tablet-desktop:py-6 mobile-tablet:py-4">
  <div class="container "  data-sm-offset="210">
    <div class="laptop:flex items-center ">
      <div class="flex-1 is-sm-container">
        <div class="to-drag">
          
            <picture>
                
                <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20597%20595'%3E%3C/svg%3E" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20597%20595'%3E%3C/svg%3E" alt="Bare Metal Servers" title="Group-3414-min" width="597" height="595" class="mx-auto mb-4 laptop:mb-0 " data-lazy-src="/app/uploads/2021/06/Group-3414-min.png"><noscript><img decoding="async" src="/app/uploads/2021/06/Group-3414-min.png" src="/app/uploads/2021/06/Group-3414-min.png" alt="Bare Metal Servers" title="Group-3414-min" width="597" height="595" class="mx-auto mb-4 laptop:mb-0 "></noscript>
            </picture>
        </div>
      </div>

      <div class="desc flex-1 laptop:ml-7">
        
<div
  class="block core-block core-block--heading "
   id=heading-67
  
>
  
<h3 id="h-for-vpn-cybersecurity">For VPN &amp; Cybersecurity</h3>

</div>


<div
  class="block core-block core-block--paragraph "
   id=paragraph-68
  
>
  
<p>Impeccable connection speeds and a secure infrastructure developed to cover all of your VPN business needs.</p>

</div>


<div
  class="block acf-block acf-block--button pt-2"
   id=button-69
  
>
  <a href="/solutions-for-cybersecurity/"
   class="btn btn--green text-white"
         >
    Learn More
</a>



</div>




      </div>
    </div>
  </div>
</div>

</div>




</div>

</div>
<div
  class="block acf-block acf-block--inner-blocks "
   id=inner-blocks-70
  
>
  <div class="container relative flow-root ">
  
<div
  class="block core-block core-block--heading "
   id=heading-71
  
>
  
<h2 class="has-text-align-center" id="h-they-talk-about-heficed">They Talk About Heficed</h2>

</div>


<div
  class="block acf-block acf-block--brands "
   id=brands-72
  
>
  <div class="grid grid-cols-2 laptop:grid-cols-none laptop:grid-flow-col items-center justify-center gap-3">
      <div><img width="150" height="65" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%2065'%3E%3C/svg%3E" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Yahoo Finance Logo" decoding="async" data-lazy-srcset="/app/uploads/2021/02/yahoo-finance.jpg 150w, /app/uploads/2021/02/yahoo-finance-75x33.jpg 75w, /app/uploads/2021/02/yahoo-finance-42x18.jpg 42w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="/app/uploads/2021/02/yahoo-finance.jpg" /><noscript><img width="150" height="65" src="/app/uploads/2021/02/yahoo-finance.jpg" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Yahoo Finance Logo" decoding="async" srcset="/app/uploads/2021/02/yahoo-finance.jpg 150w, /app/uploads/2021/02/yahoo-finance-75x33.jpg 75w, /app/uploads/2021/02/yahoo-finance-42x18.jpg 42w" sizes="(max-width: 150px) 100vw, 150px" /></noscript></div>
      <div><img width="150" height="65" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%2065'%3E%3C/svg%3E" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Techradar Logo" decoding="async" data-lazy-srcset="/app/uploads/2021/02/techradar.jpg 150w, /app/uploads/2021/02/techradar-75x33.jpg 75w, /app/uploads/2021/02/techradar-42x18.jpg 42w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="/app/uploads/2021/02/techradar.jpg" /><noscript><img width="150" height="65" src="/app/uploads/2021/02/techradar.jpg" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Techradar Logo" decoding="async" srcset="/app/uploads/2021/02/techradar.jpg 150w, /app/uploads/2021/02/techradar-75x33.jpg 75w, /app/uploads/2021/02/techradar-42x18.jpg 42w" sizes="(max-width: 150px) 100vw, 150px" /></noscript></div>
      <div><img width="150" height="65" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%2065'%3E%3C/svg%3E" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Forbes Logo" decoding="async" data-lazy-srcset="/app/uploads/2021/02/Forbes.jpg 150w, /app/uploads/2021/02/Forbes-75x33.jpg 75w, /app/uploads/2021/02/Forbes-42x18.jpg 42w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="/app/uploads/2021/02/Forbes.jpg" /><noscript><img width="150" height="65" src="/app/uploads/2021/02/Forbes.jpg" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Forbes Logo" decoding="async" srcset="/app/uploads/2021/02/Forbes.jpg 150w, /app/uploads/2021/02/Forbes-75x33.jpg 75w, /app/uploads/2021/02/Forbes-42x18.jpg 42w" sizes="(max-width: 150px) 100vw, 150px" /></noscript></div>
      <div><img width="150" height="65" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%2065'%3E%3C/svg%3E" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Networkworld" decoding="async" data-lazy-src="/app/uploads/2021/06/Networkworld.svg" /><noscript><img width="150" height="65" src="/app/uploads/2021/06/Networkworld.svg" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Networkworld" decoding="async" /></noscript></div>
      <div><img width="150" height="65" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%2065'%3E%3C/svg%3E" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Bloomberg Logo" decoding="async" data-lazy-srcset="/app/uploads/2021/02/bloomberg.jpg 150w, /app/uploads/2021/02/bloomberg-75x33.jpg 75w, /app/uploads/2021/02/bloomberg-42x18.jpg 42w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="/app/uploads/2021/02/bloomberg.jpg" /><noscript><img width="150" height="65" src="/app/uploads/2021/02/bloomberg.jpg" class="attachment-trust-companies-logo size-trust-companies-logo" alt="Bloomberg Logo" decoding="async" srcset="/app/uploads/2021/02/bloomberg.jpg 150w, /app/uploads/2021/02/bloomberg-75x33.jpg 75w, /app/uploads/2021/02/bloomberg-42x18.jpg 42w" sizes="(max-width: 150px) 100vw, 150px" /></noscript></div>
      <div><img width="150" height="65" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%2065'%3E%3C/svg%3E" class="attachment-trust-companies-logo size-trust-companies-logo" alt="ZD Net Logo" decoding="async" data-lazy-srcset="/app/uploads/2021/02/ZD-NET.jpg 150w, /app/uploads/2021/02/ZD-NET-75x33.jpg 75w, /app/uploads/2021/02/ZD-NET-42x18.jpg 42w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="/app/uploads/2021/02/ZD-NET.jpg" /><noscript><img width="150" height="65" src="/app/uploads/2021/02/ZD-NET.jpg" class="attachment-trust-companies-logo size-trust-companies-logo" alt="ZD Net Logo" decoding="async" srcset="/app/uploads/2021/02/ZD-NET.jpg 150w, /app/uploads/2021/02/ZD-NET-75x33.jpg 75w, /app/uploads/2021/02/ZD-NET-42x18.jpg 42w" sizes="(max-width: 150px) 100vw, 150px" /></noscript></div>
  </div>

</div>


</div>

</div>
<div
  class="block acf-block acf-block--inner-blocks "
   id=inner-blocks-73
  
>
  <div class="absolute top-0 left-0 right-0 w-full h-full bg-deep-blue-5"></div>

<div class="container relative flow-root ">
  
<div
  class="block core-block core-block--columns "
   id=columns-74
  
>
  
<div class="wp-block-columns">
<div class="wp-block-column" style="flex-basis:33.33%"><div
  class="block acf-block acf-block--card "
   id=card-76
  
>
  <div class="bg-white border border-deep-blue-4 py-3 px-2 h-full flow-root">
    
<div
  class="block acf-block acf-block--icon-with-content "
   id=icon-with-content-77
  
>
  <div class="flex flex-col text-center ">
  <div class=" min-w-36 max-w-36 mb-0-5 mx-auto">
          <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail" alt="Heficed Knowledge Base" decoding="async" data-lazy-src="/app/uploads/2021/08/open-book-1.svg" /><noscript><img width="150" height="150" src="/app/uploads/2021/08/open-book-1.svg" class="attachment-thumbnail size-thumbnail" alt="Heficed Knowledge Base" decoding="async" /></noscript>
      </div>
  <div class="editor-text">
    <h3 class="text-h4-1"><strong data-renderer-mark="true">Knowledge Base</strong></h3>

  </div>
</div>

</div>


<div
  class="block core-block core-block--paragraph  align-center"
   id=paragraph-78
  
>
  
<p class="has-text-align-center mt-0">Find answers to all questions regarding Heficed services and solutions.</p>

</div>


<div
  class="block acf-block acf-block--button pt-2 align-center"
   id=button-79
  
>
  <a href="/kb/"
   class="btn btn--green text-white"
       target="_blank"
         >
    Find Answers
</a>



</div>


  </div>

</div>
</div>



<div class="wp-block-column" style="flex-basis:66.66%"><div
  class="block core-block core-block--heading "
   id=heading-81
  
>
  
<h2 class="pl-6 mb-0" id="h-heficed-faq">Heficed FAQ</h2>

</div>


<div
  class="block core-block core-block--paragraph "
   id=paragraph-82
  
>
  
<p class="pl-6 mt-0 pb-4">Learn more about Heficed&#8217;s services.</p>

</div>


<div
  class="block acf-block acf-block--faq-new "
   id=faq-new-83
  
>
  <div class="accordion-group pl-6 pr-6 mobile-desktop:pl-0 mobile-desktop:pr-0 items-center">
            <div class="accordion-item mb-2 border border-deep-blue-4 w-full p-2 active">
        <div class="accordion-item__question font-semibold flex justify-between cursor-pointer animate-fadeIn text-green">
          <div class="pr-2">Is Heficed support available 24/7?</div>

                      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="accordion-item__chev-down min-w-23 max-w-23 hidden"><path class="a" d="M0 0h24v24H0z" fill="none"/><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z" fill-rule="evenodd"/></svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="accordion-item__chev-up min-w-23 max-w-23"><path class="a" d="M0 0h24v24H0z" fill="none"/><path class="b" d="M19 13H5v-2h14z" fill-rule="evenodd"/></svg>
          
        </div>
        <div class="accordion-item__answer editor-text animate-fadeIn mt-1 pr-5 mobile-tablet:pr-0 text-p-1 ">
          <p>Yes, our support is available 24/7. You can contact us via Live Chat or by submitting a ticket via the <a href="https://login.heficed.com/login/" target="_blank" rel="noopener">Terminal</a>.<br />
Please note that you can also find answers to many of your questions using <a href="/kb/" target="_blank" rel="noopener">Knowledge Base</a>.</p>

        </div>
      </div>
          <div class="accordion-item mb-2 border border-deep-blue-4 w-full p-2 ">
        <div class="accordion-item__question font-semibold flex justify-between cursor-pointer animate-fadeIn text-deep-blue">
          <div class="pr-2">Is Heficed a trusted company? </div>

                      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="accordion-item__chev-down min-w-23 max-w-23"><path class="a" d="M0 0h24v24H0z" fill="none"/><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z" fill-rule="evenodd"/></svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="accordion-item__chev-up min-w-23 max-w-23 hidden"><path class="a" d="M0 0h24v24H0z" fill="none"/><path class="b" d="M19 13H5v-2h14z" fill-rule="evenodd"/></svg>
          
        </div>
        <div class="accordion-item__answer editor-text animate-fadeIn mt-1 pr-5 mobile-tablet:pr-0 text-p-1 hidden">
          <p>Heficed is a service provider that is owned by a UK-based company, Digital Energy Technologies Ltd., which has teams of experts based in the UK and Lithuania operating since 2009.<br />
Heficed is trusted by a wide range of companies, from large enterprises to mid-sized companies and startups. We have helped deliver success to thousands of clients around the world. Learn more about our <a href="/customers/">Customers</a> and their journey with Heficed.</p>

        </div>
      </div>
          <div class="accordion-item mb-2 border border-deep-blue-4 w-full p-2 ">
        <div class="accordion-item__question font-semibold flex justify-between cursor-pointer animate-fadeIn text-deep-blue">
          <div class="pr-2">How many infrastructure locations does Heficed have, and what is Heficed network uptime? </div>

                      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="accordion-item__chev-down min-w-23 max-w-23"><path class="a" d="M0 0h24v24H0z" fill="none"/><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z" fill-rule="evenodd"/></svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="accordion-item__chev-up min-w-23 max-w-23 hidden"><path class="a" d="M0 0h24v24H0z" fill="none"/><path class="b" d="M19 13H5v-2h14z" fill-rule="evenodd"/></svg>
          
        </div>
        <div class="accordion-item__answer editor-text animate-fadeIn mt-1 pr-5 mobile-tablet:pr-0 text-p-1 hidden">
          <p>Heficed has 9 infrastructure locations: Chicago (US), Reston (US), Los Angeles (US), São Paulo (BR), London (UK), Frankfurt (DE), Milan (IT), Johannesburg (NG).<br />
These locations were picked based on our clients’ demands.<br />
We offer a Service uptime guarantee of 99.9% of available time per month. However, we always strive for a 100% network uptime guarantee.<br />
Heficed also provides DDoS protection in all of our locations to ensure the highest uptime possible. We use layer 3 DDoS Mitigation Service, which provides the most optimal protection for the Heficed infrastructure. Furthermore, we will offer additional DDoS protection for our customers in the near future. </p>

        </div>
      </div>
          <div class="accordion-item mb-2 border border-deep-blue-4 w-full p-2 ">
        <div class="accordion-item__question font-semibold flex justify-between cursor-pointer animate-fadeIn text-deep-blue">
          <div class="pr-2">How can I migrate my server to Heficed? </div>

                      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="accordion-item__chev-down min-w-23 max-w-23"><path class="a" d="M0 0h24v24H0z" fill="none"/><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z" fill-rule="evenodd"/></svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="accordion-item__chev-up min-w-23 max-w-23 hidden"><path class="a" d="M0 0h24v24H0z" fill="none"/><path class="b" d="M19 13H5v-2h14z" fill-rule="evenodd"/></svg>
          
        </div>
        <div class="accordion-item__answer editor-text animate-fadeIn mt-1 pr-5 mobile-tablet:pr-0 text-p-1 hidden">
          <p>To migrate your server to the Heficed infrastructure, please submit a ticket via the <a href="https://login.heficed.com/login/">Terminal</a>, and we will help you as soon as possible. The team will need your login details to review your current server setup and to estimate the time we will need to complete the migration.</p>

        </div>
      </div>
      </div>


</div>
</div>
</div>

</div>


</div>

</div>

          <span class="scroll-magic-trigger"></span>
      </main>

            <div class="modal fixed w-full h-full animate-fadeIn overflow-auto z-30 hidden absModal">

  <span class="closeModal"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32.001" viewBox="0 0 32 32.001" class="w-full pointer-events-none"><defs><style>.cls-1323{fill:#fff}</style></defs><g id="close" transform="translate(-.039 .001)"><path id="Path_30825" data-name="Path 30825" class="cls-1323" d="M1.685 32a1.647 1.647 0 01-1.164-2.811L29.229.482a1.646 1.646 0 012.328 2.328L2.85 31.517A1.651 1.651 0 011.685 32zm0 0"/><path id="Path_30826" data-name="Path 30826" class="cls-1323" d="M30.394 32a1.633 1.633 0 01-1.163-.483L.521 2.81A1.647 1.647 0 012.85.482l28.707 28.707A1.647 1.647 0 0130.394 32zm0 0"/></g></svg></span>

  <div class="modal-content bg-white mx-auto mt-10 p-4 max-w-720">

          <h2 class="">Contact Sales</h2>
        
    
<div class="wpcf7 no-js" id="wpcf7-f2040605-o1" lang="en-US" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/#wpcf7-f2040605-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="2040605" />
<input type="hidden" name="_wpcf7_version" value="5.7.3" />
<input type="hidden" name="_wpcf7_locale" value="en_US" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f2040605-o1" />
<input type="hidden" name="_wpcf7_container_post" value="0" />
<input type="hidden" name="_wpcf7_posted_data_hash" value="" />
<input type="hidden" name="_wpcf7_recaptcha_response" value="" />
</div>
<div class="grid grid-cols-2 gap-1 mb-1">
	<div class="relative material-field material-field--input">
		<p><span class="wpcf7-form-control-wrap" data-name="firstName"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required block w-full appearance-none rounded border p-1 border-deep-blue-3 bg-transparent" aria-required="true" aria-invalid="false" placeholder=" " value="" type="text" name="firstName" /></span><br />
<label for="firstName" class="absolute top-1 bg-white ml-0-5 px-0-5">First name*</label>
		</p>
	</div>
	<div class="relative material-field material-field--input">
		<p><span class="wpcf7-form-control-wrap" data-name="lastName"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required block w-full appearance-none rounded border p-1 border-deep-blue-3 bg-transparent" aria-required="true" aria-invalid="false" placeholder=" " value="" type="text" name="lastName" /></span><br />
<label for="lastName" class="absolute top-1 bg-white ml-0-5 px-0-5">Last name*</label>
		</p>
	</div>
	<div class="relative material-field material-field--input">
		<p><span class="wpcf7-form-control-wrap" data-name="email"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email block w-full appearance-none rounded border p-1 border-deep-blue-3 bg-transparent" aria-required="true" aria-invalid="false" placeholder=" " value="" type="email" name="email" /></span><br />
<label for="email" class="absolute top-1 bg-white ml-0-5 px-0-5">Your email*</label>
		</p>
	</div>
	<div class="relative material-field material-field--input">
		<p><span class="wpcf7-form-control-wrap" data-name="phone"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-tel block w-full appearance-none rounded border p-1 border-deep-blue-3 bg-transparent" aria-invalid="false" placeholder=" " value="" type="tel" name="phone" /></span><br />
<label for="phone" class="absolute top-1 bg-white ml-0-5 px-0-5">Phone number</label>
		</p>
	</div>
</div>
<div class="relative mb-1 material-field material-field--input">
	<p><span class="wpcf7-form-control-wrap" data-name="companyName"><input size="40" class="wpcf7-form-control wpcf7-text block w-full appearance-none rounded border p-1 border-deep-blue-3 bg-transparent" aria-invalid="false" placeholder=" " value="" type="text" name="companyName" /></span><br />
<label for="companyName" class="absolute top-1 bg-white ml-0-5 px-0-5">Company name</label>
	</p>
</div>
<p><span id="wpcf7-682ae4c95e4e5-wrapper" class="wpcf7-form-control-wrap yourName-wrap" style="display:none !important; visibility:hidden !important;"><label for="wpcf7-682ae4c95e4e5-field" class="hp-message">Please leave this field empty.</label><input id="wpcf7-682ae4c95e4e5-field"  class="wpcf7-form-control wpcf7-text" type="text" name="yourName" value="" size="40" tabindex="-1" autocomplete="new-password" /></span><span id="wpcf7-682ae4c95e551-wrapper" class="wpcf7-form-control-wrap yourSurname-wrap" style="display:none !important; visibility:hidden !important;"><label for="wpcf7-682ae4c95e551-field" class="hp-message">Please leave this field empty.</label><input id="wpcf7-682ae4c95e551-field"  class="wpcf7-form-control wpcf7-text" type="text" name="yourSurname" value="" size="40" tabindex="-1" autocomplete="new-password" /></span>
</p>
<div class="relative material-field material-field--textarea">
	<p><span class="wpcf7-form-control-wrap" data-name="message"><textarea cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required block w-full appearance-none rounded border p-1 border-deep-blue-3 bg-transparent" aria-required="true" aria-invalid="false" placeholder=" " name="message"></textarea></span><br />
<label for="message" class="absolute top-1 bg-white ml-0-5 px-0-5">Your message</label>
	</p>
</div>
<div class="pb-2">
	<p><span class="wpcf7-form-control-wrap" data-name="acceptance-630"><span class="wpcf7-form-control wpcf7-acceptance"><span class="wpcf7-list-item"><label><input type="checkbox" name="acceptance-630" value="1" checked="checked" aria-invalid="false" /><span class="wpcf7-list-item-label"><span class="pl-0-5"> I agree to the use of my personal information in accordance with Heficed </span> <a href="/privacy-policy/" class="text-green">Privacy Policy</a>.</span></label></span></span></span>
	</p>
</div>
<p><button type="submit" class="wpcf7-submit btn btn--green">Submit</button>
</p><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>


  </div>

</div>
<footer class="site-footer bg-deep-blue text-deep-blue-3">
  <div class="pt-12 pb-7">
    <div class="container">
      <div class="desktop:flex desktop:justify-between tablet-desktop:grid tablet-desktop:grid-cols-4 tablet-desktop:gap-4 mobile-tablet:grid mobile-tablet:grid-cols-2 mobile-tablet:gap-2">
        <div class="space-y-7">
    <section class="widget nav_menu-6 widget_nav_menu"><h4>Services</h4><ul id="menu-footer_services" class="menu"><li class="menu-item menu-bare-metal-servers"><a href="https://www.hivelocity.net/dedicated-servers/">Bare Metal Servers</a></li>
<li class="menu-item menu-cloud-hosting"><a href="https://www.heficed.com/cloud-hosting/">Cloud Hosting</a></li>
<li class="menu-item menu-ip-transit"><a href="https://www.heficed.com/ip-transit/">IP Transit</a></li>
</ul></section>  </div>
                <div class="space-y-7">
    <section class="widget nav_menu-15 widget_nav_menu"><h4>Business</h4><ul id="menu-footer_business" class="menu"><li class="menu-item menu-hosting-industry"><a href="https://www.heficed.com/hosting/">Hosting Industry</a></li>
<li class="menu-item menu-business-intelligence"><a href="https://www.heficed.com/solutions-for-business-intelligence/">Business Intelligence</a></li>
<li class="menu-item menu-cybersecurity"><a href="https://www.heficed.com/solutions-for-cybersecurity/">Cybersecurity</a></li>
</ul></section>  </div>
        <div class="space-y-7">
    <section class="widget nav_menu-12 widget_nav_menu"><h4>Partners</h4><ul id="menu-footer_partners" class="menu"><li class="menu-item menu-partners"><a href="https://www.heficed.com/partners/">Partners</a></li>
<li class="menu-item menu-reseller-program"><a href="https://www.heficed.com/reseller-program/">Reseller Program</a></li>
</ul></section>  </div>
        <div class="space-y-7">
    <section class="widget nav_menu-8 widget_nav_menu"><h4>Company</h4><ul id="menu-footer_company" class="menu"><li class="menu-item menu-about-us"><a href="https://www.heficed.com/company/">About Us</a></li>
<li class="menu-item menu-customers"><a href="https://www.heficed.com/customers/">Customers</a></li>
<li class="menu-item menu-blog"><a href="https://www.heficed.com/blog/">Blog</a></li>
<li class="menu-item menu-press"><a href="/press-releases/">Press</a></li>
<li class="menu-item menu-legal"><a href="https://www.heficed.com/terms-of-service/">Legal</a></li>
</ul></section>  </div>
        <div class="space-y-7">
    <section class="widget nav_menu-9 widget_nav_menu"><h4>Help</h4><ul id="menu-footer_help" class="menu"><li class="menu-item menu-knowledge-base"><a href="https://www.heficed.com/kb/">Knowledge Base</a></li>
<li class="menu-item menu-resource-library"><a href="https://www.heficed.com/resource-library/">Resource Library</a></li>
<li class="menu-item menu-api-docs"><a target="_blank" rel="noopener" href="https://api.heficed.com/docs/">API Docs</a></li>
<li class="menu-item menu-status-page"><a target="_blank" rel="noopener" href="https://status.heficed.com/">Status Page</a></li>
<li class="menu-item menu-report-abuse"><a href="https://www.heficed.com/report-abuse/">Report Abuse</a></li>
</ul></section>  </div>
      </div>

      <div class="desktop:grid desktop:gap-12 desktop:grid-cols-2 tablet-desktop:grid-cols-1 pt-7">

  <div class="subscribe-form pt-1 text-deep-blue-3">
      <p class="text-p-1 mb-2">Sign up for our monthly newsletter to receive news and updates</p>
    
<div class="wpcf7 no-js" id="wpcf7-f2020100-o2" lang="en-US" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/#wpcf7-f2020100-o2" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="2020100" />
<input type="hidden" name="_wpcf7_version" value="5.7.3" />
<input type="hidden" name="_wpcf7_locale" value="en_US" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f2020100-o2" />
<input type="hidden" name="_wpcf7_container_post" value="0" />
<input type="hidden" name="_wpcf7_posted_data_hash" value="" />
<input type="hidden" name="_wpcf7_recaptcha_response" value="" />
</div>
<div class="flex mobile-tablet:flex-col">
	<div class="relative material-field material-field--input pr-1 mobile-tablet:pr-0 mb-1 desktop:mb-0 laptop:mb-0 tablet:mb-0">
		<p><span class="wpcf7-form-control-wrap" data-name="email"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email block w-full appearance-none rounded border p-1 border-deep-blue-3 bg-transparent" aria-required="true" aria-invalid="false" placeholder="Email address" value="" type="email" name="email" /></span><br />
<span id="wpcf7-682ae4c96a270-wrapper" class="wpcf7-form-control-wrap your-name-wrap" style="display:none !important; visibility:hidden !important;"><label for="wpcf7-682ae4c96a270-field" class="hp-message">Please leave this field empty.</label><input id="wpcf7-682ae4c96a270-field"  class="wpcf7-form-control wpcf7-text" type="text" name="your-name" value="" size="40" tabindex="-1" autocomplete="new-password" /></span><span id="wpcf7-682ae4c96a2e3-wrapper" class="wpcf7-form-control-wrap your-surname-wrap" style="display:none !important; visibility:hidden !important;"><label for="wpcf7-682ae4c96a2e3-field" class="hp-message">Please leave this field empty.</label><input id="wpcf7-682ae4c96a2e3-field"  class="wpcf7-form-control wpcf7-text" type="text" name="your-surname" value="" size="40" tabindex="-1" autocomplete="new-password" /></span><br />
		<input class="wpcf7-form-control wpcf7-hidden" value="aed9cdae-b08d-477f-9dfd-fc7af7acee68" type="hidden" name="subscribe-newsletter" />
		</p>
	</div>
	<p><button type="submit" class="btn btn btn--outline--green btn--outline btn--outline--green--dark px-4 mobile-tablet:w-full mobile-tablet:mt-2">Subscribe</button>
	</p>
</div><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>

</div>

  <div class="flex self-end desktop:justify-end pt-4 pl-0-5 desktop:pt-0 desktop:pl-0">
    <div class="w-2/6 mobile-tablet:w-1/2 flex justify-between">
      <a href="https://www.linkedin.com/company/heficed/" target="_blank">
    <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="18" height="18" viewBox="0 0 18 18" class="text-white hover:text-green"><path fill="none" d="M0 0h18v18H0z"/><g transform="translate(1.875 1.875)" fill-rule="evenodd"><path d="M0 4.409h3.201v9.841H0zm11.856.116c-.034-.011-.066-.023-.1-.032s-.086-.018-.13-.025a2.871 2.871 0 00-.575-.058 4.447 4.447 0 00-3.44 1.881V4.409H4.409v9.841h3.2V8.882s2.419-3.369 3.44-.895v6.262h3.2v-6.64a3.192 3.192 0 00-2.394-3.085z"/><circle cx="1.688" cy="1.688" r="1.688"/></g></svg>
  </a>
  <a href="https://twitter.com/heficed" target="_blank">
    <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="currentColor" height="18" viewBox="0 0 18 18" class="text-white hover:text-green"><path fill="none" d="M0 0h18v18H0z"/><path d="M7.1 15.276a12.871 12.871 0 01-1.987-.158 9.33 9.33 0 01-2.72-.99l-.893-.485.962-.316c1.05-.346 1.692-.56 2.484-.9a3.3 3.3 0 01-1.7-1.968l-.225-.68.183.028a3.337 3.337 0 01-.416-.507 3.165 3.165 0 01-.537-1.886l.042-.594.355.138a3.32 3.32 0 01-.322-.9 3.431 3.431 0 01.366-2.31L3 3.178l.414.5a7.612 7.612 0 004.935 2.774 2.95 2.95 0 01.179-1.567 2.935 2.935 0 011.193-1.368 3.584 3.584 0 012.079-.511 3.322 3.322 0 012.042.842 6.855 6.855 0 00.748-.248c.164-.061.35-.132.582-.212l.857-.3-.559 1.595.114-.007.916-.037-.541.739c-.031.042-.037.054-.05.071-.043.066-.1.147-.84 1.138a1.4 1.4 0 00-.263.91 8.612 8.612 0 01-.47 3.464 6.13 6.13 0 01-1.645 2.439 7.268 7.268 0 01-3.445 1.665 10.605 10.605 0 01-2.151.211zm0 0" fill-rule="evenodd"/></svg>
  </a>
  <a href="https://www.facebook.com/Heficed" target="_blank">
    <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="9.001" height="18" viewBox="0 0 9.001 18" class="text-white hover:text-green"><path d="M7.357 2.989H9V.127A21.219 21.219 0 006.607 0C4.238 0 2.613 1.49 2.613 4.229V6.75H0v3.2h2.613V18h3.206V9.95h2.509l.4-3.2H5.819v-2.2c0-.925.25-1.558 1.538-1.558z" fill-rule="evenodd"/></svg>
  </a>
  <a href="https://www.youtube.com/c/Heficed/featured" target="_blank">
    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" viewBox="0 0 18 18" class="text-white hover:text-green"><path d="M9.317 1.718v3.957a2.576 2.576 0 00.08.753.558.558 0 00.593.372 1.444 1.444 0 001.034-.623v.552h.914V1.718h-.914v3.827q-.3.433-.573.432c-.12 0-.191-.073-.211-.221a2.61 2.61 0 01-.01-.351V1.718zM7.232 6.8a1.236 1.236 0 001.065-.512 1.98 1.98 0 00.281-1.185V3.345a1.958 1.958 0 00-.281-1.175 1.352 1.352 0 00-2.119 0 1.959 1.959 0 00-.281 1.175v1.757a2.007 2.007 0 00.281 1.185 1.242 1.242 0 001.054.513zM6.8 3.164q0-.693.432-.693t.432.693v2.108q0 .7-.432.7t-.432-.7zM4.671 6.73V4.008L5.887 0H4.862l-.683 2.642L3.466 0H2.401q.281.844.653 1.878a17.069 17.069 0 01.613 2.13V6.73h1zm9.376 1.577a1.842 1.842 0 00-1.029-.472q-1.848-.2-5.575-.2t-5.565.2a1.825 1.825 0 00-1.035.472 1.91 1.91 0 00-.583.995 17.393 17.393 0 00-.261 3.516 17.052 17.052 0 00.261 3.516 1.836 1.836 0 00.578.994 1.78 1.78 0 001.029.462 53.784 53.784 0 005.575.211 53.782 53.782 0 005.575-.211 1.758 1.758 0 001.025-.462 1.911 1.911 0 00.583-.994 17.411 17.411 0 00.261-3.516 17.051 17.051 0 00-.261-3.516 1.84 1.84 0 00-.578-.995zm-9.8 2.009H3.174v5.715h-1v-5.715H1.12v-.944h3.134v.944zm2.712 5.715h-.894v-.543a1.471 1.471 0 01-1.025.613.541.541 0 01-.583-.372 2.482 2.482 0 01-.08-.733v-3.927h.894v3.657a2.783 2.783 0 00.01.351q.03.211.211.211.271 0 .573-.422v-3.8h.894v4.962zm3.415-1.487a3.69 3.69 0 01-.09 1 .7.7 0 01-.713.552 1.247 1.247 0 01-.934-.552v.482h-.894v-6.66h.894v2.18a1.21 1.21 0 01.934-.542.7.7 0 01.713.562 3.573 3.573 0 01.09.995zm3.4-.824h-1.8v.874q0 .693.462.693a.384.384 0 00.4-.361 5 5 0 00.02-.613h.914v.131a4.4 4.4 0 01-.02.583 1.243 1.243 0 01-1.3 1.075 1.289 1.289 0 01-1.085-.512 1.885 1.885 0 01-.286-1.164v-1.738a1.939 1.939 0 01.281-1.165 1.373 1.373 0 012.139 0 2 2 0 01.271 1.165v1.038z" fill-rule="evenodd"/><path d="M12.425 11.822q-.452 0-.452.683v.462h.9v-.462q.004-.683-.448-.683zm-3.335 0a.644.644 0 00-.452.221v3.023a.643.643 0 00.452.221q.392 0 .392-.673v-2.119q-.001-.673-.392-.673z" fill-rule="evenodd"/></svg>
  </a>
  <a href="https://github.com/heficed" target="_blank">
    <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="18" height="18" viewBox="0 0 18 18" class="text-white hover:text-green"><path d="M8.999.375a9.041 9.041 0 00-2.843 17.608c.45.083.614-.2.614-.435 0-.215-.008-.783-.012-1.537-2.5.546-3.033-1.21-3.033-1.21a2.386 2.386 0 00-1-1.322c-.818-.56.061-.549.061-.549a1.89 1.89 0 011.378.931 1.912 1.912 0 002.62.75 1.928 1.928 0 01.571-1.208c-2-.229-4.1-1-4.1-4.465a3.5 3.5 0 01.927-2.424 3.256 3.256 0 01.088-2.39s.756-.243 2.475.926a8.495 8.495 0 014.506 0c1.718-1.169 2.473-.926 2.473-.926a3.262 3.262 0 01.09 2.39 3.5 3.5 0 01.925 2.425c0 3.47-2.1 4.234-4.108 4.458a2.161 2.161 0 01.611 1.673c0 1.208-.011 2.182-.011 2.478 0 .242.162.525.619.434A9.041 9.041 0 008.999.375z" fill-rule="evenodd"/><path fill="none" d="M0 0h17.999v17.999H0z"/></svg>
  </a>
    </div>
  </div>
</div>
    </div>
  </div>

  <div class="border-t border-deep-blue-2 py-2">
    <div class="container">
      <div class="space-y-3 laptop:space-y-0 laptop:flex items-center">
        <div class="laptop:w-3/4">
          <p class="text-p-1"> ©2022 Heficed. All rights reserved.</p>
        </div>
        <div class="sitemap laptop:w-1/4 flex">
          <a href="/sitemap/" class="text-p-1 hover:text-green">Sitemap</a>
        </div>
      </div>
    </div>
  </div>
</footer>
    </div>

    <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.heficed.com/app/cache/min/1/app/plugins/contact-form-7/includes/swv/js/index.js?ver=1727367437" defer></script><script type='text/javascript' id='contact-form-7-js-extra'>
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"https:\/\/www.heficed.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};
/* ]]> */
</script>
<script type="rocketlazyloadscript">
wpcf7.cached = 0;
</script><script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.heficed.com/app/cache/min/1/app/plugins/contact-form-7/includes/js/index.js?ver=1727367437" defer></script><script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-browser-checker-js-after'>
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script type='text/javascript' id='rocket-preload-links-js-extra'>
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?(.*)wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.heficed.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-preload-links-js-after'>
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.google.com/recaptcha/api.js?render=6LdF2U8qAAAAAEIxMDymJcHTC0Jb2z9_J5veW9_0"></script><script type="rocketlazyloadscript" data-rocket-src="/wp/wp-includes/js/dist/vendor/regenerator-runtime.min.js" defer></script><script type="rocketlazyloadscript" data-rocket-src="/wp/wp-includes/js/dist/vendor/wp-polyfill.min.js"></script><script type='text/javascript' id='wpcf7-recaptcha-js-extra'>
/* <![CDATA[ */
var wpcf7_recaptcha = {"sitekey":"6LdF2U8qAAAAAEIxMDymJcHTC0Jb2z9_J5veW9_0","actions":{"homepage":"homepage","contactform":"contactform"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.heficed.com/app/cache/min/1/app/plugins/contact-form-7/modules/recaptcha/index.js?ver=1727367437" defer></script><script type="rocketlazyloadscript" data-rocket-src="/wp/wp-includes/js/jquery/jquery.min.js" defer></script><script type="rocketlazyloadscript" data-rocket-src="/wp/wp-includes/js/jquery/jquery-migrate.min.js" defer></script><script type='text/javascript' id='sage/main.js-js-extra'>
/* <![CDATA[ */
var wp = {"ajax_url":"https:\/\/www.heficed.com\/wp\/wp-admin\/admin-ajax.php","formSubmissionEvents":[{"form_id":2019575,"action":"contacts-form","category":"complete"},{"form_id":2020100,"action":"newsletter-form","category":"complete"},{"form_id":2022309,"action":"reportabuse-form","category":"complete"},{"form_id":2029969,"action":"reseller-form","category":"complete"}]};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.heficed.com/app/cache/min/1/app/themes/heficed-theme/dist/scripts/main_dd6e4f09.js?ver=1727367438" defer></script><script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.heficed.com/app/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>
  </body>
</html>

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

Whois info of domain

Domain Name: HOST1.COM
Registry Domain ID: 1454158_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.enom.com
Registrar URL: http://www.enomdomains.com
Updated Date: 2020-12-10T13:52:05Z
Creation Date: 1998-06-20T04:00:00Z
Registry Expiry Date: 2027-06-19T04:00:00Z
Registrar: eNom, LLC
Registrar IANA ID: 48
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4165350123
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: CODY.NS.CLOUDFLARE.COM
Name Server: ELSA.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-19T12:08:09Z <<<
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