CINXE.COM
EE Classroom - Circuit Protection
<!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 explore some basics, tools, and potential “zap!” scenarios designed to help you navigate the intricacies of circuit protection. Whether you’re a seasoned engineer or a newcomer to the field, our tutorials will empower you to design your electronics safely and confidently." /> <meta name="keywords" content="fuses, evs, surge protection, overvoltage, esd, wireless charging" /> <link rel="canonical" href="https://www.eeworldonline.com/circuit-protection-classroom"> <link rel="shortcut icon" href="//v.fastcdn.co/u/6f5f942d/42923436-0-mc-favicon.png" type="image/ico"> <title>EE Classroom - Circuit Protection</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/circuit-protection-classroom"> <link rel="preload" as="script" href="//g.fastcdn.co/js/utils.b4c8feedb36b8ec3c007.js"></link> <link rel="preload" as="script" href="//g.fastcdn.co/js/Cradle.c9144221d5b5d6147353.js"></link> <link rel="preconnect dns-prefetch" href="https://fonts.gstatic.com" crossorigin></link> <!-- Google Tag Manager --> <script data-cfasync="false" > function setupGTM() { (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5XFMW25'); } setupGTM(); </script> <!-- End Google Tag Manager --> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap"/><link media="print" onload="this.media='all'" type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap"/><noscript><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap"/></noscript> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,400italic,500,500italic,700,700italic,900,900italic&display=swap"/><link media="print" onload="this.media='all'" type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,400italic,500,500italic,700,700italic,900,900italic&display=swap"/><noscript><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,400italic,500,500italic,700,700italic,900,900italic&display=swap"/></noscript> <style type="text/css" media="screen"> body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;width:100%;font-family:Arial;font-weight:400;background:rgb(255,255,255);}a{text-decoration:none;color:inherit;}a:not(.btn):hover{text-decoration:underline;}input,select,textarea,p,h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit;}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{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;}.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:10.375rem;max-width:100%;}#page-block-6mrf768uimo .section-holder-border{border:0;}#page-block-6mrf768uimo .section-block{background:rgb(255,255,255);height:10.375rem;}#page-block-6mrf768uimo .section-holder-overlay{display:none;}#element-594{top:2.5rem;left:4.6875rem;height:5.375rem;width:15.625rem;z-index:11;}#element-743{top:9.75rem;left:1.25rem;height:2.625rem;width:22.5rem;z-index:13;color:#37465A;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-743 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-743 .x_25830ed5{color:#008752;}#page-block-i78rc6odich{height:67.125rem;max-width:100%;}#page-block-i78rc6odich .section-holder-border{border:0;}#page-block-i78rc6odich .section-block{background:rgb(255,255,255);height:67.125rem;}#page-block-i78rc6odich .section-holder-overlay{display:none;}#element-947{top:13.9375rem;left:1.25rem;height:2.4375rem;width:22.5rem;z-index:10;color:#37465A;font-size:1.7337rem;line-height:2.45rem;text-align:left;}#element-947 .x_027b22ed{text-align:left;line-height:2.4375rem;font-size:1.7337rem;}#element-947 .x_2237cc08{color:#989fa6;}#element-949{top:2.5rem;left:5.0625rem;height:8.1481rem;width:12.9375rem;z-index:62;}#element-950{top:16.875rem;left:1.25rem;height:1.5rem;width:22.5rem;z-index:67;color:#FFFFFF;font-size:1.2384rem;line-height:1.5rem;text-align:left;}#element-950 .x_caa00007{text-align:left;line-height:1.5rem;font-size:1.2384rem;}#element-950 .x_7b2817bf{color:#000000;}#element-943{top:18.375rem;left:4.625rem;height:15.625rem;width:15.625rem;z-index:3;}#element-944{top:39.75rem;left:1.25rem;height:18.75rem;width:22.5rem;z-index:4;color:#FFFFFF;font-size:1.0526rem;line-height:1.275rem;text-align:left;}#element-944 .x_3b27255f{text-align:left;line-height:1.25rem;font-size:1.0526rem;}#element-944 .x_7b2817bf{color:#000000;}#element-945{top:34rem;left:7.375rem;height:1.8125rem;width:14.3125rem;z-index:5;color:#FFFFFF;font-size:1.3003rem;line-height:1.8375rem;text-align:left;}#element-945 .x_d32da229{text-align:left;line-height:1.8125rem;font-size:1.3003rem;}#element-945 .x_2237cc08{color:#989fa6;}#element-946{top:36.25rem;left:5.9375rem;height:1.25rem;width:14.3125rem;z-index:7;color:#FFFFFF;font-size:0.8669rem;line-height:1.225rem;text-align:center;}#element-946 .x_c5f0bf77{text-align:center;line-height:1.25rem;font-size:0.8669rem;}#element-946 .x_2237cc08{color:#989fa6;}#element-948{top:60.3125rem;left:6.5625rem;height:auto;width:auto;z-index:60;}.social{transform-origin:top left;}.social-item{vertical-align:top;}.horizontal .social-item{display:inline-block;}.horizontal{white-space:nowrap;}.vertical .fb-share-button{top:4px;}#page-block-xb67auym0gc{height:1.5625rem;max-width:100%;}#page-block-xb67auym0gc .section-holder-border{border:0;}#page-block-xb67auym0gc .section-block{background:rgb(0,135,82);height:1.5625rem;}#page-block-xb67auym0gc .section-holder-overlay{display:none;}#page-block-fb1z8g1c2xf{height:11.625rem;max-width:100%;}#page-block-fb1z8g1c2xf .section-holder-border{border:0;}#page-block-fb1z8g1c2xf .section-block{background:rgb(255,255,255);height:11.625rem;}#page-block-fb1z8g1c2xf .section-holder-overlay{display:none;}#element-972{top:1.5625rem;left:1.75rem;height:3.5rem;width:22.5rem;z-index:80;color:#37465A;font-size:1.2384rem;line-height:1.75rem;text-align:center;}#element-972 .x_7df451b3{text-align:center;line-height:1.75rem;font-size:1.2384rem;}#element-973{top:5.1875rem;left:1.25rem;height:5.2124rem;width:22.5rem;z-index:84;}#page-block-zvjzp35volp{height:122.5625rem;max-width:100%;}#page-block-zvjzp35volp .section-holder-border{border:0;}#page-block-zvjzp35volp .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/45382300-0-artificial-intellige.jpg),url(//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114457-45382300-ghost-artificial-intellige.jpg);height:122.5625rem;}#page-block-zvjzp35volp .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-481{top:2.5rem;left:1.25rem;height:1.75rem;width:22.5rem;z-index:6;color:#98A0A6;font-size:1.4241rem;line-height:1.725rem;text-align:center;}#element-481 .x_6ee82066{text-align:center;line-height:1.75rem;font-size:1.4241rem;}#element-481 .x_3528f91f{color:#eef4f9;}#element-484{top:35.6875rem;left:5.4375rem;height:26.625rem;width:13.75rem;z-index:33;}.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-484 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-824{top:93.625rem;left:5.375rem;height:26rem;width:13.75rem;z-index:64;}#element-824 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-478{top:7.1875rem;left:5.5rem;height:26.6875rem;width:13.75rem;z-index:16;}#element-478 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-488{top:64.6875rem;left:5.4375rem;height:26.75rem;width:13.6875rem;z-index:45;}#element-488 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-877{top:65.875rem;left:6.75rem;height:8.3125rem;width:11.0625rem;z-index:73;}#element-792{top:8.1875rem;left:6.8125rem;height:8.3125rem;width:11.0625rem;z-index:27;}#element-876{top:36.875rem;left:6.75rem;height:8.3125rem;width:11.0625rem;z-index:72;}#element-878{top:95rem;left:6.75rem;height:8.3125rem;width:11.0625rem;z-index:75;}#element-752{top:45.8125rem;left:6.6875rem;height:2.625rem;width:11.1875rem;z-index:35;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-752 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-752 .x_faad26e1{color:#1c1e20;}#element-825{top:103.875rem;left:5.8125rem;height:3.9375rem;width:12.875rem;z-index:66;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-825 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-825 .x_faad26e1{color:#1c1e20;}#element-764{top:74.875rem;left:6.125rem;height:3.9375rem;width:12.5625rem;z-index:47;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-764 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-764 .x_faad26e1{color:#1c1e20;}#element-479{top:17.125rem;left:6.4375rem;height:2.625rem;width:11.9375rem;z-index:18;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-479 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-479 .x_faad26e1{color:#1c1e20;}#element-480{top:20.375rem;left:7.25rem;height:9.1875rem;width:10.3125rem;z-index:20;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-480 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-480 .x_816a1881{color:#98a0a6;}#element-754{top:49rem;left:6.625rem;height:6.5625rem;width:11.1875rem;z-index:36;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-754 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-754 .x_816a1881{color:#98a0a6;}#element-826{top:108.375rem;left:6.3125rem;height:5.25rem;width:11.875rem;z-index:69;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-826 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-826 .x_816a1881{color:#98a0a6;}#element-766{top:79.3125rem;left:7.0625rem;height:6.5625rem;width:10.375rem;z-index:48;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-766 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-766 .x_816a1881{color:#98a0a6;}#element-765{top:86.8125rem;left:8.125rem;height:2.5rem;width:8.75rem;z-index:52;}.btn{cursor:pointer;text-align:center;transition:border .5s;width:100%;border:0;white-space:normal;display:table-cell;vertical-align:middle;padding:0;line-height:120%;}.btn-shadow{box-shadow:0 1px 3px rgba(1,1,1,0.5);}#element-765 .btn.btn-effect3d:active{box-shadow:none;}#element-765 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-765 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#element-827{top:115.5625rem;left:8.0625rem;height:2.5rem;width:8.75rem;z-index:70;}#element-827 .btn.btn-effect3d:active{box-shadow:none;}#element-827 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-827 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#element-496{top:29.75rem;left:8.0625rem;height:2.5rem;width:8.75rem;z-index:25;}#element-496 .btn.btn-effect3d:active{box-shadow:none;}#element-496 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-496 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#element-753{top:58.1875rem;left:8.125rem;height:2.5rem;width:8.75rem;z-index:39;}#element-753 .btn.btn-effect3d:active{box-shadow:none;}#element-753 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-753 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#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-ri14hu9rlid{height:122.5625rem;max-width:100%;}#page-block-ri14hu9rlid .section-holder-border{border:0;}#page-block-ri14hu9rlid .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/57918981-0-112-linear-slide-ele.jpg),url(//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114458-57918981-ghost-112-linear-slide-ele.jpg);height:122.5625rem;}#page-block-ri14hu9rlid .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-954{top:2.5rem;left:1.25rem;height:1.75rem;width:22.5rem;z-index:9;color:#98A0A6;font-size:1.4241rem;line-height:1.725rem;text-align:center;}#element-954 .x_6ee82066{text-align:center;line-height:1.75rem;font-size:1.4241rem;}#element-954 .x_3528f91f{color:#eef4f9;}#element-955{top:35.6875rem;left:5.4375rem;height:26.625rem;width:13.75rem;z-index:38;}#element-955 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-965{top:93.625rem;left:5.375rem;height:26rem;width:13.75rem;z-index:76;}#element-965 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-951{top:7.1875rem;left:5.5rem;height:26.6875rem;width:13.75rem;z-index:22;}#element-951 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-956{top:64.6875rem;left:5.4375rem;height:26.75rem;width:13.6875rem;z-index:50;}#element-956 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-964{top:8.1875rem;left:6.8125rem;height:8.3125rem;width:11.0625rem;z-index:34;}#element-969{top:36.875rem;left:6.625rem;height:8.4064rem;width:11.1875rem;z-index:81;}#element-970{top:65.875rem;left:6.75rem;height:8.3125rem;width:11.0625rem;z-index:82;}#element-971{top:95rem;left:6.75rem;height:8.3125rem;width:11.0625rem;z-index:86;}#element-952{top:17.125rem;left:6.4375rem;height:2.625rem;width:11.9375rem;z-index:26;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-952 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-952 .x_faad26e1{color:#1c1e20;}#element-958{top:45.625rem;left:6.5625rem;height:2.625rem;width:11.375rem;z-index:40;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-958 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-958 .x_faad26e1{color:#1c1e20;}#element-961{top:74.875rem;left:6.125rem;height:2.625rem;width:12.5625rem;z-index:53;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-961 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-961 .x_faad26e1{color:#1c1e20;}#element-966{top:103.875rem;left:5.8125rem;height:2.625rem;width:12.875rem;z-index:77;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-966 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-966 .x_faad26e1{color:#1c1e20;}#element-953{top:20.3125rem;left:6.5rem;height:6.5625rem;width:11.4375rem;z-index:28;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-953 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-953 .x_816a1881{color:#98a0a6;}#element-967{top:107.1875rem;left:6.25rem;height:6.5625rem;width:11.875rem;z-index:78;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-967 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-967 .x_816a1881{color:#98a0a6;}#element-963{top:78.375rem;left:6.5rem;height:5.25rem;width:11.875rem;z-index:55;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-963 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-963 .x_816a1881{color:#98a0a6;}#element-960{top:49.125rem;left:6.5rem;height:5.25rem;width:11.375rem;z-index:42;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-960 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-960 .x_816a1881{color:#98a0a6;}#element-957{top:29.75rem;left:8.0625rem;height:2.5rem;width:8.75rem;z-index:32;}#element-957 .btn.btn-effect3d:active{box-shadow:none;}#element-957 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-957 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#element-959{top:58.1875rem;left:8.125rem;height:2.5rem;width:8.75rem;z-index:44;}#element-959 .btn.btn-effect3d:active{box-shadow:none;}#element-959 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-959 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#element-962{top:86.8125rem;left:8.125rem;height:2.5rem;width:8.75rem;z-index:58;}#element-962 .btn.btn-effect3d:active{box-shadow:none;}#element-962 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-962 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#element-968{top:115.5625rem;left:8.0625rem;height:2.5rem;width:8.75rem;z-index:79;}#element-968 .btn.btn-effect3d:active{box-shadow:none;}#element-968 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-968 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#page-block-xrx63p7dvv{height:141.0625rem;max-width:100%;}#page-block-xrx63p7dvv .section-holder-border{border:0;}#page-block-xrx63p7dvv .section-block{background:rgb(255,255,255);height:141.0625rem;}#page-block-xrx63p7dvv .section-holder-overlay{display:none;}#element-999{top:4.375rem;left:1.9375rem;height:4.2775rem;width:18.375rem;z-index:89;}#element-991{top:11.25rem;left:2rem;height:2.1875rem;width:20.9375rem;z-index:19;color:#37465A;font-size:1.3622rem;line-height:2.2rem;text-align:left;}#element-991 .x_95ffcc8f{text-align:left;line-height:2.1875rem;font-size:1.3622rem;}#element-991 .x_25830ed5{color:#008752;}#element-1004{top:15.8125rem;left:1rem;height:7.0164rem;width:22.375rem;z-index:94;}#element-1005{top:49.6875rem;left:1rem;height:7.1164rem;width:22.75rem;z-index:95;}#element-990{top:24.25rem;left:1rem;height:1.9375rem;width:22.75rem;z-index:24;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-990 .x_052b6b4c{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-993{top:58.3125rem;left:1rem;height:3.25rem;width:22.5rem;z-index:57;color:#98A0A6;font-size:1.3622rem;line-height:1.65rem;text-align:left;}#element-993 .x_33879449{text-align:left;line-height:1.625rem;font-size:1.3622rem;}#element-1000{top:26.9375rem;left:1rem;height:13.75rem;width:22.5rem;z-index:90;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1000 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1000 .x_816a1881{color:#98a0a6;}#element-1001{top:62.375rem;left:1.25rem;height:11rem;width:22.5rem;z-index:91;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1001 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1001 .x_816a1881{color:#98a0a6;}#element-992{top:41.875rem;left:1rem;height:2.5rem;width:10.9375rem;z-index:29;}#element-992 .btn.btn-effect3d:active{box-shadow:none;}#element-992 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-992 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:10.9375rem;border-radius:3px;}#element-995{top:74.625rem;left:1.25rem;height:2.5rem;width:10.9375rem;z-index:63;}#element-995 .btn.btn-effect3d:active{box-shadow:none;}#element-995 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-995 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:10.9375rem;border-radius:3px;}#element-1006{top:82.3125rem;left:1.25rem;height:7.0556rem;width:22.5rem;z-index:96;}#element-1007{top:111.5rem;left:1.25rem;height:7.0382rem;width:22.5rem;z-index:97;}#element-994{top:90.5rem;left:1.25rem;height:3.875rem;width:22.5rem;z-index:68;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-994 .x_f2939933{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-997{top:119.8125rem;left:1.25rem;height:3.875rem;width:21.75rem;z-index:83;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-997 .x_f2939933{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1002{top:94.9375rem;left:1.25rem;height:8.25rem;width:22.5rem;z-index:92;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1002 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1002 .x_816a1881{color:#98a0a6;}#element-1003{top:124.1875rem;left:1.25rem;height:9.625rem;width:22.5rem;z-index:93;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1003 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1003 .x_816a1881{color:#98a0a6;}#element-996{top:104.4375rem;left:1.25rem;height:2.5rem;width:10.9375rem;z-index:74;}#element-996 .btn.btn-effect3d:active{box-shadow:none;}#element-996 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-996 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:10.9375rem;border-radius:3px;}#element-998{top:134.6875rem;left:1.1875rem;height:2.5rem;width:10.9375rem;z-index:85;}#element-998 .btn.btn-effect3d:active{box-shadow:none;}#element-998 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-998 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:10.9375rem;border-radius:3px;}#page-block-3okt164whua{height:87rem;max-width:100%;}#page-block-3okt164whua .section-holder-border{border:0;}#page-block-3okt164whua .section-block{background:repeat rgb(5,30,62) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/57880601-0-122-short-circuit-on.jpg),url(//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114458-57880601-ghost-122-short-circuit-on.jpg);height:87rem;}#page-block-3okt164whua .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-930{top:2.125rem;left:1.25rem;height:1.75rem;width:22.5rem;z-index:8;color:#98A0A6;font-size:1.4241rem;line-height:1.725rem;text-align:center;}#element-930 .x_6ee82066{text-align:center;line-height:1.75rem;font-size:1.4241rem;}#element-930 .x_3528f91f{color:#eef4f9;}#element-932{top:32.1875rem;left:5.6875rem;height:23.875rem;width:13.625rem;z-index:30;}#element-932 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-936{top:58.1875rem;left:5.625rem;height:24.6875rem;width:13.625rem;z-index:43;}#element-936 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-927{top:6.25rem;left:5.6875rem;height:23.875rem;width:13.625rem;z-index:12;}#element-927 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-931{top:7.3125rem;left:7rem;height:8.1094rem;width:10.8125rem;z-index:23;}#element-935{top:33.25rem;left:6.9375rem;height:8.172rem;width:10.875rem;z-index:41;}#element-939{top:59.1875rem;left:6.875rem;height:8.2031rem;width:10.9375rem;z-index:56;}#element-928{top:15.9375rem;left:6.875rem;height:1.3125rem;width:11.1875rem;z-index:14;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-928 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-928 .x_faad26e1{color:#1c1e20;}#element-937{top:67.9375rem;left:6.3125rem;height:3.9375rem;width:12.125rem;z-index:49;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-937 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-937 .x_faad26e1{color:#1c1e20;}#element-933{top:41.75rem;left:6.3125rem;height:3.9375rem;width:12.125rem;z-index:31;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-933 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-933 .x_faad26e1{color:#1c1e20;}#element-929{top:17.875rem;left:6.5625rem;height:5.25rem;width:11.75rem;z-index:17;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-929 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-929 .x_816a1881{color:#98a0a6;}#element-934{top:46.3125rem;left:6.375rem;height:3.9375rem;width:12.125rem;z-index:37;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-934 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-934 .x_816a1881{color:#98a0a6;}#element-938{top:72.9375rem;left:6.375rem;height:5.25rem;width:12.0625rem;z-index:54;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-938 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-938 .x_816a1881{color:#98a0a6;}#element-942{top:79.5rem;left:8.0625rem;height:2.5rem;width:8.75rem;z-index:65;}#element-942 .btn.btn-effect3d:active{box-shadow:none;}#element-942 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-942 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#element-940{top:26.625rem;left:8.125rem;height:2.5rem;width:8.75rem;z-index:59;}#element-940 .btn.btn-effect3d:active{box-shadow:none;}#element-940 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-940 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#element-941{top:52.625rem;left:8.0625rem;height:2.5rem;width:8.75rem;z-index:61;}#element-941 .btn.btn-effect3d:active{box-shadow:none;}#element-941 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-941 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#page-block-j5s77f6e259{height:37.9375rem;max-width:100%;}#page-block-j5s77f6e259 .section-holder-border{border:0;}#page-block-j5s77f6e259 .section-block{background:rgb(255,255,255);height:37.9375rem;}#page-block-j5s77f6e259 .section-holder-overlay{display:none;}#element-1011{top:3.3125rem;left:1.3125rem;height:21.75rem;width:22.5rem;z-index:46;}.video-holder{height:100%;overflow:hidden;position:relative;}.video-holder-animoto{background-color:#000;}.video-animoto{position:absolute;top:0;bottom:0;width:100%;height:0;padding-bottom:56.25%;margin:auto;}.video-iframe{position:absolute;}.video-overlay:hover{opacity:1;}.video-holder-helpers{transition:opacity .15s ease-in-out;position:absolute;top:0;left:0;right:0;bottom:0;font-size:14px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;}.video-overlay{background-color:rgba(31,59,82,0.8);color:#ffffff;opacity:0;z-index:1;}.warning-text{margin-top:10px;font-size:13px;}.warning-img{width:25px;}.fake-video{background:#ffffff;}.fake-play{opacity:.8;}.video-overlay:hover ~ .fake-play{opacity:0;}element-1011 iframe{width:360px;height:348px;}#element-1012{top:26.9375rem;left:1.3125rem;height:8.25rem;width:22.5rem;z-index:51;color:#000000;font-size:0.9907rem;line-height:1.4rem;text-align:center;}#element-1012 .x_2c80ab57{text-align:center;line-height:1.375rem;font-size:0.9907rem;}#element-1012 strong{font-weight:700;}#page-block-uo5crhw7b7h{height:1.5625rem;max-width:100%;}#page-block-uo5crhw7b7h .section-holder-border{border:0;}#page-block-uo5crhw7b7h .section-block{background:rgb(0,135,82);height:1.5625rem;}#page-block-uo5crhw7b7h .section-holder-overlay{display:none;}#page-block-74n6skwlamu{height:25.5rem;max-width:100%;}#page-block-74n6skwlamu .section-holder-border{border:0;}#page-block-74n6skwlamu .section-block{background:rgb(255,255,255);height:25.5rem;}#page-block-74n6skwlamu .section-holder-overlay{display:none;}#element-974{top:2.875rem;left:1.1875rem;height:5.2134rem;width:22.5rem;z-index:87;}#element-975{top:9.3125rem;left:1.3125rem;height:13.75rem;width:22.3125rem;z-index:88;color:#37465A;font-size:0.8669rem;line-height:1.225rem;text-align:center;}#element-975 .x_c5f0bf77{text-align:center;line-height:1.25rem;font-size:0.8669rem;}#element-975 .x_c9d5b5ac{color:#6d757b;}#element-975 strong{font-weight:700;}#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/ade7fee3/1701114459-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:15;}#page_block_footer{height:7.5rem;max-width:100%;}#page_block_footer .section-holder-border{border:0;}#page_block_footer .section-block{background:rgb(255,255,255);height:7.5rem;}#page_block_footer .section-holder-overlay{display:none;}#element-874{top:2.5rem;left:4rem;height:2.5rem;width:17rem;z-index:71;}#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:11;}#element-743{top:4.75rem;left:24.1875rem;height:1.5rem;width:34.5625rem;z-index:13;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:center;}#element-743 .x_519e17eb{text-align:center;line-height:1.5rem;font-size:0.9288rem;}#element-743 .x_25830ed5{color:#008752;}#page-block-i78rc6odich{height:38.75rem;max-width:100%;}#page-block-i78rc6odich .section-holder-border{border:0;}#page-block-i78rc6odich .section-block{background:rgb(255,255,255);height:38.75rem;}#page-block-i78rc6odich .section-holder-overlay{display:none;}#element-947{top:1.6875rem;left:24.25rem;height:4.125rem;width:31.25rem;z-index:10;color:#37465A;font-size:2.5387rem;line-height:4.1rem;text-align:left;}#element-947 .x_a341b801{text-align:left;line-height:4.125rem;font-size:2.5387rem;}#element-947 .x_2237cc08{color:#989fa6;}#element-949{top:2.25rem;left:3.5625rem;height:8.1875rem;width:13rem;z-index:62;}#element-950{top:5.3125rem;left:24.375rem;height:2.125rem;width:32.125rem;z-index:67;color:#FFFFFF;font-size:1.4861rem;line-height:2.1rem;text-align:left;}#element-950 .x_af3357d1{text-align:left;line-height:2.125rem;font-size:1.4861rem;}#element-950 .x_7b2817bf{color:#000000;}#element-943{top:11.3125rem;left:3rem;height:15.625rem;width:15.625rem;z-index:3;}#element-944{top:11.9375rem;left:24.375rem;height:16.5rem;width:33.1875rem;z-index:4;color:#FFFFFF;font-size:1.0526rem;line-height:1.4875rem;text-align:left;}#element-944 .x_4886f134{text-align:left;line-height:1.5rem;font-size:1.0526rem;}#element-944 .x_7b2817bf{color:#000000;}#element-945{top:26.9375rem;left:4.0625rem;height:1.8125rem;width:14.3125rem;z-index:5;color:#FFFFFF;font-size:1.3003rem;line-height:1.8375rem;text-align:center;}#element-945 .x_0d91ddff{text-align:center;line-height:1.8125rem;font-size:1.3003rem;}#element-945 .x_2237cc08{color:#989fa6;}#element-946{top:28.75rem;left:4rem;height:1.25rem;width:14.3125rem;z-index:7;color:#FFFFFF;font-size:0.8669rem;line-height:1.225rem;text-align:center;}#element-946 .x_c5f0bf77{text-align:center;line-height:1.25rem;font-size:0.8669rem;}#element-946 .x_2237cc08{color:#989fa6;}#element-948{top:32.5625rem;left:5.1875rem;height:auto;width:auto;z-index:60;}#page-block-xb67auym0gc{height:1.5625rem;max-width:100%;}#page-block-xb67auym0gc .section-holder-border{border:0;}#page-block-xb67auym0gc .section-block{background:rgb(0,135,82);height:1.5625rem;}#page-block-xb67auym0gc .section-holder-overlay{display:none;}#page-block-fb1z8g1c2xf{height:16.25rem;max-width:100%;}#page-block-fb1z8g1c2xf .section-holder-border{border:0;}#page-block-fb1z8g1c2xf .section-block{background:rgb(255,255,255);height:16.25rem;}#page-block-fb1z8g1c2xf .section-holder-overlay{display:none;}#element-972{top:1.75rem;left:4.8125rem;height:3.1875rem;width:52.5rem;z-index:80;color:#37465A;font-size:1.9814rem;line-height:3.2rem;text-align:center;}#element-972 .x_aefeb974{text-align:center;line-height:3.1875rem;font-size:1.9814rem;}#element-973{top:5.9375rem;left:13.8125rem;height:7.5rem;width:32.375rem;z-index:84;}#page-block-zvjzp35volp{height:32.9375rem;max-width:100%;}#page-block-zvjzp35volp .section-holder-border{border:0;}#page-block-zvjzp35volp .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/45382300-0-artificial-intellige.jpg),url(//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114457-45382300-ghost-artificial-intellige.jpg);height:32.9375rem;}#page-block-zvjzp35volp .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-481{top:1.25rem;left:0.0625rem;height:2.625rem;width:59.9375rem;z-index:6;color:#98A0A6;font-size:1.8576rem;line-height:2.625rem;text-align:center;}#element-481 .x_eb0060c7{text-align:center;line-height:2.625rem;font-size:1.8576rem;}#element-481 .x_3528f91f{color:#eef4f9;}#element-484{top:5.75rem;left:15.625rem;height:24.1875rem;width:13.75rem;z-index:33;}#element-484 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-824{top:5.75rem;left:46.25rem;height:24.1875rem;width:13.75rem;z-index:64;}#element-824 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-478{top:5.8125rem;left:0;height:24.125rem;width:13.75rem;z-index:16;}#element-478 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-488{top:5.8125rem;left:31rem;height:24.125rem;width:13.6875rem;z-index:45;}#element-488 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-877{top:6.3125rem;left:32.1875rem;height:8.3125rem;width:11.0625rem;z-index:73;}#element-792{top:6.375rem;left:1.25rem;height:8.3125rem;width:11.0625rem;z-index:27;}#element-876{top:6.4375rem;left:16.75rem;height:8.3125rem;width:11.0625rem;z-index:72;}#element-878{top:6.4375rem;left:47.5rem;height:8.3125rem;width:11.0625rem;z-index:75;}#element-752{top:15rem;left:16.25rem;height:2.625rem;width:12.1875rem;z-index:35;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-752 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-752 .x_faad26e1{color:#1c1e20;}#element-825{top:15rem;left:46.5625rem;height:3.9375rem;width:12.875rem;z-index:66;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-825 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-825 .x_faad26e1{color:#1c1e20;}#element-764{top:15.0625rem;left:31.25rem;height:3.9375rem;width:12.5625rem;z-index:47;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-764 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-764 .x_faad26e1{color:#1c1e20;}#element-479{top:15.125rem;left:0.875rem;height:2.625rem;width:11.9375rem;z-index:18;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-479 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-479 .x_faad26e1{color:#1c1e20;}#element-480{top:18.0625rem;left:0.8125rem;height:7.875rem;width:11.6875rem;z-index:20;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-480 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-480 .x_816a1881{color:#98a0a6;}#element-754{top:18.625rem;left:16.75rem;height:6.5625rem;width:11.1875rem;z-index:36;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-754 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-754 .x_816a1881{color:#98a0a6;}#element-826{top:18.875rem;left:47rem;height:5.25rem;width:11.875rem;z-index:69;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-826 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-826 .x_816a1881{color:#98a0a6;}#element-766{top:18.9375rem;left:32.6875rem;height:6.5625rem;width:10.375rem;z-index:48;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-766 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-766 .x_816a1881{color:#98a0a6;}#element-765{top:26.125rem;left:33.375rem;height:2.5rem;width:8.75rem;z-index:52;}#element-765 .btn.btn-effect3d:active{box-shadow:none;}#element-765 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-765 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#element-827{top:26.125rem;left:48.625rem;height:2.5rem;width:8.75rem;z-index:70;}#element-827 .btn.btn-effect3d:active{box-shadow:none;}#element-827 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-827 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#element-496{top:26.1875rem;left:2.375rem;height:2.5rem;width:8.75rem;z-index:25;}#element-496 .btn.btn-effect3d:active{box-shadow:none;}#element-496 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-496 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#element-753{top:26.1875rem;left:17.9375rem;height:2.5rem;width:8.75rem;z-index:39;}#element-753 .btn.btn-effect3d:active{box-shadow:none;}#element-753 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-753 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#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-ri14hu9rlid{height:33.1875rem;max-width:100%;}#page-block-ri14hu9rlid .section-holder-border{border:0;}#page-block-ri14hu9rlid .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/57918981-0-112-linear-slide-ele.jpg),url(//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114458-57918981-ghost-112-linear-slide-ele.jpg);height:33.1875rem;}#page-block-ri14hu9rlid .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-954{top:1.4375rem;left:0;height:2.625rem;width:59.9375rem;z-index:9;color:#98A0A6;font-size:1.8576rem;line-height:2.625rem;text-align:center;}#element-954 .x_eb0060c7{text-align:center;line-height:2.625rem;font-size:1.8576rem;}#element-954 .x_3528f91f{color:#eef4f9;}#element-955{top:5.75rem;left:15.625rem;height:24.125rem;width:13.75rem;z-index:38;}#element-955 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-965{top:5.75rem;left:46.25rem;height:24.1875rem;width:13.75rem;z-index:76;}#element-965 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-951{top:5.8125rem;left:0;height:24.125rem;width:13.75rem;z-index:22;}#element-951 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-956{top:5.8125rem;left:31rem;height:24.125rem;width:13.6875rem;z-index:50;}#element-956 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-964{top:6.3125rem;left:1.25rem;height:8.3125rem;width:11.0625rem;z-index:34;}#element-969{top:6.375rem;left:16.8125rem;height:8.3125rem;width:11.0625rem;z-index:81;}#element-970{top:6.375rem;left:32.25rem;height:8.3125rem;width:11.0625rem;z-index:82;}#element-971{top:6.375rem;left:47.5rem;height:8.3125rem;width:11.0625rem;z-index:86;}#element-952{top:14.9375rem;left:0.75rem;height:2.625rem;width:11.9375rem;z-index:26;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-952 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-952 .x_faad26e1{color:#1c1e20;}#element-958{top:14.9375rem;left:16.625rem;height:2.625rem;width:11.1875rem;z-index:40;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-958 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-958 .x_faad26e1{color:#1c1e20;}#element-961{top:14.9375rem;left:31.3125rem;height:2.625rem;width:12.5625rem;z-index:53;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-961 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-961 .x_faad26e1{color:#1c1e20;}#element-966{top:14.9375rem;left:46.5rem;height:2.625rem;width:12.875rem;z-index:77;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-966 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-966 .x_faad26e1{color:#1c1e20;}#element-953{top:18.375rem;left:0.4375rem;height:5.25rem;width:12.375rem;z-index:28;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-953 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-953 .x_816a1881{color:#98a0a6;}#element-967{top:18.375rem;left:46.75rem;height:6.5625rem;width:12.0625rem;z-index:78;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-967 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-967 .x_816a1881{color:#98a0a6;}#element-963{top:18.4375rem;left:31.5rem;height:3.9375rem;width:12.4375rem;z-index:55;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-963 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-963 .x_816a1881{color:#98a0a6;}#element-960{top:18.5rem;left:16.25rem;height:5.25rem;width:12.4375rem;z-index:42;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-960 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-960 .x_816a1881{color:#98a0a6;}#element-957{top:26rem;left:2.4375rem;height:2.5rem;width:8.75rem;z-index:32;}#element-957 .btn.btn-effect3d:active{box-shadow:none;}#element-957 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-957 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#element-959{top:26rem;left:18rem;height:2.5rem;width:8.75rem;z-index:44;}#element-959 .btn.btn-effect3d:active{box-shadow:none;}#element-959 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-959 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#element-962{top:26rem;left:33.4375rem;height:2.5rem;width:8.75rem;z-index:58;}#element-962 .btn.btn-effect3d:active{box-shadow:none;}#element-962 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-962 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#element-968{top:26rem;left:48.6875rem;height:2.5rem;width:8.75rem;z-index:79;}#element-968 .btn.btn-effect3d:active{box-shadow:none;}#element-968 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-968 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#page-block-xrx63p7dvv{height:93.6875rem;max-width:100%;}#page-block-xrx63p7dvv .section-holder-border{border:0;}#page-block-xrx63p7dvv .section-block{background:rgb(255,255,255);height:93.6875rem;}#page-block-xrx63p7dvv .section-holder-overlay{display:none;}#element-999{top:3.3125rem;left:4.875rem;height:4.4375rem;width:19.0625rem;z-index:89;}#element-991{top:9.375rem;left:4.875rem;height:2.1875rem;width:20.9375rem;z-index:19;color:#37465A;font-size:1.3622rem;line-height:2.2rem;text-align:left;}#element-991 .x_7961073b{text-align:left;line-height:2.1875rem;font-size:1.3622rem;}#element-991 .x_25830ed5{color:#008752;}#element-1004{top:17.5rem;left:4.6875rem;height:7.9375rem;width:25.3125rem;z-index:94;}#element-1005{top:17.5rem;left:33.875rem;height:7.9375rem;width:25.375rem;z-index:95;}#element-990{top:27.4375rem;left:4.6875rem;height:1.9375rem;width:19.9375rem;z-index:24;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-990 .x_052b6b4c{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-993{top:27.5rem;left:33.4375rem;height:3.875rem;width:22.875rem;z-index:57;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-993 .x_052b6b4c{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1000{top:31.875rem;left:4.6875rem;height:16.25rem;width:23.125rem;z-index:90;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1000 .x_3579aa00{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1000 .x_816a1881{color:#98a0a6;}#element-1001{top:32rem;left:33.4375rem;height:13rem;width:23.125rem;z-index:91;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1001 .x_3579aa00{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1001 .x_816a1881{color:#98a0a6;}#element-992{top:49.0625rem;left:4.6875rem;height:2.5rem;width:10.8125rem;z-index:29;}#element-992 .btn.btn-effect3d:active{box-shadow:none;}#element-992 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-992 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:10.8125rem;border-radius:3px;}#element-995{top:49.0625rem;left:33.4375rem;height:2.5rem;width:10.9375rem;z-index:63;}#element-995 .btn.btn-effect3d:active{box-shadow:none;}#element-995 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-995 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:10.9375rem;border-radius:3px;}#element-1006{top:60.8125rem;left:4.6875rem;height:7.9375rem;width:25.3125rem;z-index:96;}#element-1007{top:60.8125rem;left:33.4375rem;height:7.9375rem;width:25.375rem;z-index:97;}#element-994{top:69.9375rem;left:4.6875rem;height:3.875rem;width:21.75rem;z-index:68;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-994 .x_6a72b5c9{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-997{top:69.9375rem;left:33.4375rem;height:3.875rem;width:21.75rem;z-index:83;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-997 .x_6a72b5c9{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1002{top:74.4375rem;left:4.6875rem;height:9.75rem;width:23.125rem;z-index:92;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1002 .x_3579aa00{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1002 .x_816a1881{color:#98a0a6;}#element-1003{top:74.4375rem;left:33.4375rem;height:11.375rem;width:23.125rem;z-index:93;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1003 .x_3579aa00{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1003 .x_816a1881{color:#98a0a6;}#element-996{top:86.5625rem;left:4.6875rem;height:2.5rem;width:10.9375rem;z-index:74;}#element-996 .btn.btn-effect3d:active{box-shadow:none;}#element-996 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-996 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:10.9375rem;border-radius:3px;}#element-998{top:86.5625rem;left:33.5rem;height:2.5rem;width:10.9375rem;z-index:85;}#element-998 .btn.btn-effect3d:active{box-shadow:none;}#element-998 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-998 .btn{background:linear-gradient(#3CA6FF,#1E88E5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:10.9375rem;border-radius:3px;}#page-block-3okt164whua{height:34.5625rem;max-width:100%;}#page-block-3okt164whua .section-holder-border{border:0;}#page-block-3okt164whua .section-block{background:repeat rgb(5,30,62) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/57880601-0-122-short-circuit-on.jpg),url(//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114458-57880601-ghost-122-short-circuit-on.jpg);height:34.5625rem;}#page-block-3okt164whua .section-holder-overlay{opacity:0.75;background-color:#000000;display:block;}#element-930{top:1.4375rem;left:0;height:2.8125rem;width:59.875rem;z-index:8;color:#98A0A6;font-size:1.9814rem;line-height:2.8rem;text-align:center;}#element-930 .x_1edd7d29{text-align:center;line-height:2.8125rem;font-size:1.9814rem;}#element-930 .x_3528f91f{color:#eef4f9;}#element-932{top:6.3125rem;left:23.125rem;height:25.25rem;width:13.4375rem;z-index:30;}#element-932 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-936{top:6.3125rem;left:40.625rem;height:25.25rem;width:13.4375rem;z-index:43;}#element-936 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-927{top:6.375rem;left:5.625rem;height:25.1875rem;width:13.4375rem;z-index:12;}#element-927 .shape{border:0.0625rem solid #98A0A6;border-radius:0.1875rem 0.1875rem 0.1875rem 0.1875rem;background:rgb(255,255,255);opacity:1;}#element-931{top:7.1875rem;left:6.9375rem;height:8.0625rem;width:10.75rem;z-index:23;}#element-935{top:7.1875rem;left:24.375rem;height:8.125rem;width:10.8125rem;z-index:41;}#element-939{top:7.375rem;left:42.1875rem;height:7.6875rem;width:10.25rem;z-index:56;}#element-928{top:15.875rem;left:6.4375rem;height:1.3125rem;width:11.25rem;z-index:14;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-928 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-928 .x_faad26e1{color:#1c1e20;}#element-937{top:15.9375rem;left:41.1875rem;height:3.9375rem;width:12.3125rem;z-index:49;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-937 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-937 .x_faad26e1{color:#1c1e20;}#element-933{top:16rem;left:23.8125rem;height:3.9375rem;width:12.0625rem;z-index:31;color:#E74C3C;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-933 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-933 .x_faad26e1{color:#1c1e20;}#element-929{top:19.875rem;left:6.4375rem;height:6.5625rem;width:11.5rem;z-index:17;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-929 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-929 .x_816a1881{color:#98a0a6;}#element-934{top:19.875rem;left:23.875rem;height:3.9375rem;width:11.75rem;z-index:37;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-934 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-934 .x_816a1881{color:#98a0a6;}#element-938{top:19.875rem;left:41.0625rem;height:5.25rem;width:12.3125rem;z-index:54;color:#34495E;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-938 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-938 .x_816a1881{color:#98a0a6;}#element-942{top:27.625rem;left:43rem;height:2.5rem;width:8.75rem;z-index:65;}#element-942 .btn.btn-effect3d:active{box-shadow:none;}#element-942 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-942 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#element-940{top:27.6875rem;left:8rem;height:2.5rem;width:8.75rem;z-index:59;}#element-940 .btn.btn-effect3d:active{box-shadow:none;}#element-940 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-940 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#element-941{top:27.6875rem;left:25.5625rem;height:2.5rem;width:8.75rem;z-index:61;}#element-941 .btn.btn-effect3d:active{box-shadow:none;}#element-941 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-941 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:8.75rem;border-radius:3px;}#page-block-j5s77f6e259{height:34.8125rem;max-width:100%;}#page-block-j5s77f6e259 .section-holder-border{border:0;}#page-block-j5s77f6e259 .section-block{background:rgb(255,255,255);height:34.8125rem;}#page-block-j5s77f6e259 .section-holder-overlay{display:none;}#element-1011{top:3.8125rem;left:13.75rem;height:21.375rem;width:32.5rem;z-index:46;}element-1011 iframe{width:520px;height:342px;}#element-1012{top:26.1875rem;left:13.625rem;height:6.5rem;width:32.5625rem;z-index:51;color:#000000;font-size:0.9907rem;line-height:1.6rem;text-align:center;}#element-1012 .x_dc68832a{text-align:center;line-height:1.625rem;font-size:0.9907rem;}#element-1012 strong{font-weight:700;}#page-block-uo5crhw7b7h{height:1.5625rem;max-width:100%;}#page-block-uo5crhw7b7h .section-holder-border{border:0;}#page-block-uo5crhw7b7h .section-block{background:rgb(0,135,82);height:1.5625rem;}#page-block-uo5crhw7b7h .section-holder-overlay{display:none;}#page-block-74n6skwlamu{height:24rem;max-width:100%;}#page-block-74n6skwlamu .section-holder-border{border:0;}#page-block-74n6skwlamu .section-block{background:rgb(255,255,255);height:24rem;}#page-block-74n6skwlamu .section-holder-overlay{display:none;}#element-974{top:1.1875rem;left:17.1875rem;height:5.9375rem;width:25.625rem;z-index:87;}#element-975{top:8.375rem;left:11.3125rem;height:11.375rem;width:37.375rem;z-index:88;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:center;}#element-975 .x_dc68832a{text-align:center;line-height:1.625rem;font-size:0.9907rem;}#element-975 .x_c9d5b5ac{color:#6d757b;}#element-975 strong{font-weight:700;}#page-block-9wevj9i0x8b{height:6.8125rem;max-width:100%;}#page-block-9wevj9i0x8b .section-holder-border{border:0;}#page-block-9wevj9i0x8b .section-block{background:repeat rgb(198,208,200) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/43140044-0-abstract-pcb.jpg),url(//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114459-43140044-ghost-abstract-pcb.jpg);height:6.8125rem;}#page-block-9wevj9i0x8b .section-holder-overlay{opacity:0.79;background-color:#141D24;display:block;}#element-744{top:1rem;left:22.6875rem;height:4.9375rem;width:14rem;z-index:15;}#page_block_footer{height:3.4375rem;max-width:100%;}#page_block_footer .section-holder-border{border:0;}#page_block_footer .section-block{background:rgb(255,255,255);height:3.4375rem;}#page_block_footer .section-holder-overlay{display:none;}#element-874{top:0.9375rem;left:21.5rem;height:2.5rem;width:17rem;z-index:71;}#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:21;}} </style> <script data-cfasync="false" > window.__variantsData = [ { name: 'A', chance: 100 } ]; window.__page_id = 23353638; window.__customer_id = 1355093; window.__default_experience_id = 23353638; window.__version = 95; window.__variant = "A"; window.__variant_id = 1; window.__variant_custom_name = "Variation A"; window.__preview = false; window.__page_type = 2; window.__variant_hash = "491ed766242563c8d70cc5f98b697918e7c388d4"; window.__page_domain = "www.eeworldonline.com"; window.__page_generator = true; window.__experiment_id = null; window.__new_tracker = false; 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.2ab2ac49302c4b984117.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":23353638,"publishedVersion":95,"variationName":"A","variationId":1,"linkedVariationId":2,"variation":"A","trackedLinks":[{"href":"http://www.littelfuse.com/","ariaLabel":"","id":"nnaxrptw8ls","type":"url","track":true,"targetNewWindow":true},{"href":"http://www.littelfuse.com/","ariaLabel":"","id":"4db44c7jeq7","type":"url","track":true,"targetNewWindow":true},{"href":"https://info.littelfuse.com/fuseology-design-guide?utm_source=wtwh-sept-2023&utm_medium=classroom&utm_campaign=cp-basics","ariaLabel":"","id":"luxdebeih5r","type":"url","track":true,"targetNewWindow":true},{"href":"https://info.littelfuse.com/circuit-protection-product-selection-guide?utm_source=wtwh-sept-2023&utm_medium=classroom&utm_campaign=cp-basics","ariaLabel":"","id":"msp835go8b","type":"url","track":true,"targetNewWindow":true},{"href":"https://info.littelfuse.com/sensing-products-selection-guide?utm_source=wtwh-sept-2023&utm_medium=classroom&utm_campaign=cp-basics","ariaLabel":"","id":"qrk3d6a0bzh","type":"url","track":true,"targetNewWindow":true},{"href":"https://info.littelfuse.com/power-semiconductor-selection-guide?utm_source=wtwh-sept-2023&utm_medium=classroom&utm_campaign=cp-basics","ariaLabel":"","id":"9ezg6e5eqz9","type":"url","track":true,"targetNewWindow":true},{"href":"http://www.littelfuse.com/","ariaLabel":"","id":"31dapmul7t9","type":"url","track":true,"targetNewWindow":true},{"href":"http://www.littelfuse.com/","ariaLabel":"","id":"0w1svpt1z37","type":"url","track":true,"targetNewWindow":true},{"href":"http://www.littelfuse.com/","ariaLabel":"","id":"pkmazpa6pd","type":"url","track":true,"targetNewWindow":true}],"allLinks":[{"href":"https://www.eeworldonline.com","ariaLabel":"","id":"qm8exbl1cjn","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.eeworldonline.com/learning-center","ariaLabel":"","id":"0es41wxibe4","type":"url","track":false,"targetNewWindow":true},{"href":"#page-block-zvjzp35volp","id":"m3no01jgvre","type":"onpage","track":false,"targetNewWindow":false},{"href":"#page-block-ri14hu9rlid","id":"h904el0j47u","type":"onpage","track":false,"targetNewWindow":false},{"href":"#page-block-xrx63p7dvv","id":"0dyqmpfr3wgj","type":"onpage","track":false,"targetNewWindow":false},{"href":"#page-block-3okt164whua","id":"bz3nywlntun","type":"onpage","track":false,"targetNewWindow":false},{"href":"http://www.littelfuse.com/","ariaLabel":"","id":"nnaxrptw8ls","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.powerelectronictips.com/fuses-efuses-thermistors-and-fusible-resistors-which-and-when-faq/","ariaLabel":"","id":"obtrpbqdabe","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.powerelectronictips.com/advanced-circuit-protection-for-connected-autonomous-vehicles/","ariaLabel":"","id":"4u97jr3ykw7","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.powerelectronictips.com/fuses-power-protection-part-1/","ariaLabel":"","id":"ina3fwvdiz","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.powerelectronictips.com/fuses-power-protection-part-2/","ariaLabel":"","id":"a38yn318lbm","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.powerelectronictips.com/surge-voltage-protection-considerations-faq/","ariaLabel":"","id":"py3f9wt6pi","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.powerelectronictips.com/six-considerations-for-better-circuit-protection/","ariaLabel":"","id":"tm3je06e9x","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.powerelectronictips.com/power-supply-overvoltage-protection-part-1-crowbars-faq/","ariaLabel":"","id":"m3j41k0hrnq","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.powerelectronictips.com/power-supply-overvoltage-protection-part-2-clamps-faq/","ariaLabel":"","id":"5uqr4n6l7wn","type":"url","track":false,"targetNewWindow":true},{"href":"http://www.littelfuse.com/","ariaLabel":"","id":"4db44c7jeq7","type":"url","track":true,"targetNewWindow":true},{"href":"https://info.littelfuse.com/fuseology-design-guide?utm_source=wtwh-sept-2023&utm_medium=classroom&utm_campaign=cp-basics","ariaLabel":"","id":"luxdebeih5r","type":"url","track":true,"targetNewWindow":true},{"href":"https://info.littelfuse.com/circuit-protection-product-selection-guide?utm_source=wtwh-sept-2023&utm_medium=classroom&utm_campaign=cp-basics","ariaLabel":"","id":"msp835go8b","type":"url","track":true,"targetNewWindow":true},{"href":"https://info.littelfuse.com/sensing-products-selection-guide?utm_source=wtwh-sept-2023&utm_medium=classroom&utm_campaign=cp-basics","ariaLabel":"","id":"qrk3d6a0bzh","type":"url","track":true,"targetNewWindow":true},{"href":"https://info.littelfuse.com/power-semiconductor-selection-guide?utm_source=wtwh-sept-2023&utm_medium=classroom&utm_campaign=cp-basics","ariaLabel":"","id":"9ezg6e5eqz9","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.powerelectronictips.com/no-zapping-how-to-design-safe-and-reliable-wireless-charging-systems-faq/","ariaLabel":"","id":"z2zbybtesus","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.powerelectronictips.com/fusible-resistors-vs-fuses-faq/","ariaLabel":"","id":"hnau3k1m28b","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.analogictips.com/electrostatic-discharge-analog-circuits-preventing-undetectable-disaster/","ariaLabel":"","id":"kmgzmmr24rk","type":"url","track":false,"targetNewWindow":true},{"href":"http://www.littelfuse.com/","ariaLabel":"","id":"31dapmul7t9","type":"url","track":true,"targetNewWindow":true},{"href":"http://www.littelfuse.com/","ariaLabel":"","id":"0w1svpt1z37","type":"url","track":true,"targetNewWindow":true},{"href":"http://www.littelfuse.com/","ariaLabel":"","id":"pkmazpa6pd","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.eeworldonline.com","ariaLabel":"","id":"bfz8uqt2g0g","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.eeworldonline.com/learning-center","ariaLabel":"","id":"k97mlinn9gg","type":"url","track":false,"targetNewWindow":true}],"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.2ab2ac49302c4b984117.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.b4c8feedb36b8ec3c007.js"></script> <script data-cfasync="false" async defer src="https://platform.twitter.com/widgets.js"></script> <script data-cfasync="false" async defer src="//platform.linkedin.com/in.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/ade7fee3/1701114461-43139760-250x86-EEworld-online.png" srcset="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114461-43139760-500x172-EEworld-online.png 2x" > </a> </div> </div> <div class="widget item-absolute paragraph hidden-mobile " id="element-743" data-at="paragraph"> <div class="contents"> <p class="x_519e17eb x_0d0d8539"><strong ><span class="x_25830ed5"><a href="https://www.eeworldonline.com/learning-center" id="link-0es41wxibe4" target="_blank" data-link-0es41wxibe4 class="url-link">Learning Center </a> I <a href="#page-block-zvjzp35volp" id="link-m3no01jgvre" data-link-m3no01jgvre class="onpage-link">Basics</a> I <a href="#page-block-ri14hu9rlid" id="link-h904el0j47u" data-link-h904el0j47u class="onpage-link">Applications</a> | <a href="#page-block-xrx63p7dvv" id="link-0dyqmpfr3wgj" data-link-0dyqmpfr3wgj class="onpage-link">Featured Resources</a> | <a href="#page-block-3okt164whua" id="link-bz3nywlntun" data-link-bz3nywlntun class="onpage-link">How To</a></span></strong></p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-i78rc6odich" 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-947" data-at="headline"> <div class="contents"> <h1> <span class="x_a341b801 x_027b22ed"><span class="x_2237cc08">Circuit Protection</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-949"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image " data-at="image" alt="" src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114469-43139880-208x131-EE-Classroom-logo.png" srcset="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114469-43139880-416x262-EE-Classroom-logo.png 2x" > </div> </div> <div class="widget item-absolute paragraph " id="element-950" data-at="paragraph"> <div class="contents"> <p class="x_af3357d1 x_caa00007"><strong ><span class="x_7b2817bf">Training Center Classroom</span></strong></p> </div> </div> <div class="widget item-absolute " id="element-943"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image " data-at="image" alt="" src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114460-43139868-250x250-aimee-k.jpg" srcset="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114460-43139868-500x500-aimee-k.jpg 2x" > </div> </div> <div class="widget item-absolute paragraph " id="element-944" data-at="paragraph"> <div class="contents"> <p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf">From the rudimentary fuses of the past to the cutting-edge e-fuses and smart circuit breakers of today, these devices are continually refined to meet the demands of industries increasingly reliant on sensitive electronic equipment. The need for adequate and effective protection mechanisms has never been more critical.</span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf"><br></span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf">In this classroom, we explore some basics, tools, and potential “zap!” scenarios designed to help you navigate the intricacies of circuit protection. Whether you’re a seasoned engineer or a newcomer to the field, our tutorials will empower you to design your electronics safely and confidently.</span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf"> </span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf"> </span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf"> </span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf"> </span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf"> </span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf"> </span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf"> </span></p><p class="x_4886f134 x_3b27255f"><span class="x_7b2817bf"> </span></p> </div> </div> <div class="widget item-absolute headline " id="element-945" data-at="headline"> <div class="contents"> <h3> <span class="x_0d91ddff x_d32da229"><span class="x_2237cc08">Aimee Kalnoskas</span></span> </h3> </div> </div> <div class="widget item-absolute paragraph " id="element-946" data-at="paragraph"> <div class="contents"> <p class="x_c5f0bf77"><span class="x_2237cc08">Editor in Chief, EE World Online</span></p> </div> </div> <div class="widget social item-absolute " id="element-948"> <div class="tiles horizontal" data-at="social-tiles"> <div class="social-item"><a class="twitter-share-button" href="https://www.eeworldonline.com/circuit-protection-classroom?text=" data-at="social-twitter">Tweet</a></div> <div class="social-item"> <script data-cfasync="false" type="IN/Share" data-at="social-linkedin"></script> </div> <div class="social-item"><div class="fb-share-button" data-href="https://www.eeworldonline.com/circuit-protection-classroom" data-layout="box_count" data-size="small" data-mobile-iframe="true"><a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&src=sdkpreparse" class="fb-xfbml-parse-ignore" data-at="social-facebook">Share</a></div></div> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-xb67auym0gc" 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-fb1z8g1c2xf" 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-972" data-at="headline"> <div class="contents"> <h1> <span class="x_aefeb974 x_7df451b3">Circuit Protection Classroom sponsored by: </span> </h1> </div> </div> <div class="widget item-absolute " id="element-973"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="http://www.littelfuse.com/" class="url-link item-content-box item-block" id="link-nnaxrptw8ls" data-at="image-link" data-link-nnaxrptw8ls target="_blank" > <img class="item-content-box item-block image " data-at="image" alt="" src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114476-64519223-518x120-littelfuse-logo-nota.png" srcset="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114476-64519223-1036x240-littelfuse-logo-nota.png 2x" > </a> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-zvjzp35volp" 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-481" data-at="headline"> <div class="contents"> <h1> <span class="x_eb0060c7 x_6ee82066"><span class="x_3528f91f">Fuses • EVs</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-484"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-824"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-478"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-488"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-877"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114472-62660003-177x133x177x133x0x0-fuses-which-when-300.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114472-62660003-354x266x354x266x0x0-fuses-which-when-300.jpg" > </div> </div> <div class="widget item-absolute " id="element-792"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114465-62659937-177x133x177x133x0x0-fuses-power-protecti.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114465-62659937-354x266x354x266x0x0-fuses-power-protecti.jpg" > </div> </div> <div class="widget item-absolute " id="element-876"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114471-62659965-177x133x177x133x0x0-fuses-power-protecti.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114471-62659965-354x266x354x266x0x0-fuses-power-protecti.jpg" > </div> </div> <div class="widget item-absolute " id="element-878"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114473-62660023-177x133x177x133x0x0-advanced-circuit-pro.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114473-62660023-354x266x354x266x0x0-advanced-circuit-pro.jpg" > </div> </div> <div class="widget item-absolute paragraph " id="element-752" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Fuses for power protection, Part 2</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-825" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Advanced circuit protection for connected autonomous vehicles</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-764" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Fuses, eFuses, thermistors, and fusible resistors – which and when?</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-479" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Fuses for power protection, Part 1</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-480" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">Fuses are the oldest and easiest-to-understand circuit-protection components, with several common schematic representations.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-754" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">Selecting the most suitable fuse for the application is more complicated than it may seem initially.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-826" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">New protocols for high connectivity need robust protection for reliability and safety.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-766" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">Tradeoffs when using different circuit protection technologies and a review of applications.</span></p> </div> </div> <div class="widget item-absolute " id="element-765"> <a href="https://www.powerelectronictips.com/fuses-efuses-thermistors-and-fusible-resistors-which-and-when-faq/" id="link-obtrpbqdabe" target="_blank" class="url-link btn item-block" data-at="button" data-link-obtrpbqdabe > More </a> </div> <div class="widget item-absolute " id="element-827"> <a href="https://www.powerelectronictips.com/advanced-circuit-protection-for-connected-autonomous-vehicles/" id="link-4u97jr3ykw7" target="_blank" class="url-link btn item-block" data-at="button" data-link-4u97jr3ykw7 > More </a> </div> <div class="widget item-absolute " id="element-496"> <a href="https://www.powerelectronictips.com/fuses-power-protection-part-1/" id="link-ina3fwvdiz" target="_blank" class="url-link btn item-block" data-at="button" data-link-ina3fwvdiz > More </a> </div> <div class="widget item-absolute " id="element-753"> <a href="https://www.powerelectronictips.com/fuses-power-protection-part-2/" id="link-a38yn318lbm" target="_blank" class="url-link btn item-block" data-at="button" data-link-a38yn318lbm > More </a> </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-ri14hu9rlid" 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-954" data-at="headline"> <div class="contents"> <h1> <span class="x_eb0060c7 x_6ee82066"><span class="x_3528f91f">Surge protection • Overvoltage</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-955"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-965"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-951"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-956"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-964"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114466-62660031-177x133x177x133x0x0-overvoltage-examples.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114466-62660031-354x266x354x266x0x0-overvoltage-examples.jpg" > </div> </div> <div class="widget item-absolute " id="element-969"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114474-62660067-177x133x177x133x0x0-circuit-protection-o.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114474-62660067-354x266x354x266x0x0-circuit-protection-o.jpg" > </div> </div> <div class="widget item-absolute " id="element-970"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114475-62660085-177x133x177x133x0x0-crowbar-design-300x2.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114475-62660085-354x266x354x266x0x0-crowbar-design-300x2.jpg" > </div> </div> <div class="widget item-absolute " id="element-971"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114478-62660104-177x133x177x133x0x0-power-supply-part2-3.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114478-62660104-354x266x354x266x0x0-power-supply-part2-3.jpg" > </div> </div> <div class="widget item-absolute paragraph " id="element-952" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Surge voltage protection considerations</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-958" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Six considerations for better circuit protection</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-961" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Power-supply overvoltage protection, Part 1: Crowbars</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-966" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Power-supply overvoltage protection, Part 2: Clamps</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-953" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">Various SPD technologies enable designers to optimize surge protection networks for specific applications.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-967" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">A look at the implementations of and applications for clamps for OVP and how and when to use them.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-963" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">A discussion on the context of overvoltage protection and crowbars which provide OVP.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-960" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">What to consider to protect your circuit or system from undesirable events and what to do about it.</span></p> </div> </div> <div class="widget item-absolute " id="element-957"> <a href="https://www.powerelectronictips.com/surge-voltage-protection-considerations-faq/" id="link-py3f9wt6pi" target="_blank" class="url-link btn item-block" data-at="button" data-link-py3f9wt6pi > More </a> </div> <div class="widget item-absolute " id="element-959"> <a href="https://www.powerelectronictips.com/six-considerations-for-better-circuit-protection/" id="link-tm3je06e9x" target="_blank" class="url-link btn item-block" data-at="button" data-link-tm3je06e9x > More </a> </div> <div class="widget item-absolute " id="element-962"> <a href="https://www.powerelectronictips.com/power-supply-overvoltage-protection-part-1-crowbars-faq/" id="link-m3j41k0hrnq" target="_blank" class="url-link btn item-block" data-at="button" data-link-m3j41k0hrnq > More </a> </div> <div class="widget item-absolute " id="element-968"> <a href="https://www.powerelectronictips.com/power-supply-overvoltage-protection-part-2-clamps-faq/" id="link-5uqr4n6l7wn" target="_blank" class="url-link btn item-block" data-at="button" data-link-5uqr4n6l7wn > More </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-xrx63p7dvv" 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-999"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="http://www.littelfuse.com/" class="url-link item-content-box item-block" id="link-4db44c7jeq7" data-at="image-link" data-link-4db44c7jeq7 target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114481-64519223-305x71-littelfuse-logo-nota.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114481-64519223-610x142-littelfuse-logo-nota.png" > </a> </div> </div> <div class="widget item-absolute headline " id="element-991" data-at="headline"> <div class="contents"> <h2> <span class="x_7961073b x_95ffcc8f"><strong ><span class="x_25830ed5">Related Resources</span></strong></span> </h2> </div> </div> <div class="widget item-absolute " id="element-1004"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114482-64519266-405x127-Fuseology-LPgraphic.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114483-64519266-810x254-Fuseology-LPgraphic.jpg" > </div> </div> <div class="widget item-absolute " id="element-1005"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114483-64519286-406x127-CircuitProtectGuide-.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114484-64519286-812x254-CircuitProtectGuide-.jpg" > </div> </div> <div class="widget item-absolute headline " id="element-990" data-at="headline"> <div class="contents"> <h1> <span class="x_052b6b4c">Fuseology Design Guide</span> </h1> </div> </div> <div class="widget item-absolute headline " id="element-993" data-at="headline"> <div class="contents"> <h1> <span class="x_052b6b4c x_33879449">Circuit Protection Products Selection Guide</span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-1000" data-at="paragraph"> <div class="contents"> <p class="x_3579aa00 x_ef245e2e"><span class="x_816a1881">Choosing the correct fuse for your application can be overwhelming and time-consuming, even for a seasoned electronics design engineer. Our user-friendly guide makes the fuse selection process quick and easy—helping optimize the reliability and performance of your latest electronic application. The guide includes fuse characteristics, terms, design consideration factors, a fuse selection checklist, and relevant international standards and certifications.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1001" data-at="paragraph"> <div class="contents"> <p class="x_3579aa00 x_ef245e2e"><span class="x_816a1881">Quickly find a protection solution appropriate for your application. This comprehensive guide summarizes key circuit protection considerations, descriptions of the technologies, and product selection tables relevant to various industries. It includes an application matrix that allows you to visualize where Littelfuse can solve design challenges for your projects.</span></p> </div> </div> <div class="widget item-absolute " id="element-992"> <a href="https://info.littelfuse.com/fuseology-design-guide?utm_source=wtwh-sept-2023&utm_medium=classroom&utm_campaign=cp-basics" id="link-luxdebeih5r" target="_blank" class="url-link btn item-block" data-at="button" data-link-luxdebeih5r > LEARN MORE </a> </div> <div class="widget item-absolute " id="element-995"> <a href="https://info.littelfuse.com/circuit-protection-product-selection-guide?utm_source=wtwh-sept-2023&utm_medium=classroom&utm_campaign=cp-basics" id="link-msp835go8b" target="_blank" class="url-link btn item-block" data-at="button" data-link-msp835go8b > LEARN MORE </a> </div> <div class="widget item-absolute " id="element-1006"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114484-64519307-405x127-SenseGuide-LPgraphic.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114485-64519307-810x254-SenseGuide-LPgraphic.jpg" > </div> </div> <div class="widget item-absolute " id="element-1007"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114485-64519309-406x127-PowerSemiGuide-LPgra.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114486-64519309-812x254-PowerSemiGuide-LPgra.jpg" > </div> </div> <div class="widget item-absolute headline " id="element-994" data-at="headline"> <div class="contents"> <h1> <span class="x_6a72b5c9 x_f2939933">Sensing Products Selection Guide</span> </h1> </div> </div> <div class="widget item-absolute headline " id="element-997" data-at="headline"> <div class="contents"> <h1> <span class="x_6a72b5c9 x_f2939933">Power Semiconductor & IC Selection Guide</span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-1002" data-at="paragraph"> <div class="contents"> <p class="x_3579aa00 x_ef245e2e"><span class="x_816a1881">This guide provides an overview of magnetic and temperature sensing technologies, key consideration factors, descriptions of technologies Littelfuse offers, and product selection tables. It is designed to help you quickly find a sensing solution appropriate to your application.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1003" data-at="paragraph"> <div class="contents"> <p class="x_3579aa00 x_ef245e2e"><span class="x_816a1881">The Power Semiconductor Selection Guide is available to help you find the right power semiconductor, gate driver, or solid-state relay for your applications. This selection guide offers a comprehensive portfolio of power semiconductor and integrated circuit technologies in industry standard and innovative packages.</span></p> </div> </div> <div class="widget item-absolute " id="element-996"> <a href="https://info.littelfuse.com/sensing-products-selection-guide?utm_source=wtwh-sept-2023&utm_medium=classroom&utm_campaign=cp-basics" id="link-qrk3d6a0bzh" target="_blank" class="url-link btn item-block" data-at="button" data-link-qrk3d6a0bzh > LEARN MORE </a> </div> <div class="widget item-absolute " id="element-998"> <a href="https://info.littelfuse.com/power-semiconductor-selection-guide?utm_source=wtwh-sept-2023&utm_medium=classroom&utm_campaign=cp-basics" id="link-9ezg6e5eqz9" target="_blank" class="url-link btn item-block" data-at="button" data-link-9ezg6e5eqz9 > LEARN MORE </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-3okt164whua" 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-930" data-at="headline"> <div class="contents"> <h1> <span class="x_1edd7d29 x_6ee82066"><span class="x_3528f91f">ESD • Wireless charging</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-932"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-936"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-927"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-931"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114464-62660244-172x129x172x129x0x0-fusible-resistors-fu.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114464-62660244-344x258x344x258x0x0-fusible-resistors-fu.jpg" > </div> </div> <div class="widget item-absolute " id="element-935"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114467-62660259-173x130x173x130x0x0-electrostatic-discha.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114467-62660259-346x260x346x260x0x0-electrostatic-discha.jpg" > </div> </div> <div class="widget item-absolute " id="element-939"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114468-62660290-164x123x164x123x0x0-no-zapping-300x225.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114468-62660290-328x246x328x246x0x0-no-zapping-300x225.jpg" > </div> </div> <div class="widget item-absolute paragraph " id="element-928" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Fusible resistors vs fuses</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-937" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">No zapping! How to design safe and reliable wireless charging systems</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-933" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_faad26e1">Electrostatic discharge and analog circuits: Preventing the undetectable disaster</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-929" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">Safety standards often dictate what component provides the best protection against overcurrents.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-934" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">Don't take internal IC protection for granted when handling ICs.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-938" data-at="paragraph"> <div class="contents"> <p class="x_0d0d8539"><span class="x_816a1881">Smart use of protection components can help give consumers a trouble-free charge.</span></p> </div> </div> <div class="widget item-absolute " id="element-942"> <a href="https://www.powerelectronictips.com/no-zapping-how-to-design-safe-and-reliable-wireless-charging-systems-faq/" id="link-z2zbybtesus" target="_blank" class="url-link btn item-block" data-at="button" data-link-z2zbybtesus > More </a> </div> <div class="widget item-absolute " id="element-940"> <a href="https://www.powerelectronictips.com/fusible-resistors-vs-fuses-faq/" id="link-hnau3k1m28b" target="_blank" class="url-link btn item-block" data-at="button" data-link-hnau3k1m28b > More </a> </div> <div class="widget item-absolute " id="element-941"> <a href="https://www.analogictips.com/electrostatic-discharge-analog-circuits-preventing-undetectable-disaster/" id="link-kmgzmmr24rk" target="_blank" class="url-link btn item-block" data-at="button" data-link-kmgzmmr24rk > More </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-j5s77f6e259" 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-1011"> <div class="contents item-block"> <iframe class="item-block video iframe-lazy" type="text/html" data-src="https://www.youtube.com/embed/DpjS8Lqp3II?showinfo=0&wmode=transparent&rel=0&autoplay=0&mute=0&controls=1" allow="autoplay" allowfullscreen data-at="video-youtube" title="TKHD-R – The right solution for your long-travel cable carrier applications" frameborder="0"> </iframe> </div> </div> <div class="widget item-absolute paragraph " id="element-1012" data-at="paragraph"> <div class="contents"> <p class="x_dc68832a x_2c80ab57">Many of the products you use every day contain Littelfuse products. They’re an integral part of smart phones, kitchen appliances, automotive electronics, HVAC, water/wastewater, energy, transportation, and beyond. Visit <a href="http://www.littelfuse.com/" id="link-31dapmul7t9" target="_blank" data-link-31dapmul7t9 class="url-link"><strong >Littelfuse.com</strong></a> to learn more.</p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-uo5crhw7b7h" 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-74n6skwlamu" 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-974"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="http://www.littelfuse.com/" class="url-link item-content-box item-block" id="link-0w1svpt1z37" data-at="image-link" data-link-0w1svpt1z37 target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114479-64519223-410x95-littelfuse-logo-nota.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114479-64519223-820x190-littelfuse-logo-nota.png" > </a> </div> </div> <div class="widget item-absolute paragraph " id="element-975" data-at="paragraph"> <div class="contents"> <p class="x_dc68832a x_c5f0bf77"><span class="x_c9d5b5ac">Littelfuse is a diversified industrial technology manufacturing company empowering a sustainable, connected, and safer world. We partner with customers across more than 20 countries and with approximately 18,000 global associates to design and deliver innovative, reliable solutions. Littelfuse serves over 100,000 end customers, with products found in various industrial, transportation, and electronics end markets—everywhere, every day. Littelfuse, founded in 1927, has its headquarters in Chicago, Illinois, United States. Learn more at <a href="http://www.littelfuse.com/" id="link-pkmazpa6pd" target="_blank" data-link-pkmazpa6pd class="url-link"><strong >Littelfuse.com</strong></a>.</span></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=" data-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114462-43173756-224x79-EEworld-online-rever.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/ade7fee3/1701114463-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.c9144221d5b5d6147353.js"></script> <script data-cfasync="false" async defer src="//g.fastcdn.co/js/LazyImage.59626ef3f961b8927cb6.js"></script> <script data-cfasync="false" async defer src="//g.fastcdn.co/js/Social.61b112b7ca9c9a4aae65.js"></script> <script data-cfasync="false" async src="https://heatmap-events-collector.instapage.com/static/lib.js"></script> <script data-cfasync="false" id="facebook-jssdk" src="https://connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v3.1"></script> <!-- Generated at: 2023-11-27T19:50:18.221Z --> <!-- --> <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:'8e6f3ff91f0ab062',t:'MTczMjM0NDg4Ny4wMDAwMDA='};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>