@charset "UTF-8";
/* xl - DESKTOP STYLES */
/* =========================================================
   PÁGINA DE SERVICIOS — HOSPITAL SANTA FE
   No modifica el header ni el footer.
   ========================================================= */
.hsf-servicios {
  --hsf-navy: #021c49;
  --hsf-navy-soft: #0a3267;
  --hsf-teal: #02ac85;
  --hsf-teal-light: #43d9d1;
  --hsf-text: #53657a;
  --hsf-border: #dceae7;
  --hsf-surface: #ffffff;
  --hsf-background: #f4fbf9;
  --hsf-shadow: 0 20px 55px rgba(2, 28, 73, 0.09);
  position: relative;
  font-family: inherit;
}
.hsf-servicios .hsf-container {
  margin-inline: auto;
}
/* =========================================================
   HERO
   ========================================================= */
.hsf-servicios-hero {
  overflow: hidden;
  background: radial-gradient(circle at 88% 20%, rgba(67, 217, 209, 0.19) 0, rgba(67, 217, 209, 0) 34%), radial-gradient(circle at 8% 90%, rgba(2, 172, 133, 0.11) 0, rgba(2, 172, 133, 0) 30%), var(--hsf-background);
}
.hsf-servicios-hero::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -100px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(2, 172, 133, 0.16);
  border-radius: 50%;
  pointer-events: none;
}
.hsf-hero-content {
  max-width: 850px;
  margin: 0 auto;
}
.hsf-hero-content .porto-u-main-heading h2 {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 22px;
  padding: 7px 15px;
  border: 1px solid rgba(2, 172, 133, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--hsf-teal);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.hsf-hero-content .porto-u-sub-heading {
  max-width: 850px;
  margin: 0;
  color: var(--hsf-navy);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.045em;
}
.hsf-hero-content .hsf-hero-description {
  margin: 27px 0 0;
  color: var(--hsf-text);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.75;
}
/* =========================================================
   BOTONES
   ========================================================= */
.hsf-servicios .vc_btn3-container {
  display: inline-flex;
  margin: 0 12px 10px 0;
}
.hsf-servicios .hsf-button .vc_btn3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  min-width: 200px;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.hsf-servicios .hsf-button .vc_btn3:hover, .hsf-servicios .hsf-button .vc_btn3:focus-visible {
  transform: translateY(-2px);
}
.hsf-servicios .hsf-button-primary .vc_btn3 {
  border-color: var(--hsf-teal);
  background: linear-gradient(135deg, var(--hsf-teal) 0%, #18bb9e 45%, var(--hsf-teal-light) 100%);
  box-shadow: 0 13px 30px rgba(2, 172, 133, 0.24);
  color: #ffffff;
}
.hsf-servicios .hsf-button-primary .vc_btn3:hover, .hsf-servicios .hsf-button-primary .vc_btn3:focus-visible {
  border-color: var(--hsf-teal);
  background: linear-gradient(135deg, #019d79 0%, #12ad90 45%, #35cbc4 100%);
  color: #ffffff;
}
.hsf-servicios .hsf-button-secondary .vc_btn3 {
  border-color: rgba(2, 28, 73, 0.16);
  background: rgba(255, 255, 255, 0.75);
  color: var(--hsf-navy);
}
.hsf-servicios .hsf-button-secondary .vc_btn3:hover, .hsf-servicios .hsf-button-secondary .vc_btn3:focus-visible {
  border-color: rgba(2, 172, 133, 0.38);
  background: #ffffff;
  color: var(--hsf-teal);
}
.vc_row.wpb_row.vc_inner.row.custom-together-buttons {
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
/* =========================================================
   TARJETAS DE SERVICIOS
   ========================================================= */
.hsf-services-row {
  display: flex;
  align-items: stretch;
}
.hsf-services-row + .hsf-services-row {
  margin-top: 24px;
}
.hsf-services-row::before, .hsf-services-row::after {
  display: none;
}
.hsf-services-row > .wpb_column {
  display: flex;
  float: none;
  padding: 0;
}
.hsf-services-row-three > .wpb_column {
  width: calc((100% - 48px) / 3);
}
.hsf-services-row-two > .wpb_column {
  width: calc((100% - 24px) / 2);
}
.hsf-service-column > .vc_column-inner, .hsf-service-column > .vc_column-inner > .wpb_wrapper, .hsf-service-card {
  width: 100%;
  height: 100%;
}
.hsf-service-card {
  position: relative;
  min-height: 340px;
  margin: 0;
  padding: 38px 36px 34px;
  overflow: hidden;
  border: 1px solid var(--hsf-border);
  border-radius: 22px;
  background: var(--hsf-surface);
  box-shadow: 0 10px 35px rgba(2, 28, 73, 0.045);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.hsf-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--hsf-teal), var(--hsf-teal-light));
  opacity: 0;
  transition: opacity 220ms ease;
}
.hsf-service-card::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -92px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(2, 172, 133, 0.055);
  pointer-events: none;
}
.hsf-service-card:hover {
  z-index: 2;
  border-color: rgba(2, 172, 133, 0.31);
  box-shadow: var(--hsf-shadow);
  transform: translateY(-7px);
}
.hsf-service-card:hover::before {
  opacity: 1;
}
.hsf-service-card .hsf-service-category {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 25px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(2, 172, 133, 0.09);
  color: var(--hsf-teal);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hsf-service-card .porto-sicon-title {
  align-items: center;
  border-radius: 999px;
  min-height: 30px;
  background: rgba(2, 172, 133, 0.09);
  margin: 0 0 25px !important;
  padding: 6px 12px;
  display: inline-flex;
}
.hsf-service-card h2 {
  margin: 0 0 17px;
  color: var(--hsf-navy);
  font-size: clamp(22px, 2vw, 27px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.025em;
}
.hsf-service-card > .wpb_wrapper > p:not(.hsf-service-category):not(.hsf-service-link) {
  margin: 0;
  color: var(--hsf-text);
  font-size: 15.5px;
  line-height: 1.72;
}
.hsf-service-card .hsf-service-link {
  margin: 29px 0 0;
}
.hsf-service-card .hsf-service-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hsf-teal);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.hsf-service-card .hsf-service-link span {
  display: inline-block;
  transition: transform 180ms ease;
}
.hsf-service-card:hover .hsf-service-link span {
  transform: translateX(4px);
}
.hsf-service-card .porto-sicon-read.xx {
  font-weight: bold;
}
.hsf-service-card .porto-sicon-read.xx span {
  display: none;
}
/* =========================================================
   CTA FINAL
   ========================================================= */
.hsf-contact-box {
  position: relative;
  display: flex;
  align-items: center;
  width: min(100%, 1180px);
  min-height: 285px;
  margin-inline: auto;
  padding: 54px 58px;
  overflow: hidden;
  border-radius: 28px;
  background: radial-gradient(circle at 92% 15%, rgba(67, 217, 209, 0.26), transparent 29%), linear-gradient(135deg, var(--hsf-navy) 0%, var(--hsf-navy-soft) 100%);
  box-shadow: 0 25px 65px rgba(2, 28, 73, 0.19);
}
.hsf-contact-box::before {
  content: "";
  position: absolute;
  right: -95px;
  bottom: -150px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  pointer-events: none;
}
.hsf-contact-box::after {
  content: "";
  position: absolute;
  top: -90px;
  right: 70px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}
.hsf-contact-content, .hsf-contact-actions {
  position: relative;
  z-index: 2;
}
.hsf-contact-content h2 {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: -0.035em;
}
.hsf-contact-content p {
  max-width: 630px;
  margin: 19px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.7;
}
.hsf-contact-actions {
  text-align: right;
}
.hsf-contact-actions .vc_btn3-container {
  margin-right: 0;
  margin-left: 8px;
}
.hsf-servicios .hsf-button-light .vc_btn3 {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--hsf-navy);
}
.hsf-servicios .hsf-button-light .vc_btn3:hover, .hsf-servicios .hsf-button-light .vc_btn3:focus-visible {
  border-color: #ffffff;
  background: #f2fffc;
  color: var(--hsf-teal);
}
.hsf-servicios .hsf-button-outline-light .vc_btn3 {
  border-color: rgba(255, 255, 255, 0.38);
  background: transparent;
  color: #ffffff;
}
.hsf-servicios .hsf-button-outline-light .vc_btn3:hover, .hsf-servicios .hsf-button-outline-light .vc_btn3:focus-visible {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
}
/* =========================================================
   TABLET
   ========================================================= */
@media (max-width: 991px) {
  .hsf-servicios-hero {
    padding-top: 85px !important;
    padding-bottom: 72px !important;
  }
  .hsf-services-row {
    flex-wrap: wrap;
  }
  .hsf-services-row-three > .wpb_column, .hsf-services-row-two > .wpb_column {
    width: calc((100% - 24px) / 2);
  }
  .hsf-services-row-three > .wpb_column:last-child {
    width: 100%;
  }
  .hsf-contact-box {
    display: block;
    padding: 48px 42px;
  }
  .hsf-contact-content, .hsf-contact-actions {
    float: none;
    width: 100%;
  }
  .hsf-contact-actions {
    margin-top: 28px;
    text-align: left;
  }
  .hsf-contact-actions .vc_btn3-container {
    margin-right: 8px;
    margin-left: 0;
  }
}
/* =========================================================
   MÓVIL
   ========================================================= */
@media (max-width: 767px) {
  .hsf-servicios-hero, .hsf-servicios-grid, .hsf-servicios-contact {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
  .hsf-servicios-hero {
    padding-top: 68px !important;
    padding-bottom: 58px !important;
  }
  .hsf-servicios-grid {
    padding-top: 62px !important;
    padding-bottom: 70px !important;
  }
  .hsf-servicios-contact {
    padding-bottom: 72px !important;
  }
  .hsf-hero-content {
    margin-bottom: 28px;
  }
  .hsf-hero-content h1 {
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1.08;
  }
  .hsf-hero-content .hsf-hero-description {
    font-size: 17px;
    line-height: 1.65;
  }
  .hsf-servicios .vc_btn3-container {
    display: flex;
    width: 100%;
    margin-right: 0;
  }
  .hsf-servicios .hsf-button .vc_btn3 {
    width: 100%;
  }
  .hsf-services-row {
    display: block;
  }
  .hsf-services-row > .wpb_column, .hsf-services-row-three > .wpb_column, .hsf-services-row-two > .wpb_column, .hsf-services-row-three > .wpb_column:last-child {
    display: block;
    width: 100%;
  }
  .hsf-services-row > .wpb_column + .wpb_column {
    margin-top: 20px;
  }
  .hsf-services-row + .hsf-services-row {
    margin-top: 20px;
  }
  .hsf-service-card {
    min-height: auto;
    padding: 31px 27px 29px;
    border-radius: 19px;
  }
  .hsf-contact-box {
    min-height: auto;
    padding: 39px 27px;
    border-radius: 22px;
  }
  .hsf-contact-content h2 {
    font-size: 32px;
  }
  .hsf-contact-actions .vc_btn3-container {
    width: 100%;
    margin: 0 0 10px;
  }
}
/* =========================================================
   ACCESIBILIDAD
   ========================================================= */
.hsf-servicios a:focus-visible, .hsf-servicios .vc_btn3:focus-visible {
  outline: 3px solid rgba(67, 217, 209, 0.65);
  outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .hsf-servicios *, .hsf-servicios *::before, .hsf-servicios *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* =========================================================
   DETALLE DE SERVICIO: CIRUGÍAS
   ========================================================= */
.hsf-service-detail {
  position: relative;
}
.hsf-surgery-hero {
  overflow: hidden;
  padding: 70px 24px;
  background: radial-gradient(circle at 92% 10%, rgba(67, 217, 209, 0.2), transparent 33%), #f4fbf9;
}
.hsf-detail-breadcrumb {
  margin-bottom: 28px;
}
.hsf-detail-breadcrumb p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #7a8b9d;
  font-size: 14px;
}
.hsf-detail-breadcrumb a {
  color: #02ac85;
  font-weight: 700;
  text-decoration: none;
}
.hsf-detail-breadcrumb a:hover {
  color: #021c49;
}
.hsf-detail-main-heading {
  max-width: 690px;
  margin: 0;
}
.hsf-detail-main-heading .porto-u-main-heading, .hsf-detail-main-heading .porto-u-sub-heading {
  margin-inline: 0;
}
.hsf-surgery-hero-media > .vc_column-inner {
  padding-left: 35px;
}
.hsf-surgery-main-image {
  margin: 0;
}
.hsf-surgery-main-image img {
  display: block;
  width: 100%;
  min-height: 470px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 25px 65px rgba(2, 28, 73, 0.16);
}
.hsf-surgery-procedures, .hsf-surgery-preparation {
  padding: 80px 24px;
  background: #ffffff;
}
.hsf-surgery-why, .hsf-surgery-faq {
  padding: 60px 24px;
  background: #f4fbf9;
}
.hsf-detail-section-heading {
  margin-bottom: 42px;
}
.hsf-detail-kicker {
  margin-bottom: 12px;
}
.hsf-detail-kicker p {
  margin: 0;
  color: #02ac85;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hsf-detail-section-title {
  margin: 0;
}
.hsf-procedure-row, .hsf-procedure-row > .container, .hsf-distinction-row, .hsf-distinction-row > .container, .hsf-preparation-row, .hsf-preparation-row > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.hsf-procedure-column, .hsf-distinction-column, .hsf-preparation-column {
  display: flex;
}
.hsf-procedure-column > .vc_column-inner, .hsf-distinction-column > .vc_column-inner, .hsf-preparation-column > .vc_column-inner, .hsf-procedure-column .wpb_wrapper, .hsf-distinction-column .wpb_wrapper {
  width: 100%;
  height: 100%;
}
.hsf-detail-procedure-card {
  min-height: 330px;
}
.hsf-distinction-card {
  height: 100%;
  min-height: 200px;
  margin: 0;
  padding: 30px 25px;
  border: 1px solid #dceae7;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 35px rgba(2, 28, 73, 0.045);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.hsf-distinction-column:first-child .hsf-distinction-card {
  margin-left: 0;
}
.hsf-distinction-column:last-child .hsf-distinction-card {
  margin-right: 0;
}
.hsf-distinction-card:hover {
  border-color: rgba(2, 172, 133, 0.34);
  box-shadow: 0 18px 45px rgba(2, 28, 73, 0.09);
  transform: translateY(-5px);
}
.hsf-preparation-column > .vc_column-inner {
  height: 100%;
  margin: 0;
  padding: 38px !important;
  border: 1px solid #dceae7;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(2, 28, 73, 0.055);
}
.hsf-preparation-column:first-child > .vc_column-inner {
  margin-left: 0;
}
.hsf-preparation-column:last-child > .vc_column-inner {
  margin-right: 0;
}
.hsf-preparation-title {
  margin-bottom: 24px;
}
.hsf-preparation-list ul, .hsf-surgery-accordion ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hsf-preparation-list li, .hsf-surgery-accordion li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 28px;
  color: #53657a;
  font-size: 15px;
  line-height: 1.62;
}
.hsf-preparation-list li::before, .hsf-surgery-accordion li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #02ac85;
  font-weight: 800;
}
.hsf-guide-button {
  margin-top: 25px;
}
.hsf-surgery-accordion .vc_tta-panel {
  margin-bottom: 13px;
  border: 1px solid #dceae7;
  border-radius: 7px;
  background: #ffffff;
}
.hsf-surgery-accordion .vc_tta-panel .vc_tta-panel-title.vc_tta-controls-icon-position-left {
  background: #f9f9f9;
}
.hsf-surgery-accordion .vc_tta-panel .vc_tta-panel-body {
  padding-top: 20px !important;
}
.hsf-surgery-accordion.hsf-hemo-faq-accordion.secondary-color .vc_tta-panel-title.vc_tta-controls-icon-position-left {
  background: #fff;
}
.hsf-surgery-accordion .vc_tta-panel-heading {
  border: 0 !important;
  background: #ffffff !important;
}
.hsf-surgery-accordion .vc_tta-panel-title > a {
  color: #021c49 !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}
.hsf-surgery-accordion .vc_tta-panel-body {
  padding: 0 24px 22px !important;
  border: 0 !important;
  background: #ffffff !important;
  color: #53657a;
  font-size: 15px;
  line-height: 1.7;
}
.hsf-surgery-accordion .vc_tta-panel-body p {
  margin: 0;
}
@media (max-width: 991px) {
  .hsf-surgery-hero-row {
    align-items: flex-start;
  }
  .hsf-surgery-hero-media > .vc_column-inner {
    padding-left: 20px;
  }
  .hsf-surgery-main-image img {
    min-height: 390px;
  }
  .hsf-distinction-column {
    width: 50%;
    margin-bottom: 20px;
  }
  .hsf-distinction-card, .hsf-distinction-column:first-child .hsf-distinction-card, .hsf-distinction-column:last-child .hsf-distinction-card {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .hsf-surgery-hero, .hsf-surgery-procedures, .hsf-surgery-why, .hsf-surgery-preparation, .hsf-surgery-faq {
    padding-right: 18px;
    padding-left: 18px;
  }
  .hsf-surgery-hero {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .hsf-surgery-hero-row, .hsf-surgery-hero-row > .container {
    display: flex;
    flex-direction: column;
  }
  .hsf-surgery-hero-copy, .hsf-surgery-hero-media, .hsf-procedure-column, .hsf-distinction-column, .hsf-preparation-column {
    width: 100%;
  }
  .hsf-surgery-hero-media {
    margin-top: 38px;
  }
  .hsf-surgery-hero-media > .vc_column-inner {
    padding-left: 0;
  }
  .hsf-surgery-main-image img {
    min-height: 320px;
    border-radius: 20px;
  }
  .hsf-procedure-column + .hsf-procedure-column, .hsf-preparation-column + .hsf-preparation-column {
    margin-top: 20px;
  }
  .hsf-distinction-column {
    margin-bottom: 18px;
  }
  .hsf-distinction-card, .hsf-distinction-column:first-child .hsf-distinction-card, .hsf-distinction-column:last-child .hsf-distinction-card {
    min-height: auto;
    margin: 0;
  }
  .hsf-preparation-column > .vc_column-inner, .hsf-preparation-column:first-child > .vc_column-inner, .hsf-preparation-column:last-child > .vc_column-inner {
    margin: 0;
    padding: 29px !important;
  }
}
/* =========================================================
   DETALLE DE SERVICIO: DIAGNÓSTICO Y LABORATORIO
   Reutiliza la base de la página de cirugías.
   ========================================================= */
.hsf-diagnostic-hero {
  background: radial-gradient(circle at 91% 12%, rgba(67, 217, 209, 0.22), transparent 31%), radial-gradient(circle at 4% 90%, rgba(2, 172, 133, 0.08), transparent 28%), #f4fbf9;
}
.hsf-diagnostic-main-image img {
  border: 1px solid rgba(2, 172, 133, 0.12);
}
.hsf-diagnostic-studies .hsf-diagnostic-study-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfefd 100%);
}
.hsf-diagnostic-studies .hsf-diagnostic-study-card::before {
  opacity: 1;
  background: linear-gradient(90deg, #02ac85 0%, #43d9d1 100%);
}
.hsf-diagnostic-procedure-row-secondary {
  margin-top: 24px;
}
/* =========================================================
   SECCIÓN DE PDF
   ========================================================= */
.hsf-diagnostic-instructions {
  overflow: hidden;
  padding: 80px 24px;
  background: radial-gradient(circle at 95% 8%, rgba(67, 217, 209, 0.12), transparent 27%), radial-gradient(circle at 5% 92%, rgba(2, 172, 133, 0.07), transparent 25%), #f2fbf8;
}
.hsf-diagnostic-instructions-heading {
  margin-bottom: 42px;
  text-align: center;
}
.hsf-diagnostic-instructions-heading .hsf-detail-kicker p {
  text-align: center;
}
.hsf-diagnostic-instructions-title {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}
.hsf-pdf-card-column {
  margin-bottom: 20px;
}
.hsf-pdf-card-column > .vc_column-inner {
  position: relative;
  min-height: 230px;
  height: 100%;
  padding: 34px 32px 25px !important;
  overflow: hidden;
  border: 1px solid #d7e3e3;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(2, 28, 73, 0.035);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.hsf-pdf-card-column > .vc_column-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 42px;
  left: 42px;
  height: 3px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(90deg, rgba(2, 172, 133, 0), rgba(2, 172, 133, 0.72), rgba(67, 217, 209, 0));
  opacity: 0;
  transition: opacity 200ms ease;
}
.hsf-pdf-card-column > .vc_column-inner::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -85px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(2, 172, 133, 0.035);
  pointer-events: none;
}
.hsf-pdf-card-column:hover > .vc_column-inner {
  border-color: rgba(2, 172, 133, 0.28);
  box-shadow: 0 20px 48px rgba(2, 28, 73, 0.075);
  transform: translateY(-4px);
}
.hsf-pdf-card-column:hover > .vc_column-inner::before {
  opacity: 1;
}
.hsf-pdf-card-column > .vc_column-inner > .wpb_wrapper {
  position: relative;
  z-index: 2;
}
.hsf-pdf-card-title {
  margin-bottom: 20px;
}
.hsf-pdf-card-title .porto-u-main-heading {
  margin: 0;
}
/* Sobrescribe únicamente los botones dentro de las tarjetas PDF. */
.hsf-pdf-card-column .vc_btn3-container {
  display: inline-block !important;
  width: auto;
  margin: 0 6px 10px 0 !important;
  vertical-align: top;
}
.hsf-pdf-card-column .hsf-pdf-pill .vc_btn3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 36px;
  padding: 8px 15px;
  border: 1px solid #d2dedf;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: none;
  color: #53657a;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.hsf-pdf-card-column .hsf-pdf-pill .vc_btn3:hover, .hsf-pdf-card-column .hsf-pdf-pill .vc_btn3:focus-visible {
  border-color: rgba(2, 172, 133, 0.5);
  background: rgba(2, 172, 133, 0.065);
  box-shadow: 0 7px 16px rgba(2, 172, 133, 0.09);
  color: #028d6e;
  transform: translateY(-1px);
}
.hsf-pdf-card-column .hsf-pdf-pill .vc_btn3:focus-visible {
  outline: 3px solid rgba(67, 217, 209, 0.35);
  outline-offset: 2px;
}
/* La tarjeta con menos botones conserva la misma altura visual. */
.hsf-pdf-card-pulmonary > .vc_column-inner {
  background: radial-gradient(circle at 90% 18%, rgba(67, 217, 209, 0.08), transparent 34%), #ffffff;
}
.hsf-pdf-card-cardio > .vc_column-inner {
  background: radial-gradient(circle at 94% 84%, rgba(2, 172, 133, 0.055), transparent 31%), #ffffff;
}
/* =========================================================
   FAQ Y CTA
   ========================================================= */
.hsf-diagnostic-faq {
  padding-top: 80px;
  padding-bottom: 90px;
}
.hsf-diagnostic-contact {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* =========================================================
   TABLET
   ========================================================= */
@media (max-width: 991px) {
  .hsf-diagnostic-procedure-row-secondary {
    margin-top: 20px;
  }
  .hsf-pdf-card-column > .vc_column-inner {
    min-height: 260px;
    padding: 31px 27px 22px !important;
  }
  .hsf-pdf-card-column .hsf-pdf-pill .vc_btn3 {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 12.5px;
  }
}
/* =========================================================
   MÓVIL
   ========================================================= */
@media (max-width: 767px) {
  .hsf-diagnostic-instructions {
    padding: 62px 18px;
  }
  .hsf-diagnostic-procedure-row-secondary {
    margin-top: 0;
  }
  .hsf-pdf-row-second {
    margin-top: 0;
  }
  .hsf-pdf-card-column {
    width: 100%;
    margin-bottom: 18px;
  }
  .hsf-pdf-card-column > .vc_column-inner {
    min-height: auto;
    padding: 29px 24px 20px !important;
    border-radius: 20px;
  }
  .hsf-pdf-card-column:hover > .vc_column-inner {
    transform: none;
  }
  .hsf-pdf-card-column .vc_btn3-container {
    display: block !important;
    width: 100%;
    margin-right: 0 !important;
  }
  .hsf-pdf-card-column .hsf-pdf-pill .vc_btn3 {
    justify-content: start;
    width: 100%;
    min-height: 43px;
    padding: 10px 16px;
    font-size: 13px;
    text-align: left;
  }
  .hsf-diagnostic-instructions-heading {
    margin-bottom: 32px;
  }
}
/* =========================================================
   MOVIMIENTO REDUCIDO
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  .hsf-pdf-card-column > .vc_column-inner, .hsf-pdf-card-column .hsf-pdf-pill .vc_btn3 {
    transition: none;
  }
  .hsf-pdf-card-column:hover > .vc_column-inner, .hsf-pdf-card-column .hsf-pdf-pill .vc_btn3:hover {
    transform: none;
  }
}
/* =========================================================
   HEMODINÁMICA INTEGRAL
   Extensión sobre los estilos ya existentes.
   ========================================================= */
.hsf-hemo-hero {
  background: radial-gradient(circle at 91% 12%, rgba(67, 217, 209, 0.19), transparent 31%), radial-gradient(circle at 4% 88%, rgba(2, 172, 133, 0.07), transparent 27%), #f4fbf9;
}
.hsf-hemo-main-image img {
  border: 1px solid rgba(2, 172, 133, 0.14);
}
/* PROCEDIMIENTOS */
.hsf-hemo-procedure-column {
  margin-bottom: 20px;
}
.hsf-hemo-procedure-card > .vc_column-inner {
  height: 100%;
  padding: 36px 34px !important;
  border: 1px solid #dceae7;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(2, 28, 73, 0.045);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.hsf-hemo-procedure-card:hover > .vc_column-inner {
  border-color: rgba(2, 172, 133, 0.32);
  box-shadow: 0 19px 48px rgba(2, 28, 73, 0.085);
  transform: translateY(-4px);
}
.hsf-hemo-procedure-card-featured > .vc_column-inner {
  background: radial-gradient(circle at 92% 12%, rgba(67, 217, 209, 0.08), transparent 31%), #fff;
}
.hsf-hemo-procedure-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hsf-hemo-procedure-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 26px;
  color: #53657a;
  font-size: 15px;
  line-height: 1.62;
}
.hsf-hemo-procedure-list li:last-child {
  margin-bottom: 0;
}
.hsf-hemo-procedure-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #02ac85;
  font-weight: 800;
}
.hsf-hemo-procedure-description p {
  margin: 0;
  color: #53657a;
  font-size: 15px;
  line-height: 1.72;
}
/* ESPECIALISTAS */
.hsf-hemo-specialists .vc_tta-panel-body ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hsf-hemo-specialists .vc_tta-panel-body li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: #53657a;
  font-size: 15px;
  line-height: 1.55;
}
.hsf-hemo-specialists .vc_tta-panel-body li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #02ac85;
}
/* FAQ */
.hsf-hemo-faq {
  padding-top: 80px;
  padding-bottom: 90px;
}
/* CTA */
.hsf-hemo-contact {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* TABLET */
@media (max-width: 991px) {
  .hsf-hemo-procedure-card > .vc_column-inner {
    padding: 31px 27px !important;
  }
}
/* MÓVIL */
@media (max-width: 767px) {
  .hsf-hemo-procedure-row-secondary {
    margin-top: 0;
  }
  .hsf-hemo-procedure-column {
    width: 100%;
    margin-bottom: 18px;
  }
  .hsf-hemo-procedure-card > .vc_column-inner {
    height: auto;
    padding: 29px 24px !important;
    border-radius: 20px;
  }
  .hsf-hemo-procedure-card:hover > .vc_column-inner {
    transform: none;
  }
  .hsf-hemo-specialists .vc_tta-panel-body ul {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   PAQUETES PREVENTIVOS
   ========================================================= */
.hsf-preventive-hero {
  background: radial-gradient(circle at 91% 12%, rgba(67, 217, 209, 0.2), transparent 31%), radial-gradient(circle at 4% 90%, rgba(2, 172, 133, 0.07), transparent 27%), #f4fbf9;
}
.hsf-preventive-main-image img {
  border: 1px solid rgba(2, 172, 133, 0.13);
}
/* =========================================================
   FILAS
   ========================================================= */
.hsf-preventive-card-column {
  margin-bottom: 20px;
}
.hsf-preventive-card-column > .vc_column-inner {
  position: relative;
  height: 100%;
  min-height: 365px;
  padding: 34px 32px 30px !important;
  overflow: hidden;
  border: 1px solid #dceae7;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefd 100%);
  box-shadow: 0 12px 38px rgba(2, 28, 73, 0.045);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.hsf-preventive-card-column > .vc_column-inner::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: rgba(2, 172, 133, 0.035);
  pointer-events: none;
}
.hsf-preventive-card-column:hover > .vc_column-inner {
  border-color: rgba(2, 172, 133, 0.32);
  box-shadow: 0 19px 48px rgba(2, 28, 73, 0.085);
  transform: translateY(-5px);
}
.hsf-preventive-card-column > .vc_column-inner > .wpb_wrapper {
  position: relative;
  z-index: 2;
}
/* =========================================================
   PORTO ICON
   ========================================================= */
.hsf-preventive-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 54px !important;
  height: 54px !important;
  margin-bottom: 22px;
  border: 1px solid rgba(2, 172, 133, 0.18);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(2, 172, 133, 0.11), rgba(67, 217, 209, 0.08));
  color: #02ac85;
  box-shadow: 0 8px 22px rgba(2, 172, 133, 0.08);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.hsf-preventive-icon i {
  color: #02ac85;
  font-size: 22px;
}
.hsf-preventive-card-column:hover .hsf-preventive-icon {
  box-shadow: 0 11px 25px rgba(2, 172, 133, 0.13);
  transform: translateY(-2px);
}
/* =========================================================
   PORTO INFO BOX
   ========================================================= */
.hsf-preventive-info {
  margin: 0;
}
.hsf-preventive-info .porto-u-main-heading {
  margin-bottom: 9px;
}
.hsf-preventive-info .porto-u-sub-heading {
  margin-bottom: 16px;
}
.hsf-preventive-info p {
  margin-bottom: 0;
}
.hsf-preventive-info a {
  color: #02ac85;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease;
}
.hsf-preventive-info a span {
  display: none;
}
.hsf-preventive-info a:hover, .hsf-preventive-info a:focus-visible {
  color: #021c49;
}
/* =========================================================
   ALTERNANCIA VISUAL SUAVE
   ========================================================= */
.hsf-preventive-cardio .hsf-preventive-card-column > .vc_column-inner, .hsf-preventive-hormonal .hsf-preventive-card-column > .vc_column-inner {
  background: radial-gradient(circle at 94% 8%, rgba(67, 217, 209, 0.055), transparent 30%), #ffffff;
}
/* =========================================================
   CTA
   ========================================================= */
.hsf-preventive-contact {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* =========================================================
   TABLET
   ========================================================= */
@media (max-width: 991px) {
  .hsf-preventive-card-column > .vc_column-inner {
    min-height: 345px;
    padding: 30px 27px 27px !important;
  }
  .hsf-preventive-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 19px;
  }
  .hsf-preventive-icon i {
    font-size: 21px;
  }
}
/* =========================================================
   MÓVIL
   ========================================================= */
@media (max-width: 767px) {
  .hsf-preventive-row-secondary {
    margin-top: 0;
  }
  .hsf-preventive-card-column {
    width: 100%;
    margin-bottom: 18px;
  }
  .hsf-preventive-card-column > .vc_column-inner {
    height: auto;
    min-height: auto;
    padding: 28px 24px 26px !important;
    border-radius: 20px;
  }
  .hsf-preventive-card-column:hover > .vc_column-inner {
    transform: none;
  }
  .hsf-preventive-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 17px;
    border-radius: 13px;
  }
  .hsf-preventive-icon i {
    font-size: 20px;
  }
}
/* =========================================================
   ACCESIBILIDAD
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  .hsf-preventive-card-column > .vc_column-inner, .hsf-preventive-icon {
    transition: none;
  }
  .hsf-preventive-card-column:hover > .vc_column-inner, .hsf-preventive-card-column:hover .hsf-preventive-icon {
    transform: none;
  }
}
/* =========================================================
   CENTRO DE VACUNACIÓN
   ========================================================= */
.hsf-vaccine-hero {
  background: radial-gradient(circle at 92% 10%, rgba(67, 217, 209, 0.22), transparent 31%), radial-gradient(circle at 5% 90%, rgba(2, 172, 133, 0.07), transparent 27%), #f4fbf9;
}
.hsf-vaccine-main-image img {
  border: 1px solid rgba(2, 172, 133, 0.13);
}
/* =========================================================
   TARJETAS DE VACUNAS
   ========================================================= */
.hsf-vaccine-card {
  position: relative;
  min-height: 455px;
  padding: 34px 30px;
  overflow: hidden;
  border: 1px solid #dceae7;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefd 100%);
  box-shadow: 0 12px 38px rgba(2, 28, 73, 0.045);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  align-content: start;
}
.hsf-vaccine-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #02ac85 0%, #43d9d1 100%);
}
.hsf-vaccine-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -85px;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: rgba(2, 172, 133, 0.035);
  pointer-events: none;
}
.hsf-vaccine-card:hover {
  border-color: rgba(2, 172, 133, 0.32);
  box-shadow: 0 19px 48px rgba(2, 28, 73, 0.085);
  transform: translateY(-4px);
}
/* Descripción inicial */
.hsf-vaccine-lead {
  min-height: 74px;
  margin: 18px 0 16px;
  color: #53657a;
  font-size: 15px;
  line-height: 1.65;
}
/* Lista */
.hsf-vaccine-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hsf-vaccine-card li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 25px;
  color: #53657a;
  font-size: 14.5px;
  line-height: 1.55;
}
.hsf-vaccine-card li:last-child {
  margin-bottom: 0;
}
.hsf-vaccine-card li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #02ac85;
  font-weight: 800;
}
.hsf-service-card.hsf-detail-procedure-card.hsf-diagnostic-study-card.h-fit {
  min-height: initial;
}
/* =========================================================
   BENEFICIOS
   ========================================================= */
.hsf-vaccine-benefit-card {
  background: #ffffff;
}
/* =========================================================
   BENEFICIOS HOSPITAL
   ========================================================= */
.hsf-vaccine-highlight-card {
  min-height: 285px;
  background: radial-gradient(circle at 94% 12%, rgba(67, 217, 209, 0.07), transparent 30%), #ffffff;
}
/* =========================================================
   MÁS PREVENCIÓN
   ========================================================= */
.hsf-vaccine-related-card {
  min-height: 315px;
}
/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 991px) {
  .hsf-vaccine-card {
    min-height: 500px;
    padding: 30px 25px;
  }
  .hsf-vaccine-lead {
    min-height: 92px;
  }
}
@media (max-width: 767px) {
  .hsf-vaccine-card {
    min-height: auto;
    padding: 28px 24px;
    border-radius: 20px;
  }
  .hsf-vaccine-card:hover {
    transform: none;
  }
  .hsf-vaccine-lead {
    min-height: auto;
    margin-top: 16px;
  }
  .hsf-vaccine-highlight-card, .hsf-vaccine-related-card {
    min-height: auto;
  }
}
/* =========================================================
   MOVIMIENTO REDUCIDO
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  .hsf-vaccine-card {
    transition: none;
  }
  .hsf-vaccine-card:hover {
    transform: none;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F2251-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BADpBA%3BAAAA%3BAAAA%3BAC4BA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxFA%3BAAAA%3BAAAA%3BACmGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvKA%3BAAAA%3BAAAA%3BACkLA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADjVA%3BAAAA%3BAAAA%3BACyVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7bA%3BAAAA%3BAAAA%3BACwcA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3eJ%3BAAAA%3BAAAA%3BACqfA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvkBJ%3BAAAA%3BAAAA%3BACmlBA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1lBJ%3BAAAA%3BAAAA%3BAC0mBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2F7BJ%3BAAAA%3BAAAA%3BAAAA%3BAC48BA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BADl%2FBA%3BAAAA%3BAAAA%3BAC0%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADlmCA%3BACwmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BADnpCA%3BAC0pCA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BADpqCA%3BAAAA%3BAAAA%3BACkrCA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADvrCA%3BAAAA%3BAAAA%3BACgsCA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1sCJ%3BAAAA%3BAAAA%3BACqtCA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BADhwCJ%3BAAAA%3BAAAA%3BACywCA%3BAACI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FwCJ%3BAAAA%3BAAAA%3BAAAA%3BAC0xCA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BADzyCA%3BACgzCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD72CA%3BACu3CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADz4CA%3BACu5CA%3BAAAA%3BAAAA%3BAAAA%3BADv5CA%3BAC%2B5CA%3BAAAA%3BAAAA%3BAAAA%3BAD%2F5CA%3BACu6CA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BADx6CJ%3BACg7CA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADp8CJ%3BAAAA%3BAAAA%3BAC68CA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAD59CA%3BAAAA%3BAAAA%3BACq%2BCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BADlhDA%3BAAAA%3BAAAA%3BAC4hDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADzjDA%3BAAAA%3BAAAA%3BACokDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAD%2FlDA%3BAAAA%3BAAAA%3BACymDA%3BAAAA%3BAAAA%3BADzmDA%3BAAAA%3BAAAA%3BACynDA%3BAAAA%3BAAAA%3BAAAA%3BADznDA%3BAAAA%3BAAAA%3BACmoDA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BADhpDJ%3BAAAA%3BAAAA%3BAC0pDA%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BADvrDJ%3BAAAA%3BAAAA%3BACisDA%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADxsDJ%3BAAAA%3BAAAA%3BACktDA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BADjuDA%3BAAAA%3BAAAA%3BAC0uDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3xDA%3BACoyDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpyDA%3BAC%2ByDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAD30DA%3BAAAA%3BAAAA%3BACo1DA%3BAAAA%3BAAAA%3BADp1DA%3BAAAA%3BAAAA%3BAC61DA%3BAAAA%3BAAAA%3BAAAA%3BAD71DA%3BAAAA%3BAAAA%3BAC62DA%3BAAAA%3BAAAA%3BAD72DA%3BAAAA%3BAAAA%3BACs3DA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADn5DJ%3BAAAA%3BAAAA%3BAC85DA%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%22%7D */