/* SSCB block CSS for page #15 */

/* block: cms_page_title */

.sscb-cms-page-title {
  max-width: 56rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 3.5rem;
  text-align: center;
}
.sscb-cms-page-title__heading {
  margin: 0;
  font-size: clamp(1.875rem, 4.5vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
}

.sscb-cms-page-title__line1 {
  display: block;

  font-style: italic;
  font-weight: 400;
  color: #111827;
}

.sscb-cms-page-title__line2 {
  display: block;
  margin-top: 0.15em;
  font-style: normal;
  font-weight: 700;
  color: #f97316;
}

.sscb-cms-page-title__line1:empty,
.sscb-cms-page-title__line2:empty {
  display: none;
}


/* block: cms_centered_text */

.sscb-cms-centered-text {
  max-width: 48rem;
  margin: 0 auto;
  padding: 3rem 1.25rem;
  text-align: center;
}

.sscb-cms-centered-text__body {
  font-size: 1rem;
  line-height: 1.65;
  color: #4b5563;
}

.sscb-cms-centered-text__body p {
  margin: 0 0 1rem;
}

.sscb-cms-centered-text__body p:last-child {
  margin-bottom: 0;
}

.sscb-cms-centered-text .sscb-cms-btn {
  margin-top: 1.75rem;
}

.sscb-cms-btn {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  color: #fff;
  background: #1f2937;
  border-radius: 4px;
}

.sscb-cms-btn:hover {
  color: #fff;
  background: #111827;
}

.sscb-cms-btn:empty,
.sscb-cms-btn[href=""] {
  display: none;
}


/* block: cms_editorial_heading */

.sscb-cms-editorial-heading {
  max-width: 52rem;
  margin: 0 auto;
  padding: 3.5rem 1.25rem;
  text-align: center;
}

.sscb-cms-editorial-heading__title {
  margin: 0 0 1.75rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 400;
  line-height: 1.2;
}

.sscb-cms-editorial-heading__title-main {
  display: block;
  color: #111827;
}

.sscb-cms-editorial-heading__body {
  font-size: 1rem;
  line-height: 1.65;
  color: #4b5563;
}

.sscb-cms-editorial-heading__body p {
  margin: 0 0 1rem;
}

.sscb-cms-editorial-heading__body p:last-child {
  margin-bottom: 0;
}

.sscb-cms-editorial-heading .sscb-cms-btn {
  margin-top: 2rem;
}

.sscb-cms-btn {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  color: #fff;
  background: #1f2937;
  border-radius: 4px;
}

.sscb-cms-btn:hover {
  color: #fff;
  background: #111827;
}

.sscb-cms-btn:empty,
.sscb-cms-btn[href=""] {
  display: none;
}

