.hlpbtn a.helpline-btn {
    background: #ffffff26;
    background-size: 200% auto;
    color: #f2f5f8;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    display: inline-flex;
    align-items: center;
    padding: 0 2.4rem;
    border-radius: 10rem;
    border: 0;
    transition: .4s;
    width: max-content;
    right: 4rem;
    top: 4rem;
    box-shadow: 0 0 8px 0px rgb(255 255 255 / 55%);
}

.hlpbtn.hlpbtn-footer-menu {
    margin-top: 2rem;
}

.hlpbtn a.helpline-btn:hover {
    background-position: 0 0;
    box-shadow: 0 0 18px 0px rgb(255 255 255);
}

.hlpbtn a.helpline-btn:before {
    content: "";
    display: block;
    background-size: contain;
    transition: transform .3s;
    margin-left: .2rem;
    background: url(/local/templates/slg_v2/assets/images/footer/pd.svg) no-repeat;
    background-size: contain;
    width: 3.6rem;
    margin-right: .6rem;
    height: 3.1rem;
    background-position: center;
}

.hlpbtn a.helpline-btn {
    right: 4rem;
    top: 12rem;
    line-height: 1.2;
}

.helpline-btn span {display: contents;font-size: 1.25rem;}
.helpline-btn {grid-column: 2/4;grid-row: 2;width:100%;gap: 1.8rem;background: #ffffff26;}
.helpline-btn {height: 5rem; position: inherit;box-shadow:none}



