#ap-aggregate{
      --ap-ink: #16211f;
      --ap-muted: #5c6a67;
      --ap-line: #dee5e2;
      --ap-soft: #f3f6f4;
      --ap-teal: #10635a;
      --ap-teal-dark: #0a4640;
      --ap-amber: #c8801f;
      --ap-paper: #ffffff;
      color: var(--ap-ink);
      background: var(--ap-paper);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 1.62;
      -webkit-font-smoothing: antialiased;
    }#ap-aggregate *{ box-sizing: border-box; }#ap-aggregate img{ display: block; max-width: 100%; height: auto; }#ap-aggregate p{ margin: 0 0 14px; }#ap-aggregate a{ color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }#ap-aggregate .ap-hero-title{
      font-size: 44px;
      line-height: 1.28;
      margin: 0 0 20px;
      letter-spacing: -0.4px;
      font-weight: 800;
    }#ap-aggregate h2{
      font-size: 32px;
      line-height: 1.24;
      margin: 0 0 16px;
      font-weight: 800;
      letter-spacing: -0.2px;
    }#ap-aggregate h3{
      font-size: 19px;
      line-height: 1.34;
      margin: 0 0 10px;
      font-weight: 700;
    }#ap-aggregate .ap-shell{ width: min(1120px, calc(100% - 40px)); margin: 0 auto; }#ap-aggregate .ap-section{ padding: 72px 0; }#ap-aggregate .ap-section-soft{ background: var(--ap-soft); }#ap-aggregate .ap-section-line{ border-top: 1px solid var(--ap-line); }#ap-aggregate .ap-lede{ max-width: 760px; color: var(--ap-muted); font-size: 17px; }#ap-aggregate .ap-center{ text-align: center; margin-left: auto; margin-right: auto; }#ap-aggregate .ap-btn{
      display: inline-flex;
      min-height: 48px;
      align-items: center;
      justify-content: center;
      padding: 12px 22px;
      border: 1px solid var(--ap-ink);
      border-radius: 5px;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
      transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    }#ap-aggregate .ap-btn-primary{ color: #fff !important; background: var(--ap-teal); border-color: var(--ap-teal); }#ap-aggregate .ap-btn-primary:hover{ background: var(--ap-teal-dark); border-color: var(--ap-teal-dark); }#ap-aggregate .ap-btn-ghost:hover{ color: #fff !important; background: var(--ap-ink); }#ap-aggregate 
    .ap-hero{ padding: 56px 0 62px; background: #fff; }#ap-aggregate .ap-hero-grid{
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(340px, .78fr);
      gap: 56px;
      align-items: center;
    }#ap-aggregate .ap-hero-intro{ font-size: 17px; color: #33403d; max-width: 640px; }#ap-aggregate .ap-hero-intro a{ color: var(--ap-teal-dark); }#ap-aggregate .ap-hero-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }#ap-aggregate .ap-hero-media{ position: relative; margin: 0; }#ap-aggregate .ap-hero-media::after{
      content: "";
      position: absolute;
      right: -14px;
      bottom: -14px;
      width: 32%;
      height: 32%;
      border-right: 7px solid var(--ap-amber);
      border-bottom: 7px solid var(--ap-amber);
      z-index: 0;
    }#ap-aggregate .ap-hero-media img{
      position: relative;
      z-index: 1;
      width: 100%;
      max-height: 600px;
      object-fit: cover;
      border-radius: 10px;
      box-shadow: 0 20px 46px rgba(22, 33, 31, .15);
    }#ap-aggregate 
    .ap-proof{ padding: 46px 0; background: var(--ap-soft); }#ap-aggregate .ap-proof-grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }#ap-aggregate .ap-proof-item{ padding: 20px 22px; background: #fff; border-left: 4px solid var(--ap-teal); border-radius: 4px; }#ap-aggregate .ap-proof-item strong{ display: block; font-size: 15px; line-height: 1.4; margin-bottom: 6px; }#ap-aggregate .ap-proof-item span{ color: var(--ap-muted); font-size: 14px; }#ap-aggregate 
    .ap-card-grid{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }#ap-aggregate .ap-card{
      padding: 26px 26px 22px;
      background: #fff;
      border: 1px solid var(--ap-line);
      border-radius: 8px;
    }#ap-aggregate .ap-card p{ color: #3d4a47; font-size: 15.5px; }#ap-aggregate .ap-objection{
      display: inline-block;
      margin-bottom: 12px;
      padding: 4px 10px;
      border-radius: 3px;
      background: #fdf1de;
      color: #8a5710;
      font-size: 12.5px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .4px;
    }#ap-aggregate .ap-means{
      margin: 14px 0 0;
      padding: 12px 14px;
      background: var(--ap-soft);
      border-left: 3px solid var(--ap-teal);
      font-size: 14.5px;
      color: #2f3d3a;
    }#ap-aggregate .ap-means strong{ color: var(--ap-ink); }#ap-aggregate 
    .ap-split{ display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 48px; align-items: start; }#ap-aggregate .ap-figure{ margin: 0; }#ap-aggregate .ap-figure img{ width: 100%; border-radius: 8px; box-shadow: 0 14px 34px rgba(22, 33, 31, .12); }#ap-aggregate .ap-figure figcaption{ margin-top: 12px; color: var(--ap-muted); font-size: 13.5px; }#ap-aggregate .ap-table-wrap{ overflow-x: auto; border: 1px solid var(--ap-line); border-radius: 8px; background: #fff; }#ap-aggregate .ap-spec-table{ width: 100%; border-collapse: collapse; font-size: 15px; min-width: 520px; }#ap-aggregate .ap-spec-table th, #ap-aggregate .ap-spec-table td{ padding: 11px 16px; border-bottom: 1px solid var(--ap-line); text-align: left; vertical-align: top; }#ap-aggregate .ap-spec-table thead th{
      position: sticky;
      top: 0;
      background: var(--ap-teal);
      color: #fff;
      font-size: 13.5px;
      text-transform: uppercase;
      letter-spacing: .5px;
    }#ap-aggregate .ap-spec-table tbody th{ width: 38%; font-weight: 700; color: #2a3734; background: #fafbfa; }#ap-aggregate .ap-spec-table tr:last-child th, #ap-aggregate .ap-spec-table tr:last-child td{ border-bottom: 0; }#ap-aggregate .ap-note{
      margin-top: 18px;
      padding: 18px 20px;
      background: #fff;
      border-left: 4px solid var(--ap-amber);
      font-size: 15px;
      color: #3d4a47;
    }#ap-aggregate .ap-note strong{ display: block; margin-bottom: 4px; color: var(--ap-ink); }#ap-aggregate 
    .ap-scenario-list{ display: grid; gap: 18px; }#ap-aggregate .ap-scenario{
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
      gap: 0;
      background: #fff;
      border: 1px solid var(--ap-line);
      border-radius: 8px;
      overflow: hidden;
    }#ap-aggregate .ap-scenario-head{ padding: 22px 24px; background: #fafbfa; border-right: 1px solid var(--ap-line); }#ap-aggregate .ap-scenario-head span{ display: block; color: var(--ap-amber); font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 6px; }#ap-aggregate .ap-scenario-body{ padding: 22px 24px; }#ap-aggregate .ap-scenario-body p:last-child{ margin-bottom: 0; }#ap-aggregate .ap-callout{
      margin-top: 22px;
      padding: 20px 24px;
      background: #fdf6ea;
      border: 1px solid #eddfc3;
      border-radius: 8px;
      font-size: 15.5px;
      color: #4a3c22;
    }#ap-aggregate .ap-callout strong{ color: #6b4c12; }#ap-aggregate 
    .ap-tier-grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 8px; }#ap-aggregate .ap-tier{ padding: 24px; background: #fff; border: 1px solid var(--ap-line); border-radius: 8px; border-top: 4px solid var(--ap-teal); }#ap-aggregate .ap-tier .ap-qty{ display: block; font-size: 26px; font-weight: 800; color: var(--ap-teal-dark); line-height: 1.2; margin-bottom: 4px; }#ap-aggregate .ap-tier .ap-tier-label{ display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--ap-muted); margin-bottom: 12px; }#ap-aggregate .ap-tier p{ font-size: 15px; color: #3d4a47; margin-bottom: 0; }#ap-aggregate 
    .ap-matrix{ display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }#ap-aggregate .ap-matrix-card{
      display: flex;
      flex-direction: column;
      background: #fff;
      border: 1px solid var(--ap-line);
      border-radius: 8px;
      overflow: hidden;
    }#ap-aggregate .ap-matrix-card img{ width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }#ap-aggregate .ap-matrix-card .ap-matrix-body{ padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }#ap-aggregate .ap-matrix-card h3{ font-size: 17px; margin-bottom: 0; }#ap-aggregate .ap-matrix-card p{ font-size: 14.5px; color: var(--ap-muted); margin-bottom: 0; }#ap-aggregate .ap-matrix-card .ap-link{
      margin-top: auto;
      font-size: 14.5px;
      font-weight: 700;
      color: var(--ap-teal-dark);
      text-decoration: none;
      border-bottom: 2px solid var(--ap-amber);
      align-self: flex-start;
      padding-bottom: 2px;
    }#ap-aggregate 
    .ap-check-list{ list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }#ap-aggregate .ap-check-list li{
      padding: 16px 18px 16px 46px;
      position: relative;
      background: #fff;
      border: 1px solid var(--ap-line);
      border-radius: 6px;
      font-size: 15px;
      color: #364341;
    }#ap-aggregate .ap-check-list li::before{
      content: "";
      position: absolute;
      left: 18px;
      top: 22px;
      width: 12px;
      height: 12px;
      border: 2px solid var(--ap-teal);
      border-radius: 3px;
    }#ap-aggregate .ap-check-list li strong{ display: block; color: var(--ap-ink); }#ap-aggregate 
    .ap-rfq{ background: #0f2b28; color: #e9f2f0; border-radius: 10px; padding: 44px 40px; }#ap-aggregate .ap-rfq h2{ color: #fff; }#ap-aggregate .ap-rfq p{ color: #bcd0cc; }#ap-aggregate .ap-rfq-list{ list-style: none; padding: 0; margin: 22px 0 28px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }#ap-aggregate .ap-rfq-list li{ padding: 14px 16px; background: rgba(255,255,255,.06); border-left: 3px solid var(--ap-amber); border-radius: 4px; font-size: 15px; }#ap-aggregate .ap-rfq-actions{ display: flex; flex-wrap: wrap; gap: 12px; }#ap-aggregate .ap-btn-light{ color: #0f2b28 !important; background: #fff; border-color: #fff; }#ap-aggregate .ap-btn-outline-light{ color: #fff !important; background: transparent; border-color: rgba(255,255,255,.6); }#ap-aggregate .ap-btn-outline-light:hover{ background: rgba(255,255,255,.12); }

    @media (max-width: 980px) {#ap-aggregate .ap-hero-grid{ grid-template-columns: minmax(0, 1fr); gap: 36px; }#ap-aggregate .ap-hero-media img{ max-height: 460px; }#ap-aggregate .ap-split{ grid-template-columns: minmax(0, 1fr); gap: 34px; }#ap-aggregate .ap-proof-grid{ grid-template-columns: minmax(0, 1fr); }#ap-aggregate .ap-card-grid{ grid-template-columns: minmax(0, 1fr); }#ap-aggregate .ap-tier-grid{ grid-template-columns: minmax(0, 1fr); }#ap-aggregate .ap-scenario{ grid-template-columns: minmax(0, 1fr); }#ap-aggregate .ap-scenario-head{ border-right: 0; border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-rfq-list{ grid-template-columns: minmax(0, 1fr); }
    }
    @media (max-width: 560px) {#ap-aggregate .ap-hero-title{ font-size: 30px; }#ap-aggregate h2{ font-size: 25px; }#ap-aggregate h3{ font-size: 17.5px; }#ap-aggregate .ap-section{ padding: 52px 0; }#ap-aggregate .ap-hero{ padding: 38px 0 44px; }#ap-aggregate .ap-hero-media::after{ right: -8px; bottom: -8px; border-right-width: 5px; border-bottom-width: 5px; }#ap-aggregate .ap-shell{ width: calc(100% - 28px); }#ap-aggregate .ap-btn{ width: 100%; }#ap-aggregate .ap-hero-actions{ flex-direction: column; }#ap-aggregate .ap-rfq{ padding: 30px 22px; }#ap-aggregate .ap-rfq-actions{ flex-direction: column; }
    }
  