CINXE.COM
Stainless steel for bridges l Outokumpu | Outokumpu
<!DOCTYPE html> <!--[if IE 9]><html lang="en" class="ie9 no-js"><![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE"> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport" /> <meta name="referrer" content="no-referrer-when-downgrade"> <title>Stainless steel for bridges l Outokumpu | Outokumpu</title> <meta name="keywords" content="Outokumpu’s Forta duplex stainless steel with superior corrosion resistance enables lightweight bridge design without compromising on strength or safety" /> <meta name="description" content="Bridge projects are in a class of their own just like Outokumpu stainless steel that offers exceptional strength and corrosion resistant without the weight. " /> <meta property="og:title" content="Stainless steel for bridges l Outokumpu" /> <meta property="og:description" content="Bridge projects are in a class of their own just like Outokumpu stainless steel that offers exceptional strength and corrosion resistant without the weight. " /> <meta property="og:image" content="https://otke-cdn.outokumpu.com/-/media/images/industries/building-and-infrastructure/bridges/solvesborg_bridge.jpg?revision=c523a610-1c74-477d-8334-c33ba80264c1&modified=20200429115046" /> <meta name="twitter:card" content="summary_large_image" /> <link rel="icon" type="image/png" href="/favicon-32.png" /> <!-- Google Consent Mode --> <script data-cookieconsent="ignore"> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag("consent", "default", { ad_storage: "denied", analytics_storage: "denied", functionality_storage: "denied", personalization_storage: "denied", security_storage: "granted", wait_for_update: 2000, }); gtag("set", "ads_data_redaction", true); </script> <!-- END: Google Consent Mode --> <!-- Google Tag Manager --> <script type="text/javascript" data-cookieconsent="ignore"> (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-5M39GKT');</script> <!-- END: Google Tag Manager --> <script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="25738438-d29f-4df0-bebd-f270bc916291" data-blockingmode="auto" type="text/javascript"></script> <link rel='alternate' href='https://www.outokumpu.com/de-de/industries/architecture-building-and-infrastructure/bridges' hreflang='de-DE'/> <link rel='alternate' href='https://www.outokumpu.com/en/industries/architecture-building-and-infrastructure/bridges' hreflang='en'/> <link rel='alternate' href='https://www.outokumpu.com/en/industries/architecture-building-and-infrastructure/bridges' hreflang='x-default' /> <meta property='og:url' content='https://www.outokumpu.com/en/industries/architecture-building-and-infrastructure/bridges'/> <link href="https://otke-cdn.outokumpu.com/styles/vendor.min.css?_=1730122625556" rel="stylesheet" data-cookieconsent="ignore" /> <link href="https://otke-cdn.outokumpu.com/styles/default.min.css?_=1730122625556" rel="stylesheet" data-cookieconsent="ignore" /> <meta name="VIcurrentDateTime" content="638679488223011276" /> <script type="text/javascript" src="/layouts/system/VisitorIdentification.js"></script> <!-- Eloqua Tracking --> <script type="text/javascript" data-cookieconsent="marketing"> var _elqQ = _elqQ || []; _elqQ.push(['elqSetSiteId', '1630091360']); _elqQ.push(['elqUseFirstPartyCookie', 'profiling.outokumpu.com']); _elqQ.push(['elqTrackPageView']); (function () { function async_load() { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = "//img06.en25.com/i/elqCfg.min.js"; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } if (window.addEventListener) window.addEventListener('DOMContentLoaded', async_load, false); else if (window.attachEvent) window.attachEvent('onload', async_load); })(); </script> <!-- END: Eloqua Tracking --> <!--Survey form UX measurement tool--> <!-- link to the Measurement tool CSS - place in html header - include on all pages --> <link rel="stylesheet" type="text/css" href="https://dyv6f9ner1ir9.cloudfront.net/assets/css/shared/og_greet_bar.css"> <!-- link to the Measurement tool JS - include anywhere in page - include on all pages --> <script src="https://dyv6f9ner1ir9.cloudfront.net/assets/js/og_greet_bar.js"></script> <!-- show / hide logic for Measurement tool - place anywhere in page - include on all pages --> <script type="application/javascript"> // listen for survey completiion message window.addEventListener("message", function (e) { if(e.data == "complete_last_slide"){ // hides bar once survey is complete and set completion date document.getElementById('barEmbed').style.display = 'none'; document.body.style.marginTop = "0"; localStorage.setItem("UxSurveyCompleted", new Date()); } },false ); // on load decide when to display UX survey window.addEventListener("load", (event) => { // close survey for 30 days when x it pressed document.getElementById("barEmbedClose").onclick = function(){ document.getElementById('barEmbed').style.display = 'none'; document.body.style.marginTop = "0"; localStorage.setItem("UxSurveyClosed", new Date()); } // count days since last closed let UxSurveyClosedDiffDays = -1; if(localStorage.UxSurveyClosed){ const UxSurveyClosedDiffTime = Math.abs(Date.parse(localStorage.UxSurveyClosed) - new Date()); UxSurveyClosedDiffDays = Math.floor(UxSurveyClosedDiffTime / (1000 * 60 * 60 * 24)); } // count days since last completed let UxSurveyCompleteDiffDays = -1; if(localStorage.UxSurveyCompleted){ const UxSurveyCompleteDiffTime = Math.abs(Date.parse(localStorage.UxSurveyCompleted) - new Date()); UxSurveyCompleteDiffDays = Math.floor(UxSurveyCompleteDiffTime / (1000 * 60 * 60 * 24)); } // count the number paoges visited let UxSurveyPagesViewed = 1; if(localStorage.UxSurveyPagesViewed){ UxSurveyPagesViewed = UxSurveyPagesViewed + parseInt(localStorage.UxSurveyPagesViewed); } if(UxSurveyPagesViewed < 3){ localStorage.setItem("UxSurveyPagesViewed", UxSurveyPagesViewed); } console.log("ux survey days since completion: " + UxSurveyCompleteDiffDays + ", ux survey days since closed: " + UxSurveyClosedDiffDays + " and pages viewed: " + UxSurveyPagesViewed); // if survey has not been shown, or not shown in the last 30 days, and user has visited at least 3 pages show servey if((UxSurveyCompleteDiffDays == -1 || UxSurveyCompleteDiffDays >= 180) && (UxSurveyClosedDiffDays == -1 || UxSurveyClosedDiffDays >= 30) && UxSurveyPagesViewed >= 3 && !(document.querySelector('body').classList.contains('pagemode-edit') || document.querySelector('body').classList.contains('pagemode-preview'))){ document.getElementById('barEmbed').style.display = 'flex'; document.body.style.marginTop = document.getElementById('barEmbed').offsetHeight + "px"; document.querySelector('body').classList.add('body-bar-embed'); } }); </script> <!--End Survey form UX measurement tool--> <!-- Leadoo Bot --> <script type="text/javascript" async src="https://bot.leadoo.com/bot/dynamic/chat.js?company=oEGhAGv"></script> <!-- END: Leadoo Bot --> <!-- Leadoo Custom Consent Handling --> <script type="text/javascript"> window.addEventListener('CookiebotOnAccept', function (e) { if (Cookiebot.consent.statistics) { console.log('statistics consent'); if (!window.ldanalytics) window.ldanalytics = []; window.ldanalytics.push(function(a) { a.toggleTracking(true, false); }); } }, false); </script> <!-- END: Leadoo Custom Consent Handling --> <template id="rsk" data-key="6Lfov74aAAAAAKQtMBCYgFuvUCVCik8CTS4gcO2G"> </template> <template id="rskotk" data-key="6LcUXZcjAAAAAFlC39NymsMImuTGU_cW-NymLHh5"> </template> <template id="fcsk" data-key="FCMPBNV3QS31TVR4"> </template> </head> <body class="" data-enable-utm-script="true"> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5M39GKT" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- END: Google Tag Manager (noscript) --> <!-- Prefill fields --> <script type="text/javascript" data-cookieconsent="ignore"> function LoadFields(targetFormId = null) { let forms = document.querySelectorAll('form.sc-form'); if (targetFormId !== null) { forms = document.querySelectorAll(`#${targetFormId}`); } $(forms).each( function() { $form = $(this); dataLookupInputs = $form.find('input[data-lookup-name]'); dataLookupSelects = $form.find('select[data-lookup-name]'); dataLookupTextarea = $form.find('textarea[data-lookup-name]'); $(dataLookupInputs).each(function() { const el = $(this); const lookupName = el.attr('data-lookup-name'); if (lookupName !== '' && GetElqContentPersonalizationValue(lookupName) !== '') { inputValue = GetElqContentPersonalizationValue(lookupName); if (inputValue) { if (el.attr('type') === "checkbox") { const lowerCaseValue = inputValue.toLowerCase(); if (lowerCaseValue == "on") el.prop('checked', true); else if (lowerCaseValue == "true") el.prop('checked', true); else if (lowerCaseValue == "y") el.prop('checked', true); else if (lowerCaseValue == "yes") el.prop('checked', true); else if (lowerCaseValue == "checked") el.prop('checked', true); else if (lowerCaseValue == "1") el.prop('checked', true); const parentFieldset = el.closest('fieldset'); if(parentFieldset) parentFieldset.addClass('prefilled'); // C_Marketing_permission1 block hiding (if previously checked) if (lookupName === 'C_Marketing_permission1' && el.prop('checked')) { var checkboxPermissionContainer = el.closest('.single-checkbox'); if (checkboxPermissionContainer) checkboxPermissionContainer.css('display', 'none'); } } else { el.val(inputValue); const parentFieldset = el.closest('fieldset'); if(parentFieldset) parentFieldset.addClass('prefilled'); } } } }); $(dataLookupSelects).each(function() { const el = $(this); const lookupName = el.attr('data-lookup-name'); if (lookupName !== '' && GetElqContentPersonalizationValue(lookupName) !== '') { inputValue = GetElqContentPersonalizationValue(lookupName); if (inputValue) el.val(inputValue); const parentFieldset = el.closest('fieldset'); if(parentFieldset) parentFieldset.addClass('prefilled'); } }); $(dataLookupTextarea).each(function() { const el = $(this); const lookupName = el.attr('data-lookup-name'); if (lookupName !== '' && GetElqContentPersonalizationValue(lookupName) !== '') { inputValue = GetElqContentPersonalizationValue(lookupName); if (inputValue) el.val(inputValue); const parentFieldset = el.closest('fieldset'); if(parentFieldset) parentFieldset.addClass('prefilled'); } }); }); } function visiblePriorityOrderPP(targetFormId = null) { let forms = document.querySelectorAll('form:not(.no-progressive-profiling)'); if (targetFormId !== null) { forms = document.querySelectorAll(`#${targetFormId}`); } $(forms).each( function() { $form = $(this); const ppFieldsets = $form.find('[data-pp-visible][data-pp-priority][data-pp-order]'); const ppVisibleFieldsets = $form.find('[data-pp-visible="True"]'); const ppPriorityFieldsets = $form.find('[data-pp-visible="False"][data-pp-priority="True"]'); const ppOrderFieldsets = [...this.querySelectorAll('[data-pp-visible="False"][data-pp-priority="False"][data-pp-order]:not(.prefilled)')]; ppOrderFieldsets.sort(sortByDataPpOrder); // hide all pp fieldsets ppFieldsets.each( function() { $(this).hide(); }); // show always visible fieldsets [data-pp-visible="True"] ppVisibleFieldsets.each( function() { $(this).show(); }); // show priority fieldsets [data-pp-priority="True"] but only if they don't have prefilled value // count number of possible fieldsets to be shown in place of filled priority ones let ppFreeSlotsFromOrder = 0; ppPriorityFieldsets.each(function() { if (!$(this).hasClass('prefilled')) $(this).show(); else ppFreeSlotsFromOrder++; }); // show the rest of order-only fieldsets (maximum number less than or equal to ppFreeSlotsFromOrder) let ppUsedSlotsFromOrder = 0; ppOrderFieldsets.forEach((el) => { if (ppUsedSlotsFromOrder < ppFreeSlotsFromOrder) { $(el).show(); ppUsedSlotsFromOrder++; } }); }); } function emailFieldsDomainBasedCustomVisibility() { const cEmailFields = document.querySelectorAll('[data-lookup-name=C_EmailAddress]'); cEmailFields.forEach((field) => { const scform = field.closest('form.sc-form'); const cNewEmailField = scform.querySelector('[data-lookup-name=C_NewEmailAddress]'); let fieldset = ''; if (cNewEmailField) fieldset = cNewEmailField.closest('fieldset'); const cEmailFieldFreemiumDomains = field.dataset.freemiumDomains; if (field.value == '' && fieldset) { fieldset.style.display = 'none'; return true; } if (scform && cNewEmailField && cEmailFieldFreemiumDomains) { const cEmailFieldValue = field.value.toLowerCase(); const freemiumDomainsArray = cEmailFieldFreemiumDomains.split('|'); if (freemiumDomainsArray.length && cEmailFieldValue) { let valResultHideNewEmail = true; freemiumDomainsArray.forEach((domain) => { if(cEmailFieldValue.includes(domain)) valResultHideNewEmail = false; }); if (valResultHideNewEmail) fieldset.style.display = 'none'; // hide new email fieldset if old one doesn't contain one of freemium domains } } }); } function sortByDataPpOrder( a, b ) { if ( parseInt($(a).attr('data-pp-order')) < parseInt($(b).attr('data-pp-order')) ){ return -1; } if ( parseInt($(a).attr('data-pp-order')) > parseInt($(b).attr('data-pp-order')) ){ return 1; } return 0; } </script> <!--- Prefill fields: END --> <!-- Eloqua Web Data Lookups --> <script type="text/javascript" data-cookieconsent="ignore"> function initPP() { visiblePriorityOrderPP(); emailFieldsDomainBasedCustomVisibility(); } if (window.addEventListener) { window.addEventListener('DOMContentLoaded', initPP, false); } else if (window.attachEvent) { window.attachEvent('onload', initPP); } var FirstLookup = true; function SetElqContent() { if (FirstLookup) { if (_elqQ){ _elqQ.push(['elqDataLookup', escape("336fd2e8-e5ed-46ec-a211-80719a3186fc"), '<C_EmailAddress>' + GetElqContentPersonalizationValue('V_ElqEmailAddress') + '</C_EmailAddress>']); FirstLookup = false; } visiblePriorityOrderPP(); emailFieldsDomainBasedCustomVisibility(); } else { LoadFields(); visiblePriorityOrderPP(); emailFieldsDomainBasedCustomVisibility(); document.addEventListener('sc-form-submit-error', (e) => { if (e.detail) { var formId = e.detail; if (formId) { LoadFields(formId); InitResetButton(formId); if (!$(`#${formId}`).hasClass('no-progressive-profiling')) visiblePriorityOrderPP(formId); emailFieldsDomainBasedCustomVisibility(); } } }); } } if (_elqQ){ _elqQ.push(['elqDataLookup', escape("a75c3e4e-c26b-4a41-909a-aed5776251fc"), '']); } // reset form function ResetFields(targetFormId = null) { let forms = document.querySelectorAll('form'); if (targetFormId !== null) { forms = document.querySelectorAll(`#${targetFormId}`); } $(forms).each( function() { $form = $(this); dataLookupInputs = $form.find('input[data-lookup-name]'); dataLookupSelects = $form.find('select[data-lookup-name]'); dataLookupTextarea = $form.find('textarea[data-lookup-name]'); $(dataLookupInputs).each(function() { const el = $(this); if (el.attr('type') === "checkbox") { el.prop('checked', false); var checkboxPermissionContainer = el.closest('.single-checkbox'); if (checkboxPermissionContainer) checkboxPermissionContainer.css('display', 'block'); } else { el.val(''); } const parentFieldset = el.closest('fieldset'); if(parentFieldset) parentFieldset.removeClass('prefilled'); }); $(dataLookupSelects).each(function() { const el = $(this); el.val(''); const parentFieldset = el.closest('fieldset'); if(parentFieldset) parentFieldset.removeClass('prefilled'); }); $(dataLookupTextarea).each(function() { const el = $(this); el.val(''); const parentFieldset = el.closest('fieldset'); if(parentFieldset) parentFieldset.removeClass('prefilled'); }); // validation clear const valFields = $form.find('[data-val="true"]'); const errorMsgs = $form.find('.field-validation-error'); valFields.each(function() { $(this).removeClass('input-validation-error'); }); errorMsgs.each(function() { $(this).removeClass('field-validation-error').addClass('field-validation-valid'); }); }); if (!$(`#${targetFormId}`).hasClass('no-progressive-profiling')) visiblePriorityOrderPP(targetFormId); emailFieldsDomainBasedCustomVisibility(); } // reset button event listener function function InitResetButton(formId = null) { document.addEventListener("DOMContentLoaded", function() { const resetButtons = document.querySelectorAll((formId) ? `#${formId} ` : '' + '.sc-form-reset-button'); [...resetButtons].forEach((el) => { el.addEventListener('click', (e) => { e.preventDefault(); const formContainer = el.closest('.sc-form'); if (formContainer) { ResetFields(formContainer.id); } }); }); }); } // reset button event initialization InitResetButton(); </script> <!--- Eloqua Web Data Lookups: END --> <a href="#main-content" class="skip-link" accesskey="1">Skip to Main Content [Accesskey 1]</a> <a href="#main-navigation" class="skip-link" accesskey="2">Skip to Main Navigation [Accesskey 2]</a> <header id="main-navigation"> <section class="secondary-navigation-holder"> <div class="container"> <div class="secondary-navigation col"> <ul> <li><a href="#" class="" data-megamenu="about-outokumpu" >About Outokumpu</a></li> <li><a href="#" class="" data-megamenu="sustainability" >Sustainability</a></li> <li><a href="#" class="" data-megamenu="investors" >Investors</a></li> <li><a href="#" class="" data-megamenu="careers" >Careers</a></li> <li><a href="/en/news" class="" >News</a></li> <li><a href="#" class="" data-megamenu="certificates" >Certificates</a></li> <li><a href="/en/products/steel-finder" class="" >Steel Finder</a></li> </ul> </div> <div class="secondary-navigation--additional-links col"> <div class="search-holder secondary-navigation--additional-links-item"> <a href="#" aria-label="Open search"></a> </div> <div class="secondary-navigation--additional-links-contact-bt secondary-navigation--additional-links-item"> <a href="#" aria-label="Contact us form"> <span>Contact us</span> </a> </div> <div class="secondary-navigation--additional-links-phone secondary-navigation--additional-links-item"> <a href="tel:+358 9 4211"> <span>Call us: +358 9 4211</span> <div class="additional-links-tooltip additional-links-tooltip--phone-icon">Call us: +358 9 4211</div> </a> </div> <div class="secondary-navigation--additional-links-locations secondary-navigation--additional-links-item"> <a href="/en/locations" target=""> <span>Browse Outokumpu locations</span> <div class="additional-links-tooltip">Browse Outokumpu locations</div> </a> </div> <div class="language-selector-holder secondary-navigation--additional-links-item"> <button type="button" aria-label="Select langueage" class="language-selector--selected">EN</button> <select title="language-selector-mobile" class="language-selector-mobile"> <option value="en" selected="selected">English</option> <option value="de">Deutsch</option> <option value="es">Español</option> <option value="fi">Suomi</option> <option value="it">Italiano</option> </select> <ul class="language-selector"> <li><a href="/de-de/industries/architecture-building-and-infrastructure/bridges" title="Deutsch" data-lang="de">DE</a></li> <li><a href="/es-es/industries/architecture-building-and-infrastructure/bridges" title="Español" data-lang="es">ES</a></li> <li><a href="/fi-fi/industries/architecture-building-and-infrastructure/bridges" title="Suomi" data-lang="fi">FI</a></li> <li><a href="/it-it/industries/architecture-building-and-infrastructure/bridges" title="Italiano" data-lang="it">IT</a></li> </ul> </div> <div class="secondary-navigation--additional-links-steelfinder secondary-navigation--additional-links-item"> <a href="https://connect.outokumpu.com/login" target="_blank">Outokumpu Connect</a> </div> </div> </div> </section> <section class="primary-navigation-holder"> <div class="container"> <div class="col"> <div class="branding"> <a href="/en/"> <img src="https://otke-cdn.outokumpu.com/-/media/feature/identity/medium_horizontal_blue_rgb.png?revision=fbc0328f-0be5-43bd-81a3-8100c0258ffa&modified=20190916043102&cx=0.5&cy=0.5&cw=561&ch=143&hash=2BFB500F86BC513916E04FC331B28E03" alt="Outokumpu"> </a> </div> <nav class="primary-navigation"> <ul class="primary-ul"> <li><a href="#" class="" data-megamenu="products">Products</a></li> <li><a href="#" class="" data-megamenu="expertise">Expertise</a></li> <li><a href="#" class="current-page" data-megamenu="industries">Industries</a></li> <li><a href="#" class="" data-megamenu="surcharges">Surcharges</a></li> </ul> </nav> <div class="nav-icon" id="mobile-trigger"> <span></span> <span></span> <span></span> </div> <div class="search-lang-btn-holder"> <div class="search-holder"> <a href="#" aria-label="Open search"></a> </div> <div class="language-selector-holder secondary-navigation--additional-links-item"> <button type="button" aria-label="Select langueage" class="language-selector--selected">EN</button> <select title="language-selector-mobile" class="language-selector-mobile"> <option value="en" selected="selected">English</option> <option value="de">Deutsch</option> <option value="es">Español</option> <option value="fi">Suomi</option> <option value="it">Italiano</option> </select> <ul class="language-selector"> <li><a href="/de-de/industries/architecture-building-and-infrastructure/bridges" title="Deutsch" data-lang="de">DE</a></li> <li><a href="/es-es/industries/architecture-building-and-infrastructure/bridges" title="Español" data-lang="es">ES</a></li> <li><a href="/fi-fi/industries/architecture-building-and-infrastructure/bridges" title="Suomi" data-lang="fi">FI</a></li> <li><a href="/it-it/industries/architecture-building-and-infrastructure/bridges" title="Italiano" data-lang="it">IT</a></li> </ul> </div> </div> </div> </div> <form class="search-form" id="search-form" action="/en/search" method="GET"> <div class="search-form__input-holder"> <label class="reader-only" for="search-input">Search</label> <input name="query" id="search-input" type="text" placeholder="Search" tabindex="-1" value="" data-autosuggest-character-limit="3" data-autosuggest-api-endpoint="/api/feature/search/autosuggestion?query={0}&language={1}" data-language="en" autocomplete="off"> <button value="Search" type="submit" tabindex="-1" aria-label="Search">Search</button> <ul class="search-form__autocomplete-results"></ul> </div> </form> </section> <div class="megamenu"> <div class="megamenu--lvl_1 megamenu-parent row" data-megamenu="products"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>Products</span> <span class="megamenu--lvl_1-title-trigger">Products</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/en/products" class="">Products Overview</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">Products</p> <p>Explore our product offering to find the optimal stainless steel for your application.</p> <a class="button" href="/en/products">Overview</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Stainless Steel Ranges</span> <a href="/en/products/product-ranges" class="desktop-only">Stainless Steel Ranges</a> <span class="megamenu--lvl_2-title-trigger">Stainless Steel Ranges</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/products/product-ranges" class="">Stainless Steel Ranges Overview</a> </li> <li > <a href="/en/products/product-ranges/moda" class=""> <span class="steel-range" style="background: #7ec8f2"></span> <div class="steel-range-txt"> Moda <span class="steel-range-subtxt">Mildly corrosive environments</span> </div> </a> </li> <li > <a href="/en/products/product-ranges/core" class=""> <span class="steel-range" style="background: #009ee8"></span> <div class="steel-range-txt"> Core <span class="steel-range-subtxt">Corrosive environments</span> </div> </a> </li> <li > <a href="/en/products/product-ranges/supra" class=""> <span class="steel-range" style="background: #306084"></span> <div class="steel-range-txt"> Supra <span class="steel-range-subtxt">Highly corrosive environments</span> </div> </a> </li> <li > <a href="/en/products/product-ranges/forta" class=""> <span class="steel-range" style="background: #00975f"></span> <div class="steel-range-txt"> Forta <span class="steel-range-subtxt">Duplex and other high strength</span> </div> </a> </li> <li > <a href="/en/products/product-ranges/ultra" class=""> <span class="steel-range" style="background: #ff7c00"></span> <div class="steel-range-txt"> Ultra <span class="steel-range-subtxt">Extremely corrosive environments</span> </div> </a> </li> <li > <a href="/en/products/product-ranges/dura" class=""> <span class="steel-range" style="background: #ffee00"></span> <div class="steel-range-txt"> Dura <span class="steel-range-subtxt">High hardness</span> </div> </a> </li> <li > <a href="/en/products/product-ranges/therma" class=""> <span class="steel-range" style="background: #e40134"></span> <div class="steel-range-txt"> Therma <span class="steel-range-subtxt">High service temperatures</span> </div> </a> </li> <li > <a href="/en/products/product-ranges/prodec" class=""> <span class="steel-range" style="background: #40484d"></span> <div class="steel-range-txt"> Prodec <span class="steel-range-subtxt">Superior machinability</span> </div> </a> </li> <li > <a href="/en/products/product-ranges/deco" class=""> <span class="steel-range" style="background: #002c3e"></span> <div class="steel-range-txt"> Deco <span class="steel-range-subtxt">Special surfaces</span> </div> </a> </li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Circle Green</span> <a href="/en/products/circle-green" class="desktop-only">Circle Green</a> <span class="megamenu--lvl_2-title-trigger">Circle Green</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/products/circle-green" class="">Circle Green Overview</a> </li> <li class="circle-green-emblem" > <a href="/en/products/product-ranges/moda" class=""> <span class="steel-range" style="background: #7ec8f2"></span> <div class="steel-range-txt"> Moda <span class="steel-range-subtxt">Mildly corrosive environments</span> </div> </a> </li> <li class="circle-green-emblem" > <a href="/en/products/product-ranges/core" class=""> <span class="steel-range" style="background: #009ee8"></span> <div class="steel-range-txt"> Core <span class="steel-range-subtxt">Corrosive environments</span> </div> </a> </li> <li class="circle-green-emblem" > <a href="/en/products/product-ranges/supra" class=""> <span class="steel-range" style="background: #306084"></span> <div class="steel-range-txt"> Supra <span class="steel-range-subtxt">Highly corrosive environments</span> </div> </a> </li> <li class="circle-green-emblem" > <a href="/en/products/product-ranges/forta" class=""> <span class="steel-range" style="background: #00975f"></span> <div class="steel-range-txt"> Forta <span class="steel-range-subtxt">Duplex and other high strength</span> </div> </a> </li> <li class="circle-green-emblem" > <a href="/en/products/product-ranges/dura" class=""> <span class="steel-range" style="background: #ffee00"></span> <div class="steel-range-txt"> Dura <span class="steel-range-subtxt">High hardness</span> </div> </a> </li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Flat products</span> <a href="/en/products/flat-products" class="desktop-only">Flat products</a> <span class="megamenu--lvl_2-title-trigger">Flat products</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/products/flat-products" class="">Flat products Overview</a> </li> <li><a href="/en/products/flat-products/cold-rolled-coil-strip-and-sheet" DisableWebEdit="True">Cold rolled coil strip and sheet</a></li> <li><a href="/en/products/flat-products/hot-rolled-coil-strip-and-plate" DisableWebEdit="True">Hot rolled coil strip and plate</a></li> <li><a href="/en/products/flat-products/quarto-plate" DisableWebEdit="True">Quarto plate</a></li> <li><a href="/en/products/flat-products/precision-strip" DisableWebEdit="True">Precision strip</a></li> <li><a href="/en/products/flat-products/specialized-components" DisableWebEdit="True">Specialized components</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/products/metal-powder" class="">Metal powder</a> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Stainless steel types</span> <a href="/en/products/stainless-steel-types" class="desktop-only">Stainless steel types</a> <span class="megamenu--lvl_2-title-trigger">Stainless steel types</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/products/stainless-steel-types" class="">Stainless steel types Overview</a> </li> <li><a href="/en/products/stainless-steel-types/ferritic-stainless-steel" DisableWebEdit="True">Ferritic</a></li> <li><a href="/en/products/stainless-steel-types/martensitic-stainless-steel-and-precipitation-hardening-grades" DisableWebEdit="True">Martensitic and PH grades</a></li> <li><a href="/en/products/stainless-steel-types/duplex-stainless-steel" DisableWebEdit="True">Duplex</a></li> <li><a href="/en/products/stainless-steel-types/austenitic-stainless-steel" DisableWebEdit="True">Austenitic</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/products/corrosion-tables" class="">Corrosion tables</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/products/services" class="">Services</a> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-parent row" data-megamenu="expertise"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>Expertise</span> <span class="megamenu--lvl_1-title-trigger">Expertise</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/en/expertise" class="">Expertise Overview</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">Expertise</p> <p>Explore success stories, insightful articles, webinars and technical content.</p> <a class="button" href="/en/expertise">Overview</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/expertise" class="">Articles and cases</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/expertise/blogs" class="">Blogs</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/expertise/handbooks-and-guides" class="">Handbooks and guides</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/expertise/webinars-and-events/corrosion-academy" class="">Corrosion Academy</a> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Webinars and events</span> <a href="/en/expertise/webinars-and-events" class="desktop-only">Webinars and events</a> <span class="megamenu--lvl_2-title-trigger">Webinars and events</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/expertise/webinars-and-events" class="">Webinars and events Overview</a> </li> <li><a href="/en/expertise/webinars-and-events/circle-green-webinars" DisableWebEdit="True">Circle Green webinars</a></li> <li><a href="/en/expertise/webinars-and-events/bridge-webinars" DisableWebEdit="True">Bridge webinars</a></li> <li><a href="/en/expertise/webinars-and-events/facade-webinars" DisableWebEdit="True">Façade webinars</a></li> <li><a href="/en/expertise/webinars-and-events/automotive-webinars" DisableWebEdit="True">Mobility webinars</a></li> <li><a href="/en/expertise/webinars-and-events/oil-and-gas-webinars" DisableWebEdit="True">Oil and Gas webinars</a></li> <li><a href="/en/expertise/webinars-and-events/storage-tank-webinars" DisableWebEdit="True" target="_blank">Storage tank webinars</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span>Collections</span> <span class="megamenu--lvl_2-title-trigger">Collections</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li><a href="/en/expertise/collections/offshore-insights-and-innovations" DisableWebEdit="True">Offshore insights and innovations</a></li> <li><a href="/en/expertise/collections/stainless-steel-basics" DisableWebEdit="True">Stainless Steel Basics</a></li> <li><a href="/en/expertise/collections/sustainability" DisableWebEdit="True">Sustainability</a></li> <li><a href="/en/expertise/collections/duplex-90-years" DisableWebEdit="True">Duplex 90 years</a></li> </ul> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-parent row" data-megamenu="industries"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>Industries</span> <span class="megamenu--lvl_1-title-trigger">Industries</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/en/industries" class="current-page">Industries Overview</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">Industries</p> <p>Discover how our stainless steel enables modern society through versatile applications in a wide range of environments.</p> <a class="button" href="/en/industries">Overview</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Appliances</span> <a href="/en/industries/appliances" class="desktop-only">Appliances</a> <span class="megamenu--lvl_2-title-trigger">Appliances</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/industries/appliances" class="">Appliances Overview</a> </li> <li><a href="/en/industries/appliances/commercial-kitchen" DisableWebEdit="True">Commercial kitchen</a></li> <li><a href="/en/industries/appliances/cooking" DisableWebEdit="True">Cooking</a></li> <li><a href="/en/industries/appliances/food-industry" DisableWebEdit="True">Food industry</a></li> <li><a href="/en/industries/appliances/home-appliances" DisableWebEdit="True">Home appliances</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Energy</span> <a href="/en/industries/energy" class="desktop-only">Energy</a> <span class="megamenu--lvl_2-title-trigger">Energy</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/industries/energy" class="">Energy Overview</a> </li> <li><a href="/en/industries/energy/renewable-energy" DisableWebEdit="True">Renewable energy</a></li> <li><a href="/en/industries/energy/hydrogen" DisableWebEdit="True">Hydrogen</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Automotive and transportation</span> <a href="/en/industries/automotive-and-transportation" class="desktop-only">Automotive and transportation</a> <span class="megamenu--lvl_2-title-trigger">Automotive and transportation</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/industries/automotive-and-transportation" class="">Automotive and transportation Overview</a> </li> <li><a href="/en/industries/automotive-and-transportation/automotive" DisableWebEdit="True">Automotive</a></li> <li><a href="/en/industries/automotive-and-transportation/buses" DisableWebEdit="True">Buses</a></li> <li><a href="/en/industries/automotive-and-transportation/railway" DisableWebEdit="True">Railway</a></li> <li><a href="/en/industries/automotive-and-transportation/road-tankers" DisableWebEdit="True">Road tankers</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Heavy industry</span> <a href="/en/industries/heavy-industry" class="desktop-only">Heavy industry</a> <span class="megamenu--lvl_2-title-trigger">Heavy industry</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/industries/heavy-industry" class="">Heavy industry Overview</a> </li> <li><a href="/en/industries/heavy-industry/carbon-capture" DisableWebEdit="True">Carbon Capture</a></li> <li><a href="/en/industries/heavy-industry/chemical-processing" DisableWebEdit="True">Chemical processing</a></li> <li><a href="/en/industries/heavy-industry/mining-and-minerals-processing" DisableWebEdit="True">Mining and minerals processing</a></li> <li class="megamenu--lvl_3-parent megamenu-parent"> <div class="megamenu--lvl_3-link-container megamenu-trigger"> <a class="megamenu--lvl_3-parent-link desktop-only " href="/en/industries/heavy-industry/oil-and-gas" DisableWebEdit="True">Oil and gas</a> <span class="mobile-only">Oil and gas</span> <span class="megamenu--lvl_3-title-trigger">Oil and gas</span> </div> <ul class="megamenu--lvl_4 megamenu-list"> <li class="mobile-only"> <a href="/en/industries/heavy-industry/oil-and-gas" class="">Oil and gas Overview</a> </li> <li><a href="/en/industries/heavy-industry/oil-and-gas/pipes-and-tubing" DisableWebEdit="True">Pipes and tubing</a></li> </ul> </li> <li><a href="/en/industries/heavy-industry/pulp-and-paper" DisableWebEdit="True">Pulp and paper</a></li> <li class="megamenu--lvl_3-parent megamenu-parent"> <div class="megamenu--lvl_3-link-container megamenu-trigger"> <a class="megamenu--lvl_3-parent-link desktop-only " href="/en/industries/heavy-industry/storage-tanks" DisableWebEdit="True">Storage tanks</a> <span class="mobile-only">Storage tanks</span> <span class="megamenu--lvl_3-title-trigger">Storage tanks</span> </div> <ul class="megamenu--lvl_4 megamenu-list"> <li class="mobile-only"> <a href="/en/industries/heavy-industry/storage-tanks" class="">Storage tanks Overview</a> </li> <li><a href="/en/industries/heavy-industry/storage-tanks/pressure-vessel-calculator" DisableWebEdit="True">Pressure vessel calculator</a></li> <li><a href="/en/industries/heavy-industry/storage-tanks/storage-tank-calculator" DisableWebEdit="True">Storage tank calculator</a></li> </ul> </li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Building and infrastructure</span> <a href="/en/industries/architecture-building-and-infrastructure" class="desktop-only">Building and infrastructure</a> <span class="megamenu--lvl_2-title-trigger">Building and infrastructure</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/industries/architecture-building-and-infrastructure" class="">Building and infrastructure Overview</a> </li> <li class="megamenu--lvl_3-parent megamenu-parent"> <div class="megamenu--lvl_3-link-container megamenu-trigger"> <a class="megamenu--lvl_3-parent-link desktop-only current-page" href="/en/industries/architecture-building-and-infrastructure/bridges" DisableWebEdit="True">Bridges</a> <span class="mobile-only">Bridges</span> <span class="megamenu--lvl_3-title-trigger">Bridges</span> </div> <ul class="megamenu--lvl_4 megamenu-list"> <li class="mobile-only"> <a href="/en/industries/architecture-building-and-infrastructure/bridges" class="current-page">Bridges Overview</a> </li> <li><a href="/en/industries/architecture-building-and-infrastructure/bridges/design-a-stainless-steel-bridge" DisableWebEdit="True">Design a stainless steel bridge</a></li> <li><a href="/en/industries/architecture-building-and-infrastructure/bridges/bridge-material-selection-tool" DisableWebEdit="True" target="_blank">Bridge material selection tool</a></li> </ul> </li> <li><a href="/en/industries/architecture-building-and-infrastructure/facades-and-cladding" DisableWebEdit="True">Facades and cladding</a></li> <li><a href="/en/industries/architecture-building-and-infrastructure/interior-cladding" DisableWebEdit="True">Interior cladding</a></li> <li><a href="/en/industries/architecture-building-and-infrastructure/structural-components" DisableWebEdit="True">Structural components</a></li> <li><a href="/en/industries/architecture-building-and-infrastructure/water-control" DisableWebEdit="True">Water control</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span>Marine</span> <span class="megamenu--lvl_2-title-trigger">Marine</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li></li> <li><a href="/en/industries/marine/ballast-water-treatment-systems" DisableWebEdit="True">Ballast water treatment systems</a></li> <li><a href="/en/industries/marine/scrubbers" DisableWebEdit="True">Scrubbers</a></li> <li><a href="/en/industries/marine/ships" DisableWebEdit="True">Ships</a></li> </ul> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-parent row" data-megamenu="surcharges"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>Surcharges</span> <span class="megamenu--lvl_1-title-trigger">Surcharges</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/en/surcharges" class="">Surcharges Overview</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">Surcharges</p> <p>Read about Outokumpu alloy surcharges, pricing and conditions of sale.</p> <a class="button" href="/en/surcharges">Overview</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span>Americas</span> <span class="megamenu--lvl_2-title-trigger">Americas</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li><a href="/en/surcharges/stainless-steel-alloy-surcharges-americas" DisableWebEdit="True">Stainless steel alloy surcharges Americas</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span>Europe</span> <span class="megamenu--lvl_2-title-trigger">Europe</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li><a href="/en/surcharges/stainless-steel-alloy-surcharges-europe" DisableWebEdit="True">Stainless steel alloy surcharges Europe</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span>Global</span> <span class="megamenu--lvl_2-title-trigger">Global</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li><a href="/en/surcharges/conditions-of-sale" DisableWebEdit="True">Conditions of sale</a></li> </ul> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-secondary megamenu-parent row" data-megamenu="about-outokumpu"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>About Outokumpu</span> <span class="megamenu--lvl_1-title-trigger">About Outokumpu</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/en/about-outokumpu" class="">About Outokumpu Overview</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">About Outokumpu</p> <p>Discover what Outokumpu is made of, how we work and are organized and where we are going. </p> <a class="button" href="/en/about-outokumpu">Overview</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Outokumpu in brief</span> <a href="/en/about-outokumpu/in-brief" class="desktop-only">Outokumpu in brief</a> <span class="megamenu--lvl_2-title-trigger">Outokumpu in brief</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/about-outokumpu/in-brief" class="">Outokumpu in brief Overview</a> </li> <li class=""><a href="/en/about-outokumpu/history-of-outokumpu" DisableWebEdit="True">History</a></li> <li class=""><a href="/en/about-outokumpu/strategy-and-vision" DisableWebEdit="True">Strategy and vision</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Organization</span> <a href="/en/about-outokumpu/organization" class="desktop-only">Organization</a> <span class="megamenu--lvl_2-title-trigger">Organization</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/about-outokumpu/organization" class="">Organization Overview</a> </li> <li class=""><a href="/en/about-outokumpu/organization/americas" DisableWebEdit="True">Business area Americas</a></li> <li class=""><a href="/en/about-outokumpu/organization/europe" DisableWebEdit="True">Business area Europe</a></li> <li class=""><a href="/en/about-outokumpu/organization/ferrochrome" DisableWebEdit="True">Business area Ferrochrome</a></li> <li class=""><a href="/en/about-outokumpu/organization/other-operations" DisableWebEdit="True">Other operations</a></li> <li class=""><a href="/en/about-outokumpu/organization/board-of-directors" DisableWebEdit="True">Board of Directors</a></li> <li class=""><a href="/en/about-outokumpu/organization/leadership-team" DisableWebEdit="True">Outokumpu Leadership Team</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/about-outokumpu/suppliers" class="">Suppliers</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/about-outokumpu/code-of-conduct" class="">Code of Conduct</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/about-outokumpu/cybersecurity-at-outokumpu" class="">Cybersecurity at Outokumpu</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/sustainability/speakup" class="">SpeakUp misconduct reporting</a> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-secondary megamenu-parent row" data-megamenu="sustainability"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>Sustainability</span> <span class="megamenu--lvl_1-title-trigger">Sustainability</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/en/sustainability" class="">Sustainability Overview</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">Sustainability</p> <p>Discover how Outokumpu’s sustainable stainless steel contributes to a world that lasts forever.</p> <a class="button" href="/en/sustainability">Overview</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Sustainability strategy</span> <a href="/en/sustainability/sustainability-strategy" class="desktop-only">Sustainability strategy</a> <span class="megamenu--lvl_2-title-trigger">Sustainability strategy</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/sustainability/sustainability-strategy" class="">Sustainability strategy Overview</a> </li> <li class=""><a href="/en/sustainability/sustainability-strategy/commitments-and-initiatives" DisableWebEdit="True">Commitments and initiatives</a></li> <li class=""><a href="/en/sustainability/sustainability-strategy/un-sustainable-development-goals" DisableWebEdit="True">UN Sustainable Development Goals</a></li> <li class=""><a href="/en/sustainability/sustainability-strategy/esg-advisory-council" DisableWebEdit="True">ESG advisory council</a></li> <li class=""><a href="/en/sustainability/sustainability-strategy/sustainability-contacts" DisableWebEdit="True">Sustainability contacts</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Sustainable stainless steel</span> <a href="/en/sustainability/sustainable-stainless-steel" class="desktop-only">Sustainable stainless steel</a> <span class="megamenu--lvl_2-title-trigger">Sustainable stainless steel</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/sustainability/sustainable-stainless-steel" class="">Sustainable stainless steel Overview</a> </li> <li class=""><a href="/en/sustainability/sustainable-stainless-steel/drivers-of-sustainable-stainless" DisableWebEdit="True">Drivers of sustainable stainless</a></li> <li class=""><a href="/en/sustainability/sustainable-stainless-steel/environmental-product-declarations" DisableWebEdit="True">Environmental product declarations</a></li> <li class=""><a href="/en/sustainability/sustainable-stainless-steel/product-carbon-footprint" DisableWebEdit="True">Product carbon footprint</a></li> <li class=""><a href="/en/sustainability/sustainable-stainless-steel/product-safety" DisableWebEdit="True">Product safety</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Environment</span> <a href="/en/sustainability/environment" class="desktop-only">Environment</a> <span class="megamenu--lvl_2-title-trigger">Environment</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/sustainability/environment" class="">Environment Overview</a> </li> <li class=""><a href="/en/sustainability/environment/protecting-the-climate" DisableWebEdit="True">Protecting the climate</a></li> <li class=""><a href="/en/sustainability/environment/circular-economy" DisableWebEdit="True">Circular economy</a></li> <li class=""><a href="/en/sustainability/environment/environmental-impacts" DisableWebEdit="True">Environmental impacts</a></li> <li class=""><a href="/en/sustainability/environment/biodiversity" DisableWebEdit="True">Biodiversity</a></li> <li class=""></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Reporting and data</span> <a href="/en/sustainability/reporting-and-data" class="desktop-only">Reporting and data</a> <span class="megamenu--lvl_2-title-trigger">Reporting and data</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/sustainability/reporting-and-data" class="">Reporting and data Overview</a> </li> <li class=""><a href="/en/sustainability/reporting-and-data/sustainability-data" DisableWebEdit="True">Sustainability data tool</a></li> <li class=""><a href="/en/sustainability/sustainability-downloads" DisableWebEdit="True">Sustainability downloads</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">People and society</span> <a href="/en/sustainability/people-and-society" class="desktop-only">People and society</a> <span class="megamenu--lvl_2-title-trigger">People and society</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/sustainability/people-and-society" class="">People and society Overview</a> </li> <li class=""><a href="/en/sustainability/people-and-society/our-people" DisableWebEdit="True">Our people</a></li> <li class=""><a href="/en/sustainability/people-and-society/health-and-safety" DisableWebEdit="True">Health and safety</a></li> <li class=""><a href="/en/sustainability/people-and-society/good-corporate-citizenship" DisableWebEdit="True">Good corporate citizenship</a></li> <li class=""><a href="/en/sustainability/people-and-society/impact-on-society-and-human-rights" DisableWebEdit="True">Impact on society and human rights</a></li> <li class=""><a href="/en/sustainability/people-and-society/sustainable-supply-chain" DisableWebEdit="True">Sustainable supply chain</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Sustainability governance</span> <a href="/en/sustainability/sustainability-governance" class="desktop-only">Sustainability governance</a> <span class="megamenu--lvl_2-title-trigger">Sustainability governance</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/sustainability/sustainability-governance" class="">Sustainability governance Overview</a> </li> <li class=""><a href="/en/about-outokumpu/code-of-conduct" DisableWebEdit="True">Code of Conduct</a></li> <li class=""><a href="/en/sustainability/speakup" DisableWebEdit="True">SpeakUp misconduct reporting</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/sustainability/inner-circle" class="">Inner Circle</a> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-secondary megamenu-parent row" data-megamenu="investors"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>Investors</span> <span class="megamenu--lvl_1-title-trigger">Investors</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/en/investors" class="">Investors Overview</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">Investors</p> <p>Read more about Outokumpu as an investment and find our financial calendar, share information and investor materials.</p> <a class="button" href="/en/investors">Overview</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Outokumpu as an investment</span> <a href="/en/investors/outokumpu-as-an-investment" class="desktop-only">Outokumpu as an investment</a> <span class="megamenu--lvl_2-title-trigger">Outokumpu as an investment</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/investors/outokumpu-as-an-investment" class="">Outokumpu as an investment Overview</a> </li> <li class=""><a href="/en/investors/outokumpu-as-an-investment/ceos-review" DisableWebEdit="True">CEO's review</a></li> <li class=""><a href="/en/about-outokumpu/strategy-and-vision" DisableWebEdit="True">Strategy and targets</a></li> <li class=""><a href="/en/investors/outokumpu-as-an-investment/outlook-and-risks" DisableWebEdit="True" target="_blank">Outlook and risks</a></li> <li class=""><a href="/en/investors/outokumpu-as-an-investment/operating-environment" DisableWebEdit="True">Operating environment</a></li> <li class=""><a href="/en/investors/outokumpu-as-an-investment/responsible-investment" DisableWebEdit="True">Responsible investment</a></li> <li class=""><a href="/en/investors/outokumpu-as-an-investment/active-dialogue-with-markets" DisableWebEdit="True">Active dialogue with markets</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Investor calendar and events</span> <a href="/en/investors/investor-calendar-and-events" class="desktop-only">Investor calendar and events</a> <span class="megamenu--lvl_2-title-trigger">Investor calendar and events</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/investors/investor-calendar-and-events" class="">Investor calendar and events Overview</a> </li> <li class=""><a href="/en/investors/investor-calendar-and-events/capital-markets-day" DisableWebEdit="True">Capital Markets Day</a></li> <li class=""><a href="/en/investors/investor-calendar-and-events/site-visits" DisableWebEdit="True">Site visits</a></li> <li class=""><a href="/en/investors/investor-calendar-and-events/webcasts" DisableWebEdit="True">Webcasts and pre-silent calls</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Reports and presentations</span> <a href="/en/investors/materials/2024" class="desktop-only">Reports and presentations</a> <span class="megamenu--lvl_2-title-trigger">Reports and presentations</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/investors/materials/2024" class="">Reports and presentations Overview</a> </li> <li class=""><a href="/en/investors/materials/2024" DisableWebEdit="True">2024</a></li> <li class=""><a href="/en/investors/materials/2023" DisableWebEdit="True">2023</a></li> <li class=""><a href="/en/investors/materials/2022" DisableWebEdit="True">2022</a></li> <li class=""><a href="/en/investors/materials/2021" DisableWebEdit="True">2021</a></li> <li class=""><a href="/en/investors/materials/2020" DisableWebEdit="True">2020</a></li> <li class=""><a href="/en/investors/materials/2019" DisableWebEdit="True">2019</a></li> <li class=""><a href="/en/investors/materials" DisableWebEdit="True">Archive</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Outokumpu share</span> <a href="/en/investors/outokumpu-share" class="desktop-only">Outokumpu share</a> <span class="megamenu--lvl_2-title-trigger">Outokumpu share</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/investors/outokumpu-share" class="">Outokumpu share Overview</a> </li> <li class=""><a href="/en/investors/outokumpu-share/basic-share-information" DisableWebEdit="True">Share information</a></li> <li class=""><a href="/en/investors/outokumpu-share/analysts" DisableWebEdit="True">Analysts</a></li> <li class=""><a href="/en/investors/outokumpu-share/consensus-estimates" DisableWebEdit="True">Consensus estimates</a></li> <li class=""><a href="/en/investors/outokumpu-share/shareholders" DisableWebEdit="True">Shareholders</a></li> <li class=""><a href="/en/investors/outokumpu-share/management-shareholding" DisableWebEdit="True">Management shareholding</a></li> <li class=""><a href="/en/investors/outokumpu-share/dividend" DisableWebEdit="True">Dividend</a></li> <li class=""><a href="/en/investors/outokumpu-share/share-capital" DisableWebEdit="True">Share capital</a></li> <li class=""><a href="/en/investors/outokumpu-share/flagging-notifications" DisableWebEdit="True">Flagging notifications</a></li> <li class=""><a href="/en/investors/outokumpu-share/treasury-shares" DisableWebEdit="True">Treasury shares</a></li> <li class=""><a href="/en/investors/outokumpu-share/reverse-split" DisableWebEdit="True">Reverse split in 2014</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Share tools</span> <a href="/en/investors/share-tools" class="desktop-only">Share tools</a> <span class="megamenu--lvl_2-title-trigger">Share tools</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/investors/share-tools" class="">Share tools Overview</a> </li> <li class=""><a href="/en/investors/share-tools/share-monitor" DisableWebEdit="True">Share monitor</a></li> <li class=""><a href="/en/investors/share-tools/alternative-exchanges" DisableWebEdit="True">Alternative exchanges</a></li> <li class=""><a href="/en/investors/share-tools/share-price-alert" DisableWebEdit="True">Share price alert</a></li> <li class=""><a href="/en/investors/share-tools/share-price-look-up" DisableWebEdit="True">Share price look-up</a></li> <li class=""><a href="/en/investors/share-tools/investment-calculator" DisableWebEdit="True">Investment calculator</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Governance</span> <a href="/en/investors/governance" class="desktop-only">Governance</a> <span class="megamenu--lvl_2-title-trigger">Governance</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/investors/governance" class="">Governance Overview</a> </li> <li class=""><a href="/en/investors/governance/agm-information" DisableWebEdit="True">AGM information</a></li> <li class=""><a href="/en/investors/governance/board-of-directors" DisableWebEdit="True">Board of Directors</a></li> <li class=""><a href="/en/investors/governance/leadership-team" DisableWebEdit="True">Leadership team</a></li> <li class=""><a href="/en/investors/governance/shareholders-nomination-board" DisableWebEdit="True">Shareholders Nomination Board</a></li> <li class=""><a href="/en/investors/governance/remuneration" DisableWebEdit="True">Remuneration</a></li> <li class=""><a href="/en/investors/governance/insider-issues" DisableWebEdit="True">Insider issues</a></li> <li class=""><a href="/en/investors/governance/risk-management" DisableWebEdit="True">Risk management</a></li> <li class=""><a href="/en/investors/governance/disclosure-policy" DisableWebEdit="True">Disclosure policy</a></li> <li class=""><a href="/en/investors/governance/auditors" DisableWebEdit="True">Auditors</a></li> <li class=""><a href="/en/sustainability/speakup" DisableWebEdit="True">SpeakUp</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Financials</span> <a href="/en/investors/financials" class="desktop-only">Financials</a> <span class="megamenu--lvl_2-title-trigger">Financials</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/investors/financials" class="">Financials Overview</a> </li> <li class=""><a href="/en/investors/financials/fact-sheet" DisableWebEdit="True">Fact sheet</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/investors/financing-and-credit-information" class="">Credit information</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/news" class="">Stock exchange releases</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/investors/ir-newsletter" class="">IR Newsletter</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/investors/ir-contacts" class="">IR Contacts</a> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-secondary megamenu-parent row" data-megamenu="careers"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>Careers</span> <span class="megamenu--lvl_1-title-trigger">Careers</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/en/careers" class="">Careers Overview</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">Careers</p> <p>Discover how our experts are at the heart of our success and find out what opportunities we have to offer for you. </p> <a class="button" href="/en/careers">Overview</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="https://careers.outokumpu.com/search/?locale=en_US&utm_source=careersite" class="">Open Positions</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/careers/how-to-apply" class="">How to apply</a> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/careers/meet-our-people" class="">Meet our people</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/careers/ways-of-working" class="">Ways of working</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Working with Us</span> <a href="/en/careers/working-with-us" class="desktop-only">Working with Us</a> <span class="megamenu--lvl_2-title-trigger">Working with Us</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/careers/working-with-us" class="">Working with Us Overview</a> </li> <li class=""><a href="/en/careers/working-with-us/strengthening-it-services-globally" DisableWebEdit="True">We are strengthening our IT services</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Students & early careers</span> <a href="/en/careers/students-and-graduates" class="desktop-only">Students & early careers</a> <span class="megamenu--lvl_2-title-trigger">Students & early careers</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/en/careers/students-and-graduates" class="">Students & early careers Overview</a> </li> <li class=""><a href="/en/careers/students-and-graduates/ausbildung" DisableWebEdit="True">Apprenticeship in Germany</a></li> <li class=""><a href="/en/careers/students-and-graduates/leap---global-opportunity-program" DisableWebEdit="True">Leap - Global Opportunity Program</a></li> <li class=""><a href="/en/careers/students-and-graduates/graduates" DisableWebEdit="True">Graduates</a></li> <li class=""><a href="/en/careers/students-and-graduates/summer-of-change-at-outokumpu" DisableWebEdit="True">Summer jobs</a></li> <li class=""></li> <li class=""></li> </ul> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-secondary megamenu-parent row" data-megamenu=""> <div class="megamenu--lvl_1-title mobile-only "> <a href="/en/news" class="">News</a> </div> </div> <div class="megamenu--lvl_1 megamenu-secondary megamenu-parent row" data-megamenu="certificates"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>Certificates</span> <span class="megamenu--lvl_1-title-trigger">Certificates</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/en/certificates" class="">Certificates Overview</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">Certificates</p> <p>Find certificates for our production units and service centers globally.</p> <a class="button" href="/en/certificates">Overview</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/certificates/certificates-and-approvals-for-production-units" class="">Production unit certificates</a> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/en/certificates/certificates-and-approvals-for-service-centers" class="">Service center certificates</a> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-secondary megamenu-parent row" data-megamenu=""> <div class="megamenu--lvl_1-title mobile-only "> <a href="/en/products/steel-finder" class="">Steel Finder</a> </div> </div> <div class="megamenu--lvl_1 steelfinder row"> <div class="megamenu--lvl_1-title mobile-only"> <a href="https://connect.outokumpu.com/login" target="_blank">Outokumpu Connect</a> </div> </div> </div> </header> <main role="main" id="main-content"> <section class="header-section"> <div class="hero-image hero-image-level2" style="background-image: url('https://otke-cdn.outokumpu.com/-/media/images/hero-images/expertise/hero_duplex-90-years_1920x310_slvesborg-bridge_1.jpg?revision=361e1594-a4f3-4956-a660-1b1bb95c24f8&modified=20200908065700&cx=0.5&cy=0.5&cw=1920&ch=0&cr=max&hash=001F6A106A0D574B6B7E7C71C7827698'); background-position: 50% 50%;" > <div class="container"> <div class="col"> <div class="breadcrumb--light"> <ul class="breadcrumb"> <li> <a href="/en/"><span class="breadcrumb__home"></span><span class="reader-only">Go to the homepage</span></a> </li> <li> <span class="breadcrumb__arrow"></span> <a href="/en/industries">Industries</a> </li> <li> <span class="breadcrumb__arrow"></span> <a href="/en/industries/architecture-building-and-infrastructure">Building and infrastructure</a> </li> <li> <span class="breadcrumb__arrow"></span> <a href="/en/industries/architecture-building-and-infrastructure/bridges">Bridges</a> </li> </ul> </div> <div class="hero-image-text"> <h1 class="hero-image-text-header"> Bridges </h1> <p class='hero-image-text-content'> Stainless steel for bridges and infrastructure </p> </div> </div> </div> </div> <div class="container block--large block--bottom"> <div class="col col-sm-10 col-md-7"> <div class="intro"> Bridge projects are in a class of their own – just like Outokumpu stainless steel. Marked by harsh environments, heavy lifetime usage and high aesthetic expectations, bridges demand special considerations upfront if they’re to go the distance. </div> </div> </div> </section> <section> <div class="container lift-up-video-large block " id=""> <div class="row"> <div class="col col-md-6"> <div class="lift-up-video-large__container"> <h2 class="h2"> Exceptional strength without the weight </h2> <div class="lift-up-video-large__content"> Because of its corrosion-resistance, bridges stand up to salt air, chemicals, and pollution. Since stainless steel bridges don't need a protective coating, maintenance schedules are greatly reduced. Expert bridge builder CEO of Stål & Rörmantage, Ronny Södergren, has been working with Outokumpu stainless steel for over 20 years. Watch the video on how he masters the challenges of designing and building environmentally friendly stainless steel bridges. </div> <p><a class="lift-up-video-large__link" href="/en/sustainability/environment/circular-economy">Fully recyclable</a></p><p><a class="lift-up-video-large__link" rel="noopener noreferrer" href="https://otke-cdn.outokumpu.com/-/media/files/industries/documents/bridges-and-infrastructure/outokumpu-white-paper---stainless-steel-composite-bridge-study.pdf?revision=cbfaf27f-4f6c-4bf9-b35a-f8d371bbbf81&modified=20200121130204&hash=E68CD90F83BD86B05108932E1F66414F" target="_blank">Read the stainless steel composite bridge study</a></p><p><a class="lift-up-video-large__link" rel="noopener noreferrer" href="https://www.outokumpu.com/en/expertise/webinars-and-events/bridge-webinars" target="_blank">Watch our bridge webinar series</a></p><p><a class="lift-up-video-large__link" title="Find the correct stainless steel grade for your bridge project" href="/en/industries/architecture-building-and-infrastructure/bridges/bridge-material-selection-tool">Find the correct stainless steel grade for your bridge project</a></p> </div> </div> <div class="col col-md-6"> <div class="overlay-opener-container overlay-opener-container--video"> <div class="video-player" data-video="lh6x2azv4ho" data-tag="Video" data-title="Bridges of Stockholm" data-type="youtube" data-poster="https://otke-cdn.outokumpu.com/-/media/archive/images/other-images/slvesborg-bridge-5.jpg?revision=0569ed59-2419-4717-9859-f2d1d2f6a89d&modified=20200513203305&cx=0.47&cy=0.55&cw=960&ch=0&cr=max&hash=AAFDD777DD578E50179E0FD8414840F1" style="background-image: url('https://otke-cdn.outokumpu.com/-/media/archive/images/other-images/slvesborg-bridge-5.jpg?revision=0569ed59-2419-4717-9859-f2d1d2f6a89d&modified=20200513203305&cx=0.47&cy=0.55&cw=960&ch=540&hash=AB4A1F1B722B545D8A9CC61783B89472')" > </div> <a class="overlay-opener" data-poster="https://otke-cdn.outokumpu.com/-/media/archive/images/other-images/slvesborg-bridge-5.jpg?revision=0569ed59-2419-4717-9859-f2d1d2f6a89d&modified=20200513203305&cx=0.47&cy=0.55&cw=960&ch=0&cr=max&hash=AAFDD777DD578E50179E0FD8414840F1" data-lazyload="https://otke-cdn.outokumpu.com/-/media/archive/images/other-images/slvesborg-bridge-5.jpg?revision=0569ed59-2419-4717-9859-f2d1d2f6a89d&modified=20200513203305&cx=0.47&cy=0.55&cw=960&ch=540&hash=AB4A1F1B722B545D8A9CC61783B89472" data-title="Bridges of Stockholm" data-video="lh6x2azv4ho" data-tag="Video" data-type="youtube" href="#" title="Bridges of Stockholm" data-cookies-check="True"> </a> <div class="video-player-no-cookie-consent-overlay"> <div class="video-player-no-cookie-consent-overlay-msg"> <p>In order to view videos on the Outokumpu.com, website you must accept Analytics and Marketing cookies.</p> <a class="sf-button video-no-cookie-consent-overlay-btn" href="#CookieConsentInpage">Accept</a> </div> </div> </div> </div> </div> </div> <div class="padding media-slider" id=""> <div class="container"> <div class="row"> <div class="col-sm-6"> <h2 class="media-slider__header">Stainless steel bridges</h2> </div> </div> <div class="row"> <div class="media-slider__slider"> <div class="swiper-wrapper media-slider__wrapper"> <div class="swiper-slide media-slider__item swiper-slide-active media-slider__item--video " data-type="youtube" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/industries/building-and-infrastructure/bridges/husarviken_bridge.jpg?revision=5b3f16c0-f046-4188-afe1-1955241b3cd4&modified=20200429115046&cx=0.54&cy=0.49&cw=580&ch=460&hash=4237583BBE6DFC4ECC751826F912F0ED" data-poster="https://otke-cdn.outokumpu.com/-/media/images/industries/building-and-infrastructure/bridges/husarviken_bridge.jpg?h=550&w=975&revision=5b3f16c0-f046-4188-afe1-1955241b3cd4&modified=20200429115046&hash=F816455CB1EA6B2B0C867F03581EE769" data-video="SgzRmoZKHAQ" data-title="Husarviken bridge" data-tag="Video" data-slide-type="video"> <a href="#" class="media-slider__overlay"> <p class="media-slider__tag">Video</p> <h3 class="h3 media-slider__content"> Husarviken bridge </h3> </a> </div> <div class="swiper-slide media-slider__item swiper-slide-active media-slider__item--video " data-type="youtube" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/industries/building-and-infrastructure/bridges/folke_bernadotte_bridge.jpg?revision=9eb0f125-c2bc-46a1-b03c-7f1f2b07ebc0&modified=20200429115046&cx=0.5&cy=0.5&cw=580&ch=460&hash=73FAECBFE15E3ADB0447DB970563F63E" data-poster="https://otke-cdn.outokumpu.com/-/media/images/industries/building-and-infrastructure/bridges/folke_bernadotte_bridge.jpg?h=550&w=975&revision=9eb0f125-c2bc-46a1-b03c-7f1f2b07ebc0&modified=20200429115046&hash=2F3679359E74F72ACFA08CCE0A9EFAF7" data-video="N8jDn__8HOw" data-title="Folke Bernadotte -bridge" data-tag="Video" data-slide-type="video"> <a href="#" class="media-slider__overlay"> <p class="media-slider__tag">Video</p> <h3 class="h3 media-slider__content"> Folke Bernadotte -bridge </h3> </a> </div> <div class="swiper-slide media-slider__item swiper-slide-active media-slider__item--video " data-type="youtube" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/industries/building-and-infrastructure/bridges/solvesborg_bridge.jpg?revision=c523a610-1c74-477d-8334-c33ba80264c1&modified=20200429115046&cx=0.5&cy=0.5&cw=580&ch=460&hash=F4E368C319380A3F203D9D5E85B62B43" data-poster="https://otke-cdn.outokumpu.com/-/media/images/industries/building-and-infrastructure/bridges/solvesborg_bridge.jpg?h=550&w=975&revision=c523a610-1c74-477d-8334-c33ba80264c1&modified=20200429115046&hash=1AE2AA9751308A8A6F6E972CA9D04C46" data-video="B6LElmkJ_Zs" data-title="Sölvesborg bridge" data-tag="Video" data-slide-type="video"> <a href="#" class="media-slider__overlay"> <p class="media-slider__tag">Video</p> <h3 class="h3 media-slider__content"> Sölvesborg bridge </h3> </a> </div> <div class="swiper-slide media-slider__item swiper-slide-active media-slider__item--video " data-type="youtube" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/industries/building-and-infrastructure/bridges/vasa_bridge.jpg?revision=4f426d6e-47dd-42b5-91b9-4b2135cfa55b&modified=20200429115047&cx=0.5&cy=0.5&cw=580&ch=460&hash=620659226BED51DCA8F1893AD5DB5D27" data-poster="https://otke-cdn.outokumpu.com/-/media/images/industries/building-and-infrastructure/bridges/vasa_bridge.jpg?h=550&w=975&revision=4f426d6e-47dd-42b5-91b9-4b2135cfa55b&modified=20200429115047&hash=1F3FEBF306F83BB89751F4F1C9A0A497" data-video="f1K14xARMlo" data-title="Vasa bridge" data-tag="Video" data-slide-type="video"> <a href="#" class="media-slider__overlay"> <p class="media-slider__tag">Video</p> <h3 class="h3 media-slider__content"> Vasa bridge </h3> </a> </div> <div class="swiper-slide media-slider__item swiper-slide-active media-slider__item--video " data-type="youtube" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/industries/building-and-infrastructure/bridges/apate_bridge.jpg?revision=943283de-8c81-411f-8421-f57f3cb238eb&modified=20200429115045&cx=0.5&cy=0.5&cw=580&ch=460&hash=AD53198D4B3D699C1CC5B2BC69F89A6F" data-poster="https://otke-cdn.outokumpu.com/-/media/images/industries/building-and-infrastructure/bridges/apate_bridge.jpg?h=550&w=975&revision=943283de-8c81-411f-8421-f57f3cb238eb&modified=20200429115045&hash=013343B821F0A51FB13E1E625E153867" data-video="_6yTdUd9A8Y" data-title="Apaté bridge" data-tag="Video" data-slide-type="video"> <a href="#" class="media-slider__overlay"> <p class="media-slider__tag">Video</p> <h3 class="h3 media-slider__content"> Apaté bridge </h3> </a> </div> </div> <button class="swiper-button-next media-slider__next" aria-label="Next slide"></button> <button class="swiper-button-prev media-slider__prev" aria-label="Previous slide"></button> </div> </div> </div> <div class="overlay"> <div class="overlay--content"> <a href="#" class="overlay--close">Close window</a> </div> </div> </div> <div class="container block"> <div class="row"> <div class="col col-md-12"> <div class="lift-up-large" data-lazyload="https://cdn-assets-eu.frontify.com/s3/frontify-enterprise-files-eu/eyJvYXV0aCI6eyJjbGllbnRfaWQiOiJmcm9udGlmeS1maW5kZXIifSwicGF0aCI6Im91dG9rdW1wdVwvYWNjb3VudHNcLzBhXC80MDAwMjY3XC9wcm9qZWN0c1wvMlwvYXNzZXRzXC9hYlwvNDQ3NlwvNDA3MGM2MjFlNDUyZGJkZmRiMTExYTliMmU0YmQ5ZjEtMTQ1NjIzNzMyMC5qcGcifQ:outokumpu:pPxZyTOwY8qdYFQY6024TsIUDGHK3hUDI71VhX3HeXI?width=2000&cx=0.51&cy=0.42&cw=1140&ch=0&cr=max" style="background-position: 51% 42%;" id=""> <div class="lift-up-large__overlay"> <h2 class='lift-up__header'> Find out the ideal stainless steels for your bridge project </h2> <p class='lift-up__content'> Which stainless steel grades would be ideal your bridge project? Try our simple material selection tool for product recommendations and expert tips. </p> <a class="lift-up-large__button arrow-button " href="/en/industries/architecture-building-and-infrastructure/bridges/bridge-material-selection-tool">Open the material selector </a> </div> </div> </div> </div> </div> <div class="dual-columns" id=""> <div class="container"> <div class="row"> <div class="col-xs-10 col-xs-offset-1 col-sm-12 col-sm-offset-0"> <h2 class="dual-columns__header">Benefits of using duplex stainless steel for bridges</h2> </div> </div> <div class="row equal"> <div class="col-xs-10 col-xs-offset-1 col-sm-6 col-sm-offset-0 col-lg-5 col-lg-offset-1 dual-columns__wrapper" data-dual-columns> <div class="dual-columns__column rich-text-content" style="max-height: 100px;"> <div class="dual-columns__inner" data-inner-height=""> <div class="dual-columns__subheader"> <h3>Performance</h3> </div> <div class="rich-text-content"> <ul> <li>High strength allowing low weight designs</li> <li>Range of grades with superior corrosion resistance for little to no maintenance</li> <li>Excellent formability and weldability to fit any design</li> <li>The most durable and cost-effective option in the long term</li> <li>The sustainable choice</li> </ul> </div> </div> </div> <div class="dual-columns__bt"> <button data-toggle><span class="dual-columns__show">Read more</span><span class="dual-columns__hide">Hide</span></button> </div> </div> <div class="col-xs-10 col-xs-offset-1 col-sm-6 col-sm-offset-0 col-lg-5 col-lg-offset-0 dual-columns__wrapper" data-dual-columns> <div class="dual-columns__column" style="max-height: 100px;"> <div class="dual-columns__inner" data-inner-height=""> <div class="dual-columns__subheader"> <h3>Expertise</h3> </div> <div class="rich-text-content"> <ul> <li>Excellent project and delivery capabilities enable efficient construction</li> <li>Prefabrication of components and supply of “kit of parts”, ready for assembly</li> <li>Grades tailored to specific needs</li> <li>Grade selection advice and laboratory and field testing</li> <li>Highly specialized service centers for customized needs</li> </ul> </div> </div> </div> <div class="dual-columns__bt"> <button data-toggle><span class="dual-columns__show">Read more</span><span class="dual-columns__hide">Hide</span></button> </div> </div> </div> </div> </div> <div class="lift-up-small block" id=""> <div class="container"> <div> <div class="row block--small block--bottom recommendation-item"> <div class=" col-sm-4 col-lg-3"> <div class="lift-up-small__image block--small block--bottom" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/industries/building-and-infrastructure/bridges/bridge-article1.jpg?revision=7e1fb0d1-5363-4aab-a894-1f14025f8e96&modified=20200504074345&cx=0.5&cy=0.5&cw=740&ch=0&cr=max&hash=B64C393274FBC97A24ACA850B54F7E84" style="background-position: 50% 50%;"> </div> </div> <div class=" col-sm-8 col-md-6"> <h3 class=" h2 lift-up-small__header"> How to build a bridge that saves a fortune </h3> <p class="lift-up-small__content"> Andy Backhouse, Outokumpu’s Lead Technical Manager for structural applications, explains how local authorities and transport agencies are turning to duplex stainless steel as a bridge building material that will protect budgets over the long term. </p> </div> </div> <div class="row block--small block--bottom recommendation-item"> <div class=" col-sm-4 col-lg-3"> <div class="lift-up-small__image block--small block--bottom" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/industries/building-and-infrastructure/bridges/bridge-article2.jpg?revision=06ca859e-04d4-4643-a732-9240ab0254df&modified=20200504074357&cx=0.5&cy=0.5&cw=740&ch=0&cr=max&hash=FA5E41C1843B7BA4F13D51C7E4566CA0" style="background-position: 50% 50%;"> </div> </div> <div class=" col-sm-8 col-md-6"> <h3 class=" h2 lift-up-small__header"> Bridge the performance gap with Forta LDX 2101 </h3> <p class="lift-up-small__content"> Lean-alloyed duplex stainless steel Forta LDX 2101 has many advantages that make it a more cost effective and environmentally friendly long-term choice. </p> </div> </div> </div> </div> </div> <div class="container block rich-text-content" id="gatedcontent-996E6CEB-5D08-4717-A6CF-6AEC4E43E54F"> <div class="rich-text-content col col-sm-10"> </div> <iframe data-iframe-resizer width="800" height="100%" src="https://expertise.outokumpu.com/Bridgesiframe" frameborder="0" data-cookieconsent="ignore" title=""></iframe> </div> <div class="block"> <div class="container rich-text-content" id=""> <div class="col col-sm-10"> <h2>Why choose stainless steel for bridges?</h2> <h3>High strength allowing low weight designs</h3> <p>Demands on bridges can vary immensely. Outokumpu’s Forta duplex stainless steel is suitable for all types of bridges from pedestrian to heavy load road and rail bridges. Often, outstanding strength correlates with increased weight, but duplex stainless steel enables lightweight bridge design without compromising on strength or safety. The high strength allows less material to be used, reducing the weight of the bridge.</p> <p> </p> <h3>Superior corrosion resistance</h3> <p>From harsh cold climates to coastal areas, bridges need to withstand all types of weather and other corrosive elements. De-icing salts used in cold and icy conditions, salty air in coastal areas and pollutants such as sulphur dioxide pose significant threats to the long-term integrity of bridges. Stainless steel stands up to salty air and pollutants without the need for a protective coating. It offers unbeatable durability where other materials might require frequent maintenance or risk of structural failure.</p> <p> </p> <p><img height="400" alt=" Bridge" width="1890" src="https://otke-cdn.outokumpu.com/-/media/images/industries/building-and-infrastructure/bridges/bridge_forest.jpg?revision=c81d76ff-c1e1-4fba-b3f7-b69ce1548d80&modified=20200429114139&hash=A05FFE0D54D1258A82EA3F4A6894BEFA" /></p> <p> </p> <h3>Excellent ductility, formability and weldability to fit any design</h3> <p>Stainless steel enables attractive designs that seamlessly blend in with contemporary urban environments as well as historic settings. Structural engineers and architects have turned to stainless steel as a durable and visually striking alternative to traditional carbon steel. Since Forta Duplex stainless steel offers an attractive combination of high strength, ductility, formability and weldability, it is ideal for lightweight structures with aesthetic designs.</p> <p> </p> <h3>The most durable and cost-effective option</h3> <p>Stainless steel does not only have to be perceived as a premium material, but it can bring significant savings in overall lifecycle costs. In fact, based on a <a href="https://otke-cdn.outokumpu.com/-/media/files/industries/documents/bridges-and-infrastructure/outokumpu-white-paper---stainless-steel-composite-bridge-study.pdf?revision=cbfaf27f-4f6c-4bf9-b35a-f8d371bbbf81&modified=20200121130204&hash=E68CD90F83BD86B05108932E1F66414F">study conducted by Arup</a>, lean duplex stainless steel in a composite steel-concrete bridge offered the lowest LCC for bridges over minor or major roads, marine and railway bridges. Especially for bridges in corrosive environments, maintenance budgets can overshadow the original capital cost. Designed to last for over 100 years, the right grade of stainless steel will provide a lower cost option than using carbon steel due to savings in maintenance, repainting and repairs. The high strength of duplex stainless steel can also lead to material savings. It allows designers to reduce the weight of the structure, which saves material, transportation and installation costs.</p> <p> </p> <h3>The sustainable choice</h3> <p>Not only does stainless steel enable long-lasting designs, it is also <a href="/404?item=web%3a%7b3F906684-ADB6-4135-8C37-D9659E63B261%7d%40en">100% recyclable</a> once the structure has reached the end of its service life. Stainless steel does not require coating nor frequent repainting and maintenance that can be disruptive to users and damaging to the environment. Additionally, modular design of stainless steel bridges allows a high degree of prefabrication, which minimizes the environmental impact on site as a large part of the production can take place in a controlled and safe environment. In our world today, it is not sustainable to continue spending money on bridges that have high maintenance costs. Stainless steel is the environmentally friendly choice for modern bridges and Outokumpu is the <a href="/404?item=web%3a%7bB2C30DE2-95DB-4198-B4E2-D0824EDA0B7E%7d%40en">most sustainable supplier of stainless steel</a>.</p> </div> </div> </div> <section class="text-gallery"> </section> <div class="padding secondary-slider" id=""> <div class="container"> <div class="row"> <div class="col-sm-8"> <h2 class="secondary-slider__header">Recommended insights</h2> </div> <div class="col-sm-4 secondary-slider__view-all"> <a class="arrow-button" href="/en/expertise" DisableWebEdit="True">View all</a> </div> </div> <div class="row"> <div class="secondary-slider__slider"> <div class="swiper-wrapper secondary-slider__wrapper"> <div class="swiper-slide secondary-slider__item" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/expertise/avabridge/ava_prototype_02.png?revision=d5faaf49-7339-461d-ad80-4294621bcc0a&modified=20240715081538&cx=0.5&cy=0.5&cw=580&ch=540&hash=ABAE834D008201FC07A1E804FB739EA1"> <div class="secondary-slider__overlay"> <p class="secondary-slider__tag">Article</p> <h3 class="h3 secondary-slider__content"> <a class="square-link" href="/en/expertise/2024/a-bridge-designed-for-manufacture-ava-bridge" ></a> <span class="secondary-slider__content-link"> A bridge designed for manufacture </span> </h3> </div> </div> <div class="swiper-slide secondary-slider__item" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/expertise/what-if-bridges-were-built-to-last/outokumpu-what-if-bridges-1280x800.jpg?revision=f97ea7d6-fa5a-442d-b003-4fb35f2aad05&modified=20181025041628&cx=0.5&cy=0.5&cw=580&ch=540&hash=AA22D8E60338F1A28F6701FE8274BCCE"> <div class="secondary-slider__overlay"> <p class="secondary-slider__tag">Article</p> <h3 class="h3 secondary-slider__content"> <a class="square-link" href="/en/expertise/2016/what-if-bridges-were-built-to-last" ></a> <span class="secondary-slider__content-link"> What if bridges were built to last? </span> </h3> </div> </div> <div class="swiper-slide secondary-slider__item" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/expertise/spanning-time-and-distance/outokumpu-solvesborg-bridge-2.jpg?revision=8560fc09-4788-46e2-a6ac-d253ec7b7e81&modified=20181025042036&cx=0.5&cy=0.5&cw=580&ch=540&hash=75A91030C02206B4809155EAE7ACF557"> <div class="secondary-slider__overlay"> <p class="secondary-slider__tag">Case pedestrian bridge</p> <h3 class="h3 secondary-slider__content"> <a class="square-link" href="/en/expertise/2016/spanning-time-and-distance" ></a> <span class="secondary-slider__content-link"> Spanning time and distance </span> </h3> </div> </div> <div class="swiper-slide secondary-slider__item" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/expertise/haro-bridge/haro-bridge-thumbnail.png?revision=dd05d044-3e7d-4ef4-a5e1-1c77cf59b7be&modified=20241022094538&cx=0.47&cy=0.67&cw=580&ch=540&hash=80D55AB11964DE134E241704D303F3B5"> <div class="secondary-slider__overlay"> <p class="secondary-slider__tag">Article</p> <h3 class="h3 secondary-slider__content"> <a class="square-link" href="/en/expertise/2024/home-of-rioja-wine-toasts-sustainable-stainless-steel-footbridge" ></a> <span class="secondary-slider__content-link"> Home of Rioja wine toasts sustainable stainless steel footbridge </span> </h3> </div> </div> <div class="swiper-slide secondary-slider__item" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/expertise/case-trumpf-bridge/outokumpu-case-trumpf-bridge-2.jpg?revision=9621464d-9789-43bb-a479-e9887ab7873b&modified=20220406052407&cx=0.5&cy=0.5&cw=580&ch=540&hash=90DCE968996D0D6BEF5BF263B1A336C7"> <div class="secondary-slider__overlay"> <p class="secondary-slider__tag">Case Pedestrian Bridge at TRUMPF Headquarters</p> <h3 class="h3 secondary-slider__content"> <a class="square-link" href="/en/expertise/2018/case-pedestrian-bridge-at-trumpf-headquarters" ></a> <span class="secondary-slider__content-link"> Footbridge safely connects TRUMPF employees </span> </h3> </div> </div> <div class="swiper-slide secondary-slider__item" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/expertise/upgrading-bridge-construction/outokumpu-stockholm-railway-bridge-1.jpg?revision=108d661a-e3d5-4ec3-87dc-7a4c4af1f1a9&modified=20181025041744&cx=0.5&cy=0.5&cw=580&ch=540&hash=DEE48125A8940679A0AB5EB24C925205"> <div class="secondary-slider__overlay"> <p class="secondary-slider__tag">Case Stockholm railway bridge</p> <h3 class="h3 secondary-slider__content"> <a class="square-link" href="/en/expertise/2017/upgrading-bridge-construction" ></a> <span class="secondary-slider__content-link"> Upgrading bridge construction </span> </h3> </div> </div> <div class="swiper-slide secondary-slider__item" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/expertise/case-sodertalje-bridge/outokumpu-sodertalje-bridge-6.jpg?revision=e86dd6d6-41e4-48c3-93ae-5e6eae1ac6e1&modified=20181025044838&cx=0.5&cy=0.5&cw=580&ch=540&hash=0C1CDE6591CFA221B1EC1803D8B35557"> <div class="secondary-slider__overlay"> <p class="secondary-slider__tag">Case Södertälje bridge</p> <h3 class="h3 secondary-slider__content"> <a class="square-link" href="/en/expertise/2018/case-sodertalje-bridge" ></a> <span class="secondary-slider__content-link"> Designed to last </span> </h3> </div> </div> <div class="swiper-slide secondary-slider__item" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/expertise/the-ultimate-cliffhanger/outokumpu-the-gap-11.jpg?revision=349b3fd9-ec78-4c07-a779-4711f64013b4&modified=20181025041956&cx=0.5&cy=0.5&cw=580&ch=540&hash=0276CA148B37EF9BB24EBD19804B205B"> <div class="secondary-slider__overlay"> <p class="secondary-slider__tag">Case Story</p> <h3 class="h3 secondary-slider__content"> <a class="square-link" href="/en/expertise/2016/the-ultimate-cliffhanger" ></a> <span class="secondary-slider__content-link"> The ultimate cliffhanger - The Gap </span> </h3> </div> </div> <div class="swiper-slide secondary-slider__item" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/expertise/duplex-90-years/slvesborg-bridge-2.jpg?revision=ded17228-7d53-4214-a9e1-b0d7483cab9a&modified=20200902140215&cx=0.5&cy=0.52&cw=580&ch=540&hash=98CF22A0093EE61E14936B39E35D6320"> <div class="secondary-slider__overlay"> <p class="secondary-slider__tag">Article</p> <h3 class="h3 secondary-slider__content"> <a class="square-link" href="/en/expertise/2020/duplex-90-years/bridges-and-structures" ></a> <span class="secondary-slider__content-link"> Duplex in bridges and structures </span> </h3> </div> </div> </div> <button class="swiper-button-next secondary-slider__next" aria-label="Next slide"></button> <button class="swiper-button-prev secondary-slider__prev" aria-label="Previous slide"></button> </div> </div> </div> </div> <div class="block square-slider" id=""> <div class="container"> <div class="row block--small block--bottom"> <div class="col-sm-8 col-md-6"> <h2>Recommended products</h2> </div> </div> <div class="row"> <div class="square-slider__slider"> <div class="swiper-wrapper square-slider__wrapper"> <div class='swiper-slide square-liftup__item-wrap'> <div class="square-liftup__item"> <div class="square-liftup__image" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/recommendation-items/forta.jpg?revision=33a816b5-519a-4fdd-a062-806bffa5a050&modified=20210127135409&cx=0.5&cy=0.5&cw=550&ch=328&hash=45986E530D2DDADBEA231121B625BE1A"></div> <a class="square-link" href="/en/products/product-ranges/forta"></a> <span class="h3 square-liftup__content">Forta</span> </div> </div><div class='swiper-slide square-liftup__item-wrap'> <div class="square-liftup__item"> <div class="square-liftup__image" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/recommendation-items/quarto-plate.jpg?revision=668bd5af-014d-42ef-b20f-b5cd3552a3cc&modified=20210127135411&cx=0.5&cy=0.5&cw=550&ch=328&hash=242D6401318A7235AF62D5FF53F70C5B"></div> <a class="square-link" href="/en/products/flat-products/hot-rolled-coil-strip-and-plate"></a> <span class="h3 square-liftup__content">Hot rolled coil, strip and plate</span> </div> </div><div class='swiper-slide square-liftup__item-wrap'> <div class="square-liftup__item"> <div class="square-liftup__image" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/recommendation-items/quarto-plate.jpg?revision=668bd5af-014d-42ef-b20f-b5cd3552a3cc&modified=20210127135411&cx=0.5&cy=0.5&cw=550&ch=328&hash=242D6401318A7235AF62D5FF53F70C5B"></div> <a class="square-link" href="/en/products/flat-products/quarto-plate"></a> <span class="h3 square-liftup__content">Quarto plate</span> </div> </div><div class='swiper-slide square-liftup__item-wrap'> <div class="square-liftup__item"> <div class="square-liftup__image" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/products/product-forms/lifts-forms-150x150/outokumpu-prefabricated-components-150.jpg?revision=9026505a-8d50-4621-a965-f9381ede4776&modified=20181025050810&cx=0.5&cy=0.5&cw=550&ch=328&hash=3A3D7F1F096CCB2AE55ACBF5EAC891CA"></div> <a class="square-link" href="/en/products/flat-products/specialized-components"></a> <span class="h3 square-liftup__content">Specialized components</span> </div> </div> </div> </div> </div> </div> </div> </section> <section> <div class="padding bg-white" id="industries---building-and-infrastructure"> <div class="container"> <div class="col"> <h2 class="scroll-tabs-title">Downloads</h2> <div class="products tabs-holder products tabs-holder--clear"> <a href="#" class="tab-slide-arrow" data-direction="left" title="scroll left"></a> <a href="#" class="tab-slide-arrow" data-direction="right" title="scroll right"></a> <ul class="scroll-tabs-links"> <li class="tab-trigger active"> <a href="#tab" data-tab="0856c673-9ba1-4058-9f53-fca3ad2e6fb5">Brochures</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="f3f17404-36e7-49b7-86a4-2162060816fb">Datasheets</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="fa5d4940-ed3c-4c93-99ba-ac018be6ba7a">Environmental Product Declarations</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="0e7c0650-26e2-4a7d-a403-c052d632fdd4">Green building documentation</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="2ac1823d-ed2f-4eff-aa00-148a59a0fb22">Safe use of stainless steel</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="8c7343ab-f2c9-43e3-85f6-8b2ac6b5aed7">White papers</a> </li> </ul> <div class="tab-content tab-content--clear"> <div class="tab tab--clear clearfix active" data-tab="0856c673-9ba1-4058-9f53-fca3ad2e6fb5"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Special Surfaces - Outokumpu Deco Range</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/industries/documents/bridges-and-infrastructure/facades/deco_brochure_january2021_screen.pdf?revision=176542fe-2056-44e3-96b3-d9c5feb3e685&modified=20210127140409" class="sf-button download-button" title="Special Surfaces - Outokumpu Deco Range">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="f3f17404-36e7-49b7-86a4-2162060816fb"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Deco Linen Datasheet</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/industries/documents/bridges-and-infrastructure/facades/deco-linen-datasheet.pdf?revision=490668b0-6cd4-4251-b2e9-386023271ba6&modified=20240912074413" class="sf-button download-button" title="Deco Linen Datasheet">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Deco Linen without slubs Datasheet</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/industries/documents/bridges-and-infrastructure/facades/deco-linen-without-slubs-datasheet.pdf?revision=49780226-8890-464e-a996-53ddfc3d6564&modified=20240912074408" class="sf-button download-button" title="Deco Linen without slubs Datasheet">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Deco Supermatt Datasheet</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/products/deco/deco_supermatt_datasheet_211102_screen.pdf?revision=fbb6941c-14c6-465d-858d-6a5345a48faf&modified=20211103132607" class="sf-button download-button" title="Deco Supermatt Datasheet">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="fa5d4940-ed3c-4c93-99ba-ac018be6ba7a"> <div class="rich-text-content"> Outokumpu publishes environmental product declarations (EPD) for its main stainless steel products. We are currently updating the documents and they will be published soon on our website.<br /> <br /> If you have any questions, please send a message to: <a href="mailto:sustainability@outokumpu.com">sustainability@outokumpu.com</a> and we will be in touch. </div> </div> <div class="tab tab--clear clearfix " data-tab="0e7c0650-26e2-4a7d-a403-c052d632fdd4"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">LEED Green Building Rating Systems</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/sustainability/outokumpu-leed-green-building-rating-systems.pdf?revision=b7258528-1f65-4ad4-b60a-58d579477af6&modified=20240816092841" class="sf-button download-button" title="LEED Green Building Rating Systems">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">LEED points summary</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/sustainability/us-green-building-council-leed-points-summary.pdf?revision=4f85cd3e-8a91-40e2-8602-3c43e3d37b3c&modified=20171016063444" class="sf-button download-button" title="LEED points summary">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="2ac1823d-ed2f-4eff-aa00-148a59a0fb22"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Safety information sheet for stainless steel in Europe</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/sustainability/outokumpu-eu-safety-information-sheet-stainless-steel.pdf?revision=59a8a15c-ae9b-4052-bb53-3c9efa7817b1&modified=20180629121304" class="sf-button download-button" title="Safety information sheet for stainless steel in Europe">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">RoHS 2018</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/sustainability/outokumpu-rohs-2018.pdf?revision=420469a2-8f70-4382-8efd-d9d15103054c&modified=20180119111713" class="sf-button download-button" title="RoHS 2018">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">A selection of Stainless steel complying with BASTA and BVB</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/sustainability/stalbyggnadsinstitutet-stainless-steel-complying-with-basta-and-bvb.pdf?revision=0f098a0a-b81a-4b79-8353-66feb29ae110&modified=20171016071216" class="sf-button download-button" title="A selection of Stainless steel complying with BASTA and BVB">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="8c7343ab-f2c9-43e3-85f6-8b2ac6b5aed7"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Atmospheric Corrosion Resistance of Stainless Steel</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/advance/atmospheric-corrosion-resistance-of-stainless-steel-2015-3.pdf?revision=ca8cd7db-c895-4250-85b0-8ab41ed64819&modified=20171117090715" class="sf-button download-button" title="Atmospheric Corrosion Resistance of Stainless Steel">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Stainless steel at slightly elevated temperatures</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/advance/stainless-steel-at-slightly-elevated-temperatures-2015-4.pdf?revision=f6d23381-bc47-41ff-a1ec-4af646cf9f18&modified=20171117090738" class="sf-button download-button" title="Stainless steel at slightly elevated temperatures">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">The suitability of stainless steels for road constructions</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/advance/the-suitability-of-stainless-steels-for-road-constructions-2008-1.pdf?revision=f0274b35-d11e-4841-b546-cab2fd953623&modified=20171117090741" class="sf-button download-button" title="The suitability of stainless steels for road constructions">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Austenitic and duplex stainless steels used as construction materials</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/advance/outokumpu-corrosion-management-news-acom-3-edition-2006.pdf?revision=1097eb71-8b5c-4a86-b56d-579aba76f365&modified=20171117090745" class="sf-button download-button" title="Austenitic and duplex stainless steels used as construction materials">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Corrosion properties of UNS S32101 – Reinforcement bar</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/advance/corrosion-properties-of-uns-s32101-reinforcement-bar-2005-2.pdf?revision=90fb6ce4-9a25-4841-856e-2c4157a79b75&modified=20171117090711" class="sf-button download-button" title="Corrosion properties of UNS S32101 – Reinforcement bar">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">A new lean duplex stainless steel for construction purposes</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/advance/outokumpu-corrosion-management-news-2002-1-2.pdf?revision=e2a9dd13-80e6-4bd9-a832-31681ad879c6&modified=20171117090658" class="sf-button download-button" title="A new lean duplex stainless steel for construction purposes">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Weight optimisation in offshore construction </div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/advance/outokumpu-corrosion-management-news-1985-1.pdf?revision=99433482-6d31-4d45-9562-fcfefeb41edf&modified=20171117090727" class="sf-button download-button" title="Weight optimisation in offshore construction ">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">MIC on stainless steels in wastewater treatment plants</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/advance/mic-on-stainless-steels-in-wastewater-treatment-plants-2004-1.pdf?revision=bd2e1196-64d0-4f94-930e-7814607fd170&modified=20171117090726" class="sf-button download-button" title="MIC on stainless steels in wastewater treatment plants">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Stainless steel rebar</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/advance/stainless-steel-rebar-2009-2.pdf?revision=0aa3463f-3809-4155-94e0-6c9cfac91448&modified=20171117090740" class="sf-button download-button" title="Stainless steel rebar">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Utilization of the material strength for lower weight and cost with LDX 2101</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/advance/utilization-of-the-material-strength-for-lower-weight-and-cost-with-ldx-2101-2005-3.pdf?revision=bb0c21bb-dd05-45e5-930b-69a500d72386&modified=20171117090743" class="sf-button download-button" title="Utilization of the material strength for lower weight and cost with LDX 2101">Download</a></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="sticky" data-id="sticky"> <div class="container"> <div class="row"> <div class="col col-xs-12 sticky__wrapper"> <span class="sticky__icon"></span> <p class="sticky__copy"><span>Interested in learning more? </span> <a href="#gatedcontent-996E6CEB-5D08-4717-A6CF-6AEC4E43E54F" class="arrow-button sticky__link">Download these articles.</a></p> </div> </div> </div> </div> </section> </main> <section class="compare-items-footer hidden" data-compare-products="true" data-compare-items-footer data-url="/en/compare-products" data-finish-url="/en/compare-finishes" data-api="/api/Products/GetComparisonItems" > <div class="container"><div class="row"> <div class="col col-md-9"> <ul class="compare-items-footer__container" data-compare-items-container></ul> <h3 class="compare-items-footer__info compare-items-footer__info-deficient">Compare up to 3 products</h3> <h3 class="compare-items-footer__info compare-items-footer__info-full hidden">Compare now</h3> </div> <div class="col col-md-3 compare-items-footer__controls"><div class="compare-items-footer__bts_wrapper"> <button type="button" class="compare-items-footer__compare-bt" data-compare-bt disabled>Compare <span data-amount></span> </button> <button type="button" class="compare-items-footer__clear-bt" data-clear-bt>Clear all</button> </div></div> <button type="button" class="compare-items-footer__visibility-bt" data-visibility-bt> <span class="compare-items-footer__hide">Hide</span> <span class="compare-items-footer__show">Show</span> <span class="compare-items-footer__arrow"></span> </button> </div></div> </section> <div class="article-recommendations" id="" data-inactivity-time="60000"> <div class="container"> <a href="#" tabindex="0" class="article-recommendations__toggle"></a> <div class="article-recommendations-slider"> <h2 class="article-recommendations-slider__header">Still there? Maybe you're also interested in these?</h2> <div class="container"> <div class="row"> <div class="article-recommendations-slider__slider"> <div class="swiper-wrapper article-recommendations-slider__wrapper"> <div class="swiper-slide article-recommendations-slider__item swiper-slide-active"> <div class="article-recommendations-slider__img" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/corrosion-academy/outokumpu-corrosion-academy-cover.jpg?revision=13db9c5b-cc86-48c2-82c3-5b440432cafb&modified=20240223085557&cx=0.18&cy=0.54&cw=100&ch=100&hash=660D9BF6235B728F2E8EFAFFA6F3FBA8"></div> <div class="article-recommendations-slider__content"> <h3>Corrosion Solutions for Pulp and Paper Processes</h3> <div class="article-recommendations-slider__tags"> <span class="round-button">Webinar</span> </div> </div> <a href="/en/expertise/webinars-and-events/corrosion-academy/corrosion-solutions-for-pulp-and-paper-processes" class="article-recommendations__link square-link" title="Corrosion Solutions for Pulp and Paper Processes" alt="Recommended article link">Corrosion Solutions for Pulp and Paper Processes</a> </div> <div class="swiper-slide article-recommendations-slider__item swiper-slide-active"> <div class="article-recommendations-slider__img" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/expertise/circle-green-deco/06_dsc_0172.jpg?revision=c6446c50-7a38-48ca-bf2b-8f72ed09a66f&modified=20241114122914&cx=0.5&cy=0.5&cw=100&ch=100&hash=2839EBD9469E9215C2E4FC4AE794700B"></div> <div class="article-recommendations-slider__content"> <h3>A sliding doors moment for Outokumpu Circle Green®</h3> <div class="article-recommendations-slider__tags"> <span class="round-button">Article</span> </div> </div> <a href="/en/expertise/2024/a-sliding-doors-moment-for-outokumpu-circle-green" class="article-recommendations__link square-link" title="A sliding doors moment for Outokumpu Circle Green®" alt="Recommended article link">A sliding doors moment for Outokumpu Circle Green®</a> </div> <div class="swiper-slide article-recommendations-slider__item swiper-slide-active"> <div class="article-recommendations-slider__img" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/expertise/haro-bridge/haro-bridge-thumbnail.png?revision=dd05d044-3e7d-4ef4-a5e1-1c77cf59b7be&modified=20241022094538&cx=0.47&cy=0.67&cw=100&ch=100&hash=582E8F270D159D3211F4B350D93E832E"></div> <div class="article-recommendations-slider__content"> <h3>Home of Rioja wine toasts sustainable stainless stee...</h3> <div class="article-recommendations-slider__tags"> <span class="round-button">Article</span> </div> </div> <a href="/en/expertise/2024/home-of-rioja-wine-toasts-sustainable-stainless-steel-footbridge" class="article-recommendations__link square-link" title="Home of Rioja wine toasts sustainable stainless steel footbridge" alt="Recommended article link">Home of Rioja wine toasts sustainable stainless stee...</a> </div> <div class="swiper-slide article-recommendations-slider__item swiper-slide-active"> <div class="article-recommendations-slider__img" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/expertise/automotive-articles/outokumpu-automotive-h2-city.png?revision=80203ff4-5a59-490b-a454-15a6276f8915&modified=20241015100829&cx=0.5&cy=0.5&cw=100&ch=100&hash=EBDCCEAB067BD17A469A692D1C92D4FB"></div> <div class="article-recommendations-slider__content"> <h3>Stainless steel offers surprising flexibility for au...</h3> <div class="article-recommendations-slider__tags"> <span class="round-button">Article</span> </div> </div> <a href="/en/expertise/2024/stainless-steel-offers-surprising-flexibility-for-automotive-manufacturing" class="article-recommendations__link square-link" title="Stainless steel offers surprising flexibility for automotive manufacturing" alt="Recommended article link">Stainless steel offers surprising flexibility for au...</a> </div> <div class="swiper-slide article-recommendations-slider__item swiper-slide-active"> <div class="article-recommendations-slider__img" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/expertise/lean-duplex-stainless-steel/lossen-aug-24_1200x630.jpg?revision=c90cf4b7-a8b2-469e-97fe-815d7e1f4b5f&modified=20241007095630&cx=0.5&cy=0.5&cw=100&ch=100&hash=AA7EA6321AA4BDFFBF24D5E839D76FF9"></div> <div class="article-recommendations-slider__content"> <h3>Lean duplex stainless steel helps the hydropower ind...</h3> <div class="article-recommendations-slider__tags"> <span class="round-button">Article</span> </div> </div> <a href="/en/expertise/2024/lean-duplex-stainless-steel-helps-the-hydropower-industry-solve-corrosion-and-operational-challenges" class="article-recommendations__link square-link" title="Lean duplex stainless steel helps the hydropower industry solve corrosion and operational challenges" alt="Recommended article link">Lean duplex stainless steel helps the hydropower ind...</a> </div> <div class="swiper-slide article-recommendations-slider__item swiper-slide-active"> <div class="article-recommendations-slider__img" data-lazyload="https://otke-cdn.outokumpu.com/-/media/images/expertise/designing-bridges-to-last/ssw-expert-talk-2-backhouse-speaker.jpg?revision=1db5b163-4fff-430d-9f49-5311988fc6b3&modified=20200605110731&cx=0.5&cy=0.5&cw=100&ch=100&hash=8184C91EEA3C09FD51A1B3F5D90C4808"></div> <div class="article-recommendations-slider__content"> <h3>Therma 4910 stainless steel could prevent weld failu...</h3> <div class="article-recommendations-slider__tags"> <span class="round-button">Technical article</span> </div> </div> <a href="/en/expertise/2024/therma-4910-stainless-steel-could-prevent-weld-failures-in-thermal-energy-storage-tanks" class="article-recommendations__link square-link" title="Therma 4910 stainless steel could prevent weld failures in thermal energy storage tanks" alt="Recommended article link">Therma 4910 stainless steel could prevent weld failu...</a> </div> </div> <div class="swiper-button-next article-recommendations-slider__next"></div> <div class="swiper-button-prev article-recommendations-slider__prev"></div> </div> </div> </div> </div> </div> </div> <footer> <div class="footer__module"> <div class="footer__module__top"> <div class="container"> <div class="row"> <div class="footer__module__top__header"> <div class="row footer-newsletter"> <div class="col col-12 col-sm-5 footer-newsletter__image-container"> <div class="footer-newsletter__image"> <div class="img" data-lazyload="https://cdn-assets-eu.frontify.com/s3/frontify-enterprise-files-eu/eyJvYXV0aCI6eyJjbGllbnRfaWQiOiJmcm9udGlmeS1maW5kZXIifSwicGF0aCI6Im91dG9rdW1wdVwvYWNjb3VudHNcLzBhXC80MDAwMjY3XC9wcm9qZWN0c1wvMlwvYXNzZXRzXC9kZVwvMTQxOThcLzVlNzYzNTU3ZWRjYzc5ZmMzZTkxMTQxNzZiOWE4NjQ2LTE2NDAwMDkyMjAuanBnIn0:outokumpu:vgXRKej2KFbVQHVQpU5tJwweOVKSfdmxozNNnpVF0AQ?width=2000&cx=0.48&cy=0.52&cw=465&ch=0&cr=max"></div> </div> </div> <div class="col col-12 col-sm-7"> <h2>Keep up to date in the world of stainless steel</h2> <ul> <li>Stainless insights monthly newsletter</li> <li>Industry updates</li> </ul> <a class="sf-button" title="Subscription center" href="https://expertise.outokumpu.com/SubscriptionCenter">Subscription center</a> </div> </div> </div> <div class="footer__module__top__content"> <div class="footer__module__top__content__premise"> <p>Engage with Outokumpu in social channels</p> </div> <ul class="footer__module__top__content__social__media"> <li><a href="https://www.linkedin.com/company/outokumpu" class="footer__module__social__media--linkedin" target="_blank" aria-label="Open Outokumpu LinkedIn page">linkedin</a></li> <li><a href="https://twitter.com/outokumpu" class="footer__module__social__media--twitter" target="_blank" aria-label="Open Outokumpu Twitter page">twitter</a></li> <li><a href="http://www.facebook.com/OutokumpuGroup" class="footer__module__social__media--facebook" target="_blank" aria-label="Open Outokumpu Facebook page">facebook</a></li> <li><a href="https://www.instagram.com/outokumpugroup/" class="footer__module__social__media--instagram" target="_blank" aria-label="Open Outokumpu Instagram page">instagram</a></li> <li><a href="https://www.youtube.com/user/OutokumpuOyj" class="footer__module__social__media--youtube" target="_blank" aria-label="Open Outokumpu Youtube page">youtube</a></li> </ul> </div> </div> </div> </div> <div class="footer__module__bottom"> <div class="container"> <div class="row"> <div class="footer__navigation"> <div class="footer__navigation--column"> <div class="footer__navigation--group "> <div class="footer__navigation--group-title"> <span class="footer__navigation--group-title-txt">Company</span> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> <ul> <li><a href="/en/locations" target="">Locations</a></li> <li><a href="/en/certificates" target="">Certificates</a></li> <li><a href="/en/investors" target="">Investors</a></li> <li><a href="https://careers.outokumpu.com/search/?locale=en_US&utm_source=careersite" target="_blank">Open positions</a></li> <li><a href="/en/news" target="">News</a></li> </ul> </div> </div> </div> <div class="footer__navigation--column"> <div class="footer__navigation--group "> <div class="footer__navigation--group-title"> <a class="footer__navigation--group-title-txt" href="/en/industries" target="">Industries</a> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> <ul> <li><a href="/en/industries/appliances" target="">Appliances</a></li> <li><a href="/en/industries/automotive-and-transportation" target="">Automotive & transportation</a></li> <li><a href="/en/industries/architecture-building-and-infrastructure" target="">Building & infrastructure</a></li> <li><a href="/en/industries/heavy-industry" target="">Energy & heavy industry</a></li> </ul> </div> </div> </div> <div class="footer__navigation--column"> <div class="footer__navigation--group "> <div class="footer__navigation--group-title"> <a class="footer__navigation--group-title-txt" href="/en/products" target="">Products</a> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> <ul> <li><a href="/en/products/flat-products" target="">Flat products</a></li> <li><a href="/en/products/product-ranges" target="">Product ranges</a></li> </ul> </div> </div> </div> <div class="footer__navigation--column"> <div class="footer__navigation--group "> <div class="footer__navigation--group-title"> <a class="footer__navigation--group-title-txt" href="/en/surcharges" target="">Surcharges</a> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> <ul> <li><a href="/en/surcharges/stainless-steel-alloy-surcharges-americas" target="">Americas</a></li> <li><a href="/en/surcharges/stainless-steel-alloy-surcharges-europe" target="">Europe</a></li> <li><a href="/en/surcharges/conditions-of-sale" target="">Conditions</a></li> </ul> </div> </div> <div class="footer__navigation--group empty"> <div class="footer__navigation--group-title"> <a class="footer__navigation--group-title-txt" href="/en/expertise" target="">Expertise</a> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> </div> </div> </div> <div class="footer__navigation--column"> <div class="footer__navigation--group empty"> <div class="footer__navigation--group-title"> <a class="footer__navigation--group-title-txt" href="/en/locations" target="">Contact us</a> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> </div> </div> <div class="footer__navigation--group empty"> <div class="footer__navigation--group-title"> <a class="footer__navigation--group-title-txt" href="https://expertise.outokumpu.com/SubscriptionCenter" target="_blank">Sign up for newsletter</a> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> </div> </div> <div class="footer__navigation--group empty"> <div class="footer__navigation--group-title"> <a class="footer__navigation--group-title-txt" href="https://connect.outokumpu.com/login" target="_blank">Outokumpu Connect</a> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> </div> </div> <div class="footer__navigation--group empty"> <div class="footer__navigation--group-title"> <a class="footer__navigation--group-title-txt" href="https://expertise.outokumpu.com/Request-Entry-To-Preference-Center" target="_blank">Email preference center</a> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> </div> </div> </div> </div> </div> <div class="footer__module__bottom__copyright"> <div class="row"> <div class="col-12 col-sm-6"> <p>© Outokumpu 2024</p> </div> <div class="col-xs-4 col-sm-2 footer__module__bottom__link first"> <a href="/en/privacy-notice">Privacy notice</a> </div> <div class="col-xs-4 col-sm-2 footer__module__bottom__link"> <a href="/en/cookie-declaration">Cookie declaration</a> </div> <div class="col-xs-4 col-sm-2 footer__module__bottom__link last"> <a href="/en/legal-notice">Legal notice</a> </div> </div> </div> </div> </div> </div> </footer> <div class="sidebar"> <div class="sidebar__overlay"></div> <div class="sidebar__wrapper"> <div class="sidebar__container"> <button class="sidebar__mobile-close" aria-label="Close"></button> <div class="sidebar__content-wrap"> <div class="sidebar__content"> <form action="/formbuilder?sc_site=com&fxb.FormItemId=09c049c0-3d36-4fe0-bc2a-e18626fa6be2&fxb.HtmlPrefix=fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774&sc_lang=en" class="sc-form no-progressive-profiling" data-ajax="true" data-ajax-loading="#loader" data-ajax-method="Post" data-ajax-mode="replace-with" data-ajax-success="document.dispatchEvent( new CustomEvent('sc-form-submit-success', {'detail': 'fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_09c049c0-3d36-4fe0-bc2a-e18626fa6be2'}));" data-ajax-update="#fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_09c049c0-3d36-4fe0-bc2a-e18626fa6be2" data-sc-fxb="09c049c0-3d36-4fe0-bc2a-e18626fa6be2" enctype="multipart/form-data" id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_09c049c0-3d36-4fe0-bc2a-e18626fa6be2" method="post"><input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_FormSessionId" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.FormSessionId" type="hidden" value="b8170fd8-a625-48c4-89e7-726cfa98b889" /><input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_IsSessionExpired" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.IsSessionExpired" type="hidden" value="0" /><input name="__RequestVerificationToken" type="hidden" value="4bnVPoYzNL_TLT1OMVY6RcVDaJSA4m7VKck4N5knA0mJGfnXbA9gWhazlGsuammbwYigRwvM52KGd143Tca4ITW1TzXie9xvAaBtVizjPsY1" /><input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_FormItemId" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.FormItemId" type="hidden" value="09c049c0-3d36-4fe0-bc2a-e18626fa6be2" /><input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_PageItemId" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.PageItemId" type="hidden" value="28bf99ad-98d9-4b56-81cf-936d250c07d9" /> <p data-sc-field-key="40D0BA8F581941A4BAF34C08839C7F63" class="h2 sidebar__title">Contact us</p><p data-sc-field-key="C6D50618D46C4688BA17F17B60B4794A" class="">We are here to help. Please fill in the form and we will get back to you.</p><input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_Index_2df89984-c0fe-4bd0-af6b-a6efb5c8ff23" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields.Index" type="hidden" value="2df89984-c0fe-4bd0-af6b-a6efb5c8ff23" /><input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_2df89984-c0fe-4bd0-af6b-a6efb5c8ff23__ItemId" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[2df89984-c0fe-4bd0-af6b-a6efb5c8ff23].ItemId" type="hidden" value="2df89984-c0fe-4bd0-af6b-a6efb5c8ff23" /> <fieldset class="required" data-pp-visible="False" data-pp-priority="False" data-pp-order="3"> <label for="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_2df89984-c0fe-4bd0-af6b-a6efb5c8ff23__Value" class="">First Name</label> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_2df89984-c0fe-4bd0-af6b-a6efb5c8ff23__Value" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[2df89984-c0fe-4bd0-af6b-a6efb5c8ff23].Value" data-eloqua-name="firstName" data-lookup-name="C_FirstName" class="" type="text" value="" maxlength="99" placeholder="" data-sc-tracking="True" data-sc-field-name="First Name" data-sc-field-key="AB271C3B82AE4FBFAF8725BEF7766AD4" data-val-required="This field is required" data-val-regex="No html or url allowed." data-val-regex-pattern="((?!((http(s)?:\/\/.)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)|(<.+?>))).)*" data-val-length="First Name must have at least 0 and no more than 99 characters." data-val-length-max="99" data-val="true" /> <span class="field-validation-valid" data-valmsg-for="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[2df89984-c0fe-4bd0-af6b-a6efb5c8ff23].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_Index_ae95ad4d-9104-4e7c-9f95-83e6fa208dbd" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields.Index" type="hidden" value="ae95ad4d-9104-4e7c-9f95-83e6fa208dbd" /><input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_ae95ad4d-9104-4e7c-9f95-83e6fa208dbd__ItemId" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[ae95ad4d-9104-4e7c-9f95-83e6fa208dbd].ItemId" type="hidden" value="ae95ad4d-9104-4e7c-9f95-83e6fa208dbd" /> <fieldset class="required" data-pp-visible="False" data-pp-priority="False" data-pp-order="4"> <label for="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_ae95ad4d-9104-4e7c-9f95-83e6fa208dbd__Value" class="">Last Name</label> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_ae95ad4d-9104-4e7c-9f95-83e6fa208dbd__Value" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[ae95ad4d-9104-4e7c-9f95-83e6fa208dbd].Value" data-eloqua-name="lastName" data-lookup-name="C_LastName" class="" type="text" value="" maxlength="99" placeholder="" data-sc-tracking="True" data-sc-field-name="Last Name" data-sc-field-key="4C9E1AAE539443498BD07B15A37F22C1" data-val-required="This field is required" data-val-length="Last Name must have at least 0 and no more than 99 characters." data-val-length-max="99" data-val-regex="No html or url allowed." data-val-regex-pattern="((?!((http(s)?:\/\/.)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)|(<.+?>))).)*" data-val="true" /> <span class="field-validation-valid" data-valmsg-for="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[ae95ad4d-9104-4e7c-9f95-83e6fa208dbd].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_Index_e3759eb5-17d9-4a64-8907-2b0844c51cdf" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields.Index" type="hidden" value="e3759eb5-17d9-4a64-8907-2b0844c51cdf" /><input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_e3759eb5-17d9-4a64-8907-2b0844c51cdf__ItemId" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[e3759eb5-17d9-4a64-8907-2b0844c51cdf].ItemId" type="hidden" value="e3759eb5-17d9-4a64-8907-2b0844c51cdf" /> <fieldset class="required" data-pp-visible="True" data-pp-priority="True" data-pp-order="0"> <label for="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_e3759eb5-17d9-4a64-8907-2b0844c51cdf__Value" class="">Business email</label> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_e3759eb5-17d9-4a64-8907-2b0844c51cdf__Value" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[e3759eb5-17d9-4a64-8907-2b0844c51cdf].Value" data-eloqua-name="emailAddress" data-lookup-name="C_EmailAddress" class="" type="email" value="" maxlength="99" data-freemium-domains="@gmail.|@googlemail.|@outlook.|@hotmail.|@aol.|@protonmail.|@gmx.|@icloud.|@me.|mac.|@yahoo.|@tutanota.|@zohocorp.|@yandex.|@mailinator.|@mail.|@mailbox.|@web." placeholder="" data-sc-tracking="True" data-sc-field-name="Email" data-sc-field-key="8F9E59E484D349439DB8783F7C051AB9" data-val-required="This field is required" data-val-regex="Business email contains an invalid email address." data-val-regex-pattern="^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,17}$" data-val-length="Business email must have at least 0 and no more than 99 characters." data-val-length-max="99" data-val-emaildomain="This email domain is not allowed, please use business email instead." data-val-emaildomain-excludeddomains="@gmail.|@googlemail.|@outlook.|@hotmail.|@aol.|@protonmail.|@gmx.|@icloud.|@me.|mac.|@yahoo.|@tutanota.|@zohocorp.|@yandex.|@mailinator.|@mail.|@mailbox.|@web." data-val="true" /> <span class="field-validation-valid" data-valmsg-for="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[e3759eb5-17d9-4a64-8907-2b0844c51cdf].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_Index_183c7bf1-35fe-4c64-b714-982cc39d6ad2" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields.Index" type="hidden" value="183c7bf1-35fe-4c64-b714-982cc39d6ad2" /><input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_183c7bf1-35fe-4c64-b714-982cc39d6ad2__ItemId" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[183c7bf1-35fe-4c64-b714-982cc39d6ad2].ItemId" type="hidden" value="183c7bf1-35fe-4c64-b714-982cc39d6ad2" /> <fieldset class="required" data-pp-visible="False" data-pp-priority="True" data-pp-order="0"> <label for="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_183c7bf1-35fe-4c64-b714-982cc39d6ad2__Value" class="">Company</label> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_183c7bf1-35fe-4c64-b714-982cc39d6ad2__Value" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[183c7bf1-35fe-4c64-b714-982cc39d6ad2].Value" data-eloqua-name="company" data-lookup-name="C_Company" class="" type="text" value="" maxlength="99" placeholder="" data-sc-tracking="True" data-sc-field-name="Company" data-sc-field-key="39D3F35EFBA14C8B852BE622992EDFA8" data-val-required="This field is required" data-val-regex="No html or url allowed." data-val-regex-pattern="((?!((http(s)?:\/\/.)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)|(<.+?>))).)*" data-val-length="Company must have at least 0 and no more than 99 characters." data-val-length-max="99" data-val="true" /> <span class="field-validation-valid" data-valmsg-for="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[183c7bf1-35fe-4c64-b714-982cc39d6ad2].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_Index_fc16c8b8-bc71-4b18-98c1-1867c50bde17" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields.Index" type="hidden" value="fc16c8b8-bc71-4b18-98c1-1867c50bde17" /><input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_fc16c8b8-bc71-4b18-98c1-1867c50bde17__ItemId" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[fc16c8b8-bc71-4b18-98c1-1867c50bde17].ItemId" type="hidden" value="fc16c8b8-bc71-4b18-98c1-1867c50bde17" /> <fieldset class="" data-pp-visible="False" data-pp-priority="False" data-pp-order="0"> <label for="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_fc16c8b8-bc71-4b18-98c1-1867c50bde17__Value" class="">Phone number</label> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_fc16c8b8-bc71-4b18-98c1-1867c50bde17__Value" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[fc16c8b8-bc71-4b18-98c1-1867c50bde17].Value" data-eloqua-name="phoneNumber" data-lookup-name="" class="" type="text" value="" maxlength="99" placeholder="" data-sc-tracking="True" data-sc-field-name="Phone Number" data-sc-field-key="F62F711CAB364A728C9756EA5C2BA8AC" data-val-regex="Phone number contains an invalid telephone number." data-val-regex-pattern="^[+]*[(]{0,1}[0-9]{1,4}[)]{0,1}[-\s\./0-9]*$" data-val-length="Phone number must have at least 0 and no more than 99 characters." data-val-length-max="99" data-val="true" /> <span class="field-validation-valid" data-valmsg-for="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[fc16c8b8-bc71-4b18-98c1-1867c50bde17].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_Index_22dcda09-4885-455e-9f4f-326013788d87" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields.Index" type="hidden" value="22dcda09-4885-455e-9f4f-326013788d87" /><input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_22dcda09-4885-455e-9f4f-326013788d87__ItemId" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[22dcda09-4885-455e-9f4f-326013788d87].ItemId" type="hidden" value="22dcda09-4885-455e-9f4f-326013788d87" /> <fieldset class="required" data-pp-visible="False" data-pp-priority="True" data-pp-order="0"> <label for="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_22dcda09-4885-455e-9f4f-326013788d87__Value" class="">Your country</label> <div class="simple-select"> <select id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_22dcda09-4885-455e-9f4f-326013788d87__Value" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[22dcda09-4885-455e-9f4f-326013788d87].Value" data-eloqua-name="country" data-lookup-name="C_Country" class="" data-sc-tracking="True" data-sc-field-name="Country" data-sc-field-key="27FAD7A643AC47E4A2062147B36D2A6C" data-val-required="This field is required" data-val="true"> <option value="">--- Please select ---</option> <option value="Afghanistan">Afghanistan</option> <option value="Albania">Albania</option> <option value="Algeria">Algeria</option> <option value="Andorra">Andorra</option> <option value="Argentina">Argentina</option> <option value="Australia">Australia</option> <option value="Austria">Austria</option> <option value="Azerbaijan">Azerbaijan</option> <option value="Bahrain">Bahrain</option> <option value="Bangladesh">Bangladesh</option> <option value="Barbados">Barbados</option> <option value="Belarus">Belarus</option> <option value="Belgium">Belgium</option> <option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option> <option value="Brazil">Brazil</option> <option value="British Virgin Islands">British Virgin Islands</option> <option value="Bulgaria">Bulgaria</option> <option value="Canada">Canada</option> <option value="Chile">Chile</option> <option value="China">China</option> <option value="Colombia">Colombia</option> <option value="Congo">Congo</option> <option value="Costa Rica">Costa Rica</option> <option value="Croatia">Croatia</option> <option value="Cuba">Cuba</option> <option value="Cyprus">Cyprus</option> <option value="Czech Republic">Czech Republic</option> <option value="Democratic Republic of the Congo">Democratic Republic of the Congo</option> <option value="Denmark">Denmark</option> <option value="Ecuador">Ecuador</option> <option value="Egypt">Egypt</option> <option value="Estonia">Estonia</option> <option value="Finland">Finland</option> <option value="France">France</option> <option value="Georgia">Georgia</option> <option value="Germany">Germany</option> <option value="Gibraltar">Gibraltar</option> <option value="Greece">Greece</option> <option value="Guadeloupe">Guadeloupe</option> <option value="Hong Kong">Hong Kong</option> <option value="Hungary">Hungary</option> <option value="Iceland">Iceland</option> <option value="India">India</option> <option value="Indonesia">Indonesia</option> <option value="Iran">Iran</option> <option value="Ireland">Ireland</option> <option value="Israel">Israel</option> <option value="Italy">Italy</option> <option value="Japan">Japan</option> <option value="Jordan">Jordan</option> <option value="Kuwait">Kuwait</option> <option value="Latvia">Latvia</option> <option value="Lebanon">Lebanon</option> <option value="Liechtenstein">Liechtenstein</option> <option value="Lithuania">Lithuania</option> <option value="Luxembourg">Luxembourg</option> <option value="Macao">Macao</option> <option value="Malaysia">Malaysia</option> <option value="Malta">Malta</option> <option value="Mauritius">Mauritius</option> <option value="Mexico">Mexico</option> <option value="Moldova">Moldova</option> <option value="Morocco">Morocco</option> <option value="Namibia">Namibia</option> <option value="Netherlands">Netherlands</option> <option value="New Caledonia">New Caledonia</option> <option value="New Zealand">New Zealand</option> <option value="Norway">Norway</option> <option value="Oman">Oman</option> <option value="Pakistan">Pakistan</option> <option value="Panama">Panama</option> <option value="Peru">Peru</option> <option value="Philippines">Philippines</option> <option value="Poland">Poland</option> <option value="Portugal">Portugal</option> <option value="Qatar">Qatar</option> <option value="Republic of North Macedonia">Republic of North Macedonia</option> <option value="Reunion">Reunion</option> <option value="Romania">Romania</option> <option value="Russian Federation">Russian Federation</option> <option value="San Marino">San Marino</option> <option value="Saudi Arabia">Saudi Arabia</option> <option value="Serbia">Serbia</option> <option value="Sierra Leone">Sierra Leone</option> <option value="Singapore">Singapore</option> <option value="Slovakia">Slovakia</option> <option value="Slovenia">Slovenia</option> <option value="South Africa">South Africa</option> <option value="South Korea">South Korea</option> <option value="Spain">Spain</option> <option value="Sri Lanka">Sri Lanka</option> <option value="Sweden">Sweden</option> <option value="Switzerland">Switzerland</option> <option value="Taiwan">Taiwan</option> <option value="Thailand">Thailand</option> <option value="Tokelau Islands">Tokelau Islands</option> <option value="Tunisia">Tunisia</option> <option value="Turkey">Turkey</option> <option value="Ukraine">Ukraine</option> <option value="United Arab Emirates">United Arab Emirates</option> <option value="United Kingdom">United Kingdom</option> <option value="United States">United States</option> <option value="Uruguay">Uruguay</option> <option value="Venezuela">Venezuela</option> <option value="Vietnam">Vietnam</option> <option value="Zimbabwe">Zimbabwe</option> </select> </div> <span class="field-validation-valid" data-valmsg-for="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[22dcda09-4885-455e-9f4f-326013788d87].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_Index_cc867b99-d595-427c-b1bd-1137f68d2d76" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields.Index" type="hidden" value="cc867b99-d595-427c-b1bd-1137f68d2d76" /><input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_cc867b99-d595-427c-b1bd-1137f68d2d76__ItemId" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[cc867b99-d595-427c-b1bd-1137f68d2d76].ItemId" type="hidden" value="cc867b99-d595-427c-b1bd-1137f68d2d76" /> <fieldset class="required" data-pp-visible="False" data-pp-priority="False" data-pp-order="0"> <label for="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_cc867b99-d595-427c-b1bd-1137f68d2d76__Value" class="">Your reason for contact</label> <div class="simple-select"> <select id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_cc867b99-d595-427c-b1bd-1137f68d2d76__Value" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[cc867b99-d595-427c-b1bd-1137f68d2d76].Value" data-eloqua-name="reasonForContact" data-lookup-name="" class="" data-sc-tracking="True" data-sc-field-name="Reason for contact" data-sc-field-key="B696540821624E868CA68EE244C3C4BC" data-val-required="This field is required" data-val="true"> <option value="">--- Please select ---</option> <option value="Sales inquiry">Sales inquiry</option> <option value="Media and sustainability inquiries">Media and sustainability inquiries</option> <option value="Technical support">Technical support</option> <option value="Career opportunities">Career opportunities</option> <option value="Invoicing inquiry">Invoicing inquiry</option> </select> </div> <span class="field-validation-valid" data-valmsg-for="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[cc867b99-d595-427c-b1bd-1137f68d2d76].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_Index_b38f1485-1e92-4435-97be-3550eb76f2cb" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields.Index" type="hidden" value="b38f1485-1e92-4435-97be-3550eb76f2cb" /><input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_b38f1485-1e92-4435-97be-3550eb76f2cb__ItemId" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[b38f1485-1e92-4435-97be-3550eb76f2cb].ItemId" type="hidden" value="b38f1485-1e92-4435-97be-3550eb76f2cb" /> <fieldset class="required" data-pp-visible="False" data-pp-priority="False" data-pp-order="1"> <label for="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_b38f1485-1e92-4435-97be-3550eb76f2cb__Value" class="">Your industry</label> <div class="simple-select"> <select id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_b38f1485-1e92-4435-97be-3550eb76f2cb__Value" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[b38f1485-1e92-4435-97be-3550eb76f2cb].Value" data-eloqua-name="industrySegment" data-lookup-name="C_Industry1" class="" data-sc-tracking="True" data-sc-field-name="Industry" data-sc-field-key="B57C614A9F3240678F6A19355D8EEC61" data-val-required="This field is required" data-val="true"> <option value="">--- Please select ---</option> <option value="Architecture and building">Architecture and building</option> <option value="Authorities and associations">Authorities and associations</option> <option value="Automotive and transportation">Automotive and transportation</option> <option value="Chemical process industry">Chemical process industry</option> <option value="Commercial kitchen and catering">Commercial kitchen and catering</option> <option value="Distributors and traders">Distributors and traders</option> <option value="Energy Industry">Energy Industry</option> <option value="Food and beverage">Food and beverage</option> <option value="Heavy industry">Heavy industry</option> <option value="Infrastructure">Infrastructure</option> <option value="Machine building industry">Machine building industry</option> <option value="Mining and minerals">Mining and minerals</option> <option value="Oil and gas">Oil and gas</option> <option value="Pulp and paper">Pulp and paper</option> <option value="Tank manufacturing">Tank manufacturing</option> <option value="Tube manufacturing">Tube manufacturing</option> <option value="Universities and other research centers">Universities and other research centers</option> <option value="Water utility">Water utility</option> <option value="Other">Other</option> </select> </div> <span class="field-validation-valid" data-valmsg-for="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[b38f1485-1e92-4435-97be-3550eb76f2cb].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_Index_c364bb7e-9869-47ce-b5ba-a8afadb3d133" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields.Index" type="hidden" value="c364bb7e-9869-47ce-b5ba-a8afadb3d133" /><input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_c364bb7e-9869-47ce-b5ba-a8afadb3d133__ItemId" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[c364bb7e-9869-47ce-b5ba-a8afadb3d133].ItemId" type="hidden" value="c364bb7e-9869-47ce-b5ba-a8afadb3d133" /> <fieldset class="" data-pp-visible="False" data-pp-priority="False" data-pp-order="0"> <label for="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_c364bb7e-9869-47ce-b5ba-a8afadb3d133__Value" class="">Your area of interest</label> <div class="simple-select"> <select id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_c364bb7e-9869-47ce-b5ba-a8afadb3d133__Value" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[c364bb7e-9869-47ce-b5ba-a8afadb3d133].Value" data-eloqua-name="areaOfInterest" data-lookup-name="" class="" data-sc-tracking="True" data-sc-field-name="Area of interest" data-sc-field-key="0B172FE1DD934C85A5170AE45DD0849A" > <option value="">--- Please select ---</option> <option value="Stainless steel flat products">Stainless steel flat products</option> <option value="Ferrochrome products">Ferrochrome products</option> </select> </div> <span class="field-validation-valid" data-valmsg-for="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[c364bb7e-9869-47ce-b5ba-a8afadb3d133].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_Index_20f456d2-1edd-4e59-9fe1-6f555acb5329" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields.Index" type="hidden" value="20f456d2-1edd-4e59-9fe1-6f555acb5329" /><input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_20f456d2-1edd-4e59-9fe1-6f555acb5329__ItemId" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[20f456d2-1edd-4e59-9fe1-6f555acb5329].ItemId" type="hidden" value="20f456d2-1edd-4e59-9fe1-6f555acb5329" /> <fieldset class="" data-pp-visible="False" data-pp-priority="False" data-pp-order="0"> <label for="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_20f456d2-1edd-4e59-9fe1-6f555acb5329__Value" class="">Tell us more about how we can help you</label> <textarea id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_20f456d2-1edd-4e59-9fe1-6f555acb5329__Value" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[20f456d2-1edd-4e59-9fe1-6f555acb5329].Value" data-eloqua-name="description" data-lookup-name="" class="" rows="4" maxlength="3900" placeholder="" data-sc-tracking="True" data-sc-field-name="Description" data-sc-field-key="D2649E506CE24C54BA2CFB68697832D9" data-val-length="Tell us more about how we can help you must have at least 0 and no more than 3900 characters." data-val-length-max="3900" data-val-regex="No html or url allowed." data-val-regex-pattern="((?!((http(s)?:\/\/.)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)|(<.+?>))).)*" data-val="true"></textarea> <span class="field-validation-valid" data-valmsg-for="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[20f456d2-1edd-4e59-9fe1-6f555acb5329].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_Index_b1f88055-3010-49c5-8f81-94d9e76f7bc4" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields.Index" type="hidden" value="b1f88055-3010-49c5-8f81-94d9e76f7bc4" /><input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_b1f88055-3010-49c5-8f81-94d9e76f7bc4__ItemId" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[b1f88055-3010-49c5-8f81-94d9e76f7bc4].ItemId" type="hidden" value="b1f88055-3010-49c5-8f81-94d9e76f7bc4" /> <fieldset class="single-checkbox " > <label for="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_b1f88055-3010-49c5-8f81-94d9e76f7bc4__Value" class=""> <input type="checkbox" id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_b1f88055-3010-49c5-8f81-94d9e76f7bc4__Value" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[b1f88055-3010-49c5-8f81-94d9e76f7bc4].Value" data-eloqua-name="marketingPermission" data-lookup-name="C_Marketing_permission1" class="" value="true" data-sc-tracking="True" data-sc-field-name="Marketing Privacy Consent" data-sc-field-key="8DB7703652C343058F0D88426AD0982E" data-val-required="The Value field is required." data-val="true" /> <p class="rich-text-content">Outokumpu can keep me up to date with timely and relevant information. Outokumpu is committed to keeping personal data confidential and secure, and to processing personal data only in accordance with applicable privacy and data protection laws. Please read our <a target="_blank" class="consenta" href="https://www.outokumpu.com/en/privacy-notice-for-marketing">Privacy notice</a>.</p> <input type="hidden" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[b1f88055-3010-49c5-8f81-94d9e76f7bc4].Value" value="false" /> </label> <span class="field-validation-valid" data-valmsg-for="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[b1f88055-3010-49c5-8f81-94d9e76f7bc4].Value" data-valmsg-replace="true"></span> </fieldset> <fieldset> <input value="Clear form" type="button" class="sc-form-reset-button" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.b33f2cbd-f9c7-437d-81c5-8a324f051845" data-sc-field-key="FEB6EBE2A1BF4592BE82CE66CD0884B8" /> </fieldset> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_Index_2ca42964-d09a-42e6-bfc9-17bfa5ff4cab" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields.Index" type="hidden" value="2ca42964-d09a-42e6-bfc9-17bfa5ff4cab" /><input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_2ca42964-d09a-42e6-bfc9-17bfa5ff4cab__ItemId" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[2ca42964-d09a-42e6-bfc9-17bfa5ff4cab].ItemId" type="hidden" value="2ca42964-d09a-42e6-bfc9-17bfa5ff4cab" /> <div id="friendlyCaptcha" class="frc-captcha" data-lang="en" data-start="none"></div> <span class="field-validation-error recaptcha-error" id="captchaError-fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_2ca42964-d09a-42e6-bfc9-17bfa5ff4cab__Value" style="display:none"></span> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_Fields_2ca42964-d09a-42e6-bfc9-17bfa5ff4cab__Value" class="frc-captcha-token" style="opacity:0; display: block; margin-top: -20px;" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[2ca42964-d09a-42e6-bfc9-17bfa5ff4cab].Value" data-sc-tracking="True" data-sc-field-name="Friendly Captcha" data-val-required="This field is required" data-val="true" /> <span class="field-validation-valid" data-valmsg-for="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.Fields[2ca42964-d09a-42e6-bfc9-17bfa5ff4cab].Value" data-valmsg-replace="true"></span> <input value="Submit" type="submit" class="sf-button " name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.f6312acd-cd2e-4183-bc23-0a2d8354865c" data-sc-field-key="AF4C1CA2CB3D41D9A8EC6F700647CD7C" data-action-submit="contactformSubmit" data-action-change="contactformStart" /> <div class="sc-form__loading" id="loader" style="display: none;"><div></div><div></div><div></div><div></div></div> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_NavigationButtons" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.NavigationButtons" type="hidden" value="f6312acd-cd2e-4183-bc23-0a2d8354865c" /> <input id="fxb_09097a5d-13c2-4bd0-a196-3e7d9da4b774_f6312acd-cd2e-4183-bc23-0a2d8354865c" name="fxb.09097a5d-13c2-4bd0-a196-3e7d9da4b774.f6312acd-cd2e-4183-bc23-0a2d8354865c" type="hidden" value="1" /> <fieldset class="" data-pp-visible="False" data-pp-priority="False" data-pp-order="0"><p>Want to stay up to date in the world of stainless steel? <a target="_blank" href="https://expertise.outokumpu.com/SubscriptionCenter">Subscribe to our newsletter</a></p></fieldset> <input type="hidden" data-sc-fxb-condition value='{}'/> </form> </div> </div> </div> <button type="button" class="sidebar__toggle-bt" data-open="Contact" data-close="Close"> <span> Contact </span> </button> </div> </div> <div id="form-settings-section" style="display:none"> </div> <!-- vendor scripts --> <script src="https://otke-cdn.outokumpu.com/scripts/Outokumpu.Foundation.Theme.min.js?_=1730122625556" data-cookieconsent="ignore" defer ></script> <script src="/sitecore%20modules/Web/ExperienceForms/scripts/jquery-3.4.1.min.js"></script> <script src="/sitecore%20modules/Web/ExperienceForms/scripts/jquery.validate.min.js"></script> <script src="/sitecore%20modules/Web/ExperienceForms/scripts/jquery.validate.unobtrusive.min.js"></script> <script src="/sitecore%20modules/Web/ExperienceForms/scripts/jquery.unobtrusive-ajax.min.js"></script> <script src="/sitecore%20modules/Web/ExperienceForms/scripts/form.validate.js"></script> <script src="/sitecore%20modules/Web/ExperienceForms/scripts/form.tracking.js"></script> <script src="/sitecore%20modules/Web/ExperienceForms/scripts/form.conditions.js"></script> <script src="/sitecore%20modules/Web/ExperienceForms/scripts/form.custom.validations.js"></script> <!-- pingdom --> <script src="//rum-static.pingdom.net/pa-5acb5f3b0b34680007000658.js" async></script> <!-- END: pingdom --> <!--Survey form UX measurement tool--> <!-- greet bar embed - place inside the html body tags - include on all pages --> <section style="background: #F2F9FD; display:none; position:fixed;" class="barEmbed" id="barEmbed"><p style="color: #003057; font-size: 18px; font-family: Tee Franklin Forever Round,Helvetica,Arial,sans-serif; font-weight:400; justify-content: center;align-items: center;">Quick survey: What do you think of our web experience?</p><button style="border-radius: 4px; color: #FFFFFF;font-size: 15px;background: #009EE8;" class="greet-popup-open" onClick="(function(){ openGreetPopup(); document.getElementById('surveyFrame').src=document.getElementById('surveyFrame').dataset.src; })()">Rate Us</button><span id="barEmbedClose" style="margin-left:0.6em;padding:0.4em 0.8em;cursor:pointer; font-size:1.4em">×</span></section> <!-- Measurement tool iframe embed - place inside the html body tags - include on all pages --> <section class="greet_popup" id="greet_popup" style="display:none"><iframe id="surveyFrame" title="UX Survey" src="" data-src="https://outokumpu.outgrow.us/641d41cbd0fdd96e580864bb" allow="camera *;"></iframe><a href="javascript:void(0);" class="close-popup" onClick="closeGreetPopup()"></a></section> <!--End Survey form UX measurement tool--> </body> </html>