.bsf-dgm-wrap{background-color:var(--bsf-color-surface,transparent);background-image:radial-gradient(rgba(var(--bsf-color-primary-rgb,245,166,35),.05) 1.4px,transparent 1.4px);background-size:44px 44px;padding-block:var(--bsf-space-md,1.5rem);padding-inline:var(--bsf-space-gutter,1.5rem)}.bsf-dgm{margin:0 auto;max-width:var(--bsf-measure,44rem)}.bsf-dgm__svg{display:block;height:auto;overflow:visible;width:100%}.bsf-dgm__line{fill:none;stroke:var(--bsf-color-text-muted,currentColor);stroke-width:1.5}.bsf-dgm__line-accent{fill:none;stroke:var(--bsf-color-primary,var(--bsf-color-accent,currentColor));stroke-width:2}.bsf-dgm__dot-accent{fill:var(--bsf-color-primary,var(--bsf-color-accent,currentColor))}.bsf-dgm__txt{fill:var(--bsf-color-text-muted,currentColor)}.bsf-dgm__txt,.bsf-dgm__txt-accent{font-family:var(--bsf-font-body,inherit);font-size:11px}.bsf-dgm__txt-accent{fill:var(--bsf-color-primary,var(--bsf-color-accent,currentColor))}.bsf-dgm__txt,.bsf-dgm__txt-accent{text-anchor:middle}.bsf-dgm__txt--node{dominant-baseline:central}.bsf-dgm__draw{stroke-dasharray:300;stroke-dashoffset:300;transition:stroke-dashoffset .9s ease}.bsf-dgm.is-visible .bsf-dgm__draw{stroke-dashoffset:0}.bsf-dgm.is-visible .bsf-dgm__draw--last{transition-delay:.5s}.bsf-dgm__fade{opacity:0;transition:opacity .5s ease}.bsf-dgm.is-visible .bsf-dgm__fade{opacity:1}.bsf-dgm.is-visible .bsf-dgm__fade--last{transition-delay:1.3s}@media (prefers-reduced-motion:reduce){.bsf-dgm__draw{stroke-dashoffset:0;transition:none}.bsf-dgm__fade{opacity:1;transition:none}}