.impact-map-module .cards a{display:flex;padding:1.2rem;text-decoration:none}.impact-map-module .cards a:hover{text-decoration:none}.impact-map-module .title h2{margin-top:0}.impact-map-module .map-wrapper{align-items:center;display:flex;justify-content:center}.impact-map-module.gap{grid-gap:2rem}.impact-map-module .content{max-width:67.6rem}.impact-map-module .cards{grid-gap:2rem;padding:5rem 0}.impact-map-module .card{align-items:center;box-shadow:0 4px 16px 0 rgba(123,128,197,.06);cursor:pointer;display:flex;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.impact-map-module .card:hover{transform:scale(1.03)}.impact-map-module .card .image{align-items:center;background:var(--highlight-color);border-radius:2px;display:flex;height:7.2rem;justify-content:center;margin-right:3.6rem;width:7.2rem}.impact-map-module .map svg .active{fill:var(--highlight-color);animation:fill_color 3s forwards}@keyframes fill_color{0%,to{fill:var(--highlight-color)}}.impact-map-module .card .image img{max-height:100%;max-width:100%;padding:.8rem}.impact-map-module .map svg{max-width:100%}