<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.button {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
}

.button1 {
    border-radius: 2px;
}

.button2 {
    border-radius: 4px;
}

.button3 {
    border-radius: 8px;
}

.button4 {
    border-radius: 12px;
}

.primary_btn a {
    padding: 21px 55px 22px;
    border-radius: 32px;
    background: #3ccaf8;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    box-shadow: 10px 0 20px rgba(60,202,240,.3)
}

    .primary_btn a:hover, .call_btn a:hover {
        background: #062934;
        text-decoration: none
    }


.primary_btn .submit_btn {
    padding: 21px 0 22px;
    border-radius: 32px;
    background: #3ccaf8;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    /*
    box-shadow:10px 0 20px rgba(60,202,240,.3);
    
*/
    border: none;
    width: 100%
}


    .primary_btn .submit_btn:focus {
        outline-width: 0
    }


    .primary_btn .submit_btn:hover {
        box-shadow: 10px 20px 20px rgb(255 255 255 / 25%) inset;
        text-decoration: none
    }

.button6 {
    border-radius: 50%;
}
</pre></body></html>