.sd-block-button {
    display: block;
}

.sd-block-button a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    position: relative;
    max-width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 60px;
    min-width: 300px;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease;
}

.sd-block-button.style-text-link a {
    padding: 0;
    text-decoration: none;
    background-color: unset !important;
    box-shadow: none !important;
    min-width: auto;
    line-height: 36px;
    font-size: 24px;
}

.sd-block-button.style-text-link a:hover {
    text-decoration: underline !important;
}

.sd-block-button a:hover {
    transition: all .3s ease;
}

.sd-block-button.color-green a {
    background-color: #c9d726;
    color: #fff;
}

.sd-block-button.style-text-link.color-green a {
    color: #c9d726;
}

.sd-block-button.color-blue a {
    background-color: #45b7d2;
    color: #fff;
}

.sd-block-button.style-text-link.color-blue a {
    color: #45b7d2;
}

.sd-block-button.color-cyan a {
    background-color: #008282;
    color: #fff;
}

.sd-block-button.style-text-link.color-cyan a {
    color: #008282;
}

.sd-block-button.color-orange a {
    background-color: #EE7319;
    color: #fff;
}

.sd-block-button.style-text-link.color-orange a {
    color: #EE7319;
}

.sd-block-button.color-purple a {
    background-color: #512A7B;
    color: #fff;
}

.sd-block-button.style-text-link.color-purple a {
    color: #512A7B;
}

.sd-block-button.color-black a {
    background-color: #1b1b1b;
    color: #fff;
}

.sd-block-button.style-text-link.color-black a {
    color: #1b1b1b;
}

.sd-block-button.button-size-large a {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
}

.sd-block-button.align-left {
    text-align: left;
}

.sd-block-button.align-middle {
    text-align: center;
}

.sd-block-button.align-right {
    text-align: right;
}

.sd-block-button.marginbottom-0px {
    margin-bottom: 0px;
}

.sd-block-button.marginbottom-30px {
    margin-bottom: 30px;
}

.sd-block-button.marginbottom-50px {
    margin-bottom: 50px;
}

.sd-block-button.space-right-enable {
    margin-right: 16px;
}

@media screen and (max-width: 1600px) {
    .sd-block-button a {
        line-height: 50px;
        min-width: 250px;
        font-size: 17px;
    }

    .sd-block-button.style-text-link a {
        line-height: 30px;
        font-size: 17px;
    }

    .sd-block-button.button-size-large a {
        line-height: 21px;
    }
}

@media screen and (max-width: 1400px) {
    .sd-block-button a {
        line-height: 44px;
        min-width: 219px;
        font-size: 16px;
    }

    .sd-block-button.style-text-link a {
        line-height: 26px;
        font-size: 16px;
    }

    .sd-block-button.button-size-large a {
        line-height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .sd-block-button.responsive_hide-yes {
        display: none;
    }

    .sd-block-button.responsive_align-left {
        text-align: left;
    }

    .sd-block-button.responsive_align-middle {
        text-align: center;
    }

    .sd-block-button.responsive_align-right {
        text-align: right;
    }

    .sd-block-button.responsive_marginbottom-0px {
        margin-bottom: 0;
    }

    .sd-block-button.responsive_marginbottom-30px {
        margin-bottom: 30px;
    }

    .sd-block-button.responsive_marginbottom-50px {
        margin-bottom: 50px;
    }
}