/* Breakpoints
---------------------------------------------------------------------------------------------------- */
/* Transitions
---------------------------------------------------------------------------------------------------- */
/* Size
---------------------------------------------------------------------------------------------------- */
/* Fonts
---------------------------------------------------------------------------------------------------- */
/* Typography mixins
---------------------------------------------------------------------------------------------------- */
/* Block margins
---------------------------------------------------------------------------------------------------- */
/* Box mixins
---------------------------------------------------------------------------------------------------- */
/* Icon mixins
---------------------------------------------------------------------------------------------------- */
/* Button mixins
---------------------------------------------------------------------------------------------------- */
/* Card mixins
---------------------------------------------------------------------------------------------------- */
/* Pagination mixins
---------------------------------------------------------------------------------------------------- */
/* Form mixins
---------------------------------------------------------------------------------------------------- */
/* Popup mixins
---------------------------------------------------------------------------------------------------- */
/* Admin mixins
---------------------------------------------------------------------------------------------------- */
body.home header .acf-block {
  margin-top: calc(64px + 0px);
}
@media (max-width: 1023px) {
  body.home header .acf-block {
    margin-top: calc(48px + 0px);
  }
}
@media (max-width: 767px) {
  body.home header .acf-block {
    margin-top: calc(36px + 0px);
  }
}
body.home header .acf-block:last-child {
  margin-bottom: calc(64px + 0px);
}
@media (max-width: 1023px) {
  body.home header .acf-block:last-child {
    margin-bottom: calc(48px + 0px);
  }
}
@media (max-width: 767px) {
  body.home header .acf-block:last-child {
    margin-bottom: calc(36px + 0px);
  }
}
body.home header .acf-block.full-cta-block .button.outline {
  font-size: 0.875rem;
}
@media screen and (min-width: 860px) {
  body.home header .acf-block.full-cta-block .button.outline {
    font-size: 1rem;
  }
}
body.home header .acf-block.full-cta-block .button.outline {
  background-color: var(--Uniting-Purple);
  border: solid 2px var(--Uniting-Purple);
  border-radius: 48px;
  box-sizing: border-box;
  color: var(--White);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  font-family: "FS Elliot Pro", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  min-height: 0;
  overflow: hidden;
  padding: 8px calc(40px - 2px);
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, line-height 0.2s;
  width: auto;
  z-index: 1;
}
@media (max-width: 449px) {
  body.home header .acf-block.full-cta-block .button.outline {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
}
body.home header .acf-block.full-cta-block .button.outline:hover, body.home header .acf-block.full-cta-block .button.outline:focus-visible {
  background-color: var(--Night);
  border-color: var(--Night);
  color: var(--White);
  text-decoration: none;
}/*# sourceMappingURL=front.css.map */