/**
 * Theme Name: Accel
 * Author: Evok Advertising
 * Version: 99.0
**/
:root {
    --greenish-blue: #074a76;
}
html[data-ada-screen="light-contrast"] .main-breadcrumbs span>span>a,
html[data-ada-screen="light-contrast"] .main-breadcrumbs span strong{
    background: #fff!important;
    color: #075f39!important;
}
html[data-ada-screen="contrast"] .main-breadcrumbs span>span>a,
html[data-ada-screen="contrast"] .main-breadcrumbs span strong{
    background: #181818!important;
    color: #50d0a0!important;
}
html[data-ada-lh="1.25"] .home-slide,
html[data-ada-lh="1.5"] .home-slide,
html[data-ada-fs="1.25"] .home-slide,
html[data-ada-fs="1.5"] .home-slide,
html[data-ada-fs="1.5"] .home-slide{
    min-height: calc(1700 * var(--scale_coef) / var(--base) * 100vw);
}
@media only screen and (max-width: 1024px){
    html[data-ada-lh="1.25"] .home-slide,
    html[data-ada-lh="1.5"] .home-slide,
    html[data-ada-fs="1.25"] .home-slide,
    html[data-ada-fs="1.5"] .home-slide,
    html[data-ada-fs="1.5"] .home-slide{
        min-height: calc(1200 * var(--scale_coef) / var(--base) * 100vw);
    }
}
