CINXE.COM

EE World Design Guide Library

<!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="EE World&#x27;s online Design Guide Library! Specific content available for PDF download. Content produced by the editors of EE World broken out by key technologies." /> <meta name="keywords" content="electronic, engineering, ebook, download, inductors, 5g, connection, technology, iot, connectivity" /> <link rel="canonical" href="https://www.eeworldonline.com/design-guide-library"> <link rel="shortcut icon" href="//v.fastcdn.co/u/6f5f942d/48640475-0-favicon.png" type="image/ico"> <title>EE World Design Guide Library</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/design-guide-library"> <link rel="preload" as="script" href="//g.fastcdn.co/js/utils.bcf03997485feb49f2c7.js"></link> <link rel="preload" as="script" href="//g.fastcdn.co/js/Cradle.14973f8f195e25e002ff.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-MRMQ5MS'); } setupGTM(); </script> <!-- End Google Tag Manager --> <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> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&display=swap"/><link media="print" onload="this.media='all'" type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&display=swap"/><noscript><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&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:Verdana;font-weight:400;font-style:normal;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;}.hidden-step{visibility:hidden;}.clearfix{clear:both;}sup,sub{margin-left:0.1rem;line-height:0;}body#landing-page .visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:none;}@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:Oswald;font-weight:400;font-style:normal;}.btn{line-height:120%;text-align:center;font-family:"Open Sans";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-ectmhue2w2{height:6.375rem;max-width:100%;}#page-block-ectmhue2w2 .section-holder-border{border:0;}#page-block-ectmhue2w2 .section-block{background:rgb(5,36,33);height:6.375rem;}#page-block-ectmhue2w2 .section-holder-overlay{display:none;}#element-1310{top:1.1875rem;left:6.625rem;height:4rem;width:11.5625rem;z-index:9;}#page_block_header{height:22.3125rem;max-width:100%;}#page_block_header .section-holder-border{border:0;}#page_block_header .section-block{background:repeat 56% 46% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/64721067-0-AdobeStock-676930830.jpeg),url(//v.fastcdn.co/t/6f5f942d/be8627bd/1732898931-64721067-ghost-AdobeStock-676930830.jpeg);height:22.3125rem;}#page_block_header .section-holder-overlay{opacity:0.8;background-color:#0B1D2D;display:block;}#element-1314{top:2.5rem;left:1.4375rem;height:3.25rem;width:21.9375rem;z-index:10;color:#37465A;font-size:2.291rem;line-height:3.2375rem;text-align:center;}#element-1314 .x_d18c0517{text-align:center;line-height:3.25rem;font-size:2.291rem;}#element-1314 .x_75078ccf{color:#4be789;}#element-1315{top:7rem;left:1.5rem;height:12.375rem;width:22rem;z-index:11;color:#000000;font-size:1.1146rem;line-height:1.35rem;text-align:center;}#element-1315 .x_764cc516{text-align:center;line-height:1.375rem;font-size:1.1146rem;}#element-1315 .x_f2074b6c{color:#ffffff;}#page-block-57iln9q50dq{height:318.0625rem;max-width:100%;}#page-block-57iln9q50dq .section-holder-border{border:0;}#page-block-57iln9q50dq .section-block{background:rgb(240,242,244);height:318.0625rem;}#page-block-57iln9q50dq .section-holder-overlay{display:none;}#element-1317{top:1.6875rem;left:1.125rem;height:2.25rem;width:22.5rem;z-index:5;color:#052421;font-size:1.6099rem;line-height:2.275rem;text-align:center;font-weight:700;}#element-1317 .x_47b745f5{text-align:center;line-height:2.25rem;font-size:1.6099rem;}#element-1317 strong{font-weight:700;}#element-1317.headline{font-weight:700;}#element-1581{top:6.1875rem;left:2.5rem;height:13.4375rem;width:19.25rem;z-index:52;}.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-1581 .shape{border:0;background:url(//v.fastcdn.co/u/6f5f942d/65274791-0-AdobeStock-869293527.jpeg) repeat rgb(255,255,255) 98% 91% / cover;}#element-1573{top:36.5rem;left:2.625rem;height:13.4375rem;width:19.125rem;z-index:48;}#element-1573 .shape{border:0;background:url(//v.fastcdn.co/u/6f5f942d/65274792-0-AdobeStock-706490694.jpeg) repeat rgb(255,255,255) 0 54% / cover;}#element-1545{top:65.5625rem;left:2.75rem;height:13.75rem;width:19.125rem;z-index:44;}#element-1545 .shape{border:0;background:url(//v.fastcdn.co/u/6f5f942d/65159550-0-TDK-StockImage.jpg) repeat rgb(255,255,255) 50% 50% / cover;}#element-1575{top:50.25rem;left:2.75rem;height:12.5625rem;width:19.0625rem;z-index:49;}#element-1575 .shape{border:0;background:rgb(11,29,45);opacity:0.91;}#element-1547{top:79.5625rem;left:2.8125rem;height:11.9375rem;width:19.0625rem;z-index:45;}#element-1547 .shape{border:0;background:rgb(27,92,28);opacity:0.91;}#element-1583{top:19.9375rem;left:2.625rem;height:14rem;width:19.125rem;z-index:53;}#element-1583 .shape{border:0;background:rgb(27,92,28);opacity:0.91;}#element-1585{top:21.125rem;left:4rem;height:3.25rem;width:16.5625rem;z-index:54;color:#FFFFFF;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1585 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1585 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1585 strong{font-weight:700;}#element-1585.paragraph{font-weight:400;}#element-1577{top:51.375rem;left:3.6875rem;height:1.625rem;width:17.3125rem;z-index:50;color:#FFFFFF;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1577 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1577 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1577 .x_fb2a6309{text-align:left;font-style:inherit;background-color:transparent;}#element-1577 strong{font-weight:700;}#element-1577.paragraph{font-weight:400;}#element-1549{top:80.625rem;left:3.9375rem;height:1.625rem;width:16.875rem;z-index:46;color:#FFFFFF;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1549 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1549 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1549 strong{font-weight:700;}#element-1549.paragraph{font-weight:400;}#element-1579{top:53.75rem;left:3.625rem;height:7.875rem;width:16.8125rem;z-index:51;color:#FFFFFF;font-size:0.805rem;line-height:1.3rem;text-align:left;}#element-1579 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1579 strong{font-weight:700;}#element-1551{top:82.6875rem;left:3.9375rem;height:7.875rem;width:16rem;z-index:47;color:#FFFFFF;font-size:0.805rem;line-height:1.3rem;text-align:left;}#element-1551 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1551 strong{font-weight:700;}#element-1587{top:24.8125rem;left:3.625rem;height:7.875rem;width:16.875rem;z-index:55;color:#FFFFFF;font-size:0.805rem;line-height:1.3rem;text-align:left;}#element-1587 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1587 strong{font-weight:700;}#element-1506{top:203.8125rem;left:2.875rem;height:11rem;width:19.125rem;z-index:24;}#element-1506 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1535{top:94rem;left:2.875rem;height:13.5625rem;width:19.0625rem;z-index:40;}#element-1535 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1321{top:119.875rem;left:2.8125rem;height:15.8125rem;width:19.125rem;z-index:12;}#element-1321 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1537{top:107.875rem;left:2.8125rem;height:9.6875rem;width:19.0625rem;z-index:41;}#element-1537 .shape{border:0;background:rgb(11,29,45);opacity:0.91;}#element-1422{top:136.125rem;left:2.8125rem;height:9.6875rem;width:19.0625rem;z-index:13;}#element-1422 .shape{border:0;background:rgb(27,92,28);opacity:0.91;}#element-1508{top:215.3125rem;left:2.875rem;height:12.3125rem;width:19.0625rem;z-index:25;}#element-1508 .shape{border:0;background:rgb(11,29,45);opacity:0.91;}#element-1539{top:108.5rem;left:3.75rem;height:1.625rem;width:18.1875rem;z-index:42;color:#FFFFFF;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1539 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1539 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1539 strong{font-weight:700;}#element-1539.paragraph{font-weight:400;}#element-1319{top:136.9375rem;left:3.75rem;height:1.375rem;width:17.5rem;z-index:14;color:#FFFFFF;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1319 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1319 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1319 strong{font-weight:700;}#element-1319.paragraph{font-weight:400;}#element-1510{top:215.9375rem;left:3.6875rem;height:1.625rem;width:18.1875rem;z-index:26;color:#FFFFFF;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1510 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1510 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1510 .x_f2074b6c{color:#ffffff;}#element-1510 strong{font-weight:700;}#element-1510.paragraph{font-weight:400;}#element-1512{top:217.75rem;left:3.6875rem;height:9.1875rem;width:17.375rem;z-index:27;color:#37465A;font-size:0.805rem;line-height:1.3rem;text-align:left;}#element-1512 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1512 .x_f2074b6c{color:#ffffff;}#element-1512 strong{font-weight:700;}#element-1541{top:110.3125rem;left:3.875rem;height:6.5625rem;width:16.0625rem;z-index:43;color:#FFFFFF;font-size:0.805rem;line-height:1.3rem;text-align:left;}#element-1541 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1541 strong{font-weight:700;}#element-1365{top:138.8125rem;left:3.75rem;height:5.625rem;width:17.5rem;z-index:15;color:#FFFFFF;font-size:0.805rem;line-height:1.1375rem;text-align:left;}#element-1365 .x_ff17dd85{text-align:left;line-height:1.125rem;font-size:0.805rem;}#element-1365 strong{font-weight:700;}#element-1514{top:230.375rem;left:2.75rem;height:12.1875rem;width:19.25rem;z-index:28;}#element-1514 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1366{top:148.25rem;left:2.8125rem;height:15.3125rem;width:18.9375rem;z-index:16;}#element-1366 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1525{top:289.5625rem;left:2.8125rem;height:14.6875rem;width:19.25rem;z-index:36;}#element-1525 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1526{top:304.5625rem;left:2.8125rem;height:9.3125rem;width:19.25rem;z-index:37;}#element-1526 .shape{border:0;background:rgb(27,92,28);opacity:0.91;}#element-1516{top:242.875rem;left:2.8125rem;height:13.4375rem;width:19.0625rem;z-index:29;}#element-1516 .shape{border:0;background:rgb(27,92,28);opacity:0.91;}#element-1421{top:164rem;left:2.875rem;height:9.3125rem;width:18.875rem;z-index:17;}#element-1421 .shape{border:0;background:rgb(11,29,45);opacity:0.91;}#element-1518{top:243.875rem;left:3.9375rem;height:1.625rem;width:17.1875rem;z-index:30;color:#FFFFFF;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1518 .contents a{color:#FFFFFF;}#element-1518 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1518 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1518 .x_f2074b6c{color:#ffffff;}#element-1518 strong{font-weight:700;}#element-1518.paragraph{font-weight:400;}#element-1368{top:164.875rem;left:3.625rem;height:1.375rem;width:17.5rem;z-index:18;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 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1368 .x_f2074b6c{color:#ffffff;}#element-1368 strong{font-weight:700;}#element-1368.paragraph{font-weight:400;}#element-1527{top:305.6875rem;left:3.375rem;height:1.625rem;width:19.125rem;z-index:38;color:#FFFFFF;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1527 .contents a{color:#FFFFFF;}#element-1527 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1527 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1527 strong{font-weight:700;}#element-1527.paragraph{font-weight:400;}#element-1520{top:246rem;left:3.9375rem;height:9.1875rem;width:17.5rem;z-index:31;color:#FFFFFF;font-size:0.805rem;line-height:1.3rem;text-align:left;}#element-1520 .contents a{color:#111C47;}#element-1520 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1520 .x_f2074b6c{color:#ffffff;}#element-1520 strong{font-weight:700;}#element-1369{top:166.875rem;left:3.625rem;height:4.5rem;width:17.5rem;z-index:19;color:#37465A;font-size:0.805rem;line-height:1.1375rem;text-align:left;}#element-1369 .x_ff17dd85{text-align:left;line-height:1.125rem;font-size:0.805rem;}#element-1369 .x_f2074b6c{color:#ffffff;}#element-1369 strong{font-weight:700;}#element-1528{top:307.75rem;left:3.375rem;height:5.25rem;width:17.8125rem;z-index:39;color:#FFFFFF;font-size:0.805rem;line-height:1.3rem;text-align:left;}#element-1528 .contents a{color:#111C47;}#element-1528 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1528 .x_f2074b6c{color:#ffffff;}#element-1528 strong{font-weight:700;}#element-1521{top:258.6875rem;left:2.75rem;height:16.9375rem;width:19.3125rem;z-index:32;}#element-1521 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1370{top:175.625rem;left:2.875rem;height:13.8125rem;width:18.9375rem;z-index:20;}#element-1370 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1522{top:275.9375rem;left:2.75rem;height:11rem;width:19.25rem;z-index:33;}#element-1522 .shape{border:0;background:rgb(11,29,45);opacity:0.91;}#element-1420{top:189.6875rem;left:2.875rem;height:11.5625rem;width:18.875rem;z-index:21;}#element-1420 .shape{border:0;background:rgb(27,92,28);opacity:0.91;}#element-1372{top:190.3125rem;left:3.5rem;height:1.375rem;width:17.125rem;z-index:22;color:#FFFFFF;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1372 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1372 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1372 strong{font-weight:700;}#element-1372.paragraph{font-weight:400;}#element-1523{top:277.125rem;left:3.875rem;height:1.375rem;width:17.5rem;z-index:34;color:#FFFFFF;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1523 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1523 strong{font-weight:700;}#element-1523.paragraph{font-weight:400;}#element-1373{top:192rem;left:3.5rem;height:7.875rem;width:17.75rem;z-index:23;color:#FFFFFF;font-size:0.805rem;line-height:1.1375rem;text-align:left;}#element-1373 .x_ff17dd85{text-align:left;line-height:1.125rem;font-size:0.805rem;}#element-1373 strong{font-weight:700;}#element-1524{top:278.8125rem;left:3.875rem;height:6.5625rem;width:17.3125rem;z-index:35;color:#37465A;font-size:0.805rem;line-height:1.3rem;text-align:left;}#element-1524 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1524 .x_f2074b6c{color:#ffffff;}#element-1524 strong{font-weight:700;}#page-block-zlwfrls31tr{height:15.5rem;max-width:100%;}#page-block-zlwfrls31tr .section-holder-border{border:0;}#page-block-zlwfrls31tr .section-block{background:rgb(255,255,255);height:15.5rem;}#page-block-zlwfrls31tr .section-holder-overlay{display:none;}#element-406{top:2.5rem;left:1.25rem;height:3.125rem;width:22.5rem;z-index:4;color:#37465A;font-size:1.1146rem;line-height:1.575rem;text-align:center;}#element-406 .x_bcbce646{text-align:center;line-height:1.5625rem;font-size:1.1146rem;}#element-736{top:7rem;left:6.5625rem;height:2.1875rem;width:11.875rem;z-index:8;}.btn-shadow{box-shadow:0 1px 3px rgba(1,1,1,0.5);}#element-736 .btn.btn-effect3d:active{box-shadow:none;}#element-736 .btn:hover{background:#65B466;color:#FFFFFF;}#element-736 .btn{background:linear-gradient(#397A3A,#1B5C1C 50%);color:#FFFFFF;font-size:0.9907rem;font-family:"Open Sans";font-weight:400;font-style:normal;height:2.1875rem;width:11.875rem;border-radius:0;}#element-409{top:10.5rem;left:6.5625rem;height:2.1875rem;width:11.875rem;z-index:6;}#element-409 .btn.btn-effect3d:active{box-shadow:none;}#element-409 .btn:hover{background:#65B466;color:#FFFFFF;}#element-409 .btn{background:linear-gradient(#397A3A,#1B5C1C 50%);color:#FFFFFF;font-size:0.9907rem;font-family:"Open Sans";font-weight:400;font-style:normal;height:2.1875rem;width:11.875rem;border-radius:0;}#page-block-w36ae9zapro{height:3.1875rem;max-width:100%;}#page-block-w36ae9zapro .section-holder-border{border:0;}#page-block-w36ae9zapro .section-block{background:rgb(5,36,33);height:3.1875rem;}#page-block-w36ae9zapro .section-holder-overlay{display:none;}#element-179{top:1.125rem;left:1.75rem;height:1.1875rem;width:21.5625rem;z-index:3;color:#4BE789;font-size:0.9907rem;line-height:1.2rem;text-align:left;}#element-179 .x_6592d9fc{text-align:left;line-height:1.1875rem;font-size:0.9907rem;}#element-179 .x_9d468de0{color:#52bcea;}#page-block-w63ic09hk2{height:9.625rem;max-width:100%;}#page-block-w63ic09hk2 .section-holder-border{border:0;}#page-block-w63ic09hk2 .section-block{background:none;height:9.625rem;}#page-block-w63ic09hk2 .section-holder-overlay{display:none;}#element-684{top:1.9375rem;left:0.9375rem;height:6.0625rem;width:22.5rem;z-index:7;}.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-ectmhue2w2{height:6rem;max-width:100%;}#page-block-ectmhue2w2 .section-holder-border{border:0;}#page-block-ectmhue2w2 .section-block{background:rgb(5,36,33);height:6rem;}#page-block-ectmhue2w2 .section-holder-overlay{display:none;}#element-1310{top:1rem;left:1.0625rem;height:3.8125rem;width:11.0625rem;z-index:9;}#page_block_header{height:20.1875rem;max-width:100%;}#page_block_header .section-holder-border{border:0;}#page_block_header .section-block{background:repeat 56% 46% / cover fixed;background-image:url(//v.fastcdn.co/u/6f5f942d/64721067-0-AdobeStock-676930830.jpeg),url(//v.fastcdn.co/t/6f5f942d/be8627bd/1732898931-64721067-ghost-AdobeStock-676930830.jpeg);height:20.1875rem;}#page_block_header .section-holder-overlay{opacity:0.8;background-color:#0B1D2D;display:block;}#element-1314{top:2.75rem;left:-0.0625rem;height:6.125rem;width:38.0625rem;z-index:10;color:#37465A;font-size:3.7771rem;line-height:6.1rem;text-align:left;}#element-1314 .x_cbf23cdd{text-align:left;line-height:6.125rem;font-size:3.7771rem;}#element-1314 .x_75078ccf{color:#4be789;}#element-1315{top:8.875rem;left:-0.0625rem;height:7.75rem;width:59.875rem;z-index:11;color:#000000;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-1315 .x_6a72b5c9{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1315 .x_f2074b6c{color:#ffffff;}#page-block-57iln9q50dq{height:129.5rem;max-width:100%;}#page-block-57iln9q50dq .section-holder-border{border:0;}#page-block-57iln9q50dq .section-block{background:rgb(240,242,244);height:129.5rem;}#page-block-57iln9q50dq .section-holder-overlay{display:none;}#element-1317{top:2.375rem;left:-0.0625rem;height:2.875rem;width:60rem;z-index:5;color:#052421;font-size:2.3529rem;line-height:2.85rem;text-align:center;font-weight:700;}#element-1317 .x_b614627d{text-align:center;line-height:2.875rem;font-size:2.3529rem;}#element-1317 strong{font-weight:700;}#element-1317.headline{font-weight:700;}#element-1581{top:15rem;left:0.125rem;height:13.4375rem;width:18.3125rem;z-index:52;}#element-1581 .shape{border:0;background:url(//v.fastcdn.co/u/6f5f942d/65274791-0-AdobeStock-869293527.jpeg) repeat rgb(255,255,255) 98% 91% / cover;}#element-1573{top:15rem;left:20.4375rem;height:13.4375rem;width:18.1875rem;z-index:48;}#element-1573 .shape{border:0;background:url(//v.fastcdn.co/u/6f5f942d/65274792-0-AdobeStock-706490694.jpeg) repeat rgb(255,255,255) 0 54% / cover;}#element-1545{top:15rem;left:40.875rem;height:13.4375rem;width:18.6875rem;z-index:44;}#element-1545 .shape{border:0;background:url(//v.fastcdn.co/u/6f5f942d/65159550-0-TDK-StockImage.jpg) repeat rgb(255,255,255) 50% 50% / cover;}#element-1575{top:28.75rem;left:20.375rem;height:11rem;width:18.3125rem;z-index:49;}#element-1575 .shape{border:0;background:rgb(11,29,45);opacity:0.91;}#element-1547{top:28.75rem;left:40.875rem;height:11rem;width:18.6875rem;z-index:45;}#element-1547 .shape{border:0;background:rgb(27,92,28);opacity:0.91;}#element-1583{top:28.8125rem;left:0.125rem;height:11rem;width:18.3125rem;z-index:53;}#element-1583 .shape{border:0;background:rgb(27,92,28);opacity:0.91;}#element-1585{top:29.5rem;left:1.25rem;height:2.625rem;width:17.25rem;z-index:54;color:#FFFFFF;font-size:0.805rem;line-height:1.3rem;text-align:left;font-weight:400;}#element-1585 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1585 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1585 strong{font-weight:700;}#element-1585.paragraph{font-weight:400;}#element-1577{top:29.5rem;left:21.6875rem;height:1.3125rem;width:14.6875rem;z-index:50;color:#FFFFFF;font-size:0.805rem;line-height:1.3rem;text-align:left;font-weight:400;}#element-1577 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1577 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1577 .x_fb2a6309{text-align:left;font-style:inherit;background-color:transparent;}#element-1577 strong{font-weight:700;}#element-1577.paragraph{font-weight:400;}#element-1549{top:29.625rem;left:42.5rem;height:1.3125rem;width:14.75rem;z-index:46;color:#FFFFFF;font-size:0.805rem;line-height:1.3rem;text-align:left;font-weight:400;}#element-1549 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1549 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1549 strong{font-weight:700;}#element-1549.paragraph{font-weight:400;}#element-1579{top:31.25rem;left:21.6875rem;height:7.125rem;width:15.6875rem;z-index:51;color:#FFFFFF;font-size:0.743rem;line-height:1.2rem;text-align:left;}#element-1579 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1579 strong{font-weight:700;}#element-1551{top:31.3125rem;left:42.5rem;height:7.125rem;width:15.3125rem;z-index:47;color:#FFFFFF;font-size:0.743rem;line-height:1.2rem;text-align:left;}#element-1551 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1551 strong{font-weight:700;}#element-1587{top:32.6875rem;left:1.1875rem;height:5.625rem;width:16rem;z-index:55;color:#FFFFFF;font-size:0.6811rem;line-height:1.1rem;text-align:left;}#element-1587 .x_7b84e050{text-align:left;line-height:1.125rem;font-size:0.6811rem;}#element-1587 strong{font-weight:700;}#element-1506{top:41.875rem;left:40.8125rem;height:13.75rem;width:19.125rem;z-index:24;}#element-1506 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1535{top:42.1875rem;left:0.0625rem;height:13.4375rem;width:18.375rem;z-index:40;}#element-1535 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1321{top:42.1875rem;left:20.375rem;height:13.4375rem;width:18.1875rem;z-index:12;}#element-1321 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1537{top:55.875rem;left:0.125rem;height:11rem;width:18.3125rem;z-index:41;}#element-1537 .shape{border:0;background:rgb(11,29,45);opacity:0.91;}#element-1422{top:55.9375rem;left:20.4375rem;height:11rem;width:18.3125rem;z-index:13;}#element-1422 .shape{border:0;background:rgb(27,92,28);opacity:0.91;}#element-1508{top:55.9375rem;left:40.875rem;height:11rem;width:18.6875rem;z-index:25;}#element-1508 .shape{border:0;background:rgb(11,29,45);opacity:0.91;}#element-1539{top:57.5rem;left:1.875rem;height:1.3125rem;width:18.1875rem;z-index:42;color:#FFFFFF;font-size:0.805rem;line-height:1.3rem;text-align:left;font-weight:400;}#element-1539 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1539 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1539 strong{font-weight:700;}#element-1539.paragraph{font-weight:400;}#element-1319{top:57.5rem;left:21.875rem;height:1.3125rem;width:18.1875rem;z-index:14;color:#FFFFFF;font-size:0.805rem;line-height:1.3rem;text-align:left;font-weight:400;}#element-1319 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1319 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1319 strong{font-weight:700;}#element-1319.paragraph{font-weight:400;}#element-1510{top:57.5rem;left:42.25rem;height:1.3125rem;width:18.1875rem;z-index:26;color:#FFFFFF;font-size:0.805rem;line-height:1.3rem;text-align:left;font-weight:400;}#element-1510 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1510 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1510 .x_f2074b6c{color:#ffffff;}#element-1510 strong{font-weight:700;}#element-1510.paragraph{font-weight:400;}#element-1512{top:58.8125rem;left:42.25rem;height:6.75rem;width:16.125rem;z-index:27;color:#37465A;font-size:0.6811rem;line-height:1.1rem;text-align:left;}#element-1512 .x_7b84e050{text-align:left;line-height:1.125rem;font-size:0.6811rem;}#element-1512 .x_f2074b6c{color:#ffffff;}#element-1512 strong{font-weight:700;}#element-1541{top:59.1875rem;left:1.875rem;height:5.9375rem;width:14.625rem;z-index:43;color:#FFFFFF;font-size:0.743rem;line-height:1.2rem;text-align:left;}#element-1541 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1541 strong{font-weight:700;}#element-1365{top:59.1875rem;left:21.875rem;height:5.9375rem;width:15.625rem;z-index:15;color:#FFFFFF;font-size:0.743rem;line-height:1.2rem;text-align:left;}#element-1365 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1365 strong{font-weight:700;}#element-1514{top:69.1875rem;left:0.0625rem;height:14.5rem;width:18.375rem;z-index:28;}#element-1514 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1366{top:69.25rem;left:20.4375rem;height:14.5rem;width:18.3125rem;z-index:16;}#element-1366 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1525{top:69.25rem;left:40.75rem;height:14.4375rem;width:18.6875rem;z-index:36;}#element-1525 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1526{top:84rem;left:40.75rem;height:10.25rem;width:18.5rem;z-index:37;}#element-1526 .shape{border:0;background:rgb(27,92,28);opacity:0.91;}#element-1516{top:84.0625rem;left:0.0625rem;height:10.25rem;width:18.3125rem;z-index:29;}#element-1516 .shape{border:0;background:rgb(27,92,28);opacity:0.91;}#element-1421{top:84.0625rem;left:20.4375rem;height:10.25rem;width:18.3125rem;z-index:17;}#element-1421 .shape{border:0;background:rgb(11,29,45);opacity:0.91;}#element-1518{top:84.8125rem;left:0.6875rem;height:1.3125rem;width:18.1875rem;z-index:30;color:#FFFFFF;font-size:0.805rem;line-height:1.3rem;text-align:left;font-weight:400;}#element-1518 .contents a{color:#FFFFFF;}#element-1518 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1518 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1518 .x_f2074b6c{color:#ffffff;}#element-1518 strong{font-weight:700;}#element-1518.paragraph{font-weight:400;}#element-1368{top:84.8125rem;left:21.625rem;height:1.3125rem;width:18.5625rem;z-index:18;color:#37465A;font-size:0.805rem;line-height:1.3rem;text-align:left;font-weight:400;}#element-1368 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1368 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1368 .x_f2074b6c{color:#ffffff;}#element-1368 strong{font-weight:700;}#element-1368.paragraph{font-weight:400;}#element-1527{top:84.8125rem;left:42.0625rem;height:1.3125rem;width:18.1875rem;z-index:38;color:#FFFFFF;font-size:0.805rem;line-height:1.3rem;text-align:left;font-weight:400;}#element-1527 .contents a{color:#FFFFFF;}#element-1527 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1527 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1527 strong{font-weight:700;}#element-1527.paragraph{font-weight:400;}#element-1520{top:86.5625rem;left:0.75rem;height:6.75rem;width:17rem;z-index:31;color:#FFFFFF;font-size:0.6811rem;line-height:1.1rem;text-align:left;}#element-1520 .contents a{color:#111C47;}#element-1520 .x_7b84e050{text-align:left;line-height:1.125rem;font-size:0.6811rem;}#element-1520 .x_f2074b6c{color:#ffffff;}#element-1520 strong{font-weight:700;}#element-1369{top:86.5625rem;left:21.5625rem;height:4.75rem;width:16rem;z-index:19;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:left;}#element-1369 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1369 .x_f2074b6c{color:#ffffff;}#element-1369 strong{font-weight:700;}#element-1528{top:86.5625rem;left:42.0625rem;height:4.75rem;width:15.75rem;z-index:39;color:#FFFFFF;font-size:0.743rem;line-height:1.2rem;text-align:left;}#element-1528 .contents a{color:#111C47;}#element-1528 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1528 .x_f2074b6c{color:#ffffff;}#element-1528 strong{font-weight:700;}#element-1521{top:96.5625rem;left:9.875rem;height:14.4375rem;width:18.6875rem;z-index:32;}#element-1521 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1370{top:96.5625rem;left:31rem;height:14.4375rem;width:19.0625rem;z-index:20;}#element-1370 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1522{top:111.3125rem;left:9.875rem;height:10.25rem;width:18.6875rem;z-index:33;}#element-1522 .shape{border:0;background:rgb(11,29,45);opacity:0.91;}#element-1420{top:111.3125rem;left:31rem;height:10.25rem;width:18.875rem;z-index:21;}#element-1420 .shape{border:0;background:rgb(27,92,28);opacity:0.91;}#element-1372{top:111.9375rem;left:32.1875rem;height:1.3125rem;width:18.4375rem;z-index:22;color:#FFFFFF;font-size:0.805rem;line-height:1.3rem;text-align:left;font-weight:400;}#element-1372 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1372 .x_92851e38{text-align:left;background-color:transparent;font-style:inherit;}#element-1372 strong{font-weight:700;}#element-1372.paragraph{font-weight:400;}#element-1523{top:112rem;left:10.9375rem;height:1.3125rem;width:18.1875rem;z-index:34;color:#FFFFFF;font-size:0.805rem;line-height:1.3rem;text-align:left;font-weight:400;}#element-1523 .x_b0120a37{text-align:left;line-height:1.3125rem;font-size:0.805rem;}#element-1523 strong{font-weight:700;}#element-1523.paragraph{font-weight:400;}#element-1373{top:113.25rem;left:32.1875rem;height:7.875rem;width:16.4375rem;z-index:23;color:#FFFFFF;font-size:0.6811rem;line-height:1.1rem;text-align:left;}#element-1373 .x_7b84e050{text-align:left;line-height:1.125rem;font-size:0.6811rem;}#element-1373 strong{font-weight:700;}#element-1524{top:114.0625rem;left:11rem;height:4.75rem;width:16.375rem;z-index:35;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:left;}#element-1524 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1524 .x_f2074b6c{color:#ffffff;}#element-1524 strong{font-weight:700;}#page-block-zlwfrls31tr{height:8.5rem;max-width:100%;}#page-block-zlwfrls31tr .section-holder-border{border:0;}#page-block-zlwfrls31tr .section-block{background:rgb(255,255,255);height:8.5rem;}#page-block-zlwfrls31tr .section-holder-overlay{display:none;}#element-406{top:1.75rem;left:0;height:1.8125rem;width:59.9375rem;z-index:4;color:#37465A;font-size:1.1146rem;line-height:1.8rem;text-align:center;}#element-406 .x_e6507cf2{text-align:center;line-height:1.8125rem;font-size:1.1146rem;}#element-736{top:4.5rem;left:17.375rem;height:2.1875rem;width:11.875rem;z-index:8;}#element-736 .btn.btn-effect3d:active{box-shadow:none;}#element-736 .btn:hover{background:#65B466;color:#FFFFFF;}#element-736 .btn{background:linear-gradient(#397A3A,#1B5C1C 50%);color:#FFFFFF;font-size:0.9907rem;font-family:"Open Sans";font-weight:400;font-style:normal;height:2.1875rem;width:11.875rem;border-radius:0;}#element-409{top:4.5rem;left:30.6875rem;height:2.1875rem;width:11.875rem;z-index:6;}#element-409 .btn.btn-effect3d:active{box-shadow:none;}#element-409 .btn:hover{background:#65B466;color:#FFFFFF;}#element-409 .btn{background:linear-gradient(#397A3A,#1B5C1C 50%);color:#FFFFFF;font-size:0.9907rem;font-family:"Open Sans";font-weight:400;font-style:normal;height:2.1875rem;width:11.875rem;border-radius:0;}#page-block-w36ae9zapro{height:3.75rem;max-width:100%;}#page-block-w36ae9zapro .section-holder-border{border:0;}#page-block-w36ae9zapro .section-block{background:rgb(5,36,33);height:3.75rem;}#page-block-w36ae9zapro .section-holder-overlay{display:none;}#element-179{top:0.9375rem;left:0;height:1.75rem;width:60rem;z-index:3;color:#4BE789;font-size:1.2384rem;line-height:1.75rem;text-align:center;}#element-179 .x_7df451b3{text-align:center;line-height:1.75rem;font-size:1.2384rem;}#element-179 .x_9d468de0{color:#52bcea;}#page-block-w63ic09hk2{height:8.1875rem;max-width:100%;}#page-block-w63ic09hk2 .section-holder-border{border:0;}#page-block-w63ic09hk2 .section-block{background:none;height:8.1875rem;}#page-block-w63ic09hk2 .section-holder-overlay{display:none;}#element-684{top:0.9375rem;left:0;height:6.0625rem;width:60.0625rem;z-index:7;}} </style> <script data-cfasync="false" > window.__variantsData = [ { name: 'A', chance: 100 } ]; window.__page_id = 23904342; window.__customer_id = 1355093; window.__default_experience_id = 23904342; window.__version = 64; window.__variant = "A"; window.__variant_id = 1; window.__variant_custom_name = "Variation A"; window.__preview = false; window.__page_type = 2; window.__variant_hash = "7702469f8f613d5156f1c25f6de1f3fad2d25ed0"; 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":23904342,"publishedVersion":64,"variationName":"A","variationId":1,"linkedVariationId":2,"variation":"A","trackedLinks":[{"href":"https://marketing.wtwhmedia.com/","id":"dc14u1emov","type":"url","track":true,"targetNewWindow":true,"passParameters":false}],"allLinks":[{"href":"https://www.eeworldonline.com/","ariaLabel":"","id":"zqk0fzs97gj","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://eeworldonline.tradepub.com/free/w_defa7551/","ariaLabel":"","id":"fuqkxgpc1vu","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://eeworldonline.tradepub.com/free/w_defa7552/","ariaLabel":"","id":"q9cecjx1rar","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://eeworldonline.tradepub.com/free/w_sdps03/","ariaLabel":"","id":"psxyiprfbfh","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://eeworldonline.tradepub.com/free/w_defa6026/?p=w_defa6026","ariaLabel":"","id":"fyuwr8wqjun","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://dw-resources.designworldonline.com/free/w_defa2978/","ariaLabel":"","id":"yz4napr86x","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://eeworldonline.tradepub.com/free/w_defa2728/","ariaLabel":"","id":"0mx3ywclmjek","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://eeworldonline.tradepub.com/free/w_defa3475/","ariaLabel":"","id":"o5xiv9w81ki","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://eeworldonline.tradepub.com/free/w_defa4462/","ariaLabel":"","id":"p7zerkibfim","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://eeworldonline.tradepub.com/free/w_rene01/","ariaLabel":"","id":"ln3jlxpsulp","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://eeworldonline.tradepub.com/free/w_defa3554/","ariaLabel":"","id":"o8ce56mqoqn","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://eeworldonline.tradepub.com/free/w_defa3337/","ariaLabel":"","id":"ouxuy8x4z","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.designworldonline.com/design-guide-library","ariaLabel":"","id":"yvd12zn96i","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.fluidpowerworld.com/design-guide-library","ariaLabel":"","id":"ifceyx0cg19","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://marketing.wtwhmedia.com/","id":"dc14u1emov","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.eeworldonline.com/","ariaLabel":"","id":"ajt7f3l6vdf","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.bcf03997485feb49f2c7.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--> <!-- Google Code for MCT Campaign Conversion Page In your html page, add the snippet and call goog_report_conversion when someone clicks on the chosen link or button. --> <script data-cfasync="false" type="text/javascript"> /* <![CDATA[ */ goog_snippet_vars = function() { var w = window; w.google_conversion_id = 868946953; w.google_conversion_label = "WKY5CNqZmWwQiaisngM"; w.google_remarketing_only = false; } // DO NOT CHANGE THE CODE BELOW. goog_report_conversion = function(url) { goog_snippet_vars(); window.google_conversion_format = "3"; var opt = new Object(); opt.onload_callback = function() { if (typeof(url) != 'undefined') { window.location = url; } } var conv_handler = window['google_trackConversion']; if (typeof(conv_handler) == 'function') { conv_handler(opt); } } /* ]]> */ </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion_async.js"> </script> <!-- end custom BODY code--> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MRMQ5MS" 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-ectmhue2w2" 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-1310"> <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-zqk0fzs97gj" data-at="image-link" data-link-zqk0fzs97gj target="_blank" > <img class="item-content-box item-block image " data-at="image" alt="" src="//v.fastcdn.co/t/6f5f942d/be8627bd/1732898931-64745861-177x61-EEworld-online-white.png" srcset="//v.fastcdn.co/t/6f5f942d/be8627bd/1732898931-64745861-177x61-EEworld-online-white.png 2x" > </a> </div> </div> </div> </div> </section> <section class="section section-relative " id="page_block_header" 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-1314" data-at="headline"> <div class="contents"> <h1> <span class="x_cbf23cdd x_d18c0517"><span class="x_75078ccf">DESIGN GUIDE LIBRARY</span></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-1315" data-at="paragraph"> <div class="contents"> <p class="x_6a72b5c9 x_764cc516"><span class="x_f2074b6c">Download the PDFs below and elevate your electronics expertise with these resources designed to give valuable insights into the components and technologies used across various applications, including telecom, automotive, industrial, AR/VR, data centers, consumer, medical, renewable energy, and more.</span></p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-57iln9q50dq" 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-1317" data-at="headline"> <div class="contents"> <h1> <span class="x_b614627d x_47b745f5">CATEGORIES</span> </h1> </div> </div> <div class="widget item-absolute " id="element-1581"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1573"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1545"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1575"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1547"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1583"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute paragraph " id="element-1585" data-at="paragraph"> <div class="contents"> <p class="x_b0120a37 x_fae6260b"><strong class="x_92851e38"><a href="https://eeworldonline.tradepub.com/free/w_defa7551/" id="link-fuqkxgpc1vu" target="_blank" data-link-fuqkxgpc1vu class="url-link">CURRENT &amp; TEMPERATURE&nbsp;SENSING&nbsp;➝</a></strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1577" data-at="paragraph"> <div class="contents"> <p class="x_b0120a37 x_fae6260b"><a href="https://eeworldonline.tradepub.com/free/w_defa7552/" id="link-q9cecjx1rar" data-link-q9cecjx1rar class="url-link"><strong class="x_92851e38">EV BATTERY MANAGEMENT</strong><strong class="x_fb2a6309">&nbsp;➝</strong></a></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1549" data-at="paragraph"> <div class="contents"> <p class="x_b0120a37 x_fae6260b"><strong class="x_92851e38"><a href="https://eeworldonline.tradepub.com/free/w_sdps03/" id="link-psxyiprfbfh" target="_blank" data-link-psxyiprfbfh class="url-link">SINGLE-PAIR&nbsp;ETHERNET&nbsp;➝</a></strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1579" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_b0120a37">This Design Guide has been crafted to provide you with a comprehensive understanding of battery management systems, equipping you with the knowledge to enhance your electric vehicle designs effectively.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1551" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_b0120a37">Single-Pair Ethernet (SPE) is revolutionizing industrial connectivity, but its design can be challenging due to complex power, data, and EMC requirements. This Design Guide is your key to mastering SPE technology.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1587" data-at="paragraph"> <div class="contents"> <p class="x_7b84e050 x_b0120a37">The concept of temperature is used to determine the expected direction of heat. When molecules and atoms move relatively fast, there is a higher average kinetic energy. Download this design guide to learn more.</p> </div> </div> <div class="widget item-absolute " id="element-1506"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/59285102-0-AdobeStock-335969236.jpg" ></div> </div> <div class="widget item-absolute " id="element-1535"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64839308-0-PICO---cropped-for-l.jpg" ></div> </div> <div class="widget item-absolute " id="element-1321"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64747379-0-AdobeStock-157523990.jpeg" ></div> </div> <div class="widget item-absolute " id="element-1537"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1422"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1508"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute paragraph " id="element-1539" data-at="paragraph"> <div class="contents"> <p class="x_b0120a37 x_fae6260b"><strong class="x_92851e38"><a href="https://eeworldonline.tradepub.com/free/w_defa6026/?p=w_defa6026" id="link-fyuwr8wqjun" target="_blank" data-link-fyuwr8wqjun class="url-link">USB-BASED&nbsp;OSCILLOSCOPES&nbsp;➝</a></strong><br></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1319" data-at="paragraph"> <div class="contents"> <p class="x_b0120a37 x_0a34168d"><strong class="x_92851e38"><a href="https://dw-resources.designworldonline.com/free/w_defa2978/" id="link-yz4napr86x" target="_blank" data-link-yz4napr86x class="url-link">LINEAR&nbsp;POSITION&nbsp;SENSORS&nbsp;➝</a></strong><br></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1510" data-at="paragraph"> <div class="contents"> <p class="x_b0120a37 x_fae6260b"><strong class="x_92851e38"><span class="x_f2074b6c"><a href="https://eeworldonline.tradepub.com/free/w_defa2728/" id="link-0mx3ywclmjek" target="_blank" data-link-0mx3ywclmjek class="url-link">WIFI &amp; THE IOT ➝</a></span></strong><br></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1512" data-at="paragraph"> <div class="contents"> <p class="x_7b84e050 x_b0120a37"><span class="x_f2074b6c">Covers the following topics: What to consider when selecting a Wi-Fi antenna; The basics of Wi-Fi security and encryption; How to extend, boost and repeat Wi-Fi signals ; Wi-Fi by the numbers; What’s new with Wi-Fi 6?; Focus on high-efficiency ... and more.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1541" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_b0120a37">Covering USB oscilloscopes and the hardware used with the instrument, the available specialist software, and measurements that are key to any oscilloscope.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1365" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_ff17dd85">Details&nbsp;some of the most common sensing options for tracking linear position and travel … including variations based on capacitive, eddy current, Hall effect, and inductive technologies.&nbsp;</p> </div> </div> <div class="widget item-absolute " id="element-1514"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/49129325-0-5G.jpg" ></div> </div> <div class="widget item-absolute " id="element-1366"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64747377-0-AdobeStock-459510734.jpeg" ></div> </div> <div class="widget item-absolute " id="element-1525"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/62499395-0-AdobeStock-509208818.jpeg" ></div> </div> <div class="widget item-absolute " id="element-1526"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1516"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1421"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute paragraph " id="element-1518" data-at="paragraph"> <div class="contents"> <p class="x_b0120a37 x_fae6260b"><strong class="x_92851e38"><span class="x_f2074b6c"><a href="https://eeworldonline.tradepub.com/free/w_defa3475/" id="link-o5xiv9w81ki" target="_blank" data-link-o5xiv9w81ki class="url-link">5G CONNECTIVITY ➝</a></span></strong><br></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1368" data-at="paragraph"> <div class="contents"> <p class="x_b0120a37 x_0a34168d"><strong class="x_92851e38"><span class="x_f2074b6c"><a href="https://eeworldonline.tradepub.com/free/w_defa4462/" id="link-p7zerkibfim" target="_blank" data-link-p7zerkibfim class="url-link">LITHIUM BATTERIES ➝</a></span></strong><br></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1527" data-at="paragraph"> <div class="contents"> <p class="x_b0120a37 x_fae6260b"><strong class="x_92851e38"><a href="https://eeworldonline.tradepub.com/free/w_rene01/" id="link-ln3jlxpsulp" target="_blank" data-link-ln3jlxpsulp class="url-link">BLUETOOTH&nbsp;&amp; CONNECTIVITY&nbsp;➝</a></strong><br></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1520" data-at="paragraph"> <div class="contents"> <p class="x_7b84e050 x_b0120a37"><span class="x_f2074b6c">Details technical challenges and solutions of making 5G connections reliable with the speed and power required. This includes measuring signals and power, integrating GHz connectors, the components required for 5G systems, and beamforming and precoding technologies.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1369" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_ff17dd85"><span class="x_f2074b6c">Presents tutorials that address challenges from durability to safety to battery chemistries — a foundation of what you need to know to charge your designs.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1528" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_b0120a37"><span class="x_f2074b6c">Presents the technology fine points aimed at helping you and your designs keep pace and stay competitive in the fast-changing world of connectivity.</span></p> </div> </div> <div class="widget item-absolute " id="element-1521"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64745145-0-029-CNC-machine-tool.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/47877115-0-25-Helukabel-trends-.jpg" ></div> </div> <div class="widget item-absolute " id="element-1522"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1420"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute paragraph " id="element-1372" data-at="paragraph"> <div class="contents"> <p class="x_b0120a37 x_0a34168d"><strong class="x_92851e38"><a href="https://eeworldonline.tradepub.com/free/w_defa3554/" id="link-o8ce56mqoqn" target="_blank" data-link-o8ce56mqoqn class="url-link">CONNECTORS&nbsp;➝</a></strong><br></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1523" data-at="paragraph"> <div class="contents"> <p class="x_b0120a37 x_0a34168d"><strong ><a href="https://eeworldonline.tradepub.com/free/w_defa3337/" id="link-ouxuy8x4z" target="_blank" data-link-ouxuy8x4z class="url-link">RELAYS&nbsp;➝</a></strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1373" data-at="paragraph"> <div class="contents"> <p class="x_7b84e050 x_ff17dd85">Helps you answer some of the “What, When, Why” questions around connectors, particularly in industrial applications—from what the coding means on M12 connectors to why D-sub connector nomenclature can vary so widely, to when sealed connectors make sense and what type to choose.&nbsp;</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1524" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_b0120a37"><span class="x_f2074b6c">Presents not just the basics of this not-so-basic device, but key criteria to help you choose the best relay for your application, be it electromechanical or solid-state.</span></p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-zlwfrls31tr" 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 paragraph " id="element-406" data-at="paragraph"> <div class="contents"> <p class="x_e6507cf2 x_bcbce646">Check out our Design&nbsp;World &amp; Fluid Power&nbsp;World Design Guide Libraries:</p> </div> </div> <div class="widget item-absolute " id="element-736"> <a href="https://www.designworldonline.com/design-guide-library" id="link-yvd12zn96i" target="_blank" class="url-link btn item-block" data-at="button" data-link-yvd12zn96i > Design World </a> </div> <div class="widget item-absolute " id="element-409"> <a href="https://www.fluidpowerworld.com/design-guide-library" id="link-ifceyx0cg19" target="_blank" class="url-link btn item-block" data-at="button" data-link-ifceyx0cg19 > Fluid Power World </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-w36ae9zapro" 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-179" data-at="headline"> <div class="contents"> <h1> <span class="x_7df451b3 x_6592d9fc"><a href="https://marketing.wtwhmedia.com/" id="link-dc14u1emov" target="_blank" data-link-dc14u1emov class="url-link">MARKETING.WTWHMEDIA.COM</a><span class="x_9d468de0">&nbsp; &nbsp;</span>•<span class="x_9d468de0">&nbsp; &nbsp;</span><a href="https://www.eeworldonline.com/" id="link-ajt7f3l6vdf" target="_blank" data-link-ajt7f3l6vdf class="url-link">EEWORLDONLINE.COM</a></span> </h1> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-w63ic09hk2" 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-684"> <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.14973f8f195e25e002ff.js"></script> <script data-cfasync="false" async defer src="//g.fastcdn.co/js/LazyImage.1470821ac6d14a0ac5ed.js"></script> <script data-cfasync="false" src="//g.fastcdn.co/js/Links.c1a9dcf75cfbd1ae01c0.js"></script> <script data-cfasync="false" async src="https://heatmap-events-collector.instapage.com/static/lib.js"></script> <!-- Generated at: 2024-11-29T16:48:57.556Z --> <!-- --> <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:'9133e849f94d53f1',t:'MTczOTc3NTY5OS4wMDAwMDA='};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