:root{--color-customer-light:var(--color-accent-light);--color-customer:var(--color-accent);--dh-transition:.15s ease;--dh-bg:#fff;--dh-gap:14px;--dh-2gap:calc(var(--dh-gap)*2);--dh-card-pt:2.5rem;--dh-card-bg:#fff;--dh-card-width:100%;--dh-profile-img-size:120px;--dh-radius:3px;--dh-link-bg:#f3f3f3;--dh-link-bg-hover:#ececec}body{font-size:1rem}h1,h2,h3,h4,legend{font-family:var(--font-primary)}#dh-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}.dh-bg{background:var(--dh-bg);background-position:center top;background-repeat:no-repeat;background-size:cover}#dh-btns-wrap{position:absolute;width:100%;top:0;z-index:99}#dh-btns{margin:0 auto;max-width:var(--dh-card-width);padding:var(--dh-gap);display:flex;justify-content:space-between}#dh-btns>.dh-btn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background var(--dh-transition);background-color:var(--color-bg-dark);color:var(--color-contrast-higher);cursor:pointer}#dh-btns>.dh-btn:hover{background-color:var(--color-bg-darker)}#dh-btns>.dh-btn>svg{width:20px;height:20px}#dh-card-wrap{padding-top:0}#dh-card{position:relative;max-width:100%;margin:0 auto;min-height:100vh;border-radius:0;box-shadow:none;gap:calc(1.5*var(--dh-gap));padding-left:var(--dh-gap);padding-right:var(--dh-gap)}#dh-card-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:var(--dh-card-bg);background-position:center top;background-repeat:no-repeat;background-size:cover}#dh-profile{text-align:center;margin-top:8rem}#dh-profile+#dh-links{margin-top:1rem}#dh-profile-img{width:var(--dh-profile-img-size);height:var(--dh-profile-img-size);border-radius:50%;margin:0 auto;overflow:hidden;transition:transform .3s var(--ease-out-back)}#dh-profile-img img{width:100%;height:100%;object-fit:cover;display:block}#dh-profile-img:hover{transform:scale(1.05)}#dh-profile-name{position:relative;font-size:1.5rem;font-weight:600;color:var(--color-contrast-higher)}#dh-v{position:absolute;right:-24px;bottom:4px}#dh-profile-text{text-wrap:balance;font-weight:500}#dh-profile-link{cursor:pointer}#dh-profile-link>.link{color:var(--color-contrast-higher)}#dh-copy{position:absolute;right:-18px;bottom:1px;opacity:0;transition:opacity var(--dh-transition)}#dh-profile-link:hover #dh-copy{opacity:.8}#dh-links{width:100%;gap:calc(var(--dh-gap)*.75);font-size:calc(-1px + 1rem)}.dh-title{text-align:center;padding-top:var(--dh-gap)}.dh-title h3{font-size:1rem;font-weight:600}.dh-link{position:relative;width:100%;border-radius:var(--dh-radius);overflow:hidden}.dh-link figure{background:var(--dh-link-bg)}.dh-a{display:flex;align-items:center;width:100%;background:var(--dh-link-bg);font-weight:500;text-decoration:none;border:0;color:var(--color-contrast-higher);transition:background var(--dh-transition)}.dh-a:hover{background:var(--dh-link-bg-hover)}.dh-type{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.dh-type-text{min-height:4rem;padding:.5rem 2.5rem}.dh-type-img{min-height:4rem;padding:.5rem 4.5rem}.dh-img{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:var(--dh-radius);overflow:hidden}.dh-img img{width:100%;height:100%;object-fit:cover}.dh-text{text-align:center;text-wrap:balance;line-height:1.2;letter-spacing:-.2px;max-height:2.4rem;overflow:hidden;text-overflow:ellipsis;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;word-wrap:break-word}.dh-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);align-items:center;justify-content:center;display:none}.dh-link:hover .dh-icon{display:flex}.dh-icon>img{width:16px;height:16px}.dh-a--accent{color:#fff;background-color:var(--color-customer-light)}.dh-a--accent:hover{background:var(--color-customer)}.dh-social{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .15s ease;color:var(--color-contrast-higher);padding:.5rem}.dh-social:hover{transform:scale(1.1)}.dh-social svg,.dh-social img{width:2rem;height:2rem}#dh-footer{text-align:center;padding:3rem 0 5rem;gap:var(--dh-2gap)}#dh-footer-cta{height:2.2rem}#dh-footer-cta a{padding:1rem;font-weight:500;border-radius:99px;text-decoration:none;background-color:#fefefe;box-shadow:var(--shadow-sm);color:var(--color-contrast-higher)}#dh-footer-cta a:hover{background-color:#fafafa}#dh-footer-links{font-size:.7rem}#dh-footer-links a{color:var(--color-contrast-medium)}#dh-qr{display:inline-flex}#dh-qrcode{position:fixed;right:1.2rem;bottom:1rem;text-align:center;opacity:0;z-index:-1;transition:opacity var(--dh-transition);background:transparent;padding:var(--space-xs);border-radius:var(--dh-radius);color:var(--color-contrast-higher)}#dh-qrcode img{width:125px;height:125px;border-radius:var(--dh-radius)}@media(min-width:1024px){#dh-qr{display:none}#dh-qrcode{opacity:1}}
