@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');body{background-color:#FAF6F0}.states-map{display:flex;justify-content:center;align-items:center}svg.map{max-height:580px;max-width:900px;width:100%;height:auto}rect.sm_location{display:none}.sm_state{stroke:rgba(255,255,255,0.3);transition:0.7s all}path#NSW:hover,path#VIC:hover,path#QLD:hover,path#WA:hover,path#SA:hover,path#TAS:hover,path#ACT:hover,path#NT:hover,path#WA:hover{fill:#1d1d1f;stroke:#B6B4FF;transition:all 0.7s}text.sm_label_NSW:hover~path#NSW{fill:#1d1d1f;stroke:#B6B4FF;transition:all 0.7s}tspan{fill:rgba(255,255,255,0.8);font-size:3rem;font-weight:500}.state-link{font-family:Figtree;text-align:left;display:inline-block;width:auto;color:#1D1D1f;text-decoration:none;font-weight:bold;padding:8px;border:1px solid #FAF6F0;transition:0.7s all}span.state_abbr{font-weight:400;color:#606060}.state-link:hover{background:#FFFFFF;border-radius:8px;border:1px solid rgba(0,0,0,0.1);transition:0.7s all}.state-link.highlighted{background:#FFFFFF;border-radius:8px;border:1px solid rgba(0,0,0,0.1);transition:0.7s all}.states-container{padding:1rem 0 4rem;text-align:center}.states-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;max-width:820px;margin:0 auto}.states-column{flex:1 1 calc(25%-1rem);min-width:200px;display:flex;flex-direction:column;gap:0.5rem}.states-cta{display:flex;flex-direction:row;align-items:center;gap:0.5rem;font-family:Figtree;padding-top:2rem}