@charset "UTF-8";
.sec-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #e0f4fc 0%, #edeaf8 100%);
}

.hero-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .hero-inner {
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding-block: 0;
    min-height: 700px;
  }
}

.hero-media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 320px;
}
@media (min-width: 992px) {
  .hero-media {
    width: 50%;
    min-height: 700px;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 1.5rem;
  }
}

.hero-product-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero-product-wrap {
    max-width: 95%;
  }
}

.hero-product-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 60px rgba(35, 136, 194, 0.14));
}
.hero-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 148px;
  height: 148px;
  z-index: 20;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero-badge {
    width: 168px;
    height: 168px;
    bottom: 30px;
    left: -30px;
  }
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .hero-content {
    width: 50%;
    padding-block: 4rem;
    gap: 1.5rem;
  }
}

.hero-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .hero-heading {
    font-size: 2.875rem;
    line-height: 1.25;
  }
}

.hero-body {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2;
  color: #181818;
  margin: 0;
  max-width: 56ch;
}

.hero-stats {
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .hero-stats {
    flex-wrap: nowrap;
    gap: 0;
  }
}

.hero-stat {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.25rem;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .hero-stat {
    padding-inline: 1.25rem;
  }
  .hero-stat:first-child {
    padding-left: 0;
  }
  .hero-stat:last-child {
    padding-right: 0;
  }
}

.stat-value {
  font-family: "Marcellus", serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #2388c2;
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .stat-value {
    font-size: 1.875rem;
  }
}

.stat-label {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #181818;
  line-height: 1.4;
}

.stat-divider {
  display: none;
  width: 1px;
  min-height: 44px;
  background-color: #bee9ec;
  flex-shrink: 0;
  align-self: stretch;
}
@media (min-width: 768px) {
  .stat-divider {
    display: block;
  }
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 54px;
  padding: 0 1.75rem;
  background-color: #27b63e;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color all 0.2s ease;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .hero-cta {
    height: 60px;
    font-size: 1.25rem;
    padding: 0 2rem;
  }
}
.hero-cta:hover {
  background-color: #1e9430;
  color: #ffffff;
}
.hero-cta svg {
  flex-shrink: 0;
}

.hero-proof-label {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #181818;
  margin: 0;
  list-style: none;
}
.hero-proof-label::before, .hero-proof-label::marker {
  content: none;
  display: none;
}

.hero-proof-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #ffffff;
  border-radius: 9px;
  padding: 0.75rem 1.25rem;
  max-width: 420px;
  box-shadow: 0 2px 16px rgba(35, 136, 194, 0.08);
}
.hero-proof-card p {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #181818;
  line-height: 1.5;
  margin: 0;
}
.hero-proof-card p::before, .hero-proof-card p::marker {
  content: none;
  display: none;
}

.proof-avatars {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.proof-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  object-fit: cover;
  flex-shrink: 0;
}
.proof-avatar + .proof-avatar {
  margin-left: -10px;
}
.proof-avatar.proof-avatar-initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #ffffff;
  background-color: #2388c2;
  line-height: 1;
}

.sec-wa {
  background-color: #2388c2;
}

.wa-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .wa-inner {
    flex-direction: row;
    align-items: center;
    min-height: 680px;
    padding-block: 0;
    gap: 3rem;
  }
}

.wa-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .wa-content {
    width: 55%;
    padding-block: 4rem;
    gap: 1.5rem;
  }
}

.wa-eyebrow {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

.wa-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 768px) {
  .wa-heading {
    font-size: 2.375rem;
  }
}
@media (min-width: 992px) {
  .wa-heading {
    font-size: 2.75rem;
  }
}

.wa-body {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  margin: 0;
}

.wa-includes-card {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
}

.wa-includes-title {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.75rem;
}

.wa-includes-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.wa-includes-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
}
.wa-includes-list li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2.5 8l4 4 7-7' stroke='%2327b63e' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.wa-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 54px;
  padding: 0 1.75rem;
  background-color: #27b63e;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color all 0.2s ease;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .wa-cta {
    height: 60px;
    font-size: 1.25rem;
    padding: 0 2rem;
  }
}
.wa-cta:hover {
  background-color: #1e9430;
  color: #ffffff;
}
.wa-cta svg {
  flex-shrink: 0;
}

.wa-trust {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.wa-trust svg {
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .wa-media {
    width: 45%;
    display: flex;
    align-items: center;
    padding-block: 2.5rem;
  }
}

.wa-image-wrap {
  position: relative;
  width: 100%;
}

.wa-image {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center top;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .wa-image {
    height: 560px;
  }
}

.wa-proof-card {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.wa-proof-card p {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #181818;
  line-height: 1.4;
  margin: 0;
}
.wa-proof-card p strong {
  color: #2388c2;
  font-weight: 700;
}

.sec-trust {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  background-color: #ffffff;
  padding-block: 2rem;
}

.trust-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.5rem;
}
@media (min-width: 992px) {
  .trust-items {
    flex-wrap: nowrap;
    gap: 0;
    align-items: flex-start;
  }
}

.trust-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: calc(50% - 0.75rem);
}
@media (min-width: 768px) {
  .trust-item {
    width: calc(33.33% - 1rem);
  }
}
@media (min-width: 992px) {
  .trust-item {
    flex: 1;
    width: auto;
    padding-inline: 1.5rem;
    border-right: 1px solid #e5e7eb;
  }
  .trust-item:first-child {
    padding-left: 0;
  }
  .trust-item:last-child {
    padding-right: 0;
    border-right: none;
  }
}

.trust-icon {
  color: #2388c2;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.trust-title {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

.trust-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.4;
  margin: 0;
}

.sec-problems {
  background-color: #ffffff;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-problems {
    padding-block: 5rem;
  }
}

.problems-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}
@media (min-width: 992px) {
  .problems-intro {
    margin-bottom: 3rem;
  }
}

.problems-eyebrow {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2388c2;
  font-style: italic;
  margin: 0 0 1rem;
}

.problems-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0;
}
@media (min-width: 768px) {
  .problems-heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .problems-heading {
    font-size: 3.25rem;
  }
}

.problems-sub {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.6;
  margin: 1rem 0 0;
}

.problems-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .problems-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.problem-card {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.problem-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #2388c2, rgba(35, 136, 194, 0.55));
}

.problem-question {
  font-family: "Marcellus", serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.3;
  margin: 10px 0px 0px;
}
.problem-question::before {
  content: "“";
  color: #2388c2;
  font-size: 4em;
  line-height: 0;
  vertical-align: -0.35em;
  margin-right: 0.1em;
}
.problem-question::after {
  content: "”";
  color: #2388c2;
  font-size: 4em;
  line-height: 0;
  vertical-align: -0.7em;
  margin-left: 0.1em;
}

.problem-figure {
  background-color: #f4f8fb;
  border-radius: 6px;
  padding: 1rem;
  margin: 0;
}

.problem-figure-img {
  display: block;
  width: 100%;
  height: auto;
}

.problem-answer {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.75;
}
.problem-answer p {
  margin: 0;
}
.problem-answer p + p {
  margin-top: 0.75rem;
}
.problem-answer strong {
  color: #1a1a2e;
  font-weight: 600;
}

.problem-source {
  margin: auto 0 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  color: #6b7280;
}

.problem-source-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background-color: #f4f8fb;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #2388c2;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color all 0.2s ease;
}
.problem-source-pill::before {
  content: "✓";
  font-size: 0.72em;
}
.problem-source-pill:hover {
  background-color: rgba(35, 136, 194, 0.08);
  color: #2388c2;
}

.problems-footnote {
  text-align: center;
  max-width: 640px;
  margin: 2rem auto 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
}
.problems-footnote p {
  margin: 0;
}
.problems-footnote a {
  color: #2388c2;
  text-decoration: underline;
}

.sec-solution {
  background-color: #f4f8fb;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-solution {
    padding-block: 5rem;
  }
}

.solution-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2.5rem;
}
@media (min-width: 992px) {
  .solution-intro {
    margin-bottom: 3rem;
  }
}

.solution-eyebrow {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2388c2;
  font-style: italic;
  margin: 0 0 1rem;
}

.solution-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0 0 1.25rem;
}
@media (min-width: 768px) {
  .solution-heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .solution-heading {
    font-size: 3.25rem;
  }
}

.solution-body {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

.solution-player {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f4f8fb;
  cursor: pointer;
}
.solution-player:not([data-yt-id]) {
  cursor: default;
}

.solution-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.55) 100%);
  padding-bottom: 4rem;
}

.solution-play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.92);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, background-color 0.2s ease;
  flex-shrink: 0;
}
.solution-play:hover {
  transform: scale(1.1);
  background-color: #ffffff;
}
.solution-play svg {
  margin-left: 3px;
}

.solution-vid-title {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
  margin: 0;
}

.solution-vid-sub {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
}

.solution-caption-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(35, 136, 194, 0.9);
  padding: 0.75rem 1.5rem;
}
.solution-caption-bar p {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  margin: 0;
}

.solution-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.sec-benefits {
  background-color: #f4f8fb;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-benefits {
    padding-block: 5rem;
  }
}

.benefits-intro {
  margin: 0 0 2rem;
}

.benefits-eyebrow {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2388c2;
  font-style: italic;
  margin: 0 0 0.75rem;
}

.benefits-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.2;
  margin: 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #ffffff;
  border-top: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .benefits-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.benefit-card {
  padding: 2rem;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.benefit-icon {
  color: #2388c2;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.benefit-icon svg {
  width: 26px;
  height: 26px;
}

.benefit-title {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

.benefit-body {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}
.benefit-body sub {
  font-size: 0.75em;
}

.benefit-source {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #2388c2;
  font-style: italic;
  margin: 0.25rem 0 0;
}

.benefits-disclosure {
  margin-top: 1.5rem;
  border-left: 3px solid #2388c2;
  background-color: #e6eef7;
  border-radius: 0 6px 6px 0;
  padding: 1rem 1.25rem;
}
.benefits-disclosure p {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}
.benefits-disclosure strong {
  color: #1a1a2e;
  font-weight: 600;
}

.sec-compare {
  background-color: #ffffff;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-compare {
    padding-block: 5rem;
  }
}

.compare-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}
@media (min-width: 992px) {
  .compare-intro {
    margin-bottom: 3rem;
  }
}

.compare-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0 0 0.75rem;
}
@media (min-width: 768px) {
  .compare-heading {
    font-size: 2.5rem;
  }
}

.compare-sub {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.compare-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  background-color: #f4f8fb;
  padding: 1.25rem;
}

.compare-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}

.cmp-th {
  padding: 1.25rem 1.5rem;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 6px;
}
.cmp-th--label {
  text-align: left;
  background-color: transparent;
  width: 24%;
}
.cmp-th--col2, .cmp-th--col3 {
  width: 22%;
}
.cmp-th--col4 {
  background-color: #2388c2;
  color: #ffffff;
  width: 28%;
}

.cmp-th-sub {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #6b7280;
  margin-top: 2px;
}
.cmp-th--col4 .cmp-th-sub {
  color: rgba(255, 255, 255, 0.75);
}

.cmp-recommended {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 2px 0.75rem;
  background-color: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ffd54f;
}

.compare-table tbody tr {
  border-top: 1px solid #e5e7eb;
}

.cmp-metric {
  padding: 1.25rem 1.5rem;
  text-align: left;
  vertical-align: middle;
}
.cmp-metric .metric-name {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2388c2;
  line-height: 1.4;
}
.cmp-metric .metric-sub {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #6b7280;
  margin-top: 2px;
}

.cmp-cell {
  padding: 1rem 1.25rem;
  text-align: center;
  vertical-align: middle;
}
.cmp-cell--col4 {
  background-color: rgba(35, 136, 194, 0.05);
}

.cmp-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 1rem;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1.8;
}
.cmp-pill--neutral {
  background-color: rgba(0, 0, 0, 0.06);
  color: #1a1a2e;
}
.cmp-pill--warn {
  background-color: #fff0c2;
  color: #92600c;
}
.cmp-pill--bad {
  background-color: #ffe0db;
  color: #b91c1c;
}
.cmp-pill--good {
  background-color: #0c7a5d;
  color: #ffffff;
}
.cmp-pill--accent {
  background-color: #2388c2;
  color: #ffffff;
}
.cmp-pill--orange {
  background-color: #f5a623;
  color: #ffffff;
}
.cmp-pill--white {
  background-color: #ffffff;
  color: #1a1a2e;
  border: 1px solid #e5e7eb;
}

.cmp-plain {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.4;
}

.cmp-x {
  font-size: 1.1rem;
  color: #6b7280;
  opacity: 0.5;
}

.cmp-footnote {
  padding: 1.25rem 1.5rem 0.75rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #6b7280;
  text-align: center;
  border-top: 1px solid #e5e7eb;
  line-height: 1.5;
}

.sec-cost-compare {
  background-color: #ffffff;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-cost-compare {
    padding-block: 5rem;
  }
}

.cc-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .cc-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 3.5rem;
  }
}

.cc-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .cc-content {
    width: 42%;
    flex-shrink: 0;
    padding-top: 1.5rem;
  }
}

.cc-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #2388c2;
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 768px) {
  .cc-heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cc-heading {
    font-size: 2.5rem;
  }
}

.cc-body {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.8;
  margin: 0;
}

.cc-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 50px;
  padding: 0 1.5rem;
  background-color: #27b63e;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  align-self: flex-start;
  transition: background-color all 0.2s ease;
}
.cc-cta:hover {
  background-color: #1e9430;
  color: #ffffff;
}
.cc-cta svg {
  flex-shrink: 0;
}

.cc-table-wrap {
  flex: 1;
  min-width: 0;
  position: relative;
  overflow: visible;
}
@media (min-width: 992px) {
  .cc-table-wrap {
    padding-top: 2.5rem;
  }
}

.cc-lifted-cap {
  display: none;
}
@media (min-width: 992px) {
  .cc-lifted-cap {
    display: block;
    position: absolute;
    top: 0;
    right: 132px;
    width: 196px;
    height: 2.5rem;
    background-color: #2388c2;
    border-radius: 20px 20px 0 0;
    pointer-events: none;
  }
}

.cc-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cc-grid {
  width: 100%;
  min-width: 460px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.cc-grid-row {
  display: grid;
  grid-template-columns: 1fr 196px 132px;
}

.cc-grid-body .cc-grid-row {
  border-top: 1px solid #e5e7eb;
}

.cc-grid-head .cc-th--source {
  border-radius: 12px 0 0 0;
}

.cc-grid-head .cc-th--litre {
  border-radius: 0 12px 0 0;
}

.cc-grid-body .cc-grid-row:last-child .cc-cell--source {
  border-radius: 0 0 0 12px;
}

.cc-grid-body .cc-grid-row:last-child .cc-cell--litre {
  border-radius: 0 0 12px 0;
}

.cc-th {
  padding: 1rem 1.25rem;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: #ffffff;
  color: #1a1a2e;
}
.cc-th--source {
  text-align: left;
}
.cc-th--total {
  background-color: #2388c2;
  color: #ffffff;
  text-align: center;
  padding-top: 1.25rem;
}
.cc-th--litre {
  text-align: center;
}

.cc-cell {
  padding: 1rem 1.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.4;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cc-cell--source {
  font-weight: 600;
}
.cc-cell--total {
  background-color: #2388c2;
  color: #ffffff;
  font-weight: 600;
  justify-content: center;
  white-space: nowrap;
}
.cc-cell--litre {
  justify-content: center;
  white-space: nowrap;
  gap: 0.25rem;
}

.cc-row--highlight .cc-cell--source {
  color: #2388c2;
  font-weight: 700;
}
.cc-row--highlight .cc-cell--total {
  background-color: #1a6e9a;
  font-weight: 700;
}
.cc-row--highlight .cc-cell--litre {
  color: #2388c2;
  font-weight: 700;
}
.cc-row--highlight .cc-cell--litre svg {
  color: #2388c2;
  flex-shrink: 0;
}

.cc-footnote {
  padding: 1rem 1.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.6;
  border-top: 1px solid #e5e7eb;
  margin: 0;
}

.sec-email-banner {
  background-color: #2388c2;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-email-banner {
    padding-block: 4rem;
  }
}

.email-banner-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .email-banner-inner {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }
}

.email-banner-content {
  flex: 1;
  min-width: 0;
}

.email-banner-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 1rem;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .email-banner-heading {
    font-size: 2.5rem;
  }
}

.email-banner-sub {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  line-height: 1.75;
}

.email-banner-form-wrap {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .email-banner-form-wrap {
    width: 420px;
  }
}

.email-banner-form-heading {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 1rem;
}

.email-banner-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.email-banner-field {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
}

.email-banner-input {
  flex: 1;
  min-width: 0;
  height: 52px;
  padding: 0 1.25rem;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #1a1a2e;
}
.email-banner-input::placeholder {
  color: #6b7280;
}

.email-banner-btn {
  flex-shrink: 0;
  height: 52px;
  padding: 0 1.5rem;
  background-color: #2388c2;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color all 0.2s ease;
}
.email-banner-btn:hover {
  background-color: #1a6e9e;
}

.email-banner-trust {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  line-height: 1.6;
}

.sec-testimonials {
  background-color: #ffffff;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-testimonials {
    padding-block: 5rem;
  }
}

.testimonials-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .testimonials-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 3rem;
  }
}

.testimonials-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .testimonials-sidebar {
    width: 36%;
    flex-shrink: 0;
    position: sticky;
    top: calc(80px + 1.5rem);
  }
}

.testi-avatars {
  margin-bottom: 0.25rem;
}

.testimonials-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .testimonials-heading {
    font-size: 2.25rem;
  }
}

.testimonials-sub {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.testi-nav {
  display: flex;
  gap: 0.75rem;
}

.testi-prev,
.testi-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: #2388c2;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color all 0.2s ease, opacity all 0.2s ease;
  flex-shrink: 0;
}
.testi-prev:hover:not(:disabled),
.testi-next:hover:not(:disabled) {
  background-color: #1a6e9e;
}
.testi-prev:disabled,
.testi-next:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.testi-prev svg,
.testi-next svg {
  flex-shrink: 0;
}

.testimonials-photo {
  display: block;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  object-position: center top;
  height: 280px;
}
@media (min-width: 992px) {
  .testimonials-photo {
    height: 340px;
  }
}

.testimonials-cards {
  flex: 1;
  min-width: 0;
}

.testimonials-group {
  display: none;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.testimonials-group.is-active {
  display: grid;
}
@media (min-width: 768px) {
  .testimonials-group {
    grid-template-columns: 1fr 1fr;
  }
}

.testi-card {
  background-color: #f4f8fb;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.testi-stars {
  display: flex;
  gap: 2px;
}

.testi-quote {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

.testi-reviewer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.testi-avatar {
  width: 36px;
  height: 36px;
  font-size: 11px;
  flex-shrink: 0;
}

.testi-reviewer-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.testi-name {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.3;
}

.testi-meta {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.3;
}

.sec-faq {
  background-color: #ffffff;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-faq {
    padding-block: 5rem;
  }
}

.faq-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
}

.faq-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0 0 0.75rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .faq-heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .faq-heading {
    font-size: 2.875rem;
  }
}

.faq-sub {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

.faq-list {
  max-width: 780px;
  margin: 0 auto;
}

.faq-item {
  border-top: 1px solid #e5e7eb;
}
.faq-item:last-child {
  border-bottom: 1px solid #e5e7eb;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  padding: 1.25rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-q-text {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.5;
  transition: color 0.2s ease;
}
@media (min-width: 992px) {
  .faq-q-text {
    font-size: 1.0625rem;
  }
}

.faq-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #2388c2;
  background-color: transparent;
  color: #2388c2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.faq-chevron {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.faq-item.is-open .faq-q-text {
  color: #2388c2;
  font-weight: 600;
}
.faq-item.is-open .faq-icon {
  background-color: #2388c2;
  color: #ffffff;
}
.faq-item.is-open .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.faq-answer p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.8;
  margin: 0;
  padding-bottom: 1.5rem;
}
.faq-item.is-open .faq-answer {
  max-height: 600px;
}

.sec-assessment {
  background-color: #2388c2;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-assessment {
    padding-block: 5rem;
  }
}

.assessment-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 1040px;
  margin: 0 auto;
}

.assessment-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  max-width: 760px;
}

.assessment-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 768px) {
  .assessment-heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .assessment-heading {
    font-size: 2.875rem;
  }
}

.assessment-sub {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin: 0;
  max-width: 620px;
}

.assessment-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  width: 100%;
}
@media (min-width: 992px) {
  .assessment-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
  }
}

.assessment-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.assessment-card-media {
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(160deg, #eaf4fb 0%, #f7fbfe 100%);
}

.assessment-card-img {
  display: block;
  width: 100%;
  height: auto;
}

.assessment-card-caption {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.4;
  margin: 0;
}

.assessment-card-caption-icon {
  color: #2388c2;
  font-size: 0.875rem;
  line-height: 1;
  flex-shrink: 0;
}

.assessment-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.assessment-stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  background-color: #0c2233;
  border-radius: 6px;
  padding: 0.75rem 0.5rem;
  text-align: center;
}

.acta-stat-value {
  font-family: ui-monospace, "SFMono-Regular", "Menlo", monospace;
  font-size: 0.875rem;
  font-weight: 500;
  color: #58c6e6;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.acta-stat-label {
  font-family: "Poppins", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.2;
}

.assessment-features {
  width: 100%;
}
.assessment-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.assessment-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.45;
}
.assessment-features li strong {
  font-weight: 600;
}
.assessment-features li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background-color: rgba(35, 136, 194, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%232388c2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

.assessment-badges {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.assessment-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}

.assessment-badge-icon {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8125rem;
  line-height: 1;
  flex-shrink: 0;
}

.assessment-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 54px;
  padding: 0 2rem;
  background-color: #27b63e;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color all 0.2s ease;
}
.assessment-cta:hover {
  background-color: #1e9430;
  color: #ffffff;
}
.assessment-cta svg {
  flex-shrink: 0;
}

.assessment-trust {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 2;
  margin: 0;
  text-align: center;
}

.sec-certifications {
  background-color: #f9fbfd;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-certifications {
    padding-block: 5rem;
  }
}

.cert-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a2e;
  text-align: center;
  margin: 0 0 2.5rem;
}
@media (min-width: 992px) {
  .cert-heading {
    font-size: 2.25rem;
    margin-bottom: 3rem;
  }
}

.cert-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .cert-items {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

.cert-item {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.cert-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #2388c2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}

.cert-title {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.3;
}

.cert-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}

/*# sourceMappingURL=home.css.map */
