.sfac-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2.5em;
}
@media (max-width: 850px) {
  .sfac-container {
    padding: 0 1.5em;
  }
}
@media (max-width: 500px) {
  .sfac-container {
    padding: 0 1em;
  }
}

/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
  padding: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.2;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  margin: 0;
}

h1 + p, h2 + p, h3 + p, p + p {
  margin-top: 1rem;
}
h1 + .bb-buttons-wrapper, h2 + .bb-buttons-wrapper, h3 + .bb-buttons-wrapper, p + .bb-buttons-wrapper {
  margin-top: 1rem;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

@media screen and (max-width: 500px) {
  h2 {
    font-size: 2em;
  }
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

ul {
  margin: 0;
}

li {
  list-style-type: none;
}

.fade-element {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 500ms ease-out, transform 500ms ease-out;
}

.fade-element.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.entry-content {
  position: relative;
  z-index: 1;
}

.contact-form button {
  padding-top: calc(0.667em + 2px) !important;
  padding-right: calc(1.333em + 2px) !important;
  padding-bottom: calc(0.667em + 2px) !important;
  padding-left: calc(1.333em + 2px) !important;
}

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