.cta-map svg .region {
    fill: #185a9d;
    /* fill:#85aadf; */
    /* fill:var(--c-complementary-3); */
    fill-opacity: 1;
    stroke: #fff;
    stroke-opacity: 1;
    stroke-width: .5;
    transition: all .3s ease-in
}

.cta-map svg .region:hover {
    fill: #43cea2;
    /* fill:var(--c-secondary) */
}

.cc-container {
    width: 100% !important;
}

.cc-box {
    width: 100% !important;
    margin: inherit !important;
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}

.cc-title {
    display: none;
}

.cc-description {
    display: none !important;
}

.cc-buttons {
    float: inherit !important;
    text-align: center;
    margin-top: 3px !important;
}

@media (max-width: 600px) {
    .cc-buttons {
        text-align: center !important;
    }
}