.cookie-consent{position:fixed;left:50%;bottom:24px;z-index:9999999;width:min(960px,calc(100% - 32px));transform:translateX(-50%);background:#fff;color:#263143;border:1px solid rgba(18,43,123,.16);border-top:4px solid #122b7b;box-shadow:0 18px 55px rgba(15,47,116,.24);font-family:'Open Sans',Arial,sans-serif;display:none}
.cookie-consent.is-visible{display:block}
.cookie-consent__inner{padding:24px}
.cookie-consent__eyebrow{margin:0 0 5px;color:#122b7b;font-size:13px;font-weight:700;text-transform:uppercase}
.cookie-consent h3{margin:0;color:#122b7b;font-size:24px;font-weight:800}
.cookie-consent p{margin:12px 0 0;color:#5c6673;font-size:14px;line-height:1.65}
.cookie-consent a{color:#122b7b;font-weight:700;text-decoration:underline}
.cookie-consent__close{position:absolute;top:10px;right:12px;width:34px;height:34px;border:0;background:transparent;color:#122b7b;font-size:28px;line-height:30px;cursor:pointer}
.cookie-consent__options{display:none;margin-top:18px;border-top:1px solid #e6eaf2;padding-top:14px}
.cookie-consent.is-managing .cookie-consent__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.cookie-option{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px;border:1px solid #dce2ee;background:#f8fafc}
.cookie-option strong{display:block;color:#122b7b;font-size:14px}
.cookie-option span{display:block;margin-top:4px;color:#64707d;font-size:12px;line-height:1.45}
.cookie-option__state{flex:0 0 auto;margin-top:2px;color:#122b7b;font-size:12px;font-weight:700;white-space:nowrap}
.cookie-switch{position:relative;flex:0 0 auto;width:48px;height:26px;margin-top:1px}
.cookie-switch input{opacity:0;width:0;height:0}
.cookie-switch span{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#b8c1cf;transition:.2s}
.cookie-switch span:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background:#fff;transition:.2s;box-shadow:0 2px 6px rgba(0,0,0,.18)}
.cookie-switch input:checked + span{background:#122b7b}
.cookie-switch input:checked + span:before{transform:translateX(22px)}
.cookie-consent__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:20px}
.cookie-btn{border:1px solid #122b7b;background:#fff;color:#122b7b;padding:11px 16px;font-size:13px;font-weight:700;cursor:pointer;transition:.2s}
.cookie-btn:hover{background:#eef3ff}
.cookie-btn--primary{background:#122b7b;color:#fff}
.cookie-btn--primary:hover{background:#0c205f}
.cookie-btn--dark{background:#263143;border-color:#263143;color:#fff}
.cookie-btn--dark:hover{background:#111827}
.cookie-preferences-trigger{position:fixed;left:24px;bottom:24px;z-index:9999998;display:none;border:0;background:#122b7b;color:#fff;width:48px;height:48px;box-shadow:0 10px 30px rgba(18,43,123,.28);font-size:19px;cursor:pointer}
.cookie-preferences-trigger.is-visible{display:block}
@media(max-width:767px){.cookie-consent{bottom:12px;width:calc(100% - 20px);max-height:calc(100vh - 24px);overflow:auto}.cookie-consent__inner{padding:20px 16px}.cookie-consent h3{font-size:20px}.cookie-consent.is-managing .cookie-consent__options{grid-template-columns:1fr}.cookie-consent__actions{justify-content:stretch}.cookie-btn{width:100%}.cookie-preferences-trigger{left:14px;bottom:14px}}
