@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200&display=swap");:root{--vh-teal:#57bba7;--vh-teal-deep:#2e7f73;--vh-orange:#f2843e;--vh-orange-hover:#e67a3a}.vh-shell{background:var(--vh-teal);border-radius:28px;padding:4px}.vhcard{background:var(--vh-teal-deep);border-radius:24px;color:#fff;font-family:Outfit,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;font-weight:200;overflow:hidden}.vhcard-media{border-top-left-radius:24px;border-top-right-radius:24px;overflow:hidden;position:relative}wistia-player{aspect-ratio:16/9;border:none;display:block;width:100%}.vhcard-footer{background:var(--vh-teal-deep);padding:clamp(16px,3vw,28px)}.vh-row{align-items:center;display:flex;gap:16px;justify-content:space-between;margin:0 auto;max-width:1100px}.vh-copy{flex:1 1 auto;font-size:clamp(.95rem,1.2vw,1.05rem);line-height:1.5;margin:0}.vh-btn,.vh-copy{color:#fff;font-weight:200}.vh-btn{align-items:center;background:var(--vh-orange);border-radius:999px;display:inline-flex;flex:0 0 auto;font-family:Outfit,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;justify-content:center;padding:12px 18px;text-decoration:none;transition:background-color .18s ease,filter .18s ease,transform .18s ease;white-space:nowrap}.vh-btn:focus-visible,.vh-btn:hover{background:var(--vh-orange-hover);filter:none;font-family:Outfit,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;font-weight:200;outline:none;text-decoration:none;transform:translateY(-1px)}@media (max-width:640px){.vh-row{align-items:flex-start;flex-direction:column}.vh-btn{text-align:center;width:100%}}