:root {
  --spark-library--black: black;
  --spark-library--foreground-interactive: #0166cc;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --dark-blue: #039;
  --white: white;
  --spark-library--foreground-secondary: #000000c2;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h2 {
  background-color: #0390;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

a {
  text-decoration: none;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  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: var(--spark-library--foreground-interactive);
  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);
  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: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  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: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-nav-link {
  color: var(--spark-library--white);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: #39f;
}

.spark-nav-link.spark-button {
  color: var(--spark-library--white);
  text-align: center;
  background-color: #039;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-rounded-edge-nav-bar-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-rounded-edge-navbar {
  z-index: 99;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #0000004f;
  border-radius: 999px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: sticky;
  top: 10px;
  box-shadow: 2px 0 8px #0000001a;
}

.landing-page-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_638351959.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-top: -81px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
}

.quick-stack {
  width: 100%;
}

.heading {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 110%;
}

.container {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.container.absolute {
  position: absolute;
  inset: auto 0% 0%;
}

.button {
  background-color: #39f;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 15px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .2s ease-in-out;
}

.button:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #39f0;
  border: 2px solid #39f;
  box-shadow: 0 5px 7px 1px #0003;
}

.button.transparent {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #39f0;
  transition-duration: .2s;
  box-shadow: 0 4px 5px 2px #00000047;
}

.button.dark:hover {
  background-color: var(--dark-blue);
  border-style: none;
}

.side-buttons {
  margin-top: 25px;
}

.paragraph {
  position: static;
  inset: auto auto 0% 0%;
}

.div-block {
  position: absolute;
  inset: auto auto 0% 0%;
}

.white {
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 300;
}

.white.link {
  margin-bottom: 0;
  text-decoration: none;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  margin-top: -81px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
}

.heading-2 {
  color: var(--dark-blue);
  margin-bottom: 30px;
  font-size: 3.2rem;
  line-height: 102%;
}

.heading-2.white {
  color: var(--white);
  line-height: 108%;
}

.image {
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
}

.cell {
  justify-content: center;
}

.quick-stack-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: auto;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-2 {
  background-image: url('../images/AdobeStock_638061786.jpeg');
  background-position: 90%;
  background-size: cover;
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  width: 100%;
  height: 80vh;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.paragraph-2 {
  color: #707070;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-2.faq-answers {
  margin-top: 20px;
}

.lowercase {
  color: #039;
  text-transform: none;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.lowercase.faq {
  font-weight: 400;
}

.lowercase.faq.white {
  color: var(--white);
}

.lowercase.faq.white.contact-us-form {
  margin-bottom: 20px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.links {
  color: #ff5b05;
}

.accordion-item-trigger {
  border-top: 2px solid var(--dark-blue);
  border-bottom: 1px solid #039;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.accordion-item {
  background-color: #fff0;
  border-radius: 10px;
  margin-bottom: -10px;
  padding: 0;
  box-shadow: 0 3px 7px #00000008;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  font-weight: 300;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.contact-us-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_650588728.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.quick-stack-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
}

.form-block {
  width: 100%;
}

.text-field {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #3b3b3b47;
  border: 1px #000;
  border-radius: 0;
  font-family: Poppins, sans-serif;
}

.cell-3 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0003;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
}

.div-block-4 {
  width: 100%;
}

.link-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.image-2 {
  margin-right: 20px;
}

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

.spark-social-link {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
  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(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.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-text.version {
  font-size: 10px;
}

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

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

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

.spark-footer-bottom.spark-white-background {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
}

.spark-button-2 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  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);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-2.spark-light-button {
  border-color: var(--spark-library--white);
  background-color: var(--spark-library--white);
  color: var(--spark-library--black);
  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(--spark-library--background--interactive);
  color: var(--spark-library--foreground-interactive);
}

.spark-button-2.spark-light-button.w--current:hover {
  background-color: var(--dark-blue);
  color: var(--spark-library--foreground-interactive);
}

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

.spark-foreground-secondary {
  color: var(--spark-library--foreground-secondary);
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

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

.spark-footer-column.spark-right-side-footer-column {
  flex-direction: column;
}

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

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

.spark-max-width-416 {
  max-width: 416px;
}

.spark-small-grid {
  grid-template-columns: 1fr .25fr;
}

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

.spark-section.spark-primary-bottom-border {
  border-bottom: 1px solid var(--spark-library--foreground-interactive);
  padding-top: 65px;
  padding-bottom: 65px;
}

.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;
}

.heading-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_638351959.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 70vh;
  margin-top: -81px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
}

.subheading-copy {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 9rem;
  font-weight: 400;
  line-height: 110%;
}

.section-4 {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-icon.spark-20px-icon {
  align-items: center;
  width: 20px;
  padding: 2px;
  display: flex;
}

.spark-social-row {
  grid-column-gap: 24px;
  justify-content: center;
  width: 100%;
  display: flex;
}

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

.spark-gray-paragraph {
  color: var(--spark-library--foreground-secondary);
  line-height: 1.3;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-small-sub-paragraph.spark-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.spark-bold-heading-2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-team-member-details {
  max-width: 590px;
}

.spark-horizontal-team-member-image {
  object-fit: cover;
  border-radius: 12px;
  width: 500px;
  max-width: none;
  height: 300px;
  display: block;
}

.spark-wrapped-team-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-team-card.spark-extra-spaced {
  grid-column-gap: 64px;
  align-items: center;
}

.spark-flex-row-of-team-members {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-section-copy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_638351959.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 70vh;
  margin-top: -81px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
}

.contact-us-header {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_638351959.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  margin-top: -81px;
  padding: 200px 50px;
  display: flex;
  position: static;
}

.error-message {
  color: #000;
  background-color: #e69191;
}

.success-message {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    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);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

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

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

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-nav-menu.spark-rounded-corners {
    border-radius: 40px;
    margin-top: 1rem;
    box-shadow: 0 0 8px #0000002b;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0;
  }

  .spark-rounded-edge-navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading {
    font-size: 2.9rem;
  }

  .white {
    font-size: 16px;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .div-block-2 {
    background-position: 50%;
  }

  .accordion-item-trigger {
    padding-top: 3px;
  }

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

  .spark-footer-column {
    align-items: flex-start;
    min-width: 180px;
  }

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

  .heading-section {
    height: 40vh;
  }

  .subheading-copy {
    font-size: 5rem;
  }

  .spark-wrapped-team-card {
    width: 45%;
  }

  .spark-wrapped-team-card.spark-extra-spaced {
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

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

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

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-rounded-edge-navbar {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2 {
    height: auto;
  }

  .div-block-2 {
    height: 40vh;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-section {
    height: auto;
  }

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

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

  .spark-container {
    width: 100%;
  }

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

  .spark-footer-column.spark-right-side-footer-column {
    justify-content: flex-start;
    align-items: center;
  }

  .spark-max-width-416 {
    width: 100%;
    max-width: none;
  }

  .spark-small-grid {
    flex-direction: column;
    display: flex;
  }

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

  .spark-section.spark-primary-bottom-border {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-horizontal-team-member-image {
    width: 100%;
    height: auto;
  }

  .spark-wrapped-team-card {
    width: 100%;
  }

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

  .spark-container-2 {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0 12px;
  }

  .spark-rounded-edge-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .landing-page-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 2rem;
  }

  .white {
    font-size: 15px;
    line-height: 21px;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 27px;
  }

  .paragraph-2.faq-answers {
    font-size: 15px;
    line-height: 20px;
  }

  .lowercase {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 110%;
  }

  .accordion-item-trigger {
    padding-top: 10px;
  }

  .div-block-3 {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 21px;
  }

  .cell-3 {
    padding: 0;
  }

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

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

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

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

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-small-grid {
    flex-direction: column;
    display: flex;
  }

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

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

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

  .heading-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subheading-copy {
    font-size: 2rem;
  }

  .spark-icon.spark-20px-icon {
    flex: none;
    width: 20px;
    padding: 0;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

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

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

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

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

  .heading-section-copy, .contact-us-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_36b06bce-5b6d-f12f-3dde-0e37fa251824-d0a84e64 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a0469675-d3c0-3c27-926c-8a80b761c535-b761c530, #w-node-a0469675-d3c0-3c27-926c-8a80b761c539-b761c530 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0469675-d3c0-3c27-926c-8a80b761c542-b761c530 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55fecc79-468f-2c4b-04c0-bf66b98bdb8a-b98bdb8a, #w-node-f7e5fd6f-d02c-d0dd-5bf4-4421c04c7199-68c0e0b4 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_6a112c93-7a64-c8c8-1938-3055878052f9-68c0e0b4, #w-node-_6a112c93-7a64-c8c8-1938-3055878052f9-5eb94126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a0469675-d3c0-3c27-926c-8a80b761c542-b761c530 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_36b06bce-5b6d-f12f-3dde-0e37fa251824-d0a84e64, #w-node-_55fecc79-468f-2c4b-04c0-bf66b98bdb8a-b98bdb8a, #w-node-f7e5fd6f-d02c-d0dd-5bf4-4421c04c7199-68c0e0b4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


