.card.hero-card{display:flex;flex-direction:column;min-height:448px;padding:0}@media(min-width:768px){.card.hero-card{flex-direction:row}.card.hero-card>*{flex:1;width:50%}}.card.hero-card .card-content{display:flex;flex-direction:column;justify-content:center;padding:2rem 1.5rem}@media screen and (min-width:768px){.card.hero-card .card-content{padding:44px 44px 44px 64px}}:root .card.hero-card--address .image-container{display:none;flex-direction:column;@media screen and (min-width:1024px){display:flex}}.card.hero-card .image-container img,.card.hero-card>img{height:100%;object-fit:cover;width:auto}.card.hero-card .iframe-container{display:flex;min-height:360px}.card.hero-card iframe{align-self:center;height:100%;width:100%}.hero-card__grid{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-gap:1.5rem;margin-top:3rem}@media screen and (min-width:768px){.hero-card__grid{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}}@media screen and (min-width:1024px){.hero-card__grid{grid-template-columns:1fr;grid-template-rows:1fr}}@media screen and (min-width:1300px){.hero-card__grid{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}}.hero-card__grid a{color:currentColor;font-weight:400}.hero-card__grid p{font-size:18px;font-weight:400;line-height:1.4;margin-bottom:1rem}.hero-card__grid strong{font-weight:700}