.v2-chrome .v2-top-bar{background:var(--v2-navy,#051630)}.v2-chrome .v2-top-bar-inner{display:flex;align-items:center;justify-content:flex-end;gap:24px;padding:9px 32px;max-width:1180px;margin:0 auto}.v2-chrome .v2-top-bar-phone{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:#c7cede;text-decoration:none}.v2-chrome .v2-top-bar-phone svg{width:14px;height:14px;stroke:var(--v2-green,#02dd68);flex:none}.v2-chrome .v2-top-bar-phone:hover{color:#fff}.v2-chrome .v2-top-bar-cta{font-size:12px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--v2-green,#02dd68);text-decoration:none}.v2-chrome .v2-top-bar-cta:hover{color:#fff}.v2-chrome.v2-chrome-nav{position:sticky;top:0;z-index:1000}.v2-chrome .v2-header{position:relative;background:#fff;z-index:1;border-bottom:1px solid var(--v2-gray-300,#dfe3e9)}.v2-chrome .v2-nav-wrap{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;max-width:1180px;margin:0 auto;gap:24px}.v2-chrome .v2-logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.v2-chrome .v2-logo img{height:55px;width:auto;display:block}.v2-chrome .v2-nav-links{display:flex;gap:28px;align-items:center;list-style:none;margin:0;padding:0}.v2-chrome .v2-nav-links>li{position:relative}.v2-chrome .v2-nav-dropdown-trigger,.v2-chrome .v2-nav-links a{font-size:14px;font-weight:600;color:var(--v2-navy,#051630);text-decoration:none;white-space:nowrap;background:none;border:none;padding:0;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.v2-chrome .v2-nav-dropdown-trigger.active,.v2-chrome .v2-nav-dropdown-trigger:hover,.v2-chrome .v2-nav-dropdown.has-active>.v2-nav-dropdown-trigger,.v2-chrome .v2-nav-links a.active,.v2-chrome .v2-nav-links a:hover{color:var(--v2-green-dark,#2b9958)}.v2-chrome .v2-nav-chevron{flex-shrink:0;transition:transform .18s ease}.v2-chrome .v2-nav-dropdown.open .v2-nav-chevron,.v2-chrome .v2-nav-dropdown:focus-within .v2-nav-chevron,.v2-chrome .v2-nav-dropdown:hover .v2-nav-chevron,.v2-chrome .v2-nav-mobile-group-trigger[aria-expanded=true] .v2-nav-chevron{transform:rotate(180deg)}.v2-chrome .v2-nav-dropdown-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%);min-width:240px;margin:0;padding:10px 0;list-style:none;background:#fff;border:1px solid var(--v2-gray-300,#dfe3e9);border-radius:8px;box-shadow:0 16px 40px rgba(5,22,48,.12);display:none;z-index:40}.v2-chrome .v2-nav-dropdown-menu:before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}.v2-chrome .v2-nav-dropdown.open .v2-nav-dropdown-menu,.v2-chrome .v2-nav-dropdown:focus-within .v2-nav-dropdown-menu,.v2-chrome .v2-nav-dropdown:hover .v2-nav-dropdown-menu{display:block}.v2-chrome .v2-nav-dropdown-menu a{display:block;padding:10px 18px;white-space:nowrap;font-size:13.5px;font-weight:600;color:var(--v2-navy,#051630)}.v2-chrome .v2-nav-dropdown-menu a.active,.v2-chrome .v2-nav-dropdown-menu a:hover{background:var(--v2-gray-100,#f5f7fa);color:var(--v2-green-dark,#2b9958)}.v2-chrome .v2-nav-right{display:flex;align-items:center;gap:20px;flex-shrink:0}.v2-chrome .v2-sign-in{font-size:14px;font-weight:600;color:var(--v2-navy,#051630);background:none;border:none;padding:0;cursor:pointer;font-family:inherit;text-decoration:none}.v2-chrome .v2-sign-in:hover{color:var(--v2-green-dark,#2b9958)}.v2-chrome .v2-lang{font-size:13px;font-weight:700;color:var(--v2-gray-600,#5b6472);border:1px solid var(--v2-gray-300,#dfe3e9);padding:6px 10px;border-radius:4px;text-decoration:none;display:inline-flex;align-items:center;gap:4px;font-family:inherit;background:#fff;cursor:pointer}.v2-chrome .v2-lang:hover{border-color:var(--v2-navy,#051630);color:var(--v2-navy,#051630)}.v2-chrome .v2-burger{display:none;width:40px;height:40px;border:1px solid var(--v2-gray-300,#dfe3e9);border-radius:6px;background:#fff;cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:0;position:relative;z-index:2}.v2-chrome .v2-burger span{display:block;width:18px;height:2px;background:var(--v2-navy,#051630);transition:transform .18s ease,opacity .18s ease}.v2-chrome .v2-burger.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.v2-chrome .v2-burger.is-open span:nth-child(2){opacity:0}.v2-chrome .v2-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.v2-chrome .v2-nav-mobile{display:none;border-top:1px solid var(--v2-gray-300,#dfe3e9);padding:8px 20px 16px;background:#fff}.v2-chrome .v2-nav-mobile.open{display:block}.v2-chrome .v2-nav-mobile>a,.v2-chrome .v2-nav-mobile>button{display:block;width:100%;text-align:left;padding:14px 0;font-size:14px;font-weight:600;color:var(--v2-navy,#051630);text-decoration:none;background:none;border:none;border-bottom:1px solid var(--v2-gray-100,#f5f7fa);font-family:inherit;cursor:pointer}.v2-chrome .v2-nav-mobile-group{border-bottom:1px solid var(--v2-gray-100,#f5f7fa)}.v2-chrome .v2-nav-mobile-group-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;padding:14px 0;font-size:14px;font-weight:600;color:var(--v2-navy,#051630);background:none;border:none;font-family:inherit;cursor:pointer}.v2-chrome .v2-nav-mobile-group-items{display:none;padding:0 0 8px}.v2-chrome .v2-nav-mobile-group.open .v2-nav-mobile-group-items{display:block}.v2-chrome .v2-nav-mobile-group-items a{display:block;padding:10px 0 10px 14px;font-size:13.5px;font-weight:500;color:var(--v2-gray-600,#5b6472);text-decoration:none;border:none}.v2-chrome .v2-nav-mobile-group-items a.active,.v2-chrome .v2-nav-mobile-group-items a:hover{color:var(--v2-green-dark,#2b9958)}@media (max-width:980px){.v2-chrome .v2-nav-links,.v2-chrome .v2-nav-right .v2-btn-primary,.v2-chrome .v2-nav-right .v2-fuel-btn-group{display:none}.v2-chrome .v2-burger{display:inline-flex}.v2-chrome .v2-nav-wrap,.v2-chrome.v2-chrome-fuel .v2-nav-wrap{padding:14px 20px}}.v2-chrome.v2-chrome-fuel .v2-header{border-bottom:1px solid #e3e7ec}.v2-chrome.v2-chrome-fuel .v2-nav-wrap{max-width:1240px;padding:18px 32px}.v2-chrome.v2-chrome-fuel .v2-nav-links{gap:28px}.v2-chrome.v2-chrome-fuel .v2-nav-dropdown-trigger,.v2-chrome.v2-chrome-fuel .v2-nav-links a{font-size:12.5px;letter-spacing:.03em;opacity:.82;position:relative}.v2-chrome.v2-chrome-fuel .v2-nav-dropdown-trigger.active,.v2-chrome.v2-chrome-fuel .v2-nav-dropdown-trigger:hover,.v2-chrome.v2-chrome-fuel .v2-nav-dropdown.has-active>.v2-nav-dropdown-trigger,.v2-chrome.v2-chrome-fuel .v2-nav-links a.active,.v2-chrome.v2-chrome-fuel .v2-nav-links a:hover{opacity:1;color:#2b9958}.v2-chrome.v2-chrome-fuel .v2-nav-dropdown-menu a{text-transform:none;letter-spacing:normal;opacity:1;font-size:13px}.v2-chrome.v2-chrome-fuel .v2-sign-in{font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.v2-chrome .v2-footer{background:var(--v2-navy,#051630);padding:56px 0 0}.v2-chrome .v2-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.1);max-width:1180px;margin:0 auto;padding-left:32px;padding-right:32px}.v2-chrome .v2-footer-brand img{height:34px;width:auto;margin-bottom:14px;display:block}.v2-chrome .v2-footer-brand p{color:#8b93a3;font-size:13.5px;margin:0;max-width:280px;line-height:1.6}.v2-chrome .v2-footer-col h4{color:#fff;font-size:14px;margin:0 0 16px;font-weight:800}.v2-chrome .v2-footer-col ul{list-style:none;margin:0;padding:0}.v2-chrome .v2-footer-col li{margin-bottom:10px}.v2-chrome .v2-footer-col a,.v2-chrome .v2-footer-col button{color:#b9c1d1;font-size:13.5px;text-decoration:none;background:none;border:none;padding:0;font-family:inherit;cursor:pointer}.v2-chrome .v2-footer-col a:hover,.v2-chrome .v2-footer-col button:hover{color:var(--v2-green,#02dd68)}.v2-chrome .v2-social-row{display:flex;gap:10px;margin-top:16px}.v2-chrome .v2-social-row a{width:32px;height:32px;border-radius:6px;background:var(--v2-green,#02dd68);display:flex;align-items:center;justify-content:center;color:var(--v2-navy,#051630);text-decoration:none;font-size:14px;font-weight:700;line-height:1;transition:background .15s ease}.v2-chrome .v2-social-row a svg{width:15px;height:15px;display:block}.v2-chrome .v2-social-row a:hover{background:#fff}.v2-chrome .v2-copyright{text-align:center;padding:22px 0;color:#7c8496;font-size:12.5px;margin:0}.v2-chrome.v2-chrome-fuel .v2-footer{background:#232a33;padding:18px 0}.v2-chrome.v2-chrome-fuel .v2-copyright{padding:0 32px;max-width:1240px;margin:0 auto;color:#9aa3ac;font-size:11.5px;font-weight:500;letter-spacing:.02em;text-align:center}@media (max-width:760px){.v2-chrome .v2-footer-grid{grid-template-columns:1fr 1fr}.v2-chrome .v2-nav-mobile,.v2-chrome .v2-nav-wrap,.v2-chrome .v2-top-bar-inner,.v2-chrome.v2-chrome-fuel .v2-nav-wrap{padding-left:20px;padding-right:20px}.v2-chrome.v2-chrome-fuel .v2-copyright{padding:0 20px}}@media (max-width:520px){.v2-chrome .v2-footer-grid{grid-template-columns:1fr 1fr}.v2-chrome .v2-top-bar-inner{gap:12px;flex-wrap:wrap}}.v2-home .v2-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.v2-home .v2-reason-card.v2-stat-card{align-items:center;flex-direction:column;justify-content:center;padding:26px 18px;text-align:center}.v2-home .v2-reason-card.v2-stat-card .v2-reason-icon{margin-left:auto;margin-right:auto}.v2-home .v2-reason-card.v2-stat-card .v2-eyebrow{display:block;margin-bottom:4px}.v2-home .v2-reason-card.v2-stat-card h4{font-size:19px!important;margin:0}.v2-home .v2-about-card{background:#fff;border:1px solid var(--v2-gray-300);border-radius:12px;box-shadow:0 8px 24px rgba(5,22,48,.05);padding:34px 32px}.v2-home .v2-about-icon{align-items:center;background:var(--v2-navy);border-radius:10px;display:flex;height:48px;justify-content:center;margin-bottom:18px;width:48px}.v2-home .v2-about-card .v2-eyebrow{display:block;margin-bottom:4px}.v2-home .v2-about-card h3{margin-bottom:12px}.v2-home .v2-about-card p{font-size:15px}.v2-home .v2-about-card strong{color:var(--v2-navy)}.v2-home .v2-link-arrow-light{color:var(--v2-green-dark);margin-top:8px}.v2-home .v2-link-arrow-light:hover{color:var(--v2-navy)}.v2-home .v2-pain-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.v2-home .v2-pain-card{background:#fff;border:1px solid var(--v2-gray-300);border-radius:12px;padding:26px 22px;transition:transform .18s ease,box-shadow .18s ease}.v2-home .v2-pain-card:hover{box-shadow:0 16px 34px rgba(5,22,48,.09);transform:translateY(-4px)}.v2-home .v2-pain-icon{align-items:center;background:var(--v2-gray-100);border:1px solid var(--v2-gray-300);border-radius:10px;display:flex;height:42px;justify-content:center;margin-bottom:16px;width:42px}.v2-home .v2-pain-card h4{font-size:15.5px!important;margin-bottom:8px}.v2-home .v2-pain-card p{font-size:13.5px;margin:0}.v2-home .v2-cta-final .v2-cta-faq{margin:22px auto 0!important;max-width:none}.v2-home .v2-cta-final .v2-cta-faq a{color:#c7cede;font-weight:600;text-decoration:none}.v2-home .v2-cta-final .v2-cta-faq a:hover{color:#fff}.v2-home .v2-contact-hero{padding:100px 0 120px!important}.v2-home .v2-contact-info{display:flex;flex-direction:column;gap:14px;margin-top:34px}.v2-home .v2-contact-info a{align-items:center;color:#fff;display:flex;font-size:16px;font-weight:700;gap:14px;text-decoration:none}.v2-home .v2-contact-info a:hover{color:var(--v2-green)}.v2-home .v2-contact-icon{align-items:center;background:rgba(2,221,104,.12);border:1px solid rgba(2,221,104,.3);border-radius:10px;display:flex;flex:none;height:42px;justify-content:center;width:42px}@media (max-width:900px){.v2-home .v2-pain-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.v2-home .v2-about-grid,.v2-home .v2-stat-grid{grid-template-columns:1fr}}@media (max-width:520px){.v2-home .v2-pain-grid{grid-template-columns:1fr}}.v2-fuel{--v2-navy:#051630;--v2-navy-soft:#0e2547;--v2-navy-field:#12233f;--v2-green:#02dd68;--v2-green-deep:#2b9958;--v2-gray-bg:#f4f6f8;--v2-gray-line:#e3e7ec;--v2-gray-text:#5c6b7d;--v2-shadow:0 20px 44px -22px rgba(5,22,48,0.28)}.v2-fuel .v2-fuel-hero{position:relative;padding:56px 0 60px;background-size:cover,auto calc(100% - 60px);background-position:50%,50%;background-repeat:no-repeat,no-repeat}.v2-fuel .v2-fuel-eyebrow{font-size:12.5px;letter-spacing:.16em;color:var(--v2-green-deep);text-transform:uppercase;margin-bottom:14px;font-weight:800}.v2-fuel .v2-fuel-hero h1,.v2-home.v2-fuel .v2-fuel-hero h1{font-size:37px!important;line-height:1.1!important;color:var(--v2-navy)!important;font-weight:700!important;letter-spacing:normal!important}.v2-fuel .v2-stat-line{display:flex;align-items:baseline;gap:12px;margin-top:6px;flex-wrap:wrap}.v2-fuel .v2-stat-figure{font-weight:800;font-size:70px;line-height:1;color:var(--v2-navy)}.v2-fuel .v2-stat-unit{font-weight:700;font-size:36px;color:var(--v2-navy)}.v2-fuel .v2-fuel-lede{font-size:15.5px;line-height:1.7;color:var(--v2-gray-text);margin-top:20px;max-width:46ch}.v2-fuel .v2-fuel-disclaimer{font-size:11.5px;color:#8e97a3;margin-top:18px;line-height:1.6;max-width:44ch}.v2-fuel .v2-fuel-form,.v2-home.v2-fuel .v2-fuel-form{background:var(--v2-navy)!important;color:#fff!important;border-radius:12px!important;padding:30px 26px!important;box-shadow:var(--v2-shadow)!important;width:100%;border:none!important;max-width:none!important}.v2-fuel .v2-fuel-form h3,.v2-fuel .v2-fuel-form-title,.v2-home.v2-fuel .v2-fuel-form h3,.v2-home.v2-fuel .v2-fuel-form-title{font-style:italic!important;font-weight:600!important;font-size:23px!important;color:#fff!important;margin:0 0 8px!important;letter-spacing:normal!important;line-height:1.2!important}.v2-fuel .v2-fuel-form-rule{width:38px;height:3px;background:var(--v2-green);border-radius:2px;margin-bottom:20px}.v2-fuel .v2-fuel-field{margin-bottom:12px}.v2-fuel .v2-fuel-field input,.v2-home.v2-fuel .v2-fuel-field input{display:block;width:100%;padding:12px 14px!important;border:1px solid #21334e!important;border-radius:6px!important;font-family:inherit;font-size:13.5px!important;font-weight:500!important;background:var(--v2-navy-field)!important;color:#fff!important;transition:border-color .15s;outline:none;box-shadow:none!important}.v2-fuel .v2-fuel-field input::placeholder{color:#7a8ca6!important;opacity:1}.v2-fuel .v2-fuel-field input:focus{outline:none;border-color:var(--v2-green)!important;background:var(--v2-navy-field)!important;color:#fff!important}.v2-fuel .v2-fuel-send,.v2-home.v2-fuel .v2-fuel-send{background:var(--v2-green)!important;color:var(--v2-navy)!important;font-weight:800!important;font-size:12.5px!important;letter-spacing:.06em;text-transform:uppercase;padding:13px 26px!important;border-radius:6px!important;border:none!important;cursor:pointer;width:100%;transition:background .15s ease;line-height:1.2}.v2-fuel .v2-fuel-send:hover:not(:disabled){background:#fff!important}.v2-fuel .v2-fuel-send:disabled{opacity:.7;cursor:not-allowed}.v2-fuel .v2-fuel-secure{display:flex;align-items:flex-start;gap:7px;margin-top:12px;font-size:11px;color:#8e9cb0;line-height:1.5}.v2-fuel .v2-fuel-secure svg{flex-shrink:0;margin-top:1px}.v2-fuel .v2-fuel-form-error{color:#ff6b6b;font-size:12px;text-align:center;margin-bottom:10px}.v2-fuel .v2-fuel-form-success{color:#c7cede!important;font-size:14.5px!important;margin-bottom:16px!important}.v2-fuel .v2-fuel-form-reset{background:none;border:none;color:var(--v2-green);font-weight:700;font-size:13px;cursor:pointer;padding:0;text-decoration:none}.v2-fuel .v2-fuel-form-reset:hover{color:#fff}.v2-fuel .v2-feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}.v2-fuel .v2-feat-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:var(--v2-navy);border:1.5px solid var(--v2-navy);border-radius:50%;flex:none}.v2-fuel .v2-feat h4,.v2-home.v2-fuel .v2-feat h4{font-weight:700!important;font-size:14.5px!important;letter-spacing:.03em!important;color:var(--v2-navy)!important;margin:0 0 10px!important;text-transform:uppercase!important;line-height:1.3!important}.v2-fuel .v2-feat p,.v2-home.v2-fuel .v2-feat p{font-size:13.5px!important;line-height:1.7!important;color:var(--v2-gray-text)!important;margin:0!important;font-weight:400!important}.v2-fuel .v2-fuel-features{padding:64px 0 56px!important}.v2-fuel .v2-fuel-features h2,.v2-home.v2-fuel .v2-fuel-features h2{text-align:center;font-size:29px!important;color:var(--v2-navy)!important;margin:0 0 44px!important;font-weight:700!important;letter-spacing:normal!important;line-height:1.2!important}.v2-fuel .container,.v2-home.v2-fuel .container{max-width:1240px!important;padding:0 32px!important}.v2-fuel .v2-fuel-hero-grid{display:grid;grid-template-columns:1fr .85fr;gap:56px;align-items:start;position:relative;z-index:1}.v2-fuel .v2-route-strip{padding:44px 0 52px!important;background:var(--v2-gray-bg);overflow:hidden}.v2-fuel .v2-route-kicker{text-align:center;font-weight:800;font-size:13.5px;letter-spacing:.1em;color:var(--v2-navy);text-transform:uppercase;margin:0 0 26px}.v2-fuel .v2-slider-mask{position:relative;overflow:hidden;margin-bottom:22px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 64px,#000 calc(100% - 64px),transparent);mask-image:linear-gradient(90deg,transparent,#000 64px,#000 calc(100% - 64px),transparent)}.v2-fuel .v2-slider-track{display:flex;align-items:center;gap:0;width:max-content;animation:v2-fuel-slide 32s linear infinite}.v2-fuel .v2-slider-track:hover{animation-play-state:paused}.v2-fuel .v2-logo-chip{display:flex;align-items:center;justify-content:center;height:64px;padding:0 30px;flex-shrink:0}.v2-fuel .v2-logo-chip img{height:44px!important;width:auto!important;max-width:150px!important;object-fit:contain;display:block}@keyframes v2-fuel-slide{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.v2-fuel .v2-route-note{text-align:center;font-size:12.5px!important;color:var(--v2-gray-text)!important;max-width:560px;margin:0 auto;line-height:1.6;font-weight:400}.v2-fuel .v2-powered{background:#fff;padding:48px 0!important;border-top:1px solid var(--v2-gray-line);border-bottom:1px solid var(--v2-gray-line)}.v2-fuel .v2-powered-row{display:grid;grid-template-columns:220px 1fr;gap:36px;align-items:center}.v2-fuel .v2-powered h3,.v2-home.v2-fuel .v2-powered h3{font-size:21px!important;color:var(--v2-navy)!important;margin:0 0 8px!important;font-weight:700!important}.v2-fuel .v2-powered p,.v2-home.v2-fuel .v2-powered p{font-size:13.5px!important;line-height:1.75!important;color:var(--v2-gray-text)!important;margin:0!important;max-width:66ch;font-weight:400!important}.v2-fuel .v2-fuel-cta{background:var(--v2-navy);color:#fff;padding:32px 0!important}.v2-fuel .v2-fuel-cta-row{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.v2-fuel .v2-fuel-cta-left{display:flex;align-items:center;gap:18px}.v2-fuel .v2-fuel-cta-icon{width:50px;height:50px;border-radius:50%;flex-shrink:0;background:var(--v2-green);display:flex;align-items:center;justify-content:center;color:var(--v2-navy)}.v2-fuel .v2-fuel-cta-left h3,.v2-home.v2-fuel .v2-fuel-cta-left h3{font-size:21px!important;color:#fff!important;margin:0 0 4px!important;font-weight:700!important}.v2-fuel .v2-fuel-cta-left p{margin:0!important;font-size:13px!important;color:#9fb0c6!important}.v2-fuel .v2-fuel-cta-right{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.v2-fuel .v2-fuel-phone{font-size:12.5px;font-weight:600;color:#fff;text-decoration:none}.v2-fuel .v2-fuel-btn-group{display:inline-flex;align-items:stretch;text-decoration:none;cursor:pointer}.v2-fuel .v2-fuel-btn-label{background:var(--v2-navy);color:#fff;font-family:inherit;font-weight:700;font-size:12.5px;letter-spacing:.06em;text-transform:uppercase;padding:13px 22px;border-radius:6px 0 0 6px;border:none;white-space:nowrap}.v2-fuel .v2-fuel-btn-arrow,.v2-fuel .v2-fuel-btn-label{display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.v2-fuel .v2-fuel-btn-arrow{background:var(--v2-green);color:var(--v2-navy);width:42px;border-radius:0 6px 6px 0;flex-shrink:0;line-height:0;border-left:2px solid #fff}.v2-fuel .v2-fuel-btn-arrow svg{display:block;width:14px;height:14px}.v2-fuel .v2-fuel-btn-group:hover .v2-fuel-btn-label{background:var(--v2-green);color:var(--v2-navy)!important}.v2-fuel .v2-fuel-btn-group:hover .v2-fuel-btn-arrow{background:var(--v2-navy);color:var(--v2-green)}.v2-home.v2-fuel .v2-fuel-hero h1{font-size:37px!important}@media (max-width:980px){.v2-fuel .v2-fuel-hero-grid{grid-template-columns:1fr;gap:32px}.v2-fuel .v2-fuel-hero h1,.v2-home.v2-fuel .v2-fuel-hero h1{font-size:31px!important}.v2-fuel .v2-stat-figure{font-size:54px}.v2-fuel .v2-stat-unit{font-size:26px}.v2-fuel .v2-feat-grid{grid-template-columns:1fr 1fr}.v2-fuel .v2-slider-mask{-webkit-mask-image:linear-gradient(90deg,transparent,#000 32px,#000 calc(100% - 32px),transparent);mask-image:linear-gradient(90deg,transparent,#000 32px,#000 calc(100% - 32px),transparent)}}@media (max-width:800px){.v2-fuel .v2-powered-row{grid-template-columns:1fr}.v2-fuel .v2-fuel-cta-left{align-items:flex-start}.v2-fuel .v2-fuel-cta-row{flex-direction:column;align-items:flex-start}}@media (max-width:600px){.v2-fuel .v2-feat-grid{grid-template-columns:1fr}.v2-fuel .container,.v2-home.v2-fuel .container{padding:0 32px!important}.v2-fuel .v2-logo-chip{padding:0 20px}.v2-fuel .v2-logo-chip img{height:36px!important}}.v2-home{--v2-navy:#051630;--v2-green:#02dd68;--v2-green-dark:#2b9958;--v2-gray-900:#1b1f27;--v2-gray-600:#5b6472;--v2-gray-300:#dfe3e9;--v2-gray-100:#f5f7fa;color:var(--v2-gray-900);line-height:1.6}.v2-home .bg-light{background-color:var(--v2-gray-100)!important}.v2-home .container{max-width:1180px;padding:0 32px!important}.v2-home h1,.v2-home h1.display-1,.v2-home h1.display-2,.v2-home h1.display-3,.v2-home h1.display-4,.v2-home h1.display-5,.v2-home h1.display-6{font-size:44px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:-.5px!important;color:inherit}.v2-home h2,.v2-home h2.display-1,.v2-home h2.display-2,.v2-home h2.display-3,.v2-home h2.display-4,.v2-home h2.display-5,.v2-home h2.display-6{font-size:32px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:normal!important;color:var(--v2-navy)}.v2-home h3{font-size:22px!important}.v2-home h3,.v2-home h4{font-weight:800!important;line-height:1.2!important;color:var(--v2-navy)}.v2-home h4{font-size:17px!important}.v2-home p{color:var(--v2-gray-600);font-size:16px;line-height:1.6}.v2-home .lead,.v2-home p.lead{font-size:18px!important;font-weight:400!important;line-height:1.6!important}.v2-home .v2-hero{padding:88px 0!important;overflow:hidden}.v2-home .v2-hero.v2-hero-spaced{padding:76px 0!important}.v2-home section.v2-section{padding:88px 0!important}.v2-home section.v2-section-tight{padding:64px 0!important}.v2-home .v2-hero-split{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:stretch}.v2-home .v2-hero-split>:last-child{display:flex;align-items:center}.v2-home .v2-hero-text{padding:20px 0;color:#fff;align-self:center}.v2-home .v2-hero-text h1{color:#fff!important;margin-bottom:16px!important}.v2-home .v2-hero-text .lead,.v2-home .v2-hero-text p{color:#c7cede!important;font-size:18px!important;margin-bottom:10px!important;max-width:480px;opacity:1!important}.v2-home .v2-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--v2-green-dark);margin-bottom:12px}.v2-home .v2-eyebrow-green{color:var(--v2-green)}.v2-home .v2-lead-text{font-size:19px!important;color:var(--v2-gray-900)!important;line-height:1.6}.v2-home .v2-btn-primary{display:inline-flex;align-items:center;gap:8px;font-size:13px!important;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:15px 26px!important;border-radius:4px!important;border:none;background:var(--v2-green);color:#fff!important;text-decoration:none;cursor:pointer;transition:all .18s ease;line-height:1.2}.v2-home .v2-btn-primary:hover{background:var(--v2-navy);color:#fff!important}.v2-home .v2-btn-primary .v2-btn-arrow{background:var(--v2-navy);color:#fff;width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;line-height:0;transition:background .18s ease,color .18s ease;flex-shrink:0}.v2-home .v2-btn-primary .v2-btn-arrow svg{display:block;width:12px;height:12px}.v2-home .v2-btn-primary:hover .v2-btn-arrow{background:#fff;color:var(--v2-navy)}.v2-home .v2-cta-final .v2-btn-primary:hover{background:#fff;color:var(--v2-navy)!important}.v2-home .v2-cta-final .v2-btn-primary:hover .v2-btn-arrow{background:var(--v2-navy);color:var(--v2-green)}.v2-home .v2-btn-outline{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:15px 26px;border-radius:4px;background:transparent;color:var(--v2-green);border:1.5px solid var(--v2-green);text-decoration:none;transition:all .18s ease}.v2-home .v2-btn-outline:hover{background:#fff;color:var(--v2-navy);border-color:#fff}.v2-home:not(.v2-fuel) #form{padding:44px 40px!important;border-radius:16px!important;box-shadow:0 30px 70px rgba(0,0,0,.35)!important;border:none!important;max-width:none!important;width:100%!important}.v2-home:not(.v2-fuel) #form .fs-3,.v2-home:not(.v2-fuel) #form h2{font-size:26px!important;font-weight:800!important;font-style:normal;color:var(--v2-navy)!important;margin-top:6px!important;margin-bottom:0!important}.v2-home:not(.v2-fuel) #form .line-contact{width:52px!important;height:3px!important;margin:14px 0 20px!important}.v2-home:not(.v2-fuel) #form .small,.v2-home:not(.v2-fuel) #form p{color:var(--v2-gray-600)!important;font-size:14.5px!important;margin-bottom:6px!important}.v2-home:not(.v2-fuel) #form .form-control{padding:13px 14px!important;font-size:14px!important;border-radius:5px!important;border:1px solid var(--v2-gray-300)!important;background:var(--v2-gray-100)!important;color:var(--v2-navy)!important;margin-bottom:0}.v2-home:not(.v2-fuel) #form .mb-3,.v2-home:not(.v2-fuel) #form .mb-4{margin-bottom:14px!important}.v2-home:not(.v2-fuel) #form .btn,.v2-home:not(.v2-fuel) #form button[type=submit]{font-size:13px!important;font-weight:700!important;letter-spacing:.5px;text-transform:uppercase;padding:15px 26px!important;border-radius:4px!important}@media (max-width:860px){.v2-home .v2-hero.v2-hero-spaced{padding:56px 0!important}.v2-home .v2-hero-split{grid-template-columns:1fr;gap:32px}.v2-home .v2-hero-text{padding:0}.v2-home .container{padding-left:32px!important;padding-right:32px!important}.v2-home:not(.v2-fuel) #form{padding:28px 22px!important}.v2-home .v2-guarantee-top{display:block!important;align-items:flex-start;flex-wrap:wrap}.v2-home .v2-guarantee-heading{max-width:100%}.v2-home .v2-trustpilot-badge{width:100%;max-width:360px}}.v2-home .v2-guarantee-top{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;flex-wrap:nowrap;margin-bottom:40px}.v2-home .v2-guarantee-heading{flex:1 1 auto;max-width:520px;min-width:0}.v2-home .v2-guarantee-heading h2{margin:14px 0!important;max-width:520px;font-weight:800;color:var(--v2-navy)}.v2-home .v2-guarantee-heading h2 .accent{color:var(--v2-green-dark)}.v2-home .v2-guarantee-heading .v2-lead-text{max-width:480px;margin:0}.v2-home .v2-trustpilot-badge{flex:0 0 auto;display:flex;align-items:center;gap:18px;background:#fff;border-radius:14px;padding:22px 30px;box-shadow:0 20px 42px rgba(5,22,48,.14);border:1px solid var(--v2-gray-300);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.v2-home .v2-trustpilot-badge:hover{transform:translateY(-3px);box-shadow:0 26px 52px rgba(5,22,48,.2)}.v2-home .v2-trustpilot-badge .tp-stars{color:#00b67a;font-size:26px;letter-spacing:3px}.v2-home .v2-trustpilot-badge .tp-text{font-size:14px;color:var(--v2-gray-600);line-height:1.4}.v2-home .v2-trustpilot-badge .tp-text strong{display:block;color:var(--v2-navy);font-size:19px;font-weight:800}.v2-home .v2-guarantee-panel{position:relative;background:var(--v2-navy);border-radius:18px;padding:52px;overflow:hidden}.v2-home .v2-guarantee-panel:before{content:"";position:absolute;left:-70px;bottom:-70px;width:300px;height:300px;background:radial-gradient(circle,rgba(2,221,104,.18),transparent 70%)}.v2-home .v2-guarantee-panel:after{content:"";position:absolute;right:-60px;top:-90px;width:240px;height:240px;background:radial-gradient(circle,rgba(2,221,104,.1),transparent 70%)}.v2-home .v2-guarantee-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:40px}.v2-home .v2-g-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:26px 14px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;transition:background .18s ease,border-color .18s ease}.v2-home .v2-g-item:hover{background:rgba(255,255,255,.09);border-color:rgba(2,221,104,.4)}.v2-home .v2-g-icon{width:38px;height:38px;border-radius:50%;background:var(--v2-green);display:flex;align-items:center;justify-content:center;flex:none}.v2-home .v2-g-item span{color:#fff;font-size:13.5px;font-weight:700;line-height:1.3}.v2-home .v2-guarantee-footer{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:32px;padding-top:36px;border-top:1px solid rgba(255,255,255,.14);width:100%}.v2-home .v2-g-cta{min-width:0}.v2-home .v2-g-note{display:flex;gap:14px;align-items:flex-start}.v2-home .v2-check-dot{flex:none;width:24px;height:24px;border-radius:50%;background:var(--v2-green);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;color:var(--v2-navy);margin-top:1px}.v2-home .v2-g-cta p,.v2-home .v2-g-note p{color:#c7cede;font-size:14.5px;margin:0}.v2-home .v2-g-cta p{margin-bottom:10px}.v2-home .v2-link-arrow{display:inline-flex;align-items:center;gap:6px;color:var(--v2-green);font-weight:700;font-size:14px;text-decoration:none}.v2-home .v2-link-arrow:hover{color:#fff}.v2-home .v2-reason-card{height:100%}.v2-home .v2-reason-card,.v2-home .v2-reason-card2{background:#fff;border:1px solid var(--v2-gray-300);border-radius:8px;padding:26px 24px;display:flex;gap:16px;align-items:flex-start}.v2-home .v2-reason-card2{align-items:center}.v2-home .v2-reason-icon{flex:none;width:44px;height:44px;border-radius:8px;background:var(--v2-navy);display:flex;align-items:center;justify-content:center}.v2-home .v2-reason-card h3,.v2-home .v2-reason-card h4{font-size:17px!important;font-weight:800!important;color:var(--v2-navy);margin-bottom:6px}.v2-home .v2-reason-card p{font-size:14.5px!important;color:var(--v2-gray-600);margin:0}.v2-home .v2-reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px}@media (max-width:640px){.v2-home .v2-reason-grid{grid-template-columns:1fr}}.v2-home .v2-process-wrap{position:relative;background:var(--v2-navy);border-radius:14px;padding:56px;margin-top:44px;overflow:hidden}.v2-home .v2-process-wrap:before{content:"";position:absolute;right:-60px;top:-40px;width:340px;height:340px;background:linear-gradient(135deg,rgba(2,221,104,.25),rgba(2,221,104,0));border-radius:50%}.v2-home .v2-process-header{color:#fff;position:relative;z-index:2;max-width:640px;margin-bottom:44px}.v2-home .v2-process-header h2{color:#fff!important;font-weight:800;margin:0}.v2-home .v2-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative;z-index:2}@media (max-width:860px){.v2-home .v2-steps{grid-template-columns:1fr}}.v2-home .v2-step{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:28px 24px;height:100%;position:relative;z-index:2}.v2-home .v2-step .num{color:var(--v2-green);font-size:13px;font-weight:800;letter-spacing:1px;margin-bottom:14px;display:block}.v2-home .v2-step h3,.v2-home .v2-step h4{color:#fff!important;font-size:17px!important;font-weight:800!important;margin-bottom:8px}.v2-home .v2-step p{color:#b9c1d1!important;font-size:14.5px!important;margin:0}.v2-home .v2-cta-final{background:var(--v2-navy);text-align:center;padding:96px 0;position:relative;overflow:hidden}.v2-home .v2-cta-final:before{content:"";position:absolute;left:-80px;bottom:-80px;width:300px;height:300px;background:radial-gradient(circle,rgba(2,221,104,.18),transparent 70%)}.v2-home .v2-cta-final h2{color:#fff!important;margin:0 auto 16px!important;position:relative;z-index:2;font-weight:800}.v2-home .v2-cta-final p{color:#c7cede!important;max-width:520px;margin:0 auto 34px!important;font-size:16px!important}.v2-home .v2-cta-final .btn,.v2-home .v2-cta-final .v2-btn-primary,.v2-home .v2-cta-final p{position:relative;z-index:2}.v2-home .v2-subscribe-bar{background:linear-gradient(90deg,var(--v2-green) 0,var(--v2-green-dark) 100%);padding:26px 0}.v2-home .v2-subscribe-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.v2-home .v2-subscribe-inner p{color:var(--v2-navy);font-weight:700;margin:0;font-size:15px}.v2-home .v2-subscribe-form{display:flex;gap:0;flex:none;width:min(420px,100%);position:relative}.v2-home .v2-subscribe-form input{border-radius:5px 0 0 5px;border:none;padding:13px 14px;font-size:14px;width:100%;color:var(--v2-navy);background:#fff}.v2-home .v2-subscribe-form input:focus{outline:2px solid var(--v2-navy)}.v2-home .v2-subscribe-form button{border-radius:0 5px 5px 0;background:var(--v2-navy);color:#fff;border:none;padding:0 22px;font-weight:700;font-size:12.5px;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;white-space:nowrap}.v2-home .v2-subscribe-form button.is-success{cursor:default}.v2-home .v2-subscribe-check{display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1;animation:v2-subscribe-check-pop .35s ease}.v2-home .v2-subscribe-error{position:absolute;left:0;top:calc(100% + 6px);margin:0;color:#7a1020;font-size:12.5px;font-weight:600}@keyframes v2-subscribe-check-pop{0%{transform:scale(.4);opacity:0}70%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}@media (max-width:900px){.v2-home .v2-guarantee-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.v2-home .container{padding-left:32px!important;padding-right:32px!important}.v2-home .v2-subscribe-inner{flex-direction:column;align-items:stretch}.v2-home .v2-subscribe-form{width:100%}.v2-home h1,.v2-home h1.display-3{font-size:36px!important}.v2-home .v2-guarantee-footer{grid-template-columns:1fr}.v2-home .v2-guarantee-panel,.v2-home .v2-process-wrap{padding:32px 24px}.v2-home .v2-cta-final{padding:64px 0}}@media (max-width:560px){.v2-home .v2-guarantee-grid{grid-template-columns:repeat(2,1fr)}}.v2-home .v2-hero-trust{display:flex;gap:26px;flex-wrap:wrap;margin:28px 0 34px}.v2-home .v2-hero-trust .item{display:flex;align-items:center;gap:8px;color:#dfe3e9;font-size:13px;font-weight:600}.v2-home .v2-hero-trust .item svg{width:16px;height:16px;stroke:var(--v2-green);flex:none}.v2-home .v2-who-wrap{display:flex;align-items:center;gap:64px}.v2-home .v2-who-copy{flex:1}.v2-home .v2-who-stats{flex:none;display:flex;gap:28px}.v2-home .v2-stat{text-align:center}.v2-home .v2-stat b{display:block;font-size:30px;color:var(--v2-navy);font-weight:800}.v2-home .v2-stat span{font-size:12.5px;color:var(--v2-gray-600);font-weight:600;letter-spacing:.4px;text-transform:uppercase}.v2-home .v2-faq-item{border-bottom:1px solid var(--v2-gray-300);padding:22px 0}.v2-home .v2-faq-q{display:flex;align-items:center;justify-content:space-between;cursor:pointer;gap:20px;background:none;border:none;width:100%;text-align:left;padding:0;font-family:inherit}.v2-home .v2-faq-q h4{margin:0;font-size:17px;font-weight:800;color:var(--v2-navy)}.v2-home .v2-faq-plus{flex:none;width:26px;height:26px;border-radius:50%;border:1.5px solid var(--v2-navy);position:relative;transition:all .2s ease}.v2-home .v2-faq-plus:after,.v2-home .v2-faq-plus:before{content:"";position:absolute;background:var(--v2-navy);top:50%;left:50%;transform:translate(-50%,-50%)}.v2-home .v2-faq-plus:before{width:10px;height:2px}.v2-home .v2-faq-plus:after{width:2px;height:10px;transition:opacity .2s ease}.v2-home .v2-faq-item.open .v2-faq-plus{background:var(--v2-green);border-color:var(--v2-green)}.v2-home .v2-faq-item.open .v2-faq-plus:after{opacity:0}.v2-home .v2-faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease}.v2-home .v2-faq-a p{padding-top:12px;margin:0;color:var(--v2-gray-600);font-size:15px;line-height:1.6}.v2-home .v2-faq-item.open .v2-faq-a{max-height:240px}.v2-home .v2-inline-link{color:var(--v2-green-dark);font-weight:700;text-decoration:none}.v2-home .v2-inline-link:hover{color:var(--v2-navy)}.v2-home .v2-process-wrap a.v2-inline-link{color:var(--v2-green)}.v2-home .v2-process-wrap a.v2-inline-link:hover{color:#fff}.v2-home .v2-diff-list.cols-3{grid-template-columns:repeat(3,1fr)}.v2-home .v2-reason-stack{display:grid;grid-template-columns:1fr;gap:20px;margin-top:0}.v2-home .v2-faq-block h2{margin-bottom:36px!important}.v2-home .v2-process-header p{color:#c7cede!important;margin:0!important;font-size:16px!important}@media (max-width:860px){.v2-home .v2-who-wrap{flex-direction:column;align-items:flex-start;gap:28px}.v2-home .v2-diff-list.cols-3{grid-template-columns:1fr 1fr}}@media (max-width:520px){.v2-home .v2-diff-list.cols-3{grid-template-columns:1fr}}.v2-home .v2-lead-text{font-size:19px;color:#1b1f27;max-width:760px;margin-bottom:18px}.v2-home .v2-prose{margin-left:auto}.v2-home .v2-prose,.v2-home .v2-prose2{max-width:820px;margin-right:auto}.v2-home .v2-prose p{color:var(--v2-gray-600);font-size:16px;margin-bottom:16px}.v2-home .v2-prose p:last-child{margin-bottom:0}.v2-home .v2-two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:start}.v2-home .v2-diff-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}.v2-home .v2-diff-list.cols-1{grid-template-columns:1fr}.v2-home .v2-diff-item{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--v2-gray-300);border-radius:8px;padding:18px}.v2-home .v2-diff-item.span-full{grid-column:1/-1}.v2-home .v2-diff-item .check{flex:none;width:26px;height:26px;border-radius:50%;background:var(--v2-green);display:flex;align-items:center;justify-content:center}.v2-home .v2-diff-item span:last-child{font-weight:700;font-size:14.5px;color:var(--v2-navy);line-height:1.4}.v2-home .v2-rate-callout{margin-top:28px;background:#fff;border-left:4px solid var(--v2-green);border-radius:6px;padding:20px 24px;box-shadow:0 8px 24px rgba(5,22,48,.06)}.v2-home .v2-rate-callout p{margin:0;color:var(--v2-navy);font-size:16px}.v2-home .v2-pull-quote-section{background:var(--v2-gray-100);position:relative;overflow:hidden;padding:80px 0;border-top:1px solid var(--v2-gray-300);border-bottom:1px solid var(--v2-gray-300)}.v2-home .v2-pull-quote-section:before{content:"";position:absolute;left:-80px;top:-60px;width:280px;height:280px;background:radial-gradient(circle,rgba(2,221,104,.12),transparent 70%)}.v2-home .v2-pull-quote-mark{display:block;text-align:center;font-size:60px;line-height:1;color:var(--v2-green);font-weight:800;margin-bottom:4px;font-family:Georgia,serif;position:relative;z-index:2}.v2-home .v2-pull-quote{position:relative;z-index:2;max-width:820px;margin:0 auto;text-align:center;font-size:24px;font-weight:700;line-height:1.5;color:var(--v2-gray-600)}.v2-home .v2-pull-quote .accent{color:var(--v2-navy)}.v2-home .v2-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:24px}.v2-home .v2-cta-final.v2-cta-compact{padding:64px 0}.v2-home .v2-cta-final.v2-cta-compact h2{font-size:26px}@media (max-width:860px){.v2-home .v2-two-col{grid-template-columns:1fr;gap:32px}.v2-home .v2-pull-quote{font-size:20px}}@media (max-width:760px){.v2-home .v2-about-grid{grid-template-columns:1fr}.v2-home .v2-pull-quote-section{padding:56px 0}.v2-home .v2-pull-quote{font-size:18px}}@media (max-width:520px){.v2-home .v2-diff-list{grid-template-columns:1fr}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}