@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&family=Merriweather:ital,wght@0,300;0,400;0,700;1,400;1,700&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:wght@400;600;700&display=swap";:root{--thl-yellow:#ffb600;--thl-yellow-hover:#f29616;--thl-red:#fe3b1f;--thl-red-access:#de3412;--thl-red-hover:#bd0b02;--thl-dark:#1d252c;--thl-dark-2:#28333d;--thl-dark-3:#313e4a;--thl-mid-dark:#626569;--thl-mid:#f2f4f5;--thl-light:#fafafa;--thl-white:#fff;--thl-black:#000;--thl-blue:#00a9be;--thl-lime:#b4d234;--thl-teal:#0f8972;--thl-copyright:#6a6e70;--thl-footer-link:#a9acae;--thl-placeholder:#666b70;--thl-faded-grey:#7d858b;--thl-disabled-bg:#dee0df;--thl-disabled-bg-2:#cacbcc;--thl-disabled-fg:#1d252c99;--thl-border:#1d252c33;--thl-border-light:#1d252c1a;--thl-border-yellow:#ffb60080;--thl-overlay-option:#1d252cad;--fg-1:var(--thl-dark);--fg-2:var(--thl-mid-dark);--fg-3:var(--thl-faded-grey);--fg-inverse:var(--thl-white);--bg-page:var(--thl-white);--bg-soft:var(--thl-mid);--bg-dark:var(--thl-dark);--bg-darker:var(--thl-black);--accent:var(--thl-yellow);--accent-hover:var(--thl-yellow-hover);--danger:var(--thl-red-access);--danger-hover:var(--thl-red-hover);--link-underline:var(--thl-yellow);--font-title:"Montserrat", Arial, Helvetica, sans-serif;--font-body:"Merriweather", Georgia, serif;--font-featured:"Noto Serif", Georgia, serif;--font-small:"Open Sans", Arial, Helvetica, sans-serif;--fw-thin:200;--fw-light:300;--fw-regular:400;--fw-semi:600;--fw-bold:700;--fw-black:900;--max-width:1302px;--narrow-content-width:60rem;--header-h-mob:60px;--header-h-dsk:76px;--bp-mobile:450px;--bp-tablet:768px;--bp-tablet-large:1024px;--bp-desktop:1440px;--bp-desktop-full:1920px;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:24px;--sp-6:32px;--sp-7:48px;--sp-8:64px;--sp-9:96px;--sp-10:128px;--radius-0:0;--radius-pill:999px;--shadow-card:0 2px 8px 0 #0000000f, 0 1px 2px 0 #0000000a;--shadow-modal:0 24px 48px 0 #0000002e, 0 4px 12px 0 #0000001a;--shadow-dialog:0 -2px 24px 0 #00000040, 0 -2px 8px 0 #00000026;--ease:ease-in-out;--t-fast:.2s;--t-med:.5s}.thl-eyebrow{font-family:var(--font-title);font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.12em;color:var(--fg-1);font-size:13px}.thl-link{color:inherit;border-bottom:2px solid var(--link-underline);transition:background-color var(--t-fast) var(--ease);word-wrap:break-word;text-decoration:none;display:inline}.thl-link:hover,.thl-link:focus{background-color:var(--link-underline);outline:0}.thl-link--red{border-bottom-color:var(--thl-red)}.thl-link--red:hover,.thl-link--red:focus{background-color:var(--thl-red);color:var(--thl-white)}:focus-visible{outline:2px solid var(--thl-yellow);outline-offset:1px}html,body{margin:0;padding:0;overflow-x:hidden}*,:before,:after{box-sizing:border-box}body{background:var(--thl-white);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}::selection{background:var(--thl-yellow);color:var(--thl-dark)}a,button,[role=button],.vic-link,.vic-btn{cursor:pointer}a *,button *,[role=button] *,.vic-link *,.vic-btn *{cursor:inherit}@keyframes vicScrim{0%{opacity:0}to{opacity:1}}@keyframes vicRise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes vicPulse{0%{box-shadow:0 0 #ffb6008c}70%{box-shadow:0 0 0 13px #ffb60000}to{box-shadow:0 0 #ffb60000}}.vic{font-family:var(--font-body);color:var(--thl-dark);background:var(--thl-white)}.vic-wrap{max-width:var(--max-width);margin:0 auto;padding-inline:2.5rem}.vic-section{padding:96px 0}.vic-section--dark{background:var(--thl-dark);color:#fff}.vic-section--soft{background:var(--thl-mid)}.vic-h1{font-family:var(--font-title);font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.01em;text-wrap:balance;margin:0;font-size:clamp(42px,6.6vw,86px);line-height:.98}.vic-h2{font-family:var(--font-title);text-transform:uppercase;letter-spacing:.02em;text-wrap:balance;margin:0;font-size:56px;font-weight:800;line-height:1.04}.vic-h3{font-family:var(--font-title);font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.02em;margin:0;font-size:25px;line-height:1.1}.vic-section-head{font-family:var(--font-title);text-transform:uppercase;letter-spacing:.02em;text-wrap:balance;margin:0;font-size:34px;font-weight:800;line-height:1.1}.vic-prose{font-family:var(--font-body);font-weight:var(--fw-light);color:var(--thl-dark-2);font-size:18px;line-height:1.55}.vic-section--dark .vic-prose{color:#ffffffe6}.vic-prose strong{font-weight:var(--fw-bold);color:inherit}.vic-link{color:var(--vic-link-color,inherit);border-bottom:2px solid var(--thl-yellow);transition:background-color .2s var(--ease), color .2s var(--ease);text-decoration:none}.vic-link:hover,.vic-link:focus-visible{background-color:var(--thl-yellow);color:var(--thl-dark)}.vic-sq{background:var(--thl-yellow);width:9px;height:9px;display:inline-block}.vic-vic-badge{font-family:var(--font-title);font-weight:var(--fw-black);letter-spacing:.14em;color:var(--thl-dark);background:var(--thl-yellow);padding:8px 13px;font-size:16px}.vic-btn{font-family:var(--font-title);font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.06em;background:var(--thl-yellow);height:46px;color:var(--thl-dark);cursor:pointer;white-space:nowrap;border:0;justify-content:center;align-items:center;padding:0 22px;font-size:13px;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex;position:relative}.vic-btn:after{content:"";border-bottom:16px solid var(--thl-yellow-hover);border-left:16px solid #0000;width:0;height:0;position:absolute;bottom:0;right:0}.vic-btn:hover{background:var(--thl-yellow-hover)}.vic-btn--lg{height:58px;font-size:15px}.vic-btn--lg:after{border-bottom-width:22px;border-left-width:22px}.vic-btn--xl{height:64px;padding:0 40px;font-size:16px}.vic-btn--xl:after{border-bottom-width:26px;border-left-width:26px}.vic-btn--block{width:100%}.vic-btn--pulse{animation:2.4s ease-out infinite vicPulse}.vic-btn--red{background:var(--thl-red);color:#fff}.vic-btn--red:after{border-bottom-color:var(--thl-red-hover)}.vic-btn--red:hover{background:var(--thl-red-hover)}.vic-btn--outline{color:var(--thl-dark);border:2px solid var(--thl-dark);background:0 0}.vic-btn--outline:after{display:none}.vic-btn--outline:hover{background:var(--thl-dark);color:#fff}@media (width<=960px){.vic-section{padding:64px 0}}@media (width<=640px){.vic-h2{font-size:36px}}@media (prefers-reduced-motion:reduce){.vic-btn--pulse{animation:none}}.vic-header{z-index:100;background:var(--thl-dark);color:#fff;border-bottom:1px solid #ffffff0f;height:76px;position:sticky;top:0}.vic-header .vic-wrap{align-items:center;gap:28px;max-width:100ch;height:100%;display:flex}.vic-logo{white-space:nowrap;cursor:pointer;align-items:center;display:inline-flex}.vic-logo img{width:auto;height:48px;display:block}.vic-nav{flex-wrap:nowrap;align-items:center;gap:24px;margin-left:14px;display:flex}.vic-nav a{cursor:pointer;font-family:var(--font-title);font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.06em;color:#fff;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;padding:6px 0;font-size:12.5px;text-decoration:none}.vic-nav a:hover{border-bottom:2px solid var(--thl-yellow)}.vic-header-cta{margin-left:auto}.vic-header-back{cursor:pointer;font-family:var(--font-title);font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.06em;color:#fff;white-space:nowrap;border-bottom:2px solid #0000;font-size:12.5px;text-decoration:none}.vic-header-back:hover{border-bottom:2px solid var(--thl-yellow)}.vic-cta-short{display:none}@media (width<=900px){.vic-nav{display:none}}@media (width<=600px){.vic-header{height:60px}.vic-logo img{height:38px}.vic-logo--exec,.vic-cta-full{display:none}.vic-cta-short{display:inline}.vic-header-cta .vic-btn{height:2.5rem;padding:1rem}}.vic-footer{color:var(--thl-white);background:#11171c;padding:64px 0}.vic-footer-inner{text-align:center;flex-direction:column;align-items:center;gap:22px;display:flex}.vic-footer-logo{width:auto;max-width:100%;height:30px;display:block}.vic-footer-disclaimer{font-family:var(--font-body);font-weight:var(--fw-light);color:#fff9;max-width:560px;margin:0;font-size:14px;line-height:1.6}.vic-footer-links{flex-wrap:wrap;justify-content:center;gap:28px;display:flex}.vic-footer-links a{font-family:var(--font-small);letter-spacing:.08em;text-transform:uppercase;color:var(--thl-footer-link);cursor:pointer;font-size:12px;text-decoration:none;transition:color .15s}.vic-footer-links a:hover{color:var(--thl-yellow)}.vic-scrim{z-index:200;background:#0009;justify-content:center;align-items:center;padding:24px;animation:.2s vicScrim;display:flex;position:fixed;inset:0}.vic-modal{background:#fff;width:100%;max-width:520px;max-height:90vh;padding:42px 36px 38px;animation:.28s vicRise;position:relative;overflow:auto}.vic-modal-close{color:var(--thl-dark);cursor:pointer;background:0 0;border:0;padding:8px 12px;font-size:26px;line-height:1;position:absolute;top:12px;right:12px}.pf-test-banner{text-align:center;color:#7a2e00;background:#ffe08a;border:1px solid #e0a800;border-radius:6px;flex-direction:column;align-items:center;gap:4px;margin-bottom:16px;padding:10px 14px;display:flex}.pf-test-banner-title{font-family:var(--font-title);font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.06em;font-size:13px}.pf-test-banner-sub{font-family:var(--font-body);font-weight:var(--fw-light);letter-spacing:.02em;opacity:.9;font-size:12px}.pf-eyebrow{font-family:var(--font-title);font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.12em;color:var(--thl-red-access);margin-bottom:10px;font-size:12px}.pf-title{font-family:var(--font-title);text-transform:uppercase;letter-spacing:.02em;color:var(--thl-dark);margin:0 0 12px;font-size:28px;font-weight:800;line-height:1.08}.pf-lede{font-family:var(--font-body);font-weight:var(--fw-light);color:var(--thl-dark-2);margin:0 0 22px;font-size:16px;line-height:1.55}.pf-row{gap:12px;display:flex}.pf-row>.pf-input{flex:1;min-width:0}.pf-input{font-family:var(--font-body);font-weight:var(--fw-light);color:var(--thl-dark);border:1px solid var(--thl-border);background:#fff;outline:none;width:100%;margin-bottom:12px;padding:15px 14px;font-size:16px;display:block}.pf-input:focus{border-color:var(--thl-yellow);box-shadow:inset 0 0 0 1px var(--thl-yellow)}.pf-input[aria-invalid=true]{border-color:var(--thl-red-access);box-shadow:inset 0 0 0 1px var(--thl-red-access)}.pf-select{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--thl-mid-dark) 50%), linear-gradient(135deg, var(--thl-mid-dark) 50%, transparent 50%);background-position:calc(100% - 18px),calc(100% - 13px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:34px}.pf-textarea{resize:vertical;line-height:1.55}.pf-edit-toggle{cursor:pointer;font-family:var(--font-title);font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.06em;color:var(--thl-red-access);background:0 0;border:0;margin:2px 0 14px;padding:2px 0;font-size:12px}.pf-edit-toggle:hover{color:var(--thl-red-hover)}.pf-editor{margin-bottom:8px}.pf-label{font-family:var(--font-title);font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.08em;color:var(--thl-mid-dark);margin:4px 0 6px;font-size:11px;display:block}.pf-check{font-family:var(--font-body);font-weight:var(--fw-light);color:var(--thl-dark-2);cursor:pointer;align-items:flex-start;gap:10px;margin:4px 0;font-size:14px;line-height:1.4;display:flex}.pf-check input{accent-color:var(--thl-yellow);margin-top:3px}.pf-error{font-family:var(--font-small);color:var(--thl-red-access);margin-top:10px;font-size:13px}.pf-spinner{border:2px solid #1d252c59;border-top-color:var(--thl-dark);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite pfSpin;display:inline-block}@keyframes pfSpin{to{transform:rotate(360deg)}}.pf-success{text-align:center;padding:8px 0}.pf-success-check{background:var(--thl-yellow);width:56px;height:56px;color:var(--thl-dark);justify-content:center;align-items:center;margin:0 auto 22px;font-size:30px;font-weight:700;line-height:1;display:flex}.pf-success .pf-title{font-size:26px}.pf-success .pf-lede{margin-bottom:24px}
