.hero{position:relative;display:flex;align-items:center;background-color:#252525;background-size:cover;background-repeat:no-repeat}@media screen and (min-width:960px) and (max-width:1439px){.hero{background-position:center}}@media screen and (max-width:959px){.hero{height:65vh;max-height:540px;background-position:60% 0}}@media screen and (min-width:960px){.hero{display:block;padding-top:6.5rem;padding-bottom:15.2rem}}.hero--overlay::before{content:"";position:absolute;inset:0;width:100%;height:100%;background-color:rgba(0,0,0,.2)}.hero__picture{position:absolute;inset:0}.hero__picture-img{width:100%;height:100%;object-fit:cover}.hero__inner{position:relative}.hero__heading{margin-bottom:3rem;max-width:40rem}.hero__subtitle{margin-bottom:1rem}.hero__title{margin-bottom:1rem}@media screen and (min-width:960px){.hero__desc.h3{font-size:30px;font-size:3rem;line-height:1.27}}.hero__buttons{font-size:0;display:flex;flex-direction:column;column-gap:1rem;row-gap:1rem;max-width:32rem}@media screen and (min-width:768px){.hero__buttons{flex-direction:row;max-width:unset}}@media screen and (min-width:960px){.hero__buttons{column-gap:3rem}}@media screen and (max-width:479px){.hero__button{width:100%}}