
#hero-25 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
}
#hero-25 .hero-overlay-25 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-25 .container {
  position: relative;
  z-index: 2;
}
#hero-25 .hero-content-wrapper-25 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
#hero-25 .hero-title-25 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-25 .hero-subtitle-25 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-25 .event-details-wrapper-25 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
#hero-25 .event-detail-item-25 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  opacity: 0.85;
}
#hero-25 .event-detail-item-25 i {
  font-size: 0.9em;
}
#hero-25 .hero-cta-button-25 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-25 .hero-cta-button-25:hover {
  transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  #hero-25 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-25 .hero-title-25 {
    font-size: 2.3rem;
  }
  #hero-25 .hero-subtitle-25 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-25 .event-details-wrapper-25 {
    justify-content: center;
    margin-bottom: 2rem;
    gap: 0.5rem 1rem;
  }
  #hero-25 .event-detail-item-25 {
    font-size: 0.9rem;
  }
}



#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;
  }
}



#content-block-24 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#content-block-24 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-24 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#content-block-24 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#content-block-24 .table {
  margin-bottom: 0;
  vertical-align: middle;
}
#content-block-24 .table thead th {
  background-color: #e9ecef;
  color: #495057;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  border-bottom-width: 2px;
}
#content-block-24 .table th,
#content-block-24 .table td {
  padding: 0.9rem 1rem;
  font-size: 0.95rem;
}
#content-block-24 .table tbody th,
#content-block-24 .table tbody tr td:first-child {
  text-align: left;
  font-weight: 500;
  color: #343a40;
}
#content-block-24 .table tbody tr td:not(:first-child) {
  text-align: center;
  color: #555;
}
#content-block-24 .table td .fas.fa-star {
  margin: 0 0.1rem;
}
#content-block-24 .table-responsive {
}



#text-block-29 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-29 .container {
  max-width: 850px;
}
#text-block-29 .text-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 20px;
}
#text-block-29 hr {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  border: 0;
  opacity: 1;
}
#text-block-29 hr:not([class*="hr-"]) {
  height: 1px;
  background-color: #dee2e6;
  width: 100%;
}
#text-block-29 hr.hr-gradient {
  height: 3px;
  background-image: linear-gradient(
    to right,
    var(--grad-hr-1, #0dcaf0),
    var(--grad-hr-2, #0d6efd),
    var(--grad-hr-3, #6f42c1)
  );
  border-radius: 2px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-29 hr.hr-short-icon {
  width: 80px;
  height: 1px;
  background-color: #adb5bd;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#text-block-29 hr.hr-short-icon::before {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--section-bg-color, #ffffff);
  padding: 0 10px;
  color: #adb5bd;
  font-size: 1rem;
}
#text-block-29 hr.hr-double {
  height: auto;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding: 2px 0;
  background-color: transparent;
}
#text-block-29 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.9;
  margin-bottom: 1.5rem;
  text-align: justify;
}
#text-block-29 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-29 {
    padding: 60px 0;
  }
  #text-block-29 .text-heading {
    font-size: 2.1rem;
  }
  #text-block-29 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-29 hr {
    margin-bottom: 2rem;
  }
}



#call-to-action-18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  color: #ffffff;
}
#call-to-action-18.bg-gradient {
  background: linear-gradient(
    135deg,
    var(--cta18-bg-start, #0d6efd),
    var(--cta18-bg-end, #6f42c1)
  );
}
#call-to-action-18.bg-solid {
  background-color: var(--cta18-bg-start, #f8f9fa);
  color: #212529;
}
#call-to-action-18.bg-solid .cta-simple-subtext {
  color: #6c757d;
}
#call-to-action-18.bg-solid .cta-simple-button .btn-primary {
}
.cta-simple-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.cta-simple-headline {
  font-size: calc(1.5rem + 1.5vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cta-simple-headline {
    font-size: 2.8rem;
  }
}
.cta-simple-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.cta-simple-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-simple-button .btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.cta-simple-button .btn i {
  margin-right: 8px;
}


