.fc_wrapper {
  max-width: 1009px;
  padding: 0;
  margin: 0 auto;
  display: flex;
}
.fc_wrapper.fc__wrapper--textWrap {
  display: block;
  overflow: hidden;
}
.fc_wrapper.fc__wrapper--textWrap .fc_see-more-preview {
  width: auto;
}
.fc_hide-image [class*=aspect-ratio] {
  display: none;
}
.fc_text-form {
  flex: 1 1 50%;
}
.fc_title {
  font-size: 30px;
  line-height: 36px;
  color: #004494;
}
.fc_subtitle {
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #666666;
  margin: 0 0 25px 0;
}
.fc_hide-image .fc_subtitle.fc_subtitle-only {
  margin-top: 0;
}
.fc_text,
.fc_text p,
.fc_text ul,
.fc_text ol {
  font-size: 16px;
  line-height: 24px;
}
.fc_text p,
.fc_text ul,
.fc_text ol {
  margin: 10px 0;
}
.fc_text p:empty,
.fc_text ul:empty,
.fc_text ol:empty {
  margin: -10px 0 0 0;
}
.fc_text p:last-child,
.fc_text ul:last-child,
.fc_text ol:last-child {
  margin-bottom: 0;
}
.fc_text p:last-child {
  margin-bottom: 0;
}
.fc_text p:has(:only-child:is(br)) {
  display: none;
}
.fc_title-section--empty .fc_text > *:first-child {
  margin-top: 0;
}
.fc_text ol {
  padding-left: 17px;
}
.fc_text ul {
  padding: 0 0 0 20px;
}
.fc_text :is(.show-more, .show-less) {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 25px 0 0 0;
  color: #004494;
  line-height: normal;
  position: relative;
  cursor: pointer;
}
.fc_text :is(.show-more, .show-less) .MTArrow--down {
  border: solid #004494;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  margin: 0 0 5px 0;
}
.fc_text :is(.show-more, .show-less) .MTArrow--up {
  border: solid #004494;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  transform: rotate(-135deg);
  margin: 5px 0 0 0;
}
.svc_form_and_phone_wrapper {
  display: flex;
}
.fc_feedback-btn-wrap {
  margin: 25px 0 0 0;
}
.fc_feedback-btn-wrap .moreinfo_btn {
  margin: 0 20px 0 0;
}
.fc_feedback-btn-wrap .btn-action span {
  font-size: 13px;
  line-height: 21px;
  max-height: 40px;
}
.fc_feedback-btn-wrap .btn-primary span {
  box-sizing: border-box;
  padding: 10px 20px;
}
.fc_feedback-btn-wrap .btn-secondary span {
  box-sizing: border-box;
  padding: 9px 20px;
}
.fc_feedback-btn-wrap .btn-large span {
  line-height: 1.5rem;
}
/* Desktop sticky CTA text */
.pti_sticky-cta-text-wrap {
  display: none;
}
.fc_text-preview-wrap ~ .listbasic {
  margin: 15px 0 0 0;
}
.fc_see-more-preview {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  position: relative;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  width: 100%;
}
.fc_see-more-preview p:empty,
.fc_see-more-preview ul:empty,
.fc_see-more-preview ol:empty {
  margin: 0;
}
