:root {
  --gk-a11y-ui-bg-effective: var(--gk-a11y-ui-bg, #ffffff);
  --gk-a11y-ui-text-effective: var(--gk-a11y-ui-text, #10243e);
  --gk-a11y-ui-border-effective: var(--gk-a11y-ui-border, #1f3a6d);
  --gk-a11y-ui-muted-effective: var(--gk-a11y-ui-muted, var(--gk-a11y-ui-text-effective));
  --gk-a11y-ui-soft-bg-effective: var(--gk-a11y-ui-soft-bg, var(--gk-a11y-ui-bg-effective));
  --gk-a11y-ui-danger-bg-effective: var(--gk-a11y-ui-danger-bg, #fff4f4);
  --gk-a11y-ui-danger-text-effective: var(--gk-a11y-ui-danger-text, #5f1820);
  --gk-a11y-ui-danger-border-effective: var(--gk-a11y-ui-danger-border, #8c2330);
  --gk-a11y-focus-ring-effective: var(--gk-a11y-focus-ring-color, #ffbf47);
  --gk-a11y-ui-font-family-effective: var(--gk-a11y-ui-font-family, inherit);
  --gk-a11y-ui-font-size-effective: var(--gk-a11y-ui-font-size, 0.95rem);
  --gk-a11y-ui-title-font-size-effective: var(--gk-a11y-ui-title-font-size, calc(var(--gk-a11y-ui-font-size-effective) + 0.4rem));
  --gk-a11y-ui-panel-radius-effective: var(--gk-a11y-ui-panel-radius, 0.85rem);
  --gk-a11y-ui-surface-radius-effective: var(--gk-a11y-ui-surface-radius, var(--gk-a11y-ui-panel-radius-effective));
  --gk-a11y-ui-dialog-radius-effective: var(--gk-a11y-ui-dialog-radius, 1rem);
  --gk-a11y-ui-button-radius-effective: var(--gk-a11y-ui-button-radius, 999px);
  --gk-a11y-ui-shadow-effective: var(--gk-a11y-ui-shadow, none);
  --gk-a11y-ui-dialog-shadow-effective: var(--gk-a11y-ui-dialog-shadow, var(--gk-a11y-ui-shadow-effective));
  --gk-a11y-ui-backdrop-effective: var(--gk-a11y-ui-backdrop, rgba(8, 16, 29, 0.55));
}

.gk-a11y-entry-layer,
.gk-a11y-settings-dialog__panel {
  color: var(--gk-a11y-ui-text-effective);
  font-family: var(--gk-a11y-ui-font-family-effective) !important;
  font-size: var(--gk-a11y-ui-font-size-effective);
  line-height: 1.35;
}

.gk-a11y-entry-layer {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 100000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  max-width: min(100vw - 1rem, 46rem);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  pointer-events: auto;
}

.gk-a11y-entry-layer:not(:focus-within):not(:hover):not([data-gk-a11y-entry-open="1"]) {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: none !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.gk-a11y-entry-layer:hover,
.gk-a11y-entry-layer:focus-within,
.gk-a11y-entry-layer[data-gk-a11y-entry-open="1"] {
  position: fixed;
  inset-block-start: 0.55rem;
  inset-inline-start: 0.75rem;
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0.38rem 0.48rem !important;
  pointer-events: auto !important;
  white-space: normal !important;
  width: auto !important;
  border: 1px solid rgba(31, 58, 109, 0.18);
  border-radius: var(--gk-a11y-ui-button-radius-effective);
  background: var(--gk-a11y-ui-bg-effective);
  box-shadow: none;
  backdrop-filter: none;
}

.gk-a11y-entry-layer[data-gk-a11y-entry-open="1"] {
  pointer-events: none !important;
}

.gk-a11y-entry-layer__label {
  display: inline-flex;
  align-items: center;
  min-height: 1.45rem;
  padding: 0 0.12rem 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.gk-a11y-entry-layer:hover .gk-a11y-entry-link,
.gk-a11y-entry-layer:hover .gk-a11y-entry-layer__label,
.gk-a11y-entry-layer:focus-within .gk-a11y-entry-link,
.gk-a11y-entry-layer:focus-within .gk-a11y-entry-layer__label,
.gk-a11y-entry-layer[data-gk-a11y-entry-open="1"] .gk-a11y-entry-link,
.gk-a11y-entry-layer[data-gk-a11y-entry-open="1"] .gk-a11y-entry-layer__label {
  animation: none;
}

.gk-a11y-entry-link,
.gk-a11y-settings-dialog__action {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 1.8rem;
  max-inline-size: 100%;
  padding: 0.28rem 0.62rem;
  border: 1px solid var(--gk-a11y-ui-border-effective);
  border-radius: var(--gk-a11y-ui-button-radius-effective);
  background: var(--gk-a11y-ui-bg-effective);
  color: var(--gk-a11y-ui-text-effective);
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
}

body.wp-theme-Avada [data-gk-a11y-entry-settings-trigger="1"][data-gk-a11y-trigger-viewport-recovery="1"],
body.wp-theme-Avada #a11y-options-trigger[data-gk-a11y-trigger-viewport-recovery="1"] {
  visibility: visible !important;
  pointer-events: auto !important;
}

.gk-a11y-entry-layer .gk-a11y-entry-layer__label,
.gk-a11y-entry-layer .gk-a11y-entry-link,
.gk-a11y-settings-dialog__panel .gk-a11y-settings-dialog__action {
  color: var(--gk-a11y-ui-text-effective) !important;
  font-family: var(--gk-a11y-ui-font-family-effective) !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

.gk-a11y-entry-layer .gk-a11y-entry-link {
  margin: 0;
  width: auto;
}

.gk-a11y-entry-layer .gk-a11y-entry-link,
.gk-a11y-settings-dialog__panel .gk-a11y-settings-dialog__action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 1.8rem !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0.28rem 0.62rem !important;
  border: 1px solid var(--gk-a11y-ui-border-effective) !important;
  border-radius: var(--gk-a11y-ui-button-radius-effective) !important;
  background: var(--gk-a11y-ui-bg-effective) !important;
  box-shadow: none !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.gk-a11y-entry-layer .gk-a11y-entry-layer__label {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

.gk-a11y-progressive-reveal-marker {
  display: none;
}

.gk-a11y-progressive-reveal-marker[data-gk-a11y-progressive-reveal-marker-state="builder"] {
  display: flex;
  justify-content: center;
  margin: 0.75rem 0;
}

.gk-a11y-progressive-reveal-marker__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.8rem;
  border: 1px dashed var(--gk-a11y-ui-border-effective);
  border-radius: var(--gk-a11y-ui-button-radius-effective);
  background: var(--gk-a11y-ui-bg-effective);
  color: var(--gk-a11y-ui-text-effective);
  font-family: var(--gk-a11y-ui-font-family-effective) !important;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.gk-a11y-progressive-reveal-marker__pill::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

[data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-ready="1"] {
  position: relative;
}

.gk-a11y-progressive-reveal__region {
  display: block;
  width: 100%;
  opacity: 1;
  overflow: visible;
  transition:
    max-height 280ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: max-height, opacity;
}

.gk-a11y-progressive-reveal__region[hidden] {
  display: none !important;
}

.gk-a11y-progressive-reveal__region-inner[data-gk-a11y-progressive-reveal-display="contents"] {
  display: contents;
}

.gk-a11y-progressive-reveal__region-inner:not([data-gk-a11y-progressive-reveal-display="contents"]) {
  display: block;
}

html.gk-a11y-js
  [data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-ready="1"][data-gk-a11y-progressive-reveal-state="collapsed"]:not([data-gk-a11y-progressive-reveal-transition="opening"]):not([data-gk-a11y-progressive-reveal-transition="closing"])
  .gk-a11y-progressive-reveal__region {
  display: none !important;
}

html.gk-a11y-js
  [data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-ready="1"][data-gk-a11y-progressive-reveal-state="expanded"]
  .gk-a11y-progressive-reveal__region:not([hidden]):not([data-gk-a11y-progressive-reveal-display="contents"]) {
  display: block;
}

html.gk-a11y-js
  [data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-ready="1"][data-gk-a11y-progressive-reveal-state="expanded"]
  .gk-a11y-progressive-reveal__region[data-gk-a11y-progressive-reveal-display="contents"]:not([hidden]) {
  display: contents;
}

.gk-a11y-progressive-reveal__region:focus-visible {
  outline: 3px solid var(--gk-a11y-focus-ring-effective, currentColor) !important;
  outline-offset: 0.45rem;
}

[data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-transition="opening"]
  .gk-a11y-progressive-reveal__region:not([data-gk-a11y-progressive-reveal-display="contents"]),
[data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-transition="closing"]
  .gk-a11y-progressive-reveal__region:not([data-gk-a11y-progressive-reveal-display="contents"]) {
  overflow: hidden;
}

.gk-a11y-progressive-reveal__button-wrap {
  position: relative;
  display: none;
  flex: 0 0 auto !important;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  width: 100%;
  flex-basis: 100%;
}

html.gk-a11y-js .gk-a11y-progressive-reveal__button-wrap {
  display: flex;
}

.gk-a11y-progressive-reveal__button-wrap--top {
  margin-block: 1rem 1.35rem;
}

[data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-mode="bottom"] .gk-a11y-progressive-reveal__button-wrap--top,
[data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-mode="both"] .gk-a11y-progressive-reveal__button-wrap--top {
  margin-block-end: 0.9rem;
}

.gk-a11y-progressive-reveal__footer {
  display: block;
  width: 100%;
}

.gk-a11y-progressive-reveal__button-wrap--bottom {
  margin-block: 1.35rem 1.15rem;
}

.gk-a11y-progressive-reveal__button-eyebrow {
  display: none;
  max-width: min(100%, 24rem);
  color: var(--gk-a11y-ui-text-effective);
  font-family: var(--gk-a11y-ui-font-family-effective) !important;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.gk-a11y-progressive-reveal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-width: 3.35rem;
  min-height: 3.35rem;
  padding: 0 1rem;
  border: 1px solid var(--gk-a11y-ui-border-effective);
  border-radius: var(--gk-a11y-ui-button-radius-effective);
  background: linear-gradient(180deg, var(--gk-a11y-ui-bg-effective) 0%, var(--gk-a11y-ui-soft-bg-effective) 100%);
  color: var(--gk-a11y-ui-text-effective);
  font-family: var(--gk-a11y-ui-font-family-effective) !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.gk-a11y-progressive-reveal__button-label {
  display: none;
}

.gk-a11y-progressive-reveal__button-icon-slot {
  display: inline-grid;
  grid-template-areas: "icon";
  place-items: center;
  min-width: 1rem;
  min-height: 1rem;
  margin-inline-start: 0.1rem;
}

.gk-a11y-progressive-reveal__button-icon {
  grid-area: icon;
  display: none !important;
  font-size: 1rem;
  line-height: 1;
}

.gk-a11y-progressive-reveal__button-icon[hidden] {
  display: none !important;
}

[data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-state="collapsed"] .gk-a11y-progressive-reveal__button-icon--expand,
.gk-a11y-progressive-reveal__button[data-gk-a11y-progressive-reveal-standalone-state="collapsed"] .gk-a11y-progressive-reveal__button-icon--expand,
.gk-a11y-progressive-reveal__button[data-gk-a11y-progressive-reveal-standalone-state="expanded"] .gk-a11y-progressive-reveal__button-icon--collapse {
  display: inline-flex !important;
}

[data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-state="expanded"] .gk-a11y-progressive-reveal__button-icon--collapse {
  display: inline-flex !important;
}

[data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-state="collapsed"] .gk-a11y-progressive-reveal__button-icon--collapse,
[data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-state="expanded"] .gk-a11y-progressive-reveal__button-icon--expand,
.gk-a11y-progressive-reveal__button[data-gk-a11y-progressive-reveal-standalone-state="collapsed"] .gk-a11y-progressive-reveal__button-icon--collapse,
.gk-a11y-progressive-reveal__button[data-gk-a11y-progressive-reveal-standalone-state="expanded"] .gk-a11y-progressive-reveal__button-icon--expand {
  display: none !important;
}

[data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-button-style="primary"] .gk-a11y-progressive-reveal__button,
.gk-a11y-progressive-reveal__button-wrap[data-gk-a11y-progressive-reveal-control-style="primary"] .gk-a11y-progressive-reveal__button,
.gk-a11y-progressive-reveal__button[data-gk-a11y-progressive-reveal-control-style="primary"] {
  background: var(--gk-a11y-ui-border-effective);
  color: var(--gk-a11y-ui-bg-effective);
}

[data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-button-style="secondary"] .gk-a11y-progressive-reveal__button,
.gk-a11y-progressive-reveal__button-wrap[data-gk-a11y-progressive-reveal-control-style="secondary"] .gk-a11y-progressive-reveal__button,
.gk-a11y-progressive-reveal__button[data-gk-a11y-progressive-reveal-control-style="secondary"] {
  background: linear-gradient(180deg, var(--gk-a11y-ui-bg-effective) 0%, var(--gk-a11y-ui-soft-bg-effective) 100%);
  color: var(--gk-a11y-ui-text-effective);
}

[data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-button-style="ghost"] .gk-a11y-progressive-reveal__button,
.gk-a11y-progressive-reveal__button-wrap[data-gk-a11y-progressive-reveal-control-style="ghost"] .gk-a11y-progressive-reveal__button,
.gk-a11y-progressive-reveal__button[data-gk-a11y-progressive-reveal-control-style="ghost"] {
  background: transparent;
  color: var(--gk-a11y-ui-text-effective);
}

[data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-appearance="inline"] .gk-a11y-progressive-reveal__button,
.gk-a11y-progressive-reveal__button-wrap[data-gk-a11y-progressive-reveal-control-appearance="inline"] .gk-a11y-progressive-reveal__button,
.gk-a11y-progressive-reveal__button[data-gk-a11y-progressive-reveal-control-appearance="inline"] {
  gap: 0.85rem;
  min-width: auto;
  min-height: 3.1rem;
  padding-inline: 1.35rem 1.9rem;
}

[data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-appearance="inline"] .gk-a11y-progressive-reveal__button-label,
.gk-a11y-progressive-reveal__button-wrap[data-gk-a11y-progressive-reveal-control-appearance="inline"] .gk-a11y-progressive-reveal__button-label,
.gk-a11y-progressive-reveal__button[data-gk-a11y-progressive-reveal-control-appearance="inline"] .gk-a11y-progressive-reveal__button-label {
  display: inline;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.1;
}

[data-gk-a11y-progressive-reveal-host="1"][data-gk-a11y-progressive-reveal-appearance="eyebrow"] .gk-a11y-progressive-reveal__button-eyebrow,
.gk-a11y-progressive-reveal__button-wrap[data-gk-a11y-progressive-reveal-control-appearance="eyebrow"] .gk-a11y-progressive-reveal__button-eyebrow {
  display: block;
}

.gk-a11y-progressive-reveal__button:hover {
  filter: saturate(1.04);
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  .gk-a11y-progressive-reveal__region,
  .gk-a11y-progressive-reveal__button,
  .gk-a11y-progressive-reveal__fade {
    animation: none !important;
    transition: none !important;
  }
}

.gk-a11y-theme-trigger-wrap {
  position: fixed;
  inset-inline-end: 1rem;
  inset-block-start: clamp(5.5rem, 8vw, 7.25rem);
  z-index: 9998;
}

.gk-a11y-theme-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-block-size: 2.9rem;
  padding: 0.7rem 1rem 0.74rem;
  border: 2px solid var(--gk-a11y-ui-border-effective);
  border-radius: var(--gk-a11y-ui-button-radius-effective);
  background: var(--gk-a11y-ui-bg-effective);
  color: var(--gk-a11y-ui-text-effective);
  font-family: var(--gk-a11y-ui-font-family-effective) !important;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

@media (hover: hover) {
  .gk-a11y-theme-trigger:hover {
    transform: translateY(-1px);
    background: var(--gk-a11y-ui-bg-effective);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
  }
}

.gk-a11y-theme-trigger:focus,
.gk-a11y-theme-trigger:focus-visible {
  outline: 3px solid var(--gk-a11y-focus-ring-effective);
  outline-offset: 3px;
  box-shadow: 0 0 0 2px var(--gk-a11y-ui-bg-effective), 0 0 0 6px rgba(15, 23, 42, 0.18);
}

body.wp-theme-Avada :is(
  .fusion-section-separator,
  .fusion-section-separator-svg,
  .fusion-section-separator-spacer,
  .fusion-section-separator-fullwidth,
  .fusion-section-separator-svg-bg
) {
  pointer-events: none !important;
}

body.wp-theme-Avada .gk-a11y-privacy-prompt .fusion-privacy-bar-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

/*
 * The accessibility override replaces Avada's legacy privacy-bar text span with
 * SSR-owned summary markup. The visible consent surface must therefore be owned
 * by the override root itself instead of depending on Avada's old child-shape
 * selectors.
 */
body.wp-theme-Avada .gk-a11y-privacy-prompt {
  padding-block-start: var(--privacy_bar_padding-top, 15px);
  padding-inline-end: var(--privacy_bar_padding-right, 30px);
  padding-block-end: var(--privacy_bar_padding-bottom, 15px);
  padding-inline-start: var(--privacy_bar_padding-left, 30px);
  background: var(--privacy_bar_bg_color, var(--gk-a11y-ui-bg-effective));
  color: var(--privacy_bar_color, var(--gk-a11y-ui-text-effective));
  font-family: var(--gk-a11y-ui-font-family-effective) !important;
  font-size: var(--privacy_bar_font_size, var(--gk-a11y-ui-font-size-effective));
  line-height: 1.5;
  box-shadow: var(--gk-a11y-ui-shadow-effective);
}

body.wp-theme-Avada .gk-a11y-privacy-prompt .fusion-privacy-bar-main,
body.wp-theme-Avada .gk-a11y-privacy-prompt .fusion-privacy-bar-full {
  color: inherit;
}

body.wp-theme-Avada .gk-a11y-privacy-prompt .gk-a11y-privacy-prompt__summary {
  display: flex;
  flex: 1 1 18rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  min-inline-size: min(100%, 18rem);
}

body.wp-theme-Avada .gk-a11y-privacy-prompt .gk-a11y-privacy-prompt__intro {
  margin: 0;
}

body.wp-theme-Avada .gk-a11y-privacy-prompt .fusion-privacy-bar-main > :is(.fusion-privacy-bar-acceptance, .fusion-privacy-bar-reject) {
  flex: 0 0 auto;
}

body.wp-theme-Avada .gk-a11y-privacy-prompt .gk-a11y-privacy-prompt__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
}

body.wp-theme-Avada .gk-a11y-privacy-prompt .gk-a11y-privacy-prompt__toggle:hover {
  color: inherit;
}

body.wp-theme-Avada .gk-a11y-privacy-prompt .fusion-privacy-bar-full {
  margin-block-start: 1rem;
}

body.wp-theme-Avada .gk-a11y-privacy-prompt .fusion-privacy-bar-full .column-title {
  color: var(--privacy_bar_headings_color, inherit);
}

body.wp-theme-Avada .gk-a11y-privacy-prompt a:not(.fusion-button),
body.wp-theme-Avada .gk-a11y-privacy-prompt .gk-a11y-privacy-prompt__toggle {
  color: var(--privacy_bar_link_color, currentColor);
}

body.wp-theme-Avada .gk-a11y-privacy-prompt a:not(.fusion-button):hover,
body.wp-theme-Avada .gk-a11y-privacy-prompt .gk-a11y-privacy-prompt__toggle:hover {
  color: var(--privacy_bar_link_hover_color, currentColor);
}

body.wp-theme-Avada .gk-a11y-privacy-prompt .gk-a11y-privacy-prompt__toggle:focus,
body.wp-theme-Avada .gk-a11y-privacy-prompt .gk-a11y-privacy-prompt__toggle:focus-visible,
body.wp-theme-Avada .gk-a11y-privacy-prompt .gk-a11y-privacy-prompt__intro:focus,
body.wp-theme-Avada .gk-a11y-privacy-prompt .gk-a11y-privacy-prompt__intro:focus-visible {
  outline: 3px solid var(--gk-a11y-focus-ring-effective);
  outline-offset: 3px;
}

body.wp-theme-Avada .gk-a11y-privacy-prompt .gk-a11y-privacy-prompt__column-description > :first-child {
  margin-block-start: 0;
}

body.wp-theme-Avada .gk-a11y-privacy-prompt .gk-a11y-privacy-prompt__column-description > :last-child {
  margin-block-end: 0;
}

@media (max-width: 782px) {
  .gk-a11y-entry-layer {
    max-width: calc(100vw - 1.5rem);
  }

  .gk-a11y-entry-layer:hover,
  .gk-a11y-entry-layer:focus-within,
  .gk-a11y-entry-layer[data-gk-a11y-entry-open="1"] {
    inset-block-start: 0.45rem;
    inset-inline-end: 0.75rem;
    border-radius: var(--gk-a11y-ui-button-radius-effective);
  }

  .gk-a11y-theme-trigger-wrap {
    inset-inline-end: 0.85rem;
    inset-block-start: auto;
    inset-block-end: 1rem;
  }

  .gk-a11y-theme-trigger {
    min-block-size: 2.7rem;
    padding-inline: 0.95rem;
    font-size: 0.92rem;
  }

  body.wp-theme-Avada .gk-a11y-privacy-prompt .gk-a11y-privacy-prompt__summary {
    flex-basis: 100%;
    min-inline-size: 100%;
  }
}

.gk-a11y-settings-dialog__panel {
  width: auto;
  max-width: 100%;
  margin-inline: 0;
  padding: 1.6rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gk-a11y-settings-dialog__panel :is(h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, li, legend, label, span, strong, button, a) {
  font-family: inherit !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  text-shadow: none !important;
  text-transform: none !important;
}

.gk-a11y-settings-dialog__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "title action"
    "intro intro";
  align-items: flex-start;
  gap: 1rem;
  margin-block-end: 0.75rem;
  padding-block-end: 0.9rem;
  border-bottom: 1px solid rgba(31, 58, 109, 0.12);
}

.gk-a11y-settings-dialog__header-main {
  display: contents;
}

.gk-a11y-settings-dialog__title {
  grid-area: title;
  margin: 0;
  font-size: clamp(var(--gk-a11y-ui-title-font-size-effective), 1.9vw, calc(var(--gk-a11y-ui-title-font-size-effective) + 0.5rem));
  line-height: 1.05;
  font-weight: 700;
  max-width: 28rem;
}

.gk-a11y-settings-dialog__intro {
  grid-area: intro;
  margin: 0;
  color: var(--gk-a11y-ui-muted-effective);
  font-size: 1rem;
  line-height: 1.55;
  max-width: none;
}

.gk-a11y-settings-dialog__action {
  grid-area: action;
  justify-self: end;
}

.gk-a11y-settings-dialog__body {
  display: grid;
  gap: 1.15rem;
}

.gk-a11y-settings-surface__section {
  display: grid;
  gap: 0.7rem;
}

.gk-a11y-settings-surface__section-card {
  display: grid;
  gap: 0.7rem;
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(31, 58, 109, 0.14);
  border-radius: var(--gk-a11y-ui-panel-radius-effective);
  background: var(--gk-a11y-ui-soft-bg-effective);
  box-shadow: var(--gk-a11y-ui-shadow-effective);
}

.gk-a11y-settings-surface__section-card--settings {
  border-color: rgba(31, 58, 109, 0.18);
}

.gk-a11y-settings-surface__section-card--handoff {
  background: var(--gk-a11y-ui-bg-effective);
}

.gk-a11y-settings-surface__section-badge {
  margin: 0;
  color: var(--gk-a11y-ui-muted-effective);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gk-a11y-settings-surface__section-intro,
.gk-a11y-settings-surface__checkbox-hint {
  margin: 0;
  color: var(--gk-a11y-ui-muted-effective);
  line-height: 1.5;
}

.gk-a11y-settings-surface__section-title,
.gk-a11y-settings-surface__card-title {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 700;
}

.gk-a11y-settings-surface__action-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
}

.gk-a11y-settings-surface__action-list--secondary {
  padding-top: 0.15rem;
}

.gk-a11y-settings-surface__action-link {
  display: grid;
  gap: 0.2rem;
  min-block-size: 0;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(31, 58, 109, 0.14);
  border-radius: var(--gk-a11y-ui-surface-radius-effective);
  background: var(--gk-a11y-ui-bg-effective);
  color: inherit;
  text-decoration: none;
  transition:
    border-color 120ms ease,
    transform 120ms ease,
    box-shadow 120ms ease,
    background-color 120ms ease;
}

.gk-a11y-settings-surface__action-link--secondary {
  background: var(--gk-a11y-ui-bg-effective);
}

.gk-a11y-settings-surface__action-link:hover,
.gk-a11y-settings-surface__action-link:focus-visible {
  border-color: var(--gk-a11y-ui-border-effective);
  box-shadow: var(--gk-a11y-ui-shadow-effective);
  transform: translateY(-1px);
  outline: 0;
}

.gk-a11y-settings-surface__action-eyebrow {
  display: block;
  color: var(--gk-a11y-ui-muted-effective);
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
}

.gk-a11y-settings-surface__action-label {
  display: block;
  font-weight: 700;
  line-height: 1.3;
}

.gk-a11y-settings-surface__action-description {
  display: block;
  color: var(--gk-a11y-ui-text-effective);
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.4;
}

.gk-a11y-settings-surface__form {
  display: grid;
  gap: 0.85rem;
}

.gk-a11y-settings-surface__form-stack {
  display: grid;
  gap: 1rem;
}

.gk-a11y-settings-surface__option-group {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.gk-a11y-settings-surface__group-title {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
}

.gk-a11y-settings-surface__checkbox-list {
  display: grid;
  gap: 0.7rem;
}

.gk-a11y-settings-surface__checkbox {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.95rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(31, 58, 109, 0.14);
  border-radius: var(--gk-a11y-ui-surface-radius-effective);
  background: var(--gk-a11y-ui-bg-effective);
  box-shadow: var(--gk-a11y-ui-shadow-effective);
  cursor: pointer;
}

.gk-a11y-settings-surface__checkbox:hover {
  border-color: var(--gk-a11y-ui-border-effective);
}

.gk-a11y-settings-surface__checkbox:focus-within {
  border-color: var(--gk-a11y-ui-border-effective);
  outline: 3px solid var(--gk-a11y-focus-ring-effective) !important;
  outline-offset: 3px;
}

.gk-a11y-settings-surface__checkbox:focus-within .gk-a11y-settings-surface__checkbox-title,
.gk-a11y-settings-surface__checkbox:hover .gk-a11y-settings-surface__checkbox-title {
  color: var(--gk-a11y-ui-text-effective);
}

.gk-a11y-settings-surface__checkbox input:focus,
.gk-a11y-settings-surface__checkbox input:focus-visible {
  outline: none !important;
}

.gk-a11y-settings-surface__checkbox-copy {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.gk-a11y-settings-surface__checkbox-title {
  display: block;
  font-weight: 600;
  line-height: 1.3;
}

.gk-a11y-settings-surface__checkbox-description {
  display: block;
  color: var(--gk-a11y-ui-muted-effective);
  line-height: 2;
  font-size: 0.855em;
}

.gk-a11y-settings-surface__checkbox-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 2rem;
  block-size: 2rem;
  flex: 0 0 auto;
  cursor: pointer;
}

.gk-a11y-settings-surface__checkbox-control input {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.gk-a11y-settings-surface__checkbox-indicator {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 2rem;
  block-size: 2rem;
  border: 1px solid var(--gk-a11y-ui-border-effective);
  border-radius: 999px;
  background: var(--gk-a11y-ui-bg-effective);
  color: var(--gk-a11y-ui-text-effective);
  box-shadow: none;
}

.gk-a11y-settings-surface__checkbox-indicator::after {
  content: "";
  inline-size: 0.6rem;
  block-size: 0.6rem;
  border-radius: 999px;
  background: var(--gk-a11y-ui-text-effective);
  opacity: 0;
  transform: scale(0.75);
  transition:
    opacity 120ms ease,
    transform 120ms ease;
}

.gk-a11y-settings-surface__checkbox-control input:checked + .gk-a11y-settings-surface__checkbox-indicator::after {
  opacity: 1;
  transform: scale(1);
}

.gk-a11y-settings-surface__checkbox:hover .gk-a11y-settings-surface__checkbox-indicator,
.gk-a11y-settings-surface__checkbox:focus-within .gk-a11y-settings-surface__checkbox-indicator {
  border-color: var(--gk-a11y-ui-border-effective);
}

.gk-a11y-settings-surface__stepper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.95rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(31, 58, 109, 0.14);
  border-radius: var(--gk-a11y-ui-surface-radius-effective);
  background: var(--gk-a11y-ui-bg-effective);
  box-shadow: var(--gk-a11y-ui-shadow-effective);
}

.gk-a11y-settings-surface__stepper-copy {
  display: grid;
  gap: 0.15rem;
}

.gk-a11y-settings-surface__stepper-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.gk-a11y-settings-surface__stepper-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-inline-size: 2rem;
  min-block-size: 2rem;
  padding: 0;
  border: 1px solid var(--gk-a11y-ui-border-effective);
  border-radius: var(--gk-a11y-ui-button-radius-effective);
  background: var(--gk-a11y-ui-bg-effective);
  color: var(--gk-a11y-ui-text-effective);
  font: inherit;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
}

.gk-a11y-settings-surface__stepper-button[disabled] {
  opacity: 0.42;
  cursor: default;
}

.gk-a11y-settings-surface__stepper-state {
  min-inline-size: 5.75rem;
  text-align: center;
  color: var(--gk-a11y-ui-muted-effective);
  font-size: 0.855em;
  font-weight: 400;
  line-height: 2;
}

.gk-a11y-settings-surface__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  width: fit-content;
  padding: 0.65rem 1.05rem;
  border: 1px solid var(--gk-a11y-ui-border-effective);
  border-radius: var(--gk-a11y-ui-button-radius-effective);
  background: var(--gk-a11y-ui-bg-effective);
  color: var(--gk-a11y-ui-text-effective);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--gk-a11y-ui-shadow-effective);
}

.gk-a11y-settings-surface__actions {
  display: grid;
  gap: 0.65rem;
  padding-top: 0.1rem;
}

.gk-a11y-settings-surface__submit-group {
  display: grid;
  justify-items: start;
  gap: 0.55rem;
}

.gk-a11y-settings-surface__save-hint {
  color: var(--gk-a11y-ui-text-effective);
  font-size: 0.94rem;
  margin: 0;
  max-width: 42rem;
  line-height: 1.5;
  padding: 0.7rem 0.85rem;
  border: 1px solid transparent;
  border-radius: var(--gk-a11y-ui-surface-radius-effective);
  background: transparent;
  box-shadow: none;
}

body.gk-a11y-color-reduction {
  --gk-a11y-saturation-factor: 0.42;
  background-color: #f5f2eb;
}

body.gk-a11y-contrast-boost {
  --gk-a11y-saturation-factor: 1;
  --gk-a11y-contrast-green: #1f7419;
  --gk-a11y-contrast-orange: #9f430b;
  --gk-a11y-contrast-eyebrow: #253482;
  --gk-a11y-contrast-footer-bg: #050536;
  --gk-a11y-contrast-footer-text: #fff;
  --gk-a11y-contrast-footer-border: rgba(255, 255, 255, 0.56);
  --awb-color5: var(--gk-a11y-contrast-eyebrow);
  --awb-color5-h: 230;
  --awb-color5-s: 56%;
  --awb-color5-l: 33%;
  --awb-color5-a: 100%;
  --wp--preset--color--awb-color-5: var(--gk-a11y-contrast-eyebrow);
  --awb-custom_color_4: var(--gk-a11y-contrast-green);
  --awb-custom_color_7: var(--gk-a11y-contrast-orange);
  --awb-custom_color_8: var(--gk-a11y-contrast-green);
}

body.gk-a11y-color-reduction.gk-a11y-contrast-boost {
  --gk-a11y-saturation-factor: 0.42;
}

body.gk-a11y-color-reduction #wrapper > :not(.fusion-tb-header):not(.fusion-header-wrapper):not(.fusion-sticky-spacer),
body.gk-a11y-color-reduction .avada-footer-scripts .awb-off-canvas-wrap {
  filter: saturate(var(--gk-a11y-saturation-factor, 1));
}

body.gk-a11y-contrast-boost .fusion-button.open-menu {
  --button_gradient_top_color: var(--gk-a11y-contrast-green) !important;
  --button_gradient_bottom_color: var(--gk-a11y-contrast-green) !important;
  --button_gradient_top_color_hover: #14630f !important;
  --button_gradient_bottom_color_hover: #14630f !important;
  --button_accent_color: #fff !important;
  --button_accent_hover_color: #fff !important;
  color: #fff !important;
}

body.gk-a11y-contrast-boost .fusion-button.open-menu:is(:hover, :focus, :focus-visible),
body.gk-a11y-contrast-boost .fusion-button.open-menu:is(:hover, :focus, :focus-visible) :is(
  .fusion-button-text,
  .awb-button__text,
  .awb-button__icon,
  .button-icon-left,
  .button-icon-right,
  i,
  span
) {
  color: #fff !important;
}

body.gk-a11y-contrast-boost :is(.fusion-tb-footer, .fusion-footer, footer, [role="contentinfo"], #footer) {
  --awb-background-color: var(--gk-a11y-contrast-footer-bg);
  --awb-text-color: var(--gk-a11y-contrast-footer-text);
  --body_typography-color: var(--gk-a11y-contrast-footer-text);
  --link_color: var(--gk-a11y-contrast-footer-text);
  --link_hover_color: var(--gk-a11y-contrast-footer-text);
  color: var(--gk-a11y-contrast-footer-text);
}

body.gk-a11y-contrast-boost :is(.fusion-tb-footer, .fusion-footer, footer, [role="contentinfo"], #footer) .fusion-fullwidth.fullwidth-box {
  --awb-background-color: var(--gk-a11y-contrast-footer-bg) !important;
  --awb-background-image: none !important;
  background-color: var(--gk-a11y-contrast-footer-bg) !important;
  background-image: none !important;
}

body.gk-a11y-contrast-boost :is(.fusion-tb-footer, .fusion-footer, footer, [role="contentinfo"], #footer) :is(
  p,
  li,
  span,
  dd,
  dt,
  figcaption,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .fusion-text,
  .fusion-title-heading,
  .awb-dd-params
) {
  color: var(--gk-a11y-contrast-footer-text) !important;
}

body.gk-a11y-contrast-boost :is(.fusion-tb-footer, .fusion-footer, footer, [role="contentinfo"], #footer) a[href] {
  color: var(--gk-a11y-contrast-footer-text) !important;
}

body.gk-a11y-contrast-boost :is(.fusion-tb-footer, .fusion-footer, footer, [role="contentinfo"], #footer) :is(
  hr,
  .fusion-separator,
  .fusion-separator-border,
  .fusion-builder-row-inner,
  .fusion-column-separator
) {
  border-color: var(--gk-a11y-contrast-footer-border) !important;
}

body.gk-a11y-link-emphasis #wrapper :is(
  p,
  li,
  dd,
  dt,
  blockquote,
  figcaption,
  td,
  th,
  .fusion-text p,
  .fusion-text li,
  .entry-content p,
  .entry-content li,
  .post-content p,
  .post-content li
) a[href]:not(.gk-a11y-entry-link):not(.gk-a11y-settings-surface__action-link):not(.fusion-button):not([role="button"]),
body.gk-a11y-link-emphasis .avada-footer-scripts .awb-off-canvas-wrap :is(
  p,
  li,
  dd,
  dt,
  blockquote,
  figcaption,
  td,
  th,
  .fusion-text p,
  .fusion-text li,
  .entry-content p,
  .entry-content li,
  .post-content p,
  .post-content li
) a[href]:not(.gk-a11y-entry-link):not(.gk-a11y-settings-surface__action-link):not(.fusion-button):not([role="button"]) {
  text-decoration-line: underline !important;
  text-decoration-thickness: max(0.12em, 2px) !important;
  text-underline-offset: 0.18em !important;
}

body.gk-a11y-font-size-level-1 #wrapper :is(
  p,
  li,
  dd,
  dt,
  blockquote,
  figcaption,
  td,
  th,
  a,
  button,
  label,
  input,
  textarea,
  select,
  .fusion-text p,
  .fusion-text li,
  .entry-content p,
  .entry-content li,
  .post-content p,
  .post-content li
),
body.gk-a11y-font-size-level-1 .avada-footer-scripts .awb-off-canvas-wrap :is(
  p,
  li,
  dd,
  dt,
  blockquote,
  figcaption,
  td,
  th,
  a,
  button,
  label,
  input,
  textarea,
  select,
  .fusion-text p,
  .fusion-text li,
  .entry-content p,
  .entry-content li,
  .post-content p,
  .post-content li
) {
  font-size: calc(1em + 0.12rem) !important;
}

body.gk-a11y-font-size-level-1 #wrapper :is(
  .gk-avada-timeline__title,
  .gk-avada-timeline__date,
  .gk-avada-timeline__meta
),
body.gk-a11y-font-size-level-1 .avada-footer-scripts .awb-off-canvas-wrap :is(
  .gk-avada-timeline__title,
  .gk-avada-timeline__date,
  .gk-avada-timeline__meta
) {
  font-size: calc(1em + 0.12rem) !important;
}

body.gk-a11y-font-size-level-2 #wrapper :is(
  p,
  li,
  dd,
  dt,
  blockquote,
  figcaption,
  td,
  th,
  a,
  button,
  label,
  input,
  textarea,
  select,
  .fusion-text p,
  .fusion-text li,
  .entry-content p,
  .entry-content li,
  .post-content p,
  .post-content li
),
body.gk-a11y-font-size-level-2 .avada-footer-scripts .awb-off-canvas-wrap :is(
  p,
  li,
  dd,
  dt,
  blockquote,
  figcaption,
  td,
  th,
  a,
  button,
  label,
  input,
  textarea,
  select,
  .fusion-text p,
  .fusion-text li,
  .entry-content p,
  .entry-content li,
  .post-content p,
  .post-content li
) {
  font-size: calc(1em + 0.26rem) !important;
}

body.gk-a11y-font-size-level-2 #wrapper :is(
  .gk-avada-timeline__title,
  .gk-avada-timeline__date,
  .gk-avada-timeline__meta
),
body.gk-a11y-font-size-level-2 .avada-footer-scripts .awb-off-canvas-wrap :is(
  .gk-avada-timeline__title,
  .gk-avada-timeline__date,
  .gk-avada-timeline__meta
) {
  font-size: calc(1em + 0.26rem) !important;
}

body:is(.gk-a11y-font-size-level-1, .gk-a11y-font-size-level-2) #wrapper li > p:only-child,
body:is(.gk-a11y-font-size-level-1, .gk-a11y-font-size-level-2) .avada-footer-scripts .awb-off-canvas-wrap li > p:only-child {
  font-size: inherit !important;
  line-height: inherit !important;
  margin-block: 0 !important;
}

body.gk-a11y-text-spacing-level-1 #wrapper :is(
  p,
  li,
  dd,
  dt,
  blockquote,
  figcaption,
  td,
  th,
  .fusion-text p,
  .fusion-text li,
  .entry-content p,
  .entry-content li,
  .post-content p,
  .post-content li
),
body.gk-a11y-text-spacing-level-1 .avada-footer-scripts .awb-off-canvas-wrap :is(
  p,
  li,
  dd,
  dt,
  blockquote,
  figcaption,
  td,
  th,
  .fusion-text p,
  .fusion-text li,
  .entry-content p,
  .entry-content li,
  .post-content p,
  .post-content li
) {
  line-height: 1.72 !important;
  letter-spacing: 0.012em;
  word-spacing: 0.06em;
}

body.gk-a11y-text-spacing-level-1 #wrapper :is(
  p,
  blockquote,
  ul,
  ol,
  dl,
  table,
  .fusion-text,
  .fusion-text p,
  .entry-content p,
  .post-content p
),
body.gk-a11y-text-spacing-level-1 .avada-footer-scripts .awb-off-canvas-wrap :is(
  p,
  blockquote,
  ul,
  ol,
  dl,
  table,
  .fusion-text,
  .fusion-text p,
  .entry-content p,
  .post-content p
) {
  margin-bottom: 1em !important;
}

body.gk-a11y-text-spacing-level-2 #wrapper :is(
  p,
  li,
  dd,
  dt,
  blockquote,
  figcaption,
  td,
  th,
  .fusion-text p,
  .fusion-text li,
  .entry-content p,
  .entry-content li,
  .post-content p,
  .post-content li
),
body.gk-a11y-text-spacing-level-2 .avada-footer-scripts .awb-off-canvas-wrap :is(
  p,
  li,
  dd,
  dt,
  blockquote,
  figcaption,
  td,
  th,
  .fusion-text p,
  .fusion-text li,
  .entry-content p,
  .entry-content li,
  .post-content p,
  .post-content li
) {
  line-height: 1.85 !important;
  letter-spacing: 0.015em;
  word-spacing: 0.08em;
}

body.gk-a11y-text-spacing-level-2 #wrapper :is(
  p,
  blockquote,
  ul,
  ol,
  dl,
  table,
  .fusion-text,
  .fusion-text p,
  .entry-content p,
  .post-content p
),
body.gk-a11y-text-spacing-level-2 .avada-footer-scripts .awb-off-canvas-wrap :is(
  p,
  blockquote,
  ul,
  ol,
  dl,
  table,
  .fusion-text,
  .fusion-text p,
  .entry-content p,
  .post-content p
) {
  margin-bottom: 1.2em !important;
}

body:is(.gk-a11y-text-spacing-level-1, .gk-a11y-text-spacing-level-2) #wrapper li > p:only-child,
body:is(.gk-a11y-text-spacing-level-1, .gk-a11y-text-spacing-level-2) .avada-footer-scripts .awb-off-canvas-wrap li > p:only-child {
  line-height: inherit !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  margin-block: 0 !important;
}

body.gk-a11y-text-spacing-level-1 #wrapper :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .fusion-title-heading
),
body.gk-a11y-text-spacing-level-1 .avada-footer-scripts .awb-off-canvas-wrap :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .fusion-title-heading
) {
  line-height: 1.16 !important;
  margin-bottom: 0.58em !important;
}

body.gk-a11y-text-spacing-level-2 #wrapper :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .fusion-title-heading
),
body.gk-a11y-text-spacing-level-2 .avada-footer-scripts .awb-off-canvas-wrap :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .fusion-title-heading
) {
  line-height: 1.2 !important;
  margin-bottom: 0.65em !important;
}

body.gk-a11y-readable-font #wrapper :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  dd,
  dt,
  blockquote,
  figcaption,
  td,
  th,
  a,
  button,
  label,
  input,
  textarea,
  select,
  span,
  .fusion-title-heading,
  .fusion-text p,
  .fusion-text li,
  .entry-content p,
  .entry-content li,
  .post-content p,
  .post-content li
):not(.gk-icon):not(.fa):not([class*=" fa-"]),
body.gk-a11y-readable-font .avada-footer-scripts .awb-off-canvas-wrap :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  dd,
  dt,
  blockquote,
  figcaption,
  td,
  th,
  a,
  button,
  label,
  input,
  textarea,
  select,
  span,
  .fusion-title-heading,
  .fusion-text p,
  .fusion-text li,
  .entry-content p,
  .entry-content li,
  .post-content p,
  .post-content li
):not(.gk-icon):not(.fa):not([class*=" fa-"]) {
  font-family: Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif !important;
}

body.gk-a11y-stop-animations {
  scroll-behavior: auto !important;
}

@supports selector(:has(body)) {
  html:has(body.gk-a11y-stop-animations) {
    scroll-behavior: auto !important;
  }
}

body.gk-a11y-stop-animations #wrapper *,
body.gk-a11y-stop-animations #wrapper *::before,
body.gk-a11y-stop-animations #wrapper *::after,
body.gk-a11y-stop-animations .avada-footer-scripts .awb-off-canvas-wrap *,
body.gk-a11y-stop-animations .avada-footer-scripts .awb-off-canvas-wrap *::before,
body.gk-a11y-stop-animations .avada-footer-scripts .awb-off-canvas-wrap *::after {
  animation: none !important;
  animation-name: none !important;
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  scroll-behavior: auto !important;
}

body.gk-a11y-stop-animations #wrapper .fusion-animated,
body.gk-a11y-stop-animations #wrapper [data-animationtype],
body.gk-a11y-stop-animations .avada-footer-scripts .awb-off-canvas-wrap .fusion-animated,
body.gk-a11y-stop-animations .avada-footer-scripts .awb-off-canvas-wrap [data-animationtype] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
}

body.gk-a11y-stop-animations #wrapper [data-motion-effects],
body.gk-a11y-stop-animations .avada-footer-scripts .awb-off-canvas-wrap [data-motion-effects] {
  animation: none !important;
  animation-name: none !important;
  transition: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none !important;
  translate: none !important;
  rotate: none !important;
  scale: none !important;
  will-change: auto !important;
}

body.gk-a11y-stop-animations #wrapper [data-gk-a11y-scroll-reveal-normalized],
body.gk-a11y-stop-animations #wrapper [data-gk-a11y-scroll-reveal-fragment],
body.gk-a11y-stop-animations #wrapper [data-scroll-reveal-effect] .line,
body.gk-a11y-stop-animations #wrapper [data-scroll-reveal-effect] .word,
body.gk-a11y-stop-animations #wrapper [data-scroll-reveal-effect] .char,
body.gk-a11y-stop-animations .avada-footer-scripts .awb-off-canvas-wrap [data-gk-a11y-scroll-reveal-normalized],
body.gk-a11y-stop-animations .avada-footer-scripts .awb-off-canvas-wrap [data-gk-a11y-scroll-reveal-fragment],
body.gk-a11y-stop-animations .avada-footer-scripts .awb-off-canvas-wrap [data-scroll-reveal-effect] .line,
body.gk-a11y-stop-animations .avada-footer-scripts .awb-off-canvas-wrap [data-scroll-reveal-effect] .word,
body.gk-a11y-stop-animations .avada-footer-scripts .awb-off-canvas-wrap [data-scroll-reveal-effect] .char {
  animation: none !important;
  animation-name: none !important;
  transition: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none !important;
  translate: none !important;
  rotate: none !important;
  scale: none !important;
  clip-path: none !important;
  perspective: none !important;
  will-change: auto !important;
}

body.gk-a11y-stop-animations #wrapper [data-scroll-reveal-effect="color_change"] .char,
body.gk-a11y-stop-animations .avada-footer-scripts .awb-off-canvas-wrap [data-scroll-reveal-effect="color_change"] .char {
  background-position: 0 0 !important;
  background-position-x: 0% !important;
  background-position-y: 0% !important;
  background-image: none !important;
  -webkit-text-fill-color: currentColor !important;
  color: inherit !important;
}

body.wp-theme-Avada [data-gk-a11y-sticky-focus-recovery="1"] {
  top: 0 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
  translate: none !important;
  visibility: visible !important;
}

body.wp-theme-Avada [data-gk-a11y-sticky-focus-recovery="1"] :is(a[href], button, [role="button"], [tabindex]:not([tabindex="-1"])) {
  pointer-events: auto !important;
  visibility: visible !important;
}

body.gk-a11y-stop-animations #wrapper :is(
  .fusion-bg-parallax,
  .fusion-parallax-up,
  .parallax-inner,
  .bg-parallax-parent,
  .fusion-title-marquee,
  .awb-marquee-left,
  .awb-marquee-masked,
  .awb-marquee-content
),
body.gk-a11y-stop-animations .avada-footer-scripts .awb-off-canvas-wrap :is(
  .fusion-bg-parallax,
  .fusion-parallax-up,
  .parallax-inner,
  .bg-parallax-parent,
  .fusion-title-marquee,
  .awb-marquee-left,
  .awb-marquee-masked,
  .awb-marquee-content
) {
  animation: none !important;
  animation-name: none !important;
  transition: none !important;
  transform: none !important;
  translate: none !important;
  background-attachment: scroll !important;
  will-change: auto !important;
}

body.gk-a11y-hide-images #wrapper img,
body.gk-a11y-hide-images .avada-footer-scripts .awb-off-canvas-wrap img {
  display: none !important;
}

body.gk-a11y-hide-images #wrapper button img,
body.gk-a11y-hide-images #wrapper input[type="image"],
body.gk-a11y-hide-images #wrapper [usemap] img,
body.gk-a11y-hide-images .avada-footer-scripts .awb-off-canvas-wrap button img,
body.gk-a11y-hide-images .avada-footer-scripts .awb-off-canvas-wrap input[type="image"],
body.gk-a11y-hide-images .avada-footer-scripts .awb-off-canvas-wrap [usemap] img,
body.gk-a11y-hide-images #wrapper .fusion-logo img,
body.gk-a11y-hide-images #wrapper .custom-logo img,
body.gk-a11y-hide-images #wrapper .site-logo img,
body.gk-a11y-hide-images #wrapper .fusion-image-element a[href="/"] img,
body.gk-a11y-hide-images #wrapper .fusion-image-element a[href="https://0019-kinder.meinhomepageservice.de/"] img,
body.gk-a11y-hide-images #wrapper .fusion-image-element a[aria-label*="Startseite"] img,
body.gk-a11y-hide-images .avada-footer-scripts .awb-off-canvas-wrap .fusion-logo img,
body.gk-a11y-hide-images .avada-footer-scripts .awb-off-canvas-wrap .custom-logo img,
body.gk-a11y-hide-images .avada-footer-scripts .awb-off-canvas-wrap .site-logo img,
body.gk-a11y-hide-images .avada-footer-scripts .awb-off-canvas-wrap .fusion-image-element a[href="/"] img,
body.gk-a11y-hide-images .avada-footer-scripts .awb-off-canvas-wrap .fusion-image-element a[aria-label*="Startseite"] img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.gk-a11y-hide-images #wrapper .parallax-inner,
body.gk-a11y-hide-images #wrapper .fusion-column-has-bg-image,
body.gk-a11y-hide-images #wrapper .fusion-layout-column[class*="fusion-column-has-bg-image"] {
  background-image: none !important;
}

#gk-a11y-settings-dialog {
  width: min(42rem, calc(100vw - 2rem));
  border: 1px solid var(--gk-a11y-ui-border-effective);
  border-radius: var(--gk-a11y-ui-dialog-radius-effective);
  padding: 0;
  background: var(--gk-a11y-ui-bg-effective);
  color: var(--gk-a11y-ui-text-effective);
  box-shadow: var(--gk-a11y-ui-dialog-shadow-effective);
}

#gk-a11y-settings-dialog::backdrop {
  background: var(--gk-a11y-ui-backdrop-effective);
}

.gk-a11y-settings-dialog__panel {
  display: grid;
  gap: 1.1rem;
  padding: 1.35rem 1.35rem 1.25rem;
}

html.gk-a11y-entry-dialog-open,
body.gk-a11y-entry-dialog-open {
  overflow: hidden !important;
}

.gk-a11y-entry-layer [data-gk-a11y-entry-managed="1"]:focus-visible,
.gk-a11y-entry-layer :is(a[href], button, [tabindex]:not([tabindex="-1"])):focus-visible,
.gk-a11y-progressive-reveal__button:focus-visible,
.gk-a11y-settings-dialog__panel :is(a[href], button, [tabindex]:not([tabindex="-1"])):focus-visible {
  outline: 3px solid var(--gk-a11y-focus-ring-effective) !important;
  outline-offset: 3px;
}


[data-gk-a11y-entry-active-context="1"],
[data-gk-a11y-entry-active-target="1"] {
  scroll-margin-top: 4.5rem;
}

.gk-sr-only:not(:focus):not(:active) {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.gk-sr-only:focus,
.gk-sr-only:active {
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  position: static !important;
  white-space: normal !important;
  width: auto !important;
}

body.fusion-builder-live .gk-sr-only,
body.fusion-builder-live .gk-sr-only:focus,
body.fusion-builder-live .gk-sr-only:active {
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  position: relative !important;
  white-space: normal !important;
  width: auto !important;
}

body.fusion-builder-live .gk-sr-only {
  outline: 1px dashed #7a8799 !important;
  outline-offset: 3px !important;
}

@media (prefers-reduced-motion: reduce) {
  .gk-a11y-entry-layer,
  .gk-a11y-settings-dialog__panel {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (prefers-contrast: more), (forced-colors: active) {
  :root {
    --gk-a11y-ui-bg: #ffffff;
    --gk-a11y-ui-text: #000000;
    --gk-a11y-ui-border: #000000;
    --gk-a11y-ui-muted: #111111;
    --gk-a11y-focus-ring-color: #000000;
  }

  .gk-a11y-entry-layer,
  .gk-a11y-settings-dialog__panel,
  #gk-a11y-settings-dialog {
    box-shadow: none !important;
  }
}

@media (max-width: 640px) {
  .gk-a11y-settings-dialog__panel {
    padding: 1rem 1rem 1.05rem;
  }

  .gk-a11y-settings-dialog__header {
    gap: 0.8rem;
  }

  .gk-a11y-settings-dialog__title {
    max-width: none;
  }

  .gk-a11y-settings-surface__section-card,
  .gk-a11y-settings-surface__checkbox,
  .gk-a11y-settings-surface__stepper {
    padding-inline: 0.9rem;
  }

  .gk-a11y-settings-surface__save-hint {
    padding-inline: 0.9rem;
  }

  .gk-a11y-settings-surface__stepper {
    grid-template-columns: 1fr;
  }

  .gk-a11y-settings-surface__stepper-controls {
    justify-content: flex-start;
  }

  .gk-a11y-settings-surface__checkbox {
    grid-template-columns: 1fr auto;
  }
}
