/* --- Colors --- */

:root {
    --main: #98abb9;
    --main-light: #ead3bc;
    --main-dark: #474354;
    --primary-color: #474354;
    --secondary-color: #ead3bc;
    --hover-color: #ED1D24;
    --yellow-color: #FF9800;
    --foreground-color: #000000;
    --foreground-sub-color: #98928E;
    --bg-offwhite-color: #98abb975;
}
.main__logo--img, .footer__logo--img, .main__logo--img sticky__block {
    width: 150px;
}
.primary__btn {
    background: var(--main);
}
#cookie-bar {
    background-color: var(--main-light)!important;
}
.countdown__banner--bg {
    background: rgb(233 210 187 / 58%);
}
.slide1 {
    background-position: bottom!important;
}
.slide2, .slide3 {
    background-position: center!important;
}