.sticky {
    width: 100%;
    position: fixed;
    z-index: 99;
    background-color: #fff !important;
    -webkit-box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: 0;
}
.sticky .wp-container-4.wp-block-group {
	background-color: #fff !important;
}