- Scan ID:
- 5ec8d6d2-102f-4cb4-b830-dd5dd0170466Finished
- Submitted URL:
- https://www.resourcewell.net/
- Report Finished:
Links · 3 found
The outgoing links identified from the page
Link | Text |
---|---|
https://resourcewell.zohorecruit.com/jobs/Careers | Vacancies |
https://facebook.com/resourcewell/ | |
https://www.linkedin.com/company/resourcewell-ab/?originalSubdomain=pr |
JavaScript Variables · 6 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
href | undefined |
RocketPreloadLinksConfig | object |
lazyLoadOptions | object |
Console log messages · 48 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | security |
|
error | network |
|
error | security |
|
error | network |
|
error | security |
|
error | network |
|
error | security |
|
error | network |
|
error | security |
|
error | network |
|
error | security |
|
error | network |
|
error | security |
|
error | network |
|
error | security |
|
error | network |
|
error | security |
|
error | network |
|
error | security |
|
error | network |
|
error | security |
|
error | network |
|
error | security |
|
error | network |
|
error | security |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
warning | other |
|
warning | other |
|
warning | other |
|
warning | other |
|
warning | other |
|
warning | other |
|
warning | other |
|
warning | other |
|
warning | other |
|
warning | other |
|
warning | other |
|
warning | other |
|
warning | other |
|
HTML
The raw HTML body of the page
<!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.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(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"))}_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")}_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()}_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}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,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")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,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._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){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("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=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const 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 n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.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 t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}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();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}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)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- WP_HEAD() START -->
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
<!-- This site is optimized with the Yoast SEO plugin v23.9 - https://yoast.com/wordpress/plugins/seo/ -->
<title>ResourceWell — Talent Management for the Entire Talent Lifecycle</title><link rel="stylesheet" href="https://cloudflare.com/wp-content/cache/min/1/f58d83a767ea8ed7780324e5b43fdf14.css" media="all" data-minify="1">
<meta name="description" content="We attract, select, recruit, and engage the right talent for organisations locally and across borders.">
<link rel="canonical" href="https://www.resourcewell.net/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="ResourceWell — Talent Management for the Entire Talent Lifecycle">
<meta property="og:description" content="We attract, select, recruit, and engage the right talent for organisations locally and across borders.">
<meta property="og:url" content="https://www.resourcewell.net/">
<meta property="og:site_name" content="ResourceWell">
<meta property="article:publisher" content="https://www.facebook.com/resourcewell">
<meta property="article:modified_time" content="2022-06-22T11:44:06+00:00">
<meta property="og:image" content="https://cloudflare.com/wp-content/uploads/2022/06/Facebook_Icon.png">
<meta property="og:image:width" content="1640">
<meta property="og:image:height" content="924">
<meta property="og:image:type" content="image/png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="ResourceWell">
<meta name="twitter:image" content="https://cloudflare.com/wp-content/uploads/2022/06/Facebook_Icon.png">
<meta name="twitter:site" content="@ResourceWell">
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.resourcewell.net/","url":"https://www.resourcewell.net/","name":"ResourceWell — Talent Management for the Entire Talent Lifecycle","isPartOf":{"@id":"https://www.resourcewell.net/#website"},"about":{"@id":"https://www.resourcewell.net/#organization"},"datePublished":"2022-05-11T04:34:28+00:00","dateModified":"2022-06-22T11:44:06+00:00","description":"We attract, select, recruit, and engage the right talent for organisations locally and across borders.","breadcrumb":{"@id":"https://www.resourcewell.net/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.resourcewell.net/"]}]},{"@type":"BreadcrumbList","@id":"https://www.resourcewell.net/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://www.resourcewell.net/#website","url":"https://www.resourcewell.net/","name":"ResourceWell","description":"Global Search, Recruitment & HR","publisher":{"@id":"https://www.resourcewell.net/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.resourcewell.net/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.resourcewell.net/#organization","name":"ResourceWell","url":"https://www.resourcewell.net/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.resourcewell.net/#/schema/logo/image/","url":"https://www.resourcewell.net/wp-content/uploads/2022/05/Logo-ResourceWell-2022.svg","contentUrl":"https://www.resourcewell.net/wp-content/uploads/2022/05/Logo-ResourceWell-2022.svg","width":1294,"height":258,"caption":"ResourceWell"},"image":{"@id":"https://www.resourcewell.net/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/resourcewell","https://x.com/ResourceWell","https://www.linkedin.com/company/resourcewell-ab/"]}]}</script>
<!-- / Yoast SEO plugin. -->
<link rel="dns-prefetch" href="//cloudflare.com">
<link href="//cloudflare.com" rel="preconnect">
<link rel="alternate" type="application/rss+xml" title="ResourceWell » Feed" href="https://www.resourcewell.net/feed/">
<link rel="alternate" type="application/rss+xml" title="ResourceWell » Comments Feed" href="https://www.resourcewell.net/comments/feed/">
<link rel="preload" as="font" href="https://cloudflare.com/fonts/Helvetica-Light.woff2" type="font/woff2" crossorigin="">
<link rel="preload" as="font" href="https://cloudflare.com/fonts/Helvetica-Normal.woff2" type="font/woff2" crossorigin="">
<link rel="preload" as="font" href="https://cloudflare.com/fonts/Helvetica-Compressed.woff2" type="font/woff2" crossorigin="">
<link rel="preload" as="font" href="https://cloudflare.com/fonts/Helvetica-Bold.woff2" type="font/woff2" crossorigin="">
<link rel="preload" as="font" href="https://cloudflare.com/fonts/Helvetica-BoldOblique.woff2" type="font/woff2" crossorigin="">
<link rel="preload" as="font" href="https://cloudflare.com/fonts/HelveticaRounded-Bold.woff2" type="font/woff2" crossorigin="">
<link rel="preload" as="font" href="https://cloudflare.com/fonts/TiemposHeadline-Light.woff2" type="font/woff2" crossorigin="">
<link rel="preload" as="font" href="https://cloudflare.com/fonts/TiemposText-Italic.woff2" type="font/woff2" crossorigin="">
<link rel="preload" as="font" href="https://cloudflare.com/fonts/TiemposText-Regular.woff2" type="font/woff2" crossorigin="">
<link rel="preload" as="font" href="https://cloudflare.com/fonts/TiemposHeadline-Medium.woff2" type="font/woff2" crossorigin="">
<link rel="preload" as="font" href="https://cloudflare.com/fonts/TiemposText-Bold.woff2" type="font/woff2" crossorigin="">
<link rel="preload" as="font" href="https://cloudflare.com/fonts/TiemposText-BoldItalic.woff2" type="font/woff2" crossorigin="">
<link rel="preload" as="font" href="https://cloudflare.com/fonts/TiemposHeadline-Black.woff2" type="font/woff2" crossorigin="">
<style id="wp-block-library-inline-css">
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color)}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
</style>
<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--base: #ffffff;--wp--preset--color--contrast: #000000;--wp--preset--color--primary: #9DFF20;--wp--preset--color--secondary: #345C00;--wp--preset--color--tertiary: #F6F6F6;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.227), 1rem);--wp--preset--font-size--medium: clamp(1rem, 1rem + ((1vw - 0.2rem) * 0.227), 1.125rem);--wp--preset--font-size--large: clamp(1.75rem, 1.75rem + ((1vw - 0.2rem) * 0.227), 1.875rem);--wp--preset--font-size--x-large: 2.25rem;--wp--preset--font-size--xx-large: clamp(4rem, 4rem + ((1vw - 0.2rem) * 10.909), 10rem);--wp--preset--font-family--dm-sans: "DM Sans", sans-serif;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--inter: "Inter", sans-serif;--wp--preset--font-family--system-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--wp--preset--font-family--source-serif-pro: "Source Serif Pro", serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: clamp(1.5rem, 5vw, 2rem);--wp--preset--spacing--40: clamp(1.8rem, 1.8rem + ((1vw - 0.48rem) * 2.885), 3rem);--wp--preset--spacing--50: clamp(2.5rem, 8vw, 4.5rem);--wp--preset--spacing--60: clamp(3.75rem, 10vw, 7rem);--wp--preset--spacing--70: clamp(5rem, 5.25rem + ((1vw - 0.48rem) * 9.096), 8rem);--wp--preset--spacing--80: clamp(7rem, 14vw, 11rem);--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 1.5rem;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 1.5rem;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 1.5rem;}:root :where(.is-layout-grid){gap: 1.5rem;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}.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;}
</style>
<script type="rocketlazyloadscript" src="https://cloudflare.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer=""></script>
<link rel="https://api.w.org/" href="https://www.resourcewell.net/wp-json/"><link rel="alternate" title="JSON" type="application/json" href="https://www.resourcewell.net/wp-json/wp/v2/pages/25"><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.resourcewell.net/xmlrpc.php?rsd">
<meta name="generator" content="WordPress 6.7.1">
<link rel="shortlink" href="https://www.resourcewell.net/">
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.resourcewell.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.resourcewell.net%2F">
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.resourcewell.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.resourcewell.net%2F&format=xml">
<style class="wp-fonts-local">
@font-face{font-family:"DM Sans";font-style:normal;font-weight:400;font-display:fallback;src:url('https://cloudflare.com/wp-content/themes/oxygen-is-not-a-theme/assets/fonts/dm-sans/DMSans-Regular.woff2') format('woff2');font-stretch:normal;}
@font-face{font-family:"DM Sans";font-style:italic;font-weight:400;font-display:fallback;src:url('https://cloudflare.com/wp-content/themes/oxygen-is-not-a-theme/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2') format('woff2');font-stretch:normal;}
@font-face{font-family:"DM Sans";font-style:normal;font-weight:700;font-display:fallback;src:url('https://cloudflare.com/wp-content/themes/oxygen-is-not-a-theme/assets/fonts/dm-sans/DMSans-Bold.woff2') format('woff2');font-stretch:normal;}
@font-face{font-family:"DM Sans";font-style:italic;font-weight:700;font-display:fallback;src:url('https://cloudflare.com/wp-content/themes/oxygen-is-not-a-theme/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2') format('woff2');font-stretch:normal;}
@font-face{font-family:"IBM Plex Mono";font-style:normal;font-weight:300;font-display:block;src:url('https://cloudflare.com/wp-content/themes/oxygen-is-not-a-theme/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2') format('woff2');font-stretch:normal;}
@font-face{font-family:"IBM Plex Mono";font-style:normal;font-weight:400;font-display:block;src:url('https://cloudflare.com/wp-content/themes/oxygen-is-not-a-theme/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2') format('woff2');font-stretch:normal;}
@font-face{font-family:"IBM Plex Mono";font-style:italic;font-weight:400;font-display:block;src:url('https://cloudflare.com/wp-content/themes/oxygen-is-not-a-theme/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2') format('woff2');font-stretch:normal;}
@font-face{font-family:"IBM Plex Mono";font-style:normal;font-weight:700;font-display:block;src:url('https://cloudflare.com/wp-content/themes/oxygen-is-not-a-theme/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2') format('woff2');font-stretch:normal;}
@font-face{font-family:Inter;font-style:normal;font-weight:200 900;font-display:fallback;src:url('https://www.resourcewell.net/wp-content/themes/oxygen-is-not-a-theme/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf') format('truetype');font-stretch:normal;}
@font-face{font-family:"Source Serif Pro";font-style:normal;font-weight:200 900;font-display:fallback;src:url('https://cloudflare.com/wp-content/themes/oxygen-is-not-a-theme/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2') format('woff2');font-stretch:normal;}
@font-face{font-family:"Source Serif Pro";font-style:italic;font-weight:200 900;font-display:fallback;src:url('https://cloudflare.com/wp-content/themes/oxygen-is-not-a-theme/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2') format('woff2');font-stretch:normal;}
</style>
<link rel="icon" href="https://cloudflare.com/wp-content/uploads/2022/05/Favicon-ResourceWell-150x150.png" sizes="32x32">
<link rel="icon" href="https://cloudflare.com/wp-content/uploads/2022/05/Favicon-ResourceWell.png" sizes="192x192">
<link rel="apple-touch-icon" href="https://cloudflare.com/wp-content/uploads/2022/05/Favicon-ResourceWell.png">
<meta name="msapplication-TileImage" content="https://cloudflare.com/wp-content/uploads/2022/05/Favicon-ResourceWell.png">
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://cloudflare.com/wp-content/cache/min/1/ajax/libs/webfont/1/webfont.js?ver=1729752260" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
WebFont.load({
google: {
families: ["Montserrat:100,200,300,400,500,600,700,800,900","Montserrat:100,200,300,400,500,600,700,800,900","Montserrat:100,200,300,400,500,600,700,800,900"]
}
});
</script>
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><!-- END OF WP_HEAD() -->
<link href="https://cloudflare.com" rel="preconnect"></head>
<body class="home page-template-default page page-id-25 wp-embed-responsive oxygen-body">
<header id="_header-1-10" class="oxy-header-wrapper oxy-sticky-header oxy-overlay-header oxy-header"><div id="_header_row-2-10" class="oxygen-hide-in-sticky oxygen-only-show-in-overlay oxy-header-row"><div class="oxy-header-container"><div id="_header_left-3-10" class="oxy-header-left"><a id="link-10-10" class="ct-link" href="/" target="_self" rel="Home page"><img width="722" height="163" loading="eager" id="image-9-10" alt="" src="https://cloudflare.com/wp-content/uploads/2022/06/Logo-original-file-vit-1.png" class="ct-image"></a></div><div id="_header_center-4-10" class="oxy-header-center"></div><div id="_header_right-5-10" class="oxy-header-right"><nav id="_nav_menu-12-10" class="oxy-nav-menu oxy-nav-menu-dropdowns oxy-nav-menu-responsive-dropdowns"><div class="oxy-menu-toggle"><div class="oxy-nav-menu-hamburger-wrap"><div class="oxy-nav-menu-hamburger"><div class="oxy-nav-menu-hamburger-line"></div><div class="oxy-nav-menu-hamburger-line"></div><div class="oxy-nav-menu-hamburger-line"></div></div></div></div><div class="menu-main-menu-container"><ul id="menu-main-menu" class="oxy-nav-menu-list"><li id="menu-item-123" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-25 current_page_item menu-item-123"><a href="https://www.resourcewell.net/" aria-current="page">Home</a></li>
<li id="menu-item-125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-125"><a href="https://www.resourcewell.net/client-services/">Client Services</a>
<ul class="sub-menu">
<li id="menu-item-264" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-264"><a href="https://www.resourcewell.net/global-search-and-recruitment/">Global Search and Recruitment</a></li>
<li id="menu-item-263" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-263"><a href="https://www.resourcewell.net/consultancy/">Talent Management Consultancy</a></li>
<li id="menu-item-261" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-261"><a href="https://www.resourcewell.net/executive-search/">Executive Search</a></li>
<li id="menu-item-262" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-262"><a href="https://www.resourcewell.net/psychometric-assessment/">Psychometric Assessment</a></li>
<li id="menu-item-260" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-260"><a href="https://www.resourcewell.net/second-opinion/">Second Opinion</a></li>
</ul>
</li>
<li id="menu-item-369" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-369"><a href="https://www.resourcewell.net/candidate-services/">Candidates</a>
<ul class="sub-menu">
<li id="menu-item-448" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-448"><a href="https://resourcewell.zohorecruit.com/jobs/Careers">Vacancies</a></li>
<li id="menu-item-200" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-200"><a href="https://www.resourcewell.net/register/">Register with Us</a></li>
</ul>
</li>
<li id="menu-item-398" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-398"><a href="https://www.resourcewell.net/contact-us/">Contact Us</a></li>
</ul></div></nav></div></div></div><div id="_header_row-17-10" class="oxygen-show-in-sticky-only oxygen-hide-in-overlay oxy-header-row"><div class="oxy-header-container"><div id="_header_left-18-10" class="oxy-header-left"><a id="link-19-10" class="ct-link" href="/" target="_self"><img width="722" height="163" loading="eager" id="image-20-10" alt="Resourcewell" src="https://cloudflare.com/wp-content/uploads/2022/06/Logo-original-file-1.png" class="ct-image"></a></div><div id="_header_center-21-10" class="oxy-header-center"></div><div id="_header_right-22-10" class="oxy-header-right"><nav id="_nav_menu-23-10" class="oxy-nav-menu oxy-nav-menu-dropdowns oxy-nav-menu-responsive-dropdowns"><div class="oxy-menu-toggle"><div class="oxy-nav-menu-hamburger-wrap"><div class="oxy-nav-menu-hamburger"><div class="oxy-nav-menu-hamburger-line"></div><div class="oxy-nav-menu-hamburger-line"></div><div class="oxy-nav-menu-hamburger-line"></div></div></div></div><div class="menu-main-menu-container"><ul id="menu-main-menu-1" class="oxy-nav-menu-list"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-25 current_page_item menu-item-123"><a href="https://www.resourcewell.net/" aria-current="page">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-125"><a href="https://www.resourcewell.net/client-services/">Client Services</a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-264"><a href="https://www.resourcewell.net/global-search-and-recruitment/">Global Search and Recruitment</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-263"><a href="https://www.resourcewell.net/consultancy/">Talent Management Consultancy</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-261"><a href="https://www.resourcewell.net/executive-search/">Executive Search</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-262"><a href="https://www.resourcewell.net/psychometric-assessment/">Psychometric Assessment</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-260"><a href="https://www.resourcewell.net/second-opinion/">Second Opinion</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-369"><a href="https://www.resourcewell.net/candidate-services/">Candidates</a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-448"><a href="https://resourcewell.zohorecruit.com/jobs/Careers">Vacancies</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-200"><a href="https://www.resourcewell.net/register/">Register with Us</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-398"><a href="https://www.resourcewell.net/contact-us/">Contact Us</a></li>
</ul></div></nav></div></div></div></header>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {
jQuery(document).ready(function() {
var selector = "#_header-1-10",
scrollval = parseInt("300");
if (!scrollval || scrollval < 1) {
jQuery("body").css("margin-top", jQuery(selector).outerHeight());
jQuery(selector).addClass("oxy-sticky-header-active");
}
else {
var scrollTopOld = 0;
jQuery(window).scroll(function() {
if (!jQuery('body').hasClass('oxy-nav-menu-prevent-overflow')) {
if (jQuery(this).scrollTop() > scrollval
) {
if (
!jQuery(selector).hasClass("oxy-sticky-header-active")) {
if (jQuery(selector).css('position')!='absolute') {
jQuery("body").css("margin-top", jQuery(selector).outerHeight());
}
jQuery(selector)
.addClass("oxy-sticky-header-active")
.addClass("oxy-sticky-header-fade-in");
}
}
else {
jQuery(selector)
.removeClass("oxy-sticky-header-fade-in")
.removeClass("oxy-sticky-header-active");
if (jQuery(selector).css('position')!='absolute') {
jQuery("body").css("margin-top", "");
}
}
scrollTopOld = jQuery(this).scrollTop();
}
})
}
});
});</script><div id="inner_content-6-10" class="ct-inner-content"><section id="section-2-25" class=" ct-section"><div class="ct-section-inner-wrap"><div id="div_block-3-25" class="ct-div-block"><h1 id="headline-4-25" class="ct-headline text-55px text-shadow"><span id="span-450-25" class="ct-span">Talent Management for the Entire Talent Lifecycle</span></h1></div><div id="div_block-300-25" class="ct-div-block"><div id="text_block-302-25" class="ct-text-block text-25px text-shadow"><span id="span-452-25" class="ct-span"><p>We attract, select, recruit, and engage the right talent for organisations locally and across borders. We are committed and passionate about creating opportunities and contributing to the success of our clients and to the talent that entrust us with their development.</p>
</span></div></div><div id="div_block-7-25" class="ct-div-block"><a id="link_button-8-25" class="ct-link-button text-18px" href="/client-services/" target="_self"><span id="span-373-25" class="ct-span">Client Services</span></a><a id="link_button-11-25" class="ct-link-button text-18px" href="/candidate-services/" target="_self"><span id="span-375-25" class="ct-span">Candidate Services</span></a></div></div></section><section id="section-16-25" class=" ct-section"><div class="ct-section-inner-wrap"><h2 id="headline-18-25" class="ct-headline text-55px"><span id="span-377-25" class="ct-span">What We Do</span></h2><div id="div_block-17-25" class="ct-div-block">
<div id="-carousel-builder-669-25" class="oxy-carousel-builder "><div class="oxy-carousel-builder_inner oxy-inner-content" data-prev=".oxy-carousel-builder_prev" data-next=".oxy-carousel-builder_next" data-contain="true" data-percent="false" data-freescroll="false" data-draggable="true" data-wraparound="true" data-carousel=".oxy-dynamic-list" data-cell="" data-dragthreshold="0" data-selectedattraction="0.025" data-friction="0.28" data-freescrollfriction="0.075" data-forceheight="false" data-fade="false" data-tickerpause="true" data-groupcells="1" data-resume-autoplay="5000" data-autoplay="0" data-pauseautoplay="true" data-hash="false" data-initial="1" data-accessibility="true" data-cellalign="center" data-righttoleft="false" data-images-loaded="true" data-pagedots="false" data-trigger-aos="false" data-clickselect="false" data-tick="false"><div id="_dynamic_list-20-25" class="oxy-dynamic-list"><div id="div_block-21-25-1" class="ct-div-block" data-id="div_block-21-25"><div data-bg="https://cloudflare.com/wp-content/uploads/2022/05/pexels-cottonbro-5989933-1-300x200.jpg" id="div_block-750-25-1" class="ct-div-block rocket-lazyload" style="background-size: cover;" data-id="div_block-750-25"></div><div id="div_block-29-25-1" class="ct-div-block" data-id="div_block-29-25"><h3 id="headline-30-25-1" class="ct-headline text-15px" data-id="headline-30-25"><span id="span-32-25-1" class="ct-span" data-id="span-32-25"><a href="https://www.resourcewell.net/executive-search/">Executive Search</a></span></h3><div id="text_block-33-25-1" class="ct-text-block text-15px" data-id="text_block-33-25"><span id="span-35-25-1" class="ct-span" data-id="span-35-25">We use executive search methods to find the right talent for those highly strategic executive roles.</span></div><a id="link_button-37-25-1" class="ct-link-button text-15px" href="https://www.resourcewell.net/executive-search/" target="_self" rel="Information about the service" data-id="link_button-37-25">Read about this service</a></div></div><div id="div_block-21-25-2" class="ct-div-block" data-id="div_block-21-25"><div data-bg="https://cloudflare.com/wp-content/uploads/2022/05/Talent-300x180.jpg" id="div_block-750-25-2" class="ct-div-block rocket-lazyload" style="background-size: cover;" data-id="div_block-750-25"></div><div id="div_block-29-25-2" class="ct-div-block" data-id="div_block-29-25"><h3 id="headline-30-25-2" class="ct-headline text-15px" data-id="headline-30-25"><span id="span-32-25-2" class="ct-span" data-id="span-32-25"><a href="https://www.resourcewell.net/consultancy/">Talent Management Consultancy</a></span></h3><div id="text_block-33-25-2" class="ct-text-block text-15px" data-id="text_block-33-25"><span id="span-35-25-2" class="ct-span" data-id="span-35-25">En-to-end talent management consultancy for organisations with the entire talent lifecycle in mind.</span></div><a id="link_button-37-25-2" class="ct-link-button text-15px" href="https://www.resourcewell.net/consultancy/" target="_self" rel="Information about the service" data-id="link_button-37-25">Read about this service</a></div></div><div id="div_block-21-25-3" class="ct-div-block" data-id="div_block-21-25"><div data-bg="https://cloudflare.com/wp-content/uploads/2022/05/pexels-george-milton-7014337-300x200.jpg" id="div_block-750-25-3" class="ct-div-block rocket-lazyload" style="background-size: cover;" data-id="div_block-750-25"></div><div id="div_block-29-25-3" class="ct-div-block" data-id="div_block-29-25"><h3 id="headline-30-25-3" class="ct-headline text-15px" data-id="headline-30-25"><span id="span-32-25-3" class="ct-span" data-id="span-32-25"><a href="https://www.resourcewell.net/global-search-and-recruitment/">Global Search and Recruitment</a></span></h3><div id="text_block-33-25-3" class="ct-text-block text-15px" data-id="text_block-33-25"><span id="span-35-25-3" class="ct-span" data-id="span-35-25">We help you find the right talent globally, and tailor talent acquisition to our clients' needs.</span></div><a id="link_button-37-25-3" class="ct-link-button text-15px" href="https://www.resourcewell.net/global-search-and-recruitment/" target="_self" rel="Information about the service" data-id="link_button-37-25">Read about this service</a></div></div>
</div>
</div><div class="oxy-carousel-builder_icon oxy-carousel-builder_prev"><svg id="prev-carousel-builder-669-25"><use xlink:href="#FontAwesomeicon-caret-left"></use></svg></div><div class="oxy-carousel-builder_icon oxy-carousel-builder_next"><svg id="next-carousel-builder-669-25"><use xlink:href="#FontAwesomeicon-caret-right"></use></svg></div></div>
</div></div></section><section id="section-73-25" class=" ct-section"><div class="ct-section-inner-wrap"><h2 id="headline-74-25" class="ct-headline text-40px"><span id="span-379-25" class="ct-span">Hot Openings Right now</span></h2><div id="code_block-596-25" class="ct-code-block">
<div class="embed_jobs_head embed_jobs_with_style_1 embed_jobs_with_style">
<div class="embed_jobs_head2">
<div class="embed_jobs_head3">
<div id="rec_job_listing_div"> </div>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://cloudflare.com/wp-content/cache/min/1/recruit/embed_careers_site/javascript/v1.0/embed_jobs.4e4301f2a1689cffad29524dc9218188.js?ver=1729752260" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
rec_embed_js.load({
widget_id:"rec_job_listing_div",
page_name:"Hot-Openings",
source:"CareerSite",
site:"https://resourcewell.zohorecruit.com",
empty_job_msg:"No current Openings"
});
</script>
</div>
</div>
</div>
</div><div id="div_block-75-25" class="ct-div-block"><div id="_dynamic_list-76-25" class="oxy-dynamic-list"><div id="div_block-77-25-1" class="ct-div-block" data-id="div_block-77-25"><div id="div_block-149-25-1" class="ct-div-block" data-id="div_block-149-25"><h3 id="headline-80-25-1" class="ct-headline text-15px" data-id="headline-80-25"><span id="span-81-25-1" class="ct-span" data-id="span-81-25">Vendor Relations Manager</span></h3><h3 id="headline-140-25-1" class="ct-headline text-15px" data-id="headline-140-25"><span id="span-141-25-1" class="ct-span" data-id="span-141-25"><a href="https://www.resourcewell.net/locations/spain/" rel="tag">Spain</a></span></h3><h3 id="headline-143-25-1" class="ct-headline text-15px" data-id="headline-143-25"><span id="span-144-25-1" class="ct-span" data-id="span-144-25"><a href="https://www.resourcewell.net/cat_advertisements/full-time/" rel="tag">Full time</a></span></h3></div><a id="link_button-522-25-1" class="ct-link-button text-15px" href="/vacancies/" target="_self" data-id="link_button-522-25">Apply</a></div><div id="div_block-77-25-2" class="ct-div-block" data-id="div_block-77-25"><div id="div_block-149-25-2" class="ct-div-block" data-id="div_block-149-25"><h3 id="headline-80-25-2" class="ct-headline text-15px" data-id="headline-80-25"><span id="span-81-25-2" class="ct-span" data-id="span-81-25">Vendor Relations Manager</span></h3><h3 id="headline-140-25-2" class="ct-headline text-15px" data-id="headline-140-25"><span id="span-141-25-2" class="ct-span" data-id="span-141-25"><a href="https://www.resourcewell.net/locations/spain/" rel="tag">Spain</a></span></h3><h3 id="headline-143-25-2" class="ct-headline text-15px" data-id="headline-143-25"><span id="span-144-25-2" class="ct-span" data-id="span-144-25"><a href="https://www.resourcewell.net/cat_advertisements/full-time/" rel="tag">Full time</a></span></h3></div><a id="link_button-522-25-2" class="ct-link-button text-15px" href="/vacancies/" target="_self" data-id="link_button-522-25">Apply</a></div><div id="div_block-77-25-3" class="ct-div-block" data-id="div_block-77-25"><div id="div_block-149-25-3" class="ct-div-block" data-id="div_block-149-25"><h3 id="headline-80-25-3" class="ct-headline text-15px" data-id="headline-80-25"><span id="span-81-25-3" class="ct-span" data-id="span-81-25">Vendor Relations Manager</span></h3><h3 id="headline-140-25-3" class="ct-headline text-15px" data-id="headline-140-25"><span id="span-141-25-3" class="ct-span" data-id="span-141-25"><a href="https://www.resourcewell.net/locations/spain/" rel="tag">Spain</a></span></h3><h3 id="headline-143-25-3" class="ct-headline text-15px" data-id="headline-143-25"><span id="span-144-25-3" class="ct-span" data-id="span-144-25"><a href="https://www.resourcewell.net/cat_advertisements/full-time/" rel="tag">Full time</a></span></h3></div><a id="link_button-84-25-3" class="ct-link-button text-15px" href="https://www.resourcewell.net/" target="_self" data-id="link_button-84-25">Apply</a></div><div id="div_block-77-25-4" class="ct-div-block" data-id="div_block-77-25"><div id="div_block-149-25-4" class="ct-div-block" data-id="div_block-149-25"><h3 id="headline-80-25-4" class="ct-headline text-15px" data-id="headline-80-25"><span id="span-81-25-4" class="ct-span" data-id="span-81-25">Vendor Relations Manager</span></h3><h3 id="headline-140-25-4" class="ct-headline text-15px" data-id="headline-140-25"><span id="span-141-25-4" class="ct-span" data-id="span-141-25"><a href="https://www.resourcewell.net/locations/spain/" rel="tag">Spain</a></span></h3><h3 id="headline-143-25-4" class="ct-headline text-15px" data-id="headline-143-25"><span id="span-144-25-4" class="ct-span" data-id="span-144-25"><a href="https://www.resourcewell.net/cat_advertisements/full-time/" rel="tag">Full time</a></span></h3></div><a id="link_button-522-25-4" class="ct-link-button text-15px" href="/vacancies/" target="_self" data-id="link_button-522-25">Apply</a></div>
<div class="oxy-repeater-pages-wrap">
<div class="oxy-repeater-pages">
<span aria-current="page" class="page-numbers current">1</span>
<a class="page-numbers" href="https://www.resourcewell.net/page/2/">2</a>
<a class="next page-numbers" href="https://www.resourcewell.net/page/2/">Next »</a> </div>
</div>
</div>
</div><a id="link_button-162-25" class="ct-link-button" href="/vacancies/" target="_self"><span id="span-381-25" class="ct-span">View All Advertised Openings</span></a></div></section></div><footer id="div_block-7-10" class="ct-div-block"><div id="div_block-24-10" class="ct-div-block"><div id="headline-50-10" class="ct-headline text-22px">ResourceWell</div><div id="headline-53-10" class="ct-headline text-22px">Phone: +46 8 5151 0930</div><div id="headline-54-10" class="ct-headline text-22px">Email: [email protected]</div></div><div id="div_block-57-10" class="ct-div-block"><a id="link-73-10" class="ct-link" href="https://facebook.com/resourcewell/" target="_blank" rel="Facebook"><img width="512" height="512" loading="eager" id="image-78-10" alt="facebook" src="https://cloudflare.com/wp-content/uploads/2022/05/facebook.svg" class="ct-image"></a><a id="link-101-10" class="ct-link" href="mailto:[email protected]" target="_blank" rel="Link to open a direct email"><img width="100" height="100" loading="eager" id="image-102-10" alt="Link to open a direct email" src="https://cloudflare.com/wp-content/uploads/2022/06/2.svg" class="ct-image"></a><a id="link-74-10" class="ct-link" href="https://www.linkedin.com/company/resourcewell-ab/?originalSubdomain=pr" target="_blank" rel="Linkedin"><img width="512" height="512" loading="eager" id="image-76-10" alt="linkedin" src="https://cloudflare.com/wp-content/uploads/2022/05/linkedin.svg" class="ct-image"></a></div><div id="div_block-61-10" class="ct-div-block"><div id="div_block-79-10" class="ct-div-block"><div id="headline-62-10" class="ct-headline text-22px">@ResourceWell 2022</div></div><div id="div_block-80-10" class="ct-div-block"><a id="link-88-10" class="ct-link" href="/about-us/"><div id="headline-82-10" class="ct-headline text-22px">About us</div></a><a id="link-93-10" class="ct-link" href="/privacy-policy/"><div id="headline-94-10" class="ct-headline text-22px">Privacy Policy</div></a><a id="link-89-10" class="ct-link" href="/cookie-policy/"><div id="headline-84-10" class="ct-headline text-22px">Cookie Policy</div></a></div></div></footer> <!-- WP_FOOTER -->
<style>.ct-FontAwesomeicon-caret-left{width:0.39285714285714em}</style>
<style>.ct-FontAwesomeicon-caret-right{width:0.32142857142857em}</style>
<!--?xml version="1.0"?--><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1"><defs><symbol id="FontAwesomeicon-caret-left" viewBox="0 0 11 28"><title>caret-left</title><path d="M10 7v14c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z"></path></symbol><symbol id="FontAwesomeicon-caret-right" viewBox="0 0 9 28"><title>caret-right</title><path d="M9 14c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-14c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z"></path></symbol></defs></svg>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {
jQuery(document).ready(function() {
jQuery('body').on('click', '.oxy-menu-toggle', function() {
jQuery(this).parent('.oxy-nav-menu').toggleClass('oxy-nav-menu-open');
jQuery('body').toggleClass('oxy-nav-menu-prevent-overflow');
jQuery('html').toggleClass('oxy-nav-menu-prevent-overflow');
});
var selector = '.oxy-nav-menu-open .menu-item a[href*="#"]';
jQuery('body').on('click', selector, function(){
jQuery('.oxy-nav-menu-open').removeClass('oxy-nav-menu-open');
jQuery('body').removeClass('oxy-nav-menu-prevent-overflow');
jQuery('html').removeClass('oxy-nav-menu-prevent-overflow');
jQuery(this).click();
});
});
});</script>
<script type="rocketlazyloadscript" src="https://cloudflare.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script>
<script type="rocketlazyloadscript" src="https://cloudflare.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script type="rocketlazyloadscript" id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script type="rocketlazyloadscript" data-minify="1" src="https://cloudflare.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=1729752260" id="swv-js" defer=""></script>
<script type="rocketlazyloadscript" id="contact-form-7-js-before">
var wpcf7 = {
"api": {
"root": "https:\/\/www.resourcewell.net\/wp-json\/",
"namespace": "contact-form-7\/v1"
},
"cached": 1
};
</script>
<script type="rocketlazyloadscript" data-minify="1" src="https://cloudflare.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1729752260" id="contact-form-7-js" defer=""></script>
<script type="rocketlazyloadscript" 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 id="rocket-preload-links-js-extra">
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/wp-admin\/|\/logout\/|\/wp-login.php|\/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.resourcewell.net","onHoverDelay":"100","rateThrottle":"3"};
</script>
<script type="rocketlazyloadscript" 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" src="https://cloudflare.com/wp-content/plugins/oxyextras/components/assets/flickity/flickity.pkgd.min.js?ver=2.2.1" id="flickity-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" src="https://cloudflare.com/wp-content/cache/min/1/wp-content/plugins/oxyextras/components/assets/flickity/flickity-init-4.js?ver=1729752260" id="flickity-init-js-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="ct-footer-js"></script><style type="text/css" id="ct_code_block_css_596">.embed_jobs_head2 {
width: 100%;
font: normal 14px 'Montserrat', sans-serif;
border: none;
padding: 10px;
}
ul.rec-job-info {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: flex-start;
align-items: flex-start;
}
.embed_jobs_with_style_1 ul.rec-job-info {
display: block !important;
}
.zrsite_Job_Type {display: none !important;}
.zrsite_City {display: none !important;}
.zrsite_Country {display: none !important;}
}
.zrsite_City span, .zrsite_Country span, .zrsite_Job_Type span {
font-family: 'Montserrat' !important;
}
.zrsite_Country {
display: none !important;
}
.rec-grp-heading{
color: #50566d !important;
font-family: 'Montserrat' !important;
margin-top:5%;
}
.embed_jobs_with_style .rec-job-info a:hover {
text-decoration: none;
}
.embed_jobs_with_style .rec-job-info a {
color: #50566d !important;
font-family: 'Montserrat' !important;
font-weight:500;
}
.embed_jobs_head.embed_jobs_with_style_1.embed_jobs_with_style {
font-family: 'Montserrat' !important;
}
.cw-facet-checkbox-label span {
font-family: 'Montserrat' !important;
}
h2.rec-grp-heading {
padding-bottom: 20px!important;
font-weight:bold;
}
.rec-job-info {
box-shadow: 0px 3px 6px 0px #00000029;
border: none;
border-radius: 0px !important;
}
.embed_jobs_with_style_1.embed_jobs_with_style ul.rec-group {
grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
}
@media (max-width: 1024px) {
.embed_jobs_with_style_1.embed_jobs_with_style ul.rec-group {
grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
}
}
@media (max-width: 768px) {
.embed_jobs_with_style_1.embed_jobs_with_style ul.rec-group {
grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
}
}
.embed_jobs_with_style_1 ul.rec-job-info:hover {
background: #fff !important;
}
.rec-group
{
margin-top: 20px !important;
}</style>
<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()}}}}}};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://cloudflare.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><!-- /WP_FOOTER -->
</body></html><!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1732547773 -->