:where(.jetpack-cookie-consent,.jetpack-cookie-consent-footer-links){--jp-cookie-consent--color-background:#fff;--jp-cookie-consent--color-text:#1e1e1e;--jp-cookie-consent--color-text-muted:#686868;--jp-cookie-consent--color-border:#dcdcde;--jp-cookie-consent--color-surface-hover:#f0f0f0;--jp-cookie-consent--spacing:16px;--jp-cookie-consent--font-size:16px;--jp-cookie-consent--z-index:999999}.jetpack-cookie-consent__banner{align-items:flex-end;bottom:0;display:none;left:0;pointer-events:auto;position:fixed;right:0;z-index:var(--jp-cookie-consent--z-index,999999)}.jetpack-cookie-consent__banner--visible{display:flex;pointer-events:auto}.jetpack-cookie-consent__banner-inner{align-items:center;background:var(--jp-cookie-consent--color-background,#fff);box-shadow:0 -4px 16px 0 #00000014;display:flex;gap:var(--jp-cookie-consent--spacing,16px);margin:0;padding:var(--jp-cookie-consent--spacing,16px);width:100%}.jetpack-cookie-consent__banner-content{flex:1}.jetpack-cookie-consent__banner-title{color:var(--jp-cookie-consent--color-text,#1e1e1e);font-size:16px;font-weight:600;line-height:1.5;margin:0 0 8px}.jetpack-cookie-consent__banner-description{color:var(--jp-cookie-consent--color-text-muted,#686868);font-size:14px;line-height:1.71;margin:0}.jetpack-cookie-consent__banner-actions{align-items:center;display:flex;flex-shrink:0;gap:var(--jp-cookie-consent--spacing,16px)}.jetpack-cookie-consent__button{border:1px solid #0000;cursor:pointer;font-size:var(--jp-cookie-consent--font-size,16px);font-weight:400;line-height:1;padding:12px 20px;transition:all .2s ease;white-space:nowrap}.jetpack-cookie-consent__button:focus-visible{outline:2px solid var(--jp-cookie-consent--color-text,#1e1e1e);outline-offset:2px}.jetpack-cookie-consent__button--secondary{background:var(--jp-cookie-consent--color-background,#fff)!important;border:1px solid var(--jp-cookie-consent--color-text,#1e1e1e)!important;color:var(--jp-cookie-consent--color-text,#1e1e1e)!important}.jetpack-cookie-consent__button--secondary:hover{opacity:.9}.jetpack-cookie-consent__button--tertiary{background:#0000!important;border:1px solid var(--jp-cookie-consent--color-border,#dcdcde)!important;color:var(--jp-cookie-consent--color-text,#1e1e1e)!important}.jetpack-cookie-consent__button--tertiary:hover{background:var(--jp-cookie-consent--color-surface-hover,#f0f0f0)!important}:where(.jetpack-cookie-consent__modal-overlay){background-color:#5f5f5f59;bottom:0;box-sizing:border-box;left:0;opacity:1;position:fixed;right:0;top:0;transition:opacity .3s;z-index:var(--jp-cookie-consent--z-index,999999)}:where(.jetpack-cookie-consent__modal-overlay[hidden]){display:block;left:-10000px;opacity:0;overflow:hidden;pointer-events:none;transition:opacity .3s,display 0s .3s}:where(.jetpack-cookie-consent__modal-overlay--visible){opacity:1}:where(.jetpack-cookie-consent__modal){background-color:var(--jp-cookie-consent--color-background,#fff);border:0;bottom:0;box-sizing:border-box;color:var(--jp-cookie-consent--color-text,#1e1e1e);display:block;left:0;opacity:0;padding:0;pointer-events:none;position:fixed;right:0;transform:translateY(50px);width:100%;z-index:calc(var(--jp-cookie-consent--z-index, 999999) + 1)}:where(.jetpack-cookie-consent__modal[hidden]){display:block;opacity:0;pointer-events:none}:where(.jetpack-cookie-consent__modal--visible){opacity:1;pointer-events:auto;transform:translateY(0);transition:all .3s}.jetpack-cookie-consent__modal:focus{outline-width:0}:where(.jetpack-cookie-consent__modal-header){align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:25px 25px 0}:where(.jetpack-cookie-consent__modal-title){color:var(--jp-cookie-consent--color-text,#1e1e1e);font-size:22px;font-weight:500;line-height:1.18;margin:0}:where(.jetpack-cookie-consent__modal-close){align-items:center;
  /* !important defeats classic-theme button fills (e.g. Twenty Twenty-One's
     `button:not(:hover):not(:active)`) that would otherwise paint this icon
     button with the theme color; specificity alone can't beat that selector. */background:none!important;border:none!important;cursor:pointer;display:flex;justify-content:center;padding:5px}:where(.jetpack-cookie-consent__modal-close) svg{fill:var(--jp-cookie-consent--color-text,#1e1e1e)}:where(.jetpack-cookie-consent__modal-close:hover) svg{opacity:.66}.jetpack-cookie-consent__modal-close:focus-visible{outline:2px solid var(--jp-cookie-consent--color-text,#1e1e1e);outline-offset:2px}:where(.jetpack-cookie-consent__modal-body){display:flex;flex:1;flex-direction:column;gap:25px;padding:25px}:where(.jetpack-cookie-consent__modal-content){margin:0 -2px;max-height:60vh;overflow-x:hidden;overflow-y:auto;padding:0 2px}:where(.jetpack-cookie-consent__modal-content)::-webkit-scrollbar{display:none}@media (min-width:782px){.jetpack-cookie-consent .jetpack-cookie-consent__modal{bottom:auto;height:auto;left:50%;max-width:745px;right:auto;top:50%;transform:translate(-50%,calc(-50% + 50px));width:100%}.jetpack-cookie-consent .jetpack-cookie-consent__modal--visible{transform:translate(-50%,-50%)}.jetpack-cookie-consent .jetpack-cookie-consent__modal-content{max-height:630px}}.jetpack-cookie-consent__modal-description{color:var(--jp-cookie-consent--color-text-muted,#686868);font-size:14px;font-style:normal;font-weight:400;line-height:1.71;margin:0}.jetpack-cookie-consent__link{color:var(--jp-cookie-consent--color-text,#1e1e1e);text-decoration:underline}.jetpack-cookie-consent__link:hover{text-decoration:none}.jetpack-cookie-consent__category{display:flex;flex-direction:column;gap:10px}.jetpack-cookie-consent__category-header{align-items:center;display:flex}.jetpack-cookie-consent__category-controls{display:flex;flex-direction:column;gap:25px;position:relative}.jetpack-cookie-consent__description-toggle{align-items:center;
  /* !important defeats classic-theme button fills (see modal-close above). */background:none!important;border:none!important;color:var(--jp-cookie-consent--color-text,#1e1e1e);cursor:pointer;display:flex;justify-content:center;margin-left:auto;padding:0;position:absolute;right:0;top:0;transition:transform .2s ease}.jetpack-cookie-consent__description-toggle--expanded{transform:rotate(180deg)}.jetpack-cookie-consent__description-toggle svg{transition:transform .2s ease}.jetpack-cookie-consent__category-content{flex:1}.jetpack-cookie-consent__category-label-text{align-items:center;color:var(--jp-cookie-consent--color-text,#1e1e1e);display:flex;font-size:14px;font-weight:400;gap:8px;line-height:1.71}.jetpack-cookie-consent__category-badge{background:#ebebeb;color:#686868;display:inline-block;font-size:14px;padding:0 8px}.jetpack-cookie-consent__category-text{color:var(--jp-cookie-consent--color-text-muted,#686868);font-size:14px;line-height:1.71;margin:0}.jetpack-cookie-consent__category-checkbox{flex-shrink:0;position:relative}.jetpack-cookie-consent .jetpack-cookie-consent__category-checkbox input[type=checkbox]{appearance:none;border:0;clip-path:inset(50%);height:1px;margin:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;width:1px}.jetpack-cookie-consent .jetpack-cookie-consent__category-checkbox label{align-items:center;cursor:pointer;display:flex;gap:10px;margin:0}.jetpack-cookie-consent .jetpack-cookie-consent__category-checkbox-icon{background:#e2e2e2;border:0;border-radius:1px;box-shadow:none;box-sizing:border-box;display:block;flex-shrink:0;height:16.8px;position:relative;transition:all .2s ease;width:16.8px}.jetpack-cookie-consent__category-checkbox-icon:after{border-width:medium;border-bottom:2px solid var(--jp-cookie-consent--color-text,#1e1e1e);border-left:0 solid var(--jp-cookie-consent--color-text,#1e1e1e);border-right:2px solid var(--jp-cookie-consent--color-text,#1e1e1e);border-top:0 solid var(--jp-cookie-consent--color-text,#1e1e1e);content:"";display:none;height:7px;left:6px;position:absolute;top:3px;transform:rotate(45deg);width:4px}.jetpack-cookie-consent__category-checkbox input[type=checkbox]:checked+label .jetpack-cookie-consent__category-checkbox-icon:after{display:block}.jetpack-cookie-consent__category-checkbox input[type=checkbox]:focus-visible+label .jetpack-cookie-consent__category-checkbox-icon{outline:2px solid var(--jp-cookie-consent--color-text,#1e1e1e);outline-offset:2px}.jetpack-cookie-consent__category-checkbox--disabled{opacity:.66}.jetpack-cookie-consent .jetpack-cookie-consent__category-checkbox--disabled label{cursor:not-allowed}.jetpack-cookie-consent__category-checkbox--disabled .jetpack-cookie-consent__category-checkbox-icon:after{border-color:#686868}.jetpack-cookie-consent__modal-footer{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px;padding:25px}@media (max-width:781px){.jetpack-cookie-consent__banner-inner{align-items:stretch;flex-direction:column;padding:20px}.jetpack-cookie-consent__banner-title{font-size:var(--jp-cookie-consent--font-size,16px)}.jetpack-cookie-consent__banner-actions{flex-direction:column;gap:var(--jp-cookie-consent--spacing,16px)}.jetpack-cookie-consent__banner-actions .jetpack-cookie-consent__button{width:100%}:where(.jetpack-cookie-consent__modal){display:flex;flex-direction:column;max-height:95vh;top:5vh}:where(.jetpack-cookie-consent__modal-content){flex:1;max-height:none;overflow-y:auto}:where(.jetpack-cookie-consent__modal-header){padding:20px 20px 0}:where(.jetpack-cookie-consent__modal-body){padding:20px}:where(.jetpack-cookie-consent__modal-footer){align-items:stretch;flex-direction:column;padding:20px}.jetpack-cookie-consent__modal-footer .jetpack-cookie-consent__button{width:100%}}.jetpack-cookie-consent-footer-links{align-items:flex-start;bottom:20px;display:flex;flex-direction:column;gap:8px;left:20px;position:fixed;z-index:var(--jp-cookie-consent--z-index,999999)}.jetpack-cookie-consent-footer-links[hidden]{display:none}#jetpack-cookie-consent-footer-links-toggle{align-items:center;background:var(--jp-cookie-consent--color-background,#fff);border:1px solid var(--jp-cookie-consent--color-border,#dcdcde);border-radius:4px;box-shadow:0 2px 8px 0 #0000001f;color:var(--jp-cookie-consent--color-text,#1e1e1e);cursor:pointer;display:inline-flex;font-size:14px;gap:6px;line-height:1.4;margin:0;padding:8px 14px}#jetpack-cookie-consent-footer-links-toggle:hover{background:var(--jp-cookie-consent--color-surface-hover,#f0f0f0)}#jetpack-cookie-consent-footer-links-toggle:focus-visible{outline:2px solid var(--jp-cookie-consent--color-text,#1e1e1e);outline-offset:2px}.jetpack-cookie-consent-footer-links__toggle-icon{align-items:center;display:inline-flex}.jetpack-cookie-consent-footer-links__toggle-icon svg{fill:currentColor}.jetpack-cookie-consent-footer-links__panel{background:var(--jp-cookie-consent--color-background,#fff);border:1px solid var(--jp-cookie-consent--color-border,#dcdcde);border-radius:4px;box-shadow:0 2px 12px 0 #00000029;max-width:calc(100vw - 40px);min-width:220px;padding:8px 0}.jetpack-cookie-consent-footer-links__list{list-style:none;margin:0;padding:0}.jetpack-cookie-consent-footer-links__item{margin:0}.jetpack-cookie-consent-footer-links__link{color:var(--jp-cookie-consent--color-text,#1e1e1e);display:block;font-size:14px;line-height:1.5;padding:8px 16px;text-decoration:none}.jetpack-cookie-consent-footer-links__link:hover{background:var(--jp-cookie-consent--color-surface-hover,#f0f0f0);text-decoration:underline}.jetpack-cookie-consent-footer-links__link:focus-visible{outline:2px solid var(--jp-cookie-consent--color-text,#1e1e1e);outline-offset:-2px}@media (prefers-reduced-motion:reduce){#jetpack-cookie-consent-footer-links-toggle{transition:none}}@media print{.jetpack-cookie-consent,.jetpack-cookie-consent-footer-links{display:none}}@media (prefers-reduced-motion:reduce){.jetpack-cookie-consent__banner,.jetpack-cookie-consent__button,.jetpack-cookie-consent__category-checkbox label,.jetpack-cookie-consent__description-toggle,.jetpack-cookie-consent__description-toggle svg,.jetpack-cookie-consent__modal,.jetpack-cookie-consent__modal-overlay{animation:none;transition:none}}.jetpack-cookie-consent-ccpa-snackbar{bottom:20px;left:20px;max-width:calc(100% - 100px);position:fixed;z-index:999999}.jetpack-cookie-consent-ccpa-snackbar__content{align-items:center;background-color:#f1f9f3;border:1px solid #c3e8cd;border-radius:4px;color:#1e1e1e;display:flex;font-size:16px;justify-content:space-between;padding:16px}.jetpack-cookie-consent-ccpa-snackbar__dismiss{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:16px;height:24px;justify-content:center;padding-top:2px;width:24px}.jetpack-cookie-consent-ccpa-privacy-link-hidden,.jetpack-cookie-consent-gdpr-manage-link-hidden{display:none!important}.jetpack-cookie-consent-scroll-lock{overflow:hidden!important}