CINXE.COM

Activate | Business Insider Advertising

<!DOCTYPE html><!-- Last Published: Thu Oct 03 2024 21:38:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="advertising.businessinsider.com" data-wf-page="66ce12684235541e89f19530" data-wf-site="66bd2453baad988e7087d51a" lang="en"><head><meta charset="utf-8"/><title>Activate | Business Insider Advertising</title><meta content="Exclusive events and cutting-edge research that foster meaningful connections." name="description"/><meta content="Activate | Business Insider Advertising" property="og:title"/><meta content="Exclusive events and cutting-edge research that foster meaningful connections." property="og:description"/><meta content="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dea6a24d06ae4d36952f48_Opengraph.png" property="og:image"/><meta content="Activate | Business Insider Advertising" property="twitter:title"/><meta content="Exclusive events and cutting-edge research that foster meaningful connections." property="twitter:description"/><meta content="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dea6a24d06ae4d36952f48_Opengraph.png" property="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><meta content="1BPbU59gRHNYoy02Uo-CTD59Gg44Iura4V_dfNBxxqE" name="google-site-verification"/><link href="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/css/businessinsider-staging.4f8a8c316.min.css" rel="stylesheet" type="text/css"/><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66d9cec88ee29ac00df1c3b8_Favicon.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66d9ce9a8ee29ac00df193d3_Webclip.png" rel="apple-touch-icon"/><link href="https://advertising.businessinsider.com/activate" rel="canonical"/><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-TB7TRPM2');</script> <script src="https://cdn.jsdelivr.net/gh/Neon-Hive/webflow/business-insider/scripts/pageFunctions.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script> <script type=“application/ld+json”> { “@context”: “https://schema.org”, “@type”: “Organization”, “name”: “Business Insider Advertising”, “url”: “https://advertising.businessinsider.com”, “logo”: “https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66cf5186c6b8b16ae9b87005_bi-seo-logo.svg” } </script> <script defer src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-scrolldisable@1/scrolldisable.js"></script> <script defer src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-mirrorclick@1/mirrorclick.js"></script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css" crossorigin="anonymous" referrerpolicy="no-referrer"/></head><body><div class="page-wrapper"><div class="page_load-code hide w-embed w-script"><style> html:not(.wf-design-mode):not(.w-editor) .page-wrapper { visibility: hidden; } .page_load-wrapper {opacity: 1; display: flex;} </style> <script> pageFunctions.addFunction('gsapHeaderReveal', function() { // Variables for header animations let pageWrapper = document.querySelector(".page-wrapper"); let navComponent = document.querySelector(".nav_component"); let headerHeading = document.querySelector("[data-animation=header-heading]"); let headerText = document.querySelector("[data-animation=header-text]"); let headerButton = document.querySelector("[data-animation=header-button]"); let headerVisual = document.querySelector("[data-animation=header-visual]"); // Create the GSAP timeline for subsequent page loads let tlHeader = gsap.timeline({ paused: true, onStart: function () { pageWrapper.style.visibility = "visible"; } }); tlHeader.from(headerHeading.querySelectorAll(".line"), { opacity: 0, stagger: { each: 0.15 }, ease: "inOutCubic", yPercent: 110, duration: 1, }); tlHeader.from(headerText.querySelectorAll(".line"), { opacity: 0, stagger: { each: 0.15 }, ease: "inOutCubic", yPercent: 110, duration: 1, }, "<"); tlHeader.from(headerButton, { opacity: 0, scale: 0.9, ease: "inOutCubic", duration: 0.8 }, "-=0.8"); tlHeader.from(navComponent, { opacity: 0, duration: 0.5, ease: "inOutCubic" }, "-=0.8"); tlHeader.fromTo(headerVisual, { clipPath: "polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)" }, { clipPath: "polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%)", duration: 1.3, ease: "inOutCubic", }, "-=0.3"); // Variables for page load elements let pageLoad = document.querySelector(".page_load-wrapper"); let pageLoadLogoWrapper = document.querySelector(".page_load-logo-wrapper"); let pageLoadLogo = document.querySelector(".page_load-logo"); let pageLoadArrow = document.querySelectorAll(".page_load-arrow-icon"); let pageLoadFillItem = document.querySelectorAll(".page_load-fill-item"); // Create the GSAP timeline for the first page load animation let tlHeaderPageLoad = gsap.timeline({ onStart: function () { pageWrapper.style.visibility = "visible"; }, onComplete: function() { // Play the main header animation tlHeader.play(); // Hide the page load wrapper pageLoad.style.display = "none"; // Check if the cookie is not already set if (document.cookie.indexOf("visited=true") === -1){ // Set the cookie to mark the first visit document.cookie = "visited=true"; } } }); tlHeaderPageLoad.fromTo(pageLoadLogoWrapper, { width: '101%' }, { width: '0%', duration: 1, ease: "inOutCubic" }); tlHeaderPageLoad.to(pageLoadLogoWrapper, { width: '25%', duration: 1, ease: "inOutCubic" }); tlHeaderPageLoad.fromTo(pageLoadArrow, { width: "0%" }, { width: "100%", duration: 1, ease: "inOutCubic" }, "<"); tlHeaderPageLoad.fromTo(pageLoadLogo, { width: '0vw' }, { width: '15vw', duration: 1, ease: "inOutCubic" }, "<"); tlHeaderPageLoad.to(pageLoadLogoWrapper, { width: '101%', duration: 0.75, delay: 1, ease: "inOutQuint" }); tlHeaderPageLoad.to(pageLoadLogoWrapper, { opacity: 0, duration: 0.3, delay: 0.45, ease: "inOutQuint" }, "<"); tlHeaderPageLoad.to(pageLoadLogo, { opacity: 0, duration: 0.5, ease: "power1.out" }, "-=0.3"); tlHeaderPageLoad.fromTo(pageLoadFillItem, { height: '100%' }, { height: '0%', duration: 1.5, ease: "inOutCubic", stagger: { each: 0.1 } }, "-=0.1"); if (document.cookie.indexOf("visited=true") >= 0) { // Hide the page load wrapper pageLoad.style.display = "none"; pageLoad.remove(); tlHeader.play(); } }, ['gsapCreateEase', 'splitType'], 'font-loaded'); </script></div><div fs-scrolldisable-element="when-visible" class="page_load-wrapper"><div class="page_load-logo-wrapper"><div class="page_load-logo w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 25 20" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <g clip-path="url(#clip0_1803_206)"> <path d="M0 0H8.568C13.334 0 15.824 2.463 15.824 5.489C15.824 7.577 14.646 8.996 13.013 9.746V9.8C15.101 10.55 16.279 12.21 16.279 14.325C16.279 17.351 13.95 20.001 8.916 20.001H0V0ZM8.3 7.925C9.719 7.925 10.362 7.202 10.362 6.399C10.362 5.596 9.719 4.846 8.3 4.846H5.783V7.925H8.3ZM8.38 15.154C9.879 15.154 10.602 14.431 10.602 13.494C10.602 12.557 9.852 11.834 8.407 11.834H5.783V15.154H8.38ZM18.732 0H24.569V20H18.732V0Z" fill="currentColor"/> </g> <defs> <clipPath id="clip0_1803_206"> <rect width="24.569" height="20" fill="white"/> </clipPath> </defs> </svg></div><div class="page_load-line h1"></div><div class="page_load-line h2"></div><div class="page_load-line v1"></div><div class="page_load-line v2"></div><div class="page_load-arrow is-bot-left"><div class="page_load-arrow-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M0 0V14.006H23.016L0 37.022V48H10.978L33.994 24.984V48H48V0H0Z" fill="currentColor"/> </svg></div></div><div class="page_load-arrow is-top-right"><div class="page_load-arrow-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M48 48L48 33.994L24.984 33.994L48 10.978L48 -7.15256e-07L37.022 -1.67498e-06L14.006 23.016L14.006 -3.68711e-06L3.48104e-06 -4.91155e-06L-7.15256e-07 48L48 48Z" fill="currentColor"/> </svg></div></div></div><div class="page_load-fill-layout u-grid-custom"><div class="page_load-fill-item is1"></div><div class="page_load-fill-item is2"></div><div class="page_load-fill-item is3"></div><div class="page_load-fill-item is4"></div><div class="page_load-fill-item is5"></div><div class="page_load-fill-item is6"></div></div></div><div class="page_code-wrapper"><div class="page_code-global w-embed"><style> /* Swiper */ /* Important so that each slider is same height */ .swiper-slide { height: auto !important; } /* Used when slider is set to autoplay */ .swiper-wrapper { transition-timing-function: linear!important; } /* Button Inactive State */ .swiper-button-disabled { opacity: 0.3; pointer-events: none; } /* Variables */ :root { /* grid */ --column-count: 12; --grid-main: repeat(var(--column-count), minmax(0, 1fr)); --grid-1: repeat(1, minmax(0, 1fr)); --grid-2: repeat(2, minmax(0, 1fr)); --grid-3: repeat(3, minmax(0, 1fr)); --grid-4: repeat(4, minmax(0, 1fr)); --grid-5: repeat(5, minmax(0, 1fr)); --grid-6: repeat(6, minmax(0, 1fr)); --grid-7: repeat(7, minmax(0, 1fr)); --grid-8: repeat(8, minmax(0, 1fr)); --grid-9: repeat(9, minmax(0, 1fr)); --grid-10: repeat(10, minmax(0, 1fr)); --grid-11: repeat(11, minmax(0, 1fr)); --grid-12: repeat(12, minmax(0, 1fr)); --grid-gap-total: calc(var(--grid-gap--main) * (var(--column-count) - 1)); --column-width: calc((100% - var(--grid-gap-total)) / var(--column-count) + var(--grid-gap--main)); --breakout-gutter: minmax(calc(var(--padding-global--main) - var(--grid-gap--main)), 1fr); --breakout-remaining: calc(var(--max-width--main) - (var(--padding-global--main) * 2)); --breakout-start: [full-start] var(--breakout-gutter) [content-start]; --breakout-end: [content-end] var(--breakout-gutter) [full-end]; --grid-breakout-single: var(--breakout-start) minmax(0, var(--breakout-remaining)) var(--breakout-end); --grid-breakout: var(--breakout-start) repeat(var(--column-count), minmax(0, calc((var(--breakout-remaining) - var(--grid-gap-total)) / var(--column-count)))) var(--breakout-end); /* Text - Font */ --font-weight--inherit: inherit; --font-weight--100: 100; --font-weight--200: 200; --font-weight--300: 300; --font-weight--400: 400; --font-weight--500: 500; --font-weight--600: 600; --font-weight--700: 700; --font-weight--800: 800; --font-weight--900: 900; --text-transform--none: none; --text-transform--uppercase: uppercase; --text-transform--capitalize: capitalize; --text-transform--lowercase: lowercase; --text-transform--inherit: inherit; } /* Components Section padding */ [data-padding-top="none"] { padding-top: var(--padding-section--none); } [data-padding-bottom="none"] { padding-bottom: var(--padding-section--none); } [data-padding-top="small"] { padding-top: var(--padding-section--small); } [data-padding-bottom="small"] { padding-bottom: var(--padding-section--small); } [data-padding-top="medium"] { padding-top: var(--padding-section--medium); } [data-padding-bottom="medium"] { padding-bottom: var(--padding-section--medium); } [data-padding-top="large"] { padding-top: var(--padding-section--large); } [data-padding-bottom="large"] { padding-bottom: var(--padding-section--large); } .svg-clip { position: absolute; width: 0; height: 0; } video { width: 100%; object-fit: cover; } video.wf-empty { padding: 0; } svg { display: block; } section, header, footer { position: relative; } button { background-color: unset; padding: unset; text-align: inherit; cursor: pointer; } select { -webkit-appearance: none; -moz-appearance: none; appearance: none; } h1, h2, h3, h4, h5, h6, blockquote { font-size: inherit; line-height: inherit; font-weight: inherit; } h1, h2, h3, h4, h5, h6, p, label, blockquote { margin-top: 0; margin-bottom: 0; } /* Make text look crisper and more legible in all browsers */ body { font-weight: var(--text-main--font-weight); text-transform: var(--text-main--text-transform); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: optimizeLegibility; } /* hide section if it has no cms items */ [data-cms-check="true"]:not(:has(.w-dyn-item)) { display: none; } /* Focus state style for keyboard navigation for the focusable elements */ *[tabindex]:focus-visible, input[type="file"]:focus-visible { outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem; } /* Get rid of top margin on first element in any rich text element */ .w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child { margin-top: 0 !important; } /* Get rid of bottom margin on last element in any rich text element */ .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child { margin-bottom: 0 !important; } /* Make sure containers never lose their center alignment */ .container-medium, .container-small, .container-large, .container-xlarge, .container-xsmall, .container-xsmall { margin-right: auto !important; margin-left: auto !important; } a, .w-input, .w-select, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; text-decoration: inherit; font-size: inherit; } .text-style-justify { hyphens: auto; -webkit-hyphens: auto; word-spacing: -0.05em; } /* Apply "..." after 3 lines of text */ .text-style-3lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } /* Apply "..." after 2 lines of text */ .text-style-2lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } /* Adds inline flex display */ .display-inlineflex { display: inline-flex; } /* These classes are never overwritten */ .hide { display: none !important; } @media screen and (max-width: 991px) { .hide, .hide-tablet { display: none !important; } .show-tablet { display: block !important; } } @media screen and (max-width: 767px) { .hide-mobile-landscape { display: none !important; } .show-mobile-landscape { display: block !important; } } @media screen and (max-width: 479px) { .hide-mobile { display: none !important; } .show-mobile-portrait { display: block !important; } } .margin-0 { margin: 0rem !important; } .padding-0 { padding: 0rem !important; } .spacing-clean { padding: 0rem !important; margin: 0rem !important; } .margin-top { margin-right: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-top { padding-right: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-right { margin-top: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-right { padding-top: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-bottom { margin-top: 0rem !important; margin-right: 0rem !important; margin-left: 0rem !important; } .padding-bottom { padding-top: 0rem !important; padding-right: 0rem !important; padding-left: 0rem !important; } .margin-left { margin-top: 0rem !important; margin-right: 0rem !important; margin-bottom: 0rem !important; } .padding-left { padding-top: 0rem !important; padding-right: 0rem !important; padding-bottom: 0rem !important; } .margin-horizontal { margin-top: 0rem !important; margin-bottom: 0rem !important; } .padding-horizontal { padding-top: 0rem !important; padding-bottom: 0rem !important; } .margin-vertical { margin-right: 0rem !important; margin-left: 0rem !important; } .padding-vertical { padding-right: 0rem !important; padding-left: 0rem !important; } </style></div><div class="page_code-responsive w-embed"><style> html { font-size: calc(0.6rem + 0.4vw); } @media screen and (max-width: 1440px) { html { font-size: calc(0.55rem + 0.35vw); } } @media screen and (max-width: 992px) { html { font-size: calc(0.7rem + 0.8vw); } } @media screen and (max-width: 479px) { html { font-size: calc(0.9rem + 0.3vw); } } /* desktop */ :root { /* custom */ } /* tablet */ @media screen and (max-width: 991px) { :root { /* spacing */ --padding-global--main: 1.5rem; --padding-section--small: 4rem; --padding-section--medium: 6rem; --padding-section--large: 8rem; --space--section-component: 7.5rem; /* heading */ --display--font-size: 4rem; --h1--font-size: 2.5rem; --h2--font-size: 2rem; --h3--font-size: 1.75rem; --h4--font-size: 1.5rem; --h5--font-size: 1.25rem; --h6--font-size: 1rem; /* adaptive sizes */ --size--2rem: 1.75rem; --size--2-5rem: 2.18rem; --size--3rem: 2.52rem; --size--3-5rem: 2.73rem; --size--4rem: 3rem; --size--4-5rem: 3.375rem; --size--5rem: 3.75rem; --size--5-5rem: 4.125rem; --size--6rem: 4.5rem; --size--6-5rem: 4.875rem; --size--7rem: 5.25rem; --size--7-5rem: 5.625rem; --size--8rem: 6rem; --size--8-5rem: 6.375rem; --size--9rem: 6.75rem; --size--9-5rem: 7.125rem; --size--10rem: 7.5rem; --size--11rem: 8.25rem; --size--12rem: 9rem; --size--13rem: 9.75rem; --size--14rem: 10.5rem; --size--15rem: 11.25rem; } } /* landscape */ @media screen and (max-width: 767px) { :root { /* custom */ --padding-global--main: 1rem; --padding-section--small: 3rem; --padding-section--medium: 4rem; --padding-section--large: 6rem; --space--section-component: 5.5rem; /* heading */ --display--font-size: 3.5rem; --h1--font-size: 2.5rem; --h2--font-size: 2rem; --h3--font-size: 1.75rem; --h4--font-size: 1.5rem; --h5--font-size: 1.25rem; --h6--font-size: 1rem; /* text */ --text-xlarge--font-size: 1.25rem; --text-large--font-size: 1.125rem; --text-medium--font-size: 1rem; --text-small--font-size: 0.875rem; --text-tiny--font-size: 0.875rem; /* adaptive sizes */ --size--2-5rem: 2rem; --size--3rem: 2.25rem; --size--3-5rem: 2.375rem; --size--4rem: 2.5rem; --size--4-5rem: 2.75rem; --size--5rem: 3rem; --size--5-5rem: 3.25rem; --size--6rem: 3.5rem; --size--6-5rem: 3.75rem; --size--7rem: 4rem; --size--7-5rem: 4.25rem; --size--8rem: 4.5rem; --size--8-5rem: 4.75rem; --size--9rem: 5rem; --size--9-5rem: 5.25rem; --size--10rem: 5.5rem; --size--11rem: 5.75rem; --size--12rem: 6rem; --size--13rem: 6.5rem; --size--14rem: 7rem; --size--15rem: 7.5rem; } } /* portrait */ @media screen and (max-width: 479px) { :root { /* custom */ --space--section-component: 3.5rem; /* heading */ --display--font-size: 2.5rem; --h1--font-size: 2.25rem; --h2--font-size: 2rem; --h3--font-size: 1.5rem; --h4--font-size: 1.25rem; --h5--font-size: 1.125rem; --h6--font-size: 1rem; /* text */ --text-xlarge--font-size: 1.25rem; --text-large--font-size: 1.125rem; --text-medium--font-size: 1rem; --text-small--font-size: 0.875rem; --text-tiny--font-size: 0.875rem; } } </style></div><div class="page_code-animations w-embed"><style> /* Hover Animations */ @media screen and (min-width: 992px) { /* Button Text */ .button.is-text:hover .button_main-line {width: 100%;} .button.is-text:hover .button_main-icon.is1 {transform: translate(100%, 0px);} .button.is-text:hover .button_main-icon.is2 {transform: translate(0%, 0px);} /* Play Button */ .video_play-button:hover .video_button-icon.is1 {transform: translate(100%, 0px);} .video_play-button:hover .video_button-icon.is2 {transform: translate(0%, 0px);} /* News Items */ .news-featured_component:hover .news_featured-visual {transform: scale(1.1);} .news_cms-item:hover .news_visual {transform: scale(1.1);} /* Swiper Arrow */ .swiper-arrow.is-left:hover .swiper_arrow-icon.is1 {transform: translate(-100%, 0px);} .swiper-arrow.is-left:hover .swiper_arrow-icon.is2 {transform: translate(0%, 0px);} .swiper-arrow.is-right:hover .swiper_arrow-icon.is1 {transform: translate(100%, 0px);} .swiper-arrow.is-right:hover .swiper_arrow-icon.is2 {transform: translate(0%, 0px);} } /* Page Load Animations */ @keyframes slideup { from {opacity: 0; transform: translateY(1rem);} to {opacity: 1; transform: translateY(0rem);} } @keyframes slidedown { from {opacity: 0; transform: translateY(-100%);} to {opacity: 1; transform: translateY(0%);} } @keyframes slideleft { from {opacity: 0; transform: translateX(-100%);} to {opacity: 1; transform: translateY(0%);} } @keyframes slideright { from {opacity: 0; transform: translateX(100%);} to {opacity: 1; transform: translateY(0%);} } @keyframes fadein { from {opacity: 0;} to {opacity: 1;} } </style></div><div class="page_code-buttons w-embed"><style> :root { /* Button Dark Stroke Primary */ --button--background: var(--swatch--transparent); --button--text: var(--swatch--core-black); --button--border: var(--swatch--core-black); --button--icon-background: var(--swatch--breaking-blue); --button--icon-text: var(--swatch--core-white); } /* Button Dark Stroke */ [data-button-style="primary"] { --button--background: var(--swatch--transparent); --button--text: var(--swatch--core-black); --button--border: var(--swatch--core-black); --button--icon-background: var(--swatch--breaking-blue); --button--icon-text: var(--swatch--core-white); /* button hover */ --button--background-hover: var(--swatch--breaking-blue); --button--text-hover: var(--swatch--core-white); --button--border-hover: var(--swatch--core-black); --button--icon-background-hover: var(--swatch--breaking-blue); --button--icon-text-hover: var(--swatch--core-white); } /* Button White Stroke */ [data-button-style="secondary"] { --button--background: var(--swatch--transparent); --button--text: var(--swatch--core-white); --button--border: var(--swatch--core-white); --button--icon-background: var(--swatch--breaking-blue); --button--icon-text: var(--swatch--core-white); /* button hover */ --button--background-hover: var(--swatch--breaking-blue); --button--text-hover: var(--swatch--core-white); --button--border-hover: var(--swatch--core-white); --button--icon-background-hover: var(--swatch--breaking-blue); --button--icon-text-hover: var(--swatch--core-white); } /* Button White Stroke - Icon Circle White */ [data-button-style="white-circle"] { --button--background: var(--swatch--transparent); --button--text: var(--swatch--core-white); --button--border: var(--swatch--core-white); --button--icon-background: var(--swatch--core-white); --button--icon-text: var(--swatch--breaking-blue); /* button hover*/ --button--background-hover: var(--swatch--core-white); --button--text-hover: var(--swatch--breaking-blue); --button--border-hover: var(--swatch--core-white); --button--icon-background-hover: var(--swatch--core-white); --button--icon-text-hover: var(--swatch--breaking-blue); } /* Button Blue Fill - Icon Circle White */ [data-button-style="blue-fill"] { --button--background: var(--swatch--breaking-blue); --button--text: var(--swatch--core-white); --button--border: var(--swatch--breaking-blue); --button--icon-background: var(--swatch--core-white); --button--icon-text: var(--swatch--breaking-blue); /* button hover */ --button--background-hover: var(--swatch--core-white); --button--text-hover: var(--swatch--breaking-blue); --button--border-hover: var(--swatch--core-white); --button--icon-background-hover: var(--swatch--core-white); --button--icon-text-hover: var(--swatch--breaking-blue); } /* Button Blue Fill - Icon Circle White */ [data-button-style="blue-fill-secondary"] { --button--background: var(--swatch--breaking-blue); --button--text: var(--swatch--core-white); --button--border: var(--swatch--breaking-blue); --button--icon-background: var(--swatch--core-white); --button--icon-text: var(--swatch--breaking-blue); /* button hover */ --button--background-hover: var(--swatch--core-white); --button--text-hover: var(--swatch--breaking-blue); --button--border-hover: var(--swatch--core-black); --button--icon-background-hover: var(--swatch--core-white); --button--icon-text-hover: var(--swatch--breaking-blue); } /* Button White Fill - Icon Circle Blue */ [data-button-style="white-fill"] { --button--background: var(--swatch--core-white); --button--text: var(--swatch--breaking-blue); --button--border: var(--swatch--core-white); --button--icon-background: var(--swatch--breaking-blue); --button--icon-text: var(--swatch--core-white); /* button hover*/ --button--background-hover: var(--swatch--core-white); --button--text-hover: var(--swatch--core-white); --button--border-hover: var(--swatch--core-white); --button--icon-background-hover: var(--swatch--breaking-blue); --button--icon-text-hover: var(--swatch--core-white); } /* Button White Fill Secondary - Icon Circle Blue */ [data-button-style="white-fill-secondary"] { --button--background: var(--swatch--core-white); --button--text: var(--swatch--breaking-blue); --button--border: var(--swatch--core-white); --button--icon-background: var(--swatch--breaking-blue); --button--icon-text: var(--swatch--core-white); /* button hover*/ --button--background-hover: var(--swatch--core-white); --button--text-hover: var(--swatch--core-white); --button--border-hover: var(--swatch--core-white); --button--icon-background-hover: var(--swatch--breaking-blue); --button--icon-text-hover: var(--swatch--core-white); } /* Button Text Dark */ [data-button-text-style="primary"] { --button--background: var(--swatch--transparent); --button--text: var(--swatch--core-black); --button--border: var(--swatch--core-black); --button--icon-background: var(--swatch--transparent); --button--icon-text: var(--swatch--core-black); /* button hover */ --button--background-hover: var(--swatch--transparent); --button--text-hover: var(--swatch--core-black); --button--border-hover: var(--swatch--core-black); --button--icon-background-hover: var(--swatch--transparent); --button--icon-text-hover: var(--swatch--core-black); } /* Button Text White */ [data-button-text-style="secondary"] { --button--background: var(--swatch--transparent); --button--text: var(--swatch--core-white); --button--border: var(--swatch--core-white); --button--icon-background: var(--swatch--transparent); --button--icon-text: var(--swatch--core-white); /* button hover */ --button--background-hover: var(--swatch--transparent); --button--text-hover: var(--swatch--core-white); --button--border-hover: var(--swatch--core-white); --button--icon-background-hover: var(--swatch--transparent); --button--icon-text-hover: var(--swatch--core-white); } /* Button Text White */ [data-button-text-style="primary-caps"] { --button--text: var(--swatch--core-white); /* button hover */ --button--text-hover: var(--swatch--core-white); } /* Button Text Dark */ [data-button-text-style="secondary-caps"] { --button--text: var(--swatch--core-black); /* button hover */ --button--text-hover: var(--swatch--core-black); } .button.is-text .button_main-icon, .swiper_arrow-icon, .video_button-icon { transition-property: transform; transition-duration: 500ms; transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); } .button.is-text .button_main-icon.is1 { transform: translate(0%, 0px); } .button.is-text .button_main-icon.is2 { transform: translate(-100%, 0px); } .button.is-text .button_main-line { transition-property: width; transition-duration: 500ms; transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); } </style></div><div class="page_code-custom w-embed"><style> .split-parent {overflow: hidden;} html:not(.wf-design-mode):not(.w-editor) [data-gsap-hidden=true] { visibility: hidden; } html.wf-design-mode .cursor-wrap, html.w-editor .cursor-wrap { visibility: hidden; } @media screen and (max-width: 767px) { .header_main-body {padding-left: 0rem !important;} .header_main-heading {padding-left: 0rem !important;} .header_button-wrapper {padding-left: 0rem !important;} .header_main-component .header_vertical-line {display: none;} } </style></div><div class="page_code-lennis hide w-embed w-script"><style> .lenis.lenis-smooth {scroll-behavior: auto;} .lenis.lenis-smooth [data-lenis-prevent] {overscroll-behavior: contain;} html.lenis {height: auto;} </style> <script> /* * LENIS SCROLL MASTER - must be withing 'global styles' * Important check Lenis version # e.g 0.2.28 - newer versions DO NOT work with Finsweet disable scroll. */ document.addEventListener('DOMContentLoaded', () => { const lenis = new Lenis({ direction: 'vertical', gestureDirection: 'vertical', smooth: true, lerp: 0.1, wheelMultiplier: 0.7, mouseMultiplier: 0.7, smoothTouch: false, touchMultiplier: 1.5, infinite: false, }) //get scroll value // lenis.on('scroll', ({ scroll, limit, velocity, direction, progress }) => { // console.log({ scroll, limit, velocity, direction, progress }) // }) function raf(time) { lenis.raf(time) requestAnimationFrame(raf) } requestAnimationFrame(raf) /* * Lenis toggle states - add attributes to DOM items you want to stop/start/toggle * NOTE - important to have corresponding FinSweet attribute on element as well * E.G. [fs-scrolldisable-element = enable] + [data-lenis-start] */ document.querySelectorAll("[data-lenis-start=true]").forEach(function(element) { element.addEventListener("click", function() { lenis.start(); }); }); document.querySelectorAll("[data-lenis-stop=true]").forEach(function(element) { element.addEventListener("click", function() { lenis.stop(); }); }); document.querySelectorAll("[data-lenis-hover]").forEach(function(parentElement) { parentElement.addEventListener("mouseenter", function() { lenis.stop(); }); parentElement.addEventListener("mouseleave", function(event) { // Check if the mouse is leaving both the parent and its child (.w-dropdown-list) if (!parentElement.contains(event.relatedTarget) || !parentElement.querySelector('.w-dropdown-list').contains(event.relatedTarget)) { lenis.start(); } }); }); document.querySelectorAll("[data-lenis-toggle]").forEach(function(element) { element.addEventListener("click", function() { element.classList.toggle("stop-scroll"); if (element.classList.contains("stop-scroll")) { lenis.stop(); } else { lenis.start(); } }); }); }); </script></div></div><div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="nav_component w-nav"><div class="nav_container u-grid-desktop"><div class="nav_brand-wrapper u-hflex-left-center"><a href="/" aria-label="Home Page Link" class="nav_brand w-nav-brand"><div class="nav_logo hide-mobile-landscape w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 228 20" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <mask id="mask0_4093_114" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="228" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 0.411598H8.18197C12.7329 0.411598 15.1125 2.76454 15.1125 5.65406C15.1125 7.64872 13.9877 9.0035 12.4279 9.72005V9.7717C14.4226 10.4883 15.5474 12.073 15.5474 14.0927C15.5474 16.9822 13.3228 19.5134 8.51525 19.5134H0V0.411598ZM7.92701 7.98034C9.28179 7.98034 9.89668 7.29045 9.89668 6.52225C9.89668 5.75404 9.28345 5.03916 7.92701 5.03916H5.52408V7.98034H7.92701ZM8.00367 14.8842C9.43509 14.8842 10.1266 14.1943 10.1266 13.2994C10.1266 12.4046 9.4101 11.7147 8.03033 11.7147H5.52408V14.8859H8.00367V14.8842ZM16.7222 11.7397V0.411598H22.2963V11.6881C22.2963 13.811 23.3444 14.9358 25.1341 14.9358C26.9238 14.9358 28.0487 13.811 28.0487 11.6631V0.411598H33.6494V11.7397C33.6494 16.5472 30.4283 20 25.1341 20C19.84 20 16.7205 16.5472 16.7205 11.7397H16.7222ZM47.842 1.33144V6.24063C46.6406 5.39743 44.5942 4.8092 42.9328 4.8092C41.4248 4.8092 40.6566 5.29578 40.6566 5.93401C40.6566 6.57224 41.4997 6.90552 43.0095 7.44209C45.5674 8.33694 49.0435 9.53841 49.0435 13.6044C49.0435 17.2355 46.3073 19.92 41.4997 19.92C39.0202 19.92 36.7439 19.2035 35.3374 18.2586V13.0928C36.7189 14.2176 38.8152 15.1125 40.8349 15.1125C42.5479 15.1125 43.3411 14.4726 43.3411 13.7577C43.3411 12.8379 42.0363 12.4279 40.4766 11.8647C38.4303 11.1231 35.1841 9.79337 35.1841 6.08565C35.1841 2.73621 37.8187 0 42.5229 0C44.5942 0 46.4606 0.536577 47.842 1.32978V1.33144ZM50.4749 0.411598H56.049V19.5134H50.4749V0.411598ZM75.8673 19.5134H70.5482L63.6694 9.26012H63.6444V19.5134H58.3519V0.411598H63.671L70.5499 10.4866H70.5749V0.411598H75.8673V19.5134ZM78.1686 0.411598H91.3631V5.37244H83.7427V7.67372H90.5949V12.1746H83.7427V14.5526H91.3631V19.5134H78.1686V0.411598ZM105.351 1.33144V6.24063C104.149 5.39743 102.103 4.8092 100.442 4.8092C98.9335 4.8092 98.1653 5.29578 98.1653 5.93401C98.1653 6.57224 99.0085 6.90552 100.518 7.44209C103.076 8.33694 106.552 9.53841 106.552 13.6044C106.552 17.2355 103.816 19.92 99.0085 19.92C96.5289 19.92 94.2526 19.2035 92.8462 18.2586V13.0928C94.2276 14.2176 96.3239 15.1125 98.3436 15.1125C100.057 15.1125 100.85 14.4726 100.85 13.7577C100.85 12.8379 99.5451 12.4279 97.9853 11.8647C95.939 11.1231 92.6929 9.79337 92.6929 6.08565C92.6929 2.73621 95.3274 0 100.032 0C102.103 0 103.969 0.536577 105.351 1.32978V1.33144ZM120.105 1.33144V6.24063C118.904 5.39743 116.857 4.8092 115.196 4.8092C113.688 4.8092 112.92 5.29578 112.92 5.93401C112.92 6.57224 113.763 6.90552 115.272 7.44209C117.83 8.33694 121.306 9.53841 121.306 13.6044C121.306 17.2355 118.57 19.92 113.763 19.92C111.283 19.92 109.007 19.2035 107.6 18.2586V13.0928C108.982 14.2176 111.078 15.1125 113.098 15.1125C114.811 15.1125 115.604 14.4726 115.604 13.7577C115.604 12.8379 114.299 12.4279 112.74 11.8647C110.693 11.1231 107.447 9.79337 107.447 6.08565C107.447 2.73621 110.082 0 114.786 0C116.857 0 118.724 0.536577 120.105 1.32978V1.33144ZM127.765 19.5501H133.339V0.449925H127.765V19.5517V19.5501ZM153.154 0.449925H147.862V10.5249H147.837L140.958 0.449925H135.639V19.5517H140.931V9.29845H140.956L147.835 19.5517H153.154V0.449925ZM162.126 0.0399933C157.42 0.0399933 154.788 2.7762 154.788 6.12564C154.788 9.83336 158.035 11.1631 160.08 11.9047C161.64 12.4679 162.944 12.8762 162.944 13.7977C162.944 14.5142 162.151 15.1525 160.438 15.1525C158.419 15.1525 156.321 14.2576 154.941 13.1328V18.2986C156.347 19.2451 158.624 19.96 161.103 19.96C165.911 19.96 168.647 17.2755 168.647 13.6444C168.647 9.5784 165.169 8.37694 162.613 7.48209C161.105 6.94551 160.26 6.63889 160.26 5.974C160.26 5.30911 161.026 4.84919 162.536 4.84919C164.198 4.84919 166.244 5.43743 167.445 6.28062V1.36977C166.064 0.576571 164.198 0.0399933 162.126 0.0399933ZM169.948 19.5501H175.522V0.449925H169.948V19.5517V19.5501ZM183.398 14.5126H184.473C187.362 14.5126 189.228 12.8762 189.228 10.0117C189.228 7.14714 187.362 5.48575 184.473 5.48575H183.398V14.5126ZM194.854 10.0117C194.854 15.7657 190.507 19.5501 184.268 19.5501H177.824V0.449925H184.268C190.507 0.449925 194.854 4.25929 194.854 10.0133V10.0117ZM196.366 19.5501H209.56V14.5892H201.94V12.2113H208.792V7.71038H201.94V5.4091H209.56V0.449925H196.366V19.5517V19.5501ZM218.334 9.47509C219.74 9.47509 220.84 8.8102 220.84 7.48042C220.84 6.15064 219.74 5.48575 218.309 5.48575H217.132V9.47509H218.334ZM227.462 19.5501H220.89L217.259 13.6427H217.13V19.5501H211.556V0.449925H218.359C223.141 0.449925 226.464 2.5729 226.464 7.09882C226.464 8.88852 225.671 11.4964 222.5 12.8262L227.46 19.5517L227.462 19.5501Z" fill="black"/> </mask> <g mask="url(#mask0_4093_114)"> <rect y="0.00195312" width="227.462" height="19.9967" fill="#0D0D0D"/> </g> </svg></div><div class="nav_logo show-mobile-landscape w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 25 20" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <g clip-path="url(#clip0_4093_188)"> <path d="M0 0H8.568C13.334 0 15.824 2.463 15.824 5.489C15.824 7.577 14.646 8.996 13.013 9.746V9.8C15.101 10.55 16.279 12.21 16.279 14.325C16.279 17.351 13.95 20.001 8.916 20.001H0V0ZM8.3 7.925C9.719 7.925 10.362 7.202 10.362 6.399C10.362 5.596 9.719 4.846 8.3 4.846H5.783V7.925H8.3ZM8.38 15.154C9.879 15.154 10.602 14.431 10.602 13.494C10.602 12.557 9.852 11.834 8.407 11.834H5.783V15.154H8.38ZM18.732 0H24.569V20H18.732V0Z" fill="#0A0A0A"/> </g> <defs> <clipPath id="clip0_4093_188"> <rect width="24.569" height="20" fill="white"/> </clipPath> </defs> </svg></div></a></div><div class="nav_menu"><div class="nav_menu-mask-reveal"><div data-lenis-prevent="" fs-scrolldisable-element="preserve" class="nav_menu-mask"><div data-hover="false" data-delay="800" class="nav_dropdown-wrapper w-dropdown"><div class="nav_dropdown-toggle hide-tablet w-dropdown-toggle"><div data-animation-hover="text-char" class="nav_menu-text-wrapper"><div data-split-char="true" data-animation-selector="button-text1" class="nav_dropdown-toggle-text is1">advertise</div><div data-split-char="true" aria-hidden="true" data-animation-selector="button-text2" class="nav_dropdown-toggle-text is2">advertise</div></div><div class="nav_dropdown-toggle-icon z-index-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 14 8" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M7 7.5625L0.75 1.3125L1.625 0.4375L7 5.8125L12.375 0.4375L13.25 1.3125L7 7.5625Z" fill="currentColor"/> </svg></div></div><nav class="nav_dropdown-list w-dropdown-list"><div class="nav_dropdown-reveal"><div class="nav_dropdown-component"><div class="nav_dropdown-content-layout"><div id="nav-image" class="nav_dropdown-visual-wrapper aspect-ratio-square hide-tablet"><img src="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66d58a9987a05db790128669_green-media-placeholder4.avif" alt="" width="600" height="600" sizes="(max-width: 991px) 100vw, 50vw" srcset="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66d58a9987a05db790128669_green-media-placeholder4-p-500.avif 500w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66d58a9987a05db790128669_green-media-placeholder4-p-800.avif 800w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66d58a9987a05db790128669_green-media-placeholder4-p-1080.avif 1080w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66d58a9987a05db790128669_green-media-placeholder4.avif 1300w" class="nav_dropdown-visual-static"/><img src="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40f6d9ea6b919b8e94c_Targeting.avif" alt="" width="600" height="600" sizes="(max-width: 991px) 100vw, 50vw" srcset="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40f6d9ea6b919b8e94c_Targeting-p-500.avif 500w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40f6d9ea6b919b8e94c_Targeting-p-800.avif 800w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40f6d9ea6b919b8e94c_Targeting-p-1080.avif 1080w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40f6d9ea6b919b8e94c_Targeting.avif 1200w" class="nav_dropdown-visual"/><img src="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec4105c698502be439d55_Video.avif" alt="" width="600" height="600" sizes="100vw" srcset="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec4105c698502be439d55_Video-p-500.avif 500w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec4105c698502be439d55_Video-p-800.avif 800w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec4105c698502be439d55_Video-p-1080.avif 1080w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec4105c698502be439d55_Video.avif 1200w" class="nav_dropdown-visual"/><img src="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40ffa6c298cdabafe10_Display%20Media.avif" alt="" width="600" height="600" sizes="100vw" srcset="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40ffa6c298cdabafe10_Display%20Media-p-500.avif 500w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40ffa6c298cdabafe10_Display%20Media-p-800.avif 800w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40ffa6c298cdabafe10_Display%20Media-p-1080.avif 1080w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40ffa6c298cdabafe10_Display%20Media.avif 1200w" class="nav_dropdown-visual"/><img src="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66e1d882db2a0f50b3920ee7_1000x1000x.webp" alt="" width="600" height="600" sizes="100vw" srcset="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66e1d882db2a0f50b3920ee7_1000x1000x-p-500.webp 500w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66e1d882db2a0f50b3920ee7_1000x1000x-p-800.webp 800w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66e1d882db2a0f50b3920ee7_1000x1000x-p-1080.webp 1080w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66e1d882db2a0f50b3920ee7_1000x1000x-p-1600.webp 1600w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66e1d882db2a0f50b3920ee7_1000x1000x.webp 2000w" class="nav_dropdown-visual"/><img src="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40f36bf314091acc2b3_Premium%20Programmatic.avif" alt="" width="600" height="600" sizes="100vw" srcset="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40f36bf314091acc2b3_Premium%20Programmatic-p-500.avif 500w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40f36bf314091acc2b3_Premium%20Programmatic-p-800.avif 800w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40f36bf314091acc2b3_Premium%20Programmatic-p-1080.avif 1080w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40f36bf314091acc2b3_Premium%20Programmatic.avif 1200w" class="nav_dropdown-visual"/><img src="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40f8cbb913561f99e5b_Newsletter.avif" alt="" width="600" height="600" sizes="100vw" srcset="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40f8cbb913561f99e5b_Newsletter-p-500.avif 500w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40f8cbb913561f99e5b_Newsletter-p-800.avif 800w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40f8cbb913561f99e5b_Newsletter-p-1080.avif 1080w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40f8cbb913561f99e5b_Newsletter.avif 1200w" class="nav_dropdown-visual"/><img src="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40e33bcfb600a3fc5e9_Editorial%20Sponsorships.avif" alt="" width="600" height="600" sizes="100vw" srcset="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40e33bcfb600a3fc5e9_Editorial%20Sponsorships-p-500.avif 500w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40e33bcfb600a3fc5e9_Editorial%20Sponsorships-p-800.avif 800w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40e33bcfb600a3fc5e9_Editorial%20Sponsorships-p-1080.avif 1080w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dec40e33bcfb600a3fc5e9_Editorial%20Sponsorships.avif 1200w" class="nav_dropdown-visual"/></div><div class="nav_dropdown-v-line hide-tablet"></div><div class="nav_dropdown-body u-vflex-stretch-between u-gap-medium"><div class="nav_dropdown-link-list u-vflex-left-top"><div class="nav_dropdown-link-wrapper overflow-hidden"><a href="/advertise/saga" class="nav_dropdown-link is1 w-inline-block"><div class="nav_dropdown-link-text">SÁGA</div><div class="nav_dropdown-link-icon icon-1x1-xlarge w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 64 64" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M43.1246 29.3331L28.8206 15.029L32.5918 11.2578L53.3337 31.9997L32.5918 52.7413L28.8206 48.9701L43.1246 34.6664H10.667V29.3331H43.1246Z" fill="currentColor"/> </svg></div></a></div><div class="nav_dropdown-link-wrapper overflow-hidden"><a href="/advertise/video" class="nav_dropdown-link is2 w-inline-block"><div class="nav_dropdown-link-text">Video</div><div class="nav_dropdown-link-icon icon-1x1-xlarge w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 64 64" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M43.1246 29.3331L28.8206 15.029L32.5918 11.2578L53.3337 31.9997L32.5918 52.7413L28.8206 48.9701L43.1246 34.6664H10.667V29.3331H43.1246Z" fill="currentColor"/> </svg></div></a></div><div class="nav_dropdown-link-wrapper overflow-hidden"><a href="/advertise/display-ads" class="nav_dropdown-link is3 w-inline-block"><div class="nav_dropdown-link-text">Display Media</div><div class="nav_dropdown-link-icon icon-1x1-xlarge w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 64 64" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M43.1246 29.3331L28.8206 15.029L32.5918 11.2578L53.3337 31.9997L32.5918 52.7413L28.8206 48.9701L43.1246 34.6664H10.667V29.3331H43.1246Z" fill="currentColor"/> </svg></div></a></div><div class="nav_dropdown-link-wrapper overflow-hidden"><a href="/create" class="nav_dropdown-link is4 w-inline-block"><div class="nav_dropdown-link-text">Insider Studios</div><div class="nav_dropdown-link-icon icon-1x1-xlarge w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 64 64" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M43.1246 29.3331L28.8206 15.029L32.5918 11.2578L53.3337 31.9997L32.5918 52.7413L28.8206 48.9701L43.1246 34.6664H10.667V29.3331H43.1246Z" fill="currentColor"/> </svg></div></a></div><div class="nav_dropdown-link-wrapper overflow-hidden"><a href="/advertise/premium-programmatic" class="nav_dropdown-link is5 w-inline-block"><div class="nav_dropdown-link-text">Premium Programmatic</div><div class="nav_dropdown-link-icon icon-1x1-xlarge w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 64 64" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M43.1246 29.3331L28.8206 15.029L32.5918 11.2578L53.3337 31.9997L32.5918 52.7413L28.8206 48.9701L43.1246 34.6664H10.667V29.3331H43.1246Z" fill="currentColor"/> </svg></div></a></div><div class="nav_dropdown-link-wrapper overflow-hidden"><a href="/advertise/newsletter" class="nav_dropdown-link is6 w-inline-block"><div class="nav_dropdown-link-text">Newsletter</div><div class="nav_dropdown-link-icon icon-1x1-xlarge w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 64 64" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M43.1246 29.3331L28.8206 15.029L32.5918 11.2578L53.3337 31.9997L32.5918 52.7413L28.8206 48.9701L43.1246 34.6664H10.667V29.3331H43.1246Z" fill="currentColor"/> </svg></div></a></div><div class="nav_dropdown-link-wrapper overflow-hidden"><a href="/advertise/editorial-sponsorships" class="nav_dropdown-link is7 w-inline-block"><div class="nav_dropdown-link-text">Editorial Sponsorships</div><div class="nav_dropdown-link-icon icon-1x1-xlarge w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 64 64" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M43.1246 29.3331L28.8206 15.029L32.5918 11.2578L53.3337 31.9997L32.5918 52.7413L28.8206 48.9701L43.1246 34.6664H10.667V29.3331H43.1246Z" fill="currentColor"/> </svg></div></a></div></div><div class="nav_dropdown-text-wrapper u-vflex-stretch-top u-gap-medium hide-tablet"><div class="nav_dropdown-h-line"></div><div class="nav_dropdown-text-list"><p class="nav_dropdown-text text-size-large">We empower brands to reach their most audacious goals with an extensive suite of advertising services.<br/><br/></p><p class="nav_dropdown-text text-size-large">SÁGA provides brands with essential consumer insights, enabling them to create impactful content that resonates with their audience and boosts ROI.</p><p class="nav_dropdown-text text-size-large">Partner with Business Insider Advertising to take advantage of award-winning series that generate 266 million hours of viewing time in a brand-safe, cross-platform ecosystem.</p><p class="nav_dropdown-text text-size-large">Capturing attention can be challenging in today’s world. That’s why we designed our signature display formats to avoid banner blindness. </p><p class="nav_dropdown-text text-size-large">We create compelling, informative, and engaging content for some of the greatest brands in the world.</p><p class="nav_dropdown-text text-size-large">Buy Business Insider Advertising’s high-quality, brand-safe, fraud-safe inventory at fixed rates and incentivized discounts through our Premium Programmatic deals.</p><p class="nav_dropdown-text text-size-large">We make your brand a daily habit for over 1.3 million subscribers worldwide.</p><p class="nav_dropdown-text text-size-large">We’ve continually reinvented business, technology, and innovation news, and won over 122 awards and a Pulitzer Prize along the way. </p></div></div></div></div></div></div><div class="nav_dropdown-reveal-fill pointer-events-none hide-tablet"></div><div class="u-code-css hide w-embed"><style> @media screen and (min-width: 991px) { .nav_dropdown-link:hover .nav_dropdown-link-icon { opacity: 1; transform: translate(0%, 0px); } .nav_dropdown-visual { opacity: 0; } .nav_dropdown-visual.is-active { opacity: 1; } } @media screen and (min-width: 991px) { @media screen and (min-height: 0px) and (max-height: 1280px) { .nav_dropdown-reveal { overflow: auto; } } /* width */ .nav_dropdown-reveal::-webkit-scrollbar { width: 4px; border-radius: 100vw; } /* track */ .nav_dropdown-reveal::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0); border-radius: 100vw; } /* thumb */ .nav_dropdown-reveal::-webkit-scrollbar-thumb { background: var(--swatch--core-black); border-radius: 100vw; } } </style></div><div class="u-code-js hide w-embed w-script"><script> pageFunctions.addFunction("navigationDropdownHover", function () { const links = document.querySelectorAll(".nav_dropdown-link"); const textContainers = document.querySelectorAll(".nav_dropdown-text"); const images = document.querySelectorAll(".nav_dropdown-visual"); const fallbackText = textContainers[0]; let currentText = fallbackText; // Hide all text containers except the fallback initially textContainers.forEach((text, index) => { if (index !== 0) { text.style.opacity = 0; text.style.display = "none"; } else { text.style.opacity = 1; text.style.display = "block"; } }); // Helper to animate images on hover const showImage = (newImage) => { images.forEach((img) => { if (img === newImage) { img.classList.add("is-active"); } else { img.classList.remove("is-active"); } }); }; // Function to handle text and image animations on hover const showTextAndImage = (newText, newImage) => { if (currentText === newText) return; // Prevent animation if it's the same text // Hide the current text gsap.to(currentText, { opacity: 0, duration: 0.3, onComplete: () => { currentText.style.display = "none"; // Hide the current text after fading out // Show the new text newText.style.display = "block"; gsap.fromTo(newText, { opacity: 0 }, { opacity: 1, duration: 0.3 }); // Simple fade in currentText = newText; // Set the new text as the current one }, }); // Show the related image showImage(newImage); }; // Add hover event listeners to each link links.forEach((link, index) => { const textToShow = textContainers[index + 1]; // Corresponding text const imageToShow = images[index]; // Corresponding image link.addEventListener("mouseenter", () => { if (textToShow && textToShow !== currentText) { showTextAndImage(textToShow, imageToShow); } }); }); // Handle the fallback state when no link is hovered const navDropdownWrapper = document.querySelector(".nav_dropdown-link-list"); navDropdownWrapper.addEventListener("mouseleave", () => { if (currentText !== fallbackText) { showTextAndImage(fallbackText, images[0]); } }); }, ['gsapCreateEase', 'splitType'], 'font-loaded'); </script></div></nav></div><div class="divider-line_nav show-tablet"></div><div class="nav_menu-wrapper"><div class="nav_menu-link-wrapper overflow-hidden"><a data-animation-hover="text-char" href="/create" class="nav_menu-link is1 w-inline-block"><div data-animation-selector="button-text1" data-split-char="true" class="nav_menu-link-text">Create</div><div data-animation-selector="button-text2" aria-hidden="true" data-split-char="true" class="nav_menu-link-text is2">Create</div></a></div><div class="nav_menu-link-wrapper overflow-hidden"><a data-animation-hover="text-char" href="/activate" aria-current="page" class="nav_menu-link is2 w-inline-block w--current"><div data-animation-selector="button-text1" data-split-char="true" class="nav_menu-link-text is1">Activate</div><div aria-hidden="true" data-split-char="true" data-animation-selector="button-text2" class="nav_menu-link-text is2">Activate</div></a></div></div><div class="nav_menu-secondary-button show-tablet overflow-hidden"><div data-lennis-stop="" data-button-style="primary" data-animation-hover="main-hover" fs-mirrorclick-element="" id="w-node-_84cdb23e-da10-06d6-cc9b-5eb2184eafed-63dfdea9" class="button-nav"><div aria-hidden="true" class="button_main-layout is-nav"><div data-animation-selector="button-text" class="button_main-text z-index-2">Connect</div></div><div class="g_clickable-wrapper absolute"><a href="/connect" class="g_clickable-link absolute w-inline-block"><span class="g_clickable-text u-sr-only">Connect</span></a></div></div></div></div></div><div class="nav_menu-mask-fill"></div></div><div class="nav_menu-secondary u-hflex-right-center u-gap-xsmall"><div data-lennis-stop="" data-button-style="primary" data-animation-hover="main-hover" id="w-node-_69b32463-91e4-1e43-9fa2-621444793ace-63dfdea9" class="button-nav hide-tablet"><div aria-hidden="true" class="button_main-layout is-nav"><div data-animation-selector="button-text" class="button_main-text z-index-2">Connect</div><div class="button_main-icon-component is-nav z-index-2"><div class="button_main-icon-wrapper"><div data-animation-selector="button-icon1" id="w-node-bb8e284d-1c16-07f2-8df9-644a06cde84f-63dfdea9" class="button_main-icon is-nav is1 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div><div data-animation-selector="button-icon2" id="w-node-_6a9f100e-6d64-47ce-3783-65d34f8a07e5-63dfdea9" class="button_main-icon is-nav is2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div></div></div><div data-animation-selector="button-fill" class="button_main-fill is-nav"></div></div><div class="g_clickable-wrapper absolute"><a href="/connect" class="g_clickable-link absolute w-inline-block"><span class="g_clickable-text u-sr-only">Connect</span></a></div></div><div fs-mirrorclick-element="target-2" fs-scrolldisable-element="toggle" role="button" aria-label="Navigation Menu Open and Close" data-attribute="navigation-menu-button" data-lenis-toggle="" class="nav_menu-button"><div class="nav_menu-button-line-wrapper hide"><div class="nav_menu-button-line is-top"></div><div class="nav_menu-button-line is-mid"></div><div class="nav_menu-button-line is-bot"></div></div><div data-is-ix2-target="1" class="nav_menu-button-lottie" data-w-id="ba908be8-1224-5fa2-0a5c-7ee50029667b" data-animation-type="lottie" data-src="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dac90258c5fdfd29b41e23_Burger%20Lottie.json" data-loop="0" data-direction="1" data-autoplay="0" data-renderer="svg" data-default-duration="1.3333333333333333" data-duration="0" data-ix2-initial-state="0"></div></div></div><div class="nav_container-fill pointer-events-none"></div></div><div class="u-code-css hide w-embed"><style> /* Navigation Interactions */ .nav_dropdown-toggle.w--open .nav_dropdown-toggle-icon { transform: rotateX(-180deg) rotateY(0deg) rotateZ(0deg); } /* Navigation When Open */ @media screen and (max-width: 991px) { .nav_container.open { border-bottom-left-radius: var(--radius--none); border-bottom-right-radius: var(--radius--none); } } /* Navigation When Dropdown Open */ @media screen and (min-width: 992px) { .nav_container:has(.w--open) { border-bottom-left-radius: var(--radius--none); border-bottom-right-radius: var(--radius--none); } } </style></div></div><main class="main-wrapper"><header data-attribute="contact-banner-trigger" class="section_activate-header"><div class="padding-global"><div class="container-large"><div class="section_header-component u-hflex-between-stretch"><div class="section_header-layout u-grid-desktop"><div class="section_header-content u-vflex-stretch-center u-column-7"><div class="header_main-component u-vflex-stretch-top u-gap-xlarge"><div STYLE="padding-left: 0rem;" class="header_main-heading z-index-1"><div STYLE="max-width: 55rem;"><section data-animation="header-heading" data-split-rich="true" class="text-rich-text_heading w-richtext"><h1><strong>Exclusive</strong> <strong>events</strong> and <strong>cutting-edge</strong> <strong>research</strong> that foster meaningful connections.</h1></section></div></div><div STYLE="padding-left: 0rem;" class="header_main-body z-index-1"><div class="header_main-body-inner u-vflex-left-center u-gap-xlarge"><div class="header_main-text text-size-large"><div STYLE="max-width: 35ch;" class="text-size-large"><div data-animation="header-text" data-split-rich="true" class="text-rich-text_p w-richtext"><p>We advise decision-makers on how to effectively connect with modern leaders and consumers through exclusive events and actionable research.</p></div></div></div></div></div><div STYLE="padding-left: 0rem;" class="header_button-wrapper"><div class="button-group"><div id="w-node-_93f0424f-3178-3f4b-f028-c1dc8d3ec992-8d3ec992" data-button-style="primary" data-animation="header-button" data-animation-hover="main-hover" class="button contact-popup" data-lenis-stop="true" data-popup="events-form"><div aria-hidden="true" class="button_main-layout"><div data-animation-selector="button-text" class="button_main-text z-index-2">Get in touch</div><div class="button_main-icon-component z-index-2"><div class="button_main-icon-wrapper"><div data-animation-selector="button-icon1" class="button_main-icon is1 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div><div data-animation-selector="button-icon2" class="button_main-icon is2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div></div></div><div data-animation-selector="button-fill" class="button_main-fill hide-tablet"></div></div><div class="g_clickable-wrapper absolute"><button id="" class="g_clickable-button absolute"><span class="g_clickable-text u-sr-only">Get in touch</span></button></div></div></div></div></div></div><div class="activate_header-visual-wrapper u-column-custom"><div data-animation="header-visual" class="section_header-visual-inner g-visual-wrapper activate-header-visual"><div class="g_visual-wrapper absolute"><div class="g_visual-background absolute"></div><img alt="" src="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce157d73376d65a034b925_activate-header-placeholder.avif" sizes="(max-width: 991px) 100vw, 50vw" srcset="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce157d73376d65a034b925_activate-header-placeholder-p-500.avif 500w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce157d73376d65a034b925_activate-header-placeholder-p-800.avif 800w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce157d73376d65a034b925_activate-header-placeholder-p-1080.avif 1080w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce157d73376d65a034b925_activate-header-placeholder.avif 1406w" class="g_visual-image absolute"/></div></div></div></div></div></div></div></header><section id="experimental" class="section_activate-experiential"><div class="padding-global padding-section-medium"><div class="container-large"><div class="video_main-component u-vflex-stretch-top u-gap-section_component z-index-1"><div STYLE="padding-left: 0rem;" class="section_heading-component u-vflex-stretch-top u-gap-medium"><div class="section_heading-content u-vflex-stretch-top u-gap-xxlarge"><div class="section_heading-body u-vflex-stretch-top u-gap-xxsmall"><div class="g-subheading_text"><div STYLE="max-width: none;" class="text-color-breaking_blue" data-split="true" data-animation="heading-lines">Experiential</div></div><div class="section_heading-text u-vflex-stretch-top u-gap-xlarge"><div STYLE="max-width: 90ch;"><h2 class="heading-style-h3" data-split="true" data-animation="heading-lines" data-gsap-hidden="">Step up to the forefront of the global conversation with editorial-led events and VIP experiences</h2></div></div></div></div></div><div class="video_content-layout u-grid-desktop"><div id="w-node-d154e01f-d532-b290-16b7-f6da80ea9ba8-89f19530" class="video_main-content-body u-column-custom"><div STYLE="max-width: 40ch;" class=""><div data-animation="heading-lines" data-split-rich="true" class="text-rich-text_p w-richtext"><p>From our invitation-only CMO Insider Breakfast, to intimate dinners in London, New York, and San Francisco, we host and attend the year&#x27;s most important events, facilitating discussions among key decision-makers.</p><p>

Business Insider Advertising also lends its experiential cachet to partners through thought-leadership moments, strategic virtual and in-person sponsored events, and compelling conference and roundtable formats.</p></div></div></div><div class="video_main_visual-wrapper u-column-custom z-index-1"><div data-animation="vertical-image-reveal" class="video_main-visual-inner g-visual-wrapper aspect-ratio-portrait z-index-3"><div class="g_visual-wrapper absolute"><div class="g_visual-background absolute"></div><img alt="" src="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2617e8a493bc5d03f_activate-experiental-placeholder.avif" sizes="(max-width: 479px) 88vw, (max-width: 767px) 92vw, (max-width: 991px) 91vw, 41vw" srcset="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2617e8a493bc5d03f_activate-experiental-placeholder-p-500.avif 500w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2617e8a493bc5d03f_activate-experiental-placeholder-p-800.avif 800w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2617e8a493bc5d03f_activate-experiental-placeholder-p-1080.avif 1080w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2617e8a493bc5d03f_activate-experiental-placeholder.avif 1334w" class="g_visual-image absolute"/></div></div><div data-animation="vertical-image-reveal" class="activate_experiental-visual-block_1 absolute"></div><div data-animation="vertical-image-reveal" class="activate_experiental-visual-block_2 absolute"></div></div></div><div STYLE="background-color: ;" class="divider-line_vertical position-absolute-left" data-animation="vertical-divider-line"></div></div></div></div></section><section class="section_activate-slider"><div class="padding-global padding-section-large"><div class="container-large"><div id="w-node-_34ef0c81-7274-f9ba-65d1-215d2c4960b4-2c4960b1" class="swiper_activate-component u-vflex-stretch-top u-gap-large"><div data-attribute-cursor="target-element" data-swiper="activate-visual" class="swiper is-activate container-xxsmall w-dyn-list"><div role="list" class="swiper-wrapper w-dyn-items"><div role="listitem" class="swiper-slide is-activate w-dyn-item"><div class="slide_activate-visual-wrapper"><div class="slide_activate-visual-inner g-visual-wrapper aspect-ratio-square"><div class="g_visual-wrapper absolute"><div class="g_visual-background absolute"></div><img alt="Speakers talking to a crowd of people" src="https://cdn.prod.website-files.com/66bd2453baad988e7087d525/66d9475bf5a2ff5ed068cc56_2024%20Cannes%20Yahoo%20Additive_BNV_1975.avif" class="g_visual-image absolute"/></div></div></div></div><div role="listitem" class="swiper-slide is-activate w-dyn-item"><div class="slide_activate-visual-wrapper"><div class="slide_activate-visual-inner g-visual-wrapper aspect-ratio-square"><div class="g_visual-wrapper absolute"><div class="g_visual-background absolute"></div><img alt="Speakers sitting under a SXSW sign" src="https://cdn.prod.website-files.com/66bd2453baad988e7087d525/66d9480884c263906f1cc4c2_CleanShot%202024-09-04%20at%2022.46.19%402x%201.avif" class="g_visual-image absolute"/></div></div></div></div><div role="listitem" class="swiper-slide is-activate w-dyn-item"><div class="slide_activate-visual-wrapper"><div class="slide_activate-visual-inner g-visual-wrapper aspect-ratio-square"><div class="g_visual-wrapper absolute"><div class="g_visual-background absolute"></div><img alt="people sitting at a table eating and talking" src="https://cdn.prod.website-files.com/66bd2453baad988e7087d525/66d94825bb7af5f35c68bc07_dinner.avif" class="g_visual-image absolute"/></div></div></div></div></div></div><div class="swiper_navigation-wrapper is-activate"><div data-swiper="activate-body" class="swiper is-activate-body w-dyn-list"><div role="list" class="swiper-wrapper w-dyn-items"><div role="listitem" class="swiper-slide is-activate-body w-dyn-item"><div class="swiper_activate-body-item u-grid-column-3"><div STYLE="max-width: 80ch;"><h2 class="heading-style-h4" data-split="true" data-animation="heading-lines-slider" data-gsap-hidden="">Cannes Lions International Festival of Creativity</h2></div><div id="w-node-_34ef0c81-7274-f9ba-65d1-215d2c4960c4-2c4960b1" class="swiper_activate-body u-vflex-left-top u-gap-xlarge"><div STYLE="max-width: 55ch;" class=""><p data-split="true" data-animation="heading-lines-slider">Anchored by our signature invitation-only CMO Insider Breakfast, Business Insider shows up at Cannes Lions each year with our finger on the pulse of the modern marketer.</p></div><div><div data-animation="button-slider" data-button-text-style="primary" id="w-node-_94c141b6-83ca-13f3-39eb-0eca08543f9d-08543f9d" class="button is-text"><div aria-hidden="true" class="button_main-layout is-text"><div data-animation-selector="button-text" class="button_main-text">Learn More</div><div class="button_main-icon-component is-text"><div class="button_main-icon-wrapper"><div data-animation-selector="button-icon1" class="button_main-icon is1 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div><div data-animation-selector="button-icon2" class="button_main-icon is2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div></div></div></div><div class="button_main-line"></div><div class="g_clickable-wrapper absolute"><a href="https://events.insider.com/business-insider-at-cannes-lions-2024" class="g_clickable-link absolute w-inline-block"><span class="g_clickable-text u-sr-only">Cannes Lions International Festival of Creativity</span></a></div></div></div></div></div></div><div role="listitem" class="swiper-slide is-activate-body w-dyn-item"><div class="swiper_activate-body-item u-grid-column-3"><div STYLE="max-width: 80ch;"><h2 class="heading-style-h4" data-split="true" data-animation="heading-lines-slider" data-gsap-hidden="">SXSW</h2></div><div id="w-node-_34ef0c81-7274-f9ba-65d1-215d2c4960c4-2c4960b1" class="swiper_activate-body u-vflex-left-top u-gap-xlarge"><div STYLE="max-width: 55ch;" class=""><p data-split="true" data-animation="heading-lines-slider">Each year, Business Insider journalists and documentarians explore the latest innovations in storytelling across media, culture, and entertainment through panels and bespoke activations that convene our audience of ambitious go-getters. </p></div><div class="w-condition-invisible"><div data-animation="button-slider" data-button-text-style="primary" id="w-node-_94c141b6-83ca-13f3-39eb-0eca08543f9d-08543f9d" class="button is-text"><div aria-hidden="true" class="button_main-layout is-text"><div data-animation-selector="button-text" class="button_main-text">Learn More</div><div class="button_main-icon-component is-text"><div class="button_main-icon-wrapper"><div data-animation-selector="button-icon1" class="button_main-icon is1 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div><div data-animation-selector="button-icon2" class="button_main-icon is2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div></div></div></div><div class="button_main-line"></div><div class="g_clickable-wrapper absolute"><a href="#" class="g_clickable-link absolute w-inline-block"><span class="g_clickable-text u-sr-only">SXSW</span></a></div></div></div></div></div></div><div role="listitem" class="swiper-slide is-activate-body w-dyn-item"><div class="swiper_activate-body-item u-grid-column-3"><div STYLE="max-width: 80ch;"><h2 class="heading-style-h4" data-split="true" data-animation="heading-lines-slider" data-gsap-hidden="">Entrée Insider Dinner Series</h2></div><div id="w-node-_34ef0c81-7274-f9ba-65d1-215d2c4960c4-2c4960b1" class="swiper_activate-body u-vflex-left-top u-gap-xlarge"><div STYLE="max-width: 55ch;" class=""><p data-split="true" data-animation="heading-lines-slider">Our global Entrée Insider dinner series takes our newsroom on the road, with past dinners hosted in Seattle, Austin, and London. Business Insider journalists and leading executives convene for off-the-record conversations in intimate, invitation-only settings. </p></div><div class="w-condition-invisible"><div data-animation="button-slider" data-button-text-style="primary" id="w-node-_94c141b6-83ca-13f3-39eb-0eca08543f9d-08543f9d" class="button is-text"><div aria-hidden="true" class="button_main-layout is-text"><div data-animation-selector="button-text" class="button_main-text">Learn More</div><div class="button_main-icon-component is-text"><div class="button_main-icon-wrapper"><div data-animation-selector="button-icon1" class="button_main-icon is1 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div><div data-animation-selector="button-icon2" class="button_main-icon is2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div></div></div></div><div class="button_main-line"></div><div class="g_clickable-wrapper absolute"><a href="#" class="g_clickable-link absolute w-inline-block"><span class="g_clickable-text u-sr-only">Entrée Insider Dinner Series</span></a></div></div></div></div></div></div></div></div><div data-swiper="activate-pagination" id="w-node-_34ef0c81-7274-f9ba-65d1-215d2c4960cc-2c4960b1" class="swiper_pagination-wrapper is-activate"><div class="swiper_pagination-bullet is-activate is-active"></div><div class="swiper_pagination-bullet is-activate"></div><div class="swiper_pagination-bullet is-activate"></div></div></div><div class="u-code-css hide w-embed"><style> .swiper_activate-component .swiper.is-activate { overflow: visible; } .swiper_activate-component .swiper-pagination-bullets.swiper-pagination-horizontal { bottom: auto; } </style></div><div class="u-code-js hide w-embed w-script"><script> pageFunctions.addFunction('swiperActivate', function() { const swiperActivateBody = new Swiper('[data-swiper=activate-body]', { a11y: false, slidesPerView: 1, initialSlide: 1, speed: 0, loop: true, loopedSlides: 6, spaceBetween: 0, slideActiveClass: "is-active", slideDuplicateActiveClass: "is-active", }); const swiperActivateVisual = new Swiper('[data-swiper=activate-visual]', { a11y: false, slidesPerView: 1, effect: 'coverflow', loop: true, loopedSlides: 6, coverflowEffect: { rotate: 30, stretch: 60, depth: 150, modifier: 1, slideShadows: true, }, autoplay: { delay: 5000, }, draggable: true, preloadImages: false, grabCursor: true, snapOnRelease: true, centeredSlides: false, initialSlide: 1, speed: 800, spaceBetween: 120, slideActiveClass: "is-active", slideDuplicateActiveClass: "is-active", mousewheel: { forceToAxis: true }, keyboard: { enabled: true, onlyInViewport: true }, pagination: { el: '[data-swiper=activate-pagination]', bulletActiveClass: "is-active", bulletClass: "swiper_pagination-bullet is-activate", bulletElement: "button", clickable: true, }, thumbs: { swiper: swiperActivateBody }, breakpoints: { 0: { spaceBetween: 16 }, 480: { spaceBetween: 16 }, 767: { spaceBetween: 24 }, 992: { spaceBetween: 120 } } }); const animateSlideIn = (swiper) => { const activeSlide = swiper.slides[swiper.activeIndex]; const elementsToAnimate = activeSlide.querySelectorAll('[data-animation="heading-lines-slider"]'); const buttonsToAnimate = activeSlide.querySelectorAll('[data-animation="button-slider"]'); if (elementsToAnimate.length > 0) { elementsToAnimate.forEach(function(e) { let tlHeadingLines = gsap.timeline({ paused: true }); tlHeadingLines.from(e.querySelectorAll(".line"), { opacity: 0, stagger: { each: 0.15 }, ease: "inOutCubic", yPercent: 110, duration: 1, }); ScrollTrigger.create({ trigger: e, start: "top 95%", end: "bottom center", animation: tlHeadingLines, }); }); } if (buttonsToAnimate.length > 0) { buttonsToAnimate.forEach(function(btn) { let tlButton = gsap.timeline({ paused: true }); tlButton.fromTo(btn, { opacity: 0 }, { opacity: 1, duration: 0.7, ease: "power1.inOut" }); ScrollTrigger.create({ trigger: btn, start: "top 95%", end: "bottom center", animation: tlButton, }); }); } }; const animateSlideOut = (swiper) => { const previousSlide = swiper.slides[swiper.previousIndex]; const elementsToAnimate = previousSlide.querySelectorAll('[data-animation="heading-lines-slider"]'); const buttonsToAnimate = previousSlide.querySelectorAll('[data-animation="button-slider"]'); if (elementsToAnimate.length > 0) { elementsToAnimate.forEach(function(e) { let tlHeadingLines = gsap.timeline({ paused: true }); tlHeadingLines.to(e.querySelectorAll(".line"), { opacity: 0, stagger: { each: 0.15 }, ease: "inOutCubic", yPercent: 110, duration: 1, }); ScrollTrigger.create({ trigger: e, start: "top 95%", end: "bottom center", animation: tlHeadingLines, }); }); } if (buttonsToAnimate.length > 0) { buttonsToAnimate.forEach(function(btn) { let tlButton = gsap.timeline({ paused: true }); tlButton.fromTo(btn, { opacity: 1 }, { opacity: 0, duration: 0.5, ease: "power1.inOut" }); ScrollTrigger.create({ trigger: btn, start: "top 95%", end: "bottom center", animation: tlButton, }); }); } }; animateSlideIn(swiperActivateVisual); swiperActivateVisual.on('slideChange', function() { animateSlideIn(swiperActivateVisual); }); swiperActivateBody.on('slideChange', function() { animateSlideIn(swiperActivateBody); }); /* ScrollTrigger.create({ trigger: ".swiper.is-activate-body", start: "top 95%", onEnter: () => animateSlideIn(swiperActivateBody), once: true }); */ }); </script></div></div></div></div><div id="cursor-wrap" class="cursor-wrap"><div id="cursor-dot" STYLE="background-color: ;" class="cursor_dot"><div id="cursor-text" class="cursor_dot-text">Swipe for more</div></div><div data-attribute-cursor="target-element" class="u-code-js hide w-embed w-script"><script> pageFunctions.addFunction('cursorSetup', function() { // Function for checking the type of device function deviceType() { const ua = navigator.userAgent; if (/(tablet|ipad|playbook|silk)|(android(?!.*mobi))/i.test(ua)) { return "tablet"; } else if ( /Mobile|Android|iP(hone|od)|IEMobile|BlackBerry|Kindle|Silk-Accelerated|(hpw|web)OS|Opera M(obi|ini)/.test( ua ) ) { return "mobile"; } return "desktop"; }; // Cursor dot & text effect function nhCursor() { const nh_cursor = document.getElementById("cursor-wrap"); const cursor_dot = document.getElementById("cursor-dot"); const cursor_text = document.getElementById("cursor-text"); const targetElements = document.querySelectorAll("[data-attribute-cursor='target-element']"); // Follow the pointer with smooth movement window.addEventListener("pointermove", (event) => { gsap.to(nh_cursor, { x: event.clientX, y: event.clientY, duration: 0.4, ease: "power1.out", scale: 1, }); }); // Handle hover effects on targeted elements targetElements.forEach((e) => { e.addEventListener("mouseenter", () => { cursor_text.classList.add("show"); cursor_dot.classList.add("active"); }); e.addEventListener("mouseleave", () => { cursor_text.classList.remove("show"); cursor_dot.classList.remove("active"); }); }); // Instantly set the cursor position (helps avoid lag) document.addEventListener("pointermove", (event) => { gsap.set(nh_cursor, { x: event.clientX, y: event.clientY }); }); // Hide the cursor when the mouse leaves the document document.addEventListener("mouseleave", () => { gsap.to(nh_cursor, { duration: 0.4, ease: "power1.in", scale: 0 }); }); } // Implement cursor, smooth scroll, and parallax effect based on the type of device if (deviceType() === "desktop") { nhCursor(); } else { document.getElementById("cursor-wrap").style.display = "none"; } }); </script></div></div></section><section class="section_activate-research"><div class="padding-global padding-section-large"><div class="container-large"><div class="activate_research-component u-vflex-stretch-top u-gap-section_component"><div STYLE="padding-left: 0rem;" class="section_heading-component u-vflex-stretch-top u-gap-medium"><div class="section_heading-content u-vflex-stretch-top u-gap-xxlarge"><div class="section_heading-body u-vflex-stretch-top u-gap-xxsmall"><div class="g-subheading_text"><div STYLE="max-width: none;" class="text-color-breaking_blue" data-split="true" data-animation="heading-lines">Consumer Research</div></div><div class="section_heading-text u-vflex-stretch-top u-gap-xlarge"><div STYLE="max-width: 80ch;"><section data-animation="heading-lines" data-split-rich="true" class="text-rich-text_heading w-richtext"><h2>Keep track of the latest trends to inform insights-driven decisions.</h2></section></div></div></div></div></div><div class="activate_research-visual-wrapper u-hflex-right-center z-index-1"><div data-animation="horizontal-image-reveal" class="activate_research-visual-inner g-visual-wrapper aspect-ratio-widescreen"><div class="g_visual-wrapper absolute"><div class="g_visual-background absolute"></div><img alt="" src="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2f0821f91e6f36511_activate-consumer-placeholder.avif" sizes="(max-width: 479px) 93vw, (max-width: 767px) 95vw, (max-width: 991px) 94vw, 100vw" srcset="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2f0821f91e6f36511_activate-consumer-placeholder-p-500.avif 500w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2f0821f91e6f36511_activate-consumer-placeholder-p-800.avif 800w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2f0821f91e6f36511_activate-consumer-placeholder-p-1080.avif 1080w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2f0821f91e6f36511_activate-consumer-placeholder-p-1600.avif 1600w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2f0821f91e6f36511_activate-consumer-placeholder-p-2000.avif 2000w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2f0821f91e6f36511_activate-consumer-placeholder-p-2600.avif 2600w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2f0821f91e6f36511_activate-consumer-placeholder-p-3200.avif 3200w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2f0821f91e6f36511_activate-consumer-placeholder.avif 3296w" class="g_visual-image absolute"/></div></div><div data-animation="vertical-image-reveal" class="activate_research-visual-block_1 absolute"></div></div><div STYLE="max-width: 40ch;" class="text-size-large"><div data-animation="heading-lines" data-split-rich="true" class="text-rich-text_p w-richtext"><p><span class="text-color-breaking_blue">We’re redefining custom research.</span> At Business Insider Advertising, it’s out with the white paper and in with <span class="text-color-breaking_blue">actionable IRL insights that help brands drive ROI.</span></p></div></div></div></div></div></section><section class="section_activate-stats background-color-breaking_blue"><div data-padding-bottom="large" data-padding-top="none" class="padding-global"><div class="container-large"><div class="activate_stats-main-layout u-grid-desktop u-gap-main"><div class="activate_stats-main-content padding-section-medium"><div STYLE="padding-left: 1.5rem;" class="section_heading-component u-vflex-stretch-top u-gap-medium"><div STYLE="background-color: var(--swatch--core-white);" data-animation="vertical-divider-line-small" class="divider-line_vertical position-absolute-left"></div><div class="section_heading-content u-vflex-stretch-top u-gap-xxlarge"><div class="section_heading-body u-vflex-stretch-top u-gap-xxsmall"><div class="g-subheading_text"><div STYLE="max-width: none;" class="text-color-core_white" data-split="true" data-animation="heading-lines">EXPERIENTIAL</div></div><div class="section_heading-text u-vflex-stretch-top u-gap-xlarge text-size-medium"><div STYLE="max-width: 80ch;"><section data-animation="heading-lines" data-split-rich="true" class="text-rich-text_heading w-richtext"><h2>Storytelling with Impact: Is Your Brand Brave Enough?</h2></section></div><div STYLE="max-width: 45ch;" class=""><div data-animation="heading-lines" data-split-rich="true" class="text-rich-text_p w-richtext"><p>At Business Insider, storytelling with impact is the backbone of how we do business — from connecting with readers to partnering with brands. That’s why we conducted a global insights study of 2,000 consumers, uncovering three key takeaways (the “3Cs”) to meaningful and memorable storytelling with impact.</p></div></div></div></div><div id="" class="button-group"><div><div id="w-node-_93f0424f-3178-3f4b-f028-c1dc8d3ec992-8d3ec992" data-button-style="white-circle" data-animation="in-view" data-animation-hover="main-hover" class="button contact-popup" data-lenis-stop="true" data-popup="proprietary-research-form"><div aria-hidden="true" class="button_main-layout"><div data-animation-selector="button-text" class="button_main-text z-index-2">Get in touch</div><div class="button_main-icon-component z-index-2"><div class="button_main-icon-wrapper"><div data-animation-selector="button-icon1" class="button_main-icon is1 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div><div data-animation-selector="button-icon2" class="button_main-icon is2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div></div></div><div data-animation-selector="button-fill" class="button_main-fill hide-tablet"></div></div><div class="g_clickable-wrapper absolute"><button id="" class="g_clickable-button absolute"><span class="g_clickable-text u-sr-only">Get in touch</span></button></div></div></div></div></div></div></div><div class="activate_stats-visual-wrapper"><div class="activate_stats-visual-inner g-visual-wrapper"><div class="g_visual-wrapper absolute"><div class="g_visual-background absolute"></div><img alt="" src="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2d0391d1e148ad13c_activate-placeholder.avif" sizes="(max-width: 991px) 100vw, 50vw" srcset="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2d0391d1e148ad13c_activate-placeholder-p-500.avif 500w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2d0391d1e148ad13c_activate-placeholder-p-800.avif 800w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2d0391d1e148ad13c_activate-placeholder-p-1080.avif 1080w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2d0391d1e148ad13c_activate-placeholder-p-1600.avif 1600w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66ce17c2d0391d1e148ad13c_activate-placeholder.avif 1728w" class="g_visual-image absolute"/></div></div></div></div><div data-padding-top="medium" class="activate_stats-secondary-layout u-grid-column-3 u-gap-main"><div STYLE="max-width: none;" class="section_stats-content-item"><div class="margin-bottom margin-custom2"><div data-animation="heading-lines" data-split="true" class="stats_item-subheading heading-style-h6">Fostering connection</div></div><div class="stats_item-body u-vflex-stretch-top u-gap-xsmall"><div class="stats_item-body-header u-hflex-between-bottom u-gap-xsmall"><div data-animation="heading-lines" data-split="true" class="stats_item-text heading-style-display">20%</div><div class="stats_item-icon-wrapper icon-1x1-huge"><div data-animation="scale" class="stats_item-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 64 64" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M0 0V18.6747H30.688L0 49.3627V64H14.6373L45.3253 33.312V64H64V0H0Z" fill="currentColor"/> </svg></div></div></div><div data-animation="horizontal-divider-line" class="divider-line" STYLE="background-color: var(--swatch--core-white);"></div><div STYLE="max-width: 40ch;" class=""><p data-split="true" data-animation="heading-lines">higher purchase consideration when advertising is surrounded by person-first storytelling</p></div></div></div><div STYLE="max-width: none;" class="section_stats-content-item"><div class="margin-bottom margin-custom2"><div data-animation="heading-lines" data-split="true" class="stats_item-subheading heading-style-h6">Exhibiting genuine care</div></div><div class="stats_item-body u-vflex-stretch-top u-gap-xsmall"><div class="stats_item-body-header u-hflex-between-bottom u-gap-xsmall"><div data-animation="heading-lines" data-split="true" class="stats_item-text heading-style-display">84%</div><div class="stats_item-icon-wrapper icon-1x1-huge"><div data-animation="scale" class="stats_item-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 64 64" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M0 0V18.6747H30.688L0 49.3627V64H14.6373L45.3253 33.312V64H64V0H0Z" fill="currentColor"/> </svg></div></div></div><div data-animation="horizontal-divider-line" class="divider-line" STYLE="background-color: var(--swatch--core-white);"></div><div STYLE="max-width: 40ch;" class=""><p data-split="true" data-animation="heading-lines">of readers are more likely to trust brands that show they care about people</p></div></div></div><div STYLE="max-width: none;" class="section_stats-content-item"><div class="margin-bottom margin-custom2"><div data-animation="heading-lines" data-split="true" class="stats_item-subheading heading-style-h6"> Leading with confidence</div></div><div class="stats_item-body u-vflex-stretch-top u-gap-xsmall"><div class="stats_item-body-header u-hflex-between-bottom u-gap-xsmall"><div data-animation="heading-lines" data-split="true" class="stats_item-text heading-style-display">+51%</div><div class="stats_item-icon-wrapper icon-1x1-huge"><div data-animation="scale" class="stats_item-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 64 64" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M0 0V18.6747H30.688L0 49.3627V64H14.6373L45.3253 33.312V64H64V0H0Z" fill="currentColor"/> </svg></div></div></div><div data-animation="horizontal-divider-line" class="divider-line" STYLE="background-color: var(--swatch--core-white);"></div><div STYLE="max-width: 40ch;" class=""><p data-split="true" data-animation="heading-lines">of consumers are more likely to remember ada that are bold and lead with confidence</p></div></div></div></div></div></div></section><section class="section_activate-humanizing"><div class="padding-global padding-section-large"><div class="container-large"><div class="activate_humanizing-component u-vflex-stretch-top u-gap-section_component z-index-1"><div STYLE="padding-left: 1.5rem;" class="section_heading-component u-vflex-stretch-top u-gap-medium"><div class="section_heading-content u-vflex-stretch-top u-gap-xxlarge"><div class="section_heading-body u-vflex-stretch-top u-gap-xxsmall"><div class="g-subheading_text"><div STYLE="max-width: none;" class="text-color-breaking_blue" data-split="true" data-animation="heading-lines">The importance of humanizing business in the digital age</div></div><div class="section_heading-text u-vflex-stretch-top u-gap-xlarge text-size-medium"><div STYLE="max-width: 65ch;"><section data-animation="heading-lines" data-split-rich="true" class="text-rich-text_heading w-richtext"><h2>Humanizing Business: Transforming Tech, People First</h2></section></div><div STYLE="max-width: 40ch;" class=""><div data-animation="heading-lines" data-split-rich="true" class="text-rich-text_p w-richtext"><p>Our study of 2,000 global professionals uncovered the need to humanize business through digital transformation. Here are the three key pillars of our findings:</p></div></div></div></div><div id="" class="button-group"><div><div id="w-node-_93f0424f-3178-3f4b-f028-c1dc8d3ec992-8d3ec992" data-button-style="primary" data-animation="in-view" data-animation-hover="main-hover" class="button contact-popup" data-lenis-stop="true" data-popup="proprietary-research-form"><div aria-hidden="true" class="button_main-layout"><div data-animation-selector="button-text" class="button_main-text z-index-2">Request a meeting</div><div class="button_main-icon-component z-index-2"><div class="button_main-icon-wrapper"><div data-animation-selector="button-icon1" class="button_main-icon is1 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div><div data-animation-selector="button-icon2" class="button_main-icon is2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div></div></div><div data-animation-selector="button-fill" class="button_main-fill hide-tablet"></div></div><div class="g_clickable-wrapper absolute"><button id="" class="g_clickable-button absolute"><span class="g_clickable-text u-sr-only">Get in touch</span></button></div></div></div></div></div></div><div STYLE="background-color: ;" class="divider-line_vertical position-absolute-left" data-animation="vertical-divider-line"></div><div class="activate_humanizing-layout u-grid-column-3"><div class="activate_humanazing-item u-vflex-stretch-top u-gap-xsmall z-index-1"><div STYLE="max-width: 80ch;"><h3 class="heading-style-h6" data-split="true" data-animation="heading-lines" data-gsap-hidden="">Personal adoption</h3></div><div STYLE="max-width: 55ch;" class=""><p data-split="true" data-animation="heading-lines">Encouraging personal adoption of digital tools is crucial as professionals are 91% more likely to use emerging technologies in their personal lives than at work.</p></div><div STYLE="background-color: ;" class="divider-line_vertical position-absolute-right hide-tablet" data-animation="vertical-divider-line"></div><div data-animation="horizontal-divider-line" class="divider-line position-absolute-bottom show-tablet" STYLE="background-color: ;"></div></div><div class="activate_humanazing-item u-vflex-stretch-top u-gap-xsmall z-index-1"><div STYLE="max-width: 80ch;"><h3 class="heading-style-h6" data-split="true" data-animation="heading-lines" data-gsap-hidden="">Corporate implementation</h3></div><div STYLE="max-width: 55ch;" class=""><p data-split="true" data-animation="heading-lines">74% of professionals believe their company&#x27;s success hinges on digital transformation, yet only 25% feel adequately trained, highlighting the need for human-led training.</p></div><div STYLE="background-color: ;" class="divider-line_vertical position-absolute-right hide-tablet" data-animation="vertical-divider-line"></div><div data-animation="horizontal-divider-line" class="divider-line position-absolute-bottom show-tablet" STYLE="background-color: ;"></div></div><div class="activate_humanazing-item u-vflex-stretch-top u-gap-xsmall z-index-1"><div STYLE="max-width: 80ch;"><h3 class="heading-style-h6" data-split="true" data-animation="heading-lines" data-gsap-hidden="">Education with impact</h3></div><div STYLE="max-width: 55ch;" class=""><p data-split="true" data-animation="heading-lines">People often rely on news websites for human-centered perspectives on digital transformation, underscoring the need for educational content that resonates with people.</p></div><div STYLE="background-color: ;" class="divider-line_vertical position-absolute-right hide-tablet" data-animation="vertical-divider-line"></div><div data-animation="horizontal-divider-line" class="divider-line position-absolute-bottom show-tablet" STYLE="background-color: ;"></div></div></div></div></div></div></section><section class="section_activate-optimism"><div class="padding-global padding-section-large padding-bottom-tablet-none"><div class="container-large"><div class="activate_optimism-component u-vflex-stretch-top u-gap-section_component"><div STYLE="padding-left: 0rem;" class="section_heading-component u-vflex-stretch-top u-gap-medium"><div class="section_heading-content u-vflex-stretch-top u-gap-xxlarge"><div class="section_heading-body u-vflex-stretch-top u-gap-xxsmall"><div class="g-subheading_text"><div STYLE="max-width: none;" class="text-color-breaking_blue" data-split="true" data-animation="heading-lines">THE OPTIMISM STUDY</div></div><div class="section_heading-text u-vflex-stretch-top u-gap-xlarge"><div STYLE="max-width: 80ch;"><section data-animation="heading-lines" data-split-rich="true" class="text-rich-text_heading w-richtext"><h2>The Power of Optimism: Positive Outlooks, Profitable Outcomes</h2></section></div><div STYLE="max-width: 40ch;" class=""><div data-animation="heading-lines" data-split-rich="true" class="text-rich-text_p w-richtext"><p>Optimism isn’t dead. Not only is it alive and well, it&#x27;s the secret ingredient and catalyst for marketing success. That’s why Business Insider is betting on optimism.</p></div></div></div></div></div></div><div class="activate_optimism-layout u-grid-desktop z-index-1"><div class="activate_optimism-content u-column-custom u-vflex-stretch-bottom"><div class="activate_optimism-content-inner u-vflex-left-bottom u-gap-xxxlarge"><div STYLE="max-width: 55ch;" class="text-size-medium"><div data-animation="heading-lines" data-split-rich="true" class="text-rich-text_p w-richtext"><p>In our latest global study, The Power of Optimism: Positive Outlooks, Profitable Outcomes, we fielded an in-depth survey focusing on the role of optimism in consumer media consumption and brand receptivity. The study explores how fostering a positive outlook can influence advertising engagement, consumer spending habits, and word-of-mouth influence, providing actionable insights for companies to harness optimism as a strategic asset.</p></div></div><div id="w-node-_93f0424f-3178-3f4b-f028-c1dc8d3ec992-8d3ec992" data-button-style="primary" data-animation="in-view" data-animation-hover="main-hover" class="button contact-popup" data-lenis-stop="true" data-popup="proprietary-research-form"><div aria-hidden="true" class="button_main-layout"><div data-animation-selector="button-text" class="button_main-text z-index-2">Request a meeting</div><div class="button_main-icon-component z-index-2"><div class="button_main-icon-wrapper"><div data-animation-selector="button-icon1" class="button_main-icon is1 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div><div data-animation-selector="button-icon2" class="button_main-icon is2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div></div></div><div data-animation-selector="button-fill" class="button_main-fill hide-tablet"></div></div><div class="g_clickable-wrapper absolute"><a id="contact-popup_trigger" href="#" class="g_clickable-link absolute w-inline-block"><span class="g_clickable-text u-sr-only">Get in touch</span></a></div></div></div></div><div class="activate_optimism-visual-wrapper u-column-custom"><div data-animation="horizontal-image-reveal" class="activate_optimism-visual-inner g-visual-wrapper z-index-2"><div class="g_visual-wrapper absolute"><div class="g_visual-background absolute"></div><img alt="" src="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dbc2d033d0f0351763acaa_power%20of%20optimisim.avif" sizes="(max-width: 991px) 100vw, 38vw" srcset="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dbc2d033d0f0351763acaa_power%20of%20optimisim-p-500.avif 500w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dbc2d033d0f0351763acaa_power%20of%20optimisim-p-800.avif 800w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dbc2d033d0f0351763acaa_power%20of%20optimisim-p-1080.avif 1080w, https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/66dbc2d033d0f0351763acaa_power%20of%20optimisim.avif 1126w" class="g_visual-image absolute"/></div></div><div data-animation="horizontal-image-reveal" class="activate_optimism-visual-block_1"></div><div data-animation="horizontal-image-reveal" class="activate_optimism-visual-block_2"></div></div><div class="activate_optimism-bg-wrapper"><div data-animation="horizontal-divider-line" class="activate_optimism-divider-line"></div><div data-animation="scale" class="activate_optimism-arrow-wrapper"><div class="activate_optimism-arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 199 199" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M0 199V140.933H95.4205L0 45.513V0H45.513L140.933 95.4205V0H199V199H0Z" fill="currentColor"/> </svg></div></div><div data-animation="horizontal-divider-line" class="activate_optimism-divider-line"></div></div></div></div></div></div></section></main><footer class="footer-wrapper"><div class="footer-spacer"></div><div class="footer-component background-color-breaking_blue"><div class="padding-global"><div class="container-large"><div class="footer_main-component u-vflex-stretch-top u-gap-xxxlarge"><div class="footer_top-layout u-grid-landscape"><div class="footer_top-left-column u-column-custom"><div class="footer_top-column-inner u-vflex-stretch-top u-gap-xlarge"><div class="footer_link-list"><div class="margin-bottom margin-small"><div class="footer_link-label">Advertise</div></div><ul role="list" class="footer_link-layout u-vflex-stretch-top u-gap-xxsmall w-list-unstyled"><li><a href="/advertise/saga" class="footer_link">SÁGA Targeting</a></li><li><a href="/advertise/video" class="footer_link">Video</a></li><li><a href="/advertise/display-ads" class="footer_link">Display Media</a></li><li><a href="/advertise/premium-programmatic" class="footer_link">Premium Programmatic</a></li><li><a href="/create" class="footer_link">Insider Studios</a></li><li><a href="/advertise/newsletter" class="footer_link">Newsletter</a></li><li><a href="/advertise/editorial-sponsorships" class="footer_link">Editorial Sponsorships</a></li><li><a href="/advertise/green-media" class="footer_link">Green Media</a></li></ul></div><div class="footer_link-list"><div class="margin-bottom margin-xsmall"><div class="footer_link-label is-regular">Email</div></div><a href="mailto:hello@bussinesinsider.com" class="footer_link">advertising@businessinsider.com</a></div></div></div><div class="footer_top-center-column u-column-custom"><div class="footer_top-column-inner u-vflex-stretch-top u-gap-xlarge"><div class="footer_link-list"><div class="margin-bottom margin-small"><div class="footer_link-label">NAVIGATE</div></div><ul role="list" class="footer_link-layout u-vflex-stretch-top u-gap-xxsmall w-list-unstyled"><li><a href="/" class="footer_link">Home</a></li><li><a href="/create" class="footer_link">Create</a></li><li><a href="/activate" aria-current="page" class="footer_link w--current">Activate</a></li><li><a href="/connect" class="footer_link">Contact</a></li></ul></div><div class="footer_link-list u-vflex-stretch-top u-gap-small"><div class="footer_link-label is-regular">Contact</div><div class="footer_info-text text-size-large">1 Liberty Plaza<br/>New York, New York 10006</div></div></div></div><div class="footer_top-right-column u-column-custom"><div class="footer_top-column-inner u-vflex-stretch-top u-gap-xlarge"><div class="footer_top-newsletter u-vflex-left-top u-gap-xlarge"><div class="footer_top-newsletter-body u-vflex-stretch-top u-gap-small"><div class="footer_newsletter-text text-size-large">Sign up for the Executive Summary.</div><div class="footer_newsletter-text text-size-large">Our biweekly newsletter that shares the latest marketing news and trends, alongside updates from the Insider Inc. family of brands.</div></div><div id="w-node-_93f0424f-3178-3f4b-f028-c1dc8d3ec992-8d3ec992" data-button-style="white-circle" data-animation="in-view" data-animation-hover="main-hover" class="button contact-popup" data-lenis-stop="true" data-popup="executive-summary-form"><div aria-hidden="true" class="button_main-layout"><div data-animation-selector="button-text" class="button_main-text z-index-2">Get in touch</div><div class="button_main-icon-component z-index-2"><div class="button_main-icon-wrapper"><div data-animation-selector="button-icon1" class="button_main-icon is1 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div><div data-animation-selector="button-icon2" class="button_main-icon is2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div></div></div><div data-animation-selector="button-fill" class="button_main-fill hide-tablet"></div></div><div class="g_clickable-wrapper absolute"><button id="" class="g_clickable-button absolute"><span class="g_clickable-text u-sr-only">Get in touch</span></button></div></div></div><a aria-label="Home Page" href="https://www.businessinsider.com/" target="_blank" class="footer_logo-link w-inline-block"><div class="footer-logo w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 465 160" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M0.205078 1.5649H31.5727C49.0231 1.5649 58.1362 10.5743 58.1362 21.6386C58.1362 29.2782 53.8224 34.4678 47.8421 37.2077V37.4027C55.4888 40.1425 59.8026 46.2171 59.8026 53.9516C59.8026 65.0159 51.2751 74.7153 32.8489 74.7153H0.205078V1.5649ZM30.5919 30.5531C35.7865 30.5531 38.1385 27.9083 38.1385 24.9734C38.1385 22.0386 35.7865 19.2938 30.5919 19.2938H21.3787V30.5531H30.5919ZM30.8871 56.9914C36.377 56.9914 39.0243 54.3466 39.0243 50.9218C39.0243 47.497 36.2819 44.8522 30.9872 44.8522H21.3838V56.9964H30.8921L30.8871 56.9914ZM64.3116 44.9472V1.5649H85.6804V44.7522C85.6804 52.8817 89.699 57.1914 96.56 57.1914C103.421 57.1914 107.735 52.8817 107.735 44.6572V1.5649H129.204V44.9472C129.204 63.356 116.853 76.5802 96.565 76.5802C76.2772 76.5802 64.3166 63.361 64.3166 44.9472H64.3116ZM183.597 5.09468V23.8985C178.988 20.6687 171.146 18.4139 164.775 18.4139C158.99 18.4139 156.052 20.2737 156.052 22.7236C156.052 25.1734 159.285 26.4433 165.07 28.5032C174.874 31.933 188.206 36.5327 188.206 52.1067C188.206 66.0109 177.717 76.2952 159.29 76.2952C149.782 76.2952 141.059 73.5554 135.67 69.9306V50.1469C140.964 54.4566 149.001 57.8814 156.743 57.8814C163.309 57.8814 166.347 55.4315 166.347 52.6917C166.347 49.1669 161.347 47.597 155.367 45.4472C147.525 42.6073 135.079 37.5127 135.079 23.3135C135.079 10.4843 145.173 0.00499969 163.209 0.00499969C171.146 0.00499969 178.302 2.05987 183.597 5.09968V5.09468ZM193.691 1.5699H215.06V74.7203H193.691V1.5649V1.5699ZM291.026 74.7203H270.639L244.27 35.4528H244.17V74.7203H223.882V1.5649H244.27L270.639 40.1475H270.739V1.5649H291.032V74.7153L291.026 74.7203ZM299.844 1.5649H350.424V20.5637H321.213V29.3782H347.481V46.6121H321.213V55.7215H350.424V74.7203H299.844V1.5649ZM404.041 5.08968V23.8935C399.432 20.6637 391.59 18.4088 385.22 18.4088C379.434 18.4088 376.497 20.2687 376.497 22.7186C376.497 25.1684 379.73 26.4383 385.515 28.4982C395.318 31.928 408.65 36.5277 408.65 52.1017C408.65 66.0059 398.161 76.2902 379.735 76.2902C370.226 76.2902 361.504 73.5504 356.114 69.9256V50.1419C361.409 54.4516 369.446 57.8764 377.187 57.8764C383.753 57.8764 386.791 55.4265 386.791 52.6867C386.791 49.1619 381.792 47.592 375.811 45.4422C367.969 42.6023 355.523 37.5077 355.523 23.3085C355.523 10.4793 365.617 0 383.653 0C391.59 0 398.746 2.05487 404.041 5.09468V5.08968ZM460.596 5.08968V23.8935C455.987 20.6637 448.145 18.4088 441.774 18.4088C435.989 18.4088 433.052 20.2687 433.052 22.7186C433.052 25.1684 436.285 26.4383 442.07 28.4982C451.873 31.928 465.205 36.5277 465.205 52.1017C465.205 66.0059 454.716 76.2902 436.29 76.2902C426.781 76.2902 418.059 73.5504 412.669 69.9256V50.1419C417.963 54.4516 426.001 57.8764 433.742 57.8764C440.308 57.8764 443.346 55.4265 443.346 52.6867C443.346 49.1619 438.346 47.592 432.366 45.4422C424.524 42.6023 412.078 37.5077 412.078 23.3085C412.078 10.4793 422.172 0 440.208 0C448.145 0 455.301 2.05487 460.596 5.09468V5.08968ZM47.1114 158.425H68.4803V85.2747H47.1114V158.425ZM144.447 85.2747H124.154V123.857H124.054L97.686 85.2747H77.2981V158.425H97.5859V119.158H97.686L124.054 158.425H144.442V85.2747H144.447ZM178.843 83.7098C160.807 83.7098 150.713 94.1891 150.713 107.018C150.713 121.217 163.164 126.312 171.001 129.152C176.981 131.307 181.98 132.872 181.98 136.396C181.98 139.136 178.943 141.586 172.377 141.586C164.635 141.586 156.593 138.156 151.303 133.852V153.635C156.693 157.26 165.421 160 174.924 160C193.35 160 203.84 149.716 203.84 135.812C203.84 120.242 190.508 115.638 180.704 112.213C174.919 110.158 171.686 108.983 171.686 106.433C171.686 103.884 174.629 102.124 180.409 102.124C186.78 102.124 194.621 104.378 199.231 107.608V88.8045C193.936 85.7696 186.78 83.7098 178.843 83.7098ZM208.824 158.43H230.193V85.2797H208.824V158.43ZM260.379 139.136H264.498C275.573 139.136 282.729 132.867 282.729 121.902C282.729 110.938 275.573 104.568 264.498 104.568H260.379V139.136ZM304.293 121.902C304.293 143.936 287.629 158.43 263.712 158.43H239.011V85.2797H263.712C287.629 85.2797 304.293 99.8688 304.293 121.907V121.902ZM310.083 158.43H360.663V139.431H331.452V130.322H357.72V113.088H331.452V104.273H360.663V85.2747H310.083V158.425V158.43ZM394.293 119.848C399.682 119.848 403.901 117.303 403.901 112.208C403.901 107.113 399.687 104.568 394.197 104.568H389.689V119.848H394.298H394.293ZM429.288 158.43H404.096L390.179 135.807H389.689V158.43H368.32V85.2797H394.393C412.724 85.2797 425.465 93.4092 425.465 110.743C425.465 117.598 422.427 127.587 410.272 132.682L429.288 158.435V158.43Z" fill="currentColor"/> </svg></div></a></div></div></div><div class="footer_bot-layout u-hflex-between-center u-gap-small"><a href="https://www.insider-inc.com/privacy-policy/" target="_blank" class="footer_legal-link">Privacy Policy</a><div class="footer_bottom-text text-size-large">All rights reserved Business Insider</div><a href="https://www.insider-inc.com/terms/" target="_blank" class="footer_legal-link">Legal Policy</a></div></div></div></div></div><div data-attribute="contact-banner-trigger-footer" class="footer_banner-trigger pointer-events-none"></div><div class="g-contact_form-wrapper pointer-events-none"><div data-attribute="contact-banner" class="g-contact_banner-component pointer-events-auto hide-tablet"><div class="padding-global"><div class="container-large"><div class="g-contact_banner-container u-hflex-between-center u-gap-medium u-hflex-wrap"><div class="g-contact_banner-item u-hflex-left-center u-gap-main"><div class="g-contact_banner-icon icon-1x1-large w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M0 0V9.33733H15.344L0 24.6813V32H7.31867L22.6627 16.656V32H32V0H0Z" fill="currentColor"/> </svg></div><div class="g-contact-banner_text heading-style-h6">Connect with Business Insider</div></div><div id="w-node-_93f0424f-3178-3f4b-f028-c1dc8d3ec992-8d3ec992" data-button-style="white-fill-secondary" data-animation="" data-animation-hover="main-hover" class="button contact-popup" data-lenis-stop="true" data-popup="inbound-form"><div aria-hidden="true" class="button_main-layout"><div data-animation-selector="button-text" class="button_main-text z-index-2">Get in touch</div><div class="button_main-icon-component z-index-2"><div class="button_main-icon-wrapper"><div data-animation-selector="button-icon1" class="button_main-icon is1 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div><div data-animation-selector="button-icon2" class="button_main-icon is2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <title>Right Arrow</title> <path d="M21.5657 14.6664L14.4137 7.51437L16.2993 5.62877L26.6702 15.9997L16.2993 26.3706L14.4137 24.485L21.5657 17.333L5.33691 17.333L5.33691 14.6664L21.5657 14.6664Z" fill="currentColor"/> </svg></div></div></div><div data-animation-selector="button-fill" class="button_main-fill hide-tablet"></div></div><div class="g_clickable-wrapper absolute"><button id="" class="g_clickable-button absolute"><span class="g_clickable-text u-sr-only">Get in touch</span></button></div></div></div></div></div></div><div id="contact-popup" role="dialog" aria-modal="true" aria-labelledby="contact-popup-heading" class="g-contact_form-component pointer-events-auto"><div data-lenis-start="true" tab-index="-1" aria-hidden="true" fs-mirrorclick-element="trigger" class="g-contact-form_overlay"></div><div class="g-contact-form_item"><div data-lenis-prevent="" fs-scrolldisable-element="preserve" class="g-contact-form_content"><div aria-roledescription="close-popup-trigger" class="g-contact-form_close icon-1x1-xlarge" fs-scrolldisable-element="enable" aria-label="Close Popup" data-lenis-start="true" role="button" fs-mirrorclick-element="target" aria-controls="contact-popup" id="contact-popup_close" aria-expanded="false" tabindex="0"><div class="g-contact-form_close-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M14.1152 15.9998L3.72461 5.60925L5.61022 3.72363L16.0008 14.1141L26.3913 3.72363L28.2769 5.60925L17.8864 15.9998L28.2769 26.3902L26.3913 28.276L16.0008 17.8854L5.61022 28.276L3.72461 26.3902L14.1152 15.9998Z" fill="currentColor"/> </svg></div></div><div class="margin-bottom margin-custom2"><div id="contact-popup-heading" class="g-contact-form_heading heading-style-h1 text-color-breaking_blue">Get in touch</div></div><div class="h-popup_embed inbound-form w-embed w-script"><script> // Inbound Form hbspt.forms.create({ region: "na1", portalId: "8384536", formId: "5deb73ba-5f85-42c4-9690-602ef7fab82b" }); </script></div><div class="h-popup_embed proprietary-research-form w-embed w-script"><script> // Proprietary Research Form - Activate CTA hbspt.forms.create({ region: "na1", portalId: "8384536", formId: "5bdf3199-370a-4bcf-83df-ca2546fe905a" }); </script></div><div class="h-popup_embed events-form w-embed w-script"><script> // Events CTA hbspt.forms.create({ region: "na1", portalId: "8384536", formId: "2a22bcb0-93af-4dd3-acfd-5609b0847723" }); </script></div><div class="h-popup_embed executive-summary-form w-embed w-script"><script> // Executive CTA hbspt.forms.create({ region: "na1", portalId: "8384536", formId: "5a2495d2-be84-4fb2-b323-ef23a5c12b20" }); </script></div></div></div></div><div class="u-code-css hide w-embed"><style> html:not(.wf-design-mode):not(.w-editor) .g-contact_banner-component { transform: translate(0px, 101%); } /*width*/ .g-contact-form_content::-webkit-scrollbar { width:6px; border-radius:100vw; } /*track*/ .g-contact-form_content::-webkit-scrollbar-track { background:rgba(255, 255, 255, 0); border-radius:100vw; } /*thumb*/ .g-contact-form_content::-webkit-scrollbar-thumb { background: var(--swatch--core-black); border-radius:100vw; } /* Hub Spot Styling */ .hbspt-form > form { position: relative; display: flex; margin-bottom: 2rem; flex-direction: column; flex-wrap: nowrap; grid-column-gap: 2rem; grid-row-gap: 2rem; } /* All paragraph elements inside Hubspot form */ .hs-form > p { margin-top:1rem; margin-bottom:1rem; } /* Set margin right 0 for input wrapper */ .hs-form .input { margin-right: 0 !important; } /* Max width of fieldset element inside form */ .hs-form > fieldset { max-width: 100% !important; } /* Form Input */ .hs-input { width: 100% !important; } /* Radio Inputs */ .hs-input[type=radio] { width: auto !important; margin-right: 0.5rem; min-height: auto !important; } /* Checkbox Labels */ .hs-form-checkbox > label { font-weight: 400 !important; } /* Error messages label margin */ .hs-error-msgs>label { margin-bottom: 0px !important; } /* All labels besides checkbox lists */ .hbspt-form > form div > label { margin-bottom: 1rem; } .hbspt-form > form .inputs-list.multi-container { display: flex; flex-direction: column; gap: 0.5rem; padding-left: 2rem; } /*Custom Checkbox*/ /* FIX THIS LATER */ .hs-input[type=checkbox] { width: 0 !important; height: 0 !important; margin-right: 0 !important; min-height: 0 !important; -webkit-appearance: none; appearance: none; } /* FIX THIS LATER */ .hs-input[type=checkbox]:focus { box-sizing: unset!important; } /* FIX THIS LATER */ .hs-input[type=checkbox]:checked { accent-color: transparent!important; outline: none!important; } .hs-form-booleancheckbox-display>span { margin-left: 2rem !important; } .hbspt-form > form input[type="checkbox"]+span { position: relative; } .hbspt-form > form input[type="checkbox"]+span::before { content: ""; position: absolute; top: 0rem; left: -2.1rem; display: block; width: 1.2rem; height: 1.2rem; background-color: var(--swatch--core-white); cursor: pointer; border: 1px solid var(--swatch--core-black); } .hbspt-form > form input[type="checkbox"]+span::after { display: none; content: ""; position: absolute; top: 0.4rem; left: -1.78rem; width: 0.6rem; height: 0.3rem; border-bottom: 2px solid var(--swatch--core-white); border-left: 2px solid var(--swatch--core-white); transform: rotate(-45deg); } .hbspt-form > form input[type="checkbox"]:checked+span::before { background-color: var(--swatch--core-black);; } .hbspt-form > form input[type="checkbox"]:checked+span::after { display: block; } /* misc styles */ .hs-richtext a { text-decoration: underline; color: var(--swatch--breaking-blue); } .hbspt-form select { -webkit-appearance: auto; -moz-appearance: auto; appearance: auto; } .hs-form-required { color: red; margin-left: 0.5rem; } </style></div><div class="u-code-js hide w-embed w-script"><script> pageFunctions.addFunction('contactBannerAnimation', function() { // Find the associated target element only once const targetElement = document.querySelector('[data-attribute="contact-banner"]'); // Ensure the target element exists if (targetElement) { // First set of trigger elements with specific start and end values document.querySelectorAll('[data-attribute="contact-banner-trigger"]').forEach(function(triggerElement) { ScrollTrigger.create({ trigger: triggerElement, start: "top 40px", end: "bottom 40px", onEnter: () => { targetElement.classList.remove('show'); }, onEnterBack: () => { targetElement.classList.remove('show'); }, onLeave: () => { targetElement.classList.add('show'); }, onLeaveBack: () => { targetElement.classList.add('show'); } }); }); // Second set of trigger elements with different start and end values document.querySelectorAll('[data-attribute="contact-banner-trigger-footer"]').forEach(function(triggerElement) { ScrollTrigger.create({ trigger: triggerElement, start: "top 15%", end: "bottom top", onEnter: () => { targetElement.classList.remove('show'); }, onEnterBack: () => { targetElement.classList.remove('show'); }, onLeave: () => { targetElement.classList.add('show'); }, onLeaveBack: () => { targetElement.classList.add('show'); } }); }); } }); </script></div><div class="u-code-js hide w-embed w-script"><script> pageFunctions.addFunction('formVisibility', function() { // Function to toggle display based on button click function toggleFormDisplay(popupClass) { // Hide all popups $('.h-popup_embed').css('display', 'none'); // Show the targeted popup $('.' + popupClass).css('display', 'block'); } // Event listeners for button clicks $('[data-popup="inbound-form"]').click(function() { toggleFormDisplay('h-popup_embed.inbound-form'); }); $('[data-popup="events-form"]').click(function() { toggleFormDisplay('h-popup_embed.events-form'); }); $('[data-popup="proprietary-research-form"]').click(function() { toggleFormDisplay('h-popup_embed.proprietary-research-form'); }); $('[data-popup="executive-summary-form"]').click(function() { toggleFormDisplay('h-popup_embed.executive-summary-form'); }); }); </script></div></div></footer></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=66bd2453baad988e7087d51a" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/66bd2453baad988e7087d51a/js/businessinsider-staging.d9db23717.js" type="text/javascript"></script><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TB7TRPM2" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/8384536.js"></script> <script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script src="https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/CustomEase.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script src="https://cdn.jsdelivr.net/gh/timothydesign/script/split-type.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script src="https://cdn.jsdelivr.net/gh/studio-freight/lenis@0.2.28/bundled/lenis.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script src="https://cdn.jsdelivr.net/gh/Neon-Hive/webflow/business-insider/scripts/gsapFunctions.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script> // This will execute all registered functions in the correct order pageFunctions.executeFunctions(); </script></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10