.hero{position:relative;margin-left:8px;margin-right:8px;border-radius:16px;height:450px;overflow:hidden}@media(min-width:576px){.hero{height:450px}}@media(min-width:1200px){.hero{margin-left:32px;margin-right:32px;border-radius:64px;height:650px}}.hero:after{content:"";z-index:1;background-color:var(--grey);top:0;left:0;opacity:.8}.hero:after,.hero__img{position:absolute;width:100%;height:100%}.hero__img{object-fit:cover}.hero__container{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding-top:12px;padding-bottom:12px}@media(min-width:1200px){.hero__container{max-width:960px;padding-top:32px;padding-bottom:32px}}.hero__in{row-gap:24px}.hero__head,.hero__in{display:flex;flex-direction:column}.hero__head{align-items:center}.hero__count-txt,.hero__desc,.hero__t{color:var(--light)}.hero__t{margin-bottom:12px}@media(min-width:992px){.hero__t{font-size:32px}}@media(min-width:1200px){.hero__t{font-size:42px;margin-bottom:16px}}.hero__desc{font-weight:700}@media(min-width:1200px){.hero__desc{font-size:18px}}.hero__count-txt{font-weight:700;font-size:22px;letter-spacing:-.05em}@media(min-width:992px){.hero__count-txt{font-size:28px}}@media(min-width:1200px){.hero__count-txt{font-size:36px;margin-bottom:16px}}