/* =================================================================== */
/* Blueviolet #4169e1
====================================================================== */
.hero-section .btn-primary,
.hero-section .btn-primary:hover,
.hero-section .btn-primary:active,
.hero-section .btn-primary:focus,
.hero-section .btn-primary:not(:disabled):not(.disabled):active,
.benefits-section .item-icon {
    color: #4169e1;
}

.btn-primary,
.btn-primary:hover,.btn-primary:active,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled):active,
.hero-section,
.form-section .btn-subscribe.is-active,
.author-section {
    background: linear-gradient(45deg, black, transparent);
}

.reviews-section .icon-holder {
    background: linear-gradient(0deg, #2daecf, #2a3375);
}

.bottom-separator path {
    fill: grey;
}

.form-control:focus {
    border: 1px solid #4169e1;
}

a { color: #137691; ]