/*
0E1F37
*/
.acf-block-contact-office .grid {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow: hidden;
  min-height: 300px;
}
@media print, screen and (min-width: 40em) {
  .acf-block-contact-office .grid {
    display: grid;
    grid-template-columns: 208px auto;
  }
}
.acf-block-contact-office .grid__icon {
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 24px;
}
@media print, screen and (min-width: 40em) {
  .acf-block-contact-office .grid__icon {
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  .acf-block-contact-office .grid__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background-color: #ececec;
    -webkit-clip-path: polygon(0 0, 100% 0, 15% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 15% 100%, 0% 100%);
  }
}
.acf-block-contact-office .grid__icon svg {
  position: relative;
  z-index: 2;
}
.acf-block-contact-office .grid__content {
  padding: 42px 32px;
  align-self: center;
}
@media print, screen and (min-width: 40em) {
  .acf-block-contact-office .grid__content {
    padding: 42px 32px 42px 0;
  }
}
.acf-block-contact-office .grid__content p {
  margin-bottom: 0;
}
.acf-block-contact-office .grid__content a {
  text-decoration: none;
}

/*# sourceMappingURL=block.css.map*/