{"id":4880,"date":"2026-04-30T07:07:36","date_gmt":"2026-04-30T07:07:36","guid":{"rendered":"https:\/\/flj-pcb.com\/?p=4880"},"modified":"2026-04-30T07:07:38","modified_gmt":"2026-04-30T07:07:38","slug":"how-to-design-a-pcb-so-a-manufacturer-wont-reject-it","status":"publish","type":"post","link":"https:\/\/flj-pcb.com\/de\/how-to-design-a-pcb-so-a-manufacturer-wont-reject-it\/","title":{"rendered":"Wie man eine Leiterplatte entwirft (damit ein Hersteller sie nicht ablehnt)"},"content":{"rendered":"<p>If you have ever looked at a circuit board and thought, yeah I could never do that. You can.<\/p>\n\n\n\n<p>Not instantly. Not perfectly the first time. But you can absolutely learn how to design a PCB that works, gets manufactured without drama, and does not turn into a week long debugging nightmare.<\/p>\n\n\n\n<p>And honestly, the hardest part is not placing parts or routing traces. It is knowing what to do first, what to double check, and what will bite you later if you ignore it.<\/p>\n\n\n\n<p>So this is a practical walkthrough. The way I would explain it to a friend who has a schematic done and now wants a real board in their hands.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-0-what-designing-a-circuit-board-actually-includes\">What \u201cdesigning a circuit board\u201d actually includes<\/h2>\n\n\n\n<p>People say \u201c<a href=\"https:\/\/flj-pcb.com\/de\/pcb-design\/\">PCB-Design<\/a>\u201d like it is one step. It is more like a chain.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Define requirements and constraints<\/li>\n\n\n\n<li>Create the schematic (logical circuit)<\/li>\n\n\n\n<li>Assign footprints (physical packages)<\/li>\n\n\n\n<li>Create the board outline and mechanical constraints<\/li>\n\n\n\n<li>Place components with intent<\/li>\n\n\n\n<li>Route traces and planes<\/li>\n\n\n\n<li>Run design rule checks and electrical checks<\/li>\n\n\n\n<li>Generate manufacturing files<\/li>\n\n\n\n<li>Have it fabricated and assembled<\/li>\n\n\n\n<li>Test, fix, repeat<\/li>\n<\/ol>\n\n\n\n<p>You can do steps 2 to 8 inside a PCB CAD tool. The rest is, well. Real life.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-1-step-1-start-with-clear-requirements-this-saves-you-later\">Step 1: Start with clear requirements (this saves you later)<\/h2>\n\n\n\n<p>Before you open KiCad or Altium or whatever you use, write down a simple checklist.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>What does the board do, in one sentence?<\/li>\n\n\n\n<li>Input voltage range? Reverse polarity risk?<\/li>\n\n\n\n<li>Max current on any rail?<\/li>\n\n\n\n<li>How big can the board be?<\/li>\n\n\n\n<li>How will it mount? Screws, standoffs, clips?<\/li>\n\n\n\n<li>What connectors, and where do they need to face?<\/li>\n\n\n\n<li>Any sensitive signals? High speed, analog, RF, low noise?<\/li>\n\n\n\n<li>Environment. Heat, vibration, moisture?<\/li>\n\n\n\n<li>Target cost and quantity<\/li>\n<\/ul>\n\n\n\n<p>This feels boring but it shapes everything. Like. Whether you need 2 layers or 4 layers. Whether your traces can be chunky and forgiving or need controlled impedance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-2-step-2-capture-the-schematic-and-make-it-readable\">Step 2: Capture the schematic (and make it readable)<\/h2>\n\n\n\n<p>A PCB starts as a schematic. Even if your circuit is simple, still do it properly.<\/p>\n\n\n\n<p>A few rules that sound annoying but make debugging so much easier:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use net labels instead of long wires everywhere<\/li>\n\n\n\n<li>Group by function: power, MCU, sensors, connectors<\/li>\n\n\n\n<li>Put decoupling capacitors next to the IC power pins in the schematic too, not just on the PCB later<\/li>\n\n\n\n<li>Add test points now. You will thank yourself later<\/li>\n\n\n\n<li>Put part values and part numbers in fields, not in random notes<\/li>\n<\/ul>\n\n\n\n<p>Also, do not rely on memory for pinouts. Always use the datasheet while wiring symbols. Especially for regulators and USB and anything with multiple grounds or exposed pads.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"566\" src=\"https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/PCB-schematic.webp\" alt=\"PCB schematic\" class=\"wp-image-4882\" srcset=\"https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/PCB-schematic.webp 800w, https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/PCB-schematic-300x212.webp 300w, https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/PCB-schematic-768x543.webp 768w, https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/PCB-schematic-18x12.webp 18w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-3-a-quick-sanity-pass-before-moving-on\">A quick sanity pass before moving on<\/h3>\n\n\n\n<p>Ask yourself:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Do I have pullups and pulldowns where needed?<\/li>\n\n\n\n<li>Do I have current limiting resistors for LEDs?<\/li>\n\n\n\n<li>Did I include programming or debug headers if it is a microcontroller board?<\/li>\n\n\n\n<li>Is there protection on power input? At least a fuse or polyfuse, maybe a TVS diode if it is an external connector<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-4-step-3-choose-components-that-exist-in-real-life\">Step 3: Choose components that exist in real life<\/h2>\n\n\n\n<p>This is where a lot of first boards die. In the schematic, any part works. In manufacturing, only parts with good footprints and availability work.<\/p>\n\n\n\n<p>When selecting parts, keep an eye on:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Package size you can actually solder (0603 is fine, 0402 is annoying, QFN is doable but needs care)<\/li>\n\n\n\n<li>Supply chain availability. Try not to pick unicorn parts<\/li>\n\n\n\n<li>Voltage and current ratings with margin<\/li>\n\n\n\n<li>For connectors, check the mechanical drawing. Do not guess<\/li>\n<\/ul>\n\n\n\n<p>If you are building something you might reorder later, choose parts from well supported series. Your future self will be less angry.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-5-step-4-footprints-the-place-where-mistakes-get-expensive\">Step 4: Footprints. The place where mistakes get expensive<\/h2>\n\n\n\n<p>Every schematic symbol needs a footprint that matches the exact physical part.<\/p>\n\n\n\n<p>And this is the part where beginners accidentally order ten coasters with copper on them.<\/p>\n\n\n\n<p>Do this carefully:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Match pin count and pin spacing<\/li>\n\n\n\n<li>Match the package variant (SOIC is not TSSOP, QFN comes in multiple sizes)<\/li>\n\n\n\n<li>Check the polarity markers for diodes, electrolytics, IC pin 1<\/li>\n\n\n\n<li>Verify courtyard and solder mask openings if you made a custom footprint<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-6-i-like-to-do-this-one-simple-check\">I like to do this one simple check<\/h3>\n\n\n\n<p>Print the PCB 1:1 on paper and place the actual parts on it. Connectors especially.<\/p>\n\n\n\n<p>It sounds low tech. It works.<\/p>\n\n\n\n<p>Before moving to the next step, it&#8217;s crucial to perform a thorough <a href=\"https:\/\/resources.pcb.cadence.com\/blog\/pcb-inspection-checklist-before-and-after-fab\" rel=\"noreferrer noopener\" target=\"_blank\">PCB inspection<\/a> to ensure all footprints and placements are accurate.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-7-step-5-set-up-the-board-outline-and-layer-stack\">Step 5: Set up the board outline and layer stack<\/h2>\n\n\n\n<p>Now you move to the PCB layout.<\/p>\n\n\n\n<p>Start with:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Board shape and dimensions<\/li>\n\n\n\n<li>Mounting holes and keepout areas<\/li>\n\n\n\n<li>Connector placement constraints (USB at the edge, etc)<\/li>\n\n\n\n<li>Layer count decision<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"510\" src=\"https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/PCB-stackup.webp\" alt=\"PCB stackup\" class=\"wp-image-4881\" srcset=\"https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/PCB-stackup.webp 800w, https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/PCB-stackup-300x191.webp 300w, https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/PCB-stackup-768x490.webp 768w, https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/PCB-stackup-18x12.webp 18w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-8-2-layers-vs-4-layers\">2 layers vs 4 layers<\/h3>\n\n\n\n<p>For most hobby and many commercial boards, 2 layers is fine.<\/p>\n\n\n\n<p>But you may want 4 layers if:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You have high speed signals (USB 2.0, fast edges, DDR, etc)<\/li>\n\n\n\n<li>You need better ground reference and less noise<\/li>\n\n\n\n<li>You are routing dense parts like BGAs or lots of fine pitch<\/li>\n\n\n\n<li>You want power integrity to be easier<\/li>\n<\/ul>\n\n\n\n<p>A common 4 layer stack is:<\/p>\n\n\n\n<p>Top signal, Ground plane, Power plane, Bottom signal.<\/p>\n\n\n\n<p>Not mandatory. But it is a nice default.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-9-step-6-place-components-like-you-mean-it\">Step 6: Place components like you mean it<\/h2>\n\n\n\n<p>Placement is not decoration. It is electrical performance, manufacturability, and sanity.<\/p>\n\n\n\n<p>Here is a practical placement order that works:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Put connectors and user interface parts first (buttons, LEDs, displays)<\/li>\n\n\n\n<li>Place power input and power regulation section next<\/li>\n\n\n\n<li>Place the main controller or main IC<\/li>\n\n\n\n<li>Place support parts around it (crystal, decoupling, boot resistors)<\/li>\n\n\n\n<li>Place functional blocks: sensors, drivers, op amps, etc<\/li>\n\n\n\n<li>Place test points and programming header<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-10-placement-tips-that-prevent-noise-and-weirdness\">Placement tips that prevent noise and weirdness<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Keep <a href=\"https:\/\/resources.altium.com\/p\/bypass-and-decoupling-capacitor-placement-guidelines\" target=\"_blank\" rel=\"noreferrer noopener\">decoupling capacitors<\/a> extremely close to the IC power pins. Not \u201ckinda close\u201d. Like, next to it<\/li>\n\n\n\n<li>Keep analog sections away from switching regulators<\/li>\n\n\n\n<li>Keep high current loops tight. Short and wide traces, minimal loop area<\/li>\n\n\n\n<li>Keep crystals close to MCU and route those traces short, no vias if possible<\/li>\n\n\n\n<li>Leave space for routing. If everything is packed edge to edge, routing becomes a puzzle you will lose<\/li>\n<\/ul>\n\n\n\n<p>And also, think about assembly. If the board will be assembled by a factory, they like consistent orientation and enough clearance for pick and place.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-11-step-7-define-design-rules-early-clearance-widths-via-sizes\">Step 7: Define design rules early (clearance, widths, via sizes)<\/h2>\n\n\n\n<p>Your PCB tool needs to know <a href=\"https:\/\/networkpcb.com\/manufacturing\/design-limit\" rel=\"noreferrer noopener\" target=\"_blank\">manufacturing limits<\/a>.<\/p>\n\n\n\n<p>Typical safe defaults for many fabs:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Trace width: 6 mil or 8 mil for signals (wider is easier)<\/li>\n\n\n\n<li>Clearance: 6 mil or 8 mil<\/li>\n\n\n\n<li>Via drill: 0.3 mm with 0.6 mm diameter (check your fab)<\/li>\n\n\n\n<li>Solder mask expansion: fab default is usually fine<\/li>\n<\/ul>\n\n\n\n<p>But do not guess. Use the manufacturer capabilities. Each fab has a capabilities page. If you are going for cheap prototypes, keep it conservative.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-12-trace-width-for-current\">Trace width for current<\/h3>\n\n\n\n<p>Signals can be thin. Power traces often should be wider.<\/p>\n\n\n\n<p>If you have 1A or more on a trace, do not run it at 6 mil and hope. Use a <a href=\"https:\/\/tracewidthcalculator.com\/differential-impedance-calculator\" rel=\"noreferrer noopener\" target=\"_blank\">Leiterbahnbreiten-Rechner<\/a> or just make it wide and short. Or pour copper.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-13-step-8-route-the-board-and-try-to-keep-it-calm\">Step 8: Route the board (and try to keep it calm)<\/h2>\n\n\n\n<p>Routing is where people either get obsessed or give up. It is not magic. It is a set of priorities.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-14-suggested-routing-order\">Suggested routing order<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Critical signals first<\/li>\n\n\n\n<li>Clock lines, differential pairs, sensitive analog nodes<\/li>\n\n\n\n<li>Power routing<\/li>\n\n\n\n<li>Main rails, high current paths<\/li>\n\n\n\n<li>Everything else<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-15-ground-strategy\">Ground strategy<\/h3>\n\n\n\n<p>If you are on 2 layers, a solid ground plane on one side is gold. Route signals on the other side as much as you can, then stitch ground with vias.<\/p>\n\n\n\n<p>If you must split ground, do it with intention. Most of the time, beginners split ground when they should not. A continuous ground plane is usually better.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-16-a-few-routing-habits-that-help\">A few routing habits that help<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Avoid long skinny traces for power<\/li>\n\n\n\n<li>Use 45 degree corners or arcs if your tool does it easily. Not because 90 degree corners are evil in low speed, but because it routes cleaner<\/li>\n\n\n\n<li>Minimize vias on sensitive or fast signals<\/li>\n\n\n\n<li>Keep return paths in mind. Signals need a return current path under them, typically in the ground plane<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-17-differential-pairs-usb-etc\">Differential pairs (USB, etc)<\/h3>\n\n\n\n<p>If you have USB D+ and D-, route as a <a href=\"https:\/\/resources.pcb.cadence.com\/blog\/2024-controlled-impedance-design-guide-cadence\" rel=\"noreferrer noopener\" target=\"_blank\">differential pair with consistent spacing and length matching<\/a>, and use the correct impedance if your stackup supports it. Your CAD tool can usually calculate widths based on stackup.<\/p>\n\n\n\n<p>If you do not know, that is fine. But do not freestyle and make one trace snake around the board while the other goes straight.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-18-step-9-add-copper-pours-thermal-relief-and-stitching-vias\">Step 9: Add copper pours, thermal relief, and stitching vias<\/h2>\n\n\n\n<p>Copper pours can reduce impedance and help with heat. Common pours:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ground pour on top and bottom (connected to GND net)<\/li>\n\n\n\n<li>Power pours for high current rails if you need<\/li>\n<\/ul>\n\n\n\n<p>Use thermal relief for through hole pads connected to pours. Otherwise hand soldering becomes miserable and even rework gets harder.<\/p>\n\n\n\n<p>Add stitching vias to connect top and bottom ground pours. Especially around the perimeter, near connectors, and near switching regulators.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-19-step-10-silkscreen-make-the-board-friendly\">Step 10: Silkscreen. Make the board friendly<\/h2>\n\n\n\n<p>Silkscreen is not just labels. It is usability.<\/p>\n\n\n\n<p>Include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Reference designators (R1, C5, U2) at least for key parts<\/li>\n\n\n\n<li>Polarity marks for diodes, electrolytics, LEDs<\/li>\n\n\n\n<li>Pin 1 markers for ICs<\/li>\n\n\n\n<li>Connector labels. TX, RX, 5V, GND, etc<\/li>\n\n\n\n<li>Board name, version, date or revision<\/li>\n<\/ul>\n\n\n\n<p>Leave yourself breadcrumbs. You will come back to this board months later and not remember anything.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-20-step-11-run-checks-before-you-export-anything\">Step 11: Run checks before you export anything<\/h2>\n\n\n\n<p>Do these in your CAD tool:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>ERC on the schematic (electrical rules check)<\/li>\n\n\n\n<li>DRC on the PCB (design rules check)<\/li>\n\n\n\n<li>Unconnected nets check<\/li>\n\n\n\n<li>Clearance violations<\/li>\n\n\n\n<li>Annular ring and drill checks<\/li>\n<\/ul>\n\n\n\n<p>Then do a human check:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Are all connectors facing the right way?<\/li>\n\n\n\n<li>Are mounting holes correct?<\/li>\n\n\n\n<li>Any components on the board edge that will collide with enclosure?<\/li>\n\n\n\n<li>Did you swap TX and RX. It happens<\/li>\n\n\n\n<li>Do all polarized parts match the schematic and the silkscreen?<\/li>\n<\/ul>\n\n\n\n<p>If you can, do a 3D view. Many tools support it now and it catches silly mechanical issues fast.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-21-step-12-generate-manufacturing-files-gerbers-drills-and-notes\">Step 12: Generate manufacturing files (Gerbers, drills, and notes)<\/h2>\n\n\n\n<p>Most PCB manufacturers want:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/learn.sparkfun.com\/tutorials\/beginners-guide-to-kicad\/exporting-gerbers\" target=\"_blank\" rel=\"noreferrer noopener\">Gerber files<\/a> (or sometimes a single Gerber package zip)<\/li>\n\n\n\n<li>Drill files (Excellon)<\/li>\n\n\n\n<li>Board outline<\/li>\n\n\n\n<li>Readme or fabrication notes (optional but helpful)<\/li>\n\n\n\n<li>For assembly: BOM and pick and place file (centroid), plus assembly drawings<\/li>\n<\/ul>\n\n\n\n<p>Export using your fab recommended settings if they provide a preset.<\/p>\n\n\n\n<p>One more thing. Name your layers clearly. And keep versions. \u201cfinal final v7\u201d is funny until it is not.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-22-step-13-prototype-like-you-expect-problems-because-there-will-be-some\">Step 13: Prototype like you expect problems (because there will be some)<\/h2>\n\n\n\n<p>Order a small batch first. Even if the design is \u201csimple\u201d.<\/p>\n\n\n\n<p>When boards arrive:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Inspect under good light<\/li>\n\n\n\n<li>Check for shorts on power rails before plugging anything in<\/li>\n\n\n\n<li>Bring up power slowly if you can, with a bench supply and current limit<\/li>\n\n\n\n<li>Validate rails, then clocks, then programming, then peripherals<\/li>\n<\/ul>\n\n\n\n<p>If something fails, do not panic. Debug systematically. Most early PCB bugs are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Wrong footprint or wrong pin mapping<\/li>\n\n\n\n<li>Missing pullup or pull down<\/li>\n\n\n\n<li>Power sequencing or regulator stability issues (wrong caps)<\/li>\n\n\n\n<li>Layout issues around switching regulators<\/li>\n\n\n\n<li>Grounding or return path issues<\/li>\n\n\n\n<li>Simple orientation errors<\/li>\n<\/ul>\n\n\n\n<p>It is normal.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-23-a-simple-tool-stack-that-works-if-you-are-picking-software\">A simple tool stack that works (if you are picking software)<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.kicad.org\/discover\/gerber-viewer\/\" target=\"_blank\" rel=\"noreferrer noopener\">KiCad<\/a>: free, very capable, great community<\/li>\n\n\n\n<li>EasyEDA: convenient if you want quick cloud workflows<\/li>\n\n\n\n<li>Altium: industry standard, expensive, powerful<\/li>\n\n\n\n<li>Autodesk Fusion electronics: depends on your workflow<\/li>\n<\/ul>\n\n\n\n<p>If you are new, KiCad is a strong starting point and it is not a toy anymore.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-24-common-beginner-mistakes-that-are-weirdly-easy-to-avoid\">Common beginner mistakes that are weirdly easy to avoid<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-25-forgetting-decoupling-capacitors\">Forgetting decoupling capacitors<\/h3>\n\n\n\n<p>Most ICs want 0.1uF close to each power pin, plus a bulk capacitor nearby (like 4.7uF or 10uF). Read the datasheet.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-26-trusting-random-footprints\">Trusting random footprints<\/h3>\n\n\n\n<p>Footprints from libraries are helpful, but verify against the datasheet. Always.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-27-putting-the-programming-header-somewhere-impossible\">Putting the programming header somewhere impossible<\/h3>\n\n\n\n<p>If you need to flash firmware, do not hide the header under a display or put it 1mm from the enclosure wall.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-28-no-test-points\">No test points<\/h3>\n\n\n\n<p>Even just pads for GND, 3V3, 5V, RX, TX. It makes probing possible.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-29-switching-regulator-layout-just-routed\">Switching regulator layout \u201cjust routed\u201d<\/h3>\n\n\n\n<p>Switching regulators have layout guidelines for a reason. Follow the reference layout in the datasheet as closely as you can.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-30-final-thought-and-the-part-where-you-actually-get-boards-made\">Final thought (and the part where you actually get boards made)<\/h2>\n\n\n\n<p>Designing a PCB is a loop. You design, you build, you learn, you revise. The second board is always cleaner than the first.<\/p>\n\n\n\n<p>If you want a manufacturing partner that can take your Gerbers and help you get it across the finish line without guessing, that matters. A lot.<\/p>\n\n\n\n<p>Looking for a reliable PCB manufacturing partner?<\/p>\n\n\n\n<p>Submit your design files to <a href=\"https:\/\/flj-pcb.com\/de\/contact\/\">Philifast\u00a0<\/a>today and receive a competitive quote with professional support.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"heading-31-faqs-frequently-asked-questions\">FAQs (Frequently Asked Questions)<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-32-what-are-the-key-steps-involved-in-designing-a-pcb-from-schematic-to-finished-board\">What are the key steps involved in designing a PCB from schematic to finished board?<\/h3>\n\n\n\n<p>Designing a PCB involves a chain of steps: defining requirements and constraints, creating the schematic, assigning footprints, setting board outline and mechanical constraints, placing components thoughtfully, routing traces and planes, running design rule and electrical checks, generating manufacturing files, fabricating and assembling the board, and finally testing and iterating as needed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-33-why-is-it-important-to-start-pcb-design-with-clear-requirements\">Why is it important to start PCB design with clear requirements?<\/h3>\n\n\n\n<p>Starting with clear requirements helps shape every aspect of your PCB design. Knowing what the board does, input voltage range, current limits, size constraints, mounting methods, connector needs, sensitive signals, environment conditions, target cost and quantity ensures you make informed decisions such as layer count (2 vs 4 layers), trace widths, impedance control, and component selection that fit your project&#8217;s needs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-34-how-can-i-make-my-schematic-more-readable-and-easier-to-debug\">How can I make my schematic more readable and easier to debug?<\/h3>\n\n\n\n<p>To improve schematic readability: use net labels instead of long wires everywhere; group components by function like power sections or sensors; place decoupling capacitors next to IC power pins in the schematic; add test points early on; include part values and numbers in dedicated fields rather than notes; always cross-check pinouts with datasheets especially for complex parts.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-35-what-should-i-consider-when-choosing-components-for-my-pcb\">What should I consider when choosing components for my PCB?<\/h3>\n\n\n\n<p>Choose components that exist in real life with available footprints and supply chain support. Pay attention to package sizes you can solder (0603 is manageable; smaller sizes like 0402 or QFN require care), voltage\/current ratings with margin, mechanical drawings especially for connectors, and pick parts from well-supported series if you plan future reorders. Avoid &#8216;unicorn&#8217; parts that are hard to source or replace.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-36-how-do-i-ensure-my-footprints-match-the-actual-physical-parts-correctly\">How do I ensure my footprints match the actual physical parts correctly?<\/h3>\n\n\n\n<p>Carefully match pin count and spacing exactly; verify package variants (e.g., SOIC vs TSSOP); check polarity markers on diodes or electrolytics; confirm courtyard dimensions and solder mask openings especially for custom footprints. A practical tip is to print your PCB layout 1:1 on paper and physically place the actual components on it to verify fit before proceeding.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-37-when-should-i-choose-a-4-layer-pcb-over-a-2-layer-one\">When should I choose a 4-layer PCB over a 2-layer one?<\/h3>\n\n\n\n<p>A 4-layer PCB is recommended if you have high-speed signals (like USB 2.0 or DDR), need better ground referencing to reduce noise, must route dense parts such as BGAs or fine-pitch ICs, or want improved power integrity. A common 4-layer stack includes top signal layer, ground plane, power plane, and bottom signal layer which facilitates these needs compared to typical 2-layer boards suitable for many hobbyist projects.<\/p>","protected":false},"excerpt":{"rendered":"<p>If you have ever looked at a circuit board and thought, yeah I could never do that. You can. Not [&hellip;]<\/p>","protected":false},"author":1,"featured_media":4883,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[30,36],"tags":[27,37,29,142],"class_list":["post-4880","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pcb-manufacturers","category-pcb-design","tag-pcb-assembly","tag-pcb-design","tag-pcb-manufacturers","tag-pcb-stackup"],"spectra_custom_meta":{"_edit_lock":["1777536064:1"],"rank_math_internal_links_processed":["1"],"rank_math_primary_category":["30"],"rank_math_seo_score":["93"],"rank_math_title":["%title%"],"rank_math_description":["Practical PCB design steps + manufacturer-ready checklist: DFM rules, trace\/spacing, stackup, drill sizes, files (Gerber\/BOM)."],"rank_math_focus_keyword":["Design"],"rank_math_contentai_score":["a:5:{s:8:\"keywords\";s:5:\"74.51\";s:9:\"wordCount\";s:1:\"0\";s:9:\"linkCount\";s:1:\"0\";s:12:\"headingCount\";s:1:\"0\";s:10:\"mediaCount\";s:1:\"0\";}"],"_thumbnail_id":["4883"],"_uag_custom_page_level_css":[""],"site-sidebar-layout":["default"],"site-content-layout":[""],"ast-site-content-layout":["default"],"site-content-style":["default"],"site-sidebar-style":["default"],"ast-global-header-display":[""],"ast-banner-title-visibility":[""],"ast-main-header-display":[""],"ast-hfb-above-header-display":[""],"ast-hfb-below-header-display":[""],"ast-hfb-mobile-header-display":[""],"site-post-title":[""],"ast-breadcrumbs-content":[""],"ast-featured-img":[""],"footer-sml-layout":[""],"ast-disable-related-posts":[""],"theme-transparent-header-meta":[""],"adv-header-id-meta":[""],"stick-header-meta":[""],"header-above-stick-meta":[""],"header-main-stick-meta":[""],"header-below-stick-meta":[""],"astra-migrate-meta-layouts":["default"],"ast-page-background-enabled":["default"],"ast-page-background-meta":["a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}"],"ast-content-background-meta":["a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}"],"footnotes":[""],"_elementor_edit_mode":[""],"_elementor_template_type":[""],"_elementor_data":[""],"_elementor_conditions":["a:0:{}"],"_edit_last":["1"],"_elementor_page_assets":["a:0:{}"],"_uag_page_assets":["a:9:{s:3:\"css\";s:30170:\".uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media(max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media(max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}.uagb-social-share__outer-wrap,.uagb-social-share__wrap{display:flex;align-items:center;justify-content:center}.uagb-social-share__layout-vertical.uagb-social-share__outer-wrap,.uagb-social-share__layout-vertical .uagb-social-share__wrap{flex-direction:column}.uagb-social-share__layout-vertical .wp-block-uagb-social-share-child.uagb-ss-repeater.uagb-ss__wrapper:first-child{margin-top:0 !important}.uagb-social-share__layout-vertical .wp-block-uagb-social-share-child.uagb-ss-repeater.uagb-ss__wrapper:last-child{margin-bottom:0 !important}.uagb-social-share__outer-wrap a.uagb-button__link:focus{box-shadow:none}.uagb-social-share__outer-wrap .uagb-ss__wrapper{padding:0;margin-left:5px;margin-right:5px;transition:all .2s;display:inline-flex;text-align:center}.uagb-social-share__outer-wrap .uagb-ss__source-wrap{display:inline-block}.uagb-social-share__outer-wrap .uagb-ss__link{color:#3a3a3a;display:inline-table;line-height:0;cursor:pointer}.uagb-social-share__outer-wrap .uagb-ss__source-icon{font-size:40px;width:40px;height:40px}.uagb-social-share__outer-wrap .uagb-ss__source-image{width:40px}@media(max-width: 976px){.uagb-social-share__layout-horizontal .uagb-ss__wrapper{margin-left:0;margin-right:0}}.uagb-social-share__layout-horizontal .wp-block-uagb-social-share-child.uagb-ss-repeater.uagb-ss__wrapper:first-child{margin-left:0 !important}.uagb-social-share__layout-horizontal .wp-block-uagb-social-share-child.uagb-ss-repeater.uagb-ss__wrapper:last-child{margin-right:0 !important}.wp-block-uagb-social-share .uagb-social-share__wrapper{text-decoration:none}.uagb-social-share__wrapper{box-shadow:none}.uagb-social-share__outer-wrap:not(.uagb-social-share__no-label) .uagb-social-share__source-wrap{margin-right:15px}.uagb-social-share__outer-wrap.uagb-social-share__icon-at-top .uagb-social-share__source-wrap{-ms-flex-item-align:flex-start;align-self:flex-start;margin-top:5px}.uagb-block-015f0124 .uagb-ss-repeater span.uagb-ss__link{color: #3a3a3a;}.uagb-block-015f0124 .uagb-ss-repeater a.uagb-ss__link{color: #3a3a3a;}.uagb-block-015f0124 .uagb-ss-repeater span.uagb-ss__link svg{fill: #3a3a3a;}.uagb-block-015f0124 .uagb-ss-repeater a.uagb-ss__link svg{fill: #3a3a3a;}.uagb-block-015f0124.uagb-social-share__layout-vertical .uagb-ss__wrapper{margin-left: 0;margin-right: 0;margin-top: 5px;margin-bottom: 5px;}.uagb-block-015f0124.uagb-social-share__layout-vertical .uagb-ss__link{padding: 10px;}.uagb-block-015f0124.uagb-social-share__layout-horizontal .uagb-ss__link{padding: 10px;}.uagb-block-015f0124.uagb-social-share__layout-horizontal .uagb-ss__wrapper{margin-left: 5px;margin-right: 5px;}.uagb-block-015f0124 .wp-block-uagb-social-share-child {border-radius: 0px;}.uagb-block-015f0124 .uagb-ss__source-wrap{width: 30px;}.uagb-block-015f0124 .uagb-ss__source-wrap svg{width: 30px;height: 30px;}.uagb-block-015f0124 .uagb-ss__source-image{width: 30px;}.uagb-block-015f0124 .uagb-ss__source-icon{width: 30px;height: 30px;font-size: 30px;}.uagb-block-015f0124.uagb-social-share__outer-wrap{justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.uagb-block-44317091.uagb-ss-repeater span.uagb-ss__link{color: #3b5998;}.uagb-block-44317091.uagb-ss-repeater a.uagb-ss__link{color: #3b5998;}.uagb-block-44317091.uagb-ss-repeater span.uagb-ss__link svg{fill: #3b5998;}.uagb-block-44317091.uagb-ss-repeater a.uagb-ss__link svg{fill: #3b5998;}.uagb-block-df693e43.uagb-ss-repeater span.uagb-ss__link{color: #55acee;}.uagb-block-df693e43.uagb-ss-repeater a.uagb-ss__link{color: #55acee;}.uagb-block-df693e43.uagb-ss-repeater span.uagb-ss__link svg{fill: #55acee;}.uagb-block-df693e43.uagb-ss-repeater a.uagb-ss__link svg{fill: #55acee;}.uagb-block-e0123642.uagb-ss-repeater span.uagb-ss__link{color: #bd081c;}.uagb-block-e0123642.uagb-ss-repeater a.uagb-ss__link{color: #bd081c;}.uagb-block-e0123642.uagb-ss-repeater span.uagb-ss__link svg{fill: #bd081c;}.uagb-block-e0123642.uagb-ss-repeater a.uagb-ss__link svg{fill: #bd081c;}.uagb-block-23521e42.uagb-ss-repeater span.uagb-ss__link{color: #0077b5;}.uagb-block-23521e42.uagb-ss-repeater a.uagb-ss__link{color: #0077b5;}.uagb-block-23521e42.uagb-ss-repeater span.uagb-ss__link svg{fill: #0077b5;}.uagb-block-23521e42.uagb-ss-repeater a.uagb-ss__link svg{fill: #0077b5;}@media only screen and (max-width: 976px) {.uagb-block-015f0124.uagb-social-share__layout-vertical .uagb-ss__wrapper{margin-left: 0;margin-right: 0;margin-top: 5px;margin-bottom: 5px;}.uagb-block-015f0124.uagb-social-share__layout-horizontal .uagb-ss__wrapper{margin-left: 5px;margin-right: 5px;}.uagb-block-015f0124.uagb-social-share__outer-wrap{justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}}@media only screen and (max-width: 767px) {.uagb-block-015f0124.uagb-social-share__layout-vertical .uagb-ss__wrapper{margin-left: 0;margin-right: 0;margin-top: 5px;margin-bottom: 5px;}.uagb-block-015f0124.uagb-social-share__layout-horizontal .uagb-ss__wrapper{margin-left: 5px;margin-right: 5px;}.uagb-block-015f0124.uagb-social-share__outer-wrap{justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}}.uagb-cta__outer-wrap .uagb-cta__content,.uagb-cta__outer-wrap a.uagb-cta__block-link span,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-wrapper,.uagb-cta__outer-wrap .uagb-cta-typeof-button,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link,.uagb-cta__outer-wrap .uagb-cta-with-svg{display:inline-block}.uagb-cta__outer-wrap{display:flex;justify-content:space-between}.wp-block-uagb-call-to-action .uagb-cta__buttons{display:inline-flex}.wp-block-uagb-call-to-action .wp-block-button__link,.wp-block-uagb-call-to-action .ast-outline-button{fill:currentColor;justify-content:center}.uagb-cta__button-link-wrapper,.uagb-cta-second__button{display:inline-flex;align-items:center;word-break:keep-all;width:100%}.uagb-cta__title{padding:0;margin:0;display:block}.uagb-cta__content-right .uagb-cta__button-wrapper{float:right}.uagb-cta__link-wrapper.uagb-cta__block-link-style:empty{display:none}a.uagb-cta__block-link,.entry .entry-content a.uagb-cta__block-link,a.uagb-cta__block-link-wrap,.entry .entry-content a.uagb-cta__block-link-wrap{text-decoration:none}a.uagb-cta__block-link:hover,.entry .entry-content a.uagb-cta__block-link:hover,a.uagb-cta__block-link-wrap:hover,.entry .entry-content a.uagb-cta__block-link-wrap:hover .entry .entry-content a.uagb-cta__block-link:hover{color:inherit}.uagb-cta__content-right{text-align:right;justify-content:flex-end}.uagb-cta__left-right-wrap{width:100%;word-break:break-word}.uagb-cta__icon-position-below-title .uagb-cta__left-right-wrap{display:block;min-width:100%;width:100%}.uagb-cta__icon-position-left .uagb-cta__left-right-wrap,.uagb-cta__icon-position-right .uagb-cta__left-right-wrap{display:flex}.uagb-cta__icon-position-right .uagb-cta__left-right-wrap{justify-content:flex-end}.uagb-cta__block-link-icon-after{margin-left:5px;margin-right:0}.uagb-cta__block-link-icon-before{margin-left:0;margin-right:5px}.uagb-cta__block-link-icon,.uagb-cta__block svg{transition:all 200ms linear}.uagb-cta__block{position:relative}.uagb-cta-typeof-button{line-height:1;text-align:center}.uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__content-right .uagb-cta-second__button .uagb-cta__content-right .uagb-cta__block-link,.uagb-cta__content-right.uagb-cta__button-valign-middle .uagb-cta__left-right-wrap{display:flex;align-items:center}.uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__content-right .uagb-cta-second__button .uagb-cta__content-right .uagb-cta__block-link{justify-content:center}.uagb-cta__link-wrapper a{box-shadow:none;text-decoration:none}.uagb-cta__block,.uagb-cta__content,.uagb-cta__left-right-wrap{z-index:1}.uagb-cta__block-link{cursor:pointer}.uagb-cta__content-right .uagb-cta__block-link{float:right;padding:10px 14px}a.uagb-cta__block-link-wrap{color:inherit}.uagb-cta__content p:empty{display:none}.uagb-cta__button-type-none .uagb-cta__content{width:100%}.uagb-cta-with-svg{height:14px;width:14px;line-height:14px;vertical-align:middle}.uagb-cta__block svg{display:block;height:inherit;width:inherit}.uagb-cta__button-link-wrapper svg{width:20px;height:20px}.uagb-cta__align-button-after{margin-left:5px}.uagb-cta__align-button-before{margin-right:5px}.uagb-cta__block-link i{font-style:normal}a.uagb-cta__link-to-all{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.wp-block-uagb-call-to-action{position:relative}.wp-block-uagb-call-to-action a.uagb-cta__link-to-all{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}@media only screen and (max-width: 976px){.uagb-cta__content-stacked-tablet,.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__button-wrapper{float:none;margin:0 auto}.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}@media screen and (max-width: 767px){.uagb-cta__content-stacked-mobile,.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__button-wrapper{float:none;margin:0 auto}.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}.uagb-cta__desc p:last-child{margin-bottom:0}#uagb-cta-block-.wp-block-uagb-call-to-action .uagb-cta__title{margin-bottom: 10px;}#uagb-cta-block-.wp-block-uagb-call-to-action .uagb-cta__desc{margin-bottom: 10px;}#uagb-cta-block- .uagb-cta__align-button-after{margin-left: 10px;}#uagb-cta-block- .uagb-cta__align-button-before{margin-right: 10px;}#uagb-cta-block-.wp-block-uagb-call-to-action a.uagb-cta__button-link-wrapper > svg{margin-left: 10px;}#uagb-cta-block-.wp-block-uagb-call-to-action a.uagb-cta-second__button > svg{margin-left: 10px;font-size: 14px;width: 14px;height: 14px;line-height: 14px;}#uagb-cta-block- .uagb-cta__content-wrap{text-align: left;}#uagb-cta-block- .uagb-cta__wrap{width: 70%;text-align: left;}#uagb-cta-block-.wp-block-uagb-call-to-action{text-align: left;}#uagb-cta-block- .uagb-cta__left-right-wrap .uagb-cta__content{margin-left: 0px;}#uagb-cta-block- .uagb-cta__buttons{column-gap: 15px;}#uagb-cta-block-.wp-block-uagb-call-to-action {display: flex;justify-content: space-between;}#uagb-cta-block- .uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content{width: 70%;}#uagb-cta-block- .uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width: 30%;}#uagb-cta-block-.wp-block-uagb-call-to-action a.uagb-cta__button-link-wrapper {align-self: center;height: fit-content;margin-left: auto;}#uagb-cta-block-.wp-block-uagb-call-to-action  {flex-direction: row;align-items: center;}#uagb-cta-block-.wp-block-uagb-call-to-action.wp-block-button a.uagb-cta-second__button{align-self: center;height: fit-content;}#uagb-cta-block-.wp-block-uagb-call-to-action.wp-block-button a.uagb-cta-second__button:hover{background-color: !important;}#uagb-cta-block-.wp-block-uagb-call-to-action.wp-block-button a.uagb-cta-second__button:focus{background-color: !important;}#uagb-cta-block- .uagb-cta__button-wrapper a.uagb-cta-typeof-button{color: #333;border-style: solid;}#uagb-cta-block-.wp-block-uagb-call-to-action.wp-block-button .uagb-cta__buttons a.uagb-cta__button-link-wrapper.wp-block-button__link{border-style: solid;}#uagb-cta-block-.wp-block-uagb-call-to-action a.uagb-cta-second__button{text-transform: normal;text-decoration: none;font-size: 14px;}@media only screen and (max-width: 976px) {#uagb-cta-block-.wp-block-uagb-call-to-action.uagb-cta__content-stacked-tablet {display: inherit;}#uagb-cta-block-.uagb-cta__content-stacked-tablet .uagb-cta__wrap{width: 100%;}#uagb-cta-block- .uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width: 30%;}#uagb-cta-block- .uagb-cta__wrap{text-align: center;}#uagb-cta-block-.wp-block-uagb-call-to-action {flex-direction: column;align-items: center;}}@media only screen and (max-width: 767px) {#uagb-cta-block-.wp-block-uagb-call-to-action.uagb-cta__content-stacked-mobile {display: inherit;}#uagb-cta-block-.uagb-cta__content-stacked-mobile .uagb-cta__wrap{width: 100%;}#uagb-cta-block- .uagb-cta__buttons{justify-content: center;}#uagb-cta-block- .uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width: 30%;}#uagb-cta-block- .uagb-cta__wrap{text-align: center;}#uagb-cta-block-.wp-block-uagb-call-to-action {flex-direction: column;align-items: center;}}.uagb-icon-list__wrap{display:flex;align-items:flex-start;justify-content:flex-start}.wp-block-uagb-icon-list-child{padding:0;transition:all .2s;display:inline-flex;color:#3a3a3a;align-items:center;text-decoration:none;box-shadow:none}.wp-block-uagb-icon-list-child span.uagb-icon-list__source-wrap{display:block;align-items:center}.uagb-icon-list__source-wrap svg{display:block}.uagb-icon-list__source-image{width:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap{color:#3a3a3a;display:flex;align-items:center}.wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}.wp-block-uagb-icon-list-child .uagb-icon-list__label{word-break:break-word}.wp-block-uagb-icon-list.uagb-block-f606f41a .uagb-icon-list__source-image{width: 16px;}.wp-block-uagb-icon-list.uagb-block-f606f41a .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 16px;height: 16px;font-size: 16px;}.wp-block-uagb-icon-list.uagb-block-f606f41a .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-radius: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-f606f41a .wp-block-uagb-icon-list-child .uagb-icon-list__label{text-decoration: !important;line-height: em;}.wp-block-uagb-icon-list.uagb-block-f606f41a .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: flex-start;-ms-flex-align: flex-start;align-items: flex-start;}.wp-block-uagb-icon-list.uagb-block-f606f41a .uagb-icon-list__label{text-align: left;}.wp-block-uagb-icon-list.uagb-block-f606f41a .wp-block-uagb-icon-list-child{text-decoration: !important;line-height: em;}.wp-block-uagb-icon-list.uagb-block-f606f41a.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}.wp-block-uagb-icon-list.uagb-block-f606f41a .uagb-icon-list__source-wrap{margin-right: 15px;}.uagb-block-ddf54d80.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-ddf54d80.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-b45e4180.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-b45e4180.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-6962245c.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-6962245c.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}@media only screen and (max-width: 976px) {.wp-block-uagb-icon-list.uagb-block-f606f41a .uagb-icon-list__source-image{width: 16px;}.wp-block-uagb-icon-list.uagb-block-f606f41a .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 16px;height: 16px;font-size: 16px;}.wp-block-uagb-icon-list.uagb-block-f606f41a .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap {padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-f606f41a .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: flex-start;-ms-flex-align: flex-start;align-items: flex-start;}.wp-block-uagb-icon-list.uagb-block-f606f41a.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}@media only screen and (max-width: 767px) {.wp-block-uagb-icon-list.uagb-block-f606f41a .uagb-icon-list__source-image{width: 16px;}.wp-block-uagb-icon-list.uagb-block-f606f41a .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 16px;height: 16px;font-size: 16px;}.wp-block-uagb-icon-list.uagb-block-f606f41a .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-f606f41a .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: flex-start;-ms-flex-align: flex-start;align-items: flex-start;}.wp-block-uagb-icon-list.uagb-block-f606f41a.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}.wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;transition-property:box-shadow;transition-duration:.2s;transition-timing-function:ease}.wp-block-uagb-container .spectra-container-link-overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}.wp-block-uagb-container .wp-block-uagb-blockquote,.wp-block-uagb-container .wp-block-spectra-pro-login,.wp-block-uagb-container .wp-block-spectra-pro-register{margin:unset}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.wp-block-uagb-container.uagb-layout-grid{display:grid;width:100%}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap{display:inherit;width:inherit}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.alignwide.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:inherit;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-info-box),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-container-link-overlay):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-lottie):not(.uagb-faq__outer-wrap){min-width:unset !important;width:100%;position:relative}body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container ol,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap ol{max-width:-webkit-fill-available;margin-block-start:0;margin-block-end:0;margin-left:20px}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}.nv-single-page-wrap .nv-content-wrap.entry-content .wp-block-uagb-container.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}@media only screen and (max-width: 767px){.wp-block-uagb-container .wp-block-uagb-advanced-heading{width:-webkit-fill-available}}.wp-block-uagb-image--align-none{justify-content:center}.wp-block-uagb-container.uagb-block-845e6da6 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-845e6da6 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-845e6da6 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-845e6da6 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-845e6da6 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-845e6da6{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-845e6da6 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-845e6da6{box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;row-gap: 20px;column-gap: 20px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-845e6da6{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-845e6da6 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-845e6da6{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-845e6da6{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-845e6da6 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-845e6da6{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}}.wp-block-uagb-icon svg{width:30px}.uagb-icon-wrapper .uagb-svg-wrapper{transition:box-shadow .2s ease} .uagb-block-2b67c985.uagb-icon-wrapper{text-align: center;} .uagb-block-2b67c985.uagb-icon-wrapper .uagb-svg-wrapper a{display: contents;} .uagb-block-2b67c985.uagb-icon-wrapper svg{width: 40px;height: 40px;transform: rotate(0deg);box-sizing: content-box;fill: #333;filter: drop-shadow( 0px 0px 0px #00000070 );} .uagb-block-2b67c985.uagb-icon-wrapper .uagb-svg-wrapper{display: inline-flex;padding-top: 5px;padding-right: 5px;padding-bottom: 5px;padding-left: 5px;border-style: default;box-shadow: 0px 0px 0 #00000070 ;} .uagb-block-2b67c985.uagb-icon-wrapper .uagb-svg-wrapper:hover{box-shadow: 0px 0px 0 #00000070 ;} .uagb-block-2b67c985.uagb-icon-wrapper .uagb-svg-wrapper:focus-visible{box-shadow: 0px 0px 0 #00000070 ;}@media only screen and (max-width: 976px) { .uagb-block-2b67c985.uagb-icon-wrapper .uagb-svg-wrapper{display: inline-flex;}}@media only screen and (max-width: 767px) { .uagb-block-2b67c985.uagb-icon-wrapper .uagb-svg-wrapper{display: inline-flex;}} .uagb-block-3c223d05.uagb-icon-wrapper{text-align: center;} .uagb-block-3c223d05.uagb-icon-wrapper .uagb-svg-wrapper a{display: contents;} .uagb-block-3c223d05.uagb-icon-wrapper svg{width: 40px;height: 40px;transform: rotate(0deg);box-sizing: content-box;fill: #333;filter: drop-shadow( 0px 0px 0px #00000070 );} .uagb-block-3c223d05.uagb-icon-wrapper .uagb-svg-wrapper{display: inline-flex;padding-top: 5px;padding-right: 5px;padding-bottom: 5px;padding-left: 5px;border-style: default;box-shadow: 0px 0px 0 #00000070 ;} .uagb-block-3c223d05.uagb-icon-wrapper .uagb-svg-wrapper:hover{box-shadow: 0px 0px 0 #00000070 ;} .uagb-block-3c223d05.uagb-icon-wrapper .uagb-svg-wrapper:focus-visible{box-shadow: 0px 0px 0 #00000070 ;}@media only screen and (max-width: 976px) { .uagb-block-3c223d05.uagb-icon-wrapper .uagb-svg-wrapper{display: inline-flex;}}@media only screen and (max-width: 767px) { .uagb-block-3c223d05.uagb-icon-wrapper .uagb-svg-wrapper{display: inline-flex;}}.wp-block-uagb-container.uagb-block-e5b2e3b1 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-e5b2e3b1 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-e5b2e3b1 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-e5b2e3b1 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-e5b2e3b1 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-e5b2e3b1{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-e5b2e3b1 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-e5b2e3b1{box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;row-gap: 20px;column-gap: 20px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-e5b2e3b1{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-e5b2e3b1 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-e5b2e3b1{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-e5b2e3b1{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-e5b2e3b1 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-e5b2e3b1{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}}\";s:2:\"js\";s:2028:\"document.addEventListener(\"DOMContentLoaded\", function(){ var ssLinksParent = document.querySelector( '.uagb-block-015f0124' );\nssLinksParent?.addEventListener( 'keyup', function ( e ) {\nvar link = e.target.closest( '.uagb-ss__link' );\nif ( link && e.keyCode === 13 ) {\n\thandleSocialLinkClick( link );\n}\n});\n\nssLinksParent?.addEventListener( 'click', function ( e ) {\nvar link = e.target.closest( '.uagb-ss__link' );\nif ( link ) {\n\thandleSocialLinkClick( link );\n}\n});\n\nfunction handleSocialLinkClick( link ) {\nvar social_url = link.dataset.href;\nvar target = \"\";\nif ( social_url == \"mailto:?body=\" ) {\n\ttarget = \"_self\";\n}\nvar request_url = \"\";\nif ( social_url.indexOf(\"\/pin\/create\/link\/?url=\") !== -1 ) {\n\trequest_url = social_url + encodeURIComponent( window.location.href ) + \"&media=\" + 'https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/how-to-design-a-circuit-board.webp';\n} else {\n\trequest_url = social_url + encodeURIComponent( window.location.href );\n}\nwindow.open( request_url, target );\n}\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', () => {\n\t\t\t\t\tconst blockScope = document.querySelector( '.uagb-block-2b67c985' );\n\t\t\t\t\tif ( ! blockScope ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\tconst anchorElement = blockScope.querySelector('a');\n\t\t\t\t\tif (!anchorElement) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t} \n\n\t\t\t\t\t \n\t\t\t\t\tblockScope.addEventListener('keydown', (event) => {\n\t\t\t\t\t\tif ( 13 === event.keyCode || 32 === event.keyCode ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\t \n\t\t\t\t\t\t\tanchorElement.click();\t\n\t\t\t\t\t\t}\n\t\t\t\t\t} );\n\t\t\t\t} );\n\t\t\t\t\t\t\twindow.addEventListener( 'DOMContentLoaded', () => {\n\t\t\t\t\tconst blockScope = document.querySelector( '.uagb-block-3c223d05' );\n\t\t\t\t\tif ( ! blockScope ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\tconst anchorElement = blockScope.querySelector('a');\n\t\t\t\t\tif (!anchorElement) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t} \n\n\t\t\t\t\t \n\t\t\t\t\tblockScope.addEventListener('keydown', (event) => {\n\t\t\t\t\t\tif ( 13 === event.keyCode || 32 === event.keyCode ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\t \n\t\t\t\t\t\t\tanchorElement.click();\t\n\t\t\t\t\t\t}\n\t\t\t\t\t} );\n\t\t\t\t} );\n\t\t\t });\";s:18:\"current_block_list\";a:21:{i:0;s:14:\"core\/paragraph\";i:1;s:12:\"core\/heading\";i:2;s:9:\"core\/list\";i:3;s:14:\"core\/list-item\";i:4;s:10:\"core\/image\";i:5;s:11:\"core\/search\";i:6;s:10:\"core\/group\";i:7;s:17:\"core\/latest-posts\";i:8;s:20:\"core\/latest-comments\";i:9;s:13:\"core\/archives\";i:10;s:15:\"core\/categories\";i:11;s:10:\"core\/embed\";i:12;s:17:\"uagb\/social-share\";i:13;s:23:\"uagb\/social-share-child\";i:14;s:19:\"uagb\/call-to-action\";i:15;s:14:\"uagb\/icon-list\";i:16;s:20:\"uagb\/icon-list-child\";i:17;s:14:\"uagb\/container\";i:18;s:9:\"uagb\/icon\";i:19;s:17:\"core\/social-links\";i:20;s:16:\"core\/social-link\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";i:1777532859;s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"],"_uag_css_file_name":["uag-css-4880.css"],"_uag_js_file_name":["uag-js-4880.js"]},"uagb_featured_image_src":{"full":["https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/how-to-design-a-circuit-board.webp",800,576,false],"thumbnail":["https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/how-to-design-a-circuit-board-150x150.webp",150,150,true],"medium":["https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/how-to-design-a-circuit-board-300x216.webp",300,216,true],"medium_large":["https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/how-to-design-a-circuit-board-768x553.webp",768,553,true],"large":["https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/how-to-design-a-circuit-board.webp",800,576,false],"1536x1536":["https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/how-to-design-a-circuit-board.webp",800,576,false],"2048x2048":["https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/how-to-design-a-circuit-board.webp",800,576,false],"trp-custom-language-flag":["https:\/\/flj-pcb.com\/wp-content\/uploads\/2026\/04\/how-to-design-a-circuit-board-18x12.webp",18,12,true]},"uagb_author_info":{"display_name":"Philifast","author_link":"https:\/\/flj-pcb.com\/de\/author\/2475017442jygmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"If you have ever looked at a circuit board and thought, yeah I could never do that. You can. Not [&hellip;]","_links":{"self":[{"href":"https:\/\/flj-pcb.com\/de\/wp-json\/wp\/v2\/posts\/4880","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/flj-pcb.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/flj-pcb.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/flj-pcb.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/flj-pcb.com\/de\/wp-json\/wp\/v2\/comments?post=4880"}],"version-history":[{"count":1,"href":"https:\/\/flj-pcb.com\/de\/wp-json\/wp\/v2\/posts\/4880\/revisions"}],"predecessor-version":[{"id":4884,"href":"https:\/\/flj-pcb.com\/de\/wp-json\/wp\/v2\/posts\/4880\/revisions\/4884"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/flj-pcb.com\/de\/wp-json\/wp\/v2\/media\/4883"}],"wp:attachment":[{"href":"https:\/\/flj-pcb.com\/de\/wp-json\/wp\/v2\/media?parent=4880"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/flj-pcb.com\/de\/wp-json\/wp\/v2\/categories?post=4880"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/flj-pcb.com\/de\/wp-json\/wp\/v2\/tags?post=4880"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}