.subscription-cta-container button {
    font-family: Poppins;
    height: 60px;
    background: #8000ff;
    border: 1px solid #3f0778;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin: auto;
    cursor: pointer;
    width: 100%;
    max-width: 265px;
    margin-bottom: 20px
}

.subscription-cta-container button:hover {
    background: #4d07a5;
    border-color: #26026e
}

.subscription-cta-container button:active {
    background: #26026e;
    border-color: #26026e
}

.subscription-cta-container button:disabled {
    background: #f1f1f2;
    border-color: #b6b7b8;
    color: #b6b7b8;
    cursor: not-allowed
}

.subscription-cta-container button:focus {
    box-shadow: 0px -2px 8px #860ee6, 0px 2px 8px #860ee6
}

.subscription-cta-container .subscription-info-footer {
    font-size: 11px;
    text-align: center;
    line-height: normal
}


.buttona
{
  color: #ffffff;
  background-color: #2ecc71;
  border: none;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  align-items: center;
  
  box-shadow: 2px 7px 96px -2px rgba(154,171,237,1);
  -webkit-box-shadow: 2px 7px 96px -2px rgba(154,171,237,1);
  -moz-box-shadow: 2px 7px 96px -2px rgba(154,171,237,1);
}

.buttona:hover
{
  box-shadow: none;
  cursor: pointer;
}

.buttona i
{
  font-size: 30px;
  padding-right: 5px;
}