CINXE.COM

Miniature Engineered Designs Classroom

<!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="Miniature automation requires miniature motion components. Ever-tinier machine designs have spurred the use of miniature motion components to build what are in many cases custom designs. " /> <meta name="keywords" content="components, sensors, encoders, gear, motors, tiny, miniature, engineer, design, chieftek" /> <link rel="canonical" href="https://www.designworldonline.com/miniature-engineered-designs-classroom"> <link rel="shortcut icon" href="//v.fastcdn.co/u/6f5f942d/42923436-0-mc-favicon.png" type="image/ico"> <title>Miniature Engineered Designs Classroom</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.designworldonline.com/miniature-engineered-designs-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-MRMQ5MS'); } setupGTM(); </script> <!-- End Google Tag Manager --> <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> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&display=swap"/><link media="print" onload="this.media='all'" type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&display=swap"/><noscript><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&display=swap"/></noscript> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Oswald:400,300,700&display=swap"/><link media="print" onload="this.media='all'" type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald:400,300,700&display=swap"/><noscript><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald:400,300,700&display=swap"/></noscript> <style type="text/css" media="screen"> body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;width:100%;font-family:Roboto;font-weight:400;background:repeat rgb(255,255,255) top left / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/55820451-0-Chieftekminiaturelin.jpg),url(//v.fastcdn.co/t/6f5f942d/152e3200/1706827881-55820451-ghost-Chieftekminiaturelin.jpg);}a{text-decoration:none;color:inherit;}a:not(.btn):hover{text-decoration:underline;}input,select,textarea,p,h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit;}main{overflow:hidden;}u > span{text-decoration:inherit;}ol,ul{padding-left:2.5rem;margin:.625rem 0;}p{word-wrap:break-word;}h1 > span,h2 > span,h3 > span,h4 > span,h5 > span,h6 > span{display:block;word-wrap:break-word;}iframe{border:0;}*{box-sizing:border-box;}:root.js-text-scaling{--mobile-font-size:4vw;--default-font-size:16px;}.item-absolute{position:absolute;}.item-relative{position:relative;}.item-block{display:block;height:100%;width:100%;}.item-cover{z-index:1000030;}.item-breakword{word-wrap:break-word;}.item-content-box{box-sizing:content-box;}.hidden{display:none;}.clearfix{clear:both;}sup,sub{margin-left:0.1rem;line-height:0;}@keyframes slide-down{from{opacity:0;transform:translateY(-50px);}}@keyframes fade-in{from{opacity:0;}}@supports (-webkit-overflow-scrolling:touch){@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi){.image[src$=".svg"]{width:calc(100% + 1px);}}}.show-for-sr{border:0 !important;clip:rect(1px,1px,1px,1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important;}.headline{font-family:Ubuntu;font-weight:500;}.btn{line-height:120%;text-align:center;font-family:Roboto;font-weight:400;cursor:pointer;transition:border .5s;width:100%;border:0;white-space:normal;display:table-cell;vertical-align:middle;padding:0;}.section-fit{max-width:400px;}:root{--section-relative-margin:0 auto;}.section-relative{position:relative;margin:0 auto;}.js-text-scaling .section-relative{margin:var(--section-relative-margin);}.section-inner{height:100%;}#page-block-1p5pgt10r8f{height:11.9375rem;max-width:100%;}#page-block-1p5pgt10r8f .section-holder-border{border:0;}#page-block-1p5pgt10r8f .section-block{background:rgb(255,255,255);height:11.9375rem;}#page-block-1p5pgt10r8f .section-holder-overlay{display:none;}#element-788{top:1.75rem;left:4.5625rem;height:4.0509rem;width:15.875rem;z-index:41;}#element-789{top:7.375rem;left:1.1875rem;height:2.75rem;width:23.75rem;z-index:40;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:center;}#element-789 .x_938e8cfc{text-align:center;line-height:1.375rem;font-size:0.8669rem;}#element-789 .x_39a587ea{color:#e71717;}#page-block-r7b65f0d01{height:34.3125rem;max-width:100%;}#page-block-r7b65f0d01 .section-holder-border{border:0;}#page-block-r7b65f0d01 .section-block{background:repeat rgb(255,255,255) 56% 47% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/64080576-0-Chieftek-Background.jpg),url(//v.fastcdn.co/t/6f5f942d/152e3200/1706827881-64080576-ghost-Chieftek-Background.jpg);height:34.3125rem;}#page-block-r7b65f0d01 .section-holder-overlay{opacity:0.85;background-color:#051D37;display:block;}#element-779{top:2.5rem;left:1.625rem;height:6.75rem;width:21.4375rem;z-index:38;color:#000000;font-size:1.8576rem;line-height:2.25rem;text-align:center;}#element-779 .x_efe90565{text-align:center;line-height:2.25rem;font-size:1.8576rem;}#element-779 .x_fb061381{color:#c9cdd2;}#element-779 strong{font-weight:700;}#element-780{top:11.1875rem;left:1.625rem;height:20.125rem;width:22.125rem;z-index:39;color:#FFFFFF;font-size:1.1765rem;line-height:1.425rem;text-align:center;font-weight:300;}#element-780 .x_5e4484a5{text-align:center;line-height:1.4375rem;font-size:1.1765rem;}#element-780 .x_a269ab78{color:#37465A;}#element-780 strong{font-weight:700;}#element-780.paragraph{font-weight:300;}#page-block-8c7kn9tke14{height:11.1875rem;max-width:100%;}#page-block-8c7kn9tke14 .section-holder-border{border:0;}#page-block-8c7kn9tke14 .section-block{background:rgb(255,255,255);height:11.1875rem;}#page-block-8c7kn9tke14 .section-holder-overlay{display:none;}#element-631{top:1.75rem;left:1.25rem;height:2.1875rem;width:22.5rem;z-index:61;color:#37465A;font-size:1.548rem;line-height:2.1875rem;text-align:center;}#element-631 .x_67ab24c6{text-align:center;line-height:2.1875rem;font-size:1.548rem;}#element-755{top:4.9375rem;left:1.25rem;height:3.6818rem;width:22.5rem;z-index:66;}#page-block-fjp2831h25s{height:104.25rem;max-width:100%;}#page-block-fjp2831h25s .section-holder-border{border:0;}#page-block-fjp2831h25s .section-block{background:repeat rgb(201,205,210) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/55820451-0-Chieftekminiaturelin.jpg),url(//v.fastcdn.co/t/6f5f942d/152e3200/1706827881-55820451-ghost-Chieftekminiaturelin.jpg);height:104.25rem;}#page-block-fjp2831h25s .section-holder-overlay{opacity:0.85;background-color:#051D37;display:block;}#element-814{top:3.8125rem;left:1.25rem;height:2.25rem;width:22.5rem;z-index:7;color:#37465A;font-size:1.6099rem;line-height:2.275rem;text-align:center;font-weight:700;}#element-814 .x_47b745f5{text-align:center;line-height:2.25rem;font-size:1.6099rem;}#element-814 .x_fb061381{color:#c9cdd2;}#element-814 strong{font-weight:700;}#element-814.headline{font-weight:700;}#element-815{top:9.25rem;left:3.125rem;height:27.3125rem;width:18.75rem;z-index:25;}.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-815 .shape{border:0;background:rgb(255,255,255);}#element-818{top:9.25rem;left:3.125rem;height:16.25rem;width:18.75rem;z-index:33;}#element-818 .shape{border:0;background:url(//v.fastcdn.co/u/6f5f942d/64103709-0-Lisa-Eitel-stage-ima.jpg) repeat rgb(255,255,255) 50% 50% / cover;}#element-820{top:38.4375rem;left:3.0625rem;height:29.875rem;width:18.75rem;z-index:15;}#element-820 .shape{border:0;background:rgb(255,255,255);}#element-822{top:38.4375rem;left:3.0625rem;height:16.25rem;width:18.75rem;z-index:19;}#element-822 .shape{border:0;background:url(//v.fastcdn.co/u/6f5f942d/64103726-0-Steinmeyer-miniature.jpg) repeat rgb(255,255,255) 50% 50% / cover;}#element-824{top:71.3125rem;left:3.125rem;height:28.375rem;width:18.75rem;z-index:9;}#element-824 .shape{border:0;background:rgb(255,255,255);}#element-826{top:71.3125rem;left:3.125rem;height:16.25rem;width:18.75rem;z-index:11;}#element-826 .shape{border:0;background:url(//v.fastcdn.co/u/6f5f942d/64103763-0-03-can-stack-motor-K.jpg) repeat rgb(255,255,255) 46% 22% / cover;}#element-816{top:25.9375rem;left:4.375rem;height:1.625rem;width:16.1875rem;z-index:28;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-816 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-816 .x_a269ab78{color:#37465A;}#element-816 strong{font-weight:700;}#element-816.paragraph{font-weight:400;}#element-821{top:55.75rem;left:3.9375rem;height:3.25rem;width:16.1875rem;z-index:21;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-821 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-821 .x_a269ab78{color:#37465A;}#element-821 strong{font-weight:700;}#element-821.paragraph{font-weight:400;}#element-825{top:89.5rem;left:3.9375rem;height:1.625rem;width:16.1875rem;z-index:13;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-825 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-825 .x_a269ab78{color:#37465A;}#element-825 strong{font-weight:700;}#element-825.paragraph{font-weight:400;}#element-817{top:27.625rem;left:4.375rem;height:6.5rem;width:16.1875rem;z-index:34;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-817 .x_8b9ce48e{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-817 strong{font-weight:700;}#element-817.paragraph{font-weight:400;}#element-829{top:91.8125rem;left:3.9375rem;height:4.125rem;width:16.9375rem;z-index:44;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-829 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-829 .x_a269ab78{color:#37465A;}#element-829 strong{font-weight:700;}#element-829.paragraph{font-weight:400;}#element-827{top:59.4375rem;left:3.9375rem;height:4.125rem;width:16.9375rem;z-index:42;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-827 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-827 .x_a269ab78{color:#37465A;}#element-827 strong{font-weight:700;}#element-827.paragraph{font-weight:400;}#element-823{top:65.875rem;left:3.9375rem;height:1.1875rem;width:16.1875rem;z-index:23;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-823 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-823 .x_afd94657{color:#9b0a0a;}#element-823 strong{font-weight:700;}#element-823.headline{font-weight:700;}#element-819{top:34.125rem;left:4.375rem;height:1.1875rem;width:16.1875rem;z-index:36;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-819 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-819 .x_afd94657{color:#9b0a0a;}#element-819 strong{font-weight:700;}#element-819.headline{font-weight:700;}#element-828{top:97.3125rem;left:4.3125rem;height:1.1875rem;width:16.1875rem;z-index:43;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-828 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-828 .x_afd94657{color:#9b0a0a;}#element-828 strong{font-weight:700;}#element-828.headline{font-weight:700;}#page-block-2q97vg9jcr{height:174.125rem;max-width:100%;}#page-block-2q97vg9jcr .section-holder-border{border:0;}#page-block-2q97vg9jcr .section-block{background:rgb(255,255,255);height:174.125rem;}#page-block-2q97vg9jcr .section-holder-overlay{display:none;}#element-849{top:5.625rem;left:1.125rem;height:3.6641rem;width:22.5rem;z-index:76;}#element-831{top:2.125rem;left:0.0625rem;height:1.625rem;width:24.9375rem;z-index:45;color:#37465A;font-size:1.6099rem;line-height:1.625rem;text-align:center;font-weight:700;}#element-831 .x_f82204f0{text-align:center;line-height:1.625rem;font-size:1.6099rem;}#element-831 .x_1c54ff63{color:#d91212;}#element-831 strong{font-weight:700;}#element-831.headline{font-weight:700;}#element-833{top:13.9375rem;left:0.125rem;height:4.25rem;width:24.9375rem;z-index:6;color:#37465A;font-size:1.4861rem;line-height:2.1rem;text-align:center;}#element-833 .x_fc9d998b{text-align:center;line-height:2.125rem;font-size:1.4861rem;}#element-833 .x_a269ab78{color:#37465A;}#element-836{top:60rem;left:1.5rem;height:1.8125rem;width:21.4375rem;z-index:47;color:#37465A;font-size:1.4861rem;line-height:1.8rem;text-align:center;}#element-836 .x_5f0ed501{text-align:center;line-height:1.8125rem;font-size:1.4861rem;}#element-836 .x_a269ab78{color:#37465A;}#element-834{top:18.875rem;left:1.25rem;height:24.1875rem;width:22.5rem;z-index:8;}#element-834 .shape{border:0.0625rem solid #A3BAC6;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat 91% 21% / cover;}#element-839{top:62.5rem;left:1.375rem;height:15.4375rem;width:21.75rem;z-index:50;}#element-839 .shape{border:0.0625rem solid #A3BAC6;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat 50% 50% / cover;}#element-837{top:78.6875rem;left:2.1875rem;height:9.75rem;width:20.125rem;z-index:48;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:center;}#element-837 .x_dc68832a{text-align:center;line-height:1.625rem;font-size:0.9907rem;}#element-837 .x_a269ab78{color:#37465A;}#element-832{top:43.6875rem;left:3.1875rem;height:8.125rem;width:18.125rem;z-index:4;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:center;}#element-832 .x_dc68832a{text-align:center;line-height:1.625rem;font-size:0.9907rem;}#element-832 .x_a269ab78{color:#37465A;}#element-835{top:52.75rem;left:6.625rem;height:2.625rem;width:11.3125rem;z-index:46;}.btn-shadow{box-shadow:0 1px 3px rgba(1,1,1,0.5);}#element-835 .btn.btn-effect3d:active{box-shadow:none;}#element-835 .btn:hover{background:#C6C6C9;color:#000000;}#element-835 .btn{border:2px solid #9B0A0A;color:#9B0A0A;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:11.3125rem;border-radius:0;}#element-838{top:89.1875rem;left:6.75rem;height:2.625rem;width:11.3125rem;z-index:49;}#element-838 .btn.btn-effect3d:active{box-shadow:none;}#element-838 .btn:hover{background:#C6C6C9;color:#000000;}#element-838 .btn{border:2px solid #9B0A0A;color:#9B0A0A;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:11.3125rem;border-radius:0;}#element-841{top:96.75rem;left:1.625rem;height:3.625rem;width:21.4375rem;z-index:52;color:#37465A;font-size:1.4861rem;line-height:1.8rem;text-align:center;}#element-841 .x_5f0ed501{text-align:center;line-height:1.8125rem;font-size:1.4861rem;}#element-841 .x_a269ab78{color:#37465A;}#element-845{top:136.0625rem;left:1.75rem;height:3.625rem;width:21.4375rem;z-index:60;color:#37465A;font-size:1.4861rem;line-height:1.8rem;text-align:center;}#element-845 .x_5f0ed501{text-align:center;line-height:1.8125rem;font-size:1.4861rem;}#element-845 .x_a269ab78{color:#37465A;}#element-842{top:101rem;left:1.625rem;height:15.4375rem;width:21.75rem;z-index:53;}#element-842 .shape{border:0.0625rem solid #A3BAC6;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat 93% 72% / cover;}#element-846{top:140.375rem;left:1.75rem;height:15.4375rem;width:21.75rem;z-index:62;}#element-846 .shape{border:0.0625rem solid #A3BAC6;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat 50% 50% / cover;}#element-840{top:117.125rem;left:2rem;height:11.375rem;width:20.75rem;z-index:51;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:center;}#element-840 .x_dc68832a{text-align:center;line-height:1.625rem;font-size:0.9907rem;}#element-840 .x_a269ab78{color:#37465A;}#element-844{top:156.875rem;left:2rem;height:4.875rem;width:20.9375rem;z-index:59;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:center;}#element-844 .x_dc68832a{text-align:center;line-height:1.625rem;font-size:0.9907rem;}#element-844 .x_a269ab78{color:#37465A;}#element-847{top:164.0625rem;left:7.25rem;height:2.625rem;width:10.4375rem;z-index:63;}#element-847 .btn.btn-effect3d:active{box-shadow:none;}#element-847 .btn:hover{background:#C6C6C9;color:#000000;}#element-847 .btn{border:2px solid #9B0A0A;color:#9B0A0A;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:10.4375rem;border-radius:0;}#element-843{top:129.0625rem;left:6.6875rem;height:2.625rem;width:11.3125rem;z-index:57;}#element-843 .btn.btn-effect3d:active{box-shadow:none;}#element-843 .btn:hover{background:#C6C6C9;color:#000000;}#element-843 .btn{border:2px solid #9B0A0A;color:#9B0A0A;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:11.3125rem;border-radius:0;}#element-848{top:167.1875rem;left:7.25rem;height:2.625rem;width:10.4375rem;z-index:64;}#element-848 .btn.btn-effect3d:active{box-shadow:none;}#element-848 .btn:hover{background:#C6C6C9;color:#000000;}#element-848 .btn{border:2px solid #9B0A0A;color:#9B0A0A;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:10.4375rem;border-radius:0;}#page-block-5sw944w3o64{height:104.25rem;max-width:100%;}#page-block-5sw944w3o64 .section-holder-border{border:0;}#page-block-5sw944w3o64 .section-block{background:no-repeat rgb(201,205,210) 50% 50% / auto;background-image:url(//v.fastcdn.co/u/6f5f942d/63898407-0-AdobeStock-210269007.jpg),url(//v.fastcdn.co/t/6f5f942d/152e3200/1706827882-63898407-ghost-AdobeStock-210269007.jpg);height:104.25rem;}#page-block-5sw944w3o64 .section-holder-overlay{opacity:0.9;background-color:#1B252C;display:block;}#element-851{top:3.125rem;left:3.125rem;height:4.5rem;width:18.75rem;z-index:10;color:#37465A;font-size:1.6099rem;line-height:2.275rem;text-align:center;font-weight:700;}#element-851 .x_47b745f5{text-align:center;line-height:2.25rem;font-size:1.6099rem;}#element-851 .x_fb061381{color:#c9cdd2;}#element-851 strong{font-weight:700;}#element-851.headline{font-weight:700;}#element-852{top:10.8125rem;left:3.125rem;height:27.3125rem;width:18.75rem;z-index:26;}#element-852 .shape{border:0;background:rgb(255,255,255);}#element-855{top:10.8125rem;left:3.0625rem;height:11.9375rem;width:18.75rem;z-index:32;}#element-855 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 81% 42% / cover;}#element-857{top:40.25rem;left:3.0625rem;height:29.875rem;width:18.75rem;z-index:18;}#element-857 .shape{border:0;background:rgb(255,255,255);}#element-859{top:40.25rem;left:3.0625rem;height:16.25rem;width:18.75rem;z-index:20;}#element-859 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 28% 60% / cover;}#element-861{top:72.375rem;left:3.125rem;height:28.375rem;width:18.75rem;z-index:12;}#element-861 .shape{border:0;background:rgb(255,255,255);}#element-863{top:72.375rem;left:3.125rem;height:14.625rem;width:18.75rem;z-index:14;}#element-863 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 98% 48% / cover;}#element-853{top:24.4375rem;left:4.3125rem;height:1.625rem;width:16.1875rem;z-index:30;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-853 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-853 .x_a269ab78{color:#37465A;}#element-853 strong{font-weight:700;}#element-853.paragraph{font-weight:400;}#element-858{top:57.5625rem;left:4.375rem;height:1.625rem;width:15.75rem;z-index:22;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-858 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-858 .x_a269ab78{color:#37465A;}#element-858 strong{font-weight:700;}#element-858.paragraph{font-weight:400;}#element-862{top:88.625rem;left:3.9375rem;height:1.625rem;width:16.875rem;z-index:16;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-862 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-862 .x_a269ab78{color:#37465A;}#element-862 strong{font-weight:700;}#element-862.paragraph{font-weight:400;}#element-854{top:27rem;left:4.3125rem;height:8.125rem;width:16.1875rem;z-index:35;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-854 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-854 .x_a269ab78{color:#37465A;}#element-854 strong{font-weight:700;}#element-854.paragraph{font-weight:400;}#element-864{top:60rem;left:4.375rem;height:6.875rem;width:16.1875rem;z-index:54;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-864 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-864 .x_a269ab78{color:#37465A;}#element-864 strong{font-weight:700;}#element-864.paragraph{font-weight:400;}#element-866{top:91.25rem;left:4rem;height:5.5rem;width:16.9375rem;z-index:58;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-866 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-866 .x_a269ab78{color:#37465A;}#element-866 strong{font-weight:700;}#element-866.paragraph{font-weight:400;}#element-856{top:35.6875rem;left:4.375rem;height:1.1875rem;width:16.1875rem;z-index:37;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-856 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-856 .x_afd94657{color:#9b0a0a;}#element-856 strong{font-weight:700;}#element-856.headline{font-weight:700;}#element-860{top:67.5625rem;left:3.9375rem;height:1.1875rem;width:16.1875rem;z-index:24;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-860 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-860 .x_afd94657{color:#9b0a0a;}#element-860 strong{font-weight:700;}#element-860.headline{font-weight:700;}#element-865{top:98.375rem;left:4.3125rem;height:1.1875rem;width:16.1875rem;z-index:56;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-865 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-865 .x_afd94657{color:#9b0a0a;}#element-865 strong{font-weight:700;}#element-865.headline{font-weight:700;}#page-block-fg821ltm2st{height:35.1875rem;max-width:100%;}#page-block-fg821ltm2st .section-holder-border{border:0;}#page-block-fg821ltm2st .section-block{background:rgb(255,255,255);height:35.1875rem;}#page-block-fg821ltm2st .section-holder-overlay{display:none;}#element-867{top:5.3125rem;left:3.25rem;height:11.3905rem;width:17.5625rem;z-index:27;}#element-868{top:1.8125rem;left:1.875rem;height:3.5rem;width:21rem;z-index:29;color:#98A0A6;font-size:1.4241rem;line-height:1.725rem;text-align:center;}#element-868 .x_6ee82066{text-align:center;line-height:1.75rem;font-size:1.4241rem;}#element-868 .x_47aaa431{color:#79001f;}#element-869{top:19.6875rem;left:1.1875rem;height:8.25rem;width:22.5rem;z-index:31;color:#98A0A6;font-size:1.1146rem;line-height:1.35rem;text-align:center;}#element-869 .x_764cc516{text-align:center;line-height:1.375rem;font-size:1.1146rem;}#element-869 .x_a269ab78{color:#37465A;}#element-870{top:30.625rem;left:7.375rem;height:2.625rem;width:10.1875rem;z-index:74;}#element-870 .btn.btn-effect3d:active{box-shadow:none;}#element-870 .btn:hover{background:#C6C6C9;color:#000000;}#element-870 .btn{border:2px solid #9B0A0A;color:#9B0A0A;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:10.1875rem;border-radius:0;}#page-block-d8e948jgrr9{height:109.6875rem;max-width:100%;}#page-block-d8e948jgrr9 .section-holder-border{border:0;}#page-block-d8e948jgrr9 .section-block{background:repeat rgb(255,255,255) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/64157480-0-AdobeStock-528926701.jpg),url(//v.fastcdn.co/t/6f5f942d/152e3200/1706827882-64157480-ghost-AdobeStock-528926701.jpg);height:109.6875rem;}#page-block-d8e948jgrr9 .section-holder-overlay{opacity:0.57;background-color:#102E53;display:block;}#element-756{top:3.1875rem;left:1.5rem;height:3.25rem;width:21.4375rem;z-index:67;color:#98A0A6;font-size:1.3622rem;line-height:1.65rem;text-align:center;}#element-756 .x_b796efc8{text-align:center;line-height:1.625rem;font-size:1.3622rem;}#element-756 .x_d7a124aa{color:#f1f2f3;}#element-716{top:9.875rem;left:1.5rem;height:3rem;width:20.5625rem;z-index:3;color:#98A0A6;font-size:1.2384rem;line-height:1.5rem;text-align:center;}#element-716 .x_4fa66b73{text-align:center;line-height:1.5rem;font-size:1.2384rem;}#element-716 .x_c3521a4c{color:#e1f3ff;}#element-719{top:14.25rem;left:1.5rem;height:12.872rem;width:20.5625rem;z-index:65;}#element-717{top:28.25rem;left:1.5rem;height:5.5rem;width:21.4375rem;z-index:5;color:#E1F3FF;font-size:1.1146rem;line-height:1.35rem;text-align:center;}#element-717 .x_764cc516{text-align:center;line-height:1.375rem;font-size:1.1146rem;}#element-717 .x_eda55e74{color:#cee4f5;}#element-871{top:34.4375rem;left:6.8125rem;height:2.625rem;width:9.9375rem;z-index:77;}#element-871 .btn.btn-effect3d:active{box-shadow:none;}#element-871 .btn:hover{background:#C6C6C9;color:#EE1010;}#element-871 .btn{border:2px solid #E1F3FF;color:#E1F3FF;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:9.9375rem;border-radius:0;}#element-760{top:44.625rem;left:1rem;height:3rem;width:21.9375rem;z-index:68;color:#98A0A6;font-size:1.2384rem;line-height:1.5rem;text-align:center;}#element-760 .x_4fa66b73{text-align:center;line-height:1.5rem;font-size:1.2384rem;}#element-760 .x_c3521a4c{color:#e1f3ff;}#element-763{top:48.75rem;left:1.25rem;height:14.6836rem;width:21.6875rem;z-index:70;}#element-761{top:64.3125rem;left:1.5rem;height:5.5rem;width:21.4375rem;z-index:69;color:#98A0A6;font-size:1.1146rem;line-height:1.35rem;text-align:center;}#element-761 .x_764cc516{text-align:center;line-height:1.375rem;font-size:1.1146rem;}#element-761 .x_c3521a4c{color:#e1f3ff;}#element-872{top:70.8125rem;left:7.25rem;height:2.625rem;width:9.9375rem;z-index:78;}#element-872 .btn.btn-effect3d:active{box-shadow:none;}#element-872 .btn:hover{background:#C6C6C9;color:#EE1010;}#element-872 .btn{border:2px solid #E1F3FF;color:#E1F3FF;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:9.9375rem;border-radius:0;}#element-765{top:80.125rem;left:1.5rem;height:1.5rem;width:21.8125rem;z-index:72;color:#98A0A6;font-size:1.2384rem;line-height:1.5rem;text-align:center;}#element-765 .x_4fa66b73{text-align:center;line-height:1.5rem;font-size:1.2384rem;}#element-765 .x_c3521a4c{color:#e1f3ff;}#element-764{top:82.625rem;left:1.5rem;height:11.4368rem;width:21.8125rem;z-index:71;}#element-766{top:95.0625rem;left:2.25rem;height:5.5rem;width:19.875rem;z-index:73;color:#98A0A6;font-size:1.1146rem;line-height:1.35rem;text-align:center;}#element-766 .x_764cc516{text-align:center;line-height:1.375rem;font-size:1.1146rem;}#element-766 .x_c3521a4c{color:#e1f3ff;}#element-873{top:101.75rem;left:7.4375rem;height:2.625rem;width:9.9375rem;z-index:79;}#element-873 .btn.btn-effect3d:active{box-shadow:none;}#element-873 .btn:hover{background:#C6C6C9;color:#EE1010;}#element-873 .btn{border:2px solid #E1F3FF;color:#E1F3FF;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:9.9375rem;border-radius:0;}#page-block-tf98gqx3hol{height:9.375rem;max-width:100%;}#page-block-tf98gqx3hol .section-holder-border{border:0;}#page-block-tf98gqx3hol .section-block{background:rgb(255,255,255);height:9.375rem;}#page-block-tf98gqx3hol .section-holder-overlay{display:none;}#element-773{top:3.0625rem;left:1.25rem;height:3.6792rem;width:22.5rem;z-index:75;}#page-block-9wevj9i0x8b{height:9.125rem;max-width:100%;}#page-block-9wevj9i0x8b .section-holder-border{border:0;}#page-block-9wevj9i0x8b .section-block{background:rgb(160,189,71);height:9.125rem;}#page-block-9wevj9i0x8b .section-holder-overlay{display:none;}#element-569{top:2.5rem;left:4.3125rem;height:4.125rem;width:16.3125rem;z-index:55;}#page-block-akl8ez4w3rv{height:8.3125rem;max-width:100%;}#page-block-akl8ez4w3rv .section-holder-border{border:0;}#page-block-akl8ez4w3rv .section-block{background:rgb(255,255,255);height:8.3125rem;}#page-block-akl8ez4w3rv .section-holder-overlay{display:none;}#element-775{top:1.125rem;left:1.25rem;height:6.0625rem;width:22.5rem;z-index:17;}.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-1p5pgt10r8f{height:6.9375rem;max-width:100%;}#page-block-1p5pgt10r8f .section-holder-border{border:0;}#page-block-1p5pgt10r8f .section-block{background:rgb(255,255,255);height:6.9375rem;}#page-block-1p5pgt10r8f .section-holder-overlay{display:none;}#element-788{top:2.625rem;left:0.25rem;height:2.3125rem;width:9.0625rem;z-index:41;}#element-789{top:2.625rem;left:22.625rem;height:1.375rem;width:37.3125rem;z-index:40;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:right;}#element-789 .x_effd9815{text-align:right;line-height:1.375rem;font-size:0.8669rem;}#element-789 .x_39a587ea{color:#e71717;}#page-block-r7b65f0d01{height:27.1875rem;max-width:100%;}#page-block-r7b65f0d01 .section-holder-border{border:0;}#page-block-r7b65f0d01 .section-block{background:repeat rgb(255,255,255) 56% 47% / cover fixed;background-image:url(//v.fastcdn.co/u/6f5f942d/64080576-0-Chieftek-Background.jpg),url(//v.fastcdn.co/t/6f5f942d/152e3200/1706827881-64080576-ghost-Chieftek-Background.jpg);height:27.1875rem;}#page-block-r7b65f0d01 .section-holder-overlay{opacity:0.85;background-color:#051D37;display:block;}#element-779{top:2.75rem;left:2.3125rem;height:13.25rem;width:19.25rem;z-index:38;color:#000000;font-size:2.3529rem;line-height:3.325rem;text-align:left;}#element-779 .x_beb06eea{text-align:left;line-height:3.3125rem;font-size:2.3529rem;}#element-779 .x_fb061381{color:#c9cdd2;}#element-779 strong{font-weight:700;}#element-780{top:3.0625rem;left:23.75rem;height:21.3125rem;width:31.25rem;z-index:39;color:#FFFFFF;font-size:1.3622rem;line-height:1.925rem;text-align:left;font-weight:300;}#element-780 .x_052b6b4c{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-780 .x_a269ab78{color:#37465A;}#element-780 strong{font-weight:700;}#element-780.paragraph{font-weight:300;}#page-block-8c7kn9tke14{height:16.8125rem;max-width:100%;}#page-block-8c7kn9tke14 .section-holder-border{border:0;}#page-block-8c7kn9tke14 .section-block{background:rgb(255,255,255);height:16.8125rem;}#page-block-8c7kn9tke14 .section-holder-overlay{display:none;}#element-631{top:1.5rem;left:3.6875rem;height:3rem;width:52.5rem;z-index:61;color:#37465A;font-size:1.8576rem;line-height:3rem;text-align:center;}#element-631 .x_55e4a81c{text-align:center;line-height:3rem;font-size:1.8576rem;}#element-755{top:6.25rem;left:9.375rem;height:6.75rem;width:41.25rem;z-index:66;}#page-block-fjp2831h25s{height:41.5625rem;max-width:100%;}#page-block-fjp2831h25s .section-holder-border{border:0;}#page-block-fjp2831h25s .section-block{background:repeat rgb(201,205,210) 50% 50% / cover fixed;background-image:url(//v.fastcdn.co/u/6f5f942d/55820451-0-Chieftekminiaturelin.jpg),url(//v.fastcdn.co/t/6f5f942d/152e3200/1706827881-55820451-ghost-Chieftekminiaturelin.jpg);height:41.5625rem;}#page-block-fjp2831h25s .section-holder-overlay{opacity:0.85;background-color:#051D37;display:block;}#element-814{top:3.5625rem;left:-0.0625rem;height:2.875rem;width:60rem;z-index:7;color:#37465A;font-size:2.3529rem;line-height:2.85rem;text-align:center;font-weight:700;}#element-814 .x_b614627d{text-align:center;line-height:2.875rem;font-size:2.3529rem;}#element-814 .x_fb061381{color:#c9cdd2;}#element-814 strong{font-weight:700;}#element-814.headline{font-weight:700;}#element-815{top:10.1875rem;left:0;height:27.3125rem;width:18.75rem;z-index:25;}#element-815 .shape{border:0;background:rgb(255,255,255);}#element-818{top:10.1875rem;left:0;height:16.25rem;width:18.75rem;z-index:33;}#element-818 .shape{border:0;background:url(//v.fastcdn.co/u/6f5f942d/64103709-0-Lisa-Eitel-stage-ima.jpg) repeat rgb(255,255,255) 50% 50% / cover;}#element-820{top:10.1875rem;left:20.625rem;height:27.3125rem;width:18.75rem;z-index:15;}#element-820 .shape{border:0;background:rgb(255,255,255);}#element-822{top:10.1875rem;left:20.625rem;height:16.25rem;width:18.75rem;z-index:19;}#element-822 .shape{border:0;background:url(//v.fastcdn.co/u/6f5f942d/64103726-0-Steinmeyer-miniature.jpg) repeat rgb(255,255,255) 50% 50% / cover;}#element-824{top:10.1875rem;left:41.25rem;height:27.3125rem;width:18.75rem;z-index:9;}#element-824 .shape{border:0;background:rgb(255,255,255);}#element-826{top:10.1875rem;left:41.25rem;height:16.25rem;width:18.75rem;z-index:11;}#element-826 .shape{border:0;background:url(//v.fastcdn.co/u/6f5f942d/64103763-0-03-can-stack-motor-K.jpg) repeat rgb(255,255,255) 46% 22% / cover;}#element-816{top:27.6875rem;left:1.3125rem;height:1.625rem;width:16.875rem;z-index:28;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-816 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-816 .x_a269ab78{color:#37465A;}#element-816 strong{font-weight:700;}#element-816.paragraph{font-weight:400;}#element-821{top:27.6875rem;left:21.9375rem;height:3.25rem;width:17.4375rem;z-index:21;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-821 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-821 .x_a269ab78{color:#37465A;}#element-821 strong{font-weight:700;}#element-821.paragraph{font-weight:400;}#element-825{top:27.6875rem;left:42.5625rem;height:1.625rem;width:16.1875rem;z-index:13;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-825 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-825 .x_a269ab78{color:#37465A;}#element-825 strong{font-weight:700;}#element-825.paragraph{font-weight:400;}#element-817{top:29.8125rem;left:1.3125rem;height:5.5rem;width:16.1875rem;z-index:34;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-817 .x_48aa50a2{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-817 strong{font-weight:700;}#element-817.paragraph{font-weight:400;}#element-829{top:29.8125rem;left:42.5625rem;height:4.125rem;width:16.9375rem;z-index:44;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-829 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-829 .x_a269ab78{color:#37465A;}#element-829 strong{font-weight:700;}#element-829.paragraph{font-weight:400;}#element-827{top:31.375rem;left:21.9375rem;height:4.125rem;width:16.9375rem;z-index:42;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-827 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-827 .x_a269ab78{color:#37465A;}#element-827 strong{font-weight:700;}#element-827.paragraph{font-weight:400;}#element-823{top:35.5rem;left:22.1875rem;height:1.1875rem;width:16.1875rem;z-index:23;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-823 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-823 .x_afd94657{color:#9b0a0a;}#element-823 strong{font-weight:700;}#element-823.headline{font-weight:700;}#element-819{top:35.625rem;left:1.3125rem;height:1.1875rem;width:16.1875rem;z-index:36;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-819 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-819 .x_afd94657{color:#9b0a0a;}#element-819 strong{font-weight:700;}#element-819.headline{font-weight:700;}#element-828{top:35.625rem;left:42.9375rem;height:1.1875rem;width:16.1875rem;z-index:43;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-828 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-828 .x_afd94657{color:#9b0a0a;}#element-828 strong{font-weight:700;}#element-828.headline{font-weight:700;}#page-block-2q97vg9jcr{height:83.0625rem;max-width:100%;}#page-block-2q97vg9jcr .section-holder-border{border:0;}#page-block-2q97vg9jcr .section-block{background:rgb(255,255,255);height:83.0625rem;}#page-block-2q97vg9jcr .section-holder-overlay{display:none;}#element-849{top:3.1875rem;left:34.9375rem;height:4rem;width:24.5625rem;z-index:76;}#element-831{top:3.75rem;left:0;height:2.875rem;width:28.25rem;z-index:45;color:#37465A;font-size:2.3529rem;line-height:2.85rem;text-align:left;font-weight:700;}#element-831 .x_abeb1804{text-align:left;line-height:2.875rem;font-size:2.3529rem;}#element-831 .x_1c54ff63{color:#d91212;}#element-831 strong{font-weight:700;}#element-831.headline{font-weight:700;}#element-833{top:10.4375rem;left:3.4375rem;height:3.625rem;width:21.4375rem;z-index:6;color:#37465A;font-size:1.4861rem;line-height:1.8rem;text-align:center;}#element-833 .x_5f0ed501{text-align:center;line-height:1.8125rem;font-size:1.4861rem;}#element-833 .x_a269ab78{color:#37465A;}#element-836{top:11.8125rem;left:35.3125rem;height:1.8125rem;width:21.4375rem;z-index:47;color:#37465A;font-size:1.4861rem;line-height:1.8rem;text-align:center;}#element-836 .x_5f0ed501{text-align:center;line-height:1.8125rem;font-size:1.4861rem;}#element-836 .x_a269ab78{color:#37465A;}#element-834{top:14.5rem;left:6.9375rem;height:15rem;width:13.75rem;z-index:8;}#element-834 .shape{border:0.0625rem solid #A3BAC6;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat 91% 21% / cover;}#element-839{top:14.5rem;left:31.9375rem;height:13rem;width:26.4375rem;z-index:50;}#element-839 .shape{border:0.0625rem solid #A3BAC6;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat 50% 50% / cover;}#element-837{top:28.875rem;left:35.3125rem;height:9.75rem;width:20.625rem;z-index:48;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:center;}#element-837 .x_dc68832a{text-align:center;line-height:1.625rem;font-size:0.9907rem;}#element-837 .x_a269ab78{color:#37465A;}#element-832{top:30.5rem;left:4.625rem;height:8.125rem;width:19.0625rem;z-index:4;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:center;}#element-832 .x_dc68832a{text-align:center;line-height:1.625rem;font-size:0.9907rem;}#element-832 .x_a269ab78{color:#37465A;}#element-835{top:39.5625rem;left:8.6875rem;height:2.625rem;width:10.9375rem;z-index:46;}#element-835 .btn.btn-effect3d:active{box-shadow:none;}#element-835 .btn:hover{background:#C6C6C9;color:#000000;}#element-835 .btn{border:2px solid #9B0A0A;color:#9B0A0A;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:10.9375rem;border-radius:0;}#element-838{top:39.5625rem;left:39.6875rem;height:2.625rem;width:10.9375rem;z-index:49;}#element-838 .btn.btn-effect3d:active{box-shadow:none;}#element-838 .btn:hover{background:#C6C6C9;color:#000000;}#element-838 .btn{border:2px solid #9B0A0A;color:#9B0A0A;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:10.9375rem;border-radius:0;}#element-841{top:46.6875rem;left:6.8125rem;height:3.625rem;width:16.4375rem;z-index:52;color:#37465A;font-size:1.4861rem;line-height:1.8rem;text-align:center;}#element-841 .x_5f0ed501{text-align:center;line-height:1.8125rem;font-size:1.4861rem;}#element-841 .x_a269ab78{color:#37465A;}#element-845{top:46.6875rem;left:36.625rem;height:3.625rem;width:21.4375rem;z-index:60;color:#37465A;font-size:1.4861rem;line-height:1.8rem;text-align:center;}#element-845 .x_5f0ed501{text-align:center;line-height:1.8125rem;font-size:1.4861rem;}#element-845 .x_a269ab78{color:#37465A;}#element-842{top:51.125rem;left:3.1875rem;height:10.9375rem;width:26.375rem;z-index:53;}#element-842 .shape{border:0.0625rem solid #A3BAC6;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat 93% 72% / cover;}#element-846{top:51.125rem;left:34.8125rem;height:10.9375rem;width:24.875rem;z-index:62;}#element-846 .shape{border:0.0625rem solid #A3BAC6;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat 50% 50% / cover;}#element-840{top:62.8125rem;left:4.5rem;height:9.75rem;width:22.8125rem;z-index:51;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:center;}#element-840 .x_dc68832a{text-align:center;line-height:1.625rem;font-size:0.9907rem;}#element-840 .x_a269ab78{color:#37465A;}#element-844{top:62.8125rem;left:39.625rem;height:6.5rem;width:16.625rem;z-index:59;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:center;}#element-844 .x_dc68832a{text-align:center;line-height:1.625rem;font-size:0.9907rem;}#element-844 .x_a269ab78{color:#37465A;}#element-847{top:70.5rem;left:42.1875rem;height:2.625rem;width:10.3125rem;z-index:63;}#element-847 .btn.btn-effect3d:active{box-shadow:none;}#element-847 .btn:hover{background:#C6C6C9;color:#000000;}#element-847 .btn{border:2px solid #9B0A0A;color:#9B0A0A;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:10.3125rem;border-radius:0;}#element-843{top:73.5625rem;left:9.6875rem;height:2.625rem;width:10.6875rem;z-index:57;}#element-843 .btn.btn-effect3d:active{box-shadow:none;}#element-843 .btn:hover{background:#C6C6C9;color:#000000;}#element-843 .btn{border:2px solid #9B0A0A;color:#9B0A0A;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:10.6875rem;border-radius:0;}#element-848{top:77.125rem;left:9.6875rem;height:2.625rem;width:10.6875rem;z-index:64;}#element-848 .btn.btn-effect3d:active{box-shadow:none;}#element-848 .btn:hover{background:#C6C6C9;color:#000000;}#element-848 .btn{border:2px solid #9B0A0A;color:#9B0A0A;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:10.6875rem;border-radius:0;}#page-block-5sw944w3o64{height:41.5625rem;max-width:100%;}#page-block-5sw944w3o64 .section-holder-border{border:0;}#page-block-5sw944w3o64 .section-block{background:no-repeat rgb(201,205,210) 50% 50% / auto fixed;background-image:url(//v.fastcdn.co/u/6f5f942d/63898407-0-AdobeStock-210269007.jpg),url(//v.fastcdn.co/t/6f5f942d/152e3200/1706827882-63898407-ghost-AdobeStock-210269007.jpg);height:41.5625rem;}#page-block-5sw944w3o64 .section-holder-overlay{opacity:0.9;background-color:#1B252C;display:block;}#element-851{top:3.5625rem;left:-0.0625rem;height:2.875rem;width:60rem;z-index:10;color:#37465A;font-size:2.3529rem;line-height:2.85rem;text-align:center;font-weight:700;}#element-851 .x_b614627d{text-align:center;line-height:2.875rem;font-size:2.3529rem;}#element-851 .x_fb061381{color:#c9cdd2;}#element-851 strong{font-weight:700;}#element-851.headline{font-weight:700;}#element-852{top:10.1875rem;left:0;height:27.3125rem;width:18.75rem;z-index:26;}#element-852 .shape{border:0;background:rgb(255,255,255);}#element-855{top:10.1875rem;left:0;height:16.25rem;width:18.75rem;z-index:32;}#element-855 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 81% 42% / cover;}#element-857{top:10.1875rem;left:20.625rem;height:27.3125rem;width:18.75rem;z-index:18;}#element-857 .shape{border:0;background:rgb(255,255,255);}#element-859{top:10.1875rem;left:20.625rem;height:16.25rem;width:18.75rem;z-index:20;}#element-859 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 28% 60% / cover;}#element-861{top:10.1875rem;left:41.25rem;height:27.3125rem;width:18.75rem;z-index:12;}#element-861 .shape{border:0;background:rgb(255,255,255);}#element-863{top:10.1875rem;left:41.25rem;height:16.25rem;width:18.6875rem;z-index:14;}#element-863 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 98% 48% / cover;}#element-853{top:27.6875rem;left:1.3125rem;height:1.625rem;width:16.875rem;z-index:30;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-853 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-853 .x_a269ab78{color:#37465A;}#element-853 strong{font-weight:700;}#element-853.paragraph{font-weight:400;}#element-858{top:27.6875rem;left:21.9375rem;height:1.625rem;width:17.4375rem;z-index:22;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-858 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-858 .x_a269ab78{color:#37465A;}#element-858 strong{font-weight:700;}#element-858.paragraph{font-weight:400;}#element-862{top:27.6875rem;left:42.5625rem;height:1.625rem;width:17.4375rem;z-index:16;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-862 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-862 .x_a269ab78{color:#37465A;}#element-862 strong{font-weight:700;}#element-862.paragraph{font-weight:400;}#element-854{top:29.8125rem;left:1.3125rem;height:5.5rem;width:16.5625rem;z-index:35;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-854 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-854 .x_a269ab78{color:#37465A;}#element-854 strong{font-weight:700;}#element-854.paragraph{font-weight:400;}#element-864{top:29.8125rem;left:21.9375rem;height:5.5rem;width:17.1875rem;z-index:54;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-864 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-864 .x_a269ab78{color:#37465A;}#element-864 strong{font-weight:700;}#element-864.paragraph{font-weight:400;}#element-866{top:29.8125rem;left:42.5625rem;height:5.5rem;width:16.9375rem;z-index:58;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-866 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-866 .x_a269ab78{color:#37465A;}#element-866 strong{font-weight:700;}#element-866.paragraph{font-weight:400;}#element-856{top:35.625rem;left:1.3125rem;height:1.1875rem;width:16.1875rem;z-index:37;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-856 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-856 .x_afd94657{color:#9b0a0a;}#element-856 strong{font-weight:700;}#element-856.headline{font-weight:700;}#element-860{top:35.625rem;left:22.1875rem;height:1.1875rem;width:16.1875rem;z-index:24;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-860 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-860 .x_afd94657{color:#9b0a0a;}#element-860 strong{font-weight:700;}#element-860.headline{font-weight:700;}#element-865{top:35.625rem;left:42.9375rem;height:1.1875rem;width:16.1875rem;z-index:56;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-865 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-865 .x_afd94657{color:#9b0a0a;}#element-865 strong{font-weight:700;}#element-865.headline{font-weight:700;}#page-block-fg821ltm2st{height:23.8125rem;max-width:100%;}#page-block-fg821ltm2st .section-holder-border{border:0;}#page-block-fg821ltm2st .section-block{background:rgb(255,255,255);height:23.8125rem;}#page-block-fg821ltm2st .section-holder-overlay{display:none;}#element-867{top:2.8125rem;left:0;height:14.1875rem;width:21.875rem;z-index:27;}#element-868{top:3.875rem;left:21.8125rem;height:5.25rem;width:38.125rem;z-index:29;color:#98A0A6;font-size:1.8576rem;line-height:2.625rem;text-align:left;}#element-868 .x_4ebdd446{text-align:left;line-height:2.625rem;font-size:1.8576rem;}#element-868 .x_47aaa431{color:#79001f;}#element-869{top:9.9375rem;left:21.8125rem;height:4.6875rem;width:38.125rem;z-index:31;color:#98A0A6;font-size:1.1146rem;line-height:1.575rem;text-align:left;}#element-869 .x_f66a7a65{text-align:left;line-height:1.5625rem;font-size:1.1146rem;}#element-869 .x_a269ab78{color:#37465A;}#element-870{top:15.6875rem;left:21.8125rem;height:2.625rem;width:9.9375rem;z-index:74;}#element-870 .btn.btn-effect3d:active{box-shadow:none;}#element-870 .btn:hover{background:#C6C6C9;color:#000000;}#element-870 .btn{border:2px solid #9B0A0A;color:#9B0A0A;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:9.9375rem;border-radius:0;}#page-block-d8e948jgrr9{height:69.6875rem;max-width:100%;}#page-block-d8e948jgrr9 .section-holder-border{border:0;}#page-block-d8e948jgrr9 .section-block{background:repeat rgb(255,255,255) 50% 50% / cover fixed;background-image:url(//v.fastcdn.co/u/6f5f942d/64157480-0-AdobeStock-528926701.jpg),url(//v.fastcdn.co/t/6f5f942d/152e3200/1706827882-64157480-ghost-AdobeStock-528926701.jpg);height:69.6875rem;}#page-block-d8e948jgrr9 .section-holder-overlay{opacity:0.57;background-color:#102E53;display:block;}#element-756{top:2.125rem;left:13.9375rem;height:5.25rem;width:33.125rem;z-index:67;color:#98A0A6;font-size:1.8576rem;line-height:2.625rem;text-align:center;}#element-756 .x_eb0060c7{text-align:center;line-height:2.625rem;font-size:1.8576rem;}#element-756 .x_d7a124aa{color:#f1f2f3;}#element-716{top:10.1875rem;left:28.0625rem;height:4.25rem;width:25.375rem;z-index:3;color:#98A0A6;font-size:1.4861rem;line-height:2.1rem;text-align:left;}#element-716 .x_13aa4441{text-align:left;line-height:2.125rem;font-size:1.4861rem;}#element-716 .x_c3521a4c{color:#e1f3ff;}#element-719{top:10.5625rem;left:3rem;height:14.9375rem;width:23.5625rem;z-index:65;}#element-717{top:15.25rem;left:28.125rem;height:6.25rem;width:22.375rem;z-index:5;color:#E1F3FF;font-size:1.1146rem;line-height:1.575rem;text-align:left;}#element-717 .x_f66a7a65{text-align:left;line-height:1.5625rem;font-size:1.1146rem;}#element-717 .x_eda55e74{color:#cee4f5;}#element-871{top:22.25rem;left:28.3125rem;height:2.625rem;width:9.9375rem;z-index:77;}#element-871 .btn.btn-effect3d:active{box-shadow:none;}#element-871 .btn:hover{background:#C6C6C9;color:#EE1010;}#element-871 .btn{border:2px solid #E1F3FF;color:#E1F3FF;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:9.9375rem;border-radius:0;}#element-760{top:31.875rem;left:9.75rem;height:4.25rem;width:23.5625rem;z-index:68;color:#98A0A6;font-size:1.4861rem;line-height:2.1rem;text-align:left;}#element-760 .x_13aa4441{text-align:left;line-height:2.125rem;font-size:1.4861rem;}#element-760 .x_c3521a4c{color:#e1f3ff;}#element-763{top:31.875rem;left:35.0625rem;height:14.9375rem;width:22.0625rem;z-index:70;}#element-761{top:36.8125rem;left:9.9375rem;height:6.25rem;width:21.125rem;z-index:69;color:#98A0A6;font-size:1.1146rem;line-height:1.575rem;text-align:left;}#element-761 .x_f66a7a65{text-align:left;line-height:1.5625rem;font-size:1.1146rem;}#element-761 .x_c3521a4c{color:#e1f3ff;}#element-872{top:43.5625rem;left:9.9375rem;height:2.625rem;width:9.9375rem;z-index:78;}#element-872 .btn.btn-effect3d:active{box-shadow:none;}#element-872 .btn:hover{background:#C6C6C9;color:#EE1010;}#element-872 .btn{border:2px solid #E1F3FF;color:#E1F3FF;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:9.9375rem;border-radius:0;}#element-765{top:54.0625rem;left:28.5625rem;height:2.125rem;width:16.875rem;z-index:72;color:#98A0A6;font-size:1.4861rem;line-height:2.1rem;text-align:left;}#element-765 .x_13aa4441{text-align:left;line-height:2.125rem;font-size:1.4861rem;}#element-765 .x_c3521a4c{color:#e1f3ff;}#element-764{top:54.4375rem;left:4.1875rem;height:12.125rem;width:23.125rem;z-index:71;}#element-766{top:56.6875rem;left:28.5625rem;height:4.6875rem;width:26.125rem;z-index:73;color:#98A0A6;font-size:1.1146rem;line-height:1.575rem;text-align:left;}#element-766 .x_f66a7a65{text-align:left;line-height:1.5625rem;font-size:1.1146rem;}#element-766 .x_c3521a4c{color:#e1f3ff;}#element-873{top:62.0625rem;left:28.5625rem;height:2.625rem;width:9.9375rem;z-index:79;}#element-873 .btn.btn-effect3d:active{box-shadow:none;}#element-873 .btn:hover{background:#C6C6C9;color:#EE1010;}#element-873 .btn{border:2px solid #E1F3FF;color:#E1F3FF;font-size:0.9907rem;font-family:Oswald;font-weight:400;font-style:normal;height:2.625rem;width:9.9375rem;border-radius:0;}#page-block-tf98gqx3hol{height:10.9375rem;max-width:100%;}#page-block-tf98gqx3hol .section-holder-border{border:0;}#page-block-tf98gqx3hol .section-block{background:rgb(255,255,255);height:10.9375rem;}#page-block-tf98gqx3hol .section-holder-overlay{display:none;}#element-773{top:2.25rem;left:9.6875rem;height:6.5rem;width:39.75rem;z-index:75;}#page-block-9wevj9i0x8b{height:6.25rem;max-width:100%;}#page-block-9wevj9i0x8b .section-holder-border{border:0;}#page-block-9wevj9i0x8b .section-block{background:rgb(160,189,71);height:6.25rem;}#page-block-9wevj9i0x8b .section-holder-overlay{display:none;}#element-569{top:1.4375rem;left:22.3125rem;height:4.1875rem;width:16.3125rem;z-index:55;}#page-block-akl8ez4w3rv{height:8.5rem;max-width:100%;}#page-block-akl8ez4w3rv .section-holder-border{border:0;}#page-block-akl8ez4w3rv .section-block{background:rgb(255,255,255);height:8.5rem;}#page-block-akl8ez4w3rv .section-holder-overlay{display:none;}#element-775{top:1.4375rem;left:0;height:6.0625rem;width:60.0625rem;z-index:17;}} </style> <script data-cfasync="false" > window.__variantsData = [ { name: 'A', chance: 100 } ]; window.__page_id = 23720461; window.__customer_id = 1355093; window.__default_experience_id = 23720461; window.__version = 61; window.__variant = "A"; window.__variant_id = 1; window.__variant_custom_name = "Variation A"; window.__preview = false; window.__page_type = 2; window.__variant_hash = "42dad801ecfdef51db2deb80a91dd92d9af314bb"; window.__page_domain = "www.designworldonline.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":23720461,"publishedVersion":61,"variationName":"A","variationId":1,"linkedVariationId":2,"variation":"A","trackedLinks":[{"href":"http://www.chieftek.com/","ariaLabel":"","id":"n6eb83rqbrf","type":"url","track":true,"targetNewWindow":true},{"href":"http://www.chieftek.com/","ariaLabel":"","id":"oh0whf8l16","type":"url","track":true,"targetNewWindow":true},{"href":"http://www.chieftek.com/","ariaLabel":"","id":"k10mrnnazsp","type":"url","track":true,"targetNewWindow":true}],"allLinks":[{"href":"https://www.designworldonline.com/","ariaLabel":"","id":"8ezwwreov1r","type":"url","track":false,"targetNewWindow":true},{"href":"#page-block-fjp2831h25s","id":"5xglzmtftoa","type":"onpage","track":false,"targetNewWindow":false},{"href":"#page-block-2q97vg9jcr","id":"augrqq94i8","type":"onpage","track":false,"targetNewWindow":false},{"href":"#page-block-5sw944w3o64","id":"3t8rfcqwnqv","type":"onpage","track":false,"targetNewWindow":false},{"href":"#page-block-d8e948jgrr9","id":"1h04sxkjnfs","type":"onpage","track":false,"targetNewWindow":false},{"href":"http://www.chieftek.com/","ariaLabel":"","id":"n6eb83rqbrf","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.linearmotiontips.com/what-makes-miniature-ball-screws-unique/","ariaLabel":"","id":"x89hm5sipfj","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.linearmotiontips.com/miniature-profiled-rails/","ariaLabel":"","id":"xfd77ifjlsk","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.linearmotiontips.com/can-stack-linear-actuators-motor-screw-component-work/","ariaLabel":"","id":"bxahknry6jq","type":"url","track":false,"targetNewWindow":true},{"href":"http://www.chieftek.com/","ariaLabel":"","id":"oh0whf8l16","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.engineeringwhitepapers.com/white-papers/identifying-best-value-linear-motion-technologies/","ariaLabel":"","id":"syxhmvuye77","type":"url","track":false,"targetNewWindow":true},{"href":"http://www.chieftek.com/product-mr.asp","ariaLabel":"","id":"6y2qpus71mt","type":"url","track":false,"targetNewWindow":true},{"href":"http://www.chieftek.com/product-option.asp","ariaLabel":"","id":"243tady5y7f","type":"url","track":false,"targetNewWindow":true},{"href":"http://www.chieftek.com/product-st.asp","ariaLabel":"","id":"16bluupr2o5h","type":"url","track":false,"targetNewWindow":true},{"href":"http://www.chieftek.com/download/MR(english).pdf","ariaLabel":"","id":"9meazou57yt","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.designworldonline.com/where-are-miniature-connectors-for-wearables-headed-faq/","ariaLabel":"","id":"bd2lh4cz5wv","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.linearmotiontips.com/new-technologies-and-applications-for-linear-motors/","ariaLabel":"","id":"4g7zzgojivw","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.motioncontroltips.com/selecting-mini-motors-for-surgical-devices/","ariaLabel":"","id":"9kkll85xubu","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.designworldonline.com/miniature-linear-guides-in-automated-machine-designs/","ariaLabel":"","id":"cqsosp7u7qj","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.linearmotiontips.com/faq-whats-the-difference-between-serial-kinematics-and-parallel-kinematics-in-multi-axis-motion-design/","ariaLabel":"","id":"7oo1ajopnir","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.linearmotiontips.com/stepper-motor-torque-speed-characteristics-explained/","ariaLabel":"","id":"275q2jv7kfc","type":"url","track":false,"targetNewWindow":true},{"href":"https://www.linearmotiontips.com/microstepping-basics/","ariaLabel":"","id":"faxqc1qx84h","type":"url","track":false,"targetNewWindow":true},{"href":"http://www.chieftek.com/","ariaLabel":"","id":"k10mrnnazsp","type":"url","track":true,"targetNewWindow":true},{"href":"https://www.designworldonline.com/mc2","ariaLabel":"","id":"bceavjcrt4k","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> <!-- 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-MRMQ5MS" 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-1p5pgt10r8f" 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-788"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.designworldonline.com/" class="url-link item-content-box item-block" id="link-8ezwwreov1r" data-at="image-link" data-link-8ezwwreov1r 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/152e3200/1706827884-40674701-145x37-DesignWorld-Logo.png" srcset="//v.fastcdn.co/t/6f5f942d/152e3200/1706827884-40674701-290x74-DesignWorld-Logo.png 2x" > </a> </div> </div> <div class="widget item-absolute paragraph " id="element-789" data-at="paragraph"> <div class="contents"> <p class="x_effd9815 x_938e8cfc"><span class="x_39a587ea"><a href="#page-block-fjp2831h25s" id="link-5xglzmtftoa" data-link-5xglzmtftoa class="onpage-link">MINIATURE LINEAR MOTION</a>&nbsp;&nbsp; &nbsp;|&nbsp; &nbsp; <a href="#page-block-2q97vg9jcr" id="link-augrqq94i8" data-link-augrqq94i8 class="onpage-link">FEATURED RESOURCE</a>S&nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; <a href="#page-block-5sw944w3o64" id="link-3t8rfcqwnqv" data-link-3t8rfcqwnqv class="onpage-link">APPLICATIONS</a>&nbsp; &nbsp; |&nbsp; &nbsp; <a href="#page-block-d8e948jgrr9" id="link-1h04sxkjnfs" data-link-1h04sxkjnfs class="onpage-link">BASICS</a>&nbsp;&nbsp;</span></p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-r7b65f0d01" 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-779" data-at="headline"> <div class="contents"> <h1> <span class="x_beb06eea x_efe90565"><span class="x_fb061381">CLASSROOM ON</span></span><span class="x_beb06eea x_efe90565"><span class="x_fb061381">MINIATURE ENGINEERED DESIGNS</span></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-780" data-at="paragraph"> <div class="contents"> <p class="x_052b6b4c x_5e4484a5">This Classroom will cover miniature linear slides guides, sensors, encoders, gear, and motors that lend themselves to tiny designs. </p><br><p class="x_052b6b4c x_5e4484a5">Semiconductor manufacture continues to spur many of these scaled-down builds, along with demand for pocket-sized consumer home products and small appliances with motion functions. Aerospace too continues to require pint-sized designs for maximal efficiency and functionality.&nbsp;</p><p class="x_052b6b4c x_5e4484a5"><span class="x_a269ab78"><br></span></p><p class="x_052b6b4c x_5e4484a5"><span class="x_a269ab78"> </span></p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-8c7kn9tke14" 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-631" data-at="headline"> <div class="contents"> <h1> <span class="x_55e4a81c x_67ab24c6"><em >Sponsored by:</em></span> </h1> </div> </div> <div class="widget item-absolute " id="element-755"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="http://www.chieftek.com/" class="url-link item-content-box item-block" id="link-n6eb83rqbrf" data-at="image-link" data-link-n6eb83rqbrf target="_blank" > <img class="item-content-box item-block image " data-at="image" alt="" src="//v.fastcdn.co/t/6f5f942d/152e3200/1706827888-55506396-660x108-LOGO-chieftek-logo.jpg" srcset="//v.fastcdn.co/t/6f5f942d/152e3200/1706827889-55506396-1320x216-LOGO-chieftek-logo.jpg 2x" > </a> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-fjp2831h25s" 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-814" data-at="headline"> <div class="contents"> <h1> <span class="x_b614627d x_47b745f5"> <span class="x_fb061381">MINIATURE LINEAR MOTION</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-815"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-818"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-820"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-822"> <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-826"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute paragraph " id="element-816" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><span class="x_a269ab78"><strong >Miniature profiled rails</strong></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-821" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><span class="x_a269ab78"><strong >What makes miniature ball screws unique?</strong></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-825" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><span class="x_a269ab78"><strong >Can-stack linear actuators</strong></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-817" data-at="paragraph"> <div class="contents"> <p class="x_48aa50a2 x_8b9ce48e">Miniature profiled rails are often used in the semiconductor, electronic, and medical industries, where contamination is rare.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-829" data-at="paragraph"> <div class="contents"> <p class="x_8b9dcb22"><span class="x_a269ab78">Can-stack linear actuators are one type of stepper-motor design that converts rotary to linear motion with a built-in leadscrew.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-827" data-at="paragraph"> <div class="contents"> <p class="x_8b9dcb22"><span class="x_a269ab78">For very small, high-precision movements, designers and engineers often turn to miniature ball screws.</span></p> </div> </div> <div class="widget item-absolute headline " id="element-823" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825"><span class="x_afd94657"><a href="https://www.linearmotiontips.com/what-makes-miniature-ball-screws-unique/" id="link-x89hm5sipfj" target="_blank" data-link-x89hm5sipfj class="url-link">MORE</a></span></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-819" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825"><span class="x_afd94657"><a href="https://www.linearmotiontips.com/miniature-profiled-rails/" id="link-xfd77ifjlsk" target="_blank" data-link-xfd77ifjlsk class="url-link">MORE</a></span></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-828" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825"><span class="x_afd94657"><a href="https://www.linearmotiontips.com/can-stack-linear-actuators-motor-screw-component-work/" id="link-bxahknry6jq" target="_blank" data-link-bxahknry6jq class="url-link">MORE</a></span></span> </h5> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-2q97vg9jcr" 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-849"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="http://www.chieftek.com/" class="url-link item-content-box item-block" id="link-oh0whf8l16" data-at="image-link" data-link-oh0whf8l16 target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/152e3200/1706827896-55506396-393x64-LOGO-chieftek-logo.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/152e3200/1706827897-55506396-786x128-LOGO-chieftek-logo.jpg" > </a> </div> </div> <div class="widget item-absolute headline " id="element-831" data-at="headline"> <div class="contents"> <h1> <span class="x_abeb1804 x_f82204f0"><span class="x_1c54ff63">FEATURED RESOURCES</span></span> </h1> </div> </div> <div class="widget item-absolute headline " id="element-833" data-at="headline"> <div class="contents"> <h3> <span class="x_5f0ed501 x_fc9d998b"> <span class="x_a269ab78">Identifying Best-Value Linear Motion Technologies</span></span> </h3> </div> </div> <div class="widget item-absolute headline " id="element-836" data-at="headline"> <div class="contents"> <h3> <span class="x_5f0ed501"> <span class="x_a269ab78">Miniature Linear Guides</span></span> </h3> </div> </div> <div class="widget item-absolute " id="element-834"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64132899-0-Chieftek-miniature-s.jpg" ></div> </div> <div class="widget item-absolute " id="element-839"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64132923-0-MR-series-1.jpg" ></div> </div> <div class="widget item-absolute paragraph " id="element-837" data-at="paragraph"> <div class="contents"> <p class="x_dc68832a"><span class="x_a269ab78">MR Miniature linear guide series have three accuracy grades for design selections: Precision (P), High (H), Normal (N). Material for miniature linear guide is all made by heated treated stainless steel, including the rail, steel body of block and balls.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-832" data-at="paragraph"> <div class="contents"> <p class="x_dc68832a"><span class="x_a269ab78">Chieftek Precision offers miniature linear guides for precision applications and builds the guides to satisfy the design objective of high value. Download the white paper to learn more!</span></p> </div> </div> <div class="widget item-absolute " id="element-835"> <a href="https://www.engineeringwhitepapers.com/white-papers/identifying-best-value-linear-motion-technologies/" id="link-syxhmvuye77" target="_blank" class="url-link btn item-block" data-at="button" data-link-syxhmvuye77 > DOWNLOAD WHITE PAPER </a> </div> <div class="widget item-absolute " id="element-838"> <a href="http://www.chieftek.com/product-mr.asp" id="link-6y2qpus71mt" target="_blank" class="url-link btn item-block" data-at="button" data-link-6y2qpus71mt > LEARN MORE </a> </div> <div class="widget item-absolute headline " id="element-841" data-at="headline"> <div class="contents"> <h3> <span class="x_5f0ed501"> <span class="x_a269ab78">ST Miniature Stroke Slide Series</span></span> </h3> </div> </div> <div class="widget item-absolute headline " id="element-845" data-at="headline"> <div class="contents"> <h3> <span class="x_5f0ed501"> <span class="x_a269ab78">MR Miniature Linear Guide Carbon Steel series</span></span> </h3> </div> </div> <div class="widget item-absolute " id="element-842"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64133224-0-ST-Miniature.jpg" ></div> </div> <div class="widget item-absolute " id="element-846"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64133214-0-MR-01-N41-EN-1.jpg" ></div> </div> <div class="widget item-absolute paragraph " id="element-840" data-at="paragraph"> <div class="contents"> <p class="x_dc68832a"><span class="x_a269ab78">The ST Miniature Stroke Slide Series is designed with two rows of balls. The ball track has a gothic profile design with a 45 degree contact angle to achieve equal load capacity in a mono block. This provides more space for the larger rolling elements while enhancing the load and moment capacity.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-844" data-at="paragraph"> <div class="contents"> <p class="x_dc68832a"><span class="x_a269ab78">Precision class available for N, H, and P Grade. Sizes are exactly the same as Stainless steel products. Providing rail length to 3m.</span></p> </div> </div> <div class="widget item-absolute " id="element-847"> <a href="http://www.chieftek.com/product-option.asp" id="link-243tady5y7f" target="_blank" class="url-link btn item-block" data-at="button" data-link-243tady5y7f > PRODUCT OPTIONS </a> </div> <div class="widget item-absolute " id="element-843"> <a href="http://www.chieftek.com/product-st.asp" id="link-16bluupr2o5h" target="_blank" class="url-link btn item-block" data-at="button" data-link-16bluupr2o5h > LEARN MORE </a> </div> <div class="widget item-absolute " id="element-848"> <a href="http://www.chieftek.com/download/MR(english).pdf" id="link-9meazou57yt" target="_blank" class="url-link btn item-block" data-at="button" data-link-9meazou57yt > DOWNLOAD CATALOG (PDF) </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-5sw944w3o64" 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-851" data-at="headline"> <div class="contents"> <h1> <span class="x_b614627d x_47b745f5"><span class="x_fb061381">Applications Using Miniature Components</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-852"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-855"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64141831-0-Where-are-miniature-.jpg" ></div> </div> <div class="widget item-absolute " id="element-857"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-859"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64141851-0-02-Chieftek-opening-.jpg" ></div> </div> <div class="widget item-absolute " id="element-861"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-863"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64141862-0-03B-Portescap-BLDC-s.jpg" ></div> </div> <div class="widget item-absolute paragraph " id="element-853" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><span class="x_a269ab78"><strong >Miniature connectors for wearables</strong></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-858" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><strong >Applications for linear motors&nbsp;</strong><span class="x_a269ab78"></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-862" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><span class="x_a269ab78"><strong >Miniature motors for surgical devices</strong></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-854" data-at="paragraph"> <div class="contents"> <p class="x_8b9dcb22 x_fae6260b">Miniature connectors for wearables continue to shrink, and they are increasing in performance, carrying higher bandwidth signals and more power.&nbsp;&nbsp;<span class="x_a269ab78"></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-864" data-at="paragraph"> <div class="contents"> <p class="x_8b9dcb22">Increased focus on efficiency is spurring new applications for linear motors on axes in packaging, material handling, automotive, off-highway, and general automation.&nbsp;<span class="x_a269ab78"></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-866" data-at="paragraph"> <div class="contents"> <p class="x_8b9dcb22"><span class="x_a269ab78">Today鈥檚 surgical robotics and robotically-assisted surgical devices often require BLDC motors to meet demanding requirements.</span></p> </div> </div> <div class="widget item-absolute headline " id="element-856" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825"><span class="x_afd94657"><a href="https://www.designworldonline.com/where-are-miniature-connectors-for-wearables-headed-faq/" id="link-bd2lh4cz5wv" target="_blank" data-link-bd2lh4cz5wv class="url-link">MORE</a></span></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-860" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825"><span class="x_afd94657"><a href="https://www.linearmotiontips.com/new-technologies-and-applications-for-linear-motors/" id="link-4g7zzgojivw" target="_blank" data-link-4g7zzgojivw class="url-link">MORE</a></span></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-865" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825"><span class="x_afd94657"><a href="https://www.motioncontroltips.com/selecting-mini-motors-for-surgical-devices/" id="link-9kkll85xubu" target="_blank" data-link-9kkll85xubu class="url-link">MORE</a></span></span> </h5> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-fg821ltm2st" 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-867"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/152e3200/1706827883-64141919-350x225x416x225x12x0-21-Chieftek-opening-.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/152e3200/1706827883-64141919-700x450x832x450x24x0-21-Chieftek-opening-.jpg" > </div> </div> <div class="widget item-absolute headline " id="element-868" data-at="headline"> <div class="contents"> <h1> <span class="x_4ebdd446 x_6ee82066"><span class="x_47aaa431">Miniature linear guides in automated machine designs</span></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-869" data-at="paragraph"> <div class="contents"> <p class="x_f66a7a65 x_764cc516"><span class="x_a269ab78">Chieftek Precision USA supplies linear guides, direct-drive rotary tables, linear stages and motors, linear encoders, and servo drives to the industrial automation, machine tool, medical device, and laboratory industries.</span></p> </div> </div> <div class="widget item-absolute " id="element-870"> <a href="https://www.designworldonline.com/miniature-linear-guides-in-automated-machine-designs/" id="link-cqsosp7u7qj" target="_blank" class="url-link btn item-block" data-at="button" data-link-cqsosp7u7qj > LEARN MORE </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-d8e948jgrr9" 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-756" data-at="headline"> <div class="contents"> <h3> <span class="x_eb0060c7 x_b796efc8"><span class="x_d7a124aa">BASICS of MINIATURE &nbsp;DESIGNS&nbsp;</span></span><span class="x_eb0060c7 x_b796efc8"><span class="x_d7a124aa"></span><span class="x_d7a124aa">employing STEPPER MOTORS</span></span> </h3> </div> </div> <div class="widget item-absolute headline " id="element-716" data-at="headline"> <div class="contents"> <h1> <span class="x_13aa4441 x_4fa66b73"><span class="x_c3521a4c">Difference between serial kinematics and parallel kinematics</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-719"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/152e3200/1706827887-55510656-377x236x378x236x1x1-new-miniature-hexapo.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/152e3200/1706827887-55510656-754x472x756x472x2x2-new-miniature-hexapo.jpg" > </div> </div> <div class="widget item-absolute paragraph " id="element-717" data-at="paragraph"> <div class="contents"> <p class="x_f66a7a65 x_764cc516"><span class="x_eda55e74">Positioning tables and stages include hardware and software that鈥檚 more customized than ever to satisfy specific output requirements.&nbsp;</span></p> </div> </div> <div class="widget item-absolute " id="element-871"> <a href="https://www.linearmotiontips.com/faq-whats-the-difference-between-serial-kinematics-and-parallel-kinematics-in-multi-axis-motion-design/" id="link-7oo1ajopnir" target="_blank" class="url-link btn item-block" data-at="button" data-link-7oo1ajopnir > LEARN MORE </a> </div> <div class="widget item-absolute headline " id="element-760" data-at="headline"> <div class="contents"> <h1> <span class="x_13aa4441 x_4fa66b73"><span class="x_c3521a4c">Stepper motor torque and speed characteristics explained</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-763"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/152e3200/1706827890-55510741-353x239-Torque-Curves.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/152e3200/1706827891-55510741-706x478-Torque-Curves.png" > </div> </div> <div class="widget item-absolute paragraph " id="element-761" data-at="paragraph"> <div class="contents"> <p class="x_f66a7a65 x_764cc516"><span class="x_c3521a4c">Stepper motors have different torque-speed characteristics depending on whether the motor is starting/stopping or already running.&nbsp;</span></p> </div> </div> <div class="widget item-absolute " id="element-872"> <a href="https://www.linearmotiontips.com/stepper-motor-torque-speed-characteristics-explained/" id="link-275q2jv7kfc" target="_blank" class="url-link btn item-block" data-at="button" data-link-275q2jv7kfc > LEARN MORE </a> </div> <div class="widget item-absolute headline " id="element-765" data-at="headline"> <div class="contents"> <h1> <span class="x_13aa4441 x_4fa66b73"><span class="x_c3521a4c">What is microstepping?</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-764"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/152e3200/1706827893-64157661-370x194x391x260x13x38-StepperMotor-adobe-s.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/152e3200/1706827894-64157661-740x388x782x520x26x76-StepperMotor-adobe-s.jpg" > </div> </div> <div class="widget item-absolute paragraph " id="element-766" data-at="paragraph"> <div class="contents"> <p class="x_f66a7a65 x_764cc516"><span class="x_c3521a4c">Microstepping is a method of controlling stepper motors, typically used to achieve higher resolution or smoother motion at low speeds.</span></p> </div> </div> <div class="widget item-absolute " id="element-873"> <a href="https://www.linearmotiontips.com/microstepping-basics/" id="link-faxqc1qx84h" target="_blank" class="url-link btn item-block" data-at="button" data-link-faxqc1qx84h > LEARN MORE </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-tf98gqx3hol" 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-773"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="http://www.chieftek.com/" class="url-link item-content-box item-block" id="link-k10mrnnazsp" data-at="image-link" data-link-k10mrnnazsp target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/152e3200/1706827894-55506396-636x104-LOGO-chieftek-logo.jpg" data-retina-src="//v.fastcdn.co/t/6f5f942d/152e3200/1706827895-55506396-1272x208-LOGO-chieftek-logo.jpg" > </a> </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-569"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.designworldonline.com/mc2" class="url-link item-content-box item-block" id="link-bceavjcrt4k" data-at="image-link" data-link-bceavjcrt4k target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/152e3200/1706827885-40674701-261x67-DesignWorld-Logo.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/152e3200/1706827886-40674701-522x134-DesignWorld-Logo.png" > </a> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-akl8ez4w3rv" 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-775"> <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 src="https://heatmap-events-collector.instapage.com/static/lib.js"></script> <!-- Generated at: 2024-02-01T22:54:05.426Z --> <!-- --> <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:'8e73a025cb07afc2',t:'MTczMjM5MDc2OS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html>

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