.klx-world-map{position:relative;overflow:hidden}.klx-world-map:has(.klx-world-map__panel.is-open) .klx-world-map__marker:not(.is-active){opacity:0;pointer-events:none}.klx-world-map__layout{display:flex;flex-wrap:wrap;gap:max(24px, min(3vw, 40px));align-items:stretch}.klx-world-map__map{position:relative;flex:1 1 55%;border-radius:16px;min-height:360px}.klx-world-map__map.is-hovered .klx-world-map__marker{transition:opacity .3s ease}.klx-world-map__map.is-hovered .klx-world-map__marker:not(.is-hovered){opacity:.5}.klx-world-map__map.is-hovered .klx-world-map__marker.is-active{opacity:1}.klx-world-map__map img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media screen and (max-width: 782px){.klx-world-map__map img{-o-object-fit:contain;object-fit:contain}}.klx-world-map__marker{position:absolute;transform:translate(-50%, -50%);display:inline-flex;align-items:center;gap:8px;background:rgba(0,0,0,0);border:none;padding:6px;cursor:pointer;color:var(--wp--preset--color--purple-500);text-align:left}.klx-world-map__marker:focus-visible{outline:2px solid #d5b1ff;outline-offset:4px;border-radius:8px}.klx-world-map__marker-dot{position:relative;display:block;width:50px;height:43.324px;aspect-ratio:50/43.32}.klx-world-map__marker-label{position:absolute;top:-350%;left:75%;display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:17px;color:var(--wp--preset--color--purple-500);min-width:150px}@media screen and (max-width: 782px){.klx-world-map__marker-label{display:none}}.klx-world-map__marker.line-below .klx-world-map__marker-label{top:auto;bottom:-350%}.klx-world-map__marker-number{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:none;font-weight:700;font-size:18px;color:#fff;z-index:1}@media screen and (max-width: 782px){.klx-world-map__marker-number{display:block}}.klx-world-map__marker-line{display:block;height:163px;width:1px;background:currentColor;position:absolute;left:calc(50% - 1px);bottom:100%}@media screen and (max-width: 782px){.klx-world-map__marker-line{display:none}}.klx-world-map__marker.line-below .klx-world-map__marker-line{bottom:auto;top:100%}.klx-world-map__marker-text{display:inline-block}.klx-world-map__panel{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:stretch;justify-content:flex-end;z-index:9999;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none;margin-top:0 !important;max-width:none !important;max-width:initial !important}.klx-world-map__panel.is-open{opacity:1;visibility:visible;pointer-events:auto}.klx-world-map__panel .modal-content{background:var(--wp--preset--color--purple-500);border-radius:0;max-width:90vw;width:500px;height:100vh;display:flex;flex-direction:column;box-shadow:-10px 0 25px -5px rgba(0,0,0,.1),-5px 0 10px -5px rgba(0,0,0,.04);transform:translateX(100%);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden;color:#fff}.klx-world-map__panel.is-open .modal-content{transform:translateX(0)}.klx-world-map__panel .modal-header{display:flex;justify-content:flex-end;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--wp--preset--color--purple-400)}.klx-world-map__panel .modal-body{padding:1.5rem;overflow-y:auto;flex:1}@media screen and (max-width: 782px){.klx-world-map__panel .modal-content{top:0;right:0;bottom:0;left:0;max-width:none;min-height:calc(100dvh - 150px)}.klx-world-map__panel .modal-header{padding:1rem 1rem .75rem}.klx-world-map__panel .modal-body{padding:1rem}}.klx-world-map__close{display:flex;align-items:center;justify-content:center;border:1px solid var(--wp--preset--color--purple-300);background:var(--wp--preset--color--purple-400);color:#fff;cursor:pointer;height:33px;width:33px;padding:.5rem;margin-bottom:1.5rem}.klx-world-map__close:focus-visible{outline:2px solid var(--wp--preset--color--purple-300);outline-offset:3px}.klx-world-map__details{min-height:inherit}.klx-world-map__detail{display:none;gap:6px}.klx-world-map__detail.is-active{display:flex;flex-direction:column;min-height:inherit}.klx-world-map__title{color:#fff;margin:0}.klx-world-map__industries{padding-left:20px;margin:0}.klx-world-map__stat{margin-top:auto;padding-top:2rem;border-top:1px solid var(--wp--preset--color--purple-400);display:flex;flex-direction:column;gap:6px}.klx-world-map__stat-label{font-size:15px;font-weight:600}.klx-world-map__stat-value{font-size:max(26px, min(5vw, 36px));font-weight:400;color:#fff;font-family:var(--wp--preset--font-family--heading)}.klx-world-map__empty{margin-top:12px;color:#6a5678}
