.content-navigation{margin-bottom:50px}
.content-navigation-bar{display:none;position:fixed;top:0;width:100%;z-index:11;background:#ffeddf}
@media screen and (max-width:767px){
.content-navigation-bar{border-bottom:1px solid #f8dac4;background:#fff}
}
.content-navigation-bar-content{display:flex;align-items:center;height:67px;padding:0 20px}
@media screen and (max-width:767px){
.content-navigation-bar-content{padding:0;height:60px}
}
.content-navigation-bar-buttons{display:flex;align-items:center}
@media screen and (max-width:767px){
.content-navigation-bar-buttons{display:none}
}
.content-navigation-bar-buttons a{display:flex;align-items:center;text-decoration:none;color:#c9b2a0;margin-right:6px}
.content-navigation-bar-buttons a:last-child{margin-right:0}
.content-navigation-bar-select{flex-grow:1}
.content-navigation-bar-select .custom-select-value{background:rgba(0,0,0,0);border:none;color:#333}
.content-navigation-bar-select .custom-select-body{border:1px solid #f9f6f3;border-bottom:1px solid #f8dac4}
.content-navigation-bar-select .custom-select-option{border-color:#f9f6f3}
.content-navigation-bar-select .custom-select-option.selected{background:#f8f8f8;font-weight:500;color:#756e6b}
.content-navigation-bar-select .custom-select-options::-webkit-scrollbar{width:4px}
.content-navigation-bar-select .custom-select-options::-webkit-scrollbar-track{background-color:rgba(232,219,209,.25)}
.content-navigation-bar-select .custom-select-options::-webkit-scrollbar-thumb{background-color:#899c80;border-radius:25px;border:none}
.content-navigation-bar-select .custom-select.open .custom-select-toggle{transform:rotate(180deg)}
.content-navigation-bar-progress{width:100%;height:3px;background:#f4ddcb}
@media screen and (max-width:767px){
.content-navigation-bar-progress{display:none}
}
.content-navigation-bar-progress-bar{width:0;height:3px;background:#899c80}
.content-navigation-bar .blue{color:#628280}
.content-navigation-bar .brown{color:#d17d60}
.content-navigation-bar .green{color:#93a689}
.content-navigation-go-top{position:fixed;bottom:10px;right:10px;width:80px;height:80px;border-radius:100px;display:none;align-items:center;justify-content:center;background:#d9c2af;z-index:1}
@media screen and (max-width:767px){
.content-navigation-go-top{bottom:80px;right:10px;width:60px;height:60px}
}
.content-navigation-go-top.show{display:flex}
.content-navigation-go-top a{display:flex;color:#fff;text-decoration:none;align-items:center;justify-content:center}
body.content-navigation-bar-show .content-navigation-bar.initialized{display:block}
@media screen and (max-width:767px){
body.section-header-show .content-navigation-bar{top:var(--header-height)}
}