.list-items-module{border-bottom:var(--list-border);list-style:none;margin:0;padding:0}li.list-item{margin:0;padding:0}.list-item a{text-decoration:none}.list-item-row{align-items:center;border-top:var(--list-border);display:flex;padding:var(--padding-60) var(--padding-80);width:100%}.list-item-title{font-family:var(--font-family-heading);font-size:clamp(20px,2.3vw,32px);font-weight:var(--font-weight-bold-heading);line-height:clamp(22px,2.4vw,34px);line-height:var(--line-height-heading);margin-right:auto;text-transform:uppercase}.list-item-arrow{opacity:0;transform:translateX(-50px);transition:opacity .2s linear,transform .2s ease;width:138px}.list-item:hover .list-item-arrow{opacity:1;transform:translateX(0)}.list-item-subhead{font-size:clamp(10px,1vw,12px);font-weight:500;line-height:clamp(16px,1.3vw,18px);margin-left:3rem;overflow:visible;width:138px;word-break:normal}