.sources{padding:78px 0 65px}
.sources-heading{display:grid;grid-template-columns:1.3fr 1fr;align-items:end;gap:48px}
.sources-heading .eyebrow{color:#627568;font-size:9px;margin-bottom:18px}
.sources-heading h2{font-size:clamp(35px,3.5vw,48px);line-height:1.05}
.sources-heading h2 span{color:#537e67}
.sources-heading>p{justify-self:end;max-width:330px;font-size:14px;line-height:1.7;color:#627568}
.source-demo{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1fr) 150px minmax(0,1.2fr);align-items:center;margin:39px 0 31px}
.source-options,.source-result{position:relative;z-index:2;min-width:0}
.source-options{display:flex;flex-direction:column;gap:16px}
.source-options button{display:flex;align-items:center;gap:17px;text-align:left;border:1px solid #d8e3db;background:#f8fbf8;border-radius:10px;padding:21px;color:#304c3b;min-height:86px;transition:background .2s,border-color .2s,box-shadow .2s}
.source-options button[aria-selected=true]{background:#fff;border-color:#397565;box-shadow:0 0 0 1px #39756522}
.source-options button:hover{border-color:#82a18d;background:#f1f7f2}
.source-options button i{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:10px;background:#e6efe7;color:#4d7c63}
.source-options svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.source-options button b{font-size:18px;font-weight:650;letter-spacing:-.02em}
.source-options button small{display:block;margin-top:4px;font-size:11px;color:#627568;font-weight:400}
.source-options button em{font-style:normal;font-size:23px;font-weight:400;margin-left:auto;color:#789887;transition:translate .2s}
.source-options button:hover em{translate:2px -2px}
.source-options button:focus-visible,.source-result:focus-visible{outline:3px solid #397565;outline-offset:5px}
.source-connection{position:relative;height:250px;z-index:2;pointer-events:none}
.source-connection>span{position:absolute;left:50%;top:50%;translate:-50% -50%;display:grid;place-items:center;width:58px;height:58px;border-radius:15px;background:#eaf3ed;box-shadow:0 0 0 8px #fff;overflow:hidden}
.source-connection img{width:100%;height:100%;display:block}
.source-connection>span.is-receiving{box-shadow:0 0 0 8px #fff,0 0 0 10px #96bba7}
.source-result{padding:24px 28px;border:1px solid #d5e2d9;border-radius:12px;background:#fff;box-shadow:0 16px 42px #26482d08;min-height:351px}
.source-result-top{display:flex;gap:7px;align-items:center;font-size:10px;color:#5b7a66}
.source-result-top i{width:5px;height:5px;border-radius:50%;background:#649077;flex:0 0 5px}
.source-result-top small{font-size:8px;letter-spacing:.1em;margin-left:auto;color:#627568}
.source-result h3{font-size:25px;font-weight:600;letter-spacing:-.035em;line-height:1.15;margin:20px 0 16px;min-height:29px}
.source-result [data-source-fields] p{position:relative;display:flex;justify-content:space-between;align-items:baseline;gap:15px;padding:9px 0;border-bottom:1px solid #edf1ed;margin:0;font-size:12px;line-height:1.25}
.source-result [data-source-fields] p>span{color:#627568;flex-shrink:0}
.source-result [data-source-fields] b{text-align:right;font-weight:500;color:#344d3d;overflow-wrap:anywhere}
.source-result .source-explainer{font-size:11px;line-height:1.6;color:#627568;margin-top:18px;min-height:36px}
.source-result.is-arriving{border-color:#69937b}
.source-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #e4ece5;padding-top:22px;font-size:10px;color:#627568}
.source-footer a{color:#4e785f}.source-footer a span{margin-left:7px}
.data-highway{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;z-index:1;pointer-events:none}
.data-highway path{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.data-road{stroke:#c6d8ce;stroke-width:1.8}
.data-road.is-selected{stroke:#83a68f;stroke-width:2.5}
.data-packet{stroke:#286951;stroke-width:4.5;stroke-dasharray:4 196;stroke-dashoffset:5;opacity:0;filter:drop-shadow(0 0 3px #8fcdb7)}
@media(min-width:801px) and (max-width:1100px){
 .source-demo{grid-template-columns:minmax(0,1fr) 112px minmax(0,1.2fr)}
 .source-options button{padding:17px 15px;gap:12px}.source-options button b{font-size:16px}.source-options button small{font-size:10px}
 .source-options button i{width:36px;height:36px;flex-basis:36px}.source-options button em{font-size:19px}
 .source-result{padding:23px}.source-result h3{font-size:23px}
}
@media(max-width:800px){
 .sources{padding:58px 0 43px}
 .sources-heading{display:block}.sources-heading .eyebrow{font-size:8px;margin-bottom:15px}
 .sources-heading h2{font-size:clamp(31px,8.2vw,42px);line-height:1.08}
 .sources-heading>p{justify-self:start;font-size:12px;line-height:1.7;margin-top:20px;max-width:350px}
 .source-demo{display:block;margin:29px 0 25px}
 .source-options{flex-direction:row;gap:8px}
 .source-options button{display:flex;flex-direction:column;justify-content:center;flex:1;min-width:0;gap:10px;padding:12px 6px;min-height:107px;text-align:center}
 .source-options button i{width:32px;height:32px;flex-basis:32px;border-radius:8px}.source-options svg{width:19px;height:19px}
 .source-options button b{display:block;font-size:12px;line-height:1.2}.source-options button small,.source-options button em{display:none}
 .source-connection{height:94px;width:100%}.source-connection>span{width:42px;height:42px;border-radius:11px;box-shadow:0 0 0 6px #fff}
 .source-connection>span.is-receiving{box-shadow:0 0 0 6px #fff,0 0 0 8px #96bba7}
 .source-result{padding:22px;min-height:350px}.source-result h3{font-size:24px;margin:20px 0 16px}
 .source-result-top{font-size:9px}.source-result-top small{font-size:7px}
 .source-result [data-source-fields] p{font-size:12px;padding:9px 0}
 .source-result .source-explainer{font-size:11px;margin-top:17px}
 .source-footer{align-items:flex-start;flex-direction:column;gap:12px;font-size:9px;padding-top:18px}
}
@media(prefers-reduced-motion:reduce){.source-options button,.source-options button em{transition:none}.data-packet{display:none}}
.is-still .data-packet{display:none}
