﻿.btn {
    background: #6cb345 !important;
}

    .btn:hover {
        background: #4d8d2b !important;
        border: 2px solid #62a70f !important;
    }

    .btn, .btn:hover {
        color: #fff !important;
    }

.hbspt-form input.hs-button {
    background: #6cb345 !important;
    border: none;
    color: #fff !important;
}

    .hbspt-form input.hs-button:hover {
        background: #4d8d2b !important;
        border: none;
        color: #fff !important;
    }

.splide__pagination__page.is-active, .splide__pagination__page:hover, .featshow__dot--active, .featshow__dot--active:hover, .featshow--dark .featshow__dot--active, .featshow--dark .featshow__dot--active:hover, .featshow__dot:hover {
    background: #6cb345 !important;
}