.Payment-paymentInfoStyles {
display:none!important
}
html a.promo-btn {
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    color: white !important;
    background: linear-gradient(45deg, #a71f67, #c61e77, #a71f67);
    padding: 8px 25px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 16px;
    border: none;
    margin-block: 10px;
}
.Integration-contentStyles .col5-table td{width: 20%!important}
.Integration-contentStyles table .col5-table td{width: 20%!important}
.Integration-contentStyles .col3-table td{width: 33%!important}
.Integration-contentStyles table .col3-table td{width: 33%!important}

.promo-btn::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(45deg, #a71f67, #69007f, #fc0987);
    border-radius: 12px;
    transition: 0.5s;
    opacity: 0;
    filter: blur(10px);
    z-index: -1;
}

.promo-btn:hover:after {
    opacity: 1;
}

.Integration-contentStyles table td {
  width:50% !important;
}
.woot--bubble-holder {
  display:none !important;
}