.pfy-swipe-slide-extra .pfy-swipe-slide-inner {
  justify-content: stretch;
}

.pfy-extra-template {
  width: 100%;
  height: 100%;
  min-height: 0;
  color: inherit;
}
.pfy-extra-template *,
.pfy-extra-template *::before,
.pfy-extra-template *::after {
  box-sizing: border-box;
}
.pfy-extra-template__inner {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  gap: clamp(10px, 2.8vw, 16px);
}
.pfy-extra-template__heading {
  min-height: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(20px, 6vw, 28px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.pfy-extra-template__sub-heading {
  margin: 0 0 0.5em;
  font-size: clamp(17px, 4.8vw, 22px);
  line-height: 1.35;
  font-weight: 800;
}
.pfy-extra-template__text,
.pfy-extra-template__short-text {
  min-height: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  font-size: clamp(14px, 3.8vw, 16px);
  line-height: 1.75;
}
.pfy-extra-template__short-text {
  font-size: clamp(13px, 3.5vw, 15px);
  line-height: 1.65;
}
.pfy-extra-template__body,
.pfy-extra-template__media,
.pfy-extra-template__images,
.pfy-extra-template__videos,
.pfy-extra-template__rows,
.pfy-extra-template__faq-list,
.pfy-extra-template__table-wrap,
.pfy-extra-template__icon-buttons {
  min-height: 0;
}
.pfy-extra-template__image {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.18);
}
.pfy-extra-template__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.pfy-extra-template__video {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border-radius: 0;
  background: #fff;
}
.pfy-extra-template__video-embed {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  border: 0;
  border-radius: 0;
  background: #fff;
}
.pfy-extra-template--template-05 .pfy-extra-template__inner {
  grid-template-rows: minmax(0, 1fr) minmax(0, 9fr);
}
.pfy-extra-template--template-05 .pfy-extra-template__videos {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 2.2vw, 12px);
}
.pfy-seo-page .pfy-extra-template--template-05 {
  height: auto;
}
.pfy-seo-page .pfy-extra-template--template-05 .pfy-extra-template__inner,
.pfy-seo-page .pfy-extra-template--template-05 .pfy-extra-template__videos {
  display: block;
}
.pfy-seo-page .pfy-extra-template--template-05 .pfy-extra-template__video {
  aspect-ratio: 16 / 9;
  margin-top: 1rem;
}
