.elementor-37120 .elementor-element.elementor-element-9f97a22{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-35dbb24 */.ffiq-overview{
  --fs-h1:54px;  --fs-h2:43px;  --fs-h3:34px;
  --fs-h4:27px;  --fs-h5:22px;  --fs-h6:18px;
  --fs-subtitle:20px;
  --fs-body-lg:18px;
  --fs-body-sm:16px;
  --fs-button:16px;

  --container:1240px;
  --pad:2rem;

  --ink:#101323;
  --ink-body:#494949;
  --grey:#54595f;
  --grey-soft:#71767d;
  --blue:#3b6eb6;
  --blue-hover:#2c5a9c;
  --blue-deep:#103272;
  --blue-light:#92b4e2;
  --orange-tint:#fdf4ee;
  --orange-line:#f7e0cd;
  --plate-blue:#eaf2fd;
  --plate-soft:#f3f6fa;
  --plate-tint:#f5f9ff;
  --highlight:#e3edfa;
  --line:#dbe4f0;
  --line-soft:#e8eef7;
  --white:#fff;

  --r-card:16px;
  --r-plate:28px;
  --measure:74ch;
  --chrome-h:115px;
}

@media (max-width:1239px){
  .ffiq-overview{
    --fs-h1:49px;  --fs-h2:40px;  --fs-h3:32px;
    --fs-h4:25px;  --fs-h5:21px;  --fs-h6:17.5px;
    --fs-subtitle:19px; --fs-body-lg:17.5px;
    --fs-body-sm:15.5px; --fs-button:15.5px;
    --pad:2rem;
  }
}
@media (max-width:1023px){
  .ffiq-overview{
    --fs-h1:34px;  --fs-h2:28px;  --fs-h3:24px;
    --fs-h4:20px;  --fs-h5:18px;  --fs-h6:16px;
    --fs-subtitle:16px; --fs-body-lg:16px;
    --fs-body-sm:14px; --fs-button:14px;
    --pad:1rem;
    --chrome-h:60px;
  }
}

.ffiq-overview,.ffiq-overview *,.ffiq-overview *::before,.ffiq-overview *::after{box-sizing:border-box}
@media (prefers-reduced-motion:reduce){
  .ffiq-overview,.ffiq-overview *{animation-duration:.01ms !important;transition-duration:.01ms !important}
}
.ffiq-overview{
  font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size:var(--fs-body-lg);
  line-height:1.65;
  color:var(--ink-body);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
}
.ffiq-overview img{max-width:100%;height:auto;display:block}
.ffiq-overview [id]{scroll-margin-top:calc(var(--chrome-h) + 14px)}
.ffiq-overview h1,.ffiq-overview h2,.ffiq-overview h3,.ffiq-overview h4,.ffiq-overview h5,.ffiq-overview h6{font-size:var(--fs-h5);margin:0}

.ffiq-overview .t-h1{font-size:var(--fs-h1);line-height:1.08;letter-spacing:-.02em;font-weight:300;color:var(--ink)}
.ffiq-overview .t-h2{font-size:var(--fs-h2);line-height:1.15;letter-spacing:-.015em;font-weight:300;color:var(--ink)}
.ffiq-overview .t-h3{font-size:var(--fs-h3);line-height:1.22;letter-spacing:-.01em;font-weight:300;color:var(--blue)}
.ffiq-overview .t-h4{font-size:var(--fs-h4);line-height:1.28;font-weight:400;color:var(--ink)}
.ffiq-overview .t-h5{font-size:var(--fs-h5);line-height:1.32;font-weight:700;color:var(--blue)}
.ffiq-overview .t-h6{font-size:var(--fs-h6);line-height:1.38;font-weight:700;color:var(--blue)}
.ffiq-overview .t-subtitle{font-size:var(--fs-subtitle);line-height:1.5;font-weight:400}
.ffiq-overview .t-body-lg{font-size:var(--fs-body-lg);line-height:1.65}
.ffiq-overview .t-body-sm{font-size:var(--fs-body-sm);line-height:1.6}

.ffiq-overview h1,.ffiq-overview h2,.ffiq-overview h3,.ffiq-overview h4,.ffiq-overview h5,.ffiq-overview h6{text-wrap:balance}
.ffiq-overview p,.ffiq-overview li,.ffiq-overview dd{text-wrap:pretty}
.ffiq-overview p{margin:0 0 1.1em}
.ffiq-overview p:last-child{margin-bottom:0}
.ffiq-overview strong{color:var(--ink);font-weight:500}
.ffiq-overview a{color:var(--blue);text-decoration:none}
.ffiq-overview a:hover{color:var(--blue-hover);text-decoration:underline}
.ffiq-overview :focus-visible{outline:3px solid var(--blue);outline-offset:3px;border-radius:3px}
.ffiq-overview .wrap{
  width:100%;
  max-width:calc(var(--container) + (var(--pad) * 2));
  margin-inline:auto;
  padding-inline:var(--pad);
}

.ffiq-overview .toc-band{padding:56px 0 8px;background:var(--white)}
@media (max-width:1023px){ .ffiq-overview .toc-band{padding:32px 0 4px} }
.ffiq-overview .anchornav{
  background:var(--plate-blue);border-radius:var(--r-plate);
  padding:38px 40px 34px;text-align:center;
}
@media (max-width:1023px){ .ffiq-overview .anchornav{padding:24px 18px 20px;border-radius:20px} }
.ffiq-overview .anchornav h2{margin:0 0 24px}
.ffiq-overview .anchornav__list{
  display:flex;flex-wrap:wrap;justify-content:center;gap:6px;
  list-style:none;margin:0;padding:0;
}
.ffiq-overview .anchornav__list a{
  display:block;padding:8px 14px;border-radius:8px;
  font-size:var(--fs-body-sm);line-height:1.4;font-weight:400;color:var(--grey);
  white-space:nowrap;transition:background .16s ease,color .16s ease;
}
.ffiq-overview .anchornav__list a:hover{background:var(--white);color:var(--blue);text-decoration:none}
.ffiq-overview .anchornav__list a[aria-current="true"]{background:var(--blue);color:#fff}

.ffiq-overview .hero{
  display:flex;align-items:center;
  height:435px;

  --cl:max(var(--pad),calc(50% - (var(--container) / 2)));
  background-image:
    linear-gradient(90deg,
      rgba(9,25,60,.96) 0,
      rgba(9,25,60,.96) var(--cl),
      rgba(9,25,60,.90) calc(var(--cl) + 160px),
      rgba(9,32,80,.46) calc(var(--cl) + 700px),
      rgba(9,32,80,.06) calc(var(--cl) + 1160px),
      rgba(9,32,80,0) 100%),
    url("https://test.fortifyiq.com/wp-content/uploads/2026/08/FortiPQC_background.avif");
  background-size:cover,cover;
  background-position:center,center;
  background-repeat:no-repeat,no-repeat;
}
.ffiq-overview .hero .t-h1{color:#fff;font-weight:700}

.ffiq-overview .hero__text{max-width:500px}
@media (min-width:1024px){ .ffiq-overview .hero__text{max-width:700px} }
@media (min-width:1240px){ .ffiq-overview .hero__text{max-width:760px} }

.ffiq-overview .hero .t-h1{text-wrap:initial}
.ffiq-overview .nb{white-space:nowrap}
.ffiq-overview .hero__sub{color:#fff;font-weight:400;margin:20px 0 0}
@media (max-width:1023px){
  .ffiq-overview .hero{height:auto;min-height:360px;padding:40px 0}
}

.ffiq-overview .band{padding:80px 0;border-top:1px solid var(--line-soft)}
.ffiq-overview .band--plain{border-top:none}
.ffiq-overview .band--tint{background:var(--plate-tint)}
.ffiq-overview .band--grey{background:var(--plate-soft)}
.ffiq-overview .band--peach{background:var(--orange-tint)}
.ffiq-overview .band--peach .plate{border-color:var(--orange-line)}
.ffiq-overview .band--peach .chips li{border-color:var(--orange-line)}
.ffiq-overview .band--peach .faq,.ffiq-overview .band--peach .faq__item{border-color:var(--orange-line)}
.ffiq-overview .band--peach .gloss > div{border-top-color:var(--orange-line)}
.ffiq-overview .band--grad{background:linear-gradient(135deg,#eef3fa 0%,#e5edf8 55%,#eaf0f9 100%);border-top:none}
@media (max-width:1023px){ .ffiq-overview .band{padding:48px 0} }

.ffiq-overview .s-head{margin-bottom:40px;max-width:34em}
.ffiq-overview .s-head p{margin-top:18px;color:var(--grey)}
.ffiq-overview .sub-head{margin:56px 0 22px}
.ffiq-overview .sub-head--first{margin-top:0}
.ffiq-overview .prose{max-width:none}
.ffiq-overview .prose p{font-size:var(--fs-body-lg);line-height:1.65}

.ffiq-overview .intro{max-width:none}
.ffiq-overview .intro p{font-size:var(--fs-body-lg);line-height:1.65}

.ffiq-overview .textcols{columns:2;column-gap:48px;margin:0}
.ffiq-overview .textcols > p{margin:0 0 1.15em;font-size:var(--fs-body-lg);line-height:1.65}
.ffiq-overview .textcols > p:last-child{margin-bottom:0}
@media (max-width:1023px){ .ffiq-overview .textcols{columns:1} }

.ffiq-overview .pairs{display:grid;grid-template-columns:1fr;gap:36px 48px}
@media (min-width:1024px){ .ffiq-overview .pairs{grid-template-columns:1fr 1fr} }
.ffiq-overview .pairs p,.ffiq-overview .pairs li{font-size:var(--fs-body-lg);line-height:1.65}
.ffiq-overview .pairs .sub-head{margin:0 0 14px}

.ffiq-overview .plate{background:var(--white);border:1px solid var(--line);border-radius:var(--r-card);padding:30px 32px}
.ffiq-overview .plate > h3,.ffiq-overview .plate > h4{margin-bottom:12px}
.ffiq-overview .plate p,.ffiq-overview .plate li{font-size:var(--fs-body-sm);line-height:1.6}
.ffiq-overview .plate--flat{background:var(--plate-tint);border-color:transparent}
.ffiq-overview .band--grad .plate{background:rgba(255,255,255,.72);border-color:rgba(255,255,255,.9)}
@media (max-width:1023px){ .ffiq-overview .plate{padding:22px 20px} }

.ffiq-overview .bigplate{background:var(--plate-blue);border-radius:var(--r-plate);padding:56px}
.ffiq-overview .bigplate .plate{background:var(--white);border-color:transparent}
.ffiq-overview .bigplate .plate--flat{background:rgba(255,255,255,.65)}
@media (max-width:1023px){ .ffiq-overview .bigplate{padding:24px 18px;border-radius:20px} }

.ffiq-overview .grid{display:grid;gap:20px}
.ffiq-overview .grid--2{grid-template-columns:1fr}
.ffiq-overview .grid--3{grid-template-columns:1fr}
.ffiq-overview .span-all{grid-column:1/-1}

.ffiq-overview .callout{
  background:var(--highlight);border-radius:var(--r-card);
  padding:28px 32px;margin:36px 0;max-width:none;
  display:grid;grid-template-columns:1fr;gap:8px 48px;
}
@media (min-width:1024px){
  .ffiq-overview .callout{grid-template-columns:minmax(240px,.4fr) 1fr;gap:0 48px;align-items:start}
}
.ffiq-overview .callout h3{margin-bottom:10px}
.ffiq-overview .callout p{font-size:var(--fs-body-sm);line-height:1.6}
@media (max-width:1023px){ .ffiq-overview .callout{padding:20px 22px} }

.ffiq-overview .list{list-style:none;margin:0;padding:0}
.ffiq-overview .list li{position:relative;padding-left:22px;margin-bottom:10px;font-size:var(--fs-body-sm);line-height:1.6}
.ffiq-overview .list li::before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;border-radius:50%;background:var(--blue);opacity:.55}
.ffiq-overview .list li:last-child{margin-bottom:0}
.ffiq-overview .list--cols{columns:1}
@media (min-width:1024px){ .ffiq-overview .list--cols{columns:2;column-gap:48px} }
.ffiq-overview .list--cols li{break-inside:avoid}

.ffiq-overview .chips{display:flex;flex-wrap:wrap;gap:10px;list-style:none;margin:0;padding:0}
.ffiq-overview .chips li{
  background:var(--white);border:1px solid var(--line);border-radius:100px;
  padding:8px 18px;font-size:var(--fs-body-sm);line-height:1.5;color:var(--ink);
}

.ffiq-overview .stat{background:var(--white);border:1px solid var(--line);border-radius:var(--r-card);padding:28px 30px}
.ffiq-overview .stat__n{display:block;font-size:var(--fs-h3);line-height:1;font-weight:300;color:var(--blue);letter-spacing:-.02em;margin-bottom:10px}
.ffiq-overview .stat__l{font-size:var(--fs-body-sm);line-height:1.5;color:var(--grey)}

.ffiq-overview .faq{display:grid;grid-template-columns:1fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--r-card);overflow:hidden}
.ffiq-overview .faq__item{background:var(--white);padding:28px 32px}
.ffiq-overview .faq__item h3{margin-bottom:10px}
.ffiq-overview .faq__item p,.ffiq-overview .faq__item li{font-size:var(--fs-body-sm);line-height:1.6}
@media (max-width:1023px){ .ffiq-overview .faq__item{padding:22px 20px} }

.ffiq-overview .gloss{margin:0;max-width:1000px}
.ffiq-overview .gloss > div{padding:16px 0;border-top:1px solid var(--line-soft);display:grid;grid-template-columns:1fr;gap:4px}
.ffiq-overview .gloss > div:first-child{border-top:none}
.ffiq-overview .gloss dt{font-weight:500;color:var(--ink);font-size:var(--fs-body-sm);line-height:1.5}
.ffiq-overview .gloss dd{margin:0;font-size:var(--fs-body-sm);line-height:1.6}
.ffiq-overview .gloss__group{margin:0 0 6px;padding-top:44px}
.ffiq-overview .gloss__group:first-of-type{padding-top:0}
@media (min-width:1024px){
  .ffiq-overview .gloss > div{grid-template-columns:minmax(230px,.85fr) 2fr;gap:8px 44px;padding:17px 0}
}

@media (min-width:768px){
  .ffiq-overview .grid--3{grid-template-columns:repeat(2,1fr)}
}
@media (min-width:1024px){
  .ffiq-overview .grid--2{grid-template-columns:repeat(2,1fr)}
  .ffiq-overview .grid--3{grid-template-columns:repeat(3,1fr)}
  .ffiq-overview .faq{grid-template-columns:repeat(2,1fr)}
}/* End custom CSS */