CINXE.COM

Data Privacy - Sesotec GmbH - How we collect and handle data

<!-- $Id: simple.liquid 48533 2019-03-28 17:36:25Z blanco $ --> <!-- $Id: default.liquid 50923 2023-06-15 13:14:04Z blanco $ --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Data Privacy - Sesotec GmbH - How we collect and handle data</title> <meta name="description" content="Data privacy is a priority at Sesotec. Read about our compliance with GDPR and other measures we take to ensure the protection of your information."> <meta name="keywords" content=""> <!-- $Id: localized_formats.liquid 48535 2019-04-01 12:46:16Z blanco $ --> <!-- Localized format strings loaded, no output --> <link rel="shortcut icon" href="/sites/593fc2aac25e5b0640a20ff8/theme/images/favicon.png?1724399351"> <link rel="alternate" type="application/rss+xml" title="RSS" href="https://www.sesotec.com/emea/en.xml" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/bootstrap.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/slick-1.6.0/slick/slick.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/lightbox/dist/ekko-lightbox.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/bootstrap-select-1.12.4/css/bootstrap-select.min.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <script> var MTUserId='6c381958-ee50-4c6b-b5ab-07f01e807a1e'; var MTFontIds = new Array(); MTFontIds.push("6018010"); // Calibri W01 Bold Italic MTFontIds.push("6018022"); // Calibri W01 Italic MTFontIds.push("6018051"); // Calibri W01 Regular MTFontIds.push("6018059"); // Calibri W01 Bold (function() { var mtTracking = document.createElement('script'); mtTracking.type='text/javascript'; mtTracking.async='true'; mtTracking.src='/sites/593fc2aac25e5b0640a20ff8/theme/fonts/FS-WebFonts-255413651/mtiFontTrackingCode.js'; (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(mtTracking); })(); </script> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/application.css?1724399351" media="all" rel="stylesheet" type="text/css" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/cookieCuttr/cookiecuttr.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.min.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.migrate.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/bootstrap.min.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/bootstrap/validator.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/slick-1.6.0/slick/slick.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.scrolltofixed.min.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.masonry.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/lightbox/dist/ekko-lightbox.min.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/application.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.cookie.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/cookieCuttr/jquery.cookiecuttr.js?1724399351" type="text/javascript" ></script> <script type="module" src="https://cdn.jsdelivr.net/npm/friendly-challenge@0.9.13/widget.module.min.js" async defer ></script> <script nomodule src="https://cdn.jsdelivr.net/npm/friendly-challenge@0.9.13/widget.min.js" async defer></script> <link rel="stylesheet" type="text/css" href="/assets/locomotive/wysihtml5_editor-b4f58f3877730b43505cbeda3a6e0ea4cd726201b999e2039660fdb751bcf6f3.css"></head> <body class=" "> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MNZS6P" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="loader" style="display: none;"></div> <script> $(document).ready(function () { $(document).ajaxStop(function(){ $("#loader").hide(); }); $(document).ajaxStart(function(){ $("#loader").show(); }); }); </script> <script> const cyrb53 = function (str, seed = 0) { var h1 = 0xdeadbeef ^ seed, h2 = 0x41c6ce57 ^ seed; for (var i = 0, ch; i < str.length; i++) { ch = str.charCodeAt(i); h1 = Math.imul(h1 ^ ch, 2654435761); h2 = Math.imul(h2 ^ ch, 1597334677); } h1 = Math.imul(h1 ^ h1 >>> 16, 2246822507) ^ Math.imul(h2 ^ h2 >>> 13, 3266489909); h2 = Math.imul(h2 ^ h2 >>> 16, 2246822507) ^ Math.imul(h1 ^ h1 >>> 13, 3266489909); return 4294967296 * (2097151 & h2) + (h1 >>> 0); }; function deleteAllCookies(){ cookiesToSkip = ["country", "_sesotec-engine_session", "cc_cookie_accept", "cc_cookie_decline"]; var cookies = $.cookie(); for(var cookie in cookies) { if(cookiesToSkip.includes(cookie)){ continue; } $.removeCookie(cookie); $.removeCookie(cookie, { path: '/'}) ; $.removeCookie(cookie, { path: '/', domain: jQuery(location).attr('hostname')}); $.removeCookie(cookie, { path: '/', domain: jQuery(location).attr('hostname').split('.').slice(-2).join('.')}); } } $(function() { $.cookieCuttr({ cookieAnalytics: false, cookieAcceptButton: true, cookieDeclineButton:true, cookieMessage: 'We use cookies and various analytics tools on our website to provide you with the best possible service. Some of them are essential, while others help us to improve this website and your experience with it. You can accept or decline the non-essential cookies and analytics tools here. &nbsp;&nbsp;&nbsp;> <a href="http://www.sesotec.com/emea/en/data-privacy#cookies">More Info.</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;', cookieAcceptButtonText: 'Accept all cookies and analytics tools.', cookieDeclineButtonText: 'Decline non-essential cookies and analytics tools.' }); }); var cookiefulTrackingOK = jQuery.cookie('cc_cookie_accept') == 'cc_cookie_accept'; //remove all cookies if cookies declined if ($.cookie('cc_cookie_decline') == "cc_cookie_decline"){ deleteAllCookies(); $.cookie('cc_cookie_decline','cc_cookie_decline',{ path: '/' }); } var clientIP = "82.165.74.223"; // Validity period of the client ID var validityInterval = Math.round(new Date() / 1000 / 3600 / 8); var clientIDSource = clientIP + ";" + window.location.host + ";" + navigator.userAgent + ";" + navigator.language + ";" + validityInterval; var clientIDHashed = cyrb53(clientIDSource).toString(16); dataLayer = [{ 'cookiefulTrackingOK': cookiefulTrackingOK, 'clientId': clientIDHashed }]; <!-- Google Tag Manager --> (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-MNZS6P'); <!-- End Google Tag Manager --> </script> <!-- $Id: header.liquid 50633 2021-12-07 09:17:50Z blanco $ --> <header> <!-- $Id: top_nav.liquid 49170 2019-07-25 14:24:14Z blanco $ --> <div class="full-width-wrapper bg-grey-light top-nav header hidden-print"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <nav class="top-nav"> <ul> <li aria-hidden="true" data-toggle="modal" data-target="#countryModal"> <a class="fa fa-globe" style="font-size:1.5em;"></a> <div class="dropdown" style="float:right"> <button id="li-countries" class="no-border btn btn-primary dropdown-toggle" type="button"> <span class="def">Select country</span> <span style="display:none" data-country="AF" class="dropdown-toggle">Afghanistan</span> <span style="display:none" data-country="AX" class="dropdown-toggle">Aland Islands</span> <span style="display:none" data-country="AL" class="dropdown-toggle">Albania</span> <span style="display:none" data-country="DZ" class="dropdown-toggle">Algeria</span> <span style="display:none" data-country="AS" class="dropdown-toggle">American Samoa</span> <span style="display:none" data-country="AD" class="dropdown-toggle">Andorra</span> <span style="display:none" data-country="AO" class="dropdown-toggle">Angola</span> <span style="display:none" data-country="AI" class="dropdown-toggle">Anguilla</span> <span style="display:none" data-country="AG" class="dropdown-toggle">Antigua & Barbuda</span> <span style="display:none" data-country="AR" class="dropdown-toggle">Argentina</span> <span style="display:none" data-country="AM" class="dropdown-toggle">Armenia</span> <span style="display:none" data-country="AW" class="dropdown-toggle">Aruba</span> <span style="display:none" data-country="AU" class="dropdown-toggle">Australia</span> <span style="display:none" data-country="AT" class="dropdown-toggle">Austria</span> <span style="display:none" data-country="AZ" class="dropdown-toggle">Aserbaidschan</span> <span style="display:none" data-country="BS" class="dropdown-toggle">Bahamas</span> <span style="display:none" data-country="BH" class="dropdown-toggle">Bahrain</span> <span style="display:none" data-country="BD" class="dropdown-toggle">Bangladesh</span> <span style="display:none" data-country="BB" class="dropdown-toggle">Barbados</span> <span style="display:none" data-country="BY" class="dropdown-toggle">Belarus</span> <span style="display:none" data-country="BE" class="dropdown-toggle">Belgium</span> <span style="display:none" data-country="BZ" class="dropdown-toggle">Belize</span> <span style="display:none" data-country="BJ" class="dropdown-toggle">Benin</span> <span style="display:none" data-country="BM" class="dropdown-toggle">Bermuda</span> <span style="display:none" data-country="BT" class="dropdown-toggle">Bhutan</span> <span style="display:none" data-country="BO" class="dropdown-toggle">Bolivia</span> <span style="display:none" data-country="BQ" class="dropdown-toggle">Bonaire, Sint Eustatius and Saba</span> <span style="display:none" data-country="BA" class="dropdown-toggle">Bosnia-Herzegovina</span> <span style="display:none" data-country="BW" class="dropdown-toggle">Botswana</span> <span style="display:none" data-country="BV" class="dropdown-toggle">Bouvet Island</span> <span style="display:none" data-country="BR" class="dropdown-toggle">Brazil</span> <span style="display:none" data-country="IO" class="dropdown-toggle">British Indian Ocean Territory</span> <span style="display:none" data-country="BN" class="dropdown-toggle">Brunei</span> <span style="display:none" data-country="BG" class="dropdown-toggle">Bulgaria</span> <span style="display:none" data-country="BF" class="dropdown-toggle">Burkina Faso</span> <span style="display:none" data-country="BI" class="dropdown-toggle">Burundi</span> <span style="display:none" data-country="KH" class="dropdown-toggle">Cambodia</span> <span style="display:none" data-country="CM" class="dropdown-toggle">Cameroon</span> <span style="display:none" data-country="CA" class="dropdown-toggle">Canada</span> <span style="display:none" data-country="CV" class="dropdown-toggle">Cape Verde</span> <span style="display:none" data-country="KY" class="dropdown-toggle">Cayman Islands</span> <span style="display:none" data-country="CF" class="dropdown-toggle">Central African Republic</span> <span style="display:none" data-country="TD" class="dropdown-toggle">Chad</span> <span style="display:none" data-country="CL" class="dropdown-toggle">Chile</span> <span style="display:none" data-country="CN" class="dropdown-toggle">China</span> <span style="display:none" data-country="TW" class="dropdown-toggle">Taiwan</span> <span style="display:none" data-country="CX" class="dropdown-toggle">Christmas Island</span> <span style="display:none" data-country="CC" class="dropdown-toggle">Cocos (Keeling) Islands</span> <span style="display:none" data-country="CO" class="dropdown-toggle">Colombia</span> <span style="display:none" data-country="KM" class="dropdown-toggle">Comoros</span> <span style="display:none" data-country="CG" class="dropdown-toggle">Republic of the Congo</span> <span style="display:none" data-country="CD" class="dropdown-toggle">Democratic Republic of the Congo</span> <span style="display:none" data-country="CK" class="dropdown-toggle">Cook Islands</span> <span style="display:none" data-country="CR" class="dropdown-toggle">Costa Rica</span> <span style="display:none" data-country="CI" class="dropdown-toggle">Ivory Coast</span> <span style="display:none" data-country="HR" class="dropdown-toggle">Croatia</span> <span style="display:none" data-country="CU" class="dropdown-toggle">Cuba</span> <span style="display:none" data-country="CW" class="dropdown-toggle">Curaçao</span> <span style="display:none" data-country="CY" class="dropdown-toggle">Cyprus</span> <span style="display:none" data-country="CZ" class="dropdown-toggle">Czech Republic</span> <span style="display:none" data-country="DK" class="dropdown-toggle">Denmark</span> <span style="display:none" data-country="DJ" class="dropdown-toggle">Djibouti</span> <span style="display:none" data-country="DM" class="dropdown-toggle">Dominica</span> <span style="display:none" data-country="DO" class="dropdown-toggle">Dominican Republic</span> <span style="display:none" data-country="EC" class="dropdown-toggle">Ecuador</span> <span style="display:none" data-country="EG" class="dropdown-toggle">Egypt</span> <span style="display:none" data-country="SV" class="dropdown-toggle">El Salvador</span> <span style="display:none" data-country="GQ" class="dropdown-toggle">Equatorial Guinea</span> <span style="display:none" data-country="ER" class="dropdown-toggle">Eritrea</span> <span style="display:none" data-country="EE" class="dropdown-toggle">Estonia</span> <span style="display:none" data-country="ET" class="dropdown-toggle">Ethiopia</span> <span style="display:none" data-country="FK" class="dropdown-toggle">Falkland Islands (Malvinas)</span> <span style="display:none" data-country="FO" class="dropdown-toggle">Faroe Islands</span> <span style="display:none" data-country="FJ" class="dropdown-toggle">Fidschi</span> <span style="display:none" data-country="FI" class="dropdown-toggle">Finland</span> <span style="display:none" data-country="FR" class="dropdown-toggle">France</span> <span style="display:none" data-country="GF" class="dropdown-toggle">French Guiana</span> <span style="display:none" data-country="PF" class="dropdown-toggle">French Polynesia</span> <span style="display:none" data-country="TF" class="dropdown-toggle">French Southern Territories</span> <span style="display:none" data-country="GA" class="dropdown-toggle">Gabon</span> <span style="display:none" data-country="GM" class="dropdown-toggle">Gambia</span> <span style="display:none" data-country="GE" class="dropdown-toggle">Georgia</span> <span style="display:none" data-country="DE" class="dropdown-toggle">Germany</span> <span style="display:none" data-country="GH" class="dropdown-toggle">Ghana</span> <span style="display:none" data-country="GI" class="dropdown-toggle">Gibraltar</span> <span style="display:none" data-country="GR" class="dropdown-toggle">Greece</span> <span style="display:none" data-country="GL" class="dropdown-toggle">Greenland</span> <span style="display:none" data-country="GD" class="dropdown-toggle">Grenada</span> <span style="display:none" data-country="GP" class="dropdown-toggle">Guadeloupe</span> <span style="display:none" data-country="GU" class="dropdown-toggle">Guam</span> <span style="display:none" data-country="GT" class="dropdown-toggle">Guatemala</span> <span style="display:none" data-country="GG" class="dropdown-toggle">Guernsey</span> <span style="display:none" data-country="GN" class="dropdown-toggle">Guinea</span> <span style="display:none" data-country="GW" class="dropdown-toggle">Guinea-Bissau</span> <span style="display:none" data-country="GY" class="dropdown-toggle">Guyana</span> <span style="display:none" data-country="HT" class="dropdown-toggle">Haiti</span> <span style="display:none" data-country="HM" class="dropdown-toggle">Heard Island and McDonald Islands</span> <span style="display:none" data-country="VA" class="dropdown-toggle">Vatican City</span> <span style="display:none" data-country="HN" class="dropdown-toggle">Honduras</span> <span style="display:none" data-country="HU" class="dropdown-toggle">Hungary</span> <span style="display:none" data-country="IS" class="dropdown-toggle">Iceland</span> <span style="display:none" data-country="IN" class="dropdown-toggle">India</span> <span style="display:none" data-country="ID" class="dropdown-toggle">Indonesia</span> <span style="display:none" data-country="IR" class="dropdown-toggle">Iran</span> <span style="display:none" data-country="IQ" class="dropdown-toggle">Iraq</span> <span style="display:none" data-country="IE" class="dropdown-toggle">Ireland</span> <span style="display:none" data-country="IM" class="dropdown-toggle">Isle of Man</span> <span style="display:none" data-country="IL" class="dropdown-toggle">Israel</span> <span style="display:none" data-country="IT" class="dropdown-toggle">Italy</span> <span style="display:none" data-country="JM" class="dropdown-toggle">Jamaica</span> <span style="display:none" data-country="JP" class="dropdown-toggle">Japan</span> <span style="display:none" data-country="JE" class="dropdown-toggle">Jersey</span> <span style="display:none" data-country="JO" class="dropdown-toggle">Jordan</span> <span style="display:none" data-country="KZ" class="dropdown-toggle">Kazakhstan</span> <span style="display:none" data-country="KE" class="dropdown-toggle">Kenya</span> <span style="display:none" data-country="KI" class="dropdown-toggle">Kiribati</span> <span style="display:none" data-country="KP" class="dropdown-toggle">North Korea</span> <span style="display:none" data-country="KR" class="dropdown-toggle">South Korea</span> <span style="display:none" data-country="XK" class="dropdown-toggle">Kosovo</span> <span style="display:none" data-country="KW" class="dropdown-toggle">Kuwait</span> <span style="display:none" data-country="KG" class="dropdown-toggle">Kyrgyzstan</span> <span style="display:none" data-country="LA" class="dropdown-toggle">Laos</span> <span style="display:none" data-country="LV" class="dropdown-toggle">Lattvia</span> <span style="display:none" data-country="LB" class="dropdown-toggle">Lebanon</span> <span style="display:none" data-country="LS" class="dropdown-toggle">Lesotho</span> <span style="display:none" data-country="LR" class="dropdown-toggle">Liberia</span> <span style="display:none" data-country="LY" class="dropdown-toggle">Libya</span> <span style="display:none" data-country="LI" class="dropdown-toggle">Liechtenstein</span> <span style="display:none" data-country="LT" class="dropdown-toggle">Lithuania</span> <span style="display:none" data-country="LU" class="dropdown-toggle">Luxembourg</span> <span style="display:none" data-country="MO" class="dropdown-toggle">Macao</span> <span style="display:none" data-country="MK" class="dropdown-toggle">Macedonia</span> <span style="display:none" data-country="MG" class="dropdown-toggle">Madagascar</span> <span style="display:none" data-country="MW" class="dropdown-toggle">Malawi</span> <span style="display:none" data-country="MY" class="dropdown-toggle">Malaysia</span> <span style="display:none" data-country="MV" class="dropdown-toggle">Maldives</span> <span style="display:none" data-country="ML" class="dropdown-toggle">Mali</span> <span style="display:none" data-country="MT" class="dropdown-toggle">Malta</span> <span style="display:none" data-country="MA" class="dropdown-toggle">Morocco</span> <span style="display:none" data-country="MH" class="dropdown-toggle">Marshall Islands</span> <span style="display:none" data-country="MQ" class="dropdown-toggle">Martinique</span> <span style="display:none" data-country="MR" class="dropdown-toggle">Mauritania</span> <span style="display:none" data-country="MU" class="dropdown-toggle">Mauritius </span> <span style="display:none" data-country="YT" class="dropdown-toggle">Mayotte</span> <span style="display:none" data-country="MX" class="dropdown-toggle">Mexico</span> <span style="display:none" data-country="FM" class="dropdown-toggle">Micronesia</span> <span style="display:none" data-country="MD" class="dropdown-toggle">Moldavia</span> <span style="display:none" data-country="MC" class="dropdown-toggle">Monaco</span> <span style="display:none" data-country="MN" class="dropdown-toggle">Mongolia</span> <span style="display:none" data-country="ME" class="dropdown-toggle">Montenegro</span> <span style="display:none" data-country="MS" class="dropdown-toggle">Montserrat</span> <span style="display:none" data-country="MZ" class="dropdown-toggle">Mozambique</span> <span style="display:none" data-country="MM" class="dropdown-toggle">Myanmar</span> <span style="display:none" data-country="NA" class="dropdown-toggle">Namibia</span> <span style="display:none" data-country="NR" class="dropdown-toggle">Nauru</span> <span style="display:none" data-country="NP" class="dropdown-toggle">Nepal</span> <span style="display:none" data-country="NL" class="dropdown-toggle">Netherlands</span> <span style="display:none" data-country="NC" class="dropdown-toggle">New Caledonia</span> <span style="display:none" data-country="NZ" class="dropdown-toggle">New Zealand</span> <span style="display:none" data-country="NI" class="dropdown-toggle">Nicaragua</span> <span style="display:none" data-country="NE" class="dropdown-toggle">Niger</span> <span style="display:none" data-country="NG" class="dropdown-toggle">Nigeria</span> <span style="display:none" data-country="NU" class="dropdown-toggle">Niue</span> <span style="display:none" data-country="NF" class="dropdown-toggle">Norfolk Island</span> <span style="display:none" data-country="NO" class="dropdown-toggle">Norway</span> <span style="display:none" data-country="OM" class="dropdown-toggle">Oman</span> <span style="display:none" data-country="PK" class="dropdown-toggle">Pakistan</span> <span style="display:none" data-country="PW" class="dropdown-toggle">Palau</span> <span style="display:none" data-country="PS" class="dropdown-toggle">Palestinian Territory, Occupied</span> <span style="display:none" data-country="PA" class="dropdown-toggle">Panamá</span> <span style="display:none" data-country="PG" class="dropdown-toggle">Papua New Guinea</span> <span style="display:none" data-country="PY" class="dropdown-toggle">Paraguay</span> <span style="display:none" data-country="PE" class="dropdown-toggle">Peru</span> <span style="display:none" data-country="PH" class="dropdown-toggle">Philippines</span> <span style="display:none" data-country="PN" class="dropdown-toggle">Pitcairn</span> <span style="display:none" data-country="PL" class="dropdown-toggle">Poland</span> <span style="display:none" data-country="PT" class="dropdown-toggle">Portugal</span> <span style="display:none" data-country="PR" class="dropdown-toggle">Puerto Rico</span> <span style="display:none" data-country="QA" class="dropdown-toggle">Qatar</span> <span style="display:none" data-country="RE" class="dropdown-toggle">Reunion</span> <span style="display:none" data-country="RO" class="dropdown-toggle">Romania</span> <span style="display:none" data-country="RU" class="dropdown-toggle">Russia</span> <span style="display:none" data-country="RW" class="dropdown-toggle">Rwanda</span> <span style="display:none" data-country="BL" class="dropdown-toggle">Saint Barthélemy</span> <span style="display:none" data-country="SH" class="dropdown-toggle">Saint Helena, Ascension and Tristan da Cunha</span> <span style="display:none" data-country="KN" class="dropdown-toggle">Saint Kitts and Nevis</span> <span style="display:none" data-country="LC" class="dropdown-toggle">Saint Lucia</span> <span style="display:none" data-country="MF" class="dropdown-toggle">Saint Martin (French part)</span> <span style="display:none" data-country="PM" class="dropdown-toggle">Saint Pierre and Miquelon</span> <span style="display:none" data-country="VC" class="dropdown-toggle">Saint Vincent and the Grenadines</span> <span style="display:none" data-country="WS" class="dropdown-toggle">Samoa</span> <span style="display:none" data-country="SM" class="dropdown-toggle">San Marino</span> <span style="display:none" data-country="ST" class="dropdown-toggle">Sao Tome and Principe</span> <span style="display:none" data-country="SA" class="dropdown-toggle">Saudi Arabia</span> <span style="display:none" data-country="SN" class="dropdown-toggle">Senegal</span> <span style="display:none" data-country="RS" class="dropdown-toggle">Serbia</span> <span style="display:none" data-country="SC" class="dropdown-toggle">Seychelles</span> <span style="display:none" data-country="SL" class="dropdown-toggle">Sierra Leone</span> <span style="display:none" data-country="SG" class="dropdown-toggle">Singapore</span> <span style="display:none" data-country="SX" class="dropdown-toggle">Sint Maarten (Dutch part)</span> <span style="display:none" data-country="SK" class="dropdown-toggle">Slovakia</span> <span style="display:none" data-country="SI" class="dropdown-toggle">Slovenia</span> <span style="display:none" data-country="SB" class="dropdown-toggle">Solomon Islands</span> <span style="display:none" data-country="SO" class="dropdown-toggle">Somalia</span> <span style="display:none" data-country="ZA" class="dropdown-toggle">South Africa</span> <span style="display:none" data-country="GS" class="dropdown-toggle">South Georgia and the South Sandwich Islands</span> <span style="display:none" data-country="SS" class="dropdown-toggle">South Sudan</span> <span style="display:none" data-country="ES" class="dropdown-toggle">Spain</span> <span style="display:none" data-country="LK" class="dropdown-toggle">Sri Lanka</span> <span style="display:none" data-country="SD" class="dropdown-toggle">Sudan</span> <span style="display:none" data-country="SR" class="dropdown-toggle">Suriname</span> <span style="display:none" data-country="SJ" class="dropdown-toggle">Svalbard and Jan Mayen</span> <span style="display:none" data-country="SZ" class="dropdown-toggle">Swaziland</span> <span style="display:none" data-country="SE" class="dropdown-toggle">Sweden</span> <span style="display:none" data-country="CH" class="dropdown-toggle">Switzerland</span> <span style="display:none" data-country="SY" class="dropdown-toggle">Syria</span> <span style="display:none" data-country="TA" class="dropdown-toggle">Taiwan</span> <span style="display:none" data-country="TJ" class="dropdown-toggle">Tajikistan</span> <span style="display:none" data-country="TZ" class="dropdown-toggle">Tanzania</span> <span style="display:none" data-country="TH" class="dropdown-toggle">Thailand </span> <span style="display:none" data-country="TL" class="dropdown-toggle">Timor-Leste</span> <span style="display:none" data-country="TG" class="dropdown-toggle">Togo</span> <span style="display:none" data-country="TK" class="dropdown-toggle">Tokelau</span> <span style="display:none" data-country="TO" class="dropdown-toggle">Tonga</span> <span style="display:none" data-country="TT" class="dropdown-toggle">Trinidad and Tobago</span> <span style="display:none" data-country="TN" class="dropdown-toggle">Tunesia</span> <span style="display:none" data-country="TR" class="dropdown-toggle">Turkey</span> <span style="display:none" data-country="TM" class="dropdown-toggle">Turkmenistan</span> <span style="display:none" data-country="TC" class="dropdown-toggle">Turks and Caicos Islands</span> <span style="display:none" data-country="TV" class="dropdown-toggle">Tuvalu</span> <span style="display:none" data-country="UG" class="dropdown-toggle">Uganda</span> <span style="display:none" data-country="UA" class="dropdown-toggle">Ukraina</span> <span style="display:none" data-country="AE" class="dropdown-toggle">United Arab Emirates</span> <span style="display:none" data-country="GB" class="dropdown-toggle">United Kingdom</span> <span style="display:none" data-country="US" class="dropdown-toggle">USA</span> <span style="display:none" data-country="VI" class="dropdown-toggle">United States Virgin Islands</span> <span style="display:none" data-country="UY" class="dropdown-toggle">Uruguay</span> <span style="display:none" data-country="UZ" class="dropdown-toggle">Uzbekistan</span> <span style="display:none" data-country="VU" class="dropdown-toggle">Vanuatu</span> <span style="display:none" data-country="VE" class="dropdown-toggle">Venezuela</span> <span style="display:none" data-country="VN" class="dropdown-toggle">Vietnam</span> <span style="display:none" data-country="VG" class="dropdown-toggle">British Virgin Islands</span> <span style="display:none" data-country="WF" class="dropdown-toggle">Wallis and Futuna</span> <span style="display:none" data-country="EH" class="dropdown-toggle">Western Sahara</span> <span style="display:none" data-country="YE" class="dropdown-toggle">Yemen</span> <span style="display:none" data-country="ZM" class="dropdown-toggle">Zambia</span> <span style="display:none" data-country="ZW" class="dropdown-toggle">Zimbabwe</span> <span style="display:none" data-country="AN" class="dropdown-toggle">Netherlands Antilles</span> <span style="display:none" data-country="NM" class="dropdown-toggle">Northern Mariana Islands</span> <span style="display:none" data-country="AQ" class="dropdown-toggle">Antarctica</span> <span style="display:none" data-country="OT" class="dropdown-toggle">Osttimor</span> <span style="display:none" data-country="HK" class="dropdown-toggle">Hongkong</span> <span class="caret"></span> </button> </div> </li> <li> <div class="dropdown"> <button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown"><span id="lang-switch-button"></span> <span class="caret"></span> </button> <ul id="language-switch" class="dropdown-menu"><li class="on"><a data-value="en" href="/emea/en/data-privacy" class="on">English</a></li><li><a data-value="de" href="/emea/de/datenschutz">Deutsch</a></li><li><a data-value="es" href="/emea/es/pol%C3%ADtica-de-privacidad">Español</a></li><li><a data-value="it" href="/emea/it/protezione-dei-dati">Italiano</a></li><li><a data-value="fr" href="/emea/fr/confidentialite">Français</a></li></ul> </div> </li> <li><div class="btn btn-primary dropdown-toggle"> <a href="/emea/en/sesotec-sitemap_en-GB">Sitemap</a></div></li> <li class="no-border"> <button class="dropdown-toggle search-button" data-toggle="collapse" data-target="#search_container" >Search <span class="caret"></span></button> <!-- $Id: search.liquid 49313 2019-08-20 12:01:28Z blanco $ --> <div id="search_container" class="collapse hidden-print"> <input id="search_string" name="search_string" placeholder="Your search term" class="search" autofocus /> <i id="search-icon" class="fa fa-search" aria-hidden="true"></i> <div id="search_result"></div> <script> $('#search_string').keydown(function(event){ if(event.keyCode==13){ $('#search-icon').trigger('click'); } }); $('#search-icon').on('click', function() { $.ajax({ url: "/ajax/search.json", method: "GET", data: { search_terms : $('#search_string').val(), language:"en"}, dataType: "html" }).success(function(response) { $('#search_result').addClass('response').slideDown("slow"); $('#search_result').html('<button type="button" class="close" id="close" data-dismiss="modal"><span aria-hidden="true" class="modal_button">&times;</span><span class="sr-only">Close</span></button>'+response.replace(/(<br ?\/?>)*/g,"")); }); }); $(document).on('click', '#close', function(){ $('#search_string').val(''); $('#search_result').hide("slow"); }); </script> </div> </li> </ul> </nav> </div> </div> </div> </div> <!-- $Id: telnr_bar.liquid 49314 2019-08-20 14:08:32Z blanco $ --> <!-- $Id: nav.liquid 50925 2023-06-19 11:47:25Z blanco $ --> <nav class="navbar navbar-default nav header"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <div class="navbar-header"> <a class="navbar-brand" href="/emea/en"> </a> <div class="navbar-entries float-right"> <a class="collapsed nav-button" href="javascript:void(0);" data-toggle="collapse" data-target="#industries-channel-link" aria-expanded="false" aria-controls="navbar">Industries</a> <a class="collapsed nav-button" href="javascript:void(0);" data-toggle="collapse" data-target="#products-channel-link" aria-expanded="false" aria-controls="navbar">Products</a> <button type="button" class="navbar-toggle collapsed nav-button" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span></span> </button> </div> </div> </div> </div> </div> </nav> <nav class="navbar navbar-default mainbar"> <div id="industries-channel-link" class="main-nav navbar-collapse collapse full-width"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <div class="overview-wrapper"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <h6><i class="fa fa-th-large" aria-hidden="true"></i> Industries Overview</h6> </div> </div> </div> </div> <ul class="nav navbar-nav navbar-right"> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e270/598c68c4c25e5b2c7b74b40d/files/SES_Categories--Food--green_402x_170717.png?1658920578" title="S E S Categories Food green 402x 170717" alt="S E S Categories Food green 402x 170717" class="no-scale" > <a href="/emea/en/industries/food">Food</a> <ul> <li class="link"><a href="/emea/en/industries/sub/meat-and-sausage-products">Meat and sausage products</a></li> <li class="link"><a href="/emea/en/industries/sub/bread-and-baked-goods">Bread and baked goods</a></li> <li class="link"><a href="/emea/en/industries/sub/cheese-and-dairy-products">Cheese and dairy products</a></li> <li class="link"><a href="/emea/en/industries/sub/tinned-foods-frozen-foods-ready-made-meals">Canned, frozen and convenience food</a></li> <li class="link"><a href="/emea/en/industries/sub/pasta">Pasta</a></li> <li class="link"><a href="/emea/en/industries/sub/grain-mill-products">Grain mill products</a></li> <li class="link"><a href="/emea/en/industries/sub/nuts-dried-vegetables-and-dried-fruit">Nuts, dried vegetables and dried fruit</a></li> <li class="link"><a href="/emea/en/industries/sub/staple-foodstuffs-and-seasonings">Staple foodstuffs and seasonings</a></li> <li class="link"><a href="/emea/en/industries/sub/snacks-biscuits-and-crackers">Snacks, biscuits and crackers</a></li> <li class="link"><a href="/emea/en/industries/sub/confectionery">Confectionery</a></li> <li class="link"><a href="/emea/en/industries/sub/animal-feed">Animal feed</a></li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e270/598c6889c25e5b2c7874b41e/files/SES_Categories--Plastic--green_402x_170717.png?1658206309" title="S E S Categories Plastic green 402x 170717" alt="S E S Categories Plastic green 402x 170717" class="no-scale" > <a href="/emea/en/industries/plastics">Plastics</a> <ul> <li class="link"><a href="/emea/en/industries/sub/plastics-processing">Plastics processing</a></li> <li class="link"><a href="/emea/en/industries/sub/plastic-compounds">Plastic compounds</a></li> <li class="link"><a href="/emea/en/industries/sub/rubber-and-tyres">Rubber and tyres</a></li> <li class="link"><a href="/emea/en/industries/sub/chemicals">Chemicals</a></li> <li class="link"><a href="/emea/en/industries/sub/hygiene-products">Hygiene products</a></li> <li class="link"><a href="/emea/en/industries/sub/petrochemical-industry">Petrochemical industry</a></li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e270/598c688ac25e5b2c7874b421/files/SES_Categories--Recycling--green@2x_170717.png?1658206358" title="S E S Categories Recycling green@2x 170717" alt="S E S Categories Recycling green@2x 170717" class="no-scale" > <a href="/emea/en/industries/recycling">Recycling</a> <ul> <li class="link"><a href="/emea/en/industries/sub/plastics">Plastics</a></li> <li class="link"><a href="/emea/en/industries/sub/electrical-waste">Electrical waste</a></li> <li class="link"><a href="/emea/en/industries/sub/glass">Glass</a></li> <li class="link"><a href="/emea/en/industries/sub/household-waste">Household waste</a></li> <li class="link"><a href="/emea/en/industries/sub/metal">Metal</a></li> </ul> </li> </ul> </div> </div> </div> </div> <div id="products-channel-link" class="main-nav navbar-collapse collapse full-width"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <div class="overview-wrapper"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <h6><i class="fa fa-th-large" aria-hidden="true"></i> Products Overview</h6> </div> </div> </div> </div> <ul class="nav navbar-nav navbar-right"> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/597b3a6fc25e5b22844243ca/files/products__metal-detectors--active@2x.png?1658206408" title="products metal detectors active@2x" alt="products metal detectors active@2x" class="no-scale" > <a href="/emea/en/products/metal-detection-systems">Metal detection systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/metal-detectors-for-conveyor-belts-and-chutes">for conveyor belts and chutes</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-with-integrated-conveyor-belt">with integrated conveyor belt</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-for-free-fall-applications">for free-fall applications</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-for-liquids-and-pastes">for liquids and pastes</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-for-pneumatic-conveyance">for pneumatic conveyance</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-for-material-columns">for material columns</a> </li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/59c8c119c25e5b633dbf98eb/files/products__xray--active@2x.png?1658206795" title="products xray active@2x" alt="products xray active@2x" class="no-scale" > <a href="/emea/en/products/x-ray-inspection-systems">X-ray inspection systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-packaged-products">for packaged products</a> </li> <li class="link"> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products">for unpackaged products</a> </li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/59c8c15ac25e5b633dbf98f2/files/products__sort--active@2x.png?1658210858" title="products sort active@2x" alt="products sort active@2x" class="no-scale" > <a href="/emea/en/products/sorting-systems">Sorting systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/recycling-sorting-systems-with-chute">Recycling sorting systems with chute</a> </li> <li class="link"> <a href="/emea/en/products/groups/recycling-sorting-systems-with-conveyor-belt">Recycling sorting systems with conveyor belt</a> </li> <li class="link"> <a href="/emea/en/products/groups/mobile-sorting-platform">Mobile Sorting Platform</a> </li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/59c8c0a1c25e5b633abf98e9/files/products__magnets--active@2x.png?1658213940" title="products magnets active@2x" alt="products magnets active@2x" class="no-scale" > <a href="/emea/en/products/magnet-systems">Magnet systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/magnet-systems-for-free-fall-applications">for free-fall applications</a> </li> <li class="link"> <a href="/emea/en/products/groups/magnet-systems-for-liquids-and-pastes">for liquids and pastes</a> </li> <li class="link"> <a href="/emea/en/products/groups/magnet-systems-for-material-columns">for material columns</a> </li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/5f85519e93b356bf89de2a3e/files/products__analyse--active.png?1658215312" title="products analyse active" alt="products analyse active" class="no-scale" > <a href="/emea/en/products/analysis-systems-for-plastic-flakes-and-regrind">Analysis systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/Analysesysteme"></a> </li> </ul> </li> </ul> </div> </div> </div> </div> <div id="navbar" class="navbar-collapse collapse"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <ul class="nav navbar-nav navbar-right"> <li id="industry-nav" class="has-children"><a href="javascript:void(0)" class="overview-link">Industries Overview</a> <span></span> <ul> <li class="link has-children"> <a href="/emea/en/industries/food">Food</a> <span></span> <ul class="slide-right-nav"> <li class="link"><a href="/emea/en/industries/sub/meat-and-sausage-products">Meat and sausage products</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/bread-and-baked-goods">Bread and baked goods</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/cheese-and-dairy-products">Cheese and dairy products</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/tinned-foods-frozen-foods-ready-made-meals">Canned, frozen and convenience food</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/pasta">Pasta</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/grain-mill-products">Grain mill products</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/nuts-dried-vegetables-and-dried-fruit">Nuts, dried vegetables and dried fruit</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/staple-foodstuffs-and-seasonings">Staple foodstuffs and seasonings</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/snacks-biscuits-and-crackers">Snacks, biscuits and crackers</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/confectionery">Confectionery</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/animal-feed">Animal feed</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/industries/plastics">Plastics</a> <span></span> <ul class="slide-right-nav"> <li class="link"><a href="/emea/en/industries/sub/plastics-processing">Plastics processing</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/plastic-compounds">Plastic compounds</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/rubber-and-tyres">Rubber and tyres</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/chemicals">Chemicals</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/hygiene-products">Hygiene products</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/petrochemical-industry">Petrochemical industry</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/industries/recycling">Recycling</a> <span></span> <ul class="slide-right-nav"> <li class="link"><a href="/emea/en/industries/sub/plastics">Plastics</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/electrical-waste">Electrical waste</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/glass">Glass</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/household-waste">Household waste</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/metal">Metal</a> <span></span></li> </ul> </li> </ul> </li> <li id="products-nav" class="has-children"><a href="javascript:void(0)" class="overview-link">Products Overview</a> <span></span> <ul> <li class="link has-children"> <a href="/emea/en/products/metal-detection-systems">Metal detection systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/metal-detectors-for-conveyor-belts-and-chutes">Metal detectors for conveyor belts and chutes</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-with-integrated-conveyor-belt">Metal detection systems with integrated conveyor belt</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-for-free-fall-applications">Metal detection systems for free-fall applications</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-for-liquids-and-pastes">Metal detection systems for liquids and pastes</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-for-pneumatic-conveyance">Metal detection systems for pneumatic conveyance</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-for-material-columns">Metal detection systems for material columns</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/products/x-ray-inspection-systems">X-ray inspection systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/x-ray-inspection-systems-for-packaged-products">X-ray inspection systems for packaged products</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products">X-ray inspection systems for unpackaged products</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/products/sorting-systems">Sorting systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/recycling-sorting-systems-with-chute">Recycling sorting systems with chute</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/recycling-sorting-systems-with-conveyor-belt">Recycling sorting systems with conveyor belt</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/mobile-sorting-platform">Mobile Sorting Platform</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/products/magnet-systems">Magnet systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/magnet-systems-for-free-fall-applications">Magnet systems for free-fall applications</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/magnet-systems-for-liquids-and-pastes">Magnet systems for liquids and pastes</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/magnet-systems-for-material-columns">Magnet systems for material columns</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/products/analysis-systems-for-plastic-flakes-and-regrind">Analysis systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/Analysesysteme">Analysis systems</a> <span></span></li> </ul> </li> </ul> </li> <li id="nav"> <ul> <li id="service-excellence-link" class="link link-1 first has-children"> <a class="" href="/emea/en/service-excellence">Service Excellence </a> <span></span> <ul> <li id="projekt-link" class="link link-2 "> <a href="/emea/en/service-excellence/project" title="Project">Project</a><span></span> </li> <li id="operations-link" class="link link-2 "> <a href="/emea/en/service-excellence/operations" title="Operations">Operations</a><span></span> </li> <li id="lifetime-link" class="link link-2 "> <a href="/emea/en/service-excellence/life-time-extension" title="Life-time extension">Life-time extension</a><span></span> </li> </ul> </li> <li id="resources-link" class="link link-1 has-children"> <a class="" href="/emea/en/resources">Resources </a> <span></span> <ul> <li id="food-safety-ein-ueberblick1-link" class="link link-2 "> <a href="/emea/en/resources/food-safety-an-overview" title="Food Safety - An Overview">Food Safety - An Overview</a><span></span> </li> <li id="circular-economy-ueberblick-link" class="link link-2 "> <a href="/emea/en/resources/circular-economy-overview" title="Circular Economy for Plastics - An Overview">Circular Economy for Plastics - An Overview</a><span></span> </li> <li id="wissen-link" class="link link-2 "> <a href="/emea/en/resources/expertise" title="Expertise">Expertise</a><span></span> </li> <li id="downloads-link" class="link link-2 "> <a href="/emea/en/resources/downloads" title="Downloads">Downloads</a><span></span> </li> <li id="newsletter-link" class="link link-2 "> <a href="/emea/en/resources/newsletter" title="Newsletter">Newsletter</a><span></span> </li> <li id="blog-link" class="link link-2 "> <a href="/emea/en/resources/blog" title="News/Blog">News/Blog</a><span></span> </li> <li id="sesotec-app-link" class="link link-2 "> <a href="/emea/en/resources/sesotec-app" title="Sesotec App">Sesotec App</a><span></span> </li> <li id="zertifikate-konformitaeten-link" class="link link-2 "> <a href="/emea/en/resources/certificates-conformities" title="Certificates and conformities">Certificates and conformities</a><span></span> </li> </ul> </li> <li id="kontakt-link" class="link link-1 has-children"> <a class="" href="/emea/en/contact">Contact </a> <span></span> <ul> <li id="vertrieb-link" class="link link-2 "> <a href="/emea/en/contact/sales" title="Sales">Sales</a><span></span> </li> <li id="pr-link" class="link link-2 "> <a href="/emea/en/contact/pr" title="Public Relations">Public Relations</a><span></span> </li> <li id="hr-link" class="link link-2 "> <a href="/emea/en/contact/hr" title="Human Resources">Human Resources</a><span></span> </li> <li id="hotline-link" class="link link-2 "> <a href="/emea/en/contact/hotline" title="Service-Hotline">Service-Hotline</a><span></span> </li> </ul> </li> <li id="karriere-link" class="link link-1 has-children"> <a class="" href="/emea/en/career">Career </a> <span></span> <ul> <li id="sesotec-als-arbeitgeber-link" class="link link-2 "> <a href="/emea/en/career/sesotec-as-employer" title="Sesotec as an employer">Sesotec as an employer</a><span></span> </li> <li id="aktuelle-stellenangebote-link" class="link link-2 "> <a href="/emea/en/career/job-offers" title="Job offers">Job offers</a><span></span> </li> <li id="ausbildung-link" class="link link-2 "> <a href="/emea/en/career/vocational-training" title="Vocational training">Vocational training</a><span></span> </li> <li id="studierende-link" class="link link-2 "> <a href="/emea/en/career/university-studies" title="University studies">University studies</a><span></span> </li> </ul> </li> <li id="sesoteclive-link" class="link link-1 has-children"> <a class="" href="/emea/en/sesotec-live">Sesotec Live </a> <span></span> <ul> <li id="messen-und-events-link" class="link link-2 "> <a href="/emea/en/sesotec-live/exhibitions" title="Exhibitions and events">Exhibitions and events</a><span></span> </li> <li id="training-und-schulungen-link" class="link link-2 "> <a href="/emea/en/sesotec-live/training" title="Training">Training</a><span></span> </li> <li id="showroom-dorsten-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-dorsten" title="Showroom Dorsten">Showroom Dorsten</a><span></span> </li> <li id="showroom-thailand-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-thailand" title="Showroom Thailand">Showroom Thailand</a><span></span> </li> <li id="showroom-italien-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-italy" title="Showroom Italy">Showroom Italy</a><span></span> </li> <li id="showroom-frankreich-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-france" title="Showroom France">Showroom France</a><span></span> </li> <li id="showroom-spanien-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-spain" title="Showroom Spain">Showroom Spain</a><span></span> </li> </ul> </li> <li id="ueber-sesotec-link" class="link link-1 has-children"> <a class="" href="/emea/en/about-sesotec">About Sesotec </a> <span></span> <ul> <li id="wer-wir-sind-link" class="link link-2 "> <a href="/emea/en/about-sesotec/who-we-are" title="Who we are">Who we are</a><span></span> </li> <li id="sesotec-group-verhaltenskodex-link" class="link link-2 "> <a href="/emea/en/about-sesotec/sesotec-group-code-of-conduct" title="Code of Conduct">Code of Conduct</a><span></span> </li> <li id="lieferanten-link" class="link link-2 "> <a href="/emea/en/about-sesotec/suppliers" title="Suppliers">Suppliers</a><span></span> </li> <li id="referenzen-link" class="link link-2 "> <a href="/emea/en/about-sesotec/references" title="References">References</a><span></span> </li> </ul> </li> </ul> </li> </ul> </div> </div> </div> </div> </nav> <script> /* fix for bug #10358 */ window.onunload = function(e){ console.log('reload'); location.reload(); }; jQuery(document).ready(function () { document.querySelector( ".navbar-toggle" ).addEventListener( "click", function() { this.classList.toggle( "active" ); }); jQuery('a.nav-button').click(function() { jQuery('.navbar-toggle').removeClass('active'); }); jQuery('.navbar-collapse').on('show.bs.collapse', function(e) { jQuery('.navbar-collapse') jQuery('.navbar-collapse').not(this).collapse('hide'); jQuery('header').css("z-index", "99999"); }); /* jQuery( window ).resize(function() { setTimeout(function(){ jQuery('.navbar-collapse').collapse('hide'); jQuery('.navbar-toggle').removeClass('active'); var headerHeight = $('header').innerHeight(); console.log(headerHeight); $('.spacer-header').css('height', headerHeight+'px'); }, 500); });*/ jQuery('.navbar-collapse').on('hidden.bs.collapse', function(e) { var headerHeight = $('header').innerHeight(); $('.spacer-header').css('height', headerHeight+'px'); }); var resizeId; $(window).resize(function() { clearTimeout(resizeId); resizeId = setTimeout(doneResizing, 1000); }); function doneResizing(){ var headerHeight = $('header').innerHeight(); $('.spacer-header').css('height', headerHeight+'px'); } jQuery('li').removeClass('on'); jQuery('a.overview-link').click(function() { jQuery(this).next('span').click(); }); jQuery('li.has-children span').click(function() { jQuery(this).nextAll('ul').toggle(); jQuery(this).toggleClass('open'); if(jQuery(this).hasClass('open')){ jQuery(this).parent('li').addClass("link on"); }else{ jQuery(this).parent('li').removeClass("link on"); } }); //set active link class to highlight nav entry jQuery('nav.top-nav li a[href$="' + window.location.pathname + '"]').addClass("on"); jQuery('footer nav a[href$="' + window.location.pathname + '"]').addClass("on"); jQuery('li a[href$="' + window.location.pathname + '"]').parent('li').addClass("on"); jQuery('li a[href$="' + window.location.pathname + '"]').parent('li').parent('ul').parent('li').addClass("on"); jQuery('li a[href$="' + window.location.pathname + '"]').parent('li').parent('ul').parent('li').parent('ul').parent('li').addClass("link on"); //for mobile burger nav set current nav tree open jQuery('#navbar li.on ul').css('display','block'); jQuery('#navbar li.on').parent('ul').css('display','block'); jQuery('#navbar li.on').parent('ul').css('display','block'); jQuery('#navbar li.on ul li').not('.on').children('ul').css('display','none'); jQuery('#navbar li.has-children.on > span').addClass('open'); }); </script> <!-- $Id: breadcrumb.liquid 50633 2021-12-07 09:17:50Z blanco $ --> <div class="full-width-wrapper breadcrumb header hidden-print "> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <span> </span> <a href="/emea/en/data-privacy">Data privacy</a> </div> </div> </div> </div> </header> <!-- $Id: mod_simple_rte_content.liquid 49312 2019-08-20 11:46:02Z blanco $ --> <div class="full-width-wrapper mod-simple-rte_content"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-16 col-md-offset-4"> <div class="inner-content"> <h1> Data privacy <br></h1><div id="contentLeft"><p class="inner_content"></p><p><br></p> <p class="MsoNormal">We are very delighted that you have shown interest in our enterprise. Data protection is of a particularly high priority for the management of the Sesotec. The use of the Internet pages of the Sesotec is possible without any indication of personal data; however, if a data subject wants to use special enterprise services via our website, processing of personal data could become necessary. If the processing of personal data is necessary and there is no statutory basis for such processing, we generally obtain consent from the data subject.</p> <p class="MsoNormal">The processing of personal data, such as the name, address, e-mail address, or telephone number of a data subject shall always be in line with the General Data Protection Regulation (GDPR), and in accordance with the country-specific data protection regulations applicable to the Sesotec. By means of this data protection declaration, our enterprise would like to inform the general public of the nature, scope, and purpose of the personal data we collect, use and process. Furthermore, data subjects are informed, by means of this data protection declaration, of the rights to which they are entitled.</p> <p class="MsoNormal">As the controller, the Sesotec has implemented numerous technical and organizational measures to ensure the most complete protection of personal data processed through this website. However, Internet-based data transmissions may in principle have security gaps, so absolute protection may not be guaranteed. For this reason, every data subject is free to transfer personal data to us via alternative means, e.g. by telephone.</p><p class="MsoNormal"><br></p> <h3>1. Definitions</h3> <p class="MsoNormal">The data protection declaration of the Sesotec is based on the terms used by the European legislator for the adoption of the General Data Protection Regulation (GDPR). Our data protection declaration should be legible and understandable for the general public, as well as our customers and business partners. To ensure this, we would like to first explain the terminology used.</p> <p class="MsoNormal">In this data protection declaration, we use, inter alia, the following terms:</p> <p><strong>a) &nbsp; Personal data</strong></p> <p class="MsoNormal">Personal data means any information relating to an identified or identifiable natural person (“data subject”). An identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person.</p> <p><strong>b) Data subject</strong></p> <p class="MsoNormal">Data subject is any identified or identifiable natural person, whose personal data is processed by the controller responsible for the processing.</p> <p><strong>c) &nbsp; Processing</strong></p> <p class="MsoNormal">Processing is any operation or set of operations which is performed on personal data or on sets of personal data, whether or not by automated means, such as collection, recording, organisation, structuring, storage, adaptation or alteration, retrieval, consultation, use, disclosure by transmission, dissemination or otherwise making available, alignment or combination, restriction, erasure or destruction.</p> <p><strong>d) &nbsp; Restriction of processing</strong></p> <p class="MsoNormal">Restriction of processing is the marking of stored personal data with the aim of limiting their processing in the future.</p> <p><strong>e) &nbsp; Profiling</strong></p> <p class="MsoNormal">Profiling means any form of automated processing of personal data consisting of the use of personal data to evaluate certain personal aspects relating to a natural person, in particular to analyse or predict aspects concerning that natural person's performance at work, economic situation, health, personal preferences, interests, reliability, behaviour, location or movements.</p> <p><strong>f) &nbsp; &nbsp; Pseudonymisation</strong></p> <p class="MsoNormal">Pseudonymisation is the processing of personal data in such a manner that the personal data can no longer be attributed to a specific data subject without the use of additional information, provided that such additional information is kept separately and is subject to technical and organisational measures to ensure that the personal data are not attributed to an identified or identifiable natural person.</p> <p><strong>g) &nbsp; Controller or controller responsible for the processing</strong></p> <p class="MsoNormal">Controller or controller responsible for the processing is the natural or legal person, public authority, agency or other body which, alone or jointly with others, determines the purposes and means of the processing of personal data; where the purposes and means of such processing are determined by Union or Member State law, the controller or the specific criteria for its nomination may be provided for by Union or Member State law.</p> <p><strong>h) &nbsp; Processor</strong></p> <p class="MsoNormal">Processor is a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller.</p> <p><strong>i) &nbsp; &nbsp; Recipient</strong></p> <p class="MsoNormal">Recipient is a natural or legal person, public authority, agency or another body, to which the personal data are disclosed, whether a third party or not. However, public authorities which may receive personal data in the framework of a particular inquiry in accordance with Union or Member State law shall not be regarded as recipients; the processing of those data by those public authorities shall be in compliance with the applicable data protection rules according to the purposes of the processing.</p> <p><strong>j) &nbsp; &nbsp; Third party</strong></p> <p class="MsoNormal">Third party is a natural or legal person, public authority, agency or body other than the data subject, controller, processor and persons who, under the direct authority of the controller or processor, are authorised to process personal data.</p> <p><strong>k) &nbsp; Consent</strong></p> <p class="MsoNormal">Consent of the data subject is any freely given, specific, informed and unambiguous indication of the data subject's wishes by which he or she, by a statement or by a clear affirmative action, signifies agreement to the processing of personal data relating to him or her.</p><p class="MsoNormal"><br></p> <h3>2. Name and Address of the controller</h3> <p class="MsoNormal">Controller for the purposes of the General Data Protection Regulation (GDPR), other data protection laws applicable in Member states of the European Union and other provisions related to data protection is:</p> <p class="MsoNormal">Sesotec GmbH<br>Regener Strasse 130<br>94513 Schönberg<br>Deutschland</p> <p class="MsoNormal">Phone: +49 (0) 8554 / 308-0<br>Email: webcontact@sesotec.com<br>Website: <a href="http://www.sesotec.com" title="Link: http://www.sesotec.com">www.sesotec.com</a></p><p class="MsoNormal"><br></p> <h3>3. Name and Address of the Data Protection Officer</h3> <p class="MsoNormal">The Data Protection Officer of the controller is:</p> <p class="MsoNormal">Carolin Bauer<br>aigner business<b> </b>solutions GmbH<br>Datenschutz &amp; IT-Sicherheit<br>Goldener Steig 42<br>94116 Hutthurm&nbsp;</p> <p class="MsoNormal">E-Mail: <a href="mailto:carolin.bauer@aigner-business-solutions.com" title="Link: mailto:carolin.bauer@aigner-business-solutions.com">carolin.bauer@aigner-business-solutions.com</a><br>Telefon: : +49 (0)8505 91927 – 0 </p><p class="MsoNormal"><a href="http://www.nowida.de" title="Link: http://www.nowida.de"></a></p> <p class="MsoNormal">Any data subject may, at any time, contact our Data Protection Officer directly with all questions and suggestions concerning data protection.</p><p class="MsoNormal"><br></p> <h3 id="cookies">4. Cookies</h3> <p class="MsoNormal">The Internet pages of the Sesotec use cookies. Cookies are text files that are stored in a computer system via an Internet browser.</p> <p class="MsoNormal">Many Internet sites and servers use cookies. Many cookies contain a so-called cookie ID. A cookie ID is a unique identifier of the cookie. It consists of a character string through which Internet pages and servers can be assigned to the specific Internet browser in which the cookie was stored. This allows visited Internet sites and servers to differentiate the individual browser of the dats subject from other Internet browsers that contain other cookies. A specific Internet browser can be recognized and identified using the unique cookie ID.</p> <p class="MsoNormal">Through the use of cookies, the Sesotec can provide the users of this website with more user-friendly services that would not be possible without the cookie setting.</p> <p class="MsoNormal">By means of a cookie, the information and offers on our website can be optimized with the user in mind. Cookies allow us, as previously mentioned, to recognize our website users. The purpose of this recognition is to make it easier for users to utilize our website. The website user that uses cookies, e.g. does not have to enter access data each time the website is accessed, because this is taken over by the website, and the cookie is thus stored on the user's computer system. Another example is the cookie of a shopping cart in an online shop. The online store remembers the articles that a customer has placed in the virtual shopping cart via a cookie.</p> <p class="MsoNormal">The data subject may, at any time, prevent the setting of cookies through our website by means of a corresponding setting of the Internet browser used, and may thus permanently deny the setting of cookies. Furthermore, already set cookies may be deleted at any time via an Internet browser or other software programs. This is possible in all popular Internet browsers. If the data subject deactivates the setting of cookies in the Internet browser used, not all functions of our website may be entirely usable.</p><p class="MsoNormal"><br></p> <h3>5. Collection of general data and information</h3> <p class="MsoNormal">The website of the Sesotec collects a series of general data and information when a data subject or automated system calls up the website. This general data and information are stored in the server log files. Collected may be (1) the browser types and versions used, (2) the operating system used by the accessing system, (3) the website from which an accessing system reaches our website (so-called referrers), (4) the sub-websites, (5) the date and time of access to the Internet site, (6) an Internet protocol address (IP address), (7) the Internet service provider of the accessing system, and (8) any other similar data and information that may be used in the event of attacks on our information technology systems.</p> <p class="MsoNormal">When using these general data and information, the Sesotec does not draw any conclusions about the data subject. Rather, this information is needed to (1) deliver the content of our website correctly, (2) optimize the content of our website as well as its advertisement, (3) ensure the long-term viability of our information technology systems and website technology, and (4) provide law enforcement authorities with the information necessary for criminal prosecution in case of a cyber-attack. Therefore, the Sesotec analyzes anonymously collected data and information statistically, with the aim of increasing the data protection and data security of our enterprise, and to ensure an optimal level of protection for the personal data we process. The anonymous data of the server log files are stored separately from all personal data provided by a data subject.</p><p class="MsoNormal"><br></p> <h3>6. Registration on our website</h3> <p class="MsoNormal">The data subject has the possibility to register on the website of the controller with the indication of personal data. Which personal data are transmitted to the controller is determined by the respective input mask used for the registration. The personal data entered by the data subject are collected and stored exclusively for internal use by the controller, and for his own purposes. The controller may request transfer to one or more processors (e.g. a parcel service) that also uses personal data for an internal purpose which is attributable to the controller.</p> <p class="MsoNormal">By registering on the website of the controller, the IP address—assigned by the Internet service provider (ISP) and used by the data subject—date, and time of the registration are also stored. The storage of this data takes place against the background that this is the only way to prevent the misuse of our services, and, if necessary, to make it possible to investigate committed offenses. Insofar, the storage of this data is necessary to secure the controller. This data is not passed on to third parties unless there is a statutory obligation to pass on the data, or if the transfer serves the aim of criminal prosecution.</p> <p class="MsoNormal">The registration of the data subject, with the voluntary indication of personal data, is intended to enable the controller to offer the data subject contents or services that may only be offered to registered users due to the nature of the matter in question. Registered persons are free to change the personal data specified during the registration at any time, or to have them completely deleted from the data stock of the controller.</p> <p class="MsoNormal">The data controller shall, at any time, provide information upon request to each data subject as to what personal data are stored about the data subject. In addition, the data controller shall correct or erase personal data at the request or indication of the data subject, insofar as there are no statutory storage obligations. The entirety of the controller’s employees are available to the data subject in this respect as contact persons.</p><p class="MsoNormal"><br></p> <h3>7. Subscription to our newsletters</h3> <p class="MsoNormal">On the website of the Sesotec, users are given the opportunity to subscribe to our enterprise's newsletter. The input mask used for this purpose determines what personal data are transmitted, as well as when the newsletter is ordered from the controller.</p> <p class="MsoNormal">The Sesotec informs its customers and business partners regularly by means of a newsletter about enterprise offers. The enterprise's newsletter may only be received by the data subject if (1) the data subject has a valid e-mail address and (2) the data subject registers for the newsletter shipping. A confirmation e-mail will be sent to the e-mail address registered by a data subject for the first time for newsletter shipping, for legal reasons, in the double opt-in procedure. This confirmation e-mail is used to prove whether the owner of the e-mail address as the data subject is authorized to receive the newsletter.</p> <p class="MsoNormal">During the registration for the newsletter, we also store the IP address of the computer system assigned by the Internet service provider (ISP) and used by the data subject at the time of the registration, as well as the date and time of the registration. The collection of this data is necessary in order to understand the (possible) misuse of the e-mail address of a data subject at a later date, and it therefore serves the aim of the legal protection of the controller.</p> <p class="MsoNormal">The personal data collected as part of a registration for the newsletter will only be used to send our newsletter. In addition, subscribers to the newsletter may be informed by e-mail, as long as this is necessary for the operation of the newsletter service or a registration in question, as this could be the case in the event of modifications to the newsletter offer, or in the event of a change in technical circumstances. There will be no transfer of personal data collected by the newsletter service to third parties. The subscription to our newsletter may be terminated by the data subject at any time. The consent to the storage of personal data, which the data subject has given for shipping the newsletter, may be revoked at any time. For the purpose of revocation of consent, a corresponding link is found in each newsletter. It is also possible to unsubscribe from the newsletter at any time directly on the website of the controller, or to communicate this to the controller in a different way.</p><p class="MsoNormal"><br></p> <h3>8. Newsletter-Tracking</h3> <p class="MsoNormal">The newsletter of the Sesotec contains so-called tracking pixels. A tracking pixel is a miniature graphic embedded in such e-mails, which are sent in HTML format to enable log file recording and analysis. This allows a statistical analysis of the success or failure of online marketing campaigns. Based on the embedded tracking pixel, the Sesotec may see if and when an e-mail was opened by a data subject, and which links in the e-mail were called up by data subjects.</p> <p class="MsoNormal">Such personal data collected in the tracking pixels contained in the newsletters are stored and analyzed by the controller in order to optimize the shipping of the newsletter, as well as to adapt the content of future newsletters even better to the interests of the data subject. These personal data will not be passed on to third parties. Data subjects are at any time entitled to revoke the respective separate declaration of consent issued by means of the double-opt-in procedure. After a revocation, these personal data will be deleted by the controller. The Sesotec automatically regards a withdrawal from the receipt of the newsletter as a revocation.</p><p class="MsoNormal"><br></p> <h3>9. Contact possibility via the website</h3> <p class="MsoNormal">The website of the Sesotec contains information that enables a quick electronic contact to our enterprise, as well as direct communication with us, which also includes a general address of the so-called electronic mail (e-mail address). If a data subject contacts the controller by e-mail or via a contact form, the personal data transmitted by the data subject are automatically stored. Such personal data transmitted on a voluntary basis by a data subject to the data controller are stored for the purpose of processing or contacting the data subject. There is no transfer of this personal data to third parties.</p><p class="MsoNormal"><br></p> <h3>10. Routine erasure and blocking of personal data</h3> <p class="MsoNormal">The data controller shall process and store the personal data of the data subject only for the period necessary to achieve the purpose of storage, or as far as this is granted by the European legislator or other legislators in laws or regulations to which the controller is subject to.</p> <p class="MsoNormal">If the storage purpose is not applicable, or if a storage period prescribed by the European legislator or another competent legislator expires, the personal data are routinely blocked or erased in accordance with legal requirements.</p><p class="MsoNormal"><br></p> <h3>11. Rights of the data subject</h3> <p><strong>a) Right of confirmation</strong></p> <p class="MsoNormal">Each data subject shall have the right granted by the European legislator to obtain from the controller the confirmation as to whether or not personal data concerning him or her are being processed. If a data subject wishes to avail himself of this right of confirmation, he or she may, at any time, contact any employee of the controller.</p> <p><strong>b) Right of access</strong></p> <p class="MsoNormal">Each data subject shall have the right granted by the European legislator to obtain from the controller free information about his or her personal data stored at any time and a copy of this information. Furthermore, the European directives and regulations grant the data subject access to the following information:</p> <ul> <ul> <li class="MsoNormal">the purposes of the processing;</li> <li class="MsoNormal">the categories of personal data concerned;</li> <li class="MsoNormal">the recipients or categories of recipients to whom the personal data have been or will be disclosed, in particular recipients in third countries or international organisations;</li> <li class="MsoNormal">where possible, the envisaged period for which the personal data will be stored, or, if not possible, the criteria used to determine that period;</li> <li class="MsoNormal">the existence of the right to request from the controller rectification or erasure of personal data, or restriction of processing of personal data concerning the data subject, or to object to such processing;</li> <li class="MsoNormal">the existence of the right to lodge a complaint with a supervisory authority;</li> <li class="MsoNormal">where the personal data are not collected from the data subject, any available information as to their source;</li> <li class="MsoNormal">the existence of automated decision-making, including profiling, referred to in Article 22(1) and (4) of the GDPR and, at least in those cases, meaningful information about the logic involved, as well as the significance and envisaged consequences of such processing for the data subject.</li> </ul> </ul> <p class="MsoNormal">Furthermore, the data subject shall have a right to obtain information as to whether personal data are transferred to a third country or to an international organisation. Where this is the case, the data subject shall have the right to be informed of the appropriate safeguards relating to the transfer.</p> <p class="MsoNormal">If a data subject wishes to avail himself of this right of access, he or she may, at any time, contact any employee of the controller.</p> <p><strong>c) Right to rectification</strong></p> <p class="MsoNormal">Each data subject shall have the right granted by the European legislator to obtain from the controller without undue delay the rectification of inaccurate personal data concerning him or her. Taking into account the purposes of the processing, the data subject shall have the right to have incomplete personal data completed, including by means of providing a supplementary statement.</p> <p class="MsoNormal">If a data subject wishes to exercise this right to rectification, he or she may, at any time, contact any employee of the controller.</p> <p><strong>d) Right to erasure (Right to be forgotten)</strong></p> <p class="MsoNormal">Each data subject shall have the right granted by the European legislator to obtain from the controller the erasure of personal data concerning him or her without undue delay, and the controller shall have the obligation to erase personal data without undue delay where one of the following grounds applies, as long as the processing is not necessary:</p> <ul> <ul> <li class="MsoNormal">The personal data are no longer necessary in relation to the purposes for which they were collected or otherwise processed.</li> <li class="MsoNormal">The data subject withdraws consent to which the processing is based according to point (a) of Article 6(1) of the GDPR, or point (a) of Article 9(2) of the GDPR, and where there is no other legal ground for the processing.</li> <li class="MsoNormal">The data subject objects to the processing pursuant to Article 21(1) of the GDPR and there are no overriding legitimate grounds for the processing, or the data subject objects to the processing pursuant to Article 21(2) of the GDPR.</li> <li class="MsoNormal">The personal data have been unlawfully processed.</li> <li class="MsoNormal">The personal data must be erased for compliance with a legal obligation in Union or Member State law to which the controller is subject.</li> <li class="MsoNormal">The personal data have been collected in relation to the offer of information society services referred to in Article 8(1) of the GDPR.</li> </ul> </ul> <p class="MsoNormal">If one of the aforementioned reasons applies, and a data subject wishes to request the erasure of personal data stored by the Sesotec, he or she may, at any time, contact any employee of the controller. An employee of Sesotec shall promptly ensure that the erasure request is complied with immediately.</p> <p class="MsoNormal">Where the controller has made personal data public and is obliged pursuant to Article 17(1) to erase the personal data, the controller, taking account of available technology and the cost of implementation, shall take reasonable steps, including technical measures, to inform other controllers processing the personal data that the data subject has requested erasure by such controllers of any links to, or copy or replication of, those personal data, as far as processing is not required. An employees of the Sesotec will arrange the necessary measures in individual cases.</p> <p><strong>e) Right of restriction of processing</strong></p> <p class="MsoNormal">Each data subject shall have the right granted by the European legislator to obtain from the controller restriction of processing where one of the following applies:</p> <ul> <ul> <li class="MsoNormal">The accuracy of the personal data is contested by the data subject, for a period enabling the controller to verify the accuracy of the personal data.</li> <li class="MsoNormal">The processing is unlawful and the data subject opposes the erasure of the personal data and requests instead the restriction of their use instead.</li> <li class="MsoNormal">The controller no longer needs the personal data for the purposes of the processing, but they are required by the data subject for the establishment, exercise or defence of legal claims.</li> <li class="MsoNormal">The data subject has objected to processing pursuant to Article 21(1) of the GDPR pending the verification whether the legitimate grounds of the controller override those of the data subject.</li> </ul> </ul> <p class="MsoNormal">If one of the aforementioned conditions is met, and a data subject wishes to request the restriction of the processing of personal data stored by the Sesotec, he or she may at any time contact any employee of the controller. The employee of the Sesotec will arrange the restriction of the processing.</p> <p><strong>f) Right to data portability</strong></p> <p class="MsoNormal">Each data subject shall have the right granted by the European legislator, to receive the personal data concerning him or her, which was provided to a controller, in a structured, commonly used and machine-readable format. He or she shall have the right to transmit those data to another controller without hindrance from the controller to which the personal data have been provided, as long as the processing is based on consent pursuant to point (a) of Article 6(1) of the GDPR or point (a) of Article 9(2) of the GDPR, or on a contract pursuant to point (b) of Article 6(1) of the GDPR, and the processing is carried out by automated means, as long as the processing is not necessary for the performance of a task carried out in the public interest or in the exercise of official authority vested in the controller.</p> <p class="MsoNormal">Furthermore, in exercising his or her right to data portability pursuant to Article 20(1) of the GDPR, the data subject shall have the right to have personal data transmitted directly from one controller to another, where technically feasible and when doing so does not adversely affect the rights and freedoms of others.</p> <p class="MsoNormal">In order to assert the right to data portability, the data subject may at any time contact any employee of the Sesotec.</p> <p><strong>g) Right to object</strong></p> <p class="MsoNormal">Each data subject shall have the right granted by the European legislator to object, on grounds relating to his or her particular situation, at any time, to processing of personal data concerning him or her, which is based on point (e) or (f) of Article 6(1) of the GDPR. This also applies to profiling based on these provisions.</p> <p class="MsoNormal">The Sesotec shall no longer process the personal data in the event of the objection, unless we can demonstrate compelling legitimate grounds for the processing which override the interests, rights and freedoms of the data subject, or for the establishment, exercise or defence of legal claims.</p> <p class="MsoNormal">If the Sesotec processes personal data for direct marketing purposes, the data subject shall have the right to object at any time to processing of personal data concerning him or her for such marketing. This applies to profiling to the extent that it is related to such direct marketing. If the data subject objects to the Sesotec to the processing for direct marketing purposes, the Sesotec will no longer process the personal data for these purposes.</p> <p class="MsoNormal">In addition, the data subject has the right, on grounds relating to his or her particular situation, to object to processing of personal data concerning him or her by the Sesotec for scientific or historical research purposes, or for statistical purposes pursuant to Article 89(1) of the GDPR, unless the processing is necessary for the performance of a task carried out for reasons of public interest.</p> <p class="MsoNormal">In order to exercise the right to object, the data subject may contact any employee of the Sesotec. In addition, the data subject is free in the context of the use of information society services, and notwithstanding Directive 2002/58/EC, to use his or her right to object by automated means using technical specifications.</p> <p><strong>h) Automated individual decision-making, including profiling</strong></p> <p class="MsoNormal">Each data subject shall have the right granted by the European legislator not to be subject to a decision based solely on automated processing, including profiling, which produces legal effects concerning him or her, or similarly significantly affects him or her, as long as the decision (1) is not is necessary for entering into, or the performance of, a contract between the data subject and a data controller, or (2) is not authorised by Union or Member State law to which the controller is subject and which also lays down suitable measures to safeguard the data subject's rights and freedoms and legitimate interests, or (3) is not based on the data subject's explicit consent.</p> <p class="MsoNormal">If the decision (1) is necessary for entering into, or the performance of, a contract between the data subject and a data controller, or (2) it is based on the data subject's explicit consent, the Sesotec shall implement suitable measures to safeguard the data subject's rights and freedoms and legitimate interests, at least the right to obtain human intervention on the part of the controller, to express his or her point of view and contest the decision.</p> <p class="MsoNormal">If the data subject wishes to exercise the rights concerning automated individual decision-making, he or she may, at any time, contact any employee of the Sesotec.</p> <p><strong>i) Right to withdraw data protection consent</strong></p> <p class="MsoNormal">Each data subject shall have the right granted by the European legislator to withdraw his or her consent to processing of his or her personal data at any time.</p> <p class="MsoNormal">If the data subject wishes to exercise the right to withdraw the consent, he or she may, at any time, contact any employee of the Sesotec.</p><p class="MsoNormal"><br></p> <h3>12. Data protection for applications and the application procedures</h3> <p class="MsoNormal">The data controller shall collect and process the personal data of applicants for the purpose of the processing of the application procedure. The processing may also be carried out electronically. This is the case, in particular, if an applicant submits corresponding application documents by e-mail or by means of a web form on the website to the controller. If the data controller concludes an employment contract with an applicant, the submitted data will be stored for the purpose of processing the employment relationship in compliance with legal requirements. If no employment contract is concluded with the applicant by the controller, the application documents shall be automatically erased two months after notification of the refusal decision, provided that no other legitimate interests of the controller are opposed to the erasure. Other legitimate interest in this relation is, e.g. a burden of proof in a procedure under the General Equal Treatment Act (AGG).</p><h3><br> </h3><h3><span class="berschrift3Zchn">13. </span>Use of UTM parameters </h3><p class="MsoNormal">Links that are included on our social media channels within campaigns and posts contain so-called UTM parameters. UTM parameters are additions that are added as an ending to a URL in order to evaluate the success of marketing campaigns. The parameters can be used to determine via which channels or campaigns interested parties have interacted with us. This does not allow us to draw any conclusions about your person. Through the interaction of the links enhanced with UTM parameters, we can determine from which page, via which marketing channel and via which campaign the link was called up. The legal basis for the processing is our legitimate interest in accordance with Art. 6 para. 1 lit. f DSGVO, in the statistical evaluation of the success of marketing measures in order to optimise them. <br><br><br></p><p class="MsoNormal"></p> <h3><span class="berschrift3Zchn">14. Data protection provisions about the application and use of Adobe Analytics</span> <span class="berschrift3Zchn">(Omniture) / Adobe marketing cloud</span></h3> <p class="MsoNormal">On this website, the controller has integrated components of the enterprise Adobe. Adobe Analytics (Omniture) and Adobe Marketing Cloud (hereinafter referred to as "Omniture") is an instrument that allows for more efficient online marketing and web analysis. Omniture is part of Adobe Marketing Cloud. Adobe Marketing Cloud enables real-time analysis of visitor flows on Internet sites. The real-time analysis includes project reports and allows an ad-hoc analysis of site visitors. Customer interactions are presented in such a way as to give the controller a better overview of users' online activities of this website by displaying the data in simple and interactive dashboards and converting them into reports. This enables the controller to obtain information in real-time and to identify problems that occur more quickly.</p> <p class="MsoNormal">The operating company for these services is Adobe Systems Software Ireland Limited, 4-6 Riverwalk, Citywest Business Campus, Dublin 24, Republic of Ireland.</p> <p class="MsoNormal">Omniture sets a cookie on the information technology system of the data subject (cookies have already been explained in advance, which may be read above). The controller ensures that the tracking data transferred to the Adobe data center is anonymized prior to geolocation. The anonymization is implemented by replacing the last part of the IP address. The controller has made server-sided settings, which are used to anonymize the IP address of the data subject prior to processing for geolocation and range measurement. Adobe will use the data and information obtained via our website to analyze the user behavior of the data subject on behalf of the controller. Adobe will also use the data to create reports on user activity on our behalf, as well as provide other services to our enterprise related to the use of our website. The IP address of the data subject is not merged with other personal data by Adobe.</p> <p class="MsoNormal">As stated above, the data subject may, at any time, prevent the setting of cookies through our website by means of a corresponding setting of the Internet browser used, and thus permanently deny the setting of cookies. Such a setting of the Internet browser used would also prevent Omniture from setting a cookie on the information technology system of the data subject. Cookies may also be deleted by Omniture at any time via an Internet browser or other software programs.</p> <p class="MsoNormal">The data subject also has the possibility of objecting to and preventing the collection of data generated by the Adobe cookie on the use of this website and the processing of this data by Adobe. For this purpose, the data subject must click on the opt-out button under the link <a href="http://www.adobe.com/de/privacy/opt-out.html" title="Link: http://www.adobe.com/de/privacy/opt-out.html">http://www.adobe.com/de/privacy/opt-out.html</a>, which sets an opt-out cookie. The opt-out cookie used for this purpose is placed on the information technology system used by the data subject. If the data subject deletes the cookies from his system, then the data subject must call up the link again and set a new opt-out cookie.</p> <p class="MsoNormal">With the setting of the opt-out cookie, however, the possibility exists that the websites of the controller are not fully usable anymore by the data subject.</p> <p class="MsoNormal">The applicable data protection provisions of Adobe may be accessed under <a href="http://www.adobe.com/privacy.html" title="Link: http://www.adobe.com/privacy.html">http://www.adobe.com/privacy.html</a>.</p><p class="MsoNormal"><br></p><h3>15. Data protection provisions about the application and use of YouTube</h3> <p class="MsoNormal">On this website, the controller has integrated components of YouTube. YouTube is an Internet video portal that enables video publishers to set video clips and other users free of charge, which also provides free viewing, review and commenting on them. YouTube allows you to publish all kinds of videos, so you can access both full movies and TV broadcasts, as well as music videos, trailers, and videos made by users via the Internet portal.</p> <p class="MsoNormal">The operating company of YouTube is YouTube, LLC, 901 Cherry Ave., San Bruno, CA 94066, UNITED STATES. The YouTube, LLC is a subsidiary of Google Inc., 1600 Amphitheatre Pkwy, Mountain View, CA 94043-1351, UNITED STATES.</p> <p class="MsoNormal">With each call-up to one of the individual pages of this Internet site, which is operated by the controller and on which a YouTube component (YouTube video) was integrated, the Internet browser on the information technology system of the data subject is automatically prompted to download a display of the corresponding YouTube component. Further information about YouTube may be obtained under <a href="https://www.youtube.com/yt/about/en/" title="Link: https://www.youtube.com/yt/about/en/">https://www.youtube.com/yt/about/en/</a>. During the course of this technical procedure, YouTube and Google gain knowledge of what specific sub-page of our website was visited by the data subject.</p> <p class="MsoNormal">If the data subject is logged in on YouTube, YouTube recognizes with each call-up to a sub-page that contains a YouTube video, which specific sub-page of our Internet site was visited by the data subject. This information is collected by YouTube and Google and assigned to the respective YouTube account of the data subject.</p> <p class="MsoNormal">YouTube and Google will receive information through the YouTube component that the data subject has visited our website, if the data subject at the time of the call to our website is logged in on YouTube; this occurs regardless of whether the person clicks on a YouTube video or not. If such a transmission of this information to YouTube and Google is not desirable for the data subject, the delivery may be prevented if the data subject logs off from their own YouTube account before a call-up to our website is made.</p> <p class="MsoNormal">YouTube's data protection provisions, available at <a href="https://www.google.com/intl/en/policies/privacy/" title="Link: https://www.google.com/intl/en/policies/privacy/">https://www.google.com/intl/en/policies/privacy/</a>, provide information about the collection, processing and use of personal data by YouTube and Google.</p><p class="MsoNormal"><br></p> <h3 class="Liste1">16. Embedding of Google Maps&nbsp;</h3><p class="MsoNormal"> </p> <p class="Liste2">(1) &nbsp; On this website we use the service of Google Maps to provide interactive maps directly in the website and allow you to comfortably use the map function. &nbsp;</p> <p class="Liste2">(2) &nbsp; When you visit the website, Google receives the information that you have opened the corresponding sub-page of our website. This is done irrespective of whether you have a Google user account through which you are logged in, or whether you have no user account. Google saves your data as user profiles and uses them for purposes of advertising, market research and/or the tailored design of its website. Such evaluation especially (even for users who are not logged in) is performed to provide tailored advertising and to inform other users of the social network about your activities on our website. You have the right to object such formation of user profiles. To exercise this right you have to contact Google.&nbsp;</p> (3)&nbsp; Additional information about the purpose and scope of data collection and data processing by the plug-in provider can be found in the provider's privacy declarations. You can there also find further information about your respective rights and setting possibilities to protect your privacy.: <a href="http://www.google.de/intl/de/policies/privacy" title="Link: http://www.google.de/intl/de/policies/privacy">http://www.google.de/intl/de/policies/privacy</a>. Google also processes your personal data in the USA and has submitted to the EU-US Privacy Shield, <a href="https://www.privacyshield.gov/EU-US-Framework" title="Link: https://www.privacyshield.gov/EU-US-Framework">https://www.privacyshield.gov/EU-US-Framework</a>. <br><p class="MsoNormal"><br></p><h3 class="MsoNormal">17. <span class="tlid-translation translation"><span class="alt-edited">Privacy Statement for the use of Campaign Tracker</span></span> &nbsp;</h3><p> <span class="tlid-translation translation">The following data is collected anonymously by this tool:<br></span></p><ul><li><span class="tlid-translation translation">Data analysis via Google Analytics (see also point 14.)</span></li><li><span class="tlid-translation translation">Search for Adwords to get to the Campaign website</span></li><li><span class="tlid-translation translation">Direct visitors to the Campaign website</span></li><li><span class="tlid-translation translation">Visit through reference websites</span></li><li><span class="tlid-translation translation">Number of repeated visits to the Campaign website</span></li><li><span class="tlid-translation translation">Visits through "Organic Search" This refers to the search results of a search engine that did not gain their position in the ranking by payment.</span></li></ul><p><span class="tlid-translation translation">Campain Tracker's Privacy Policy can be found at: <a href="https://www.cloudamp.com/legal/privacypolicy.html">https://www.cloudamp.com/legal/privacypolicy.html</a></span> <br></p><p class="MsoNormal"><br></p> <h3>18. Legal basis for the processing</h3> <p class="MsoNormal">Art. 6(1) lit. a GDPR serves as the legal basis for processing operations for which we obtain consent for a specific processing purpose. If the processing of personal data is necessary for the performance of a contract to which the data subject is party, as is the case, for example, when processing operations are necessary for the supply of goods or to provide any other service, the processing is based on Article 6(1) lit. b GDPR. The same applies to such processing operations which are necessary for carrying out pre-contractual measures, for example in the case of inquiries concerning our products or services. Is our company subject to a legal obligation by which processing of personal data is required, such as for the fulfillment of tax obligations, the processing is based on Art. 6(1) lit. c GDPR. In rare cases, the processing of personal data may be necessary to protect the vital interests of the data subject or of another natural person. This would be the case, for example, if a visitor were injured in our company and his name, age, health insurance data or other vital information would have to be passed on to a doctor, hospital or other third party. Then the processing would be based on Art. 6(1) lit. d GDPR. Finally, processing operations could be based on Article 6(1) lit. f GDPR. This legal basis is used for processing operations which are not covered by any of the abovementioned legal grounds, if processing is necessary for the purposes of the legitimate interests pursued by our company or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data. Such processing operations are particularly permissible because they have been specifically mentioned by the European legislator. He considered that a legitimate interest could be assumed if the data subject is a client of the controller (Recital 47 Sentence 2 GDPR).</p><p class="MsoNormal"><br></p> <h3>19. The legitimate interests pursued by the controller or by a third party</h3> <p class="MsoNormal">Where the processing of personal data is based on Article 6(1) lit. f GDPR our legitimate interest is to carry out our business in favor of the well-being of all our employees and the shareholders.</p><p class="MsoNormal"><br></p> <h3>20. Period for which the personal data will be stored</h3> <p class="MsoNormal">The criteria used to determine the period of storage of personal data is the respective statutory retention period. After expiration of that period, the corresponding data is routinely deleted, as long as it is no longer necessary for the fulfillment of the contract or the initiation of a contract.</p><p class="MsoNormal"><br></p> <h3>21. Provision of personal data as statutory or contractual requirement; Requirement necessary to enter into a contract; Obligation of the data subject to provide the personal data; possible consequences of failure to provide such data</h3> <p class="MsoNormal">We clarify that the provision of personal data is partly required by law (e.g. tax regulations) or can also result from contractual provisions (e.g. information on the contractual partner). Sometimes it may be necessary to conclude a contract that the data subject provides us with personal data, which must subsequently be processed by us. The data subject is, for example, obliged to provide us with personal data when our company signs a contract with him or her. The non-provision of the personal data would have the consequence that the contract with the data subject could not be concluded. Before personal data is provided by the data subject, the data subject must contact any employee. The employee clarifies to the data subject whether the provision of the personal data is required by law or contract or is necessary for the conclusion of the contract, whether there is an obligation to provide the personal data and the consequences of non-provision of the personal data.</p><p class="MsoNormal"><br></p> <h3>22. Existence of automated decision-making</h3> <p class="MsoNormal">As a responsible company, we do not use automatic decision-making or profiling.<br></p> <p class="MsoNormal">&nbsp;</p> <br><p></p></div><br> </div> </div> </div> </div> </div> <!-- $Id: footer.liquid 50906 2022-11-28 17:06:33Z blanco $ --> <div class="full-width-wrapper bg-grey-dark footer"> <div class="container"> <div class="row socialmedia wrapper-spacing-20" > <h5>Follow us:</h5> <span class="seperator"></span> <a href="https://www.linkedin.com/company/335170/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a> <a href="https://www.instagram.com/sesotec_gmbh/" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a> <a href="https://www.facebook.com/sesotec.global/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a href="https://www.youtube.com/user/sesotec" target="_blank"><i class="fa fa-youtube-play" aria-hidden="true"></i></a> <a href="https://www.xing.com/companies/sesotecgmbh" target="_blank"><i class="fa fa-xing" aria-hidden="true"></i></a> <a href="https://twitter.com/sesotec" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a> </div> </div> <div class="container"> <footer class="wrapper-spacing-20"> <div class="row"> <div class="col-xs-24 col-sm-10 col-md-10"> <p>&copy;2008 – 2024 Sesotec GmbH</p> </div> <div class="col-xs-24 col-sm-4 col-md-4"> </div> <div class="col-xs-24 col-sm-10 col-md-10"> <div class="cookie-reset"> <a class="cc-cookie-reset" href="#" title="Revise cookie and analytics tool selection.">Revise cookie and analytics tool selection.</a> </div> <nav> <a href="/emea/en/sesotec-sitemap_en-GB">Sitemap</a> <a href="/emea/en/legal-notes">Legal notes</a> <a href="/emea/en/data-privacy">Data privacy</a> <a href="/emea/en/data-privacy-social-media">Data privacy social media</a> </nav> </div> </div> </footer> </div> </div> <section id="loading-spinner-overlay" class="loading-spinner modal hidden-print" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="loading-spinner-container"></div> </div> </section> <section id="successMessageModal" class="custom-modal modal fade hidden-print" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog container" role="document"><div class="modal-content col-xs-24 col-sm-18 col-sm-offset-3 col-md-18 col-md-offset-3" style="max-width:initial !important; background:transparent !important"> <div class="modal-header"><button type="button" class="close" data-dismiss="modal"></button></div> <div class="modal-body" style="background: #FFF;"><div class="container-fluid"> <div class="row"><div class="col-xs-24 col-sm-24 col-md-24"> <div id="successfull-message" class="inner-content mod-accordeon mod-job-offers"></div> </div> </div> </div> </div> </div> </div> </section> <!-- $Id$ --> <div id="countryModal" class="custom-modal modal fade hidden-print" tabindex="-1" role="dialog" aria-hidden="true" style="z-index: 100000;"> <div class="modal-dialog container" role="document"> <div class="modal-content col-xs-24 col-sm-18 col-sm-offset-3 col-md-18 col-md-offset-3" style="max-width:initial !important; background:transparent !important"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"></button> </div> <div class="modal-body" style="background: #FFF;"> <div class="container-fluid"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <div class="inner-content mod-accordeon mod-job-offers"> <div class="center"> <h4>Please select your country</h4> <p>The selection of your country allows us to offer the optimal content for you.</p> <p style="display: none;" id="country_modal_detected_country"> We have detected the following country based on your IP address: <span class="country_name"> </span><br>If this is not correct, please choose your country below. </p> </div> <div class="country-wrapper"> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-europa" aria-expanded="false" aria-controls="region-europa"><span class="txt-28">Europe</span></button> <div id="region-europa" class="collapse inner-content"> <p class="countries countries-europa"> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="AX" title="Aland Islands" style="display:block; width:100%"> Aland Islands </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="AL" title="Albania" style="display:block; width:100%"> Albania </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="AD" title="Andorra" style="display:block; width:100%"> Andorra </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="AM" title="Armenia" style="display:block; width:100%"> Armenia </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="AT" title="Austria" style="display:block; width:100%"> Austria </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="AZ" title="Aserbaidschan" style="display:block; width:100%"> Aserbaidschan </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="BY" title="Belarus" style="display:block; width:100%"> Belarus </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="BE" title="Belgium" style="display:block; width:100%"> Belgium </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="BA" title="Bosnia-Herzegovina" style="display:block; width:100%"> Bosnia-Herzegovina </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="BG" title="Bulgaria" style="display:block; width:100%"> Bulgaria </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="HR" title="Croatia" style="display:block; width:100%"> Croatia </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="CY" title="Cyprus" style="display:block; width:100%"> Cyprus </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="CZ" title="Czech Republic" style="display:block; width:100%"> Czech Republic </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="DK" title="Denmark" style="display:block; width:100%"> Denmark </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="EE" title="Estonia" style="display:block; width:100%"> Estonia </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="FO" title="Faroe Islands" style="display:block; width:100%"> Faroe Islands </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="FI" title="Finland" style="display:block; width:100%"> Finland </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="FR" title="France" style="display:block; width:100%"> France </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="GE" title="Georgia" style="display:block; width:100%"> Georgia </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="DE" title="Germany" style="display:block; width:100%"> Germany </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="GI" title="Gibraltar" style="display:block; width:100%"> Gibraltar </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="GR" title="Greece" style="display:block; width:100%"> Greece </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="GG" title="Guernsey" style="display:block; width:100%"> Guernsey </a> <a href="http://www.sesotec.it" target="_blank" class="country" data-market="emea" data-country="VA" title="Vatican City" style="display:block; width:100%"> Vatican City </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="HU" title="Hungary" style="display:block; width:100%"> Hungary </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="IS" title="Iceland" style="display:block; width:100%"> Iceland </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="IE" title="Ireland" style="display:block; width:100%"> Ireland </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="IM" title="Isle of Man" style="display:block; width:100%"> Isle of Man </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="IT" title="Italy" style="display:block; width:100%"> Italy </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="JE" title="Jersey" style="display:block; width:100%"> Jersey </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="KZ" title="Kazakhstan" style="display:block; width:100%"> Kazakhstan </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="XK" title="Kosovo" style="display:block; width:100%"> Kosovo </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="KG" title="Kyrgyzstan" style="display:block; width:100%"> Kyrgyzstan </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="LV" title="Lattvia" style="display:block; width:100%"> Lattvia </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="LI" title="Liechtenstein" style="display:block; width:100%"> Liechtenstein </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="LT" title="Lithuania" style="display:block; width:100%"> Lithuania </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="LU" title="Luxembourg" style="display:block; width:100%"> Luxembourg </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="MK" title="Macedonia" style="display:block; width:100%"> Macedonia </a> <a href="http://www.sesotec.it" target="_blank" class="country" data-market="emea" data-country="MT" title="Malta" style="display:block; width:100%"> Malta </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="MD" title="Moldavia" style="display:block; width:100%"> Moldavia </a> <a href="http://www.sesotec.fr" target="_blank" class="country" data-market="emea" data-country="MC" title="Monaco" style="display:block; width:100%"> Monaco </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="ME" title="Montenegro" style="display:block; width:100%"> Montenegro </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="NL" title="Netherlands" style="display:block; width:100%"> Netherlands </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="NO" title="Norway" style="display:block; width:100%"> Norway </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="PL" title="Poland" style="display:block; width:100%"> Poland </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="PT" title="Portugal" style="display:block; width:100%"> Portugal </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="RO" title="Romania" style="display:block; width:100%"> Romania </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="RU" title="Russia" style="display:block; width:100%"> Russia </a> <a href="http://www.sesotec.it" target="_blank" class="country" data-market="emea" data-country="SM" title="San Marino" style="display:block; width:100%"> San Marino </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="RS" title="Serbia" style="display:block; width:100%"> Serbia </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="SK" title="Slovakia" style="display:block; width:100%"> Slovakia </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="SI" title="Slovenia" style="display:block; width:100%"> Slovenia </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="ES" title="Spain" style="display:block; width:100%"> Spain </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="SE" title="Sweden" style="display:block; width:100%"> Sweden </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="CH" title="Switzerland" style="display:block; width:100%"> Switzerland </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="TJ" title="Tajikistan" style="display:block; width:100%"> Tajikistan </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="TR" title="Turkey" style="display:block; width:100%"> Turkey </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="TM" title="Turkmenistan" style="display:block; width:100%"> Turkmenistan </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="UA" title="Ukraina" style="display:block; width:100%"> Ukraina </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="GB" title="United Kingdom" style="display:block; width:100%"> United Kingdom </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="UZ" title="Uzbekistan" style="display:block; width:100%"> Uzbekistan </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-europa', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-nord-und-mittelamerika" aria-expanded="false" aria-controls="region-nord-und-mittelamerika"><span class="txt-28">North/Central America</span></button> <div id="region-nord-und-mittelamerika" class="collapse inner-content"> <p class="countries countries-nord-und-mittelamerika"> <a href="http://www.sesotec.us/en/home-us/" target="_blank" class="country" data-market="na" data-country="AI" title="Anguilla" style="display:block; width:100%"> Anguilla </a> <a href="/na/en-US" class="country" data-market="na" data-country="AG" title="Antigua & Barbuda" style="display:block; width:100%"> Antigua & Barbuda </a> <a href="/na/en-US" class="country" data-market="na" data-country="AW" title="Aruba" style="display:block; width:100%"> Aruba </a> <a href="/na/en-US" class="country" data-market="na" data-country="BS" title="Bahamas" style="display:block; width:100%"> Bahamas </a> <a href="/na/en-US" class="country" data-market="na" data-country="BB" title="Barbados" style="display:block; width:100%"> Barbados </a> <a href="/na/en-US" class="country" data-market="na" data-country="BZ" title="Belize" style="display:block; width:100%"> Belize </a> <a href="/na/en-US" class="country" data-market="na" data-country="BM" title="Bermuda" style="display:block; width:100%"> Bermuda </a> <a href="/na/en-US" class="country" data-market="na" data-country="CA" title="Canada" style="display:block; width:100%"> Canada </a> <a href="/na/en-US" class="country" data-market="na" data-country="KY" title="Cayman Islands" style="display:block; width:100%"> Cayman Islands </a> <a href="/na/en-US" class="country" data-market="na" data-country="CR" title="Costa Rica" style="display:block; width:100%"> Costa Rica </a> <a href="/na/en-US" class="country" data-market="na" data-country="CU" title="Cuba" style="display:block; width:100%"> Cuba </a> <a href="/na/en-US" class="country" data-market="na" data-country="CW" title="Curaçao" style="display:block; width:100%"> Curaçao </a> <a href="/na/en-US" class="country" data-market="na" data-country="DM" title="Dominica" style="display:block; width:100%"> Dominica </a> <a href="/na/en-US" class="country" data-market="na" data-country="DO" title="Dominican Republic" style="display:block; width:100%"> Dominican Republic </a> <a href="/na/en-US" class="country" data-market="na" data-country="SV" title="El Salvador" style="display:block; width:100%"> El Salvador </a> <a href="/na/en-US" class="country" data-market="na" data-country="GL" title="Greenland" style="display:block; width:100%"> Greenland </a> <a href="/na/en-US" class="country" data-market="na" data-country="GD" title="Grenada" style="display:block; width:100%"> Grenada </a> <a href="/na/en-US" class="country" data-market="na" data-country="GP" title="Guadeloupe" style="display:block; width:100%"> Guadeloupe </a> <a href="/na/en-US" class="country" data-market="na" data-country="GT" title="Guatemala" style="display:block; width:100%"> Guatemala </a> <a href="/na/en-US" class="country" data-market="na" data-country="HT" title="Haiti" style="display:block; width:100%"> Haiti </a> <a href="/na/en-US" class="country" data-market="na" data-country="HN" title="Honduras" style="display:block; width:100%"> Honduras </a> <a href="/na/en-US" class="country" data-market="na" data-country="JM" title="Jamaica" style="display:block; width:100%"> Jamaica </a> <a href="/na/en-US" class="country" data-market="na" data-country="MQ" title="Martinique" style="display:block; width:100%"> Martinique </a> <a href="/na/en-US" class="country" data-market="na" data-country="MX" title="Mexico" style="display:block; width:100%"> Mexico </a> <a href="/na/en-US" class="country" data-market="na" data-country="MS" title="Montserrat" style="display:block; width:100%"> Montserrat </a> <a href="/na/en-US" class="country" data-market="na" data-country="NI" title="Nicaragua" style="display:block; width:100%"> Nicaragua </a> <a href="/na/en-US" class="country" data-market="na" data-country="PA" title="Panamá" style="display:block; width:100%"> Panamá </a> <a href="/na/en-US" class="country" data-market="na" data-country="PR" title="Puerto Rico" style="display:block; width:100%"> Puerto Rico </a> <a href="/na/en-US" class="country" data-market="na" data-country="BL" title="Saint Barthélemy" style="display:block; width:100%"> Saint Barthélemy </a> <a href="/na/en-US" class="country" data-market="na" data-country="KN" title="Saint Kitts and Nevis" style="display:block; width:100%"> Saint Kitts and Nevis </a> <a href="/na/en-US" class="country" data-market="na" data-country="LC" title="Saint Lucia" style="display:block; width:100%"> Saint Lucia </a> <a href="/na/en-US" class="country" data-market="na" data-country="MF" title="Saint Martin (French part)" style="display:block; width:100%"> Saint Martin (French part) </a> <a href="/na/en-US" class="country" data-market="na" data-country="PM" title="Saint Pierre and Miquelon" style="display:block; width:100%"> Saint Pierre and Miquelon </a> <a href="/na/en-US" class="country" data-market="na" data-country="VC" title="Saint Vincent and the Grenadines" style="display:block; width:100%"> Saint Vincent and the Grenadines </a> <a href="/na/en-US" class="country" data-market="na" data-country="SX" title="Sint Maarten (Dutch part)" style="display:block; width:100%"> Sint Maarten (Dutch part) </a> <a href="/na/en-US" class="country" data-market="na" data-country="TT" title="Trinidad and Tobago" style="display:block; width:100%"> Trinidad and Tobago </a> <a href="/na/en-US" class="country" data-market="na" data-country="TC" title="Turks and Caicos Islands" style="display:block; width:100%"> Turks and Caicos Islands </a> <a href="/na/en-US" class="country" data-market="na" data-country="US" title="USA" style="display:block; width:100%"> USA </a> <a href="/na/en-US" class="country" data-market="na" data-country="VI" title="United States Virgin Islands" style="display:block; width:100%"> United States Virgin Islands </a> <a href="/na/en-US" class="country" data-market="na" data-country="VG" title="British Virgin Islands" style="display:block; width:100%"> British Virgin Islands </a> <a href="/na/en-US" class="country" data-market="na" data-country="AN" title="Netherlands Antilles" style="display:block; width:100%"> Netherlands Antilles </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-nord-und-mittelamerika', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-suedamerika" aria-expanded="false" aria-controls="region-suedamerika"><span class="txt-28">South America</span></button> <div id="region-suedamerika" class="collapse inner-content"> <p class="countries countries-suedamerika"> <a href="/na/en-US" class="country" data-market="na" data-country="AR" title="Argentina" style="display:block; width:100%"> Argentina </a> <a href="/na/en-US" class="country" data-market="na" data-country="BO" title="Bolivia" style="display:block; width:100%"> Bolivia </a> <a href="/na/en-US" class="country" data-market="na" data-country="BQ" title="Bonaire, Sint Eustatius and Saba" style="display:block; width:100%"> Bonaire, Sint Eustatius and Saba </a> <a href="/na/en-US" class="country" data-market="na" data-country="BR" title="Brazil" style="display:block; width:100%"> Brazil </a> <a href="/na/en-US" class="country" data-market="na" data-country="CL" title="Chile" style="display:block; width:100%"> Chile </a> <a href="/na/en-US" class="country" data-market="na" data-country="CO" title="Colombia" style="display:block; width:100%"> Colombia </a> <a href="/na/en-US" class="country" data-market="na" data-country="EC" title="Ecuador" style="display:block; width:100%"> Ecuador </a> <a href="/na/en-US" class="country" data-market="na" data-country="FK" title="Falkland Islands (Malvinas)" style="display:block; width:100%"> Falkland Islands (Malvinas) </a> <a href="/na/en-US" class="country" data-market="na" data-country="GF" title="French Guiana" style="display:block; width:100%"> French Guiana </a> <a href="/na/en-US" class="country" data-market="na" data-country="GY" title="Guyana" style="display:block; width:100%"> Guyana </a> <a href="/na/en-US" class="country" data-market="na" data-country="PY" title="Paraguay" style="display:block; width:100%"> Paraguay </a> <a href="/na/en-US" class="country" data-market="na" data-country="PE" title="Peru" style="display:block; width:100%"> Peru </a> <a href="/na/en-US" class="country" data-market="na" data-country="SR" title="Suriname" style="display:block; width:100%"> Suriname </a> <a href="/na/en-US" class="country" data-market="na" data-country="UY" title="Uruguay" style="display:block; width:100%"> Uruguay </a> <a href="/na/en-US" class="country" data-market="na" data-country="VE" title="Venezuela" style="display:block; width:100%"> Venezuela </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-suedamerika', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-asien" aria-expanded="false" aria-controls="region-asien"><span class="txt-28">Asia</span></button> <div id="region-asien" class="collapse inner-content"> <p class="countries countries-asien"> <a href="/apac/en" class="country" data-market="apac" data-country="AF" title="Afghanistan" style="display:block; width:100%"> Afghanistan </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="BH" title="Bahrain" style="display:block; width:100%"> Bahrain </a> <a href="/apac/en" class="country" data-market="apac" data-country="BD" title="Bangladesh" style="display:block; width:100%"> Bangladesh </a> <a href="/apac/en" class="country" data-market="apac" data-country="BT" title="Bhutan" style="display:block; width:100%"> Bhutan </a> <a href="/apac/en" class="country" data-market="apac" data-country="IO" title="British Indian Ocean Territory" style="display:block; width:100%"> British Indian Ocean Territory </a> <a href="/apac/en" class="country" data-market="apac" data-country="KH" title="Cambodia" style="display:block; width:100%"> Cambodia </a> <a href="https://www.sesotec.cn/apac/zh-CN/" target="_blank" class="country" data-market="apac" data-country="CN" title="China" style="display:block; width:100%"> China </a> <a href="/apac/en" class="country" data-market="apac" data-country="TW" title="Taiwan" style="display:block; width:100%"> Taiwan </a> <a href="/apac/en" class="country" data-market="apac" data-country="IN" title="India" style="display:block; width:100%"> India </a> <a href="/apac/en" class="country" data-market="apac" data-country="ID" title="Indonesia" style="display:block; width:100%"> Indonesia </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="IR" title="Iran" style="display:block; width:100%"> Iran </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="IQ" title="Iraq" style="display:block; width:100%"> Iraq </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="IL" title="Israel" style="display:block; width:100%"> Israel </a> <a href="/apac/en" class="country" data-market="apac" data-country="JP" title="Japan" style="display:block; width:100%"> Japan </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="JO" title="Jordan" style="display:block; width:100%"> Jordan </a> <a href="/apac/en" class="country" data-market="apac" data-country="KP" title="North Korea" style="display:block; width:100%"> North Korea </a> <a href="/apac/en" class="country" data-market="apac" data-country="KR" title="South Korea" style="display:block; width:100%"> South Korea </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="KW" title="Kuwait" style="display:block; width:100%"> Kuwait </a> <a href="/apac/en" class="country" data-market="apac" data-country="LA" title="Laos" style="display:block; width:100%"> Laos </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="LB" title="Lebanon" style="display:block; width:100%"> Lebanon </a> <a href="/apac/en" class="country" data-market="apac" data-country="MO" title="Macao" style="display:block; width:100%"> Macao </a> <a href="/apac/en" class="country" data-market="apac" data-country="MY" title="Malaysia" style="display:block; width:100%"> Malaysia </a> <a href="/apac/en" class="country" data-market="apac" data-country="MV" title="Maldives" style="display:block; width:100%"> Maldives </a> <a href="/apac/en" class="country" data-market="apac" data-country="MN" title="Mongolia" style="display:block; width:100%"> Mongolia </a> <a href="/apac/en" class="country" data-market="apac" data-country="MM" title="Myanmar" style="display:block; width:100%"> Myanmar </a> <a href="/apac/en" class="country" data-market="apac" data-country="NP" title="Nepal" style="display:block; width:100%"> Nepal </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="OM" title="Oman" style="display:block; width:100%"> Oman </a> <a href="/apac/en" class="country" data-market="apac" data-country="PK" title="Pakistan" style="display:block; width:100%"> Pakistan </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="PS" title="Palestinian Territory, Occupied" style="display:block; width:100%"> Palestinian Territory, Occupied </a> <a href="/apac/en" class="country" data-market="apac" data-country="PH" title="Philippines" style="display:block; width:100%"> Philippines </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="QA" title="Qatar" style="display:block; width:100%"> Qatar </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="SA" title="Saudi Arabia" style="display:block; width:100%"> Saudi Arabia </a> <a href="/apac/en" class="country" data-market="apac" data-country="SG" title="Singapore" style="display:block; width:100%"> Singapore </a> <a href="/apac/en" class="country" data-market="apac" data-country="LK" title="Sri Lanka" style="display:block; width:100%"> Sri Lanka </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="SY" title="Syria" style="display:block; width:100%"> Syria </a> <a href="/apac/en" class="country" data-market="apac" data-country="TA" title="Taiwan" style="display:block; width:100%"> Taiwan </a> <a href="/apac/en" class="country" data-market="apac" data-country="TH" title="Thailand " style="display:block; width:100%"> Thailand </a> <a href="/apac/en" class="country" data-market="apac" data-country="TL" title="Timor-Leste" style="display:block; width:100%"> Timor-Leste </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="AE" title="United Arab Emirates" style="display:block; width:100%"> United Arab Emirates </a> <a href="/apac/en" class="country" data-market="apac" data-country="VN" title="Vietnam" style="display:block; width:100%"> Vietnam </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="YE" title="Yemen" style="display:block; width:100%"> Yemen </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-asien', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-afrika" aria-expanded="false" aria-controls="region-afrika"><span class="txt-28">Africa</span></button> <div id="region-afrika" class="collapse inner-content"> <p class="countries countries-afrika"> <a href="http://www.sesotec.fr" target="_blank" class="country" data-market="emea" data-country="DZ" title="Algeria" style="display:block; width:100%"> Algeria </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="AO" title="Angola" style="display:block; width:100%"> Angola </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="BJ" title="Benin" style="display:block; width:100%"> Benin </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="BW" title="Botswana" style="display:block; width:100%"> Botswana </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="BF" title="Burkina Faso" style="display:block; width:100%"> Burkina Faso </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="BI" title="Burundi" style="display:block; width:100%"> Burundi </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="CM" title="Cameroon" style="display:block; width:100%"> Cameroon </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="CV" title="Cape Verde" style="display:block; width:100%"> Cape Verde </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="CF" title="Central African Republic" style="display:block; width:100%"> Central African Republic </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="TD" title="Chad" style="display:block; width:100%"> Chad </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="KM" title="Comoros" style="display:block; width:100%"> Comoros </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="CG" title="Republic of the Congo" style="display:block; width:100%"> Republic of the Congo </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="CD" title="Democratic Republic of the Congo" style="display:block; width:100%"> Democratic Republic of the Congo </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="CI" title="Ivory Coast" style="display:block; width:100%"> Ivory Coast </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="DJ" title="Djibouti" style="display:block; width:100%"> Djibouti </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="EG" title="Egypt" style="display:block; width:100%"> Egypt </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="GQ" title="Equatorial Guinea" style="display:block; width:100%"> Equatorial Guinea </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="ER" title="Eritrea" style="display:block; width:100%"> Eritrea </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="ET" title="Ethiopia" style="display:block; width:100%"> Ethiopia </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="GA" title="Gabon" style="display:block; width:100%"> Gabon </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="GM" title="Gambia" style="display:block; width:100%"> Gambia </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="GH" title="Ghana" style="display:block; width:100%"> Ghana </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="GN" title="Guinea" style="display:block; width:100%"> Guinea </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="GW" title="Guinea-Bissau" style="display:block; width:100%"> Guinea-Bissau </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="KE" title="Kenya" style="display:block; width:100%"> Kenya </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="LS" title="Lesotho" style="display:block; width:100%"> Lesotho </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="LR" title="Liberia" style="display:block; width:100%"> Liberia </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="LY" title="Libya" style="display:block; width:100%"> Libya </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="MG" title="Madagascar" style="display:block; width:100%"> Madagascar </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="MW" title="Malawi" style="display:block; width:100%"> Malawi </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="ML" title="Mali" style="display:block; width:100%"> Mali </a> <a href="http://www.sesotec.fr" target="_blank" class="country" data-market="emea" data-country="MA" title="Morocco" style="display:block; width:100%"> Morocco </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="MR" title="Mauritania" style="display:block; width:100%"> Mauritania </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="MU" title="Mauritius " style="display:block; width:100%"> Mauritius </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="YT" title="Mayotte" style="display:block; width:100%"> Mayotte </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="MZ" title="Mozambique" style="display:block; width:100%"> Mozambique </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="NA" title="Namibia" style="display:block; width:100%"> Namibia </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="NE" title="Niger" style="display:block; width:100%"> Niger </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="NG" title="Nigeria" style="display:block; width:100%"> Nigeria </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="RE" title="Reunion" style="display:block; width:100%"> Reunion </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="RW" title="Rwanda" style="display:block; width:100%"> Rwanda </a> <a href="/na/en-US" class="country" data-market="na" data-country="SH" title="Saint Helena, Ascension and Tristan da Cunha" style="display:block; width:100%"> Saint Helena, Ascension and Tristan da Cunha </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="ST" title="Sao Tome and Principe" style="display:block; width:100%"> Sao Tome and Principe </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="SN" title="Senegal" style="display:block; width:100%"> Senegal </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="SC" title="Seychelles" style="display:block; width:100%"> Seychelles </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="SL" title="Sierra Leone" style="display:block; width:100%"> Sierra Leone </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="SO" title="Somalia" style="display:block; width:100%"> Somalia </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="ZA" title="South Africa" style="display:block; width:100%"> South Africa </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="SS" title="South Sudan" style="display:block; width:100%"> South Sudan </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="SD" title="Sudan" style="display:block; width:100%"> Sudan </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="SZ" title="Swaziland" style="display:block; width:100%"> Swaziland </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="TZ" title="Tanzania" style="display:block; width:100%"> Tanzania </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="TG" title="Togo" style="display:block; width:100%"> Togo </a> <a href="http://www.sesotec.fr" target="_blank" class="country" data-market="emea" data-country="TN" title="Tunesia" style="display:block; width:100%"> Tunesia </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="UG" title="Uganda" style="display:block; width:100%"> Uganda </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="EH" title="Western Sahara" style="display:block; width:100%"> Western Sahara </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="ZM" title="Zambia" style="display:block; width:100%"> Zambia </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="ZW" title="Zimbabwe" style="display:block; width:100%"> Zimbabwe </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-afrika', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-australien" aria-expanded="false" aria-controls="region-australien"><span class="txt-28">Australia</span></button> <div id="region-australien" class="collapse inner-content"> <p class="countries countries-australien"> <a href="/apac/en" class="country" data-market="apac" data-country="AS" title="American Samoa" style="display:block; width:100%"> American Samoa </a> <a href="/apac/en" class="country" data-market="apac" data-country="AU" title="Australia" style="display:block; width:100%"> Australia </a> <a href="/apac/en" class="country" data-market="apac" data-country="BN" title="Brunei" style="display:block; width:100%"> Brunei </a> <a href="/apac/en" class="country" data-market="apac" data-country="CX" title="Christmas Island" style="display:block; width:100%"> Christmas Island </a> <a href="/apac/en" class="country" data-market="apac" data-country="CC" title="Cocos (Keeling) Islands" style="display:block; width:100%"> Cocos (Keeling) Islands </a> <a href="/apac/en" class="country" data-market="apac" data-country="CK" title="Cook Islands" style="display:block; width:100%"> Cook Islands </a> <a href="/apac/en" class="country" data-market="apac" data-country="FJ" title="Fidschi" style="display:block; width:100%"> Fidschi </a> <a href="/apac/en" class="country" data-market="apac" data-country="PF" title="French Polynesia" style="display:block; width:100%"> French Polynesia </a> <a href="/apac/en" class="country" data-market="apac" data-country="GU" title="Guam" style="display:block; width:100%"> Guam </a> <a href="/apac/en" class="country" data-market="apac" data-country="HM" title="Heard Island and McDonald Islands" style="display:block; width:100%"> Heard Island and McDonald Islands </a> <a href="/apac/en" class="country" data-market="apac" data-country="KI" title="Kiribati" style="display:block; width:100%"> Kiribati </a> <a href="/apac/en" class="country" data-market="apac" data-country="MH" title="Marshall Islands" style="display:block; width:100%"> Marshall Islands </a> <a href="/apac/en" class="country" data-market="apac" data-country="FM" title="Micronesia" style="display:block; width:100%"> Micronesia </a> <a href="/apac/en" class="country" data-market="apac" data-country="NR" title="Nauru" style="display:block; width:100%"> Nauru </a> <a href="/apac/en" class="country" data-market="apac" data-country="NC" title="New Caledonia" style="display:block; width:100%"> New Caledonia </a> <a href="/apac/en" class="country" data-market="apac" data-country="NZ" title="New Zealand" style="display:block; width:100%"> New Zealand </a> <a href="/apac/en" class="country" data-market="apac" data-country="NU" title="Niue" style="display:block; width:100%"> Niue </a> <a href="/apac/en" class="country" data-market="apac" data-country="NF" title="Norfolk Island" style="display:block; width:100%"> Norfolk Island </a> <a href="/apac/en" class="country" data-market="apac" data-country="PW" title="Palau" style="display:block; width:100%"> Palau </a> <a href="/apac/en" class="country" data-market="apac" data-country="PG" title="Papua New Guinea" style="display:block; width:100%"> Papua New Guinea </a> <a href="/apac/en" class="country" data-market="apac" data-country="PN" title="Pitcairn" style="display:block; width:100%"> Pitcairn </a> <a href="/emea/en/data-privacy" class="country" data-market="emea" data-country="WS" title="Samoa" style="display:block; width:100%"> Samoa </a> <a href="/apac/en" class="country" data-market="apac" data-country="SB" title="Solomon Islands" style="display:block; width:100%"> Solomon Islands </a> <a href="/apac/en" class="country" data-market="apac" data-country="TK" title="Tokelau" style="display:block; width:100%"> Tokelau </a> <a href="/apac/en" class="country" data-market="apac" data-country="TO" title="Tonga" style="display:block; width:100%"> Tonga </a> <a href="/apac/en" class="country" data-market="apac" data-country="TV" title="Tuvalu" style="display:block; width:100%"> Tuvalu </a> <a href="/apac/en" class="country" data-market="apac" data-country="VU" title="Vanuatu" style="display:block; width:100%"> Vanuatu </a> <a href="/apac/en" class="country" data-market="apac" data-country="WF" title="Wallis and Futuna" style="display:block; width:100%"> Wallis and Futuna </a> <a href="/apac/en" class="country" data-market="apac" data-country="NM" title="Northern Mariana Islands" style="display:block; width:100%"> Northern Mariana Islands </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-australien', 'a'); }); </script> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script> $("#countryModal a.country[data-country]").click(function() { if ($(this).data('country') != '') { $.cookie("country", $(this).data('country'), { path: '/', expires: 30 }); } }); $("div.region-wrapper").each(function(index, element) { if ($(this).find('.inner-content a.country').length < 1) { $(this).hide(); } }); $("div.region-wrapper p.countries a[href^=http]").each(function(){ if(this.href.indexOf(location.hostname) == -1) { $(this).attr({ target: "_blank" }); } }); $(function() { var detected_country = $.cookie('geoip.country.iso_code'); var selected_country = $.cookie('country'); // a country has been detected, and no (other) country has been selected // => display message to user in country modal if (typeof(detected_country) === 'string' && detected_country !== '--' && (typeof(selected_country) !== 'string' || selected_country === detected_country)) { $('#country_modal_detected_country').find('.country_name').text( $("a[data-country='" + detected_country.replace(/[^A-Z]+/g,'') + "']").text().trim() ); $('#country_modal_detected_country').show(); } }) // // Open country modal on first page load // $(document).ready(function () { // if (!$.cookie('country-modal-opened-on-first-pageload')) { // $('#country_modal_first_pageload_intro').show(); // $('#countryModal').modal('show'); // $.cookie('country-modal-opened-on-first-pageload', 'true', { path: '/', expires: 365 }); // } // }); </script> <!-- Latest compiled and minified JavaScript --> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/bootstrap-select-1.12.4/dist/js/bootstrap-select.min.js?1724399351" type="text/javascript" ></script> <script> /**lightbox event listener**/ $(document).on('click', '[data-toggle="lightbox"]', function(event) { event.preventDefault(); $(this).ekkoLightbox(); }); $(function() { $('form select').addClass('selectpicker'); $('.datepicker').addClass('form-control'); }); /*add bootstrapS validator initial to class to every element wrapper container*/ $('div.form-group').addClass('has-feedback'); /* Input event handling */ $('input').on('input focus', function() { $(this).parent().addClass('active'); }).on('input blur', function() { if( $(this).val()) { $(this).parent().addClass('active'); }else{ $(this).parent().removeClass('active'); } }); /* textareas event handling */ $('textarea').on('textarea focus', function() { $(this).parent().addClass('active'); }).on('textarea blur', function() { if( $(this).val()) { $(this).parent().addClass('active'); }else{ $(this).parent().removeClass('active'); } }); /* selectbox event handling */ $(function() { $('.selectpicker').on('change', function () { $(this).parent().parent().addClass('active'); }); $( "select option:selected:not([disabled])" ).each(function() { $(this).closest('.form-group').addClass('active'); }); /* deprectated, Bug 11373 download select box : remove all non-pre-selected options */ /* $('select[name="content[download]"] option:selected:not([disabled])').each(function() { $('select[name="content[download]"] option:not([selected])').remove(); }); */ /* Bug 11373 Sesotec: "Protected" Whitepaper Download - Dropdown incorrectly lists all downloads*/ $('select[name="content[download]"].selectpicker').on('loaded.bs.select', function () { var is_selected = $('label[for="content[download]"]').parent().find('li:not(.disabled) > a[aria-selected="true"]'); console.log(is_optgroup); // remove all non-preselected entries from dropdown list only for case that preselected one exists if ( is_selected.length) { //remove all not-preselected downloads from list $('label[for="content[download]"]').parent().find('li:not(.disabled) > a[aria-selected="false"]').remove(); //remove all not related optgroup entries from list var is_optgroup = is_selected.parent('li').attr('data-optgroup'); $('label[for="content[download]"]').parent().find('li:not([data-optgroup = '+is_optgroup+'])').remove(); } }); }); $( document ).ready(function() { $( ".inner-content iframe" ).wrap( "<div class='videocontainer-wrapper'></div>" ); //extend body with class lp21 if lp21 snippets existst if ($('.lp21').length){ $('body').addClass('lp21'); } }); $( document ).ready(function() { $('div.item.video-wrapper-lightbox[href^="https://v.qq.com"]').each(function() { $(this).attr("data-type","url"); }); }); /* Bug 11159 - Sesotec Forms - Show "Loading" Spinner During Submission Bootstrap validator is used for frontend form validation. According to the official documentation, the bellow function can be used to handle submit events. When the form is invalid .preventDefault is called So we need to show the loading spinner only when there are not frontend validation errors */ $("form").validator().on('submit', function (e) { if (!e.isDefaultPrevented()) { // everything looks good! disable submit button and show spinner $(this).find(':input[type=submit]').prop('disabled', true); $('#loading-spinner-overlay').data('bs.modal',null).modal({backdrop:'static', keyboard:false}); } }); </script> <script> $(document).ready(function () { //hide parent div of input[name="content[cloudamp__data__c] $('input[name="content[cloudamp__data__c]"]').parent('div').hide(); /* SF Campaign Tracker */ window._cloudAmp = window._cloudAmp || {}; _cloudAmp.forms = []; /* extend _cloudAmp.forms with data object {id, name} */ $('form').has('input[name="content[cloudamp__data__c]"]').each(function(n) { if($(this).prop("id").length == 0) $(this).attr("id", "Frm" + n); var data={} var frmId=$(this).attr("id"); data.id = ''+frmId+''; data.name= 'content[cloudamp__data__c]'; _cloudAmp.forms.push(data); }); (function () { var scripts = document.getElementsByTagName('script'), sLen = scripts.length, ca_script = document.createElement('script'), head = document.getElementsByTagName('head'), protocol = document.location.protocol, httpsDomain = '1d5ef9e9369608f625a8-878b10192d4a956595449977ade9187d.ssl.cf2.rackcdn.com', httpDomain = 'trk.cloudamp.net', filename = 'ctk.js', srcDomain = protocol === 'http:' ? httpDomain : httpsDomain; ca_script.type = 'text/javascript'; ca_script.async = true; ca_script.src = protocol + '//' + srcDomain + '/' + filename; head[0].appendChild(ca_script); })(); }); </script> </body> </html>

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