.es-container--narrow {
    width: min(1400px, calc(100% - 32px));
    margin: 0 auto;
}
.hc-container,
.ahp-container {
    width: 100%;
    margin: 0 auto;
}
.ahp-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ahp-btn { display:inline-flex; align-items:center; justify-content:center; min-height:40px; padding:12px 35px; border:1px solid currentColor; text-decoration:none; text-transform:uppercase; letter-spacing:2px; font-size:18px; font-weight:700; line-height:1; transition:background .2s ease,color .2s ease,border-color .2s ease; }

.ahp-btn:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

.ahp-btn--white {
  color: #fff;
}

.ahp-btn--dark {
    color: #fff;
    background: #000;
}

.ahp-btn--dark:hover {
  background: #fff;
  color: #000;
}

.ahp-heading { color: #000; margin:0 0 26px;text-transform:uppercase;letter-spacing: 10px;font-size:clamp(28px, 4vw, 48px);line-height:1.22;font-weight:800;text-align: center;}

.ahp-text {
  font-size: 16px;
  line-height: 1.55;
  color: #000;
  text-align: center;
  margin: 0 auto 1em;
}

.ahp-hero { min-height:750px; position:relative; display:flex; align-items:center; justify-content:center; text-align:center; background-image:url('/images/2023/09/17/efficient-spa-bg.jpg'); background-size:cover; background-position:center; color:#fff; }
.ahp-hero h1 { color: #fff; margin:0 0 24px; text-transform:uppercase; letter-spacing:10px; font-size:clamp(28px, 4vw, 48px); line-height:1.12; font-weight:800; }
.ahp-hero p { max-width:900px; margin:30px auto 50px; font-size:21px; line-height:1.6; }

.ahp-intro {
  padding: 75px 0 75px;
}
.ahp-intro-adv{
  padding: 0px 0 75px;
}
.ahp-info-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 54px;
}

.ahp-info__copy { margin:0 auto 28px; max-width:700px; color:#000; font-size:16px; line-height:1.72; text-align: center; }
.ahp-info_adv { margin:0 auto 28px; max-width:700px; color:#000; font-size:16px; line-height:1.72; text-align: left; }

.ahp-info__image {
  display: flex;
  justify-content: left;
}
.ahp-specs p {
	margin-top: 50px;
	text-align: center;
}

.ahp-info__image img { position:relative; z-index:1; margin:0 auto 0 0; max-height:600px; object-fit:contain; }

/* FAQ */
.hc-faq {
  padding: 0 0 92px;
}

.hc-faq h3 {
    margin: 0 0 34px;
    text-align: center;
    color: #060606;
    font-size: clamp(32px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 10px;
}

.hc-accordion {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #d9d9d9;
}

.hc-accordion details {
  border-bottom: 1px solid #d9d9d9;
}

.hc-accordion summary {
    position: relative;
    display: block;
    padding: 18px 38px 18px 0;
    cursor: pointer;
    color: #111;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
    list-style: none;
}

.hc-accordion summary::-webkit-details-marker {
  display: none;
}

.hc-accordion summary::after {
  content: '›';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 24px;
  font-weight: 300;
  transition: transform .2s ease;
}

.hc-accordion details[open] summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.hc-accordion__body {
  padding: 0 58px 22px 0;
}

.hc-accordion__body p {
    margin: 0;
    color: #444;
    font-size: 16px;
    line-height: 1.55;
}

.ahp-cta { background:#1a1c67; color:#fff; padding:62px 0; }
.ahp-cta__grid { display:grid; grid-template-columns: .9fr 1.1fr; align-items:center; gap:70px; }
.ahp-cta__media img { width:100%; display:block; height:auto; padding-left: 50px; }
.ahp-cta__copy { text-align:center; }
.ahp-cta__copy h3 { color:#fff; margin:0 0 28px; text-transform:uppercase; letter-spacing:clamp(6px, .5vw, 10px); font-size:clamp(28px, 4vw, 48px); line-height:1.25; font-weight:900; }
.ahp-cta__copy p { max-width:620px; margin:0 auto 18px; font-size:16px; line-height:1.55; }
.ahp-cta__copy .ahp-btn { margin-top:18px; }

.ahp-specs {
  padding: 0px 0 75px;
}
.table-responsive {
    width: 90%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
    margin: 0 auto;
}

.spec-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #000;
  font-family: Arial, Helvetica, sans-serif;
}

.spec-table th,
.spec-table td {
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
}

.spec-table thead th {
  background-color: #3b6fb8;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 12px;
}

.spec-table th:nth-child(1),
.spec-table td:nth-child(1) {
  width: 170px;
}

.spec-table th:nth-child(2),
.spec-table td:nth-child(2) {
  width: 180px;
}

.spec-table th:nth-child(3),
.spec-table td:nth-child(3) {
  width: 160px;
}

.spec-table th:nth-child(4),
.spec-table td:nth-child(4) {
  width: 165px;
}

.spec-table th:nth-child(5),
.spec-table td:nth-child(5) {
  width: 165px;
}

.spec-table th:nth-child(6),
.spec-table td:nth-child(6) {
  width: 170px;
}

.spec-table th:nth-child(7),
.spec-table td:nth-child(7) {
  width: 160px;
}

@media (max-width: 991px) {
.ahp-hero { min-height:580px; position:relative; display:flex; align-items:center; justify-content:center; text-align:center; background-image:url('/images/2023/09/16/energy-bg-mb.png'); background-size:cover; background-position:center; color:#fff; }

  .ahp-info-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ahp-info__image {
    order: -1;
  }

  .ahp-heading {
    letter-spacing: 7px;
  }
.ahp-page img {
    padding: 0px 30px;
}
.ahp-note {
  padding: 0px 30px;
}
  .ahp-table-wrap {
    max-width: 800px;
}
  .ahp-cta__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ahp-cta__media {
    max-width: 520px;
    margin: auto;
  }
  .ahp-cta__media img { padding: 0px 15px !important; }
  .ahp-cta__copy { padding: 0 15px; }
}

@media (max-width: 767px) {
.ahp-container {
    width: 100%;
    padding: 0px 15px !important;
    margin: 0 auto;
}
  .ahp-hero h1 {
    font-size: 28px;
    letter-spacing: 5px;
  }

  .ahp-hero p {
    font-size: 16px;
    max-width: 450px;
  }

  .ahp-btn {
    font-size: 16px;
    padding: 9px 16px;
    letter-spacing: 1.5px;
  }

  .ahp-intro {
    padding: 58px 0 42px;
  }

  .ahp-heading {
    font-size: 28px;
    letter-spacing: 5px;
  }
.hc-faq h3 {
    font-size: 28px;
    letter-spacing: 5px;
  }
  .ahp-text {
    font-size: 16px;
  }

  .ahp-info-grid {
    gap: 20px;
  }

  .ahp-info__image img {
    width: 100%;
  }

  .hc-faq {
    padding-bottom: 68px;
  }

  .hc-accordion {
    padding: 0 15px;
}
  .hc-accordion__body {
    padding-right: 24px;
  }

.ahp-note {
    font-size: 14px;
    text-align: center;
    padding: 0px 15px;
}

  .ahp-specs {
    padding: 10px 0 50px;
  }

  .spec-table {
    min-width: 900px;
  }

  .spec-table th,
  .spec-table td {
    font-size: 14px;
    padding: 9px 10px;
  }
.ahp-cta { padding:46px 0; }

}@media (min-width: 992px) {}@media (min-width: 768px) and (max-width: 991px) {}@media (max-width: 767px) {}#retrina_grand_information_32_1_0_grand_1{position:relative;  padding-left:0px !important ;padding-right:0px !important ;padding-top:0px !important ;padding-bottom:0px !important ;  padding-right: calc(1.5rem * 0.5);padding-left: calc(1.5rem * 0.5);max-width:initial; width:calc(100vw); left: calc(50%); right: calc(50%); margin-left:calc(-50vw); margin-right:calc(-50vw); } #retrina_grand_information_32_1_0_grand_1:after{width:100vw;height:100%;position:absolute;top:0;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:-1;} 