
#hero-12 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0 8rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
#hero-12 .container {
  position: relative;
}
#hero-12 .hero-content-wrapper-12 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-12 .hero-title-12 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-12 .hero-subtitle-12 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.95;
}
#hero-12 .hero-cta-button-12 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-12 .hero-cta-button-12:hover {
  transform: translateY(-3px);
}
@media (max-width: 767.98px) {
  #hero-12 {
    min-height: 60vh;
    padding: 4rem 0 6rem 0;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  }
  #hero-12 .hero-title-12 {
    font-size: 2.4rem;
  }
  #hero-12 .hero-subtitle-12 {
    font-size: 1.1rem;
  }
}



#content-block-20 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#content-block-20 .quote-wrapper {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  padding: 2rem;
  border-left: 5px solid var(--cb20-text-color, #0d6efd);
}
#content-block-20 .quote-wrapper.show-large-quotes::before,
#content-block-20 .quote-wrapper.show-large-quotes::after {
  font-family: "Times New Roman", Times, serif;
  font-size: 6rem;
  font-weight: bold;
  color: var(--cb20-large-quote-color, rgba(0, 0, 0, 0.08));
  position: absolute;
  z-index: 1;
  line-height: 1;
}
#content-block-20 .quote-wrapper.show-large-quotes::before {
  content: "\201C";
  top: 0rem;
  left: -1rem;
}
#content-block-20 .quote-wrapper.show-large-quotes::after {
  content: "\201D";
  bottom: -1rem;
  right: -1rem;
}
#content-block-20 .blockquote {
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
#content-block-20 .blockquote p {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  color: var(--cb20-text-color, #343a40);
  margin-bottom: 0;
}
#content-block-20 .blockquote-footer {
  margin-top: 1rem;
  font-size: 1rem;
  color: var(--cb20-text-color, #343a40);
  opacity: 0.8;
  text-align: right;
  position: relative;
  z-index: 2;
}
#content-block-20 .blockquote-footer::before {
  content: "— ";
}
#content-block-20 .blockquote-footer cite {
  font-style: normal;
}
@media (max-width: 767.98px) {
  #content-block-20 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #content-block-20 .blockquote p {
    font-size: 1.25rem;
  }
  #content-block-20 .quote-wrapper.show-large-quotes::before,
  #content-block-20 .quote-wrapper.show-large-quotes::after {
    font-size: 4rem;
  }
  #content-block-20 .quote-wrapper.show-large-quotes::before {
    left: -0.5rem;
  }
  #content-block-20 .quote-wrapper.show-large-quotes::after {
    right: -0.5rem;
    bottom: -0.5rem;
  }
}



#text-block-30 {
  padding: 150px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text-color, #e0e0e0);
}
#text-block-30::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0.3));
  z-index: 1;
}
#text-block-30 .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
#text-block-30 .text-cutout {
  font-size: 7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  line-height: 1;
  color: var(--fallback-heading-color, #fff);
  background-image: var(--section-bg-image);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#text-block-30 .text-paragraph {
  font-size: 1.15rem;
  line-height: 1.7;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#text-block-30 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-30 {
    padding: 120px 0;
  }
  #text-block-30 .text-cutout {
    font-size: 5.5rem;
  }
  #text-block-30 .text-paragraph {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-30 {
    padding: 100px 15px;
    background-attachment: scroll;
  }
  #text-block-30 .text-cutout {
    font-size: 4rem;
  }
  #text-block-30 .text-paragraph {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  #text-block-30 .text-cutout {
    font-size: 3rem;
  }
}
@supports not (-webkit-background-clip: text) and (not (background-clip: text)) {
  #text-block-30 .text-cutout {
    background-image: none !important;
    color: var(--fallback-heading-color, #fff) !important;
    -webkit-text-fill-color: initial !important;
  }
}



#call-to-action-8 {
  background-color: #17a2b8;
  color: #fff;
  padding: 70px 20px;
  text-align: center;
}
#call-to-action-8 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-8 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-8 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #17a2b8;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-8 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #17a2b8;
}
@media (max-width: 767.98px) {
  #call-to-action-8 h2 {
    font-size: 28px;
  }
  #call-to-action-8 p {
    font-size: 16px;
  }
}


