.hero{height:calc(100vh - 95px);overflow:hidden;position:relative}.hero img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.hero .container{position:relative;width:100%}.hero__content-block{background:var(--yellow);display:block;height:60px;transform:skewX(-30deg) translateX(40px);width:70px}.hero__content h1{color:#fff;font-size:40px;font-weight:600;line-height:55px;margin-top:2rem}.hero__content{width:50%}.hero__content p{color:#fff;font-size:20px;font-weight:300}.hero__content-buttons{margin-top:3rem}.hero__content-buttons .button{margin-left:1rem}@media (max-width:1200px){.hero__content{width:75%}}@media (max-height:720px){.hero{height:auto;padding:5rem 0}}@media (max-width:767px){.hero{height:auto;padding:5rem 0}.hero__content h1{font-size:32px;line-height:40px}.hero__content-block{width:50px}.hero__content{width:100%}}@media (max-width:560px){.hero__content-buttons{flex-direction:column}.hero__content-buttons .cta_button{box-sizing:border-box!important;width:100%}.hero__content-buttons .button{margin-left:0;margin-top:1rem}}