.office-map{border-radius:24px;height:300px;margin-top:16px;overflow:hidden;position:relative;width:100%}.office-map.is-loading{background:var(--color-secondary-background,#f6f6f6)}.office-map.is-loading:after{animation:rotating .9s cubic-bezier(.58,.24,.4,.85) infinite both;bottom:0;content:var(--arrow-icon-path);height:32px;left:0;margin:auto;position:absolute;right:0;top:0;width:32px}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}