#ap-aggregate #vt-vacuum-page{
    --vt-ink: #17221f;
    --vt-muted: #64706b;
    --vt-paper: #ffffff;
    --vt-soft: #f1f5f2;
    --vt-line: #d9e2dc;
    --vt-green: #1f5b49;
    --vt-green-dark: #133d31;
    --vt-teal: #d8ebe4;
    --vt-gold: #e6c56e;
    width: 100%;
    overflow: hidden;
    color: var(--vt-ink);
    background: var(--vt-paper);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
  }#ap-aggregate #vt-vacuum-page *, #ap-aggregate #vt-vacuum-page *::before, #ap-aggregate #vt-vacuum-page *::after{
    box-sizing: border-box;
  }#ap-aggregate #vt-vacuum-page a{
    color: inherit;
    text-underline-offset: 3px;
  }#ap-aggregate #vt-vacuum-page img{
    display: block;
    max-width: 100%;
  }#ap-aggregate #vt-vacuum-page h1, #ap-aggregate #vt-vacuum-page h2, #ap-aggregate #vt-vacuum-page h3, #ap-aggregate #vt-vacuum-page p{
    margin-top: 0;
  }#ap-aggregate #vt-vacuum-page h1, #ap-aggregate #vt-vacuum-page h2, #ap-aggregate #vt-vacuum-page h3{
    letter-spacing: 0;
  }#ap-aggregate #vt-vacuum-page h1{
    margin-bottom: 22px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.28;
  }#ap-aggregate #vt-vacuum-page h2{
    margin-bottom: 16px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.24;
  }#ap-aggregate #vt-vacuum-page h3{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.32;
  }#ap-aggregate .vt-shell{
    width: min(1140px, calc(100% - 40px));
    margin: 0 auto;
  }#ap-aggregate .vt-hero{
    padding: 68px 0 76px;
    background:
      linear-gradient(135deg, #f7fbf8 0%, #ffffff 62%);
  }#ap-aggregate .vt-hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    align-items: center;
    gap: 68px;
  }#ap-aggregate .vt-hero-copy{
    max-width: 690px;
  }#ap-aggregate .vt-intro{
    color: var(--vt-muted);
    font-size: 18px;
  }#ap-aggregate .vt-intro a{
    color: var(--vt-green);
  }#ap-aggregate .vt-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
  }#ap-aggregate .vt-btn{
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid var(--vt-green);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  }#ap-aggregate .vt-btn-primary{
    color: #ffffff !important;
    background: var(--vt-green);
  }#ap-aggregate .vt-btn-primary:hover{
    border-color: var(--vt-green-dark);
    background: var(--vt-green-dark);
  }#ap-aggregate .vt-btn-secondary{
    color: var(--vt-green) !important;
    background: transparent;
  }#ap-aggregate .vt-btn-secondary:hover{
    color: #ffffff !important;
    background: var(--vt-green);
  }#ap-aggregate .vt-hero-media{
    position: relative;
  }#ap-aggregate .vt-hero-media::after{
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 36%;
    height: 34%;
    border-right: 7px solid var(--vt-gold);
    border-bottom: 7px solid var(--vt-gold);
    content: "";
  }#ap-aggregate .vt-hero-media img{
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 7px;
    box-shadow: 0 20px 45px rgba(23, 34, 31, .16);
  }#ap-aggregate .vt-section{
    padding: 82px 0;
  }#ap-aggregate .vt-section-soft{
    background: var(--vt-soft);
  }#ap-aggregate .vt-section-head{
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
  }#ap-aggregate .vt-section-head p{
    margin-bottom: 0;
    color: var(--vt-muted);
    font-size: 17px;
  }#ap-aggregate .vt-overview-grid, #ap-aggregate .vt-spec-grid, #ap-aggregate .vt-config-grid{
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: 54px;
  }#ap-aggregate .vt-module-image{
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 12px 32px rgba(23, 34, 31, .12);
  }#ap-aggregate .vt-image-caption{
    margin-top: 12px;
    color: var(--vt-muted);
    font-size: 13px;
  }#ap-aggregate .vt-copy-block{
    margin-bottom: 24px;
  }#ap-aggregate .vt-copy-block:last-child{
    margin-bottom: 0;
  }#ap-aggregate .vt-copy-block p{
    margin-bottom: 0;
    color: var(--vt-muted);
  }#ap-aggregate .vt-fit-strip{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 44px;
    border-top: 1px solid var(--vt-line);
    border-bottom: 1px solid var(--vt-line);
  }#ap-aggregate .vt-fit-item{
    padding: 22px 20px;
    border-right: 1px solid var(--vt-line);
  }#ap-aggregate .vt-fit-item:last-child{
    border-right: 0;
  }#ap-aggregate .vt-fit-item strong{
    display: block;
    margin-bottom: 4px;
    color: var(--vt-green);
  }#ap-aggregate .vt-fit-item span{
    color: var(--vt-muted);
    font-size: 14px;
  }#ap-aggregate .vt-spec-table-wrap{
    overflow-x: auto;
    border: 1px solid var(--vt-line);
    background: #ffffff;
  }#ap-aggregate .vt-spec-table{
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    text-align: left;
  }#ap-aggregate .vt-spec-table th, #ap-aggregate .vt-spec-table td{
    padding: 15px 17px;
    border-bottom: 1px solid var(--vt-line);
    vertical-align: top;
  }#ap-aggregate .vt-spec-table th{
    width: 42%;
    color: var(--vt-green-dark);
    background: #f7faf8;
    font-size: 14px;
  }#ap-aggregate .vt-spec-table td{
    color: var(--vt-muted);
    font-size: 14px;
  }#ap-aggregate .vt-spec-table tr:last-child th, #ap-aggregate .vt-spec-table tr:last-child td{
    border-bottom: 0;
  }#ap-aggregate .vt-spec-note{
    margin-top: 18px;
    padding: 16px 18px;
    border-left: 4px solid var(--vt-gold);
    background: #fffaf0;
    color: var(--vt-muted);
    font-size: 14px;
  }#ap-aggregate .vt-feature-grid, #ap-aggregate .vt-application-grid, #ap-aggregate .vt-matrix-grid, #ap-aggregate .vt-faq-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .vt-feature-card, #ap-aggregate .vt-application-card, #ap-aggregate .vt-matrix-card, #ap-aggregate .vt-faq-item{
    border: 1px solid var(--vt-line);
    background: #ffffff;
  }#ap-aggregate .vt-feature-card{
    padding: 25px;
    border-top: 4px solid var(--vt-green);
  }#ap-aggregate .vt-feature-card p, #ap-aggregate .vt-application-card p, #ap-aggregate .vt-matrix-card p{
    margin-bottom: 0;
    color: var(--vt-muted);
    font-size: 15px;
  }#ap-aggregate .vt-application-card{
    padding: 25px;
  }#ap-aggregate .vt-application-card strong{
    display: block;
    margin-bottom: 7px;
    color: var(--vt-green);
    font-size: 15px;
  }#ap-aggregate .vt-decision{
    margin-top: 34px;
    padding: 24px;
    background: var(--vt-teal);
  }#ap-aggregate .vt-decision h3{
    color: var(--vt-green-dark);
  }#ap-aggregate .vt-decision p{
    margin-bottom: 0;
    color: var(--vt-ink);
  }#ap-aggregate .vt-config-media img{
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 12px 32px rgba(23, 34, 31, .12);
  }#ap-aggregate .vt-config-list{
    display: grid;
    gap: 13px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
  }#ap-aggregate .vt-config-list li{
    padding: 14px 16px;
    border-left: 3px solid var(--vt-green);
    background: #ffffff;
    color: var(--vt-muted);
  }#ap-aggregate .vt-config-list strong{
    color: var(--vt-ink);
  }#ap-aggregate .vt-matrix-card{
    overflow: hidden;
  }#ap-aggregate .vt-matrix-card img{
    width: 100%;
    height: 190px;
    object-fit: cover;
  }#ap-aggregate .vt-matrix-content{
    padding: 21px;
  }#ap-aggregate .vt-matrix-content a{
    color: var(--vt-green);
    font-weight: 700;
  }#ap-aggregate .vt-lead{
    padding: 72px 0;
    color: #ffffff;
    background: var(--vt-green-dark);
  }#ap-aggregate .vt-lead-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    align-items: center;
    gap: 48px;
  }#ap-aggregate .vt-lead h2{
    margin-bottom: 14px;
  }#ap-aggregate .vt-lead p{
    margin-bottom: 0;
    color: #dbe9e3;
    font-size: 17px;
  }#ap-aggregate .vt-lead-image img{
    width: 100%;
    border-radius: 6px;
  }#ap-aggregate .vt-lead .vt-btn-primary{
    margin-top: 25px;
    color: var(--vt-green-dark) !important;
    border-color: #ffffff;
    background: #ffffff;
  }#ap-aggregate .vt-lead .vt-btn-primary:hover{
    color: #ffffff !important;
    background: transparent;
  }#ap-aggregate .vt-faq-item{
    padding: 23px;
  }#ap-aggregate .vt-faq-item h3{
    margin-bottom: 8px;
    color: var(--vt-green-dark);
    font-size: 18px;
  }#ap-aggregate .vt-faq-item p{
    margin-bottom: 0;
    color: var(--vt-muted);
    font-size: 15px;
  }

  @media (max-width: 820px) {#ap-aggregate .vt-hero-grid, #ap-aggregate .vt-overview-grid, #ap-aggregate .vt-spec-grid, #ap-aggregate .vt-config-grid, #ap-aggregate .vt-lead-grid{
      grid-template-columns: 1fr;
      gap: 34px;
    }#ap-aggregate .vt-feature-grid, #ap-aggregate .vt-application-grid, #ap-aggregate .vt-matrix-grid, #ap-aggregate .vt-faq-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }#ap-aggregate .vt-fit-strip{
      grid-template-columns: repeat(2, 1fr);
    }#ap-aggregate .vt-fit-item:nth-child(2){
      border-right: 0;
    }#ap-aggregate .vt-fit-item:nth-child(-n+2){
      border-bottom: 1px solid var(--vt-line);
    }
  }

  @media (max-width: 520px) {#ap-aggregate .vt-shell{
      width: min(100% - 28px, 1140px);
    }#ap-aggregate .vt-hero, #ap-aggregate .vt-section{
      padding: 54px 0;
    }#ap-aggregate .vt-feature-grid, #ap-aggregate .vt-application-grid, #ap-aggregate .vt-matrix-grid, #ap-aggregate .vt-faq-grid, #ap-aggregate .vt-fit-strip{
      grid-template-columns: 1fr;
    }#ap-aggregate .vt-fit-item, #ap-aggregate .vt-fit-item:nth-child(2){
      border-right: 0;
      border-bottom: 1px solid var(--vt-line);
    }#ap-aggregate .vt-fit-item:last-child{
      border-bottom: 0;
    }#ap-aggregate .vt-actions{
      align-items: stretch;
      flex-direction: column;
    }#ap-aggregate .vt-btn{
      width: 100%;
    }#ap-aggregate .vt-hero-media::after{
      right: -7px;
      bottom: -7px;
      border-width: 4px;
    }
  }
