@keyframes loadingPulse {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
body.page-template-page-advocaten .gutenberg {
  margin-right: -15px;
  margin-left: -15px;
}
body.page-template-page-advocaten .gutenberg .wp-block-g2p-wrapper:last-child {
  padding-bottom: 0;
}

/*# sourceMappingURL=page-advocaten.css.map */
