body {
    font-family: "Roboto", sans-serif;
}

.box-actions {
    width: 250px;
    height: 100px;
    background-color: white;
    border: solid 1.5px #EF182E;
    border-radius: 5px;
    padding-top: 20px;
}

.box-link {
    text-decoration: none !important;
    color: #EF182E;
    font-weight: bold;
    height: 100%;
    display: block;
}

.box-actions:hover {
    background-color: #FFD6D6;
}

.btn-proceed {
    background-color: #E9242B;
    border-color: #E9242B !important;
    width: 170px;
}

.btn-optin {
    background-color: #E9242B;
    border-color: #E9242B !important;
    width: 120px;
    font-weight: 600;
}

@media only screen and (max-width: 460px) {
    .btn-proceed {
        width: 100px;
    }

    .btn-discover {
        font-size: 9.5px;
        height: 37.6px;
        white-space: normal;
    }
}

.btn-discover {
    font-weight: 600;
    width: 220px;
}





.btn-website {
    background-color: #E9242B !important;
    border-color: #E9242B !important;
    width: 120px;
}

.header-body {
    width: 100%;
    height: 90px;
    background-image: url(../images/Home-KV2.png);
    /*background: linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(223,223,223,1) 100%);*/
}

.header-content {
    width: 100%;
    height: 130px;
    background: linear-gradient(272.76deg, #b12030 47.7%, #d75563 100%);
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
