body{
 background-color: /*BACKGROUND_COLOR_TAG*/ !important;
}
.navigation-2, .navigation-items-2{
    background-color: /*NAVBAR_COLOR_TAG*/ !important;
}
.topherov2{
    background-color: /*HEADER_BG_COLOR*/ !important;
}
.button{
    background-color: /*BUTTON1_COLOR_TAG*/ !important;
    background-image: radial-gradient(circle at 50% 0, /*BUTTON1_COLOR_TAG*/) !important;
}
.button.padbottommobile.blue.headerbutton{
    background-color: /*BUTTON2_COLOR_TAG*/ !important;
    background-image: radial-gradient(circle at 50% 0, /*BUTTON2_COLOR_TAG*/) !important;

}
.section {
    background-image: linear-gradient(180deg, /*SECTION_BG_COLOR*/ 100% ) !important;
}
.w-webflow-badge{
    display: none !important;
}