/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.103.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@8.2.0_postcss@8.5.6_webpack@5.103.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/.pnpm/sass-loader@14.2.1_sass@1.94.2_webpack@5.103.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/blocks/office-card/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Block: Office Card
 *
 */
/**
 * Bootstrap core files
 */
/**
 * Leaflet Map
 */
.grayscale-map.ldr-office-card .leaflet-tile-pane {
  filter: grayscale(100%);
}
.ldr-office-card .leaflet-pane,
.ldr-office-card .leaflet-tile,
.ldr-office-card .leaflet-marker-icon,
.ldr-office-card .leaflet-marker-shadow,
.ldr-office-card .leaflet-tile-container,
.ldr-office-card .leaflet-pane > svg,
.ldr-office-card .leaflet-pane > canvas,
.ldr-office-card .leaflet-zoom-box,
.ldr-office-card .leaflet-image-layer,
.ldr-office-card .leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.ldr-office-card .leaflet-container {
  overflow: hidden;
}
.ldr-office-card .leaflet-tile,
.ldr-office-card .leaflet-marker-icon,
.ldr-office-card .leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.ldr-office-card {
  /* Prevents IE11 from highlighting tiles in blue */
}
.ldr-office-card .leaflet-tile::-moz-selection {
  background: transparent;
}
.ldr-office-card .leaflet-tile::selection {
  background: transparent;
}
.ldr-office-card {
  /* Safari renders non-retina tile on retina better with this, but Chrome is worse */
}
.ldr-office-card .leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.ldr-office-card {
  /* hack that prevents hw layers "stretching" when loading new tiles */
}
.ldr-office-card .leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.ldr-office-card .leaflet-marker-icon,
.ldr-office-card .leaflet-marker-shadow {
  display: block;
}
.ldr-office-card {
  /* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
  /* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
}
.ldr-office-card .leaflet-container .leaflet-overlay-pane svg,
.ldr-office-card .leaflet-container .leaflet-marker-pane img,
.ldr-office-card .leaflet-container .leaflet-shadow-pane img,
.ldr-office-card .leaflet-container .leaflet-tile-pane img,
.ldr-office-card .leaflet-container img.leaflet-image-layer,
.ldr-office-card .leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}
.ldr-office-card .leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}
.ldr-office-card .leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}
.ldr-office-card .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}
.ldr-office-card .leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.ldr-office-card .leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.ldr-office-card .leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.ldr-office-card .leaflet-tile-loaded {
  visibility: inherit;
}
.ldr-office-card .leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}
.ldr-office-card {
  /* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
}
.ldr-office-card .leaflet-overlay-pane svg {
  -webkit-user-select: none;
          user-select: none;
  -moz-user-select: none;
}
.ldr-office-card .leaflet-pane {
  z-index: 400;
}
.ldr-office-card .leaflet-tile-pane {
  z-index: 200;
}
.ldr-office-card .leaflet-overlay-pane {
  z-index: 400;
}
.ldr-office-card .leaflet-shadow-pane {
  z-index: 500;
}
.ldr-office-card .leaflet-marker-pane {
  z-index: 600;
}
.ldr-office-card .leaflet-tooltip-pane {
  z-index: 650;
}
.ldr-office-card .leaflet-popup-pane {
  z-index: 700;
}
.ldr-office-card .leaflet-map-pane canvas {
  z-index: 100;
}
.ldr-office-card .leaflet-map-pane svg {
  z-index: 200;
}
.ldr-office-card .leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.ldr-office-card .lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.ldr-office-card {
  /* control positioning */
}
.ldr-office-card .leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.ldr-office-card .leaflet-top,
.ldr-office-card .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.ldr-office-card .leaflet-top {
  top: 0;
}
.ldr-office-card .leaflet-right {
  right: 0;
}
.ldr-office-card .leaflet-bottom {
  bottom: 0;
}
.ldr-office-card .leaflet-left {
  left: 0;
}
.ldr-office-card .leaflet-control {
  float: left;
  clear: both;
}
.ldr-office-card .leaflet-right .leaflet-control {
  float: right;
}
.ldr-office-card .leaflet-top .leaflet-control {
  margin-top: 10px;
}
.ldr-office-card .leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.ldr-office-card .leaflet-left .leaflet-control {
  margin-left: 10px;
}
.ldr-office-card .leaflet-right .leaflet-control {
  margin-right: 10px;
}
.ldr-office-card {
  /* zoom and fade animations */
}
.ldr-office-card .leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.ldr-office-card .leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.ldr-office-card .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.ldr-office-card .leaflet-zoom-animated {
  transform-origin: 0 0;
}
.ldr-office-card .leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.ldr-office-card .leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.ldr-office-card .leaflet-zoom-anim .leaflet-tile,
.ldr-office-card .leaflet-pan-anim .leaflet-tile {
  transition: none;
}
.ldr-office-card .leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.ldr-office-card {
  /* cursors */
}
.ldr-office-card .leaflet-interactive {
  cursor: pointer;
}
.ldr-office-card .leaflet-grab {
  cursor: grab;
}
.ldr-office-card .leaflet-crosshair,
.ldr-office-card .leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.ldr-office-card .leaflet-popup-pane,
.ldr-office-card .leaflet-control {
  cursor: auto;
}
.ldr-office-card .leaflet-dragging .leaflet-grab,
.ldr-office-card .leaflet-dragging .leaflet-grab .leaflet-interactive,
.ldr-office-card .leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}
.ldr-office-card {
  /* marker & overlays interactivity */
}
.ldr-office-card .leaflet-marker-icon,
.ldr-office-card .leaflet-marker-shadow,
.ldr-office-card .leaflet-image-layer,
.ldr-office-card .leaflet-pane > svg path,
.ldr-office-card .leaflet-tile-container {
  pointer-events: none;
}
.ldr-office-card .leaflet-marker-icon.leaflet-interactive,
.ldr-office-card .leaflet-image-layer.leaflet-interactive,
.ldr-office-card .leaflet-pane > svg path.leaflet-interactive,
.ldr-office-card svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.ldr-office-card {
  /* visual tweaks */
}
.ldr-office-card .leaflet-container {
  background: #ddd;
  outline: 0;
}
.ldr-office-card .leaflet-container a {
  color: #0078A8;
}
.ldr-office-card .leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.ldr-office-card .leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.ldr-office-card {
  /* general typography */
}
.ldr-office-card .leaflet-container {
  font: 12px/1.5 "Barlow", sans-serif;
}
.ldr-office-card {
  /* general toolbar styles */
}
.ldr-office-card .leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.ldr-office-card .leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.ldr-office-card .leaflet-bar a,
.ldr-office-card .leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.ldr-office-card .leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.ldr-office-card .leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ldr-office-card .leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.ldr-office-card .leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.ldr-office-card .leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.ldr-office-card .leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.ldr-office-card .leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ldr-office-card {
  /* zoom control */
}
.ldr-office-card .leaflet-control-zoom-in,
.ldr-office-card .leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}
.ldr-office-card .leaflet-control-zoom-in::after,
.ldr-office-card .leaflet-control-zoom-out::after {
  display: none !important;
}
.ldr-office-card .leaflet-touch .leaflet-control-zoom-in, .ldr-office-card .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.ldr-office-card {
  /* layers control */
}
.ldr-office-card .leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.ldr-office-card .leaflet-control-layers-toggle {
  background-image: url(../../assets/img/layers.png);
  width: 36px;
  height: 36px;
}
.ldr-office-card .leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../../assets/img/layers-2x.png);
  background-size: 26px 26px;
}
.ldr-office-card .leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.ldr-office-card .leaflet-control-layers .leaflet-control-layers-list,
.ldr-office-card .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.ldr-office-card .leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.ldr-office-card .leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.ldr-office-card .leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.ldr-office-card .leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.ldr-office-card .leaflet-control-layers label {
  display: block;
}
.ldr-office-card .leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.ldr-office-card {
  /* Default icon URLs */
}
.ldr-office-card .leaflet-default-icon-path {
  background-image: url(../../assets/img/marker-icon.png);
}
.ldr-office-card {
  /* attribution and scale controls */
}
.ldr-office-card .leaflet-container .leaflet-control-attribution {
  display: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.ldr-office-card .leaflet-control-attribution,
.ldr-office-card .leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.ldr-office-card .leaflet-control-attribution a {
  text-decoration: none;
}
.ldr-office-card .leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.ldr-office-card .leaflet-container .leaflet-control-attribution,
.ldr-office-card .leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.ldr-office-card .leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.ldr-office-card .leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.ldr-office-card .leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.ldr-office-card .leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.ldr-office-card .leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.ldr-office-card .leaflet-touch .leaflet-control-attribution,
.ldr-office-card .leaflet-touch .leaflet-control-layers,
.ldr-office-card .leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.ldr-office-card .leaflet-touch .leaflet-control-layers,
.ldr-office-card .leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.ldr-office-card {
  /* popup */
}
.ldr-office-card .leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.ldr-office-card .leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.ldr-office-card .leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.ldr-office-card .leaflet-popup-content p {
  margin: 18px 0;
}
.ldr-office-card .leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.ldr-office-card .leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}
.ldr-office-card .leaflet-popup-content-wrapper,
.ldr-office-card .leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.ldr-office-card .leaflet-container a.leaflet-popup-close-button {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px "Barlow", sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.ldr-office-card .leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.ldr-office-card .leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.ldr-office-card .leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
  -ms-zoom: 1;
}
.ldr-office-card .leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.ldr-office-card .leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.ldr-office-card .leaflet-oldie .leaflet-control-zoom,
.ldr-office-card .leaflet-oldie .leaflet-control-layers,
.ldr-office-card .leaflet-oldie .leaflet-popup-content-wrapper,
.ldr-office-card .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.ldr-office-card {
  /* div icon */
}
.ldr-office-card .leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.ldr-office-card {
  /* Tooltip */
  /* Base styles for the element that has a tooltip */
}
.ldr-office-card .leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.ldr-office-card .leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.ldr-office-card .leaflet-tooltip-top:before,
.ldr-office-card .leaflet-tooltip-bottom:before,
.ldr-office-card .leaflet-tooltip-left:before,
.ldr-office-card .leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.ldr-office-card {
  /* Directions */
}
.ldr-office-card .leaflet-tooltip-bottom {
  margin-top: 6px;
}
.ldr-office-card .leaflet-tooltip-top {
  margin-top: -6px;
}
.ldr-office-card .leaflet-tooltip-bottom:before,
.ldr-office-card .leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.ldr-office-card .leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.ldr-office-card .leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.ldr-office-card .leaflet-tooltip-left {
  margin-left: -6px;
}
.ldr-office-card .leaflet-tooltip-right {
  margin-left: 6px;
}
.ldr-office-card .leaflet-tooltip-left:before,
.ldr-office-card .leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.ldr-office-card .leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.ldr-office-card .leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.ldr-office-card .card .card-img-top {
  position: relative;
  width: 100%;
  min-height: 50px;
  background-color: #dee2e6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ldr-office-card .card .card-map-top {
  position: relative;
  width: 100%;
  min-height: 50px;
  overflow: hidden;
}
.ldr-office-card .card .card-map-top .map-container {
  width: 100%;
  min-height: 50px;
  background-color: yellow;
}
.ldr-office-card .card.is-row .card-img-top,
.ldr-office-card .card.is-row .card-map-top {
  border-top-right-radius: 0;
  border-bottom-left-radius: calc(0.375rem - 1px);
}
.ldr-office-card .card a:hover:not(.btn) {
  color: #6096BA;
}
.ldr-office-card .card a::after {
  display: none !important;
}
.ldr-office-card .card .contact-avatar {
  position: relative;
  width: 128px;
  height: 128px;
  background-color: #dee2e6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ldr-office-card .card .contact-avatar.is-hovered::after {
  background-color: rgba(96, 150, 186, 0.2);
}
.ldr-office-card .card .contact-avatar::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1399.98px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column .ldr-office-card .contact-details {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

.acf-block-preview .ldr-office-card .card {
  max-width: 100%;
  margin-top: 0;
}
