.background-hero{background-color:var(--secondary-variation);padding:2rem 0;position:relative;margin-bottom:11rem}.background-hero:after,.background-hero:before{content:"";height:100%;width:100%;background-color:var(--secondary-variation);position:absolute;top:0;bottom:0;z-index:-1}.background-hero:before{left:-99%}.background-hero:after{right:-99%}.background-hero .container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.background-hero .container-fluid picture{max-width:54rem}@media(max-width:991px){.background-hero{margin-bottom:4rem}.background-hero .container-fluid picture{width:35rem}}.background-hero .left-content{width:75%}.background-hero h1{text-transform:initial;margin-bottom:3rem}.background-hero p{margin-bottom:6rem}.background-hero h1,.background-hero p{max-width:72rem}@media(max-width:767px){.background-hero .container-fluid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.background-hero .container-fluid picture{height:30rem;width:100%}.background-hero .left-content{width:100%;margin:2rem 0 3rem}.background-hero h1,.background-hero p{max-width:100%}}.background-hero .btn-primary{background-color:var(--base);color:var(--secondary-variation)}