.cmp-dynamic-buttons{position:relative}
.cmp-dynamic-buttons__link{position:relative;display:flex;color:white;margin:0 12px}
.cmp-dynamic-buttons__image{border-radius:100%;border:0}
.cmp-dynamic-buttons-wrapper{pointer-events:none;background-color:transparent;width:100%;height:100%;top:0;z-index:2;display:flex;padding:2.5rem 2.6875rem 2.5rem 2.6875rem;position:relative}
.cmp-dynamic-buttons-wrapper a{pointer-events:visible}
.cmp-dynamic-buttons--column{flex-direction:column}
.cmp-dynamic-buttons--row{flex-direction:row}
.cmp-dynamic-buttons--left{justify-content:flex-start;align-items:flex-start;justify-items:flex-start;align-content:flex-start}
.cmp-dynamic-buttons--center{justify-content:center;align-items:center;justify-items:center;align-content:center}
.cmp-dynamic-buttons--right{justify-content:flex-end;align-items:flex-end;justify-items:flex-end;align-content:flex-end}