@keyframes arrow-shoot {
  0% {
    background-position: center;
    opacity: 1;
  }
  44% {
    background-position: 200% center;
    opacity: 0;
  }
  45% {
    background-position: -200% center;
    opacity: 0;
  }
  100% {
    background-position: center;
    opacity: 1;
  }
}
.location {
  background: linear-gradient(180deg, rgba(231, 224, 215, 0.22) 0%, rgba(231, 224, 215, 0.65) 100%);
  position: relative;
}
.location__map iframe {
  filter: grayscale(65%);
  opacity: 0.995;
}
.location__info {
  padding: var(--spacer) 0;
  color: #fff;
  background: radial-gradient(circle at 100% 80%, #2D293F, transparent 75%), #C12C2D;
}
.location p {
  font-size: var(--wp--preset--font-size--font-18);
  margin: 0;
}
.location p em {
  font-size: 1.6rem;
  font-style: normal;
}
@media (min-width: 1024px) {
  .location__info {
    padding: 0;
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .location__info .wrap {
    width: 90%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .location__info .address {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 33.33%;
    margin: 0 0 0 auto;
    padding: var(--spacer);
    background: radial-gradient(circle at 100% 80%, #2D293F, transparent 75%), #C12C2D;
  }
}/*# sourceMappingURL=block-map.css.map */