.heroes__filters{color:#0d3e66;display:grid;grid-gap:16px;gap:16px;margin-block:32px}@media(min-width:64rem){.heroes__filters{gap:72px;grid-template-columns:repeat(3,1fr);margin-block:40px}}.heroes__grid{display:grid;grid-gap:32px;gap:32px;grid-template-columns:repeat(auto-fill,minmax(330px,1fr))}@media(min-width:64rem){.heroes__grid{gap:72px}}.heroes__actions{display:flex;gap:16px;justify-content:center;margin-top:48px}@media(min-width:64rem){.heroes__actions{margin-top:64px}}.heroes-header{background:#a0e4fe;height:300px;position:relative}@media(min-width:64rem){.heroes-header{height:600px}}.heroes-header__substract{position:absolute;bottom:0;left:0;height:100px;width:100%;z-index:1}@media(min-width:64rem){.heroes-header__substract{height:200px}}.heroes-header__heroes{position:relative;width:100%;height:100%;object-fit:cover;z-index:2}.heroes-header__gradient-top{display:none;background:linear-gradient(180deg,#00729a 19%,rgba(0,114,154,.2) 68.5%,rgba(0,114,154,0) 86%);height:127px;position:absolute;left:0;right:0;top:0;z-index:3}@media(min-width:64rem){.heroes-header__gradient-top{display:block}}.heroes-header__gradient-bottom{background:linear-gradient(0deg,#00729a 38.23%,rgba(0,114,154,.5) 78.5%,rgba(0,114,154,0));height:57px;position:absolute;bottom:0;left:0;right:0;z-index:3}@media(min-width:64rem){.heroes-header__gradient-bottom{height:177px}}.heroes-header__logo{width:104px;height:104px;object-fit:contain;position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:4}@media(min-width:64rem){.heroes-header__logo{width:240px;height:240px}}.hero-teaser{background:#0488b7 url(/bg/hero-teaser.png) 50% no-repeat;background-size:cover;border-radius:16px;display:grid;grid-template-columns:2fr 3fr;flex:0 0 80%;scroll-snap-align:start}@media(min-width:40rem){.hero-teaser{flex:initial}}.hero-teaser[role=button]{cursor:pointer}.hero-teaser__name-wrapper{align-content:center;padding:16px}.hero-teaser__name{color:var(--heading-color);font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height);text-transform:uppercase;text-wrap:balance;font-size:1.75rem}@media(min-width:64rem){.hero-teaser__name{font-size:2rem}}.hero-teaser img{border-radius:16px 0 0 16px;width:100%;height:100%;object-fit:cover}.hero-teasers{display:flex;gap:16px;margin-bottom:48px;overflow-x:scroll;scroll-snap-type:x mandatory;scrollbar-width:none}.hero-teasers::-webkit-scrollbar{display:none}@media(min-width:40rem){.hero-teasers{display:grid;grid-template-columns:repeat(2,1fr);overflow:initial}}@media(min-width:64rem){.hero-teasers{grid-template-columns:repeat(4,1fr);margin-bottom:64px}}@media(min-width:80rem){.hero-teasers{gap:24px}}