@property --wepro-fixed-bottom-theme{syntax:'<length>';inherits:true;initial-value:0px}@property --wepro-fixed-bottom-a11y{syntax:'<length>';inherits:true;initial-value:0px}@property --wepro-fixed-bottom-cta{syntax:'<length>';inherits:true;initial-value:0px}@property --wepro-fixed-bottom-site{syntax:'<length>';inherits:true;initial-value:0px}@property --wepro-fixed-top-theme{syntax:'<length>';inherits:true;initial-value:0px}@property --wepro-fixed-top-site{syntax:'<length>';inherits:true;initial-value:0px}@property --wepro-consent-banner-offset{syntax:'<length>';inherits:true;initial-value:0px}:root{--wc-primary:var(--wdt-color-primary,#2563eb);--wc-primary-hover:#1d4ed8;--wc-primary-light:#eff6ff;--wc-primary-rgb:37,99,235;--wc-accent:#7c3aed;--wc-bg:#fff;--wc-bg-alpha:rgba(255,255,255,.92);--wc-surface:#f8f9fa;--wc-border:#e9ecef;--wc-border-subtle:#f1f3f5;--wc-text:#111827;--wc-text-secondary:#6b7280;--wc-text-muted:#6b7280;--wc-success:var(--wdt-color-success,#059669);--wc-success-light:#ecfdf5;--wc-error:#dc2626;--wc-shadow-sm:0 1px 2px rgba(0,0,0,.04);--wc-shadow-md:0 4px 12px rgba(0,0,0,.08);--wc-shadow-lg:0 16px 48px rgba(0,0,0,.12);--wc-shadow-banner:0 4px 24px rgba(0,0,0,.1),0 1px 4px rgba(0,0,0,.06);--wc-radius-sm:4px;--wc-radius-md:8px;--wc-radius-lg:12px;--wc-radius-pill:9999px;--wc-fast:.15s cubic-bezier(.4,0,.2,1);--wc-base:.25s cubic-bezier(.4,0,.2,1);--wc-slow:.35s cubic-bezier(.4,0,.2,1);--wc-font:inherit;--wc-z-banner:99999;--wc-z-modal:100000}@media (prefers-color-scheme:dark){:root{--wc-primary:#3b82f6;--wc-primary-hover:#60a5fa;--wc-primary-light:rgba(59,130,246,.15);--wc-primary-rgb:59,130,246;--wc-bg:#0f0f0f;--wc-bg-alpha:rgba(15,15,15,.92);--wc-surface:#1a1a1a;--wc-border:#2d2d2d;--wc-border-subtle:#1f1f1f;--wc-text:#f9fafb;--wc-text-secondary:#9ca3af;--wc-text-muted:#9ca3af;--wc-success:#10b981;--wc-success-light:rgba(16,185,129,.12);--wc-shadow-banner:0 4px 24px rgba(0,0,0,.35);--wc-shadow-lg:0 16px 48px rgba(0,0,0,.4);--wc-shadow-md:0 4px 12px rgba(0,0,0,.2)}}@keyframes wc-banner-enter{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes wc-banner-exit{from{transform:translateY(0);opacity:1}to{transform:translateY(20px);opacity:0}}@keyframes wc-modal-fade-in{from{opacity:0}to{opacity:1}}@keyframes wc-dialog-scale-in{from{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}body.wepro-consent-modal-active{overflow:hidden}.wepro-consent-banner{position:fixed;bottom:0;left:0;right:0;padding-bottom:24px;padding-bottom:calc(24px + env(safe-area-inset-bottom, 0px));margin-bottom:0;margin-bottom:clamp(0px, calc(
		var(--wepro-fixed-bottom-theme, 0px) +
		var(--wepro-fixed-bottom-a11y, 0px) +
		var(--wepro-fixed-bottom-cta, 0px) +
		var(--wepro-fixed-bottom-site, 0px) +
		var(--wepro-consent-banner-offset, 0px)
	), 50vh);z-index:var(--wc-z-banner);font-family:var(--wc-font);color:var(--wc-text);pointer-events:none;display:flex;justify-content:center}.wepro-consent-banner-inner{pointer-events:auto;display:flex;flex-direction:column;align-items:center;gap:14px;padding:22px 32px 18px;background:var(--wc-bg-alpha);-webkit-backdrop-filter:blur(20px) saturate(1.4);backdrop-filter:blur(20px) saturate(1.4);border-radius:20px;border:1px solid var(--wc-border);box-shadow:var(--wc-shadow-banner);max-width:calc(100vw - 32px)}@supports not (backdrop-filter:blur(1px)){.wepro-consent-banner-inner{background:var(--wc-bg);-webkit-backdrop-filter:none;backdrop-filter:none}}.wepro-consent-banner.wepro-consent-visible .wepro-consent-banner-inner{animation:wc-banner-enter .4s cubic-bezier(.16,1,.3,1) both}.wepro-consent-banner.wepro-consent-hiding .wepro-consent-banner-inner{animation:wc-banner-exit .25s cubic-bezier(.4,0,.2,1) both}.wepro-consent-banner-text{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--wc-text-secondary);white-space:nowrap;text-align:center}.wepro-consent-banner-sep{width:3px;height:3px;border-radius:50%;background:var(--wc-text-muted);flex-shrink:0;display:none}.wepro-consent-banner-actions{display:flex;align-items:center;gap:4px;justify-content:center;flex-wrap:wrap}.wepro-consent-banner--pos-top{top:0;bottom:auto;padding-top:24px;padding-top:calc(24px + env(safe-area-inset-top, 0px));padding-bottom:0;margin-bottom:0;margin-top:0;margin-top:clamp(0px, calc(
		var(--wepro-fixed-top-theme, 0px) +
		var(--wepro-fixed-top-site, 0px) +
		var(--wepro-consent-banner-offset, 0px)
	), 50vh)}.wepro-consent-banner--pos-bottom-left{justify-content:flex-start}.wepro-consent-banner--pos-bottom-right{justify-content:flex-end}.wepro-consent-banner--pos-bottom-left .wepro-consent-banner-inner{margin-left:24px}.wepro-consent-banner--pos-bottom-right .wepro-consent-banner-inner{margin-right:24px}.wepro-consent-banner--bar{bottom:0;left:0;right:0;padding-bottom:0}.wepro-consent-banner--bar.wepro-consent-banner--pos-top{top:0;bottom:auto;padding-top:0;padding-bottom:0}.wepro-consent-banner--bar .wepro-consent-banner-inner{flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%;max-width:none;margin:0;border-radius:0;border-left:0;border-right:0}.wepro-consent-banner--box .wepro-consent-banner-inner{max-width:380px}.wepro-consent-reopen-dock{position:fixed;bottom:0;left:0;z-index:99998;pointer-events:none;padding-bottom:8px;padding-bottom:calc(8px + env(safe-area-inset-bottom, 0px));padding-left:8px;padding-left:calc(8px + env(safe-area-inset-left, 0px));margin-bottom:0;margin-bottom:clamp(0px, calc(
		var(--wepro-fixed-bottom-theme, 0px) +
		var(--wepro-fixed-bottom-a11y, 0px) +
		var(--wepro-fixed-bottom-cta, 0px) +
		var(--wepro-fixed-bottom-site, 0px) +
		var(--wepro-consent-banner-offset, 0px)
	), 50vh)}.wepro-consent-reopen{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;min-height:32px;min-width:44px;padding:6px 12px;border-radius:var(--wc-radius-pill);font-family:var(--wc-font);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;color:inherit;background:rgba(0,0,0,.04);opacity:.7;transition:opacity var(--wc-fast)}.wepro-consent-reopen:hover,.wepro-consent-reopen:focus-visible{opacity:1}.wepro-consent-reopen:focus-visible{outline:2px solid var(--wc-primary);outline-offset:2px}@media (prefers-color-scheme:dark){.wepro-consent-reopen{background:rgba(255,255,255,.08)}}@media (prefers-reduced-motion:reduce){.wepro-consent-reopen{transition:none}}@media (max-width:479px){.wepro-consent-banner-inner{padding:18px 20px 14px;gap:12px}.wepro-consent-banner-actions{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:8px 6px;width:100%;justify-items:center}.wepro-consent-banner-reject{order:1;width:100%}.wepro-consent-banner-accept{order:2;width:100%;margin-left:0}.wepro-consent-banner-actions .wepro-consent-banner-link-btn,.wepro-consent-banner-actions .wepro-consent-banner-policy{font-size:9px;letter-spacing:.1em;padding:2px 4px;min-height:24px;opacity:.85}.wepro-consent-banner-actions .wepro-consent-banner-link-btn{order:3;grid-column:1;grid-row:2;justify-self:end}.wepro-consent-banner-actions .wepro-consent-banner-policy{order:4;grid-column:2;grid-row:2;justify-self:start}}.wepro-consent-banner-link-btn{background:0 0;border:none;padding:6px 10px;font-family:var(--wc-font);font-size:11px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--wc-text-muted);cursor:pointer;border-radius:var(--wc-radius-pill);transition:color var(--wc-fast),background var(--wc-fast);white-space:nowrap;min-height:32px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.wepro-consent-banner-link-btn:hover{color:var(--wc-text);background:rgba(0,0,0,.04)}.wepro-consent-banner-link-btn:focus-visible{outline:2px solid var(--wc-primary);outline-offset:2px}@media (prefers-color-scheme:dark){.wepro-consent-banner-link-btn:hover{color:var(--wc-text);background:rgba(255,255,255,.08)}}.wepro-consent-banner-reject{background:0 0;border:1.5px solid var(--wc-text);padding:8px 18px;font-family:var(--wc-font);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--wc-text);cursor:pointer;border-radius:var(--wc-radius-pill);transition:opacity var(--wc-fast),transform var(--wc-fast),background var(--wc-fast);white-space:nowrap;min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.wepro-consent-banner-reject:hover{background:rgba(0,0,0,.06);transform:scale(1.03)}.wepro-consent-banner-reject:active{transform:scale(.97)}.wepro-consent-banner-reject:focus-visible{outline:2px solid var(--wc-primary);outline-offset:2px}@media (prefers-color-scheme:dark){.wepro-consent-banner-reject:hover{background:rgba(255,255,255,.1)}}@media (prefers-contrast:high){.wepro-consent-banner-reject{border-width:2px}}.wepro-consent-sr-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wepro-consent-banner-accept{background:var(--wc-text);border:1.5px solid var(--wc-text);padding:8px 18px;font-family:var(--wc-font);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--wc-bg);cursor:pointer;border-radius:var(--wc-radius-pill);transition:opacity var(--wc-fast),transform var(--wc-fast),box-shadow var(--wc-fast);white-space:nowrap;min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center;margin-left:4px}.wepro-consent-banner-accept:hover{opacity:.8;transform:scale(1.03)}.wepro-consent-banner-accept:active{transform:scale(.97)}.wepro-consent-banner-accept:focus-visible{outline:2px solid var(--wc-primary);outline-offset:2px}.wepro-consent-banner-policy{font-size:11px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--wc-text-muted);text-decoration:none;opacity:.6;transition:opacity var(--wc-fast);white-space:nowrap;padding:6px 10px;min-height:32px;display:inline-flex;align-items:center}.wepro-consent-banner-policy:hover{opacity:1}.wepro-consent-drag-handle{display:none}.wepro-consent-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border:none;border-radius:var(--wc-radius-sm);font-size:14px;font-weight:600;cursor:pointer;font-family:var(--wc-font);min-height:44px;min-width:44px;line-height:1.2;text-decoration:none;position:relative;transition:transform var(--wc-fast),box-shadow var(--wc-fast),background var(--wc-fast),color var(--wc-fast),border-color var(--wc-fast);width:100%}.wepro-consent-btn:hover{transform:scale(1.02);box-shadow:var(--wc-shadow-md)}.wepro-consent-btn:active{transform:scale(.98);box-shadow:none}.wepro-consent-btn:focus-visible{outline:2px solid var(--wc-primary);outline-offset:2px}.wepro-consent-btn--primary{background:var(--wc-primary);color:#fff}.wepro-consent-btn--primary:hover{background:var(--wc-primary-hover)}.wepro-consent-btn--secondary{background:var(--wc-surface);color:var(--wc-text);border:1px solid var(--wc-border)}.wepro-consent-btn--secondary:hover{background:var(--wc-border-subtle);border-color:var(--wc-text-muted)}.wepro-consent-btn--outline{background:0 0;color:var(--wc-primary);border:1.5px solid var(--wc-primary);padding:9px 19px}.wepro-consent-btn--outline:hover{background:var(--wc-primary-light)}.wepro-consent-modal-overlay{position:fixed;inset:0;z-index:var(--wc-z-modal);background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;padding:0}.wepro-consent-modal-overlay.wepro-consent-visible{animation:wc-modal-fade-in var(--wc-base) both}@media (prefers-color-scheme:dark){.wepro-consent-modal-overlay{background:rgba(0,0,0,.6)}}.wepro-consent-modal-dialog{background:var(--wc-bg);border-radius:var(--wc-radius-lg) var(--wc-radius-lg) 0 0;width:100%;max-width:100%;max-height:85vh;overflow-y:auto;box-shadow:var(--wc-shadow-lg);display:flex;flex-direction:column}.wepro-consent-modal-overlay.wepro-consent-visible .wepro-consent-modal-dialog{animation:wc-dialog-scale-in var(--wc-base) both}@media (prefers-color-scheme:dark){.wepro-consent-modal-dialog{border:1px solid var(--wc-border);box-shadow:none}}.wepro-consent-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--wc-border);flex-shrink:0}.wepro-consent-modal-header h2{margin:0;font-size:16px;font-weight:700;color:var(--wc-text);display:flex;align-items:center;gap:8px;font-family:var(--wc-font)}.wepro-consent-modal-header .dashicons{color:var(--wc-primary);font-size:20px;width:20px;height:20px}.wepro-consent-modal-close{background:0 0;border:none;font-size:28px;color:var(--wc-text-muted);cursor:pointer;padding:0;line-height:1;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:var(--wc-radius-sm);transition:color var(--wc-fast),background var(--wc-fast)}.wepro-consent-modal-close:hover{color:var(--wc-error);background:rgba(220,38,38,.06)}.wepro-consent-modal-close:focus-visible{outline:2px solid var(--wc-primary);outline-offset:-2px}.wepro-consent-modal-body{padding:16px;overflow-y:auto;flex:1}.wepro-consent-modal-body>p{margin:0 0 16px;font-size:14px;line-height:1.57;color:var(--wc-text-secondary)}.wepro-consent-categories{display:flex;flex-direction:column;gap:8px}.wepro-consent-category{border:1px solid var(--wc-border);border-radius:var(--wc-radius-md);padding:12px 14px;background:var(--wc-bg);transition:border-color var(--wc-fast),box-shadow var(--wc-fast),transform var(--wc-fast)}.wepro-consent-category:hover{border-color:rgba(var(--wc-primary-rgb),.4);box-shadow:0 2px 8px rgba(var(--wc-primary-rgb),.06);transform:translateY(-1px)}.wepro-consent-category-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.wepro-consent-category-info{display:flex;align-items:center;gap:8px}.wepro-consent-category-info .dashicons{color:var(--wc-primary);font-size:18px;width:18px;height:18px}.wepro-consent-category-info strong{font-size:14px;color:var(--wc-text)}.wepro-consent-category-toggle{flex-shrink:0}.wepro-consent-category-desc{margin:8px 0 0;font-size:12px;line-height:1.4;color:var(--wc-text-muted);padding-left:0}.wepro-consent-always-active{font-size:11px;font-weight:600;color:var(--wc-success);background:var(--wc-success-light);padding:4px 12px;border-radius:var(--wc-radius-pill);white-space:nowrap;letter-spacing:.02em}.wepro-consent-switch{position:relative;display:inline-block;width:44px;height:24px}.wepro-consent-switch input{opacity:0;width:0;height:0;position:absolute}.wepro-consent-switch-slider{position:absolute;cursor:pointer;inset:0;background:var(--wc-border);border-radius:24px;transition:background var(--wc-base),box-shadow var(--wc-fast)}.wepro-consent-switch-slider:before{content:'';position:absolute;height:18px;width:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform var(--wc-base);box-shadow:0 1px 3px rgba(0,0,0,.12)}.wepro-consent-switch input:checked+.wepro-consent-switch-slider{background:var(--wc-primary)}.wepro-consent-switch input:checked+.wepro-consent-switch-slider:before{transform:translateX(20px)}.wepro-consent-switch input:focus-visible+.wepro-consent-switch-slider{box-shadow:0 0 0 3px var(--wc-primary-light)}.wepro-consent-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--wc-border);flex-shrink:0;flex-direction:column}.wepro-consent-modal-footer .wepro-consent-btn{width:100%}.wepro-cookie-policy-section{margin-bottom:24px}.wepro-cookie-policy-section h3{font-size:18px;margin:0 0 6px;font-family:var(--wc-font);color:var(--wc-text)}.wepro-cookie-policy-section p{font-size:14px;line-height:1.5;color:var(--wc-text-secondary)}.wepro-cookie-policy-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:12px 0}.wepro-consent-policy-table{width:100%;border-collapse:collapse;font-size:14px}.wepro-consent-policy-table th,.wepro-consent-policy-table td{padding:10px 14px;text-align:left;border-bottom:1px solid var(--wc-border)}.wepro-consent-policy-table th{font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--wc-text-secondary);background:var(--wc-surface)}.wepro-consent-policy-table td{color:var(--wc-text)}.wepro-cookie-disclosure{font-family:var(--wc-font);line-height:1.5}@media (max-width:639px){.wepro-consent-policy-table thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wepro-consent-policy-table,.wepro-consent-policy-table tbody,.wepro-consent-policy-table tr,.wepro-consent-policy-table td{display:block}.wepro-consent-policy-table tr{background:var(--wc-surface);border:1px solid var(--wc-border);border-radius:var(--wc-radius-md);padding:14px 16px;margin-bottom:10px}.wepro-consent-policy-table td{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:5px 0;border-bottom:1px solid var(--wc-border-subtle);font-size:13px;word-break:break-word}.wepro-consent-policy-table td:last-child{border-bottom:none;padding-bottom:0}.wepro-consent-policy-table td:first-child{padding-top:0;font-weight:600;color:var(--wc-text)}.wepro-consent-policy-table td:before{content:attr(data-label);font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--wc-text-secondary);flex-shrink:0;min-width:90px}.wepro-consent-policy-table td:first-child:before{display:none}.wepro-cookie-policy-table-wrap{overflow-x:visible}}@media (prefers-reduced-motion:reduce){.wepro-consent-banner,.wepro-consent-banner.wepro-consent-visible,.wepro-consent-banner.wepro-consent-hiding,.wepro-consent-modal-overlay,.wepro-consent-modal-overlay.wepro-consent-visible,.wepro-consent-modal-dialog,.wepro-consent-modal-overlay.wepro-consent-visible .wepro-consent-modal-dialog,.wepro-consent-switch-slider,.wepro-consent-switch-slider:before,.wepro-consent-btn,.wepro-consent-banner-accept,.wepro-consent-banner-reject,.wepro-consent-banner-link-btn,.wepro-consent-category{animation:none !important;transition:none !important}}@media (prefers-contrast:high){.wepro-consent-banner-inner{border:2px solid var(--wc-text)}.wepro-consent-banner-accept{border-width:2px}.wepro-consent-modal-dialog{border:3px solid var(--wc-text)}.wepro-consent-category{border-width:2px}.wepro-consent-btn--primary{background:#000;color:#fff}.wepro-consent-btn--outline{border-width:3px}}@media (min-width:640px){.wepro-consent-banner-inner{flex-wrap:nowrap;gap:12px;padding:10px 12px 10px 20px}.wepro-consent-banner-sep{display:block}.wepro-consent-banner-policy{display:inline;margin-left:4px}.wepro-consent-modal-overlay{padding:16px;align-items:center}.wepro-consent-modal-dialog{max-width:520px;border-radius:var(--wc-radius-lg)}.wepro-consent-modal-header{padding:20px 24px}.wepro-consent-modal-header h2{font-size:18px}.wepro-consent-modal-body{padding:20px 24px}.wepro-consent-modal-footer{padding:16px 24px;flex-direction:row}.wepro-consent-modal-footer .wepro-consent-btn{width:auto}.wepro-consent-category{padding:14px 16px}.wepro-consent-category-desc{padding-left:26px}}.wepro-consent-footer-link-cell{display:table-cell;vertical-align:middle;text-align:right;white-space:nowrap;padding:0;width:1%}.wepro-consent-footer-sep{display:inline-block;margin:0 8px;color:var(--copyright_text_color,inherit);opacity:.35}.wepro-consent-footer-link{font-family:inherit;font-size:inherit;font-weight:inherit;color:var(--copyright_link_color,inherit);text-decoration:none;opacity:.72;transition:opacity var(--wc-fast);cursor:pointer;white-space:nowrap}.wepro-consent-footer-link:hover,.wepro-consent-footer-link:focus-visible{opacity:1;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.wepro-consent-footer-link:focus-visible{outline:2px solid var(--wc-primary);outline-offset:2px;border-radius:2px}.fusion-footer-copyright-center .wepro-consent-footer-link-cell{display:inline;width:auto}.wepro-consent-footer-strip{box-sizing:border-box;width:100%;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom, 0px));text-align:center;font-size:12px;line-height:1.4;background:var(--wc-footer-strip-bg,transparent);color:var(--wc-footer-strip-color,inherit)}.wepro-consent-footer-strip .wepro-consent-footer-link{display:inline-block;min-height:32px;padding:7px 12px;letter-spacing:.04em;text-transform:uppercase;font-weight:600}@media (prefers-reduced-motion:reduce){.wepro-consent-footer-link{transition:none}}@media (prefers-contrast:high){.wepro-consent-footer-link{opacity:1;text-decoration:underline}}