.ecb{align-items:stretch;display:flex;font-family:inherit;gap:20px;max-width:760px}.ecb__left{align-items:center;display:flex;flex-direction:column;flex-shrink:0;width:12px}.ecb__line{background-color:#f5a623;flex:1;margin-bottom:18px;width:1.5px}.ecb__expand-btn{animation:ecb-pulse 2.2s ease-in-out infinite;background:none;border:none;box-sizing:content-box;cursor:pointer;flex-shrink:0;height:10px;margin:-8px;outline:none;padding:8px;position:relative;transition:transform .3s ease;width:10px;-webkit-tap-highlight-color:transparent}.ecb__expand-btn:focus,.ecb__expand-btn:focus-visible{box-shadow:none;outline:none}.ecb__expand-btn[aria-expanded=true]{animation:none;transform:scale(.6)}@keyframes ecb-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.ecb__plus-v{height:100%;left:50%;top:0;transform:translateX(-50%);width:1.5px}.ecb__plus-h,.ecb__plus-v{background-color:#f5a623;display:block;position:absolute;transition:transform .35s ease}.ecb__plus-h{height:1.5px;left:0;top:50%;transform:translateY(-50%);width:100%}.ecb__expand-btn[aria-expanded=true] .ecb__plus-v{transform:translateX(-50%) rotate(45deg)}.ecb__expand-btn[aria-expanded=true] .ecb__plus-h{transform:translateY(-50%) rotate(45deg)}.ecb__body{flex:1;min-width:0}.ecb__text-wrap{-webkit-mask-image:linear-gradient(180deg,#000 50%,transparent);mask-image:linear-gradient(180deg,#000 50%,transparent);max-height:3.85rem;overflow:hidden;position:relative}.ecb__text-wrap.is-expanded{-webkit-mask-image:none;mask-image:none}.ecb__text{color:#2c3e50;font-size:1.1rem;line-height:1.75}.ecb__text>p:first-child{margin-top:0}.ecb__text>p:last-child{margin-bottom:0}.ecb__text ol,.ecb__text ul{margin-bottom:.4em;margin-top:.4em;padding-left:1.4em}.ecb__text li{margin-bottom:.2em}