.section-hero{position:relative;min-height:100vh;padding:0;display:flex;align-items:center;margin-top:-125px}.section-hero .bg{position:absolute;top:0;right:0;left:0;bottom:0}.section-hero .bg img,.section-hero .bg video{object-fit:cover;object-position:center;position:absolute;top:0;right:0;left:0;bottom:0;height:100%;width:100%}.section-hero .bg:after{content:"";display:block;position:absolute;background-color:rgba(0,0,0,.4);top:0;left:0;right:0;bottom:0;z-index:1}.section-hero .container{position:relative;z-index:2}.section-hero .container .hero__content{color:var(--color-light);max-width:1000px}.section-hero .container .hero__content .heading-title{margin-bottom:20px}.section-hero .container .hero__content .desc{color:rgba(255,255,255,.9);font-size:16px;line-height:26px;margin-bottom:0}.section-hero .container .hero__actions{display:flex;align-items:center;gap:20px;margin-top:32px}@media (max-width:1200px){.section-hero .container .hero__content h1{font-size:48px;line-height:54px}}@media (max-width:1000px){.section-hero{margin-top:-80px}}@media (max-width:768px){.section-hero .container .hero__actions{flex-direction:column;align-items:stretch;gap:15px}.section-hero .container .hero__actions .btn{width:100%}}