.content-page-layout {
  width: 100%;
}

body:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) {
  background: #fafaf6;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) #main-content {
  background: #fafaf6;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .content-block {
  width: 100%;
  max-width: none;
  margin: 0;
}

.content-page-layout__container {
  width: 100%;
  position: relative;
  display: grid;
  gap: 2rem;
}
@media (min-width: 1100px) {
  .content-page-layout__container {
    grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
    align-items: start;
  }
  .content-page-layout__container.content-page-layout__container--no-toc {
    grid-template-columns: minmax(0, 1fr);
  }
}
.content-page-sections {
  width: 100%;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section--with-image.reusable-cta {
  background: #20231f;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section--with-image .reusable-cta__panel {
  background: #20231f;
  text-align: left;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section--with-image .parent-cta-section__layout {
  display: grid;
  gap: clamp(18px, 3vw, 30px);
  align-items: start;
}

@media (min-width: 1024px) {
  :is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section--with-image .parent-cta-section__layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section--with-image .reusable-cta__content {
  width: 100%;
  margin: 0;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section--with-image .reusable-cta__kicker {
  color: #d8dcd2;
  border-color: rgba(216, 220, 210, 0.45);
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section--with-image .reusable-cta__dot {
  background: #d8dcd2;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section--with-image .reusable-cta__title {
  color: #fff;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section--with-image .reusable-cta__text {
  color: #d8dcd2;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section--with-image .reusable-cta__actions {
  justify-content: flex-start;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section .parent-cta-section__actions {
  gap: 24px;
  flex-wrap: wrap;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section .parent-cta-section__show-more {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-top: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section .parent-cta-section__show-more::after {
  content: "⌄";
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  transform-origin: center;
  transition: transform 220ms ease;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section .parent-cta-section__show-more.is-expanded::after {
  transform: rotate(180deg);
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section .parent-cta-section__text {
  position: relative;
  overflow: hidden;
  transition: max-height 360ms ease;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section .parent-cta-section__text.is-collapsed-cta {
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 70%, rgba(0, 0, 0, 0.88) 82%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 70%, rgba(0, 0, 0, 0.88) 82%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section--with-image .parent-cta-section__text.is-collapsed-cta::after {
  content: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.8rem;
  background: linear-gradient(180deg, rgba(32, 35, 31, 0) 0%, rgba(32, 35, 31, 0.12) 48%, rgba(32, 35, 31, 0.24) 76%, rgba(32, 35, 31, 0.36) 100%);
  pointer-events: none;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section--no-image .parent-cta-section__text.is-collapsed-cta::after {
  content: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.8rem;
  background: linear-gradient(180deg, rgba(90, 99, 87, 0) 0%, rgba(90, 99, 87, 0.11) 48%, rgba(90, 99, 87, 0.22) 76%, rgba(90, 99, 87, 0.34) 100%);
  pointer-events: none;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section--with-image .reusable-cta__button.button-primary {
  background: transparent;
  color: #ddebcb;
  border: 1px solid #ddebcb;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section .parent-cta-section__phone-cta {
  border-radius: 16px;
  border: 1px solid #ddebcb;
  padding: 24px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ddebcb;
  text-decoration: none;
  min-height: 0;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section .parent-cta-section__phone-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section .parent-cta-section__phone-icon-svg {
  width: 24px;
  height: 24px;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section .parent-cta-section__phone-label {
  color: #ddebcb;
  text-align: left;
  font-family: var(--font-secondary);
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 500;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section .landing-cta__button--secondary {
  border-radius: 16px;
  border: 1px solid #ddebcb;
  padding: 24px 32px;
  min-height: 0;
  color: #ddebcb;
  background: transparent;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section .landing-cta__button--secondary span {
  color: #ddebcb;
  font-family: var(--font-secondary);
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 500;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section--with-image .parent-cta-section__media {
  margin-top: 0;
  display: grid;
  gap: 12px;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section--with-image .parent-cta-section__media-item {
  width: 100%;
}

:is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section--with-image .parent-cta-section__image {
  width: 100%;
  height: clamp(240px, 34vw, 460px);
  display: block;
  object-fit: cover;
  border-radius: 24px;
}

@media (max-width: 1023px) {
  :is(.page-template-content-shortcode-template, .page-template-content-shortcode-template-child) .parent-cta-section--with-image .reusable-cta__actions {
    justify-content: center;
  }
}

