.hs-vg{border-radius:0;overflow:visible!important;padding:0}.hs-vg__card{--vg-card-bg:#fff;--vg-btn-enabled-bg:#0ea5e9;--vg-btn-enabled-text:#fff;--vg-btn-disabled-bg:#94a3b8;--vg-btn-disabled-text:#fff;--vg-video-bg:#0b1020;--aspect:16/9;--vg-frame-border-width:1px;--vg-frame-border-color:var(--vg-btn-enabled-bg);--vg-frame-radius:5px;background:var(--vg-card-bg);border-radius:20px;box-shadow:0 8px 28px rgba(0,0,0,.08);margin:0 auto;max-width:960px;padding:24px}.hs-vg__head{margin-bottom:16px}.hs-vg__title{margin:0 0 8px}.hs-vg__video{aspect-ratio:var(--aspect);background:var(--vg-video-bg);border:var(--vg-frame-border-width) solid var(--vg-frame-border-color);border-radius:var(--vg-frame-radius);overflow:hidden;position:relative;transition:max-width .3s ease;width:100%}.hs-vg__video.is-vertical{margin:0 auto}.hs-vg__video iframe{border:0;display:block;height:100%;touch-action:manipulation;width:100%}.hs-vg__loader{display:grid;inset:0;place-items:center;position:absolute}.hs-vg__loader:after{animation:vgspin .8s linear infinite;border:3px solid hsla(0,0%,100%,.35);border-radius:50%;border-top-color:#fff;content:"";height:36px;width:36px}@keyframes vgspin{to{transform:rotate(1turn)}}.hs-vg__video.is-ready .hs-vg__loader{display:none}.hs-vg__cta{display:grid;gap:10px;justify-items:center;margin-top:16px}.hs-vg__btn{align-items:center;background:var(--vg-btn-disabled-bg);border:0;border-radius:12px;color:var(--vg-btn-disabled-text);cursor:not-allowed;display:inline-flex;font-weight:700;justify-content:center;padding:12px 18px}.hs-vg__btn[aria-disabled=false]{background:var(--vg-btn-enabled-bg);color:var(--vg-btn-enabled-text);cursor:pointer}.hs-vg__btn .btn-text-enabled{display:none}.hs-vg__btn .btn-text-disabled,.hs-vg__btn[aria-disabled=false] .btn-text-enabled{display:inline}.hs-vg__btn[aria-disabled=false] .btn-text-disabled{display:none}.hs-vg__modal{background:rgba(0,0,0,.7);display:grid;inset:0;opacity:0;padding:24px;place-items:center;pointer-events:none;position:fixed;transition:opacity .18s ease;z-index:9999}.hs-vg__modal[aria-hidden=false]{opacity:1;pointer-events:auto}.hs-vg__dialog{background:#fff;border-radius:14px;max-width:1024px;overflow:auto;padding:16px;position:relative;width:90%}@media (max-width:767px){.hs-vg__dialog{border-radius:12px;height:auto;max-height:95vh;max-width:95%!important;padding:12px;width:95%!important}.hs-vg__card{margin-left:10px;margin-right:10px}.hs-vg__dialog{max-width:80%!important;width:80%!important}}.hs-vg__close{background:transparent;border:none;cursor:pointer;font-size:24px;line-height:1;position:absolute;right:12px;top:12px}.hs-vg__modal{padding:16px}.hs-vg__modal[aria-hidden=false] .hs-vg__dialog{max-width:1024px;width:88%}@media (max-width:767px),(orientation:portrait){.hs-vg__modal[aria-hidden=false] .hs-vg__dialog{border-radius:12px!important;height:auto;margin:0!important;max-height:96vh!important;max-width:98vw!important;padding:10px!important;width:98vw!important}.hs-vg__content{padding:0!important}}.hs-vg__progress{margin-top:12px}.hs-vg__progress-bar{background:#e5e7eb;border-radius:999px;height:14px;overflow:hidden;position:relative;width:100%}.hs-vg__progress-fill{align-items:center;background:linear-gradient(90deg,var(--vg-btn-enabled-bg),var(--vg-btn-enabled-bg));display:flex;height:100%;inset:0 auto 0 0;justify-content:flex-end;overflow:visible;padding-right:6px;position:absolute;transition:width .24s ease;width:0}.hs-vg__progress-text{color:#fff;font-size:12px;font-weight:700;pointer-events:none;text-shadow:0 1px 2px rgba(0,0,0,.35);white-space:nowrap}.hs-vg__progress-text.is-outside{color:#111827;position:absolute;right:-6px;text-shadow:none;transform:translateX(100%)}.hs-vg__progress-bar>.hs-vg__progress-text{display:none}.hs-vg--lock{overflow:hidden}.hs-vg__dialog{max-height:90vh;overflow-y:auto}.hs-vg__content>div[data-fillout-id]{height:100%;min-height:80vh}.hs-vg__btn{border-radius:3px!important;font-family:Helvetica,Arial,sans-serif;font-size:13px;font-weight:600;padding:20px 25px;text-transform:none;transition:all .25s ease}.hs-vg__btn.is-disabled,a.cta-primary.is-disabled{cursor:not-allowed;filter:grayscale(18%);opacity:.5}a.cta-primary.is-disabled:active,a.cta-primary.is-disabled:hover{transform:none!important}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-4px)}50%{transform:translateX(4px)}75%{transform:translateX(-4px)}to{transform:translateX(0)}}.shake{animation:shake .4s linear}.hs-vg__btn.is-disabled,.hs-vg__btn[aria-disabled=true]{background-color:#d1d5db!important;color:#6b7280!important;cursor:not-allowed;filter:none;opacity:.8}a.cta-primary.is-disabled,a.cta-primary[aria-disabled=true]{background-color:#ccc!important;color:#305771!important;cursor:not-allowed!important;filter:none!important;opacity:.9;pointer-events:auto}a.cta-primary.is-disabled:hover,a.cta-primary[aria-disabled=true]:hover{background-color:#d1d5db!important;color:#6b7280!important;filter:none!important}a.cta-primary:not(.is-disabled):not([aria-disabled=true]),a.cta-primary:not(.is-disabled)[aria-disabled=false]{background-color:#d1a663!important;color:#fff!important;cursor:pointer!important;filter:none!important;opacity:1}a.cta-primary:not(.is-disabled):not([aria-disabled=true]):hover,a.cta-primary:not(.is-disabled)[aria-disabled=false]:focus,a.cta-primary:not(.is-disabled)[aria-disabled=false]:hover{background-color:#d1a663!important;color:#fff!important;filter:none!important}