:root{
  --a11y-accent:#1d6ef2;
  --a11y-badge-bg:#1d6ef2;
  --a11y-badge-fg:#ffffff;
  --a11y-panel-bg:#1a1d24;
  --a11y-panel-text:#e7e9ee;
  --a11y-panel-btn-bg:#e8423c;
  --a11y-panel-btn-text:#ffffff;
  --a11y-panel-border:rgba(255,255,255,0.12);
  --a11y-panel-radius:18px;
}

.a11y-badge{
  position:fixed;
  width:60px;height:60px;border-radius:50%;
  background:var(--a11y-badge-bg);color:var(--a11y-badge-fg);
  border:none;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 20px rgba(0,0,0,.35);
  transition:transform .2s,box-shadow .2s,margin-bottom .25s ease;
  outline-offset:4px;
}
.a11y-badge:hover{transform:scale(1.08);}
.a11y-badge:focus-visible{outline:3px solid var(--a11y-badge-fg);box-shadow:0 0 0 6px var(--a11y-badge-bg);}
.a11y-badge svg{width:34px;height:34px;fill:currentColor;display:block;margin:auto;flex-shrink:0;}
.a11y-badge.pos-br{bottom:24px;right:24px;}
.a11y-badge.pos-bl{bottom:24px;left:24px;}
.a11y-badge.pos-tr{top:24px;right:24px;}
.a11y-badge.pos-tl{top:24px;left:24px;}
.a11y-badge.size-s{width:48px;height:48px;}
.a11y-badge.size-s svg{width:26px;height:26px;}
.a11y-badge.size-l{width:72px;height:72px;}
.a11y-badge.size-l svg{width:42px;height:42px;}

.a11y-panel{
  position:fixed;
  width:380px;max-width:calc(100vw - 32px);
  max-height:calc(100vh - 110px);
  max-height:calc(100dvh - 110px);
  background:#fff;color:#1a1d24;
  border-radius:var(--a11y-panel-radius,18px) !important;
  box-shadow:0 12px 48px rgba(0,0,0,.4);
  display:flex;flex-direction:column;
  font-size:16px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  overflow:hidden !important;
  opacity:0;visibility:hidden;transform:translateY(12px) scale(.98);
  transition:opacity .25s,transform .25s,visibility .25s,bottom .25s ease,max-height .25s ease;
}
.a11y-panel.open{opacity:1;visibility:visible;transform:none;}
.a11y-panel.pos-br{bottom:calc(96px + var(--a11y-scroll-extra,0px));right:24px;max-height:calc(100vh - 110px - var(--a11y-scroll-extra,0px));max-height:calc(100dvh - 110px - var(--a11y-scroll-extra,0px));}
.a11y-panel.pos-bl{bottom:96px;left:24px;}
.a11y-panel.pos-tr{top:96px;right:24px;max-height:calc(100vh - 110px);max-height:calc(100dvh - 110px);}
.a11y-panel.pos-tl{top:96px;left:24px;max-height:calc(100vh - 110px);max-height:calc(100dvh - 110px);}
.a11y-panel.a11y-custom-theme{background:var(--a11y-panel-bg);color:var(--a11y-panel-text);}

.a11y-head{
  display:flex;align-items:center;gap:12px;
  padding:18px 20px;
  background:var(--a11y-accent);color:#fff;flex-shrink:0;
  border-top-left-radius:var(--a11y-panel-radius,18px);
  border-top-right-radius:var(--a11y-panel-radius,18px);
}
.a11y-head svg{width:26px;height:26px;fill:currentColor;display:block;flex-shrink:0;}
.a11y-head h2{font-size:18px;font-weight:700;flex:1;margin:0;}
.a11y-head .a11y-lang{
  background:rgba(255,255,255,.2);border:none;color:#fff;
  border-radius:calc(var(--a11y-panel-radius,18px) * 0.33);padding:7px 12px;font-size:13px;cursor:pointer;
  display:flex;align-items:center;gap:6px;font-weight:600;line-height:1;
}
.a11y-head .a11y-lang:hover{background:rgba(255,255,255,.3);}
.a11y-lang-flag{font-size:15px;line-height:1;display:inline-flex;align-items:center;}
.a11y-flag-img{
  width:26px;height:19px;border-radius:0;overflow:hidden;
  display:inline-block;box-shadow:0 0 0 1px rgba(0,0,0,.12);flex-shrink:0;
}
.a11y-flag-img svg{width:100%;height:100%;display:block;}
.a11y-lang-cell-flag .a11y-flag-img{width:24px;height:18px;}
.a11y-head .a11y-close{
  background:rgba(255,255,255,.15);border:none;color:#fff;
  width:32px;height:32px;border-radius:calc(var(--a11y-panel-radius,18px) * 0.44);cursor:pointer;font-size:18px;
  display:flex;align-items:center;justify-content:center;
}
.a11y-head .a11y-close:hover{background:rgba(255,255,255,.3);}

.a11y-langpicker{
  display:none;flex-direction:column;gap:10px;
  padding:14px 20px;border-bottom:1px solid var(--a11y-panel-border);
  flex-shrink:0;
}
.a11y-langpicker.open{display:flex;}
.a11y-langpicker-head{display:flex;align-items:center;justify-content:space-between;font-size:12px;text-transform:uppercase;letter-spacing:.5px;font-weight:700;opacity:.7;}
.a11y-langpicker-close{
  background:rgba(128,128,128,.18);border:none;color:inherit;
  width:32px;height:32px;border-radius:calc(var(--a11y-panel-radius,18px) * 0.33);cursor:pointer;font-size:14px;
  display:flex;align-items:center;justify-content:center;opacity:.8;
}
.a11y-langpicker-close:hover{opacity:1;background:rgba(128,128,128,.3);}
.a11y-lang-searchwrap{position:relative;}
.a11y-lang-search{
  width:100%;box-sizing:border-box;padding:9px 38px 9px 12px;border-radius:calc(var(--a11y-panel-radius,18px) * 0.44);
  border:1px solid var(--a11y-panel-border);background:rgba(128,128,128,.12);
  color:inherit;font-size:16px;font-family:inherit;
}
.a11y-lang-search-clear{
  position:absolute;top:50%;right:8px;transform:translateY(-50%);
  background:rgba(128,128,128,.25);border:none;color:inherit;
  width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:13px;
  display:none;align-items:center;justify-content:center;opacity:.85;padding:0;
}
.a11y-lang-search-clear:hover{opacity:1;background:rgba(128,128,128,.4);}
.a11y-panel[dir="rtl"] .a11y-lang-search{padding:9px 12px 9px 34px;}
.a11y-panel[dir="rtl"] .a11y-lang-search-clear{right:auto;left:8px;}
.a11y-lang-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:6px;
  max-height:240px;overflow-y:auto;
}
.a11y-lang-cell{
  display:flex;align-items:center;gap:8px;
  border:1px solid var(--a11y-panel-border);background:transparent;color:inherit;
  border-radius:calc(var(--a11y-panel-radius,18px) * 0.5);padding:9px 10px;cursor:pointer;font-size:13px;text-align:left;
  transition:all .15s;
}
.a11y-lang-cell:hover{border-color:var(--a11y-accent);background:rgba(128,128,128,.1);}
.a11y-lang-cell.active{background:var(--a11y-accent);color:#fff;border-color:var(--a11y-accent);}
.a11y-lang-cell-flag{display:inline-flex;align-items:center;line-height:1;flex-shrink:0;}
.a11y-lang-cell span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.a11y-panel[dir="rtl"] .a11y-feat,
.a11y-panel[dir="rtl"] .a11y-lang-cell{text-align:right;}
.a11y-panel[dir="rtl"] .a11y-feat .a11y-feat-label{text-align:right;}

.a11y-body{overflow-y:auto;padding:16px 20px 8px;flex:1;}

.a11y-profiles{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px;}
.a11y-profile{
  border:1px solid rgba(0,0,0,.12);
  background:var(--a11y-profile-bg,transparent);color:var(--a11y-profile-text,inherit);
  border-radius:calc(var(--a11y-panel-radius,18px) * 0.55);padding:10px 6px;cursor:pointer;text-align:center;
  font-size:11px;line-height:1.3;transition:all .2s;
}
.a11y-panel.a11y-custom-theme .a11y-profile{border-color:var(--a11y-panel-border);}
.a11y-profile svg{width:22px;height:22px;fill:currentColor;margin-bottom:4px;}
.a11y-profile:hover:not(.active){border-color:var(--a11y-accent);}
.a11y-profile.active{
  background:var(--a11y-profile-active-bg,var(--a11y-accent));
  color:var(--a11y-profile-active-text,#fff);
  border-color:var(--a11y-profile-active-bg,var(--a11y-accent));
}

.a11y-section-title{
  font-size:12px;text-transform:uppercase;letter-spacing:.5px;
  color:#888;font-weight:700;margin:18px 0 10px;
}
.a11y-panel.a11y-custom-theme .a11y-section-title{opacity:.7;}

.a11y-feat{
  display:flex;align-items:center;gap:12px;box-sizing:border-box;
  width:100%;border:1px solid rgba(0,0,0,.1);
  background:var(--a11y-feat-bg,transparent);color:var(--a11y-feat-text,inherit);
  border-radius:calc(var(--a11y-panel-radius,18px) * 0.66);padding:12px 14px;cursor:pointer;margin-bottom:8px;
  font-size:15px;text-align:left;transition:all .2s;
}
.a11y-panel.a11y-custom-theme .a11y-feat{border-color:var(--a11y-panel-border);}
.a11y-feat:hover:not(.active){border-color:var(--a11y-accent);background:color-mix(in srgb, var(--a11y-feat-bg,transparent) 100%, var(--a11y-accent) 5%);}
.a11y-feat svg{width:22px;height:22px;fill:currentColor;flex-shrink:0;opacity:.8;}
.a11y-feat .a11y-feat-label{flex:1;}
.a11y-feat .a11y-feat-state{
  font-size:13px;
  color:var(--a11y-pill-text,inherit);
  background:var(--a11y-pill-bg,color-mix(in srgb, currentColor 12%, transparent));
  opacity:.85;
  padding:4px 12px;border-radius:calc(var(--a11y-panel-radius,18px) * 1.1);
  min-width:60px;text-align:center;white-space:nowrap;
  border:1px solid var(--a11y-panel-border,rgba(128,128,128,.2));
}

.a11y-feat .a11y-feat-state.multi{min-width:60px;}
.a11y-feat-font{cursor:default;}
.a11y-feat-font .a11y-feat-label{flex:1;min-width:0;}
.a11y-font-ctrl{
  display:flex;align-items:center;gap:8px;flex-shrink:0;
}
.a11y-font-range,.a11y-line-range{
  -webkit-appearance:none;appearance:none;
  width:64px;height:5px;border-radius:3px;cursor:pointer;flex-shrink:0;
  background:var(--a11y-panel-border,rgba(128,128,128,.3));
}
.a11y-font-range::-webkit-slider-thumb,.a11y-line-range::-webkit-slider-thumb{
  -webkit-appearance:none;appearance:none;
  width:18px;height:18px;border-radius:50%;cursor:pointer;
  background:var(--a11y-accent,#1d6ef2);border:2px solid #fff;
}
.a11y-font-range::-moz-range-thumb,.a11y-line-range::-moz-range-thumb{
  width:18px;height:18px;border-radius:50%;cursor:pointer;border:2px solid #fff;
  background:var(--a11y-accent,#1d6ef2);
}
.a11y-font-pct{
  font-size:13px;font-weight:600;min-width:40px;text-align:right;flex-shrink:0;
  color:var(--a11y-pill-text,inherit);
}
.a11y-layout-grid .a11y-feat-font .a11y-font-ctrl{
  width:100%;flex-direction:column;gap:6px;margin-top:2px;justify-content:center;
}
.a11y-layout-grid .a11y-font-range,.a11y-layout-grid .a11y-line-range{width:100%;}
.a11y-layout-grid .a11y-font-pct{min-width:0;text-align:center;}
.a11y-feat.active{
  border-color:var(--a11y-accent);
  background:var(--a11y-feat-active-bg,color-mix(in srgb, var(--a11y-accent) 10%, transparent));
  color:var(--a11y-feat-active-text,inherit);
}
.a11y-feat.active .a11y-feat-state,
.a11y-panel.a11y-custom-theme .a11y-feat.active .a11y-feat-state{background:var(--a11y-pill-active-bg,var(--a11y-accent));color:var(--a11y-pill-active-text,#fff);}

.a11y-feat-dots{display:flex;align-items:center;gap:4px;flex-shrink:0;}
.a11y-feat-dot{
  width:6px;height:6px;border-radius:50%;
  background:rgba(0,0,0,.18);
  transition:background .2s,transform .15s;
}
.a11y-panel.a11y-custom-theme .a11y-feat-dot{background:rgba(255,255,255,.25);}
.a11y-feat-dot.on{background:var(--a11y-dot-color,var(--a11y-accent));transform:scale(1.35);}

.a11y-panel.a11y-custom-theme .a11y-feat-dot.on{background:var(--a11y-dot-color,var(--a11y-accent));}
.a11y-feat.active .a11y-feat-dot:not(.on){background:rgba(29,110,242,.3);}
.a11y-panel.a11y-custom-theme .a11y-feat.active .a11y-feat-dot:not(.on){background:rgba(255,255,255,.3);}

.a11y-layout-grid .a11y-body{
  display:grid;grid-template-columns:repeat(3,1fr);gap:8px;align-content:start;
}
.a11y-layout-grid .a11y-section-title{grid-column:1 / -1;}
.a11y-layout-grid .a11y-profiles{grid-column:1 / -1;}
.a11y-layout-grid .a11y-feat{
  flex-direction:column;align-items:center;text-align:center;gap:6px;
  justify-content:flex-start;height:100%;
  margin-bottom:0;padding:12px 6px;
}
.a11y-layout-grid .a11y-feat svg{width:24px;height:24px;}

.a11y-layout-grid .a11y-feat .a11y-feat-label{flex:1 0 auto;font-size:12px;line-height:1.25;display:flex;align-items:center;justify-content:center;}

.a11y-layout-grid .a11y-feat-dots{min-height:8px;justify-content:center;width:100%;}
.a11y-layout-grid .a11y-feat .a11y-feat-state{margin-top:2px;}

.a11y-hide-sec{
  flex-shrink:0;padding:14px 20px 4px;
}
.a11y-hide-title{
  font-size:11px;text-transform:uppercase;letter-spacing:.04em;
  opacity:.55;margin-bottom:8px;font-weight:600;
}
.a11y-hide-btn{
  width:100%;box-sizing:border-box;display:flex;align-items:center;gap:10px;
  background:var(--a11y-pill-bg,color-mix(in srgb, currentColor 8%, transparent));
  border:1px solid var(--a11y-panel-border,rgba(128,128,128,.2));
  border-radius:calc(var(--a11y-panel-radius,18px) * 0.66);
  padding:12px 14px;cursor:pointer;color:inherit;font-size:14px;text-align:left;
  transition:all .2s;
}
.a11y-hide-btn:hover{background:var(--a11y-pill-bg,color-mix(in srgb, currentColor 16%, transparent));}
.a11y-hide-btn svg{width:20px;height:20px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:.75;}
.a11y-hide-txt{display:flex;flex-direction:column;line-height:1.3;}
.a11y-hide-hint{font-size:11px;opacity:.55;margin-top:2px;}
.a11y-foot{
  flex-shrink:0;padding:14px 20px;border-top:1px solid rgba(0,0,0,.08);
  display:flex;align-items:center;gap:12px;
  border-bottom-left-radius:var(--a11y-panel-radius,18px);
  border-bottom-right-radius:var(--a11y-panel-radius,18px);
}
.a11y-panel.a11y-custom-theme .a11y-foot{border-color:var(--a11y-panel-border);}
.a11y-reset{
  flex:1;background:var(--a11y-panel-btn-bg);color:var(--a11y-panel-btn-text);border:none;border-radius:calc(var(--a11y-panel-radius,18px) * 0.55);
  padding:11px;cursor:pointer;font-size:14px;font-weight:600;
}
.a11y-reset:hover{filter:brightness(.92);}
.a11y-statement{font-size:12px;color:var(--a11y-statement-color,var(--a11y-accent));text-decoration:underline;cursor:pointer;}



html.a11y-letter-spacing body :is(p,li,h1,h2,h3,h4,h5,h6,span,a):not(.a11y-panel):not(.a11y-panel *):not(.a11y-badge):not(.a11y-badge *):not(.a11y-vkeyboard):not(.a11y-vkeyboard *){letter-spacing:.12em !important;word-spacing:.18em !important;}

html.a11y-dys-opendyslexic body *:not(.a11y-panel):not(.a11y-panel *):not(.a11y-badge):not(.a11y-badge *):not(.a11y-vkeyboard):not(.a11y-vkeyboard *){
  font-family:'OpenDyslexic','Comic Sans MS',Verdana,sans-serif !important;
}

html.a11y-readable-font body *:not(.a11y-panel):not(.a11y-panel *):not(.a11y-badge):not(.a11y-badge *):not(.a11y-vkeyboard):not(.a11y-vkeyboard *){
  font-family:'Atkinson Hyperlegible',Arial,Helvetica,sans-serif !important;
}

html.a11y-align-left body :is(p,li,h1,h2,h3,h4,h5,h6,div):not(.a11y-panel):not(.a11y-panel *):not(.a11y-badge):not(.a11y-badge *):not(.a11y-vkeyboard):not(.a11y-vkeyboard *){text-align:left !important;}

html.a11y-uppercase body :is(p,li,a,span,h1,h2,h3,h4,h5,h6,button,label):not(.a11y-panel):not(.a11y-panel *):not(.a11y-badge):not(.a11y-badge *):not(.a11y-vkeyboard):not(.a11y-vkeyboard *){text-transform:uppercase !important;}

html.a11y-highlight-titles body :is(h1,h2,h3,h4,h5,h6):not(.a11y-panel *){
  background:var(--a11y-title-bg,#fff3cd) !important;color:#000 !important;
  border-left:5px solid var(--a11y-title-border,#ff8a00) !important;padding:4px 10px !important;
  border-radius:4px !important;
}

html.a11y-contrast{
  background:#000 !important;
}
html.a11y-contrast body,
html.a11y-contrast body *:not(.a11y-badge):not(.a11y-panel):not(.a11y-panel *):not(.a11y-vkeyboard):not(.a11y-vkeyboard *):not(.a11y-reader):not(.a11y-reader *):not(svg):not(svg *):not(img):not(video):not(picture):not(canvas):not(.a11y-keep):not(.a11y-keep *){
  background-color:#000 !important;
  background-image:none !important;
  color:#fff !important;
  border-color:#fff !important;
  text-shadow:none !important;
  box-shadow:none !important;
  opacity:1 !important;
  filter:none !important;
  -webkit-filter:none !important;
  mix-blend-mode:normal !important;
  backdrop-filter:none !important;
}

html.a11y-contrast body :is(img,picture,video,canvas,.img-protected):not(.a11y-keep):not(.a11y-keep *){
  border-color:transparent !important;outline:none !important;
}

html.a11y-contrast body [class*="bg-"]:not(.a11y-badge):not(.a11y-panel *):not(.a11y-keep):not(.a11y-keep *),
html.a11y-contrast body [class*="bgc-"]:not(.a11y-badge):not(.a11y-panel *):not(.a11y-keep):not(.a11y-keep *),
html.a11y-contrast body .parallax:not(.a11y-badge):not(.a11y-keep *),
html.a11y-contrast body [style*="background"]:not(.a11y-badge):not(.a11y-panel *):not(.a11y-keep):not(.a11y-keep *){
  background-color:#000 !important;
  background-image:none !important;
  background:#000 !important;
  opacity:1 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
}

html.a11y-contrast body .b-parallax:not(.a11y-keep):not(.a11y-keep *),
html.a11y-contrast body .parallax__container:not(.a11y-keep *),
html.a11y-contrast body .parallax:not(.a11y-keep *),
html.a11y-contrast body .bloc-bg-mask:not(.a11y-keep *),
html.a11y-contrast body .svg-mask:not(.a11y-keep *){
  background:#000 !important;background-image:none !important;
}
html.a11y-contrast body .b-parallax:not(.a11y-keep):not(.a11y-keep *) .parallax__container,
html.a11y-contrast body .b-parallax:not(.a11y-keep):not(.a11y-keep *) .parallax{
  position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;transform:none !important;
}
html.a11y-contrast body .svg-mask:not(.a11y-keep *) path,
html.a11y-contrast body .bloc-hero-fill:not(.a11y-keep *),
html.a11y-contrast body .bloc-fill:not(.a11y-keep *),
html.a11y-contrast body .bloc-bg-mask:not(.a11y-keep *) svg path{
  fill:#000 !important;fill-opacity:1 !important;
}
html.a11y-contrast body .bloc-shape-divider:not(.a11y-keep *) svg path,
html.a11y-contrast body .svg-divider:not(.a11y-keep *) path,
html.a11y-contrast body [class*="bloc-divider-"][class*="-fill"]:not(.a11y-keep *),
html.a11y-contrast body [class*="bloc-divider-"][class*="-fill"]:not(.a11y-keep *) path{
  fill:#000 !important;fill-opacity:1 !important;opacity:1 !important;
}
html.a11y-contrast body a:not(.a11y-badge):not(.a11y-panel *):not(.a11y-keep):not(.a11y-keep *){
  color:#ff0 !important;text-decoration:underline !important;
}
html.a11y-contrast body a:not(.a11y-badge):not(.a11y-panel *):visited{color:#ffa0ff !important;}
html.a11y-contrast body :is(button,input,select,textarea):not(.a11y-badge):not(.a11y-panel *):not(.a11y-reader *):not(.a11y-keep):not(.a11y-keep *){
  background:#000 !important;color:#fff !important;border:2px solid #fff !important;
}
html.a11y-contrast body :is(h1,h2,h3,h4,h5,h6):not(.a11y-panel *):not(.a11y-keep):not(.a11y-keep *){color:#fff !important;}

html.a11y-contrast body *:not(.a11y-badge):not(.a11y-panel):not(.a11y-panel *):not(.a11y-keep):not(.a11y-keep *)::before,
html.a11y-contrast body *:not(.a11y-badge):not(.a11y-panel):not(.a11y-panel *):not(.a11y-keep):not(.a11y-keep *)::after{
  background:#000 !important;
  background-image:none !important;
  opacity:1 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
  backdrop-filter:none !important;
}

html.a11y-contrast body img:not(.a11y-badge *):not(.a11y-panel *){outline:none !important;}

html.a11y-contrast-light{
  background:#fff !important;
}
html.a11y-contrast-light body,
html.a11y-contrast-light body *:not(.a11y-badge):not(.a11y-panel):not(.a11y-panel *):not(.a11y-vkeyboard):not(.a11y-vkeyboard *):not(.a11y-reader):not(.a11y-reader *):not(svg):not(svg *):not(img):not(video):not(picture):not(canvas):not(.a11y-keep):not(.a11y-keep *){
  background-color:#fff !important;
  background-image:none !important;
  color:#000 !important;
  border-color:#000 !important;
  text-shadow:none !important;
  box-shadow:none !important;
  opacity:1 !important;
  filter:none !important;
  -webkit-filter:none !important;
  mix-blend-mode:normal !important;
  backdrop-filter:none !important;
}
html.a11y-contrast-light body [class*="bg-"]:not(.a11y-badge):not(.a11y-panel *):not(.a11y-keep):not(.a11y-keep *),
html.a11y-contrast-light body [class*="bgc-"]:not(.a11y-badge):not(.a11y-panel *):not(.a11y-keep):not(.a11y-keep *),
html.a11y-contrast-light body .parallax:not(.a11y-badge):not(.a11y-keep *),
html.a11y-contrast-light body [style*="background"]:not(.a11y-badge):not(.a11y-panel *):not(.a11y-keep):not(.a11y-keep *){
  background-color:#fff !important;background-image:none !important;background:#fff !important;
  opacity:1 !important;filter:none !important;mix-blend-mode:normal !important;
}
html.a11y-contrast-light body .b-parallax:not(.a11y-keep):not(.a11y-keep *),
html.a11y-contrast-light body .parallax__container:not(.a11y-keep *),
html.a11y-contrast-light body .parallax:not(.a11y-keep *),
html.a11y-contrast-light body .bloc-bg-mask:not(.a11y-keep *),
html.a11y-contrast-light body .svg-mask:not(.a11y-keep *){
  background:#fff !important;background-image:none !important;
}
html.a11y-contrast-light body .b-parallax:not(.a11y-keep):not(.a11y-keep *) .parallax__container,
html.a11y-contrast-light body .b-parallax:not(.a11y-keep):not(.a11y-keep *) .parallax{
  position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;transform:none !important;
}
html.a11y-contrast-light body .svg-mask:not(.a11y-keep *) path,
html.a11y-contrast-light body .bloc-hero-fill:not(.a11y-keep *),
html.a11y-contrast-light body .bloc-fill:not(.a11y-keep *),
html.a11y-contrast-light body .bloc-bg-mask:not(.a11y-keep *) svg path{
  fill:#fff !important;fill-opacity:1 !important;
}
html.a11y-contrast-light body .bloc-shape-divider:not(.a11y-keep *) svg path,
html.a11y-contrast-light body .svg-divider:not(.a11y-keep *) path,
html.a11y-contrast-light body [class*="bloc-divider-"][class*="-fill"]:not(.a11y-keep *),
html.a11y-contrast-light body [class*="bloc-divider-"][class*="-fill"]:not(.a11y-keep *) path{
  fill:#fff !important;fill-opacity:1 !important;opacity:1 !important;
}
html.a11y-contrast-light body a:not(.a11y-badge):not(.a11y-panel *):not(.a11y-keep):not(.a11y-keep *){color:#0000ee !important;text-decoration:underline !important;}
html.a11y-contrast-light body a:not(.a11y-badge):not(.a11y-panel *):visited{color:#551a8b !important;}
html.a11y-contrast-light body :is(button,input,select,textarea):not(.a11y-badge):not(.a11y-panel *):not(.a11y-reader *):not(.a11y-keep):not(.a11y-keep *){
  background:#fff !important;color:#000 !important;border:2px solid #000 !important;
}
html.a11y-contrast-light body *:not(.a11y-badge):not(.a11y-panel):not(.a11y-panel *):not(.a11y-keep):not(.a11y-keep *)::before,
html.a11y-contrast-light body *:not(.a11y-badge):not(.a11y-panel):not(.a11y-panel *):not(.a11y-keep):not(.a11y-keep *)::after{
  background:#fff !important;
  background-image:none !important;
  opacity:1 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
  backdrop-filter:none !important;
}

.a11y-vkeyboard{
  position:fixed;left:50%;bottom:0;transform:translateX(-50%);
  width:100%;max-width:760px;box-sizing:border-box;
  background:#1a1d24;color:#fff;z-index:2147483646;
  padding:10px 10px 14px;border-radius:14px 14px 0 0;
  box-shadow:0 -8px 32px rgba(0,0,0,.4);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  touch-action:manipulation;
}

body.a11y-vk-open .a11y-badge{opacity:0;pointer-events:none;}
.a11y-vk-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;padding:0 4px;font-weight:700;font-size:14px;}
.a11y-vk-close{background:#e8423c;color:#fff;border:none;width:40px;height:40px;border-radius:8px;cursor:pointer;font-size:16px;flex:none;}
.a11y-vk-row{display:flex;gap:5px;justify-content:center;margin-bottom:5px;}
.a11y-vk-key{
  flex:1 1 0;min-width:0;max-width:52px;height:46px;
  background:#2a2e38;color:#fff;border:1px solid rgba(255,255,255,.12);
  border-radius:8px;cursor:pointer;font-size:17px;line-height:1;
  display:flex;align-items:center;justify-content:center;
  transition:background .12s;user-select:none;-webkit-user-select:none;
  padding:0;
}
.a11y-vk-key:hover{background:#3a3f4b;}
.a11y-vk-key:active{background:var(--a11y-accent,#1d6ef2);}
.a11y-vk-wide{max-width:64px;flex:1.3 1 0;font-size:15px;}
.a11y-vk-space{max-width:none;flex:5 1 0;}
.a11y-vk-extra .a11y-vk-key{height:40px;font-size:15px;max-width:44px;}
.a11y-vk-accents .a11y-vk-key{background:rgba(128,128,128,.18);font-size:16px;}
.a11y-vk-lang{background:rgba(128,128,128,.2);color:inherit;border:none;height:32px;padding:0 12px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:700;font-family:inherit;display:flex;align-items:center;gap:4px;}
.a11y-vk-lang:hover{background:rgba(128,128,128,.35);}
.a11y-vk-langpicker{display:flex;flex-direction:column;gap:6px;max-height:220px;margin-top:8px;padding:8px;background:rgba(128,128,128,.12);border-radius:10px;}
.a11y-vk-langpicker-head{display:flex;gap:6px;align-items:center;}
.a11y-vk-langsearch{flex:1 1 auto;box-sizing:border-box;padding:8px 12px;border-radius:8px;border:1px solid var(--a11y-panel-border);background:rgba(128,128,128,.15);color:inherit;font-size:16px;font-family:inherit;}
.a11y-vk-langpicker-close{flex:none;background:#e8423c;color:#fff;border:none;width:40px;height:40px;border-radius:8px;cursor:pointer;font-size:16px;}
.a11y-vk-langpicker-list{display:flex;flex-wrap:wrap;gap:6px;overflow-y:auto;align-content:flex-start;}
.a11y-vk-langempty{padding:12px;opacity:.6;font-size:14px;width:100%;text-align:center;}
.a11y-vk-langopt{background:rgba(128,128,128,.18);color:inherit;border:none;padding:8px 12px;border-radius:8px;cursor:pointer;font-size:14px;font-family:inherit;flex:1 1 auto;min-width:90px;}
.a11y-vk-langopt:hover{background:rgba(128,128,128,.35);}
.a11y-vk-langopt-active{background:var(--a11y-accent,#1d6ef2);color:#fff;}
.a11y-vk-langopt{display:flex;align-items:center;justify-content:center;gap:6px;text-align:center;}
.a11y-vk-langopt-flag,.a11y-vk-lang .a11y-flag-img{display:inline-flex;width:20px;height:14px;flex:none;border-radius:2px;overflow:hidden;}
.a11y-vk-langopt-flag svg,.a11y-vk-lang .a11y-flag-img svg{width:100%;height:100%;display:block;object-fit:cover;}
.a11y-vkeyboard[dir="rtl"] .a11y-vk-row{direction:rtl;}
.a11y-vkeyboard.a11y-vk-shifted .a11y-vk-key{text-transform:uppercase;}
@media(max-width:480px){
  .a11y-vk-key{height:42px;font-size:16px;max-width:none;}
  .a11y-vkeyboard{padding:8px 6px 12px;}
}

html.a11y-truinvert body>*:not(.a11y-badge):not(.a11y-panel):not(.a11y-vkeyboard):not(.a11y-reader):not(.a11y-mask):not(.a11y-ruler):not(#a11y-cb-filters){
  filter:invert(1) hue-rotate(180deg);
}

html.a11y-grayscale body>*:not(.a11y-badge):not(.a11y-panel):not(.a11y-vkeyboard):not(.a11y-reader):not(.a11y-mask):not(.a11y-ruler):not(#a11y-cb-filters){
  filter:grayscale(1);
}

html.a11y-protanopia body>*:not(.a11y-badge):not(.a11y-panel):not(.a11y-vkeyboard):not(.a11y-reader):not(.a11y-mask):not(.a11y-ruler):not(#a11y-cb-filters){
  filter:url(#a11y-protanopia);
}
html.a11y-deuteranopia body>*:not(.a11y-badge):not(.a11y-panel):not(.a11y-vkeyboard):not(.a11y-reader):not(.a11y-mask):not(.a11y-ruler):not(#a11y-cb-filters){
  filter:url(#a11y-deuteranopia);
}
html.a11y-tritanopia body>*:not(.a11y-badge):not(.a11y-panel):not(.a11y-vkeyboard):not(.a11y-reader):not(.a11y-mask):not(.a11y-ruler):not(#a11y-cb-filters){
  filter:url(#a11y-tritanopia);
}

html.a11y-saturate-low body>*:not(.a11y-badge):not(.a11y-panel):not(.a11y-vkeyboard):not(.a11y-reader):not(.a11y-mask):not(.a11y-ruler):not(#a11y-cb-filters){
  filter:saturate(.5);
}
html.a11y-saturate-high body>*:not(.a11y-badge):not(.a11y-panel):not(.a11y-vkeyboard):not(.a11y-reader):not(.a11y-mask):not(.a11y-ruler):not(#a11y-cb-filters){
  filter:saturate(1.8);
}

html.a11y-big-cursor,html.a11y-big-cursor *{
  cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M8 4l28 18-12 2 7 14-5 2-7-14-8 8z' fill='%23000' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E") 4 4,auto !important;
}

.a11y-focus-hint{
  position:fixed;left:50%;bottom:24px;transform:translate(-50%,16px);
  display:flex;align-items:center;gap:14px;
  background:#1a1d24;color:#fff;padding:12px 14px 12px 20px;border-radius:12px;
  font:600 14px/1.35 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  box-shadow:0 8px 30px rgba(0,0,0,.4);z-index:2147483645;
  max-width:min(90vw,460px);text-align:center;
  opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;
}
.a11y-focus-hint.show{opacity:1;transform:translate(-50%,0);pointer-events:auto;}
.a11y-focus-hint-text{flex:1;text-align:center;}
.a11y-focus-hint-close{
  flex:none;width:32px;height:32px;border:none;border-radius:8px;cursor:pointer;
  background:rgba(255,255,255,.15);color:#fff;font-size:15px;line-height:1;
  display:flex;align-items:center;justify-content:center;transition:background .15s;
}
.a11y-focus-hint-close:hover{background:rgba(255,255,255,.3);}

html.a11y-focus-outline body a:focus,
html.a11y-focus-outline body a:focus-visible,
html.a11y-focus-outline body button:focus,
html.a11y-focus-outline body button:focus-visible,
html.a11y-focus-outline body input:focus,
html.a11y-focus-outline body input:focus-visible,
html.a11y-focus-outline body select:focus,
html.a11y-focus-outline body select:focus-visible,
html.a11y-focus-outline body textarea:focus,
html.a11y-focus-outline body textarea:focus-visible,
html.a11y-focus-outline body summary:focus,
html.a11y-focus-outline body summary:focus-visible,
html.a11y-focus-outline body [href]:focus,
html.a11y-focus-outline body [href]:focus-visible,
html.a11y-focus-outline body [tabindex]:focus,
html.a11y-focus-outline body [tabindex]:focus-visible,
html.a11y-focus-outline body [contenteditable]:focus,
html.a11y-focus-outline body [contenteditable]:focus-visible,
html.a11y-focus-outline body .btn:focus,
html.a11y-focus-outline body .btn:focus-visible,
html.a11y-focus-outline body .bloc-button:focus,
html.a11y-focus-outline body .bloc-button:focus-visible,
html.a11y-focus-outline body [role="button"]:focus,
html.a11y-focus-outline body [role="button"]:focus-visible,
html.a11y-focus-outline body [role="link"]:focus,
html.a11y-focus-outline body [role="link"]:focus-visible,
html.a11y-focus-outline body [role="menuitem"]:focus,
html.a11y-focus-outline body [role="menuitem"]:focus-visible,
html.a11y-focus-outline body [role="tab"]:focus,
html.a11y-focus-outline body [role="tab"]:focus-visible,
html.a11y-focus-outline body [role="checkbox"]:focus,
html.a11y-focus-outline body [role="checkbox"]:focus-visible,
html.a11y-focus-outline body [role="radio"]:focus,
html.a11y-focus-outline body [role="radio"]:focus-visible{
  outline:3px solid var(--a11y-focus-color,var(--a11y-accent,#1d6ef2)) !important;
  outline-offset:2px !important;
  box-shadow:0 0 0 3px var(--a11y-focus-color,var(--a11y-accent,#1d6ef2)),
             0 0 0 6px color-mix(in srgb, var(--a11y-focus-color,var(--a11y-accent,#1d6ef2)) 30%, transparent) !important;
  border-radius:3px !important;
  transition:none !important;
}

html.a11y-focus-outline .a11y-panel :focus,
html.a11y-focus-outline .a11y-badge:focus,
html.a11y-focus-outline .a11y-vkeyboard :focus{
  box-shadow:none !important;
}

html.a11y-highlight-links body a:not(.btn):not(.bloc-button):not([class*="btn"]):not([role="button"]):not(.a11y-panel):not(.a11y-panel *):not(.a11y-badge):not(.a11y-badge *):not(.a11y-vkeyboard):not(.a11y-vkeyboard *){
  text-decoration:underline !important;text-decoration-thickness:2px !important;
  text-decoration-color:var(--a11y-link-underline,#fff200) !important;
  background:var(--a11y-link-bg,#fff200) !important;color:var(--a11y-link-text,#000) !important;
}
html.a11y-highlight-links body a.btn:not(.a11y-panel):not(.a11y-panel *):not(.a11y-badge):not(.a11y-badge *):not(.a11y-vkeyboard):not(.a11y-vkeyboard *),
html.a11y-highlight-links body a.bloc-button:not(.a11y-panel):not(.a11y-panel *):not(.a11y-badge):not(.a11y-badge *):not(.a11y-vkeyboard):not(.a11y-vkeyboard *),
html.a11y-highlight-links body a[class*="btn"]:not(.a11y-panel):not(.a11y-panel *):not(.a11y-badge):not(.a11y-badge *):not(.a11y-vkeyboard):not(.a11y-vkeyboard *),
html.a11y-highlight-links body a[role="button"]:not(.a11y-panel):not(.a11y-panel *):not(.a11y-badge):not(.a11y-badge *):not(.a11y-vkeyboard):not(.a11y-vkeyboard *){
  text-decoration:underline !important;
  text-decoration-thickness:3px !important;
  text-decoration-color:var(--a11y-link-underline,#fff200) !important;
  text-underline-offset:3px !important;
  outline:2px solid var(--a11y-link-underline,#fff200) !important;
  outline-offset:2px !important;
}

html.a11y-no-motion *,html.a11y-no-motion *::before,html.a11y-no-motion *::after{
  animation-duration:.001s !important;transition-duration:.001s !important;
  scroll-behavior:auto !important;
}

html.a11y-hide-images body img:not(.a11y-badge *):not(.a11y-panel *):not(.a11y-reader *):not(.a11y-vkeyboard *){display:none !important;}
html.a11y-hide-images body picture:not(.a11y-panel *),
html.a11y-hide-images body figure:not(.a11y-panel *){display:none !important;}
html.a11y-hide-images body .parallax{background-image:none !important;}

html.a11y-hide-images .a11y-reader-content img{display:none !important;}

.a11y-mask{
  position:fixed;left:0;width:100%;height:120px;
  background:rgba(0,0,0,var(--a11y-mask-opacity,.75));pointer-events:none;z-index:2147483590;
  display:none;
}
html.a11y-reading-mask .a11y-mask{display:block;}
.a11y-mask.top{top:0;}
.a11y-mask.bottom{bottom:0;}

.a11y-ruler{
  position:fixed;left:0;width:100%;height:var(--a11y-ruler-height,28px);
  background:color-mix(in srgb, var(--a11y-ruler-color,#ffb800) 25%, transparent);
  border-top:2px solid var(--a11y-ruler-color,#ffb800);border-bottom:2px solid var(--a11y-ruler-color,#ffb800);
  pointer-events:none;z-index:2147483591;display:none;
}
html.a11y-reading-ruler .a11y-ruler{display:block;}

.a11y-reader{
  position:fixed;inset:0;z-index:2147483588;
  background:var(--a11y-reader-bg,#ffffff) !important;color:var(--a11y-reader-text,#1a1d24);
  overflow-y:auto;display:flex;flex-direction:column;align-items:center;
}
.a11y-reader *{color:var(--a11y-reader-text,#1a1d24);background-color:transparent;}
.a11y-reader-bar{
  position:sticky;top:0;width:100%;box-sizing:border-box;
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 24px;background:var(--a11y-reader-bg,#ffffff);
  border-bottom:1px solid rgba(128,128,128,.25);
}
.a11y-reader-title{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;opacity:.7;}
.a11y-reader-close{
  background:rgba(128,128,128,.18);border:none;color:inherit;
  width:34px;height:34px;border-radius:8px;cursor:pointer;font-size:16px;
  display:flex;align-items:center;justify-content:center;
}
.a11y-reader-close:hover{background:rgba(128,128,128,.3);}
.a11y-reader-content{
  max-width:720px;width:100%;box-sizing:border-box;padding:32px 24px 80px;
  font-family:Georgia,'Times New Roman',serif;font-size:20px;line-height:1.8;
}
.a11y-reader-content :is(h1,h2,h3,h4,h5,h6){line-height:1.3;margin:1.4em 0 .5em;font-weight:700;}
.a11y-reader-content h1{font-size:1.7em;}
.a11y-reader-content h2{font-size:1.4em;}
.a11y-reader-content h3{font-size:1.2em;}
.a11y-reader-content p,.a11y-reader-content blockquote{margin:0 0 1em;}
.a11y-reader-content ul,.a11y-reader-content ol{margin:0 0 1em;padding-left:1.5em;}
.a11y-reader-content li{margin:0 0 .5em;}
.a11y-reader-content blockquote{
  border-left:4px solid currentColor;padding-left:1em;opacity:.85;font-style:italic;
}
.a11y-reader-content pre{
  background:rgba(128,128,128,.15) !important;padding:1em;border-radius:8px;overflow-x:auto;
  font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.85em;line-height:1.5;
}
.a11y-reader-content img{max-width:100%;height:auto;display:block;margin:1.5em 0;border-radius:8px;}
.a11y-reader-content a{color:#0a66ff !important;text-decoration:underline !important;text-underline-offset:2px;font-weight:600;}
.a11y-reader-content a:visited{color:#0a66ff !important;}
.a11y-reader-content a:hover,.a11y-reader-content a:focus{color:#0047b3 !important;text-decoration-thickness:2px;}

html.a11y-reader-open > .scrollToTop{
  visibility:visible !important;
  z-index:2147483589 !important;
}

.a11y-tts-reading{
  outline:3px solid var(--a11y-tts-hl-color,#ff6a00) !important;
  outline-offset:2px !important;
  background-color:color-mix(in srgb, var(--a11y-tts-hl-color,#ff6a00) 12%, transparent) !important;
  border-radius:3px;
  transition:outline-color .15s,background-color .15s;
}

html.a11y-reader-open body > *:not(.a11y-badge):not(.a11y-panel):not(.a11y-vkeyboard):not(.a11y-mask):not(.a11y-ruler):not(.a11y-reader):not(.a11y-bric):not(.a11y-focus-hint):not(#a11y-cb-filters):not(#a11y-pro-host){
  visibility:hidden !important;
}
html.a11y-reader-open body{
  overflow:hidden !important;
}

html.a11y-dyslexic .a11y-reader-content,
html.a11y-dyslexic .a11y-reader-content *:not(pre):not(code){
  font-family:'OpenDyslexic','Comic Sans MS',Verdana,sans-serif !important;
}
html.a11y-readable-font .a11y-reader-content,
html.a11y-readable-font .a11y-reader-content *:not(pre):not(code){
  font-family:'Atkinson Hyperlegible',Arial,Helvetica,sans-serif !important;
}
html.a11y-letter-spacing .a11y-reader-content,
html.a11y-letter-spacing .a11y-reader-content *{
  letter-spacing:.12em !important;word-spacing:.16em !important;
}
html.a11y-align-left .a11y-reader-content,
html.a11y-align-left .a11y-reader-content *{
  text-align:left !important;
}
html.a11y-uppercase .a11y-reader-content,
html.a11y-uppercase .a11y-reader-content *{
  text-transform:uppercase !important;
}
html.a11y-highlight-titles .a11y-reader-content :is(h1,h2,h3,h4,h5,h6){
  background:var(--a11y-title-bg,#fff3cd) !important;
  outline:2px solid var(--a11y-title-border,#ff8a00) !important;
  outline-offset:2px;
  padding:.15em .3em !important;border-radius:4px;
}
html.a11y-hide-images .a11y-reader-content img{display:none !important;}
html.a11y-highlight-links .a11y-reader-content a{
  background:var(--a11y-link-bg,#fff200) !important;
  color:var(--a11y-link-text,#000000) !important;
  text-decoration:underline !important;
  box-shadow:0 0 0 2px var(--a11y-link-underline,#fff200) !important;
}
html.a11y-contrast .a11y-reader,
html.a11y-contrast .a11y-reader-bar,
html.a11y-contrast .a11y-reader-content{
  background:#000 !important;
}
html.a11y-contrast .a11y-reader,
html.a11y-contrast .a11y-reader *:not(.a11y-keep):not(.a11y-keep *){
  color:#fff !important;
}
html.a11y-contrast .a11y-reader-content a{
  color:#ff0 !important;background:transparent !important;box-shadow:none !important;
}
html.a11y-contrast-light .a11y-reader,
html.a11y-contrast-light .a11y-reader-bar,
html.a11y-contrast-light .a11y-reader-content{
  background:#fff !important;
}
html.a11y-contrast-light .a11y-reader,
html.a11y-contrast-light .a11y-reader *:not(.a11y-keep):not(.a11y-keep *){
  color:#000 !important;
}
html.a11y-contrast-light .a11y-reader-content a{
  color:#0000ee !important;background:transparent !important;box-shadow:none !important;
}
html.a11y-grayscale .a11y-reader{filter:grayscale(1) !important;}
html.a11y-truinvert .a11y-reader{filter:invert(1) hue-rotate(180deg) !important;}
html.a11y-protanopia .a11y-reader{filter:url(#a11y-protanopia) !important;}
html.a11y-deuteranopia .a11y-reader{filter:url(#a11y-deuteranopia) !important;}
html.a11y-tritanopia .a11y-reader{filter:url(#a11y-tritanopia) !important;}
html.a11y-saturate-low .a11y-reader{filter:saturate(.5) !important;}
html.a11y-saturate-high .a11y-reader{filter:saturate(2) !important;}

.a11y-lang-noresults{
  grid-column:1 / -1;
  text-align:center;
  padding:18px 8px;
  font-size:14px;
  opacity:.6;
}
@media(min-width:769px){
  .a11y-panel{width:400px;font-size:16.5px;}
  .a11y-panel .a11y-feat{padding:13px 15px;}
  .a11y-panel .a11y-feat svg{width:23px;height:23px;}
  .a11y-panel .a11y-profile{padding:13px 6px;}
  .a11y-panel .a11y-lang-cell{padding:10px;}
}
@media(min-width:1200px){
  .a11y-panel{width:440px;font-size:17px;}
  .a11y-panel .a11y-feat{padding:14px 16px;}
  .a11y-panel .a11y-feat svg{width:24px;height:24px;}
  .a11y-panel .a11y-profile{padding:14px 6px;}
  .a11y-panel .a11y-lang-cell{padding:11px;}
}
@media(min-width:1600px){
  .a11y-panel{width:500px;font-size:18px;}
  .a11y-panel .a11y-head{padding:20px 22px;}
  .a11y-panel .a11y-head h2{font-size:20px;}
  .a11y-panel .a11y-feat{padding:15px 18px;}
  .a11y-panel .a11y-feat svg{width:26px;height:26px;}
  .a11y-panel .a11y-feat .a11y-feat-state{font-size:14px;}
  .a11y-panel .a11y-profile{padding:16px 8px;font-size:12px;}
  .a11y-panel .a11y-profile svg{width:24px;height:24px;}
  .a11y-panel .a11y-lang-cell{padding:12px;font-size:14px;}
  .a11y-panel .a11y-reset{font-size:15px;padding:13px;}
}

@media(max-width:768px){
  .a11y-panel{
    width:calc(100vw - 24px);left:0 !important;right:0 !important;margin-left:auto !important;margin-right:auto !important;
    top:auto !important;bottom:calc(96px + var(--a11y-scroll-extra,0px)) !important;
    max-height:calc(100vh - 108px - var(--a11y-scroll-extra,0px)) !important;
    max-height:calc(100dvh - 108px - var(--a11y-scroll-extra,0px)) !important;
  }
  .a11y-reader-content{font-size:18px;padding:24px 18px 60px;}
}

@media(max-width:480px){
  .a11y-panel{
    width:calc(100vw - 16px) !important;left:0 !important;right:0 !important;margin-left:auto !important;margin-right:auto !important;
    top:12px !important;bottom:calc(92px + var(--a11y-scroll-extra,0px)) !important;
    max-height:none !important;height:auto !important;
  }
  .a11y-badge.size-l{width:56px;height:56px;}
  .a11y-profiles{grid-template-columns:1fr 1fr 1fr;gap:6px;}
  .a11y-lang-grid{grid-template-columns:1fr 1fr;}
  .a11y-head{padding:12px 14px;}
  .a11y-head h2{font-size:16px;}
}

@media(max-width:380px){
  .a11y-panel{
    width:calc(100vw - 12px) !important;left:0 !important;right:0 !important;margin-left:auto !important;margin-right:auto !important;
    top:10px !important;bottom:calc(86px + var(--a11y-scroll-extra,0px)) !important;
    max-height:none !important;height:auto !important;
    border-radius:14px !important;
  }
  .a11y-body{padding:12px 12px 8px;}
  .a11y-feat{padding:10px 12px;font-size:14px;gap:10px;}
  .a11y-feat svg{width:20px;height:20px;}
  .a11y-profiles{grid-template-columns:1fr 1fr;gap:6px;}
  .a11y-profile{font-size:11px;padding:10px 4px;}
  .a11y-lang-grid{grid-template-columns:1fr 1fr;gap:6px;}
  .a11y-lang-cell{font-size:13px;padding:8px;}
  .a11y-layout-grid .a11y-body{grid-template-columns:1fr 1fr;}
  .a11y-foot{padding:12px 14px;}
  .a11y-reset{font-size:14px;}
  .a11y-badge{bottom:16px !important;}
  .a11y-badge.pos-br,.a11y-badge.pos-bl{bottom:16px !important;}
}

@media(max-width:320px){
  .a11y-panel{
    width:calc(100vw - 8px) !important;left:0 !important;right:0 !important;margin-left:auto !important;margin-right:auto !important;
    top:8px !important;bottom:calc(82px + var(--a11y-scroll-extra,0px)) !important;
    max-height:none !important;height:auto !important;
  }
  .a11y-head h2{font-size:15px;}
  .a11y-profiles{grid-template-columns:1fr 1fr;}
  .a11y-feat .a11y-feat-label{font-size:13px;}
}

.a11y-bionic-b{font-weight:700 !important;}

@media (forced-colors: active){
  .a11y-badge{
    background:ButtonFace !important;color:ButtonText !important;
    border:2px solid ButtonText !important;forced-color-adjust:none;
  }
  .a11y-badge:focus-visible{outline:3px solid Highlight !important;}
  .a11y-panel{
    background:Canvas !important;color:CanvasText !important;
    border:2px solid CanvasText !important;forced-color-adjust:none;
  }
  .a11y-feat,.a11y-profile,.a11y-reset,.a11y-close,.a11y-lang,.a11y-langpicker-close,
  .a11y-lang-search-clear,.a11y-lang-cell{
    background:ButtonFace !important;color:ButtonText !important;
    border:1px solid ButtonText !important;forced-color-adjust:none;
  }
  .a11y-feat.active,.a11y-profile.active,.a11y-lang-cell.active{
    background:Highlight !important;color:HighlightText !important;
    border-color:HighlightText !important;
  }
  .a11y-feat-dot{background:ButtonText !important;}
  .a11y-feat-dot.on{background:Highlight !important;}
  
  .a11y-tts-reading,
  html.a11y-focus-outline a:focus,
  html.a11y-focus-outline button:focus,
  html.a11y-focus-outline input:focus,
  html.a11y-focus-outline select:focus,
  html.a11y-focus-outline textarea:focus,
  html.a11y-focus-outline [tabindex]:focus,
  html.a11y-focus-outline [role="button"]:focus,
  html.a11y-focus-outline [role="link"]:focus{
    outline-color:Highlight !important;
    background-color:transparent !important;
  }
}
@media(max-width:575.98px){
  :host(.a11y-hide-mobile) .a11y-badge,
  :host(.a11y-hide-mobile) .a11y-panel{display:none !important;}
}

.a11y-badge-tip{
  position:fixed;z-index:2147483602;pointer-events:none;
  background:#1a1d24;color:#fff;font-size:13px;font-weight:600;line-height:1.3;
  padding:8px 12px;border-radius:8px;white-space:nowrap;
  box-shadow:0 4px 16px rgba(0,0,0,.35);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  opacity:0;visibility:hidden;transform:translateY(4px);
  transition:opacity .12s,transform .12s,visibility .12s;
}
.a11y-badge-tip.show{opacity:1;visibility:visible;transform:none;}