.bg-odd-even:nth-child(odd) {
    background-color: #fff;
}
.bg-odd-even:nth-child(even) {
    background-color: #ffffff;
}
.a124 .btn:hover {
    background-color: #d6073f;
    color: #fff;
    border-color: #d6073f;
}

.a124 .btn {
    border-radius: 3px;
    margin-top: 25px;
    width: 100%;
    background-color: #fcf7c3;
    color: #a40a34;
    font-weight: 600;
    text-transform: uppercase;
    border-color: #fcf7c3;
    line-height: 40px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}
.a119 .btn.main {
    margin-top: 25px;
    width: 100%;
    background-color: #fcf7c3;
    color: #a40a34;
    font-weight: 600;
    text-transform: uppercase;
    border-color: #fcf7c3;
    line-height: 40px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}
.a115 {
    padding: 50px 0;
    text-align: center;
    overflow: hidden;
    background-color: rgb(252 247 195);
}
.bg-odd-even:nth-child(even) {
    background-color: #fdf7c3;
}
a:hover, a:active, a:focus {
    text-decoration: none;
    color: #a40a34;
}
.bg-odd-even:nth-child(odd) {
    background-color: #fdf7c3;
}
.a124 .accept a {
    color: #15bcef;
}