:root{--ficohsa-blue:#00429c;--ficohsa-outline:#006ffd;--ficohsa-white:#fff;--ink-900:#0d1b2a;--shadow-1:rgba(12,16,24,.18);--shadow-2:rgba(12,16,24,.04);--side-gap:16px;--sw-on-track:#e2f3ff;--sw-on-border:#0080aa;--sw-on-thumb:#24b8ef;--sw-off-track:#475572;--sw-off-border:#eff3fb;--sw-locked-track:rgba(28,32,40,.16);--sw-locked-thumb:#fff;--sw-w:40px;--sw-h:24px;--sw-gap:4px;--sw-thumb:16px}
#ficohsaPolicyBanner,#ficohsaPolicyBanner *{font-family:"Open Sans","Segoe UI",Arial,sans-serif}
html.no-scroll,body.no-scroll{overflow:hidden;position:relative;overscroll-behavior:none}
.ficohsa-overlay{position:fixed;inset:0;z-index:10000;background:transparent;display:flex;align-items:flex-end;justify-content:center;pointer-events:auto}
.ficohsa-bar{width:100%;max-width:calc(100% - var(--side-gap)*2);background:var(--ficohsa-white);border-radius:16px 16px 0 0;padding:24px;display:flex;align-items:center;gap:24px;position:relative;box-shadow:0 -1px 3px var(--shadow-1),0 -8px 14px var(--shadow-2)}
.ficohsa-bar::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:8px;box-shadow:0 8px 16px rgba(0,0,0,.06)}
.ficohsa-bar__text{flex:1}
.ficohsa-title{display:flex;align-items:center;gap:8px;font-weight:700;font-size:16px;line-height:26px;color:var(--ink-900);margin:0 0 4px}
.ficohsa-cookie{font-size:18px;line-height:1}
.ficohsa-bar__text p{margin:4px 0 0;font-size:16px;line-height:26px;color:#000}
.ficohsa-link{color:var(--ficohsa-blue);font-weight:700;text-decoration:underline;cursor:pointer}
.ficohsa-link:hover{text-decoration:underline}
.ficohsa-bar__actions{display:flex;gap:12px;align-items:center}
.ficohsa-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:700;border:0;border-radius:8px;height:40px;min-width:137px;padding:8px 24px;cursor:pointer;line-height:1}
.ficohsa-btn--primary{background:var(--ficohsa-blue);color:#fff}
.ficohsa-btn--primary:hover{filter:brightness(.96)}
.ficohsa-btn--outline{background:#fff;color:var(--ficohsa-blue);border:2px solid var(--ficohsa-outline)}
.ficohsa-btn__icon{display:inline-grid;place-items:center;width:14px;height:14px}
.ficohsa-arrow{display:block;font-weight:700;line-height:1}
.ficohsa-config-arrow-img{width:14px;height:14px;display:block;margin:0}
@media(max-width:767px){.ficohsa-bar{max-width:100%;margin:0;padding:16px;flex-direction:column;gap:20px;border-radius:16px 16px 0 0}
.ficohsa-bar__actions{width:100%;flex-direction:column;gap:10px}
.ficohsa-btn{width:100%;min-width:0}
}
@media(min-width:1120px){.ficohsa-bar{max-width:100%;padding-block:20px;padding-inline:120px;display:grid;grid-template-columns:1fr auto;column-gap:20px;align-items:center}
.ficohsa-bar__actions{display:grid;grid-auto-flow:column;column-gap:22px;align-items:center}
.ficohsa-btn{height:42px;padding:0 24px;line-height:42px;border-radius:10px}
}
.ficohsa-modal[aria-hidden="true"]{display:none}
.ficohsa-modal{position:fixed;inset:0;z-index:11000;display:flex;align-items:center;justify-content:center}
.ficohsa-modal__backdrop{position:absolute;inset:0;background:rgba(0,66,156,.64)}
.ficohsa-modal__dialog{position:relative;width:min(92vw,560px);background:#fff;border-radius:22px;box-shadow:0 24px 60px rgba(0,0,0,.28);overflow:hidden;display:flex;flex-direction:column;max-height:calc(100vh - 48px)}
.ficohsa-modal__close{position:absolute;top:16px;right:16px;width:34px;height:34px;border-radius:50%;border:0;background:#fff;cursor:pointer;font-size:20px;line-height:1}
.ficohsa-modal__header.-stacked{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 24px 12px;text-align:center}
.ficohsa-modal__icon{width:56px;height:56px;display:grid;place-items:center}
.ficohsa-modal__title{margin:0;font-size:22px;font-weight:800;color:#151d2c;letter-spacing:.2px}
.ficohsa-modal__body{flex:1;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:8px 24px 16px}
.ficohsa-modal__list{list-style:none;padding:0;margin:0;display:grid;gap:14px}
.ficohsa-row{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;padding:12px 0;border-bottom:1px solid #eef2f7}
.ficohsa-row:last-child{border-bottom:0}
.ficohsa-row__text>strong{display:block;margin:0 0 4px;color:#384868;font-weight:700}
.ficohsa-row__text>p{margin:0;color:#384868;font-weight:400;line-height:1.45}
.ficohsa-modal__footer{padding:16px 24px 22px;background:#fff;border-top:1px solid #eef2f7}
.ficohsa-modal__footer .ficohsa-btn{width:100%;height:48px;line-height:48px;font-weight:800;color:#fff;border-radius:12px;cursor:pointer}
.ficohsa-switch{position:relative;display:inline-flex;width:var(--sw-w);height:var(--sw-h)}
.ficohsa-switch input{position:absolute;inset:0;opacity:0;width:0;height:0}
.ficohsa-switch__slider{cursor:pointer}
.ficohsa-switch__slider{position:absolute;inset:0;border-radius:9999px;background:var(--sw-off-track);border:2px solid var(--sw-off-border);transition:background-color .18s ease,border-color .18s ease}
.ficohsa-switch__slider::before{content:"";position:absolute;top:50%;left:var(--sw-gap);width:var(--sw-thumb);height:var(--sw-thumb);border-radius:50%;background:#fff;transform:translate(0,-50%);box-shadow:0 2px 1px -1px rgba(0,0,0,.20),0 1px 1px 0 rgba(0,0,0,.14);transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}
.ficohsa-switch input:checked+.ficohsa-switch__slider{background:var(--sw-on-track);border-color:var(--sw-on-border)}
.ficohsa-switch input:checked+.ficohsa-switch__slider::before{background:var(--sw-on-thumb);transform:translate(calc(var(--sw-w) - var(--sw-thumb) - var(--sw-gap)*2),-50%)}
.ficohsa-switch input:disabled:checked+.ficohsa-switch__slider{background:var(--sw-locked-track);border:0;cursor:not-allowed}
.ficohsa-switch input:disabled:checked+.ficohsa-switch__slider::before{background:var(--sw-locked-thumb);box-shadow:0 3px 4px rgba(0,0,0,.24),0 1px 2px rgba(0,0,0,.14)}
.ficohsa-switch input:disabled+.ficohsa-switch__slider{cursor:not-allowed;opacity:.9}
.ficohsa-switch input:focus-visible+.ficohsa-switch__slider{outline:2px solid #1c72e8;outline-offset:2px}
@media(min-width:768px){.ficohsa-switch{width:44px}
.ficohsa-switch input:checked+.ficohsa-switch__slider::before{transform:translate(calc(44px - var(--sw-thumb) - var(--sw-gap)*2),-50%)}
}
@media(prefers-reduced-motion:reduce){.ficohsa-switch__slider,.ficohsa-switch__slider::before{transition:none}
}
.ficohsa-header-img{width:24px;height:24px;object-fit:contain;margin-left:6px}
.ficohsa-modal-img{width:56px;height:56px;object-fit:contain}
.ficohsa-close-img{width:18px;height:18px;object-fit:contain;display:block}
@media(max-width:600px){.ficohsa-modal__dialog{width:calc(100vw - 24px)}
.ficohsa-row{grid-template-columns:1fr auto;gap:12px}
}