.de-wow-content{grid-template-columns:1fr;gap:40px;width:100%;margin-bottom:60px;display:grid}.de-wow-dag{opacity:0;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;column-gap:clamp(2rem,5vw,5rem);width:100%;min-height:500px;padding:40px 0;display:grid;position:relative}.de-wow-dag-column{z-index:2;flex-direction:column;gap:30px;width:max-content;display:flex}.de-wow-dag-column.left{justify-self:end;align-items:flex-end}.de-wow-dag-column.center{justify-content:center;justify-self:center;align-items:center}.de-wow-dag-column.right{justify-self:start;align-items:flex-start}.de-wow-dag-node{min-width:var(--wow-panel-width-sm);text-align:center;opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;display:flex;position:relative}.de-wow-dag-node.hub{min-width:var(--wow-panel-width-md);box-shadow:var(--glow-pink-xl)}.de-wow-dag-icon{width:100%;font-size:var(--wow-value-size-xl);justify-content:center;align-items:center;margin-bottom:.1rem;display:flex}.de-wow-dag-label{width:100%;color:var(--wow-text-strong);margin-bottom:0;font-weight:600}.de-wow-dag-sublabel{width:100%;color:var(--wow-text-soft)}.de-wow-dag-svg{pointer-events:none;z-index:1;opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}.de-wow-dag-line{opacity:var(--wow-line-connector-opacity);animation:20s linear infinite de-dag-dash}@keyframes de-dag-dash{to{stroke-dashoffset:-100px}}@media (width<=768px){.de-wow-dag{grid-template-columns:1fr;gap:40px;min-height:auto}.de-wow-dag-column{width:100%}.de-wow-dag-column.left,.de-wow-dag-column.center,.de-wow-dag-column.right{align-items:center}.de-wow-dag-node{min-width:200px}}@media (width<=600px){.de-wow-dag-node{min-width:160px;padding:16px}}