.location-map{isolation:isolate;position:relative}.location-map__filters,.location-map__map{position:relative;width:100%}.location-map__filters{align-items:center;display:flex;justify-content:flex-end;margin:auto auto 24px;max-width:1440px;padding:0 24px;z-index:5}.location-map__filters select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' fill='none' viewBox='0 0 13 8'%3E%3Cpath stroke='%236e7d8b' d='m12.354.354-6 6-6-6'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;border:none;border-bottom:1px solid var(--ui-grey);border-radius:0;color:var(--dark-grey);max-width:350px;padding:12px 24px 12px 0;width:100%}.location-map__pins{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.location-pin{background-color:var(--blue);cursor:pointer;display:block;height:10px;position:absolute;transform:scale(1);transition:var(--transition);width:10px}.location-pin.location-pin--active{background-color:var(--dark-blue);transform:scale(1.2)}.location-map .content-wrapper{height:100%;left:50%;padding:24px;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:100%;z-index:3}.countries{background-color:#fff;left:0;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.countries-close{cursor:pointer;pointer-events:all;position:absolute;right:0;top:0;z-index:10}.countries.countries--active{opacity:1;pointer-events:all}.countries__country{display:flex;flex-direction:row;gap:32px;left:0;opacity:0;padding:48px 32px 32px;pointer-events:none;position:absolute;top:0;transition:var(--transition)}.countries__country--active{opacity:1;pointer-events:all}.location-map__location{display:none;flex-direction:column;gap:24px}.location-map__location.location-map__location--active{display:flex}.location-map__location{min-width:220px}.location-map__location .location-image img{height:100%;max-height:120px;max-width:200px;object-fit:cover;object-position:center;width:100%}.location-map__location ul{list-style:none;margin:0 0 16px;padding:0}.location-map__location li{color:var(--dark-grey);margin:0;padding:0}.location-map__location p{margin-bottom:0}@media screen and (max-width:1023px){.location-map__filters select{max-width:unset}.countries__country{display:none}.countries__country.countries__country--active{display:flex}.location-map .content-wrapper{display:none;position:relative}.location-map .content-wrapper:has(.countries.countries--active){display:flex}.countries{height:auto!important;left:0;position:relative;top:0;transform:translateY(0);width:100%!important}.location-map__location{min-width:unset}.countries__country{position:relative}.location-map__location .location-image img{height:100%;max-height:120px;max-width:unset;object-fit:cover;object-position:center;width:80%}}@media screen and (max-width:767px){.countries__country{flex-direction:column}.location-map__pins{display:none}.countries__country{padding:24px}}