#ge-cookie-consent{--gc-green:#244c3d;--gc-ink:#24392f;--gc-muted:#56685d;--gc-paper:#fffdf7;--gc-line:#d8dfd2;--gc-honey:#bd9144;position:fixed;inset:0;z-index:12000;font:400 14px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--gc-ink);text-align:left;pointer-events:none;isolation:isolate}
#ge-cookie-consent[hidden],#ge-cookie-consent [hidden]{display:none!important}
#ge-cookie-consent *,#ge-cookie-consent *::before,#ge-cookie-consent *::after{box-sizing:border-box}
#ge-cookie-consent button,#ge-cookie-consent input{font:inherit;letter-spacing:normal;text-transform:none;box-shadow:none;margin:0}
#ge-cookie-consent button{cursor:pointer;min-height:46px;border:1px solid var(--gc-green);border-radius:12px;padding:10px 14px;background:var(--gc-green);color:#fff;line-height:1.3;font-weight:650}
#ge-cookie-consent button:hover{background:#183c2e}
#ge-cookie-consent button:focus-visible,#ge-cookie-consent a:focus-visible,#ge-cookie-consent input:focus-visible{outline:3px solid var(--gc-honey);outline-offset:3px}
#ge-cookie-consent a{color:#174b39;text-decoration:underline;text-underline-offset:3px}
#ge-cookie-consent .gc-banner{position:fixed;left:max(16px,env(safe-area-inset-left));right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));max-width:920px;margin:0 auto;padding:22px 24px;background:var(--gc-paper);border:1px solid var(--gc-line);border-radius:20px;box-shadow:0 14px 48px #1836282b;pointer-events:auto}
#ge-cookie-consent .gc-eyebrow{margin:0 0 5px;color:#876a35;font-size:11px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}
#ge-cookie-consent h2{margin:0 0 8px;color:var(--gc-green);font:650 21px/1.25 Georgia,"Times New Roman",serif}
#ge-cookie-consent .gc-copy>p:not(.gc-eyebrow){margin:0 0 9px;color:var(--gc-ink);font-size:14px;line-height:1.55}
#ge-cookie-consent .gc-copy .gc-details{margin-bottom:0;color:var(--gc-muted);font-size:12px}
#ge-cookie-consent .gc-actions{display:flex;gap:9px;margin-top:17px}
#ge-cookie-consent .gc-actions .gc-button{flex:1 1 0;min-width:0}
#ge-cookie-consent .gc-backdrop{position:fixed;inset:0;background:#13291f99;pointer-events:auto}
#ge-cookie-consent .gc-dialog{position:fixed;left:50%;top:50%;width:min(620px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow:auto;transform:translate(-50%,-50%);padding:24px;background:var(--gc-paper);border:1px solid var(--gc-line);border-radius:20px;box-shadow:0 18px 64px #10251c55;pointer-events:auto}
#ge-cookie-consent .gc-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
#ge-cookie-consent .gc-dialog-head h2{margin-bottom:0}
#ge-cookie-consent .gc-close{flex:0 0 46px;width:46px;min-width:46px;height:46px;padding:0;border-radius:50%;font-size:26px;line-height:1}
#ge-cookie-consent #gc-dialog-description{margin:14px 0 18px;color:var(--gc-muted);font-size:13px}
#ge-cookie-consent .gc-category{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;border-top:1px solid var(--gc-line)}
#ge-cookie-consent .gc-category h3{margin:0 0 4px;color:var(--gc-green);font-size:14px;line-height:1.4}
#ge-cookie-consent .gc-category p{margin:0;color:var(--gc-muted);font-size:12px;line-height:1.5}
#ge-cookie-consent .gc-always-on{flex:0 0 auto;color:#465b4d;font-size:12px;font-weight:700}
#ge-cookie-consent .gc-category-optional{cursor:pointer}
#ge-cookie-consent .gc-category-optional input{appearance:none;position:relative;flex:0 0 48px;width:48px;height:28px;border:1px solid #8c9a8c;border-radius:20px;background:#e4e9e1;cursor:pointer;transition:background .15s ease}
#ge-cookie-consent .gc-category-optional input::before{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .15s ease}
#ge-cookie-consent .gc-category-optional input:checked{background:var(--gc-green);border-color:var(--gc-green)}
#ge-cookie-consent .gc-category-optional input:checked::before{transform:translateX(20px)}
#ge-cookie-consent .gc-provider{margin:12px 0 0;color:var(--gc-muted);font-size:11px}
#ge-cookie-consent .gc-dialog-actions{margin-top:20px}
#ge-cookie-consent .gc-trigger{position:fixed;left:max(16px,env(safe-area-inset-left));bottom:max(16px,env(safe-area-inset-bottom));min-height:42px;padding:8px 15px;border-radius:22px;box-shadow:0 3px 14px #18362828;pointer-events:auto}
@media(max-width:640px){
  #ge-cookie-consent .gc-banner{left:max(10px,env(safe-area-inset-left));right:max(10px,env(safe-area-inset-right));bottom:max(10px,env(safe-area-inset-bottom));padding:18px 16px;border-radius:18px}
  #ge-cookie-consent h2{font-size:19px}
  #ge-cookie-consent .gc-actions{flex-direction:column;gap:8px;margin-top:14px}
  #ge-cookie-consent .gc-actions .gc-button{flex:0 0 auto;width:100%}
  #ge-cookie-consent .gc-dialog{width:calc(100vw - 20px);max-height:calc(100dvh - 20px);padding:18px;border-radius:18px}
  #ge-cookie-consent .gc-dialog-actions{margin-top:16px}
  #ge-cookie-consent .gc-trigger{left:max(10px,env(safe-area-inset-left));bottom:max(10px,env(safe-area-inset-bottom))}
}
@media(prefers-reduced-motion:reduce){#ge-cookie-consent *,#ge-cookie-consent *::before,#ge-cookie-consent *::after{transition:none!important}}
@media print{#ge-cookie-consent{display:none!important}}
