CINXE.COM
Careers - Hanson Wade
<!doctype html> <html class="html page-template-default page page-id-807" lang="en_US"> <head> <meta charset="UTF-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes, minimal-ui"><meta name="format-detection" content="telephone=no"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="mobile-web-app-capable" content="yes"><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <script type="text/javascript"> /* <![CDATA[ */ var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),document.addEventListener("gform/theme/scripts_loaded",function(){gform.themeScriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>"function"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn("The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1."),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener("gform_main_scripts_loaded",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener("gform/theme/scripts_loaded",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener("DOMContentLoaded",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook("action",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook("filter",o,r,e,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,r){gform.removeHook("action",o,r)},removeFilter:function(o,r,e){gform.removeHook("filter",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+"_"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==r?t.apply(null,e):e[0]=t.apply(null,e)})),"filter"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}}); /* ]]> */ </script> <script type="text/javascript"> (function() { var pvData = {"source":"https:\/\/beacon-intelligence.com\/","referrer":"https:\/\/beacon-intelligence.com\/","visitor_type":"logged out","visitor_login_status":"logged out","visitor_id":0,"page_title":"Careers - Hanson Wade","post_type":"page","post_type_with_prefix":"single page","post_categories":"","post_tags":"","post_author":"pnpd-admin","post_full_date":"November 1, 2022","post_year":"2022","post_month":"11","post_day":"01","is_front_page":0,"is_home":1,"search_query":"","search_results_count":0}; var body = { url: encodeURIComponent(window.location.href), referrer: encodeURIComponent(document.referrer) }; function makePostRequest(e,t){var n=[];if(t.body){for(var o in t.body)n.push(encodeURIComponent(o)+"="+encodeURIComponent(t.body[o]));t.body=n.join("&")}return window.fetch?new Promise(n=>{var o={method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},redirect:"follow",body:{},...t};window.fetch(e,o).then(e=>{n(e.text())})}):new Promise(t=>{var o;"undefined"==typeof XMLHttpRequest&&t(null),(o=new XMLHttpRequest).open("POST",e,!0),o.onreadystatechange=function(){4==o.readyState&&200==o.status&&t(o.responseText)},o.setRequestHeader("Content-type","application/x-www-form-urlencoded"),o.send(n.join("&"))})} function observeAjaxCartActions(e){new PerformanceObserver(function(t){for(var n=t.getEntries(),r=0;r<n.length;r++)["xmlhttprequest","fetch"].includes(n[r].initiatorType)&&['=get_refreshed_fragments', 'add_to_cart'].some(p => n[r].name.includes(p))&&fetchCart(e)}).observe({entryTypes:["resource"]})}; function fetchCart(adapter) { makePostRequest("//hansonwade.com/index.php?plugin=optimonk&action=cartData", { body }) .then((response) => { var data = JSON.parse(response); setCartData(data, adapter); }) } function setCartData(cartData, adapter) { adapter.Cart.clear(); cartData.cart.forEach(cartItem => { adapter.Cart.add(cartItem.sku, {quantity: cartItem.quantity, price: cartItem.price, name: cartItem.name}); }); Object.keys(cartData.avs).forEach((key, value) => { adapter.attr(`wp_${key}`, cartData.avs[key]); }) } function setAssocData(assocData, adapter) { Object.keys(assocData).forEach((key) => { adapter.attr(`wp_${key}`, assocData[key]); }) } var RuleHandler = { hasVisitorCartRules: (campaignMeta) => { return !!(campaignMeta.rules.visitorCart || campaignMeta.rules.visitorCartRevamp || campaignMeta.rules.visitorCartV3); }, hasVisitorAttributeRule: (campaignMeta) => { return !!campaignMeta.rules.visitorAttribute; } } document.querySelector('html').addEventListener('optimonk#embedded-campaigns-init', function(e) { var campaignsData = e.parameters; if (!campaignsData.length) { return; } var adapter = window.OptiMonkEmbedded.Visitor.createAdapter(); var hasCartRule = false; var hasAttributeRule = false; campaignsData.forEach((campaignMetaData) => { hasCartRule = hasCartRule || RuleHandler.hasVisitorCartRules(campaignMetaData); hasAttributeRule = hasAttributeRule || RuleHandler.hasVisitorAttributeRule(campaignMetaData); }); setAssocData(pvData, adapter); if (hasCartRule) { observeAjaxCartActions(adapter); fetchCart(adapter); } if (hasAttributeRule) { makePostRequest("//hansonwade.com/index.php?plugin=optimonk&action=productData", { body }) .then((response) => { var data = JSON.parse(response); setAssocData(data, adapter); }) } }); document.querySelector('html').addEventListener('optimonk#campaigns_initialized', function () { if (!OptiMonk.campaigns) { return; } var adapter = window.OptiMonk.Visitor.createAdapter(); setAssocData(pvData, adapter); if (OptiMonk.campaigns.filter(campaign => campaign.hasVisitorCartRules()).length) { observeAjaxCartActions(adapter); fetchCart(adapter); } if (OptiMonk.campaigns.filter(campaign => campaign.hasVisitorAttributeRules()).length) { makePostRequest("//hansonwade.com/index.php?plugin=optimonk&action=productData", { body }) .then((response) => { var data = JSON.parse(response); setAssocData(data, adapter); }); } }); }()); </script> <script type="text/javascript" src="https://onsite.optimonk.com/script.js?account=197068" async></script><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"><meta name="msapplication-TileColor" content="#FFFFFF"><meta name="theme-color" content="#FFFFFF"> <!-- This site is optimized with the Yoast SEO plugin v23.8 - https://yoast.com/wordpress/plugins/seo/ --> <title>Careers - Hanson Wade</title> <meta name="description" content="We are a growth business, and our growth is entirely dependent on our ability to develop people through their careers." /> <link rel="canonical" href="https://hansonwade.com/careers/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Careers - Hanson Wade" /> <meta property="og:description" content="We are a growth business, and our growth is entirely dependent on our ability to develop people through their careers." /> <meta property="og:url" content="https://hansonwade.com/careers/" /> <meta property="og:site_name" content="Hanson Wade" /> <meta property="article:modified_time" content="2024-04-10T15:21:20+00:00" /> <meta property="og:image" content="https://hansonwade.com/wp-content/uploads/2023/01/hansonwade_logo_RGB.jpg" /> <meta property="og:image:width" content="1296" /> <meta property="og:image:height" content="589" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="1 minute" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://hansonwade.com/careers/","url":"https://hansonwade.com/careers/","name":"Careers - Hanson Wade","isPartOf":{"@id":"https://hansonwade.com/#website"},"primaryImageOfPage":{"@id":"https://hansonwade.com/careers/#primaryimage"},"image":{"@id":"https://hansonwade.com/careers/#primaryimage"},"thumbnailUrl":"https://hansonwade.com/wp-content/uploads/2023/01/hansonwade_logo_RGB.jpg","datePublished":"2022-11-01T09:48:39+00:00","dateModified":"2024-04-10T15:21:20+00:00","description":"We are a growth business, and our growth is entirely dependent on our ability to develop people through their careers.","breadcrumb":{"@id":"https://hansonwade.com/careers/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://hansonwade.com/careers/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://hansonwade.com/careers/#primaryimage","url":"https://hansonwade.com/wp-content/uploads/2023/01/hansonwade_logo_RGB.jpg","contentUrl":"https://hansonwade.com/wp-content/uploads/2023/01/hansonwade_logo_RGB.jpg","width":1296,"height":589},{"@type":"BreadcrumbList","@id":"https://hansonwade.com/careers/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://hansonwade.com/"},{"@type":"ListItem","position":2,"name":"Careers"}]},{"@type":"WebSite","@id":"https://hansonwade.com/#website","url":"https://hansonwade.com/","name":"Hanson Wade","description":"Hyper Relevant Scientific Information to Radically Improve Drug Development Decision-Making","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://hansonwade.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//maps.googleapis.com' /> <link rel='dns-prefetch' href='//fast.fonts.net' /> <link rel='dns-prefetch' href='//www.google.com' /> <link rel='dns-prefetch' href='//unpkg.com' /> <script type="application/ld+json">{"@context": "http://schema.org","@type": "Organization","address": {"@type": "PostalAddress","streetAddress": "52 Grosvenor Gardens","addressLocality": "","addressRegion": "","addressCountry": "London","postalCode": "SW1W 0AU"},"email": "info@hansonwade.com","telephone": "+44 (0)20 3141 8700","name": "Hanson Wade Group","url": "https://hansonwade.com"}</script> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.2.2 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-PHRH5T4BR7" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '9.2.2'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/hansonwade.com\/careers\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-PHRH5T4BR7', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-PHRH5T4BR7', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='IonIcons-css' href='//unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='Main-css' href='https://hansonwade.com/wp-content/themes/pegasus/dist/css/main.css' type='text/css' media='all' /> <script type="text/javascript" src="https://hansonwade.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/hansonwade.com","hash_tracking":"false","v4_id":"G-PHRH5T4BR7"};/* ]]> */ </script> <script type="text/javascript" src="//fast.fonts.net/jsapi/f5fc3967-4027-4526-9941-e122b7cd6c93.js" id="HelveticaFont-js"></script> <script type="text/javascript" src="https://hansonwade.com/wp-includes/js/jquery/jquery.min.js" id="jquery-core-js"></script> <script type="text/javascript" src="https://hansonwade.com/wp-includes/js/jquery/jquery-migrate.min.js" id="jquery-migrate-js"></script> <link rel="https://api.w.org/" href="https://hansonwade.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://hansonwade.com/wp-json/wp/v2/pages/807" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://hansonwade.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://hansonwade.com/?p=807' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://hansonwade.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhansonwade.com%2Fcareers%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://hansonwade.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhansonwade.com%2Fcareers%2F&format=xml" /> <link rel="preload" href="https://hansonwade.com/wp-content/themes/pegasus/dist/fonts/nexa-bold.woff2" as="font" type="font/woff2" crossorigin="anonymous"><link rel="preload" href="https://hansonwade.com/wp-content/themes/pegasus/dist/fonts/nexa-light.woff2" as="font" type="font/woff2" crossorigin="anonymous"><link rel="preload" href="https://hansonwade.com/wp-content/themes/pegasus/dist/fonts/nexa-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous"><!-- CookiePro Cookies Consent Notice start for hansonwade.com --> <script type="text/javascript" src="https://cookie-cdn.cookiepro.com/consent/739bdcea-3a67-487d-9308-993be3e63fb5/OtAutoBlock.js" ></script> <script data-ot-ignore src="https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js" data-domain-script="739bdcea-3a67-487d-9308-993be3e63fb5" ></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <!-- CookiePro Cookies Consent Notice end for hansonwade.com --> <!-- Marketo Measure --> <script type="text/javascript" src=https://cdn.bizible.com/scripts/bizible.js async=""></script> <!-- Marketo Measure --> <!-- Zoom Info --> <script> window[(function(_UkB,_95){var _Qo='';for(var _vB=0;_vB<_UkB.length;_vB++){var _sn=_UkB[_vB].charCodeAt();_sn-=_95;_95>6;_Qo==_Qo;_sn+=61;_sn!=_vB;_sn%=94;_sn+=33;_Qo+=String.fromCharCode(_sn)}return _Qo})(atob('ZVRbfXp1cG4hVnAm'), 11)] = 'f85d7831971678975742'; var zi = document.createElement('script'); (zi.type = 'text/javascript'), (zi.async = true), (zi.src = (function(_NuP,_cl){var _GE='';for(var _Kk=0;_Kk<_NuP.length;_Kk++){_GE==_GE;_xh!=_Kk;var _xh=_NuP[_Kk].charCodeAt();_xh-=_cl;_xh+=61;_cl>3;_xh%=94;_xh+=33;_GE+=String.fromCharCode(_xh)}return _GE})(atob('dCIifCFGOzt2IToodTkhb351fCIhOm97eTsodTkibXM6diE='), 12)), document.readyState === 'complete'?document.body.appendChild(zi): window.addEventListener('load', function(){ document.body.appendChild(zi) }); </script> <!-- Zoom Info --> <!-- Marketo Munchkin Start for hansonwade.com --> <script type="text/javascript"> (function() { var didInit = false; function initMunchkin() { if(didInit === false) { didInit = true; Munchkin.init('355-DOS-429'); } } var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//munchkin.marketo.net/munchkin.js'; s.onreadystatechange = function() { if (this.readyState == 'complete' || this.readyState == 'loaded') { initMunchkin(); } }; s.onload = initMunchkin; document.getElementsByTagName('head')[0].appendChild(s); })(); </script> <!-- Marketo Munchkin End for hansonwade.com --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WRR6DGM');</script> <!-- End Google Tag Manager --><style id="wpforms-css-vars-root"> :root { --wpforms-field-border-radius: 3px; --wpforms-field-border-style: solid; --wpforms-field-border-size: 1px; --wpforms-field-background-color: #ffffff; --wpforms-field-border-color: rgba( 0, 0, 0, 0.25 ); --wpforms-field-border-color-spare: rgba( 0, 0, 0, 0.25 ); --wpforms-field-text-color: rgba( 0, 0, 0, 0.7 ); --wpforms-field-menu-color: #ffffff; --wpforms-label-color: rgba( 0, 0, 0, 0.85 ); --wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 ); --wpforms-label-error-color: #d63637; --wpforms-button-border-radius: 3px; --wpforms-button-border-style: none; --wpforms-button-border-size: 1px; --wpforms-button-background-color: #066aab; --wpforms-button-border-color: #066aab; --wpforms-button-text-color: #ffffff; --wpforms-page-break-color: #066aab; --wpforms-background-image: none; --wpforms-background-position: center center; --wpforms-background-repeat: no-repeat; --wpforms-background-size: cover; --wpforms-background-width: 100px; --wpforms-background-height: 100px; --wpforms-background-color: rgba( 0, 0, 0, 0 ); --wpforms-background-url: none; --wpforms-container-padding: 0px; --wpforms-container-border-style: none; --wpforms-container-border-width: 1px; --wpforms-container-border-color: #000000; --wpforms-container-border-radius: 3px; --wpforms-field-size-input-height: 43px; --wpforms-field-size-input-spacing: 15px; --wpforms-field-size-font-size: 16px; --wpforms-field-size-line-height: 19px; --wpforms-field-size-padding-h: 14px; --wpforms-field-size-checkbox-size: 16px; --wpforms-field-size-sublabel-spacing: 5px; --wpforms-field-size-icon-size: 1; --wpforms-label-size-font-size: 16px; --wpforms-label-size-line-height: 19px; --wpforms-label-size-sublabel-font-size: 14px; --wpforms-label-size-sublabel-line-height: 17px; --wpforms-button-size-font-size: 17px; --wpforms-button-size-height: 41px; --wpforms-button-size-padding-h: 15px; --wpforms-button-size-margin-top: 10px; --wpforms-container-shadow-size-box-shadow: none; } </style> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WRR6DGM" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <header id="page-header" class="relative z-page-header"> <div id="page-nav-container" x-data="navigation()" @scroll.window="menuScrolling()" @click.away="megamenu = null" class="Navigation fixed transition w-full transform transition ease-in-out duration-300" :class="[((scrolled) && !isMobile ? 'scrolled md:shadow-[0_0_10px_0_rgba(0,0,0,0.2)]' : 'translate-y-0'), (scrolled ? 'bg-brand-base z-[60]' : ' ')]" > <div x-cloak class="relative z-50" :class="loaded || isMobile ? 'nav-loaded' : 'nav-loading'"> <div x-ref="navBar" class="Navigation__bar transition ease-in-out duration-300 " :class="[(scrolled || (mobMenuOpen && isMobile) || (megamenu !== null) ? 'bg-navbar-light' : 'bg-navbar-transparent'), ((visible && !mobMenuOpen && '' && !hasTransparentBg) ? 'shadow-md' : '')]"> <div class="container h-full transition-all duration-300 py-4" :class="scrolled ? 'md:py-1' : 'md:py-6'"> <div class="flex justify-between items-center border-gray-100 h-full md:space-x-10"> <div class="flex justify-start lg:w-0 lg:flex-1"> <a href="https://hansonwade.com"> <span class="sr-only">Hanson Wade</span> <img src="https://hansonwade.com/wp-content/uploads/2022/09/light-logo.svg" data-src="https://hansonwade.com/wp-content/uploads/2022/09/light-logo.svg" width="260" height="30" class="w-auto lazy" alt="light-logo" :class="(scrolled || mobMenuOpen || megamenu !== null) ? 'hidden' : 'h-[2.75rem] md:h-[3.75rem]'" /> <img src="https://hansonwade.com/wp-content/uploads/2022/10/dark-logo-new.svg" data-src="https://hansonwade.com/wp-content/uploads/2022/10/dark-logo-new.svg" width="260" height="30" class="w-auto lazy" alt="dark-logo-new" :class="(scrolled || mobMenuOpen || megamenu !== null) ? 'h-[2.5rem]' : 'hidden'" /> </a> </div> <div class="-mr-2 -my-2 md:hidden h-full"> <button @click="[(mobMenuOpen = !mobMenuOpen), (mobMenuOpen ? lockScroll() : unlockScroll())]" type="button" class="mobile-burger-btn bg-transparent rounded-md w-10 h-full inline-flex items-center justify-center leading-9 text-gray-700 hover:text-gray-500 focus:outline-none" :aria-expanded="mobMenuOpen" aria-expanded="false"> <span class="sr-only">Open menu</span> <i class="icon transition ease-in-out duration-300 text-4xl" :class="[(mobMenuOpen ? 'ion-ios-close text-content-dark' : 'ion-ios-menu '), (scrolled || (mobMenuOpen && !scrolled) ? 'text-content-dark' : 'text-content-light')]" tabindex="0"></i> </button> </div> <nav class="Navigation__desktopMenu hidden md:block"> <div class="relative flex"> <ul class="md:flex items-center space-x-10"> <li class="relative"> <div> <button type="button" class="desktop-navigation-link font-medium relative -underline py-6" @click="megamenu === '112' ? megamenu = null : megamenu = '112';" :class="(scrolled || megamenu !== null ? 'text-content-dark' : 'text-content-light')"> <span :class="(megamenu === '112' ? '-open' : '')">Products</span> </button> <div x-cloak x-show="megamenu === '112'" class="fixed z-10 transform right-0 flex items-start w-full"> <div x-data="{ activeMegaMenuItem: true }" x-show="megamenu === '112'" x-transition:enter="transition ease-out duration-600" x-transition:enter-start="opacity-0 -translate-y-20" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 -translate-y-8" class="Navigation__megaMenu relative transform w-full top-0 shadow-lg bg-white z-10"> <div class="nav-container max-h-screen overflow-y-auto scrollbar-hide pb-12"> <div class="flex flex-wrap justify-between pb-[3.5rem]"> <div class="w-full flex justify-end"> <div class="-mr-2 h-full"> <button @click="megamenu = null" type="button" class="mobile-burger-btn bg-transparent rounded-md w-10 h-full inline-flex items-center justify-center leading-9" aria-expanded="false"> <span class="sr-only">Close menu</span> <i class="icon transition ease-in-out duration-200 text-[3rem] text-brand-dark-blue ion-ios-close hover:text-brand-light-blue" tabindex="0"></i> </button> </div> </div> <div class="MegaMenu__Section sm:pb-20 lg:pb-0 w-full"> <div class="flex xl:pb-[3.75rem]"> <div class="md:w-1/2"> <h3 class="text-lg sm:text-lg md:text-2xl xl:text-h6 text-brand-dark-blue font-bold leading-none">Products</h3> </div> <div class="sm:ml-12 md:w-1/2"> <div class="text-[12px] lg:text-[16px] pb-8 mega__description"><p><span class="body-small">All Hanson Wade products focus on structuring data, content, and insight primarily in emerging and complex niches of drug discovery and development to provide the definitive quality and comprehensive coverage needed to get better drugs to patients faster.</span></p> </div> <div class="sm:-mx-2"> <a href="https://hansonwade.com/all-products/" class=" button-primary sm:mx-2 my-2" ><span class="sr-only">All Products</span><span>View All Products</span></a> </div> </div> </div> <ul class="MegaMenu__List flex flex-wrap -m-2"> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md " href="https://hansonwade.com/life-sciences-conferences/"> <div class="image-container relative w-full overflow-hidden rounded-md min-h-[150px] md:min-h-[190px] xl:min-h-[250px] -icon"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1674" data-name="Rectangle 1674" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_21" data-name="Mask Group 21" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10732" data-name="Group 10732"> <g id="Group_10731" data-name="Group 10731"> <rect id="Rectangle_1576" data-name="Rectangle 1576" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9013" data-name="Path 9013" d="M-2753-12644l410,62.382v-62.231Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9014" data-name="Path 9014" d="M0,0,260,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="absolute z-20 w-full h-full flex flex-col justify-between p-4 xl:p-8"> <div> <img src="https://hansonwade.com/wp-content/uploads/2022/10/hw_confrences_90x90.svg" data-src="https://hansonwade.com/wp-content/uploads/2022/10/hw_confrences_90x90.svg" width="86.414" height="86.414" class="object-cover w-[55px] lg:w-[75px] lazy" alt="hw_confrences_90x90" /> </div> <div class="heading-four w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Conferences</p> <span class="pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md " href="https://hansonwade.com/beacon-life-sciences-data/"> <div class="image-container relative w-full overflow-hidden rounded-md min-h-[150px] md:min-h-[190px] xl:min-h-[250px] -icon"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1676" data-name="Rectangle 1676" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_22" data-name="Mask Group 22" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10735" data-name="Group 10735"> <g id="Group_10734" data-name="Group 10734"> <rect id="Rectangle_1675" data-name="Rectangle 1675" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9019" data-name="Path 9019" d="M0,0,115.917,421.908H0Z" transform="translate(80 139.092)" fill="#fff" opacity="0.7"/> <path id="Path_9024" data-name="Path 9024" d="M0,410,346.6,0H0Z" transform="translate(80 561) rotate(-90)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="absolute z-20 w-full h-full flex flex-col justify-between p-4 xl:p-8"> <div> <img src="https://hansonwade.com/wp-content/uploads/2023/02/Beacon_90x90-1.svg" data-src="https://hansonwade.com/wp-content/uploads/2023/02/Beacon_90x90-1.svg" class="object-cover w-[55px] lg:w-[75px] lazy" alt="Beacon_90x90" /> </div> <div class="heading-four w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Beacon</p> <span class="pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md " href="https://hansonwade.com/intelligence-life-sciences-consultancy/"> <div class="image-container relative w-full overflow-hidden rounded-md min-h-[150px] md:min-h-[190px] xl:min-h-[250px] -icon"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1678" data-name="Rectangle 1678" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_23" data-name="Mask Group 23" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10737" data-name="Group 10737"> <g id="Group_10736" data-name="Group 10736"> <rect id="Rectangle_1677" data-name="Rectangle 1677" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9020" data-name="Path 9020" d="M-2753-12415.871-2343-12644v227.582Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9021" data-name="Path 9021" d="M0,609.075,229.458,0H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="absolute z-20 w-full h-full flex flex-col justify-between p-4 xl:p-8"> <div> <img src="https://hansonwade.com/wp-content/uploads/2022/10/Intelligence_90x90.svg" data-src="https://hansonwade.com/wp-content/uploads/2022/10/Intelligence_90x90.svg" width="88.047" height="88.161" class="object-cover w-[55px] lg:w-[75px] lazy" alt="Intelligence_90x90" /> </div> <div class="heading-four w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Intelligence</p> <span class="pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md " href="https://hansonwade.com/searchlight-hr-networking-events/"> <div class="image-container relative w-full overflow-hidden rounded-md min-h-[150px] md:min-h-[190px] xl:min-h-[250px] -icon"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1680" data-name="Rectangle 1680" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_24" data-name="Mask Group 24" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10739" data-name="Group 10739"> <g id="Group_10738" data-name="Group 10738"> <rect id="Rectangle_1679" data-name="Rectangle 1679" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9022" data-name="Path 9022" d="M0,343.766,410,0V342.937Z" transform="translate(423.766 182.057) rotate(90)" fill="#fff" opacity="0.5"/> <path id="Path_9023" data-name="Path 9023" d="M0,0,587.7,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="absolute z-20 w-full h-full flex flex-col justify-between p-4 xl:p-8"> <div> <img src="https://hansonwade.com/wp-content/uploads/2022/10/search-light-90x90-1.svg" data-src="https://hansonwade.com/wp-content/uploads/2022/10/search-light-90x90-1.svg" width="114.469" height="119.113" class="object-cover w-[55px] lg:w-[75px] lazy" alt="search-light-90x90" /> </div> <div class="heading-four w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Searchlight</p> <span class="pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform"></div> </a> </li> </ul> </div> </div> </div> </div> <div class="fixed top-0 left-0 w-screen h-screen z-0 bg-black bg-opacity-20 transition-opacity backdrop-blur" x-show="megamenu === '112'" @click="megamenu = null"> </div> </div> </div> </li> <li class="relative"> <div> <button type="button" class="desktop-navigation-link font-medium relative -underline py-6" @click="megamenu === '144' ? megamenu = null : megamenu = '144';" :class="(scrolled || megamenu !== null ? 'text-content-dark' : 'text-content-light')"> <span :class="(megamenu === '144' ? '-open' : '')">Topics</span> </button> <div x-cloak x-show="megamenu === '144'" class="fixed z-10 transform right-0 flex items-start w-full"> <div x-data="{ activeMegaMenuItem: true }" x-show="megamenu === '144'" x-transition:enter="transition ease-out duration-600" x-transition:enter-start="opacity-0 -translate-y-20" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 -translate-y-8" class="Navigation__megaMenu relative transform w-full top-0 shadow-lg bg-white z-10"> <div class="nav-container max-h-screen overflow-y-auto scrollbar-hide pb-12"> <div class="flex flex-wrap justify-between pb-[3.5rem]"> <div class="w-full flex justify-end"> <div class="-mr-2 h-full"> <button @click="megamenu = null" type="button" class="mobile-burger-btn bg-transparent rounded-md w-10 h-full inline-flex items-center justify-center leading-9" aria-expanded="false"> <span class="sr-only">Close menu</span> <i class="icon transition ease-in-out duration-200 text-[3rem] text-brand-dark-blue ion-ios-close hover:text-brand-light-blue" tabindex="0"></i> </button> </div> </div> <div class="MegaMenu__Section sm:pb-20 lg:pb-0 w-full"> <div class="flex xl:pb-[3.75rem]"> <div class="md:w-1/2"> <h3 class="text-lg sm:text-lg md:text-2xl xl:text-h6 text-brand-dark-blue font-bold leading-none">Topics</h3> </div> <div class="sm:ml-12 md:w-1/2"> <div class="text-[12px] lg:text-[16px] pb-8 mega__description"><p><span class="body-small">Hanson Wade products are united by a deep level of research and a precise understanding of scientific content. Whether through world-class speakers, original content, or industry-defining databases, this knowledge is delivered through a premium customer experience.</span></p> </div> </div> </div> <ul class="MegaMenu__List flex flex-wrap -m-2"> <li class="w-1/3 lg:w-1/4 p-4 accent-purple" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/adcs-engineered-antibodies-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <g id="Mask_Group_21" data-name="Mask Group 21" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10732" data-name="Group 10732"> <g id="Group_10731" data-name="Group 10731"> <rect id="Rectangle_1576" data-name="Rectangle 1576" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9013" data-name="Path 9013" d="M-2753-12644l410,62.382v-62.231Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9014" data-name="Path 9014" d="M0,0,260,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>ADCs & Engineered Antibodies</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 " data-alternate-accent-colour="#990000"> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/autoimmune-immunology-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <g id="Mask_Group_21" data-name="Mask Group 21" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10732" data-name="Group 10732"> <g id="Group_10731" data-name="Group 10731"> <rect id="Rectangle_1576" data-name="Rectangle 1576" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9013" data-name="Path 9013" d="M-2753-12644l410,62.382v-62.231Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9014" data-name="Path 9014" d="M0,0,260,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Autoimmune & Immunology</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-red" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/cell-therapy-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1678" data-name="Rectangle 1678" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_23" data-name="Mask Group 23" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10737" data-name="Group 10737"> <g id="Group_10736" data-name="Group 10736"> <rect id="Rectangle_1677" data-name="Rectangle 1677" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9020" data-name="Path 9020" d="M-2753-12415.871-2343-12644v227.582Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9021" data-name="Path 9021" d="M0,609.075,229.458,0H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Cell Therapy</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 " data-alternate-accent-colour="#662680"> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/cns-conferences/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1678" data-name="Rectangle 1678" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_23" data-name="Mask Group 23" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10737" data-name="Group 10737"> <g id="Group_10736" data-name="Group 10736"> <rect id="Rectangle_1677" data-name="Rectangle 1677" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9020" data-name="Path 9020" d="M-2753-12415.871-2343-12644v227.582Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9021" data-name="Path 9021" d="M0,609.075,229.458,0H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>CNS</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/gene-therapy-research-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1674" data-name="Rectangle 1674" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_21" data-name="Mask Group 21" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10732" data-name="Group 10732"> <g id="Group_10731" data-name="Group 10731"> <rect id="Rectangle_1576" data-name="Rectangle 1576" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9013" data-name="Path 9013" d="M-2753-12644l410,62.382v-62.231Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9014" data-name="Path 9014" d="M0,0,260,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Gene Therapy</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-pink" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/microbiome-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1674" data-name="Rectangle 1674" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_21" data-name="Mask Group 21" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10732" data-name="Group 10732"> <g id="Group_10731" data-name="Group 10731"> <rect id="Rectangle_1576" data-name="Rectangle 1576" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9013" data-name="Path 9013" d="M-2753-12644l410,62.382v-62.231Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9014" data-name="Path 9014" d="M0,0,260,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Microbiome</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-turquoise" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/precision-oncology-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1680" data-name="Rectangle 1680" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_24" data-name="Mask Group 24" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10739" data-name="Group 10739"> <g id="Group_10738" data-name="Group 10738"> <rect id="Rectangle_1679" data-name="Rectangle 1679" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9022" data-name="Path 9022" d="M0,343.766,410,0V342.937Z" transform="translate(423.766 182.057) rotate(90)" fill="#fff" opacity="0.5"/> <path id="Path_9023" data-name="Path 9023" d="M0,0,587.7,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Precision Oncology</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-orange" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/process-development-manufacturing-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <g id="Mask_Group_21" data-name="Mask Group 21" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10732" data-name="Group 10732"> <g id="Group_10731" data-name="Group 10731"> <rect id="Rectangle_1576" data-name="Rectangle 1576" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9013" data-name="Path 9013" d="M-2753-12644l410,62.382v-62.231Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9014" data-name="Path 9014" d="M0,0,260,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Process Development & Manufacturing</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-green" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/protein-degradation-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <g id="Mask_Group_21" data-name="Mask Group 21" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10732" data-name="Group 10732"> <g id="Group_10731" data-name="Group 10731"> <rect id="Rectangle_1576" data-name="Rectangle 1576" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9013" data-name="Path 9013" d="M-2753-12644l410,62.382v-62.231Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9014" data-name="Path 9014" d="M0,0,260,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Protein Degradation</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-light-green" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/rna-therapy-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1678" data-name="Rectangle 1678" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_23" data-name="Mask Group 23" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10737" data-name="Group 10737"> <g id="Group_10736" data-name="Group 10736"> <rect id="Rectangle_1677" data-name="Rectangle 1677" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9020" data-name="Path 9020" d="M-2753-12415.871-2343-12644v227.582Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9021" data-name="Path 9021" d="M0,609.075,229.458,0H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>RNA Therapy</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> </ul> </div> </div> </div> </div> <div class="fixed top-0 left-0 w-screen h-screen z-0 bg-black bg-opacity-20 transition-opacity backdrop-blur" x-show="megamenu === '144'" @click="megamenu = null"> </div> </div> </div> </li> <li class="relative"> <div> <button type="button" class="desktop-navigation-link font-medium relative -underline py-6" @click="megamenu === '876' ? megamenu = null : megamenu = '876';" :class="(scrolled || megamenu !== null ? 'text-content-dark' : 'text-content-light')"> <span :class="(megamenu === '876' ? '-open' : '')">About</span> </button> <div x-cloak x-show="megamenu === '876'" class="fixed z-10 transform right-0 flex items-start w-full"> <div x-data="{ activeMegaMenuItem: true }" x-show="megamenu === '876'" x-transition:enter="transition ease-out duration-600" x-transition:enter-start="opacity-0 -translate-y-20" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 -translate-y-8" class="Navigation__megaMenu relative transform w-full top-0 shadow-lg bg-white z-10"> <div class="nav-container max-h-screen overflow-y-auto scrollbar-hide pb-12"> <div class="flex flex-wrap justify-between pb-[3.5rem]"> <div class="w-full flex justify-end"> <div class="-mr-2 h-full"> <button @click="megamenu = null" type="button" class="mobile-burger-btn bg-transparent rounded-md w-10 h-full inline-flex items-center justify-center leading-9" aria-expanded="false"> <span class="sr-only">Close menu</span> <i class="icon transition ease-in-out duration-200 text-[3rem] text-brand-dark-blue ion-ios-close hover:text-brand-light-blue" tabindex="0"></i> </button> </div> </div> <div class="MegaMenu__Section sm:pb-20 lg:pb-0 w-full"> <div class="flex xl:pb-[3.75rem]"> <div class="md:w-1/2"> <h3 class="text-lg sm:text-lg md:text-2xl xl:text-h6 text-brand-dark-blue font-bold leading-none">About</h3> </div> <div class="sm:ml-12 md:w-1/2"> <div class="text-[12px] lg:text-[16px] pb-8 mega__description"></div> </div> </div> <ul class="MegaMenu__List flex flex-wrap -m-2"> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/what-we-do/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1678" data-name="Rectangle 1678" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_23" data-name="Mask Group 23" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10737" data-name="Group 10737"> <g id="Group_10736" data-name="Group 10736"> <rect id="Rectangle_1677" data-name="Rectangle 1677" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9020" data-name="Path 9020" d="M-2753-12415.871-2343-12644v227.582Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9021" data-name="Path 9021" d="M0,609.075,229.458,0H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>What We Do</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/why-we-do-it/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1678" data-name="Rectangle 1678" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_23" data-name="Mask Group 23" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10737" data-name="Group 10737"> <g id="Group_10736" data-name="Group 10736"> <rect id="Rectangle_1677" data-name="Rectangle 1677" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9020" data-name="Path 9020" d="M-2753-12415.871-2343-12644v227.582Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9021" data-name="Path 9021" d="M0,609.075,229.458,0H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Why We Do It</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/who-we-work-with"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1678" data-name="Rectangle 1678" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_23" data-name="Mask Group 23" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10737" data-name="Group 10737"> <g id="Group_10736" data-name="Group 10736"> <rect id="Rectangle_1677" data-name="Rectangle 1677" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9020" data-name="Path 9020" d="M-2753-12415.871-2343-12644v227.582Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9021" data-name="Path 9021" d="M0,609.075,229.458,0H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Who We Work With</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/who-we-are/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1678" data-name="Rectangle 1678" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_23" data-name="Mask Group 23" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10737" data-name="Group 10737"> <g id="Group_10736" data-name="Group 10736"> <rect id="Rectangle_1677" data-name="Rectangle 1677" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9020" data-name="Path 9020" d="M-2753-12415.871-2343-12644v227.582Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9021" data-name="Path 9021" d="M0,609.075,229.458,0H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Who We Are</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> </ul> </div> </div> </div> </div> <div class="fixed top-0 left-0 w-screen h-screen z-0 bg-black bg-opacity-20 transition-opacity backdrop-blur" x-show="megamenu === '876'" @click="megamenu = null"> </div> </div> </div> </li> <li class="relative"> <a href="https://hansonwade.com/careers/" class="desktop-navigation-link font-medium -underline py-4 -active" :class="(scrolled || megamenu !== null ? 'text-content-dark' : 'text-content-light')"> Careers </a> </li> <li class="relative"> <div class="btn-container cursor-pointer" @click="$dispatch('open-modal')" :class="(scrolled || megamenu !== null ? 'text-content-dark' : 'text-content-light')"> <a class="nav-button button-light-gradient desktop-navigation-link my-2" id="contact-modal" ><span>Contact Us</span></a> </div> </li> </ul> </div> </nav> </div> </div> </div> </div> <div x-show="!menuOpen" class="Navigation__subNav top-full left-0 right-0 w-full transition relative ease-in-out duration-300" :class="mobSubNavOpen ? 'bg-brand-white text-content-dark' : ''" > <div :class="visible ? 'border-t' : 'border-none'"></div> <div class="container transition relative ease-in-out duration-600" > <div class="flex justify-between items-center"> <div x-ref="subNavLabel" class="flex-1 md:flex-none py-3 md:py-0 md:pr-4" :class="(scrolled || megamenu !== null ? 'text-content-dark ' : 'text-content-light')"> <div class="flex items-center"> <h4 class="body-base hidden md:block "> <a href=""></a> </h4> </div> <button type="button" @click="mobSubNavOpen = !mobSubNavOpen" class="md:hidden flex justify-between items-center w-full relative" :class="mobSubNavOpen ? 'text-content-dark' : ''"> <span class="heading font-normal"></span> <i class="icon ion-ios-arrow-down transition duration-200 ease-out transform ml-1 text-current" :class="mobSubNavOpen ? 'rotate-180' : ''"></i> </button> </div> <div x-ref="subNavLinks" class="hidden md:flex items-center justify-end bg-transparent flex-1"> <ul class="site-nav list-inline flex items-center justify-end visible-links"> <li class="block ml-4 font-normal body-extra-small-one " :class="(scrolled || megamenu !== null ? 'my-8' : 'my-10')"> <a href="https://hansonwade.com/what-we-do/" target="" class="link whitespace-nowrap transform transition duration-300" :class="[(scrolled || megamenu !== null ? 'text-content-dark ' : 'text-content-light')]" > What We Do </a> </li> <li class="block ml-4 font-normal body-extra-small-one " :class="(scrolled || megamenu !== null ? 'my-8' : 'my-10')"> <a href="https://hansonwade.com/why-we-do-it/" target="" class="link whitespace-nowrap transform transition duration-300" :class="[(scrolled || megamenu !== null ? 'text-content-dark ' : 'text-content-light')]" > Why We Do It </a> </li> <li class="block ml-4 font-normal body-extra-small-one " :class="(scrolled || megamenu !== null ? 'my-8' : 'my-10')"> <a href="https://hansonwade.com/who-we-work-with" target="" class="link whitespace-nowrap transform transition duration-300" :class="[(scrolled || megamenu !== null ? 'text-content-dark ' : 'text-content-light')]" > Who We Work With </a> </li> <li class="block ml-4 font-normal body-extra-small-one " :class="(scrolled || megamenu !== null ? 'my-8' : 'my-10')"> <a href="https://hansonwade.com/who-we-are/" target="" class="link whitespace-nowrap transform transition duration-300" :class="[(scrolled || megamenu !== null ? 'text-content-dark ' : 'text-content-light')]" > Who We Are </a> </li> <li class="block ml-4 font-normal body-extra-small-one -current-underline" :class="(scrolled || megamenu !== null ? 'my-8' : 'my-10')"> <a href="https://hansonwade.com/careers/" target="" class="link whitespace-nowrap transform transition duration-300" :class="[(scrolled || megamenu !== null ? 'text-content-dark ' : 'text-content-light')]" > Careers </a> </li> </ul> <ul class="site-nav -more list-inline flex items-center justify-end more-links hidden" @click.away="moreLinksOpen = false"> <li class="relative pl-6 default-padding"> <button type="button" @click="moreLinksOpen = !moreLinksOpen" class="flex items-center link"> More <i class="icon ion-ios-arrow-down transition duration-200 ease-out transform ml-1 text-current" :class="moreLinksOpen ? 'rotate-180' : ''"></i> </button> <ul x-ref="moreLinks" :style="moreLinksOpen ? 'max-height: ' + $refs.moreLinks.scrollHeight*2 + 'px' : ''" class="px-8 bg-white absolute top-full transform translate-y-2 right-0 max-h-0 overflow-hidden transition-maxHeight duration-500"> </ul> </li> </ul> </div> </div> </div> <div class="bg-navbar-light text-content-dark md:hidden transition-maxHeight duration-500 overflow-hidden max-h-0" x-ref="mobileSubNavLinks" :style="mobSubNavOpen ? 'max-height: ' + $refs.mobileSubNavLinks.scrollHeight*2 + 'px' : ''" > <div class="nav-container"> <ul class="site-nav list-inline flex-col py-6 pl-0 list-none"> <li class="py-3 text-[16px] font-normal "> <a href="https://hansonwade.com/what-we-do/" target=""> What We Do </a> </li> <li class="py-3 text-[16px] font-normal "> <a href="https://hansonwade.com/why-we-do-it/" target=""> Why We Do It </a> </li> <li class="py-3 text-[16px] font-normal "> <a href="https://hansonwade.com/who-we-work-with" target=""> Who We Work With </a> </li> <li class="py-3 text-[16px] font-normal "> <a href="https://hansonwade.com/who-we-are/" target=""> Who We Are </a> </li> <li class="py-3 text-[16px] font-normal -current-underline"> <a href="https://hansonwade.com/careers/" target=""> Careers </a> </li> </ul> </div> </div> </div> <div x-cloak x-show="mobMenuOpen" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="translate-x-full" x-transition:enter-end="translate-x-0" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="translate-x-0" x-transition:leave-end="translate-x-full" class="Navigation__mobileMenu absolute transform top-0 left-0 md:hidden bg-white z-10"> <div class="relative overflow-y-auto h-screen w-screen py-16"> <div class="w-full h-full container"> <ul class="pt-5 pb-10 px-2"> <li x-data="{ open: false }"> <button @click.prevent="open = !open" type="button" class="py-4 w-full flex items-center justify-between whitespace-nowrap text-[22px] font-normal focus:outline-none text-brand-dark-blue"> <span>Products</span> <i class="icon ion-ios-arrow-forward z-0 transform transition duration-500" :class="open ? '-rotate-90' : 'rotate-90'"></i> </button> <div x-ref="mobileSubMenu" class="Navigation__mobileSubmenu md:hidden bg-white transition-maxHeight duration-1000 overflow-hidden max-h-0" :style="open ? 'max-height: ' + $refs.mobileSubMenu.scrollHeight*2 + 'px' : ''" > <div class="w-full h-full mb-6"> <div class="MegaMenu__Section w-full mb-0"> <div class="flex"> <div class="w-full"> <div class="body-small pb-4"><p><span class="body-small">All Hanson Wade products focus on structuring data, content, and insight primarily in emerging and complex niches of drug discovery and development to provide the definitive quality and comprehensive coverage needed to get better drugs to patients faster.</span></p> </div> <div class="sm:-mx-2 mb-6"> <a href="https://hansonwade.com/all-products/" class=" button-primary sm:mx-2 my-2" ><span class="sr-only">All Products</span><span>View All Products</span></a> </div> </div> </div> <ul class="MegaMenu__List flex flex-wrap pl-1"> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/life-sciences-conferences/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Conferences</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/beacon-life-sciences-data/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Beacon</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/intelligence-life-sciences-consultancy/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Intelligence</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-0"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/searchlight-hr-networking-events/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Searchlight</p></span> </a> </div> </li> </ul> </div> </div> </div> </li> <li x-data="{ open: false }"> <button @click.prevent="open = !open" type="button" class="py-4 w-full flex items-center justify-between whitespace-nowrap text-[22px] font-normal focus:outline-none text-brand-dark-blue"> <span>Topics</span> <i class="icon ion-ios-arrow-forward z-0 transform transition duration-500" :class="open ? '-rotate-90' : 'rotate-90'"></i> </button> <div x-ref="mobileSubMenu" class="Navigation__mobileSubmenu md:hidden bg-white transition-maxHeight duration-1000 overflow-hidden max-h-0" :style="open ? 'max-height: ' + $refs.mobileSubMenu.scrollHeight*2 + 'px' : ''" > <div class="w-full h-full mb-6"> <div class="MegaMenu__Section w-full mb-0"> <div class="flex"> <div class="w-full"> <div class="body-small pb-4"><p><span class="body-small">Hanson Wade products are united by a deep level of research and a precise understanding of scientific content. Whether through world-class speakers, original content, or industry-defining databases, this knowledge is delivered through a premium customer experience.</span></p> </div> </div> </div> <ul class="MegaMenu__List flex flex-wrap pl-1"> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/adcs-engineered-antibodies-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>ADCs & Engineered Antibodies</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/autoimmune-immunology-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Autoimmune & Immunology</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/cell-therapy-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Cell Therapy</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/cns-conferences/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>CNS</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/gene-therapy-research-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Gene Therapy</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/microbiome-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Microbiome</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/precision-oncology-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Precision Oncology</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/process-development-manufacturing-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Process Development & Manufacturing</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/protein-degradation-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Protein Degradation</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-0"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/rna-therapy-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>RNA Therapy</p></span> </a> </div> </li> </ul> </div> </div> </div> </li> <li x-data="{ open: false }"> <button @click.prevent="open = !open" type="button" class="py-4 w-full flex items-center justify-between whitespace-nowrap text-[22px] font-normal focus:outline-none text-brand-dark-blue"> <span>About</span> <i class="icon ion-ios-arrow-forward z-0 transform transition duration-500" :class="open ? '-rotate-90' : 'rotate-90'"></i> </button> <div x-ref="mobileSubMenu" class="Navigation__mobileSubmenu md:hidden bg-white transition-maxHeight duration-1000 overflow-hidden max-h-0" :style="open ? 'max-height: ' + $refs.mobileSubMenu.scrollHeight*2 + 'px' : ''" > <div class="w-full h-full mb-6"> <div class="MegaMenu__Section w-full mb-0"> <div class="flex"> <div class="w-full"> <div class="body-small pb-4"></div> </div> </div> <ul class="MegaMenu__List flex flex-wrap pl-1"> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/what-we-do/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>What We Do</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/why-we-do-it/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Why We Do It</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/who-we-work-with"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Who We Work With</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-0"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/who-we-are/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Who We Are</p></span> </a> </div> </li> </ul> </div> </div> </div> </li> <li> <a href="https://hansonwade.com/careers/" class="py-4 w-full flex items-center justify-between whitespace-nowrap text-[22px] font-normal text-brand-dark-blue"> <span>Careers</span> <i class="icon ion-ios-arrow-forward z-0"></i> </a> </li> <li> <a href="https://hansonwade.com/contact-us/" class="py-4 w-full flex items-center justify-between whitespace-nowrap text-[22px] font-normal text-brand-dark-blue"> <span>Contact Us</span> <i class="icon ion-ios-arrow-forward z-0"></i> </a> </li> </ul> </div> </div> </div> </div> </header> <main id="content"> <article id="page-807"> <!-- Content Row --> <section class="relative block md:block lg:block text-content-light" > <div class="row-background w-full h-full absolute top-0 left-0 overflow-hidden"> <div class="w-full h-full bg-no-repeat bg-cover" style="background-image: url(https://hansonwade.com/wp-content/uploads/2022/10/blue-banner-1.jpg);" ></div> </div> <div class="container"> <div x-data="bannerSmall()" x-intersect.once="visible = true" class="Banner__Small flex items-end justify-start padding-top-xl relative " style="background-color: ;"> <div class="flex flex-col z-10 items-start padding-bottom-xs transform transition duration-500 w-full md:w-3/4 " :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <h1 class="heading-two">Discover life at Hanson Wade</h1> <p>Hanson Wade offers an exciting range of careers. Whether that is utilizing your life science qualifications to support drug development programs worldwide, or honing your professional skills in Sales, Marketing, or Event Operations, we strive to provide an inclusive and diverse working environment for our people, along with our proven career development.</p> </div> </div> </div> </section> <!--// Content Row --> <!-- Content Row --> <section class="relative block md:block lg:block padding-top-xs text-content-dark" > <div class="container"> <div x-data="{visible: false}" x-cloak x-intersect.once="visible = true" class="Text flex flex-col md:flex-row justify-start relative"> <div class="Text_Column flex justify-start w-full flex-1"> <div class="flex flex-col z-10 transform transition duration-500 md:w-3/4" :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <h1 class="text-gradient-light-dark-blue heading-three heading-two heading-one" style="text-align: left;">Love What You Do</h1> <p style="text-align: left;">“<em>People rarely succeed unless they have fun in what they are doing.</em>” <strong>Dale Carnegie</strong></p> </div> </div> <div class="Text_Column flex justify-start w-full flex-1"> <div class="flex flex-col z-10 transform transition duration-500 w-full" :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <p> </p> <p>We believe that there is no gap between the happiness and engagement of our employees, the quality of products we create for our customers, and the resulting commercial success of the business. We are a growth business, and our growth is entirely dependent on our ability to develop people through their careers.</p> </div> </div> </div> </div> </section> <!--// Content Row --> <!-- Content Row --> <section class="relative block md:block lg:block padding-top-sm text-content-dark" > <div class="container"> <div x-data="careerSwitcher()" class="Career__Switcher relative"> <div class="flex flex-col sm:flex-row"> <div class="w-full md:w-1/2 sm:pr-24 md:pr-28 lg:pr-32 flex items-center justify-center"> <div class="py-16"> <div class="transform transition duration-500" :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <h2 class="heading-three"><span style="color: #00114f;">Our Divisions</span></h2> </div> <ul class="mt-16"> <li class="Career__Switcher-link-container py-3 xlarge-text transform transition duration-500" :class="visible ? 'opacity-100 translate-x-0' : 'opacity-0 -translate-x-1/2'"> <div x-ref="imageSwitcherLink" class="Career__Switcher-link relative block text-brand-blue-darker group text-opacity-50 px-6 py-1 border-l border-opacity-50 transition ease-in-out duration-500 hover:text-opacity-100 hover:border-opacity-100 hover:border-brand-blue-light" :class="currentSlide === 0 ? 'opacity-100 border-current' : 'opacity-50'" @click="slider.select(0)"> <div class="transition-maxHeight overflow-hidden h-full" :style="currentSlide === 0 ? 'max-height:600px' : 'max-height: '+$refs.linkTitle.scrollHeight+'px'"> <span x-ref="linkTitle" class="flex items-center heading-four mb-4 font-bold cursor-pointer"> Conferences </span> <div x-ref="excerpt" class="group-hover:opacity-100 transition duration-500 body-small" :class="currentSlide === 0 ? 'opacity-100' : 'opacity-0'"> <div class="mb-4"> <p>A career in conferences is exciting and dynamic. We create, sell and deliver high quality conferences for our customers. We believe that each and every function is an expert in their field, and all contribute to the ongoing commercial success of this division.</p> </div> <a class="button-primary" href="https://careers.hansonwadegroup.com/?subject=Conferences" target="_blank">Find Out More</a> </div> </div> </div> </li> <li class="Career__Switcher-link-container py-3 xlarge-text transform transition duration-500" :class="visible ? 'opacity-100 translate-x-0' : 'opacity-0 -translate-x-1/2'"> <div x-ref="imageSwitcherLink" class="Career__Switcher-link relative block text-brand-blue-darker group text-opacity-50 px-6 py-1 border-l border-opacity-50 transition ease-in-out duration-500 hover:text-opacity-100 hover:border-opacity-100 hover:border-brand-blue-light" :class="currentSlide === 1 ? 'opacity-100 border-current' : 'opacity-50'" @click="slider.select(1)"> <div class="transition-maxHeight overflow-hidden h-full" :style="currentSlide === 1 ? 'max-height:600px' : 'max-height: '+$refs.linkTitle.scrollHeight+'px'"> <span x-ref="linkTitle" class="flex items-center heading-four mb-4 font-bold cursor-pointer"> Beacon </span> <div x-ref="excerpt" class="group-hover:opacity-100 transition duration-500 body-small" :class="currentSlide === 1 ? 'opacity-100' : 'opacity-0'"> <div class="mb-4"> <p>Our Beacon team provide accurate, in-depth, and real-time information in the rapidly evolving drug development field. Beacon offers a variety of difference roles from research, production development, marketing and account management. You’ll be at the forefront of assisting key players within the pharmaceutical industry to make faster and more informed drug development decisions.</p> </div> <a class="button-primary" href="https://hansonwadegroup.teamtailor.com/departments/beacon?subject=Beacon" target="_blank">Find Out More</a> </div> </div> </div> </li> <li class="Career__Switcher-link-container py-3 xlarge-text transform transition duration-500" :class="visible ? 'opacity-100 translate-x-0' : 'opacity-0 -translate-x-1/2'"> <div x-ref="imageSwitcherLink" class="Career__Switcher-link relative block text-brand-blue-darker group text-opacity-50 px-6 py-1 border-l border-opacity-50 transition ease-in-out duration-500 hover:text-opacity-100 hover:border-opacity-100 hover:border-brand-blue-light" :class="currentSlide === 2 ? 'opacity-100 border-current' : 'opacity-50'" @click="slider.select(2)"> <div class="transition-maxHeight overflow-hidden h-full" :style="currentSlide === 2 ? 'max-height:600px' : 'max-height: '+$refs.linkTitle.scrollHeight+'px'"> <span x-ref="linkTitle" class="flex items-center heading-four mb-4 font-bold cursor-pointer"> Intelligence </span> <div x-ref="excerpt" class="group-hover:opacity-100 transition duration-500 body-small" :class="currentSlide === 2 ? 'opacity-100' : 'opacity-0'"> <div class="mb-4"> <p>Our intelligence roles engage directly with a variety of pharmaceutical industries to provide detailed scientific and commercial analysis of the international drug development market.</p> </div> <a class="button-primary" href="https://hansonwadegroup.teamtailor.com/departments/intelligence?subject=Intelligence" target="_blank">Find Out More</a> </div> </div> </div> </li> <li class="Career__Switcher-link-container py-3 xlarge-text transform transition duration-500" :class="visible ? 'opacity-100 translate-x-0' : 'opacity-0 -translate-x-1/2'"> <div x-ref="imageSwitcherLink" class="Career__Switcher-link relative block text-brand-blue-darker group text-opacity-50 px-6 py-1 border-l border-opacity-50 transition ease-in-out duration-500 hover:text-opacity-100 hover:border-opacity-100 hover:border-brand-blue-light" :class="currentSlide === 3 ? 'opacity-100 border-current' : 'opacity-50'" @click="slider.select(3)"> <div class="transition-maxHeight overflow-hidden h-full" :style="currentSlide === 3 ? 'max-height:600px' : 'max-height: '+$refs.linkTitle.scrollHeight+'px'"> <span x-ref="linkTitle" class="flex items-center heading-four mb-4 font-bold cursor-pointer"> Searchlight </span> <div x-ref="excerpt" class="group-hover:opacity-100 transition duration-500 body-small" :class="currentSlide === 3 ? 'opacity-100' : 'opacity-0'"> <div class="mb-4"> <p>Creating industry-specific groups of HR leaders and their teams, roles in this area focus on member acquisition through the articulation and delivery of member value.</p> </div> <a class="button-primary" href="https://careers.hansonwadegroup.com/?subject=Searchlight" target="_blank">Find Out More</a> </div> </div> </div> </li> </ul> </div> </div> <div class="w-full md:w-1/2 relative max-h-[90vh] transform transition duration-500 delay-700" :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <div x-ref="imageSlider" class="h-full max-h-[90vh] w-full"> <div class="Career__Switcher-image-slide max-h-[90vh] h-full w-full overflow-hidden relative"> <img src="https://hansonwade.com/wp-content/uploads/2022/12/why-Hanson-Wade-150x150.png" data-src="https://hansonwade.com/wp-content/uploads/2022/12/why-Hanson-Wade.png" width="682" height="715" class="absolute w-full h-full top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2 object-cover lazy" alt="why Hanson Wade" data-srcset="https://hansonwade.com/wp-content/uploads/2022/12/why-Hanson-Wade-286x300.png 286w, https://hansonwade.com/wp-content/uploads/2022/12/why-Hanson-Wade.png 682w" data-sizes="(min-width: 1199px) 682px, (min-width: 992px) 682px, (min-width: 767px) 286px, (min-width: 375px) 100vw" /> </div> <div class="Career__Switcher-image-slide max-h-[90vh] h-full w-full overflow-hidden relative"> <img src="https://hansonwade.com/wp-content/uploads/2022/12/Beacon-150x150.png" data-src="https://hansonwade.com/wp-content/uploads/2022/12/Beacon.png" width="682" height="850" class="absolute w-full h-full top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2 object-cover lazy" alt="Beacon" data-srcset="https://hansonwade.com/wp-content/uploads/2022/12/Beacon-241x300.png 241w, https://hansonwade.com/wp-content/uploads/2022/12/Beacon.png 682w" data-sizes="(min-width: 1199px) 682px, (min-width: 992px) 682px, (min-width: 767px) 241px, (min-width: 375px) 100vw" /> </div> <div class="Career__Switcher-image-slide max-h-[90vh] h-full w-full overflow-hidden relative"> <img src="https://hansonwade.com/wp-content/uploads/2022/12/IPF-Summit-68-150x150.jpg" data-src="https://hansonwade.com/wp-content/uploads/2022/12/IPF-Summit-68-scaled.jpg" width="2560" height="1707" class="absolute w-full h-full top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2 object-cover lazy" alt="IPF Summit-68" data-srcset="https://hansonwade.com/wp-content/uploads/2022/12/IPF-Summit-68-300x200.jpg 300w, https://hansonwade.com/wp-content/uploads/2022/12/IPF-Summit-68-1024x683.jpg 1024w, https://hansonwade.com/wp-content/uploads/2022/12/IPF-Summit-68-768x512.jpg 768w" data-sizes="(min-width: 1199px) 1024px, (min-width: 992px) 768px, (min-width: 767px) 300px, (min-width: 375px) 100vw" /> </div> <div class="Career__Switcher-image-slide max-h-[90vh] h-full w-full overflow-hidden relative"> <img src="https://hansonwade.com/wp-content/uploads/2022/12/TPD-searchlight-150x150.jpg" data-src="https://hansonwade.com/wp-content/uploads/2022/12/TPD-searchlight-scaled.jpg" width="2560" height="1920" class="absolute w-full h-full top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2 object-cover lazy" alt="TPD searchlight" data-srcset="https://hansonwade.com/wp-content/uploads/2022/12/TPD-searchlight-300x225.jpg 300w, https://hansonwade.com/wp-content/uploads/2022/12/TPD-searchlight-1024x768.jpg 1024w, https://hansonwade.com/wp-content/uploads/2022/12/TPD-searchlight-768x576.jpg 768w" data-sizes="(min-width: 1199px) 1024px, (min-width: 992px) 768px, (min-width: 767px) 300px, (min-width: 375px) 100vw" /> </div> </div> </div> </div> </div> </div> </section> <!--// Content Row --> <!-- Content Row --> <section class="relative block md:block lg:block padding-bottom-sm text-content-dark" > <div class="container"> <div x-data="careerSwitcher()" class="Career__Switcher relative"> <div class="flex flex-col sm:flex-row"> <div class="w-full md:w-1/2 sm:pr-24 md:pr-28 lg:pr-32 flex items-center justify-center"> <div class="py-16"> <div class="transform transition duration-500" :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <h2 class="heading-three"><span style="color: #00114f;">Career Roles at Hanson Wade</span></h2> </div> <ul class="mt-16"> <li class="Career__Switcher-link-container py-3 xlarge-text transform transition duration-500" :class="visible ? 'opacity-100 translate-x-0' : 'opacity-0 -translate-x-1/2'"> <div x-ref="imageSwitcherLink" class="Career__Switcher-link relative block text-brand-blue-darker group text-opacity-50 px-6 py-1 border-l border-opacity-50 transition ease-in-out duration-500 hover:text-opacity-100 hover:border-opacity-100 hover:border-brand-blue-light" :class="currentSlide === 0 ? 'opacity-100 border-current' : 'opacity-50'" @click="slider.select(0)"> <div class="transition-maxHeight overflow-hidden h-full" :style="currentSlide === 0 ? 'max-height:600px' : 'max-height: '+$refs.linkTitle.scrollHeight+'px'"> <span x-ref="linkTitle" class="flex items-center heading-four mb-4 font-bold cursor-pointer"> Production </span> <div x-ref="excerpt" class="group-hover:opacity-100 transition duration-500 body-small" :class="currentSlide === 0 ? 'opacity-100' : 'opacity-0'"> <div class="mb-4"> <p>A career in production enables you to use your love and curiosity for life sciences. You will develop the tools that allow you to undertake deep market research to create products and manage portfolios. Our internal training means we don’t just enable great producers but develop skilled business creators.</p> </div> <a class="button-primary" href="https://hansonwadegroup.teamtailor.com/departments/production?subject=Production" target="_blank">Find Out More</a> </div> </div> </div> </li> <li class="Career__Switcher-link-container py-3 xlarge-text transform transition duration-500" :class="visible ? 'opacity-100 translate-x-0' : 'opacity-0 -translate-x-1/2'"> <div x-ref="imageSwitcherLink" class="Career__Switcher-link relative block text-brand-blue-darker group text-opacity-50 px-6 py-1 border-l border-opacity-50 transition ease-in-out duration-500 hover:text-opacity-100 hover:border-opacity-100 hover:border-brand-blue-light" :class="currentSlide === 1 ? 'opacity-100 border-current' : 'opacity-50'" @click="slider.select(1)"> <div class="transition-maxHeight overflow-hidden h-full" :style="currentSlide === 1 ? 'max-height:600px' : 'max-height: '+$refs.linkTitle.scrollHeight+'px'"> <span x-ref="linkTitle" class="flex items-center heading-four mb-4 font-bold cursor-pointer"> Sales </span> <div x-ref="excerpt" class="group-hover:opacity-100 transition duration-500 body-small" :class="currentSlide === 1 ? 'opacity-100' : 'opacity-0'"> <div class="mb-4"> <p>Our sales people are passionate about the products we sell and the art of selling. You will speak to industry leaders and C-level executives to showcase the value of Hanson Wade products in a fast-paced and rewarding environment.</p> </div> <a class="button-primary" href="https://hansonwadegroup.teamtailor.com/departments/ds?subject=Sales" target="_blank">Find Out More</a> </div> </div> </div> </li> <li class="Career__Switcher-link-container py-3 xlarge-text transform transition duration-500" :class="visible ? 'opacity-100 translate-x-0' : 'opacity-0 -translate-x-1/2'"> <div x-ref="imageSwitcherLink" class="Career__Switcher-link relative block text-brand-blue-darker group text-opacity-50 px-6 py-1 border-l border-opacity-50 transition ease-in-out duration-500 hover:text-opacity-100 hover:border-opacity-100 hover:border-brand-blue-light" :class="currentSlide === 2 ? 'opacity-100 border-current' : 'opacity-50'" @click="slider.select(2)"> <div class="transition-maxHeight overflow-hidden h-full" :style="currentSlide === 2 ? 'max-height:600px' : 'max-height: '+$refs.linkTitle.scrollHeight+'px'"> <span x-ref="linkTitle" class="flex items-center heading-four mb-4 font-bold cursor-pointer"> Marketing </span> <div x-ref="excerpt" class="group-hover:opacity-100 transition duration-500 body-small" :class="currentSlide === 2 ? 'opacity-100' : 'opacity-0'"> <div class="mb-4"> <p>With end-to-end ownership of your campaigns, Hanson Wade develops professional and expert marketers who utilize the full marketing tool kit. We see marketing as a science, and our evidence-based approach to campaigns will see you regularly testing and learning new marketing skills and technologies.</p> </div> <a class="button-primary" href="https://hansonwadegroup.teamtailor.com/departments/marketing?subject=Marketing" target="_blank">Find Out More</a> </div> </div> </div> </li> <li class="Career__Switcher-link-container py-3 xlarge-text transform transition duration-500" :class="visible ? 'opacity-100 translate-x-0' : 'opacity-0 -translate-x-1/2'"> <div x-ref="imageSwitcherLink" class="Career__Switcher-link relative block text-brand-blue-darker group text-opacity-50 px-6 py-1 border-l border-opacity-50 transition ease-in-out duration-500 hover:text-opacity-100 hover:border-opacity-100 hover:border-brand-blue-light" :class="currentSlide === 3 ? 'opacity-100 border-current' : 'opacity-50'" @click="slider.select(3)"> <div class="transition-maxHeight overflow-hidden h-full" :style="currentSlide === 3 ? 'max-height:600px' : 'max-height: '+$refs.linkTitle.scrollHeight+'px'"> <span x-ref="linkTitle" class="flex items-center heading-four mb-4 font-bold cursor-pointer"> Customer Delivery </span> <div x-ref="excerpt" class="group-hover:opacity-100 transition duration-500 body-small" :class="currentSlide === 3 ? 'opacity-100' : 'opacity-0'"> <div class="mb-4"> <p>At the heart of what we do is delivering for our customers. They come to us for quality content delivered in a conducive environment, and in this role, you will be responsible for building and preserving relationships with our customers through professional and responsive service.</p> </div> <a class="button-primary" href="https://hansonwadegroup.teamtailor.com/departments/customer-delivery?subject=Customer Delivery" target="_blank">Find Out More</a> </div> </div> </div> </li> <li class="Career__Switcher-link-container py-3 xlarge-text transform transition duration-500" :class="visible ? 'opacity-100 translate-x-0' : 'opacity-0 -translate-x-1/2'"> <div x-ref="imageSwitcherLink" class="Career__Switcher-link relative block text-brand-blue-darker group text-opacity-50 px-6 py-1 border-l border-opacity-50 transition ease-in-out duration-500 hover:text-opacity-100 hover:border-opacity-100 hover:border-brand-blue-light" :class="currentSlide === 4 ? 'opacity-100 border-current' : 'opacity-50'" @click="slider.select(4)"> <div class="transition-maxHeight overflow-hidden h-full" :style="currentSlide === 4 ? 'max-height:600px' : 'max-height: '+$refs.linkTitle.scrollHeight+'px'"> <span x-ref="linkTitle" class="flex items-center heading-four mb-4 font-bold cursor-pointer"> Tech, Data and Insight </span> <div x-ref="excerpt" class="group-hover:opacity-100 transition duration-500 body-small" :class="currentSlide === 4 ? 'opacity-100' : 'opacity-0'"> <div class="mb-4"> <p>Our technology, data, and insight teams are vital enablers of the business. We are constantly improving our technology to deliver better products for our customers and smarter working for our people. Keeping pace with industry developments and trends, our teams develop new skills across a diverse range of projects.</p> </div> <a class="button-primary" href="https://hansonwadegroup.teamtailor.com/departments/technology?subject=Tech, Data and Insight" target="_blank">Find Out More</a> </div> </div> </div> </li> <li class="Career__Switcher-link-container py-3 xlarge-text transform transition duration-500" :class="visible ? 'opacity-100 translate-x-0' : 'opacity-0 -translate-x-1/2'"> <div x-ref="imageSwitcherLink" class="Career__Switcher-link relative block text-brand-blue-darker group text-opacity-50 px-6 py-1 border-l border-opacity-50 transition ease-in-out duration-500 hover:text-opacity-100 hover:border-opacity-100 hover:border-brand-blue-light" :class="currentSlide === 5 ? 'opacity-100 border-current' : 'opacity-50'" @click="slider.select(5)"> <div class="transition-maxHeight overflow-hidden h-full" :style="currentSlide === 5 ? 'max-height:600px' : 'max-height: '+$refs.linkTitle.scrollHeight+'px'"> <span x-ref="linkTitle" class="flex items-center heading-four mb-4 font-bold cursor-pointer"> Finance </span> <div x-ref="excerpt" class="group-hover:opacity-100 transition duration-500 body-small" :class="currentSlide === 5 ? 'opacity-100' : 'opacity-0'"> <div class="mb-4"> <p>Our finance team manage both the internal finances at Hanson Wade Group and engage directly with a variety of clients within all sides of the business from conferences to data and intelligence products. Our finance team is made up accountants, credit controllers, and a variety of management level positions.</p> </div> <a class="button-primary" href="https://hansonwadegroup.teamtailor.com/departments/finance?subject=Finance" target="_blank">Find Out More</a> </div> </div> </div> </li> <li class="Career__Switcher-link-container py-3 xlarge-text transform transition duration-500" :class="visible ? 'opacity-100 translate-x-0' : 'opacity-0 -translate-x-1/2'"> <div x-ref="imageSwitcherLink" class="Career__Switcher-link relative block text-brand-blue-darker group text-opacity-50 px-6 py-1 border-l border-opacity-50 transition ease-in-out duration-500 hover:text-opacity-100 hover:border-opacity-100 hover:border-brand-blue-light" :class="currentSlide === 6 ? 'opacity-100 border-current' : 'opacity-50'" @click="slider.select(6)"> <div class="transition-maxHeight overflow-hidden h-full" :style="currentSlide === 6 ? 'max-height:600px' : 'max-height: '+$refs.linkTitle.scrollHeight+'px'"> <span x-ref="linkTitle" class="flex items-center heading-four mb-4 font-bold cursor-pointer"> People </span> <div x-ref="excerpt" class="group-hover:opacity-100 transition duration-500 body-small" :class="currentSlide === 6 ? 'opacity-100' : 'opacity-0'"> <div class="mb-4"> <p>Our People team consists of HR, Office Management, Recruitment, and Learning and Development. Our people team support Waders from the moment they apply for a role at Hanson Wade Group, to the day-to-day of their workday, and through all stages of their professional development with the business. This team is constantly working to improve both the candidate and employee experience at Hanson Wade Group.</p> </div> <a class="button-primary" href="https://hansonwadegroup.teamtailor.com/departments/people-team?subject=People" target="_blank">Find Out More</a> </div> </div> </div> </li> </ul> </div> </div> <div class="w-full md:w-1/2 relative max-h-[90vh] transform transition duration-500 delay-700" :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <div x-ref="imageSlider" class="h-full max-h-[90vh] w-full"> <div class="Career__Switcher-image-slide max-h-[90vh] h-full w-full overflow-hidden relative"> <img src="https://hansonwade.com/wp-content/uploads/2022/11/passion-for-science-150x150.png" data-src="https://hansonwade.com/wp-content/uploads/2022/11/passion-for-science.png" width="682" height="715" class="absolute w-full h-full top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2 object-cover lazy" alt="passion for science" data-srcset="https://hansonwade.com/wp-content/uploads/2022/11/passion-for-science-286x300.png 286w, https://hansonwade.com/wp-content/uploads/2022/11/passion-for-science.png 682w" data-sizes="(min-width: 1199px) 682px, (min-width: 992px) 682px, (min-width: 767px) 286px, (min-width: 375px) 100vw" /> </div> <div class="Career__Switcher-image-slide max-h-[90vh] h-full w-full overflow-hidden relative"> <img src="https://hansonwade.com/wp-content/uploads/2022/12/CAR-TCR-102-150x150.jpg" data-src="https://hansonwade.com/wp-content/uploads/2022/12/CAR-TCR-102-scaled.jpg" width="2560" height="1707" class="absolute w-full h-full top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2 object-cover lazy" alt="CAR-TCR-102" data-srcset="https://hansonwade.com/wp-content/uploads/2022/12/CAR-TCR-102-300x200.jpg 300w, https://hansonwade.com/wp-content/uploads/2022/12/CAR-TCR-102-1024x683.jpg 1024w, https://hansonwade.com/wp-content/uploads/2022/12/CAR-TCR-102-768x512.jpg 768w" data-sizes="(min-width: 1199px) 1024px, (min-width: 992px) 768px, (min-width: 767px) 300px, (min-width: 375px) 100vw" /> </div> <div class="Career__Switcher-image-slide max-h-[90vh] h-full w-full overflow-hidden relative"> <img src="https://hansonwade.com/wp-content/uploads/2024/01/Marketing-Management-Team-150x150.jpeg" data-src="https://hansonwade.com/wp-content/uploads/2024/01/Marketing-Management-Team.jpeg" width="2546" height="1819" class="absolute w-full h-full top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2 object-cover lazy" alt="Marketing Management Team" data-srcset="https://hansonwade.com/wp-content/uploads/2024/01/Marketing-Management-Team-300x214.jpeg 300w, https://hansonwade.com/wp-content/uploads/2024/01/Marketing-Management-Team-1024x732.jpeg 1024w, https://hansonwade.com/wp-content/uploads/2024/01/Marketing-Management-Team-768x549.jpeg 768w" data-sizes="(min-width: 1199px) 1024px, (min-width: 992px) 768px, (min-width: 767px) 300px, (min-width: 375px) 100vw" /> </div> <div class="Career__Switcher-image-slide max-h-[90vh] h-full w-full overflow-hidden relative"> <img src="https://hansonwade.com/wp-content/uploads/2022/12/customer-delivery-150x150.png" data-src="https://hansonwade.com/wp-content/uploads/2022/12/customer-delivery.png" width="682" height="850" class="absolute w-full h-full top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2 object-cover lazy" alt="customer delivery" data-srcset="https://hansonwade.com/wp-content/uploads/2022/12/customer-delivery-241x300.png 241w, https://hansonwade.com/wp-content/uploads/2022/12/customer-delivery.png 682w" data-sizes="(min-width: 1199px) 682px, (min-width: 992px) 682px, (min-width: 767px) 241px, (min-width: 375px) 100vw" /> </div> <div class="Career__Switcher-image-slide max-h-[90vh] h-full w-full overflow-hidden relative"> <img src="https://hansonwade.com/wp-content/uploads/2022/12/CPG_Hanson_Wade_Summer_Party_149-150x150.jpg" data-src="https://hansonwade.com/wp-content/uploads/2022/12/CPG_Hanson_Wade_Summer_Party_149.jpg" width="1200" height="800" class="absolute w-full h-full top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2 object-cover lazy" alt="CPG_Hanson_Wade_Summer_Party_149" data-srcset="https://hansonwade.com/wp-content/uploads/2022/12/CPG_Hanson_Wade_Summer_Party_149-300x200.jpg 300w, https://hansonwade.com/wp-content/uploads/2022/12/CPG_Hanson_Wade_Summer_Party_149-1024x683.jpg 1024w, https://hansonwade.com/wp-content/uploads/2022/12/CPG_Hanson_Wade_Summer_Party_149-768x512.jpg 768w, https://hansonwade.com/wp-content/uploads/2022/12/CPG_Hanson_Wade_Summer_Party_149.jpg 1200w" data-sizes="(min-width: 1199px) 1024px, (min-width: 992px) 768px, (min-width: 767px) 300px, (min-width: 375px) 100vw" /> </div> <div class="Career__Switcher-image-slide max-h-[90vh] h-full w-full overflow-hidden relative"> <img src="https://hansonwade.com/wp-content/uploads/2022/12/HR-150x150.png" data-src="https://hansonwade.com/wp-content/uploads/2022/12/HR.png" width="682" height="850" class="absolute w-full h-full top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2 object-cover lazy" alt="HR" data-srcset="https://hansonwade.com/wp-content/uploads/2022/12/HR-241x300.png 241w, https://hansonwade.com/wp-content/uploads/2022/12/HR.png 682w" data-sizes="(min-width: 1199px) 682px, (min-width: 992px) 682px, (min-width: 767px) 241px, (min-width: 375px) 100vw" /> </div> <div class="Career__Switcher-image-slide max-h-[90vh] h-full w-full overflow-hidden relative"> <img src="https://hansonwade.com/wp-content/uploads/2024/01/People-150x150.png" data-src="https://hansonwade.com/wp-content/uploads/2024/01/People.png" width="682" height="850" class="absolute w-full h-full top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2 object-cover lazy" alt="People" data-srcset="https://hansonwade.com/wp-content/uploads/2024/01/People-241x300.png 241w, https://hansonwade.com/wp-content/uploads/2024/01/People.png 682w" data-sizes="(min-width: 1199px) 682px, (min-width: 992px) 682px, (min-width: 767px) 241px, (min-width: 375px) 100vw" /> </div> </div> </div> </div> </div> </div> </section> <!--// Content Row --> <!-- Content Row --> <section class="relative block md:block lg:block text-content-dark" > <div class="container"> <div x-data="{visible: false}" x-cloak x-intersect.once="visible = true" class="Text flex flex-col md:flex-row justify-start padding-bottom-md border-t mt-8 pt-8 border-border-dark-grey/20 relative"> <div class="Text_Column flex justify-start md:w-[50%] "> <div class="flex flex-col z-10 transform transition duration-500 w-full" :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <h2 class="heading-three"><span style="color: #00114f;">Discover All Openings at Hanson Wade</span></h2> </div> </div> <div class="Text_Column flex justify-start md:w-[50%] "> <div class="flex flex-col z-10 transform transition duration-500 w-full" :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <p>If you want to start or further your career in a high-growth, dynamic and commercial life science organization we’d love to hear from you.</p> <div class="sm:-mx-2"> <a href="https://careers.hansonwadegroup.com/#jobs" target="_blank" class=" button-primary sm:mx-2 my-2" ><span>See All Job Openings</span></a> </div> </div> </div> </div> </div> </section> <!--// Content Row --> <!-- Content Row --> <section class="relative block md:block lg:block text-content-dark" > <div class="container"> <section x-data="testimonialSlider()" x-intersect.once="visible = true" class="Testimonial__Slider relative"> <div class="flex flex-col md:flex-row transition transform ease-in-out duration-300 " :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/4'"> <div class="w-full"> <div class="flex justify-between w-full mb-7 container border-t border-border-dark-grey/20 !pl-0 pt-10"> <div class="w-full md:w-1/4 mb-8 md:mb-0 flex-1 heading-four"> <h2 class="heading-three"><span style="color: #00114f;">Meet Some of Our Life Science People</span></h2> </div> <div class="flex justify-end md:justify-start flex-1 arrows"> <button type="button" class="w-10 h-10 flex items-center justify-center mr-[1.5rem] md:mr-[2.5rem] hover:bg-orange" @click="slider.previous(true)"><i class="icon ion-md-arrow-back"></i></button> <button type="button" class="w-10 h-10 flex items-center justify-center ml-[1.5rem] md:ml-[2.5rem]" @click="slider.next(true)"><i class="icon ion-md-arrow-forward"></i></button> </div> </div> <div class="mb-10 Testimonial__Slider-slides md:mt-[9rem] "> <div class="Testimonial__Slider-slide flex flex-1 flex-col w-full md:w-1/2 "> <img src="https://hansonwade.com/wp-content/uploads/2022/12/James-1-150x150.png" data-src="https://hansonwade.com/wp-content/uploads/2022/12/James-1.png" width="180" height="180" class="w-full h-full object-cover max-w-[99px] md:max-w-[150px] pb-8 lazy" alt="James" data-srcset="https://hansonwade.com/wp-content/uploads/2022/12/James-1.png 180w, https://hansonwade.com/wp-content/uploads/2022/12/James-1-150x150.png 150w" data-sizes="(min-width: 1199px) 180px, (min-width: 992px) 180px, (min-width: 767px) 180px, (min-width: 375px) 100vw" /> <div class="Testimonial__Slider-slide-content"> <p style="font-size: 24px;"><span class="body-small">“I’ve always had a powerful desire to understand how things work but when a lab career in biochemistry turned out to be too specific an application for that, it was a revelation to find a life science role at Hanson Wade. The questions in drug development are endless and diverse and through more than a decade of working at Hanson Wade I’ve seen how the right answers can transform the prospects of different drugs and whole sections of the industry”</span></p> </div> <div> James Eslea-MacDonald, MBiolSci </div> <div> Group Director, Intelligence </div> </div> <div class="Testimonial__Slider-slide flex flex-1 flex-col w-full md:w-1/2 "> <img src="https://hansonwade.com/wp-content/uploads/2022/12/Marcus-testimonial-150x150.png" data-src="https://hansonwade.com/wp-content/uploads/2022/12/Marcus-testimonial.png" width="180" height="180" class="w-full h-full object-cover max-w-[99px] md:max-w-[150px] pb-8 lazy" alt="Marcus testimonial" data-srcset="https://hansonwade.com/wp-content/uploads/2022/12/Marcus-testimonial.png 180w, https://hansonwade.com/wp-content/uploads/2022/12/Marcus-testimonial-150x150.png 150w" data-sizes="(min-width: 1199px) 180px, (min-width: 992px) 180px, (min-width: 767px) 180px, (min-width: 375px) 100vw" /> <div class="Testimonial__Slider-slide-content"> <p style="font-size: 24px;"><span class="body-small">“Leaving university with a genetics degree, I knew the laboratory setting wasn’t right for me. I wanted to work in a fast-paced business, with a strong team culture and enjoy the opportunities and fun that London offered. Looking back on my now 6 years of service it’s fair to say it has been a great ride. I built my strong sales knowledge within the Event Delegate Sales function which taught me a valuable lesson in the sales process and high activity where I ultimately became a Sales Manager and developed a large high-performance sales team. Now I have moved across to head up the SDR function for Beacon where I set processes and targets, train and develop my team and work on the market leading pharmaceutical intelligence database and as they say, the rest is history…”</span></p> </div> <div> Marcus Levitt </div> <div> Sales Manager, Beacon </div> </div> <div class="Testimonial__Slider-slide flex flex-1 flex-col w-full md:w-1/2 "> <img src="https://hansonwade.com/wp-content/uploads/2022/12/James-2-150x150.png" data-src="https://hansonwade.com/wp-content/uploads/2022/12/James-2.png" width="180" height="180" class="w-full h-full object-cover max-w-[99px] md:max-w-[150px] pb-8 lazy" alt="James (2)" data-srcset="https://hansonwade.com/wp-content/uploads/2022/12/James-2.png 180w, https://hansonwade.com/wp-content/uploads/2022/12/James-2-150x150.png 150w" data-sizes="(min-width: 1199px) 180px, (min-width: 992px) 180px, (min-width: 767px) 180px, (min-width: 375px) 100vw" /> <div class="Testimonial__Slider-slide-content"> <p><span class="body-small">“Searchlight is the ‘new kid on the block’ at Hanson Wade. Being only a few years old, and already demonstrating a serious revenue stream, it’s clear that Hanson Wade can branch out in a multitude of directions. As a Nutrition MSc and Biomed BSc graduate, I wanted to go into fast-paced London and to use my life sciences background. I moved to Hanson Wade and found the start-up mentality, and exciting culture something I knew I could develop in. The roles work closely with the academic and life science community, meaning I can be speaking with Harvard, AstraZeneca, and Moderna all in one afternoon.</span></p> <p><span class="body-small">What I’m very grateful for is how much the company have supported me in finding the role that best suits my skillset having moved between different functions and divisions. I was the first to join this new division and now we have over 100 clients”</span></p> </div> <div> James Milburn </div> <div> Senior Community Development Director, Searchlight </div> </div> <div class="Testimonial__Slider-slide flex flex-1 flex-col w-full md:w-1/2 "> <img src="https://hansonwade.com/wp-content/uploads/2022/12/Shima-2-150x150.png" data-src="https://hansonwade.com/wp-content/uploads/2022/12/Shima-2.png" width="180" height="180" class="w-full h-full object-cover max-w-[99px] md:max-w-[150px] pb-8 lazy" alt="Shima" data-srcset="https://hansonwade.com/wp-content/uploads/2022/12/Shima-2.png 180w, https://hansonwade.com/wp-content/uploads/2022/12/Shima-2-150x150.png 150w" data-sizes="(min-width: 1199px) 180px, (min-width: 992px) 180px, (min-width: 767px) 180px, (min-width: 375px) 100vw" /> <div class="Testimonial__Slider-slide-content"> <p style="font-size: 24px;"><span class="body-small">“As I concluded my PhD in Regenerative Medicine back in 2017, I was unsure about the career path I wanted to take. It was clear to me that I was more inspired towards a career that I could combine my passion for science with business development. An ideal career would have been one that was fast-paced, dynamic, and commercially driven whilst still serving the life science and biopharma industry. I found that ideal career path and more at Hanson Wade and looking back at my journey over the last 5 years to where I am today as a Managing Director, I am delighted to acknowledge that I have rapidly grown as a professional, gained a staggering number of new skills and have developed life-long valuable connections both at Hanson Wade and with the biopharma industry”</span></p> </div> <div> Shima Salmasi, PhD </div> <div> Managing Director </div> </div> </div> </div> </div> </section> </div> </section> <!--// Content Row --> <!-- Content Row --> <section class="relative block md:block lg:block text-content-dark" > <div class=""> <section x-data="{visible: false}" x-intersect.once="visible = true" class="Text__And__Image__Columns flex justify-center relative"> <div class="w-full"> <div class="flex flex-col sm:flex-row"> <div class="Text__And__Image__Columns-column w-full transform transition duration-300 sm:min-h-[550px] group sm:w-1/3 md:w-1/3 md:mb-0 border-t border-body/50" :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <a class="relative" href="https://hansonwade.com/why-we-do-it/" > <div class="block w-full h-full overflow-hidden relative group"> <img src="https://hansonwade.com/wp-content/uploads/2022/11/Who-we-are-150x150.png" data-src="https://hansonwade.com/wp-content/uploads/2022/11/Who-we-are.png" width="640" height="855" class="w-full h-full object-cover transition duration-300 opacity-100 group-hover:opacity-0 lazy" alt="Who we are" data-srcset="https://hansonwade.com/wp-content/uploads/2022/11/Who-we-are-225x300.png 225w, https://hansonwade.com/wp-content/uploads/2022/11/Who-we-are.png 640w" data-sizes="(min-width: 1199px) 640px, (min-width: 992px) 640px, (min-width: 767px) 225px, (min-width: 375px) 100vw" /> <div class="absolute w-full inset-0 bg-body opacity-40 group-hover:opacity-0 transform transition duration-300"> </div> <div class="absolute justify-between flex flex-col inset-0 py-8 sm:py-[5vh] px-[27px] sm:px-[5vw] text-content-light group-hover:text-content-dark"> <div> <div class="heading-five uppercase">About</div> <h2 class="heading-two">Why We Do It</h2> </div> <div> <p>We believe that specific, deep and comprehensive information supports increased approval rates, cheaper R&D and faster development of effective drugs to the right patients. Our niche approach to the market ensures our products and services address your specific challenges, in your exact scientific language.</p> <div> <div class="button-primary my-2"><span>Find out more</span></div> </div> </div> </div> </div> </a> </div> <div class="Text__And__Image__Columns-column w-full transform transition duration-300 sm:min-h-[550px] group sm:w-1/3 md:w-1/3 md:mb-0 border-t border-body/50 border-b sm:border-b-0 sm:border-l sm:border-r border-body/50" :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <a class="relative" href="https://hansonwade.com/what-we-do/" > <div class="block w-full h-full overflow-hidden relative group"> <img src="https://hansonwade.com/wp-content/uploads/2022/11/what-we-do-2-150x150.png" data-src="https://hansonwade.com/wp-content/uploads/2022/11/what-we-do-2.png" width="640" height="855" class="w-full h-full object-cover transition duration-300 opacity-100 group-hover:opacity-0 lazy" alt="what we do 2" data-srcset="https://hansonwade.com/wp-content/uploads/2022/11/what-we-do-2-225x300.png 225w, https://hansonwade.com/wp-content/uploads/2022/11/what-we-do-2.png 640w" data-sizes="(min-width: 1199px) 640px, (min-width: 992px) 640px, (min-width: 767px) 225px, (min-width: 375px) 100vw" /> <div class="absolute w-full inset-0 bg-body opacity-40 group-hover:opacity-0 transform transition duration-300"> </div> <div class="absolute justify-between flex flex-col inset-0 py-8 sm:py-[5vh] px-[27px] sm:px-[5vw] text-content-light group-hover:text-content-dark"> <div> <div class="heading-five uppercase">About</div> <h2 class="heading-two">What We Do</h2> </div> <div> <p>We create best in class products to suit your specific R&D needs. We bring expert communities together at our meetings; we provide the most comprehensive and tailored drugs and trials data; and we produce custom made market intelligence so you can bring better drugs to patients faster.</p> <div> <div class="button-primary my-2"><span>Find out more</span></div> </div> </div> </div> </div> </a> </div> <div class="Text__And__Image__Columns-column w-full transform transition duration-300 sm:min-h-[550px] group sm:w-1/3 md:w-1/3 md:mb-0 border-t border-body/50" :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <a class="relative" href="https://hansonwade.com/who-we-are/" > <div class="block w-full h-full overflow-hidden relative group"> <img src="https://hansonwade.com/wp-content/uploads/2022/11/Meet-the-team-2-150x150.png" data-src="https://hansonwade.com/wp-content/uploads/2022/11/Meet-the-team-2.png" width="640" height="855" class="w-full h-full object-cover transition duration-300 opacity-100 group-hover:opacity-0 lazy" alt="Meet the team 2" data-srcset="https://hansonwade.com/wp-content/uploads/2022/11/Meet-the-team-2-225x300.png 225w, https://hansonwade.com/wp-content/uploads/2022/11/Meet-the-team-2.png 640w" data-sizes="(min-width: 1199px) 640px, (min-width: 992px) 640px, (min-width: 767px) 225px, (min-width: 375px) 100vw" /> <div class="absolute w-full inset-0 bg-body opacity-40 group-hover:opacity-0 transform transition duration-300"> </div> <div class="absolute justify-between flex flex-col inset-0 py-8 sm:py-[5vh] px-[27px] sm:px-[5vw] text-content-light group-hover:text-content-dark"> <div> <div class="heading-five uppercase">About</div> <h2 class="heading-two">Who We Are</h2> </div> <div> <p>We believe our role in the drug development ecosystem is to empower and give confidence to the R&D investments and decisions being made today, that will deliver safer and more effective frontline therapies for tomorrow. All Waders are united to play this role and bring their own passion for research, science and business development.</p> <div> <div class="button-primary my-2"><span>Find out more</span></div> </div> </div> </div> </div> </a> </div> </div> </div> </section> </div> </section> <!--// Content Row --> <!-- Content Row --> <section class="relative block md:block lg:block padding-top-md padding-bottom-md text-content-light" > <div class="row-background w-full h-full absolute top-0 left-0 overflow-hidden"> <div class="w-full h-full bg-no-repeat bg-cover" style="background-image: url(https://hansonwade.com/wp-content/uploads/2022/10/cta-bg-colour.jpg);" ></div> </div> <div class="container"> <div x-data="{visible: false}" x-cloak x-intersect.once="visible = true" class="Text flex flex-col md:flex-row justify-center relative"> <div class="Text_Column flex justify-center md:w-[50%] "> <div class="flex flex-col z-10 transform transition duration-500 w-full" :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <h2 class="heading-two" style="text-align: center;">Curated Insight and Connections for Biopharma</h2> <p style="text-align: center;"><span class="body-large">Facilitating safe and effective drug development for more personalized and targeted patient populations</span></p> <div class="sm:-mx-2"> <a href="https://hansonwade.com/all-products/" class=" button-grey-gradient sm:mx-2 my-2" ><span class="sr-only">All Products</span><span>Browse Our Products</span></a> </div> </div> </div> </div> </div> </section> <!--// Content Row --> </article> </main> <footer id="site-footer"> <div class="Footer bg-brand-dark-blue" > <div class="footer-inner container relative flex flex-col md:flex-row py-10 md:py-[4rem] flex-wrap "> <div class="footer-col-left w-full md:w-auto flex-1"> <div class="logo mb-16"> <a href="https://hansonwadegroup.com/" class="block cursor-pointer"> <img src="https://hansonwade.com/wp-content/uploads/2023/02/hw-footer-logo.svg" data-src="https://hansonwade.com/wp-content/uploads/2023/02/hw-footer-logo.svg" width="297.498" height="79" class="attachment-full size-full lazy" alt="hw-footer-logo" /> </a> </div> <h3 class="heading-four font-light relative text-content-light md:max-w-[65%] mb-8 leading-[1.3]"> Facilitating safe and effective drug development for more personalized and targeted patient populations. </h3> <div class="flex flex-row text-content-light font-normal justify-between lg:justify-start sm:max-w-[90%] lg:max-w-[76%] xl:max-w-[80%]"> <div class="flex flex-row md:mr-16"> <div class="mr-2 md:mr-4 relative top-[0.25rem]"> <svg xmlns="http://www.w3.org/2000/svg" width="10.744" height="14.326" viewBox="0 0 10.744 14.326"> <path id="Icon_awesome-map-marker" data-name="Icon awesome-map-marker" d="M4.82,14.037C.755,8.143,0,7.538,0,5.372a5.372,5.372,0,0,1,10.744,0c0,2.166-.755,2.771-4.82,8.664a.672.672,0,0,1-1.1,0Z" fill="#fff"/> </svg> </div> <div class="flex flex-1 flex-col body-extra-small-one"> <span>Hanson Wade</span> <span>52 Grosvenor Gardens</span> <span>London, SW1W 0AU</span> </div> </div> <div class="flex flex-row"> <div class="mr-2 md:mr-4 relative top-[0.25rem]"> <svg xmlns="http://www.w3.org/2000/svg" width="14.326" height="14.326" viewBox="0 0 14.326 14.326"> <path id="Icon_material-person" data-name="Icon material-person" d="M13.163,13.163A3.582,3.582,0,1,0,9.582,9.582,3.581,3.581,0,0,0,13.163,13.163Zm0,1.791c-2.391,0-7.163,1.2-7.163,3.582v1.791H20.326V18.535C20.326,16.154,15.554,14.954,13.163,14.954Z" transform="translate(-6 -6)" fill="#fff"/> </svg> </div> <div class="flex flex-1 flex-col body-extra-small-one"> <span><a href="tel:tel:02031418700">+44 (0)20 3141 8700</a></span> <span><a href="/cdn-cgi/l/email-protection#f9"></a></span> </div> </div> </div> </div> <div class="footer-col-right flex flex-row w-full md:w-auto flex-1 justify-between md:justify-end xl:pl-16 mt-12 md:mt-0 flex-wrap sm:flex-nowrap text-content-light md:-mr-4"> <div class="content-col mb-6 md:mb-0 w-2/5 sm:w-auto sm:px-4 sm:min-w-[170px] lg:min-w-[190px] xl:min-w-[280px]"> <h4 class="content-heading mb-4 font-bold body-small"> <div class="border-t w-full mb-4 opacity-70"></div>Our Products by Type</h4> <div> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/life-sciences-conferences/">Conferences</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/beacon-life-sciences-data/">Beacon</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/intelligence-life-sciences-consultancy/">Intelligence</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/searchlight-hr-networking-events/">Searchlight</a></span></p> </div> </div> <div class="content-col mb-6 md:mb-0 w-2/5 sm:w-auto sm:px-4 sm:min-w-[170px] lg:min-w-[190px] xl:min-w-[280px]"> <h4 class="content-heading mb-4 font-bold body-small"> <div class="border-t w-full mb-4 opacity-70"></div>Our Products by Topic</h4> <div> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/adcs-engineered-antibodies-products/">ADCs & Engineered Antibodies</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/cell-therapy-products/"><span class="body-extra-small-one">Cell Therapy</span></a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/gene-therapy-products/"><span class="body-extra-small-one">Gene Therapy</span></a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/microbiome-products/">Microbiome</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/precision-oncology-products/"><span class="body-extra-small-one">Precision Oncology</span></a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/process-development-manufacturing-products/">Process Development & Manufacturing</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/protein-degradation-products/"><span class="body-extra-small-one">Protein Degradation</span></a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/rna-therapy-products/">RNA Therapy</a></span></p> </div> </div> <div class="content-col mb-6 md:mb-0 w-2/5 sm:w-auto sm:px-4 sm:min-w-[170px] lg:min-w-[190px] xl:min-w-[280px]"> <h4 class="content-heading mb-4 font-bold body-small"> <div class="border-t w-full mb-4 opacity-70"></div>Our Company</h4> <div> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/what-we-do/">What We Do</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/why-we-do-it/">Why We Do It</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/who-we-are/">Who We Are</a></span></p> <p><span class="body-extra-small-one"><a href="https://careers.hansonwadegroup.com/">Careers</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/contact-us/">Contact Us</a></span></p> </div> </div> <div class="content-col mb-6 md:mb-0 w-2/5 sm:w-auto sm:px-2.5 sm:min-w-[170px] lg:min-w-[190px] xl:min-w-[280px] block md:hidden"> <div> <p><span class="body-extra-small-one">© 2024 Hanson Wade</span></p> <p><span class="body-extra-small-one"><a href="https://www.plugandplaydesign.co.uk/wordpress-agency-london/">Web Design Agency</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwadegroup.com/privacy-policy/" target="_blank" rel="noopener">Privacy</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwadegroup.com/cookies/" target="_blank" rel="noopener">Cookies</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/wp-content/uploads/2023/01/Code-of-Ethics.pdf" target="_blank" rel="noopener">Code of Ethics</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwadegroup.com/modern-slavery/" target="_blank" rel="noopener">Modern Slavery</a></span></p> <p><a href="http://www.hansonwadegroup.com" target="_blank" rel="noopener"><span class="body-extra-small-one">A Hanson Wade Group Brand</span></a></p> </div> </div> </div> </div> <div class="relative"> <div class="border-t w-full mb-2 opacity-20"></div> <div class="flex flex-col sm:flex-row justify-between py-6 nav-container text-content-light"> <div class="bottom-row-content flex sm:items-center flex-col sm:flex-row w-full hidden md:flex"> <p><span class="body-extra-small-one">© 2024 Hanson Wade</span></p> <p><span class="body-extra-small-one"><a href="https://www.plugandplaydesign.co.uk/wordpress-agency-london/">Web Design Agency</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwadegroup.com/privacy-policy/" target="_blank" rel="noopener">Privacy</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwadegroup.com/cookies/" target="_blank" rel="noopener">Cookies</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/wp-content/uploads/2023/01/Code-of-Ethics.pdf" target="_blank" rel="noopener">Code of Ethics</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwadegroup.com/modern-slavery/" target="_blank" rel="noopener">Modern Slavery</a></span></p> <p><a href="http://www.hansonwadegroup.com" target="_blank" rel="noopener"><span class="body-extra-small-one">A Hanson Wade Group Brand</span></a></p> </div> <div> <ul class="flex items-center -mx-4 mt-4"> <li class="px-4 hover:opacity-70 transform transition duration-500"> <a href="https://uk.linkedin.com/company/hanson-wade" target="_blank" rel="noopener noreferrer"> <i class="icon ion-logo-linkedin text-2xl"></i> </a> </li> <li class="px-4 hover:opacity-70 transform transition duration-500"> <a href="https://www.youtube.com/channel/UCS5ZEWbuAbuNPzd-nBSAOew" target="_blank" rel="noopener noreferrer"> <i class="icon ion-logo-youtube text-2xl"></i> </a> </li> <li class="px-4 hover:opacity-70 transform transition duration-500"> <a href="https://twitter.com/hansonwade" target="_blank" rel="noopener noreferrer"> <i class="icon ion-logo-twitter text-2xl"></i> </a> </li> <li class="px-4 hover:opacity-70 transform transition duration-500"> <a href="https://www.instagram.com/hansonwadeltd/" target="_blank" rel="noopener noreferrer"> <i class="icon ion-logo-instagram text-2xl"></i> </a> </li> </ul> </div> </div> </div> </div> </footer> <div x-data="allModals()" id="all-modals" x-cloak> <div x-ref="modalSkeleton" id="Modal__Skeleton"> <div x-data="singleModal()" x-cloak @modalopen.window="handleModalOpen" class="ModalSkeleton" role="dialog" aria-label="Modal" aria-modal="true"> <div x-show="open" x-transition:enter="ease duration-300" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="ease duration-300" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="Modal__backdrop z-0 fixed inset-0 sm:blur-md bg-white sm:bg-transparent backdrop-blur-none transition-opacity" @click="handleModalClose" aria-hidden="true"></div> <div x-show="open" x-transition:enter="ease-out duration-600 transition-all" x-transition:enter-start="opacity-0 translate-x-full" x-transition:enter-end="opacity-100 translate-x-0" x-transition:leave="ease-in duration-500 transition-none" x-transition:leave-start="opacity-100 translate-x-0" x-transition:leave-end="opacity-0 translate-x-full" class="Modal__dialog-wrapper z-10 fixed inset-0 left-auto w-full sm:w-11/12 lg:w-10/12 xl:w-8/12 sm:h-screen bg-white overflow-hidden transform"> <div x-show="open" x-transition:enter="ease-out duration-500 delay-700 transition-all" x-transition:enter-start="opacity-0 translate-x-4 scale-95" x-transition:enter-end="opacity-100 translate-x-0 scale-100" x-transition:leave="ease-in transition-none" x-transition:leave-start="opacity-100 translate-x-0 scale-100" x-transition:leave-end="opacity-0 translate-x-4 scale-95" class="Modal__dialog relative w-full h-full transform"> <div class="Modal__content relative w-full h-full"> <header class="Modal__header relative top-0 z-10 h-12 w-full flex justify-end items-center container sm:max-w-none sm:px-10 md:px-12 pb-8 pt-8 sm:pt-12 md:pt-16 lg:pt-24"> <div class="Modal__navigation py-4 sm:py-10 lg:py-6"></div> <button @click="handleModalClose" class="Modal__close-btn" data-dismiss="modal" aria-label="Close"></button> </header> <div class="Modal__body w-full h-full absolute inset-0 overflow-x-hidden overflow-y-auto"> <p class="Modal__error hidden" x-cloak>An error has occurred, please try again later.An error has occurred, please try again later.</p> </div> <footer class="Modal__footer absolute bottom-0 w-full hidden justify-end items-center z-10"> </footer> </div> </div> </div> </div> </div> </div> <div x-data="contactModal()" x-cloak @opencontactmodal.window="show = true; $el.classList.remove('hidden')" class="flex flex-col sm:flex-row relative hidden"> <div class="z-[999999] absolute inset-0"> <div x-show="show" x-transition:enter="ease duration-300" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="ease duration-300" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="Modal__backdrop z-0 fixed inset-0 sm:blur-md bg-white sm:bg-transparent backdrop-blur-none transition-opacity" @click="handleModalClose" aria-hidden="true"></div> <div x-show="show" x-cloak x-transition:enter="ease-out duration-600 transition-all" x-transition:enter-start="opacity-0 translate-x-full" x-transition:enter-end="opacity-100 translate-x-0" x-transition:leave="ease-in duration-500 transition-none" x-transition:leave-start="opacity-100 translate-x-0" x-transition:leave-end="opacity-0 translate-x-full" class="Modal__dialog-wrapper z-10 fixed inset-0 left-auto w-full sm:w-11/12 lg:w-10/12 xl:w-8/12 sm:h-screen bg-white overflow-hidden transform"> <div x-show="show" x-cloak x-transition:enter="ease-out duration-500 delay-700 transition-all" x-transition:enter-start="opacity-0 translate-x-4 scale-95" x-transition:enter-end="opacity-100 translate-x-0 scale-100" x-transition:leave="ease-in transition-none" x-transition:leave-start="opacity-100 translate-x-0 scale-100" x-transition:leave-end="opacity-0 translate-x-4 scale-95" class="Modal__dialog relative w-full h-full transform"> <div class="Modal__content relative w-full h-full"> <header class="Modal__header relative top-0 z-10 h-12 w-full flex justify-end items-center container sm:max-w-none sm:px-10 md:px-12 pb-8 pt-8 sm:pt-12 md:pt-16 lg:pt-24"> <div class="Modal__navigation py-4 sm:py-10 lg:py-6"></div> <button @click="show = false" class="Modal__close-btn" data-dismiss="modal" aria-label="Close"></button> </header> <div class="Modal__body w-full h-full absolute inset-0 overflow-x-hidden overflow-y-auto"> <div class="flex flex-col sm:flex-row h-full"> <div class="Contact_Modal_Form relative w-full h-full"> <div class="relative flex flex-col md:flex-row justify-items-stretch h-full"> <div class="Contact_Modal_Form__col-1 h-full max-h-[100vh] overflow-y-auto"> <div class="pt-24 pb-24 h-full md:pl-20 md:pr-20 flex flex-col justify-start h-full"> <div> <h3 class="heading-three mb-4">Contact Us</h3> <div> Get in touch and we will get back to you. </div> <div class="mt-8"> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript"></script> <div class='gf_browser_chrome gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_2' ><div id='gf_2' class='gform_anchor' tabindex='-1'></div> <div class='gform_heading'> <h2 class="gform_title">Contact Modal</h2> <p class='gform_description'></p> </div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_2' id='gform_2' action='/careers/#gf_2' data-formid='2' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LcnbeQjAAAAAAE-3S47YDsRxBjhX3NU_r6PtYxC' data-tabindex='0'><input id="input_eb9e6b8e87b4620ae0ba879e0d28e4c2" class="gfield_recaptcha_response" type="hidden" name="input_eb9e6b8e87b4620ae0ba879e0d28e4c2" value=""/></div> <div class='gform-body gform_body'><div id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_2_1" class="gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_1" ><label class='gfield_label gform-field-label' for='input_2_1'>First Name*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_2_1' type='text' value='' class='large' placeholder='First Name' aria-required="true" aria-invalid="false" /></div></div><div id="field_2_3" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_3" ><label class='gfield_label gform-field-label' for='input_2_3'>Last Name*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_2_3' type='text' value='' class='large' placeholder='Last Name' aria-required="true" aria-invalid="false" /></div></div><div id="field_2_4" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_4" ><label class='gfield_label gform-field-label' for='input_2_4'>Job Title*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_4' id='input_2_4' type='text' value='' class='large' placeholder='Job Title' aria-required="true" aria-invalid="false" /></div></div><div id="field_2_5" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_5" ><label class='gfield_label gform-field-label' for='input_2_5'>Company*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_2_5' type='text' value='' class='large' placeholder='Company' aria-required="true" aria-invalid="false" /></div></div><div id="field_2_10" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_10" ><label class='gfield_label gform-field-label' for='input_2_10'>Country*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_10' id='input_2_10' type='text' value='' class='large' placeholder='Country' aria-required="true" aria-invalid="false" /></div></div><div id="field_2_7" class="gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_7" ><label class='gfield_label gform-field-label' for='input_2_7'>Email*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_7' id='input_2_7' type='email' value='' class='large' placeholder='Email' aria-required="true" aria-invalid="false" /> </div></div><div id="field_2_8" class="gfield gfield--type-phone gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_8" ><label class='gfield_label gform-field-label' for='input_2_8'>Phone Number*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_phone'><input name='input_8' id='input_2_8' type='tel' value='' class='large' placeholder='Phone Number' aria-required="true" aria-invalid="false" /></div></div><div id="field_2_9" class="gfield gfield--type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_9" ><label class='gfield_label gform-field-label' for='input_2_9'>Your Question/Message*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_textarea'><textarea name='input_9' id='input_2_9' class='textarea large' placeholder='Your Question...' aria-required="true" aria-invalid="false" rows='10' cols='50'></textarea></div></div></div></div> <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' onclick='gform.submission.handleButtonClick(this)' value='Submit' /> <input type='hidden' name='gform_ajax' value='form_id=2&title=1&description=1&tabindex=0&theme=gravity-theme' /> <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_2' value='iframe' /> <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='2' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsIjhiZDliNzNkNTA5M2E2NDlmYzRhY2Q4ZDYyNDU0M2NjIl0=' /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div> <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_2' id='gform_ajax_frame_2' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe> <script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https://hansonwade.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_2').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https://hansonwade.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_2').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [2, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 2, currentPage: current_page } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 2, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ </script> </div> </div> </div> </div> <div class="Contact_Modal_Form__col-2 h-full max-h-[100vh] overflow-y-auto"> <div class="pt-24 pb-24 h-full md:pl-20 md:pr-20 flex flex-col h-full"> <div> <h3 class="heading-three mb-4">Alternatively...</h3> </div> <div> <div class="body-large font-bold text-brand-dark-blue mb-2">Call Us</div> <div class="mb-4"> <div>United States</div> <div><a class="underline" href="tel:+14157353289">+1 415 735 3289</a></div> </div> <div class="mb-4"> <div>United Kingdom</div> <div><a class="underline" href="tel:+4402031418700"> +44 (0)203 141 8700</a></div> </div> </div> <div> </div> <div> <div class="body-large font-bold text-brand-dark-blue my-4">Our Address</div> <div class="mb-4"> <p>Hanson Wade Group<br /> 52 Grosvenor Gardens,<br /> London<br /> SW1W 0AU</p> <p> </p> </div> <div> <div x-data="googleMap()" data-map='{"lat":"-35.515881","lng":"149.601135"}' class="Google__Map relative w-full padding-bottom-md"> <div class="flex flex-col "> <div class="w-full"> <div x-ref="Map" class="Map flex-none sm:flex-1 h-0 w-full overflow-hidden"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <link rel='stylesheet' id='gform_basic-css' href='https://hansonwade.com/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='gform_theme_components-css' href='https://hansonwade.com/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='gform_theme-css' href='https://hansonwade.com/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css' type='text/css' media='all' /> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBK3SrH9gKJmZcB-Sr5d10e-fkkIpgV6gE" id="google_maps-js"></script> <script type="text/javascript" defer src="https://hansonwade.com/wp-content/themes/pegasus/dist/js/main.js" id="Main-js"></script> <script type="text/javascript" id="gforms_recaptcha_recaptcha-js-extra"> /* <![CDATA[ */ var gforms_recaptcha_recaptcha_strings = {"site_key":"6LcnbeQjAAAAAAE-3S47YDsRxBjhX3NU_r6PtYxC","ajaxurl":"https:\/\/hansonwade.com\/wp-admin\/admin-ajax.php","nonce":"fb2d7e66f5"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6LcnbeQjAAAAAAE-3S47YDsRxBjhX3NU_r6PtYxC" id="gforms_recaptcha_recaptcha-js"></script> <script type="text/javascript" src="https://hansonwade.com/wp-includes/js/dist/dom-ready.min.js" id="wp-dom-ready-js"></script> <script type="text/javascript" src="https://hansonwade.com/wp-includes/js/dist/hooks.min.js" id="wp-hooks-js"></script> <script type="text/javascript" src="https://hansonwade.com/wp-includes/js/dist/i18n.min.js" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" src="https://hansonwade.com/wp-includes/js/dist/a11y.min.js" id="wp-a11y-js"></script> <script type="text/javascript" defer='defer' src="https://hansonwade.com/wp-content/plugins/gravityforms/js/jquery.json.min.js" id="gform_json-js"></script> <script type="text/javascript" id="gform_gravityforms-js-extra"> /* <![CDATA[ */ var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/hansonwade.com\/wp-content\/plugins\/gravityforms\/images"}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"£","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/hansonwade.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/hansonwade.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"2fcc4eeaa5eb8939a1e99ffe609b0c64","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; /* ]]> */ </script> <script type="text/javascript" defer='defer' src="https://hansonwade.com/wp-content/plugins/gravityforms/js/gravityforms.min.js" id="gform_gravityforms-js"></script> <script type="text/javascript" defer='defer' src="https://hansonwade.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js" id="gform_placeholder-js"></script> <script type="text/javascript" defer='defer' src="https://hansonwade.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js" id="gform_gravityforms_utils-js"></script> <script type="text/javascript" defer='defer' src="https://hansonwade.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js" id="gform_gravityforms_theme_vendors-js"></script> <script type="text/javascript" id="gform_gravityforms_theme-js-extra"> /* <![CDATA[ */ var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"2fcc4eeaa5eb8939a1e99ffe609b0c64"},"ajax":{"ajaxurl":"https:\/\/hansonwade.com\/wp-admin\/admin-ajax.php","ajax_submission_nonce":"1a336be838","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https:\/\/hansonwade.com\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/","config_nonce":"3a0289fbb9"}; /* ]]> */ </script> <script type="text/javascript" defer='defer' src="https://hansonwade.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js" id="gform_gravityforms_theme-js"></script> <script type="text/javascript" src="https://hansonwade.com/wp-content/plugins/gravityformsrecaptcha/js/frontend.min.js" id="gforms_recaptcha_frontend-js"></script> <script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 2) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [2, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 2, currentPage: 1 } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 2, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ </script> </body> </html>