:root {
  --spark-library-black\<deleted\|variable-802ac2b5\>: black;
  --spark-library-foreground-interactive-hover\<deleted\|variable-be2ea3c7\>: #2c73d2;
  --lynx-grey\<deleted\|variable-1d308cc1\>: #191919;
  --dark-elements: #3b4856;
  --background: white;
  --background-highlight: #f4f9ff;
  --call-to-action: #8faece;
  --spark-library-foreground-secondary\<deleted\|variable-aa6616bc\>: rgba(0, 0, 0, .76);
  --spark-library-border-default\<deleted\|variable-beac0bab\>: rgba(0, 0, 0, .16);
  --spark-library-foreground-tertiary\<deleted\|variable-161ed439\>: rgba(0, 0, 0, .56);
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library-black\<deleted\|variable-802ac2b5\>);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: #5532fa;
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library-black\<deleted\|variable-802ac2b5\>);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: #5532fa;
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library-black\<deleted\|variable-802ac2b5\>);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: #5532fa;
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button-right {
  background-color: rgba(0, 0, 0, 0);
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-right.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav-link {
  color: var(--lynx-grey\<deleted\|variable-1d308cc1\>);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-family: PT Serif, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
  display: none;
}

.nav-link:hover {
  opacity: 1;
  color: var(--dark-elements);
}

.nav-link.w--current {
  color: var(--lynx-grey\<deleted\|variable-1d308cc1\>);
  font-weight: 700;
  display: none;
}

.nav-link.w--current:hover {
  color: var(--dark-elements);
}

.spark-full-nav-menu {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-centered-brand-logo {
  z-index: 2;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spark-hamburger-menu-inner {
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.centered-nav-with-links-left-and-right {
  z-index: 99;
  background-color: var(--background);
  width: 100%;
  padding: 40px 16px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  background-color: var(--background);
}

.image {
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row.spark-5-spacing.spark-flipped-row {
  flex-direction: row-reverse;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-centered-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.hero-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.hero-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.hero-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.hero-section h1 {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.hero-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.hero-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.hero-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.hero-section p {
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.5;
}

.hero-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.hero-section li {
  margin-bottom: .5rem;
}

.hero-section.hero-light-background {
  background-color: var(--background-highlight);
}

.spark-hero-section-image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-button-2 {
  border: 1px solid var(--call-to-action);
  background-color: var(--call-to-action);
  color: var(--background);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library-foreground-interactive-hover\<deleted\|variable-be2ea3c7\>);
  background-color: var(--spark-library-foreground-interactive-hover\<deleted\|variable-be2ea3c7\>);
  opacity: 1;
}

.spark-button-2.spark-full-width {
  background-color: var(--dark-elements);
  color: var(--background);
  text-align: center;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
}

.spark-button-2.spark-full-width:hover {
  background-color: var(--spark-library-foreground-interactive-hover\<deleted\|variable-be2ea3c7\>);
}

.spark-button-2.spark-light-button {
  border-color: var(--background);
  background-color: var(--background);
  color: var(--spark-library-black\<deleted\|variable-802ac2b5\>);
  min-height: 0;
  padding: 16px 24px;
  line-height: 1em;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2.spark-light-button:hover {
  background-color: var(--background-highlight);
  color: var(--dark-elements);
}

.spark-hero-section-left-side {
  width: 50%;
}

.spark-secondary-paragraph {
  color: var(--spark-library-foreground-secondary\<deleted\|variable-aa6616bc\>);
  margin-top: auto;
  margin-bottom: 64px;
  font-family: Roboto, sans-serif;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon.spark-primary-color {
  color: var(--dark-elements);
}

.spark-secondary-background-card {
  background-color: var(--background-highlight);
  border-radius: 12px;
  flex: 1;
  padding: 32px 32px 0;
}

.spark-2-column-flex {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  display: flex;
}

.services-section {
  width: 100%;
  padding: 40px 64px 100px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.services-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.services-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.services-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.services-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.services-section h3 {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.services-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.services-section p {
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.4;
}

.services-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.services-section li {
  margin-bottom: .5rem;
}

.spark-hero-section-image-2 {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-checked-item {
  grid-column-gap: 16px;
  color: var(--spark-library-foreground-secondary\<deleted\|variable-aa6616bc\>);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 336px;
  display: flex;
}

.spark-flex-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.about-section {
  background-color: var(--background-highlight);
  width: 100%;
  padding: 100px 64px 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.about-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.about-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.about-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.about-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.about-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.about-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.about-section p {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.4;
}

.about-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.about-section li {
  margin-bottom: .5rem;
}

.accreditation {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.eyebrow {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.spark-form-success {
  background-color: var(--background-highlight);
  text-align: center;
  border-radius: 8px;
  padding: 24px;
}

.spark-input {
  border: 1px solid var(--spark-library-border-default\<deleted\|variable-beac0bab\>);
  background-color: var(--background);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

.spark-input:focus {
  border-color: var(--dark-elements);
}

.spark-input::placeholder {
  color: var(--spark-library-foreground-tertiary\<deleted\|variable-161ed439\>);
}

.spark-input.spark-message-input {
  max-width: 100%;
  min-height: 16ch;
}

.spark-regular-form {
  width: 464px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.spark-foreground-secondary {
  color: var(--spark-library-foreground-secondary\<deleted\|variable-aa6616bc\>);
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.contact-section {
  background-color: var(--background-highlight);
  width: 100%;
  padding: 100px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.contact-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.contact-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.contact-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.contact-section h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.contact-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.contact-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.contact-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.contact-section li {
  margin-bottom: .5rem;
}

.spark-social-icon-svg {
  width: 20px;
  height: 20px;
}

.spark-social-link {
  background-color: var(--background);
  color: var(--dark-elements);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--dark-elements);
  opacity: 1;
  color: var(--background);
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-footer-bottom {
  background-color: var(--background-highlight);
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-top-border {
  border-top: 1px solid var(--spark-library-border-default\<deleted\|variable-beac0bab\>);
  background-color: var(--background);
}

.spark-flexed-row-of-links {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.spark-flexed-row-of-links.spark-centered-row {
  justify-content: center;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 10px;
}

.spark-centered-content {
  text-align: center;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section.spark-shortened {
  padding-top: 40px;
  padding-bottom: 20px;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-footer {
  width: 100%;
  position: relative;
}

.field-label {
  font-family: Montserrat, sans-serif;
}

@media screen and (max-width: 991px) {
  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive-hover\<deleted\|variable-be2ea3c7\>);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive-hover\<deleted\|variable-be2ea3c7\>);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive-hover\<deleted\|variable-be2ea3c7\>);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-right {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

  .spark-simple-menu-button-right.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-full-nav-menu {
    background-color: var(--spark-library-black\<deleted\|variable-802ac2b5\>);
  }

  .spark-centered-brand-logo.w--current {
    flex: none;
    width: 100px;
  }

  .spark-hamburger-menu-inner {
    padding: 20px 0;
  }

  .centered-nav-with-links-left-and-right {
    padding: 20px 32px;
  }

  .spark-flex-row.spark-left-aligned {
    justify-content: center;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-flex-row.spark-5-spacing.spark-flipped-row {
    flex-wrap: wrap;
  }

  .hero-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-2-column-flex {
    flex-direction: column;
  }

  .services-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-hero-section-image-2 {
    width: 100%;
    max-width: 100%;
  }

  .about-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-input.spark-message-input {
    padding-top: 12px;
  }

  .contact-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flexed-row-of-links.spark-centered-row {
    flex-wrap: wrap;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-hamburger-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .centered-nav-with-links-left-and-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing.spark-flipped-row {
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .hero-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .hero-section.hero-light-background {
    padding-top: 128px;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .services-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-hero-section-image-2 {
    width: 100%;
    max-width: 100%;
  }

  .about-section, .contact-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flexed-row-of-links {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    margin-bottom: .5rem;
  }

  .spark-hamburger-menu-inner {
    padding: 0;
  }

  .centered-nav-with-links-left-and-right {
    padding: 40px 0;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .hero-section {
    padding: 64px 20px;
  }

  .hero-section h1 {
    font-size: 2.7rem;
  }

  .hero-section h2 {
    font-size: 2.5rem;
  }

  .services-section {
    padding: 64px 20px;
  }

  .services-section h1 {
    font-size: 3rem;
  }

  .services-section h2 {
    font-size: 2.5rem;
  }

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .about-section {
    padding: 64px 20px;
  }

  .about-section h1 {
    font-size: 3rem;
  }

  .about-section h2 {
    font-size: 2.5rem;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .contact-section {
    padding: 64px 20px;
  }

  .contact-section h1 {
    font-size: 3rem;
  }

  .contact-section h2 {
    font-size: 2.5rem;
  }

  .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flexed-row-of-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-flexed-row-of-links.spark-centered-row {
    align-items: center;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }
}


