
#hero-18 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 68vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: right;
}
#hero-18 .hero-overlay-18 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-18 .container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#hero-18 .hero-content-wrapper-18 {
  max-width: 680px;
  margin-right: 0;
  margin-left: auto;
}
#hero-18 .hero-title-18 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-18 .hero-subtitle-18 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-18 .hero-cta-button-18 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
#hero-18 .hero-cta-button-18:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-18 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-18 .container {
    justify-content: center;
  }
  #hero-18 .hero-content-wrapper-18 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-18 .hero-title-18 {
    font-size: 2.4rem;
  }
  #hero-18 .hero-subtitle-18 {
    font-size: 1.1rem;
  }
}



#timeline-19 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
#timeline-19 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-19 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-19 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-19 .story-block-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
#timeline-19 .story-block {
  padding: 2.5rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  transition: box-shadow 0.3s ease;
}
#timeline-19 .story-block:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
#timeline-19.alternate-bg .story-block:nth-child(odd) {
  background-color: #f8f9fa;
  border-color: #f1f1f1;
}
#timeline-19 .story-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
#timeline-19 .story-icon i {
  font-size: 1.8rem;
  color: var(--bs-primary);
  width: 40px;
  text-align: center;
}
#timeline-19 .story-header-text {
  flex-grow: 1;
}
#timeline-19 .story-date {
  font-size: 1rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 0.1rem;
}
#timeline-19 .story-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0;
  line-height: 1.3;
}
#timeline-19 .story-content p {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1rem;
}
#timeline-19 .story-content p:last-child {
  margin-bottom: 0;
}
#timeline-19 .story-image {
  margin-top: 1.5rem;
}
#timeline-19 .story-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
}
@media (max-width: 767.98px) {
  #timeline-19 {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  #timeline-19 .section-title {
    font-size: 2.1rem;
  }
  #timeline-19 .story-block {
    padding: 1.5rem;
  }
  #timeline-19 .story-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
  }
  #timeline-19 .story-icon {
    margin-bottom: 0.5rem;
  }
  #timeline-19 .story-title {
    font-size: 1.25rem;
  }
  #timeline-19 .story-content p {
    font-size: 0.95rem;
  }
}



#about-us-8 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#about-us-8 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-8 .story-content {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
}
@media (max-width: 576px) {
  #about-us-8 .story-content {
    padding: 20px;
  }
}



#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;
  }
}



#press-mentions-9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-9 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#press-mentions-9 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-9 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-9 .news-list-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
#press-mentions-9 .list-group-item {
  padding: 1.25rem 1.5rem;
  border-color: #e9ecef;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: background-color 0.2s ease;
}
#press-mentions-9 .list-group-item:hover {
  background-color: #f8f9fa;
  z-index: 2;
  position: relative;
}
#press-mentions-9 .article-title a {
  font-size: 1.15rem;
  font-weight: 600;
  color: #212529;
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: inline-block;
}
#press-mentions-9 .article-title a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
#press-mentions-9 .article-meta {
  font-size: 0.9rem;
  color: #6c757d;
}
#press-mentions-9 .article-meta .publication {
  font-weight: 500;
  color: #495057;
}
#press-mentions-9 .article-meta .separator {
  margin: 0 0.5rem;
}
#press-mentions-9 .view-all-wrapper {
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  #press-mentions-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-9 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-9 .list-group-item {
    padding: 1rem 1.25rem;
  }
  #press-mentions-9 .article-title a {
    font-size: 1.05rem;
  }
}



#awards-16 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#awards-16 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-16 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-16 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-16 .badge-card {
  text-align: center;
  padding: 1.5rem;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  background-color: #f8f9fa;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
#awards-16 .badge-card:hover {
  background-color: #e9ecef;
}
#awards-16 .badge-image {
  margin-bottom: 1rem;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards-16 .badge-image img {
  max-height: 75px;
  max-width: 180px;
  width: auto;
}
#awards-16 .badge-rating {
  font-size: 1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.25rem;
}
#awards-16 .badge-reviews {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
}
#awards-16 .badge-source {
  font-size: 0.9rem;
  font-weight: 500;
  color: #495057;
}
#awards-16 .badge-card a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 767.98px) {
  #awards-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-16 .section-title {
    font-size: 2.1rem;
  }
  #awards-16 .badge-card {
    padding: 1.25rem;
  }
  #awards-16 .badge-image img {
    max-height: 65px;
  }
}



#call-to-action-23 {
  padding: 5rem 0;
  overflow: hidden;
}
.cta-form-content h2 {
  font-weight: 700;
  color: #312e81;
}
.cta-form-content p {
  color: #4f46e5;
  font-size: 1.1rem;
}
.cta-form-wrapper .input-group {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
}
.cta-form-wrapper .form-control {
  min-height: 3.5rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: #e0e7ff;
}
.cta-form-wrapper .form-control:focus {
  border-color: #a5b4fc;
  box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}
.cta-form-wrapper .btn {
  min-height: 3.5rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #fff;
  font-weight: 600;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cta-form-wrapper .btn:hover {
  background-color: #4338ca;
  border-color: #4338ca;
}
@media (max-width: 991.98px) {
  .cta-form-content {
    margin-bottom: 2rem;
    text-align: center;
  }
}


