<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero{position:relative;z-index:1}@media screen and (max-width:1023px){.hero .container-content{padding:0}}.hero__tiles{gap:2rem}@media screen and (min-width:1024px){.hero__tiles{display:grid;grid-template-columns:repeat(4,calc(25% - 1.5rem));grid-template-rows:repeat(2,calc(50% - .5rem));grid-template-areas:"lg lg md md" "lg lg sm sm-2"}}@media screen and (min-width:1024px){.hero__tiles:has(&gt;:nth-child(2):last-child){grid-template-columns:repeat(4,calc(50% - 1rem));grid-template-rows:repeat(1,100%);grid-template-areas:"lg md"}}@media screen and (min-width:1024px){.hero__tiles:has(&gt;:nth-child(3):last-child){grid-template-columns:repeat(4,calc(50% - 1rem));grid-template-rows:repeat(2,calc(50% - .5rem));grid-template-areas:"lg md" "lg sm"}}.hero__tiles--is-single{display:block}.hero__tile{position:relative}.hero__tile__content{pointer-events:none;position:absolute;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:2.5rem;padding:2.5rem 1.25rem}@media screen and (min-width:1024px){.hero__tile__content{padding:3rem;position:relative;height:100%}}@media screen and (min-width:1024px){.hero__tiles--is-single .hero__tile__content{min-height:43.75rem}}.hero__tile__content .button{pointer-events:all}@media screen and (min-width:1024px){.hero__tile__link{display:block}}@media screen and (min-width:1024px){.hero__tile .img,.hero__tile__link{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero__tile .img{padding-bottom:0}}.hero__tile--sm-2{display:none}@media screen and (min-width:1024px){.hero__tile--sm-2{display:block;grid-area:sm-2}}.hero__tile--sm{display:none}@media screen and (min-width:1024px){.hero__tile--sm{display:block;grid-area:sm}}.hero__tile--md{display:none}@media screen and (min-width:1024px){.hero__tile--md{display:block;grid-area:md}}@media screen and (min-width:1024px){.hero__tile--lg{min-height:43.75rem;grid-area:lg}}@media screen and (max-width:1023px){.hero__tile--mobile{display:block}}.hero__content{position:relative;z-index:2}.hero .row{justify-content:center}.hero .heading-1{hyphens:auto;margin-bottom:0}.hero .heading-1 span{display:block}.hero figure{margin-bottom:0}</pre></body></html>