._AccessibilityIcon_1hgn1_1 {
  background-color: var(--primary-color);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
  position: fixed;
  z-index: 500000000000000000;
  inset-inline-start: 20px;
  bottom: 20px;
  transition: transform 0.3s;
  cursor: pointer;
}
._AccessibilityIcon_1hgn1_1._showSpinner_1hgn1_17 {
  cursor: auto;
  animation: _spin_1hgn1_1 2.5s linear infinite;
}
._AccessibilityIcon_1hgn1_1:hover {
  transform: scale(1.2);
}
._AccessibilityIcon_1hgn1_1 > svg {
  fill: var(--white);
  width: 75%;
  z-index: 1;
}
._AccessibilityIcon_1hgn1_1:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  border: 2px solid white;
  background-color: var(--primary-color);
  z-index: 0;
  transform: translate(-50%, -50%);
}

@keyframes _spin_1hgn1_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}._accHeader__resetBtn_13fio_1, ._accHeader__closeBtn_13fio_1 {
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
._accHeader__resetBtn_13fio_1 svg, ._accHeader__closeBtn_13fio_1 svg {
  fill: white;
  font-weight: bold;
  font-size: 2em;
  width: 30px;
}

._accHeader_13fio_1 {
  position: sticky;
  top: 0;
  z-index: 20;
  flex-shrink: 0;
  height: 60px;
  background-color: #0a2673;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em;
}
._accHeader__title_13fio_29 {
  color: white;
  margin: 0;
  font-size: 18px;
  text-align: center;
  flex: 1;
}
._accHeader_13fio_1 > ._acc-lang-select-container_13fio_36 {
  flex: 1;
}._accFooter_1592z_1 {
  position: sticky;
  bottom: 0;
  z-index: 20;
  flex-shrink: 0;
  height: 30px;
  background-color: #0a2673;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
._accFooter_1592z_1 > a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}
@media screen and (max-width: 540px) {
  ._accFooter_1592z_1 {
    height: 55px;
  }
}._accAccessibilityMenu__overlay_1rbwc_1 {
  position: fixed;
  inset: 0;
  z-index: 10000;
}

._accMenu_1rbwc_7 {
  position: fixed;
  inset-inline-start: 20px;
  bottom: 100px;
  width: 100%;
  max-width: 500px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5019607843);
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.015em;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 500000000000;
  transition: max-height 0.3s ease;
}
._accMenu_1rbwc_7 [class$=-control] {
  border-radius: 0;
  border: 0.3px solid #2c2639;
}
._accMenu_1rbwc_7 [class$=-indicatorContainer] svg {
  fill: #2c2639;
}
._accMenu_1rbwc_7 [class$=-indicatorSeparator] {
  background-color: #2c2639;
}
._accMenu_1rbwc_7 [class$=-menu] {
  margin-top: 0;
  z-index: 100;
}
@media (max-width: 540px) {
  ._accMenu_1rbwc_7 {
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }
}._accMenuContentBlock_1daoe_1 {
  border: 0.3px solid #2c2639;
  border-radius: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-height: calc(33.3333333333vh - 83px);
  flex-grow: 1;
  padding: 10px 8px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  transition: max-height 0.3s linear, box-shadow 0.25s ease, transform 0.25s ease;
}
._accMenuContentBlock_1daoe_1:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
._accMenuContentBlock_1daoe_1:focus {
  outline: none;
  border: 1px solid #2c2639;
}
._accMenuContentBlock_1daoe_1._isExpanded_1daoe_25 {
  cursor: auto;
  flex: 1;
  max-height: none;
  overflow: visible;
  border: none;
  border-radius: 16px;
  box-shadow: none;
}
._accMenuContentBlock_1daoe_1._isAccMenuContentActive_1daoe_34:not(._isExpanded_1daoe_25) {
  display: none;
}
._accMenuContentBlock__titleContainer_1daoe_37 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
._accMenuContentBlock__titleContainer_1daoe_37 svg {
  width: 30px;
  fill: #000;
}
._accMenuContentBlock__title_1daoe_37 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
  margin: 0;
  padding: 0.2em;
}
._accMenuContentBlock__expendButtonContainer_1daoe_56 {
  width: 100%;
  display: flex;
  margin-bottom: 12px;
}
._accMenuContentBlock__expendButtonContainer_1daoe_56 button {
  width: 80%;
  height: 46px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: var(--primary-color);
  border-radius: 20px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
._accMenuContentBlock__expendButtonContainer_1daoe_56 button > svg {
  fill: white;
  width: 24px;
}
._accMenuContentBlock__expendButtonContainer_1daoe_56 button:hover {
  opacity: 0.85;
  transform: scale(1.02);
}
._accMenuContentBlock__content_1daoe_84 {
  width: 100%;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  overflow-y: auto;
}._accButton_gu4kw_1 {
  aspect-ratio: 6/5;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 5px;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
}
._accButton_gu4kw_1:hover, ._accButton_gu4kw_1:focus {
  border-color: var(--primary-color);
  outline: none;
}
._accButton_gu4kw_1._isToggled_gu4kw_18 {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
._accButton_gu4kw_1._isToggled_gu4kw_18 svg {
  fill: #fff;
}
._accButton_gu4kw_1._isActive_gu4kw_26 {
  border-color: var(--primary-color);
}
._accButton__title_gu4kw_29 {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  color: inherit;
  margin: auto;
  margin-top: 10px;
}
._accButton__icon_gu4kw_38 {
  width: 24px;
  margin-bottom: 8px;
}
._accButton__icon--help_gu4kw_42 {
  position: absolute;
  inset-inline-end: 0;
}
._accButton__icon--help_gu4kw_42:hover {
  fill: red !important;
}
._accButton__icon--help_gu4kw_42:hover + span[data-tooltip]:after {
  opacity: 1;
  padding: 8px;
  max-height: 10000px;
  transition-duration: 300ms;
}
._accButton__content_gu4kw_55 {
  align-self: flex-end;
  width: 100%;
  margin-top: auto;
  flex: 0.8;
}
._accButton__stats_gu4kw_61 {
  color: var(--primary-color);
  font-weight: bold;
  position: absolute;
  align-self: flex-end;
  font-size: 14px;
}
._accButton_gu4kw_1 span[data-tooltip] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: help;
}
._accButton_gu4kw_1 span[data-tooltip]:after {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  content: attr(data-tooltip);
  color: var(--primary-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 1.5;
  border-radius: 3px;
  box-shadow: 0 0 5px 2px rgba(100, 100, 100, 0.6);
  background-color: white;
  z-index: 10;
  word-wrap: break-word;
  text-align: start;
  transform: translateY(100%);
  transition: all 150ms cubic-bezier(0.25, 0.8, 0.25, 1);
}._accValueControl_p53sg_1 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}._accValueControlButton_1pw3b_1 {
  padding: 0;
  background-color: var(--primary-color);
  border: none;
  outline: none;
  width: 28px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
._accValueControlButton_1pw3b_1 svg {
  fill: white;
  width: 20px;
}
._accValueControlButton_1pw3b_1:hover {
  opacity: 0.8;
}
._accValueControlButton_1pw3b_1:focus {
  background-color: #fff;
  border: 4px solid var(--primary-color);
}
._accValueControlButton_1pw3b_1:focus svg {
  fill: var(--primary-color);
}._accLineHeightButton_n1tdk_1 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}._accZoomButton_1fl6t_1 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}._accBrightnessControl_16gcc_1 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}.rc-slider {
  position: relative;
  width: 100%;
  height: 14px;
  padding: 5px 0;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #e9e9e9;
  border-radius: 6px;
}
.rc-slider-track,
.rc-slider-tracks {
  position: absolute;
  height: 4px;
  background-color: #abe2fb;
  border-radius: 6px;
}
.rc-slider-track-draggable {
  z-index: 1;
  box-sizing: content-box;
  background-clip: content-box;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  transform: translateY(-5px);
}
.rc-slider-handle {
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #96dbfa;
  border-radius: 50%;
  cursor: pointer;
  cursor: grab;
  opacity: 0.8;
  touch-action: pan-x;
}
.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
}
.rc-slider-handle:focus {
  outline: none;
  box-shadow: none;
}
.rc-slider-handle:focus-visible {
  border-color: #2db7f5;
  box-shadow: 0 0 0 3px #96dbfa;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: #999;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  cursor: pointer;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-dot-reverse {
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  width: 4px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-track {
  bottom: 0;
  left: 5px;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track-draggable {
  border-top: 0;
  border-bottom: 0;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  transform: translateX(-5px);
}
.rc-slider-vertical .rc-slider-handle {
  position: absolute;
  z-index: 1;
  margin-top: 0;
  margin-left: -5px;
  touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  width: 4px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-dot {
  margin-left: -2px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    transform: scale(0, 0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 50% 100%;
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform: scale(1, 1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0, 0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.rc-slider-tooltip {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  min-width: 24px;
  height: 24px;
  padding: 6px 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}
._accRcSlider_dhokk_1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}
._accRcSlider_dhokk_1 .rc-slider-rail {
  background-color: var(--primary-color);
}
._accRcSlider_dhokk_1 .rc-slider-handle {
  border: solid 2px var(--primary-color);
  background-color: red;
  opacity: 1;
  width: 22px;
  height: 22px;
  margin-top: -9px;
}._accButtonTextColorPicker_dw9mu_1 {
  grid-column: span 3;
  aspect-ratio: 10/5;
}
._accButtonTextColorPicker_dw9mu_1 > h2 {
  margin: 0;
  position: absolute;
  display: inline-block;
  width: auto;
  inset-inline-end: 5px;
}
._accButtonTextColorPicker_dw9mu_1 [class^=_accButton__content] {
  flex: 1;
}

._accTextColorPicker_dw9mu_16 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
._accTextColorPicker__topContainer_dw9mu_22 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  gap: 10px;
}
._accTextColorPicker__inputText_dw9mu_30 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
._accTextColorPicker__hexColorPicker_dw9mu_35 {
  flex: 1;
  width: 100% !important;
}._accSelectVoicesContainer_1d5zn_1 .accSelectVoices__indicators {
  display: none;
}
._accSelectVoicesContainer_1d5zn_1 .accSelectVoices__option {
  color: rgb(51, 51, 51);
}._accMenuContent_6js8i_1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 20px;
}

._singleColumn_6js8i_8 {
  grid-template-columns: 1fr;
}

@media (max-width: 900px) {
  ._accMenuContent_6js8i_1 {
    grid-template-columns: repeat(2, 1fr);
  }
  ._singleColumn_6js8i_8 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  ._accMenuContent_6js8i_1 {
    grid-template-columns: 1fr;
  }
}:root{
    --primary-color: #0a2673;
    --highlight-color:#0048ff;
    --white:#fff;
}

.acc-readingGuide{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    pointer-events: none;
    background-color: rgba(0,0,0,.5);
    z-index: 1000000;
}

/* @font-face {
    font-family: 'OpenDyslexic';
    src: url('OpenDyslexic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('OpenDyslexic3-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('OpenDyslexic3-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('OpenDyslexic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('OpenDyslexic-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('OpenDyslexic-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
} */
