.hero-gallery{background:transparent}.hero-gallery__container{margin:0 auto;max-width:var(--main-max-width,1320px);padding:0 24px}.hero-gallery__title{color:#1d1d1b;margin:0 0 48px;text-align:left}.hero-gallery__grid{align-items:start;display:grid;gap:var(--hg-gap,24px);grid-auto-rows:minmax(0,auto);grid-template-areas:"a a a a a a b b b c c c" "d d d e e e e e e f f f" "g g g g g g h h h h h h";grid-template-columns:repeat(12,minmax(0,1fr))}.hero-gallery__tile{height:fit-content;min-width:0;width:100%}.hero-gallery__tile--a{grid-area:a}.hero-gallery__tile--b{grid-area:b}.hero-gallery__tile--c{grid-area:c}.hero-gallery__tile--d{grid-area:d}.hero-gallery__tile--e{grid-area:e}.hero-gallery__tile--f{grid-area:f}.hero-gallery__tile--g{grid-area:g}.hero-gallery__tile--h{grid-area:h}.hero-gallery__tile-link{background:#eef1ec;border-radius:var(--hg-radius,16px);display:block;min-width:0;overflow:hidden;width:100%}.hero-gallery img.hero-gallery__image{box-sizing:border-box;display:block;height:auto!important;max-height:none!important;max-width:100%!important;min-width:0;object-fit:cover;width:100%!important}.hero-gallery__grid--has-missing{grid-auto-rows:minmax(0,auto);grid-template-areas:none;grid-template-columns:repeat(3,minmax(0,1fr))}.hero-gallery__grid--has-missing .hero-gallery__tile{grid-area:auto}.hero-gallery__cta{margin-top:48px;text-align:left}.hero-gallery__empty{color:#1d1d1b;margin:16px 0 0}@media (max-width:991px){.hero-gallery__container{padding:0 20px}.hero-gallery__title{margin-bottom:32px}.hero-gallery__grid{gap:min(var(--hg-gap,24px),20px);grid-auto-rows:minmax(0,auto);grid-template-areas:none}.hero-gallery__grid,.hero-gallery__grid--has-missing{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-gallery__tile{grid-area:auto}.hero-gallery__cta{margin-top:32px}}@media (max-width:768px){.hero-gallery__title{margin-bottom:24px}.hero-gallery__grid{gap:min(var(--hg-gap,24px),16px)}.hero-gallery__cta{margin-top:28px}}@media (max-width:640px){.hero-gallery__container{padding:0 20px}.hero-gallery__title{margin-bottom:20px}.hero-gallery__grid{gap:min(var(--hg-gap,24px),14px);grid-auto-rows:minmax(0,auto)}.hero-gallery__grid,.hero-gallery__grid--has-missing{grid-template-columns:1fr}.hero-gallery__cta{margin-top:24px}}