.hero{background-position:50%;background-size:cover;align-items:center;height:600px;display:flex;position:relative}@media (max-width:768px){.hero{height:500px}}.hero:after{content:"";z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.7) 0%,rgba(18,18,18,0) 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero:before{content:"";background:var(--black);opacity:.2;z-index:1;width:100%;height:100%;display:none;position:absolute;top:0;left:0}@media (max-width:768px){.hero:before{display:block}}.heroContainer{z-index:2;position:relative}.heroContent{max-width:770px}.heroTitle{text-transform:uppercase;letter-spacing:2.4px;font-size:46px;font-weight:600}.heroTitle:lang(en){font-size:38px}@media (max-width:768px){.heroTitle:lang(en){font-size:21px}.heroTitle{letter-spacing:1.2px;font-size:24px}}.heroSubtitle{color:var(--gray-200);max-width:600px;margin-top:24px;font-size:18px;line-height:28px}@media (max-width:768px){.heroSubtitle{margin-top:16px;font-size:16px;line-height:24px}}.heroActions{margin-top:24px}@media (max-width:768px){.heroActions{margin-top:16px}.heroActions .baseButton{box-sizing:border-box;justify-content:center;width:100%;display:flex}}
