CINXE.COM

EE Classroom - Industrial Connectors

<!DOCTYPE html> <html > <head> <script id="b64-replace" type="text/javascript"> (function () { function hasGetParameters() { return document.location.search !== ''; } /** * Execute fn not earlier than DOM is ready */ function onDOMReady(fn) { if (document.readyState != 'loading') { fn(); } else { document.addEventListener('DOMContentLoaded', fn); } } /** * Encode query string to pass it to backend of our plugin (we omit by this stripping utm tags) */ function buildBase64EncodedQueryString() { var query = []; var searchArray = document.location.search.replace('?', '').split('&'); for (var i = 0; i < searchArray.length; i++) { if (searchArray[i].indexOf("PANTHEON_STRIPPED") === -1) { query.push(searchArray[i]); } } query.push( 'landingPageAjaxLoaderRequest=true' ); return window.btoa(query.join('&')); } /** * Fetch landing page with base64 encoding query strings to ommit caching/altering layers of query params */ function fetchLandingPage() { var url = document.location.origin + document.location.pathname; if (window.XMLHttpRequest) { var xhReq = new XMLHttpRequest(); } else { var xhReq = new ActiveXObject("Microsoft.XMLHTTP"); } xhReq.open('GET', url + '?b64=' + buildBase64EncodedQueryString(), false); xhReq.setRequestHeader("X-Requested-With", "XMLHttpRequest"); xhReq.send(); onDOMReady(function () { document.getElementsByTagName('html')[0].innerHTML = xhReq.responseText; }) } function showBody() { onDOMReady(function () { document.getElementsByTagName('body')[0].style.display = 'block'; }) } if (hasGetParameters()) { fetchLandingPage(); } else { showBody(); } })(); </script> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="format-detection" content="telephone=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="description" content="In this classroom, we offer various tutorials to help you select the connector that meets your specific needs for your industrial and other high-power applications, such as the types of connectors used on autonomous vehicles to a comparison of EV charging connectors." /> <meta name="keywords" content="Industrial, Connectors, Electric Vehicles, HVAC, Sustainability, ev, battery, connection, power, autonomous" /> <link rel="canonical" href="https://www.eeworldonline.com/industrial-connectors-classroom"> <link rel="shortcut icon" href="//v.fastcdn.co/u/6f5f942d/42923436-0-mc-favicon.png" type="image/ico"> <title>EE Classroom - Industrial Connectors</title> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content=""> <meta property="og:description" content=""> <meta property="og:site_name" content=""> <meta property="og:url" content="https://www.eeworldonline.com/industrial-connectors-classroom"> <link rel="preload" as="script" href="//g.fastcdn.co/js/utils.b1dbc60ee3a19ce6094c.js"></link> <link rel="preload" as="script" href="//g.fastcdn.co/js/Cradle.30914f633beab2a2559e.js"></link> <link rel="preconnect dns-prefetch" href="https://fonts.gstatic.com" crossorigin></link> <!-- Google Tag Manager --> <script data-cfasync="false" > function setupGTM() { (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-5XFMW25'); } setupGTM(); </script> <!-- End Google Tag Manager --> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap"/><link media="print" onload="this.media='all'" type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap"/><noscript><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap"/></noscript> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,400italic,500,500italic,700,700italic,900,900italic&display=swap"/><link media="print" onload="this.media='all'" type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,400italic,500,500italic,700,700italic,900,900italic&display=swap"/><noscript><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,400italic,500,500italic,700,700italic,900,900italic&display=swap"/></noscript> <style type="text/css" media="screen"> body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;width:100%;font-family:Arial;font-weight:400;background:rgb(255,255,255);}a{text-decoration:none;color:inherit;}a:not(.btn):hover{text-decoration:underline;}input,select,textarea,p,h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit;}u > span{text-decoration:inherit;}ol,ul{padding-left:2.5rem;margin:.625rem 0;}p{word-wrap:break-word;}h1 > span,h2 > span,h3 > span,h4 > span,h5 > span,h6 > span{display:block;word-wrap:break-word;}iframe{border:0;}*{box-sizing:border-box;}:root.js-text-scaling{--mobile-font-size:4vw;--default-font-size:16px;}.item-absolute{position:absolute;}.item-relative{position:relative;}.item-block{display:block;height:100%;width:100%;}.item-cover{z-index:1000030;}.item-breakword{word-wrap:break-word;}.item-content-box{box-sizing:content-box;}.hidden{display:none;}.clearfix{clear:both;}sup,sub{margin-left:0.1rem;line-height:0;}@keyframes slide-down{from{opacity:0;transform:translateY(-50px);}}@keyframes fade-in{from{opacity:0;}}@supports (-webkit-overflow-scrolling:touch){@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi){.image[src$=".svg"]{width:calc(100% + 1px);}}}.show-for-sr{border:0 !important;clip:rect(1px,1px,1px,1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important;}.headline{font-family:Montserrat;font-weight:400;}.btn{line-height:120%;text-align:center;font-family:Arial;cursor:pointer;transition:border .5s;width:100%;border:0;white-space:normal;display:table-cell;vertical-align:middle;padding:0;}.section-fit{max-width:400px;}[class*="sticky-block-footer"] .section:last-child{bottom:0;z-index:1000015;}[class*="sticky-block-header"] .section:first-child{top:0;z-index:1000015;}.sticky-block-header .section:first-child,.sticky-block-footer .section:last-child{position:sticky;}:root{--section-relative-margin:0 auto;}.section-relative{position:relative;margin:0 auto;}.js-text-scaling .section-relative{margin:var(--section-relative-margin);}.section-inner{height:100%;}#page-block-6mrf768uimo{height:10.375rem;max-width:100%;}#page-block-6mrf768uimo .section-holder-border{border:0;}#page-block-6mrf768uimo .section-block{background:rgb(255,255,255);height:10.375rem;}#page-block-6mrf768uimo .section-holder-overlay{display:none;}#element-594{top:2.5rem;left:4.6875rem;height:5.375rem;width:15.625rem;z-index:9;}#element-743{top:9.75rem;left:1.25rem;height:2.625rem;width:22.5rem;z-index:14;color:#37465A;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-743 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-743 .x_25830ed5{color:#008752;}#page-block-f2yeqbj4sn6{height:49.375rem;max-width:100%;}#page-block-f2yeqbj4sn6 .section-holder-border{border:0;}#page-block-f2yeqbj4sn6 .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/63845072-0-AdobeStock-325149187.jpeg),url(//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963579-63845072-ghost-AdobeStock-325149187.jpeg);height:49.375rem;}#page-block-f2yeqbj4sn6 .section-holder-overlay{opacity:0.43;background-color:#000000;display:block;}#element-1461{top:2.5rem;left:1.0625rem;height:7.125rem;width:22.5rem;z-index:28;color:#000000;font-size:1.9814rem;line-height:2.4rem;text-align:center;}#element-1461 .x_d5cc1063{text-align:center;line-height:2.375rem;font-size:1.9814rem;}#element-1461 .x_fb061381{color:#c9cdd2;}#element-1461 strong{font-weight:700;}#element-1460{top:11.875rem;left:1.6875rem;height:6.5625rem;width:21.1875rem;z-index:3;color:#FFFFFF;font-size:0.9288rem;line-height:1.3125rem;text-align:left;}#element-1460 .x_5319a2c7{text-align:left;line-height:1.3125rem;font-size:0.9288rem;}#element-1460 .x_c59c11d3{color:#f1ecec;}#element-1460 strong{font-weight:700;}#element-1462{top:20.125rem;left:1.6875rem;height:25.875rem;width:21.25rem;z-index:30;color:#FFFFFF;font-size:1.1765rem;line-height:1.425rem;text-align:left;font-weight:300;}#element-1462 .x_ee13c36c{text-align:left;line-height:1.4375rem;font-size:1.1765rem;}#element-1462 strong{font-weight:700;}#element-1462.paragraph{font-weight:300;}#element-1463{top:40.1875rem;left:16.5625rem;height:10.375rem;width:1.375rem;z-index:32;}.circle{border-radius:50%;}.shape{height:inherit;}.line-horizontal{height:.625rem;}.line-vertical{height:100%;margin-right:.625rem;}[class*='line-']{box-sizing:content-box;}#element-1463 .shape{border-right:2px solid #0A549B;}#page-block-kh8q3gpijp{height:1.5625rem;max-width:100%;}#page-block-kh8q3gpijp .section-holder-border{border:0;}#page-block-kh8q3gpijp .section-block{background:rgb(0,99,168);height:1.5625rem;}#page-block-kh8q3gpijp .section-holder-overlay{display:none;}#page-block-28770szh5d4{height:17.1875rem;max-width:100%;}#page-block-28770szh5d4 .section-holder-border{border:0;}#page-block-28770szh5d4 .section-block{background:rgb(255,255,255);height:17.1875rem;}#page-block-28770szh5d4 .section-holder-overlay{display:none;}#element-1147{top:1.5625rem;left:1.75rem;height:4.5rem;width:22.5rem;z-index:61;color:#37465A;font-size:1.6099rem;line-height:2.275rem;text-align:center;}#element-1147 .x_47b745f5{text-align:center;line-height:2.25rem;font-size:1.6099rem;}#element-1148{top:8.9375rem;left:1.25rem;height:5.7692rem;width:22.5rem;z-index:63;}#page-block-2tivm2qxhey{height:118.375rem;max-width:100%;}#page-block-2tivm2qxhey .section-holder-border{border:0;}#page-block-2tivm2qxhey .section-block{background:repeat rgb(5,30,62) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/57880601-0-122-short-circuit-on.jpg),url(//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963580-57880601-ghost-122-short-circuit-on.jpg);height:118.375rem;}#page-block-2tivm2qxhey .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-1298{top:3.8125rem;left:1.25rem;height:2.25rem;width:22.5rem;z-index:5;color:#37465A;font-size:1.6099rem;line-height:2.275rem;text-align:center;font-weight:700;}#element-1298 .x_47b745f5{text-align:center;line-height:2.25rem;font-size:1.6099rem;}#element-1298 .x_f2074b6c{color:#ffffff;}#element-1298 strong{font-weight:700;}#element-1298.headline{font-weight:700;}#element-1299{top:10.625rem;left:3.125rem;height:30rem;width:18.75rem;z-index:34;}#element-1299 .shape{border:0;background:rgb(255,255,255);}#element-1302{top:10.6875rem;left:3.25rem;height:15.625rem;width:18.625rem;z-index:39;}#element-1302 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 4% 44% / cover;}#element-1304{top:45.625rem;left:2.8125rem;height:31.25rem;width:18.75rem;z-index:18;}#element-1304 .shape{border:0;background:rgb(255,255,255);}#element-1308{top:82.1875rem;left:3.125rem;height:30rem;width:18.75rem;z-index:7;}#element-1308 .shape{border:0;background:rgb(255,255,255);}#element-1310{top:82.1875rem;left:3.0625rem;height:16.125rem;width:18.75rem;z-index:11;}#element-1310 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 7% 54% / cover;}#element-1306{top:45.4375rem;left:2.75rem;height:15.75rem;width:18.75rem;z-index:21;}#element-1306 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 0 71% / cover;}#element-1300{top:27.5rem;left:5.1875rem;height:3.25rem;width:13.1875rem;z-index:37;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1300 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1300 strong{font-weight:700;}#element-1300.paragraph{font-weight:400;}#element-1305{top:62.0625rem;left:5.125rem;height:4.875rem;width:14.125rem;z-index:27;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1305 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1305 strong{font-weight:700;}#element-1305.paragraph{font-weight:400;}#element-1309{top:99.5rem;left:5.25rem;height:3.25rem;width:15.3125rem;z-index:15;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1309 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1309 strong{font-weight:700;}#element-1309.paragraph{font-weight:400;}#element-1301{top:31.375rem;left:5.3125rem;height:6.5rem;width:14.25rem;z-index:41;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1301 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1301 strong{font-weight:700;}#element-1301.paragraph{font-weight:400;}#element-1311{top:67.8125rem;left:5.125rem;height:5.5rem;width:13.875rem;z-index:51;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1311 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-1311 strong{font-weight:700;}#element-1311.paragraph{font-weight:400;}#element-1313{top:103.4375rem;left:5.25rem;height:4.125rem;width:14.375rem;z-index:55;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1313 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-1313 strong{font-weight:700;}#element-1313.paragraph{font-weight:400;}#element-1307{top:74.0625rem;left:16.125rem;height:1.5rem;width:3.3125rem;z-index:31;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:right;font-weight:700;}#element-1307 .x_1ad21c67{text-align:right;line-height:1.5rem;font-size:0.9288rem;}#element-1307 .x_afd94657{color:#9b0a0a;}#element-1307 strong{font-weight:700;}#element-1307.headline{font-weight:700;}#element-1303{top:37.8125rem;left:16.125rem;height:1.5rem;width:3.3125rem;z-index:44;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:right;font-weight:700;}#element-1303 .x_1ad21c67{text-align:right;line-height:1.5rem;font-size:0.9288rem;}#element-1303 .x_afd94657{color:#9b0a0a;}#element-1303 strong{font-weight:700;}#element-1303.headline{font-weight:700;}#element-1312{top:109.625rem;left:4.375rem;height:1.5rem;width:16.1875rem;z-index:53;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:right;font-weight:700;}#element-1312 .x_1ad21c67{text-align:right;line-height:1.5rem;font-size:0.9288rem;}#element-1312 .x_afd94657{color:#9b0a0a;}#element-1312 strong{font-weight:700;}#element-1312.headline{font-weight:700;}#page-block-ewvloghmnul{height:1.5rem;max-width:100%;}#page-block-ewvloghmnul .section-holder-border{border:0;}#page-block-ewvloghmnul .section-block{background:rgb(255,255,255);height:1.5rem;}#page-block-ewvloghmnul .section-holder-overlay{display:none;}#page-block-svjnsxtszw{height:151.125rem;max-width:100%;}#page-block-svjnsxtszw .section-holder-border{border:0;}#page-block-svjnsxtszw .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/57918981-0-112-linear-slide-ele.jpg),url(//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963581-57918981-ghost-112-linear-slide-ele.jpg);height:151.125rem;}#page-block-svjnsxtszw .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-1366{top:3.8125rem;left:1.25rem;height:2.25rem;width:22.5rem;z-index:4;color:#37465A;font-size:1.6099rem;line-height:2.275rem;text-align:center;font-weight:700;}#element-1366 .x_47b745f5{text-align:center;line-height:2.25rem;font-size:1.6099rem;}#element-1366 .x_fb061381{color:#c9cdd2;}#element-1366 strong{font-weight:700;}#element-1366.headline{font-weight:700;}#element-1372{top:44.8125rem;left:2.875rem;height:31.25rem;width:18.75rem;z-index:10;}#element-1372 .shape{border:0;background:rgb(255,255,255);}#element-1374{top:44.8125rem;left:2.8125rem;height:15.625rem;width:18.75rem;z-index:13;}#element-1374 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 34% 41% / cover;}#element-1376{top:80.25rem;left:2.8125rem;height:31.25rem;width:18.9375rem;z-index:47;}#element-1376 .shape{border:0;background:rgb(255,255,255);}#element-1385{top:115.4375rem;left:2.9375rem;height:31.25rem;width:18.25rem;z-index:76;}#element-1385 .shape{border:0;background:rgb(255,255,255);}#element-1387{top:115.375rem;left:2.875rem;height:12.375rem;width:18.25rem;z-index:77;}#element-1387 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1367{top:9.4375rem;left:2.875rem;height:31.25rem;width:18.75rem;z-index:17;}#element-1367 .shape{border:0;background:rgb(255,255,255);}#element-1378{top:82.625rem;left:2.875rem;height:12rem;width:18.75rem;z-index:48;}#element-1378 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 68% 29% / cover;}#element-1370{top:9.4375rem;left:2.875rem;height:13.8125rem;width:18.6875rem;z-index:20;}#element-1370 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 62% 21% / cover;}#element-1368{top:24.6875rem;left:4.375rem;height:3.25rem;width:16.1875rem;z-index:24;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1368 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1368 strong{font-weight:700;}#element-1368.paragraph{font-weight:400;}#element-1408{top:61.6875rem;left:4.6875rem;height:4.125rem;width:15.375rem;z-index:78;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1408 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1408 strong{font-weight:700;}#element-1408.paragraph{font-weight:400;}#element-1403{top:98.1875rem;left:4.5625rem;height:2.75rem;width:15.0625rem;z-index:81;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1403 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1403 strong{font-weight:700;}#element-1403.paragraph{font-weight:400;}#element-1420{top:130rem;left:4.5rem;height:2.75rem;width:15.5rem;z-index:84;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1420 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1420 strong{font-weight:700;}#element-1420.paragraph{font-weight:400;}#element-1416{top:101.8125rem;left:4.5625rem;height:6.5rem;width:16.3125rem;z-index:83;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1416 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1416 strong{font-weight:700;}#element-1416.paragraph{font-weight:400;}#element-1424{top:133.75rem;left:4.5625rem;height:9.75rem;width:15.4375rem;z-index:86;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1424 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1424 strong{font-weight:700;}#element-1424.paragraph{font-weight:400;}#element-1369{top:28.9375rem;left:4.3125rem;height:8.125rem;width:16.1875rem;z-index:25;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1369 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1369 strong{font-weight:700;}#element-1369.paragraph{font-weight:400;}#element-1410{top:66.75rem;left:4.6875rem;height:6.5rem;width:15.5rem;z-index:80;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1410 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1410 strong{font-weight:700;}#element-1410.paragraph{font-weight:400;}#element-1375{top:73.25rem;left:14.4375rem;height:1.5rem;width:5.6875rem;z-index:79;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:right;font-weight:700;}#element-1375 .x_1ad21c67{text-align:right;line-height:1.5rem;font-size:0.9288rem;}#element-1375 .x_afd94657{color:#9b0a0a;}#element-1375 strong{font-weight:700;}#element-1375.headline{font-weight:700;}#element-1414{top:108.25rem;left:15.875rem;height:1.5rem;width:4.125rem;z-index:82;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:right;font-weight:700;}#element-1414 .x_1ad21c67{text-align:right;line-height:1.5rem;font-size:0.9288rem;}#element-1414 .x_afd94657{color:#9b0a0a;}#element-1414 strong{font-weight:700;}#element-1414.headline{font-weight:700;}#element-1422{top:143.5rem;left:15.1875rem;height:1.5rem;width:4.8125rem;z-index:85;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:right;font-weight:700;}#element-1422 .x_1ad21c67{text-align:right;line-height:1.5rem;font-size:0.9288rem;}#element-1422 .x_afd94657{color:#9b0a0a;}#element-1422 strong{font-weight:700;}#element-1422.headline{font-weight:700;}#element-1371{top:37.625rem;left:4.25rem;height:1.625rem;width:16.1875rem;z-index:26;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:right;font-weight:700;}#element-1371 .x_bb1de03d{text-align:right;line-height:1.625rem;font-size:0.9907rem;}#element-1371 .x_afd94657{color:#9b0a0a;}#element-1371 strong{font-weight:700;}#element-1371.headline{font-weight:700;}#page-block-onrwmgoawmd{height:160.875rem;max-width:100%;}#page-block-onrwmgoawmd .section-holder-border{border:0;}#page-block-onrwmgoawmd .section-block{background:rgb(255,255,255);height:160.875rem;}#page-block-onrwmgoawmd .section-holder-overlay{display:none;}#element-1180{top:2.5rem;left:4.6875rem;height:4.0143rem;width:15.625rem;z-index:75;}#element-1164{top:10rem;left:1.3125rem;height:2.1875rem;width:20.9375rem;z-index:46;color:#37465A;font-size:1.3622rem;line-height:2.2rem;text-align:left;}#element-1164 .x_95ffcc8f{text-align:left;line-height:2.1875rem;font-size:1.3622rem;}#element-1164 .x_c40856ee{color:#0564c5;}#element-1176{top:13.875rem;left:1.3125rem;height:12.5939rem;width:22.375rem;z-index:71;}#element-1177{top:51.9375rem;left:1.3125rem;height:12.5939rem;width:22.375rem;z-index:72;}#element-1163{top:27.4375rem;left:1.3125rem;height:1.9375rem;width:22.375rem;z-index:49;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-1163 .x_f2939933{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1166{top:65.5rem;left:1.3125rem;height:4.875rem;width:22.375rem;z-index:57;color:#98A0A6;font-size:1.3622rem;line-height:1.65rem;text-align:left;}#element-1166 .x_0a9a7410{text-align:left;line-height:1.625rem;font-size:1.3622rem;}#element-1172{top:29.6875rem;left:1.25rem;height:15.125rem;width:22.375rem;z-index:67;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1172 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1172 .x_816a1881{color:#98a0a6;}#element-1173{top:71rem;left:1.25rem;height:15.125rem;width:22.375rem;z-index:68;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1173 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1173 .x_816a1881{color:#98a0a6;}#element-1165{top:45.375rem;left:1.3125rem;height:2.5rem;width:10.9375rem;z-index:50;}.btn-shadow{box-shadow:0 1px 3px rgba(1,1,1,0.5);}#element-1165 .btn.btn-effect3d:active{box-shadow:none;}#element-1165 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-1165 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:10.9375rem;border-radius:3px;}#element-1168{top:86.75rem;left:1.25rem;height:2.5rem;width:10.9375rem;z-index:59;}#element-1168 .btn.btn-effect3d:active{box-shadow:none;}#element-1168 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-1168 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:10.9375rem;border-radius:3px;}#element-1178{top:93.375rem;left:0;height:12.1457rem;width:12.5625rem;z-index:73;}#element-1179{top:128.5rem;left:1.1875rem;height:12.5375rem;width:10.625rem;z-index:74;}#element-1167{top:106.5625rem;left:1.25rem;height:3.875rem;width:22.375rem;z-index:60;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-1167 .x_f2939933{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1170{top:141.4375rem;left:1.25rem;height:1.9375rem;width:22.375rem;z-index:65;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-1170 .x_f2939933{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1174{top:111.0625rem;left:1.25rem;height:9.625rem;width:22.375rem;z-index:69;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1174 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1174 .x_816a1881{color:#98a0a6;}#element-1175{top:144rem;left:1.25rem;height:9.625rem;width:22.5rem;z-index:70;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1175 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1175 .x_816a1881{color:#98a0a6;}#element-1169{top:121.625rem;left:1.25rem;height:2.5rem;width:10.9375rem;z-index:64;}#element-1169 .btn.btn-effect3d:active{box-shadow:none;}#element-1169 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-1169 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:10.9375rem;border-radius:3px;}#element-1171{top:154.5625rem;left:1.1875rem;height:2.5rem;width:10.9375rem;z-index:66;}#element-1171 .btn.btn-effect3d:active{box-shadow:none;}#element-1171 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-1171 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:10.9375rem;border-radius:3px;}#page-block-k4oa6l8ad9{height:111.1875rem;max-width:100%;}#page-block-k4oa6l8ad9 .section-holder-border{border:0;}#page-block-k4oa6l8ad9 .section-block{background:repeat rgb(5,30,62) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/47739525-0-background.jpg),url(//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963581-47739525-ghost-background.jpg);height:111.1875rem;}#page-block-k4oa6l8ad9 .section-holder-overlay{opacity:0.51;background-color:#000000;display:block;}#element-1442{top:2.9375rem;left:1.25rem;height:2.25rem;width:22.5rem;z-index:6;color:#37465A;font-size:1.6099rem;line-height:2.275rem;text-align:center;font-weight:700;}#element-1442 .x_47b745f5{text-align:center;line-height:2.25rem;font-size:1.6099rem;}#element-1442 .x_f2074b6c{color:#ffffff;}#element-1442 strong{font-weight:700;}#element-1442.headline{font-weight:700;}#element-1443{top:8.5rem;left:3.125rem;height:31.25rem;width:18.75rem;z-index:35;}#element-1443 .shape{border:0;background:rgb(255,255,255);}#element-1448{top:43.125rem;left:2.8125rem;height:29.6875rem;width:18.75rem;z-index:19;}#element-1448 .shape{border:0;background:rgb(255,255,255);}#element-1452{top:76.4375rem;left:3.125rem;height:31.25rem;width:18.75rem;z-index:8;}#element-1452 .shape{border:0;background:rgb(255,255,255);}#element-1446{top:8.625rem;left:3.25rem;height:10.9375rem;width:18.625rem;z-index:40;}#element-1446 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1454{top:79.3125rem;left:3.125rem;height:11.375rem;width:18.6875rem;z-index:12;}#element-1454 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1450{top:45.125rem;left:2.75rem;height:9rem;width:18.6875rem;z-index:22;}#element-1450 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 68% 39% / cover;}#element-1453{top:95.1875rem;left:5.25rem;height:3.25rem;width:15.3125rem;z-index:16;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1453 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1453 strong{font-weight:700;}#element-1453.paragraph{font-weight:400;}#element-1444{top:24.125rem;left:4.3125rem;height:4.875rem;width:16.375rem;z-index:38;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1444 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1444 strong{font-weight:700;}#element-1444.paragraph{font-weight:400;}#element-1449{top:56.5rem;left:5rem;height:4.875rem;width:14.125rem;z-index:29;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1449 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1449 strong{font-weight:700;}#element-1449.paragraph{font-weight:400;}#element-1457{top:99.4375rem;left:5.1875rem;height:4.125rem;width:13.5625rem;z-index:56;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1457 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-1457 strong{font-weight:700;}#element-1457.paragraph{font-weight:400;}#element-1455{top:62.0625rem;left:4.9375rem;height:6.5rem;width:15.125rem;z-index:52;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1455 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1455 strong{font-weight:700;}#element-1455.paragraph{font-weight:400;}#element-1445{top:29.625rem;left:4.5625rem;height:6.5rem;width:15.1875rem;z-index:42;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1445 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1445 strong{font-weight:700;}#element-1445.paragraph{font-weight:400;}#element-1447{top:36.8125rem;left:17.375rem;height:1.5rem;width:3.3125rem;z-index:45;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:right;font-weight:700;}#element-1447 .x_1ad21c67{text-align:right;line-height:1.5rem;font-size:0.9288rem;}#element-1447 .x_afd94657{color:#9b0a0a;}#element-1447 strong{font-weight:700;}#element-1447.headline{font-weight:700;}#element-1451{top:70.1875rem;left:16.6875rem;height:1.5rem;width:3.3125rem;z-index:33;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:right;font-weight:700;}#element-1451 .x_1ad21c67{text-align:right;line-height:1.5rem;font-size:0.9288rem;}#element-1451 .x_afd94657{color:#9b0a0a;}#element-1451 strong{font-weight:700;}#element-1451.headline{font-weight:700;}#element-1456{top:104.375rem;left:10.625rem;height:1.5rem;width:9.875rem;z-index:54;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:right;font-weight:700;}#element-1456 .x_1ad21c67{text-align:right;line-height:1.5rem;font-size:0.9288rem;}#element-1456 .x_afd94657{color:#9b0a0a;}#element-1456 strong{font-weight:700;}#element-1456.headline{font-weight:700;}#page-block-lu0i5iw5w4e{height:26.6875rem;max-width:100%;}#page-block-lu0i5iw5w4e .section-holder-border{border:0;}#page-block-lu0i5iw5w4e .section-block{background:rgb(255,255,255);height:26.6875rem;}#page-block-lu0i5iw5w4e .section-holder-overlay{display:none;}#element-1146{top:4.875rem;left:1.1875rem;height:5.7692rem;width:22.5rem;z-index:62;}#element-1145{top:12.4375rem;left:1.25rem;height:10rem;width:22.5rem;z-index:36;color:#37465A;font-size:0.8669rem;line-height:1.225rem;text-align:center;}#element-1145 .x_29a05aa8{text-align:center;line-height:1.25rem;font-size:0.8669rem;}#element-1145 .x_928ffa83{text-align:left;font-weight:400;}#element-1145 .x_c5f0bf77{text-align:center;line-height:1.25rem;font-size:0.8669rem;}#page-block-9wevj9i0x8b{height:9.9375rem;max-width:100%;}#page-block-9wevj9i0x8b .section-holder-border{border:0;}#page-block-9wevj9i0x8b .section-block{background:repeat rgb(198,208,200) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/43140044-0-abstract-pcb.jpg),url(//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963582-43140044-ghost-abstract-pcb.jpg);height:9.9375rem;}#page-block-9wevj9i0x8b .section-holder-overlay{opacity:0.79;background-color:#141D24;display:block;}#element-744{top:2.125rem;left:4.875rem;height:4.875rem;width:14rem;z-index:23;}#page_block_footer{height:7.5rem;max-width:100%;}#page_block_footer .section-holder-border{border:0;}#page_block_footer .section-block{background:rgb(255,255,255);height:7.5rem;}#page_block_footer .section-holder-overlay{display:none;}#element-874{top:2.5rem;left:4rem;height:2.5rem;width:17rem;z-index:58;}#element-874 .btn.btn-effect3d:active{box-shadow:none;}#element-874 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-874 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Arial;font-weight:400;font-style:normal;height:2.5rem;width:17rem;border-radius:3px;}#page-block-zedljqnx41{height:11.0625rem;max-width:100%;}#page-block-zedljqnx41 .section-holder-border{border:0;}#page-block-zedljqnx41 .section-block{background:rgb(255,255,255);height:11.0625rem;}#page-block-zedljqnx41 .section-holder-overlay{display:none;}#element-875{top:2.5rem;left:1.25rem;height:6.0625rem;width:22.5rem;z-index:43;}.full-size{width:100%;height:100%;}.html-widget__text-center{text-align:center;}@media screen and (max-width:400px){:root{font-size:4vw;}:root.js-text-scaling{font-size:var(--mobile-font-size);}}@media screen and (min-width:401px) and (max-width:767px){:root{font-size:16px;}:root.js-text-scaling{font-size:var(--default-font-size);}}@media screen and (min-width:768px) and (max-width:1200px){:root{font-size:1.33vw;}}@media screen and (min-width:768px) and (max-width:7680px){.hidden-desktop{display:none;}}@media screen and (max-width:767px){.hidden-mobile{display:none;}.sticky-block-header-onlyonmobile .section:first-child,.sticky-block-footer-onlyonmobile .section:last-child{position:sticky;}}@media screen and (min-width:768px){.section-fit{max-width:60rem;}.sticky-block-header-onlyondesktop .section:first-child,.sticky-block-footer-onlyondesktop .section:last-child{position:sticky;}#page-block-6mrf768uimo{height:9.875rem;max-width:100%;}#page-block-6mrf768uimo .section-holder-border{border:0;}#page-block-6mrf768uimo .section-block{background:rgb(255,255,255);height:9.875rem;}#page-block-6mrf768uimo .section-holder-overlay{display:none;}#element-594{top:2.125rem;left:3rem;height:5.375rem;width:15.625rem;z-index:9;}#element-743{top:4.75rem;left:24.1875rem;height:1.5rem;width:34.5625rem;z-index:14;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:center;}#element-743 .x_519e17eb{text-align:center;line-height:1.5rem;font-size:0.9288rem;}#element-743 .x_25830ed5{color:#008752;}#page-block-f2yeqbj4sn6{height:32.0625rem;max-width:100%;}#page-block-f2yeqbj4sn6 .section-holder-border{border:0;}#page-block-f2yeqbj4sn6 .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/63845072-0-AdobeStock-325149187.jpeg),url(//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963579-63845072-ghost-AdobeStock-325149187.jpeg);height:32.0625rem;}#page-block-f2yeqbj4sn6 .section-holder-overlay{opacity:0.43;background-color:#000000;display:block;}#element-1461{top:3.8125rem;left:1.5625rem;height:3.5625rem;width:56.875rem;z-index:28;color:#000000;font-size:2.5387rem;line-height:3.5875rem;text-align:center;}#element-1461 .x_10983523{text-align:center;line-height:3.5625rem;font-size:2.5387rem;}#element-1461 .x_fb061381{color:#c9cdd2;}#element-1461 strong{font-weight:700;}#element-1460{top:9.8125rem;left:3.875rem;height:9.1875rem;width:14.75rem;z-index:3;color:#FFFFFF;font-size:0.9288rem;line-height:1.3125rem;text-align:right;}#element-1460 .x_ba555996{text-align:right;line-height:1.3125rem;font-size:0.9288rem;}#element-1460 .x_c59c11d3{color:#f1ecec;}#element-1460 strong{font-weight:700;}#element-1462{top:9.8125rem;left:22.3125rem;height:17.1875rem;width:33.875rem;z-index:30;color:#FFFFFF;font-size:1.1146rem;line-height:1.575rem;text-align:left;font-weight:300;}#element-1462 .x_9a9d3d17{text-align:left;line-height:1.5625rem;font-size:1.1146rem;}#element-1462 strong{font-weight:700;}#element-1462.paragraph{font-weight:300;}#element-1463{top:10.1875rem;left:19.6875rem;height:9.125rem;width:1.375rem;z-index:32;}#element-1463 .shape{border-right:2px solid #0A549B;}#page-block-kh8q3gpijp{height:1.5625rem;max-width:100%;}#page-block-kh8q3gpijp .section-holder-border{border:0;}#page-block-kh8q3gpijp .section-block{background:rgb(0,99,168);height:1.5625rem;}#page-block-kh8q3gpijp .section-holder-overlay{display:none;}#page-block-28770szh5d4{height:20.25rem;max-width:100%;}#page-block-28770szh5d4 .section-holder-border{border:0;}#page-block-28770szh5d4 .section-block{background:rgb(255,255,255);height:20.25rem;}#page-block-28770szh5d4 .section-holder-overlay{display:none;}#element-1147{top:3.625rem;left:3.8125rem;height:3.1875rem;width:52.5rem;z-index:61;color:#37465A;font-size:1.9814rem;line-height:3.2rem;text-align:center;}#element-1147 .x_aefeb974{text-align:center;line-height:3.1875rem;font-size:1.9814rem;}#element-1148{top:9.625rem;left:17.75rem;height:6.25rem;width:24.375rem;z-index:63;}#page-block-2tivm2qxhey{height:39.4375rem;max-width:100%;}#page-block-2tivm2qxhey .section-holder-border{border:0;}#page-block-2tivm2qxhey .section-block{background:repeat rgb(5,30,62) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/57880601-0-122-short-circuit-on.jpg),url(//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963580-57880601-ghost-122-short-circuit-on.jpg);height:39.4375rem;}#page-block-2tivm2qxhey .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-1298{top:2.875rem;left:0;height:2.875rem;width:60rem;z-index:5;color:#37465A;font-size:2.3529rem;line-height:2.85rem;text-align:center;font-weight:700;}#element-1298 .x_b614627d{text-align:center;line-height:2.875rem;font-size:2.3529rem;}#element-1298 .x_f2074b6c{color:#ffffff;}#element-1298 strong{font-weight:700;}#element-1298.headline{font-weight:700;}#element-1299{top:8.75rem;left:0;height:27.3125rem;width:18.75rem;z-index:34;}#element-1299 .shape{border:0;background:rgb(255,255,255);}#element-1302{top:8.75rem;left:0;height:16.25rem;width:18.8125rem;z-index:39;}#element-1302 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 4% 44% / cover;}#element-1304{top:8.75rem;left:20.625rem;height:27.3125rem;width:18.75rem;z-index:18;}#element-1304 .shape{border:0;background:rgb(255,255,255);}#element-1308{top:8.75rem;left:41.25rem;height:27.3125rem;width:18.75rem;z-index:7;}#element-1308 .shape{border:0;background:rgb(255,255,255);}#element-1310{top:8.75rem;left:41.25rem;height:16.25rem;width:18.75rem;z-index:11;}#element-1310 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 7% 54% / cover;}#element-1306{top:11.875rem;left:20.5625rem;height:9.8125rem;width:18.75rem;z-index:21;}#element-1306 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 0 71% / cover;}#element-1300{top:25.6875rem;left:1.25rem;height:2.75rem;width:12.9375rem;z-index:37;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1300 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1300 strong{font-weight:700;}#element-1300.paragraph{font-weight:400;}#element-1305{top:25.6875rem;left:21.875rem;height:2.75rem;width:16.1875rem;z-index:27;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1305 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1305 strong{font-weight:700;}#element-1305.paragraph{font-weight:400;}#element-1309{top:25.6875rem;left:42.5625rem;height:2.75rem;width:16.1875rem;z-index:15;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1309 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1309 strong{font-weight:700;}#element-1309.paragraph{font-weight:400;}#element-1301{top:29.0625rem;left:1.25rem;height:4.125rem;width:16.1875rem;z-index:41;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1301 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-1301 strong{font-weight:700;}#element-1301.paragraph{font-weight:400;}#element-1311{top:29.0625rem;left:21.9375rem;height:5.5rem;width:15rem;z-index:51;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1311 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-1311 strong{font-weight:700;}#element-1311.paragraph{font-weight:400;}#element-1313{top:29.0625rem;left:42.5625rem;height:4.125rem;width:16.1875rem;z-index:55;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1313 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-1313 strong{font-weight:700;}#element-1313.paragraph{font-weight:400;}#element-1307{top:34.0625rem;left:22.1875rem;height:1.1875rem;width:16.1875rem;z-index:31;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1307 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1307 .x_afd94657{color:#9b0a0a;}#element-1307 strong{font-weight:700;}#element-1307.headline{font-weight:700;}#element-1303{top:34.1875rem;left:1.3125rem;height:1.1875rem;width:16.1875rem;z-index:44;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1303 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1303 .x_afd94657{color:#9b0a0a;}#element-1303 strong{font-weight:700;}#element-1303.headline{font-weight:700;}#element-1312{top:34.1875rem;left:42.9375rem;height:1.1875rem;width:16.1875rem;z-index:53;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1312 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1312 .x_afd94657{color:#9b0a0a;}#element-1312 strong{font-weight:700;}#element-1312.headline{font-weight:700;}#page-block-ewvloghmnul{height:1.5rem;max-width:100%;}#page-block-ewvloghmnul .section-holder-border{border:0;}#page-block-ewvloghmnul .section-block{background:rgb(255,255,255);height:1.5rem;}#page-block-ewvloghmnul .section-holder-overlay{display:none;}#page-block-svjnsxtszw{height:38.4375rem;max-width:100%;}#page-block-svjnsxtszw .section-holder-border{border:0;}#page-block-svjnsxtszw .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/57918981-0-112-linear-slide-ele.jpg),url(//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963581-57918981-ghost-112-linear-slide-ele.jpg);height:38.4375rem;}#page-block-svjnsxtszw .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-1366{top:2.625rem;left:0;height:2.875rem;width:60rem;z-index:4;color:#37465A;font-size:2.3529rem;line-height:2.85rem;text-align:center;font-weight:700;}#element-1366 .x_b614627d{text-align:center;line-height:2.875rem;font-size:2.3529rem;}#element-1366 .x_fb061381{color:#c9cdd2;}#element-1366 strong{font-weight:700;}#element-1366.headline{font-weight:700;}#element-1372{top:8.5625rem;left:15.125rem;height:25rem;width:14.25rem;z-index:10;}#element-1372 .shape{border:0;background:rgb(255,255,255);}#element-1374{top:8.5625rem;left:15.125rem;height:12.375rem;width:14.25rem;z-index:13;}#element-1374 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 34% 41% / cover;}#element-1376{top:8.5625rem;left:30.125rem;height:25rem;width:14.25rem;z-index:47;}#element-1376 .shape{border:0;background:rgb(255,255,255);}#element-1385{top:8.5625rem;left:45.25rem;height:25rem;width:14.25rem;z-index:76;}#element-1385 .shape{border:0;background:rgb(255,255,255);}#element-1387{top:8.5625rem;left:45.3125rem;height:12.375rem;width:14.1875rem;z-index:77;}#element-1387 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1367{top:8.625rem;left:0.125rem;height:24.9375rem;width:14.25rem;z-index:17;}#element-1367 .shape{border:0;background:rgb(255,255,255);}#element-1378{top:10.6875rem;left:30.625rem;height:8.0625rem;width:13.25rem;z-index:48;}#element-1378 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 68% 29% / cover;}#element-1370{top:11.375rem;left:0.3125rem;height:6.5625rem;width:13.9375rem;z-index:20;}#element-1370 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 62% 21% / cover;}#element-1368{top:21.8125rem;left:0.875rem;height:3.375rem;width:12.5rem;z-index:24;color:#37465A;font-size:0.805rem;line-height:1.1375rem;text-align:left;font-weight:400;}#element-1368 .x_ff17dd85{text-align:left;line-height:1.125rem;font-size:0.805rem;}#element-1368 strong{font-weight:700;}#element-1368.paragraph{font-weight:400;}#element-1408{top:21.8125rem;left:15.8125rem;height:3.375rem;width:12.8125rem;z-index:78;color:#37465A;font-size:0.805rem;line-height:1.1375rem;text-align:left;font-weight:400;}#element-1408 .x_ff17dd85{text-align:left;line-height:1.125rem;font-size:0.805rem;}#element-1408 strong{font-weight:700;}#element-1408.paragraph{font-weight:400;}#element-1403{top:21.8125rem;left:30.875rem;height:2.25rem;width:12.5625rem;z-index:81;color:#37465A;font-size:0.805rem;line-height:1.1375rem;text-align:left;font-weight:400;}#element-1403 .x_ff17dd85{text-align:left;line-height:1.125rem;font-size:0.805rem;}#element-1403 strong{font-weight:700;}#element-1403.paragraph{font-weight:400;}#element-1420{top:21.8125rem;left:46.125rem;height:2.25rem;width:12.5625rem;z-index:84;color:#37465A;font-size:0.805rem;line-height:1.1375rem;text-align:left;font-weight:400;}#element-1420 .x_ff17dd85{text-align:left;line-height:1.125rem;font-size:0.805rem;}#element-1420 strong{font-weight:700;}#element-1420.paragraph{font-weight:400;}#element-1416{top:24.5625rem;left:30.8125rem;height:4.75rem;width:12.5625rem;z-index:83;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:left;font-weight:400;}#element-1416 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1416 strong{font-weight:700;}#element-1416.paragraph{font-weight:400;}#element-1424{top:24.5625rem;left:46.125rem;height:5.9375rem;width:12.5625rem;z-index:86;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:left;font-weight:400;}#element-1424 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1424 strong{font-weight:700;}#element-1424.paragraph{font-weight:400;}#element-1369{top:25.75rem;left:0.875rem;height:5.9375rem;width:12.875rem;z-index:25;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:left;font-weight:400;}#element-1369 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1369 strong{font-weight:700;}#element-1369.paragraph{font-weight:400;}#element-1410{top:26.0625rem;left:15.8125rem;height:4.75rem;width:12.6875rem;z-index:80;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:left;font-weight:400;}#element-1410 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1410 strong{font-weight:700;}#element-1410.paragraph{font-weight:400;}#element-1375{top:31.6875rem;left:25.1875rem;height:1.1875rem;width:3rem;z-index:79;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1375 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1375 .x_afd94657{color:#9b0a0a;}#element-1375 strong{font-weight:700;}#element-1375.headline{font-weight:700;}#element-1414{top:31.6875rem;left:40.3125rem;height:1.1875rem;width:3rem;z-index:82;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1414 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1414 .x_afd94657{color:#9b0a0a;}#element-1414 strong{font-weight:700;}#element-1414.headline{font-weight:700;}#element-1422{top:31.6875rem;left:55.5rem;height:1.1875rem;width:3rem;z-index:85;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1422 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1422 .x_afd94657{color:#9b0a0a;}#element-1422 strong{font-weight:700;}#element-1422.headline{font-weight:700;}#element-1371{top:31.75rem;left:0.6875rem;height:1.1875rem;width:12.375rem;z-index:26;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1371 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1371 .x_afd94657{color:#9b0a0a;}#element-1371 strong{font-weight:700;}#element-1371.headline{font-weight:700;}#page-block-onrwmgoawmd{height:90.25rem;max-width:100%;}#page-block-onrwmgoawmd .section-holder-border{border:0;}#page-block-onrwmgoawmd .section-block{background:rgb(255,255,255);height:90.25rem;}#page-block-onrwmgoawmd .section-holder-overlay{display:none;}#element-1180{top:3.8125rem;left:4.5625rem;height:4.0625rem;width:15.8125rem;z-index:75;}#element-1164{top:9.5rem;left:4.6875rem;height:2.1875rem;width:20.9375rem;z-index:46;color:#37465A;font-size:1.3622rem;line-height:2.2rem;text-align:left;}#element-1164 .x_7961073b{text-align:left;line-height:2.1875rem;font-size:1.3622rem;}#element-1164 .x_c40856ee{color:#0564c5;}#element-1176{top:14.1875rem;left:4.6875rem;height:12.3125rem;width:21.875rem;z-index:71;}#element-1177{top:14.1875rem;left:33.4375rem;height:12.3125rem;width:21.875rem;z-index:72;}#element-1163{top:27.4375rem;left:4.6875rem;height:1.9375rem;width:23.125rem;z-index:49;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-1163 .x_6a72b5c9{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1166{top:27.4375rem;left:33.4375rem;height:3.875rem;width:23rem;z-index:57;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-1166 .x_6a72b5c9{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1172{top:30rem;left:4.6875rem;height:17.875rem;width:23.125rem;z-index:67;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1172 .x_3579aa00{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1172 .x_816a1881{color:#98a0a6;}#element-1173{top:31.625rem;left:33.4375rem;height:17.875rem;width:23.125rem;z-index:68;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1173 .x_3579aa00{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1173 .x_816a1881{color:#98a0a6;}#element-1165{top:48.375rem;left:4.6875rem;height:2.5rem;width:10.8125rem;z-index:50;}#element-1165 .btn.btn-effect3d:active{box-shadow:none;}#element-1165 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-1165 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:10.8125rem;border-radius:3px;}#element-1168{top:49.875rem;left:33.4375rem;height:2.5rem;width:10.9375rem;z-index:59;}#element-1168 .btn.btn-effect3d:active{box-shadow:none;}#element-1168 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-1168 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:10.9375rem;border-radius:3px;}#element-1178{top:56.8125rem;left:3.5rem;height:12.75rem;width:13.1875rem;z-index:73;}#element-1179{top:56.8125rem;left:33.4375rem;height:14.75rem;width:12.5rem;z-index:74;}#element-1167{top:70.3125rem;left:4.6875rem;height:3.875rem;width:23.125rem;z-index:60;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-1167 .x_6a72b5c9{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1170{top:72.25rem;left:33.5625rem;height:1.9375rem;width:23rem;z-index:65;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-1170 .x_6a72b5c9{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1174{top:75.0625rem;left:4.6875rem;height:9.75rem;width:23.125rem;z-index:69;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1174 .x_3579aa00{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1174 .x_816a1881{color:#98a0a6;}#element-1175{top:75.0625rem;left:33.4375rem;height:9.75rem;width:23.125rem;z-index:70;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1175 .x_3579aa00{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1175 .x_816a1881{color:#98a0a6;}#element-1169{top:85.75rem;left:4.625rem;height:2.5rem;width:10.9375rem;z-index:64;}#element-1169 .btn.btn-effect3d:active{box-shadow:none;}#element-1169 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-1169 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:10.9375rem;border-radius:3px;}#element-1171{top:85.75rem;left:33.4375rem;height:2.5rem;width:10.9375rem;z-index:66;}#element-1171 .btn.btn-effect3d:active{box-shadow:none;}#element-1171 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-1171 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:10.9375rem;border-radius:3px;}#page-block-k4oa6l8ad9{height:41.625rem;max-width:100%;}#page-block-k4oa6l8ad9 .section-holder-border{border:0;}#page-block-k4oa6l8ad9 .section-block{background:repeat rgb(5,30,62) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/47739525-0-background.jpg),url(//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963581-47739525-ghost-background.jpg);height:41.625rem;}#page-block-k4oa6l8ad9 .section-holder-overlay{opacity:0.51;background-color:#000000;display:block;}#element-1442{top:2.875rem;left:0;height:2.875rem;width:60rem;z-index:6;color:#37465A;font-size:2.3529rem;line-height:2.85rem;text-align:center;font-weight:700;}#element-1442 .x_b614627d{text-align:center;line-height:2.875rem;font-size:2.3529rem;}#element-1442 .x_f2074b6c{color:#ffffff;}#element-1442 strong{font-weight:700;}#element-1442.headline{font-weight:700;}#element-1443{top:9rem;left:0;height:27.3125rem;width:18.75rem;z-index:35;}#element-1443 .shape{border:0;background:rgb(255,255,255);}#element-1448{top:9rem;left:20.625rem;height:27.3125rem;width:18.75rem;z-index:19;}#element-1448 .shape{border:0;background:rgb(255,255,255);}#element-1452{top:9rem;left:41.25rem;height:27.3125rem;width:18.75rem;z-index:8;}#element-1452 .shape{border:0;background:rgb(255,255,255);}#element-1446{top:9.375rem;left:0;height:14rem;width:18.75rem;z-index:40;}#element-1446 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1454{top:10rem;left:41.3125rem;height:11.6875rem;width:18.625rem;z-index:12;}#element-1454 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1450{top:11.5rem;left:20.625rem;height:9.8125rem;width:18.75rem;z-index:22;}#element-1450 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 68% 39% / cover;}#element-1453{top:23.3125rem;left:42.5rem;height:2.75rem;width:15.125rem;z-index:16;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1453 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1453 strong{font-weight:700;}#element-1453.paragraph{font-weight:400;}#element-1444{top:23.375rem;left:1rem;height:4.125rem;width:16.5rem;z-index:38;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1444 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1444 strong{font-weight:700;}#element-1444.paragraph{font-weight:400;}#element-1449{top:23.375rem;left:21.875rem;height:4.125rem;width:16.1875rem;z-index:29;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1449 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1449 strong{font-weight:700;}#element-1449.paragraph{font-weight:400;}#element-1457{top:26.5625rem;left:42.5rem;height:4.125rem;width:15.125rem;z-index:56;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1457 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-1457 strong{font-weight:700;}#element-1457.paragraph{font-weight:400;}#element-1455{top:28rem;left:21.6875rem;height:5.5rem;width:16.3125rem;z-index:52;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1455 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-1455 strong{font-weight:700;}#element-1455.paragraph{font-weight:400;}#element-1445{top:28.0625rem;left:1rem;height:4.125rem;width:15.4375rem;z-index:42;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1445 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-1445 strong{font-weight:700;}#element-1445.paragraph{font-weight:400;}#element-1447{top:33.9375rem;left:13.75rem;height:1.1875rem;width:3.1875rem;z-index:45;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1447 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1447 .x_afd94657{color:#9b0a0a;}#element-1447 strong{font-weight:700;}#element-1447.headline{font-weight:700;}#element-1451{top:33.9375rem;left:21.125rem;height:1.1875rem;width:16.1875rem;z-index:33;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1451 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1451 .x_afd94657{color:#9b0a0a;}#element-1451 strong{font-weight:700;}#element-1451.headline{font-weight:700;}#element-1456{top:33.9375rem;left:42.5rem;height:1.1875rem;width:16.1875rem;z-index:54;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1456 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1456 .x_afd94657{color:#9b0a0a;}#element-1456 strong{font-weight:700;}#element-1456.headline{font-weight:700;}#page-block-lu0i5iw5w4e{height:18.25rem;max-width:100%;}#page-block-lu0i5iw5w4e .section-holder-border{border:0;}#page-block-lu0i5iw5w4e .section-block{background:rgb(255,255,255);height:18.25rem;}#page-block-lu0i5iw5w4e .section-holder-overlay{display:none;}#element-1146{top:2.875rem;left:17.75rem;height:6.25rem;width:24.375rem;z-index:62;}#element-1145{top:11.3125rem;left:6.1875rem;height:5.5rem;width:47.5rem;z-index:36;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:center;}#element-1145 .x_189771b3{text-align:center;line-height:1.375rem;font-size:0.8669rem;}#element-1145 .x_928ffa83{text-align:left;font-weight:400;}#element-1145 .x_938e8cfc{text-align:center;line-height:1.375rem;font-size:0.8669rem;}#page-block-9wevj9i0x8b{height:6.8125rem;max-width:100%;}#page-block-9wevj9i0x8b .section-holder-border{border:0;}#page-block-9wevj9i0x8b .section-block{background:repeat rgb(198,208,200) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/43140044-0-abstract-pcb.jpg),url(//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963582-43140044-ghost-abstract-pcb.jpg);height:6.8125rem;}#page-block-9wevj9i0x8b .section-holder-overlay{opacity:0.79;background-color:#141D24;display:block;}#element-744{top:1rem;left:22.6875rem;height:4.9375rem;width:14rem;z-index:23;}#page_block_footer{height:3.4375rem;max-width:100%;}#page_block_footer .section-holder-border{border:0;}#page_block_footer .section-block{background:rgb(255,255,255);height:3.4375rem;}#page_block_footer .section-holder-overlay{display:none;}#element-874{top:0.9375rem;left:21.5rem;height:2.5rem;width:17rem;z-index:58;}#element-874 .btn.btn-effect3d:active{box-shadow:none;}#element-874 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-874 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Arial;font-weight:400;font-style:normal;height:2.5rem;width:17rem;border-radius:3px;}#page-block-zedljqnx41{height:8.5rem;max-width:100%;}#page-block-zedljqnx41 .section-holder-border{border:0;}#page-block-zedljqnx41 .section-block{background:rgb(255,255,255);height:8.5rem;}#page-block-zedljqnx41 .section-holder-overlay{display:none;}#element-875{top:1.4375rem;left:0;height:6.0625rem;width:60.0625rem;z-index:43;}} </style> <script data-cfasync="false" > window.__variantsData = [ { name: 'A', chance: 100 } ]; window.__page_id = 23912604; window.__customer_id = 1355093; window.__default_experience_id = 23912604; window.__version = 43; window.__variant = "A"; window.__variant_id = 1; window.__variant_custom_name = "Variation A"; window.__preview = false; window.__page_type = 2; window.__variant_hash = "5cd870d09fd007bbb88fb0f6bf832bfdea671731"; window.__page_domain = "www.eeworldonline.com"; window.__page_generator = true; window.__experiment_id = null; window.__new_tracker = true; window._Translate = { translations: {}, set: function (text, translation) { this.translations[text] = translation; }, get: function (text) { return this.translations[text] || text; } }; </script> <script data-cfasync="false" id="ip-config" type="application/json"> {"mobileDisabled":false,"snowplowWrapperUrl":"//g.fastcdn.co/js/sptw.051afd940be1c95d0063.js","downloadFileEndpoint":"https://app.instapage.com/ajax/pageserver/files/serve-file","reCaptchaEnabled":false,"snowplowUrl":"https://cdn.instapagemetrics.com/t/js/3/it.js"} </script> <script data-cfasync="false" id="ip-analytics" type="application/json">{"trackingData":{"ownerId":1041598,"customerId":1355093,"pageId":23912604,"publishedVersion":43,"variationName":"A","variationId":1,"linkedVariationId":2,"variation":"A","trackedLinks":[{"href":"https://www.heilind.com/","ariaLabel":"","id":"ztwuzlxuptc","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.heilind.com/","ariaLabel":"","id":"zlpxlbeeu9l","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://youtu.be/wQiiA3PcWmE","ariaLabel":"","id":"dtnxkfp84x8","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://youtu.be/bxX0-nXyJ-k","ariaLabel":"","id":"oq3pv1x2pdk","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.amphenol-industrial.com/images/appnotes/IAN-121%20SurLok%20Plus%208.0mm%20&%2010.3mm%201500VDC.pdf","ariaLabel":"","id":"m4urnc9h7ib","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.amphenol-industrial.com/images/appnotes/IAN-107%20ePower-Lite%205.7mm.pdf","ariaLabel":"","id":"76cefi9z8vd","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.heilind.com/","ariaLabel":"","id":"43soasms77g","type":"url","track":true,"targetNewWindow":true,"passParameters":false}],"allLinks":[{"href":"https://www.eeworldonline.com","ariaLabel":"","id":"qm8exbl1cjn","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.eeworldonline.com/learning-center","ariaLabel":"","id":"xoggafj9j4n","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"#page-block-2tivm2qxhey","id":"mxepgovifat","type":"onpage","track":false,"targetNewWindow":false,"passParameters":false},{"href":"#page-block-svjnsxtszw","id":"l8otmolbker","type":"onpage","track":false,"targetNewWindow":false,"passParameters":false},{"href":"#page-block-onrwmgoawmd","id":"4i1fhwg5bf","type":"onpage","track":false,"targetNewWindow":false,"passParameters":false},{"href":"#page-block-k4oa6l8ad9","id":"t0ua81zb79","type":"onpage","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://www.heilind.com/","ariaLabel":"","id":"ztwuzlxuptc","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.connectortips.com/what-standards-apply-to-heavy-duty-and-industrial-connectors/","ariaLabel":"","id":"bu7ij2k5amh","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.connectortips.com/whats-a-heavy-duty-industrial-connector/","ariaLabel":"","id":"52zwc6rkweo","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.connectortips.com/where-are-liquid-cooled-industrial-connectors-used/","ariaLabel":"","id":"238ronf08p9","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.connectortips.com/where-liquid-cooled-connectors-and-connectors-for-liquid-cooling-used-in-evs-faq/","ariaLabel":"","id":"7gs0batmzyv","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.evengineeringonline.com/what-types-of-connectors-are-used-on-autonomous-vehicles/","ariaLabel":"","id":"hgevmn8cllu","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.evengineeringonline.com/what-are-the-different-types-of-ev-charging-connectors/","ariaLabel":"","id":"r24l76u8jb","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.connectortips.com/what-plating-options-are-available-for-high-power-connectors/","ariaLabel":"","id":"spptcjdgq1l","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.heilind.com/","ariaLabel":"","id":"zlpxlbeeu9l","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://youtu.be/wQiiA3PcWmE","ariaLabel":"","id":"dtnxkfp84x8","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://youtu.be/bxX0-nXyJ-k","ariaLabel":"","id":"oq3pv1x2pdk","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.amphenol-industrial.com/images/appnotes/IAN-121%20SurLok%20Plus%208.0mm%20&%2010.3mm%201500VDC.pdf","ariaLabel":"","id":"m4urnc9h7ib","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.amphenol-industrial.com/images/appnotes/IAN-107%20ePower-Lite%205.7mm.pdf","ariaLabel":"","id":"76cefi9z8vd","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.connectortips.com/what-are-the-top-five-performance-needs-for-hvac-harsh-environment-connectors/","ariaLabel":"","id":"buekkn6njnd","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.connectortips.com/how-to-improve-contact-reliability-and-security-in-hvac-harsh-environments/","ariaLabel":"","id":"2rs42t4a8z3","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.connectortips.com/how-can-connector-sustainability-be-improved/","ariaLabel":"","id":"qn9xea3rzf","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.heilind.com/","ariaLabel":"","id":"43soasms77g","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.eeworldonline.com","ariaLabel":"","id":"bfz8uqt2g0g","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.eeworldonline.com/learning-center","ariaLabel":"","id":"k97mlinn9gg","type":"url","track":false,"targetNewWindow":true,"passParameters":false}],"user_id":1041598},"conversionSettings":{"forms":true,"links":true,"external":false}}</script> <script data-cfasync="false" id="ip-trkr" type="text/javascript" async=1> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","https://cdn.instapagemetrics.com/t/js/3/it.js","instapageSp")); ;(function(i,n,s,t,a,p,g){i[a]||(i[a]=function(){(i[a].q=i[a].q||[]).push(arguments)}, i[a].q=i[a].q||[],p=n.createElement(s),g=n.getElementsByTagName(s)[0],p.async=1, p.src=t,g.parentNode.insertBefore(p,g))}(window,document,"script","//g.fastcdn.co/js/sptw.051afd940be1c95d0063.js","_instapageSnowplow")); try { var trackingData = JSON.parse(document.querySelector('#ip-analytics').text).trackingData; window._instapageSnowplow('setWrapperConfig', { lpContext: { lp_id: trackingData.pageId, lp_variation_id: trackingData.variationId, lp_version: trackingData.publishedVersion, subaccount_id: trackingData.customerId }, collectorHost: "https://ec.instapagemetrics.com" }); if (!localStorage.getItem('IP_NO_TRACKING')) { window._instapageSnowplow('enableActivityTracking'); window._instapageSnowplow('trackPageView'); } } catch (e) { console.warn('Snowplow tracker error', e); } </script> <script data-cfasync="false" id="ip-cm" type="text/javascript" async=1> ;(function(c,o,n,s,e,m,a){c[e]||(c[e]=function(){(c[e].q=c[e].q||[]).push(arguments)}, c[e].q=c[e].q||[],m=o.createElement(n),a=o.getElementsByTagName(n)[0],m.async=1, m.src=s,a.parentNode.insertBefore(m,a))}(window,document,"script","https://g.fastcdn.co/js/cm.js","_instapageConsentManagement")); </script> <script data-cfasync="false" src="//g.fastcdn.co/js/utils.b1dbc60ee3a19ce6094c.js"></script> <!-- F_INSTAPAGE[dynamic_text_replacement;page_generator] --> <!-- Workspace Level Script Head --> <!-- end Workspace Level Script Head --> <!-- custom HEAD code--> <!-- end custom HEAD code--> </head> <body style="display: none" id="landing-page"> <!-- Workspace Level Script Body --> <!-- end Workspace Level Script Body --> <!-- custom BODY code--> <!-- end custom BODY code--> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5XFMW25" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <main class=""> <section class="section section-relative " id="page-block-6mrf768uimo" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-594"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.eeworldonline.com" class="url-link item-content-box item-block" id="link-qm8exbl1cjn" data-at="image-link" data-link-qm8exbl1cjn target="_blank" > <img class="item-content-box item-block image " data-at="image" alt="Design World Motion Control Classroom" src="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963582-43139760-250x86-EEworld-online.png" srcset="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963582-43139760-250x86-EEworld-online.png 2x" > </a> </div> </div> <div class="widget item-absolute paragraph hidden-mobile " id="element-743" data-at="paragraph"> <div class="contents"> <p class="x_519e17eb x_0d0d8539"><strong ><span class="x_25830ed5"><a href="https://www.eeworldonline.com/learning-center" id="link-xoggafj9j4n" target="_blank" data-link-xoggafj9j4n class="url-link">Learning Center</a> &nbsp;I&nbsp; &nbsp;<a href="#page-block-2tivm2qxhey" id="link-mxepgovifat" data-link-mxepgovifat class="onpage-link">Basics</a>&nbsp; I&nbsp;&nbsp;<a href="#page-block-svjnsxtszw" id="link-l8otmolbker" data-link-l8otmolbker class="onpage-link">Tutorials</a>&nbsp; |&nbsp; <a href="#page-block-onrwmgoawmd" id="link-4i1fhwg5bf" data-link-4i1fhwg5bf class="onpage-link">Featured Resources</a>&nbsp; |&nbsp; <a href="#page-block-k4oa6l8ad9" id="link-t0ua81zb79" data-link-t0ua81zb79 class="onpage-link">FAQs</a></span></strong></p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-f2yeqbj4sn6" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute headline " id="element-1461" data-at="headline"> <div class="contents"> <h1> <span class="x_10983523 x_d5cc1063"><span class="x_fb061381">INDUSTRIAL CONNECTORS CLASSROOM</span></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-1460" data-at="paragraph"> <div class="contents"> <p class="x_ba555996 x_5319a2c7"><span class="x_c59c11d3">It’s a harsh world out there in the industrial market for connectors. Humidity, temperature, exposure to chemicals, vibration, shock, and more all affect the reliability and efficient operation of connectors in challenging environments.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1462" data-at="paragraph"> <div class="contents"> <p class="x_9a9d3d17 x_ee13c36c">In this classroom, we offer various tutorials to help you select the connector that meets your specific needs for your industrial and other high-power applications, such as the types of connectors used on autonomous vehicles to a comparison of EV charging connectors. For those industrial applications also requiring reliability and robust connections, we’ve selected articles focusing on HVAC and other harsh environments, as well as tutorials on liquid cooling for industrial connectors and EVs.</p><br><p class="x_9a9d3d17 x_ee13c36c">Overcoming design challenges comes with the job. Let us help with a bit of on-the-job training.&nbsp;</p> </div> </div> <div class="widget item-absolute hidden-mobile" id="element-1463"> <div class="contents shape line-vertical line " data-at="shape" ></div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-kh8q3gpijp" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> </div> </div> </section> <section class="section section-relative " id="page-block-28770szh5d4" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute headline " id="element-1147" data-at="headline"> <div class="contents"> <h1> <span class="x_aefeb974 x_47b745f5">Sponsored by:&nbsp;</span> </h1> </div> </div> <div class="widget item-absolute " id="element-1148"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.heilind.com/" class="url-link item-content-box item-block" id="link-ztwuzlxuptc" data-at="image-link" data-link-ztwuzlxuptc target="_blank" > <img class="item-content-box item-block image " data-at="image" alt="" src="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963585-64180659-390x100x390x100x0x0-heilind-logo-600x154.png" srcset="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963585-64180659-390x100x390x100x0x0-heilind-logo-600x154.png 2x" > </a> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-2tivm2qxhey" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute headline " id="element-1298" data-at="headline"> <div class="contents"> <h1> <span class="x_b614627d x_47b745f5"><span class="x_f2074b6c">INDUSTRIAL</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-1299"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1302"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64778370-0-Whats-a-heavy-duty-i.jpeg" ></div> </div> <div class="widget item-absolute " id="element-1304"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1308"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1310"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64778372-0-Where-are-liquid-coo.jpg" ></div> </div> <div class="widget item-absolute " id="element-1306"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64778366-0-What-standards-apply.jpg" ></div> </div> <div class="widget item-absolute paragraph " id="element-1300" data-at="paragraph"> <div class="contents"> <p class="x_0a34168d x_fae6260b"><strong >What’s a heavy-duty industrial connector?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1305" data-at="paragraph"> <div class="contents"> <p class="x_0a34168d x_fae6260b"><strong >What standards apply to heavy-duty and industrial connectors?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1309" data-at="paragraph"> <div class="contents"> <p class="x_0a34168d x_fae6260b"><strong >Where are liquid-cooled industrial connectors used?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1301" data-at="paragraph"> <div class="contents"> <p class="x_8b9dcb22 x_fae6260b">A look at the construction and performance of HDCs found in robotics, automation, power, and more.&nbsp;</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1311" data-at="paragraph"> <div class="contents"> <p class="x_8b9dcb22">An overview of a few standards specific to industrial environments, and connector size and power wiring color coding standards.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1313" data-at="paragraph"> <div class="contents"> <p class="x_8b9dcb22">This FAQ looks at various liquid-cooled cable and connector structures for carrying up to 60 kA.</p> </div> </div> <div class="widget item-absolute headline " id="element-1307" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_1ad21c67"><a href="https://www.connectortips.com/what-standards-apply-to-heavy-duty-and-industrial-connectors/" id="link-bu7ij2k5amh" target="_blank" data-link-bu7ij2k5amh class="url-link"><span class="x_afd94657">MORE</span></a></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1303" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_1ad21c67"><a href="https://www.connectortips.com/whats-a-heavy-duty-industrial-connector/" id="link-52zwc6rkweo" target="_blank" data-link-52zwc6rkweo class="url-link"><span class="x_afd94657">MORE</span></a></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1312" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_1ad21c67"><span class="x_afd94657"><a href="https://www.connectortips.com/where-are-liquid-cooled-industrial-connectors-used/" id="link-238ronf08p9" target="_blank" data-link-238ronf08p9 class="url-link">MORE</a></span></span> </h5> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-ewvloghmnul" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> </div> </div> </section> <section class="section section-relative " id="page-block-svjnsxtszw" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute headline " id="element-1366" data-at="headline"> <div class="contents"> <h1> <span class="x_b614627d x_47b745f5"><span class="x_fb061381">ELECTRIC VEHICLES</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-1372"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1374"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64778589-0-Where-are-liquid-coo.jpg" ></div> </div> <div class="widget item-absolute " id="element-1376"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1385"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1387"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64778625-0-Different-types-of-c.jpg" ></div> </div> <div class="widget item-absolute " id="element-1367"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1378"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64778599-0-What-types-of-connec.jpg" ></div> </div> <div class="widget item-absolute " id="element-1370"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64778537-0-What-plating-options.jpg" ></div> </div> <div class="widget item-absolute paragraph " id="element-1368" data-at="paragraph"> <div class="contents"> <p class="x_ff17dd85 x_fae6260b"><strong >What plating options are available for high-power connectors?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1408" data-at="paragraph"> <div class="contents"> <p class="x_ff17dd85 x_0a34168d"><strong >Where are liquid cooled connectors and connectors for liquid cooling used in EVs?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1403" data-at="paragraph"> <div class="contents"> <p class="x_ff17dd85 x_0a34168d"><strong >What types of connectors are used on autonomous vehicles?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1420" data-at="paragraph"> <div class="contents"> <p class="x_ff17dd85 x_0a34168d"><strong >What are the different types of EV charging connectors?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1416" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_fae6260b">We look at connectors' electrical characteristics, primarily frequency capability, for specific automotive applications.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1424" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_fae6260b">In this article, we’ll discuss several different vehicle-side EV connector types and compare them, as well as why specific connector types are adopted in different geographies.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1369" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_fae6260b">This FAQ starts with a brief review of basic plating system concepts, performance of noble metals, passive metals, and alloys, and the potential benefits of dispersions.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1410" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_fae6260b">Liquid cooling systems can be prefabricated, sealed designs with liquid inside, and ready for installation.</p> </div> </div> <div class="widget item-absolute headline " id="element-1375" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_1ad21c67"><a href="https://www.connectortips.com/where-liquid-cooled-connectors-and-connectors-for-liquid-cooling-used-in-evs-faq/" id="link-7gs0batmzyv" target="_blank" data-link-7gs0batmzyv class="url-link"><span class="x_afd94657">MORE</span></a></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1414" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_1ad21c67"><a href="https://www.evengineeringonline.com/what-types-of-connectors-are-used-on-autonomous-vehicles/" id="link-hgevmn8cllu" target="_blank" data-link-hgevmn8cllu class="url-link"><span class="x_afd94657">MORE</span></a></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1422" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_1ad21c67"><a href="https://www.evengineeringonline.com/what-are-the-different-types-of-ev-charging-connectors/" id="link-r24l76u8jb" target="_blank" data-link-r24l76u8jb class="url-link"><span class="x_afd94657">MORE</span></a></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1371" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_bb1de03d"><a href="https://www.connectortips.com/what-plating-options-are-available-for-high-power-connectors/" id="link-spptcjdgq1l" target="_blank" data-link-spptcjdgq1l class="url-link"><span class="x_afd94657">MORE</span></a></span> </h5> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-onrwmgoawmd" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-1180"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.heilind.com/" class="url-link item-content-box item-block" id="link-zlpxlbeeu9l" data-at="image-link" data-link-zlpxlbeeu9l target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963602-64180659-253x65x253x65x0x0-heilind-logo-600x154.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963602-64180659-253x65x253x65x0x0-heilind-logo-600x154.png" > </a> </div> </div> <div class="widget item-absolute headline " id="element-1164" data-at="headline"> <div class="contents"> <h2> <span class="x_7961073b x_95ffcc8f"><strong ><span class="x_c40856ee">Related Resources</span></strong></span> </h2> </div> </div> <div class="widget item-absolute " id="element-1176"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963586-64661402-350x197-heilind-industrial-c.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963586-64661402-350x197-heilind-industrial-c.png" > </div> </div> <div class="widget item-absolute " id="element-1177"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963592-64661404-350x197-heilind-industrial-c.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963592-64661404-350x197-heilind-industrial-c.png" > </div> </div> <div class="widget item-absolute headline " id="element-1163" data-at="headline"> <div class="contents"> <h1> <span class="x_6a72b5c9 x_f2939933">Eaxtron - UL1977 DIN Connector</span> </h1> </div> </div> <div class="widget item-absolute headline " id="element-1166" data-at="headline"> <div class="contents"> <h1> <span class="x_6a72b5c9 x_0a9a7410">Amphenol Industrial SurLok Plus™ Series | Heilind Electronics</span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-1172" data-at="paragraph"> <div class="contents"> <p class="x_3579aa00 x_ef245e2e"><span class="x_816a1881">Amphenol Industrial UL 1977 DIN charging connectors by Eaxtron provide arcless and effortless mating while lowering cost of ownership in for material handling, aviation ground support equipment, MRO, specialty vehicles and warehouse operations. The connectors feature Eaxtron’s patented vortex clip female contact, which reduces mating and unmating effort by 80% while eliminating arcing and providing more contact points for higher conductivity, further maximizing the lifetime of the contact.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1173" data-at="paragraph"> <div class="contents"> <p class="x_3579aa00 x_ef245e2e"><span class="x_816a1881">The SurLok Plus compression lug from Amphenol Industrial is an environmentally sealed, field installable compression lug that incorporates the R4 RADSOK hyperbolic contact system. They’re ideal for high power connections in EVs and HEVs, rail mass transit, energy storage, process control, and more. SurLok Plus compression lugs feature a quick lock and press-to-release design for easy mating and unmating, as well as a keyway design to prevent incorrect mating and a 360° rotating plug for end-user convenience.</span></p> </div> </div> <div class="widget item-absolute " id="element-1165"> <a href="https://youtu.be/wQiiA3PcWmE" id="link-dtnxkfp84x8" target="_blank" class="url-link btn item-block" data-at="button" data-link-dtnxkfp84x8 > LEARN MORE </a> </div> <div class="widget item-absolute " id="element-1168"> <a href="https://youtu.be/bxX0-nXyJ-k" id="link-oq3pv1x2pdk" target="_blank" class="url-link btn item-block" data-at="button" data-link-oq3pv1x2pdk > LEARN MORE </a> </div> <div class="widget item-absolute " id="element-1178"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963596-64661421-211x204x448x252x116x1-heilind-industrial-c.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963596-64661421-211x204x448x252x116x1-heilind-industrial-c.png" > </div> </div> <div class="widget item-absolute " id="element-1179"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963600-64661420-200x236x437x246x120x0-heilind-industrial-c.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963600-64661420-200x236x437x246x120x0-heilind-industrial-c.png" > </div> </div> <div class="widget item-absolute headline " id="element-1167" data-at="headline"> <div class="contents"> <h1> <span class="x_6a72b5c9 x_f2939933">SurLok Plus™ 8.0mm &amp; 10.3mm 1500VDC Application Note</span> </h1> </div> </div> <div class="widget item-absolute headline " id="element-1170" data-at="headline"> <div class="contents"> <h1> <span class="x_6a72b5c9 x_f2939933">ePower-Lite Application Note</span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-1174" data-at="paragraph"> <div class="contents"> <p class="x_3579aa00 x_ef245e2e"><span class="x_816a1881">The need to focus on connector based solutions for industrial and commercial energy storage, driverless logistic vehicles, with regard for high safety and reliability are in high demand. SurLok Plus 8.0mm &amp; 10.3mm 1500VDC are an ideal solution for power applications. Learn more in this application note.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1175" data-at="paragraph"> <div class="contents"> <p class="x_3579aa00 x_ef245e2e"><span class="x_816a1881">The ePower-Lite 5.7mm was developed to meet the requirements of the integrated model design of the EV Market. It extends the ePower-Lite product family by diversifying to meet smaller size and higher current requirements in the EV Market. Learn more about these solutions in this application note.</span></p> </div> </div> <div class="widget item-absolute " id="element-1169"> <a href="https://www.amphenol-industrial.com/images/appnotes/IAN-121%20SurLok%20Plus%208.0mm%20&amp;%2010.3mm%201500VDC.pdf" id="link-m4urnc9h7ib" target="_blank" class="url-link btn item-block" data-at="button" data-link-m4urnc9h7ib > LEARN MORE </a> </div> <div class="widget item-absolute " id="element-1171"> <a href="https://www.amphenol-industrial.com/images/appnotes/IAN-107%20ePower-Lite%205.7mm.pdf" id="link-76cefi9z8vd" target="_blank" class="url-link btn item-block" data-at="button" data-link-76cefi9z8vd > LEARN MORE </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-k4oa6l8ad9" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute headline " id="element-1442" data-at="headline"> <div class="contents"> <h1> <span class="x_b614627d x_47b745f5"><span class="x_f2074b6c">HVAC • SUSTAINABILITY</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-1443"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1448"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1452"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1446"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64778892-0-What-are-the-top-fiv.jpg" ></div> </div> <div class="widget item-absolute " id="element-1454"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64778926-0-How-can-connector-su.png" ></div> </div> <div class="widget item-absolute " id="element-1450"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64778902-0-How-to-Improve-Conta.jpg" ></div> </div> <div class="widget item-absolute paragraph " id="element-1453" data-at="paragraph"> <div class="contents"> <p class="x_0a34168d x_fae6260b"><strong >How can connector sustainability be improved?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1444" data-at="paragraph"> <div class="contents"> <p class="x_0a34168d x_fae6260b"><strong >What are the top five performance needs for HVAC/harsh environment connectors?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1449" data-at="paragraph"> <div class="contents"> <p class="x_0a34168d x_fae6260b"><strong >How to improve contact reliability and security in HVAC/harsh environments</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1457" data-at="paragraph"> <div class="contents"> <p class="x_8b9dcb22">In this tutorial, the editors look at sustainable connectors from the outside in.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1455" data-at="paragraph"> <div class="contents"> <p class="x_8b9dcb22 x_fae6260b">Contact security and reliability are important considerations when designing HVAC systems for use in harsh environments.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1445" data-at="paragraph"> <div class="contents"> <p class="x_8b9dcb22 x_fae6260b">Amid a plethora of performance requirements for connectors used in harsh environments, five stand out.</p> </div> </div> <div class="widget item-absolute headline " id="element-1447" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_1ad21c67"><a href="https://www.connectortips.com/what-are-the-top-five-performance-needs-for-hvac-harsh-environment-connectors/" id="link-buekkn6njnd" target="_blank" data-link-buekkn6njnd class="url-link"><span class="x_afd94657">MORE</span></a></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1451" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_1ad21c67"><a href="https://www.connectortips.com/how-to-improve-contact-reliability-and-security-in-hvac-harsh-environments/" id="link-2rs42t4a8z3" target="_blank" data-link-2rs42t4a8z3 class="url-link"><span class="x_afd94657">MORE</span></a></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1456" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_1ad21c67"><span class="x_afd94657"><a href="https://www.connectortips.com/how-can-connector-sustainability-be-improved/" id="link-qn9xea3rzf" target="_blank" data-link-qn9xea3rzf class="url-link">MORE</a></span></span> </h5> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-lu0i5iw5w4e" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-1146"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.heilind.com/" class="url-link item-content-box item-block" id="link-43soasms77g" data-at="image-link" data-link-43soasms77g target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963585-64180659-390x100x390x100x0x0-heilind-logo-600x154.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963585-64180659-390x100x390x100x0x0-heilind-logo-600x154.png" > </a> </div> </div> <div class="widget item-absolute paragraph " id="element-1145" data-at="paragraph"> <div class="contents"> <p class="x_189771b3 x_29a05aa8"><span class="x_928ffa83">Heilind Electronics, Inc. is one of the world's leading distributors of connectors, relays, sensors, switches, thermal management and circuit protection products, terminal blocks, wire and cable, wiring accessories and insulation and identification products. Founded in 1974, Heilind has locations throughout the U.S., Canada, Mexico, Brazil, Germany, Singapore, Hong Kong and China.</span></p><p class="x_189771b3 x_29a05aa8"><span class="x_928ffa83"> </span></p><p class="x_938e8cfc x_c5f0bf77"> </p><p class="x_938e8cfc x_c5f0bf77"> </p><p class="x_938e8cfc x_c5f0bf77"> </p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-9wevj9i0x8b" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-744"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.eeworldonline.com" class="url-link item-content-box item-block" id="link-bfz8uqt2g0g" data-at="image-link" data-link-bfz8uqt2g0g target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963584-43173756-224x79-EEworld-online-rever.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/0bc6c478/1726963584-43173756-224x79-EEworld-online-rever.png" > </a> </div> </div> </div> </div> </section> <section class="section section-relative " id="page_block_footer" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-874"> <a href="https://www.eeworldonline.com/learning-center" id="link-k97mlinn9gg" target="_blank" class="url-link btn item-block" data-at="button" data-link-k97mlinn9gg > EE World's Online Training Center </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-zedljqnx41" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-875"> <div class="contents html-widget__text-center " data-at="html"> Copyright © <script data-cfasync="false" >document.write(new Date().getFullYear())</script> WTWH Media, LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media. <a href="https://www.wtwhmedia.com/privacy-policy/" target="_blank">Privacy Policy</a> </div> </div> </div> </div> </section> </main> <!-- Workspace Level Script Footer --> <!-- end Workspace Level Script Footer --> <!-- custom FOOTER code--> <!-- end custom FOOTER code--> <script data-cfasync="false" src="//g.fastcdn.co/js/Cradle.30914f633beab2a2559e.js"></script> <script data-cfasync="false" async defer src="//g.fastcdn.co/js/LazyImage.5084ab9b78c1133c074e.js"></script> <script data-cfasync="false" src="//g.fastcdn.co/js/Links.3d27ffb2e4b40ac1533a.js"></script> <!-- Generated at: 2024-09-22T00:08:34.236Z --> <!-- --> <script data-cfasync="false" >(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8e70a4097a5e53f7',t:'MTczMjM1OTQ3MS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html>

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