/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

*[class$=__container] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@font-face {
  font-family: "Uni Neue";
  src: url("../../fonts/UniNeueRegular.eot");
  src: local("UniNeueRegular"), local("UniNeueRegular"), url("../../fonts/UniNeueRegular.eot?#iefix") format("embedded-opentype"), url("../../fonts/UniNeueRegular.woff2") format("woff2"), url("../../fonts/UniNeueRegular.woff") format("woff"), url("../../fonts/UniNeueRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Uni Neue";
  src: url("../../fonts/UniNeueBold.eot");
  src: local("UniNeueBold"), local("UniNeueBold"), url("../../fonts/UniNeueBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/UniNeueBold.woff2") format("woff2"), url("../../fonts/UniNeueBold.woff") format("woff"), url("../../fonts/UniNeueBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Uni Neue", sans-serif;
}

body {
  background: #F5F4F8;
  color: #45495E;
}

.pdfjs-iframe {
  border: 0;
}

.footer {
  background: linear-gradient(180deg, rgba(69, 73, 94, 0) 0%, #45495E 63.46%);
  padding-top: 8.125rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 64.0625rem) {
  .footer {
    padding-bottom: 2.5rem;
    padding-top: 4.0625rem;
  }
}
.footer__legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 47.99875rem) {
  .footer__legal {
    flex-direction: column;
    gap: 1rem;
  }
}
.footer__container {
  max-width: 81.875rem;
}
.footer__divider {
  height: 0.0625rem;
  background: #FFFFFF;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 64.0625rem) {
  .footer__divider {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.footer__bottom {
  padding-top: 3rem;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 47.99875rem) {
  .footer__top {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.footer__logo {
  padding-bottom: 1.5rem;
}
.footer__form {
  padding-top: 2.625rem;
}
.footer__form-title {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  padding-bottom: 1rem;
}
.footer__form-policy {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  padding-top: 1rem;
}
.footer__form-policy a {
  color: #FFFFFF;
}
.footer__form form {
  display: flex;
  gap: 1rem;
}
.footer__form form input {
  width: 100%;
  border: 0.0625rem solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  padding: 0.375rem;
  outline: none;
  border-radius: 0.5rem;
}
.footer__form form input::placeholder {
  color: #FFFFFF;
}
.footer .menu-footer-terms-container ul {
  padding: 0;
  display: flex;
  gap: 1.5rem;
}
.footer .menu-footer-terms-container ul li a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  text-decoration: underline;
}
.footer__menu {
  padding-bottom: 1.5rem;
}
.footer__menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 2rem;
}
@media (max-width: 47.99875rem) {
  .footer__menu ul {
    flex-direction: column;
  }
}
.footer__menu ul a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
}
.footer__menu ul li.pink a {
  background: #EAE0EE;
  color: #45495E;
  padding: 0.125rem 1rem;
  border-radius: 0.25rem;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.footer__content {
  max-width: 35rem;
  width: 100%;
}
.footer__form {
  max-width: 25rem;
  width: 100%;
}
.footer__copyright {
  color: #FFFFFF;
}

.header {
  background: #45495E;
  padding: 0.875rem 0;
  position: relative;
  z-index: 99;
}
.header__container {
  max-width: 83.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header__logo {
  max-width: 7.5rem;
}
.header .search-form {
  position: absolute;
  padding: 0.9375rem 0;
  background: #45495E;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
.header .search-form--open {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 64.0625rem) {
  .header__inner {
    gap: 0.9375rem;
  }
}
@media screen and (max-width: 63.99875rem) {
  .header__inner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    max-width: 18.75rem;
    flex-direction: column;
    align-items: stretch;
    background: #45495E;
    padding: 5rem 1.25rem 1.25rem;
    gap: 1.25rem;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .header__inner--open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 29.99875rem) {
  .header__inner {
    width: 100%;
    max-width: 100%;
  }
}
.header__components {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 63.99875rem) {
  .header__components {
    flex-direction: row;
    gap: 2.5rem;
    justify-content: center;
  }
}
.header__components-button {
  cursor: pointer;
}
.header__components-search {
  cursor: pointer;
  background: none;
  outline: none;
  border: 0;
}
.header__components .wpml-ls-statics-shortcode_actions {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.header__components .wpml-ls-statics-shortcode_actions:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cmask id='path-1-inside-1_10_15598' fill='white'%3E%3Cpath d='M3.53564 7.07104L0.000106005 3.53551L3.53564 -3.21316e-05L7.07118 3.53551L3.53564 7.07104Z'/%3E%3C/mask%3E%3Cpath d='M3.53564 7.07104L2.82854 7.77815L3.53564 8.48526L4.24275 7.77815L3.53564 7.07104ZM3.53564 7.07104L4.24275 6.36394L0.707213 2.8284L0.000106005 3.53551L-0.707001 4.24261L2.82854 7.77815L3.53564 7.07104ZM7.07118 3.53551L6.36408 2.8284L2.82854 6.36394L3.53564 7.07104L4.24275 7.77815L7.77829 4.24261L7.07118 3.53551Z' fill='white' mask='url(%23path-1-inside-1_10_15598)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.header__components .wpml-ls-statics-shortcode_actions ul {
  display: flex;
  flex-direction: column;
}
.header__components .wpml-ls-statics-shortcode_actions ul .wpml-ls-item {
  visibility: hidden;
  position: absolute;
  top: 2.1875rem;
  padding: 0.625rem 0.9375rem;
  background: #45495E;
  width: 100%;
  transition: all 0.3s ease;
  opacity: 0;
}
.header__components .wpml-ls-statics-shortcode_actions ul .wpml-ls-item a {
  color: #FFFFFF;
  padding: 0;
}
.header__components .wpml-ls-statics-shortcode_actions ul .wpml-ls-item.wpml-ls-current-language {
  display: block;
  position: relative;
  top: 0rem;
  padding: 0.625rem 0.9375rem;
  visibility: visible;
  opacity: 1;
}
.header__components .wpml-ls-statics-shortcode_actions:hover ul .wpml-ls-item {
  visibility: visible;
  transition: all 0.3s ease;
  opacity: 1;
}
.header__menu [id^=menu-header] {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  gap: 2rem;
}
@media (max-width: 63.99875rem) {
  .header__menu [id^=menu-header] {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header__menu [id^=menu-header] .menu-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  min-height: 2.625rem;
}
.header__menu [id^=menu-header] .menu-item a {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}
.header__menu [id^=menu-header] .menu-item a:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.header__menu [id^=menu-header] .menu-item.pink a {
  background: #EAE0EE;
  color: #45495E;
  padding: 0.125rem 1rem;
  border-radius: 0.25rem;
}
.header__menu [id^=menu-header] .menu-item .sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  background: #45495E;
  list-style: none;
  padding: 1.5rem;
  top: 1.5rem;
  left: -1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 63.99875rem) {
  .header__menu [id^=menu-header] .menu-item .sub-menu {
    position: static;
    padding: 0 0 0 1.5625rem;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    flex-basis: 100%;
  }
  .header__menu [id^=menu-header] .menu-item .sub-menu--open {
    max-height: 31.25rem;
    visibility: visible;
    opacity: 1;
    padding-top: 1rem;
  }
}
.header__menu [id^=menu-header] .menu-item .sub-menu li {
  white-space: nowrap;
}
.header__menu [id^=menu-header] .menu-item.menu-item-has-children {
  gap: 0 0.625rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 63.99875rem) {
  .header__menu [id^=menu-header] .menu-item.menu-item-has-children {
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 63.99875rem) {
  .header__menu [id^=menu-header] .menu-item.menu-item-has-children > a {
    flex: 1;
  }
}
.header__menu [id^=menu-header] .menu-item.menu-item-has-children:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.69506 6.96028C6.47539 7.17996 6.11929 7.17996 5.89961 6.96028L0.164751 1.22541C-0.0549169 1.00573 -0.0549169 0.649631 0.164751 0.429956L0.429921 0.164756C0.649588 -0.0549187 1.00574 -0.0549187 1.22542 0.164756L6.29734 5.23671L11.3693 0.164756C11.589 -0.0549187 11.9451 -0.0549187 12.1647 0.164756L12.4299 0.429956C12.6496 0.649631 12.6496 1.00573 12.4299 1.22541L6.69506 6.96028Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
@media (max-width: 63.99875rem) {
  .header__menu [id^=menu-header] .menu-item.menu-item-has-children:after {
    display: none;
  }
}
.header__menu [id^=menu-header] .menu-item.menu-item-has-children .submenu-toggle {
  display: none;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
@media (max-width: 63.99875rem) {
  .header__menu [id^=menu-header] .menu-item.menu-item-has-children .submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header__menu [id^=menu-header] .menu-item.menu-item-has-children .submenu-toggle svg {
  transition: all 0.3s ease;
}
.header__menu [id^=menu-header] .menu-item.menu-item-has-children .submenu-toggle--open svg {
  transform: rotate(180deg);
}
.header__menu [id^=menu-header] .menu-item.menu-item-has-children:hover:after {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.header__menu [id^=menu-header] .menu-item.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 63.99875rem) {
  .header__burger {
    display: flex;
  }
}
.header__burger span {
  display: block;
  width: 1.5rem;
  height: 0.125rem;
  background-color: #FFFFFF;
  border-radius: 0.125rem;
  transition: all 0.3s ease;
}
.header__burger:hover span {
  opacity: 0.7;
}
.header__burger--active span:nth-child(1) {
  transform: translateY(0.4375rem) rotate(45deg);
}
.header__burger--active span:nth-child(2) {
  opacity: 0;
}
.header__burger--active span:nth-child(3) {
  transform: translateY(-0.4375rem) rotate(-45deg);
}

.search-form {
  align-items: center;
  position: relative;
  background: #FFFFFF;
  border: 0.0625rem solid #A094B8;
  border-radius: 0.25rem;
}
.search-form__container {
  max-width: 83.75rem;
  display: flex;
  align-items: center;
  position: relative;
}
.search-form__label {
  display: flex;
  flex: 1;
}
.search-form__input {
  width: 100%;
  padding: 0.625rem 0.9375rem;
  border: 0;
  border-radius: 0.25rem;
  font-size: 1rem;
  outline: none;
}
.search-form__input::-webkit-search-decoration, .search-form__input::-webkit-search-cancel-button, .search-form__input::-webkit-search-results-button, .search-form__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search-form__input::-ms-clear, .search-form__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.search-form__input:focus {
  border-color: #45495E;
}
.search-form__input::placeholder {
  color: #A094B8;
}
.search-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 0.9375rem;
  background-color: unset;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: absolute;
  right: 15px;
  margin: 0;
}

.btn {
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 1.25rem;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:hover {
  transition: all 0.3s ease;
}
.btn--weight-normal {
  font-weight: normal;
}
.btn--weight-bold {
  font-weight: bold;
}
.btn--rounded-sm {
  border-radius: 0.25rem;
}
.btn--rounded-xl {
  border-radius: 0.5rem;
}
.btn--full {
  max-width: 100%;
  width: 100%;
}
.btn--purple {
  background: #A094B8;
  border: 1px solid #A094B8;
  color: #FFFFFF;
}
.btn--purple:hover {
  background: #FFFFFF;
  color: #A094B8;
}
.btn--white {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #A094B8;
}
.btn--white:hover {
  background: #A094B8;
  color: #FFFFFF;
}
.btn--outline-purple {
  background: #FFFFFF;
  border: 1px solid #A094B8;
  color: #A094B8;
}
.btn--outline-purple:hover {
  background: #A094B8;
  color: #FFFFFF;
}
.btn--outline-white {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.btn--outline-white:hover {
  background: #FFFFFF;
  color: #A094B8;
}
.btn--transparent {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.btn--transparent:hover {
  background: #A094B8;
  color: #FFFFFF;
  border-color: #A094B8;
}
.btn--color-black {
  color: #171717;
}

.accessibility-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  background: transparent;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.accessibility-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #FFFFFF;
  cursor: pointer;
}
.accessibility-btn svg {
  width: 1.125rem;
  height: 1.125rem;
}

.accessibility-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 5rem 1.25rem 1.25rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.accessibility-modal--open {
  visibility: visible;
  opacity: 1;
}
.accessibility-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.accessibility-modal__content {
  position: relative;
  width: 100%;
  max-width: 20rem;
  background: #FFFFFF;
  border-radius: 0.75rem;
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.2);
  transform: translateY(-1.25rem);
  transition: all 0.3s ease;
}
.accessibility-modal--open .accessibility-modal__content {
  transform: translateY(0);
}
@media screen and (max-width: 47.99875rem) {
  .accessibility-modal__content {
    max-width: 100%;
  }
}
.accessibility-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 0.0625rem solid rgba(69, 73, 94, 0.1);
}
.accessibility-modal__header h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #45495E;
}
.accessibility-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  color: #45495E;
  transition: all 0.3s ease;
}
.accessibility-modal__close:hover {
  background: rgba(69, 73, 94, 0.1);
}
.accessibility-modal__close:focus {
  outline: 0.125rem solid #FFDA22;
  outline-offset: 0.125rem;
}
.accessibility-modal__body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.accessibility-modal__option {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.accessibility-modal__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #45495E;
}
.accessibility-modal__buttons {
  display: flex;
  gap: 0.5rem;
}
.accessibility-modal__btn {
  flex: 1;
  padding: 0.625rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #45495E;
  background: rgba(69, 73, 94, 0.05);
  border: 0.0625rem solid transparent;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.accessibility-modal__btn:hover {
  background: rgba(69, 73, 94, 0.1);
}
.accessibility-modal__btn--active {
  background: #45495E;
  color: #FFFFFF;
  border-color: #45495E;
}
.accessibility-modal__btn--active:hover {
  background: rgb(79.7944785276, 84.4202453988, 108.7055214724);
}
.accessibility-modal__switch {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 1.625rem;
}
.accessibility-modal__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.accessibility-modal__switch input:checked + .accessibility-modal__slider {
  background-color: #45495E;
}
.accessibility-modal__switch input:checked + .accessibility-modal__slider:before {
  bottom: 0.0625rem;
  transform: translateX(1.25rem);
}
.accessibility-modal__switch input:focus + .accessibility-modal__slider {
  box-shadow: 0 0 0 0.125rem #FFDA22;
}
.accessibility-modal__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(69, 73, 94, 0.2);
  border-radius: 1.625rem;
  transition: all 0.3s ease;
}
.accessibility-modal__slider:before {
  position: absolute;
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  left: 0.1875rem;
  bottom: 0.1875rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.sr-only {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html.font-size-medium {
  font-size: 17px !important;
}

html.font-size-big {
  font-size: 18px !important;
}

body.appearance-dark {
  background-color: rgb(47.4110429448, 50.1595092025, 64.5889570552) !important;
  color: #FFFFFF !important;
}
body.appearance-dark .header {
  background: rgb(36.6165644172, 38.7392638037, 49.8834355828) !important;
}
body.appearance-dark section,
body.appearance-dark [class*=__container],
body.appearance-dark [class*=__wrapper],
body.appearance-dark [class*=__inner],
body.appearance-dark [class*=__card],
body.appearance-dark [class*=__box],
body.appearance-dark [class*=__item],
body.appearance-dark [class*=__block] {
  background-color: inherit;
}
body.appearance-dark .about-us,
body.appearance-dark .contact-us,
body.appearance-dark .team,
body.appearance-dark .projects,
body.appearance-dark .resources,
body.appearance-dark .featured-resources,
body.appearance-dark .partners,
body.appearance-dark .jobs-listing,
body.appearance-dark .work-with-us,
body.appearance-dark .indent,
body.appearance-dark .video,
body.appearance-dark .pocket-guide,
body.appearance-dark .latest-report,
body.appearance-dark .mapping-of-accountability,
body.appearance-dark .snpk,
body.appearance-dark .ior,
body.appearance-dark .crsv-hero,
body.appearance-dark .about-us-hero,
body.appearance-dark .resources-by-category,
body.appearance-dark [class$=-block],
body.appearance-dark [class*=wp-block-] {
  background-color: rgb(47.4110429448, 50.1595092025, 64.5889570552) !important;
}
body.appearance-dark .about-us[style*=background],
body.appearance-dark .contact-us[style*=background],
body.appearance-dark .team[style*=background],
body.appearance-dark .projects[style*=background],
body.appearance-dark .resources[style*=background],
body.appearance-dark .featured-resources[style*=background],
body.appearance-dark .partners[style*=background],
body.appearance-dark .jobs-listing[style*=background],
body.appearance-dark .work-with-us[style*=background],
body.appearance-dark .indent[style*=background],
body.appearance-dark .video[style*=background],
body.appearance-dark .pocket-guide[style*=background],
body.appearance-dark .latest-report[style*=background],
body.appearance-dark .mapping-of-accountability[style*=background],
body.appearance-dark .snpk[style*=background],
body.appearance-dark .ior[style*=background],
body.appearance-dark .crsv-hero[style*=background],
body.appearance-dark .about-us-hero[style*=background],
body.appearance-dark .resources-by-category[style*=background],
body.appearance-dark [class$=-block][style*=background],
body.appearance-dark [class*=wp-block-][style*=background] {
  background-color: rgb(47.4110429448, 50.1595092025, 64.5889570552) !important;
}
body.appearance-dark h1, body.appearance-dark h2, body.appearance-dark h3, body.appearance-dark h4, body.appearance-dark h5, body.appearance-dark h6,
body.appearance-dark .h1, body.appearance-dark .h2, body.appearance-dark .h3, body.appearance-dark .h4, body.appearance-dark .h5, body.appearance-dark .h6,
body.appearance-dark p, body.appearance-dark span, body.appearance-dark a, body.appearance-dark li, body.appearance-dark td, body.appearance-dark th, body.appearance-dark label,
body.appearance-dark [class*=__title],
body.appearance-dark [class*=__text],
body.appearance-dark [class*=__content],
body.appearance-dark [class*=__description],
body.appearance-dark [class*=__subtitle],
body.appearance-dark [class*=__label],
body.appearance-dark [class*=__heading],
body.appearance-dark [class*=__name] {
  color: #FFFFFF !important;
}
body.appearance-dark .latest-report__post-title h3 {
  color: #45495E !important;
}
body.appearance-dark .projects__item-excerpt {
  color: #FFFFFF !important;
}
body.appearance-dark a:not(.accessibility-modal__btn):not([class*=__btn]):not([class*=__button]) {
  color: #EAE0EE !important;
}
body.appearance-dark a:not(.accessibility-modal__btn):not([class*=__btn]):not([class*=__button]):hover {
  color: #A094B8 !important;
}
body.appearance-dark .header__menu [id^=menu-header] .menu-item.pink a,
body.appearance-dark .footer .footer__menu ul li.pink a {
  color: #45495E !important;
}
body.appearance-dark .header__menu [id^=menu-header] .menu-item.pink a:hover,
body.appearance-dark .footer .footer__menu ul li.pink a:hover {
  color: #45495E !important;
}
body.appearance-dark a[class*=__btn],
body.appearance-dark a[class*=__button],
body.appearance-dark button[class*=__btn],
body.appearance-dark button[class*=__button],
body.appearance-dark a.btn,
body.appearance-dark button.btn,
body.appearance-dark button:not(.accessibility-btn):not(.accessibility-modal__btn):not(.accessibility-modal__close):not(.header__burger):not([class*=__buttons]) {
  background-color: #45495E !important;
  color: #FFFFFF !important;
  border-color: #A094B8 !important;
}
body.appearance-dark a[class*=__btn]:hover,
body.appearance-dark a[class*=__button]:hover,
body.appearance-dark button[class*=__btn]:hover,
body.appearance-dark button[class*=__button]:hover,
body.appearance-dark a.btn:hover,
body.appearance-dark button.btn:hover,
body.appearance-dark button:not(.accessibility-btn):not(.accessibility-modal__btn):not(.accessibility-modal__close):not(.header__burger):not([class*=__buttons]):hover {
  background-color: rgb(90.5889570552, 95.8404907975, 123.4110429448) !important;
}
body.appearance-dark [class*=__item-title],
body.appearance-dark [class*="--purple"],
body.appearance-dark [style*="color: rgb(160, 148, 184)"],
body.appearance-dark [style*="color:#A094B8"] {
  color: #EAE0EE !important;
}
body.appearance-dark [class*=__item],
body.appearance-dark [class*=__card],
body.appearance-dark [class*=border] {
  border-color: #A094B8 !important;
}
body.appearance-dark input, body.appearance-dark textarea, body.appearance-dark select {
  background-color: #45495E !important;
  color: #FFFFFF !important;
  border-color: #A094B8 !important;
}
body.appearance-dark input::placeholder, body.appearance-dark textarea::placeholder, body.appearance-dark select::placeholder {
  color: #6C6C6C !important;
}
body.appearance-dark img {
  opacity: 0.9;
}
body.appearance-dark .accessibility-modal__content {
  background: rgb(58.2055214724, 61.5797546012, 79.2944785276) !important;
}
body.appearance-dark .accessibility-modal__content h3,
body.appearance-dark .accessibility-modal__content .accessibility-modal__label {
  color: #FFFFFF !important;
}
body.appearance-dark .accessibility-modal__btn {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.appearance-dark .accessibility-modal__btn:hover {
  background: rgba(255, 255, 255, 0.15) !important;
}
body.appearance-dark .accessibility-modal__btn.accessibility-modal__btn--active {
  background: #A094B8 !important;
  color: #FFFFFF !important;
  border-color: #A094B8 !important;
}
body.appearance-dark .accessibility-modal__btn.accessibility-modal__btn--active:hover {
  background: rgb(146.3904494382, 132.6713483146, 173.8286516854) !important;
}
body.appearance-dark .accessibility-modal__close {
  color: #FFFFFF !important;
}
body.appearance-dark .accessibility-modal__close:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
body.appearance-dark .accessibility-modal__slider {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
body.appearance-dark .accessibility-modal__header {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

body.high-contrast {
  background: #171717 !important;
  color: #FFFFFF !important;
}
body.high-contrast * {
  border-color: #FFFFFF !important;
}
body.high-contrast h1, body.high-contrast h2, body.high-contrast h3, body.high-contrast h4, body.high-contrast h5, body.high-contrast h6,
body.high-contrast .h1, body.high-contrast .h2, body.high-contrast .h3, body.high-contrast .h4, body.high-contrast .h5, body.high-contrast .h6,
body.high-contrast p, body.high-contrast span, body.high-contrast li, body.high-contrast td, body.high-contrast th, body.high-contrast label,
body.high-contrast [class*=__title],
body.high-contrast [class*=__text],
body.high-contrast [class*=__content],
body.high-contrast [class*=__description],
body.high-contrast [class*=__subtitle],
body.high-contrast [class*=__label],
body.high-contrast [class*=__heading],
body.high-contrast [class*=__name],
body.high-contrast [class*=__item] {
  color: #FFFFFF !important;
}
body.high-contrast a {
  color: #FFDA22 !important;
  text-decoration: underline !important;
}
body.high-contrast a:hover, body.high-contrast a:focus {
  color: #FFE188 !important;
  outline: 0.125rem solid #FFDA22 !important;
}
body.high-contrast button:not([class*=__buttons]),
body.high-contrast a[class*=__btn],
body.high-contrast a[class*=__button],
body.high-contrast button[class*=__btn],
body.high-contrast button[class*=__button],
body.high-contrast a.btn,
body.high-contrast button.btn {
  background: #171717 !important;
  color: #FFFFFF !important;
  border: 0.125rem solid #FFFFFF !important;
  text-decoration: underline !important;
}
body.high-contrast button:not([class*=__buttons]):hover, body.high-contrast button:not([class*=__buttons]):focus,
body.high-contrast a[class*=__btn]:hover,
body.high-contrast a[class*=__btn]:focus,
body.high-contrast a[class*=__button]:hover,
body.high-contrast a[class*=__button]:focus,
body.high-contrast button[class*=__btn]:hover,
body.high-contrast button[class*=__btn]:focus,
body.high-contrast button[class*=__button]:hover,
body.high-contrast button[class*=__button]:focus,
body.high-contrast a.btn:hover,
body.high-contrast a.btn:focus,
body.high-contrast button.btn:hover,
body.high-contrast button.btn:focus {
  background: #FFFFFF !important;
  color: #171717 !important;
  outline: 0.125rem solid #FFDA22 !important;
}
body.high-contrast .header,
body.high-contrast .footer,
body.high-contrast footer,
body.high-contrast section,
body.high-contrast .hero,
body.high-contrast .about-us,
body.high-contrast .contact-us,
body.high-contrast .team,
body.high-contrast .projects,
body.high-contrast .resources,
body.high-contrast .featured-resources,
body.high-contrast .partners,
body.high-contrast .jobs-listing,
body.high-contrast .work-with-us,
body.high-contrast .indent,
body.high-contrast .video,
body.high-contrast .pocket-guide,
body.high-contrast .latest-report,
body.high-contrast .mapping-of-accountability,
body.high-contrast .snpk,
body.high-contrast .ior,
body.high-contrast .crsv-hero,
body.high-contrast .about-us-hero,
body.high-contrast .resources-by-category,
body.high-contrast [class$=-block],
body.high-contrast [class*=wp-block-],
body.high-contrast [class*=__container],
body.high-contrast [class*=__wrapper],
body.high-contrast [class*=__inner],
body.high-contrast [class*=__card],
body.high-contrast [class*=__box],
body.high-contrast [class*=__item],
body.high-contrast [class*=__block] {
  background: #171717 !important;
}
body.high-contrast .header {
  border-bottom: 0.1875rem solid #FFFFFF !important;
}
body.high-contrast .header a {
  color: #FFDA22 !important;
}
body.high-contrast input, body.high-contrast textarea, body.high-contrast select {
  background: #171717 !important;
  color: #FFFFFF !important;
  border: 0.125rem solid #FFFFFF !important;
}
body.high-contrast input::placeholder, body.high-contrast textarea::placeholder, body.high-contrast select::placeholder {
  color: #6C6C6C !important;
}
body.high-contrast input:focus, body.high-contrast textarea:focus, body.high-contrast select:focus {
  outline: 0.1875rem solid #FFDA22 !important;
}
body.high-contrast img {
  filter: contrast(1.1) !important;
  outline: 0.0625rem solid #FFFFFF !important;
}
body.high-contrast [style*=background-image] {
  background-image: none !important;
  background-color: #171717 !important;
}
body.high-contrast .accessibility-modal__content {
  background: #171717 !important;
  border: 0.1875rem solid #FFFFFF !important;
}
body.high-contrast .accessibility-modal__content h3,
body.high-contrast .accessibility-modal__content .accessibility-modal__label {
  color: #FFFFFF !important;
}
body.high-contrast .accessibility-modal__btn {
  color: #FFFFFF !important;
  background: #171717 !important;
  border: 0.125rem solid #FFFFFF !important;
}
body.high-contrast .accessibility-modal__btn--active {
  background: #FFFFFF !important;
  color: #171717 !important;
}
body.high-contrast .accessibility-modal__header {
  border-color: #FFFFFF !important;
}
body.high-contrast .accessibility-modal__close {
  color: #FFFFFF !important;
}
body.high-contrast .accessibility-modal__close:hover {
  background: #45495E !important;
}
body.high-contrast .accessibility-modal__slider {
  background-color: #171717 !important;
  border: 0.125rem solid #FFFFFF !important;
}
body.high-contrast .accessibility-modal__slider:before {
  background-color: #FFFFFF !important;
}
body.high-contrast .accessibility-modal__switch input:checked + .accessibility-modal__slider {
  background-color: #FFFFFF !important;
}
body.high-contrast .accessibility-modal__switch input:checked + .accessibility-modal__slider:before {
  background-color: #171717 !important;
}
body.high-contrast *:focus {
  outline: 0.1875rem solid #FFDA22 !important;
  outline-offset: 0.125rem !important;
}