/**handles:b35_bgimage**/
.bgimage .wp-block-b35-bgimage h2{color:#fff}.bgimage{position:relative;overflow:hidden;min-height:750px;height:100vh}.bgimage .container,.bgimage .image-content{height:100%}.bgimage .background-image{position:absolute;object-fit:cover;object-position:50% 50%;top:0;bottom:0;min-width:100%;min-height:100%;z-index:-1}.bgimage .bgimage-content{top:30%;position:relative}.bgimage .image-content:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:var(--mastercolor);mix-blend-mode:multiply}.bgimage .bgimage-content .gradient{position:absolute;top:0;right:0;height:100%;width:100%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(var(--mastercolor),0)),color-stop(80%,rgba(var(--mastercolor),1)));background:linear-gradient(0deg,rgba(var(--mastercolor),0) 0,rgba(var(--mastercolor),1) 80%)}