.hero-screen{background:var(--biedge);height:500px;position:relative}.hero-screen__premium{margin-top:32px}.hero-screen__item{aspect-ratio:1;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hero-screen__background{display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(3,1fr);height:500px;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.hero-screen__background:before{background:#00000080;bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:2}.hero-screen__container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;z-index:10}.hero-screen__title{color:#fff;font-size:54px;font-weight:700;line-height:1;margin-bottom:64px;max-width:500px;text-align:center}@media (max-width:810px){.hero-screen{height:320px}.hero-screen__title{font-size:32px;margin-bottom:16px}.hero-screen__background{grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr);height:320px}.hero-screen__background:before{background:#000000b3}}
