@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600;700;900&family=Inter:wght@400;700&display=swap");:root{color-scheme:light;--vv-page-w:1200px;--vv-page-w-tablet:810px;--vv-pad-x:50px;--vv-pad-y:30px;--vv-bg:#fff;--vv-text:#181818;--vv-muted:rgb(153,153,153);--vv-dark:#181818;--vv-dark-text:#fff;--vv-dark-muted:#ffffff40;--vv-accent:#144444;--vv-surface-muted:#f5f5f5;--vv-border:#000;--vv-border-muted:rgba(21,21,21,0.15);--vv-radius:1px;--vv-font-sans:"DM Sans",Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";--vv-body:16px;--vv-h1:39.81px;--vv-h2:33.18px;--vv-h3:23.04px;--vv-small:12px}@media (max-width:1199.98px) and (min-width:810px){:root{--vv-page-w:var(--vv-page-w-tablet);--vv-pad-x:30px;--vv-h1:28.83px;--vv-h2:25.63px;--vv-h3:20.25px}}@media (max-width:809.98px){:root{--vv-page-w:100%;--vv-pad-x:15px;--vv-h1:22.13px;--vv-h2:20.74px;--vv-h3:18.22px}}*{box-sizing:border-box}body,html{height:100%}body{margin:0;font-family:var(--vv-font-sans);font-size:var(--vv-body);line-height:1.5;color:var(--vv-text);background:var(--vv-bg)}img{display:block;max-width:100%;height:auto}a{color:inherit}.siteRoot{justify-content:center}.siteFrame,.siteRoot{min-height:100dvh;display:flex}.siteFrame{width:var(--vv-page-w);flex-direction:column;border:1px solid var(--vv-border);background:var(--vv-bg)}.siteMain{flex:1 1;display:flex;flex-direction:column}.siteMain>main{flex:1 1}.siteHeader{border-bottom:1px solid var(--vv-border)}.siteHeaderInner{padding:15px var(--vv-pad-x);display:flex;align-items:center;justify-content:space-between;gap:20px}.siteLogo{text-decoration:none;display:inline-flex;align-items:center}.siteLogoImg{width:104px;height:auto}.siteNav{display:flex;align-items:center;gap:30px}.siteFooterLink,.siteNavLink{display:inline-block;text-decoration:none;border-bottom:1px solid var(--vv-border);padding-bottom:2px}.siteFooter{border-top:1px solid var(--vv-border)}.siteFooterInner{padding:15px var(--vv-pad-x);display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap}.siteFooterLeft{font-size:var(--vv-small)}.siteFooterLinks{display:flex;align-items:center;gap:50px;flex-wrap:wrap}.pagePad{padding:40px var(--vv-pad-x)}.pageHeader{margin:0 0 30px}.pageTitle{margin:0 0 10px;font-size:var(--vv-h2);font-weight:600;line-height:1.2}.pageLead{margin:0;color:var(--vv-muted);max-width:72ch}.btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 18px;border:1px solid var(--vv-border);border-radius:var(--vv-radius);background:transparent;color:var(--vv-text);font:inherit;font-weight:600;text-decoration:none;cursor:pointer}.btnPrimary{background:var(--vv-border);color:var(--vv-bg)}.btnMuted{background:var(--vv-muted);color:var(--vv-bg);border-color:var(--vv-muted)}.btnBlock{width:100%}.contactSubmit{transition:opacity .15s ease}.contactSubmit[aria-disabled=true]{opacity:.5}.btnOnDark{color:var(--vv-dark-text)}.btnOnDark,.btnPrimaryOnDark{border-color:var(--vv-dark-text)}.btnPrimaryOnDark{background:var(--vv-dark-text);color:var(--vv-border)}.form{margin-top:30px}.formGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}@media (max-width:809.98px){.formGrid{grid-template-columns:1fr}}.formFieldFull{grid-column:1/-1}.formLabel{display:block;font-size:13px;font-weight:700;margin-bottom:6px}.formInput,.formSelect,.formTextarea{width:100%;padding:11px 12px;border-radius:var(--vv-radius);border:1px solid var(--vv-border);background:var(--vv-bg);color:var(--vv-text);font:inherit}.formSelect{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:48px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23181818' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px 8px}.formTextarea{resize:vertical}.formActions{margin-top:24px}.formTurnstile{margin-top:20px}.turnstileFrame{min-height:65px}.formNote,.formStatus{margin:0;font-size:12px;line-height:1.5}.formNote{color:var(--vv-muted)}.formStatus{margin-top:16px}.formStatusError{color:#8f1d1d}.formHoneypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.legalNote{margin:24px 0 0;color:var(--vv-text);font-size:11px;line-height:1.5}.prose h2,.prose h3{margin:26px 0 10px;font-size:16px;font-weight:700;line-height:1.25}.prose p,.prose ul{margin:0 0 20px}.prose ul{padding-left:22px}.prose li{margin:0 0 8px}.thankYou{height:100%;padding:80px var(--vv-pad-x);justify-content:center;text-align:center}.thankYou,.thankYouInner{display:flex;align-items:center}.thankYouInner{max-width:760px;flex-direction:column;gap:14px}.thankYouTitle{margin:0;font-size:var(--vv-h2);font-weight:600;line-height:1.2}.thankYouText{margin:0;color:var(--vv-text);max-width:70ch}.docPage{padding:40px var(--vv-pad-x)}.docGrid{display:grid;grid-template-columns:170px 1fr 170px;grid-gap:40px;gap:40px;align-items:start}@media (max-width:1199.98px){.docGrid{grid-template-columns:1fr}}.docTitle{margin:0 0 16px;font-size:var(--vv-h2);font-weight:600;line-height:1.1}.docUpdated{display:grid;grid-gap:6px;gap:6px}.docUpdatedDate,.docUpdatedLabel{font-size:12px;font-weight:700}.docTocBox{border:1px solid var(--vv-border);padding:15px;display:flex;flex-direction:column;gap:10px}.docTocLink{text-decoration:none;font-size:12px;font-weight:700}.docTocLink:hover{text-decoration:underline}.caseSection{padding:40px var(--vv-pad-x)}.caseGrid{display:grid;grid-template-columns:260px 1fr;grid-gap:50px;gap:50px;align-items:start}@media (max-width:809.98px){.caseGrid{grid-template-columns:1fr;gap:20px}}.caseTitle{margin:0 0 10px;font-size:var(--vv-h2);font-weight:600;line-height:1.2}.caseBackLink{display:inline-block;text-decoration:none;border-bottom:1px solid var(--vv-border);padding-bottom:2px}.caseHero{margin:0 0 22px}.caseHero img{width:100%;border-radius:var(--vv-radius)}.caseSeeMore{border-top:1px solid var(--vv-border);padding:30px var(--vv-pad-x)}.caseSeeMoreTitle{margin:0 0 15px;font-size:16px;font-weight:700}.seeMoreGrid{border:1px solid var(--vv-border);display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:809.98px){.seeMoreGrid{grid-template-columns:1fr}}.seeMoreCard{text-decoration:none;display:grid;grid-template-columns:150px 1fr;grid-gap:15px;gap:15px;padding:15px;border-right:1px solid var(--vv-border)}.seeMoreCard:hover{background:var(--vv-surface-muted)}.seeMoreCard:nth-child(2n){border-right:0}@media (max-width:809.98px){.seeMoreCard{border-right:0;border-top:1px solid var(--vv-border)}.seeMoreCard:first-child{border-top:0}}.seeMoreImg{width:100%;height:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--vv-radius)}.seeMoreTitle{font-weight:700}.seeMoreText{margin-top:8px;color:var(--vv-muted);font-size:14px;line-height:1.5}.homeHero{color:var(--vv-dark-text);background:#000}.homeHero,.homeHeroBg{position:relative;overflow:hidden}.homeHeroBg{height:720px}.homeHeroBg img{width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(.5);opacity:.7;transform:scale(1);will-change:transform;animation:homeHeroZoomIn .9s ease-out both}@media (prefers-reduced-motion:reduce){.homeHeroBg img{animation:none}}@keyframes homeHeroZoomIn{0%{transform:scale(1.05)}to{transform:scale(1)}}.homeHeroContent{position:absolute;inset:0;z-index:1;max-width:660px;padding:50px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:15px;overflow:hidden}.homeHeroReview{display:flex;gap:5px;width:min-content}.homeHeroStar{flex:none;width:16px;height:16px;color:#fff;fill:currentColor}.homeHeroTitle{margin:0;font-size:var(--vv-h1);font-weight:600;line-height:1.2}.homeHeroLead{margin:0;color:rgba(255,255,255,.86);max-width:72ch}.homeHeroActions{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.homeHeroPilot{max-width:560px}.homeHeroPilotText{margin:0;font-size:14px;line-height:1.5;color:#fff}@media (max-width:1199.98px) and (min-width:810px){.homeHeroBg{height:400px}.homeHeroContent{padding:30px}}@media (max-width:809.98px){.homeHeroBg{height:450px}.homeHeroContent{padding:30px}}.homeSection{border-top:1px solid var(--vv-border);padding:var(--vv-pad-y) var(--vv-pad-x)}.homeSectionTitle{margin:0 0 20px;font-size:var(--vv-h2);font-weight:600;line-height:1.2}.homeSectionLead{margin:0 0 20px;color:var(--vv-muted);max-width:100ch}.homeSectionDark{background:var(--vv-dark)}.homeSectionDark,.homeSectionTitleOnDark{color:var(--vv-dark-text)}.homeSectionLeadOnDark{color:rgba(255,255,255,.86)}.homeSources{color:var(--vv-dark-muted);font-size:12px}.incidentsList{border:1px solid var(--vv-border)}.incidentCard{display:flex;flex-direction:row;place-content:center flex-start;align-items:center;gap:0;padding:32px}.incidentCard+.incidentCard{border-top:1px solid var(--vv-border)}.incidentProfile{display:flex;flex:0.5 0;place-content:center flex-start;align-items:center;gap:15px;width:1px;min-width:0}.incidentAvatarFrame{flex:none;width:130px;height:130px;border:1px solid var(--vv-border);border-radius:var(--vv-radius);overflow:hidden;background:var(--vv-border)}.incidentAvatarFrame img{width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(.5);transform:scale(1.2)}.incidentProfileText{display:flex;flex-direction:column;place-content:flex-start center;align-items:flex-start;gap:5px;width:1px;flex:1 0;min-width:0}.incidentMerchantName{font-weight:700}.incidentSource{display:inline-block;width:-moz-fit-content;width:fit-content;text-decoration:none;border-bottom:1px solid var(--vv-border);padding-bottom:1px;font-size:14px}.incidentDate{font-size:14px;color:var(--vv-muted)}.incidentDetails{flex-direction:column;flex:1 0;align-items:flex-start;width:1px}.incidentDetail,.incidentDetails{display:flex;gap:10px;min-width:0}.incidentDetail{flex:none;align-items:center;justify-content:flex-start;width:100%}.incidentIcon{flex:none;width:24px;height:24px;color:var(--vv-accent);fill:currentColor}.incidentQuoteText{font-style:italic;color:var(--vv-muted)}@media (max-width:1199.98px){.incidentCard{flex-direction:column;align-content:flex-start;align-items:flex-start;gap:15px;padding:30px}.incidentDetails,.incidentProfile{flex:none;width:100%}.incidentDetails{align-items:flex-start}}.howGrid{border:1px solid var(--vv-border);display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:1199.98px){.howGrid{grid-template-columns:1fr}}.howCard{padding:30px;border-right:1px solid var(--vv-border)}.howCard:last-child{border-right:0}@media (max-width:1199.98px){.howCard{border-right:0;border-top:1px solid var(--vv-border)}.howCard:first-child{border-top:0}}.howTitleRow{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.howTitle{margin:0;font-size:var(--vv-h3);font-weight:600;line-height:1.2}.howSubtitle{font-size:12px;font-weight:700;color:var(--vv-muted)}.howBody{margin:12px 0 0}.aboutRow{border:1px solid var(--vv-border);display:flex;align-items:stretch;overflow:hidden}.aboutVideo{flex:1 0;border-right:1px solid var(--vv-border);background:var(--vv-border);filter:grayscale(.5);height:917px;overflow:hidden}.aboutVideo img,.aboutVideo video{width:100%;height:100%;display:block;object-fit:cover;background:var(--vv-border)}.aboutContent{flex:1 0;padding:13px 50px}.aboutKicker{margin:0}.aboutTitle{margin:23px 0 0;font-size:var(--vv-h2);font-weight:600;line-height:1.2}.aboutBody{margin-top:23px}.aboutBody p{margin:0 0 20px}.aboutBody p:last-child{margin-bottom:0}.aboutSources{margin:23px 0 0;font-size:12px;color:var(--vv-muted)}.aboutSources a{text-decoration:none;border-bottom:1px solid var(--vv-border);padding-bottom:1px}@media (max-width:1199.98px){.aboutRow{flex-direction:column}.aboutContent{order:0;padding:30px}.aboutVideo{order:1;border-right:0;border-top:1px solid var(--vv-border);height:759px}}@media (max-width:809.98px){.aboutVideo{height:400px}}.homeTextColumns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:50px;gap:50px}@media (max-width:1199.98px){.homeTextColumns{gap:30px}}@media (max-width:809.98px){.homeTextColumns{grid-template-columns:1fr;gap:20px}}.homeSectionDark p{color:rgba(255,255,255,.86)}.plans{border:1px solid var(--vv-border)}.planRow{display:grid;grid-template-columns:200px 1fr 140px;grid-gap:30px;gap:30px;padding:20px;border-top:1px solid var(--vv-border)}.planRow:first-child{border-top:0}@media (max-width:1199.98px){.planRow{grid-template-columns:1fr;gap:15px}}.planLabel{font-size:12px;font-weight:700;color:var(--vv-muted)}.planTitle{margin-top:6px;font-size:var(--vv-h3);font-weight:600;line-height:1.2}.planSubtitle{margin-top:4px;font-size:12px;color:var(--vv-muted)}.planBullets{margin:0;padding-left:18px}.planBullets li{margin:0 0 8px}.planCta{display:flex;justify-content:flex-end;align-items:center;height:100%}@media (max-width:1199.98px){.planCta{justify-content:flex-start}}.reserveSection{padding:0;background:#000}.reserveBanner{display:flex;flex-flow:row;gap:0;width:100%;overflow:hidden}.reserveImage{flex:0.5 0;width:1px;height:720px;border-right:1px solid var(--vv-border);overflow:hidden;background:#000}.reserveImage img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;filter:grayscale(.5);transform:scale(1.2);will-change:transform}.reservePane{flex:0.5 0;width:1px;place-content:center;gap:10px;overflow:hidden}.reserveContent,.reservePane{display:flex;flex-direction:column;align-items:center}.reserveContent{place-content:center;gap:31px;width:100%;padding:3px 50px;overflow:hidden}.reserveTitle{margin:0;text-align:center;font-size:var(--vv-h1);font-weight:600;line-height:1.2}.reserveCopy{width:100%;max-width:520px;text-align:left;color:rgba(255,255,255,.86);display:flex;flex-direction:column;gap:20px}.reserveCopy p{margin:0}.reserveActions{width:100%;display:flex;justify-content:center}.reserveListsWrap{width:100%;padding:24px}@media (max-width:1199.98px){.reserveBanner{flex-direction:column}.reserveImage{border-right:0;border-bottom:1px solid var(--vv-border)}.reserveImage,.reservePane{flex:none;width:100%}.reserveContent{padding:3px 30px}}@media (max-width:1199.98px) and (min-width:810px){.reserveImage{height:779px}}@media (max-width:809.98px){.reserveImage{height:225px}.reserveContent{padding:30px}}.reserveLists{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px}@media (max-width:809.98px){.reserveLists{grid-template-columns:1fr}}.reserveListTitle{font-size:12px;font-weight:700;margin-bottom:10px}.caseStudyGrid{border:1px solid var(--vv-border);display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:809.98px){.caseStudyGrid{grid-template-columns:1fr}}.caseCard{text-decoration:none;display:flex;flex-direction:column;border-right:1px solid var(--vv-border-muted);border-bottom:1px solid var(--vv-border-muted)}.caseCard:nth-child(2n){border-right:0}.caseCard:nth-last-child(-n+2){border-bottom:0}@media (max-width:809.98px){.caseCard,.caseCard:nth-last-child(-n+2){border-bottom:1px solid var(--vv-border-muted)}.caseCard{border-right:0}.caseCard:first-child{border-top:0}.caseCard:last-child{border-bottom:0}}.caseCard:hover{background:var(--vv-surface-muted)}.caseCardTop{display:flex;align-items:center;gap:10px;width:100%;height:107px;overflow:hidden;border-bottom:1px solid #151515}.caseCardThumb{flex:1 0;height:100%;overflow:hidden}.caseCardThumb img{width:100%;height:100%;display:block;object-fit:cover;filter:grayscale(.5);transform:scale(1.2)}.caseCardSummary{flex:1 0;height:100%;display:flex;align-items:center}.caseCardSummaryText{margin:0;font-size:14px;line-height:1.5}.caseCardTitleRow{height:78px;padding:30px;display:flex;align-items:center;font-size:16px;font-weight:600;line-height:1.2}.homeDetails{margin-top:15px}.homeDetails[open]>.homeSummary{display:none}.homeSummary{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:100px;height:40px;padding:0;font-family:Inter,var(--vv-font-sans);font-size:14px;font-weight:600;color:var(--vv-dark-text);background:#444;border:0;border-radius:10px;list-style:none}.homeSummary::-webkit-details-marker{display:none}.faq{border:1px solid var(--vv-border)}.faqItem{border-top:1px solid var(--vv-border)}.faqItem:first-child{border-top:0}.faqItem[open]{background:var(--vv-dark);color:var(--vv-dark-text)}.faqQuestion{cursor:pointer;font-weight:700;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px}.faqQuestion::-webkit-details-marker{display:none}.faqItem[open] .faqQuestion{padding-bottom:15px}.faqQuestionText{flex:1 1}.faqIcons{flex:none;font-size:20px;line-height:1}.faqItem:not([open]) .faqIconClose,.faqItem[open] .faqIconPlus{display:none}.faqAnswer{padding:0 30px 30px;color:var(--vv-muted);max-width:92ch}.faqItem[open] .faqAnswer{color:rgba(255,255,255,.86)}.homeCta{background:var(--vv-dark);color:var(--vv-dark-text)}.homeCtaInner{display:flex;align-items:center;justify-content:space-between;gap:30px}@media (max-width:809.98px){.homeCtaInner{flex-direction:column;align-items:flex-start}}.homeCtaButton{flex:none}