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" /> <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/single-pair-ethernet-and-inductors-classroom"> <link rel="preload" as="script" href="//g.fastcdn.co/js/utils.7accb7b6af83a9dd4f79.js"></link> <link rel="preload" as="script" href="//g.fastcdn.co/js/Cradle.dd0edac2d5f2fa8e68b5.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=Oswald:400,300,700&display=swap"/><link media="print" onload="this.media='all'" type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald:400,300,700&display=swap"/><noscript><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald:400,300,700&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;}main{overflow:hidden;}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;}: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:13.8125rem;max-width:100%;}#page-block-6mrf768uimo .section-holder-border{border:0;}#page-block-6mrf768uimo .section-block{background:rgb(255,255,255);height:13.8125rem;}#page-block-6mrf768uimo .section-holder-overlay{display:none;}#element-594{top:2.5rem;left:4.6875rem;height:5.375rem;width:15.625rem;z-index:3;}#element-743{top:9.8125rem;left:1.25rem;height:2.625rem;width:22.5rem;z-index:4;color:#DD1111;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-v7qndtgym18{height:39.375rem;max-width:100%;}#page-block-v7qndtgym18 .section-holder-border{border:0;}#page-block-v7qndtgym18 .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/64729410-0-AdobeStock-71724495.jpeg),url(//v.fastcdn.co/t/6f5f942d/d6d19d49/1708073400-64729410-ghost-AdobeStock-71724495.jpeg);height:39.375rem;}#page-block-v7qndtgym18 .section-holder-overlay{opacity:0.81;background-color:#051D37;display:block;}#element-1335{top:4.375rem;left:0.5625rem;height:9rem;width:23.75rem;z-index:40;color:#000000;font-size:1.8576rem;line-height:2.25rem;text-align:center;}#element-1335 .x_efe90565{text-align:center;line-height:2.25rem;font-size:1.8576rem;}#element-1335 .x_fb061381{color:#c9cdd2;}#element-1335 strong{font-weight:700;}#element-1336{top:13.375rem;left:2.125rem;height:23rem;width:20.75rem;z-index:43;color:#FFFFFF;font-size:1.1765rem;line-height:1.425rem;text-align:center;font-weight:300;}#element-1336 .x_5e4484a5{text-align:center;line-height:1.4375rem;font-size:1.1765rem;}#element-1336 .x_a269ab78{color:#37465A;}#element-1336 strong{font-weight:700;}#element-1336.paragraph{font-weight:300;}#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,58,145);height:1.5625rem;}#page-block-kh8q3gpijp .section-holder-overlay{display:none;}#page-block-28770szh5d4{height:16.6875rem;max-width:100%;}#page-block-28770szh5d4 .section-holder-border{border:0;}#page-block-28770szh5d4 .section-block{background:rgb(255,255,255);height:16.6875rem;}#page-block-28770szh5d4 .section-holder-overlay{display:none;}#element-1147{top:2.75rem;left:1.6875rem;height:2.25rem;width:22.5rem;z-index:57;color:#37465A;font-size:1.6099rem;line-height:2.275rem;text-align:center;font-weight:400;}#element-1147 .x_47b745f5{text-align:center;line-height:2.25rem;font-size:1.6099rem;}#element-1147 strong{font-weight:700;}#element-1147.headline{font-weight:400;}#element-1148{top:7rem;left:1.1875rem;height:5.75rem;width:22.5rem;z-index:59;}#page-block-emdoowe44jf{height:1.5625rem;max-width:100%;}#page-block-emdoowe44jf .section-holder-border{border:0;}#page-block-emdoowe44jf .section-block{background:rgb(0,58,145);height:1.5625rem;}#page-block-emdoowe44jf .section-holder-overlay{display:none;}#page-block-r8sfc4zm70r{height:69.25rem;max-width:100%;}#page-block-r8sfc4zm70r .section-holder-border{border:0;}#page-block-r8sfc4zm70r .section-block{background:repeat rgb(201,205,210) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/64721067-0-AdobeStock-676930830.jpeg),url(//v.fastcdn.co/t/6f5f942d/d6d19d49/1708073401-64721067-ghost-AdobeStock-676930830.jpeg);height:69.25rem;}#page-block-r8sfc4zm70r .section-holder-overlay{opacity:0.76;background-color:#1B252C;display:block;}#element-1340{top:2.4375rem;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-1340 .x_47b745f5{text-align:center;line-height:2.25rem;font-size:1.6099rem;}#element-1340 .x_f2074b6c{color:#ffffff;}#element-1340 strong{font-weight:700;}#element-1340.headline{font-weight:700;}#element-1341{top:7rem;left:3.125rem;height:28.125rem;width:18.75rem;z-index:24;}.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-1341 .shape{border:0;background:rgb(255,255,255);}#element-1344{top:6.9375rem;left:3.125rem;height:16.25rem;width:18.75rem;z-index:30;}#element-1344 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1346{top:37.125rem;left:3rem;height:29.0625rem;width:18.75rem;z-index:12;}#element-1346 .shape{border:0;background:rgb(255,255,255);}#element-1348{top:37.125rem;left:3rem;height:16.25rem;width:18.75rem;z-index:15;}#element-1348 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1347{top:54.75rem;left:4.0625rem;height:4.125rem;width:16.1875rem;z-index:18;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1347 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1347 strong{font-weight:700;}#element-1347.paragraph{font-weight:400;}#element-1342{top:24.5625rem;left:4.125rem;height:2.75rem;width:16.1875rem;z-index:28;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1342 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1342 strong{font-weight:700;}#element-1342.paragraph{font-weight:400;}#element-1343{top:27.875rem;left:4.125rem;height:5.5rem;width:17.1875rem;z-index:34;color:#5F6D78;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1343 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1343 .x_a269ab78{color:#37465A;}#element-1343 strong{font-weight:700;}#element-1343.paragraph{font-weight:400;}#element-1353{top:59.5625rem;left:4rem;height:4.125rem;width:16.6875rem;z-index:46;color:#5F6D78;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1353 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1353 .x_a269ab78{color:#37465A;}#element-1353 strong{font-weight:700;}#element-1353.paragraph{font-weight:400;}#element-1345{top:33.3125rem;left:4.375rem;height:1.1875rem;width:16.1875rem;z-index:36;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:400;}#element-1345 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1345 .x_afd94657{color:#9b0a0a;}#element-1345 strong{font-weight:700;}#element-1345.headline{font-weight:400;}#element-1349{top:64.4375rem;left:4.3125rem;height:1.1875rem;width:16.1875rem;z-index:49;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:400;}#element-1349 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1349 .x_afd94657{color:#9b0a0a;}#element-1349 strong{font-weight:700;}#element-1349.headline{font-weight:400;}#page-block-v18p58dqkt{height:1.5rem;max-width:100%;}#page-block-v18p58dqkt .section-holder-border{border:0;}#page-block-v18p58dqkt .section-block{background:rgb(255,255,255);height:1.5rem;}#page-block-v18p58dqkt .section-holder-overlay{display:none;}#page-block-9q2m4zovv6p{height:140.75rem;max-width:100%;}#page-block-9q2m4zovv6p .section-holder-border{border:0;}#page-block-9q2m4zovv6p .section-block{background:repeat rgb(201,205,210) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/64721068-0-AdobeStock-500701280.jpeg),url(//v.fastcdn.co/t/6f5f942d/d6d19d49/1708073401-64721068-ghost-AdobeStock-500701280.jpeg);height:140.75rem;}#page-block-9q2m4zovv6p .section-holder-overlay{opacity:0.48;background-color:#1B252C;display:block;}#element-1357{top:3.8125rem;left:1.25rem;height:2.25rem;width:22.5rem;z-index:10;color:#37465A;font-size:1.6099rem;line-height:2.275rem;text-align:center;font-weight:700;}#element-1357 .x_47b745f5{text-align:center;line-height:2.25rem;font-size:1.6099rem;}#element-1357 .x_fb061381{color:#c9cdd2;}#element-1357 strong{font-weight:700;}#element-1357.headline{font-weight:700;}#element-1358{top:10.3125rem;left:3rem;height:27.9375rem;width:18.75rem;z-index:23;}#element-1358 .shape{border:0;background:rgb(255,255,255);}#element-1361{top:10.25rem;left:3.125rem;height:16.25rem;width:18.625rem;z-index:27;}#element-1361 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1363{top:41.125rem;left:3rem;height:29.875rem;width:18.75rem;z-index:14;}#element-1363 .shape{border:0;background:rgb(255,255,255);}#element-1365{top:41.0625rem;left:3.125rem;height:16.25rem;width:18.625rem;z-index:17;}#element-1365 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1367{top:73.6875rem;left:3rem;height:30.8125rem;width:18.75rem;z-index:51;}#element-1367 .shape{border:0;background:rgb(255,255,255);}#element-1369{top:73.6875rem;left:3.125rem;height:16.25rem;width:18.6875rem;z-index:52;}#element-1369 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1376{top:107.5rem;left:3rem;height:29rem;width:18.875rem;z-index:60;}#element-1376 .shape{border:0;background:rgb(255,255,255);}#element-1378{top:107.5rem;left:3rem;height:14.875rem;width:18.875rem;z-index:61;}#element-1378 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1380{top:123.375rem;left:4.625rem;height:4.125rem;width:14.1875rem;z-index:62;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1380 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1380 strong{font-weight:700;}#element-1380.paragraph{font-weight:400;}#element-1359{top:27.3125rem;left:4.3125rem;height:2.75rem;width:16.1875rem;z-index:26;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1359 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1359 strong{font-weight:700;}#element-1359.paragraph{font-weight:400;}#element-1364{top:58.6875rem;left:4rem;height:2.75rem;width:16.1875rem;z-index:20;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1364 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1364 strong{font-weight:700;}#element-1364.paragraph{font-weight:400;}#element-1368{top:90.8125rem;left:4rem;height:4.125rem;width:16.1875rem;z-index:53;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1368 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1368 strong{font-weight:700;}#element-1368.paragraph{font-weight:400;}#element-1372{top:95.5625rem;left:4rem;height:6.5rem;width:16.9375rem;z-index:55;color:#5F6D78;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1372 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1372 .x_4d89906f{color:#5f6d78;}#element-1372 strong{font-weight:700;}#element-1372.paragraph{font-weight:400;}#element-1360{top:31rem;left:4.3125rem;height:4.875rem;width:16.1875rem;z-index:32;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1360 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1360 .x_4d89906f{color:#5f6d78;}#element-1360 strong{font-weight:700;}#element-1360.paragraph{font-weight:400;}#element-1370{top:62.5rem;left:3.9375rem;height:4.875rem;width:16.25rem;z-index:44;color:#5F6D78;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1370 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1370 .x_4d89906f{color:#5f6d78;}#element-1370 strong{font-weight:700;}#element-1370.paragraph{font-weight:400;}#element-1384{top:128.25rem;left:4.625rem;height:6.5rem;width:14.9375rem;z-index:64;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1384 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1384 .x_a269ab78{color:#37465A;}#element-1384 strong{font-weight:700;}#element-1384.paragraph{font-weight:400;}#element-1362{top:36.1875rem;left:4.3125rem;height:1.1875rem;width:16.1875rem;z-index:33;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:400;}#element-1362 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1362 .x_afd94657{color:#9b0a0a;}#element-1362 strong{font-weight:700;}#element-1362.headline{font-weight:400;}#element-1366{top:68.875rem;left:4.0625rem;height:1.1875rem;width:16.1875rem;z-index:22;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:400;}#element-1366 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1366 .x_afd94657{color:#9b0a0a;}#element-1366 strong{font-weight:700;}#element-1366.headline{font-weight:400;}#element-1371{top:102.25rem;left:4.3125rem;height:1.1875rem;width:16.1875rem;z-index:54;color:#9B0A0A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:400;}#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:400;}#element-1382{top:134.3125rem;left:8.125rem;height:1.1875rem;width:12.0625rem;z-index:63;color:#9B0A0A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:400;}#element-1382 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1382 .x_afd94657{color:#9b0a0a;}#element-1382 strong{font-weight:700;}#element-1382.headline{font-weight:400;}#page-block-81zv6ek2375{height:1.5625rem;max-width:100%;}#page-block-81zv6ek2375 .section-holder-border{border:0;}#page-block-81zv6ek2375 .section-block{background:rgb(0,58,145);height:1.5625rem;}#page-block-81zv6ek2375 .section-holder-overlay{display:none;}#page-block-5c12arcsuya{height:82.5625rem;max-width:100%;}#page-block-5c12arcsuya .section-holder-border{border:0;}#page-block-5c12arcsuya .section-block{background:rgb(255,255,255);height:82.5625rem;}#page-block-5c12arcsuya .section-holder-overlay{display:none;}#element-1385{top:3.9375rem;left:3.125rem;height:4.75rem;width:18.5rem;z-index:38;}#element-1386{top:12.75rem;left:0;height:1.625rem;width:24.9375rem;z-index:39;color:#37465A;font-size:1.6099rem;line-height:1.625rem;text-align:center;font-weight:700;}#element-1386 .x_f82204f0{text-align:center;line-height:1.625rem;font-size:1.6099rem;}#element-1386 strong{font-weight:700;}#element-1386.headline{font-weight:700;}#element-1391{top:49.625rem;left:1.6875rem;height:3.625rem;width:21.4375rem;z-index:42;color:#37465A;font-size:1.4861rem;line-height:1.8rem;text-align:center;}#element-1391 .x_5f0ed501{text-align:center;line-height:1.8125rem;font-size:1.4861rem;}#element-1391 .x_a269ab78{color:#37465A;}#element-1388{top:17.875rem;left:0;height:4.25rem;width:24.9375rem;z-index:5;color:#37465A;font-size:1.4861rem;line-height:2.1rem;text-align:center;}#element-1388 .x_fc9d998b{text-align:center;line-height:2.125rem;font-size:1.4861rem;}#element-1388 .x_a269ab78{color:#37465A;}#element-1394{top:54.875rem;left:1.5rem;height:15.4375rem;width:21.75rem;z-index:48;}#element-1394 .shape{border:0.0625rem solid #A3BAC6;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(244,244,244) 0 52% / cover;}#element-1389{top:23.625rem;left:1.1875rem;height:15.9375rem;width:22.5rem;z-index:8;}#element-1389 .shape{border:0.0625rem solid #A3BAC6;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(244,244,244) 50% 50% / cover;}#element-1393{top:72.4375rem;left:6.6875rem;height:2.625rem;width:11.3125rem;z-index:45;}.btn-shadow{box-shadow:0 1px 3px rgba(1,1,1,0.5);}#element-1393 .btn.btn-effect3d:active{box-shadow:none;}#element-1393 .btn:hover{background:#C6C6C9;color:#000000;}#element-1393 .btn{border:2px solid #0C3874;color:#0C3874;font-size:0.9907rem;font-family:Oswald;font-weight:400;height:2.625rem;width:11.3125rem;border-radius:0;}#element-1390{top:41.6875rem;left:6.8125rem;height:2.625rem;width:11.3125rem;z-index:41;}#element-1390 .btn.btn-effect3d:active{box-shadow:none;}#element-1390 .btn:hover{background:#C6C6C9;color:#000000;}#element-1390 .btn{border:2px solid #0C3874;color:#0C3874;font-size:0.9907rem;font-family:Oswald;font-weight:400;height:2.625rem;width:11.3125rem;border-radius:0;}#page-block-xbrfbrridsn{height:74.375rem;max-width:100%;}#page-block-xbrfbrridsn .section-holder-border{border:0;}#page-block-xbrfbrridsn .section-block{background:repeat rgb(201,205,210) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/64730051-0-47739525-0-backgroun.jpg),url(//v.fastcdn.co/t/6f5f942d/d6d19d49/1708073401-64730051-ghost-47739525-ghost-backgroun.jpg);height:74.375rem;}#page-block-xbrfbrridsn .section-holder-overlay{opacity:0.78;background-color:#000000;display:block;}#element-1404{top:3.8125rem;left:1.25rem;height:2.25rem;width:22.5rem;z-index:7;color:#37465A;font-size:1.6099rem;line-height:2.275rem;text-align:center;font-weight:700;}#element-1404 .x_47b745f5{text-align:center;line-height:2.25rem;font-size:1.6099rem;}#element-1404 .x_f2074b6c{color:#ffffff;}#element-1404 strong{font-weight:700;}#element-1404.headline{font-weight:700;}#element-1405{top:9.1875rem;left:3.125rem;height:28.125rem;width:18.75rem;z-index:25;}#element-1405 .shape{border:0;background:rgb(255,255,255);}#element-1408{top:9.0625rem;left:3.125rem;height:16.25rem;width:18.6875rem;z-index:31;}#element-1408 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1410{top:40rem;left:3.0625rem;height:29.875rem;width:18.75rem;z-index:13;}#element-1410 .shape{border:0;background:rgb(255,255,255);}#element-1412{top:40rem;left:3.0625rem;height:16.25rem;width:18.75rem;z-index:16;}#element-1412 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1411{top:57.5625rem;left:4.1875rem;height:4.125rem;width:16.1875rem;z-index:19;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1411 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1411 strong{font-weight:700;}#element-1411.paragraph{font-weight:400;}#element-1406{top:25rem;left:4.3125rem;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-1406 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1406 strong{font-weight:700;}#element-1406.paragraph{font-weight:400;}#element-1407{top:29.875rem;left:4.3125rem;height:5.5rem;width:16.1875rem;z-index:35;color:#5F6D78;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1407 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1407 strong{font-weight:700;}#element-1407.paragraph{font-weight:400;}#element-1414{top:62.4375rem;left:4.0625rem;height:4.125rem;width:16.3125rem;z-index:47;color:#5F6D78;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1414 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1414 strong{font-weight:700;}#element-1414.paragraph{font-weight:400;}#element-1409{top:35.25rem;left:4.25rem;height:1.1875rem;width:16.1875rem;z-index:37;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:400;}#element-1409 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1409 .x_afd94657{color:#9b0a0a;}#element-1409 strong{font-weight:700;}#element-1409.headline{font-weight:400;}#element-1413{top:67.8125rem;left:3.9375rem;height:1.1875rem;width:16.1875rem;z-index:50;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:400;}#element-1413 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1413 .x_afd94657{color:#9b0a0a;}#element-1413 strong{font-weight:700;}#element-1413.headline{font-weight:400;}#page-block-lu0i5iw5w4e{height:39.25rem;max-width:100%;}#page-block-lu0i5iw5w4e .section-holder-border{border:0;}#page-block-lu0i5iw5w4e .section-block{background:rgb(255,255,255);height:39.25rem;}#page-block-lu0i5iw5w4e .section-holder-overlay{display:none;}#element-1146{top:2.9375rem;left:1.125rem;height:5.75rem;width:22.5rem;z-index:58;}#element-1145{top:11.125rem;left:1.1875rem;height:25rem;width:22.5rem;z-index:11;color:#37465A;font-size:0.8669rem;line-height:1.225rem;text-align:center;}#element-1145 .x_c5f0bf77{text-align:center;line-height:1.25rem;font-size:0.8669rem;}#element-1145 .x_928ffa83{text-align:left;font-weight:400;}#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/d6d19d49/1708073402-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.5rem;left:5.5rem;height:4.875rem;width:14rem;z-index:9;}#page_block_footer{height:4.9375rem;max-width:100%;}#page_block_footer .section-holder-border{border:0;}#page_block_footer .section-block{background:rgb(255,255,255);height:4.9375rem;}#page_block_footer .section-holder-overlay{display:none;}#element-874{top:2.0625rem;left:3.9375rem;height:2.5rem;width:17rem;z-index:56;}#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:21;}.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;}}@media screen and (min-width:768px){.section-fit{max-width:60rem;}#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:3;}#element-743{top:4.75rem;left:24.1875rem;height:1.5rem;width:34.5625rem;z-index:5;color:#DD1111;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-v7qndtgym18{height:26.75rem;max-width:100%;}#page-block-v7qndtgym18 .section-holder-border{border:0;}#page-block-v7qndtgym18 .section-block{background:repeat rgb(255,255,255) 50% 50% / cover fixed;background-image:url(//v.fastcdn.co/u/6f5f942d/64729410-0-AdobeStock-71724495.jpeg),url(//v.fastcdn.co/t/6f5f942d/d6d19d49/1708073400-64729410-ghost-AdobeStock-71724495.jpeg);height:26.75rem;}#page-block-v7qndtgym18 .section-holder-overlay{opacity:0.81;background-color:#051D37;display:block;}#element-1335{top:2.75rem;left:2.3125rem;height:16.5625rem;width:20.125rem;z-index:41;color:#000000;font-size:2.3529rem;line-height:3.325rem;text-align:left;}#element-1335 .x_beb06eea{text-align:left;line-height:3.3125rem;font-size:2.3529rem;}#element-1335 .x_fb061381{color:#c9cdd2;}#element-1335 strong{font-weight:700;}#element-1336{top:2.75rem;left:25.4375rem;height:20.3125rem;width:25.875rem;z-index:44;color:#FFFFFF;font-size:1.1146rem;line-height:1.575rem;text-align:left;font-weight:300;}#element-1336 .x_9a9d3d17{text-align:left;line-height:1.5625rem;font-size:1.1146rem;}#element-1336 .x_a269ab78{color:#37465A;}#element-1336 strong{font-weight:700;}#element-1336.paragraph{font-weight:300;}#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,58,145);height:1.5625rem;}#page-block-kh8q3gpijp .section-holder-overlay{display:none;}#page-block-28770szh5d4{height:19.375rem;max-width:100%;}#page-block-28770szh5d4 .section-holder-border{border:0;}#page-block-28770szh5d4 .section-block{background:rgb(255,255,255);height:19.375rem;}#page-block-28770szh5d4 .section-holder-overlay{display:none;}#element-1147{top:2.4375rem;left:3.75rem;height:3.1875rem;width:52.5rem;z-index:67;color:#37465A;font-size:1.9814rem;line-height:3.2rem;text-align:center;font-weight:400;}#element-1147 .x_aefeb974{text-align:center;line-height:3.1875rem;font-size:1.9814rem;}#element-1147 strong{font-weight:700;}#element-1147.headline{font-weight:400;}#element-1148{top:7.375rem;left:13rem;height:7.8125rem;width:30.5625rem;z-index:69;}#page-block-emdoowe44jf{height:1.5625rem;max-width:100%;}#page-block-emdoowe44jf .section-holder-border{border:0;}#page-block-emdoowe44jf .section-block{background:rgb(0,58,145);height:1.5625rem;}#page-block-emdoowe44jf .section-holder-overlay{display:none;}#page-block-r8sfc4zm70r{height:41.5625rem;max-width:100%;}#page-block-r8sfc4zm70r .section-holder-border{border:0;}#page-block-r8sfc4zm70r .section-block{background:no-repeat rgb(201,205,210) 50% 50% / auto;background-image:url(//v.fastcdn.co/u/6f5f942d/64721067-0-AdobeStock-676930830.jpeg),url(//v.fastcdn.co/t/6f5f942d/d6d19d49/1708073401-64721067-ghost-AdobeStock-676930830.jpeg);height:41.5625rem;}#page-block-r8sfc4zm70r .section-holder-overlay{opacity:0.69;background-color:#1B252C;display:block;}#element-1340{top:3.5625rem;left:-0.0625rem;height:2.875rem;width:60rem;z-index:7;color:#37465A;font-size:2.3529rem;line-height:2.85rem;text-align:center;font-weight:700;}#element-1340 .x_b614627d{text-align:center;line-height:2.875rem;font-size:2.3529rem;}#element-1340 .x_f2074b6c{color:#ffffff;}#element-1340 strong{font-weight:700;}#element-1340.headline{font-weight:700;}#element-1341{top:9.6875rem;left:8.8125rem;height:27.3125rem;width:18.75rem;z-index:25;}#element-1341 .shape{border:0;background:rgb(255,255,255);}#element-1344{top:9.6875rem;left:8.8125rem;height:16.25rem;width:18.75rem;z-index:31;}#element-1344 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1346{top:9.6875rem;left:32.4375rem;height:27.3125rem;width:18.75rem;z-index:13;}#element-1346 .shape{border:0;background:rgb(255,255,255);}#element-1348{top:9.6875rem;left:32.4375rem;height:16.25rem;width:18.75rem;z-index:16;}#element-1348 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1347{top:27.0625rem;left:33.5rem;height:4.125rem;width:17.4375rem;z-index:19;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1347 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1347 strong{font-weight:700;}#element-1347.paragraph{font-weight:400;}#element-1342{top:27.125rem;left:10.125rem;height:2.75rem;width:14.25rem;z-index:29;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1342 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1342 strong{font-weight:700;}#element-1342.paragraph{font-weight:400;}#element-1343{top:30.4375rem;left:10.125rem;height:4.125rem;width:17.1875rem;z-index:35;color:#5F6D78;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1343 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-1343 .x_a269ab78{color:#37465A;}#element-1343 strong{font-weight:700;}#element-1343.paragraph{font-weight:400;}#element-1353{top:31.625rem;left:33.5rem;height:4.125rem;width:16.6875rem;z-index:48;color:#5F6D78;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1353 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-1353 .x_a269ab78{color:#37465A;}#element-1353 strong{font-weight:700;}#element-1353.paragraph{font-weight:400;}#element-1345{top:35.125rem;left:10.125rem;height:1.1875rem;width:16.1875rem;z-index:37;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:400;}#element-1345 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1345 .x_afd94657{color:#9b0a0a;}#element-1345 strong{font-weight:700;}#element-1345.headline{font-weight:400;}#element-1349{top:35.125rem;left:34rem;height:1.1875rem;width:16.1875rem;z-index:51;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:400;}#element-1349 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1349 .x_afd94657{color:#9b0a0a;}#element-1349 strong{font-weight:700;}#element-1349.headline{font-weight:400;}#page-block-v18p58dqkt{height:1.5rem;max-width:100%;}#page-block-v18p58dqkt .section-holder-border{border:0;}#page-block-v18p58dqkt .section-block{background:rgb(255,255,255);height:1.5rem;}#page-block-v18p58dqkt .section-holder-overlay{display:none;}#page-block-9q2m4zovv6p{height:42.0625rem;max-width:100%;}#page-block-9q2m4zovv6p .section-holder-border{border:0;}#page-block-9q2m4zovv6p .section-block{background:no-repeat rgb(201,205,210) 50% 50% / auto;background-image:url(//v.fastcdn.co/u/6f5f942d/64721068-0-AdobeStock-500701280.jpeg),url(//v.fastcdn.co/t/6f5f942d/d6d19d49/1708073401-64721068-ghost-AdobeStock-500701280.jpeg);height:42.0625rem;}#page-block-9q2m4zovv6p .section-holder-overlay{opacity:0.48;background-color:#1B252C;display:block;}#element-1357{top:3.5625rem;left:-0.0625rem;height:2.875rem;width:60rem;z-index:11;color:#37465A;font-size:2.3529rem;line-height:2.85rem;text-align:center;font-weight:700;}#element-1357 .x_b614627d{text-align:center;line-height:2.875rem;font-size:2.3529rem;}#element-1357 .x_fb061381{color:#c9cdd2;}#element-1357 strong{font-weight:700;}#element-1357.headline{font-weight:700;}#element-1358{top:10.5625rem;left:0;height:26.9375rem;width:13.9375rem;z-index:24;}#element-1358 .shape{border:0;background:rgb(255,255,255);}#element-1361{top:10.5625rem;left:0;height:12.125rem;width:13.9375rem;z-index:28;}#element-1361 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1363{top:10.5625rem;left:15.375rem;height:26.9375rem;width:13.9375rem;z-index:15;}#element-1363 .shape{border:0;background:rgb(255,255,255);}#element-1365{top:10.5625rem;left:15.375rem;height:12.125rem;width:13.9375rem;z-index:18;}#element-1365 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1367{top:10.5625rem;left:30.6875rem;height:26.9375rem;width:13.9375rem;z-index:54;}#element-1367 .shape{border:0;background:rgb(255,255,255);}#element-1369{top:10.5625rem;left:30.6875rem;height:12.125rem;width:13.9375rem;z-index:56;}#element-1369 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1376{top:10.5625rem;left:46rem;height:26.9375rem;width:13.9375rem;z-index:70;}#element-1376 .shape{border:0;background:rgb(255,255,255);}#element-1378{top:10.5625rem;left:46rem;height:12.125rem;width:13.9375rem;z-index:71;}#element-1378 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1380{top:23.75rem;left:46.75rem;height:5.25rem;width:12.375rem;z-index:72;color:#37465A;font-size:0.9288rem;line-height:1.3125rem;text-align:center;font-weight:400;}#element-1380 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1380 strong{font-weight:700;}#element-1380.paragraph{font-weight:400;}#element-1359{top:23.875rem;left:1.1875rem;height:3.9375rem;width:11.125rem;z-index:27;color:#37465A;font-size:0.9288rem;line-height:1.3125rem;text-align:center;font-weight:400;}#element-1359 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1359 strong{font-weight:700;}#element-1359.paragraph{font-weight:400;}#element-1364{top:23.875rem;left:16.5rem;height:3.9375rem;width:11.75rem;z-index:21;color:#37465A;font-size:0.9288rem;line-height:1.3125rem;text-align:center;font-weight:400;}#element-1364 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1364 strong{font-weight:700;}#element-1364.paragraph{font-weight:400;}#element-1368{top:23.875rem;left:31.3125rem;height:3.9375rem;width:12.75rem;z-index:58;color:#37465A;font-size:0.9288rem;line-height:1.3125rem;text-align:center;font-weight:400;}#element-1368 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1368 strong{font-weight:700;}#element-1368.paragraph{font-weight:400;}#element-1372{top:28.5625rem;left:31.5625rem;height:6.5625rem;width:12.0625rem;z-index:62;color:#5F6D78;font-size:0.9288rem;line-height:1.3125rem;text-align:center;font-weight:400;}#element-1372 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1372 .x_4d89906f{color:#5f6d78;}#element-1372 strong{font-weight:700;}#element-1372.paragraph{font-weight:400;}#element-1360{top:29rem;left:0.9375rem;height:5.25rem;width:12.0625rem;z-index:33;color:#37465A;font-size:0.9288rem;line-height:1.3125rem;text-align:center;font-weight:400;}#element-1360 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1360 .x_4d89906f{color:#5f6d78;}#element-1360 strong{font-weight:700;}#element-1360.paragraph{font-weight:400;}#element-1370{top:29rem;left:16.25rem;height:5.25rem;width:11.875rem;z-index:46;color:#5F6D78;font-size:0.9288rem;line-height:1.3125rem;text-align:center;font-weight:400;}#element-1370 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1370 .x_4d89906f{color:#5f6d78;}#element-1370 strong{font-weight:700;}#element-1370.paragraph{font-weight:400;}#element-1384{top:29.75rem;left:46.75rem;height:5.25rem;width:12.3125rem;z-index:74;color:#37465A;font-size:0.9288rem;line-height:1.3125rem;text-align:center;font-weight:400;}#element-1384 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-1384 .x_a269ab78{color:#37465A;}#element-1384 strong{font-weight:700;}#element-1384.paragraph{font-weight:400;}#element-1362{top:35.8125rem;left:0.9375rem;height:1.1875rem;width:12.0625rem;z-index:34;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:400;}#element-1362 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1362 .x_afd94657{color:#9b0a0a;}#element-1362 strong{font-weight:700;}#element-1362.headline{font-weight:400;}#element-1366{top:35.8125rem;left:16.5rem;height:1.1875rem;width:12.0625rem;z-index:23;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:400;}#element-1366 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1366 .x_afd94657{color:#9b0a0a;}#element-1366 strong{font-weight:700;}#element-1366.headline{font-weight:400;}#element-1371{top:35.8125rem;left:31.875rem;height:1.1875rem;width:12.0625rem;z-index:60;color:#9B0A0A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:400;}#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:400;}#element-1382{top:35.8125rem;left:47.1875rem;height:1.1875rem;width:12.0625rem;z-index:73;color:#9B0A0A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:400;}#element-1382 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1382 .x_afd94657{color:#9b0a0a;}#element-1382 strong{font-weight:700;}#element-1382.headline{font-weight:400;}#page-block-81zv6ek2375{height:1.5625rem;max-width:100%;}#page-block-81zv6ek2375 .section-holder-border{border:0;}#page-block-81zv6ek2375 .section-block{background:rgb(0,58,145);height:1.5625rem;}#page-block-81zv6ek2375 .section-holder-overlay{display:none;}#page-block-5c12arcsuya{height:50.0625rem;max-width:100%;}#page-block-5c12arcsuya .section-holder-border{border:0;}#page-block-5c12arcsuya .section-block{background:rgb(255,255,255);height:50.0625rem;}#page-block-5c12arcsuya .section-holder-overlay{display:none;}#element-1385{top:5.6875rem;left:36.875rem;height:5.5625rem;width:21.625rem;z-index:39;}#element-1386{top:5.9375rem;left:0;height:5.75rem;width:28.25rem;z-index:40;color:#37465A;font-size:2.3529rem;line-height:2.85rem;text-align:left;font-weight:700;}#element-1386 .x_abeb1804{text-align:left;line-height:2.875rem;font-size:2.3529rem;}#element-1386 strong{font-weight:700;}#element-1386.headline{font-weight:700;}#element-1391{top:16.75rem;left:35.3125rem;height:3.625rem;width:21.4375rem;z-index:43;color:#37465A;font-size:1.4861rem;line-height:1.8rem;text-align:center;}#element-1391 .x_5f0ed501{text-align:center;line-height:1.8125rem;font-size:1.4861rem;}#element-1391 .x_a269ab78{color:#37465A;}#element-1388{top:16.8125rem;left:3.5625rem;height:3.625rem;width:22.3125rem;z-index:6;color:#37465A;font-size:1.4861rem;line-height:1.8rem;text-align:center;}#element-1388 .x_5f0ed501{text-align:center;line-height:1.8125rem;font-size:1.4861rem;}#element-1388 .x_a269ab78{color:#37465A;}#element-1394{top:22rem;left:34.9375rem;height:15.4375rem;width:21.75rem;z-index:50;}#element-1394 .shape{border:0.0625rem solid #A3BAC6;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(244,244,244) 0 52% / cover;}#element-1389{top:22.125rem;left:3.625rem;height:15.4375rem;width:21.75rem;z-index:9;}#element-1389 .shape{border:0.0625rem solid #A3BAC6;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(244,244,244) 50% 50% / cover;}#element-1393{top:39.75rem;left:40.3125rem;height:2.625rem;width:10.9375rem;z-index:47;}#element-1393 .btn.btn-effect3d:active{box-shadow:none;}#element-1393 .btn:hover{background:#C6C6C9;color:#000000;}#element-1393 .btn{border:2px solid #0C3874;color:#0C3874;font-size:0.9907rem;font-family:Oswald;font-weight:400;height:2.625rem;width:10.9375rem;border-radius:0;}#element-1390{top:39.8125rem;left:8.625rem;height:2.625rem;width:10.9375rem;z-index:42;}#element-1390 .btn.btn-effect3d:active{box-shadow:none;}#element-1390 .btn:hover{background:#C6C6C9;color:#000000;}#element-1390 .btn{border:2px solid #0C3874;color:#0C3874;font-size:0.9907rem;font-family:Oswald;font-weight:400;height:2.625rem;width:10.9375rem;border-radius:0;}#page-block-xbrfbrridsn{height:41.875rem;max-width:100%;}#page-block-xbrfbrridsn .section-holder-border{border:0;}#page-block-xbrfbrridsn .section-block{background:no-repeat rgb(201,205,210) 50% 50% / auto;background-image:url(//v.fastcdn.co/u/6f5f942d/64730051-0-47739525-0-backgroun.jpg),url(//v.fastcdn.co/t/6f5f942d/d6d19d49/1708073401-64730051-ghost-47739525-ghost-backgroun.jpg);height:41.875rem;}#page-block-xbrfbrridsn .section-holder-overlay{opacity:0.78;background-color:#000000;display:block;}#element-1404{top:3.5625rem;left:-0.0625rem;height:2.875rem;width:60rem;z-index:8;color:#37465A;font-size:2.3529rem;line-height:2.85rem;text-align:center;font-weight:700;}#element-1404 .x_b614627d{text-align:center;line-height:2.875rem;font-size:2.3529rem;}#element-1404 .x_f2074b6c{color:#ffffff;}#element-1404 strong{font-weight:700;}#element-1404.headline{font-weight:700;}#element-1405{top:9.6875rem;left:8.8125rem;height:27.3125rem;width:18.75rem;z-index:26;}#element-1405 .shape{border:0;background:rgb(255,255,255);}#element-1408{top:9.6875rem;left:8.8125rem;height:16.25rem;width:18.75rem;z-index:32;}#element-1408 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1410{top:9.6875rem;left:32.4375rem;height:27.3125rem;width:18.75rem;z-index:14;}#element-1410 .shape{border:0;background:rgb(255,255,255);}#element-1412{top:9.6875rem;left:32.4375rem;height:16.25rem;width:18.75rem;z-index:17;}#element-1412 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1411{top:26.5rem;left:33.4375rem;height:4.125rem;width:17.4375rem;z-index:20;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1411 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1411 strong{font-weight:700;}#element-1411.paragraph{font-weight:400;}#element-1406{top:26.5625rem;left:9.9375rem;height:4.125rem;width:15.75rem;z-index:30;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1406 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1406 strong{font-weight:700;}#element-1406.paragraph{font-weight:400;}#element-1407{top:31rem;left:9.9375rem;height:4.125rem;width:17.25rem;z-index:36;color:#5F6D78;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1407 .x_48aa50a2{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-1407 strong{font-weight:700;}#element-1407.paragraph{font-weight:400;}#element-1414{top:31rem;left:33.4375rem;height:4.125rem;width:16.6875rem;z-index:49;color:#5F6D78;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1414 .x_48aa50a2{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-1414 strong{font-weight:700;}#element-1414.paragraph{font-weight:400;}#element-1409{top:35.375rem;left:10.125rem;height:1.1875rem;width:16.1875rem;z-index:38;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:400;}#element-1409 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1409 .x_afd94657{color:#9b0a0a;}#element-1409 strong{font-weight:700;}#element-1409.headline{font-weight:400;}#element-1413{top:35.375rem;left:34rem;height:1.1875rem;width:16.1875rem;z-index:52;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:400;}#element-1413 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1413 .x_afd94657{color:#9b0a0a;}#element-1413 strong{font-weight:700;}#element-1413.headline{font-weight:400;}#page-block-lu0i5iw5w4e{height:28.875rem;max-width:100%;}#page-block-lu0i5iw5w4e .section-holder-border{border:0;}#page-block-lu0i5iw5w4e .section-block{background:rgb(255,255,255);height:28.875rem;}#page-block-lu0i5iw5w4e .section-holder-overlay{display:none;}#element-1146{top:3.5625rem;left:14.6875rem;height:7.8125rem;width:30.5625rem;z-index:68;}#element-1145{top:12.75rem;left:6.125rem;height:13.75rem;width:47.5rem;z-index:12;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:center;}#element-1145 .x_938e8cfc{text-align:center;line-height:1.375rem;font-size:0.8669rem;}#element-1145 .x_928ffa83{text-align:left;font-weight:400;}#page-block-9wevj9i0x8b{height:7.25rem;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/d6d19d49/1708073402-43140044-ghost-abstract-pcb.jpg);height:7.25rem;}#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:10;}#page_block_footer{height:5rem;max-width:100%;}#page_block_footer .section-holder-border{border:0;}#page_block_footer .section-block{background:rgb(255,255,255);height:5rem;}#page_block_footer .section-holder-overlay{display:none;}#element-874{top:1.4375rem;left:21.4375rem;height:2.5rem;width:17rem;z-index:66;}#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:22;}} </style> <script data-cfasync="false" > window.__variantsData = [ { name: 'A', chance: 100 } ]; window.__page_id = 23896940; window.__customer_id = 1355093; window.__default_experience_id = 23896940; window.__version = 158; window.__variant = "A"; window.__variant_id = 1; window.__variant_custom_name = "Variation A"; window.__preview = false; window.__page_type = 2; window.__variant_hash = "6ed26c34af27fc6044cc5e3f4a96d5e852efd91f"; 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.bad400ef5f34fb6f6b2b.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":23896940,"publishedVersion":158,"variationName":"A","variationId":1,"linkedVariationId":2,"variation":"A","trackedLinks":[{"href":"https://www.youtube.com/watch?v=WR2BvG8ts7M","ariaLabel":"","id":"kpvnecv6j9n","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://product.tdk.com/en/techlibrary/applicationnote/single-pair-ethernet.html","ariaLabel":"","id":"vvp4u7xckrr","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-r8sfc4zm70r","id":"e3eqhq8cs3j","type":"onpage","track":false,"targetNewWindow":false,"passParameters":false},{"href":"#page-block-9q2m4zovv6p","id":"eau2ilstbe5","type":"onpage","track":false,"targetNewWindow":false,"passParameters":false},{"href":"#page-block-5c12arcsuya","id":"v480p53tsm","type":"onpage","track":false,"targetNewWindow":false,"passParameters":false},{"href":"#page-block-xbrfbrridsn","id":"s6gwc42q4bo","type":"onpage","track":false,"targetNewWindow":false,"passParameters":false},{"href":"http://www.tdk.com","ariaLabel":"","id":"ztwuzlxuptc","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.microcontrollertips.com/what-is-single-pair-ethernet-and-podl/","ariaLabel":"","id":"5eas2vwt62m","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.wireandcabletips.com/single-pair-ethernet-simplifying-your-ethernet-connectivity-from-sensor-to-cloud/","ariaLabel":"","id":"y07tnpg2w5o","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.microcontrollertips.com/how-do-common-mode-inductors-work-in-single-pair-ethernet/","ariaLabel":"","id":"roqgdf3opio","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.microcontrollertips.com/how-to-specify-differential-mode-inductors-for-single-pair-ethernet/","ariaLabel":"","id":"7v09cc8fshm","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.microcontrollertips.com/whats-the-difference-between-an-spe-isolation-inductor-and-a-transformer/","ariaLabel":"","id":"aj70y3r7l6f","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.microcontrollertips.com/what-inductor-characteristics-are-needed-for-podl-in-single-pair-ethernet/","ariaLabel":"","id":"gvmstryqjhs","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"http://www.tdk.com/not","ariaLabel":"","id":"88rc98cwpw","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.youtube.com/watch?v=WR2BvG8ts7M","ariaLabel":"","id":"kpvnecv6j9n","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://product.tdk.com/en/techlibrary/applicationnote/single-pair-ethernet.html","ariaLabel":"","id":"vvp4u7xckrr","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.connectortips.com/single-pair-ethernet-addresses-industrial-priorities-part-1-ieee-802-3cg-standard-faq/","ariaLabel":"","id":"g7esqoxkvjg","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.connectortips.com/single-pair-ethernet-addresses-industrial-priorities-part-2-hardware-realization-faq/","ariaLabel":"","id":"pa5g9rle53e","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"http://www.tdk.com","ariaLabel":"","id":"43soasms77g","type":"url","track":false,"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.bad400ef5f34fb6f6b2b.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" }); 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.7accb7b6af83a9dd4f79.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> <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/d6d19d49/1708073402-43139760-250x86-EEworld-online.png" srcset="//v.fastcdn.co/t/6f5f942d/d6d19d49/1708073403-43139760-500x172-EEworld-online.png 2x" > </a> </div> </div> <div class="widget item-absolute paragraph " 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-r8sfc4zm70r" id="link-e3eqhq8cs3j" data-link-e3eqhq8cs3j class="onpage-link">PoDL</a>&nbsp; I&nbsp; <a href="#page-block-9q2m4zovv6p" id="link-eau2ilstbe5" data-link-eau2ilstbe5 class="onpage-link">Inductors</a> |&nbsp; <a href="#page-block-5c12arcsuya" id="link-v480p53tsm" data-link-v480p53tsm class="onpage-link">Featured Resources</a>&nbsp; |&nbsp; <a href="#page-block-xbrfbrridsn" id="link-s6gwc42q4bo" data-link-s6gwc42q4bo class="onpage-link">Standards</a></span></strong></p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-v7qndtgym18" 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-1335" data-at="headline"> <div class="contents"> <h1> <span class="x_beb06eea x_efe90565"><span class="x_fb061381">CLASSROOM ON SINGLE-PAIR ETHERNET &amp; INDUCTORS</span></span><span class="x_beb06eea x_efe90565"><br></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-1336" data-at="paragraph"> <div class="contents"> <p class="x_9a9d3d17 x_5e4484a5">This classroom covers Single-Pair (SPE) advancements along with Power over Data Line (PoDL) integration, the role of inductors in SPE in the context of signal integrity and power delivery, and the evolving SPE standards.</p><br><p class="x_9a9d3d17 x_5e4484a5">SPE with PoDL, as well as dedicated inductors, are enabling forces behind streamlined and efficient connectivity. Engineers faced with complex designs in diverse applications can optimize overall system performance using these technologies that offer higher date rates, enhanced power delivery, and standardized protocols.</p><p class="x_9a9d3d17 x_5e4484a5"><span class="x_a269ab78"> </span></p> </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="http://www.tdk.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/d6d19d49/1708073407-59220912-489x125x490x126x1x1-TDK-Corp-logo.jpeg" srcset="//v.fastcdn.co/t/6f5f942d/d6d19d49/1708073408-59220912-978x250x980x252x2x2-TDK-Corp-logo.jpeg 2x" > </a> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-emdoowe44jf" 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-r8sfc4zm70r" 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-1340" data-at="headline"> <div class="contents"> <h1> <span class="x_b614627d x_47b745f5"> <span class="x_f2074b6c">PoDL</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-1341"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1344"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64721026-0-What-is-single-pair-.jpg" ></div> </div> <div class="widget item-absolute " id="element-1346"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1348"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64721178-0-LAPP-Image1.jpg" ></div> </div> <div class="widget item-absolute paragraph " id="element-1347" data-at="paragraph"> <div class="contents"> <p class="x_0a34168d"><strong >Single-Pair Ethernet: simplifying your Ethernet connectivity from sensor to cloud</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1342" data-at="paragraph"> <div class="contents"> <p class="x_0a34168d"><strong >What is Single-Pair Ethernet and PoDL?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1343" data-at="paragraph"> <div class="contents"> <p class="x_8b9dcb22 x_0a34168d">New standards to support operations up to 25 Mb/s are under development. SPE is being adopted well beyond automotive.&nbsp;<span class="x_a269ab78"></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1353" data-at="paragraph"> <div class="contents"> <p class="x_8b9dcb22 x_0a34168d">A physical layer for Industrial Ethernet, SPE combines high data rates with a lightweight cable design.&nbsp;<span class="x_a269ab78"></span></p> </div> </div> <div class="widget item-absolute headline " id="element-1345" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825"><span class="x_afd94657"><a href="https://www.microcontrollertips.com/what-is-single-pair-ethernet-and-podl/" id="link-5eas2vwt62m" target="_blank" data-link-5eas2vwt62m class="url-link"><strong >MORE</strong></a></span></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1349" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825"><span class="x_afd94657"><a href="https://www.wireandcabletips.com/single-pair-ethernet-simplifying-your-ethernet-connectivity-from-sensor-to-cloud/" id="link-y07tnpg2w5o" target="_blank" data-link-y07tnpg2w5o class="url-link"><strong >MORE</strong></a></span></span> </h5> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-v18p58dqkt" 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-9q2m4zovv6p" 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-1357" data-at="headline"> <div class="contents"> <h1> <span class="x_b614627d x_47b745f5"><span class="x_fb061381">Inductors &amp; SPE</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-1358"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1361"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64721094-0-How-do-common-mode-i.jpg" ></div> </div> <div class="widget item-absolute " id="element-1363"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1365"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64721213-0-How-to-specify-diffe.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-1369"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64721209-0-Whats-the-difference.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-1378"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64721192-0-What-inductor-charac.jpg" ></div> </div> <div class="widget item-absolute paragraph " id="element-1380" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539 x_0a34168d"><strong >What inductor characteristics are needed for PoDL in Single-Pair Ethernet?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1359" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539 x_0a34168d"><strong >How do common mode inductors work in Single-Pair Ethernet?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1364" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539 x_0a34168d"><strong >How to specify differential mode inductors for Single-Pair Ethernet</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1368" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539 x_0a34168d"><strong >What's the difference between an SPE isolation inductor and a transformer?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1372" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539 x_fae6260b"><span class="x_4d89906f">A look at applications for SPE isolation inductors, technicalities that separate isolation inductors from transformers, and more.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1360" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539 x_fae6260b"><span class="x_4d89906f">A review of the operation of CMIs, how the CDN fits into SPE designs, and the specific role of CMIs.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1370" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539 x_fae6260b"><span class="x_4d89906f">Discover where DMIs fit into SPE, and compare PoDL and SPoE implementations and applications.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1384" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539 x_fae6260b"><span class="x_a269ab78">Correctly specifying magnetic elements is important to ensure efficient operation and reliable data transfer.</span></p> </div> </div> <div class="widget item-absolute headline " id="element-1362" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825"><span class="x_afd94657"><a href="https://www.microcontrollertips.com/how-do-common-mode-inductors-work-in-single-pair-ethernet/" id="link-roqgdf3opio" target="_blank" data-link-roqgdf3opio class="url-link"><strong >MORE</strong></a></span></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1366" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825"><span class="x_afd94657"><a href="https://www.microcontrollertips.com/how-to-specify-differential-mode-inductors-for-single-pair-ethernet/" id="link-7v09cc8fshm" target="_blank" data-link-7v09cc8fshm class="url-link"><strong >MORE</strong></a></span></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1371" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825"><span class="x_afd94657"><a href="https://www.microcontrollertips.com/whats-the-difference-between-an-spe-isolation-inductor-and-a-transformer/" id="link-aj70y3r7l6f" target="_blank" data-link-aj70y3r7l6f class="url-link"><strong >MORE</strong></a></span></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1382" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825"><a href="https://www.microcontrollertips.com/what-inductor-characteristics-are-needed-for-podl-in-single-pair-ethernet/" id="link-gvmstryqjhs" target="_blank" data-link-gvmstryqjhs class="url-link"><span class="x_afd94657"><strong >MORE</strong></span></a></span> </h5> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-81zv6ek2375" 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-5c12arcsuya" 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-1385"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="http://www.tdk.com/not" class="url-link item-content-box item-block" id="link-88rc98cwpw" data-at="image-link" data-link-88rc98cwpw 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/d6d19d49/1708073406-59220912-346x89-TDK-Corp-logo.jpeg" data-retina-src="//v.fastcdn.co/t/6f5f942d/d6d19d49/1708073407-59220912-692x178-TDK-Corp-logo.jpeg" > </a> </div> </div> <div class="widget item-absolute headline " id="element-1386" data-at="headline"> <div class="contents"> <h1> <span class="x_abeb1804 x_f82204f0">FEATURED RESOURCES</span> </h1> </div> </div> <div class="widget item-absolute headline " id="element-1391" data-at="headline"> <div class="contents"> <h3> <span class="x_5f0ed501"><span class="x_a269ab78">Video: Inductors for Single-Pair Ethernet (SPE)</span></span> </h3> </div> </div> <div class="widget item-absolute headline " id="element-1388" data-at="headline"> <div class="contents"> <h3> <span class="x_5f0ed501 x_fc9d998b"><span class="x_a269ab78">Single Pair Ethernet: How to implement 10Base-T1L</span></span> </h3> </div> </div> <div class="widget item-absolute " id="element-1394"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64756041-0-Screenshot-2024-01-2.png" ></div> </div> <div class="widget item-absolute " id="element-1389"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64755991-0-thum-apn-single-pair.png" ></div> </div> <div class="widget item-absolute " id="element-1393"> <a href="https://www.youtube.com/watch?v&#x3D;WR2BvG8ts7M" id="link-kpvnecv6j9n" target="_blank" class="url-link btn item-block" data-at="button" data-link-kpvnecv6j9n > WATCH VIDEO </a> </div> <div class="widget item-absolute " id="element-1390"> <a href="https://product.tdk.com/en/techlibrary/applicationnote/single-pair-ethernet.html" id="link-vvp4u7xckrr" target="_blank" class="url-link btn item-block" data-at="button" data-link-vvp4u7xckrr > LEARN MORE </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-xbrfbrridsn" 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-1404" data-at="headline"> <div class="contents"> <h1> <span class="x_b614627d x_47b745f5"><span class="x_f2074b6c">Standards</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-1405"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1408"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64721230-0-WTWH-single-pair-Eth.png" ></div> </div> <div class="widget item-absolute " id="element-1410"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1412"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64721231-0-WTWH-single-pair-Eth.png" ></div> </div> <div class="widget item-absolute paragraph " id="element-1411" data-at="paragraph"> <div class="contents"> <p class="x_0a34168d"><strong >Single-Pair Ethernet addresses industrial priorities, Part 2: hardware realization</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1406" data-at="paragraph"> <div class="contents"> <p class="x_0a34168d"><strong >Single-Pair Ethernet addresses industrial priorities, Part 1: The IEEE 802.3cg standard</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1407" data-at="paragraph"> <div class="contents"> <p class="x_48aa50a2 x_ef245e2e">A look at the context and standard that defines SPE and some of its variations, and how it fits into the IIoT application area.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1414" data-at="paragraph"> <div class="contents"> <p class="x_48aa50a2 x_ef245e2e">This part will look at the physical hardware that is needed to make IEEE 802.3cg happen.</p> </div> </div> <div class="widget item-absolute headline " id="element-1409" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825"><span class="x_afd94657"><strong ><a href="https://www.connectortips.com/single-pair-ethernet-addresses-industrial-priorities-part-1-ieee-802-3cg-standard-faq/" id="link-g7esqoxkvjg" target="_blank" data-link-g7esqoxkvjg class="url-link">MORE</a></strong></span></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1413" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825"><span class="x_afd94657"><strong ><a href="https://www.connectortips.com/single-pair-ethernet-addresses-industrial-priorities-part-2-hardware-realization-faq/" id="link-pa5g9rle53e" target="_blank" data-link-pa5g9rle53e class="url-link">MORE</a></strong></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="http://www.tdk.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/d6d19d49/1708073407-59220912-489x125x490x126x1x1-TDK-Corp-logo.jpeg" data-retina-src="//v.fastcdn.co/t/6f5f942d/d6d19d49/1708073408-59220912-978x250x980x252x2x2-TDK-Corp-logo.jpeg" > </a> </div> </div> <div class="widget item-absolute paragraph " id="element-1145" data-at="paragraph"> <div class="contents"> <p class="x_938e8cfc x_c5f0bf77">TDK Corporation is a world leader in electronic solutions for the smart society based in Tokyo, Japan. Built on a foundation of material sciences mastery, TDK welcomes societal transformation by resolutely remaining at the forefront of technological evolution and deliberately “Attracting Tomorrow.” It was established in 1935 to commercialize ferrite, a key material in electronic and magnetic products. TDK's comprehensive, innovation-driven portfolio features passive components such as ceramic, aluminum electrolytic and film capacitors, as well as magnetics, high-frequency, and piezo and protection devices. The product spectrum also includes sensors and sensor systems such as temperature and pressure, magnetic, and MEMS sensors. In addition, TDK provides power supplies and energy devices, magnetic heads and more. These products are marketed under the product brands TDK, EPCOS, InvenSense, Micronas, Tronics and TDK-Lambda. TDK focuses on demanding markets in automotive, industrial and consumer electronics, and information and communication technology.&nbsp;</p><p class="x_938e8cfc x_c5f0bf77"><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/d6d19d49/1708073404-43173756-224x79-EEworld-online-rever.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/d6d19d49/1708073404-43173756-448x158-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.dd0edac2d5f2fa8e68b5.js"></script> <script data-cfasync="false" async defer src="//g.fastcdn.co/js/LazyImage.4714f6fe2b1ad13d8f3b.js"></script> <script data-cfasync="false" src="//g.fastcdn.co/js/Links.70b7d22ad62e6b363655.js"></script> <script data-cfasync="false" async src="https://heatmap-events-collector.instapage.com/static/lib.js"></script> <!-- Generated at: 2024-02-16T08:51:46.674Z --> <!-- --> <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:'8e91b9300b47b0af',t:'MTczMjcwNjM2OC4wMDAwMDA='};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