.mmk{--a:#0076c0;--a-dark:#005e9a;--a-soft:#eaf3fa;--beam:#33475b;--beam-lt:#5b7086;--tech:#2b3440;--tech-lt:#c8cfd7;--ink:#1b1f24;--ink2:#454d57;--muted:#727b86;--line:#dfe3e8;--line2:#eef0f3;--panel:#f7f8f9;--err:#c62828;--r:8px;--font:"Inter","Segoe UI",-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;}
.mmk *,.mmk *::before,.mmk *::after{box-sizing:border-box}
.mmk{font-family:var(--font);color:var(--ink);background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased;max-width:1180px;margin:0 auto;padding:24px 20px 64px}
.mmk h1,.mmk h2,.mmk h3,.mmk h4,.mmk p,.mmk ul,.mmk ol,.mmk li,.mmk dl,.mmk dt,.mmk dd,.mmk table,.mmk figure,.mmk fieldset{margin:0;padding:0;border:0;background:none;font-family:inherit;color:inherit;font-weight:inherit;font-style:normal;line-height:inherit;letter-spacing:normal;text-transform:none;text-align:left}
.mmk table{border-collapse:collapse}
.mmk li::marker{content:none}
.mmk button,.mmk input,.mmk select,.mmk textarea{font-family:inherit;color:inherit;letter-spacing:normal;text-transform:none;box-shadow:none;min-height:0;text-align:left}
.mmk img,.mmk svg{max-width:100%;border:0}
.mmk a{text-decoration:none;box-shadow:none}
.mmk .mm-steps{display:flex;justify-content:center;margin:8px 0 28px;padding:0}
.mmk .mm-steps li{list-style:none;display:flex;flex-direction:column;align-items:center;position:relative;width:170px;text-align:center}
.mmk .mm-steps li::after{content:"";position:absolute;top:11px;left:50%;width:100%;height:2px;background:var(--line)}
.mmk .mm-steps li:last-child::after{display:none}
.mmk .mm-steps .mm-dot{width:22px;height:22px;border-radius:50%;background:var(--line);display:grid;place-items:center;color:#fff;font-size:12px;font-weight:700;position:relative;z-index:1}
.mmk .mm-steps .mm-lb{font-size:12.5px;color:var(--muted);margin-top:7px}
.mmk .mm-steps li.mm-on .mm-dot,.mmk .mm-steps li.mm-done .mm-dot{background:var(--a)}
.mmk .mm-steps li.mm-on .mm-lb{color:var(--ink);font-weight:650}
.mmk .mm-steps li.mm-done::after{background:var(--a)}
.mmk h1.mm-title{font-size:clamp(24px,3.2vw,34px);font-weight:400;margin:0 0 20px;letter-spacing:-.01em}
.mmk .mm-fam-lb{font-size:14px;color:var(--ink2);margin:0 0 8px}
.mmk .mm-prods{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:6px}
.mmk .mm-prod{cursor:pointer;position:relative}
.mmk .mm-prod input{position:absolute;opacity:0;width:0;height:0}
.mmk .mm-prod .mm-box{width:208px;height:112px;border:1.5px solid var(--line);border-radius:var(--r);display:grid;place-items:center;background:#fff;transition:.12s;padding:8px}
.mmk .mm-prod .mm-box img{max-width:100%;max-height:100%;display:block}
.mmk .mm-prod input:checked + .mm-box{border-color:var(--a);box-shadow:0 0 0 2px rgba(0,118,192,.16)}
.mmk .mm-prod input:focus-visible + .mm-box{outline:2px solid var(--ink);outline-offset:2px}
.mmk .mm-prod .mm-cap{font-size:12px;color:var(--muted);text-align:center;margin-top:6px;display:block;max-width:208px}
.mmk .mm-prod input:checked ~ .mm-cap{color:var(--a);font-weight:600}
.mmk .mm-card{border:1px solid var(--line);border-radius:var(--r);margin-top:22px;background:#fff}
.mmk .mm-card > .mm-hd{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px;cursor:pointer;user-select:none}
.mmk .mm-card > .mm-hd h2{font-size:17px;font-weight:650;margin:0}
.mmk .mm-card > .mm-hd .mm-chev{transition:transform .18s;color:var(--muted);flex:0 0 auto}
.mmk .mm-card.mm-open > .mm-hd .mm-chev{transform:rotate(180deg)}
.mmk .mm-card .mm-bd{display:none;padding:0 22px 22px}
.mmk .mm-card.mm-open .mm-bd{display:block}
.mmk .mm-fld{margin-bottom:20px}
.mmk .mm-fld:last-child{margin-bottom:0}
.mmk .mm-fld > .mm-lb{display:flex;align-items:center;gap:7px;font-size:14px;color:var(--ink2);margin-bottom:8px}
.mmk .mm-tip{width:17px;height:17px;border-radius:50%;border:1.2px solid var(--muted);color:var(--muted);font-size:11px;font-weight:700;display:inline-grid;place-items:center;cursor:help;flex:0 0 auto;background:none;font-family:inherit;padding:0;line-height:1;position:relative}
.mmk .mm-tip:hover,.mmk .mm-tip:focus{border-color:var(--a);color:var(--a);outline:none}
.mmk .mm-tip .mm-bub,.mmk .mm-hasbub .mm-bub{position:absolute;left:50%;bottom:calc(100% + 8px);transform:translateX(-50%);background:var(--tech);color:#fff;font-size:12px;font-weight:400;line-height:1.35;padding:7px 10px;border-radius:6px;width:max-content;max-width:320px;text-align:center;opacity:0;visibility:hidden;transition:opacity .12s;z-index:20;pointer-events:none;letter-spacing:0}
.mmk .mm-tip .mm-bub::after,.mmk .mm-hasbub .mm-bub::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:var(--tech)}
.mmk .mm-tip:hover .mm-bub,.mmk .mm-tip:focus .mm-bub,.mmk .mm-hasbub:hover .mm-bub,.mmk .mm-hasbub:focus-within .mm-bub{opacity:1;visibility:visible}
.mmk .mm-hasbub{position:relative}
.mmk .mm-chips{display:flex;flex-wrap:wrap;gap:9px;align-items:center}
.mmk .mm-chip{position:relative;cursor:pointer}
.mmk .mm-chip input{position:absolute;opacity:0;width:0;height:0}
.mmk .mm-chip > span{display:block;min-width:58px;text-align:center;border:1.5px solid var(--line);border-radius:6px;padding:8px 14px;font-size:14px;background:#fff;transition:.12s;white-space:nowrap}
.mmk .mm-chip input:checked + span{border-color:var(--a);color:var(--a);font-weight:650}
.mmk .mm-chip input:focus-visible + span{outline:2px solid var(--ink);outline-offset:2px}
.mmk .mm-chip.mm-custom > span{padding:0;overflow:hidden}
.mmk .mm-chip.mm-custom input[type=number]{position:static;opacity:1;width:126px;border:0;background:transparent;font:inherit;font-size:14px;padding:8px 12px;color:var(--ink)}
.mmk .mm-chip.mm-custom input[type=number]:focus{outline:none}
.mmk .mm-chip.mm-custom.mm-on > span{border-color:var(--a)}
.mmk .mm-segs{display:flex;flex-wrap:wrap;gap:14px;align-items:flex-end}
.mmk .mm-seg{position:relative}
.mmk .mm-seg label{display:block;font-size:12px;color:var(--muted);margin-bottom:4px}
.mmk .mm-seg input{width:132px;font:inherit;font-size:14px;border:1.5px solid var(--line);border-radius:6px;padding:8px 11px;background:#fff}
.mmk .mm-seg input:focus{outline:none;border-color:var(--a);box-shadow:0 0 0 3px rgba(0,118,192,.14)}
.mmk .mm-seg input[aria-invalid="true"]{border-color:var(--err);background:#fff7f7}
.mmk .mm-segtotal{font-size:13px;color:var(--ink2);background:var(--panel);border-radius:6px;padding:9px 13px;align-self:flex-end}
.mmk .mm-segtotal b{color:var(--ink)}
.mmk .mm-beamblock{border:1px solid var(--line2);border-radius:var(--r);padding:16px 18px;margin-bottom:14px;background:#fcfcfd}
.mmk .mm-beamrow{display:flex;flex-wrap:wrap;gap:26px;align-items:flex-start}
.mmk .mm-subfields{display:none;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:14px;padding:12px;background:var(--panel);border-radius:6px}
.mmk .mm-subfields.mm-on{display:grid}
.mmk .mm-subfields label{display:block;font-size:12.5px;color:var(--muted);margin-bottom:4px}
.mmk .mm-subfields input{width:100%;font:inherit;font-size:14px;border:1.5px solid var(--line);border-radius:6px;padding:8px 10px;background:#fff}
.mmk .mm-subfields input:focus{outline:none;border-color:var(--a)}
.mmk .mm-subfields input[aria-invalid="true"]{border-color:var(--err);background:#fff7f7}
.mmk .mm-withfig{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.mmk .mm-fig{display:block;flex:0 0 auto}
.mmk .mm-fig svg{display:block;width:52px;height:66px}
.mmk .mm-fig.mm-sm svg{width:40px;height:50px;margin:2px 0}
.mmk .mm-forms{display:flex;flex-wrap:wrap;gap:9px}
.mmk .mm-fm{position:relative;cursor:pointer}
.mmk .mm-fm input{position:absolute;opacity:0;width:0;height:0}
.mmk .mm-fm .mm-b{width:104px;height:70px;border:1.5px solid var(--line);border-radius:6px;display:grid;place-items:center;background:#fff;transition:.12s;padding:6px}
.mmk .mm-fm .mm-b svg{width:100%;height:100%}
.mmk .mm-forms[data-group^="beamtype"] .mm-fm .mm-b{width:78px;height:76px}
.mmk .mm-fm input:checked + .mm-b{border-color:var(--a);box-shadow:0 0 0 2px rgba(0,118,192,.16)}
.mmk .mm-fm input:focus-visible + .mm-b{outline:2px solid var(--ink);outline-offset:2px}
.mmk .mm-fm .mm-n{display:block;font-size:10.5px;color:var(--muted);text-align:center;margin-top:3px}
.mmk .mm-btn{font:inherit;font-size:15px;font-weight:600;cursor:pointer;border:0;border-radius:6px;padding:11px 26px;background:var(--a);color:#fff;transition:background .12s}
.mmk .mm-btn:hover{background:var(--a-dark)}
.mmk .mm-btn:focus-visible{outline:2px solid var(--ink);outline-offset:2px}
.mmk .mm-btn.mm-ghost{background:#fff;color:var(--a);border:1.5px solid var(--a)}
.mmk .mm-btn.mm-ghost:hover{background:var(--a-soft)}
.mmk .mm-btn.mm-link{background:none;color:var(--a);padding:11px 10px;font-weight:600}
.mmk .mm-btn.mm-link:hover{background:none;text-decoration:underline}
.mmk .mm-qtyrow{margin-top:24px}
.mmk .mm-qtyrow label{display:block;font-size:12px;color:var(--muted);margin-bottom:2px}
.mmk .mm-qtyrow input{width:236px;font:inherit;font-size:16px;border:0;border-bottom:1.5px solid var(--line);padding:6px 2px;background:none}
.mmk .mm-qtyrow input:focus{outline:none;border-bottom-color:var(--a)}
.mmk .mm-alert{display:none;margin-top:16px;border:1px solid #f2c6c6;background:#fdf5f5;color:var(--err);border-radius:6px;padding:11px 14px;font-size:14px;align-items:center;gap:9px}
.mmk .mm-alert.mm-on{display:flex}
.mmk .mm-ferr{display:none;color:var(--err);font-size:13px;margin-top:7px}
.mmk .mm-ferr.mm-on{display:block}
.mmk #solution,.mmk #request,.mmk #thanks{display:none}
.mmk #solution.mm-on,.mmk #request.mm-on,.mmk #thanks.mm-on{display:block}
.mmk .mm-sol{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:26px;align-items:start}
@media(max-width:940px){
.mmk .mm-sol{grid-template-columns:1fr}
}
.mmk .mm-artcard{border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.mmk .mm-arthd{background:var(--panel);padding:20px 24px;border-bottom:1px solid var(--line)}
.mmk .mm-arthd h2{margin:0 0 6px;font-size:26px;font-weight:400}
.mmk .mm-arthd .mm-an{font-size:15px;font-weight:700}
.mmk .mm-arthd .mm-aq{font-size:12px;color:var(--muted);margin-top:2px}
.mmk .mm-draw{padding:22px 24px}
.mmk .mm-draw svg{display:block;width:100%;height:auto}
.mmk .mm-kpis{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line2);margin:0 24px}
.mmk .mm-kpi{text-align:center;padding:16px 6px;border-right:1px solid var(--line2)}
.mmk .mm-kpi:last-child{border-right:0}
.mmk .mm-kpi b{display:block;font-size:19px;font-weight:700;letter-spacing:-.02em}
.mmk .mm-kpi span{font-size:11.5px;color:var(--muted)}
.mmk .mm-details{padding:4px 24px 24px}
.mmk .mm-details h3{font-size:14px;font-weight:700;margin:22px 0 4px}
.mmk .mm-details h3.mm-sub{font-weight:600;color:var(--ink2)}
.mmk table.mm-spec{width:100%;border-collapse:collapse;font-size:13.5px;margin-top:8px}
.mmk table.mm-spec td{padding:9px 12px;border-bottom:1px solid var(--line2)}
.mmk table.mm-spec td:last-child{text-align:right;font-weight:600}
.mmk table.mm-spec tr:nth-child(odd){background:#fafbfc}
.mmk .mm-moreWrap{text-align:center;padding:0 24px 22px}
.mmk #moreBox{display:none}
.mmk #moreBox.mm-on{display:block}
.mmk .mm-confirm{border:1px solid var(--line);border-radius:var(--r);padding:20px 22px}
.mmk .mm-confirm h3{margin:0 0 14px;font-size:19px;font-weight:400}
.mmk .mm-editbtn{width:100%;text-align:left;border:1px solid var(--line);border-radius:6px;background:#fff;font:inherit;font-size:14.5px;padding:14px 16px;margin-bottom:12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.mmk .mm-editbtn:hover{border-color:var(--a)}
.mmk .mm-note{font-size:12.5px;color:var(--ink2);background:var(--a-soft);border-left:3px solid var(--a);padding:10px 12px;border-radius:0 6px 6px 0;margin:4px 0 16px}
.mmk .mm-trust{list-style:none;margin:14px 0 0;padding:0;font-size:12px;color:var(--muted)}
.mmk .mm-trust li{padding-left:17px;position:relative;margin-top:5px}
.mmk .mm-trust li::before{content:"✓";position:absolute;left:0;color:var(--a);font-weight:700}
.mmk #request{max-width:760px;margin:0 auto}
.mmk .mm-reqgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px}
.mmk .mm-full{grid-column:1/-1}
.mmk .mm-reqgrid label.mm-fl{display:block;font-size:13px;font-weight:600;margin-bottom:5px}
.mmk .mm-reqgrid input[type=text],.mmk .mm-reqgrid input[type=email],.mmk .mm-reqgrid input[type=tel],.mmk .mm-reqgrid input[type=date],.mmk .mm-reqgrid textarea{width:100%;font:inherit;font-size:14px;border:1.5px solid var(--line);border-radius:6px;padding:9px 11px;background:#fff}
.mmk .mm-reqgrid input:focus,.mmk .mm-reqgrid textarea:focus{outline:none;border-color:var(--a);box-shadow:0 0 0 3px rgba(0,118,192,.14)}
.mmk .mm-reqgrid textarea{min-height:84px;resize:vertical}
.mmk .mm-reqgrid [aria-invalid="true"]{border-color:var(--err);background:#fff7f7}
.mmk .mm-reqerr{font-size:12.5px;color:var(--err)}
.mmk .mm-summary{border:1px solid var(--line);border-radius:var(--r);padding:16px 18px;margin-bottom:22px;background:var(--panel);font-size:13.5px}
.mmk .mm-summary b{display:block;margin-bottom:6px;font-size:14px}
.mmk .mm-summary dl{display:grid;grid-template-columns:auto 1fr;gap:4px 16px;margin:0}
.mmk .mm-summary dt{color:var(--muted)}
.mmk .mm-summary dd{margin:0;font-weight:600;text-align:right}
.mmk #thanks{text-align:center;padding:40px 20px}
.mmk #thanks .mm-ic{width:52px;height:52px;border-radius:50%;background:var(--a-soft);color:var(--a);display:grid;place-items:center;margin:0 auto 14px;font-size:26px;font-weight:700}
.mmk #thanks h2{margin:0 0 8px;font-weight:500}
.mmk #thanks p{color:var(--muted);max-width:52ch;margin:0 auto}
.mmk .mm-copybox{margin:20px auto 0;max-width:620px;text-align:left;background:var(--panel);border:1px solid var(--line);border-radius:6px;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;white-space:pre-wrap;max-height:260px;overflow:auto;color:var(--ink2);display:none}
.mmk .mm-copybox.mm-on{display:block}
.mmk .mm-foot{margin-top:26px;font-size:11.5px;color:var(--muted);text-align:center}