@keyframes scaleAnimation{0%{transform:scale(1)}50%{transform:scale(1.3)}100%{transform:scale(1)}}.header-background{height:calc(50vh + var(--header-height));position:relative;overflow:hidden}.header-background img{width:100%;height:100%;object-fit:cover}.header-background .title-wrapper{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;z-index:2}.header-background .title-wrapper .title-box{display:flex;justify-content:center}.header-background .title-wrapper .title{color:#fff;line-height:1.5}.header-background::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,0.3);z-index:1}.header-background .crumbs-list{position:absolute;z-index:2;bottom:48px;right:var(--container-margin);display:flex;align-items:center}.header-background .crumbs-list .crumbs-item{color:#fff;display:flex;align-items:center}.header-background .crumbs-list .crumbs-item .line{padding:0 12px}.header-background .crumbs-list .crumbs-item:hover a{color:var(--primary-color)}@media screen and (max-width:992px){.header-background{height:calc(30vh + var(--header-height))}.header-background .title-box{justify-content:center;text-align:center}.header-background .crumbs-list{right:24px;bottom:24px}}