.MapWorld .Heading{margin-bottom:32px}.MapWorld__heading{margin-bottom:32px}.MapWorld__heading .Heading{margin-bottom:0}.MapWorld__layout{position:relative}.MapWorld__map{position:relative;overflow:hidden;border-radius:20px}.MapWorld__canvas{position:relative;width:100%;height:520px}.MapWorld svg{width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.MapWorld .country{fill:#6b6bd6;transition:fill .2s ease;cursor:default}.MapWorld .country.is-available{fill:#9191e1;cursor:pointer}.MapWorld .country.is-available:hover{fill:#fff}.MapWorld .country.active{fill:#9191e1}.MapWorld .country.active:hover{fill:#fff}.MapWorld__card{position:absolute;top:14px;left:14px;max-width:360px;width:calc(100% - 28px);background:#fff;color:#282830;border-radius:16px;padding:16px;z-index:5;max-height:96%;overflow:auto;transform-origin:top;transform:translateY(-30px);opacity:0;transition:transform .2s ease,opacity .2s ease}.MapWorld__card.is-visible{transform:translateY(0);opacity:1}.MapWorld__card-header{display:grid;grid-template-columns:44px 1fr auto;grid-gap:16px;align-items:center;margin-bottom:12px}.MapWorld__flag{width:36px;height:36px;border-radius:50%;background-size:cover;background-position:center;box-shadow:0 0 0 2px rgba(0,0,0,.06)}.MapWorld__country{font-weight:500;font-size:24px;letter-spacing:-0.002em}.MapWorld__close{background:rgba(0,0,0,0);border:none;font-size:22px;line-height:1;cursor:pointer;color:#000;font-size:32px;margin-right:-5px}.MapWorld__cities{display:flex;flex-direction:column;gap:8px}.MapWorld__city{border-bottom:1px solid rgba(0,0,0,.08)}.MapWorld__city:last-child{border:none}.MapWorld__city:last-child .MapWorld__city-body{padding:0}.MapWorld__city-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:12px 0;font-weight:400;font-size:16px;cursor:pointer;color:#000}.MapWorld__city-toggle .MapWorld__city-name{display:inline-flex;align-items:center;gap:8px}.MapWorld__city-toggle .material-symbols-outlined{font-size:22px;transition:transform .2s ease}.MapWorld__city-toggle.is-open{font-weight:500}.MapWorld__city-toggle.is-open .material-symbols-outlined{transform:rotate(180deg)}.MapWorld__city-body{padding:0 0 12px;font-size:14px}.MapWorld__city-body p{margin:0 0 6px 0}.MapWorld__city-body a{font-weight:400;color:currentColor}.MapWorld__city-body>*{margin-bottom:0}@media (min-width: 992px){.MapWorld .Heading{margin-bottom:64px}.MapWorld__heading{margin-bottom:64px}.MapWorld__heading--with-pretitle .Heading__description{margin-top:58px}.MapWorld__canvas{height:620px}.MapWorld__card{padding:24px;top:20px;left:20px;width:360px}}@media (max-width: 767.98px){.MapWorld__card{position:relative;top:0;left:0;transform:none;margin:0 auto 14px;width:100%}.MapWorld__map{border-radius:14px}}
