.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #404951;
  background-color: #fffbf4;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

ol {
  border-top: 2px solid rgba(249, 73, 153, .2);
  border-bottom: 2px solid rgba(249, 73, 153, .2);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 3rem;
}

li {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.5;
}

.header {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.logo-header {
  margin-left: auto;
  margin-right: auto;
}

.logo-container {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rich-text-container {
  width: 100%;
  max-width: 820px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.text-align-center {
  text-align: center;
}

.spark-form-success {
  text-align: center;
  background-color: rgba(249, 73, 153, .3);
  border-radius: 8px;
  padding: 24px;
}

.spark-button {
  color: #fff;
  background-color: #f94999;
  border: 1px solid #f94999;
  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 {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button.spark-full-width {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #404951;
  border-color: #404951;
}

.spark-button.spark-full-width:hover {
  background-color: #f94999;
}

.spark-input {
  height: 48px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input:focus {
  border-color: #f94999;
}

.spark-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .56);
}

.spark-input::placeholder {
  color: rgba(0, 0, 0, .56);
}

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

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

.spark-foreground-secondary {
  color: rgba(0, 0, 0, .76);
}

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

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

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

.contact-section {
  margin-top: 3rem;
}

.header-image {
  width: 100%;
  height: 35svh;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/marcos-paulo-prado-LlrQF5JFRIs-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 991px) {
  .spark-input.spark-message-input {
    padding-top: 12px;
  }

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

@media screen and (max-width: 767px) {
  ol {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .spark-container {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .spark-centered-900 {
    margin-bottom: 64px;
  }

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

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

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