www.infosysbpm.com
Open in
urlscan Pro
104.94.113.124
Public Scan
Submitted URL: https://www.infosysbpm.in/
Effective URL: https://www.infosysbpm.com/
Submission: On October 25 via api from US — Scanned from US
Effective URL: https://www.infosysbpm.com/
Submission: On October 25 via api from US — Scanned from US
Form analysis
2 forms found in the DOMGET /search.html
<form class="search__form" action="/search.html" method="get">
<input class="search__input" name="k" type="search" placeholder="What are you looking for?" autocomplete="off" spellcheck="false">
<span class="search__info">Hit enter to search or ESC to close</span>
</form>
Name: myregForm — POST https://s1447373.t.eloqua.com/e/f2
<form method="post" onsubmit="return myvalid_registration1(this);" name="myregForm" action="https://s1447373.t.eloqua.com/e/f2" aria-labelledby="floatingFormNew" id="myregForm" class="elq-form">
<input type="hidden" name="elqFormName" value="floatingFormNew">
<input type="hidden" name="Leadsource" id="myLeadsource" value="Floating Form">
<input type="hidden" name="Redirecturl" id="myRedirecturl" value="">
<br>
<!-- Name start-->
<div class="field-bg col-md-6 col-sm-6 col-xs-12" data-field-name="firstName" data-field-type="text" data-seq="1">
<input type="text" id="myfirstName" name="firstName" title="First Name" maxlength="100" value="" autocomplete="off" onblur="myvalidateEmptys(this.form.firstName, 'name', 'myalertYname');this.setAttribute('value', this.value);" style="font-size: 20px; padding: 6px 0px 6px 0px;
display: block; width: 100%; border: none; border-bottom: 2px solid #fff!important; color: #fff; background: transparent;">
<span class="highlight"></span> <span class="bar"></span>
<label for="Name" style="color: #fff!important;">Name <sup>*</sup> </label>
<span id="myalertYname"></span>
</div>
<!-- Name End -->
<!-- Company start -->
<div class="field-bg col-md-6 col-sm-6 col-xs-12" data-field-name="company" data-field-type="text" data-seq="4">
<input type="text" id="mycompany" name="company" title="company" value="" autocomplete="off" onblur="myvalidateEmptys_length(this.form.company, 'myalertcompany',1);this.setAttribute('value', this.value);" style="font-size: 20px; padding: 6px 0px 6px 0px;
display: block; width: 100%; border: none; border-bottom: 2px solid #fff!important; color: #fff; background: transparent !important;">
<span class="highlight"></span> <span class="bar"></span>
<label for="company" style="color: #fff!important;">Company <sup>*</sup> </label>
<span id="myalertcompany"></span>
</div>
<!-- Company End -->
<!-- EmailAddress start -->
<div class="field-bg col-md-12 col-sm-12 col-xs-12" data-field-name="emailAddress" data-field-type="email" data-seq="3">
<input type="text" id="myemailAddress" name="emailAddress" value="" autocomplete="off" onblur="mycheckemail(this.form.emailAddress, 'myalertEmail');this.setAttribute('value', this.value);" style="font-size: 20px; padding: 6px 0px 6px 0px;
display: block; width: 100%; border: none; border-bottom: 2px solid #fff!important; color: #fff; background: transparent !important;">
<span class="highlight"></span> <span class="bar"></span>
<label for="Email Address" style="color: #fff!important;">Business Email <sup>*</sup> </label>
<span id="myalertEmail"></span>
</div>
<!--EmailAddress End-->
<div class="field-bg col-md-12 col-sm-12 col-xs-12">
<textarea id="myMessage" name="Message" title="Message" style="font-size: 20px; padding: 6px 0px 6px 0px;
display: block; width: 100%; border: none; border-bottom: 2px solid #fff!important; color: #fff; background: transparent !important;"></textarea>
<span class="highlight"></span> <span class="bar"></span>
<label for="Message" style="color: #fff!important;">Please describe what you are interested in</label>
</div>
<div class="clearfix"></div>
<!-- Subscribe start -->
<div class="col-md-12 no-padding" data-field-name="MyOptinforMarketingcommunication" data-field-type="boolean" data-seq="8">
<p class="text-left fs-md-16">
<label class="form-switch" style="margin-top: 0;">
<input type="checkbox" id="MyOptinforMarketingcommunication" name="MyOptinforMarketingcommunication" value="No">
<i></i> </label>
<span id="lineheight" style="text-transform: none;">Opt in for marketing communication <a class="pvcy-stmt" href="/privacy-statement.html" title="Privacy Statement" target="_blank">Privacy Statement</a></span>
</p>
</div>
<!-- Subscribe End -->
<!-- button start -->
<div id="sec-button-wrapper" class="form-group col-md-6 col-sm-6 col-xs-6">
<div style="overflow:auto;">
<div style="float:none;">
<button type="submit" class="btn btn-small btn-primary" id="mynextBtn" style="min-width: 0px;border-radius: 4px; padding: 6px 12px;">GET IN TOUCH</button>
</div>
</div>
<script type="text/javascript" src="/content/dam/infosys-web/en/global-resource/designs/js/jquery.min.js"></script>
<script>
function chkSplChar(ctrlname) {
var iChars = "<>?;";
for (var i = 0; i < ctrlname.length; i++) {
if (iChars.indexOf(ctrlname.charAt(i)) != -1) {
return false;
}
}
return true;
}
function myvalid_registration1(theForm) {
var empty = "";
var reason = "";
reason += myvalidateEmptys(theForm.firstName, 'name', 'myalertYname');
reason += mycheckemail(theForm.emailAddress, 'myalertEmail');
reason += myvalidateEmptys_length(theForm.company, 'myalertcompany', 1);
if (document.getElementById('mycompany').value != "") {
if (chkSplChar(document.getElementById('mycompany').value) == false) {
reason += $("#myalertcompany").addClass("whiteColor").text("Special characters are not allowed.");
} else {
$("#myalertcompany").text("");
}
}
if (reason != "") {
return false;
} else {
var fname = document.getElementById('myfirstName').value;
var email = document.getElementById('myemailAddress').value;
var company = document.getElementById('mycompany').value;
var Leadsource = document.getElementById('myLeadsource').value;
var Message = document.getElementById('myMessage').value;
var MyOptinforMarketingcommunication = document.getElementById('MyOptinforMarketingcommunication').value;
if (sessionStorage.eVar32) {
var myRedirecturl = window.location.host + window.location.pathname + '?' + sessionStorage.eVar32
} else {
var myRedirecturl = window.location.href;
}
var mydataString = 'https://s1447373.t.eloqua.com/e/f2?elqFormName=floatingFormNew&elqSiteID=1447373&emailAddress=' + email + '&firstName=' + fname + '&company=' + company + '&Message=' + Message + '&MyOptinforMarketingcommunication=' +
MyOptinforMarketingcommunication + '&Leadsource=' + Leadsource + '&Redirecturl=' + myRedirecturl + '';
document.getElementById("myblind").innerHTML = '<img src="' + mydataString + '" id="mynextBtn" style="width:1px; height:1px;" />';
document.getElementById("myregForm").style.display = "none";
document.getElementById("mythankyou").style.display = "block";
_satellite.track("form_submit");
digitalData.page.formName = document.title;
digitalData.page.formComplete = '1';
return false;
}
}
digitalData.page.formName = document.title;
digitalData.page.formStart = '1';
function validateUrl() {
var error = "";
var x = window.location.href;
//alert(x);
if (x.indexOf('infosysbpm.com') != -1) {
error = "";
} else {
< !-- -- > error = "cancel";
}
return error;
}
function myvalidateEmptys_length(fld, alertID, lenght) {
var error = "";
var xer = document.getElementById(alertID);
if (fld.value.length < lenght) {
fld.style.borderBottom = borderFix;
xer.innerHTML = '<small class="whiteColor">Please check the <span class="text-capitalize">' + fld.title + '</span> you have entered</small>';
error = "cancel";
} else {
fld.removeAttribute('style');
xer.innerHTML = '';
error = "";
}
return error;
}
function myvalidateEmptys(fld, name, alertID) {
var error = "";
var special;
var xer = document.getElementById(alertID);
var string = '<small class="whiteColor">Please check the <span class="text-capitalize">' + fld.title + '</span> you have entered</small>';
var TCode = fld.value;
if (name == 'name') {
special = /[^a-zA-Z\ \.]/;
} else {
special = /[^a-zA-Z\ ]/;
}
if (fld.value.length == 0) {
xer.innerHTML = '<small class="whiteColor">Please check the <span class="text-capitalize">' + fld.title + '</span> you have entered</small>';
fld.style.borderBottom = borderFix;
error = "cancel";
} else if (special.test(TCode)) {
xer.innerHTML = string;
fld.style.borderBottom = borderFix;
error = "cancel";
} else {
xer.innerHTML = '';
fld.removeAttribute('style');
error = "";
}
return error;
}
function mycheckemail(fld, alertID) {
var error = "";
var str = fld.value;
var xer = document.getElementById(alertID);
var string = '<small class="whiteColor">Please enter a valid Email ID e.g.: abc@abc.com</small>';
var filter = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i
if (fld.value.length == 0) {
xer.innerHTML = '<small class="whiteColor">Please enter a valid Email ID e.g.: abc@abc.com</small>';
fld.style.borderBottom = borderFix;
document.getElementById("mynextBtn").disabled = true;
error = "cancel";
} else if (filter.test(str)) {
xer.innerHTML = "";
fld.removeAttribute('style');
document.getElementById("mynextBtn").disabled = false;
error = "";
} else {
document.getElementById("mynextBtn").disabled = true;
xer.innerHTML = string;
error = "cancel";
fld.style.borderBottom = borderFix;
}
return error;
}
function get_length(stringIHave) {
keywordsArr = stringIHave.split(' '),
xvalue = keywordsArr.length - 1;
var spaceCount = parseInt(stringIHave.length - xvalue);
return spaceCount;
}
function getFocus() {
document.getElementById('name').focus();
}
</script>
<script type="text/javascript">
var borderFix = '4px solid #F16C51';
/** Opt-in Yes or No **/
$('#MyOptinforMarketingcommunication').click(function() {
//var $x = $("#MyOptinforMarketingcommunication");
if ($("#MyOptinforMarketingcommunication").prop('checked')) $("#MyOptinforMarketingcommunication").attr('value', 'Yes');
else $("#MyOptinforMarketingcommunication").attr('value', 'No');
});
</script>
<div id="myblind"></div>
</div>
<!-- Button End -->
</form>
Text Content
Skip to main content Skip to footer * Live Enterprise * Services * Industries * Contact Us * Careers search cross Hit enter to search or ESC to close Energize the Core Digital framework to deliver design-led experiences for customer delight Agile digital at scale Leveraging new technologies to enhance business performance Always-on learning Reskilling workforce by leveraging digital platforms INDUSTRIES * Communication Services * Consumer Packaged Goods * Edutech Services * Energy and Utilities * Financial Services * Healthcare * Insurance * Logistics * Manufacturing * Media and Entertainment * Resources * Retail * Services * Travel and Hospitality SERVICES * Annotation Services * BPM Analytics * Business Process as a Service (BPaaS) * Business Transformation Services * Customer Services * Digital Interactive Services * Finance and Accounting * Generative AI * Geospatial Data Services * Human Resources * Learning Services * Legal Process * Master Data Management * Robotic Process Automation * Sales and Fulfillment * Sourcing and Procurement ABOUT US * Overview * History * Who We Are * Subsidiaries * Our Values * Alliances * Management Profiles * Corporate Governance * Awards * Analyst Reports * Diversity, Equity, and Inclusion * Corporate Social Responsibility * Clients Insights * Process Progression Model * Quality * Leader's Speak * Start-up Ecosystems * Navigate your next * Industries * Services * About Us * Live Enterprise * Careers * Newsroom * Global Presence * Blogs * Podcasts * Contact Us * * * * * RE-IMAGINE BUSINESS PROCESSES TO DRIVE AI-FIRST OPERATIONS Know More UNLOCK BUSINESS VALUE WITH END-TO-END TRANSFORMATIVE DIGITAL BPM SERVICES Book a demo A LEADER IN 2024 GARTNER® MAGIC QUADRANT™ FOR F&A BUSINESS PROCESS OUTSOURCING Read More RE-IMAGINE BUSINESS PROCESSES TO DRIVE AI-FIRST OPERATIONS Know More UNLOCK BUSINESS VALUE WITH END-TO-END TRANSFORMATIVE DIGITAL BPM SERVICES Book a demo A LEADER IN 2024 GARTNER® MAGIC QUADRANT™ FOR F&A BUSINESS PROCESS OUTSOURCING Read More RE-IMAGINE BUSINESS PROCESSES TO DRIVE AI-FIRST OPERATIONS Know More prev next AGILE DIGITAL AT SCALE Leveraging new technologies to enhance business performance Explore Case studies THE CRITICAL ROLE OF DIGITAL TRANSFORMATION IN HRO FUNCTION [ VIEW ] A PHARMA GIANT IMPLEMENTED AI TO REDEFINE TAIL SPEND TO REACH HIGHER LEVELS IN PROCUREMENT [ VIEW ] ALWAYS-ON LEARNING Reskilling workforce by leveraging digital platforms Explore Case studies MANAGING SOCIAL MEDIA LISTENING FOR A US-BASED CUSTOMER ELECTRONICS GIANT [ VIEW ] SEAMLESS WORKPLACE EXPERIENCE IS KEY TO HAPPY EMPLOYEES [ VIEW ] ENERGIZE THE CORE Digital framework to deliver design-led experiences for customer delight Explore Case studies A TOP US BANK STREAMLINED ITS BUSINESS PROCESSES THROUGH AUTOMATION [ VIEW ] DATA ANALYTICS HELPED AN AMERICAN TELECOM GIANT REIN IN SPEND LEAKAGES IN SOURCING AND PROCUREMENT [ VIEW ] AGILE DIGITAL AT SCALE Leveraging new technologies to enhance business performance Explore Case studies THE CRITICAL ROLE OF DIGITAL TRANSFORMATION IN HRO FUNCTION [ VIEW ] A PHARMA GIANT IMPLEMENTED AI TO REDEFINE TAIL SPEND TO REACH HIGHER LEVELS IN PROCUREMENT [ VIEW ] ALWAYS-ON LEARNING Reskilling workforce by leveraging digital platforms Explore Case studies MANAGING SOCIAL MEDIA LISTENING FOR A US-BASED CUSTOMER ELECTRONICS GIANT [ VIEW ] SEAMLESS WORKPLACE EXPERIENCE IS KEY TO HAPPY EMPLOYEES [ VIEW ] ENERGIZE THE CORE Digital framework to deliver design-led experiences for customer delight Explore Case studies A TOP US BANK STREAMLINED ITS BUSINESS PROCESSES THROUGH AUTOMATION [ VIEW ] DATA ANALYTICS HELPED AN AMERICAN TELECOM GIANT REIN IN SPEND LEAKAGES IN SOURCING AND PROCUREMENT [ VIEW ] AGILE DIGITAL AT SCALE Leveraging new technologies to enhance business performance Explore Case studies THE CRITICAL ROLE OF DIGITAL TRANSFORMATION IN HRO FUNCTION [ VIEW ] A PHARMA GIANT IMPLEMENTED AI TO REDEFINE TAIL SPEND TO REACH HIGHER LEVELS IN PROCUREMENT [ VIEW ] prev next KEY OFFERINGS FINANCE AND ACCOUNTING SOURCING AND PROCUREMENT SALES AND FULFILLMENT CUSTOMER SERVICES HUMAN RESOURCES MASTER DATA MANAGEMENT GENERATIVE AI ANNOTATION SERVICES BPM ANALYTICS DIGITAL INTERACTIVE SERVICE BUSINESS TRANSFORMATION SERVICES ROBOTIC PROCESS AUTOMATION LEGAL PROCESS MANAGEMENT FINANCE AND ACCOUNTING Infosys BPM offers distinguished finance and accounting outsourcing services to support the end-to-end F&A function. We help finance leaders design, transform, and operate their finance functions in a digitally powered environment, maximizing the effectiveness and efficiency while enhancing user experience. [ Read More ] Case Study Breaking language barriers with AI, for efficient invoice processing Case Study Making the big shift to transformed finance Case Study A headline-worthy finance process redesign Case Study One small shift, many big gains SOURCING AND PROCUREMENT At Infosys BPM, we have built capabilities across services and technology to partner with our clients in their procurement transformation journey. Our sourcing and procurement solutions are designed to provide access to advanced AI-based capabilities, enabling faster decision making. [ Read More ] Case Study Going for the gold standard in supply chain excellence Case Study Evolving together and future-proofing procurement Case Study Mining out inefficiencies with digital process discovery and analytics Case Study A winning bid for savings SALES AND FULFILLMENT Infosys BPM Sales and Fulfillment offers an array of customized services, leveraging our sales optimization expertise, to fit perfectly into your business functions. We aim to enhance revenue and reduce costs by controlling COGS, while keeping keen focus on customer experience. [ Read More ] Case Study Clearer reporting on emissions, for clearer skies Case Study Stirring the pot for a tasty brew Case Study Can hours be turned into minutes? Case Study Can you feel the change in the air? CUSTOMER SERVICES The customer service industry is evolving continuously, and it’s crucial for enterprises to delight customers across every touch point of their lifecycle. Infosys BPM understands each client’s specific expectations and addresses them in a sustainable and comprehensive manner. [ Read More ] Case Study Simplifying the complexity out of customer service Case Study Going Way Beyond Mere Lip Service Case Study A rewarding investment in automation Case Study Finding the key to investor success HUMAN RESOURCES We provide integrated consulting, technology, and outsourcing solutions in HRO that are flexible and adaptable to your business. From talent sourcing and development to engagement and retention, we leverage the alliance between our HR outsourcing, technology, and consulting practices to power up your HR function. [ Read More ] Case Study An Effort Worth the Rewards Case Study Gaining Insights into People Matters Case Study When Digitalization Pays Off Case Study Taking diversified teams along on a quest for efficiency MASTER DATA MANAGEMENT Organisations strive to simplify and digitize their business processes and IT landscape to achieve growth, operational efficiencies, and regulatory compliance. Infosys BPM Master Data Management (MDM) services streamline business processes with effective governance controls, as well as improve data quality levels for an enterprise. [ Read More ] Case Study Unravelling a tangled mass of data Case Study Transforming chaos to data prosperity Case Study Cracking the transformation puzzle Case Study From darkness to light – a tale of enhanced standards ANNOTATION SERVICES Artificial intelligence (AI) and deep learning technologies are powering the next wave of innovation. Global enterprises are increasingly integrating self-learning AI/ML models into their ecosystems to vastly improve operational efficiency, augment human capability, and positively impact the lives of customers. [ Read More ] Point of View Revolutionizing driver behavior Point of View AI/ML-based transformation of the retail sector Case Study Enhancing digital assistance Blog Text Annotation - A Comprehensive Overview BPM ANALYTICS Infosys BPM Analytics Services focus on improving business outcomes for different business units within an organization. We leverage the power of data combined with our domain expertise and technology prowess to unlock business value across enterprises by focusing on business metrics that add to the top-line and profitability of your business. [ Read More ] Case Study Positively tackling false positives to deliver $9 Mn savings Case Study Responding with ‘agility’ – Live Enterprise for a multinational manufacturing company Point of view Customer analytics services to identify and target high-value customers Point of view BPM Analytics and its evolution in the next few years DIGITAL INTERACTIVE SERVICE We aim to provide a tool-agnostic and process-centric approach to enterprises across content management, creative design, multi-channel marketing, social media services, and digital analytics. Our experienced DIS workforce ensures reduced time to market, greater accuracy of deliverables and enhanced return on marketing investments. [ Read More ] Case Study Turning mapping quality to pure gold, with agile alchemy Case Study Keeping pace with the times Case Study Seeking help, finding success Case Study Putting content back on the throne BUSINESS TRANSFORMATION SERVICES Do your enterprise/business transformation processes help you to catch the winds of digital disruption happening all around you? Or do they limit your ability to speed ahead? Digital and disruptive new-age landscapes have dramatically accelerated the pace of change for businesses. [ Read More ] Case Study No longer ageing Case Study Finding the best way to enterprise record keeping Case Study What's fast, accurate, and always on time? Automated reporting! Case Study Underwriting it right and saving a million ROBOTIC PROCESS AUTOMATION Efficiency and productivity like never before. Savings you couldn't imagine in the past. Unprecedented agility by eliminating effort. And processes that have their own intelligence. This is the future of BPM, and it's already here with Infosys BPM Robotic Process Automation (RPA) solutions. [ Read More ] Case Study Transforming healthcare costs into gold, with automation alchemy Case Study Empowering the automation journey with ‘intelligence’ Case Study When automation becomes a goldmine of efficiency Case Study Carving Savings and Success out of ‘Hardships’ LEGAL PROCESS MANAGEMENT Infosys BPM has partnered with general counsels, CPOs, CIOs, and law firms to transform, standardize, and automate all legal tasks. Our flexible, global operating model helps you transform your legal function and enable you to focus more on your core business activities. [ Read More ] Case Study Winning back a lost cause Case Study A Food Chain of Franchisees Case Study As the Wind Blows Over Land Case Study Training Your Guns at Counterfeiters GENERATIVE AI The Infosys Generative AI Business Operations platform is a suite of tailormade, ready-to-use BPM-focused solutions, and responsible design frameworks. [ Read More ] Case Study A tale of extracting efficiencies through intelligence Case Study How to invoke intelligence in invoices? Case Study Scraping data off the web with artful intelligence Case Study Empowering HR professionals by unlocking the power of AI ABOUT US A global leader in next-generation business process management services. 20+ Years of Experience 58K+ Passionate innovators spread across 111 nationalities 240 Satisfied customers 45 Delivery locations spread across 16 countries IN THE NEWS INFOSYS BPM RECOGNISED AS A LEADER IN THE EVEREST GROUP FINANCE AND ACCOUNTING OUTSOURCING (FAO) PEAK MATRIX® ASSESSMENT 2024 THE NEXT FRONTIER IN FP&A – TRANSFORMATIVE INSIGHTS FOR A FUTURE-READY FUNCTION INFOSYS MCCAMISH RECOGNIZED AS A LEADER IN ISG PROVIDER LENS™ 2024 INSURANCE PLATFORM SOLUTIONS Generative AI and the Future of Storytelling: Interactive Narratives and Immersive Experiences Sustainability Analyst Report Client Testimonials Podcasts CAREERS Every Infoscion is the navigator of our clients’ digital transformation Life at Infosys BPM WHAT OUR PEOPLE SAY "Ever since I joined in 2015, I knew I wanted to grow within this organization. I am proud to be an #infoscion." - Isamar Feliciano "Infosys BPM provides every employee with a plethora of opportunities and widespread exposure." - Betty Liang "Ever since I joined in 2015, I knew I wanted to grow within this organization. I am proud to be an #infoscion." - Isamar Feliciano "Infosys BPM provides every employee with a plethora of opportunities and widespread exposure." - Betty Liang "Ever since I joined in 2015, I knew I wanted to grow within this organization. I am proud to be an #infoscion." - Isamar Feliciano "Infosys BPM provides every employee with a plethora of opportunities and widespread exposure." - Betty Liang prev next Find opportunities right for you Explore Careers Americas Asia Pacific Europe Australia LET'S HELP YOU NAVIGATE YOUR NEXT Contact us * Navigate your next * Offerings * About us * Careers * Contact us COMPANY * About Us * Careers * Newsroom * Blogs * Podcasts * Glossary * Alumni SUBSIDIARIES * Infosys McCamish * Infosys Portland * Infosys BPO Americas, LLC * Infosys Czech Republic * Infosys Poland SUPPORT * Terms of Use * Privacy Statement * Cookie Policy * Safe Harbour Provision * Site Map CONNECT WITH US * * * * * Copyright © 2024 Infosys Limited Select Country * Australia * Brazil * Canada * China * Costa Rica * Czech Republic * India * Mexico * Netherlands * Philippines * Poland * Puerto Rico * Singapore * United Kingdom(UK) * United States Enquire Now × Name * Company * Business Email * Please describe what you are interested in Opt in for marketing communication Privacy Statement GET IN TOUCH Thank you for connecting with us. We will respond to you shortly. Thank you for subscription. We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also disclose information about your use of our site with our social media, advertising and analytics partners. Additional details are available in ourCookie Policy Choose Cookies Accept All Cookies PRIVACY PREFERENCE CENTER When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer. Cookie Policy Allow All MANAGE CONSENT PREFERENCES STRICTLY NECESSARY COOKIES Always Active These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information. PERFORMANCE COOKIES Performance Cookies These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance. FUNCTIONAL COOKIES Functional Cookies These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly. TARGETING COOKIES Targeting Cookies These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising. Back Button COOKIE LIST Search Icon Filter Icon Clear checkbox label label Apply Cancel Consent Leg.Interest checkbox label label checkbox label label checkbox label label Reject All Confirm My Choices