CINXE.COM
All Products - Hanson Wade
<!doctype html> <html class="html page-template-default page page-id-625" 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":"Direct","referrer":"https:\/\/hansonwade.com\/","visitor_type":"logged out","visitor_login_status":"logged out","visitor_id":0,"page_title":"All Products - Hanson Wade","post_type":"page","post_type_with_prefix":"single page","post_categories":"","post_tags":"","post_author":"pnpd-admin","post_full_date":"October 25, 2022","post_year":"2022","post_month":"10","post_day":"25","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>All Products - Hanson Wade</title> <meta name="description" content="Explore Hanson Wade's range of life science products, covering a wide variety of specialists. Biotech conferences and pharma conferences held around the world." /> <link rel="canonical" href="https://hansonwade.com/all-products/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="All Products - Hanson Wade" /> <meta property="og:description" content="Explore Hanson Wade's range of life science products, covering a wide variety of specialists. Biotech conferences and pharma conferences held around the world." /> <meta property="og:url" content="https://hansonwade.com/all-products/" /> <meta property="og:site_name" content="Hanson Wade" /> <meta property="article:modified_time" content="2024-06-04T08:51:40+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/all-products/","url":"https://hansonwade.com/all-products/","name":"All Products - Hanson Wade","isPartOf":{"@id":"https://hansonwade.com/#website"},"primaryImageOfPage":{"@id":"https://hansonwade.com/all-products/#primaryimage"},"image":{"@id":"https://hansonwade.com/all-products/#primaryimage"},"thumbnailUrl":"https://hansonwade.com/wp-content/uploads/2023/01/hansonwade_logo_RGB.jpg","datePublished":"2022-10-25T16:50:23+00:00","dateModified":"2024-06-04T08:51:40+00:00","description":"Explore Hanson Wade's range of life science products, covering a wide variety of specialists. Biotech conferences and pharma conferences held around the world.","breadcrumb":{"@id":"https://hansonwade.com/all-products/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://hansonwade.com/all-products/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://hansonwade.com/all-products/#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/all-products/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://hansonwade.com/"},{"@type":"ListItem","position":2,"name":"All Products"}]},{"@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\/all-products\/","page_referrer":"https:\/\/hansonwade.com\/"}; 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/625" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://hansonwade.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://hansonwade.com/?p=625' /> <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%2Fall-products%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%2Fall-products%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 " :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 -current " :class="(scrolled || megamenu !== null ? 'my-8' : 'my-10')"> <a href="https://hansonwade.com/all-products/" target="" class="link whitespace-nowrap transform transition duration-300" :class="[(scrolled || megamenu !== null ? 'text-content-dark ' : 'text-content-light')]" > All Products </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/life-sciences-conferences/" target="" class="link whitespace-nowrap transform transition duration-300" :class="[(scrolled || megamenu !== null ? 'text-content-dark ' : 'text-content-light')]" > Conferences </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/beacon-life-sciences-data/" target="" class="link whitespace-nowrap transform transition duration-300" :class="[(scrolled || megamenu !== null ? 'text-content-dark ' : 'text-content-light')]" > Beacon </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/intelligence-life-sciences-consultancy/" target="" class="link whitespace-nowrap transform transition duration-300" :class="[(scrolled || megamenu !== null ? 'text-content-dark ' : 'text-content-light')]" > Intelligence </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/searchlight-hr-networking-events/" target="" class="link whitespace-nowrap transform transition duration-300" :class="[(scrolled || megamenu !== null ? 'text-content-dark ' : 'text-content-light')]" > Searchlight </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 -current-underline"> <a href="https://hansonwade.com/all-products/" target=""> All Products </a> </li> <li class="py-3 text-[16px] font-normal "> <a href="https://hansonwade.com/life-sciences-conferences/" target=""> Conferences </a> </li> <li class="py-3 text-[16px] font-normal "> <a href="https://hansonwade.com/beacon-life-sciences-data/" target=""> Beacon </a> </li> <li class="py-3 text-[16px] font-normal "> <a href="https://hansonwade.com/intelligence-life-sciences-consultancy/" target=""> Intelligence </a> </li> <li class="py-3 text-[16px] font-normal "> <a href="https://hansonwade.com/searchlight-hr-networking-events/" target=""> Searchlight </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-625"> <!-- 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-small.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">All Products</h1> <p>Across 200+ conferences annually, year-round expert networks, bespoke market research services and uniquely structured drugs and trials databases, all Hanson Wade products are united by a deep level of research and precise understanding of scientific content. Whether through world-class speakers, original analysis or industry-defining databases, this knowledge is delivered through a premium customer experience.</p> </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-top-xs padding-bottom-xs 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;">Better Drugs to Patients Faster</h1> </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>All Hanson Wade products focus on structuring data, content, and insight in emerging and complex niches of drug discovery and development. They provide the definitive quality and comprehensive coverage needed to get better drugs to patients faster.</p> <p>Every single information product and service exists to improve and optimize the critical decisions fuelling today’s complex drug development landscape.</p> </div> </div> </div> </div> </section> <!--// Content Row --> <!-- Content Row --> <section class="relative block md:block lg:block text-content-dark" > <div class=""> <div x-data="postFilters()"> <section class="Post__Grid-filters relative z-40 bg-brand-white" @click.away="openMenu = null"> <div x-show="isLoading" class="absolute w-full h-full top-0 left-0 bg-white bg-opacity-60 z-[999] flex items-center justify-center"> <svg role="status" class=" w-12 h-12 text-white animate-spin fill-brand-orange z-10" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z" fill="currentColor"/> <path d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z" fill="currentFill"/> </svg> </div> <div class="relative"> <div class="w-full border-b border-mist"> <h2 class="heading-three"></h2> <div class="bg-white container py-4"> <div class="relative"> <svg class="absolute left-3 top-2.5 w-5 h-5 text-gray-500" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" d="M12.9 14.32a8 8 0 111.414-1.414l4.586 4.586a1 1 0 01-1.414 1.414l-4.586-4.586zM8 14A6 6 0 108 2a6 6 0 000 12z" clip-rule="evenodd"></path> </svg> <input x-model="term" name="filter-search" type="text" class="pl-10 pr-4 py-2 border border-gray-300 rounded-lg" placeholder="Search for products"> </div> </div> </div> <div class="Post__Grid-filters-container container flex flex-col md:flex-row items-start md:items-center justify-between py-2"> <div class="flex-1 w-full flex flex-col md:flex-row md:items-center flex-start"> <div class="body-extra-small-one font-normal text-black md:border-r border-border-dark-grey/20 mr-4 pr-4 py-4 flex items-center flex-row"> <svg xmlns="http://www.w3.org/2000/svg" width="21.214" height="14.143" viewBox="0 0 21.214 14.143" class="mr-2"> <path id="Icon_material-filter-list" data-name="Icon material-filter-list" d="M12.75,23.143h4.714V20.785H12.75ZM4.5,9v2.357H25.714V9Zm3.536,8.25H22.178V14.893H8.036Z" transform="translate(-4.5 -9)" fill="#1d1d1d"/> </svg> <div>Filter <span x-show="numOfProductsChange" x-text="numOfProducts"></span><span x-show="!numOfProductsChange">182</span> <span>Products By</span> </div> </div> <button @click="openMenu === null ? openMenu = 'type' : openMenu = null" type="button" class="Post__Grid-filters-button py-4 md:px-5 md:mr-2 flex items-center justify-between relative transition" :class="openMenu === 'type' ? 'md:bg-button-grey-active opacity-100 active-button' : ''"> <span class="label pr-4 body-extra-small-one font-normal text-black">Type</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7.778" viewBox="0 0 13.435 7.778" class="transition duration-500 transform" :class="openMenu === 'type' ? 'rotate-180' : ''"> <g id="Group_2143" data-name="Group 2143"></g> <g id="Group_2143" data-name="Group 2143" transform="translate(709.582 7.901) rotate(135)"> <line id="Line_347" data-name="Line 347" x2="8" transform="translate(488.163 497.837)" fill="none" stroke="#233746" stroke-linecap="square" stroke-width="1.5"/> <line id="Line_348" data-name="Line 348" x2="8" transform="translate(496.163 497.837) rotate(90)" fill="none" stroke="#233746" stroke-linecap="square" stroke-width="1.5"/> </g> </svg> </button> <div class="md:hidden justify-center flex"> <div x-show="openMenu === 'type'" x-cloak class="flex items-center flex-wrap py-4 sm:py-12 w-full z-50 bg-brand-white filter-menu"> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('type', 'conference') && '1' == '1' ){toggleFilterValue('filter-type', 'conference', 'Conference', '');}" @click="[updateFilter('filter-type','conference', ''), pegasus.toggleArrayValue(selectedChildFilter, '0')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-type', 'conference', 'Conference', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('type', 'conference')){ return 'active-filter text-content-light' }">Conference</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('type', 'beacon') && '1' == '1' ){toggleFilterValue('filter-type', 'beacon', 'Beacon', '');}" @click="[updateFilter('filter-type','beacon', ''), pegasus.toggleArrayValue(selectedChildFilter, '1')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-type', 'beacon', 'Beacon', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('type', 'beacon')){ return 'active-filter text-content-light' }">Beacon</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('type', 'intelligence') && '1' == '1' ){toggleFilterValue('filter-type', 'intelligence', 'Intelligence', '');}" @click="[updateFilter('filter-type','intelligence', ''), pegasus.toggleArrayValue(selectedChildFilter, '2')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-type', 'intelligence', 'Intelligence', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('type', 'intelligence')){ return 'active-filter text-content-light' }">Intelligence</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('type', 'searchlight') && '1' == '1' ){toggleFilterValue('filter-type', 'searchlight', 'Searchlight', '');}" @click="[updateFilter('filter-type','searchlight', ''), pegasus.toggleArrayValue(selectedChildFilter, '3')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-type', 'searchlight', 'Searchlight', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('type', 'searchlight')){ return 'active-filter text-content-light' }">Searchlight</button> </div> </div> <button @click="openMenu === null ? openMenu = 'topic' : openMenu = null" type="button" class="Post__Grid-filters-button py-4 md:px-5 md:mr-2 flex items-center justify-between relative transition" :class="openMenu === 'topic' ? 'md:bg-button-grey-active opacity-100 active-button' : ''"> <span class="label pr-4 body-extra-small-one font-normal text-black">Topic</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7.778" viewBox="0 0 13.435 7.778" class="transition duration-500 transform" :class="openMenu === 'topic' ? 'rotate-180' : ''"> <g id="Group_2143" data-name="Group 2143"></g> <g id="Group_2143" data-name="Group 2143" transform="translate(709.582 7.901) rotate(135)"> <line id="Line_347" data-name="Line 347" x2="8" transform="translate(488.163 497.837)" fill="none" stroke="#233746" stroke-linecap="square" stroke-width="1.5"/> <line id="Line_348" data-name="Line 348" x2="8" transform="translate(496.163 497.837) rotate(90)" fill="none" stroke="#233746" stroke-linecap="square" stroke-width="1.5"/> </g> </svg> </button> <div class="md:hidden justify-center flex"> <div x-show="openMenu === 'topic'" x-cloak class="flex items-center flex-wrap py-4 sm:py-12 w-full z-50 bg-brand-white filter-menu"> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('topic', 'adcs-engineered-antibodies') && '1' == '1' ){toggleFilterValue('filter-topic', 'adcs-engineered-antibodies', 'ADCs & Engineered Antibodies', '');}" @click="[updateFilter('filter-topic','adcs-engineered-antibodies', ''), pegasus.toggleArrayValue(selectedChildFilter, '282')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'adcs-engineered-antibodies', 'ADCs & Engineered Antibodies', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#721dad" :class="if(filterIsSelected('topic', 'adcs-engineered-antibodies')){ return 'active-filter text-content-light' }">ADCs & Engineered Antibodies</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('topic', 'autoimmune-immunology') && '1' == '1' ){toggleFilterValue('filter-topic', 'autoimmune-immunology', 'Autoimmune & Immunology', '');}" @click="[updateFilter('filter-topic','autoimmune-immunology', ''), pegasus.toggleArrayValue(selectedChildFilter, '403')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'autoimmune-immunology', 'Autoimmune & Immunology', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#990000" :class="if(filterIsSelected('topic', 'autoimmune-immunology')){ return 'active-filter text-content-light' }">Autoimmune & Immunology</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('topic', 'cell-therapy') && '1' == '1' ){toggleFilterValue('filter-topic', 'cell-therapy', 'Cell Therapy', '');}" @click="[updateFilter('filter-topic','cell-therapy', ''), pegasus.toggleArrayValue(selectedChildFilter, '268')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'cell-therapy', 'Cell Therapy', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#ce1523" :class="if(filterIsSelected('topic', 'cell-therapy')){ return 'active-filter text-content-light' }">Cell Therapy</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('topic', 'cns') && '1' == '1' ){toggleFilterValue('filter-topic', 'cns', 'CNS', '');}" @click="[updateFilter('filter-topic','cns', ''), pegasus.toggleArrayValue(selectedChildFilter, '402')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'cns', 'CNS', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#662680" :class="if(filterIsSelected('topic', 'cns')){ return 'active-filter text-content-light' }">CNS</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('topic', 'gene-therapy') && '1' == '1' ){toggleFilterValue('filter-topic', 'gene-therapy', 'Gene Therapy', '');}" @click="[updateFilter('filter-topic','gene-therapy', ''), pegasus.toggleArrayValue(selectedChildFilter, '288')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'gene-therapy', 'Gene Therapy', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#0b4270" :class="if(filterIsSelected('topic', 'gene-therapy')){ return 'active-filter text-content-light' }">Gene Therapy</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('topic', 'hr') && '1' == '1' ){toggleFilterValue('filter-topic', 'hr', 'HR', '');}" @click="[updateFilter('filter-topic','hr', ''), pegasus.toggleArrayValue(selectedChildFilter, '314')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'hr', 'HR', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('topic', 'hr')){ return 'active-filter text-content-light' }">HR</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('topic', 'microbiome') && '1' == '1' ){toggleFilterValue('filter-topic', 'microbiome', 'Microbiome', '');}" @click="[updateFilter('filter-topic','microbiome', ''), pegasus.toggleArrayValue(selectedChildFilter, '284')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'microbiome', 'Microbiome', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#dc1779" :class="if(filterIsSelected('topic', 'microbiome')){ return 'active-filter text-content-light' }">Microbiome</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('topic', 'precision-oncology') && '1' == '1' ){toggleFilterValue('filter-topic', 'precision-oncology', 'Precision Oncology', '');}" @click="[updateFilter('filter-topic','precision-oncology', ''), pegasus.toggleArrayValue(selectedChildFilter, '255')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'precision-oncology', 'Precision Oncology', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#00a6a8" :class="if(filterIsSelected('topic', 'precision-oncology')){ return 'active-filter text-content-light' }">Precision Oncology</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('topic', 'process-development-manufacturing') && '1' == '1' ){toggleFilterValue('filter-topic', 'process-development-manufacturing', 'Process Development & Manufacturing', '');}" @click="[updateFilter('filter-topic','process-development-manufacturing', ''), pegasus.toggleArrayValue(selectedChildFilter, '286')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'process-development-manufacturing', 'Process Development & Manufacturing', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#df5d27" :class="if(filterIsSelected('topic', 'process-development-manufacturing')){ return 'active-filter text-content-light' }">Process Development & Manufacturing</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('topic', 'project-type') && '1' == '1' ){toggleFilterValue('filter-topic', 'project-type', 'Project Type', '');}" @click="[updateFilter('filter-topic','project-type', ''), pegasus.toggleArrayValue(selectedChildFilter, '393')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'project-type', 'Project Type', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('topic', 'project-type')){ return 'active-filter text-content-light' }">Project Type</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('topic', 'protein-degradation') && '1' == '1' ){toggleFilterValue('filter-topic', 'protein-degradation', 'Protein Degradation', '');}" @click="[updateFilter('filter-topic','protein-degradation', ''), pegasus.toggleArrayValue(selectedChildFilter, '278')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'protein-degradation', 'Protein Degradation', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#006943" :class="if(filterIsSelected('topic', 'protein-degradation')){ return 'active-filter text-content-light' }">Protein Degradation</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('topic', 'rna-therapy') && '1' == '1' ){toggleFilterValue('filter-topic', 'rna-therapy', 'RNA Therapy', '');}" @click="[updateFilter('filter-topic','rna-therapy', ''), pegasus.toggleArrayValue(selectedChildFilter, '264')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'rna-therapy', 'RNA Therapy', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#50c966" :class="if(filterIsSelected('topic', 'rna-therapy')){ return 'active-filter text-content-light' }">RNA Therapy</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('topic', 'sustainability') && '1' == '1' ){toggleFilterValue('filter-topic', 'sustainability', 'Sustainability', '');}" @click="[updateFilter('filter-topic','sustainability', ''), pegasus.toggleArrayValue(selectedChildFilter, '395')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'sustainability', 'Sustainability', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('topic', 'sustainability')){ return 'active-filter text-content-light' }">Sustainability</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('topic', 'ta') && '1' == '1' ){toggleFilterValue('filter-topic', 'ta', 'TA', '');}" @click="[updateFilter('filter-topic','ta', ''), pegasus.toggleArrayValue(selectedChildFilter, '382')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'ta', 'TA', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('topic', 'ta')){ return 'active-filter text-content-light' }">TA</button> </div> </div> <button @click="openMenu === null ? openMenu = 'modality' : openMenu = null" type="button" class="Post__Grid-filters-button py-4 md:px-5 md:mr-2 flex items-center justify-between relative transition" :class="openMenu === 'modality' ? 'md:bg-button-grey-active opacity-100 active-button' : ''"> <span class="label pr-4 body-extra-small-one font-normal text-black">Modality</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7.778" viewBox="0 0 13.435 7.778" class="transition duration-500 transform" :class="openMenu === 'modality' ? 'rotate-180' : ''"> <g id="Group_2143" data-name="Group 2143"></g> <g id="Group_2143" data-name="Group 2143" transform="translate(709.582 7.901) rotate(135)"> <line id="Line_347" data-name="Line 347" x2="8" transform="translate(488.163 497.837)" fill="none" stroke="#233746" stroke-linecap="square" stroke-width="1.5"/> <line id="Line_348" data-name="Line 348" x2="8" transform="translate(496.163 497.837) rotate(90)" fill="none" stroke="#233746" stroke-linecap="square" stroke-width="1.5"/> </g> </svg> </button> <div class="md:hidden justify-center flex"> <div x-show="openMenu === 'modality'" x-cloak class="flex items-center flex-wrap py-4 sm:py-12 w-full z-50 bg-brand-white filter-menu"> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'advanced-therapies') && '1' == '' ){toggleFilterValue('filter-modality', 'advanced-therapies', 'Advanced Therapies', 'cell-therapy,gene-therapy,microbiome,oncolytic-virotherapies,regenerative-medicine,rna-therapeutics,vaccine');}" @click="[updateFilter('filter-modality','advanced-therapies', 'cell-therapy,gene-therapy,microbiome,oncolytic-virotherapies,regenerative-medicine,rna-therapeutics,vaccine'), pegasus.toggleArrayValue(selectedChildFilter, '261')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'advanced-therapies', 'Advanced Therapies', 'cell-therapy,gene-therapy,microbiome,oncolytic-virotherapies,regenerative-medicine,rna-therapeutics,vaccine');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('modality', 'advanced-therapies')){ return 'active-filter text-content-light' }">Advanced Therapies</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'biologics') && '1' == '' ){toggleFilterValue('filter-modality', 'biologics', 'Biologics', 'adc,cytokine-therapies,multispecific,naked-antibodies,oligonucleotides,radiopharmaceutical');}" @click="[updateFilter('filter-modality','biologics', 'adc,cytokine-therapies,multispecific,naked-antibodies,oligonucleotides,radiopharmaceutical'), pegasus.toggleArrayValue(selectedChildFilter, '259')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'biologics', 'Biologics', 'adc,cytokine-therapies,multispecific,naked-antibodies,oligonucleotides,radiopharmaceutical');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('modality', 'biologics')){ return 'active-filter text-content-light' }">Biologics</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'novel-food') && '1' == '1' ){toggleFilterValue('filter-modality', 'novel-food', 'Novel Food', '');}" @click="[updateFilter('filter-modality','novel-food', ''), pegasus.toggleArrayValue(selectedChildFilter, '358')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'novel-food', 'Novel Food', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('modality', 'novel-food')){ return 'active-filter text-content-light' }">Novel Food</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'small-molecules') && '1' == '' ){toggleFilterValue('filter-modality', 'small-molecules', 'Small Molecules', 'ddr,inhibitors,protein-degradation');}" @click="[updateFilter('filter-modality','small-molecules', 'ddr,inhibitors,protein-degradation'), pegasus.toggleArrayValue(selectedChildFilter, '270')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'small-molecules', 'Small Molecules', 'ddr,inhibitors,protein-degradation');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('modality', 'small-molecules')){ return 'active-filter text-content-light' }">Small Molecules</button> <div class="block w-full border-t pt-2" x-show="selectedChildFilter.includes('261')" x-init="if(window.outerWidth <= 991 && typeof filterData['filter-modality'] !== 'undefined' && filterData['filter-modality'].includes('advanced-therapies')){pegasus.toggleArrayValue(selectedChildFilter, '261'); toggleFilterValue('filter-modality', 'advanced-therapies', 'Advanced Therapies');}" x-collapse.duration.500ms > <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'cell-therapy')){toggleFilterValue('filter-modality', 'cell-therapy', 'Cell Therapy');}" @click="updateFilter('filter-modality','cell-therapy'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'cell-therapy', 'Cell Therapy');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'cell-therapy')){ return 'active-filter text-content-light' }">Cell Therapy</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'gene-therapy')){toggleFilterValue('filter-modality', 'gene-therapy', 'Gene Therapy');}" @click="updateFilter('filter-modality','gene-therapy'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'gene-therapy', 'Gene Therapy');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'gene-therapy')){ return 'active-filter text-content-light' }">Gene Therapy</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'microbiome')){toggleFilterValue('filter-modality', 'microbiome', 'Microbiome');}" @click="updateFilter('filter-modality','microbiome'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'microbiome', 'Microbiome');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'microbiome')){ return 'active-filter text-content-light' }">Microbiome</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'oncolytic-virotherapies')){toggleFilterValue('filter-modality', 'oncolytic-virotherapies', 'Oncolytic Virotherapies');}" @click="updateFilter('filter-modality','oncolytic-virotherapies'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'oncolytic-virotherapies', 'Oncolytic Virotherapies');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'oncolytic-virotherapies')){ return 'active-filter text-content-light' }">Oncolytic Virotherapies</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'regenerative-medicine')){toggleFilterValue('filter-modality', 'regenerative-medicine', 'Regenerative Medicine');}" @click="updateFilter('filter-modality','regenerative-medicine'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'regenerative-medicine', 'Regenerative Medicine');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'regenerative-medicine')){ return 'active-filter text-content-light' }">Regenerative Medicine</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'rna-therapeutics')){toggleFilterValue('filter-modality', 'rna-therapeutics', 'RNA Therapeutics');}" @click="updateFilter('filter-modality','rna-therapeutics'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'rna-therapeutics', 'RNA Therapeutics');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'rna-therapeutics')){ return 'active-filter text-content-light' }">RNA Therapeutics</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'vaccine')){toggleFilterValue('filter-modality', 'vaccine', 'Vaccine');}" @click="updateFilter('filter-modality','vaccine'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'vaccine', 'Vaccine');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'vaccine')){ return 'active-filter text-content-light' }">Vaccine</button> </div> <div class="block w-full border-t pt-2" x-show="selectedChildFilter.includes('259')" x-init="if(window.outerWidth <= 991 && typeof filterData['filter-modality'] !== 'undefined' && filterData['filter-modality'].includes('biologics')){pegasus.toggleArrayValue(selectedChildFilter, '259'); toggleFilterValue('filter-modality', 'biologics', 'Biologics');}" x-collapse.duration.500ms > <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'adc')){toggleFilterValue('filter-modality', 'adc', 'ADC');}" @click="updateFilter('filter-modality','adc'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'adc', 'ADC');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'adc')){ return 'active-filter text-content-light' }">ADC</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'cytokine-therapies')){toggleFilterValue('filter-modality', 'cytokine-therapies', 'Cytokine Therapies');}" @click="updateFilter('filter-modality','cytokine-therapies'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'cytokine-therapies', 'Cytokine Therapies');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'cytokine-therapies')){ return 'active-filter text-content-light' }">Cytokine Therapies</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'multispecific')){toggleFilterValue('filter-modality', 'multispecific', 'Multispecific');}" @click="updateFilter('filter-modality','multispecific'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'multispecific', 'Multispecific');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'multispecific')){ return 'active-filter text-content-light' }">Multispecific</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'naked-antibodies')){toggleFilterValue('filter-modality', 'naked-antibodies', 'Naked Antibodies');}" @click="updateFilter('filter-modality','naked-antibodies'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'naked-antibodies', 'Naked Antibodies');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'naked-antibodies')){ return 'active-filter text-content-light' }">Naked Antibodies</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'oligonucleotides')){toggleFilterValue('filter-modality', 'oligonucleotides', 'Oligonucleotides');}" @click="updateFilter('filter-modality','oligonucleotides'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'oligonucleotides', 'Oligonucleotides');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'oligonucleotides')){ return 'active-filter text-content-light' }">Oligonucleotides</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'radiopharmaceutical')){toggleFilterValue('filter-modality', 'radiopharmaceutical', 'Radiopharmaceutical');}" @click="updateFilter('filter-modality','radiopharmaceutical'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'radiopharmaceutical', 'Radiopharmaceutical');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'radiopharmaceutical')){ return 'active-filter text-content-light' }">Radiopharmaceutical</button> </div> <div class="block w-full border-t pt-2" x-show="selectedChildFilter.includes('270')" x-init="if(window.outerWidth <= 991 && typeof filterData['filter-modality'] !== 'undefined' && filterData['filter-modality'].includes('small-molecules')){pegasus.toggleArrayValue(selectedChildFilter, '270'); toggleFilterValue('filter-modality', 'small-molecules', 'Small Molecules');}" x-collapse.duration.500ms > <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'ddr')){toggleFilterValue('filter-modality', 'ddr', 'DDR');}" @click="updateFilter('filter-modality','ddr'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'ddr', 'DDR');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'ddr')){ return 'active-filter text-content-light' }">DDR</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'inhibitors')){toggleFilterValue('filter-modality', 'inhibitors', 'Inhibitors');}" @click="updateFilter('filter-modality','inhibitors'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'inhibitors', 'Inhibitors');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'inhibitors')){ return 'active-filter text-content-light' }">Inhibitors</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('modality', 'protein-degradation')){toggleFilterValue('filter-modality', 'protein-degradation', 'Protein Degradation');}" @click="updateFilter('filter-modality','protein-degradation'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'protein-degradation', 'Protein Degradation');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'protein-degradation')){ return 'active-filter text-content-light' }">Protein Degradation</button> </div> </div> </div> <button @click="openMenu === null ? openMenu = 'disease' : openMenu = null" type="button" class="Post__Grid-filters-button py-4 md:px-5 md:mr-2 flex items-center justify-between relative transition" :class="openMenu === 'disease' ? 'md:bg-button-grey-active opacity-100 active-button' : ''"> <span class="label pr-4 body-extra-small-one font-normal text-black">Disease</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7.778" viewBox="0 0 13.435 7.778" class="transition duration-500 transform" :class="openMenu === 'disease' ? 'rotate-180' : ''"> <g id="Group_2143" data-name="Group 2143"></g> <g id="Group_2143" data-name="Group 2143" transform="translate(709.582 7.901) rotate(135)"> <line id="Line_347" data-name="Line 347" x2="8" transform="translate(488.163 497.837)" fill="none" stroke="#233746" stroke-linecap="square" stroke-width="1.5"/> <line id="Line_348" data-name="Line 348" x2="8" transform="translate(496.163 497.837) rotate(90)" fill="none" stroke="#233746" stroke-linecap="square" stroke-width="1.5"/> </g> </svg> </button> <div class="md:hidden justify-center flex"> <div x-show="openMenu === 'disease'" x-cloak class="flex items-center flex-wrap py-4 sm:py-12 w-full z-50 bg-brand-white filter-menu"> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('disease', 'autoimmune-inflammation') && '1' == '1' ){toggleFilterValue('filter-disease', 'autoimmune-inflammation', 'Autoimmune & Inflammation', '');}" @click="[updateFilter('filter-disease','autoimmune-inflammation', ''), pegasus.toggleArrayValue(selectedChildFilter, '285')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'autoimmune-inflammation', 'Autoimmune & Inflammation', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'autoimmune-inflammation')){ return 'active-filter text-content-light' }">Autoimmune & Inflammation</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('disease', 'biomarkers') && '1' == '1' ){toggleFilterValue('filter-disease', 'biomarkers', 'Biomarkers', '');}" @click="[updateFilter('filter-disease','biomarkers', ''), pegasus.toggleArrayValue(selectedChildFilter, '299')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'biomarkers', 'Biomarkers', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'biomarkers')){ return 'active-filter text-content-light' }">Biomarkers</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('disease', 'cardiovascular-renal-metabolism') && '1' == '1' ){toggleFilterValue('filter-disease', 'cardiovascular-renal-metabolism', 'Cardiovascular, Renal & Metabolism', '');}" @click="[updateFilter('filter-disease','cardiovascular-renal-metabolism', ''), pegasus.toggleArrayValue(selectedChildFilter, '273')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'cardiovascular-renal-metabolism', 'Cardiovascular, Renal & Metabolism', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'cardiovascular-renal-metabolism')){ return 'active-filter text-content-light' }">Cardiovascular, Renal & Metabolism</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('disease', 'dermatology') && '1' == '1' ){toggleFilterValue('filter-disease', 'dermatology', 'Dermatology', '');}" @click="[updateFilter('filter-disease','dermatology', ''), pegasus.toggleArrayValue(selectedChildFilter, '301')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'dermatology', 'Dermatology', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'dermatology')){ return 'active-filter text-content-light' }">Dermatology</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('disease', 'immunology') && '1' == '1' ){toggleFilterValue('filter-disease', 'immunology', 'Immunology', '');}" @click="[updateFilter('filter-disease','immunology', ''), pegasus.toggleArrayValue(selectedChildFilter, '294')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'immunology', 'Immunology', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'immunology')){ return 'active-filter text-content-light' }">Immunology</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('disease', 'neuroscience') && '1' == '1' ){toggleFilterValue('filter-disease', 'neuroscience', 'Neuroscience', '');}" @click="[updateFilter('filter-disease','neuroscience', ''), pegasus.toggleArrayValue(selectedChildFilter, '292')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'neuroscience', 'Neuroscience', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'neuroscience')){ return 'active-filter text-content-light' }">Neuroscience</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('disease', 'oncology') && '1' == '' ){toggleFilterValue('filter-disease', 'oncology', 'Oncology', 'solid-tumors,liquid-tumors');}" @click="[updateFilter('filter-disease','oncology', 'solid-tumors,liquid-tumors'), pegasus.toggleArrayValue(selectedChildFilter, '256')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'oncology', 'Oncology', 'solid-tumors,liquid-tumors');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'oncology')){ return 'active-filter text-content-light' }">Oncology</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('disease', 'ophthalmology') && '1' == '1' ){toggleFilterValue('filter-disease', 'ophthalmology', 'Ophthalmology', '');}" @click="[updateFilter('filter-disease','ophthalmology', ''), pegasus.toggleArrayValue(selectedChildFilter, '276')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'ophthalmology', 'Ophthalmology', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'ophthalmology')){ return 'active-filter text-content-light' }">Ophthalmology</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('disease', 'rare-diseases') && '1' == '1' ){toggleFilterValue('filter-disease', 'rare-diseases', 'Rare Diseases', '');}" @click="[updateFilter('filter-disease','rare-diseases', ''), pegasus.toggleArrayValue(selectedChildFilter, '290')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'rare-diseases', 'Rare Diseases', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'rare-diseases')){ return 'active-filter text-content-light' }">Rare Diseases</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('disease', 'respiratory-infectious-diseases') && '1' == '1' ){toggleFilterValue('filter-disease', 'respiratory-infectious-diseases', 'Respiratory & Infectious Diseases', '');}" @click="[updateFilter('filter-disease','respiratory-infectious-diseases', ''), pegasus.toggleArrayValue(selectedChildFilter, '291')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'respiratory-infectious-diseases', 'Respiratory & Infectious Diseases', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'respiratory-infectious-diseases')){ return 'active-filter text-content-light' }">Respiratory & Infectious Diseases</button> <div class="block w-full border-t pt-2" x-show="selectedChildFilter.includes('256')" x-init="if(window.outerWidth <= 991 && typeof filterData['filter-disease'] !== 'undefined' && filterData['filter-disease'].includes('oncology')){pegasus.toggleArrayValue(selectedChildFilter, '256'); toggleFilterValue('filter-disease', 'oncology', 'Oncology');}" x-collapse.duration.500ms > <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('disease', 'solid-tumors')){toggleFilterValue('filter-disease', 'solid-tumors', 'Solid Tumors');}" @click="updateFilter('filter-disease','solid-tumors'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'solid-tumors', 'Solid Tumors');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('disease', 'solid-tumors')){ return 'active-filter text-content-light' }">Solid Tumors</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('disease', 'liquid-tumors')){toggleFilterValue('filter-disease', 'liquid-tumors', 'Liquid Tumors');}" @click="updateFilter('filter-disease','liquid-tumors'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'liquid-tumors', 'Liquid Tumors');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('disease', 'liquid-tumors')){ return 'active-filter text-content-light' }">Liquid Tumors</button> </div> </div> </div> <button @click="openMenu === null ? openMenu = 'development-stage' : openMenu = null" type="button" class="Post__Grid-filters-button py-4 md:px-5 md:mr-2 flex items-center justify-between relative transition" :class="openMenu === 'development-stage' ? 'md:bg-button-grey-active opacity-100 active-button' : ''"> <span class="label pr-4 body-extra-small-one font-normal text-black">Development Stage</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7.778" viewBox="0 0 13.435 7.778" class="transition duration-500 transform" :class="openMenu === 'development-stage' ? 'rotate-180' : ''"> <g id="Group_2143" data-name="Group 2143"></g> <g id="Group_2143" data-name="Group 2143" transform="translate(709.582 7.901) rotate(135)"> <line id="Line_347" data-name="Line 347" x2="8" transform="translate(488.163 497.837)" fill="none" stroke="#233746" stroke-linecap="square" stroke-width="1.5"/> <line id="Line_348" data-name="Line 348" x2="8" transform="translate(496.163 497.837) rotate(90)" fill="none" stroke="#233746" stroke-linecap="square" stroke-width="1.5"/> </g> </svg> </button> <div class="md:hidden justify-center flex"> <div x-show="openMenu === 'development-stage'" x-cloak class="flex items-center flex-wrap py-4 sm:py-12 w-full z-50 bg-brand-white filter-menu"> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('development-stage', 'rd') && '1' == '' ){toggleFilterValue('filter-development-stage', 'rd', 'R&D', 'discovery,preclinical,clinical');}" @click="[updateFilter('filter-development-stage','rd', 'discovery,preclinical,clinical'), pegasus.toggleArrayValue(selectedChildFilter, '257')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'rd', 'R&D', 'discovery,preclinical,clinical');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('development-stage', 'rd')){ return 'active-filter text-content-light' }">R&D</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('development-stage', 'process-development') && '1' == '1' ){toggleFilterValue('filter-development-stage', 'process-development', 'Process Development', '');}" @click="[updateFilter('filter-development-stage','process-development', ''), pegasus.toggleArrayValue(selectedChildFilter, '267')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'process-development', 'Process Development', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('development-stage', 'process-development')){ return 'active-filter text-content-light' }">Process Development</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('development-stage', 'analytical') && '1' == '1' ){toggleFilterValue('filter-development-stage', 'analytical', 'Analytical', '');}" @click="[updateFilter('filter-development-stage','analytical', ''), pegasus.toggleArrayValue(selectedChildFilter, '269')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'analytical', 'Analytical', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('development-stage', 'analytical')){ return 'active-filter text-content-light' }">Analytical</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('development-stage', 'drug-delivery-formulation') && '1' == '1' ){toggleFilterValue('filter-development-stage', 'drug-delivery-formulation', 'Drug Delivery & Formulation', '');}" @click="[updateFilter('filter-development-stage','drug-delivery-formulation', ''), pegasus.toggleArrayValue(selectedChildFilter, '277')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'drug-delivery-formulation', 'Drug Delivery & Formulation', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('development-stage', 'drug-delivery-formulation')){ return 'active-filter text-content-light' }">Drug Delivery & Formulation</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('development-stage', 'manufacturing') && '1' == '1' ){toggleFilterValue('filter-development-stage', 'manufacturing', 'Manufacturing', '');}" @click="[updateFilter('filter-development-stage','manufacturing', ''), pegasus.toggleArrayValue(selectedChildFilter, '281')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'manufacturing', 'Manufacturing', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('development-stage', 'manufacturing')){ return 'active-filter text-content-light' }">Manufacturing</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('development-stage', 'post-approval') && '1' == '1' ){toggleFilterValue('filter-development-stage', 'post-approval', 'Post Approval', '');}" @click="[updateFilter('filter-development-stage','post-approval', ''), pegasus.toggleArrayValue(selectedChildFilter, '330')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'post-approval', 'Post Approval', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('development-stage', 'post-approval')){ return 'active-filter text-content-light' }">Post Approval</button> <div class="block w-full border-t pt-2" x-show="selectedChildFilter.includes('257')" x-init="if(window.outerWidth <= 991 && typeof filterData['filter-development-stage'] !== 'undefined' && filterData['filter-development-stage'].includes('rd')){pegasus.toggleArrayValue(selectedChildFilter, '257'); toggleFilterValue('filter-development-stage', 'rd', 'R&D');}" x-collapse.duration.500ms > <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('development-stage', 'discovery')){toggleFilterValue('filter-development-stage', 'discovery', 'Discovery');}" @click="updateFilter('filter-development-stage','discovery'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'discovery', 'Discovery');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('development-stage', 'discovery')){ return 'active-filter text-content-light' }">Discovery</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('development-stage', 'preclinical')){toggleFilterValue('filter-development-stage', 'preclinical', 'Preclinical');}" @click="updateFilter('filter-development-stage','preclinical'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'preclinical', 'Preclinical');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('development-stage', 'preclinical')){ return 'active-filter text-content-light' }">Preclinical</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('development-stage', 'clinical')){toggleFilterValue('filter-development-stage', 'clinical', 'Clinical');}" @click="updateFilter('filter-development-stage','clinical'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'clinical', 'Clinical');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('development-stage', 'clinical')){ return 'active-filter text-content-light' }">Clinical</button> </div> </div> </div> <button @click="openMenu === null ? openMenu = 'region' : openMenu = null" type="button" class="Post__Grid-filters-button py-4 md:px-5 md:mr-2 flex items-center justify-between relative transition" :class="openMenu === 'region' ? 'md:bg-button-grey-active opacity-100 active-button' : ''"> <span class="label pr-4 body-extra-small-one font-normal text-black">Region</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7.778" viewBox="0 0 13.435 7.778" class="transition duration-500 transform" :class="openMenu === 'region' ? 'rotate-180' : ''"> <g id="Group_2143" data-name="Group 2143"></g> <g id="Group_2143" data-name="Group 2143" transform="translate(709.582 7.901) rotate(135)"> <line id="Line_347" data-name="Line 347" x2="8" transform="translate(488.163 497.837)" fill="none" stroke="#233746" stroke-linecap="square" stroke-width="1.5"/> <line id="Line_348" data-name="Line 348" x2="8" transform="translate(496.163 497.837) rotate(90)" fill="none" stroke="#233746" stroke-linecap="square" stroke-width="1.5"/> </g> </svg> </button> <div class="md:hidden justify-center flex"> <div x-show="openMenu === 'region'" x-cloak class="flex items-center flex-wrap py-4 sm:py-12 w-full z-50 bg-brand-white filter-menu"> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('region', 'north-america') && '1' == '1' ){toggleFilterValue('filter-region', 'north-america', 'North America', '');}" @click="[updateFilter('filter-region','north-america', ''), pegasus.toggleArrayValue(selectedChildFilter, '136')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-region', 'north-america', 'North America', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('region', 'north-america')){ return 'active-filter text-content-light' }">North America</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('region', 'europe') && '1' == '1' ){toggleFilterValue('filter-region', 'europe', 'Europe', '');}" @click="[updateFilter('filter-region','europe', ''), pegasus.toggleArrayValue(selectedChildFilter, '142')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-region', 'europe', 'Europe', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('region', 'europe')){ return 'active-filter text-content-light' }">Europe</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth <= 991 && filterIsSelected('region', 'asia') && '1' == '1' ){toggleFilterValue('filter-region', 'asia', 'Asia', '');}" @click="[updateFilter('filter-region','asia', ''), pegasus.toggleArrayValue(selectedChildFilter, '337')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-region', 'asia', 'Asia', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('region', 'asia')){ return 'active-filter text-content-light' }">Asia</button> </div> </div> <div class="flex flex-row items-center flex-1 justify-end py-4 md:py-0"> <div class="flex items-center body-extra-small-two p-4 bg-button-grey-active mr-4 border border-border-dark-grey/20 cursor-pointer" @click="clearFilter()"> <span class="mr-2" x-text="getFilterCount()"></span> Active Filters <span> <svg width="18" height="18" xmlns="http://www.w3.org/2000/svg" class="ionicon ml-2 transition duration-500 transform hover:opacity-50" viewBox="0 0 512 512"><title>Remove Filters</title> <path d="M289.94 256l95-95A24 24 0 00351 127l-95 95-95-95a24 24 0 00-34 34l95 95-95 95a24 24 0 1034 34l95-95 95 95a24 24 0 0034-34z"/> </svg> </span> </div> </div> </div> </div> <div class="container"> <div class="md:flex justify-center hidden"> <div x-show="openMenu === 'type'" x-cloak class="flex items-center flex-wrap py-12 w-full z-50 bg-brand-white container filter-menu"> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('type', 'conference') && '1' == '1' ){toggleFilterValue('filter-type', 'conference', 'Conference', '');}" @click="[updateFilter('filter-type','conference', ''), pegasus.toggleArrayValue(selectedChildFilter, '0')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-type', 'conference', 'Conference', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('type', 'conference')){ return 'active-filter text-content-light' }">Conference</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('type', 'beacon') && '1' == '1' ){toggleFilterValue('filter-type', 'beacon', 'Beacon', '');}" @click="[updateFilter('filter-type','beacon', ''), pegasus.toggleArrayValue(selectedChildFilter, '1')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-type', 'beacon', 'Beacon', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('type', 'beacon')){ return 'active-filter text-content-light' }">Beacon</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('type', 'intelligence') && '1' == '1' ){toggleFilterValue('filter-type', 'intelligence', 'Intelligence', '');}" @click="[updateFilter('filter-type','intelligence', ''), pegasus.toggleArrayValue(selectedChildFilter, '2')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-type', 'intelligence', 'Intelligence', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('type', 'intelligence')){ return 'active-filter text-content-light' }">Intelligence</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('type', 'searchlight') && '1' == '1' ){toggleFilterValue('filter-type', 'searchlight', 'Searchlight', '');}" @click="[updateFilter('filter-type','searchlight', ''), pegasus.toggleArrayValue(selectedChildFilter, '3')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-type', 'searchlight', 'Searchlight', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('type', 'searchlight')){ return 'active-filter text-content-light' }">Searchlight</button> </div> </div> <div class="md:flex justify-center hidden"> <div x-show="openMenu === 'topic'" x-cloak class="flex items-center flex-wrap py-12 w-full z-50 bg-brand-white container filter-menu"> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('topic', 'adcs-engineered-antibodies') && '1' == '1' ){toggleFilterValue('filter-topic', 'adcs-engineered-antibodies', 'ADCs & Engineered Antibodies', '');}" @click="[updateFilter('filter-topic','adcs-engineered-antibodies', ''), pegasus.toggleArrayValue(selectedChildFilter, '282')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'adcs-engineered-antibodies', 'ADCs & Engineered Antibodies', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#721dad" :class="if(filterIsSelected('topic', 'adcs-engineered-antibodies')){ return 'active-filter text-content-light' }">ADCs & Engineered Antibodies</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('topic', 'autoimmune-immunology') && '1' == '1' ){toggleFilterValue('filter-topic', 'autoimmune-immunology', 'Autoimmune & Immunology', '');}" @click="[updateFilter('filter-topic','autoimmune-immunology', ''), pegasus.toggleArrayValue(selectedChildFilter, '403')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'autoimmune-immunology', 'Autoimmune & Immunology', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#990000" :class="if(filterIsSelected('topic', 'autoimmune-immunology')){ return 'active-filter text-content-light' }">Autoimmune & Immunology</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('topic', 'cell-therapy') && '1' == '1' ){toggleFilterValue('filter-topic', 'cell-therapy', 'Cell Therapy', '');}" @click="[updateFilter('filter-topic','cell-therapy', ''), pegasus.toggleArrayValue(selectedChildFilter, '268')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'cell-therapy', 'Cell Therapy', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#ce1523" :class="if(filterIsSelected('topic', 'cell-therapy')){ return 'active-filter text-content-light' }">Cell Therapy</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('topic', 'cns') && '1' == '1' ){toggleFilterValue('filter-topic', 'cns', 'CNS', '');}" @click="[updateFilter('filter-topic','cns', ''), pegasus.toggleArrayValue(selectedChildFilter, '402')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'cns', 'CNS', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#662680" :class="if(filterIsSelected('topic', 'cns')){ return 'active-filter text-content-light' }">CNS</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('topic', 'gene-therapy') && '1' == '1' ){toggleFilterValue('filter-topic', 'gene-therapy', 'Gene Therapy', '');}" @click="[updateFilter('filter-topic','gene-therapy', ''), pegasus.toggleArrayValue(selectedChildFilter, '288')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'gene-therapy', 'Gene Therapy', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#0b4270" :class="if(filterIsSelected('topic', 'gene-therapy')){ return 'active-filter text-content-light' }">Gene Therapy</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('topic', 'hr') && '1' == '1' ){toggleFilterValue('filter-topic', 'hr', 'HR', '');}" @click="[updateFilter('filter-topic','hr', ''), pegasus.toggleArrayValue(selectedChildFilter, '314')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'hr', 'HR', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('topic', 'hr')){ return 'active-filter text-content-light' }">HR</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('topic', 'microbiome') && '1' == '1' ){toggleFilterValue('filter-topic', 'microbiome', 'Microbiome', '');}" @click="[updateFilter('filter-topic','microbiome', ''), pegasus.toggleArrayValue(selectedChildFilter, '284')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'microbiome', 'Microbiome', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#dc1779" :class="if(filterIsSelected('topic', 'microbiome')){ return 'active-filter text-content-light' }">Microbiome</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('topic', 'precision-oncology') && '1' == '1' ){toggleFilterValue('filter-topic', 'precision-oncology', 'Precision Oncology', '');}" @click="[updateFilter('filter-topic','precision-oncology', ''), pegasus.toggleArrayValue(selectedChildFilter, '255')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'precision-oncology', 'Precision Oncology', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#00a6a8" :class="if(filterIsSelected('topic', 'precision-oncology')){ return 'active-filter text-content-light' }">Precision Oncology</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('topic', 'process-development-manufacturing') && '1' == '1' ){toggleFilterValue('filter-topic', 'process-development-manufacturing', 'Process Development & Manufacturing', '');}" @click="[updateFilter('filter-topic','process-development-manufacturing', ''), pegasus.toggleArrayValue(selectedChildFilter, '286')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'process-development-manufacturing', 'Process Development & Manufacturing', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#df5d27" :class="if(filterIsSelected('topic', 'process-development-manufacturing')){ return 'active-filter text-content-light' }">Process Development & Manufacturing</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('topic', 'project-type') && '1' == '1' ){toggleFilterValue('filter-topic', 'project-type', 'Project Type', '');}" @click="[updateFilter('filter-topic','project-type', ''), pegasus.toggleArrayValue(selectedChildFilter, '393')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'project-type', 'Project Type', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('topic', 'project-type')){ return 'active-filter text-content-light' }">Project Type</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('topic', 'protein-degradation') && '1' == '1' ){toggleFilterValue('filter-topic', 'protein-degradation', 'Protein Degradation', '');}" @click="[updateFilter('filter-topic','protein-degradation', ''), pegasus.toggleArrayValue(selectedChildFilter, '278')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'protein-degradation', 'Protein Degradation', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#006943" :class="if(filterIsSelected('topic', 'protein-degradation')){ return 'active-filter text-content-light' }">Protein Degradation</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('topic', 'rna-therapy') && '1' == '1' ){toggleFilterValue('filter-topic', 'rna-therapy', 'RNA Therapy', '');}" @click="[updateFilter('filter-topic','rna-therapy', ''), pegasus.toggleArrayValue(selectedChildFilter, '264')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'rna-therapy', 'RNA Therapy', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#50c966" :class="if(filterIsSelected('topic', 'rna-therapy')){ return 'active-filter text-content-light' }">RNA Therapy</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('topic', 'sustainability') && '1' == '1' ){toggleFilterValue('filter-topic', 'sustainability', 'Sustainability', '');}" @click="[updateFilter('filter-topic','sustainability', ''), pegasus.toggleArrayValue(selectedChildFilter, '395')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'sustainability', 'Sustainability', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('topic', 'sustainability')){ return 'active-filter text-content-light' }">Sustainability</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('topic', 'ta') && '1' == '1' ){toggleFilterValue('filter-topic', 'ta', 'TA', '');}" @click="[updateFilter('filter-topic','ta', ''), pegasus.toggleArrayValue(selectedChildFilter, '382')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-topic', 'ta', 'TA', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('topic', 'ta')){ return 'active-filter text-content-light' }">TA</button> </div> </div> <div class="md:flex justify-center hidden"> <div x-show="openMenu === 'modality'" x-cloak class="flex items-center flex-wrap py-12 w-full z-50 bg-brand-white container filter-menu"> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'advanced-therapies') && '1' == '' ){toggleFilterValue('filter-modality', 'advanced-therapies', 'Advanced Therapies', 'cell-therapy,gene-therapy,microbiome,oncolytic-virotherapies,regenerative-medicine,rna-therapeutics,vaccine');}" @click="[updateFilter('filter-modality','advanced-therapies', 'cell-therapy,gene-therapy,microbiome,oncolytic-virotherapies,regenerative-medicine,rna-therapeutics,vaccine'), pegasus.toggleArrayValue(selectedChildFilter, '261')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'advanced-therapies', 'Advanced Therapies', 'cell-therapy,gene-therapy,microbiome,oncolytic-virotherapies,regenerative-medicine,rna-therapeutics,vaccine');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('modality', 'advanced-therapies')){ return 'active-filter text-content-light' }">Advanced Therapies</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'biologics') && '1' == '' ){toggleFilterValue('filter-modality', 'biologics', 'Biologics', 'adc,cytokine-therapies,multispecific,naked-antibodies,oligonucleotides,radiopharmaceutical');}" @click="[updateFilter('filter-modality','biologics', 'adc,cytokine-therapies,multispecific,naked-antibodies,oligonucleotides,radiopharmaceutical'), pegasus.toggleArrayValue(selectedChildFilter, '259')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'biologics', 'Biologics', 'adc,cytokine-therapies,multispecific,naked-antibodies,oligonucleotides,radiopharmaceutical');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('modality', 'biologics')){ return 'active-filter text-content-light' }">Biologics</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'novel-food') && '1' == '1' ){toggleFilterValue('filter-modality', 'novel-food', 'Novel Food', '');}" @click="[updateFilter('filter-modality','novel-food', ''), pegasus.toggleArrayValue(selectedChildFilter, '358')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'novel-food', 'Novel Food', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('modality', 'novel-food')){ return 'active-filter text-content-light' }">Novel Food</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'small-molecules') && '1' == '' ){toggleFilterValue('filter-modality', 'small-molecules', 'Small Molecules', 'ddr,inhibitors,protein-degradation');}" @click="[updateFilter('filter-modality','small-molecules', 'ddr,inhibitors,protein-degradation'), pegasus.toggleArrayValue(selectedChildFilter, '270')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'small-molecules', 'Small Molecules', 'ddr,inhibitors,protein-degradation');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('modality', 'small-molecules')){ return 'active-filter text-content-light' }">Small Molecules</button> <div class="block border-t w-full pt-2" x-show="selectedChildFilter.includes('261')" x-collapse.duration.500ms x-init="if(window.outerWidth > 991 && typeof filterData['filter-modality'] !== 'undefined' && filterData['filter-modality'].includes('advanced-therapies')){pegasus.toggleArrayValue(selectedChildFilter, '261'); toggleFilterValue('filter-modality', 'advanced-therapies', 'Advanced Therapies', 'cell-therapy,gene-therapy,microbiome,oncolytic-virotherapies,regenerative-medicine,rna-therapeutics,vaccine');}" > <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'cell-therapy')){toggleFilterValue('filter-modality', 'cell-therapy', 'Cell Therapy');}" @click="updateFilter('filter-modality','cell-therapy'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'cell-therapy', 'Cell Therapy');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'cell-therapy')){ return 'active-filter text-content-light' }">Cell Therapy</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'gene-therapy')){toggleFilterValue('filter-modality', 'gene-therapy', 'Gene Therapy');}" @click="updateFilter('filter-modality','gene-therapy'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'gene-therapy', 'Gene Therapy');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'gene-therapy')){ return 'active-filter text-content-light' }">Gene Therapy</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'microbiome')){toggleFilterValue('filter-modality', 'microbiome', 'Microbiome');}" @click="updateFilter('filter-modality','microbiome'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'microbiome', 'Microbiome');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'microbiome')){ return 'active-filter text-content-light' }">Microbiome</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'oncolytic-virotherapies')){toggleFilterValue('filter-modality', 'oncolytic-virotherapies', 'Oncolytic Virotherapies');}" @click="updateFilter('filter-modality','oncolytic-virotherapies'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'oncolytic-virotherapies', 'Oncolytic Virotherapies');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'oncolytic-virotherapies')){ return 'active-filter text-content-light' }">Oncolytic Virotherapies</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'regenerative-medicine')){toggleFilterValue('filter-modality', 'regenerative-medicine', 'Regenerative Medicine');}" @click="updateFilter('filter-modality','regenerative-medicine'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'regenerative-medicine', 'Regenerative Medicine');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'regenerative-medicine')){ return 'active-filter text-content-light' }">Regenerative Medicine</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'rna-therapeutics')){toggleFilterValue('filter-modality', 'rna-therapeutics', 'RNA Therapeutics');}" @click="updateFilter('filter-modality','rna-therapeutics'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'rna-therapeutics', 'RNA Therapeutics');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'rna-therapeutics')){ return 'active-filter text-content-light' }">RNA Therapeutics</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'vaccine')){toggleFilterValue('filter-modality', 'vaccine', 'Vaccine');}" @click="updateFilter('filter-modality','vaccine'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'vaccine', 'Vaccine');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'vaccine')){ return 'active-filter text-content-light' }">Vaccine</button> </div> <div class="block border-t w-full pt-2" x-show="selectedChildFilter.includes('259')" x-collapse.duration.500ms x-init="if(window.outerWidth > 991 && typeof filterData['filter-modality'] !== 'undefined' && filterData['filter-modality'].includes('biologics')){pegasus.toggleArrayValue(selectedChildFilter, '259'); toggleFilterValue('filter-modality', 'biologics', 'Biologics', 'adc,cytokine-therapies,multispecific,naked-antibodies,oligonucleotides,radiopharmaceutical');}" > <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'adc')){toggleFilterValue('filter-modality', 'adc', 'ADC');}" @click="updateFilter('filter-modality','adc'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'adc', 'ADC');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'adc')){ return 'active-filter text-content-light' }">ADC</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'cytokine-therapies')){toggleFilterValue('filter-modality', 'cytokine-therapies', 'Cytokine Therapies');}" @click="updateFilter('filter-modality','cytokine-therapies'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'cytokine-therapies', 'Cytokine Therapies');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'cytokine-therapies')){ return 'active-filter text-content-light' }">Cytokine Therapies</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'multispecific')){toggleFilterValue('filter-modality', 'multispecific', 'Multispecific');}" @click="updateFilter('filter-modality','multispecific'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'multispecific', 'Multispecific');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'multispecific')){ return 'active-filter text-content-light' }">Multispecific</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'naked-antibodies')){toggleFilterValue('filter-modality', 'naked-antibodies', 'Naked Antibodies');}" @click="updateFilter('filter-modality','naked-antibodies'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'naked-antibodies', 'Naked Antibodies');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'naked-antibodies')){ return 'active-filter text-content-light' }">Naked Antibodies</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'oligonucleotides')){toggleFilterValue('filter-modality', 'oligonucleotides', 'Oligonucleotides');}" @click="updateFilter('filter-modality','oligonucleotides'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'oligonucleotides', 'Oligonucleotides');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'oligonucleotides')){ return 'active-filter text-content-light' }">Oligonucleotides</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'radiopharmaceutical')){toggleFilterValue('filter-modality', 'radiopharmaceutical', 'Radiopharmaceutical');}" @click="updateFilter('filter-modality','radiopharmaceutical'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'radiopharmaceutical', 'Radiopharmaceutical');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'radiopharmaceutical')){ return 'active-filter text-content-light' }">Radiopharmaceutical</button> </div> <div class="block border-t w-full pt-2" x-show="selectedChildFilter.includes('270')" x-collapse.duration.500ms x-init="if(window.outerWidth > 991 && typeof filterData['filter-modality'] !== 'undefined' && filterData['filter-modality'].includes('small-molecules')){pegasus.toggleArrayValue(selectedChildFilter, '270'); toggleFilterValue('filter-modality', 'small-molecules', 'Small Molecules', 'ddr,inhibitors,protein-degradation');}" > <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'ddr')){toggleFilterValue('filter-modality', 'ddr', 'DDR');}" @click="updateFilter('filter-modality','ddr'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'ddr', 'DDR');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'ddr')){ return 'active-filter text-content-light' }">DDR</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'inhibitors')){toggleFilterValue('filter-modality', 'inhibitors', 'Inhibitors');}" @click="updateFilter('filter-modality','inhibitors'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'inhibitors', 'Inhibitors');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'inhibitors')){ return 'active-filter text-content-light' }">Inhibitors</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('modality', 'protein-degradation')){toggleFilterValue('filter-modality', 'protein-degradation', 'Protein Degradation');}" @click="updateFilter('filter-modality','protein-degradation'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-modality', 'protein-degradation', 'Protein Degradation');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('modality', 'protein-degradation')){ return 'active-filter text-content-light' }">Protein Degradation</button> </div> </div> </div> <div class="md:flex justify-center hidden"> <div x-show="openMenu === 'disease'" x-cloak class="flex items-center flex-wrap py-12 w-full z-50 bg-brand-white container filter-menu"> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('disease', 'autoimmune-inflammation') && '1' == '1' ){toggleFilterValue('filter-disease', 'autoimmune-inflammation', 'Autoimmune & Inflammation', '');}" @click="[updateFilter('filter-disease','autoimmune-inflammation', ''), pegasus.toggleArrayValue(selectedChildFilter, '285')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'autoimmune-inflammation', 'Autoimmune & Inflammation', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'autoimmune-inflammation')){ return 'active-filter text-content-light' }">Autoimmune & Inflammation</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('disease', 'biomarkers') && '1' == '1' ){toggleFilterValue('filter-disease', 'biomarkers', 'Biomarkers', '');}" @click="[updateFilter('filter-disease','biomarkers', ''), pegasus.toggleArrayValue(selectedChildFilter, '299')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'biomarkers', 'Biomarkers', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'biomarkers')){ return 'active-filter text-content-light' }">Biomarkers</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('disease', 'cardiovascular-renal-metabolism') && '1' == '1' ){toggleFilterValue('filter-disease', 'cardiovascular-renal-metabolism', 'Cardiovascular, Renal & Metabolism', '');}" @click="[updateFilter('filter-disease','cardiovascular-renal-metabolism', ''), pegasus.toggleArrayValue(selectedChildFilter, '273')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'cardiovascular-renal-metabolism', 'Cardiovascular, Renal & Metabolism', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'cardiovascular-renal-metabolism')){ return 'active-filter text-content-light' }">Cardiovascular, Renal & Metabolism</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('disease', 'dermatology') && '1' == '1' ){toggleFilterValue('filter-disease', 'dermatology', 'Dermatology', '');}" @click="[updateFilter('filter-disease','dermatology', ''), pegasus.toggleArrayValue(selectedChildFilter, '301')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'dermatology', 'Dermatology', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'dermatology')){ return 'active-filter text-content-light' }">Dermatology</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('disease', 'immunology') && '1' == '1' ){toggleFilterValue('filter-disease', 'immunology', 'Immunology', '');}" @click="[updateFilter('filter-disease','immunology', ''), pegasus.toggleArrayValue(selectedChildFilter, '294')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'immunology', 'Immunology', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'immunology')){ return 'active-filter text-content-light' }">Immunology</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('disease', 'neuroscience') && '1' == '1' ){toggleFilterValue('filter-disease', 'neuroscience', 'Neuroscience', '');}" @click="[updateFilter('filter-disease','neuroscience', ''), pegasus.toggleArrayValue(selectedChildFilter, '292')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'neuroscience', 'Neuroscience', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'neuroscience')){ return 'active-filter text-content-light' }">Neuroscience</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('disease', 'oncology') && '1' == '' ){toggleFilterValue('filter-disease', 'oncology', 'Oncology', 'solid-tumors,liquid-tumors');}" @click="[updateFilter('filter-disease','oncology', 'solid-tumors,liquid-tumors'), pegasus.toggleArrayValue(selectedChildFilter, '256')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'oncology', 'Oncology', 'solid-tumors,liquid-tumors');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'oncology')){ return 'active-filter text-content-light' }">Oncology</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('disease', 'ophthalmology') && '1' == '1' ){toggleFilterValue('filter-disease', 'ophthalmology', 'Ophthalmology', '');}" @click="[updateFilter('filter-disease','ophthalmology', ''), pegasus.toggleArrayValue(selectedChildFilter, '276')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'ophthalmology', 'Ophthalmology', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'ophthalmology')){ return 'active-filter text-content-light' }">Ophthalmology</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('disease', 'rare-diseases') && '1' == '1' ){toggleFilterValue('filter-disease', 'rare-diseases', 'Rare Diseases', '');}" @click="[updateFilter('filter-disease','rare-diseases', ''), pegasus.toggleArrayValue(selectedChildFilter, '290')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'rare-diseases', 'Rare Diseases', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'rare-diseases')){ return 'active-filter text-content-light' }">Rare Diseases</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('disease', 'respiratory-infectious-diseases') && '1' == '1' ){toggleFilterValue('filter-disease', 'respiratory-infectious-diseases', 'Respiratory & Infectious Diseases', '');}" @click="[updateFilter('filter-disease','respiratory-infectious-diseases', ''), pegasus.toggleArrayValue(selectedChildFilter, '291')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'respiratory-infectious-diseases', 'Respiratory & Infectious Diseases', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('disease', 'respiratory-infectious-diseases')){ return 'active-filter text-content-light' }">Respiratory & Infectious Diseases</button> <div class="block border-t w-full pt-2" x-show="selectedChildFilter.includes('256')" x-collapse.duration.500ms x-init="if(window.outerWidth > 991 && typeof filterData['filter-disease'] !== 'undefined' && filterData['filter-disease'].includes('oncology')){pegasus.toggleArrayValue(selectedChildFilter, '256'); toggleFilterValue('filter-disease', 'oncology', 'Oncology', 'solid-tumors,liquid-tumors');}" > <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('disease', 'solid-tumors')){toggleFilterValue('filter-disease', 'solid-tumors', 'Solid Tumors');}" @click="updateFilter('filter-disease','solid-tumors'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'solid-tumors', 'Solid Tumors');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('disease', 'solid-tumors')){ return 'active-filter text-content-light' }">Solid Tumors</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('disease', 'liquid-tumors')){toggleFilterValue('filter-disease', 'liquid-tumors', 'Liquid Tumors');}" @click="updateFilter('filter-disease','liquid-tumors'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-disease', 'liquid-tumors', 'Liquid Tumors');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('disease', 'liquid-tumors')){ return 'active-filter text-content-light' }">Liquid Tumors</button> </div> </div> </div> <div class="md:flex justify-center hidden"> <div x-show="openMenu === 'development-stage'" x-cloak class="flex items-center flex-wrap py-12 w-full z-50 bg-brand-white container filter-menu"> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('development-stage', 'rd') && '1' == '' ){toggleFilterValue('filter-development-stage', 'rd', 'R&D', 'discovery,preclinical,clinical');}" @click="[updateFilter('filter-development-stage','rd', 'discovery,preclinical,clinical'), pegasus.toggleArrayValue(selectedChildFilter, '257')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'rd', 'R&D', 'discovery,preclinical,clinical');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('development-stage', 'rd')){ return 'active-filter text-content-light' }">R&D</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('development-stage', 'process-development') && '1' == '1' ){toggleFilterValue('filter-development-stage', 'process-development', 'Process Development', '');}" @click="[updateFilter('filter-development-stage','process-development', ''), pegasus.toggleArrayValue(selectedChildFilter, '267')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'process-development', 'Process Development', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('development-stage', 'process-development')){ return 'active-filter text-content-light' }">Process Development</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('development-stage', 'analytical') && '1' == '1' ){toggleFilterValue('filter-development-stage', 'analytical', 'Analytical', '');}" @click="[updateFilter('filter-development-stage','analytical', ''), pegasus.toggleArrayValue(selectedChildFilter, '269')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'analytical', 'Analytical', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('development-stage', 'analytical')){ return 'active-filter text-content-light' }">Analytical</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('development-stage', 'drug-delivery-formulation') && '1' == '1' ){toggleFilterValue('filter-development-stage', 'drug-delivery-formulation', 'Drug Delivery & Formulation', '');}" @click="[updateFilter('filter-development-stage','drug-delivery-formulation', ''), pegasus.toggleArrayValue(selectedChildFilter, '277')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'drug-delivery-formulation', 'Drug Delivery & Formulation', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('development-stage', 'drug-delivery-formulation')){ return 'active-filter text-content-light' }">Drug Delivery & Formulation</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('development-stage', 'manufacturing') && '1' == '1' ){toggleFilterValue('filter-development-stage', 'manufacturing', 'Manufacturing', '');}" @click="[updateFilter('filter-development-stage','manufacturing', ''), pegasus.toggleArrayValue(selectedChildFilter, '281')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'manufacturing', 'Manufacturing', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('development-stage', 'manufacturing')){ return 'active-filter text-content-light' }">Manufacturing</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('development-stage', 'post-approval') && '1' == '1' ){toggleFilterValue('filter-development-stage', 'post-approval', 'Post Approval', '');}" @click="[updateFilter('filter-development-stage','post-approval', ''), pegasus.toggleArrayValue(selectedChildFilter, '330')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'post-approval', 'Post Approval', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('development-stage', 'post-approval')){ return 'active-filter text-content-light' }">Post Approval</button> <div class="block border-t w-full pt-2" x-show="selectedChildFilter.includes('257')" x-collapse.duration.500ms x-init="if(window.outerWidth > 991 && typeof filterData['filter-development-stage'] !== 'undefined' && filterData['filter-development-stage'].includes('rd')){pegasus.toggleArrayValue(selectedChildFilter, '257'); toggleFilterValue('filter-development-stage', 'rd', 'R&D', 'discovery,preclinical,clinical');}" > <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('development-stage', 'discovery')){toggleFilterValue('filter-development-stage', 'discovery', 'Discovery');}" @click="updateFilter('filter-development-stage','discovery'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'discovery', 'Discovery');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('development-stage', 'discovery')){ return 'active-filter text-content-light' }">Discovery</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('development-stage', 'preclinical')){toggleFilterValue('filter-development-stage', 'preclinical', 'Preclinical');}" @click="updateFilter('filter-development-stage','preclinical'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'preclinical', 'Preclinical');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('development-stage', 'preclinical')){ return 'active-filter text-content-light' }">Preclinical</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('development-stage', 'clinical')){toggleFilterValue('filter-development-stage', 'clinical', 'Clinical');}" @click="updateFilter('filter-development-stage','clinical'); activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-development-stage', 'clinical', 'Clinical');" class="bg-button-grey-active font-normal py-4 px-5 body-extra-small transition duration-500 mb-2 md:mb-4" style="--highlight-colour:#163F71" :class="if(filterIsSelected('development-stage', 'clinical')){ return 'active-filter text-content-light' }">Clinical</button> </div> </div> </div> <div class="md:flex justify-center hidden"> <div x-show="openMenu === 'region'" x-cloak class="flex items-center flex-wrap py-12 w-full z-50 bg-brand-white container filter-menu"> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('region', 'north-america') && '1' == '1' ){toggleFilterValue('filter-region', 'north-america', 'North America', '');}" @click="[updateFilter('filter-region','north-america', ''), pegasus.toggleArrayValue(selectedChildFilter, '136')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-region', 'north-america', 'North America', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('region', 'north-america')){ return 'active-filter text-content-light' }">North America</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('region', 'europe') && '1' == '1' ){toggleFilterValue('filter-region', 'europe', 'Europe', '');}" @click="[updateFilter('filter-region','europe', ''), pegasus.toggleArrayValue(selectedChildFilter, '142')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-region', 'europe', 'Europe', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('region', 'europe')){ return 'active-filter text-content-light' }">Europe</button> <button type="button" x-data="{ activeButton: false }" :aria-expanded="activeButton ? 'true' : 'false'" x-init="if(window.outerWidth > 991 && filterIsSelected('region', 'asia') && '1' == '1' ){toggleFilterValue('filter-region', 'asia', 'Asia', '');}" @click="[updateFilter('filter-region','asia', ''), pegasus.toggleArrayValue(selectedChildFilter, '337')]; activeButton = !activeButton; filterSubmit(); toggleFilterValue('filter-region', 'asia', 'Asia', '');" class="bg-button-grey-active mb-2 md:mb-4 body-extra-small-one font-normal text-black py-4 px-2 sm:px-5 mr-2 flex items-center justify-between relative transition" style="--highlight-colour:#3883D9" :class="if(filterIsSelected('region', 'asia')){ return 'active-filter text-content-light' }">Asia</button> </div> </div> </div> </div> </section> <div class="flex flex-row md:container items-center flex-wrap flex-1 justify-start py-4"> <template x-for="(value, index) in filterValues" :key="index"> <div class="px-2 my-2 md:my-4" :class="index !== 0 ? 'border-l border-brand-greyscale-white-06' : ''"> <button class="px-2 flex items-center text-brand-greyscale-white-08" @click="removeFilter(value.filter, value.value, value.children);"> <span x-text="value.name" class="pr-2 text-sm"></span> <i class="icon ion-md-close text-xs pt-1"></i> </button> </div> </template> </div> <div data-pegasus-filterable="filter-posts-container" class="container" :class="(filterValues.length) ? 'pt-4' : ''"> </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="postGridProducts('false', '182')" x-intersect.once="visible = true" class="Post__Grid-Products relative w-full "> <div class="Post__Grid-Products-posts flex flex-wrap md:-mx-5 w-full" data-pegasus-filterable=""> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.beacon-intelligence.com/solutions/bispecific" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iamY&oid=00D20000000ITFt&lastMod=1677682780000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Beacon</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Beacon – Bispecific </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Make Faster, Better Bispecific Drug Development Decisions </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.beacon-intelligence.com/solutions/checkpoint/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iami&oid=00D20000000ITFt&lastMod=1677682931000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Beacon</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Beacon – Checkpoint </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Speed Up Your Checkpoint Drug Development Decisions </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.beacon-intelligence.com/solutions/cytokine" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iamn&oid=00D20000000ITFt&lastMod=1677683056000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Beacon</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Beacon – Cytokine </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Comprehensive Insight Into Cytokine Drug and Trials </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.beacon-intelligence.com/solutions/microbiome" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-microbiome"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000ian2&oid=00D20000000ITFt&lastMod=1677683189000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Beacon</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Beacon – Microbiome </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Keep Pace With Microbiome Drug and Trial Updates </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-microbiome"> <span>Microbiome</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-microbiome"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://beacon-intelligence.com/solutions/cell-therapy/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cell-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iamT&oid=00D20000000ITFt&lastMod=1677682649000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Beacon</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Beacon – Cell Therapy </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Make Faster, Better Drug Development Decisions </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cell-therapy"> <span>Cell Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cell-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.beacon-intelligence.com/solutions/ddr" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000ieHg&oid=00D20000000ITFt&lastMod=1678783736000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Beacon</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Beacon – DDR </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Understand the Complex DDR Drug and Trial Landscape </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.beacon-intelligence.com/solutions/cancer-vaccine" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iamd&oid=00D20000000ITFt&lastMod=1677682867000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Beacon</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Beacon – Cancer Vaccine </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Make Faster, Better Cancer Vaccine Development Choices </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.beacon-intelligence.com/solutions/gene-therapy" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-gene-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iamx&oid=00D20000000ITFt&lastMod=1677683142000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Beacon</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Beacon – Gene Therapy </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Gain Confidence in Your Gene Therapy Drug Development Decisions </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-gene-therapy"> <span>Gene Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-gene-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.beacon-intelligence.com/solutions/rna" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-rna-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000ianC&oid=00D20000000ITFt&lastMod=1677683289000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Beacon</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Beacon – RNA </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Keep Pace With the RNA Drug Development Market </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-rna-therapy"> <span>RNA Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-rna-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.beacon-intelligence.com/solutions/adc/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iamO&oid=00D20000000ITFt&lastMod=1677682544000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Beacon</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Beacon – ADC </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Get Your ADC Drugs to Market Faster </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.beacon-intelligence.com/solutions/tpd" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-protein-degradation"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000ianH&oid=00D20000000ITFt&lastMod=1677683335000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Beacon</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Beacon – TPD </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Understand the Complex TPD Landscape Better </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-protein-degradation"> <span>Protein Degradation</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-protein-degradation"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.beacon-intelligence.com/solutions/oncolytic-viruses" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000ian7&oid=00D20000000ITFt&lastMod=1677683236000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Beacon</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Beacon – Oncolytic Viruses </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Research the Complex Oncolytic Virus Drug and Trial Landscape </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://beacon-intelligence.com/solutions/immune-tolerance/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-autoimmune-immunology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=015090000003C7d&oid=00D20000000ITFt&lastMod=1684415743000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Beacon</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Beacon – Immune Tolerance </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Get Your Immune Tolerance and Immunomodulatory Drugs to Market Faster </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-autoimmune-immunology"> <span>Autoimmune & Immunology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-autoimmune-immunology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://hansonwade-intelligence.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iSCf&oid=00D20000000ITFt&lastMod=1671207384000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Intelligence</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Hanson Wade Intelligence </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Expert-Driven, Life Science Market Intelligence </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-multiple-topics"> <span></span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://leap-healthcare-searchlight.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-hr"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000009dJt&oid=00D20000000ITFt&lastMod=1707385617000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Searchlight</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> LEAP HR: Healthcare Searchlight network </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> The LEAP HR: Healthcare Searchlight network is a global professional collective of Healthcare CHROs and their teams working together to get answers to their most critical questions and to shape the future of Healthcare HR together. </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-hr"> <span>HR</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-hr"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://leap-hr-searchlight.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-hr"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000009dGf&oid=00D20000000ITFt&lastMod=1707385550000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Searchlight</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> LEAP HR: Life Sciences Searchlight network </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> The LEAP HR: Life Sciences Searchlight network brings the most engaged life sciences HR teams together to collaborate in solving the problems they share and helps HR functions make better people decisions with more confidence. </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-hr"> <span>HR</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-hr"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://leap-hr-lifesciences-searchlight.com/activating-the-power-of-ai-in-life-sciences-hr/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-hr"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000009dGf&oid=00D20000000ITFt&lastMod=1707385550000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Searchlight</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Activating the Power of AI in Life Sciences HR </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> The world’s only industry-specific, interactive, deep dive global workshop series helping future-focused biopharma organizations unleash the potential of AI in Life Sciences HR. </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-hr"> <span>HR</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-hr"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://leap-hr-construction-searchlight.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-hr"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti000000G2qf&oid=00D20000000ITFt&lastMod=1713263569000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Searchlight</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> LEAP HR: Construction Searchlight network </h2> <div class="flex flex-row"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> The LEAP HR: Construction Searchlight network is a national construction specific alliance of forward-thinking HR and TA leaders sharing experiences to help each other attract, develop, fulfil and retain better construction talent faster. </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-hr"> <span>HR</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-hr"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://liquid-biopsy-surveillance-summit.com" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000Tw73&oid=00D20000000ITFt&lastMod=1726735931000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Liquid Biopsy Surveillance Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> November 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Recognizing Disease Hallmarks Earlier for Improved Patient Outcomes </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://genetherapy-cns.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-gene-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iSQr&oid=00D20000000ITFt&lastMod=1673883142000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th Gene Therapy for CNS Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> November 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Delivering the Next Wave of Gene Therapies to the CNS </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-gene-therapy"> <span>Gene Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-gene-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://gpcrs-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-protein-degradation"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000OP25&oid=00D20000000ITFt&lastMod=1721828122000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> GPCRs-Targeted Drug Discovery Summit Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> November 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Unlocking Previously Inaccessible GPCRs Drug Targets </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-protein-degradation"> <span>Protein Degradation</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-protein-degradation"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://cell-therapy-autoimmune-disease.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cell-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti000000DfLV&oid=00D20000000ITFt&lastMod=1710837936000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Cell Therapy for Autoimmune Disease Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Spearheading the Cell Therapy Revolution Beyond Oncology </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cell-therapy"> <span>Cell Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cell-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://tumour-models.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000UTxR&oid=00D20000000ITFt&lastMod=1727083420000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 13th Tumour Models London Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Engineering Your Next Generation Tumour Models to Maximise Clinical Success </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://personalized-cancer-vaccines.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-rna-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000002kA1&oid=00D20000000ITFt&lastMod=1701190707000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Personalized Cancer Vaccine Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Achieving Affordable Individualized Vaccines for Cancer Patients Faster </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-rna-therapy"> <span>RNA Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-rna-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://genome-editing-therapeutics-summit.com" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-gene-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRvJ&oid=00D20000000ITFt&lastMod=1673016736000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 5th Genome Editing Therapeutics </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Shaping the Future of Therapeutic Gene Editing </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-gene-therapy"> <span>Gene Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-gene-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://cell-therapy-analytics.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cell-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRuf&oid=00D20000000ITFt&lastMod=1676476764000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th Cell Therapy Analytical Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Standardize Analytical Testing to Confidently Characterize Cell Potency, Safety & Viability </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cell-therapy"> <span>Cell Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cell-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://targeted-radiopharma.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRmEAAU&oid=00D20000000ITFt&lastMod=1670324008000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th Targeted Radiopharmaceuticals Summit EU </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Advancing Radioligand Candidates to Commercialisation </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://cns-drug-delivery.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cns"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015090000003EzZ&oid=00D20000000ITFt&lastMod=1692003565000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th CNS Drug Delivery Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Optimizing Direct CNS Delivery & BBB-Crossing Tech </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cns"> <span>CNS</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cns"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://claudin-targeted-therapies-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRy3AAE&oid=00D20000000ITFt&lastMod=1670324033000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Claudin-Targeted Therapies Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Turbocharging Practice-Changing Anti-HER2 Drugs to Patients </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://capital-project-engineering.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRhSAAU&oid=00D20000000ITFt&lastMod=1669907977000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Capital Project Engineering in Pharma Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Deliver Operational Readiness & Speed-to-Patient Through Excellent Capital Project Engineering </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-manufacturing"> <span>Process Development & Manufacturing</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://lnp-immunogenicity-toxicity-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000Pwf7&oid=00D20000000ITFt&lastMod=1723556817000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd LNP Immunogenicity & Toxicity Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Predict, Characterize & Monitor LNP Safety </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://ehss-biopharma-west.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000PGsn&oid=00D20000000ITFt&lastMod=1722526426000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> EHS&S for Biopharma & Pharma Summit West </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Achieve Zero Incidents for Employee Safety Across R&D & Manufacturing Sites </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://applied-biocatalysis.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRspAAE&oid=00D20000000ITFt&lastMod=1670323966000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th Applied Biocatalysis & Enzyme Engineering Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Enzyme Engineering Enabling Scalable Industrial Biotransformation for Sustainable API Production </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-manufacturing"> <span>Process Development & Manufacturing</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://adc-targetselection.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000006Fu1&oid=00D20000000ITFt&lastMod=1704191059000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th ADC Target Selection Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Get the First Most Important Decision Right </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://process-analytical-technology.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000QDWH&oid=00D20000000ITFt&lastMod=1723816908000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd PAT & Real Time Quality Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Homing in on PAT Application Across Modalities </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-manufacturing"> <span>Process Development & Manufacturing</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://rna-drugdiscovery.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-rna-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000OMDt&oid=00D20000000ITFt&lastMod=1721815160000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 7th RNA-Targeted Drug Discovery Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Supercharging the Translation of RNA Targeted Therapies Towards the Clinic </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-rna-therapy"> <span>RNA Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-rna-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://covalent-drug-discovery.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-protein-degradation"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015090000003Ewz&oid=00D20000000ITFt&lastMod=1691674610000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Covalent Drug Discovery & Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Eliminating the Boundaries of Druggability with Novel Covalent Drugs </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-protein-degradation"> <span>Protein Degradation</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-protein-degradation"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://rare-kidney-drug-development.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=015090000003B1r&oid=00D20000000ITFt&lastMod=1681914728000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th Rare & Genetic Kidney Disease Drug Development </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Accelerating Clinical Progress in Orphan Kidney Disease Populations </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://complement-therapeutics.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000ijHc&oid=00D20000000ITFt&lastMod=1680623971000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 8th Complement-Based Drug Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Maximize Complement Targeting from Cascade Mechanistic Modelling to Phase II Proof-of-Concept </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://patient-recruitment-rare-disease.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000OWI5&oid=00D20000000ITFt&lastMod=1721911677000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Patient Recruitment for Rare Disease Trials Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Navigating Cost-Efficient & Patient-Centric Recruitment to Expedite Enrolment </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://procurement-outsourcing-biopharma-west.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000PagD&oid=00D20000000ITFt&lastMod=1723028172000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> R&D Procurement & Outsourcing in Biopharma West </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Integrate Robust Sourcing & Supplier Relationship to Increase Speed-to-Market & Capital Efficiency </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://innovation-obesity-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000S2q5&oid=00D20000000ITFt&lastMod=1725013734000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Innovation in Obesity Therapeutics </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Exploring Emerging Therapies in the New Wave of Obesity Therapeutics </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://medicaldevicesummit-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRpvAAE&oid=00D20000000ITFt&lastMod=1670323991000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Medical Device Software Development Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> January 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Providing Regulatory, Quality, and Technical Medical Device Software </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://ophthalmic-drug-delivery.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-gene-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000000iRtc&oid=00D20000000ITFt&lastMod=1696497843000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Ophthalmic Drug Delivery Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> January 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Longer Lasting & Less Invasive Delivery to the Retina </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-gene-therapy"> <span>Gene Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-gene-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://mrnabased-therapeutics-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-rna-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRXvAAM&oid=00D20000000ITFt&lastMod=1669742168000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th mRNA-Based Therapeutics Summit Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> January 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Reshaping the Next Wave of mRNA Medicines Towards Clinical Reality </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-rna-therapy"> <span>RNA Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-rna-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://ddr-inhibitors-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRYKAA2&oid=00D20000000ITFt&lastMod=1669742185000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 8th DDR Inhibitors Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> January 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Explore Novel DDR Targets, Maximize Combinations & Improve Patient Selection </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://microbiome-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-microbiome"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000001isqT&oid=00D20000000ITFt&lastMod=1697102087000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 9th Microbiome Movement Summit Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> January 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Translating Microbiome R&D into Improved Healthcare Outcomes </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-microbiome"> <span>Microbiome</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-microbiome"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://tumor-models-sf.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000a9pZ&oid=00D20000000ITFt&lastMod=1729686751000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 9th Tumor Models San Francisco Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> January 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Discover Tools to Progress Candidates to the Clinic & Avoid Costly Failures </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.spatial-biology-immuno-oncology.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000TwNB&oid=00D20000000ITFt&lastMod=1726736263000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Spatial Biology for Immuno-Oncology Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> January 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Harness Spatial Technologies to Power Immunotherapy Research & Clinical Trials </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://molecular-glue-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-protein-degradation"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRpNAAU&oid=00D20000000ITFt&lastMod=1670324022000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Molecular Glue Drug Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> January 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Finally Unlock the Undruggables with Rational Molecular Glues </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-protein-degradation"> <span>Protein Degradation</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-protein-degradation"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://rnaibased-therapeutics.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-rna-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti000000DCHt&oid=00D20000000ITFt&lastMod=1710326506000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th RNAi-Based Therapeutics Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> January 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Unleash the Potential of siRNA Therapies in Extrahepatic Tissues </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-rna-therapy"> <span>RNA Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-rna-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://crispr-agbio-congress.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-gene-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000qG3t&oid=00D20000000ITFt&lastMod=1732014534000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 7th CRISPR AgBio Congress </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Commercialize Regulatory Approved Gene Edited Agriculture Products </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-gene-therapy"> <span>Gene Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-gene-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://kinase-drug-discovery-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRbxAAE&oid=00D20000000ITFt&lastMod=1669742678000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Kinase Targeted Drug Discovery Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Discovering & Developing Revolutionary Kinase Therapeutics </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://advancingdigitaltherapeutics.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000XFzZ&oid=00D20000000ITFt&lastMod=1727968792000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Advancing Digital Therapeutics Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Harness DTx to Treat, Manage & Prevent Disease </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://proteomic-drug-discovery.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-protein-degradation"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000U4mA&oid=00D20000000ITFt&lastMod=1726818735000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Proteomic Based Drug Discovery Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Accelerate Small Molecule Drugs from Discovery to Clinic through Pioneering Proteomics </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-protein-degradation"> <span>Protein Degradation</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-protein-degradation"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://cns-partnering.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000qzyf&oid=00D20000000ITFt&lastMod=1732099359000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Neuroscience Innovation Pharma Partnering Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Invest, Acquire, Collaborate, Partner </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://lbx-summit.com" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000Tw8f&oid=00D20000000ITFt&lastMod=1726736026000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 9th Liquid Biopsy for Precision Oncology Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Accelerating Patient Access to Precision Drugs Through Innovative Biopsy Testing </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://glioblastoma-drugdevelopment.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000001ZuJ6&oid=00D20000000ITFt&lastMod=1698075725000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th Glioblastoma Drug Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Revolutionize GBM Treatment for Development & Delivery of Effective Therapeutics </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://leaphr-lifesciences-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-hr"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRYUAA2&oid=00D20000000ITFt&lastMod=1669742185000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> LEAP HR: Life Sciences Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Radical Change Through People </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-hr"> <span>HR</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-hr"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://cns-proteindegradation.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-protein-degradation"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015090000003F1L&oid=00D20000000ITFt&lastMod=1692097766000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Protein Degradation for CNS Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Delivering Protein Degraders to Undruggable CNS Targets </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-protein-degradation"> <span>Protein Degradation</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-protein-degradation"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://viral-vector-process-development.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=01509000000iRh7&oid=00D20000000ITFt&lastMod=1728492195000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Viral Vector Process Development & Manufacturing </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Enhance Viral Vector Process Intensification for Product Quality & Reduce COGs </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-manufacturing"> <span>Process Development & Manufacturing</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://fermentation-enabled-proteins.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015090000003EYi&oid=00D20000000ITFt&lastMod=1696945110000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 5th Fermentation-Enabled Alternative Protein Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Unlock Biomass & Precision Fermentation’s Power to Bring Alternative Proteins to Market </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-manufacturing"> <span>Process Development & Manufacturing</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://continuous-processing-pharma.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000Zjbl&oid=00D20000000ITFt&lastMod=1729262728000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 9th CCP Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Integrate Continuous Manufacturing for Quality, Sustainability & Cost Efficiency </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-manufacturing"> <span>Process Development & Manufacturing</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://cartcr-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cell-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000000iRXS&oid=00D20000000ITFt&lastMod=1698771630000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 8th CAR-TCR Summit Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Driving Next-Gen CAR & TCR Approaches </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cell-therapy"> <span>Cell Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cell-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://mrna-analytical-development.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-rna-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000r7Px&oid=00D20000000ITFt&lastMod=1732108884000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th mRNA Analytical Development & Quality Control </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Ensuring Regulatory Adherence & Streamlined Approval of Exceptional mRNA Medicines </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-rna-therapy"> <span>RNA Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-rna-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://as-immunetolerance.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-autoimmune-immunology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRYoAAM&oid=00D20000000ITFt&lastMod=1669742187000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 8th Antigen-Specific Immune Tolerance Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Supercharge Antigen & Drug-Specific Immune Tolerance </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-autoimmune-immunology"> <span>Autoimmune & Immunology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-autoimmune-immunology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://neuroimmunology-drugdevelopment.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cns"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015090000003Euj&oid=00D20000000ITFt&lastMod=1691572846000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 7th Neuroimmunology Drug Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Reinventing Glial Cell Models & Optimizing Neuroinflammatory Biomarkers </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cns"> <span>CNS</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cns"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://targeted-radiopharma-target-selection-drug-design.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000sdij&oid=00D20000000ITFt&lastMod=1732277088000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> TRP Target Selection & Drug Design </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Diversifying & De-risking Your Radiopharmaceutical Drug Discovery </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://innate-killer.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cell-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000TNUH&oid=00D20000000ITFt&lastMod=1726154574000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 10th Innate Killer Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Advancing NK Engager, Bispecific & Cell Therapy Approaches to Clinic </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cell-therapy"> <span>Cell Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cell-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://worldadc-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000006GgP&oid=00D20000000ITFt&lastMod=1704196837000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 15th World ADC London Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Maximising the Therapeutic Window of ADCs </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://cultivated-meat-seafood-bioprocessing-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000001ya1&oid=00D20000000ITFt&lastMod=1700667344000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Cultivated Meats & Seafood Bioprocessing Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Overcome Scale Up Challenges for Cost Comparable & Quality Cultivated Meat & Seafood </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://cell-therapy-potency-assay.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cell-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRpbAAE&oid=00D20000000ITFt&lastMod=1670323989000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th Cell Therapy Potency Assay Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Determining MoA & Satisfying Regulatory Requirements </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cell-therapy"> <span>Cell Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cell-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://supply-chain-logistics-cgt.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cell-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=01509000000iRgo&oid=00D20000000ITFt&lastMod=1730288437000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Supply Chain & Logistics for Cell & Gene Therapies </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Uniting Supply Chain & Clinical Operation Leaders </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cell-therapy"> <span>Cell Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cell-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://bacteriophage-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-microbiome"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRbOAAU&oid=00D20000000ITFt&lastMod=1669742674000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 7th Bacteriophage Therapy Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Innovating Phage Therapeutics & Delivery Applications for Clinical Success </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-microbiome"> <span>Microbiome</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-microbiome"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://ckd3-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRYtAAM&oid=00D20000000ITFt&lastMod=1669742187000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 7th CKD Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Innovating Renal Drug Development </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://wet-amd-drug-development.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-gene-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000mFxe&oid=00D20000000ITFt&lastMod=1731515939000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 5th Wet AMD & Diabetic Eye Disease Drug Development </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Novel Disruptive Therapeutic & Delivery Approaches to Treat Wet-AMD, DR & DME </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-gene-therapy"> <span>Gene Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-gene-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://operationalize-eap.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000pgDK&oid=00D20000000ITFt&lastMod=1731949642000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 5th Operationalize Expanded Access Programs Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Access to Life Changing Medicine for All </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://alzheimers-parkinsons-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cns"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iSCL&oid=00D20000000ITFt&lastMod=1671188362000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 13th Alzheimers & Parkinsons Drug Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Revolutionize the Next Wave of Neurodegenerative Therapeutics </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cns"> <span>CNS</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cns"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://advancing-life-science-construction.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-project-type"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000000iSg1&oid=00D20000000ITFt&lastMod=1706708207000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Advancing Life Science Construction </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Integrating Systems, Stakeholders & Supply-Chains to Build World-Class Life Science Facilities </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-project-type"> <span>Project Type</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-project-type"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://dna-process-development-manufacturing.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015090000003GRw&oid=00D20000000ITFt&lastMod=1696604576000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd DNA Process Development & Manufacturing Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Trailblazing DNA Platforms with Speed and Quality for Better Genetics Medicines </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-manufacturing"> <span>Process Development & Manufacturing</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://tpd-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-protein-degradation"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRgbAAE&oid=00D20000000ITFt&lastMod=1669907975000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 5th TPD & Induced Proximity Summit Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Overcoming Translational Hurdles to Develop Safe & Effective Protein Degraders </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-protein-degradation"> <span>Protein Degradation</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-protein-degradation"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://novel-conjugates.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000006Gen&oid=00D20000000ITFt&lastMod=1704196652000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th Novel Conjugates Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Progressing the Future of Bioconjugates from Bench to Bedside </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://lab-asset-facility-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000000iRhR&oid=00D20000000ITFt&lastMod=1698394691000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Lab Ops & Facility Management in Pharma Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Reclaim Time Back for Science through Lab Operation Efficiency & Innovations </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-manufacturing"> <span>Process Development & Manufacturing</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://genetherapy-conference.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-gene-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iSQI&oid=00D20000000ITFt&lastMod=1673881291000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 8th Gene Therapy Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Translating the Future of Gene Therapies for Rare & Common Diseases </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-gene-therapy"> <span>Gene Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-gene-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://ehs-biopharma.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000mqva&oid=00D20000000ITFt&lastMod=1731580973000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd EHS for Biopharma Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Eliminate Risk in Dynamic Biologic R&D & Manufacturing Environments </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-manufacturing"> <span>Process Development & Manufacturing</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://treg-directed-therapies.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cell-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000007DoX&oid=00D20000000ITFt&lastMod=1705398358000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 7th Treg-Directed Therapies Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Driving Next-Gen Treg Stimulation for Autoimmunity, Transplantation & Inflammation </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cell-therapy"> <span>Cell Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cell-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://biophysics-drugdiscovery.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000006ck9&oid=00D20000000ITFt&lastMod=1704732151000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Biophysics for Drug Discovery Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Application of New Biophysical Approaches for Measuring Molecular Interactions </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.nasal-formulation-delivery.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000000iSO2&oid=00D20000000ITFt&lastMod=1698779014000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Nasal Formulation & Delivery Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> April 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Optimize Bioavailability, Systemic & Targeted Intranasal Delivery for Maximum Safety & Efficacy </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-manufacturing"> <span>Process Development & Manufacturing</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://tcr-therapies-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cell-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRhD&oid=00D20000000ITFt&lastMod=1671097946000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th TCR-based Therapies </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> April 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Advancing TCR-based Cell Therapies & Bispecific Approaches </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cell-therapy"> <span>Cell Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cell-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://peptide-based-therapeutics-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000004crV&oid=00D20000000ITFt&lastMod=1702305854000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Peptide Based Therapeutics Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> April 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Designing, Synthesising & Identifying the Optimal Peptide Based Drugs </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://cdx-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000TwAH&oid=00D20000000ITFt&lastMod=1726736084000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 15th Clinical Biomarkers & CDx Summit Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> April 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Fast-Tracking Clinical Biomarker & CDx Development in Oncology & Inflammatory Diseases </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://lnp-formulation-process-development-pharma.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000gSW9&oid=00D20000000ITFt&lastMod=1730794629000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th LNP Formulation & Process Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> April 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Engineer LNP with Specificity, Safety & Scalability </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-manufacturing"> <span>Process Development & Manufacturing</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://dermatology-drugdevelopment-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-autoimmune-immunology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iSeU&oid=00D20000000ITFt&lastMod=1675174738000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th Dermatology Drug Development Summit Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> April 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Accelerate Drug Development for Severe Inflammatory Disease </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-autoimmune-immunology"> <span>Autoimmune & Immunology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-autoimmune-immunology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://cytokine-based-drugdevelopment.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRvOAAU&oid=00D20000000ITFt&lastMod=1670324001000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th Cytokine-Based Drug Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> April 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Advancing Safe & Durable 2nd Generation Cytokine Therapies into the Clinic </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://leap-hr-lifesciences-west.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-hr"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000nYlK&oid=00D20000000ITFt&lastMod=1731660915000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> LEAP HR: Life Sciences West </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> April 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> The Agile Talent Strategies Enabling Biopharma to Adapt to Fast-Paced Change </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-hr"> <span>HR</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-hr"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://adc-analytical.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000006Gjd&oid=00D20000000ITFt&lastMod=1704196942000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th ADC Analytical Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> April 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Ensure Regulatory Compliance Through a High-Quality ADC Product </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://glp-1-based-therapeutics.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-autoimmune-immunology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000008GHJ&oid=00D20000000ITFt&lastMod=1706108476000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd GLP-1-Based Therapeutics Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> April 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Advancing GLP-1s & Investigating Commercial Opportunity to Crystallize Strategy & Expansion </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-autoimmune-immunology"> <span>Autoimmune & Immunology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-autoimmune-immunology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://measuring-patient-engagement-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000001lOH&oid=00D20000000ITFt&lastMod=1700560215000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Measuring Patient Engagement Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> April 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Quantifying Patient Engagement Activities to Improve Patient Experience </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://mrna-processandmanufacturing-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-rna-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti000000H3BB&oid=00D20000000ITFt&lastMod=1714139727000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd mRNA Process Development & Manufacturing Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> May 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Better Drugs to Patients Faster Through Robust Process Optimisations & Scale-Up </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-rna-therapy"> <span>RNA Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-rna-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://adc-payload.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000006Gmr&oid=00D20000000ITFt&lastMod=1704197035000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd ADC Payload Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> May 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Harnessing the Power of ADC Payloads </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://alternative-fats-and-oils.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000005eUf&oid=00D20000000ITFt&lastMod=1703074163000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Alternative Fats & Oils Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> May 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Engineer Great Tasting Fats & Oils for Plant-Based, Hybrid & Sustainable Food </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://3d-tissuemodels.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000008Gij&oid=00D20000000ITFt&lastMod=1706110225000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 10th 3D Tissue Models Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> May 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Integrating Advanced 3D Models to Empower Drug Discovery & Development </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.als-drug-development.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cns"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iVZq&oid=00D20000000ITFt&lastMod=1676558251000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th ALS Drug Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> May 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Developing Translational ALS Biomarkers to Demonstrate Clinical Efficacy </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cns"> <span>CNS</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cns"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://genetherapy-potency-assay.com" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-gene-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000ijvs&oid=00D20000000ITFt&lastMod=1683281137000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Gene Therapy Potency Assay Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> May 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Effectively Measure Potency to Ensure Reproducible Results For Your Gene Therapy </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-gene-therapy"> <span>Gene Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-gene-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.precision-medicine-in-ibd.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-autoimmune-immunology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000TwDV&oid=00D20000000ITFt&lastMod=1726736132000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Precision Medicine in Inflammatory Bowel Disease </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> May 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Utilizing Novel Clinical Biomarker Tools to Improve Patient Response in IBD </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-autoimmune-immunology"> <span>Autoimmune & Immunology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-autoimmune-immunology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.next-gen-rna.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-rna-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000VphN&oid=00D20000000ITFt&lastMod=1727452138000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th Circular & SaRNA Therapeutics Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> May 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Pioneering the Next Breakthroughs in Durable & Potent RNA Therapeutics For Patients </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-rna-therapy"> <span>RNA Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-rna-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://leaphr-healthcare.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-hr"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRgyAAE&oid=00D20000000ITFt&lastMod=1669907976000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> LEAP HR: Healthcare </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> May 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Radical Change Through People </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-hr"> <span>HR</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-hr"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://gpcrs-drugdiscovery.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-protein-degradation"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000001ZuTL&oid=00D20000000ITFt&lastMod=1698666708000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th GPCRs-Targeted Drug Discovery Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> May 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Unlocking the Next Wave of Clinically Relevant GPCR Targets </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-protein-degradation"> <span>Protein Degradation</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-protein-degradation"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://genetherapy-analytical-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-gene-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iSQS&oid=00D20000000ITFt&lastMod=1673882789000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th Gene Therapy Analytical Development Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> May 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Defining & Refining Analytical Methods for Gene Therapy </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-gene-therapy"> <span>Gene Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-gene-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.retinal-imaging-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=015090000003B7M&oid=00D20000000ITFt&lastMod=1681986389000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Retinal Imaging Biomarkers & Endpoints Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> May 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Accelerating & Implementing the Potential of Retinal Imaging </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://cell-gene-pricing-reimbursement.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-gene-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000007W81&oid=00D20000000ITFt&lastMod=1707316628000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Cell & Gene Therapy Pricing & Reimbursement </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> May 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Unlocking Patient Access to Affordable Advanced Therapies </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-gene-therapy"> <span>Gene Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-gene-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://structure-based-drug-design-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000007Vzx&oid=00D20000000ITFt&lastMod=1705575948000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Structure-Based Drug Design Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Supercharging Exploration of 3D Protein Structures for Drug Discovery & Development </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://genetherapy-immunogenicity.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-gene-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iSR6&oid=00D20000000ITFt&lastMod=1673883305000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th Gene Therapy Immunogenicity Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Prioritize Safety & Maximise Efficacy of Viral Gene Therapies </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-gene-therapy"> <span>Gene Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-gene-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://in-vivo-engineering.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cell-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000000iRsy&oid=00D20000000ITFt&lastMod=1709747479000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th In Vivo Cell Engineering & Gene Editing Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> The Future of Cell and Gene Therapy </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cell-therapy"> <span>Cell Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cell-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://real-world-evidence-pharma-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000001ZuY1&oid=00D20000000ITFt&lastMod=1698941324000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd IMPACCT Real World Evidence Summit Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Improve Patient Outcomes </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://esg-life-sciences-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti000000ATrx&oid=00D20000000ITFt&lastMod=1708339335000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> ESG in Life Sciences Summit Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Redefine Tomorrow’s ESG Standards Today to Drive Industry-Wide Progression </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://microbiome-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-microbiome"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000VpW5&oid=00D20000000ITFt&lastMod=1727451383000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 10th Microbiome Movement – Drug Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Accelerating Groundbreaking Microbial-Based Drugs from Pipelines to Market </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-microbiome"> <span>Microbiome</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-microbiome"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://allogeneic-cell-therapies.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cell-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000igqv&oid=00D20000000ITFt&lastMod=1679569823000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 7th Allogeneic Cell Therapies Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Transforming Safety & Durability of Universal Cell Therapies </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cell-therapy"> <span>Cell Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cell-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://bioactive-infant-nutrition.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti000000DTfJ&oid=00D20000000ITFt&lastMod=1710957023000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Bioactive Infant Formula & Nutrition Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Bringing the Nutritional Value of Formula Towards the Holy Grail of Breast Milk </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://hpapi-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti000000JJoX&oid=00D20000000ITFt&lastMod=1716480236000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 14th HPAPI: Process Dev. for Highly Potent Drugs </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Advance Novel Technologies in Contained Environments for Cost, Quality, & Safety </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-manufacturing"> <span>Process Development & Manufacturing</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://obesity-weight-loss-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000007pSP&oid=00D20000000ITFt&lastMod=1705922409000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Obesity & Weight Loss Drug Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Next Generation of GLP & Weight Loss Therapies </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://neoantigen-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRgxAAE&oid=00D20000000ITFt&lastMod=1669907976000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 8th International Neoantigen Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Supercharging the Clinical Translation of Efficacious Neoantigen Therapies </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://advanced-procurement-in-pharma.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000000iRgd&oid=00D20000000ITFt&lastMod=1705941496000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 9th R&D Procurement & Sourcing in Pharma Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Enhancing Strategic Procurement to Supercharge Supplier Relationships & Pipeline Development </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-manufacturing"> <span>Process Development & Manufacturing</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://cell-engager-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRyI&oid=00D20000000ITFt&lastMod=1670325304000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 7th Cell Engager Therapeutics Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Develop Novel, Safe & Effective Multi-Specific Immune Cell Engagers </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://medicaldevice-software-development.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000009n6L&oid=00D20000000ITFt&lastMod=1707488781000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 5th Medical Device Software Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Develop Robust Software that Enhances Usability & Mitigates Cybersecurity Risks </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://worldadc-asia.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000006G25&oid=00D20000000ITFt&lastMod=1704191484000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th World ADC Asia Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Trailblazing Innovation & Collaborations in ADC drug Development in Asia </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://oligonucleotides-cns.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cns"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iSXs&oid=00D20000000ITFt&lastMod=1674557766000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 5th Oligonucleotides for CNS Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Optimizing Antisense & RNA Chemistry for CNS Delivery </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cns"> <span>CNS</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cns"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://computational-rna-design-delivery.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-rna-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000006ZmH&oid=00D20000000ITFt&lastMod=1704710034000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Computational RNA Design & Delivery Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Developing Effective RNA Therapeutics With Advanced AI & Data Science Tools </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-rna-therapy"> <span>RNA Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-rna-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://induced-proximity-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-protein-degradation"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRhFAAU&oid=00D20000000ITFt&lastMod=1669907976000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 5th Induced Proximity-Based Drug Discovery Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Harnessing Stabilization, Phosphorylation & Methylation to Supercharge Drug Discovery </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-protein-degradation"> <span>Protein Degradation</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-protein-degradation"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://lipid-nanoparticle-delivery-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-rna-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000000iRhG&oid=00D20000000ITFt&lastMod=1708684780000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th Next Gen Lipid-Based Nanoparticles Delivery </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Unlocking Lipid-Based Nanoparticles’ Potentials by Engineering the Best-in-Class Vehicle </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-rna-therapy"> <span>RNA Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-rna-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://next-gen-genetherapy-vectors.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-gene-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iSXn&oid=00D20000000ITFt&lastMod=1674557612000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 5th Next Generation Gene Therapy Vectors Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Transforming Capsid & Payload Design of Novel Gene Therapies </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-gene-therapy"> <span>Gene Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-gene-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://gamma-delta-t-therapies.com" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cell-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRhJ&oid=00D20000000ITFt&lastMod=1677074805000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th Gamma Delta T Therapies Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Driving Clinical Response Through Antibody & Cell-Based γδT </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cell-therapy"> <span>Cell Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cell-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://advancing-ocean-cdr.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti000000BD0L&oid=00D20000000ITFt&lastMod=1708951349000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Advancing Ocean CDR Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> July 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Fighting Climate Change with the Ocean </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://targeted-radiopharma-us.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRupAAE&oid=00D20000000ITFt&lastMod=1670323992000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th Targeted Radiopharmaceuticals Summit US </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> July 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Attain Clinical Efficacy of Your TRP Pipeline through Next Generation Targets </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://adc-toxicity.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000006Gq5&oid=00D20000000ITFt&lastMod=1704197116000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd ADC Toxicity Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> July 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Minimizing Toxicities & Improving Tolerability to Maximize the TI of ADCs </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://translational-digital-pathology-ai.com" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000006LbF&oid=00D20000000ITFt&lastMod=1704289566000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Translational Digital Pathology Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> July 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Empowering Innovative Precision Therapeutics with Digital Pathology </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://process-development-celltx.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cell-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iazo&oid=00D20000000ITFt&lastMod=1677838401000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th Process Development for Cell Therapies Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> July 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Driving Process Robustness, Scalability, Speed & Affordability </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cell-therapy"> <span>Cell Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cell-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.gxp-cloudcompliance.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000HvMr&oid=00D20000000ITFt&lastMod=1715159278000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th GxP Cloud Compliance Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> July 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Define a Compliant Path to the Cloud </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://mrnabased-therapeutics.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-rna-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000009hH3&oid=00D20000000ITFt&lastMod=1708508188000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 5th mRNA-Based Therapeutics Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> July 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Turbocharging New Frontiers of mRNA Medicine to Patients Faster </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-rna-therapy"> <span>RNA Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-rna-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://commercializing-flow-chemistry.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRsoAAE&oid=00D20000000ITFt&lastMod=1670323966000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th Commercializing Flow Chemistry Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> July 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Scaling Flow Chemistry for Sustainability, Safety and Speed to Market </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://tumor-models.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti000000FPCb&oid=00D20000000ITFt&lastMod=1712321426000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 13th Tumor Models Boston Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> July 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Improve Translatability, Validate Target Engagement, Advance Biomarker Discovery </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://microbiome-agbiotech.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-microbiome"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRbiAAE&oid=00D20000000ITFt&lastMod=1669742676000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 9th Microbiome AgBioTech Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> July 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Scale-Up Fermentation, Optimize Soil Health & Transform Agbio Sustainability & Crop Yield </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-microbiome"> <span>Microbiome</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-microbiome"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://fc-function-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000007hoD&oid=00D20000000ITFt&lastMod=1706108342000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 5th Fc-Mediated Function Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> July 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Supercharge FcRn, FcγR, & IgG Therapeutics </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://genetherapy-patient-engagement.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-gene-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iSR1&oid=00D20000000ITFt&lastMod=1673883239000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 5th Gene Therapy Patient Engagement Summit/Launch </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> July 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Effectively Implementing Patient-Centric Gene Therapy Development </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-gene-therapy"> <span>Gene Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-gene-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://in-house-impact-life-sciences.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti000000DpRJ&oid=00D20000000ITFt&lastMod=1710944751000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th In-House Impact: Life Sciences Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> July 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Reinvent Corporate Counsel as Strategic Partners to the Scientific Community </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://leap-hr-lifesciences-east.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-hr"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRh5AAE&oid=00D20000000ITFt&lastMod=1669907976000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> LEAP HR Life Sciences East </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> August 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Meet the Brand-New, Unmet Needs of Your In-Demand Biopharma Workforce </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-hr"> <span>HR</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-hr"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://ipf-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRxAAAU&oid=00D20000000ITFt&lastMod=1670324019000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 9th IPF Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> August 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Developing More Effective & Disease Modifying IPF Drugs </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://lab-ops-for-biopharma.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000009XZT&oid=00D20000000ITFt&lastMod=1707318830000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Lab Ops & Facility Management for Biopharma </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> August 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Ensuring Your Pipeline Progression & Research Operations Continuity </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-manufacturing"> <span>Process Development & Manufacturing</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://adc-linker-conjugation.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000006G0T&oid=00D20000000ITFt&lastMod=1704191394000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd ADC Linker & Conjugation Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> August 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Optimize Your ADCs Chemistry to Improve Efficacy, Stability, and Reduce Off-Target Toxicities </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://macrophage-directed-therapies.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cell-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000000iRuQ&oid=00D20000000ITFt&lastMod=1714560757000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 7th Macrophage-directed Therapies Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> August 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Learning From the Past & Spearheading Clinical Acceleration </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cell-therapy"> <span>Cell Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cell-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://industrializingcultivatedmeats.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRt8AAE&oid=00D20000000ITFt&lastMod=1670323969000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 7th Industrializing Cultivated Meats & Seafood </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> August 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Proving the Path to Commercial Viability </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://oligos-cmc-analytical-development.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRhTAAU&oid=00D20000000ITFt&lastMod=1669907977000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th Oligonucleotides CMC & Analytical Development </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> August 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Accelerate Oligonucleotide Approval with Tightened QC & Quality </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://fluid-imaging-biomarkers-neuro.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cns"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000ierr&oid=00D20000000ITFt&lastMod=1678892232000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Fluid & Imaging Biomarkers in Neuroscience </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> September 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Advance Biomarker Assessment to More Sensitively Translate CNS Drugs </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cns"> <span>CNS</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cns"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://adc-process-development.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000006Fyr&oid=00D20000000ITFt&lastMod=1704191306000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd ADC Process Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> September 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Accelerate to First-In-Human Studies & Validate Robust Commercial Preparedness </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://targeted-radiopharma-supplychain-manufacturing.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=015090000003B9N&oid=00D20000000ITFt&lastMod=1682092355000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd TRP Supply Chain & Manufacturing Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> September 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Optimizing Radioisotope Production & Supply to Support Complex Radiopharmaceutical Manufacturing Processes </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://crispr-analytical-development.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-gene-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti000000IWJB&oid=00D20000000ITFt&lastMod=1717772094000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd CRISPR-Based Therapy Analytical Development </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> September 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Establishing Analytical Gold Standards for Genome Editing Therapies </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-gene-therapy"> <span>Gene Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-gene-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://leapta-lifesciences.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-ta"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRvnAAE&oid=00D20000000ITFt&lastMod=1670324004000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> LEAP TA: Life Sciences </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> September 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Rethink Your Talent Acquisition to Regain Your Competitive Advantage </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-ta"> <span>TA</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-ta"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://adc-partnering.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti000000Hx3h&oid=00D20000000ITFt&lastMod=1715166256000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> ADC & TRP Pharma & Biotech Partnering Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> September 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Invest, Acquire, License, Partner </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://world-multispecifics.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRglAAE&oid=00D20000000ITFt&lastMod=1669907975000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 16th World Bispecifics Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> September 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Radically Transform Bi-& Multispecific Target Selection, Mechanistic Diversity, Clinical Translation & Manufacturing Success </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://neuropsychiatric-drug-development.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cns"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000009vOr&oid=00D20000000ITFt&lastMod=1707754696000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 8th Neuropsychiatric Drug Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> September 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Innovating Precision Neuropsychiatry & Enabling Psychedelic Approval </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cns"> <span>CNS</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cns"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://rare-kidney-drug-development.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=015090000003B1r&oid=00D20000000ITFt&lastMod=1681914728000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 5th Rare & Genetic Kidney Disease DD Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> September 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Transform Life-Changing Therapies for PKD, IgAN, FSGS, & Alport Syndrome </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://rnaediting-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-rna-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000UYU5&oid=00D20000000ITFt&lastMod=1727108002000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th RNA Editing Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> September 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Deliver Safe, Selective & Effective RNA Editing </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-rna-therapy"> <span>RNA Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-rna-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://mashdrugdevelopmentsummit.com" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRxeAAE&oid=00D20000000ITFt&lastMod=1670324022000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 9th MASH Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> September 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Harness GLP1ra, Non-Invasive Biomarkers & Combinations for Metabolic Disorders </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://car-tcr-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cell-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRgvAAE&oid=00D20000000ITFt&lastMod=1669907975000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 10th CAR-TCR Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> September 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Engineering a Disease-Free World </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cell-therapy"> <span>Cell Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cell-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://world-cdx.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000TwLZ&oid=00D20000000ITFt&lastMod=1726736209000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 15th World Clinical Biomarkers & CDx Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> September 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Supercharging Development, Approval & Commercialization of Next Generation Companion Diagnostics </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://mrna-processandmanufacturing.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-rna-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000000ikEP&oid=00D20000000ITFt&lastMod=1708612802000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th mRNA Process Development & Manufacturing Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> September 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Accelerating mRNA Drug Substance Process Scale Up and Manufacturing </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-rna-therapy"> <span>RNA Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-rna-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://ras-drugdevelopment.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-protein-degradation"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000000iRtm&oid=00D20000000ITFt&lastMod=1714653628000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 7th RAS-Targeted Drug Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> September 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Expanding the Therapeutic Landscape of Druggable RAS-Mutant Cancers </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-protein-degradation"> <span>Protein Degradation</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-protein-degradation"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://pfs-injectables.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRhUAAU&oid=00D20000000ITFt&lastMod=1669907977000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 15th Injectables Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> September 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Optimize Long-Acting Formulation & Engineer a Patient Centric, Compliance Device </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://crispr-conference.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-gene-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRvJ&oid=00D20000000ITFt&lastMod=1673016736000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th Genome Editing Therapeutics Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> October 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Shaping the Future of Therapeutic Gene Editing </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-gene-therapy"> <span>Gene Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-gene-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://ipsc-therapies-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-cell-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRnQAAU&oid=00D20000000ITFt&lastMod=1670323970000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 5th iPSC Drug Development & Manufacturing Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> October 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Accelerate Clinical Translation for the Future of Cell Therapy & Regenerative Medicine </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-cell-therapy"> <span>Cell Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-cell-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://spatialbiology-drugdevelopment.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-precision-oncology"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000LXaU&oid=00D20000000ITFt&lastMod=1718888119000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Spatial Biology for Drug Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> October 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Understanding Disease in a New Dimension </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-precision-oncology"> <span>Precision Oncology</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-precision-oncology"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://process-analytical-technology.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015090000003Eqh&oid=00D20000000ITFt&lastMod=1691400880000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th PAT & Real Time Quality Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> October 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Homing in on PAT Application Across Modalities </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://lipid-nanoparticle-development-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-rna-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRhVAAU&oid=00D20000000ITFt&lastMod=1669907977000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th Lipid Nanoparticles Development Summit Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> October 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Optimise LNP End-to-End Development for Seamless Scale-Up & GMP Compliance </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-rna-therapy"> <span>RNA Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-rna-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://operationalise-early-access.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRo4AAE&oid=00D20000000ITFt&lastMod=1670324018000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th Operationalise: Early Access Programmes Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> October 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Conquer Operational Hurdles to Provide European Patients Early Access </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://esg-lifesciences.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015090000003Ey7&oid=00D20000000ITFt&lastMod=1691740879000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> ESG in Life Sciences Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> October 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Benchmarking Sustainability, Diversity & Patient-Focused Approaches </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://exosomebased-therapeutics.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-rna-therapy"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRtwAAE&oid=00D20000000ITFt&lastMod=1670323979000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 7th Exosome-Based Therapeutic Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> October 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Accelerating the Discovery, Translation & Large-Scale Manufacturing of Exosomes & Evs </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-rna-therapy"> <span>RNA Therapy</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-rna-therapy"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://fermentation-enabled-protein-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000009YGz&oid=00D20000000ITFt&lastMod=1707319260000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th Fermentation-Enabled Alternative Protein Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> October 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Unlock Biomass & Precision Fermentation’s Power to Bring Alternative Proteins to Market at Scale </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://real-world-evidence-pharma.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRx0AAE&oid=00D20000000ITFt&lastMod=1670324015000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 13th IMPACCT RWE Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> October 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Leverage RWE for Regulatory Submissions, Inclusive Trials, & Stakeholder Engagement </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.proteindegradation.com" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-protein-degradation"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=015090000003CQB&oid=00D20000000ITFt&lastMod=1685624173000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 8th TPD & Induced Proximity Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> October 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Spearheading Degrader Therapeutics Towards the First Approval </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-protein-degradation"> <span>Protein Degradation</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-protein-degradation"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://worldadc-usa.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000006Fvd&oid=00D20000000ITFt&lastMod=1704191212000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 16th World ADC San Diego Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> November 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> The World’s Largest, Most Comprehensive & Definitive Antibody-Drug Conjugate Event </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-adcs-engineered-antibodies"> <span>ADCs & Engineered Antibodies</span> </div> <span class="pl-2 sm:pl-0 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> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-adcs-engineered-antibodies"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://autoimmunity-partnering.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000Nbq5&oid=00D20000000ITFt&lastMod=1721126173000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> Autoimmunity Pharma & Biotech Partnering Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> November 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Invest, Acquire, Partner, Collaborate; Immune Reset & Reprogramming </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://ehs-medicaldevices.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-multiple-topics"></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti000000DaDl&oid=00D20000000ITFt&lastMod=1710762255000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd EHS for Diagnostics & Medical Devices Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Ensuring Regulation Compliance & a Zero-Harm Workplace </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-multiple-topics"></div> </a> </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 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'"> <h2 class="heading-two" style="text-align: center;">Curated Insight and Connections for Biopharma</h2> <p style="text-align: center;">Enabling growth, supporting decisions and improving<br /> outcomes for our clients is at the heart of what we do.</p> <div class="sm:-mx-2"> <a href="https://hansonwade.com/contact-us/" target="_blank" class=" button-grey-gradient sm:mx-2 my-2" data-pegasus-modal="Modal--full" ><span class="sr-only">Contact Us</span><span>Contact Us</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#b1"></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='/all-products/#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>