/**handles:block-legal-all-relationship--list-style**/
.b--legal{--spacer-y:var(--spacers-xxs)}@media (min-width:768px){.b--legal{--spacer-y:var(--spacers-xs)}}.b--legal .icon-short-arrow-right{right:0}.b--legal .l__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:var(--spacer-y);padding-bottom:var(--spacer-y);border-top:1px solid;border-bottom:1px solid;margin:0;position:relative}.b--legal .l__item::after{position:absolute;bottom:-1px;left:0;right:0;height:2px;background-color:#00a5b5;width:0;-webkit-transition:width .65s cubic-bezier(.455, .03, .515, .955);transition:width .65s cubic-bezier(.455, .03, .515, .955);content:'';will-change:width;z-index:2}.b--legal .l__item+.l__item{border-top:0}@media (hover:hover){.b--legal .l__item:hover .l__cnt{color:#00a5b5}.b--legal .l__item:hover::after{width:100%}}.b--legal .l__cnt{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.b--legal .l__button{position:relative;width:2rem;height:2rem;border-radius:50%;overflow:hidden;z-index:2;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.b--legal .l__button svg{width:2rem;height:2rem}