.content-page--child-style .accordion__item {
  padding: 16px 24px;
}
.content-page--child-style p {
  margin-bottom: 1rem;
}
.content-page--child-style .child-hero {
  position: relative;
  width: 100%;
  min-height: 60vh;
  height: fit-content;
  display: flex;
  padding-top: 150px;
  padding-bottom: 48px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .content-page--child-style .child-hero {
    height: fit-content;
  }
}
.content-page--child-style .child-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.content-page--child-style .child-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-page--child-style .child-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  z-index: 2;
}
.content-page--child-style .child-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  text-align: center;
  color: #ffffff;
}
.content-page--child-style .child-hero__title {
  font-size: clamp(3rem, 8vw, 5rem);
  margin-bottom: var(--space-3, 2rem);
  line-height: 1;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.content-page--child-style .child-hero__excerpt {
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.9;
}
.content-page--child-style .content-page__container,
.content-page--child-style .content-page__body-layout,
.content-page--child-style .content-page__main,
.content-page--child-style .content-page-layout,
.content-page--child-style .content-page-layout__container,
.content-page--child-style .content-page-sections {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}
.content-page--child-style .content-block {
  width: 100%;
  padding: var(--space-6, 5rem) 0;
  display: flex;
  justify-content: center;
  margin: 0;
}
.content-page--child-style .content-block__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--container-padding);
}
.content-page--child-style .content-block:nth-of-type(3n + 1) {
  background-color: #ffffff;
  color: var(--color-text-dark, #333);
}
.content-page--child-style .content-block:nth-of-type(3n + 1) h4, .content-page--child-style .content-block:nth-of-type(3n + 1) h5, .content-page--child-style .content-block:nth-of-type(3n + 1) h6 {
  color: var(--color-text-dark, #333);
}
.content-page--child-style .content-block:nth-of-type(3n + 1) h5 {
  font-size: var(--fs-h5, 20px);
  font-weight: 700;
}
.content-page--child-style .content-block:nth-of-type(3n + 1) h6 {
  font-size: var(--fs-h6, 18px);
  font-weight: 700;
}
.content-page--child-style .content-block:nth-of-type(3n + 1) p {
  color: var(--color-text-dark, #333);
}
.content-page--child-style .content-block:nth-of-type(3n + 1) .content-block__h2 {
  color: var(--color-brand-green-dark, #57803A);
}
.content-page--child-style .content-block:nth-of-type(3n + 1) .accordion__item {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-image: none;
}
.content-page--child-style .content-block:nth-of-type(3n + 1) .accordion__question-text {
  color: var(--color-brand-green-dark, #57803A);
}
.content-page--child-style .content-block:nth-of-type(3n + 1) .accordion__icon {
  color: var(--color-brand-green-dark, #57803A);
}
.content-page--child-style .content-block:nth-of-type(3n + 2) {
  background-color: var(--color-brand-green-dark, #57803A);
  color: #ffffff;
}
.content-page--child-style .content-block:nth-of-type(3n + 2) .content-block__h2,
.content-page--child-style .content-block:nth-of-type(3n + 2) .content-block__text,
.content-page--child-style .content-block:nth-of-type(3n + 2) .content-block__text p,
.content-page--child-style .content-block:nth-of-type(3n + 2) .content-block__text li {
  color: #ffffff;
}
.content-page--child-style .content-block:nth-of-type(3n + 2) .content-block__divider {
  background-color: var(--color-brand-gold, #F8B425);
}
.content-page--child-style .content-block:nth-of-type(3n + 2) .accordion {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.content-page--child-style .content-block:nth-of-type(3n + 2) .accordion__title {
  color: #ffffff;
}
.content-page--child-style .content-block:nth-of-type(3n + 2) .accordion__icon {
  color: var(--color-brand-gold, #F8B425);
}
.content-page--child-style .content-block:nth-of-type(3n + 2) .accordion__text {
  color: rgba(255, 255, 255, 0.9);
}
.content-page--child-style .content-block:nth-of-type(3n + 2) .accordion__item {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-image: none;
}
.content-page--child-style .content-block:nth-of-type(3n + 2) .accordion__question-text {
  color: #ffffff;
}
.content-page--child-style .content-block:nth-of-type(3n + 2) .accordion__icon {
  color: var(--color-brand-gold, #F8B425);
}
.content-page--child-style .content-block:nth-of-type(3n + 2) a {
  color: var(--color-brand-gold, #F8B425);
}
.content-page--child-style .content-block:nth-of-type(3n + 3) {
  background-color: var(--color-brand-gold, #F8B425);
  color: var(--color-brand-green-dark, #57803A);
}
.content-page--child-style .content-block:nth-of-type(3n + 3) .content-block__h2,
.content-page--child-style .content-block:nth-of-type(3n + 3) .content-block__text {
  color: var(--color-brand-green-dark, #57803A);
}
.content-page--child-style .content-block:nth-of-type(3n + 3) .content-block__divider {
  background-color: var(--color-brand-green-dark, #57803A);
}
.content-page--child-style .content-block:nth-of-type(3n + 3) .accordion {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.content-page--child-style .content-block:nth-of-type(3n + 3) .accordion__title {
  color: var(--color-brand-green-dark, #57803A);
}
.content-page--child-style .content-block:nth-of-type(3n + 3) .accordion__icon {
  color: var(--color-brand-green-dark, #57803A);
}
.content-page--child-style .content-block:nth-of-type(3n + 3) .accordion__item {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-image: none;
}
.content-page--child-style .content-block:nth-of-type(3n + 3) .accordion__question-text {
  color: var(--color-brand-green-dark, #57803A);
}
.content-page--child-style .content-block:nth-of-type(3n + 3) .accordion__icon {
  color: var(--color-brand-green-dark, #57803A);
}
.content-page--child-style .content-block:nth-of-type(3n + 3) .accordion__answer-text {
  color: var(--color-brand-green-dark, #57803A);
}
.content-page--child-style .content-block__h2 {
  margin-bottom: var(--space-4, 3rem);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1.1;
}
.content-page--child-style .content-block__divider {
  width: 80px;
  height: 4px;
  margin-bottom: 24px;
}
.content-page--child-style .content-block__text {
  font-size: 1.1rem;
  line-height: 1.7;
}
.content-page--child-style .content-block__text p {
  margin-bottom: 1.5rem;
}
.content-page--child-style .content-block__text ul, .content-page--child-style .content-block__text ol {
  padding-left: 20px;
  margin-bottom: 2rem;
}
.content-page--child-style .content-block__text ul li, .content-page--child-style .content-block__text ol li {
  margin-bottom: 0.5rem;
}
.content-page--child-style .content-block__image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: var(--space-4, 3rem) 0;
  box-shadow: var(--shadow-medium);
}

/*# sourceMappingURL=parent-child.css.map */
