For the announcement bar add
.utility-bar__content{
position: fixed;
top: 50px;
width: 100%;
background: #fff;
}
.announcement-bar{
color: #000000;
background: #f5f3ed;
position: fixed;
top: 0px;
width: 100%;
}
.site-header-sticky .site-header {
position: sticky;
top: 100px !important;
}