




<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="keywords" content="" />
    <meta name="description" content="Informa&#39;s events, digital products and academic research services connect specialists with knowledge, helping them learn more, know more and do more" />
    <link rel="icon" href="/Static/images/assets/favicon.png" type="image/png" />

<style>
td {
font-size: 11px !important;
font-size: 0.7rem !important;
}

.footer a {
color: #024 !important;
}

.footerBottomLinks p{
color:#024 !important;
}
</style>
<script type="text/javascript">"use strict";function _typeof(t){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}!function(){self.airgap?.ready||(self.airgap={readyQueue:[],ready(e){this.readyQueue.push(e)},...self.airgap});const e=()=>{const e="__tcfapiLocator",t=[],a=window;let n,s,o=a;for(;o;){try{if(o.frames[e]){n=o;break}}catch(e){}if(o===a.top)break;o=o.parent}n||(!function t(){const n=a.document,s=!!a.frames[e];if(!s)if(n.body){const t=n.createElement("iframe");t.style.cssText="display:none",t.name=e,n.body.appendChild(t)}else setTimeout(t,5);return!s}(),a.__tcfapi=function(...e){if(!e.length)return t;"setGdprApplies"===e[0]?e.length>3&&2===parseInt(e[1],10)&&"boolean"==typeof e[3]&&(s=e[3],"function"==typeof e[2]&&e[2]("set",!0)):"ping"===e[0]?"function"==typeof e[2]&&e[2]({gdprApplies:s,cmpLoaded:!1,cmpStatus:"stub"}):t.push(e)},a.addEventListener("message",(function(e){const t="string"==typeof e.data;let a={};if(t)try{a=JSON.parse(e.data)}catch(e){}else a=e.data;const n="object"==typeof a&&null!==a?a.__tcfapiCall:null;n&&window.__tcfapi(n.command,n.version,(function(a,s){let o={__tcfapiReturn:{returnValue:a,success:s,callId:n.callId}};e&&e.source&&e.source.postMessage&&e.source.postMessage(t?JSON.stringify(o):o,"*")}),n.parameter)}),!1))};airgap.ready((t=>{"TCF_EU"===t.loadOptions.consentManagerConfig.initialViewStateByPrivacyRegime[t.getRegimes()[0]]&&("undefined"!=typeof module?module.exports=e:e())}))}();</script>
<script
  data-cfasync="false"
  data-local-sync="allow-network-observable"
data-prompt="1" data-report-only="off"
data-dismissed-view-state="Collapsed"
data-tcf-ui-dismissed-view-state="Collapsed"
  src=https://transcend-cdn.com/cm/ef49a3f1-d8c1-47d6-88fc-50e41130631f/airgap.js
></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-609180-32"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-609180-32');
</script>

<!-- Site Improve -->
<script type="text/javascript">
/*<![CDATA[*/
(function() {
var sz = document.createElement('script'); sz.type = 'text/javascript'; sz.async = true;
sz.src = '//siteimproveanalytics.com/js/siteanalyze_88721.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sz, s);
})();
/*]]>*/
</script>
<!-- Content Clicks -->
<script type="text/javascript">
            if (typeof jQuery != 'undefined') {
	            var filetypes = /\.(zip|exe|dmg|pdf|doc.*|xls.*|ppt.*|mp3|txt|rar|wma|mov|avi|wmv|flv|wav)$/i;
	            var baseHref = '';
	            if (jQuery('base').attr('href') != undefined) baseHref = jQuery('base').attr('href');
	            var hrefRedirect = '';

	            jQuery('body').on('click', 'a', function(event) {
		            var el = jQuery(this);
		            var track = true;
		            var href = (typeof(el.attr('href')) != 'undefined' ) ? el.attr('href') : '';
		            var isThisDomain = href.match(document.domain.split('.').reverse()[1] + '.' + document.domain.split('.').reverse()[0]);
		            if (!href.match(/^javascript:/i)) {
			            var elEv = []; elEv.value=0, elEv.non_i=false;
			            if (href.match(/^mailto\:/i)) {
				            elEv.category = 'Mailto';
				            elEv.action = 'click';
				            elEv.label = href.replace(/^mailto\:/i, '');
				            elEv.loc = href;
			            }
			            else if (href.match(filetypes)) {
				            var extension = (/[.]/.exec(href)) ? /[^.]+$/.exec(href) : undefined;
				            elEv.category = 'Download';
				            elEv.action = 'click-' + extension[0];
				            elEv.label = href.replace(/ /g,'-');
				            elEv.loc = baseHref + href;
			            }
			            else if (href.match(/^https?\:/i) && !isThisDomain) {
				            elEv.category = 'External';
				            elEv.action = 'click';
				            elEv.label = href.replace(/^https?\:\/\//i, '');
				            elEv.non_i = true;
				            elEv.loc = href;
			            }
			            else track = false;

			            if (track) {
				            var ret = true;

				            if((elEv.category == 'External' || elEv.category == 'Download') && (el.attr('target') == undefined || el.attr('target').toLowerCase() != '_blank') ) {
					            hrefRedirect = elEv.loc;

					            ga('send','event', elEv.category.toLowerCase(),elEv.action.toLowerCase(),elEv.label.toLowerCase(),elEv.value,{
						            'nonInteraction': elEv.non_i ,
						            'hitCallback':gaHitCallbackHandler
					            });

					            ret = false;
				            }
				            else {
					            ga('send','event', elEv.category.toLowerCase(),elEv.action.toLowerCase(),elEv.label.toLowerCase(),elEv.value,{
						            'nonInteraction': elEv.non_i
					            });
				            }

				            return ret;
			            }
		            }
	            });
	            gaHitCallbackHandler = function() {
		            window.location.href = hrefRedirect;
	            }
            }
    </script>
<style>
td {
font-size: 11px !important;
font-size: 0.7rem !important;
}

.footer a {
color: #024 !important;
}

.footerBottomLinks p{
color:#024 !important;
}
</style>


    <title>Informa | Championing the specialist</title>
    


<link href="/" rel="canonical" />

    
    

    <script>
        document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/, 'js');
    </script>
    <script src="/static/js/modernizr.js" data-ot-ignore></script>
    <link rel="stylesheet" type="text/css" href="/static/css/styles.css?v=1.1.1.1" />


    
<script type="text/javascript">var appInsights=window.appInsights||function(config){function t(config){i[config]=function(){var t=arguments;i.queue.push(function(){i[config].apply(i,t)})}}var i={config:config},u=document,e=window,o="script",s="AuthenticatedUserContext",h="start",c="stop",l="Track",a=l+"Event",v=l+"Page",r,f;setTimeout(function(){var t=u.createElement(o);t.src=config.url||"https://js.monitor.azure.com/scripts/a/ai.0.js";u.getElementsByTagName(o)[0].parentNode.appendChild(t)});try{i.cookie=u.cookie}catch(y){}for(i.queue=[],r=["Event","Exception","Metric","PageView","Trace","Dependency"];r.length;)t("track"+r.pop());return t("set"+s),t("clear"+s),t(h+a),t(c+a),t(h+v),t(c+v),t("flush"),config.disableExceptionTracking||(r="onerror",t("_"+r),f=e[r],e[r]=function(config,t,u,e,o){var s=f&&f(config,t,u,e,o);return s!==!0&&i["_"+r](config,t,u,e,o),s}),i}({instrumentationKey:"7cd00a9d-fe4f-4bf1-930e-237c9b654550",sdkExtension:"a"});window.appInsights=appInsights;appInsights.queue&&appInsights.queue.length===0&&appInsights.trackPageView();</script></head>

<body >

    
    

    <div class="skiptocontent">
        <a href="#skipToContent">Skip to content</a>
    </div>

    <div class="mainContent">
<header class="content layout-100 header" id="header">
    <div class="wrap">
        <!-- mobile trigger buttons -->
        <nav class="header-mobile-nav">
            <ul>
                    <li class="toggleSearch"><a href="#">Search site</a></li>
                <li class="toggleMenu"><a href="#">Menu</a></li>
            </ul>
        </nav>

        <section class="header-block">
            <div class="header-util">
                <!-- logo -->
                <p class="header-logo">
                    <a href="/" >
                        <img src="/globalassets/global/informa_logo_oneline_indigosmall-1-1-1.png" alt="Informa logo" />
                    </a>
                </p>

                <!-- share price -->
                    <div class="header-sharePrice desktop-only">
                        <div class="header-sharePrice-wrap">
                            <iframe title="Share Price" src="https://irs.tools.investis.com/Clients/(S(bwszc4r24tsws5ap5a1ozst2))/uk/informa2/Ticker/ticker_header.aspx?culture=en-GB"></iframe>
                        </div>
                    </div>

                <!-- search -->
                    <form action="/search-results/#results-top">
                        <fieldset class="header-search">
                            <label for="search-site" class="accessibility">Search Informa</label>
                            <input type="text" class="search-input" id="search-site" name="q" placeholder="Search">
                            <input type="submit" class="search-button" value="Search">
                        </fieldset>
                    </form>               
            </div>

            <!-- main navigation -->
            <nav class="menu" id="menu">
                    <ul>
                        <li>
                            <a href="/">Home</a>
                        </li>
                            <li >
                                <a href="/about-us/">About Us</a>
                                    <ul>
                                            <li><a href="/about-us/what-we-do/">What We Do</a></li>
                                            <li><a href="/about-us/where-we-are/">Where We Are</a></li>
                                            <li><a href="/about-us/our-history/">History</a></li>
                                            <li><a href="/about-us/group-strategy/">Strategy</a></li>
                                            <li><a href="/about-us/working-in-specialist-markets/">Market Trends</a></li>
                                            <li><a href="/about-us/btobmedia/">B2B Media</a></li>
                                            <li><a href="/about-us/purpose-principles/">Purpose &amp; Principles</a></li>
                                            <li><a href="/about-us/executive-management/">Executive Management</a></li>
                                            <li><a href="/about-us/board-of-directors/">Board of Directors</a></li>
                                            <li><a href="/about-us/group-policies/">Policies</a></li>
                                    </ul>
                            </li>
                            <li >
                                <a href="/divisions/">Divisions</a>
                                    <ul>
                                            <li><a href="/divisions/taylor-and-francis/">Taylor &amp; Francis</a></li>
                                            <li><a href="/divisions/informa-markets/">Informa Markets</a></li>
                                            <li><a href="/divisions/informa-connect/">Informa Connect</a></li>
                                            <li><a href="/divisions/informa-festivals/">Informa Festivals</a></li>
                                            <li><a href="https://www.informatechtarget.com/">Informa TechTarget</a></li>
                                            <li><a href="/divisions/Global-Support/">Global Support</a></li>
                                    </ul>
                            </li>
                            <li >
                                <a href="/investors/">Investors</a>
                                    <ul>
                                            <li><a href="/investors/2025investorday/">2025 Investor Day</a></li>
                                            <li><a href="/investors/investment-case/">Investment Case</a></li>
                                            <li><a href="/investors/shareholder-centre/">Shareholder Centre</a></li>
                                            <li><a href="/investors/Annual-Report/">Annual Reports</a></li>
                                            <li><a href="/investors/results-presentations/">Results &amp; Presentations</a></li>
                                            <li><a href="/investors/press-releases-news/">Press Releases &amp; News</a></li>
                                            <li><a href="/investors/financial-calendar/">Financial Calendar</a></li>
                                            <li><a href="/investors/financial-summary/">Financial Summary</a></li>
                                            <li><a href="/investors/debt-summary/">Debt Summary</a></li>
                                            <li><a href="/investors/tax/">Tax Approach</a></li>
                                            <li><a href="/investors/analysts-and-advisors/">Advisors &amp; Analysts</a></li>
                                            <li><a href="/investors/analyst-research/">Analyst Research</a></li>
                                            <li><a href="/investors/pension-schemes/">Pension Schemes</a></li>
                                            <li><a href="/investors/corporate-governance/">Corporate Governance</a></li>
                                            <li><a href="/investors/investor-relations-contacts/">Investor Relations Contacts</a></li>
                                    </ul>
                            </li>
                            <li >
                                <a href="/sustainability/">Sustainability</a>
                                    <ul>
                                            <li><a href="/sustainability/faster-forward/">FasterForward</a></li>
                                            <li><a href="/sustainability/climate-impact/">Climate Impact</a></li>
                                            <li><a href="/sustainability/sustainable-products/">Sustainable Products</a></li>
                                            <li><a href="/sustainability/community-impact/">Community Impact</a></li>
                                            <li><a href="/sustainability/sustainability-awards/">Recognition</a></li>
                                            <li><a href="/sustainability/sustainability-reports/">Sustainability Reports</a></li>
                                    </ul>
                            </li>
                            <li >
                                <a href="/talent/">Talent</a>
                                    <ul>
                                            <li><a href="https://lifeat.informa.com/">Life at Informa</a></li>
                                            <li><a href="/talent/DiversityandInclusion/">Diversity &amp; Inclusion</a></li>
                                            <li><a href="https://careers.informa.com/">Vacancies</a></li>
                                            <li><a href="/talent/graduates/">Graduates</a></li>
                                            <li><a href="/talent/recruitment-warning/">Recruitment Warning</a></li>
                                    </ul>
                            </li>
                            <li >
                                <a href="/media/">Media</a>
                                    <ul>
                                            <li><a href="/media/media-contacts/">Media Contacts</a></li>
                                            <li><a href="/media/press-releases-news/">News</a></li>
                                    </ul>
                            </li>
                            <li >
                                <a href="/contact-us/">Contact</a>
                                    <ul>
                                            <li><a href="/contact-us/global-contacts/">Global Contacts</a></li>
                                            <li><a href="/contact-us/office-locator/">Office Locator</a></li>
                                    </ul>
                            </li>
                    </ul>
            </nav>
        </section>

            <p class="share-price mobile-only">
                <iframe title="Share Price" src="https://irs.tools.investis.com/Clients/(S(bwszc4r24tsws5ap5a1ozst2))/uk/informa2/Ticker/ticker_header.aspx?culture=en-GB"></iframe>
            </p>
    </div>
</header>

<div id="skipToContent"></div>
        
<div class="container-100"><div class='section section_edge section_edgeContent' style='' ><div class='section-wrap'><div class='grid '><div class="col-12 ">



<div class="multiHero">
        <picture class="multiHeroImg">
            <!-- desktop -->
                <source media="(min-width: 80em)" srcset="/globalassets/investors/annual-report-2024/infnewherobannerar2025-v2.jpg">

            <!-- tablet -->
                <source media="(min-width: 37.5em)" srcset="/globalassets/investors/annual-report-2024/infnewherobannertabletar25.jpg">

            <!-- mobile -->

            <!-- fallback -->
            <img src="/globalassets/investors/annual-report-2024/infnewherobannerar2025-v2.jpg" alt="Informa Office image">
        </picture>
    

    <div class="multiHeroBody">
        <!-- left column -->
        <div class="heroCol opacity position-tl textDark">

                <div class="multiHeroBodyWrap">


                        <div class="wysiwyg">
                            <h1>Championing the specialist</h1>
<p class="large">Informa's events, digital products and academic research services connect specialists with knowledge, helping them learn more, know more and do more</p>
<ul class="ctaWhiteList">
<li><a title="Learn more about Informa" href="/about-us/">Learn more about Informa</a></li>
</ul>
<p>&nbsp;</p>
                        </div>
                </div>

            
    <div class="owl-carousel carouselSmall">
            <div class="carouselSmall-item">
                <div class="carouselSmall-body">
        <h3 class="carouselSmall-title">14,000</h3>
        <div class="carouselSmall-summary">
            colleagues
        </div>
                </div>
            </div>
            <div class="carouselSmall-item">
                <div class="carouselSmall-body">
        <h3 class="carouselSmall-title">100s</h3>
        <div class="carouselSmall-summary">
            specialist brands
        </div>
                </div>
            </div>
            <div class="carouselSmall-item">
                <div class="carouselSmall-body">
        <h3 class="carouselSmall-title"> FTSE 100</h3>
        <div class="carouselSmall-summary">
            member
        </div>
                </div>
            </div>
            <div class="carouselSmall-item">
                <div class="carouselSmall-body">
        <h3 class="carouselSmall-title">30</h3>
        <div class="carouselSmall-summary">
            countries
        </div>
                </div>
            </div>
    </div>




        </div>

        <!-- right column -->
        <div class="heroCol  position-br textLight">


            




        </div>
    </div>
</div>
</div></div></div></div><div class='section section_addPaddings' style='' ><div class='section-wrap'><div class='grid '><div class="col-6 ">
<div class="campaignPromoBlock imageRight">
    <h2 class="campaignPromoBlockHeader" >Compounding Growth</h2>

    <div class="campaignPromoBlockBody wysiwyg">
        <p>In 2025 we served customers in new ways and in more places than ever before, expanded our applications of AI and delivered a strong financial performance.</p>
<p>Explore stories and videos from the year on our Annual Review Hub and discover more by downloading our 2025 reports.</p>
<ul class="ctaWhiteList">
<li><a title="Explore our Annual Review Hub" href="https://annualreview2025.informa.com/" target="_blank" rel="noopener">Explore our Annual Review Hub</a></li>
<li><a title="Read Informa&rsquo;s 2025 Annual Report " href="/globalassets/documents/investor-relations/2026/2025-informa-annual-report.pdf" target="_blank" rel="noopener">Read our 2025 Annual Report </a></li>
<li><a title="Read Informa&rsquo;s 2025 Sustainability Report " href="/globalassets/documents/sustainability/reporting/2026/2025-informa-sustainability-report.pdf" target="_blank" rel="noopener">Read our 2025 Sustainability Report </a></li>
</ul>
<p>&nbsp;</p>
    </div>

    <div class="campaignPromoBlockImg">
        <a href="/globalassets/documents/investor-relations/2026/2025-informa-full-year-results-invitation.pdf">
            <img src="/globalassets/investors/annual-report-2025/ar-results-homepagev2.png">

        </a>
    </div>
</div>
</div><div class="col-6 ">
<div class="tabsToAccordion tabsStyle2">

    <div class="tabsNavWrap">
        <ul class="tabsToAccordion-navlist hor_1">
                <li>News</li>
                <li>Calendar</li>
                <li>Results</li>
        </ul>
    </div>

    <div class="tabsToAccordion-container hor_1">
            <div class="tabsToAccordion-content">
                <div class="wysiwyg">
                    <ul class="listNews">
<li><strong>29 Apr 2026</strong><a class="cta" title="Informa brands fly high at prestigious US B2B journalism awards" href="/media/press-releases-news/latest-news/informa-brands-fly-high-at-prestigious-us-b2b-journalism-awards/" target="_blank" rel="noopener">Informa brands fly high at prestigious US B2B journalism awards</a></li>
<li><strong>16 Apr 2026</strong><a class="cta" title="Appointment of inD CEO" href="/globalassets/documents/investor-relations/2026/informa-2026-appointment-of-ind-ceo.pdf" target="_blank" rel="noopener">Appointment of inD CEO</a></li>
<li><strong>12 Mar 2026</strong><a class="cta" title="Informa 2025 Full Year Results" href="/globalassets/documents/investor-relations/2026/informa-2025-full-year-results-statement.pdf" target="_blank" rel="noopener">Informa 2025 Full Year Results</a></li>
<li><strong>11 Mar 2026</strong><a class="cta" title="Informa TechTarget Fourth Quarter and Full Year 2025 Results" href="/globalassets/documents/investor-relations/2026/informa-techtarget-fourth-quarter-and-full-year-2025-results.pdf" target="_blank" rel="noopener">Informa TechTarget Fourth Quarter and Full Year 2025 Results</a></li>
<li><strong>20 Jan 2026</strong><a class="cta" title="Strategic Partnership Update" href="/globalassets/documents/investor-relations/2026/informa-2026-strategic-partnership.pdf" target="_top" rel="noopener">Strategic Partnership Update</a></li>
<li><strong>20 Jan 2026</strong><a class="cta" title="Informa Market Update" href="/globalassets/documents/investor-relations/2026/informa-2026-market-update.pdf" target="_top" rel="noopener">Informa Market Update</a></li>
</ul>
                </div>
            </div>
            <div class="tabsToAccordion-content">
                <div class="wysiwyg">
                    <ul class="listNews">
<li><strong>18 Jun 2026</strong> <a class="cta" title="2026 AGM" href="/investors/financial-calendar/" target="_top">2026 AGM </a></li>
<li><strong>12 Mar 2026</strong> <a class="cta" title="Informa 2025 Full Year Results" href="/globalassets/documents/investor-relations/2026/informa-2025-full-year-results-statement.pdf" target="_blank" rel="noopener">Informa 2025 Full Year Results </a></li>
<li><strong>18 Nov 2025</strong> <a class="cta" title="Informa Capital Markets Day - Visit to Dubai Air Show " href="/investors/financial-calendar/" target="_top">Informa Capital Markets Day - Visit to Dubai Air Show </a></li>
<li><strong>17 Nov 2025</strong> <a class="cta" title="Informa Capital Markets Day - Presentations" href="/investors/financial-calendar/" target="_top">Informa Capital Markets Day - Presentations</a></li>
<li><strong>11 Nov 2025</strong> <a class="cta" title="2025 Ten-Month Trading Update" href="/investors/financial-calendar/" target="_top">2025 Ten-Month Trading Update</a></li>
<li><strong>23 Jul 2025</strong> <a class="cta" title="2025 Half Year Results" href="/investors/financial-calendar/" target="_top">2025 Half Year Results</a></li>
</ul>
                </div>
            </div>
            <div class="tabsToAccordion-content">
                <div class="wysiwyg">
                    <div class="respTblInnerWrap">
<div class="respTblOuterWrap">
<div class="respTblInnerWrap">
<table class="responsiveTable table" style="height: 153px; width: 761px;">
<tbody>
<tr style="height: 48px;">
<td id="Date" class="tablehead" style="width: 91.7292px; height: 48px;"><strong>Date</strong></td>
<td id="Title" class="tablehead" style="width: 222.125px; height: 48px;"><strong>Title</strong></td>
<td id="Statement" class="tablehead" style="width: 153.667px; height: 48px;"><strong>Statement</strong></td>
<td id="Presentation" class="tablehead" style="width: 170.083px; height: 48px;"><strong>Presentation</strong></td>
<td id="Webcast" class="tablehead" style="width: 127px; height: 48px;"><strong>Webcast</strong></td>
<td id="highlight" class="tablehead" style="width: 143.917px; height: 48px;"><strong>Transcript</strong></td>
<td id="Report" class="tablehead" style="width: 108.812px; height: 48px;"><strong>Report</strong></td>
</tr>
<tr style="height: 60px;">
<td style="width: 91.7292px; height: 32px;">
<p><strong>12 Mar 2026</strong></p>
</td>
<td style="width: 222.125px; height: 32px;"><strong>Informa 2025 Full Year Results</strong></td>
<td style="width: 153.667px; height: 32px;"><a title="Informa 2025 Full Year Results" href="/globalassets/documents/investor-relations/2026/informa-2025-full-year-results-statement.pdf" target="_blank" rel="noopener"><img style="display: block; margin-left: auto; margin-right: auto;" src="/Global/Icon/Informa_icon_statement-web-40x40.png" alt="Informa 2025 Full Year Results" width="32" height="32" /></a></td>
<td style="width: 170.083px; height: 32px;"><a title="Informa 2025 Full Year Results" href="/globalassets/documents/investor-relations/2026/informa-2025-full-year-results-presentation-.pdf" target="_blank" rel="noopener"><img style="display: block; margin-left: auto; margin-right: auto;" src="/Global/Icon/Informa_icon_presentation-web-40x40.png" alt="Informa 2025 Capital Markets Day" width="32" height="32" /></a></td>
<td style="width: 127px; height: 32px;"><a title="Informa 2025 Full Year Results" href="https://stream.brrmedia.co.uk/broadcast/6970ee8382f7350013b7fbcd" target="_blank" rel="noopener"><img style="display: block; margin-left: auto; margin-right: auto;" src="/Global/Icon/Informa_icon_video-camera-web-40x40.png" alt="Informa 2025 Full Year Results" width="32" height="32" /></a></td>
<td style="width: 127px; height: 32px;"><a title="Informa 2025 Full Year Results Transcript" href="/globalassets/documents/investor-relations/2026/informa-2025-full-year-results-transcript.pdf" target="_blank" rel="noopener"><img style="display: block; margin-left: auto; margin-right: auto;" src="/Global/Icon/Informa_icon_transcript-web-40x40.png" alt="Informa 2025 Capital Markets Day" width="32" height="32" /></a></td>
<td style="width: 108.812px; height: 32px;"><a title="Informa 2025 Annual Report" href="/globalassets/documents/investor-relations/2026/2025-informa-annual-report.pdf" target="_blank" rel="noopener"><img style="display: block; margin-left: auto; margin-right: auto;" src="/Global/Icon/Informa_icon_statement-web-40x40.png" alt="Informa 2025 Full Year Results" width="32" height="32" /></a></td>
</tr>
<tr style="height: 60px;">
<td style="width: 91.7292px; height: 32px;">
<p><strong>17 Nov 2025</strong></p>
</td>
<td style="width: 222.125px; height: 32px;"><strong>Informa 2025 Capital Markets Day</strong></td>
<td style="width: 153.667px; height: 32px;"><a title="Informa 2025 Capital Markets Day" href="/globalassets/documents/investor-relations/2025/informa-2025-capital-markets-day.pdf" target="_blank" rel="noopener"><img style="display: block; margin-left: auto; margin-right: auto;" src="/Global/Icon/Informa_icon_statement-web-40x40.png" alt="Informa 2025 Capital Markets Day" width="32" height="32" /></a></td>
<td style="width: 170.083px; height: 32px;"><a title="Informa 2025 Capital Markets Day" href="/globalassets/documents/investor-relations/2025/informa-cmd-presentation.pdf" target="_blank" rel="noopener"><img style="display: block; margin-left: auto; margin-right: auto;" src="/Global/Icon/Informa_icon_presentation-web-40x40.png" alt="Informa 2025 Capital Markets Day" width="32" height="32" /></a></td>
<td style="width: 127px; height: 32px;"><a title="Informa 2025 Capital Markets Day" href="https://stream.brrmedia.co.uk/broadcast/68ff9a5d9f0c7e00132c8806" target="_blank" rel="noopener"><img style="display: block; margin-left: auto; margin-right: auto;" src="/Global/Icon/Informa_icon_video-camera-web-40x40.png" alt="Informa 2025 Capital Markets Day" width="32" height="32" /></a></td>
<td style="width: 127px; height: 32px;"><a title="Informa 2025 Capital Markets Day Transcript" href="/globalassets/documents/investor-relations/2025/informa-2025-capital-markets-day-transcript.pdf" target="_blank" rel="noopener"><img style="display: block; margin-left: auto; margin-right: auto;" src="/Global/Icon/Informa_icon_transcript-web-40x40.png" alt="Informa 2025 Capital Markets Day" width="32" height="32" /></a></td>
<td style="width: 108.812px; height: 32px;">&nbsp;</td>
</tr>
<tr style="height: 60px;">
<td style="width: 91.7292px; height: 32px;">
<p><strong>11 Nov 2025</strong></p>
</td>
<td style="width: 222.125px; height: 32px;"><strong>Informa 2025 Ten Month Trading Update</strong></td>
<td style="width: 153.667px; height: 32px;"><a title="Informa 2025 Ten Month Trading Update" href="/globalassets/documents/investor-relations/2025/informa-2025-10-month-trading-update.pdf" target="_blank" rel="noopener"><img style="display: block; margin-left: auto; margin-right: auto;" src="/Global/Icon/Informa_icon_statement-web-40x40.png" alt="Informa TechTarget 2025 Second Quarter Results" width="32" height="32" /></a></td>
<td style="width: 170.083px; height: 32px;">&nbsp;</td>
<td style="width: 127px; height: 32px;">&nbsp;</td>
<td style="width: 143.917px; height: 32px;">&nbsp;</td>
<td style="width: 108.812px; height: 32px;">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
                </div>
            </div>
    </div>
</div>

</div></div></div></div><div class='section section_wide section_wideContent' style='' ><div class='section-wrap'><div class='grid '><div class="col-12 ">



<div class="multiHero">
        <picture class="multiHeroImg">
            <!-- desktop -->
                <source media="(min-width: 80em)" srcset="/globalassets/investors/annual-report-2025/ar-hubbanner-2025.jpg">

            <!-- tablet -->

            <!-- mobile -->

            <!-- fallback -->
            <img src="/globalassets/investors/annual-report-2025/ar-hubbanner-2025.jpg" alt="Banner with large Informa logo on the left">
        </picture>
    

    <div class="multiHeroBody">
        <!-- left column -->
        <div class="heroCol  position-center textDark">

                <div class="multiHeroBodyWrap">


                        <div class="wysiwyg">
                            <h2>A new way to discover Informa</h2>
<p class="large">Experience the 2025 Annual Review hub, driven by our AI assistant Elysia. Choose the level of detail you want &ndash; a quick overview, regular summary or in-depth dive.</p>
<p class="large">Discover stories, watch videos and get AI-powered insights tailored to you.</p>
<p><a class="ctaSkyBlue" title="Explore the Annual Review Hub" href="https://annualreview2025.informa.com/" target="_blank" rel="noopener">Explore the Annual Review Hub</a></p>
                        </div>
                </div>

            




        </div>

        <!-- right column -->
        <div class="heroCol  position-center textDark">

                <div class="multiHeroBodyWrap">


                        <div class="wysiwyg">
                            <p><video style="pointer-events: none;" autoplay="autoplay" loop="loop" muted="" width="500" height="301">

<source src="/globalassets/documents/misc/arh-smallv2.mp4" /></video></p>
<p><a class="ctaDark" href="https://annualreview2025.informa.com" target="_blank" rel="noopener">Explore the Annual Review Hub</a></p>
                        </div>
                </div>

            




        </div>
    </div>
</div>
</div></div></div></div><div class='section section_addPaddings' style='' ><div class='section-wrap'><div class='grid '><div class="col-6 ">
<div class="campaignPromoBlock imageRight">
    <h2 class="campaignPromoBlockHeader" >Investing in Informa</h2>

    <div class="campaignPromoBlockBody wysiwyg">
        <p>Informa offers exposure to the growing, global knowledge and information economy.</p>
<p>We have leading specialist brands and businesses, scale positions in Academic and B2B Markets and strong financial characteristics.</p>
<ul class="ctaWhiteList">
<li><a href="/investors/investment-case/">Why invest in Informa</a></li>
<li><a href="/investors/financial-summary/">Financial summary</a></li>
<li><a href="/investors/shareholder-centre/">Shareholder centre</a></li>
</ul>
    </div>

    <div class="campaignPromoBlockImg">
        <a href="/investors/investment-case/">
            <img src="/globalassets/investors/annual-report-2025/investing-informa.jpg">

        </a>
    </div>
</div>
</div><div class="col-6 ">
<div class="campaignPromoBlock imageRight">
    <h2 class="campaignPromoBlockHeader" >Our Specialist Markets</h2>

    <div class="campaignPromoBlockBody wysiwyg">
        <p>Our brands and teams operate in dozens of specialist markets and subject categories.</p>
<p>We have a deep expertise in the areas we serve, which means we can better help our business, professional and academic customers succeed.</p>
<p><a class="ctaSkyBlue" href="/about-us/working-in-specialist-markets/">Trends in our markets</a></p>
    </div>

    <div class="campaignPromoBlockImg">
        <a href="/about-us/working-in-specialist-markets/">
            <img src="/globalassets/investors/annual-report-2025/specialist-market-homepage25.png">

        </a>
    </div>
</div>
</div></div></div></div><div class='section section_edge section_wideContent' style='' ><div class='section-wrap'><div class='grid '><div class="col-12 ">



<div class="multiHero">
        <picture class="multiHeroImg">
            <!-- desktop -->
                <source media="(min-width: 80em)" srcset="/globalassets/documents/misc/b2b-hubbanner.jpg">

            <!-- tablet -->

            <!-- mobile -->

            <!-- fallback -->
            <img src="/globalassets/documents/misc/b2b-hubbanner.jpg" alt="Banner with large Informa logo on the left">
        </picture>
    

    <div class="multiHeroBody">
        <!-- left column -->
        <div class="heroCol opacity position-center textDark">

                <div class="multiHeroBodyWrap">


                        <div class="wysiwyg">
                            <h2>For experts, by experts</h2>
<p class="large">In the markets that matter most, Informa&rsquo;s B2B media brands lead the way in delivering the news and knowledge that experts rely on.</p>
<p><a class="ctaSkyBlue" href="/about-us/btobmedia/" target="_blank" rel="noopener">Find out more </a></p>
                        </div>
                </div>

            




        </div>

        <!-- right column -->
        <div class="heroCol  position-center textDark">


            




        </div>
    </div>
</div>
</div></div></div></div><div class='section section_wideContent' style='' ><div class='section-wrap'><div class='grid '><div class="col-12 ">



<div class="multiHero">
        <picture class="multiHeroImg">
            <!-- desktop -->
                <source media="(min-width: 80em)" srcset="/globalassets/global/careers/graduates/lifeatinforma-updated25.jpg">

            <!-- tablet -->

            <!-- mobile -->

            <!-- fallback -->
            <img src="/globalassets/global/careers/graduates/lifeatinforma-updated25.jpg" alt="Female Informa colleague smiling and pointing towards the camera, tracing the Informa logo with her finger">
        </picture>
    

    <div class="multiHeroBody">
        <!-- left column -->
        <div class="heroCol  position-tl textDark">

                <div class="multiHeroBodyWrap">


                        <div class="wysiwyg">
                            <h2>Life at Informa&nbsp;</h2>
<p class="campaignPromoBlockBody">We champion our colleagues, all across the world.&nbsp;</p>
<p class="campaignPromoBlockBody">When it comes to life at Informa, no two days are the same and we celebrate the diversity of our teams and people.</p>
<p class="campaignPromoBlockBody">But wherever and whoever you are, we give you the freedom to bring ideas to life, work that makes a real difference to our customers and markets, and the chance to be part of an international and inclusive community of great people.&nbsp;</p>
<p class="campaignPromoBlockBody">Join us for opportunities to build a varied career, in a company that's building for the future.&nbsp;</p>
<div style="float: left;">
<ul class="ctaWhiteList">
<li><a title="Life at Informa" href="https://lifeat.informa.com">Life at Informa</a></li>
<li><a href="/about-us/purpose-principles/">Purpose &amp; principles</a></li>
<li><a href="/talent/DiversityandInclusion/">Diversity &amp; inclusion</a></li>
<li><a href="https://careers.informa.com/">Vacancies</a></li>
</ul>
</div>
<div>&nbsp;&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>
<div>&nbsp;</div>
<h3 style="text-align: right;">&nbsp;</h3>
</div>
                        </div>
                </div>

            




        </div>

        <!-- right column -->
        <div class="heroCol  position-center textDark">




<div class="promoBlock">
    
    <div class="promoBlockImage">
<a href="/overlay/?videoUrl=https://player.vimeo.com/video/936597694&videoTitle=Learn+about+Life%40Informa" data-hrefpreview="/overlay/?videoUrl=https://player.vimeo.com/video/936597694&videoTitle=Learn+about+Life%40Informa #overlay-content" class="openOverlay cta-video">            <img alt="Ingredients" src="/globalassets/investors/annual-report-2022/jt-new/lifeatinformavideo-2.png" />
                <h2 class="promoBlockTitle" >Learn about Life@Informa</h2>
</a>    </div>

</div>
            




        </div>
    </div>
</div>
</div></div></div></div><div class='section section_wideContent' style='' ><div class='section-wrap'><div class='grid '><div class="col-12 ">
<div class="largeCarousel">
    <div class="largeCarousel-container">
        <div class="contentWrap">
            <h2 class="largeCarousel-heading" >Our Divisions</h2>
        </div>

        <div class="largeCarousel owl-carousel">

<!-- item 1 -->
<div class="largeCarousel-item" data-dot="<button>Taylor &amp; Francis</button>">

    <picture class="shelf-img">
        <!-- desktop -->
        <source media="(min-width: 48em)" srcset="/contentassets/aef278d73f04474ebf717e4e0af20e46/tfbannerhp-small.jpg">
        <!-- mobile -->
            <source srcset="/globalassets/global/homepage/tfbannerhp-mobile.jpg">

        <!-- fallback -->
        <img src="/contentassets/aef278d73f04474ebf717e4e0af20e46/tfbannerhp-small.jpg" alt=Bookshelf containing a collection of books called &#39;the basics&#39;>
    </picture>

    <div class="contentWrap">
        <div class="largeCarousel-body colour-scheme8">

            <h3 class="largeCarousel-body-title">Taylor &amp; Francis</h3>
                <h4 class="largeCarousel-body-subtitle">Academic Research</h4>

            <!-- summary -->
            <div class="largeCarousel-body-summary">
                <p>Taylor &amp; Francis is one of the world's leading publishers of advanced, emergent and applied academic research and learning. We help to foster human progress through knowledge</p>
            </div>

            <!-- columns -->
            <div class="largeCarousel-body-cols">
                    <div class="largeCarousel-body-cols-left">
                        <strong >5m+</strong>Articles published
                    </div>

                <div class="largeCarousel-body-cols-right">
                        <a href="/divisions/taylor-and-francis/" class="cta2" >
                            <h5 >Discover Taylor &amp; Francis</h5>
                            <span></span>
                        </a>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- item 1 -->
<div class="largeCarousel-item" data-dot="<button>Informa Markets</button>">

    <picture class="shelf-img">
        <!-- desktop -->
        <source media="(min-width: 48em)" srcset="/contentassets/cd5b8ebf3cdd4f3f9d68d79f0087efd6/informamarkets-updated.jpg">
        <!-- mobile -->
            <source srcset="/contentassets/cd5b8ebf3cdd4f3f9d68d79f0087efd6/informamarkets-mobile.jpg">

        <!-- fallback -->
        <img src="/contentassets/cd5b8ebf3cdd4f3f9d68d79f0087efd6/informamarkets-updated.jpg" alt=Crowd of attendees and exhibitors mingling at an Informa Markets event>
    </picture>

    <div class="contentWrap">
        <div class="largeCarousel-body colour-scheme8">

            <h3 class="largeCarousel-body-title">Informa Markets</h3>
                <h4 class="largeCarousel-body-subtitle">Trade, Innovate, Grow</h4>

            <!-- summary -->
            <div class="largeCarousel-body-summary">
                <p>Through transaction-led live and on-demand events, we help businesses to connect, trade and grow in over a dozen markets worldwide.</p>
<p>&nbsp;</p>
            </div>

            <!-- columns -->
            <div class="largeCarousel-body-cols">
                    <div class="largeCarousel-body-cols-left">
                        <strong >12+</strong>specialist markets served
                    </div>

                <div class="largeCarousel-body-cols-right">
                        <a href="/divisions/informa-markets/" class="cta2" >
                            <h5 >Discover Informa Markets</h5>
                            <span></span>
                        </a>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- item 1 -->
<div class="largeCarousel-item" data-dot="<button>Informa Connect</button>">

    <picture class="shelf-img">
        <!-- desktop -->
        <source media="(min-width: 48em)" srcset="/contentassets/cacff6ef50a94cdeb19ca6a5db90f9be/bannerhp-connect.jpg">
        <!-- mobile -->
            <source srcset="/contentassets/cacff6ef50a94cdeb19ca6a5db90f9be/bannerhp-connect-mobile.jpg">

        <!-- fallback -->
        <img src="/contentassets/cacff6ef50a94cdeb19ca6a5db90f9be/bannerhp-connect.jpg" alt=Panel discussion at Informa Connect&#39;s SuperReturn International event>
    </picture>

    <div class="contentWrap">
        <div class="largeCarousel-body colour-scheme8">

            <h3 class="largeCarousel-body-title">Informa Connect</h3>
                <h4 class="largeCarousel-body-subtitle">Connect, Learn, Network</h4>

            <!-- summary -->
            <div class="largeCarousel-body-summary">
                <p>Through content-led live and on-demand events and experiences, we help professionals know more, do more and be more.</p>
            </div>

            <!-- columns -->
            <div class="largeCarousel-body-cols">
                    <div class="largeCarousel-body-cols-left">
                        <strong >25+ years</strong>SuperReturn International has run for over 25 years
                    </div>

                <div class="largeCarousel-body-cols-right">
                        <a href="/divisions/informa-connect/" class="cta2" >
                            <h5 >Discover Informa Connect</h5>
                            <span></span>
                        </a>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- item 1 -->
<div class="largeCarousel-item" data-dot="<button>Informa Festivals</button>">

    <picture class="shelf-img">
        <!-- desktop -->
        <source media="(min-width: 48em)" srcset="/contentassets/96913a5163c545eb8df67f64023e19b5/informafestivalsv4.jpg">
        <!-- mobile -->

        <!-- fallback -->
        <img src="/contentassets/96913a5163c545eb8df67f64023e19b5/informafestivalsv4.jpg" >
    </picture>

    <div class="contentWrap">
        <div class="largeCarousel-body colour-scheme8">

            <h3 class="largeCarousel-body-title">Informa Festivals</h3>
                <h4 class="largeCarousel-body-subtitle">Experience-led Events </h4>

            <!-- summary -->
            <div class="largeCarousel-body-summary">
                <p>We inspire and celebrate business through experience-led events that deliver high impact immersive content, deep community connections, personal enrichment and professional development.</p>
            </div>

            <!-- columns -->
            <div class="largeCarousel-body-cols">

                <div class="largeCarousel-body-cols-right">
                        <a href="/divisions/informa-festivals/" class="cta2" >
                            <h5 >Discover Informa Festivals</h5>
                            <span></span>
                        </a>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- item 1 -->
<div class="largeCarousel-item" data-dot="<button>Informa TechTarget</button>">

    <picture class="shelf-img">
        <!-- desktop -->
        <source media="(min-width: 48em)" srcset="/globalassets/divisions/informatechtarget.jpg">
        <!-- mobile -->

        <!-- fallback -->
        <img src="/globalassets/divisions/informatechtarget.jpg" >
    </picture>

    <div class="contentWrap">
        <div class="largeCarousel-body colour-scheme8">

            <h3 class="largeCarousel-body-title">Informa TechTarget</h3>
                <h4 class="largeCarousel-body-subtitle">B2B Data &amp; Market Access </h4>

            <!-- summary -->
            <div class="largeCarousel-body-summary">
                <p>Informa TechTarget delivers over 220 tech media brands, authoritative industry research and powerful buyer intent and lead generation services to B2B tech companies and buyers of technology.&nbsp;</p>
            </div>

            <!-- columns -->
            <div class="largeCarousel-body-cols">

                <div class="largeCarousel-body-cols-right">
                        <a href="https://www.informatechtarget.com/" class="cta2" target='_blank' title='Discover Informa TechTarget (Opens in new window)'>
                            <h5 >Discover Informa TechTarget</h5>
                            <span></span>
                        </a>
                </div>
            </div>
        </div>
    </div>
</div>        </div>
    </div>
</div>

</div><div class="col-12 ">



<div class="multiHero">
        <picture class="multiHeroImg">
            <!-- desktop -->
                <source media="(min-width: 80em)" srcset="/globalassets/investors/annual-report-2025/sustainabilityr25-lightv2.jpg">

            <!-- tablet -->
                <source media="(min-width: 37.5em)" srcset="/globalassets/investors/annual-report-2025/sr25-banner-tablet-vesion.jpg">

            <!-- mobile -->

            <!-- fallback -->
            <img src="/globalassets/investors/annual-report-2025/sustainabilityr25-lightv2.jpg" alt="Sustainability Illustration">
        </picture>
    

    <div class="multiHeroBody">
        <!-- left column -->
        <div class="heroCol opacity position-center textDark">

                <div class="multiHeroBodyWrap">


                        <div class="wysiwyg">
                            <h2>Sustainability</h2>
<p class="campaignPromoBlockBody">Sustainability is at the heart of how we work, serve our customers and support our communities.</p>
<p class="campaignPromoBlockBody">Through our FasterForward programme, we're embedding sustainability into all our products and operations and making an ever greater and more positive impact on the markets and communities we work in.</p>
<ul class="ctaWhiteList">
<li><a class="ctaSkyBlue" title="Faster Forward" href="/sustainability/faster-forward/">Our FasterForward programme</a></li>
<li><a title="2020 Sustainability Report" href="/sustainability/sustainable-products/" rel="noopener">Sustainability in our products</a></li>
<li><a href="/sustainability/climate-impact/">Climate commitments and progress</a></li>
</ul>
                        </div>
                </div>

            




        </div>

        <!-- right column -->
        <div class="heroCol  position-center textDark">




<div class="promoBlock colour-scheme8">
    
    <div class="promoBlockImage">
            <a href="/sustainability/sustainability-reports/" >
                <img alt="2025 Sustainability Report image" src="/globalassets/investors/annual-report-2025/srhomepageicon25.jpg" />
                    <h2 class="promoBlockTitle" >2025 Sustainability Report</h2>
            </a>
    </div>

        <div class="promoBlockSummary" >
            <p>
                Championing Sustainability
            </p>

        </div>
</div>
            




        </div>
    </div>
</div>
</div></div></div></div></div>





<!-- FOOTER -->
<footer class="footer">
    <div class="wrap">
        <div class="footerTopLinks">
                <ul class="footerLinks">
            <li>
                <a href="/contact-us/"
                   class="cta-contact" 
                   >
                    Contact Us
                </a>
            </li>
            <li>
                <a href="/contact-us/office-locator/"
                   class="cta-location" 
                   >
                    Office Locator
                </a>
            </li>
    </ul>



                <ul class="socialLinks">
            <li>
                <a title="Email Alerts" 
                   class="icon i-email" 
                   href="/generic-content/latest-informa-news/" 
                   >
                Email Alerts</a>
            </li>
            <li>
                <a title="LinkedIn" 
                   class="icon i-linkedIn" 
                   href="https://www.linkedin.com/company/informa" 
                   target=_blank rel=noopener>
                LinkedIn</a>
            </li>
            <li>
                <a title="Twitter" 
                   class="icon i-twitter" 
                   href="http://twitter.com/informaplc" 
                   target=_blank rel=noopener>
                Twitter</a>
            </li>
    </ul>

        </div>
        <div class="footerMiddleLinks">
                <ul>
                        <li><a href="/about-us/">About Us</a></li>
                        <li><a href="/divisions/">Divisions</a></li>
                        <li><a href="/investors/">Investors</a></li>
                        <li><a href="/sustainability/">Sustainability</a></li>
                        <li><a href="/talent/">Talent</a></li>
                        <li><a href="/media/">Media</a></li>
                        <li><a href="/contact-us/">Contact</a></li>
                </ul>
        </div>
        <div class="footerBottomLinks">
                <ul>
                        <li>
                            

<a href="/generic-content/accessibility/" target="_top" rel=&quot;noopener&quot;>Accessibility Statement</a>

                        </li>
                        <li>
                            

<a href="/generic-content/terms--conditions/" target="_top" rel=&quot;noopener&quot;>Terms &amp; Conditions</a>

                        </li>
                        <li>
                            

<a href="https://privacy.informa.com/" rel=&quot;noopener&quot;>Privacy Policy</a>

                        </li>
                        <li>
                            

<a href="https://privacy.informa.com/trackers/en/" target="_top" rel=&quot;noopener&quot;>Cookie Policy</a>

                        </li>
                        <li>
                            

<a href="/generic-content/modern-slavery-statement/" target="_blank" rel=&quot;noopener&quot;>Modern Slavery Statement</a>

                        </li>
                        <li>
                            

<a href="/site-map/" rel=&quot;noopener&quot;>Site Map</a>

                        </li>
                </ul>

                <p class="registerText">Informa PLC registered in England &amp; Wales with number 8860726, registered office and head office 5 Howick Place, London, SW1P 1WG, UK. Lloyd&#39;s is the registered trade mark of the Society incorporated by the Lloyd&#39;s Act 1871 by the name of Lloyd&#39;s.</p>

                <p>&#169; 2026 Informa PLC</p>
        </div>

        <!-- mobile home/top icons -->
        <div class="mobilefooter">
            <ul>
                <li class="toHome"><a href="/">Home</a></li>
                <li class="toTop"><a href="#top" class="js-scrollTop">Go to top</a></li>
            </ul>
        </div>
        <!-- end footer -->

    </div>
</footer>
    </div>
    <script type="text/javascript" data-ot-ignore src="https://dl.episerver.net/13.6.1/epi-util/find.js"></script>
<script type="text/javascript" data-ot-ignore>
if(FindApi){var api = new FindApi();api.setApplicationUrl('/');api.setServiceApiBaseUrl('/find_v2/');api.processEventFromCurrentUri();api.bindWindowEvents();api.bindAClickEvent();api.sendBufferedEvents();}
</script>




    <script src="/static/js/app.js" data-ot-ignore></script>

    
</body>
</html>
