:root {
    --a11y-blue: #21548e;
    --a11y-blue-dark: #174579;
    --a11y-bg: #f5f7fb;
    --a11y-text: #1f2a44;
    --a11y-muted: #43546f;
    --a11y-border: #dde4ee;
    --a11y-soft: #eef2f7;
    --a11y-font-size-step: 0;
    --a11y-content-size-step: 0;
    --a11y-line-height-step: 0;
    --a11y-letter-spacing-step: 0;
}

.a11y-widget,
.a11y-widget * {
    box-sizing: border-box;
}

.a11y-widget {
    position: fixed !important;
    inset: auto 22px 22px auto !important;
    z-index: 2147483000;
    color: var(--a11y-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.35;
    width: 58px;
    height: 58px;
    pointer-events: none;
    filter: none !important;
    transform: none !important;
    opacity: 1 !important;
}

html .a11y-widget,
html .a11y-widget *,
html.a11y-simplified-view .a11y-widget,
html.a11y-simplified-view .a11y-widget *,
html.a11y-high-contrast-safe .a11y-widget,
html.a11y-high-contrast-safe .a11y-widget *,
html.a11y-large-targets .a11y-widget,
html.a11y-large-targets .a11y-widget *,
html.a11y-highlight-links .a11y-widget,
html.a11y-highlight-links .a11y-widget * {
    visibility: visible !important;
}

html.a11y-simplified-view .a11y-widget,
html.a11y-high-contrast-safe .a11y-widget {
    display: block !important;
}

html.a11y-simplified-view .a11y-widget__panel {
    display: none !important;
}

html.a11y-simplified-view .a11y-widget.is-open .a11y-widget__panel {
    display: flex !important;
}

.a11y-widget button {
    font: inherit;
}

.a11y-widget__floating-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background: var(--a11y-blue);
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(20, 63, 112, 0.3);
    cursor: pointer;
    pointer-events: auto;
}

html .a11y-widget .a11y-widget__floating-button {
    display: inline-flex !important;
    position: relative !important;
    min-width: 58px !important;
    min-height: 58px !important;
    padding: 0 !important;
    outline: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: var(--a11y-blue) !important;
    color: #ffffff !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
}

html .a11y-widget .a11y-widget__floating-button i {
    color: #ffffff !important;
    opacity: 1 !important;
    filter: none !important;
}

.a11y-widget__floating-button i {
    font-size: 31px;
}

.a11y-widget__panel {
    position: fixed !important;
    right: 22px !important;
    bottom: 96px !important;
    display: none;
    width: min(430px, calc(100vw - 28px));
    max-height: min(680px, calc(100vh - 112px));
    overflow: hidden;
    background: var(--a11y-bg);
    border: 1px solid var(--a11y-border);
    border-radius: 10px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.26);
    pointer-events: auto;
}

.a11y-widget.is-open .a11y-widget__panel {
    display: flex;
    flex-direction: column;
}

html .a11y-widget.is-open .a11y-widget__panel {
    display: flex !important;
}

.a11y-widget.is-open .a11y-widget__floating-button {
    display: inline-flex;
}

.a11y-widget__header {
    display: grid;
    grid-template-columns: 24px 1fr auto 40px;
    align-items: center;
    gap: 10px;
    min-height: 62px;
    padding: 10px 12px;
    background: var(--a11y-blue);
    color: #ffffff;
}

.a11y-widget__header-icon {
    font-size: 24px;
}

.a11y-widget__header h2 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
}

.a11y-widget__language,
.a11y-widget__close {
    border: 0;
}

.a11y-widget__language {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 92px;
    min-height: 36px;
    padding: 4px;
    border: 2px solid rgba(23, 69, 121, 0.2);
    border-radius: 10px;
    background: #f7f9fc;
    color: var(--a11y-muted);
    box-shadow: 0 2px 4px rgba(15, 23, 42, 0.16) inset;
}

.a11y-widget__language button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 28px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: var(--a11y-muted);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
}

.a11y-widget__language button[aria-pressed="true"] {
    background: #e30613;
    color: #ffffff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
}

.a11y-widget__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.a11y-widget__close i {
    font-size: 21px;
}

.a11y-widget__scroll {
    flex: 1 1 auto;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.a11y-widget__profiles-section {
    padding: 18px 14px 16px;
}

.a11y-widget__profiles-section h3 {
    margin: 0 0 12px;
    color: var(--a11y-muted);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
}

.a11y-widget__profiles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.a11y-widget__profile {
    display: flex;
    min-height: 88px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    border: 2px solid var(--a11y-border);
    border-radius: 11px;
    background: #ffffff;
    color: var(--a11y-muted);
    cursor: pointer;
}

.a11y-widget__profile--wide {
    grid-column: 1 / -1;
}

.a11y-widget__profile i {
    color: var(--a11y-blue);
    font-size: 23px;
}

.a11y-widget__profile span {
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.a11y-widget__profile:hover,
.a11y-widget__profile:focus-visible,
.a11y-widget__profile.is-active {
    border-color: var(--a11y-blue);
    background: #f8fbff;
}

.a11y-widget__accordion {
    border-top: 2px solid var(--a11y-border);
    border-bottom: 2px solid var(--a11y-border);
    background: #ffffff;
}

.a11y-widget__accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 0;
    background: #ffffff;
    color: var(--a11y-text);
    cursor: pointer;
}

.a11y-widget__accordion-button span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 800;
}

.a11y-widget__accordion-button > i {
    color: #99a8bc;
}

.a11y-widget__accordion-panel {
    display: none;
}

.a11y-widget__accordion.is-open .a11y-widget__accordion-panel {
    display: block;
}

.a11y-widget__row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    margin: 0 14px;
    border-top: 1px solid #e9edf3;
}

.a11y-widget__label {
    color: var(--a11y-muted);
    font-size: 14px;
    font-weight: 700;
}

.a11y-widget__stepper {
    display: grid;
    grid-template-columns: 38px 54px 38px;
    align-items: center;
    gap: 12px;
}

.a11y-widget__stepper button,
.a11y-widget__align-group button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    border: 2px solid var(--a11y-blue);
    border-radius: 8px;
    background: #ffffff;
    color: var(--a11y-blue);
    cursor: pointer;
    font-size: 23px;
    font-weight: 800;
}

.a11y-widget__stepper output {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border-radius: 8px;
    background: var(--a11y-soft);
    color: var(--a11y-text);
    font-size: 16px;
    font-weight: 800;
}

.a11y-widget__align-group {
    display: grid;
    grid-template-columns: repeat(3, 38px);
    gap: 8px;
}

.a11y-widget__align-group button {
    height: 38px;
    border-width: 2px;
    border-color: var(--a11y-border);
    font-size: 20px;
}

.a11y-widget__align-group button.is-active {
    border-color: var(--a11y-blue);
    background: #edf5ff;
}

.a11y-widget__switch {
    position: relative;
    width: 48px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: #cbd6e3;
    cursor: pointer;
    transition: background-color 160ms ease;
}

.a11y-widget__switch span {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.24);
    transition: transform 160ms ease;
}

.a11y-widget__switch.is-active {
    background: var(--a11y-blue);
}

.a11y-widget__switch.is-active span {
    transform: translateX(20px);
}

.a11y-widget__visual-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px 14px 10px;
}

.a11y-widget__visual-grid--colorblind {
    padding-bottom: 14px;
}

.a11y-widget__visual-option {
    display: flex;
    min-height: 82px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    border: 2px solid var(--a11y-border);
    border-radius: 10px;
    background: #f9fbfd;
    color: var(--a11y-muted);
    cursor: pointer;
    text-align: center;
}

.a11y-widget__visual-option i {
    color: var(--a11y-blue);
    font-size: 23px;
}

.a11y-widget__visual-option span {
    font-size: 13px;
    font-weight: 800;
}

.a11y-widget__visual-option:hover,
.a11y-widget__visual-option:focus-visible,
.a11y-widget__visual-option.is-active {
    border-color: var(--a11y-blue);
    background: #eef5ff;
}

.a11y-widget__visual-option.is-active {
    box-shadow: inset 0 0 0 2px rgba(33, 84, 142, 0.16);
}

.a11y-widget__colorblind-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.7), transparent 34%),
        var(--dot-color);
    box-shadow: inset 0 -3px 8px rgba(15, 23, 42, 0.22), 0 0 0 1px rgba(15, 23, 42, 0.12);
}

.a11y-widget__svg-filters {
    position: fixed;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.a11y-widget__color-row {
    padding: 8px 14px 10px;
}

.a11y-widget__color-label {
    display: block;
    margin-bottom: 9px;
    color: var(--a11y-muted);
    font-size: 14px;
    font-weight: 800;
}

.a11y-widget__swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.a11y-widget__swatch {
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: var(--swatch-color);
    box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.28);
    cursor: pointer;
}

.a11y-widget__swatch--light {
    box-shadow: 0 0 0 1px #cbd5e1;
}

.a11y-widget__swatch.is-active {
    border-color: #ffffff;
    box-shadow: 0 0 0 3px var(--a11y-blue);
}

.a11y-widget__hint {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    margin: 8px 14px;
    padding: 0 14px;
    border-radius: 7px;
    background: #f5f8fc;
    color: #8a9ab2;
    font-size: 13px;
    font-weight: 700;
}

.a11y-widget__hint i {
    color: #f2c230;
}

.a11y-widget__footer {
    flex: 0 0 auto;
    padding: 12px 14px 10px;
    border-top: 2px solid var(--a11y-border);
    background: #f7f9fc;
}

.a11y-widget__footer-actions {
    display: flex;
    gap: 10px;
}

.a11y-widget__footer-actions button {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 2px solid var(--a11y-border);
    border-radius: 10px;
    background: #ffffff;
    color: var(--a11y-muted);
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
}

.a11y-widget__powered {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 12px;
    color: #91a1b8;
    font-size: 12px;
    font-weight: 700;
}

.a11y-widget__powered strong,
.a11y-widget__powered a {
    color: var(--a11y-blue);
    font-weight: 800;
    text-decoration: none;
}

.a11y-widget__powered a:hover,
.a11y-widget__powered a:focus-visible {
    text-decoration: underline;
}

.a11y-widget__magnifier {
    position: fixed;
    z-index: 2147483001;
    display: none;
    width: 320px;
    max-width: calc(100vw - 28px);
    padding: 14px 16px;
    border: 2px solid var(--a11y-blue);
    border-radius: 10px;
    background: #ffffff;
    color: var(--a11y-text);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.22);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    pointer-events: none;
}

.a11y-widget__magnifier.is-visible {
    display: block;
}

.a11y-voice {
    position: fixed;
    right: 22px;
    bottom: 96px;
    z-index: 2147483002;
    display: none;
    width: min(540px, calc(100vw - 28px));
    overflow: hidden;
    border: 1px solid rgba(1, 38, 90, 0.16);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 20px 54px rgba(1, 38, 90, 0.26);
    pointer-events: auto;
}

.a11y-widget.is-voice-open .a11y-voice {
    display: block;
}

.a11y-voice__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 24px;
    background: #01265a;
    color: #ffffff;
    border-bottom: 4px solid #f2c230;
}

.a11y-voice__header h2 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
}

.a11y-voice__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    cursor: pointer;
    font-size: 22px;
}

.a11y-voice__body {
    padding: 22px 24px 24px;
    background: #f7f9fc;
}

.a11y-voice__status {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 70px;
    padding: 0 22px;
    border: 1px solid #d9e3f2;
    border-left: 5px solid #f2c230;
    border-radius: 8px;
    background: #ffffff;
    color: #253858;
    font-size: 18px;
}

.a11y-voice__status span {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #f2c230;
}

.a11y-voice__status span.is-listening {
    animation: a11y-voice-pulse 1.4s infinite;
}

.a11y-voice__heard {
    min-height: 70px;
    margin-top: 20px;
    padding: 20px 22px;
    border: 1px solid #d9e3f2;
    border-radius: 8px;
    background: #fbfcff;
    color: #53657f;
    font-size: 20px;
    font-style: italic;
}

.a11y-voice__body h3 {
    margin: 28px 0 18px;
    color: #43546f;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.a11y-voice__commands {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.a11y-voice__commands button {
    min-height: 51px;
    border: 0;
    border: 1px solid #c9d8ec;
    border-radius: 7px;
    background: #ffffff;
    color: #01265a;
    cursor: pointer;
    padding: 0 17px;
    font-size: 16px;
    font-weight: 800;
}

.a11y-voice__commands button:hover,
.a11y-voice__commands button:focus-visible {
    border-color: #01265a;
    background: #eef5ff;
}

@keyframes a11y-voice-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 157, 22, 0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 157, 22, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 157, 22, 0);
    }
}

.a11y-focus-mask,
.a11y-reading-guide,
.a11y-mouse-highlight,
.a11y-mouse-crosshair,
.a11y-visual-pointer,
.a11y-magnetic-target-ring,
.a11y-click-confirmation,
.a11y-focus-mode-overlay,
.a11y-reading-progress {
    position: fixed;
    z-index: 2147482999;
    display: none;
    pointer-events: none;
}

.a11y-focus-mask,
.a11y-reading-guide {
    left: 0;
    right: 0;
}

.a11y-focus-mask {
    top: 0;
    bottom: 0;
    background:
        linear-gradient(
            to bottom,
            rgba(10, 18, 32, 0.38) 0,
            rgba(10, 18, 32, 0.38) calc(var(--a11y-focus-y, 50vh) - 64px),
            transparent calc(var(--a11y-focus-y, 50vh) - 64px),
            transparent calc(var(--a11y-focus-y, 50vh) + 64px),
            rgba(10, 18, 32, 0.38) calc(var(--a11y-focus-y, 50vh) + 64px),
            rgba(10, 18, 32, 0.38) 100%
        );
}

.a11y-reading-guide {
    top: 50%;
    height: 44px;
    border-top: 3px solid #ffcc33;
    border-bottom: 3px solid #ffcc33;
    background: rgba(255, 204, 51, 0.16);
    transform: translateY(-50%);
}

html.a11y-focus-mask-enabled .a11y-focus-mask,
html.a11y-reading-guide-enabled .a11y-reading-guide {
    display: block;
}

.a11y-mouse-highlight {
    left: 0;
    top: 0;
    width: 74px;
    height: 74px;
    border: 3px solid #ffcc33;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(1, 38, 90, 0.85), 0 0 24px rgba(255, 204, 51, 0.45);
    transform: translate(-100px, -100px);
    margin: -37px 0 0 -37px;
}

.a11y-mouse-highlight span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffcc33;
    transform: translate(-50%, -50%);
}

.a11y-mouse-crosshair--x {
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 204, 51, 0.68);
}

.a11y-mouse-crosshair--y {
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 204, 51, 0.68);
}

html.a11y-mouse-highlight-enabled .a11y-mouse-highlight,
html.a11y-mouse-highlight-enabled .a11y-mouse-crosshair {
    display: block;
}

.a11y-visual-pointer {
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    margin: -21px 0 0 -21px;
    border: 3px solid #01265a;
    border-radius: 50%;
    background: rgba(255, 204, 51, 0.16);
    box-shadow: 0 0 0 3px rgba(255, 204, 51, 0.9), 0 12px 24px rgba(1, 38, 90, 0.22);
    transform: translate(-100px, -100px);
}

.a11y-magnetic-target-ring {
    border: 3px solid #ffcc33;
    border-radius: 8px;
    box-shadow: 0 0 0 3px rgba(1, 38, 90, 0.42), 0 0 24px rgba(255, 204, 51, 0.5);
}

.a11y-magnetic-target-ring.is-visible,
html.a11y-visual-pointer-enabled .a11y-visual-pointer,
html.a11y-tremor-filter-enabled .a11y-visual-pointer {
    display: block;
}

.a11y-click-confirmation {
    z-index: 2147483001;
    min-width: 190px;
    max-width: 240px;
    padding: 10px 12px;
    border: 2px solid #ffcc33;
    border-radius: 8px;
    background: #01265a;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(1, 38, 90, 0.28);
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.a11y-click-confirmation.is-visible {
    display: block;
}

.a11y-focus-mode-overlay {
    inset: 0;
    background: linear-gradient(90deg, rgba(1, 16, 38, 0.72), rgba(1, 16, 38, 0.34) 18%, rgba(1, 16, 38, 0.12) 50%, rgba(1, 16, 38, 0.34) 82%, rgba(1, 16, 38, 0.72));
}

html.a11y-focus-mode-enabled .a11y-focus-mode-overlay {
    display: block;
}

html.a11y-focus-mode-enabled .a11y-focus-mode-target {
    position: relative;
    z-index: 2147482999;
    background: inherit;
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.02);
}

.a11y-reading-progress {
    left: 0;
    right: 0;
    top: 0;
    z-index: 2147483001;
    height: 5px;
    background: rgba(1, 38, 90, 0.16);
}

.a11y-reading-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #ffcc33, #21548e);
    transition: width 120ms linear;
}

html.a11y-reading-progress-enabled .a11y-reading-progress {
    display: block;
}

html.a11y-dyslexia-font body :not(.a11y-widget):not(.a11y-widget *) {
    font-family: "OpenDyslexic", "Comic Sans MS", Arial, Verdana, Tahoma, sans-serif !important;
}

html.a11y-font-size-active body :where(p, li, a, label, button, input, textarea, select):not(.a11y-widget *):not(.a11y-widget),
html.a11y-font-size-active body :where(h1, h2, h3, h4, h5, h6):not(.a11y-widget *):not(.a11y-widget) {
    font-size: calc(1em * var(--a11y-font-scale, 1)) !important;
}

html.a11y-visual-mono body > :not(.a11y-widget),
html.a11y-visual-saturation-high body > :not(.a11y-widget),
html.a11y-visual-saturation-low body > :not(.a11y-widget) {
    isolation: isolate;
}

html.a11y-visual-mono body > :not(.a11y-widget) {
    filter: grayscale(100%) !important;
}

html.a11y-visual-saturation-high body > :not(.a11y-widget) {
    filter: saturate(180%) contrast(1.04) !important;
}

html.a11y-visual-saturation-low body > :not(.a11y-widget) {
    filter: saturate(50%) contrast(0.98) !important;
}

html.a11y-colorblind-protanopia body > :not(.a11y-widget),
html.a11y-colorblind-deuteranopia body > :not(.a11y-widget),
html.a11y-colorblind-tritanopia body > :not(.a11y-widget),
html.a11y-colorblind-achromatopsia body > :not(.a11y-widget) {
    isolation: isolate;
}

html.a11y-colorblind-protanopia body > :not(.a11y-widget) {
    filter: url("#a11y-filter-protanopia") contrast(1.08) saturate(0.95) !important;
}

html.a11y-colorblind-deuteranopia body > :not(.a11y-widget) {
    filter: url("#a11y-filter-deuteranopia") contrast(1.08) saturate(0.98) !important;
}

html.a11y-colorblind-tritanopia body > :not(.a11y-widget) {
    filter: url("#a11y-filter-tritanopia") contrast(1.08) saturate(1.02) !important;
}

html.a11y-colorblind-achromatopsia body > :not(.a11y-widget) {
    filter: grayscale(100%) contrast(1.08) !important;
}

html.a11y-visual-dark body {
    background: #000000 !important;
    color: #ffffff !important;
}

html.a11y-visual-dark body :where(header, nav, main, section, article, aside, footer, div):not(.a11y-widget):not(.a11y-widget *):not(.carousel):not(.carousel *) {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #4b5563 !important;
}

html.a11y-visual-dark body :where(p, li, span, label, small, strong, em, h1, h2, h3, h4, h5, h6):not(.a11y-widget *) {
    color: #ffffff !important;
    text-shadow: none !important;
}

html.a11y-visual-dark body :where(a, button):not(.a11y-widget *) {
    color: #ffff00 !important;
}

html.a11y-visual-dark body :where(img, video, iframe):not(.a11y-widget *) {
    filter: brightness(0.78) contrast(1.08) !important;
}

html.a11y-visual-light body {
    background: #ffffff !important;
    color: #000000 !important;
}

html.a11y-visual-light body :where(header, nav, main, section, article, aside, footer, div):not(.a11y-widget):not(.a11y-widget *):not(.carousel):not(.carousel *) {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #d1d5db !important;
}

html.a11y-visual-light body :where(p, li, span, label, small, strong, em, h1, h2, h3, h4, h5, h6, a, button):not(.a11y-widget *) {
    color: #000000 !important;
    text-shadow: none !important;
}

html.a11y-visual-light body > :not(.a11y-widget) {
    filter: sepia(8%) brightness(1.02) !important;
}

html.a11y-visual-high body {
    background: #000000 !important;
    color: #39ff14 !important;
}

html.a11y-visual-high body :where(header, nav, main, section, article, aside, footer, div):not(.a11y-widget):not(.a11y-widget *):not(.carousel):not(.carousel *) {
    background-color: #000000 !important;
    color: #39ff14 !important;
    border-color: #39ff14 !important;
}

html.a11y-visual-high body :where(p, li, span, label, small, strong, em, h1, h2, h3, h4, h5, h6):not(.a11y-widget *) {
    color: #39ff14 !important;
    text-shadow: none !important;
}

html.a11y-visual-high body :where(main, section, article) :where(*):not(.a11y-widget):not(.a11y-widget *):not(a):not(button):not(svg):not(path) {
    color: #39ff14 !important;
    text-shadow: none !important;
}

html.a11y-visual-high body :where(a, button):not(.a11y-widget *) {
    background: #000000 !important;
    color: #ffff00 !important;
    outline: 2px solid #ffff00 !important;
    text-decoration: underline !important;
}

html.a11y-visual-high.a11y-highlight-links body :where(a, button):not(.a11y-widget *) {
    background: #ffff00 !important;
    color: #000000 !important;
    text-decoration-color: #000000 !important;
}

html.a11y-custom-text-color body :where(p, li, span, label, small, strong, em, div):not(.a11y-widget):not(.a11y-widget *) {
    color: var(--a11y-custom-text-color) !important;
}

html.a11y-custom-heading-color body :where(h1, h2, h3, h4, h5, h6):not(.a11y-widget *) {
    color: var(--a11y-custom-heading-color) !important;
}

html.a11y-custom-background-color body {
    background-color: var(--a11y-custom-background-color) !important;
    color: var(--a11y-custom-readable-text) !important;
}

html.a11y-custom-background-color body :where(main, section, article, aside, footer, div, .container, .container-fluid):not(.a11y-widget):not(.a11y-widget *):not(.carousel):not(.carousel *) {
    background-color: var(--a11y-custom-background-color) !important;
    color: var(--a11y-custom-readable-text) !important;
}

html.a11y-custom-background-color:not(.a11y-custom-text-color) body :where(p, li, span, label, small, strong, em, div, a, button):not(.a11y-widget):not(.a11y-widget *) {
    color: var(--a11y-custom-readable-text) !important;
}

html body .carousel,
html body .carousel *,
html.a11y-visual-dark body .carousel,
html.a11y-visual-dark body .carousel *,
html.a11y-visual-light body .carousel,
html.a11y-visual-light body .carousel *,
html.a11y-visual-high body .carousel,
html.a11y-visual-high body .carousel *,
html.a11y-custom-background-color body .carousel,
html.a11y-custom-background-color body .carousel * {
    background-color: transparent !important;
}

html body section.slider .carousel-indicators [data-bs-target],
html.a11y-visual-dark body section.slider .carousel-indicators [data-bs-target],
html.a11y-visual-light body section.slider .carousel-indicators [data-bs-target],
html.a11y-visual-high body section.slider .carousel-indicators [data-bs-target],
html.a11y-custom-background-color body section.slider .carousel-indicators [data-bs-target] {
    background-color: #ffffff !important;
    opacity: 0.45 !important;
}

html body section.slider .carousel-indicators [data-bs-target].active,
html.a11y-visual-dark body section.slider .carousel-indicators [data-bs-target].active,
html.a11y-visual-light body section.slider .carousel-indicators [data-bs-target].active,
html.a11y-visual-high body section.slider .carousel-indicators [data-bs-target].active,
html.a11y-custom-background-color body section.slider .carousel-indicators [data-bs-target].active {
    opacity: 1 !important;
}

html body section.slider .carousel-indicators .text-white {
    color: #ffffff !important;
}

html.a11y-high-contrast-safe body :where(p, li, span, label, small, strong, em, h1, h2, h3, h4, h5, h6):not(.a11y-widget *),
html.a11y-high-contrast-safe body :where(input, textarea, select, button):not(.a11y-widget *) {
    color: #39ff14 !important;
    text-shadow: none !important;
}

html.a11y-high-contrast-safe body :where(a):not(.a11y-widget *) {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 4px;
    background: #fff4a8 !important;
    color: #071832 !important;
    font-weight: 800 !important;
    text-decoration: underline !important;
    text-decoration-color: #071832 !important;
}

html.a11y-highlight-image-alts img[alt]:not(.a11y-widget img) {
    outline: 4px solid #ffcc33 !important;
    outline-offset: 3px !important;
}

html.a11y-hide-images body :where(img, picture, svg, canvas, [class*="banner"], [class*="advert"], [id*="advert"], [class*="reklam"], [id*="reklam"]):not(.a11y-widget):not(.a11y-widget *) {
    visibility: hidden !important;
}

html.a11y-hide-images body :where(img[alt]):not(.a11y-widget img)::after {
    content: attr(alt);
}

.a11y-image-alt-label {
    display: inline-block;
    max-width: min(100%, 420px);
    margin: 6px 0 10px;
    padding: 6px 9px;
    border-radius: 6px;
    background: #102a4c;
    color: #ffffff;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere;
}

html.a11y-highlight-links a:not(.a11y-widget__profile):not(.a11y-widget__footer-actions button),
html.a11y-highlight-links button:not(.a11y-widget button) {
    outline: 3px solid #ffcc33 !important;
    outline-offset: 2px !important;
    background-color: #ffff00 !important;
    color: #000000 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
}

html.a11y-highlight-links :where(.card, .box) a:not(.a11y-widget *),
html.a11y-highlight-links :where(.card, .box) button:not(.a11y-widget *) {
    padding: 2px 4px !important;
}

html.a11y-highlight-headings h1,
html.a11y-highlight-headings h2,
html.a11y-highlight-headings h3,
html.a11y-highlight-headings h4,
html.a11y-highlight-headings h5,
html.a11y-highlight-headings h6 {
    outline: 3px solid rgba(33, 84, 142, 0.42) !important;
    outline-offset: 4px !important;
    background-image: linear-gradient(transparent 65%, rgba(255, 204, 51, 0.4) 65%) !important;
}

html.a11y-cognitive-reading p,
html.a11y-cognitive-reading li {
    max-width: 72ch;
}

.a11y-cognitive-highlight {
    border-radius: 4px;
    background: rgba(242, 194, 48, 0.42);
    color: inherit;
    font-weight: 800;
    padding: 0 2px;
}

html.a11y-focus-enhanced body :where(a, button, input, textarea, select, [tabindex]):not(.a11y-widget *) {
    scroll-margin: 110px;
}

html.a11y-focus-enhanced body :where(a, button, input, textarea, select, [tabindex]):not(.a11y-widget *):focus {
    outline: 5px solid #ffcc33 !important;
    outline-offset: 5px !important;
    box-shadow: 0 0 0 4px #174579, 0 0 22px rgba(255, 204, 51, 0.65) !important;
}

html.a11y-large-targets body :where(a, button, input, textarea, select, summary):not(.a11y-widget *) {
    min-width: 44px;
    min-height: 44px;
    padding: max(0.55em, 8px) max(0.75em, 10px) !important;
}

html.a11y-magnetic-targets-enabled body :where(a, button, input, textarea, select, summary):not(.a11y-widget *) {
    scroll-margin: 110px;
}

html.a11y-click-confirmation-enabled body :where(a, button, input[type="submit"], input[type="button"], [role="button"]):not(.a11y-widget *) {
    outline-offset: 4px;
}

html.a11y-large-targets body :where(input[type="checkbox"], input[type="radio"]):not(.a11y-widget *) {
    min-width: 24px;
    min-height: 24px;
    padding: 0 !important;
    transform: scale(1.18);
}

html.a11y-hover-delay body :where(header, nav) :where(.dropdown, .nav-item, li):not(.a11y-hover-ready):hover > :where(.dropdown-menu, .sub-menu, ul):not(.a11y-widget *) {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

html.a11y-hover-delay body :where(header, nav) :where(.dropdown, .nav-item, li).a11y-hover-ready > :where(.dropdown-menu, .sub-menu, ul):not(.a11y-widget *),
html.a11y-sticky-hover body :where(header, nav) :where(.dropdown, .nav-item, li).a11y-hover-sticky > :where(.dropdown-menu, .sub-menu, ul):not(.a11y-widget *) {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

html.a11y-simplified-view body :where(aside, footer, [role="complementary"], [class*="sidebar"], [id*="sidebar"], [class*="advert"], [id*="advert"], [class*="banner"], [id*="banner"], [class*="reklam"], [id*="reklam"], .social-icons):not(.a11y-widget *) {
    display: none !important;
}

html.a11y-simplified-view body :where(nav, header .top-menu, img, video, iframe):not(.a11y-widget *) {
    filter: saturate(0.75) contrast(0.95);
    opacity: 0.22;
}

html.a11y-large-cursor,
html.a11y-large-cursor body,
html.a11y-large-cursor body *:not(.a11y-widget *) {
    cursor: zoom-in !important;
}

html.a11y-cursor-dark,
html.a11y-cursor-dark body,
html.a11y-cursor-dark body *:not(.a11y-widget *) {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M5 3v24l7-7 4 9 5-2-4-9h10z' fill='%23000000' stroke='%23ffffff' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") 5 3, auto !important;
}

html.a11y-cursor-light,
html.a11y-cursor-light body,
html.a11y-cursor-light body *:not(.a11y-widget *) {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M5 3v24l7-7 4 9 5-2-4-9h10z' fill='%23ffffff' stroke='%2301265a' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") 5 3, auto !important;
}

html.a11y-align-left body :where(p, li, h1, h2, h3, h4, h5, h6):not(.a11y-widget *),
html.a11y-align-center body :where(p, li, h1, h2, h3, h4, h5, h6):not(.a11y-widget *),
html.a11y-align-right body :where(p, li, h1, h2, h3, h4, h5, h6):not(.a11y-widget *) {
    text-align: var(--a11y-text-align) !important;
}

html.a11y-align-left {
    --a11y-text-align: left;
}

html.a11y-align-center {
    --a11y-text-align: center;
}

html.a11y-align-right {
    --a11y-text-align: right;
}

html.a11y-line-height-active body :where(p, li, a, button, label, input, textarea, select):not(.a11y-widget *),
html.a11y-letter-spacing-active body :where(p, li, a, button, label, input, textarea, select, h1, h2, h3, h4, h5, h6):not(.a11y-widget *),
html.a11y-content-size-active body :where(img, video, iframe):not(.a11y-widget *) {
    --a11y-line-extra: calc(var(--a11y-line-height-step) * 0.08);
    --a11y-letter-extra: calc(var(--a11y-letter-spacing-step) * 0.012em);
}

html.a11y-line-height-active body :where(p, li, a, button, label, input, textarea, select):not(.a11y-widget *) {
    line-height: calc(1.45 + var(--a11y-line-extra)) !important;
}

html.a11y-letter-spacing-active body :where(p, li, a, button, label, input, textarea, select):not(.a11y-widget *) {
    letter-spacing: var(--a11y-letter-extra) !important;
}

html.a11y-letter-spacing-active body :where(h1, h2, h3, h4, h5, h6):not(.a11y-widget *) {
    letter-spacing: var(--a11y-letter-extra) !important;
}

html.a11y-content-size-active body :where(img, video, iframe):not(.a11y-widget *) {
    max-width: calc(100% + (var(--a11y-content-size-step) * 2%));
}

html.a11y-reduce-motion *,
html.a11y-reduce-motion *::before,
html.a11y-reduce-motion *::after {
    animation-play-state: paused !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
}

@media (max-width: 767.98px) {
    .a11y-widget {
        right: 14px;
        top: auto;
        bottom: 18px;
        inset: auto 14px 18px auto !important;
        transform: none;
    }

    .a11y-widget__floating-button {
        width: 56px;
        height: 56px;
    }

    .a11y-widget__panel {
        right: 14px !important;
        bottom: 86px !important;
        width: calc(100vw - 28px);
    }

    .a11y-voice {
        right: 14px;
        bottom: 86px;
        width: calc(100vw - 28px);
    }

    .a11y-widget__header {
        grid-template-columns: 32px 1fr 92px 54px;
        gap: 10px;
        min-height: 86px;
        padding: 16px 14px;
    }

    .a11y-widget__header h2 {
        font-size: 21px;
    }

    .a11y-widget__language {
        min-width: 108px;
        min-height: 48px;
        gap: 5px;
        padding: 5px;
    }

    .a11y-widget__language button {
        min-width: 46px;
        min-height: 36px;
        font-size: 15px;
    }

    .a11y-widget__close {
        width: 52px;
        height: 52px;
    }

    .a11y-widget__profiles-section {
        padding: 24px 14px;
    }

    .a11y-widget__profiles-section h3 {
        font-size: 25px;
    }

    .a11y-widget__profiles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .a11y-widget__profile {
        min-height: 126px;
        gap: 14px;
        border-width: 3px;
    }

    .a11y-widget__profile span {
        font-size: 17px;
    }

    .a11y-widget__accordion-button {
        min-height: 70px;
        padding: 0 14px;
    }

    .a11y-widget__accordion-button span {
        font-size: 20px;
    }

    .a11y-widget__row {
        grid-template-columns: 1fr;
        gap: 8px;
        min-height: auto;
        margin: 0 14px;
        padding: 13px 0;
    }

    .a11y-widget__stepper {
        grid-template-columns: 52px 1fr 52px;
    }

    .a11y-widget__footer {
        padding: 16px 14px 10px;
    }

    .a11y-widget__footer-actions button {
        min-height: 54px;
        padding: 0 16px;
        font-size: 18px;
    }

    .a11y-widget__powered {
        font-size: 14px;
    }
}
