:root {
  --color-white: 255, 255, 255;
  --color-black: 0, 0, 0;
  --color-yellow: 255, 255, 0;
  --color-blue: 58, 87, 150;
  --color-red: 228, 26, 20;
  --color-green: 228, 26, 20;
  --color-green100: 79, 174, 94;
  --color-blue140: 14, 17, 82;
  /* 0E1152 */
  --color-blue120: 19, 22, 110;
  /* 13166E */
  --color-blue100: 24, 28, 137;
  /* 181C89 */
  --color-grey: 26, 26, 26;
  /* #1A1A1A */
  --color-grey1: 251, 251, 251;
  /* #fbfbfb */
  --color-grey2: 30, 30, 30;
  /* #1E1E1E */
  --color-grey3: 244, 244, 244;
  /* #F4F4F4 */
  --color-grey4: 209, 210, 231;
  /* $D1D2E7 */
  --color-grey5: 127, 127, 127;
  --color-grey6: 183, 183, 183;
  --color-grey7: 87, 87, 87;
  --color-grey8: 175, 175, 175;
  --color-grey9: 59, 59, 59;
  /* #585858 */
  --color-crisis: 253, 242, 231;
  /* #FDF1E7 */
  --border-radius: 8px;
}

html {
  font-size: 100%;
}

body {
  background-color: rgba(var(--color-white), 1);
  overflow-y: scroll;
}

.dda-header-container,
.no-overflow {
  overflow: hidden;
}

.dda-sub-header__navbar-toggle {
  display: none;
}

@media (max-width: 992px) {
  .dda-sub-header__navbar-toggle {
    display: block;
  }
}

.dda-accessibility-section-wrapper {
  width: 990px;
}

.dda-accessibility-section__sign-lang-btn {
  width: 48px;
  height: 48px;
  padding: 0px;
  justify-content: center;
  background-color: #e8f6fc;
  cursor: pointer;
}

.dda-accessibility-section__sign-lang-btn--active {
  border: 3px solid rgba(var(--color-blue100), 1);
  color: rgba(var(--color-blue100), 1);
  font-weight: bold;
}

.dda-accessibility-section__text-size-btn {
  padding: 0px;
  justify-content: center;
}

.dda-accessibility-section,
.dda-accessibility-section__center-section {
  padding-left: 24px;
  padding-right: 24px;
}

.dda-accessibility-section p {
  max-width: 100%;
}

.dda-accessibility-section>div {
  width: 25%;
}

.dda-accessibility-section__text-size-btn {
  font-size: 1em;
}

.dda-accessibility-section__text-size-btn--big {
  font-size: 1.5em;
}

.dda-accessibility-section__text-size-btn--small {
  font-size: 0.75em;
}

/* .dda-footer__back-to-top-btn {
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 5px;
  right: 70px;
  z-index: 99;
} */
.icon-back-to-top::before {
  content: "";
  display: block;
  /*position: absolute;
  left: 0px;
  top: 0px; */
  width: 48px;
  height: 48px;
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 8L1.41 9.41L7 3.83V16H9V3.83L14.58 9.42L16 8L8 0L0 8Z" fill="%23DA2F20"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .dda-accessibility-section {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .dda-accessibility-section-wrapper {
    width: 100%;
  }

  .dda-accessibility-section-wrapper .justify-center {
    justify-content: flex-start;
  }

  .dda-accessibility-section-wrapper .dda-accessibility-section__text-size-btn.justify-center {
    padding: 0px;
    justify-content: center;
  }

  .dda-accessibility-section {
    height: auto;
    text-align: left;
  }

  .dda-accessibility-section__fieldset {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    row-gap: 10px;
  }

  .dda-accessibility-section>div {
    width: auto;
    padding: 24px 0px;
  }

  .dda-accessibility-section__center-section {
    margin: 0px;
    border-right: 0;
    border-left: 0;
  }
}

@media (max-width: 768px) {
  .dda-accessibility-section-wrapper {
    width: 100%;
  }
}

.dda-sub-header__navbar .menu ul {
  padding: 16px 0px;
}

.dda-sub-header__navbar .menu>ul li:first-child {
  margin-left: 0px;
}

html[dir="rtl"] .dda-sub-header__navbar .menu>ul li:first-child {
  margin-right: 0px;
}

.dda-login-section input[type="checkbox"] {
  border: 3px solid rgba(var(--color-blue100), 1);
}

.primary,
.dda-login-section input[type="checkbox"]:checked {
  background-color: rgba(var(--color-blue100), 1);
}

.dda-side-nav__title {
  color: rgba(var(--color-red), 1);
  text-align: left;
  font-weight: bold;
}

.dda-side-nav__content p {
  font-size: 0.75em;
  line-height: 1em;
  color: #1a1a1a;
  text-align: left;
}

.dda-header-container {
  z-index: 99;
  position: relative;
}

.dda-main-header__logo,
.dda-main-header__logo--white {
  max-width: 240px;
  width: 100%;
  object-fit: contain;
  height: auto;
}

.dda-sub-header__logo {
  width: 180px;
}

.dda-footer {
  z-index: 99;
}

.dda-side-nav__footer {
  height: 110px;
}

.dda-accessibility-section__text-size-btn {
  cursor: pointer;
}

.dda-sub-header__navbar .menu ul li,
.dda-sub-header__navbar .menu ul li a,
.dda-sub-header__actions a,
.dda-sub-header__profile-btn {
  font-size: 1em;
}

.dda-sub-header__navbar .menu>ul>li>a:hover::after,
.dda-sub-header__navbar .menu>ul>li>a.active::after,
.dda-sub-header__navbar .menu>ul>li>a:focus::after {
  background-color: rgba(var(--color-red), 1);
}

.dda-sub-header__navbar .menu ul li a.active {
  color: rgba(var(--color-red), 1);
  font-weight: bold;
}

.dda-side-nav .sidenav a:hover,
.dda-side-nav .sidenav a.active,
.dda-side-nav .dropdown-btn:hover,
.dda-side-nav .active {
  color: rgba(var(--color-red), 1);
  box-shadow: 0 2px 0 0 rgba(var(--color-red), 1);
}

.dda-sub-header__navbar .menu>ul li ul li:hover>a {
  text-shadow: none;
  color: rgba(var(--color-blue100), 1);
}

.dda-sub-header__navbar .menu ul li:hover>a,
.dda-footer__icon-wrapper .primary--text,
.dda-footer__section-links--right .dda-footer__section-link:hover,
.dda-sub-header__btn:hover,
.dda-sub-header__btn:focus,
.icon-accessibility:before,
.icon-account:before,
.icon-search:before,
.icon-happiness:before,
.icon-chat:before,
.icon-apps:before,
.dda-side-nav .dropdown-btn i::before,
.dda-footer__section-links--right .dda-footer__section-link:hover i,
.dda-footer__section-links--right .dda-footer__section-link:hover i:before {
  color: rgba(var(--color-red), 1);
}

.dda-sub-header__navbar .menu>ul li ul li::before {
  border: solid rgba(var(--color-blue100), 1);
  border-width: 0 3px 3px 0;
}

.dda-sub-header__actions .search .search__input:focus {
  box-shadow: 0 0 0 0.125rem rgba(var(--color-red), 1);
}

header.dda-main-header {
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

header.dda-main-header.shadow {
  box-shadow: 0px -4px 20px rgba(var(--color-grey6), 0.25),
    0px 4px 20px rgba(var(--color-grey6), 0.25);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.dda-sub-header__actions .search .search__input,
.dda-side-nav .search .search__input,
.dda-footer__section-link {
  font-size: 0.875em;
}

.dda-accessibility-section__text-size-btn.primary--text {
  color: rgba(var(--color-blue100), 1);
}

.dda-accessibility-section__radio:checked::before {
  border-color: rgba(var(--color-blue140), 1);
  background-color: rgba(var(--color-blue100), 1);
}

.dda-accessibility-section__radio:checked::after,
.dda-accessibility-section__radio::after,
.dda-accessibility-section__radio::before {
  border: 2px solid rgba(var(--color-blue100), 1);
}

.dda-accessibility-section__text-size-btn--active {
  border: 3px solid rgba(var(--color-blue100), 1);
}

.mobile-search__checkmark {
  border: 2px solid rgba(var(--color-blue100), 1);
}

.mobile-search__filter-checkbox:checked~.mobile-search__checkmark {
  background-color: rgba(var(--color-blue100), 1);
}

/* Datetimepicker */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  background: rgba(var(--color-blue140), 1);
  box-shadow: rgba(var(--color-grey8), 0.5) 0 1px 3px 0 inset;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  background: rgba(var(--color-blue100), 1) !important;
}

/* Search */
.h23_nav_search {
  /* display: none; */
  position: absolute;
  left: 0px;
  top: 8px;
  width: 100%;
  padding: 10px 0px;
  background-color: rgba(var(--color-white), 1);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.7);
  margin-top: -100%;
}

.h23_nav_search .container {
  position: relative;
}

body.show-search .h23_nav_search {
  /* display: block; */
  margin-top: 0%;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.dda-sub-header.dda-sub-header--hidden .h23_nav_search {
  display: none;
}

.h23_nav_search input[type="text"] {
  width: 100%;
  text-indent: 10px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 50px;
  padding-left: 27px;
  padding-right: 12px;
  height: 40px;
}

html[dir="rtl"] .h23_nav_search input[type="text"] {
  padding-right: 27px;
  padding-left: 12px;
}

.h23_nav_search i {
  position: absolute;
  left: 32px;
  top: 11px;
  font-size: 20px;
}

html[dir="rtl"] .h23_nav_search i {
  right: 32px;
  left: auto;
}

.h23_nav_search .close {
  display: block;
  width: 24px;
  position: absolute;
  overflow: hidden;
  right: 30px;
  top: 10px;
  font-size: 14px;
  line-height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.192 6.34375L11.949 10.5858L7.70697 6.34375L6.29297 7.75775L10.535 11.9998L6.29297 16.2418L7.70697 17.6558L11.949 13.4137L16.192 17.6558L17.606 16.2418L13.364 11.9998L17.606 7.75775L16.192 6.34375Z" fill="%23ff0000"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

html[dir="rtl"] .h23_nav_search .close {
  left: 30px;
  right: auto;
}

.h23_nav_search .h23_nav_results {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  gap: 20px;
  width: 100%;
  overflow: hidden;
}

.h23_nav_search .h23_nav_results>div {
  width: 100%;
  text-align: left;
}

.h23_nav_search .h23_nav_results h3 {
  color: rgba(var(--color-blue140), 1);
}

html[dir="rtl"] .h23_nav_search .h23_nav_results h3,
html[dir="rtl"] .h23_nav_search .h23_nav_results p {
  text-align: right;
}

.h23_nav_search .h23_nav_results ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}

.h23_nav_search .h23_nav_results ul li {
  padding: 5px 0px;
  padding-left: 20px;
  border-top: solid 1px rgba(var(--color-black), 0.1);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23D1D2E7" d="M 0.3 1.7 L 1.7 0.3 L 10.4 9 l -8.7 8.7 l -1.4 -1.4 L 7.6 9 z" />\</svg>');
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: center left;
}

html[dir="rtl"] .h23_nav_search .h23_nav_results ul li {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23D1D2E7" d="M 10.4 1.7 L 9 0.3 L 0.3 9 L 9 17.7 l 1.4 -1.4 L 3.1 9 z" />\</svg>');
  background-position: center right;
  padding-right: 20px;
  text-align: right;
}

.h23_nav_search .h23_nav_results ul li:hover {
  background-color: rgba(var(--color-black), 0.05);
}

.h23_nav_search .h23_nav_results ul a {
  text-decoration: none;
  color: rgba(var(--color-blue140), 1);
}

@media (max-width: 992px) {
  .h23_nav_search {
    margin-top: -120vh;
    height: 100vh;
  }

  body.show-search .h23_nav_search {
    margin-top: 70px;
  }

  .h23_nav_search .h23_nav_results {
    flex-direction: column;
  }
}

/*.h23_main {
  padding-top: 160px;
}
@media (max-width: 768px) {
  .h23_main {
    padding-top: 80px;
  }
}*/


/* Crisis ticker */
.h23_crisis_ticker {
  background-color: rgba(var(--color-crisis), 1);
  padding: 40px 0px;
  position: relative;
}

.h23_crisis_ticker .container {
  position: relative;
}

.h23_crisis_ticker .close {
  display: block;
  width: 24px;
  position: absolute;
  overflow: hidden;
  right: 15px;
  top: -20px;
  font-size: 14px;
  line-height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.192 6.34375L11.949 10.5858L7.70697 6.34375L6.29297 7.75775L10.535 11.9998L6.29297 16.2418L7.70697 17.6558L11.949 13.4137L16.192 17.6558L17.606 16.2418L13.364 11.9998L17.606 7.75775L16.192 6.34375Z" fill="%23000000"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

html[dir="rtl"] .h23_crisis_ticker .close {
  right: auto;
  left: 15px;
}

.h23_crisis_ticker h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.h23_crisis_ticker p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  padding: 0px;
  margin: 0px;
}

.h23_crisis_ticker .h23_crisis_contents {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  gap: 20px;
}

.h23_crisis_ticker .h23_crisis_cta {
  display: flex;
  gap: 10px;
}

.h23_crisis_ticker .h23_crisis_cta .h23_button {
  width: 160px;
}

@media (max-width: 992px) {
  .h23_crisis_ticker .h23_crisis_contents {
    flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .h23_crisis_ticker .h23_crisis_cta {
    width: 100%;
  }

  .h23_crisis_ticker .h23_crisis_contents {
    flex-direction: column;
    width: 100%;
  }

  .h23_crisis_ticker .h23_crisis_cta .h23_button {
    width: 100%;
  }
}

@media (max-width: 444px) {
  .h23_crisis_ticker .h23_crisis_cta {
    flex-direction: column;
  }
}

/* Smart loading */
@-webkit-keyframes smart_loading {
  0% {}

  50% {
    background-color: #e92631;
  }

  100% {}
}

@keyframes smart_loading {
  0% {}

  50% {
    background-color: #e92631;
  }

  100% {}
}

.smart-loading__box {
  width: 68px;
  margin: 10px auto;
  overflow: hidden;
}

.smart-loading {
  background-color: #d8d8d8;
  float: left;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  -webkit-animation-name: smart_loading;
  animation-name: smart_loading;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.smart-loading+.smart-loading {
  margin-left: 12px;
}

.smart-loading+.smart-loading {
  margin-left: 12px;
}

.smart-loading__wrap {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}

.smart-loading__body {
  font-size: 1em;
  color: #53565a !important;
  background-color: #ffffff;
  width: 300px;
  text-align: center;
  padding: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .smart-loading__body {
    width: 330px;
  }
}

.smart-loading__body p {
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.25;
  color: #53565a !important;
}

.smart-loading_1 {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}

.smart-loading_2 {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}

.smart-loading_3 {
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}

.smart-loading_4 {
  -webkit-animation-delay: 0.96s;
  animation-delay: 0.96s;
}

/* Side menu scrollbar */
.dda-side-nav__content::-webkit-scrollbar {
  width: 8px;
}

.dda-side-nav__content::-webkit-scrollbar-track {
  background: #fafafa;
  box-shadow: inset 1px 0px 0px rgba(var(--color-grey8), 0.05),
    inset -1px 0px 0px rgba(var(--color-grey3), 1);
}

.dda-side-nav__content::-webkit-scrollbar-thumb {
  background: rgba(var(--color-grey8), 1);
}

.dda-side-nav__content::-webkit-scrollbar-thumb:hover {
  background: rgba(var(--color-grey8), 0.7);
}

.hide {
  display: none !important;
}

h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 2em;
  line-height: 2em;
  margin: 0px;
  margin-bottom: 20px;
}

.h23_normal_paragraph p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

.section_h23 {
  padding: 25px 0px;
}

.section_h23_padding {
  padding: 50px 0px;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.display-small {
  font-size: 2.25em;
  line-height: 100%;
}

.h23_list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  align-items: center;
}

.h23_list img {
  width: 100%;
}

.h23_flex {
  display: flex;
  gap: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  align-content: left;
}

.h23_flex-swipe {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.h23_flex-swipe::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.h23_flex-swipe::-webkit-scrollbar-thumb {
  background: transparent;
}

.h23_flex-swipe::-webkit-scrollbar-track {
  background-color: transparent;
}

.h23_flex.h23_flex_col {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.h23_flex.h23_flex_gapless {
  gap: 0px;
}

.h23_button,
.h23_button:hover,
.h23_button:active,
.h23_button:disabled {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.h23_button {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.25em;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 228px;
  height: 50px;
  text-decoration: none;
  border-radius: var(--border-radius);
}

.h23_button.h23_button_primary {
  background: rgba(var(--color-blue100), 1);
  color: rgba(var(--color-white), 1);
  border: solid 1px rgba(var(--color-blue100), 1);
}

.h23_button.h23_button_primary:hover {
  background: linear-gradient(0deg,
      rgba(var(--color-white), 0.2),
      rgba(var(--color-white), 0.2)),
    rgba(var(--color-blue100), 1);
  /*  background-color: rgba(var(--color-blue100), 1.0); */
  border: solid 1px rgba(var(--color-blue100), 1);
}

.h23_button.h23_button_primary:active {
  background-color: rgba(var(--color-blue140), 1);
  border: solid 1px rgba(var(--color-blue140), 1);
}

.h23_button.h23_button_secondary {
  background-color: rgba(var(--color-white), 1);
  color: rgba(var(--color-blue120), 1);
  border: solid 1px rgba(var(--color-blue120), 1);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.h23_button.h23_button_secondary:hover {
  background-color: rgba(var(--color-black), 0.1);
  color: rgba(var(--color-blue100), 1);
  border: solid 1px rgba(var(--color-blue100), 1);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.h23_button.h23_button_secondary:active {
  background-color: rgba(var(--color-white), 1);
  color: rgba(var(--color-blue140), 1);
  border: solid 1px rgba(var(--color-blue140), 1);
}

.h23_button.h23_button_link {
  height: auto;
  width: auto;
  background-color: transparent;
  color: rgba(var(--color-blue120), 1);
  border: none;
  text-decoration: underline;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.h23_button.h23_button_link:hover {
  height: auto;
  width: auto;
  background-color: transparent;
  color: rgba(var(--color-blue100), 1);
  border: none;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.h23_button.h23_button_link:active {
  height: auto;
  width: auto;
  background-color: transparent;
  color: rgba(var(--color-blue140), 1);
  border: none;
}

.h23_button.h23_button_fullwidth {
  width: 100%;
}

.h23_button.h23_button_autowidth {
  width: auto;
  padding: 0px 25px;
}

.columns {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.columns.is-mobile {
  flex-direction: row;
}

.column {
  width: 100%;
}

.columns-gap {
  gap: 32px;
}

.img-responsive {
  width: 100%;
  display: block;
}

.round-corner {
  border-radius: var(--border-radius);
  overflow: hidden;
}

.bg-white {
  background-color: rgba(var(--color-white), 1);
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.h23_box {
  box-shadow: 0px -4px 20px rgba(var(--color-grey6), 0.25),
    0px 4px 20px rgba(var(--color-grey6), 0.25);
  backdrop-filter: blur(2px);
}

.spacer {
  clear: both;
  height: 20px;
  display: block;
  overflow: hidden;
}

@media (min-width: 768px) {
  .mobile-search__tags {
    text-align: left;
  }

  .mobile-search__filters {
    gap: 15px;
    justify-content: flex-start;
  }

  .mobile-search__filter {
    flex: auto;
  }
}

/* Home Banner */
.section_h23_banner_full {
  clear: both;
}

.h23_banner_full_swiper {
  position: relative;
  background-color: rgba(var(--color-white), 1);
  overflow: hidden;
}

.h23_banner_full_swiper .swiper-slide img {
  width: 100%;
  display: block;
}

.h23_banner_full_swiper_content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.h23_banner_full_swiper_content_inner {
  height: 100%;
}

.h23_content_box {
  background-color: rgba(var(--color-white), 1);
  max-width: 270px;
  padding: 25px;
  margin: 0px 95px 90px 95px;
  border-radius: var(--border-radius);
  text-align: center;
  background: rgba(var(--color-white), 0.88);
  box-shadow: 0px -4px 20px rgba(var(--color-grey6), 0.25),
    0px 4px 20px rgba(var(--color-grey6), 0.25);
  backdrop-filter: blur(2px);
}

.h23_content_box.right {
  float: right;
}

.h23_content_box h2 {
  color: rgba(var(--color-blue140), 1);
  font-weight: normal;
  margin: 0px;
  margin-top: 40px;
  overflow: hidden;
}

.h23_content_box p {
  margin: 0px;
  padding: 0px;
  margin-top: 34px;
}

.h23_content_box p a {
  color: rgba(var(--color-blue120), 1);
}

.h23_content_box.h23_blue {
  background-color: rgba(var(--color-blue140), 0.88);
}

.h23_content_box.h23_blue h2 {
  color: rgba(var(--color-white), 1);
}

.h23_content_box.h23_blue p a {
  color: rgba(var(--color-white), 1);
}

.h23_banner_full_swiper .container-pagination {
  position: absolute;
  bottom: 120px;
  width: 100%;
  z-index: 1;
  text-align: center;
}

.h23_banner_full_swiper .container-pagination .swiper_controls {
  display: inline-flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0px auto;
  background-color: rgba(var(--color-white), 1);
  padding: 10px;
  border-radius: var(--border-radius);
}

/* html[dir="rtl"] .h23_banner_full_swiper .container-pagination .swiper_controls {
  flex-direction: row-reverse;
} */
.h23_banner_full_swiper .container-pagination .swiper_controls .swiper-pagination,
.h23_banner_full_swiper .container-pagination .swiper_controls .button-prev,
.h23_banner_full_swiper .container-pagination .swiper_controls .button-next {
  position: relative;
  top: auto;
  bottom: auto;
  cursor: pointer;
}

.h23_banner_full_swiper .container-pagination .swiper_controls .swiper-pagination {
  padding: 0px 15px;
}

.h23_banner_full_swiper .container-pagination .swiper_controls .button-prev,
.h23_banner_full_swiper .container-pagination .swiper_controls .button-next {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  color: rgba(var(--color-blue100), 1);
}

.h23_banner_full_swiper .container-pagination .swiper_controls .button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23181C89" d="M 10.4 1.7 L 9 0.3 L 0.3 9 L 9 17.7 l 1.4 -1.4 L 3.1 9 z" />\</svg>');
}

.h23_banner_full_swiper .container-pagination .swiper_controls .button-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23181C89" d="M 0.3 1.7 L 1.7 0.3 L 10.4 9 l -8.7 8.7 l -1.4 -1.4 L 7.6 9 z" />\</svg>');
}

html[dir="rtl"] .h23_banner_full_swiper .container-pagination .swiper_controls .button-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23181C89" d="M 10.4 1.7 L 9 0.3 L 0.3 9 L 9 17.7 l 1.4 -1.4 L 3.1 9 z" />\</svg>');
}

html[dir="rtl"] .h23_banner_full_swiper .container-pagination .swiper_controls .button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23181C89" d="M 0.3 1.7 L 1.7 0.3 L 10.4 9 l -8.7 8.7 l -1.4 -1.4 L 7.6 9 z" />\</svg>');
}

.h23_banner_full_swiper .container-pagination .swiper_controls .button-prev.swiper-button-disabled,
.h23_banner_full_swiper .container-pagination .swiper_controls .button-next.swiper-button-disabled {
  opacity: 0.4;
}

.h23_banner_full_swiper .container-pagination .swiper_controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(var(--color-blue100), 1);
}

@media (max-width: 768px) {
  .section_h23_banner_full {
    padding-top: 0px;
  }

  .h23_content_box {
    max-width: 100%;
    margin: 20px 95px;
  }

  .h23_banner_full_swiper_content {
    position: relative;
    margin-top: -80px;
  }

  .h23_banner_full_swiper .container-pagination {
    position: relative;
    bottom: auto;
  }
}

@media (max-width: 600px) {
  .h23_content_box {
    max-width: 100%;
    margin: 20px 0px;
  }
}

/* Auto complete dropdown list */
.h23_dropdown_autocomplete input[type="text"] {
  padding: 16px;
  width: 100%;
  display: block;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(var(--color-grey4), 1);
  border-radius: var(--border-radius) var(--border-radius) var(--border-radius) var(--border-radius);
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.1954 -3.51701e-08L10 0.831683L5 6L-3.6354e-08 0.831683L0.8046 -4.01944e-07L5 4.33663L9.1954 -3.51701e-08Z" fill="%23181C89"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  cursor: pointer;
}

html[dir="rtl"] .h23_dropdown_autocomplete input[type="text"] {
  background-position: left 15px center;
}

.h23_dropdown_autocomplete ul {
  width: 100%;
  display: block;
  position: absolute;
  top: 65px;
  left: 0px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: solid 1px rgba(var(--color-grey4), 3);
  border-radius: var(--border-radius);
  background-color: rgba(var(--color-white), 1);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 1;
  border-radius: 0px var(--border-radius) var(--border-radius) var(--border-radius);
  box-shadow: 0px 6px 16px rgba(var(--color-grey5), 0.1);
}

.h23_dropdown_autocomplete ul li {
  width: 100%;
  border-radius: 0px;
  background-color: rgba(var(--color-white), 1);
  /* border-color: rgba(var(--color-grey4), 1);
  border-style: solid;
  border-width: 0px 0px 1px 0px; */
  border: none;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.h23_widget .h23_dropdown_autocomplete ul {
  max-height: 120px;
}

.h23_dropdown_autocomplete ul li a {
  display: block;
  padding: 6px 16px;
  width: 100%;
  box-sizing: border-box;
}

.h23_dropdown_autocomplete ul li:hover {
  background-color: rgba(var(--color-blue100), 0.1);
}

.h23_swiper_records {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}

.h23_swiper_records .container-pagination {
  width: 100%;
  z-index: 1;
  text-align: center;
}

.h23_swiper_records .container-pagination .swiper_controls {
  display: inline-flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0px auto;
  background-color: rgba(var(--color-white), 1);
  padding: 10px;
  border-radius: var(--border-radius);
}

.h23_swiper_records .container-pagination .swiper_controls .swiper-pagination,
.h23_swiper_records .container-pagination .swiper_controls .button-prev,
.h23_swiper_records .container-pagination .swiper_controls .button-next {
  position: relative;
  top: auto;
  bottom: auto;
  cursor: pointer;
}

.h23_swiper_records .container-pagination .swiper_controls .swiper-pagination {
  padding: 0px 15px;
}

.h23_swiper_records .container-pagination .swiper_controls .button-prev,
.h23_swiper_records .container-pagination .swiper_controls .button-next {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  color: rgba(var(--color-blue100), 1);
}

.h23_swiper_records .container-pagination .swiper_controls .button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23181C89" d="M 10.4 1.7 L 9 0.3 L 0.3 9 L 9 17.7 l 1.4 -1.4 L 3.1 9 z" />\</svg>');
}

.h23_swiper_records .container-pagination .swiper_controls .button-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23181C89" d="M 0.3 1.7 L 1.7 0.3 L 10.4 9 l -8.7 8.7 l -1.4 -1.4 L 7.6 9 z" />\</svg>');
}

.h23_swiper_records .container-pagination .swiper_controls .button-prev.swiper-button-disabled,
.h23_swiper_records .container-pagination .swiper_controls .button-next.swiper-button-disabled {
  opacity: 0.4;
}

.h23_swiper_records .container-pagination .swiper_controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(var(--color-blue100), 1);
}

.h23_records {
  display: flex;
  gap: 10px;
}

.h23_record {
  width: 100%;
  display: flex;
}

.h23_record p {
  margin: 0px;
  margin-bottom: 5px;
}

.h23_record p b {
  color: rgba(var(--color-blue140), 1);
  display: block;
  min-height: 36px;
}

.h23_record_data {
  width: 100%;
}

.h23_widget_icon {
  background-repeat: no-repeat;
  background-position: top center;
  width: 30px;
  background-size: 100% auto;
  font-size: 0.6em;
  padding-top: 40px;
  text-align: center;
  margin-right: 10px;
}

.h23_widget_icon.bus {
  padding-top: 35px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="35.91" height="41.355" viewBox="0 0 35.91 41.355">  <path id="Path_51" data-name="Path 51" d="M245.265,4382.835H213.511a2.1,2.1,0,0,0-2.078,2.127v32.5a2.1,2.1,0,0,0,2.078,2.128h2.411v4.6h4.489v-4.6h17.955v4.6h4.488v-4.6h2.41a2.1,2.1,0,0,0,2.078-2.128v-32.5A2.1,2.1,0,0,0,245.265,4382.835Zm-29.342,6.893h26.932v16.254a2.1,2.1,0,0,1-2.078,2.128H218a2.1,2.1,0,0,1-2.077-2.128Zm2.245,27.569a2.3,2.3,0,1,1,2.245-2.3A2.272,2.272,0,0,1,218.167,4417.3Zm22.443,0a2.3,2.3,0,1,1,2.245-2.3A2.272,2.272,0,0,1,240.61,4417.3Z" transform="translate(-211.433 -4382.835)" fill="%23191465"/></svg>');
}

.h23_widget_icon.mgrn {
  background-image: url('data:image/svg+xml;utf8,<svg id="Group_144" data-name="Group 144" xmlns="http://www.w3.org/2000/svg" width="29.345" height="36.303" viewBox="0 0 29.345 36.303"><path d="M458.217,227.755l7.455-6.05V205.57c0-5.541-4.139-10.085-9.319-10.085H448.9c-5.18,0-9.319,4.544-9.319,10.085V221.7l7.455,6.05h11.178v4.034h9.318v-4.034Zm3.727-8.067a1.87,1.87,0,1,1-1.864-2.017A1.945,1.945,0,0,1,461.945,219.688ZM445.171,221.7a2.023,2.023,0,1,1,1.864-2.017A1.945,1.945,0,0,1,445.171,221.7Zm7.457-4.031c-4.1-.012-7.454-3.672-7.452-8.069v-8.067h14.907V209.6C460.082,214,456.732,217.662,452.628,217.673Z" transform="translate(-438.191 -195.486)" fill="%234FAE5E"/><rect width="9.389" height="4.313" transform="translate(0 31.99)" fill="%234FAE5E"/></svg>');
}

.h23_widget_icon.mred {
  background-image: url('data:image/svg+xml;utf8,<svg id="Group_144" data-name="Group 144" xmlns="http://www.w3.org/2000/svg" width="29.345" height="36.303" viewBox="0 0 29.345 36.303"><path d="M458.217,227.755l7.455-6.05V205.57c0-5.541-4.139-10.085-9.319-10.085H448.9c-5.18,0-9.319,4.544-9.319,10.085V221.7l7.455,6.05h11.178v4.034h9.318v-4.034Zm3.727-8.067a1.87,1.87,0,1,1-1.864-2.017A1.945,1.945,0,0,1,461.945,219.688ZM445.171,221.7a2.023,2.023,0,1,1,1.864-2.017A1.945,1.945,0,0,1,445.171,221.7Zm7.457-4.031c-4.1-.012-7.454-3.672-7.452-8.069v-8.067h14.907V209.6C460.082,214,456.732,217.662,452.628,217.673Z" transform="translate(-438.191 -195.486)" fill="red"/><rect width="9.389" height="4.313" transform="translate(0 31.99)" fill="red"/></svg>');
}

.h23_widget_icon.tram {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 24 24"><path fill-rule="evenodd" fill="%23ffffff" d="M49.77,33.079V19.4l-4.1-4.1H34.719l-4.1,4.1V33.079l4.115,4.1H30.614V39.92H49.77V37.184H45.665Zm-3.421-2.052a.684.684,0,1,1-.684.684A.684.684,0,0,1,46.349,31.026Zm0,2.052a.684.684,0,1,1-.684.684A.684.684,0,0,1,46.349,33.079ZM34.035,34.447a.684.684,0,1,1,.684-.684A.684.684,0,0,1,34.035,34.447Zm0-2.052a.684.684,0,1,1,.684-.684A.684.684,0,0,1,34.035,32.395Zm.684-13H45.665L44.3,30.342h-8.21ZM44.981,33.763a.684.684,0,1,1-.684-.684A.684.684,0,0,1,44.981,33.763Zm-8.21,0a.684.684,0,1,1-.684-.684A.684.684,0,0,1,36.771,33.763Z" transform="translate(-30.614 -15.291)" /></svg>');
}

.h23_widget_icon b {
  display: block;
  padding: 2px;
  background-color: rgba(var(--color-blue140), 1);
  color: rgba(var(--color-white), 1);
}

@media (max-width: 768px) {
  .h23_flex_mobile {
    flex-direction: column;
    gap: 20px;
  }

  .spacer_desktop {
    display: none;
  }

  .h23_widgets .h23_widget .h23_widget_result {
    width: 85vw;
  }

  .h23_records {
    flex-direction: column;
    margin-top: 20px;
  }

  .h23_swiper_records {
    padding-bottom: 0px;
  }

  .h23_record {
    padding: 10px 0px;
  }

  .h23_record p b {
    min-height: auto;
  }
}

/* Form */
.h23_form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
}

.h23_search_results,
.h23_form_results {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.h23_search_results h2 {
  background-image: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.0625 31.25L7.8125 20L19.0625 8.75M9.375 20H32.1875" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 28px auto;
}

.h23_form.no-pading {
  padding: 0px;
}

.h23_form fieldset {
  clear: both;
  width: 100%;
  border: none;
  padding: 0px;
  position: relative;
}

.h23_flex-row fieldset {
  width: auto;
}

.h23_form fieldset legend {
  display: none;
}

.h23_form fieldset label {
  display: block;
  margin-bottom: 5px;
}

.h23_form fieldset select,
.h23_form fieldset input[type="text"],
.h23_form fieldset input[type="tel"],
.h23_form fieldset input[type="number"],
.h23_form fieldset textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px;
  border: solid 1px rgba(var(--color-blue120), 0.2);
  box-sizing: border-box;
  border-radius: var(--border-radius);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-white), 1);
  color: rgba(var(--color-black), 1);
}

.h23_form fieldset select:disabled,
.h23_form fieldset input[type="text"]:disabled,
.h23_form fieldset input[type="tel"]:disabled,
.h23_form fieldset input[type="number"]:disabled,
.h23_form fieldset textarea:disabled {
  background-color: rgba(var(--color-black), 0.1);
}

.h23_form fieldset textarea {
  height: auto;
  resize: none;
}

.h23_form fieldset select {
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.1954 -3.51701e-08L10 0.831683L5 6L-3.6354e-08 0.831683L0.8046 -4.01944e-07L5 4.33663L9.1954 -3.51701e-08Z" fill="%23181C89"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
}

html[dir="rtl"] .h23_form fieldset select {
  background-position: left 15px center;
}

.h23_form fieldset.search_field input[type="text"] {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.5 14.0006H14.71L14.43 13.7306C15.63 12.3306 16.25 10.4206 15.91 8.39063C15.44 5.61063 13.12 3.39063 10.32 3.05063C6.09002 2.53063 2.53002 6.09063 3.05002 10.3206C3.39002 13.1206 5.61002 15.4406 8.39002 15.9106C10.42 16.2506 12.33 15.6306 13.73 14.4306L14 14.7106V15.5006L18.25 19.7506C18.66 20.1606 19.33 20.1606 19.74 19.7506C20.15 19.3406 20.15 18.6706 19.74 18.2606L15.5 14.0006ZM9.50002 14.0006C7.01002 14.0006 5.00002 11.9906 5.00002 9.50063C5.00002 7.01063 7.01002 5.00063 9.50002 5.00063C11.99 5.00063 14 7.01063 14 9.50063C14 11.9906 11.99 14.0006 9.50002 14.0006Z" fill="%23181C89"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
}

html[dir="rtl"] .h23_form fieldset.search_field input[type="text"] {
  background-position: left 15px center;
}

.h23_tnc_box fieldset.checkbox,
.h23_form fieldset ul.h23_checkbox_list {
  margin: 10px 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  gap: 10px;
}

.h23_tnc_box fieldset.checkbox label,
.h23_form fieldset ul.h23_checkbox_list li label {
  position: relative;
}

.h23_tnc_box fieldset.checkbox label input,
.h23_form fieldset ul.h23_checkbox_list li label input {
  display: inline-block;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 16px;
  width: 16px;
}

.h23_tnc_box fieldset.checkbox label span,
.h23_form fieldset ul.h23_checkbox_list li label span {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 5px;
  background-image: url('data:image/svg+xml;utf8,<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.75 16H3.75C3.2 16 2.75 15.55 2.75 15V3C2.75 2.45 3.2 2 3.75 2H15.75C16.3 2 16.75 2.45 16.75 3V15C16.75 15.55 16.3 16 15.75 16ZM16.75 0H2.75C1.65 0 0.75 0.9 0.75 2V16C0.75 17.1 1.65 18 2.75 18H16.75C17.85 18 18.75 17.1 18.75 16V2C18.75 0.9 17.85 0 16.75 0Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

html[dir="rtl"] .h23_tnc_box fieldset.checkbox label span,
html[dir="rtl"] .h23_form fieldset ul.h23_checkbox_list li label span {
  float: right;
  margin-left: 5px;
  margin-right: 0p;
}

.h23_tnc_box fieldset.checkbox label input:checked~span,
.h23_form fieldset ul.h23_checkbox_list li label input:checked~span {
  background-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.1 0 16 0ZM7.71 13.29C7.32 13.68 6.69 13.68 6.3 13.29L2.71 9.7C2.32 9.31 2.32 8.68 2.71 8.29C3.1 7.9 3.73 7.9 4.12 8.29L7 11.17L13.88 4.29C14.27 3.9 14.9 3.9 15.29 4.29C15.68 4.68 15.68 5.31 15.29 5.7L7.71 13.29Z" fill="%23181C89"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.h23_form .h23_captcha_text {
  padding: 0px;
  margin: 0px;
  font-size: 0.75em;
  line-height: 1em;
  color: rgba(var(--color-grey7), 1);
}

.h23_form fieldset label.error {
  font-size: 0.75em;
  color: rgba(var(--color-red), 1);
  position: absolute;
  bottom: -20px;
  left: 0;
}

html[dir="rtl"] .h23_form fieldset label {
  text-align: right;
  left: auto;
  right: 0;
}

.h23_form fieldset select.error,
.h23_form fieldset input[type="text"].error,
.h23_form fieldset input[type="tel"].error,
.h23_form fieldset input[type="number"].error {
  border: solid 1px rgba(var(--color-red), 1);
}

.h23_form fieldset select:focus.error,
.h23_form fieldset input[type="text"]:focus.error,
.h23_form fieldset input[type="tel"]:focus.error,
.h23_form fieldset input[type="number"]:focus.error {
  outline: none;
}

.h23_form input[type="radio"]:checked {
  background-color: rgba(var(--color-blue100), 1);
}

.h23_form input[type="radio"]:checked:after {
  content: "\2713";
  color: rgba(var(--color-white), 1);
}

.h23_form input[type="radio"] {
  text-align: center;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  appearance: none;
  border-radius: 50%;
  border: 3px solid rgba(var(--color-blue100), 1);
  box-shadow: none;
  font-size: 1em;
}

.h23_form fieldset.required>label::after {
  content: "*";
  color: #e92631;
}

@media (max-width: 768px) {
  .h23_search_results .h23_button {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .h23_form fieldset ul.h23_checkbox_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 414px) {
  .h23_form fieldset ul.h23_checkbox_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Dropdown Menu */
.h23_select_list {
  position: relative;
  float: right;
  min-width: 260px;
  z-index: 3;
}

.h23_select_list span {
  padding: 16px;
  width: 100%;
  height: 50px;
  display: block;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(var(--color-grey4), 1);
  border-radius: var(--border-radius) var(--border-radius) var(--border-radius) var(--border-radius);
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.1954 -3.51701e-08L10 0.831683L5 6L-3.6354e-08 0.831683L0.8046 -4.01944e-07L5 4.33663L9.1954 -3.51701e-08Z" fill="%23181C89"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  cursor: pointer;
}

html[dir="rtl"] .h23_select_list span {
  background-position: left 15px center;
}

.h23_select_list.active span {
  border-radius: var(--border-radius) var(--border-radius) 0px 0px;
}

.h23_select_list ul {
  display: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 49px;
  left: 5px;
  right: 5px;
  background-color: rgba(var(--color-white), 1);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 1;
  border-radius: 0px var(--border-radius) var(--border-radius) var(--border-radius);
  box-shadow: 0px 6px 16px rgba(var(--color-grey5), 0.1);
}

.h23_select_list.active ul {
  display: block;
  overflow: hidden;
  border: solid 1px rgba(var(--color-grey4), 3);
  border-radius: 0px 0px var(--border-radius) var(--border-radius);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  box-shadow: 0px 6px 16px rgba(var(--color-grey5), 0.3);
}

.h23_select_list ul li {
  border-radius: 0px;
  padding: 12px 16px;
  background-color: rgba(var(--color-white), 1);
  border-color: rgba(var(--color-grey4), 1);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.h23_select_list ul li:first-child {
  border-width: 1px 0px 1px 0px;
}

.h23_select_list ul li.active,
.h23_select_list ul li:hover {
  background-color: rgba(var(--color-grey3), 1);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media (max-width: 768px) {
  .columns-gap {
    gap: 16px;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .display-small {
    font-size: 24px;
    line-height: 32px;
  }

  .columns.is-mobile {
    flex-direction: column;
  }

  .h23_select_list {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.text-h3 {
  font-size: 1.5em;
}

.text-h6 {
  font-size: 1em;
}

/* Toggle button */
.h23_toggle {
  position: relative;
}

.h23_toggle label {
  display: block;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.h23_toggle input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.h23_toggle input[type="checkbox"]+span {
  width: 27px;
  height: 18px;
  background-color: #334155;
  position: relative;
  border-radius: 9px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  display: block;
  float: right;
}

html[dir="rtl"] .h23_toggle input[type="checkbox"]+span {
  float: left;
}

.h23_toggle input[type="checkbox"]+span:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.09999 0.903324C4.96999 0.773324 4.75999 0.773324 4.62999 0.903324L2.99999 2.52999L1.36999 0.89999C1.23999 0.76999 1.02999 0.76999 0.89999 0.89999C0.76999 1.02999 0.76999 1.23999 0.89999 1.36999L2.52999 2.99999L0.89999 4.62999C0.76999 4.75999 0.76999 4.96999 0.89999 5.09999C1.02999 5.22999 1.23999 5.22999 1.36999 5.09999L2.99999 3.46999L4.62999 5.09999C4.75999 5.22999 4.96999 5.22999 5.09999 5.09999C5.22999 4.96999 5.22999 4.75999 5.09999 4.62999L3.46999 2.99999L5.09999 1.36999C5.22666 1.24332 5.22666 1.02999 5.09999 0.903324V0.903324Z" fill="%23334155"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
}

.h23_toggle input[type="checkbox"]:checked+span {
  background-color: #181c89;
}

.h23_toggle input[type="checkbox"]:checked+span:before {
  left: auto;
  right: 3px;
  background-image: url('data:image/svg+xml;utf8,<svg width="6" height="5" viewBox="0 0 6 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.00005 3.38994L0.843379 2.23327C0.713379 2.10327 0.503379 2.10327 0.373379 2.23327C0.243379 2.36327 0.243379 2.57327 0.373379 2.70327L1.76671 4.09661C1.89671 4.22661 2.10671 4.22661 2.23671 4.09661L5.76338 0.569941C5.89338 0.439941 5.89338 0.229941 5.76338 0.0999414C5.63338 -0.0300586 5.42338 -0.0300586 5.29338 0.0999414L2.00005 3.38994Z" fill="%23181C89"/></svg>');
}

.is-loading {
  position: relative;
}

.is-loading::after {
  position: absolute;
  content: "";
  display: block;
  height: 1.25em;
  width: 1.25em;
  top: 15px;
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
}

button.is-loading {
  color: transparent !important;
}

.h23_dropdown_autocomplete.is-loading::after {
  right: 12px;
}

@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.h23_success {
  color: rgba(var(--color-black), 1);
  border: solid 1px rgba(var(--color-yellow), 0.25);
  background-color: rgba(var(--color-yellow), 0.25);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 35 35"><g transform="translate(0 0.297)"><g transform="translate(0 -0.297)" fill="%2343bd68" stroke="%2343bd68" stroke-width="3"><circle cx="17.5" cy="17.5" r="17.5" stroke="none"/><circle cx="17.5" cy="17.5" r="16" fill="none"/></g><path d="M15.538,28.172,8.089,20.723l2.483-2.483,4.966,4.966L26.711,12.034l2.483,2.483Z" transform="translate(-1.836 -2.449)" fill="%23fff"/></g></svg>');
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 36px 36px;
  padding: 15px;
  padding-left: 70px;
  border-radius: var(--border-radius);
}

/* Breadcrumb */
.h23_breadcrumb {
  clear: both;
  overflow: hidden;
  padding: 10px 0px;
}

.h23_breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
}

.h23_breadcrumb ul li {
  position: relative;
  padding-right: 15px;
  color: rgba(var(--color-blue140), 1);
}

html[dir="rtl"] .h23_breadcrumb ul li {
  padding-left: 15px;
  padding-right: 0px;
}

.h23_breadcrumb ul li::after {
  content: "/";
  position: absolute;
  right: 0;
}

html[dir="rtl"] .h23_breadcrumb ul li::after {
  left: 0;
  right: auto;
}

.h23_breadcrumb ul li:last-child:after {
  content: "";
}

.h23_breadcrumb ul li a {
  text-decoration: none;
  color: rgba(var(--color-black), 1);
}

/* Card */
.h23_card {
  background-color: rgba(var(--color-white), 1);
  border: solid 1px rgba(var(--color-grey5), 0.1);
  border-radius: var(--border-radius);
  box-shadow: 0px -4px 16px rgba(var(--color-grey5), 0.1),
    0px 4px 16px rgba(var(--color-grey5), 0.1);
  /* overflow: hidden; */
  position: relative;
  margin: 16px 0px;
  display: block;
  text-decoration: none;
  color: rgba(var(--color-black), 1);
}

.h23_card:first-child {
  margin-left: 0px;
}

.h23_card .h23_card_content {
  padding: 25px 20px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.h23_card .h23_card_content h3,
.h23_card .h23_card_content p {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  color: inherit;
}

.h23_card .h23_card_content h3 {
  margin-bottom: 10px;
}

.h23_card .h23_card_content p a {
  text-decoration: underline;
  color: rgba(var(--color-blue100), 1);
}

.h23_card .sticky_date {
  position: absolute;
  top: -1px;
  right: 15px;
  padding: 5px 10px;
  background-color: rgba(var(--color-blue140), 1);
  color: rgba(var(--color-white), 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  z-index: 1;
}

.h23_card .h23_card_content .h23_card_tag span {
  background-color: rgba(var(--color-grey7), 1);
  color: rgba(var(--color-white), 1);
  padding: 4px 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
}

.h23_card .sticky_date b {
  font-size: 24px;
}

/* Inner details */
.h23_section_inner_details {
  clear: both;
  padding: 50px 0px;
}

.h23_list_panel {
  padding: 50px 0px;
}

.h23_list_panel h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left center;
}

.h23_list_panel h2 a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(var(--color-blue100), 1);
  margin-left: 16px;
}

.h23_list_panel>p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 24px;
}

.h23_list_panel ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  grid-gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.h23_list_panel ul li {
  box-shadow: 0px -4px 16px rgba(127, 127, 127, 0.1),
    0px 4px 16px rgba(127, 127, 127, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.h23_list_panel ul li a {
  color: rgba(var(--color-blue100), 1);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: block;
  padding: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.58984 16.59L13.1698 12L8.58984 7.41L9.99984 6L15.9998 12L9.99984 18L8.58984 16.59Z" fill="%23181C89"/></svg>');
  background-repeat: no-repeat;
  background-position: right 16px center;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.h23_list_panel ul li:hover a {
  background-color: rgba(var(--color-blue), 1);
  color: rgba(var(--color-white), 1);
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.58984 16.59L13.1698 12L8.58984 7.41L9.99984 6L15.9998 12L9.99984 18L8.58984 16.59Z" fill="%23ffffff"/></svg>');
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.ico-licence {
  background-image: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 16.9167L9.58333 7.5H31.25L32.8333 16.9167C34.0516 17.2602 35.125 17.9907 35.8917 18.9979C36.6583 20.005 37.0766 21.2343 37.0833 22.5V29.1667H32.9167V33.3333H28.75V29.1667H12.0833V33.3333H7.91667V29.1667H3.75V22.5C3.75673 21.2343 4.17499 20.005 4.94164 18.9979C5.7083 17.9907 6.78175 17.2602 8 16.9167ZM10.5833 16.6667H30.25L28.75 10H12.0833L10.5833 16.6667ZM30.8333 25C31.3859 25 31.9158 24.7805 32.3065 24.3898C32.6972 23.9991 32.9167 23.4692 32.9167 22.9167C32.9167 22.3641 32.6972 21.8342 32.3065 21.4435C31.9158 21.0528 31.3859 20.8333 30.8333 20.8333C30.2808 20.8333 29.7509 21.0528 29.3602 21.4435C28.9695 21.8342 28.75 22.3641 28.75 22.9167C28.75 23.4692 28.9695 23.9991 29.3602 24.3898C29.7509 24.7805 30.2808 25 30.8333 25ZM10 25C10.5525 25 11.0824 24.7805 11.4731 24.3898C11.8638 23.9991 12.0833 23.4692 12.0833 22.9167C12.0833 22.3641 11.8638 21.8342 11.4731 21.4435C11.0824 21.0528 10.5525 20.8333 10 20.8333C9.44747 20.8333 8.91756 21.0528 8.52686 21.4435C8.13616 21.8342 7.91667 22.3641 7.91667 22.9167C7.91667 23.4692 8.13616 23.9991 8.52686 24.3898C8.91756 24.7805 9.44747 25 10 25Z" fill="%23BF28A9"/></svg>');
}

.ico-fines {
  background-image: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.7387 31.8502C31.7053 31.8502 32.5003 31.0543 32.5003 30.0818V15.1218C32.5003 14.5027 31.9937 13.9902 31.3753 13.9843L29.0045 13.9593L29.0003 14.561L27.3337 14.556V8.62266C27.3337 8.00516 26.8295 7.50016 26.2153 7.50016H9.43533C8.83199 7.50016 8.33366 8.00266 8.33366 8.62016V30.0835C8.33366 31.0602 9.11949 31.8502 10.0837 31.8502H30.7387ZM10.0845 33.5168C8.19616 33.5168 6.66699 31.9785 6.66699 30.0835V8.62016C6.66699 7.08433 7.90866 5.8335 9.43533 5.8335H26.2153C27.7503 5.8335 29.0003 7.0835 29.0003 8.6235V12.2935L31.392 12.3177C32.1302 12.3269 32.8351 12.6262 33.3543 13.1509C33.8736 13.6756 34.1655 14.3836 34.167 15.1218V30.0818C34.1661 30.9914 33.8048 31.8636 33.1623 32.5074C32.5197 33.1512 31.6483 33.5142 30.7387 33.5168H10.0845ZM30.7003 31.8502L30.677 33.5168H30.0028C29.6372 33.5179 29.275 33.4465 28.9372 33.3067C28.5994 33.1669 28.2927 32.9614 28.0349 32.7022C27.777 32.4431 27.5731 32.1353 27.435 31.7968C27.2969 31.4583 27.2273 31.0957 27.2303 30.7302L27.3337 14.551L29.0003 14.556V30.086C29.0003 31.0443 29.7553 31.8235 30.7003 31.8502ZM11.8337 11.0368H23.8337V17.9068H11.8337V11.0368ZM13.5003 16.2402H22.167V12.7035H13.5003V16.2402ZM12.667 21.4435H23.0003V23.1102H12.667V21.4435ZM12.667 25.996H23.0003V27.6627H12.667V25.996Z" fill="%234EADB7"/></svg>');
}

.ico-plates {
  background-image: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 25.217C0 21.7663 0 18.3156 0 14.8649C0.0140625 14.9475 0.028125 15.0301 0.046875 15.141C0.0617188 14.9247 0.0625 14.7378 0.0882813 14.5563C0.219531 13.6325 0.521875 12.8249 0.947656 12.0946C1.3875 11.3392 1.94687 10.8208 2.57969 10.4469C3.08203 10.1502 3.61328 10.0959 4.15625 10.0992C6.60938 10.1111 9.0625 10.1013 11.5156 10.1013C17.0633 10.1013 22.6109 10.1013 28.1578 10.1002C30.6664 10.1002 33.175 10.0992 35.6836 10.1002C36.0477 10.1002 36.4133 10.0709 36.7727 10.1807C37.6977 10.4622 38.4633 11.1056 39.0664 12.1239C39.4859 12.8315 39.7742 13.6259 39.9078 14.5247C39.9359 14.7149 39.9406 14.9127 39.957 15.1247C39.9734 15.0464 39.9867 14.9834 40 14.9204V24.8921C39.9891 24.8921 39.9695 24.8866 39.9695 24.8888C39.9656 24.9105 39.9641 24.9334 39.9633 24.9562C39.9133 25.8844 39.6586 26.7114 39.2922 27.4711C39.1305 27.807 38.9344 28.1189 38.7242 28.3982C38.4641 28.7438 38.1688 29.0307 37.8469 29.272C37.2969 29.6861 36.718 29.9143 36.0945 29.9154C33.3805 29.9187 30.6656 29.9187 27.9516 29.9187C20.0266 29.9187 12.1016 29.9198 4.17656 29.9176C3.8 29.9176 3.42344 29.9013 3.05313 29.7709C2.65391 29.6318 2.28906 29.3905 1.93984 29.1003C1.59453 28.8134 1.28906 28.458 1.02344 28.0341C0.779688 27.6461 0.578906 27.2212 0.414844 26.7614C0.221094 26.2191 0.0679687 25.6605 0.0773437 25.0399C0.078125 24.9834 0.0703125 24.9269 0.0640625 24.8323C0.0375 24.9877 0.01875 25.1029 0 25.217ZM19.9945 26.3039C25.3297 26.3039 30.6648 26.3039 36 26.3039C36.3852 26.3039 36.7109 26.1082 36.982 25.7365C37.2945 25.3083 37.393 24.7758 37.3922 24.178C37.3875 21.3881 37.3906 18.5993 37.3898 15.8094C37.3898 15.6507 37.3898 15.4909 37.3719 15.3355C37.2664 14.3802 36.6883 13.6955 35.9922 13.6955C30.2859 13.6955 24.5797 13.6955 18.8734 13.6955C13.9289 13.6955 8.98438 13.6955 4.03984 13.6998C3.88281 13.6998 3.71797 13.7248 3.57031 13.7933C2.95781 14.0737 2.60938 14.8008 2.60938 15.7529C2.60938 18.5558 2.60938 21.3588 2.61172 24.1617C2.61172 24.3737 2.61797 24.5899 2.64922 24.7964C2.78906 25.7148 3.39687 26.3093 4.03828 26.3093C9.35703 26.3006 14.6758 26.305 19.9945 26.3039Z" fill="%23181C89"/><path d="M40 14.919C39.9867 14.9821 39.9734 15.0451 39.957 15.1233C39.9406 14.9114 39.9359 14.7136 39.9078 14.5234C39.775 13.6246 39.4859 12.8301 39.0664 12.1226C38.4633 11.1042 37.6977 10.4608 36.7727 10.1793C36.4133 10.0696 36.0477 10.0989 35.6836 10.0989C33.175 10.0978 30.6664 10.0989 28.1578 10.0989C22.6102 10.0989 17.0625 10.0989 11.5156 10.1C9.0625 10.1 6.60938 10.1098 4.15625 10.0978C3.61328 10.0956 3.08203 10.1489 2.57969 10.4456C1.94687 10.8195 1.3875 11.3379 0.947656 12.0932C0.521875 12.8236 0.219531 13.6311 0.0882813 14.5549C0.0625 14.7353 0.0617188 14.9234 0.046875 15.1396C0.028125 15.0299 0.0140625 14.9473 0 14.8647C0 13.2453 0 11.627 0 10.0011C1.30234 10.0011 2.60391 10.0011 3.90625 10.0011C4.06797 10.0109 4.22969 10.0283 4.39141 10.0283C12.6687 10.0293 20.9469 10.0283 29.2242 10.0283C31.5148 10.0283 33.8055 10.0261 36.0961 10.0239C36.1539 10.0239 36.2117 10.0087 36.2695 10C37.5133 10 38.7562 10 40 10V14.9179V14.919Z" fill="white"/><path d="M0 25.2168C0.01875 25.1016 0.0375 24.9874 0.0625 24.832C0.06875 24.9266 0.0765625 24.9831 0.0757813 25.0396C0.0664063 25.6602 0.219531 26.2177 0.413281 26.7612C0.577344 27.2209 0.778906 27.6458 1.02188 28.0338C1.2875 28.4566 1.59297 28.8131 1.93828 29.1C2.2875 29.3902 2.65234 29.6315 3.05156 29.7706C3.42266 29.8999 3.79844 29.9162 4.175 29.9173C12.1 29.9206 20.025 29.9195 27.95 29.9184C30.6641 29.9184 33.3789 29.9184 36.093 29.9152C36.7164 29.9152 37.2953 29.6858 37.8453 29.2718C38.1672 29.0305 38.4625 28.7436 38.7227 28.3979C38.9328 28.1186 39.1289 27.8067 39.2906 27.4709C39.6563 26.7112 39.9117 25.8841 39.9617 24.9559C39.9633 24.9331 39.9641 24.9103 39.968 24.8885C39.968 24.8864 39.9883 24.8907 39.9984 24.8918V29.9999H0C0 28.4045 0 26.8112 0 25.2168Z" fill="white"/><path d="M36.2695 10.001C36.2117 10.0097 36.1539 10.0249 36.0961 10.0249C33.8055 10.0271 31.5148 10.0292 29.2242 10.0292C20.9469 10.0292 12.6687 10.0292 4.39141 10.0292C4.22969 10.0292 4.06797 10.0118 3.90625 10.0021C14.6938 10.0021 25.482 10.0021 36.2695 10.0021V10.001Z" fill="%23181C89"/><path d="M19.9945 26.3048C14.6758 26.3048 9.35703 26.3015 4.03828 26.3091C3.39687 26.3091 2.78906 25.7146 2.64922 24.7963C2.61797 24.5898 2.61172 24.3735 2.61172 24.1615C2.60937 21.3586 2.61016 18.5556 2.60938 15.7527C2.60938 14.7995 2.95781 14.0735 3.57031 13.7931C3.71875 13.7247 3.88281 13.6997 4.03984 13.6997C8.98438 13.6953 13.9289 13.6953 18.8734 13.6953C24.5797 13.6953 30.2859 13.6953 35.9922 13.6953C36.6883 13.6953 37.2664 14.38 37.3719 15.3353C37.3891 15.4908 37.3898 15.6516 37.3898 15.8092C37.3898 18.5991 37.3875 21.3879 37.3922 24.1778C37.393 24.7745 37.2945 25.3081 36.982 25.7364C36.7109 26.1081 36.3852 26.3037 36 26.3037C30.6648 26.3037 25.3297 26.3037 19.9945 26.3037V26.3048ZM31.9531 19.8696C31.9438 19.8696 31.9344 19.8696 31.925 19.8696C31.9406 20.5522 31.9391 21.2369 31.975 21.9172C32.0305 22.9682 32.4391 23.7909 33.218 24.1039C33.7461 24.3159 34.2797 24.3148 34.8078 24.1159C35.3398 23.9159 35.7336 23.4736 35.9484 22.7519C36.0867 22.2878 36.1219 21.7977 36.1234 21.3021C36.1258 20.3783 36.1297 19.4545 36.1172 18.5306C36.1117 18.1622 36.0875 17.7872 36.0297 17.4286C35.9016 16.6374 35.5594 16.0755 35.0094 15.7875C34.3703 15.4527 33.7227 15.4549 33.0805 15.7657C32.65 15.9744 32.332 16.3754 32.1422 16.958C32.0266 17.3123 31.9617 17.6873 31.9555 18.0742C31.9461 18.6708 31.9531 19.2686 31.9531 19.8664V19.8696ZM26.4055 19.9033H26.4195C26.4195 19.4099 26.4281 18.9165 26.4164 18.423C26.4086 18.1035 26.3906 17.7796 26.3422 17.4688C26.2133 16.6428 25.8594 16.0624 25.2867 15.7733C24.6672 15.4603 24.0367 15.4625 23.4125 15.7549C22.9727 15.9603 22.6477 16.3602 22.4508 16.9493C22.3344 17.2982 22.2703 17.6688 22.2664 18.0513C22.2555 18.9882 22.2484 19.9251 22.2523 20.8619C22.2547 21.3086 22.2563 21.7618 22.3094 22.2009C22.4266 23.1758 22.8359 23.8224 23.5242 24.105C23.9656 24.2854 24.4141 24.2974 24.8664 24.1931C25.2156 24.1126 25.5391 23.942 25.8094 23.617C26.2086 23.1377 26.3813 22.5019 26.4023 21.7901C26.4211 21.1619 26.4062 20.5326 26.4062 19.9033H26.4055ZM27.1086 19.8903C27.1016 19.8903 27.0945 19.8903 27.0875 19.8903C27.1016 20.5826 27.0914 21.2771 27.1344 21.9661C27.1953 22.9323 27.5281 23.6638 28.2031 24.0202C28.818 24.3452 29.4453 24.3398 30.0688 24.0692C30.5539 23.8583 30.9023 23.4192 31.1016 22.7606C31.2328 22.327 31.268 21.8683 31.2695 21.4053C31.2734 20.387 31.2773 19.3675 31.2648 18.3491C31.2609 18.0177 31.2242 17.6807 31.1688 17.359C31.0375 16.6026 30.6969 16.0777 30.1773 15.7973C29.5508 15.4582 28.9109 15.4592 28.2766 15.7483C27.8305 15.9516 27.4953 16.3515 27.2984 16.9558C27.1813 17.3145 27.1172 17.6938 27.1117 18.0861C27.1031 18.6882 27.1094 19.2903 27.1094 19.8914L27.1086 19.8903ZM6.65313 21.1293C6.78281 21.4466 6.90078 21.7422 7.02422 22.0335C7.29531 22.6715 7.57031 23.3073 7.84219 23.9453C7.92031 24.1289 8.02578 24.2604 8.18437 24.2528C8.525 24.2365 8.80781 24.0496 9.01328 23.6627C9.08281 23.5312 9.10234 23.3812 9.05469 23.2258C9.01875 23.1095 8.98594 22.9899 8.9375 22.8845C8.52187 21.9868 8.10859 21.088 7.68125 20.2011C7.57031 19.9707 7.54687 19.8153 7.66953 19.5577C8.09609 18.6654 8.49453 17.747 8.90234 16.8374C8.93984 16.7537 8.97266 16.6635 8.99922 16.5722C9.06172 16.3494 9.03359 16.145 8.92109 15.9657C8.76797 15.7212 8.575 15.5723 8.34609 15.5158C8.04844 15.4419 7.89453 15.5332 7.74297 15.8962C7.44141 16.6146 7.14531 17.3373 6.84766 18.059C6.78281 18.2165 6.71875 18.3752 6.65 18.5426C6.40469 17.9438 6.16875 17.3612 5.92891 16.7819C5.80391 16.4798 5.67578 16.1809 5.54609 15.8831C5.46328 15.6929 5.36172 15.5364 5.18906 15.4984C4.89844 15.4332 4.45937 15.7212 4.31641 16.0787C4.26016 16.2211 4.24297 16.37 4.29141 16.5222C4.32812 16.6374 4.36797 16.7526 4.41562 16.8591C4.84766 17.8329 5.28125 18.8045 5.71641 19.7762C5.74766 19.8468 5.75234 19.8957 5.71797 19.9696C5.28203 20.8978 4.84844 21.827 4.41562 22.7584C4.35625 22.8867 4.30469 23.0236 4.25703 23.1616C4.17813 23.391 4.22344 23.5931 4.34141 23.7714C4.52266 24.0452 4.74766 24.1996 5.0125 24.2474C5.20547 24.2833 5.34844 24.1898 5.44766 23.9572C5.64063 23.5062 5.83672 23.0584 6.02891 22.6074C6.23437 22.1248 6.43672 21.6412 6.65234 21.1304L6.65313 21.1293ZM16.8148 17.1428C16.7914 17.2112 16.7812 17.2482 16.7672 17.2819C16.3219 18.3698 15.8742 19.4566 15.432 20.5467C15.093 21.3814 14.7602 22.2194 14.4266 23.0584C14.3445 23.2649 14.2797 23.4834 14.2789 23.7257C14.2781 23.9583 14.3633 24.117 14.5258 24.1648C14.6141 24.1909 14.7063 24.2039 14.7969 24.2039C15.9227 24.2072 17.0484 24.2072 18.175 24.2061C18.4195 24.2061 18.5383 24.0855 18.6242 23.7681C18.7984 23.1203 18.5422 22.5878 18.0562 22.5889C17.4187 22.5889 16.7805 22.5911 16.143 22.5921C16.0867 22.5921 16.0305 22.5921 15.9508 22.5921C16.0273 22.4139 16.0914 22.2694 16.1516 22.1205C16.8266 20.4598 17.5023 18.8002 18.1734 17.1362C18.3 16.8221 18.4422 16.5157 18.4875 16.1494C18.5344 15.7657 18.4062 15.5451 18.1242 15.5451C17.057 15.544 15.9898 15.5451 14.9219 15.5451C14.6875 15.5451 14.532 15.7125 14.4789 16.0266C14.4594 16.1396 14.4477 16.2602 14.4516 16.3754C14.4687 16.8884 14.6227 17.1612 15.0195 17.1482C15.5695 17.1308 16.1195 17.1428 16.6695 17.1417C16.7109 17.1417 16.7523 17.1417 16.818 17.1417L16.8148 17.1428ZM11.6766 18.9458C11.6523 18.8926 11.643 18.8752 11.6352 18.8556C11.3734 18.1785 11.1148 17.4992 10.8492 16.8254C10.7117 16.4765 10.5656 16.1342 10.4187 15.7929C10.3531 15.6407 10.2555 15.544 10.1211 15.5527C9.83516 15.5712 9.57031 15.6744 9.34766 15.9418C9.19297 16.1287 9.16797 16.2896 9.27109 16.5385C9.41719 16.8917 9.56328 17.2438 9.71562 17.5916C10.1188 18.5154 10.5242 19.4382 10.9305 20.3598C10.9922 20.5 11.0172 20.6467 11.0172 20.8108C11.0148 21.7031 11.0156 22.5954 11.0164 23.4866C11.0164 23.8105 11.1094 23.992 11.3266 24.1028C11.4859 24.1844 11.65 24.2039 11.8164 24.1713C12.2148 24.092 12.3445 23.8833 12.3445 23.3268C12.3445 22.4889 12.3469 21.6509 12.343 20.8141C12.343 20.6489 12.3703 20.5054 12.4305 20.3652C12.782 19.5566 13.1312 18.7458 13.4797 17.934C13.6812 17.4645 13.8797 16.9917 14.0797 16.5211C14.1422 16.3733 14.1578 16.2276 14.082 16.0777C13.9219 15.7592 13.4211 15.4864 13.1477 15.5636C12.9859 15.6092 12.9125 15.7886 12.8453 15.9581C12.5164 16.7852 12.1953 17.6177 11.8719 18.448C11.8109 18.6056 11.7492 18.7621 11.6773 18.9469L11.6766 18.9458Z" fill="white"/><path d="M31.9539 19.8695C31.9539 19.2717 31.9469 18.674 31.9563 18.0773C31.9625 17.6904 32.0273 17.3154 32.143 16.9611C32.3328 16.3775 32.6508 15.9765 33.0813 15.7689C33.7234 15.458 34.3711 15.4559 35.0102 15.7906C35.5602 16.0786 35.9023 16.6405 36.0305 17.4317C36.0883 17.7904 36.1133 18.1653 36.118 18.5338C36.1312 19.4576 36.1266 20.3814 36.1242 21.3052C36.1227 21.8008 36.0875 22.291 35.9492 22.7551C35.7344 23.4767 35.3398 23.918 34.8086 24.119C34.2805 24.3179 33.7469 24.319 33.2188 24.1071C32.4398 23.7941 32.0313 22.9713 31.9758 21.9204C31.9398 21.24 31.9414 20.5553 31.9258 19.8728C31.9352 19.8728 31.9445 19.8728 31.9539 19.8728V19.8695ZM34.7859 19.9021C34.7859 19.3228 34.7938 18.7435 34.7836 18.1643C34.775 17.66 34.5914 17.222 34.1406 17.1568C33.6758 17.0894 33.3281 17.3839 33.2867 18.073C33.2695 18.3599 33.2773 18.6512 33.2773 18.9403C33.2773 19.8543 33.2711 20.7683 33.2836 21.6823C33.2914 22.2703 33.5383 22.6051 33.9586 22.654C34.3 22.6942 34.575 22.5127 34.6992 22.1356C34.7477 21.9878 34.7797 21.8149 34.782 21.653C34.7914 21.0694 34.7859 20.4857 34.7859 19.9021Z" fill="%23181C89"/><path d="M26.406 19.9034C26.406 20.5327 26.4208 21.1619 26.4021 21.7901C26.381 22.502 26.2091 23.1378 25.8091 23.6171C25.5388 23.9421 25.2153 24.1127 24.8661 24.1931C24.4146 24.2975 23.9653 24.2866 23.5239 24.1051C22.8349 23.8236 22.4263 23.1758 22.3091 22.2009C22.256 21.7619 22.2544 21.3087 22.2521 20.862C22.2482 19.9251 22.2552 18.9883 22.2661 18.0514C22.2708 17.6688 22.3341 17.2982 22.4505 16.9494C22.6474 16.3603 22.9724 15.9603 23.4122 15.7549C24.0364 15.4626 24.6669 15.4604 25.2864 15.7734C25.8591 16.0625 26.213 16.6429 26.3419 17.4689C26.3903 17.7797 26.4083 18.1047 26.4161 18.4231C26.4278 18.9165 26.4193 19.41 26.4193 19.9034H26.4052H26.406ZM25.0982 19.9055C25.0982 19.9055 25.1013 19.9055 25.1028 19.9055C25.1028 19.6295 25.1028 19.3534 25.1028 19.0774C25.1021 18.797 25.1044 18.5155 25.0966 18.2351C25.0794 17.6123 24.8763 17.2178 24.4388 17.1569C24.106 17.1113 23.7997 17.2374 23.6661 17.6808C23.6114 17.8634 23.5825 18.0731 23.5778 18.2731C23.5646 18.8111 23.57 19.3502 23.57 19.8892C23.57 20.4414 23.5646 20.9946 23.5763 21.5456C23.5919 22.2488 23.8052 22.5868 24.2513 22.6531C24.6177 22.7074 24.9224 22.4824 25.031 22.0531C25.0724 21.8901 25.0919 21.7086 25.0943 21.5347C25.1021 20.9913 25.0974 20.4479 25.0974 19.9055H25.0982Z" fill="%23181C89"/><path d="M27.1088 19.8901C27.1088 19.288 27.1025 18.6859 27.1111 18.0849C27.1166 17.6936 27.1807 17.3132 27.2979 16.9546C27.4947 16.3514 27.8299 15.9503 28.276 15.7471C28.9104 15.458 29.5502 15.4569 30.1768 15.796C30.6963 16.0764 31.0361 16.6014 31.1682 17.3578C31.2244 17.6806 31.2604 18.0175 31.2643 18.3479C31.2768 19.3663 31.2736 20.3857 31.2689 21.4041C31.2674 21.8671 31.2322 22.3257 31.101 22.7594C30.9018 23.418 30.5533 23.8571 30.0682 24.0679C29.4455 24.3385 28.8174 24.344 28.2025 24.019C27.5275 23.6625 27.1947 22.93 27.1338 21.9649C27.0908 21.2769 27.1002 20.5813 27.0869 19.889C27.0939 19.889 27.101 19.889 27.108 19.889L27.1088 19.8901ZM29.9424 19.9151C29.9424 19.9151 29.9424 19.9151 29.9416 19.9151C29.9416 19.3402 29.951 18.7652 29.9393 18.1914C29.9275 17.6295 29.7275 17.2198 29.2916 17.1589C28.8939 17.1035 28.583 17.2969 28.4713 17.823C28.4369 17.986 28.4213 18.1621 28.4205 18.3316C28.4158 19.3815 28.4182 20.4325 28.4189 21.4823C28.4189 21.5628 28.4299 21.6443 28.4361 21.7247C28.4799 22.3007 28.69 22.6039 29.1025 22.6507C29.5252 22.6985 29.8236 22.4507 29.9143 21.8932C29.9299 21.7964 29.9416 21.6964 29.9424 21.5975C29.9447 21.0367 29.9439 20.4748 29.9439 19.914L29.9424 19.9151Z" fill="%23181C89"/><path d="M6.65384 21.1281C6.43822 21.6389 6.23587 22.1225 6.03041 22.6051C5.83822 23.0561 5.64212 23.5039 5.44916 23.955C5.34994 24.1875 5.20697 24.2799 5.014 24.2451C4.74837 24.1962 4.52416 24.043 4.34291 23.7691C4.22494 23.5909 4.17884 23.3887 4.25853 23.1594C4.30619 23.0214 4.35775 22.8844 4.41712 22.7562C4.84916 21.8248 5.28353 20.8955 5.71947 19.9674C5.75384 19.8945 5.74916 19.8445 5.71791 19.7739C5.28275 18.8033 4.84916 17.8306 4.41712 16.8568C4.36947 16.7492 4.32962 16.6351 4.29291 16.5199C4.24447 16.3688 4.26087 16.2189 4.31791 16.0765C4.46087 15.7178 4.89994 15.4309 5.19056 15.4961C5.36322 15.5341 5.46478 15.6907 5.54759 15.8808C5.67728 16.1786 5.80541 16.4775 5.93041 16.7797C6.16947 17.3589 6.40619 17.9415 6.6515 18.5403C6.72025 18.3719 6.78431 18.2143 6.84915 18.0567C7.14759 17.335 7.44369 16.6123 7.74447 15.8939C7.89681 15.5309 8.04994 15.4396 8.34759 15.5135C8.5765 15.57 8.76947 15.72 8.92259 15.9634C9.03509 16.1428 9.06322 16.3482 9.00072 16.5699C8.97494 16.6623 8.94212 16.7514 8.90384 16.8351C8.49603 17.7448 8.09837 18.6631 7.67103 19.5554C7.54759 19.813 7.57181 19.9684 7.68275 20.1988C8.10931 21.0857 8.52337 21.9856 8.939 22.8822C8.98744 22.9877 9.02103 23.1072 9.05619 23.2235C9.10384 23.3789 9.08509 23.5289 9.01478 23.6604C8.81009 24.0473 8.5265 24.2343 8.18587 24.2506C8.0265 24.2582 7.92181 24.1267 7.84369 23.943C7.57181 23.305 7.29681 22.6703 7.02572 22.0313C6.90228 21.74 6.78431 21.4433 6.65462 21.127L6.65384 21.1281Z" fill="%23181C89"/><path d="M16.8145 17.1415C16.7496 17.1415 16.7082 17.1415 16.666 17.1415C16.116 17.1415 15.566 17.1306 15.016 17.148C14.6191 17.161 14.4652 16.8882 14.4481 16.3753C14.4441 16.2601 14.4566 16.1394 14.4754 16.0264C14.5285 15.7112 14.684 15.5449 14.9184 15.5449C15.9856 15.5449 17.0527 15.5438 18.1207 15.5449C18.4027 15.5449 18.5309 15.7655 18.484 16.1492C18.4395 16.5155 18.2965 16.8219 18.1699 17.136C17.4988 18.8 16.8231 20.4596 16.1481 22.1203C16.0879 22.2681 16.0238 22.4126 15.9473 22.592C16.027 22.592 16.0832 22.592 16.1395 22.592C16.777 22.592 17.4152 22.5898 18.0527 22.5887C18.5387 22.5887 18.7949 23.1212 18.6207 23.7679C18.5356 24.0853 18.416 24.2048 18.1715 24.2059C17.0457 24.207 15.9199 24.2059 14.7934 24.2037C14.7027 24.2037 14.6106 24.1907 14.5223 24.1646C14.3598 24.1168 14.2746 23.9581 14.2754 23.7255C14.2762 23.4832 14.341 23.2658 14.4231 23.0582C14.7566 22.2203 15.0902 21.3812 15.4285 20.5465C15.8715 19.4564 16.3191 18.3696 16.7637 17.2817C16.7777 17.248 16.7879 17.211 16.8113 17.1426L16.8145 17.1415Z" fill="%23181C89"/><path d="M11.6761 18.9449C11.7479 18.7612 11.8089 18.6036 11.8706 18.446C12.194 17.6157 12.5151 16.7831 12.844 15.9561C12.912 15.7865 12.9854 15.6072 13.1464 15.5615C13.4206 15.4844 13.9206 15.7572 14.0808 16.0756C14.1565 16.2256 14.1409 16.3712 14.0784 16.519C13.8784 16.9896 13.68 17.4624 13.4784 17.9319C13.13 18.7438 12.78 19.5535 12.4292 20.3632C12.3683 20.5034 12.3409 20.6468 12.3417 20.812C12.3456 21.65 12.3433 22.4879 12.3433 23.3248C12.3433 23.8813 12.2136 24.091 11.8151 24.1693C11.6487 24.2019 11.4847 24.1823 11.3253 24.1008C11.1089 23.99 11.0159 23.8084 11.0151 23.4846C11.0151 22.5923 11.0136 21.7 11.0159 20.8088C11.0159 20.6447 10.9909 20.4979 10.9292 20.3577C10.5229 19.4361 10.1175 18.5145 9.71435 17.5896C9.56279 17.2418 9.41592 16.8897 9.26982 16.5364C9.16748 16.2875 9.1917 16.1267 9.34638 15.9398C9.56904 15.6724 9.83388 15.5691 10.1198 15.5507C10.2534 15.542 10.3519 15.6387 10.4175 15.7909C10.5644 16.1321 10.7104 16.4745 10.8479 16.8234C11.1136 17.4972 11.3722 18.1765 11.6339 18.8536C11.6409 18.8731 11.6503 18.8905 11.6753 18.9438L11.6761 18.9449Z" fill="%23181C89"/><path d="M34.7851 19.9024C34.7851 20.4861 34.7913 21.0697 34.7812 21.6533C34.7788 21.8163 34.7468 21.9881 34.6983 22.1359C34.5741 22.513 34.2991 22.6945 33.9577 22.6543C33.5374 22.6043 33.2913 22.2706 33.2827 21.6827C33.2702 20.7686 33.2765 19.8546 33.2765 18.9406C33.2765 18.6515 33.2679 18.3613 33.2858 18.0733C33.3272 17.3842 33.6757 17.0908 34.1397 17.1571C34.5913 17.2223 34.7749 17.6603 34.7827 18.1646C34.7921 18.7439 34.7851 19.3231 34.7851 19.9024Z" fill="white"/><path d="M25.0982 19.9053C25.0982 20.4488 25.1029 20.9922 25.0951 21.5345C25.0928 21.7084 25.0732 21.8899 25.0318 22.0529C24.9232 22.4822 24.6186 22.7072 24.2521 22.6529C23.8061 22.5866 23.5928 22.2486 23.5771 21.5454C23.5646 20.9933 23.5709 20.4412 23.5709 19.889C23.5709 19.35 23.5654 18.8109 23.5787 18.2729C23.5834 18.074 23.6115 17.8643 23.667 17.6806C23.8006 17.2372 24.1061 17.1111 24.4396 17.1567C24.8771 17.2165 25.0803 17.6121 25.0975 18.2349C25.1053 18.5153 25.1029 18.7957 25.1037 19.0772C25.1045 19.3532 25.1037 19.6293 25.1037 19.9053C25.1021 19.9053 25.1006 19.9053 25.099 19.9053H25.0982Z" fill="white"/><path d="M29.9426 19.9142C29.9426 20.475 29.9441 21.0369 29.941 21.5977C29.941 21.6966 29.9285 21.7966 29.9129 21.8933C29.823 22.4509 29.5238 22.6986 29.1012 22.6508C28.6887 22.6041 28.4793 22.3009 28.4348 21.7248C28.4285 21.6444 28.4176 21.5629 28.4176 21.4825C28.416 20.4326 28.4145 19.3816 28.4191 18.3317C28.4191 18.1622 28.4355 17.9861 28.4699 17.8231C28.5816 17.2971 28.8934 17.1036 29.2902 17.159C29.7262 17.2199 29.9262 17.6286 29.9379 18.1915C29.9496 18.7654 29.9402 19.3414 29.9402 19.9153C29.9402 19.9153 29.9402 19.9153 29.941 19.9153L29.9426 19.9142Z" fill="white"/></svg>');
}

.ico-parking {
  background-image: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 11.6665C13.1043 11.6665 7.5 17.2708 7.5 24.1665C7.5 31.0622 13.1043 36.6665 20 36.6665C26.8957 36.6665 32.5 31.0622 32.5 24.1665C32.5 17.2708 26.8871 11.6665 20 11.6665ZM21.782 27.7392H21.7734H18.218V33.0938H14.6453V17.0212H18.218H21.7906C24.7521 17.0212 27.1453 19.423 27.1453 22.3759C27.1367 25.3373 24.7435 27.7392 21.782 27.7392Z" fill="%23181C89"/><path d="M21.669 20.8335H18.333V24.1668H21.669C22.5935 24.1668 23.333 23.4198 23.333 22.5042C23.333 21.5805 22.5935 20.8335 21.669 20.8335Z" fill="%23181C89"/><path d="M19.9909 4.1665C14.4665 4.1665 9.46031 6.51944 5.83301 10.3154L7.12408 11.6665C10.4264 8.21062 14.9759 6.07827 19.9997 6.07827C25.0234 6.07827 29.5729 8.21981 32.8753 11.6665L34.1663 10.3154C30.5215 6.51025 25.5153 4.1665 19.9909 4.1665Z" fill="%23181C89"/><path d="M30.3666 14.1571L31.6663 12.747C28.6778 9.5048 24.5487 7.5 20.0041 7.5C15.4506 7.5 11.3215 9.51439 8.33301 12.7566L9.63274 14.1667C12.2853 11.289 15.9546 9.4952 20.0041 9.4952C24.0448 9.4952 27.7141 11.2794 30.3666 14.1571Z" fill="%23181C89"/></svg>');
}

.ico-salik {
  background-image: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.91699 7.5V29.7222H6.61763V14.9105H32.5497V29.7222H36.2503V7.5H2.91699Z" fill="%23DA2F20"/><path d="M14.0281 22.5L2.91699 33.6111H17.7287V26.2006H21.4386V33.6111H36.2503L25.1392 22.5H14.0281Z" fill="%23DA2F20"/></svg>');
}

@media (max-width: 768px) {
  .h23_list_panel ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Swiper */
.h23_section_full_swiper_wrapper {
  position: relative;
  width: 100%;
}

.h23_section_full_swiper {
  position: relative;
  width: 100%;
}

.h23_section_full_swiper_wrapper .button-nav-prev,
.h23_section_full_swiper_wrapper .button-nav-next {
  position: absolute;
  width: 36px;
  height: 140px;
  top: 40%;
  bottom: auto;
  cursor: pointer;
  background-color: rgba(var(--color-blue140), 1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
  color: rgba(var(--color-white), 1);
  z-index: 1;
}

.h23_section_full_swiper_wrapper .button-nav-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffffff" d="M 10.4 1.7 L 9 0.3 L 0.3 9 L 9 17.7 l 1.4 -1.4 L 3.1 9 z" />\</svg>');
  left: 0px;
  border-radius: 0px var(--border-radius) var(--border-radius) 0px;
}

.h23_section_full_swiper_wrapper .button-nav-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffffff" d="M 0.3 1.7 L 1.7 0.3 L 10.4 9 l -8.7 8.7 l -1.4 -1.4 L 7.6 9 z" />\</svg>');
  right: 0px;
  border-radius: var(--border-radius) 0px 0px var(--border-radius);
}

html[dir="rtl"] .h23_section_full_swiper_wrapper .button-nav-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffffff" d="M 10.4 1.7 L 9 0.3 L 0.3 9 L 9 17.7 l 1.4 -1.4 L 3.1 9 z" />\</svg>');
  left: 0px;
  right: auto;
  border-radius: 0px var(--border-radius) var(--border-radius) 0px;
}

html[dir="rtl"] .h23_section_full_swiper_wrapper .button-nav-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffffff" d="M 0.3 1.7 L 1.7 0.3 L 10.4 9 l -8.7 8.7 l -1.4 -1.4 L 7.6 9 z" />\</svg>');
  right: 0px;
  left: auto;
  border-radius: var(--border-radius) 0px 0px var(--border-radius);
}

.h23_section_full_swiper_wrapper .button-nav-prev.swiper-button-disabled,
.h23_section_full_swiper_wrapper .button-nav-next.swiper-button-disabled {
  opacity: 0.4;
}

.h23_section_full_swiper_wrapper .swiper-pagination {
  display: none;
}

@media (max-width: 1200px) {

  .h23_section_full_swiper_wrapper .button-nav-prev,
  .h23_section_full_swiper_wrapper .button-nav-next {
    width: 28px;
    height: 100px;
    top: 28%;
  }
}

@media (max-width: 768px) {

  .h23_section_full_swiper_wrapper .button-nav-prev,
  .h23_section_full_swiper_wrapper .button-nav-next {
    display: none;
  }

  .h23_card {
    margin: 10px;
  }
}

/* Engage with Us */
.h23_engage_icon {
  background-position: top 20px center;
  padding-top: 50px;
  background-repeat: no-repeat;
}
/*
.h23_ico_chat {
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_568_4288)"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.2867 24.2093L21.8427 23.7913L22.6777 24.9743L22.1217 25.3913C20.7297 26.3653 18.9217 26.9213 16.9737 26.9213C15.0257 26.9213 13.2167 26.3653 11.8257 25.3913L11.2697 24.9743L12.1037 23.7913L12.6607 24.2093C13.7737 24.9743 15.3737 25.4613 16.9737 25.4613C18.6437 25.4613 20.1737 25.0433 21.2867 24.2093ZM18.9907 15.0263C20.5207 13.8433 25.0427 12.0353 24.9737 12.0353C25.8777 12.4523 27.2697 13.7053 27.2697 13.7053C23.1647 13.9133 18.9907 15.0263 18.9907 15.0263ZM10.1567 12.0353C10.9907 12.0353 11.6167 12.7303 11.6867 13.5653C11.6867 14.4003 10.9907 15.0953 10.1567 15.0953C9.32168 15.0953 8.62668 14.4003 8.62668 13.5653C8.62668 12.7303 9.32168 12.0353 10.1567 12.0353ZM16.9737 0.278344C25.1127 0.278344 31.6517 6.88734 31.6517 14.9573V20.8703H29.7037V15.0263C29.7037 8.00034 23.9997 2.29634 16.9737 2.29634C9.94768 2.29634 4.24368 7.93034 4.24368 14.9563V21.1483H3.68668C3.47768 21.1483 3.26968 21.1483 3.06068 21.0783C4.79968 26.5743 9.80868 30.6083 15.9307 30.7483C16.0697 30.3303 16.4867 29.9833 17.0427 29.9833C17.7387 29.9833 18.2957 30.5393 18.2957 31.2353C18.2957 31.9303 17.7387 32.4873 17.0427 32.4873C16.4867 32.4873 15.9997 32.1393 15.8607 31.6523C12.7119 31.5258 9.68539 30.3985 7.22097 28.4344C4.75655 26.4703 2.98255 23.7716 2.15668 20.7303C1.04268 20.1743 0.34668 19.0603 0.34668 17.7403V16.0703C0.34668 14.6783 1.18268 13.4263 2.43468 12.9403C3.47768 5.77334 9.59968 0.278344 16.9737 0.278344Z" fill="%23181C89"/></g><defs><clipPath id="clip0_568_4288"><rect width="36" height="36" fill="white"/></clipPath></defs></svg>');
}

.h23_ico_mbr_majlis {
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_568_4302)"><path d="M26.577 32.01C26.498 31.9636 26.4327 31.8972 26.3876 31.8175C26.3425 31.7378 26.3192 31.6476 26.32 31.556V28.792L32.683 20.96C32.9076 20.6843 33.0302 20.3396 33.03 19.984V9.363C33.03 9.08916 32.9212 8.82654 32.7276 8.63291C32.534 8.43928 32.2713 8.3305 31.9975 8.3305C31.7237 8.3305 31.461 8.43928 31.2674 8.63291C31.0738 8.82654 30.965 9.08916 30.965 9.363V18.351L29.354 19.962L29.323 19.992L29.265 20.051C29.2171 20.0989 29.1602 20.137 29.0975 20.1629C29.0349 20.1888 28.9678 20.2022 28.9 20.2022C28.8322 20.2022 28.7651 20.1888 28.7025 20.1629C28.6398 20.137 28.5829 20.0989 28.535 20.051C28.4871 20.0031 28.449 19.9462 28.4231 19.8835C28.3972 19.8209 28.3838 19.7538 28.3838 19.686C28.3838 19.6182 28.3972 19.5511 28.4231 19.4885C28.449 19.4258 28.4871 19.3689 28.535 19.321L28.624 19.233C28.7196 19.1474 28.7967 19.0432 28.8507 18.9267C28.9046 18.8103 28.9343 18.6841 28.9378 18.5558C28.9414 18.4275 28.9187 18.2998 28.8712 18.1806C28.8237 18.0614 28.7524 17.9531 28.6617 17.8623C28.5709 17.7716 28.4626 17.7003 28.3434 17.6528C28.2242 17.6053 28.0965 17.5826 27.9682 17.5862C27.8399 17.5897 27.7137 17.6193 27.5973 17.6733C27.4808 17.7273 27.3766 17.8044 27.291 17.9L22.521 22.67C21.6516 23.5406 21.1632 24.7206 21.163 25.951V31.556C21.163 31.6929 21.1086 31.8241 21.0119 31.9209C20.9151 32.0176 20.7839 32.072 20.647 32.072C20.5101 32.072 20.3789 32.0176 20.2821 31.9209C20.1854 31.8241 20.131 31.6929 20.131 31.556V25.951C20.1315 24.4455 20.7296 23.0017 21.794 21.937L26.564 17.167C26.9352 16.7975 27.4377 16.59 27.9615 16.59C28.4853 16.59 28.9878 16.7975 29.359 17.167L29.938 17.746V9.363C29.9319 9.08806 29.9809 8.81469 30.0819 8.55891C30.1829 8.30314 30.334 8.07012 30.5263 7.87354C30.7187 7.67695 30.9483 7.52076 31.2018 7.41413C31.4553 7.30749 31.7275 7.25256 32.0025 7.25256C32.2775 7.25256 32.5497 7.30749 32.8032 7.41413C33.0567 7.52076 33.2863 7.67695 33.4787 7.87354C33.671 8.07012 33.8221 8.30314 33.9231 8.55891C34.0241 8.81469 34.0731 9.08806 34.067 9.363V19.984C34.0667 20.5774 33.8622 21.1525 33.488 21.613L27.353 29.159V31.559C27.3542 31.6504 27.3311 31.7404 27.2861 31.8199C27.2412 31.8995 27.176 31.9657 27.0971 32.0118C27.0183 32.058 26.9286 32.0824 26.8372 32.0826C26.7459 32.0828 26.6561 32.0588 26.577 32.013V32.01ZM15.222 32.01C15.1432 31.9635 15.078 31.8971 15.033 31.8174C14.9881 31.7377 14.9649 31.6475 14.966 31.556V25.951C14.9659 25.3411 14.8457 24.7371 14.6122 24.1736C14.3786 23.6101 14.0364 23.0982 13.605 22.667L8.836 17.9C8.65866 17.7245 8.41903 17.6263 8.1695 17.6269C7.91998 17.6276 7.68086 17.727 7.50442 17.9034C7.32798 18.0799 7.22857 18.319 7.22793 18.5685C7.22729 18.818 7.32547 19.0577 7.501 19.235L7.531 19.265L7.589 19.324C7.63693 19.3719 7.67495 19.4288 7.7009 19.4915C7.72684 19.5541 7.74019 19.6212 7.74019 19.689C7.74019 19.7568 7.72684 19.8239 7.7009 19.8865C7.67495 19.9492 7.63693 20.0061 7.589 20.054C7.54107 20.1019 7.48416 20.14 7.42154 20.1659C7.35891 20.1918 7.29179 20.2052 7.224 20.2052C7.15621 20.2052 7.08909 20.1918 7.02646 20.1659C6.96384 20.14 6.90693 20.1019 6.859 20.054L5.159 18.354V9.363C5.159 9.08916 5.05022 8.82654 4.85659 8.63291C4.66296 8.43928 4.40034 8.3305 4.1265 8.3305C3.85266 8.3305 3.59004 8.43928 3.39641 8.63291C3.20278 8.82654 3.094 9.08916 3.094 9.363V19.984C3.09416 20.3395 3.21669 20.6842 3.441 20.96L9.804 28.792V31.557C9.804 31.6939 9.74964 31.8251 9.65287 31.9219C9.5561 32.0186 9.42485 32.073 9.288 32.073C9.15115 32.073 9.0199 32.0186 8.92313 31.9219C8.82636 31.8251 8.772 31.6939 8.772 31.557V29.157L2.642 21.613C2.2674 21.1527 2.06291 20.5774 2.063 19.984V9.363C2.05695 9.08806 2.10587 8.81469 2.20691 8.55891C2.30794 8.30314 2.45904 8.07012 2.65135 7.87354C2.84365 7.67695 3.07329 7.52076 3.32677 7.41413C3.58026 7.30749 3.8525 7.25256 4.1275 7.25256C4.4025 7.25256 4.67474 7.30749 4.92823 7.41413C5.18171 7.52076 5.41135 7.67695 5.60365 7.87354C5.79596 8.07012 5.94706 8.30314 6.04809 8.55891C6.14913 8.81469 6.19805 9.08806 6.192 9.363V17.747L6.771 17.168C7.14224 16.7985 7.64471 16.591 8.1685 16.591C8.69229 16.591 9.19476 16.7985 9.566 17.168L14.336 21.938C15.4004 23.0027 15.9985 24.4465 15.999 25.952V31.557C16 31.6484 15.9767 31.7384 15.9316 31.8179C15.8866 31.8974 15.8213 31.9636 15.7424 32.0097C15.6634 32.0558 15.5737 32.0802 15.4824 32.0804C15.391 32.0806 15.3011 32.0567 15.222 32.011V32.01ZM25.289 22.782C25.289 22.68 25.3192 22.5803 25.3759 22.4954C25.4325 22.4106 25.5131 22.3445 25.6073 22.3054C25.7015 22.2663 25.8052 22.256 25.9053 22.2758C26.0054 22.2957 26.0973 22.3447 26.1695 22.4168C26.2417 22.4888 26.2909 22.5807 26.311 22.6807C26.331 22.7808 26.3209 22.8845 26.282 22.9788C26.2431 23.0731 26.1771 23.1537 26.0924 23.2106C26.0077 23.2674 25.908 23.2978 25.806 23.298C25.6691 23.298 25.5378 23.2438 25.4408 23.1473C25.3437 23.0508 25.2888 22.9199 25.288 22.783L25.289 22.782ZM9.805 22.782C9.805 22.68 9.83524 22.5803 9.89189 22.4954C9.94855 22.4106 10.0291 22.3445 10.1233 22.3054C10.2175 22.2663 10.3212 22.256 10.4213 22.2758C10.5214 22.2957 10.6133 22.3447 10.6855 22.4168C10.7577 22.4888 10.8069 22.5807 10.827 22.6807C10.847 22.7808 10.8369 22.8845 10.798 22.9788C10.7591 23.0731 10.6931 23.1537 10.6084 23.2106C10.5237 23.2674 10.424 23.2978 10.322 23.298C10.1853 23.2977 10.0543 23.2435 9.95742 23.147C9.86058 23.0505 9.80579 22.9197 9.805 22.783V22.782ZM26.321 21.75C26.321 21.648 26.3512 21.5483 26.4079 21.4634C26.4645 21.3786 26.5451 21.3125 26.6393 21.2734C26.7335 21.2343 26.8372 21.224 26.9373 21.2438C27.0374 21.2637 27.1293 21.3127 27.2015 21.3848C27.2737 21.4568 27.3229 21.5487 27.343 21.6487C27.363 21.7488 27.3529 21.8525 27.314 21.9468C27.2751 22.0411 27.2091 22.1217 27.1244 22.1786C27.0397 22.2354 26.94 22.2658 26.838 22.266C26.7011 22.2657 26.5699 22.2113 26.4731 22.1146C26.3762 22.018 26.3215 21.8869 26.321 21.75ZM8.773 21.75C8.773 21.648 8.80324 21.5483 8.85989 21.4634C8.91655 21.3786 8.99708 21.3125 9.09131 21.2734C9.18553 21.2343 9.28923 21.224 9.3893 21.2438C9.48937 21.2637 9.58131 21.3127 9.65351 21.3848C9.72572 21.4568 9.77494 21.5487 9.79496 21.6487C9.81499 21.7488 9.80491 21.8525 9.76601 21.9468C9.72711 22.0411 9.66113 22.1217 9.5764 22.1786C9.49168 22.2354 9.39201 22.2658 9.29 22.266C9.15314 22.2657 9.02194 22.2113 8.92507 22.1146C8.8282 22.018 8.77353 21.8869 8.773 21.75ZM27.353 20.718C27.353 20.616 27.3832 20.5163 27.4399 20.4314C27.4965 20.3466 27.5771 20.2805 27.6713 20.2414C27.7655 20.2023 27.8692 20.192 27.9693 20.2118C28.0694 20.2317 28.1613 20.2807 28.2335 20.3528C28.3057 20.4248 28.3549 20.5167 28.375 20.6167C28.395 20.7168 28.3849 20.8205 28.346 20.9148C28.3071 21.0091 28.2411 21.0897 28.1564 21.1466C28.0717 21.2034 27.972 21.2338 27.87 21.234C27.7331 21.2337 27.6019 21.1793 27.5051 21.0826C27.4082 20.986 27.3535 20.8549 27.353 20.718ZM7.74 20.718C7.74 20.616 7.77024 20.5163 7.82689 20.4314C7.88355 20.3466 7.96408 20.2805 8.05831 20.2414C8.15253 20.2023 8.25623 20.192 8.3563 20.2118C8.45637 20.2317 8.54831 20.2807 8.62051 20.3528C8.69272 20.4248 8.74194 20.5167 8.76196 20.6167C8.78199 20.7168 8.77191 20.8205 8.73301 20.9148C8.69411 21.0091 8.62813 21.0897 8.5434 21.1466C8.45868 21.2034 8.35901 21.2338 8.257 21.234C8.12014 21.2337 7.98894 21.1793 7.89207 21.0826C7.7952 20.986 7.74053 20.8549 7.74 20.718ZM10.321 11.684V4.284L18.063 0L25.805 4.287V11.687L18.063 17.008L10.321 11.684Z" fill="%23181C89"/></g><defs><clipPath id="clip0_568_4302"><rect width="36" height="36" fill="white"/></clipPath></defs></svg>');
}

.h23_ico_feedback {
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.7276 34.0468C25.7276 32.991 26.0591 31.7373 27.1279 28.8811C27.2164 28.6783 27.2547 28.4567 27.2395 28.2354C27.2395 28.229 27.2969 28.1827 26.8867 28.1827H21.8632C21.2484 28.1793 20.6598 27.9299 20.2258 27.4888C19.7917 27.0478 19.5473 26.4508 19.5459 25.8281V25.3449C19.2948 25.1066 19.0962 24.8173 18.9631 24.4959C18.83 24.1745 18.7654 23.8283 18.7735 23.4799C18.7785 22.9153 18.9613 22.3671 19.2952 21.9151C18.9611 21.4632 18.7783 20.9149 18.7735 20.3504C18.7649 20.0019 18.8293 19.6555 18.9624 19.334C19.0956 19.0126 19.2944 18.7233 19.5459 18.4854V18.0022C19.549 17.3803 19.7943 16.7849 20.2284 16.3452C20.6625 15.9055 21.2504 15.6571 21.8643 15.654H30.75C31.8763 15.6568 32.9557 16.1112 33.7521 16.9179C34.5485 17.7246 34.9972 18.8178 35 19.9586V25.0468C35.0025 26.0533 34.6942 27.0354 34.1181 27.8556L29.4091 34.884C29.2452 35.2138 28.9955 35.4921 28.6869 35.6887C28.3783 35.8854 28.0226 35.993 27.6581 36C27.1483 35.9941 26.6609 35.7865 26.3001 35.4216C25.9394 35.0566 25.7339 34.5632 25.7276 34.0468ZM5.25001 20.3493C4.12362 20.3467 3.04408 19.8924 2.2476 19.0856C1.45112 18.2789 1.00254 17.1855 1.00001 16.0446V10.9576C0.997561 9.95071 1.3059 8.96827 1.88189 8.14767L6.58982 1.11599C6.75349 0.785944 7.00313 0.507511 7.31176 0.310811C7.62038 0.11411 7.97624 0.00663078 8.34082 0C8.85132 0.00587156 9.33928 0.213885 9.70028 0.57953C10.0613 0.945175 10.2666 1.43941 10.2724 1.95648C10.2724 3.01112 9.94095 4.26486 8.87101 7.12209C8.78394 7.32526 8.74745 7.54699 8.76476 7.76779C8.76476 7.77317 8.70738 7.82052 9.11751 7.82052H14.1399C14.7538 7.82391 15.3415 8.0724 15.7756 8.51204C16.2096 8.95168 16.455 9.54698 16.4583 10.1687V10.6541C16.7097 10.8919 16.9085 11.181 17.0416 11.5022C17.1748 11.8235 17.2392 12.1697 17.2308 12.518C17.2255 13.0825 17.0428 13.6306 16.7091 14.0827C17.0426 14.5354 17.2253 15.0838 17.2308 15.6486C17.2394 15.9971 17.175 16.3434 17.0418 16.6649C16.9087 16.9864 16.7098 17.2756 16.4583 17.5136V17.9968C16.455 18.6185 16.2096 19.2138 15.7756 19.6535C15.3415 20.0931 14.7538 20.3416 14.1399 20.345L5.25001 20.3493Z" fill="%23181C89"/></svg>');
}

.h23_ico_emails {
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="23" viewBox="0 0 36 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.219375 0H35.7806L18 14.0933L0.219375 0ZM0 22.0974V1.57864L12.1826 11.1625L0 22.0974ZM23.8174 11.1614L36 1.57864V22.0986L23.8174 11.1625V11.1614ZM18 15.8973L22.7194 12.064L34.9031 23H1.09688L13.2806 12.064L18 15.8973Z" fill="%23181C89"/></svg>');
}
*/
/* Footer */
.icon-customize:before {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  color: #575757;
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.6844 15.3137C12.5451 15.2556 12.4144 15.1946 12.2923 15.1305C12.1702 15.0664 12.0455 14.9882 11.9183 14.8958L11.1695 15.1222C11.0883 15.1454 11.0128 15.1423 10.9432 15.1131C10.8735 15.0838 10.8155 15.0346 10.769 14.9654L10.3512 14.2689C10.3047 14.1993 10.2931 14.1238 10.3163 14.0426C10.3395 13.9613 10.3802 13.8917 10.4382 13.8336L11.0128 13.3287C10.9896 13.1894 10.978 13.0385 10.978 12.8759C10.978 12.7134 10.9896 12.5625 11.0128 12.4232L10.4382 11.9183C10.3802 11.8602 10.3395 11.7906 10.3163 11.7093C10.2931 11.6281 10.3047 11.5526 10.3512 11.483L10.769 10.7865C10.8155 10.7168 10.8735 10.6676 10.9432 10.6388C11.0128 10.61 11.0883 10.607 11.1695 10.6297L11.9183 10.8561C12.046 10.7632 12.1706 10.685 12.2923 10.6214C12.4139 10.5578 12.5447 10.4967 12.6844 10.4382L12.8411 9.67207C12.8643 9.59081 12.9022 9.52395 12.9547 9.47148C13.0071 9.41901 13.0796 9.393 13.172 9.39347H14.0078C14.1006 9.39347 14.1733 9.4197 14.2258 9.47217C14.2782 9.52464 14.3158 9.59127 14.3386 9.67207L14.4953 10.4382C14.6346 10.4963 14.7653 10.5573 14.8874 10.6214C15.0096 10.6855 15.1342 10.7637 15.2614 10.8561L16.0102 10.6297C16.0914 10.6065 16.1669 10.6096 16.2365 10.6388C16.3062 10.6681 16.3642 10.7173 16.4107 10.7865L16.8286 11.483C16.875 11.5526 16.8866 11.6281 16.8634 11.7093C16.8402 11.7906 16.7995 11.8602 16.7415 11.9183L16.1669 12.4232C16.1901 12.5625 16.2017 12.7134 16.2017 12.8759C16.2017 13.0385 16.1901 13.1894 16.1669 13.3287L16.7415 13.8336C16.7995 13.8917 16.8402 13.9613 16.8634 14.0426C16.8866 14.1238 16.875 14.1993 16.8286 14.2689L16.4107 14.9654C16.3642 15.0351 16.3062 15.0845 16.2365 15.1138C16.1669 15.143 16.0914 15.1458 16.0102 15.1222L15.2614 14.8958C15.1338 14.9887 15.0091 15.0671 14.8874 15.1312C14.7658 15.1953 14.6351 15.2561 14.4953 15.3137L14.3386 16.0798C14.3154 16.1611 14.2775 16.228 14.2251 16.2804C14.1726 16.3329 14.1002 16.3589 14.0078 16.3584H13.172C13.0791 16.3584 13.0064 16.3322 12.954 16.2797C12.9015 16.2273 12.8639 16.1606 12.8411 16.0798L12.6844 15.3137ZM13.5899 14.2689C13.9729 14.2689 14.301 14.1324 14.574 13.8594C14.847 13.5864 14.9833 13.2586 14.9829 12.8759C14.9829 12.4929 14.8466 12.1648 14.574 11.8918C14.3014 11.6188 13.9734 11.4825 13.5899 11.483C13.2068 11.483 12.879 11.6195 12.6064 11.8925C12.3338 12.1655 12.1971 12.4933 12.1962 12.8759C12.1962 13.259 12.3327 13.5871 12.6057 13.8601C12.8787 14.1331 13.2072 14.2694 13.5899 14.2689ZM4.51799 15.6619C4.13492 15.6619 3.8071 15.5254 3.53454 15.2524C3.26198 14.9794 3.12546 14.6516 3.125 14.2689V4.51799C3.125 4.13492 3.26151 3.80687 3.53454 3.53384C3.80757 3.26082 4.13538 3.12454 4.51799 3.125H14.2689C14.652 3.125 14.9801 3.26151 15.2531 3.53454C15.5261 3.80757 15.6624 4.13539 15.6619 4.51799V8.4532C15.4414 8.34872 15.215 8.26445 14.9829 8.20037C14.7507 8.13629 14.5127 8.08707 14.2689 8.05271V4.51799H4.51799V10.7865H6.99056C7.12985 10.7865 7.25174 10.8185 7.35622 10.8826C7.46069 10.9467 7.54195 11.0307 7.59999 11.1347C7.76251 11.4017 7.94243 11.6106 8.13977 11.7616C8.33711 11.9125 8.55187 12.0227 8.78403 12.0924C8.67956 12.7192 8.69419 13.3403 8.82791 13.9555C8.96164 14.5708 9.214 15.1396 9.585 15.6619H4.51799Z" fill="%23575757"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
}

.h23_customize_link {
  cursor: pointer;
}

.h23_customize_link:hover .icon-customize:before {
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.6844 15.3137C12.5451 15.2556 12.4144 15.1946 12.2923 15.1305C12.1702 15.0664 12.0455 14.9882 11.9183 14.8958L11.1695 15.1222C11.0883 15.1454 11.0128 15.1423 10.9432 15.1131C10.8735 15.0838 10.8155 15.0346 10.769 14.9654L10.3512 14.2689C10.3047 14.1993 10.2931 14.1238 10.3163 14.0426C10.3395 13.9613 10.3802 13.8917 10.4382 13.8336L11.0128 13.3287C10.9896 13.1894 10.978 13.0385 10.978 12.8759C10.978 12.7134 10.9896 12.5625 11.0128 12.4232L10.4382 11.9183C10.3802 11.8602 10.3395 11.7906 10.3163 11.7093C10.2931 11.6281 10.3047 11.5526 10.3512 11.483L10.769 10.7865C10.8155 10.7168 10.8735 10.6676 10.9432 10.6388C11.0128 10.61 11.0883 10.607 11.1695 10.6297L11.9183 10.8561C12.046 10.7632 12.1706 10.685 12.2923 10.6214C12.4139 10.5578 12.5447 10.4967 12.6844 10.4382L12.8411 9.67207C12.8643 9.59081 12.9022 9.52395 12.9547 9.47148C13.0071 9.41901 13.0796 9.393 13.172 9.39347H14.0078C14.1006 9.39347 14.1733 9.4197 14.2258 9.47217C14.2782 9.52464 14.3158 9.59127 14.3386 9.67207L14.4953 10.4382C14.6346 10.4963 14.7653 10.5573 14.8874 10.6214C15.0096 10.6855 15.1342 10.7637 15.2614 10.8561L16.0102 10.6297C16.0914 10.6065 16.1669 10.6096 16.2365 10.6388C16.3062 10.6681 16.3642 10.7173 16.4107 10.7865L16.8286 11.483C16.875 11.5526 16.8866 11.6281 16.8634 11.7093C16.8402 11.7906 16.7995 11.8602 16.7415 11.9183L16.1669 12.4232C16.1901 12.5625 16.2017 12.7134 16.2017 12.8759C16.2017 13.0385 16.1901 13.1894 16.1669 13.3287L16.7415 13.8336C16.7995 13.8917 16.8402 13.9613 16.8634 14.0426C16.8866 14.1238 16.875 14.1993 16.8286 14.2689L16.4107 14.9654C16.3642 15.0351 16.3062 15.0845 16.2365 15.1138C16.1669 15.143 16.0914 15.1458 16.0102 15.1222L15.2614 14.8958C15.1338 14.9887 15.0091 15.0671 14.8874 15.1312C14.7658 15.1953 14.6351 15.2561 14.4953 15.3137L14.3386 16.0798C14.3154 16.1611 14.2775 16.228 14.2251 16.2804C14.1726 16.3329 14.1002 16.3589 14.0078 16.3584H13.172C13.0791 16.3584 13.0064 16.3322 12.954 16.2797C12.9015 16.2273 12.8639 16.1606 12.8411 16.0798L12.6844 15.3137ZM13.5899 14.2689C13.9729 14.2689 14.301 14.1324 14.574 13.8594C14.847 13.5864 14.9833 13.2586 14.9829 12.8759C14.9829 12.4929 14.8466 12.1648 14.574 11.8918C14.3014 11.6188 13.9734 11.4825 13.5899 11.483C13.2068 11.483 12.879 11.6195 12.6064 11.8925C12.3338 12.1655 12.1971 12.4933 12.1962 12.8759C12.1962 13.259 12.3327 13.5871 12.6057 13.8601C12.8787 14.1331 13.2072 14.2694 13.5899 14.2689ZM4.51799 15.6619C4.13492 15.6619 3.8071 15.5254 3.53454 15.2524C3.26198 14.9794 3.12546 14.6516 3.125 14.2689V4.51799C3.125 4.13492 3.26151 3.80687 3.53454 3.53384C3.80757 3.26082 4.13538 3.12454 4.51799 3.125H14.2689C14.652 3.125 14.9801 3.26151 15.2531 3.53454C15.5261 3.80757 15.6624 4.13539 15.6619 4.51799V8.4532C15.4414 8.34872 15.215 8.26445 14.9829 8.20037C14.7507 8.13629 14.5127 8.08707 14.2689 8.05271V4.51799H4.51799V10.7865H6.99056C7.12985 10.7865 7.25174 10.8185 7.35622 10.8826C7.46069 10.9467 7.54195 11.0307 7.59999 11.1347C7.76251 11.4017 7.94243 11.6106 8.13977 11.7616C8.33711 11.9125 8.55187 12.0227 8.78403 12.0924C8.67956 12.7192 8.69419 13.3403 8.82791 13.9555C8.96164 14.5708 9.214 15.1396 9.585 15.6619H4.51799Z" fill="%23e42414"/></svg>');
}

.icon-04:before {
  content: " ";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M25.801 2v18.89h5.695l-7.59 9.27v-7.343l-2.652.001c-1.528 4.278-5.57 7.343-10.303 7.343-6.04 0-10.955-4.993-10.955-11.13 0-6.136 4.914-11.129 10.955-11.129 2.911 0 5.56 1.16 7.525 3.047L25.8 2zm-14.85 7.72c-5.054 0-9.166 4.177-9.166 9.312 0 5.134 4.112 9.312 9.166 9.312 3.729 0 6.944-2.273 8.375-5.526H8.758l8.571-10.469a9.063 9.063 0 0 0-6.378-2.63zm16.49 13.102h-1.633v1.996l1.634-1.996zm-8.873-8.967-5.755 7.03 7.123.001c.12-.6.182-1.22.182-1.854a9.363 9.363 0 0 0-1.516-5.125l-.034-.05v-.002zM23.9 7.343l-4.148 5.067a11.187 11.187 0 0 1 2.155 6.622c0 .631-.052 1.25-.152 1.854H23.9V7.343z" fill="%23e42414" fill-rule="evenodd"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.digital-dubai-logo {
  width: 100%;
  max-width: 158px;
  margin: 0px auto;
}

.digital-dubai-logo .st0 {
  fill: #212951;
}

.digital-dubai-logo .st1 {
  fill: #2eabe3;
}

@media screen and (max-width: 992px) {
  .dda-footer {
    height: 60px;
    padding: 16px 0;
  }
}

/* footer nav */
.section_h23_footer_nav {
  background-color: rgba(var(--color-grey9), 1);
}

.section_h23_footer_nav .footer_discover_cta {
  color: rgba(var(--color-white), 1);
  text-align: center;
}

.section_h23_footer_nav .footer_discover_cta span {
  padding: 5px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.41 8.58984L12 13.1698L16.59 8.58984L18 9.99984L12 15.9998L6 9.99984L7.41 8.58984Z" fill="%23ffffff"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 25px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

html[dir="rtl"] .section_h23_footer_nav .footer_discover_cta span {
  background-position: left center;
  padding-left: 25px;
  padding-right: 0px;
}

.section_h23_footer_nav.active .footer_discover_cta span {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.59 15.4099L12 10.8299L7.41 15.4099L6 13.9999L12 7.99991L18 13.9999L16.59 15.4099Z" fill="%23ffffff"/></svg>');
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.h23_social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.h23_social a {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.h23_social a:hover {
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.h23_social a.facebook {
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M 35 4 h -6 c -5.5 0 -10 4.5 -10 10 v 6 h -6 v 8 h 6 v 16 h 8 V 28 h 6 l 2 -8 h -8 v -6 a 2 2 0 0 1 2 -2 h 6 V 4 z" fill="%23181C89"/></svg>');
}

.h23_social a.instagram {
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 2a4 4 0 0 0-4 4v14a4 4 0 0 0 4 4h14a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4H6zm0-2h14a6 6 0 0 1 6 6v14a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6a6 6 0 0 1 6-6zm10.81 12.39a3.8 3.8 0 1 0-7.517 1.115 3.8 3.8 0 0 0 7.518-1.114zm1.98-.293A5.8 5.8 0 1 1 7.314 13.8a5.8 5.8 0 0 1 11.474-1.702z" fill-rule="nonzero" fill="%23181C89"/></svg>');
}

.h23_social a.twitter {
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M 44 8.4 a 19.9 19.9 0 0 1 -5.7 2.8 a 8.2 8.2 0 0 0 -9.1 -2.3 a 8.1 8.1 0 0 0 -5.2 7.7 v 1.8 a 19.4 19.4 0 0 1 -16.4 -8.2 s -7.3 16.3 9.1 23.5 A 21.2 21.2 0 0 1 4 37.4 c 16.4 9 36.4 0 36.4 -20.8 a 8.1 8.1 0 0 0 -0.1 -1.5 A 13.9 13.9 0 0 0 44 8.4 z" fill="%23181C89"/></svg>');
  background-position: center top;
  background-size: 28px auto;
}

.h23_social a.youtube {
  background-image: url('data:image/svg+xml;utf8,<svg width="25" height="20" viewBox="0 0 25 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10c0-3.333.432-5.196.432-5.196C.752 2.717 2.686.76 4.762.489c0 0 1.931-.489 7.615-.489 5.683 0 7.618.49 7.618.49 2.07.295 4.017 2.228 4.312 4.317 0 0 .446 2.116.446 5.193 0 3.077-.446 5.193-.446 5.193-.311 2.088-2.246 4.014-4.325 4.269 0 0-3.06.538-7.606.538-4.546 0-7.61-.538-7.61-.538-2.074-.27-4.034-2.178-4.335-4.27 0 0-.431-1.86-.431-5.192zm10.422 4.466l6.182-3.804c.592-.364.594-.959 0-1.324l-6.182-3.804c-.592-.364-1.077-.09-1.077.616v7.7c0 .705.483.982 1.077.616z" fill-rule="nonzero" fill="%23181C89"/></svg>');
  background-position: center bottom;
  background-size: auto 20px;
}

.h23_social a.linkedin {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="23" viewBox="0 0 24 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.95 14.067v8.877h-5.133v-8.282c0-2.081-.742-3.501-2.6-3.501-1.419 0-2.263.957-2.634 1.883-.136.33-.17.791-.17 1.254v8.646H8.277s.07-14.028 0-15.481h5.135v2.194c-.01.017-.024.034-.034.05h.034v-.05c.682-1.053 1.9-2.558 4.628-2.558 3.378 0 5.91 2.213 5.91 6.968zM2.907 0C1.149 0 0 1.155 0 2.674 0 4.16 1.116 5.351 2.838 5.351h.034c1.79 0 2.904-1.19 2.904-2.677C5.743 1.155 4.663 0 2.906 0zM.305 22.944h5.133V7.463H.305v15.481z" fill-rule="nonzero" fill="%23181C89"/></svg>');
}

.h23_date_picker {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23181C89"><g><rect fill="none" height="24" width="24"/></g><g><path d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/></g></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
}

html[dir="rtl"] .h23_date_picker {
  background-position: left 10px center;
}

/* .footer_discover_contents {
  display: none;
}
.section_h23_footer_nav.active .footer_discover_contents {
  display: block;
} */
.h23_footer_links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.h23_footer_links ul {
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  list-style: none;
  color: rgba(var(--color-white), 1);
}

.h23_footer_links ul li {
  padding-bottom: 10px;
}

.h23_footer_links ul li b {
  font-size: 1.2em;
  display: block;
  margin-bottom: 15px;
}

.h23_footer_links ul li a {
  color: inherit;
  text-decoration: none;
}

.h23_footer_links ul li a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .h23_footer_links {
    flex-direction: column;
  }

  .h23_social {
    margin-bottom: 25px;
  }
}

@media (max-width: 524px) {
  .h23_social {
    justify-content: space-around;
  }
}

.section_h23_banner_inner img {
  width: 100%;
  display: block;
}

.no-overflow {
  overflow: hidden;
}

.is-flex {
  display: flex;
  gap: 32px;
}

.is-gap {
  gap: 32px;
}

.is-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  width: 100%;
}

.justify-between {
  justify-content: space-between;
}

.justify-start {
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .justify-start-sm {
    justify-content: flex-start;
  }
}

.is-responsive {
  width: 100%;
}

.is-rounded {
  border-radius: var(--border-radius);
  overflow: hidden;
}

.is-grid {
  display: grid;
}

.is-grid-three {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.is-grid .h23_card {
  margin: 0px;
}

.is-grid .h23_card .h23_card_content {
  min-height: 180px;
}

@media (max-width: 992px) {
  .is-grid-three {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .is-grid-three {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}

.align-items-flex-end {
  align-items: flex-end !important;
}

.align-items-flex-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-sapce-around {
  justify-content: space-around !important;
}

.justify-content-start {
  justify-content: start !important;
}

/* Color Blind */
body.colourBlind img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(1) invert(1) brightness(200%);
  filter: grayscale(1);
}

body.colourBlind .dda-btn__img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-filter: grayscale(0) invert(0) brightness(0%0%);
  filter: grayscale(0);
}

body.colourBlind .h23_nav_search {
  background-color: rgba(var(--color-black), 1);
}

body.colourBlind .h23_crisis_ticker {
  background-color: rgba(var(--color-black), 1);
  border-top: solid 1px rgba(var(--color-white), 1);
}

body.colourBlind .h23_nav_search input[type="text"] {
  background-color: rgba(var(--color-black), 1);
  border: solid 2px rgba(var(--color-white), 1);
  color: rgba(var(--color-white), 1);
  outline: none;
}

body.colourBlind header.dda-main-header.shadow {
  box-shadow: none;
}

body.colourBlind .h23_nav_search .close {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.192 6.34375L11.949 10.5858L7.70697 6.34375L6.29297 7.75775L10.535 11.9998L6.29297 16.2418L7.70697 17.6558L11.949 13.4137L16.192 17.6558L17.606 16.2418L13.364 11.9998L17.606 7.75775L16.192 6.34375Z" fill="%23ffffff"/></svg>');
}

body.colourBlind .h23_crisis_ticker .close {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.192 6.34375L11.949 10.5858L7.70697 6.34375L6.29297 7.75775L10.535 11.9998L6.29297 16.2418L7.70697 17.6558L11.949 13.4137L16.192 17.6558L17.606 16.2418L13.364 11.9998L17.606 7.75775L16.192 6.34375Z" fill="%23ffffff"/></svg>');
}

body.colourBlind .icon-back-to-top::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 8L1.41 9.41L7 3.83V16H9V3.83L14.58 9.42L16 8L8 0L0 8Z" fill="%23ffffff"/></svg>');
}

body.colourBlind .h23_nav_search .h23_nav_results h3 {
  color: rgba(var(--color-white), 1);
}

body.colourBlind .h23_nav_search .h23_nav_results ul li {
  border-top: solid 1px rgba(var(--color-white), 0.1);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23D1D2E7" d="M 0.3 1.7 L 1.7 0.3 L 10.4 9 l -8.7 8.7 l -1.4 -1.4 L 7.6 9 z" />\</svg>');
}

body.colourBlind .h23_nav_search .h23_nav_results ul li:hover {
  background-color: rgba(var(--color-white), 0.05);
}

body.colourBlind .h23_nav_search .h23_nav_results ul a {
  color: rgba(var(--color-white), 1);
}

body.colourBlind .section_h23_journey_planner h2 {
  background-image: url('data:image/svg+xml;utf8,<svg width="22" height="24" viewBox="0 0 22 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.292 10.5413C11.817 10.5413 12.2837 10.133 12.2837 9.54967C12.2837 9.02467 11.817 8.55801 11.292 8.55801C10.767 8.55801 10.3003 8.96634 10.3003 9.54967C10.3003 10.0747 10.767 10.5413 11.292 10.5413ZM11.292 5.52467C13.567 5.52467 15.3753 7.33301 15.3753 9.54967C15.3753 10.483 15.0253 11.358 14.5003 11.9997L11.5253 15.733C11.4982 15.7692 11.4629 15.7986 11.4224 15.8189C11.3819 15.8391 11.3373 15.8497 11.292 15.8497C11.2467 15.8497 11.2021 15.8391 11.1616 15.8189C11.1211 15.7986 11.0858 15.7692 11.0587 15.733L8.08366 11.9997C7.52486 11.3046 7.21661 10.4415 7.20866 9.54967C7.20866 7.33301 9.01699 5.52467 11.292 5.52467ZM11.292 18.183C15.4337 18.183 18.817 14.858 18.817 10.7163C18.817 6.57467 15.4337 3.24967 11.292 3.24967C7.15033 3.24967 3.76699 6.57467 3.76699 10.7163C3.76699 14.858 7.15033 18.183 11.292 18.183ZM19.342 17.3663L21.792 19.758L17.8837 23.6663L14.6753 20.5163C13.6253 20.8663 12.4587 21.0413 11.292 21.0413C5.51699 21.0413 0.791992 16.3747 0.791992 10.658C0.791992 4.99967 5.51699 0.333008 11.292 0.333008C17.067 0.333008 21.792 4.99967 21.792 10.7163C21.792 13.2247 20.8587 15.558 19.342 17.3663Z" fill="%23ffffff"/></svg>');
}

body.colourBlind .icon-04:before {
  background-image: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M25.801 2v18.89h5.695l-7.59 9.27v-7.343l-2.652.001c-1.528 4.278-5.57 7.343-10.303 7.343-6.04 0-10.955-4.993-10.955-11.13 0-6.136 4.914-11.129 10.955-11.129 2.911 0 5.56 1.16 7.525 3.047L25.8 2zm-14.85 7.72c-5.054 0-9.166 4.177-9.166 9.312 0 5.134 4.112 9.312 9.166 9.312 3.729 0 6.944-2.273 8.375-5.526H8.758l8.571-10.469a9.063 9.063 0 0 0-6.378-2.63zm16.49 13.102h-1.633v1.996l1.634-1.996zm-8.873-8.967-5.755 7.03 7.123.001c.12-.6.182-1.22.182-1.854a9.363 9.363 0 0 0-1.516-5.125l-.034-.05v-.002zM23.9 7.343l-4.148 5.067a11.187 11.187 0 0 1 2.155 6.622c0 .631-.052 1.25-.152 1.854H23.9V7.343z" fill="%23ffffff" fill-rule="evenodd"/></svg>');
}

body.colourBlind .dda-sub-header__navbar .menu ul li:hover>a,
body.colourBlind .dda-footer__icon-wrapper .primary--text,
body.colourBlind .dda-footer__section-links--right .dda-footer__section-link:hover,
body.colourBlind .dda-sub-header__btn:hover,
body.colourBlind .dda-sub-header__btn:focus,
body.colourBlind .icon-accessibility:before,
body.colourBlind .icon-account:before,
body.colourBlind .icon-search:before,
body.colourBlind .icon-happiness:before,
body.colourBlind .icon-chat:before,
body.colourBlind .icon-apps:before,
body.colourBlind .dda-side-nav .dropdown-btn i::before,
body.colourBlind .dda-footer__section-links--right .dda-footer__section-link:hover i,
body.colourBlind .dda-footer__section-links--right .dda-footer__section-link:hover i:before,
body.colourBlind .h23_form .h23_captcha_text {
  color: rgba(var(--color-white), 1);
}

body.colourBlind .mobile-search__input {
  background-color: rgba(var(--color-black), 1);
  color: rgba(var(--color-white), 1);
  border: 1px solid rgba(var(--color-white), 1);
  outline: none;
}

body.colourBlind .mobile-search__tag-btn {
  color: rgba(var(--color-white), 1);
  background-color: rgba(var(--color-black), 1);
  border: 1px solid rgba(var(--color-white), 1);
}

body.colourBlind .mobile-search__checkmark {
  border: 2px solid rgba(var(--color-white), 1);
  background-color: rgba(var(--color-black), 1);
}

body.colourBlind .mobile-search__filter-checkbox:checked~.mobile-search__checkmark {
  background-color: rgba(var(--color-black), 1);
}

body.colourBlind .dda-sub-header__navbar .menu>ul li ul li::before {
  border: solid rgba(var(--color-white), 1);
  border-width: 0 3px 3px 0;
}

body.colourBlind .dda-sub-header__actions .search .search__input:focus {
  box-shadow: 0 0 0 0.125rem rgba(var(--color-white), 1);
}

body.colourBlind .bg-image {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

body.colourBlind .dda-main-header__gov-logo {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100.3 41.2" style="enable-background:new 0 0 100.3 41.2;" xml:space="preserve"><title>government-of-dubai</title><path fill="%23ffffff" d="M4.6,35.8c-0.3-0.2-0.7-0.2-1-0.2c-0.6,0-1.1,0.2-1.5,0.7c-0.2,0.2-0.4,0.5-0.5,0.8c-0.1,0.4-0.2,0.8-0.2,1.2 c0,0.3,0,0.7,0.1,1C1.6,39.6,1.8,39.8,2,40c0.2,0.2,0.4,0.4,0.6,0.5c0.3,0.1,0.6,0.2,0.9,0.2h0.2H4h0.2l0.2-0.1c0-0.1,0-0.2,0-0.3 v-0.5c0-0.5,0-0.8,0-1s0-0.4,0-0.5h0.2h0.8h0.2c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.3s0,0.3,0,0.4s0,0.3,0,0.4v0.3c0,0.2,0,0.3,0,0.4 c0,0.1,0,0.2,0,0.3C5.3,40.9,5,41,4.6,41.1c-0.4,0.1-0.8,0.1-1.1,0.1c-0.5,0-1,0-1.4-0.2c-0.4-0.1-0.7-0.3-1-0.6 c-0.3-0.2-0.5-0.5-0.7-0.9C0.1,39.1,0,38.7,0,38.3c0-0.5,0.1-1,0.3-1.4c0.2-0.4,0.4-0.7,0.8-1c0.3-0.3,0.7-0.5,1.1-0.6 c0.5-0.1,0.9-0.2,1.4-0.2c0.4,0,0.8,0,1.1,0.1c0.3,0.1,0.6,0.2,0.9,0.4L5.5,36c0,0.1-0.1,0.3-0.1,0.4H5.2C5.1,36.2,4.8,36,4.6,35.8" /><path fill="%23ffffff" d="M6.8,36.9c0.3-0.8,0.9-1.3,1.7-1.6c0.4-0.2,0.9-0.2,1.4-0.2c0.4,0,0.9,0.1,1.3,0.2c0.4,0.1,0.7,0.3,1,0.6 c0.3,0.3,0.5,0.6,0.7,1c0.2,0.4,0.3,0.9,0.2,1.3c0,0.8-0.3,1.6-0.9,2.2c-0.3,0.3-0.6,0.5-1,0.7c-0.4,0.2-0.9,0.2-1.3,0.2 c-0.4,0-0.9-0.1-1.3-0.2c-0.4-0.1-0.7-0.3-1-0.5c-0.3-0.3-0.5-0.6-0.7-1c-0.2-0.4-0.3-0.9-0.3-1.4C6.6,37.7,6.6,37.3,6.8,36.9 M11.6,36.9c-0.1-0.3-0.2-0.5-0.4-0.8c-0.2-0.2-0.4-0.4-0.6-0.5c-0.2-0.1-0.5-0.2-0.8-0.2c-0.3,0-0.5,0.1-0.8,0.2 c-0.2,0.1-0.4,0.3-0.6,0.6c-0.2,0.3-0.3,0.5-0.4,0.8C8,37.5,8,37.8,8,38.2c0,0.4,0,0.8,0.1,1.2c0.1,0.3,0.2,0.5,0.4,0.8 c0.2,0.2,0.3,0.3,0.6,0.4c0.2,0.1,0.4,0.1,0.7,0.1c0.3,0,0.5-0.1,0.7-0.2c0.2-0.1,0.4-0.3,0.6-0.5c0.2-0.3,0.3-0.5,0.4-0.8 c0.1-0.4,0.2-0.8,0.2-1.2C11.7,37.6,11.6,37.3,11.6,36.9"/><path fill="%23ffffff" d="M17.1,37.3c0.3-0.7,0.5-1.4,0.8-2.1c0.1,0,0.3,0,0.4,0c0.1,0,0.3,0,0.4,0l-0.5,1.2l-0.6,1.5 c-0.2,0.5-0.4,1.1-0.6,1.6s-0.4,1.1-0.6,1.5h-0.4h-0.4l-0.3-0.8l-0.4-1l-0.4-1.1L14,37l-0.4-1l-0.3-0.8h0.4h0.8h0.4 c0.1,0.3,0.2,0.7,0.3,1l0.4,1.1c0.1,0.4,0.3,0.7,0.4,1.1l0.4,1.1C16.6,38.8,16.9,38,17.1,37.3"/><path fill="%23ffffff" d="M19.4,36.3c0-0.4,0-0.7,0-1.1h0.8h0.8H22h0.7c0,0.1,0,0.2,0,0.4c0,0.1,0,0.1,0,0.2c0,0,0,0.1,0,0.2h-0.5h-0.6 H21h-0.3c0,0.3,0,0.6,0,0.9s0,0.6,0,0.9h1h0.9c0,0.1,0,0.2,0,0.2s0,0.1,0,0.2c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.2 c-0.6,0-1.3-0.1-1.9-0.1c0,0.2,0,0.4,0,0.5s0,0.4,0,0.5c0,0.4,0,0.7,0,1.1c0.3,0,0.6,0,1,0s0.7,0,1-0.1c0,0.1,0,0.1,0,0.2 c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2c0,0,0,0.1,0,0.1h-3.4c0-0.4,0-0.7,0-1.1s0-0.8,0-1.3v-1.3C19.4,37.1,19.4,36.7,19.4,36.3"/><path fill="%23ffffff" d="M25,38.3v0.4c0,0.5,0,0.9,0,1.3s0,0.7,0,1.1l-0.2,0H24h-0.3c0-0.3,0-0.7,0-1.1s0-0.8,0-1.3v-1.1 c0-0.5,0-0.9,0-1.3s0-0.7,0-1.1H24h0.4h0.5h0.7h0.6l0.4,0c0.1,0,0.2,0,0.3,0.1c0.1,0,0.2,0.1,0.2,0.1c0.2,0.1,0.3,0.3,0.4,0.5 c0.1,0.2,0.2,0.4,0.1,0.7c0,0.4-0.1,0.7-0.3,1c-0.3,0.3-0.6,0.5-1,0.6c0.3,0.5,0.6,1,0.9,1.4l1,1.4h-0.4H27h-0.4L25,38.3L25,38.3 L25,38.3z M26.3,36.2c0-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.3-0.1-0.4-0.2c-0.2,0-0.4,0-0.6,0c0,0.8,0,1.5,0,2.3h0.2 c0.3,0,0.6-0.1,0.9-0.3c0.2-0.3,0.3-0.6,0.3-0.9C26.4,36.6,26.4,36.4,26.3,36.2"/><path fill="%23ffffff" d="M29.1,35.9c0-0.3,0-0.5,0-0.7c0.3,0.1,0.5,0.1,0.8,0l1.8,2c0.6,0.7,1.2,1.3,1.9,2v-1.5c0-0.3,0-0.5,0-0.8 s0-0.5,0-0.8s0-0.4,0-0.6c0-0.1,0-0.2,0-0.3c0.1,0,0.3,0,0.4,0c0.1,0,0.3,0,0.4,0c0,0.5,0,1-0.1,1.4c0,0.4,0,0.8,0,1.2s0,0.7,0,1.1 s0,0.8,0,1.2v1h-0.3h-0.3c-1.3-1.3-2.6-2.7-3.9-4.1c0,0.2,0,0.3,0,0.5s0,0.3,0,0.5v1c0,0.3,0,0.6,0,0.9s0,0.4,0,0.6s0,0.3,0,0.4 s0,0.2,0,0.2h-0.2h-0.2h-0.4c0,0,0-0.2,0-0.5s0-0.6,0-1s0-0.8,0-1.3s0-0.9,0-1.3S29,36.2,29.1,35.9"/><path fill="%23ffffff" d="M36.1,39.1c0,0.6-0.1,1.3-0.1,1.9h-0.2h-0.4h-0.2c0.2-1,0.3-2,0.5-2.9c0.1-1,0.3-2,0.4-3h0.2h0.3h0.2 c0.2,0.3,0.3,0.7,0.5,1l0.5,1c0.2,0.4,0.3,0.7,0.5,1l0.5,1c0.3-0.6,0.7-1.3,1-2s0.7-1.4,1-2.1c0.1,0,0.2,0,0.4,0c0.1,0,0.2,0,0.4,0 l0.2,1.6c0.1,0.6,0.1,1.1,0.2,1.7s0.1,1,0.2,1.5s0.1,0.8,0.2,1.1h-0.3h-0.7h-0.4c0-0.6-0.1-1.2-0.1-1.9s-0.1-1.4-0.2-2l0,0l-1,2 c-0.3,0.7-0.6,1.3-0.9,2h-0.1h-0.1h-0.1c-0.3-0.6-0.6-1.3-0.9-1.9l-0.9-1.9l0,0C36.3,37.9,36.2,38.5,36.1,39.1"/><path fill="%23ffffff" d="M43.2,36.3c0-0.4,0-0.7,0-1.1h0.8h0.8h1.1h0.7c0,0.1,0,0.2,0,0.4c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2h-0.5 h-0.6h-0.5h-0.4c0,0.3,0,0.6,0,0.9s0,0.6,0,0.9h1h0.9V38c0,0,0,0.1,0,0.2c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.2c-0.7,0-1.3-0.1-1.9-0.1 c0,0.2,0,0.4,0,0.5s0,0.4,0,0.5c0,0.4,0,0.7,0,1.1c0.3,0,0.7,0,1,0s0.7,0,1-0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2 c0,0.1,0,0.1,0,0.2c0,0,0,0.1,0,0.1h-3.4c0-0.4,0-0.7,0-1.1s0-0.8,0-1.3v-1.3C43.1,37.1,43.1,36.7,43.2,36.3"/><path fill="%23ffffff" d="M47.6,35.9c0-0.3,0-0.5,0-0.7c0.3,0.1,0.5,0.1,0.8,0l1.8,2c0.6,0.7,1.2,1.3,1.9,2v-1.5c0-0.3,0-0.5,0-0.8 s0-0.5,0-0.8s0-0.4,0-0.6c0-0.1,0-0.2,0-0.3c0.1,0,0.3,0,0.4,0c0.1,0,0.3,0,0.4,0c0,0.5,0,1-0.1,1.4s0,0.8,0,1.2s0,0.7,0,1.1 s0,0.8,0,1.2v1h-0.3h-0.3c-1.3-1.3-2.6-2.7-3.9-4.1c0,0.2,0,0.3,0,0.5s0,0.3,0,0.5v1c0,0.3,0,0.6,0,0.9s0,0.4,0,0.6s0,0.3,0,0.4 s0,0.2,0,0.2L48,41h-0.2h-0.4c0,0,0-0.2,0-0.5s0-0.6,0.1-1s0-0.8,0-1.3s0-0.9,0-1.3S47.5,36.1,47.6,35.9"/><path fill="%23ffffff" d="M55.2,36.1c0-0.1,0-0.2,0-0.3h-0.3h-0.4H54h-0.4c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2 c0-0.1,0-0.1,0-0.2h0.5h0.5H57h0.5H58c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2h-0.4h-0.4h-0.4 h-0.3c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.2v2.6c0,0.5,0,0.9,0,1.3s0,0.7,0,1.1l-0.3,0h-0.8h-0.3c0-0.4,0-0.7,0-1.1s0-0.8,0-1.3 L55.2,36.1L55.2,36.1z"/><path fill="%23ffffff" d="M61.1,36.9c0.3-0.8,0.9-1.3,1.7-1.6c0.4-0.2,0.9-0.2,1.4-0.2c0.4,0,0.9,0.1,1.3,0.2c0.4,0.1,0.7,0.3,1,0.6 c0.3,0.3,0.5,0.6,0.7,1c0.2,0.4,0.3,0.9,0.2,1.3c0,0.8-0.3,1.6-0.9,2.2c-0.3,0.3-0.6,0.5-1,0.7c-0.4,0.2-0.9,0.2-1.3,0.2 c-0.4,0-0.9-0.1-1.3-0.2c-0.4-0.1-0.7-0.3-1-0.5c-0.3-0.3-0.5-0.6-0.7-1c-0.2-0.4-0.3-0.9-0.3-1.4C60.9,37.7,60.9,37.3,61.1,36.9 M65.9,36.9c-0.1-0.3-0.2-0.5-0.4-0.8c-0.2-0.2-0.4-0.4-0.6-0.5c-0.2-0.1-0.5-0.2-0.8-0.2c-0.3,0-0.5,0.1-0.8,0.2 c-0.2,0.1-0.4,0.3-0.6,0.6c-0.2,0.3-0.3,0.5-0.4,0.8c-0.1,0.3-0.1,0.7-0.1,1c0,0.4,0,0.8,0.2,1.2c0.1,0.3,0.2,0.5,0.4,0.8 c0.2,0.2,0.3,0.3,0.6,0.4c0.2,0.1,0.4,0.1,0.7,0.1c0.3,0,0.5-0.1,0.7-0.2c0.2-0.1,0.4-0.3,0.6-0.5c0.2-0.3,0.3-0.5,0.4-0.8 c0.1-0.4,0.2-0.8,0.2-1.2C66,37.6,66,37.3,65.9,36.9"/><path fill="%23ffffff" d="M68.3,36.3c0-0.4,0-0.7-0.1-1.1H69h0.8h1.1h0.7c0,0.1,0,0.2,0,0.4c0,0.1,0,0.2,0,0.2s0,0.1,0,0.2H71h-0.6H70 h-0.3c0,0.3,0,0.6,0,0.9s0,0.6,0,0.9h1h0.9c0,0.1,0,0.2,0,0.2s0,0.1,0,0.2c0,0,0,0.1,0,0.1v0.2c-0.7,0-1.3-0.1-1.9-0.1v0.3 c0,0.5,0,0.9,0,1.3s0,0.7,0,1.1h-0.3h-0.7h-0.3c0-0.4,0-0.7,0.1-1.1s0-0.8,0-1.3v-1.2C68.3,37.1,68.3,36.7,68.3,36.3"/><path fill="%23ffffff" d="M75.1,36.3c0-0.4,0-0.7-0.1-1.1h0.3h0.4h0.6h0.9c0.5,0,0.9,0,1.3,0.1c0.4,0.1,0.7,0.2,1,0.5 c0.3,0.2,0.5,0.5,0.7,0.8c0.3,0.8,0.3,1.8,0,2.6c-0.1,0.4-0.4,0.7-0.6,1c-0.3,0.3-0.6,0.5-0.9,0.6c-0.4,0.1-0.7,0.2-1.1,0.2h-2.2 L75,41c0-0.4,0-0.7,0.1-1.1s0-0.8,0-1.3v-1.1C75.1,37.1,75.1,36.7,75.1,36.3 M76.3,39.3v0.5c0,0.2,0,0.3,0,0.5s0,0.2,0,0.3h0.3h0.4 c0.6,0,1.1-0.2,1.5-0.7C79.1,39,79.3,38,79,37c-0.1-0.3-0.2-0.5-0.4-0.7c-0.2-0.2-0.4-0.4-0.6-0.5c-0.3-0.1-0.5-0.2-0.8-0.2h-0.5 h-0.4c0,0,0,0.1,0,0.3s0,0.3,0,0.5L76.3,39.3L76.3,39.3z"/><path fill="%23ffffff" d="M83.3,41c-0.3-0.1-0.6-0.2-0.8-0.4c-0.2-0.2-0.4-0.4-0.5-0.6c-0.1-0.3-0.2-0.7-0.2-1c0-0.2,0-0.4,0-0.6 s0-0.3,0-0.5s0-0.3,0-0.5s0-0.3,0-0.4c0-0.5,0-0.8,0-1.1s0-0.5,0-0.6h0.3h0.7h0.3c-0.1,0.5-0.1,1.1-0.1,1.5s0,1,0,1.5 c0,0.4,0,0.8,0.1,1.2c0.1,0.3,0.2,0.5,0.3,0.7c0.1,0.2,0.3,0.3,0.5,0.3c0.2,0.1,0.5,0.1,0.7,0.1c0.3,0,0.6-0.1,0.8-0.3 c0.2-0.2,0.4-0.4,0.4-0.7c0.1-0.3,0.2-0.7,0.2-1c0-0.4,0-0.8,0-1.2s0-0.8,0-1.2s0-0.8-0.1-1.2h0.2h0.4H87c0,0.1,0,0.3,0,0.5 s0,0.5,0,0.7s0,0.6,0,0.9s0,0.7,0,1.1c0.1,0.8-0.2,1.5-0.6,2.1c-0.5,0.5-1.2,0.7-1.9,0.6c-0.3,0-0.7,0-1-0.1"/><path fill="%23ffffff" d="M88.3,36.3c0-0.4,0-0.7-0.1-1.1h0.3H89h0.8h0.8c0.2,0,0.5,0,0.7,0.1c0.2,0,0.4,0.1,0.6,0.2 c0.1,0.1,0.3,0.2,0.3,0.4c0.1,0.2,0.1,0.4,0.1,0.6c0,0.2,0,0.4-0.2,0.6c-0.1,0.2-0.2,0.3-0.4,0.4c-0.1,0.1-0.3,0.2-0.4,0.3 c-0.1,0.1-0.3,0.1-0.4,0.1l0,0c0.2,0,0.3,0,0.5,0.1c0.2,0.1,0.3,0.2,0.5,0.3c0.2,0.1,0.3,0.3,0.4,0.4c0.1,0.2,0.2,0.4,0.2,0.7 c0,0.3-0.1,0.5-0.2,0.8c-0.1,0.2-0.3,0.4-0.4,0.5c-0.2,0.1-0.4,0.2-0.6,0.3C90.9,41,90.7,41,90.4,41h-1.7l-0.4,0 c0-0.4,0-0.7,0.1-1.1s0-0.8,0-1.3v-1.1C88.4,37.1,88.4,36.7,88.3,36.3 M91,36.3c0-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.2-0.2-0.3-0.2 c-0.1-0.1-0.3-0.1-0.4-0.1h-0.3h-0.2c0,0.2,0,0.4,0,0.6s0,0.4,0,0.5s0,0.3,0,0.4s0,0.3,0,0.4H90c0.2,0,0.5-0.1,0.7-0.3 c0.1-0.1,0.2-0.2,0.2-0.3C91,37,91,36.8,91,36.7C91,36.5,91,36.4,91,36.3 M90.8,38.5c-0.2-0.2-0.5-0.3-0.8-0.3h-0.4 c0,0.1,0,0.2,0,0.4s0,0.3,0,0.5s0,0.3,0,0.4s0,0.3,0,0.4s0,0.3,0,0.4s0,0.2,0,0.3h0.5c0.1,0,0.2,0,0.4-0.1c0.1-0.1,0.2-0.1,0.3-0.2 c0.1-0.1,0.2-0.2,0.2-0.3c0.1-0.2,0.1-0.3,0.1-0.5C91.1,39.1,91,38.8,90.8,38.5"/><path fill="%23ffffff" d="M98.1,41h-0.4H97h-0.4l-0.3-0.9c-0.1-0.3-0.2-0.6-0.3-0.9H94c-0.1,0.3-0.2,0.6-0.3,0.9s-0.2,0.6-0.3,0.9h-0.2 h-0.4h-0.2c0.1-0.2,0.2-0.4,0.3-0.6s0.2-0.6,0.4-0.9l0.4-1.1l0.5-1.2c0.2-0.4,0.3-0.8,0.5-1.2s0.3-0.7,0.4-1h0.2h0.3h0.2l0.6,1.5 c0.2,0.6,0.4,1.1,0.6,1.6s0.4,1,0.6,1.5S97.9,40.7,98.1,41 M95.1,36.8c-0.2,0.3-0.3,0.7-0.4,1l-0.4,1h1.6c-0.1-0.3-0.2-0.7-0.4-1 S95.2,37.1,95.1,36.8"/><path fill="%23ffffff" d="M99,36.3c0-0.4,0-0.7,0-1.1h0.3h0.7h0.3c0,0.4,0,0.7-0.1,1.1s0,0.8,0,1.3v1.2c0,0.5,0,0.9,0,1.3s0,0.7,0.1,1.1 l-0.3,0h-0.8h-0.3c0-0.4,0-0.7,0-1.1s0-0.8,0-1.3v-1.1C98.9,37.1,98.9,36.7,99,36.3"/><path fill="%23ffffff" d="M0.2,15.5c0,0,6.5,8.5,20.4,8.5c6,0.1,11.9-1.5,17.1-4.5c0,0,0.2-0.6-0.8-0.8l-1.1-0.3c-1.4-0.4-2.7-0.9-4-1.6 l0.7-1.9c1.4,0,2.7-0.3,3.9-1c0.6-0.3,0.1-1.3-0.2-1.6c-0.7-1.1-1.4-2.3-2-3.5c-0.1-0.5-0.4-1-0.8-1.3l0.4-2.5l2.7,2.7h-1.2 c0,0,1.3,2.3,1.6,2.7c0.5,1,0.7,2.1,0.5,3.2c-0.2,1-0.8,1.8-1.6,2.4c0,0,2,0.6,2.4,0.7s1.1,0.7,0.6,2.3c-0.3,1.1-1,2.1-2,2.7 c-0.9,0.6-6.1,4.5-18.9,4.3C10.6,26,4,21.4,4,21.4S1.5,18,0.8,16.9C0.5,16.5,0.3,16,0.2,15.5"/><path fill="%23ffffff" d="M39,0.6c0,0-20.1,6.5-28.3,10.1l-1,1.9c0,0,18.7-7.1,28.5-10.3L39,0.6z"/><path fill="%23ffffff" d="M22.3,14.4c0,0,1-1.9,1.5-2c1.1-0.1,2.2,0,3.3,0.4c0.7,0.3,0,1.1-0.4,1.7c-0.3,0.7-0.9,1.2-1.6,1.5 c-0.7,0.2-3.8,0.6-2.3,0s3.9-1.4,2.3-1.4S22.3,14.4,22.3,14.4"/><path fill="%23ffffff" d="M40.7,12.7c0.5,0.4,0.9,0.8,1.3,1.3c1.4,1.7,3.2,3,5.3,3.8c2.5,1,2.4,1.4,2,1.8c-3,2.1-6.1,4.1-9.3,5.9 c-2.5,1.2-4.7,1.5-2.8-4c0,0-0.2-0.3-0.6,0.7s-2,5,0.3,5.9c0.8,0.3,1.7,0.2,4.2-1.1s7.8-4.9,8.6-5.8c0.6-0.7,0.8-1.7,0.7-2.6 c-0.1-1-0.1-1.5-2.3-2.7s-4.2-2.2-5-3.4l1.1-0.1l-3.2-2L40.7,12.7L40.7,12.7z"/><polygon fill="%23ffffff" points="51.3,13.5 53.3,15 52.3,17 50.3,15.5 "/><polygon fill="%23ffffff" points="54.4,13 56.4,14.5 55.4,16.5 53.4,15 "/><polygon fill="%23ffffff" points="41.3,16.6 43.3,18.1 42.3,20.1 40.3,18.6 "/><polygon fill="%23ffffff" points="25.3,27.7 27.3,29.1 26.3,31.1 24.3,29.6 "/><polygon fill="%23ffffff" points="22.1,28 24.2,29.5 23.2,31.5 21.2,30 "/><path fill="%23ffffff" d="M47.6,3.3C47.3,3,47,2.8,47,2.8s1-1.6,0.2-2.7c-0.3-0.4-1.6,0.3-2.1,0.9c-0.4,0.5-0.4,1.3,0.1,1.8l0.9,0.7 c-1,1.2-2.2,2.2-3.5,3.1c-2.5,1.8-4.7,3.4-4.7,3.4s-0.7,0.6,1.2-0.4C40.6,8.8,42,8,43.4,7.1c1.1-1,2.1-2.1,3.1-3.3 C46.7,4,46.8,4.1,47,4.3c0.2,0.3,0.3,0.5,0.3,0.5S47.8,3.6,47.6,3.3 M46.6,2.5c0,0-1.3-1-1.2-1.2c0.3-0.3,0.8-0.4,1.1-0.1 C47,1.5,46.6,2.5,46.6,2.5"/><path fill="%23ffffff" d="M59.7,3.7c-0.2-0.2-0.3-0.4-0.5-0.5c0,0,0.9-1.6,0.1-2.7c-0.3-0.4-1.6,0.3-2.1,0.9c-0.4,0.6-0.4,1.3,0.2,1.8 L58.2,4c-1,1.2-2.2,2.2-3.5,3.1c-2.5,1.8-4.7,3.3-4.7,3.3S49.3,11,51.2,10c1.5-0.7,2.9-1.6,4.3-2.5c1.1-1,2.1-2.1,3.1-3.3 c0.2,0.1,0.4,0.3,0.6,0.5c0.2,0.3,0.3,0.5,0.3,0.5S59.9,4,59.7,3.7 M58.7,2.9c0,0-1.4-0.9-1.2-1.2c0.3-0.3,0.8-0.4,1.1-0.1 C59.1,1.9,58.7,2.9,58.7,2.9"/><path fill="%23ffffff" d="M94.5,8.8c-0.1-0.2-0.3-0.3-0.4-0.4c0.4-0.7,0.5-1.5,0.1-2.2c-0.2-0.3-1.3,0.2-1.7,0.8 c-0.4,0.5-0.3,1.1,0.1,1.5L93.3,9c-0.8,1-1.8,1.8-2.8,2.5c-2.1,1.5-3.9,2.7-3.9,2.7s-0.6,0.5,1-0.3c1.2-0.6,2.4-1.3,3.5-2 c0.9-0.8,1.8-1.7,2.5-2.7c0.2,0.1,0.3,0.3,0.5,0.4l0.2,0.4C94.5,9.6,94.6,9.2,94.5,8.8 M93.8,8.1c0,0-1.1-0.8-1-1 C93,6.9,93.4,6.8,93.7,7C93.9,7.3,93.9,7.7,93.8,8.1"/><path fill="%23ffffff" d="M72,7.4c0,0-11.1,3.9-13.5,5.1l-0.4,1.2c0,0,3.6-1.6,7.4-3c3.8-1.4,5.7-2.1,5.7-2.1L72,7.4z"/><path fill="%23ffffff" d="M66.1,21.2c0.9,0.9,2,1.6,3.3,2c1.1,0.4,1.7-1.7,1.8-2.1s-0.8-3.7-2-3.8S66.8,19,66.8,19h-0.1 c-0.1-0.1-0.2-0.1-0.3,0c0,0,0,0,0,0L66,19.4c-1.5,2.2-2.4,2.5-4,2.4c-1.9-0.1-3.1-2.4-3.4-3.2s-2.2,0-3.2,1.6 c-0.9,1.8-1.6,3.7-2.3,5.6c-0.8,1.9-1.6,1.5-2.4,0.5s-1.1-3.9-1.1-5.1s-0.3-0.4-0.3-0.4c-0.6,5,1.3,7.9,2.3,7.8s1.6-1.3,2-2.2 s1.2-4.1,2.1-5.2c0.4-0.6,1.1-0.9,1.8-0.8c0.1,0.1,0.3,0.3,0.3,0.4c0.3,0.5,1.9,3.1,4.1,3.1c1.3-0.1,2.5-0.9,3.2-2.1 C65.4,21.7,65.8,20.8,66.1,21.2 M68.5,19.3c0.5,0.3,0.8,0.8,1,1.4c0.1,0.5-0.6,0.1-1.1-0.2c-0.4-0.2-0.7-0.5-1-0.8 C67.7,19.4,68.1,19.2,68.5,19.3"/><path fill="%23ffffff" d="M95.1,17.2c-1.5-0.6-4.7-2.6-6.6-1.7c-1.3,0.7-2.1,1.9-2.2,3.3c0.1,0.9,0.2,1.8,0.4,2.7 c-2.6-0.8-3.5-3.6-5.8-6.2s-6.6-7-6.6-7c4.5-2.2,9.2-3.9,14.1-5C90.2,3,90.9,3.2,91,3.5c0.6,0.8-0.3,1.5-0.8,2.4 c-0.7,1.3-1.3,2.6-1.8,4c-0.2,0.6-0.2,1.4,0.1,0.5s1.5-2.9,2-3.9s1.9-3.4,1.9-4.4s-1.7-1.1-2.9-0.9c-6.7,1-15.8,5.4-15.8,5.4 l-0.9,2.7c2.9,3.4,5.5,7.1,7.8,10.9c0.2,0.6-2.1,1.1-2.1,1.1c-0.5-1.3-1.5-2.3-2.8-2.7c-0.8-0.1-1.8,0.8-2.5,2.2c-0.5,1,0,2.2,1,2.7 c0.1,0.1,0.2,0.1,0.4,0.1c1,0.2,2,0.1,3-0.1c0.4,0.6,0.1,0.8,0.1,0.8c-1.9,2-4.3,3.6-6.8,4.7c-2.7,1.1-5-0.2-5.2-2.5 c0-1.6,0.3-3.2,0.9-4.7c0,0,0-0.6-0.4,0.2c-0.7,1.4-1.2,3-1.3,4.6c-0.1,0.6,0.1,4.5,3.2,4.8c4.2,0.5,8.4-4.1,9.5-5.1 c0.7-0.9,1.1-2,1.2-3.2c2.3-0.8,2.3-1.7,2.5-2.7c0.1-0.9,0-1.8-0.3-2.7c0,0,1.7,2.5,3.1,4.3c0.8,1,2,1.7,3.4,1.7 c0,0.5,0.1,0.9,0.2,1.4c0.5,0,0.5-1.5,0.5-1.5c1.6-0.2,4.5-1.6,7-2.7s3.9-0.5,3.9-0.5l1-2C98.3,18.3,96.6,17.9,95.1,17.2 M74.8,21.6 c-0.4-0.2-0.5-0.2-0.2-0.5c0.3-0.3,0.7-0.4,1.1-0.3c0.3,0.1,0.6,0.2,0.7,0.5c0.1,0.1,0.2,0.3,0.3,0.5C76,21.8,75.4,21.7,74.8,21.6 M90.7,20.9c-0.9,0.3-1.8,0.6-2.8,0.7c0,0-0.8-2.8-0.8-3c0-0.3,0.2-0.7,0.5-0.9c0.8-0.6,1.9-0.7,2.8-0.3c1.5,0.5,3.6,1.7,4.5,2 C95,19.5,92.6,20.3,90.7,20.9"/><path fill="%23ffffff" d="M64.4,5l-0.1,0.2c-0.2-0.1-0.5-0.3-0.7-0.4c-0.2,0-0.3-0.2-0.2-0.5s0.1-1,0.5-0.8c1,0.8,1.6,1.9,1.8,3.1 c0,0,0.2-2.1,0.3-2.7s0.4-1.2,1.5-0.2l-0.3,0.8c0,0-0.8-0.8-1-0.1C66.1,5.1,66,5.9,66,6.6c-0.1,0.9-0.3,1.4-0.4,0.8 c-0.1-0.7-0.4-1.3-0.8-1.9C64.8,5.3,64.6,5.1,64.4,5"/><path fill="%23ffffff" d="M81.9,10.1l-0.1,0.2c-0.2-0.1-0.5-0.3-0.7-0.4c-0.2,0-0.3-0.1-0.2-0.5s0.1-1,0.5-0.8c1,0.8,1.6,1.9,1.7,3.1 c0,0,0.2-2.1,0.3-2.7s0.4-1.2,1.5-0.2l-0.3,0.8c0,0-0.8-0.9-1-0.1c-0.1,0.7-0.2,1.4-0.3,2.2c-0.1,0.9-0.3,1.4-0.4,0.9 c-0.1-0.7-0.4-1.3-0.8-1.9C82.2,10.5,82.1,10.3,81.9,10.1"/><path fill="%23ffffff" d="M64.2,17.7c0.3,0.1,0.9-0.2,1.2-1.4c0.1-0.7-0.2,0-0.2,0c-0.1,0.2-0.3,0.3-0.5,0.2c-0.3-0.1-0.6-0.5-0.2-1.6 c0.2-0.7,0.5-1.4,0.8-2c0-0.1-0.1-0.3-0.3,0.2c-0.5,0.9-0.9,1.9-1.2,2.9c-0.2,0.5,0,1.1,0.3,1.5L64.2,17.7z"/><path fill="%23ffffff" d="M28.3,21.2c0.3,0.1,0.9-0.1,1.2-1.4c0.1-0.7-0.2,0-0.2,0C29.2,20,29,20.1,28.8,20c-0.3-0.1-0.6-0.5-0.2-1.6 c0.2-0.7,0.5-1.4,0.8-2c0-0.1,0-0.3-0.3,0.2c-0.5,0.9-0.9,1.9-1.2,2.9c-0.2,0.5,0,1.1,0.3,1.5L28.3,21.2z"/></svg>');
}

body.colourBlind .dda-side-nav .sidenav a:hover i::before,
body.colourBlind .dda-side-nav .sidenav a.active i::before,
body.colourBlind .dda-side-nav .dropdown-btn:hover i::before,
body.colourBlind .dda-side-nav .active i::before {
  color: rgba(var(--color-white), 1) !important;
}

body.colourBlind .dda-side-nav .sidenav a,
body.colourBlind .dda-side-nav .dropdown-btn {
  border-bottom: solid 1px rgba(var(--color-white), 0.2);
}

body.colourBlind .dda-side-nav__close-btn {
  color: rgba(var(--color-white), 1);
}

body.colourBlind .dda-main-header__logo {
  display: none;
}

body.colourBlind .dda-main-header__logo--white {
  display: block;
}

@media screen and (max-width: 768px) {
  body.colourBlind .dda-sub-header__logo {
    display: none;
  }

  body.colourBlind .dda-sub-header__logo--white {
    display: block;
    width: 160px;
  }
}

body.colourBlind .dda-accessibility-section__radio::after,
body.colourBlind .dda-accessibility-section__radio::before {
  border: 2px solid rgba(var(--color-white), 1);
}

body.colourBlind .dda-accessibility-section__radio:checked::before {
  border-color: rgba(var(--color-white), 1);
  background-color: rgba(var(--color-white), 1);
}

body.colourBlind .bg,
body.colourBlind .bg-white,
body.colourBlind .dda-login-section {
  background: rgba(var(--color-black), 1);
}

body.colourBlind .dda-login-section {
  border: solid 1px rgba(var(--color-white), 1);
}

body.colourBlind .bg.dda-sub-header__btn {
  border: solid 1px rgba(var(--color-white), 1);
  color: rgba(var(--color-white), 1);
}

body.colourBlind .dda-accessibility-section__text-size-btn,
body.colourBlind .dda-accessibility-section__sign-lang-btn,
body.colourBlind .dda-login-section input[type="checkbox"],
body.colourBlind .dda-login-section input[type="checkbox"]:checked {
  background: rgba(var(--color-black), 0.5);
  border: solid 1px rgba(var(--color-white), 0.5);
}

body.colourBlind .dda-accessibility-section__text-size-btn--active {
  border: solid 3px rgba(var(--color-white), 1);
}

body.colourBlind .primary--text,
body.colourBlind .dda-sub-header__btn:hover i,
body.colourBlind .dda-sub-header__btn:focus i {
  color: rgba(var(--color-white), 1);
}

body.colourBlind .dda-side-nav__title {
  color: rgba(var(--color-white), 1);
}

body.colourBlind .dda-sub-header__actions .search .search__input,
body.colourBlind .dda-side-nav .search .search__input,
body.colourBlind .primary {
  background: rgba(var(--color-black), 1);
  color: rgba(var(--color-white), 1);
  border: solid 1px rgba(var(--color-white), 1);
}

body.colourBlind .dda-sub-header__actions .search .search__input::placeholder {
  color: rgba(var(--color-white), 0.5);
}

body.colourBlind .dda-sub-header__actions .search .search__input:focus {
  box-shadow: 0 0 0 0.125rem rgba(var(--color-white), 0.05);
}

body.colourBlind .dda-side-nav .sidenav a:hover,
body.colourBlind .dda-side-nav .sidenav a.active,
body.colourBlind .dda-side-nav .dropdown-btn:hover,
body.colourBlind .dda-side-nav .active {
  color: rgba(var(--color-white), 1);
  box-shadow: 0 2px 0 0 rgba(var(--color-white), 1);
}

body.colourBlind .dda-side-nav__content p {
  color: rgba(var(--color-white), 1);
}

body.colourBlind,
body.colourBlind .white,
body.colourBlind .dda-side-nav,
body.colourBlind .dda-sub-header__navbar .menu>ul li ul {
  background: rgba(var(--color-black), 1);
  background-color: rgba(var(--color-black), 1);
  color: rgba(var(--color-white), 1);
}

body.colourBlind .dda-sub-header__navbar .menu>ul>li>a:hover::after,
body.colourBlind .dda-sub-header__navbar .menu>ul>li>a.active::after,
body.colourBlind .dda-sub-header__navbar .menu>ul>li>a:focus::after {
  background: rgba(var(--color-white), 1);
  background-color: rgba(var(--color-white), 1);
}

body.colourBlind .dda-sub-header__navbar .menu ul li,
body.colourBlind .dda-sub-header__navbar .menu ul li a,
body.colourBlind .dda-sub-header__navbar .menu>ul>li>a:hover::after,
body.colourBlind .dda-sub-header__navbar .menu>ul>li>a.active::after,
body.colourBlind .dda-sub-header__navbar .menu>ul>li>a:focus::after,
body.colourBlind .secondary--text {
  color: rgba(var(--color-white), 1);
}

body.colourBlind .dda-sub-header__navbar .menu>ul li ul li:hover {
  color: rgba(var(--color-white), 1);
  background: rgba(var(--color-black), 1);
  border: solid 1px rgba(var(--color-white), 1);
}

body.colourBlind .dda-sub-header__navbar .menu>ul li ul li:hover>a {
  text-shadow: 0px 0px 1px rgba(var(--color-white), 1);
  color: rgba(var(--color-white), 1);
}

body.colourBlind .dda-sub-header__navbar .menu>ul li ul li::before {
  border: solid rgba(var(--color-white), 1);
  border-width: 0 3px 3px 0;
}

body.colourBlind .h23_button.h23_button_primary,
body.colourBlind .h23_button.h23_button_secondary,
body.colourBlind .h23_form fieldset select,
body.colourBlind .h23_form fieldset input[type="text"],
body.colourBlind .h23_form fieldset input[type="tel"],
body.colourBlind .h23_form fieldset input[type="number"],
body.colourBlind .h23_form fieldset textarea {
  background-color: rgba(var(--color-black), 1);
  color: rgba(var(--color-white), 1);
  border: solid 1px rgba(var(--color-white), 1);
}

body.colourBlind .h23_form fieldset.required>label::after {
  color: rgba(var(--color-white), 1);
}

body.colourBlind .h23_dropdown_autocomplete input[type="text"],
body.colourBlind .h23_select_list span,
body.colourBlind .h23_form fieldset select {
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.1954 -3.51701e-08L10 0.831683L5 6L-3.6354e-08 0.831683L0.8046 -4.01944e-07L5 4.33663L9.1954 -3.51701e-08Z" fill="%23ffffff"/></svg>');
}

body.colourBlind .h23_form input[type="radio"]:checked {
  background-color: rgba(var(--color-black), 1);
}

body.colourBlind .h23_form input[type="radio"]:checked:after {
  color: rgba(var(--color-white), 1);
}

body.colourBlind .h23_form input[type="radio"] {
  border: 2px solid rgba(var(--color-white), 1);
}

body.colourBlind .h23_content_box.h23_blue,
body.colourBlind .h23_content_box,
body.colourBlind .h23_dropdown_autocomplete ul,
body.colourBlind .h23_dropdown_autocomplete ul li,
body.colourBlind .h23_select_list ul li,
body.colourBlind .h23_banner_full_swiper {
  background-color: rgba(var(--color-black), 0.88);
}

body.colourBlind .h23_dropdown_autocomplete ul li:hover {
  background-color: rgba(var(--color-grey), 1);
}

body.colourBlind .h23_content_box p a,
body.colourBlind .h23_card .h23_card_content p a,
body.colourBlind .h23_button.h23_button_link {
  color: rgba(var(--color-white), 1);
}

body.colourBlind .h23_swiper_records .container-pagination .swiper_controls,
body.colourBlind .h23_banner_full_swiper .container-pagination .swiper_controls {
  background-color: rgba(var(--color-black), 0.88);
}

body.colourBlind .h23_card .sticky_date {
  background-color: rgba(var(--color-black), 1);
}

body.colourBlind .h23_box,
body.colourBlind .h23_card,
body.colourBlind .h23_twitter_box .h23_twitter_box_contents,
body.colourBlind .h23_widgets .h23_widget,
body.colourBlind .h23_customize,
body.colourBlind .h23_card .h23_card_content .h23_card_tag span {
  background-color: rgba(var(--color-black), 1);
  box-shadow: none;
  border: solid 1px rgba(var(--color-white), 0.5);
  color: rgba(var(--color-white), 1);
}

body.colourBlind .h23_customize .h23_customize_head {
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.1954 -3.51701e-08L10 0.831683L5 6L-3.6354e-08 0.831683L0.8046 -4.01944e-07L5 4.33663L9.1954 -3.51701e-08Z" fill="%23ffffff"/></svg>');
  color: rgba(var(--color-white), 1);
}

body.colourBlind .h23_toggle input[type="checkbox"]:checked+span {
  background-color: rgba(var(--color-white), 1);
}

body.colourBlind .h23_toggle input[type="checkbox"]:checked+span:before {
  background-color: rgba(var(--color-black), 1);
  background-image: url('data:image/svg+xml;utf8,<svg width="6" height="5" viewBox="0 0 6 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.00005 3.38994L0.843379 2.23327C0.713379 2.10327 0.503379 2.10327 0.373379 2.23327C0.243379 2.36327 0.243379 2.57327 0.373379 2.70327L1.76671 4.09661C1.89671 4.22661 2.10671 4.22661 2.23671 4.09661L5.76338 0.569941C5.89338 0.439941 5.89338 0.229941 5.76338 0.0999414C5.63338 -0.0300586 5.42338 -0.0300586 5.29338 0.0999414L2.00005 3.38994Z" fill="%23ffffff"/></svg>');
}

body.colourBlind .h23_content_box {
  box-shadow: none;
  border: solid 1px rgba(var(--color-white), 0.5);
}

body.colourBlind .h23_swiper_records .container-pagination .swiper_controls .swiper-pagination-bullet.swiper-pagination-bullet-active,
body.colourBlind .swiper-pagination-clickable .swiper-pagination-bullet,
body.colourBlind .h23_banner_full_swiper .container-pagination .swiper_controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(var(--color-white), 1);
}

body.colourBlind .h23_swiper_records .container-pagination .swiper_controls .button-prev,
body.colourBlind .h23_banner_full_swiper .container-pagination .swiper_controls .button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffffff" d="M 10.4 1.7 L 9 0.3 L 0.3 9 L 9 17.7 l 1.4 -1.4 L 3.1 9 z" />\</svg>');
}

body.colourBlind .h23_swiper_records .container-pagination .swiper_controls .button-next,
body.colourBlind .h23_banner_full_swiper .container-pagination .swiper_controls .button-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffffff" d="M 0.3 1.7 L 1.7 0.3 L 10.4 9 l -8.7 8.7 l -1.4 -1.4 L 7.6 9 z" />\</svg>');
}

html[dir="rtl"] body.colourBlind .h23_swiper_records .container-pagination .swiper_controls .button-next,
body.colourBlind .h23_banner_full_swiper .container-pagination .swiper_controls .button-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffffff" d="M 10.4 1.7 L 9 0.3 L 0.3 9 L 9 17.7 l 1.4 -1.4 L 3.1 9 z" />\</svg>');
}

html[dir="rtl"] body.colourBlind .h23_swiper_records .container-pagination .swiper_controls .button-prev,
body.colourBlind .h23_banner_full_swiper .container-pagination .swiper_controls .button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffffff" d="M 0.3 1.7 L 1.7 0.3 L 10.4 9 l -8.7 8.7 l -1.4 -1.4 L 7.6 9 z" />\</svg>');
}

body.colourBlind .h23_swiper_records .button-nav-prev,
body.colourBlind .h23_swiper_records .button-nav-next,
body.colourBlind .h23_section_full_swiper_wrapper .button-nav-prev,
body.colourBlind .h23_section_full_swiper_wrapper .button-nav-next {
  background-color: rgba(var(--color-black), 1);
  border: solid 1px rgba(var(--color-white), 0.5);
}

/*body.colourBlind .h23_ico_chat {
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_568_4288)"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.2867 24.2093L21.8427 23.7913L22.6777 24.9743L22.1217 25.3913C20.7297 26.3653 18.9217 26.9213 16.9737 26.9213C15.0257 26.9213 13.2167 26.3653 11.8257 25.3913L11.2697 24.9743L12.1037 23.7913L12.6607 24.2093C13.7737 24.9743 15.3737 25.4613 16.9737 25.4613C18.6437 25.4613 20.1737 25.0433 21.2867 24.2093ZM18.9907 15.0263C20.5207 13.8433 25.0427 12.0353 24.9737 12.0353C25.8777 12.4523 27.2697 13.7053 27.2697 13.7053C23.1647 13.9133 18.9907 15.0263 18.9907 15.0263ZM10.1567 12.0353C10.9907 12.0353 11.6167 12.7303 11.6867 13.5653C11.6867 14.4003 10.9907 15.0953 10.1567 15.0953C9.32168 15.0953 8.62668 14.4003 8.62668 13.5653C8.62668 12.7303 9.32168 12.0353 10.1567 12.0353ZM16.9737 0.278344C25.1127 0.278344 31.6517 6.88734 31.6517 14.9573V20.8703H29.7037V15.0263C29.7037 8.00034 23.9997 2.29634 16.9737 2.29634C9.94768 2.29634 4.24368 7.93034 4.24368 14.9563V21.1483H3.68668C3.47768 21.1483 3.26968 21.1483 3.06068 21.0783C4.79968 26.5743 9.80868 30.6083 15.9307 30.7483C16.0697 30.3303 16.4867 29.9833 17.0427 29.9833C17.7387 29.9833 18.2957 30.5393 18.2957 31.2353C18.2957 31.9303 17.7387 32.4873 17.0427 32.4873C16.4867 32.4873 15.9997 32.1393 15.8607 31.6523C12.7119 31.5258 9.68539 30.3985 7.22097 28.4344C4.75655 26.4703 2.98255 23.7716 2.15668 20.7303C1.04268 20.1743 0.34668 19.0603 0.34668 17.7403V16.0703C0.34668 14.6783 1.18268 13.4263 2.43468 12.9403C3.47768 5.77334 9.59968 0.278344 16.9737 0.278344Z" fill="%23ffffff"/></g><defs><clipPath id="clip0_568_4288"><rect width="36" height="36" fill="white"/></clipPath></defs></svg>');
}

body.colourBlind .h23_ico_mbr_majlis {
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_568_4302)"><path d="M26.577 32.01C26.498 31.9636 26.4327 31.8972 26.3876 31.8175C26.3425 31.7378 26.3192 31.6476 26.32 31.556V28.792L32.683 20.96C32.9076 20.6843 33.0302 20.3396 33.03 19.984V9.363C33.03 9.08916 32.9212 8.82654 32.7276 8.63291C32.534 8.43928 32.2713 8.3305 31.9975 8.3305C31.7237 8.3305 31.461 8.43928 31.2674 8.63291C31.0738 8.82654 30.965 9.08916 30.965 9.363V18.351L29.354 19.962L29.323 19.992L29.265 20.051C29.2171 20.0989 29.1602 20.137 29.0975 20.1629C29.0349 20.1888 28.9678 20.2022 28.9 20.2022C28.8322 20.2022 28.7651 20.1888 28.7025 20.1629C28.6398 20.137 28.5829 20.0989 28.535 20.051C28.4871 20.0031 28.449 19.9462 28.4231 19.8835C28.3972 19.8209 28.3838 19.7538 28.3838 19.686C28.3838 19.6182 28.3972 19.5511 28.4231 19.4885C28.449 19.4258 28.4871 19.3689 28.535 19.321L28.624 19.233C28.7196 19.1474 28.7967 19.0432 28.8507 18.9267C28.9046 18.8103 28.9343 18.6841 28.9378 18.5558C28.9414 18.4275 28.9187 18.2998 28.8712 18.1806C28.8237 18.0614 28.7524 17.9531 28.6617 17.8623C28.5709 17.7716 28.4626 17.7003 28.3434 17.6528C28.2242 17.6053 28.0965 17.5826 27.9682 17.5862C27.8399 17.5897 27.7137 17.6193 27.5973 17.6733C27.4808 17.7273 27.3766 17.8044 27.291 17.9L22.521 22.67C21.6516 23.5406 21.1632 24.7206 21.163 25.951V31.556C21.163 31.6929 21.1086 31.8241 21.0119 31.9209C20.9151 32.0176 20.7839 32.072 20.647 32.072C20.5101 32.072 20.3789 32.0176 20.2821 31.9209C20.1854 31.8241 20.131 31.6929 20.131 31.556V25.951C20.1315 24.4455 20.7296 23.0017 21.794 21.937L26.564 17.167C26.9352 16.7975 27.4377 16.59 27.9615 16.59C28.4853 16.59 28.9878 16.7975 29.359 17.167L29.938 17.746V9.363C29.9319 9.08806 29.9809 8.81469 30.0819 8.55891C30.1829 8.30314 30.334 8.07012 30.5263 7.87354C30.7187 7.67695 30.9483 7.52076 31.2018 7.41413C31.4553 7.30749 31.7275 7.25256 32.0025 7.25256C32.2775 7.25256 32.5497 7.30749 32.8032 7.41413C33.0567 7.52076 33.2863 7.67695 33.4787 7.87354C33.671 8.07012 33.8221 8.30314 33.9231 8.55891C34.0241 8.81469 34.0731 9.08806 34.067 9.363V19.984C34.0667 20.5774 33.8622 21.1525 33.488 21.613L27.353 29.159V31.559C27.3542 31.6504 27.3311 31.7404 27.2861 31.8199C27.2412 31.8995 27.176 31.9657 27.0971 32.0118C27.0183 32.058 26.9286 32.0824 26.8372 32.0826C26.7459 32.0828 26.6561 32.0588 26.577 32.013V32.01ZM15.222 32.01C15.1432 31.9635 15.078 31.8971 15.033 31.8174C14.9881 31.7377 14.9649 31.6475 14.966 31.556V25.951C14.9659 25.3411 14.8457 24.7371 14.6122 24.1736C14.3786 23.6101 14.0364 23.0982 13.605 22.667L8.836 17.9C8.65866 17.7245 8.41903 17.6263 8.1695 17.6269C7.91998 17.6276 7.68086 17.727 7.50442 17.9034C7.32798 18.0799 7.22857 18.319 7.22793 18.5685C7.22729 18.818 7.32547 19.0577 7.501 19.235L7.531 19.265L7.589 19.324C7.63693 19.3719 7.67495 19.4288 7.7009 19.4915C7.72684 19.5541 7.74019 19.6212 7.74019 19.689C7.74019 19.7568 7.72684 19.8239 7.7009 19.8865C7.67495 19.9492 7.63693 20.0061 7.589 20.054C7.54107 20.1019 7.48416 20.14 7.42154 20.1659C7.35891 20.1918 7.29179 20.2052 7.224 20.2052C7.15621 20.2052 7.08909 20.1918 7.02646 20.1659C6.96384 20.14 6.90693 20.1019 6.859 20.054L5.159 18.354V9.363C5.159 9.08916 5.05022 8.82654 4.85659 8.63291C4.66296 8.43928 4.40034 8.3305 4.1265 8.3305C3.85266 8.3305 3.59004 8.43928 3.39641 8.63291C3.20278 8.82654 3.094 9.08916 3.094 9.363V19.984C3.09416 20.3395 3.21669 20.6842 3.441 20.96L9.804 28.792V31.557C9.804 31.6939 9.74964 31.8251 9.65287 31.9219C9.5561 32.0186 9.42485 32.073 9.288 32.073C9.15115 32.073 9.0199 32.0186 8.92313 31.9219C8.82636 31.8251 8.772 31.6939 8.772 31.557V29.157L2.642 21.613C2.2674 21.1527 2.06291 20.5774 2.063 19.984V9.363C2.05695 9.08806 2.10587 8.81469 2.20691 8.55891C2.30794 8.30314 2.45904 8.07012 2.65135 7.87354C2.84365 7.67695 3.07329 7.52076 3.32677 7.41413C3.58026 7.30749 3.8525 7.25256 4.1275 7.25256C4.4025 7.25256 4.67474 7.30749 4.92823 7.41413C5.18171 7.52076 5.41135 7.67695 5.60365 7.87354C5.79596 8.07012 5.94706 8.30314 6.04809 8.55891C6.14913 8.81469 6.19805 9.08806 6.192 9.363V17.747L6.771 17.168C7.14224 16.7985 7.64471 16.591 8.1685 16.591C8.69229 16.591 9.19476 16.7985 9.566 17.168L14.336 21.938C15.4004 23.0027 15.9985 24.4465 15.999 25.952V31.557C16 31.6484 15.9767 31.7384 15.9316 31.8179C15.8866 31.8974 15.8213 31.9636 15.7424 32.0097C15.6634 32.0558 15.5737 32.0802 15.4824 32.0804C15.391 32.0806 15.3011 32.0567 15.222 32.011V32.01ZM25.289 22.782C25.289 22.68 25.3192 22.5803 25.3759 22.4954C25.4325 22.4106 25.5131 22.3445 25.6073 22.3054C25.7015 22.2663 25.8052 22.256 25.9053 22.2758C26.0054 22.2957 26.0973 22.3447 26.1695 22.4168C26.2417 22.4888 26.2909 22.5807 26.311 22.6807C26.331 22.7808 26.3209 22.8845 26.282 22.9788C26.2431 23.0731 26.1771 23.1537 26.0924 23.2106C26.0077 23.2674 25.908 23.2978 25.806 23.298C25.6691 23.298 25.5378 23.2438 25.4408 23.1473C25.3437 23.0508 25.2888 22.9199 25.288 22.783L25.289 22.782ZM9.805 22.782C9.805 22.68 9.83524 22.5803 9.89189 22.4954C9.94855 22.4106 10.0291 22.3445 10.1233 22.3054C10.2175 22.2663 10.3212 22.256 10.4213 22.2758C10.5214 22.2957 10.6133 22.3447 10.6855 22.4168C10.7577 22.4888 10.8069 22.5807 10.827 22.6807C10.847 22.7808 10.8369 22.8845 10.798 22.9788C10.7591 23.0731 10.6931 23.1537 10.6084 23.2106C10.5237 23.2674 10.424 23.2978 10.322 23.298C10.1853 23.2977 10.0543 23.2435 9.95742 23.147C9.86058 23.0505 9.80579 22.9197 9.805 22.783V22.782ZM26.321 21.75C26.321 21.648 26.3512 21.5483 26.4079 21.4634C26.4645 21.3786 26.5451 21.3125 26.6393 21.2734C26.7335 21.2343 26.8372 21.224 26.9373 21.2438C27.0374 21.2637 27.1293 21.3127 27.2015 21.3848C27.2737 21.4568 27.3229 21.5487 27.343 21.6487C27.363 21.7488 27.3529 21.8525 27.314 21.9468C27.2751 22.0411 27.2091 22.1217 27.1244 22.1786C27.0397 22.2354 26.94 22.2658 26.838 22.266C26.7011 22.2657 26.5699 22.2113 26.4731 22.1146C26.3762 22.018 26.3215 21.8869 26.321 21.75ZM8.773 21.75C8.773 21.648 8.80324 21.5483 8.85989 21.4634C8.91655 21.3786 8.99708 21.3125 9.09131 21.2734C9.18553 21.2343 9.28923 21.224 9.3893 21.2438C9.48937 21.2637 9.58131 21.3127 9.65351 21.3848C9.72572 21.4568 9.77494 21.5487 9.79496 21.6487C9.81499 21.7488 9.80491 21.8525 9.76601 21.9468C9.72711 22.0411 9.66113 22.1217 9.5764 22.1786C9.49168 22.2354 9.39201 22.2658 9.29 22.266C9.15314 22.2657 9.02194 22.2113 8.92507 22.1146C8.8282 22.018 8.77353 21.8869 8.773 21.75ZM27.353 20.718C27.353 20.616 27.3832 20.5163 27.4399 20.4314C27.4965 20.3466 27.5771 20.2805 27.6713 20.2414C27.7655 20.2023 27.8692 20.192 27.9693 20.2118C28.0694 20.2317 28.1613 20.2807 28.2335 20.3528C28.3057 20.4248 28.3549 20.5167 28.375 20.6167C28.395 20.7168 28.3849 20.8205 28.346 20.9148C28.3071 21.0091 28.2411 21.0897 28.1564 21.1466C28.0717 21.2034 27.972 21.2338 27.87 21.234C27.7331 21.2337 27.6019 21.1793 27.5051 21.0826C27.4082 20.986 27.3535 20.8549 27.353 20.718ZM7.74 20.718C7.74 20.616 7.77024 20.5163 7.82689 20.4314C7.88355 20.3466 7.96408 20.2805 8.05831 20.2414C8.15253 20.2023 8.25623 20.192 8.3563 20.2118C8.45637 20.2317 8.54831 20.2807 8.62051 20.3528C8.69272 20.4248 8.74194 20.5167 8.76196 20.6167C8.78199 20.7168 8.77191 20.8205 8.73301 20.9148C8.69411 21.0091 8.62813 21.0897 8.5434 21.1466C8.45868 21.2034 8.35901 21.2338 8.257 21.234C8.12014 21.2337 7.98894 21.1793 7.89207 21.0826C7.7952 20.986 7.74053 20.8549 7.74 20.718ZM10.321 11.684V4.284L18.063 0L25.805 4.287V11.687L18.063 17.008L10.321 11.684Z" fill="%23ffffff"/></g><defs><clipPath id="clip0_568_4302"><rect width="36" height="36" fill="white"/></clipPath></defs></svg>');
}

body.colourBlind .h23_ico_feedback {
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.7276 34.0468C25.7276 32.991 26.0591 31.7373 27.1279 28.8811C27.2164 28.6783 27.2547 28.4567 27.2395 28.2354C27.2395 28.229 27.2969 28.1827 26.8867 28.1827H21.8632C21.2484 28.1793 20.6598 27.9299 20.2258 27.4888C19.7917 27.0478 19.5473 26.4508 19.5459 25.8281V25.3449C19.2948 25.1066 19.0962 24.8173 18.9631 24.4959C18.83 24.1745 18.7654 23.8283 18.7735 23.4799C18.7785 22.9153 18.9613 22.3671 19.2952 21.9151C18.9611 21.4632 18.7783 20.9149 18.7735 20.3504C18.7649 20.0019 18.8293 19.6555 18.9624 19.334C19.0956 19.0126 19.2944 18.7233 19.5459 18.4854V18.0022C19.549 17.3803 19.7943 16.7849 20.2284 16.3452C20.6625 15.9055 21.2504 15.6571 21.8643 15.654H30.75C31.8763 15.6568 32.9557 16.1112 33.7521 16.9179C34.5485 17.7246 34.9972 18.8178 35 19.9586V25.0468C35.0025 26.0533 34.6942 27.0354 34.1181 27.8556L29.4091 34.884C29.2452 35.2138 28.9955 35.4921 28.6869 35.6887C28.3783 35.8854 28.0226 35.993 27.6581 36C27.1483 35.9941 26.6609 35.7865 26.3001 35.4216C25.9394 35.0566 25.7339 34.5632 25.7276 34.0468ZM5.25001 20.3493C4.12362 20.3467 3.04408 19.8924 2.2476 19.0856C1.45112 18.2789 1.00254 17.1855 1.00001 16.0446V10.9576C0.997561 9.95071 1.3059 8.96827 1.88189 8.14767L6.58982 1.11599C6.75349 0.785944 7.00313 0.507511 7.31176 0.310811C7.62038 0.11411 7.97624 0.00663078 8.34082 0C8.85132 0.00587156 9.33928 0.213885 9.70028 0.57953C10.0613 0.945175 10.2666 1.43941 10.2724 1.95648C10.2724 3.01112 9.94095 4.26486 8.87101 7.12209C8.78394 7.32526 8.74745 7.54699 8.76476 7.76779C8.76476 7.77317 8.70738 7.82052 9.11751 7.82052H14.1399C14.7538 7.82391 15.3415 8.0724 15.7756 8.51204C16.2096 8.95168 16.455 9.54698 16.4583 10.1687V10.6541C16.7097 10.8919 16.9085 11.181 17.0416 11.5022C17.1748 11.8235 17.2392 12.1697 17.2308 12.518C17.2255 13.0825 17.0428 13.6306 16.7091 14.0827C17.0426 14.5354 17.2253 15.0838 17.2308 15.6486C17.2394 15.9971 17.175 16.3434 17.0418 16.6649C16.9087 16.9864 16.7098 17.2756 16.4583 17.5136V17.9968C16.455 18.6185 16.2096 19.2138 15.7756 19.6535C15.3415 20.0931 14.7538 20.3416 14.1399 20.345L5.25001 20.3493Z" fill="%23ffffff"/></svg>');
}

body.colourBlind .h23_ico_emails {
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="23" viewBox="0 0 36 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.219375 0H35.7806L18 14.0933L0.219375 0ZM0 22.0974V1.57864L12.1826 11.1625L0 22.0974ZM23.8174 11.1614L36 1.57864V22.0986L23.8174 11.1625V11.1614ZM18 15.8973L22.7194 12.064L34.9031 23H1.09688L13.2806 12.064L18 15.8973Z" fill="%23ffffff"/></svg>');
}
*/
body.colourBlind .xdsoft_datetimepicker,
body.colourBlind .xdsoft_datetimepicker .xdsoft_label,
body.colourBlind .xdsoft_datetimepicker .xdsoft_calendar th,
body.colourBlind .xdsoft_datetimepicker .xdsoft_calendar td {
  background-color: rgba(var(--color-black), 1);
  color: rgba(var(--color-white), 1);
}

body.colourBlind .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
body.colourBlind .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
body.colourBlind .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current,
body.colourBlind .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div,
body.colourBlind .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
  background-color: #222222;
  color: rgba(var(--color-white), 1);
}

body.colourBlind .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
body.colourBlind .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
body.colourBlind .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current,
body.colourBlind .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
  background: rgba(var(--color-black), 1);
  box-shadow: none;
}

body.colourBlind .xdsoft_datetimepicker .xdsoft_calendar td:hover,
body.colourBlind .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover,
body.colourBlind .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
  background: rgba(var(--color-grey), 1) !important;
}

body.colourBlind .xdsoft_datetimepicker .xdsoft_label i,
body.colourBlind .xdsoft_datetimepicker .xdsoft_prev,
body.colourBlind .xdsoft_datetimepicker .xdsoft_next,
body.colourBlind .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAAGtXItlAAAKQ2lDQ1BJQ0MgcHJvZmlsZQAAeNqdU3dYk/cWPt/3ZQ9WQtjwsZdsgQAiI6wIyBBZohCSAGGEEBJAxYWIClYUFRGcSFXEgtUKSJ2I4qAouGdBiohai1VcOO4f3Ke1fXrv7e371/u855zn/M55zw+AERImkeaiagA5UoU8Otgfj09IxMm9gAIVSOAEIBDmy8JnBcUAAPADeXh+dLA//AGvbwACAHDVLiQSx+H/g7pQJlcAIJEA4CIS5wsBkFIAyC5UyBQAyBgAsFOzZAoAlAAAbHl8QiIAqg0A7PRJPgUA2KmT3BcA2KIcqQgAjQEAmShHJAJAuwBgVYFSLALAwgCgrEAiLgTArgGAWbYyRwKAvQUAdo5YkA9AYACAmUIszAAgOAIAQx4TzQMgTAOgMNK/4KlfcIW4SAEAwMuVzZdL0jMUuJXQGnfy8ODiIeLCbLFCYRcpEGYJ5CKcl5sjE0jnA0zODAAAGvnRwf44P5Dn5uTh5mbnbO/0xaL+a/BvIj4h8d/+vIwCBAAQTs/v2l/l5dYDcMcBsHW/a6lbANpWAGjf+V0z2wmgWgrQevmLeTj8QB6eoVDIPB0cCgsL7SViob0w44s+/zPhb+CLfvb8QB7+23rwAHGaQJmtwKOD/XFhbnauUo7nywRCMW735yP+x4V//Y4p0eI0sVwsFYrxWIm4UCJNx3m5UpFEIcmV4hLpfzLxH5b9CZN3DQCshk/ATrYHtctswH7uAQKLDljSdgBAfvMtjBoLkQAQZzQyefcAAJO/+Y9AKwEAzZek4wAAvOgYXKiUF0zGCAAARKCBKrBBBwzBFKzADpzBHbzAFwJhBkRADCTAPBBCBuSAHAqhGJZBGVTAOtgEtbADGqARmuEQtMExOA3n4BJcgetwFwZgGJ7CGLyGCQRByAgTYSE6iBFijtgizggXmY4EImFINJKApCDpiBRRIsXIcqQCqUJqkV1II/ItchQ5jVxA+pDbyCAyivyKvEcxlIGyUQPUAnVAuagfGorGoHPRdDQPXYCWomvRGrQePYC2oqfRS+h1dAB9io5jgNExDmaM2WFcjIdFYIlYGibHFmPlWDVWjzVjHVg3dhUbwJ5h7wgkAouAE+wIXoQQwmyCkJBHWExYQ6gl7CO0EroIVwmDhDHCJyKTqE+0JXoS+cR4YjqxkFhGrCbuIR4hniVeJw4TX5NIJA7JkuROCiElkDJJC0lrSNtILaRTpD7SEGmcTCbrkG3J3uQIsoCsIJeRt5APkE+S+8nD5LcUOsWI4kwJoiRSpJQSSjVlP+UEpZ8yQpmgqlHNqZ7UCKqIOp9aSW2gdlAvU4epEzR1miXNmxZDy6Qto9XQmmlnafdoL+l0ugndgx5Fl9CX0mvoB+nn6YP0dwwNhg2Dx0hiKBlrGXsZpxi3GS+ZTKYF05eZyFQw1zIbmWeYD5hvVVgq9ip8FZHKEpU6lVaVfpXnqlRVc1U/1XmqC1SrVQ+rXlZ9pkZVs1DjqQnUFqvVqR1Vu6k2rs5Sd1KPUM9RX6O+X/2C+mMNsoaFRqCGSKNUY7fGGY0hFsYyZfFYQtZyVgPrLGuYTWJbsvnsTHYF+xt2L3tMU0NzqmasZpFmneZxzQEOxrHg8DnZnErOIc4NznstAy0/LbHWaq1mrX6tN9p62r7aYu1y7Rbt69rvdXCdQJ0snfU6bTr3dQm6NrpRuoW623XP6j7TY+t56Qn1yvUO6d3RR/Vt9KP1F+rv1u/RHzcwNAg2kBlsMThj8MyQY+hrmGm40fCE4agRy2i6kcRoo9FJoye4Ju6HZ+M1eBc+ZqxvHGKsNN5l3Gs8YWJpMtukxKTF5L4pzZRrmma60bTTdMzMyCzcrNisyeyOOdWca55hvtm82/yNhaVFnMVKizaLx5balnzLBZZNlvesmFY+VnlW9VbXrEnWXOss623WV2xQG1ebDJs6m8u2qK2brcR2m23fFOIUjynSKfVTbtox7PzsCuya7AbtOfZh9iX2bfbPHcwcEh3WO3Q7fHJ0dcx2bHC866ThNMOpxKnD6VdnG2ehc53zNRemS5DLEpd2lxdTbaeKp26fesuV5RruutK10/Wjm7ub3K3ZbdTdzD3Ffav7TS6bG8ldwz3vQfTw91jicczjnaebp8LzkOcvXnZeWV77vR5Ps5wmntYwbcjbxFvgvct7YDo+PWX6zukDPsY+Ap96n4e+pr4i3z2+I37Wfpl+B/ye+zv6y/2P+L/hefIW8U4FYAHBAeUBvYEagbMDawMfBJkEpQc1BY0FuwYvDD4VQgwJDVkfcpNvwBfyG/ljM9xnLJrRFcoInRVaG/owzCZMHtYRjobPCN8Qfm+m+UzpzLYIiOBHbIi4H2kZmRf5fRQpKjKqLupRtFN0cXT3LNas5Fn7Z72O8Y+pjLk722q2cnZnrGpsUmxj7Ju4gLiquIF4h/hF8ZcSdBMkCe2J5MTYxD2J43MC52yaM5zkmlSWdGOu5dyiuRfm6c7Lnnc8WTVZkHw4hZgSl7I/5YMgQlAvGE/lp25NHRPyhJuFT0W+oo2iUbG3uEo8kuadVpX2ON07fUP6aIZPRnXGMwlPUit5kRmSuSPzTVZE1t6sz9lx2S05lJyUnKNSDWmWtCvXMLcot09mKyuTDeR55m3KG5OHyvfkI/lz89sVbIVM0aO0Uq5QDhZML6greFsYW3i4SL1IWtQz32b+6vkjC4IWfL2QsFC4sLPYuHhZ8eAiv0W7FiOLUxd3LjFdUrpkeGnw0n3LaMuylv1Q4lhSVfJqedzyjlKD0qWlQyuCVzSVqZTJy26u9Fq5YxVhlWRV72qX1VtWfyoXlV+scKyorviwRrjm4ldOX9V89Xlt2treSrfK7etI66Trbqz3Wb+vSr1qQdXQhvANrRvxjeUbX21K3nShemr1js20zcrNAzVhNe1bzLas2/KhNqP2ep1/XctW/a2rt77ZJtrWv913e/MOgx0VO97vlOy8tSt4V2u9RX31btLugt2PGmIbur/mft24R3dPxZ6Pe6V7B/ZF7+tqdG9s3K+/v7IJbVI2jR5IOnDlm4Bv2pvtmne1cFoqDsJB5cEn36Z8e+NQ6KHOw9zDzd+Zf7f1COtIeSvSOr91rC2jbaA9ob3v6IyjnR1eHUe+t/9+7zHjY3XHNY9XnqCdKD3x+eSCk+OnZKeenU4/PdSZ3Hn3TPyZa11RXb1nQ8+ePxd07ky3X/fJ897nj13wvHD0Ivdi2yW3S609rj1HfnD94UivW2/rZffL7Vc8rnT0Tes70e/Tf/pqwNVz1/jXLl2feb3vxuwbt24m3Ry4Jbr1+Hb27Rd3Cu5M3F16j3iv/L7a/eoH+g/qf7T+sWXAbeD4YMBgz8NZD+8OCYee/pT/04fh0kfMR9UjRiONj50fHxsNGr3yZM6T4aeypxPPyn5W/3nrc6vn3/3i+0vPWPzY8Av5i8+/rnmp83Lvq6mvOscjxx+8znk98ab8rc7bfe+477rfx70fmSj8QP5Q89H6Y8en0E/3Pud8/vwv94Tz+4A5JREAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAEXmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4wLWMwMDEgNzkuYzAyMDRiMmRlZiwgMjAyMy8wMi8wMi0xMjoxNDoyNCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNC41IChNYWNpbnRvc2gpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMy0wNi0wMlQwOTowNjozMSswNDowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjMtMDYtMDJUMDU6MDY6NTIrMDQ6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjMtMDYtMDJUMDU6MDY6NTIrMDQ6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0iTEcgSERSIFdGSEQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTExNjdFMDNGOTI3MTFFRDgwMDJBQTRGMDRBNTY1ODMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTExNjdFMDRGOTI3MTFFRDgwMDJBQTRGMDRBNTY1ODMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMTE2N0UwMUY5MjcxMUVEODAwMkFBNEYwNEE1NjU4MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMTE2N0UwMkY5MjcxMUVEODAwMkFBNEYwNEE1NjU4MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlaNrnsAAAMNSURBVHjaYvz//z8DqYAJRPz7968XmyRQHKuJjCCbQJJMTEyMJNmESwMuFwAEECOpfmLCJYHLL0zIksiKkJ0KEgfia2Q5CSCAGMmJF7LiEcmpvcT4HU9Y+WDVA/IJCP/9+/c/jE0Ig9RCcS+a+BMofRlZnObBBfIZQADRN05IdF0vSRqIjQekcO+FxQmxeuDBhS3Tk1oQwFIWuh4magUJUP0FIFUHZV8lOrjQkyha8v2PRU4UPfmSnYRJDUZ65JNegACiSz6hB2Cil0WgUIOWwf/p4hFsBT6plSA2DwCZRWh2EKPXm1iPYyQtNI19wMxQjM8DpGQWEmLPD0htxAh1PHbh9AghB0JjrYgWHkFyhwjQ/LdA9lsgmxXI5hvQhgqxMU0JGDalFkAAjRa/I9ojwHwygVZms9DRE7C+FahELBhUMUJsCKOVWPk0iRlsTU8iW/QTiFGL3JRFwxOI1BtJjHtwWkyMJ0jplpDR9UH2dBQh9SQPJkCTRT4dK08QWAoUiyY3j0zEqoEGGRXNE6eB1HGkZlIeVKqU5DxCQvr9T6NkdRuIf0LZbMTYgy1GJhIT6sQ2FkFJEdZsR8YEtD0G4idIVcQToB7OAW+ioOcrWrSY6VKzQ2N4Iq08MdpoHCwAlv9AbIAAGzYxMtqKHwWjEULOUCAtu3KjlQgREcGANJxJTrtr0OcQUsaBya3IqJUj8EQGrHtN1RwDNCsTiAtp2l0n0NvspUI3YwK+2aihgIHu9sUy/BBNDbMJFlk4UjHJw8+4evm0atDTqEj0BlJbCCiLAvppOb0r9SJSsj60yMtnGKIAWjT9xxIZm4F4A5rYMmjRWE6TSh1LDiG7csRW6Q6FHAJ0N9CZTEDq3zEg1xKI/wIxF1DsF5KaL0CKG4gfArEaEP8Gyv+nZQ4BRQQjJS0VUDEHjYA+ajcOSMS9JLr7H5SpDqWZgVgEyQ080MgAAXkGyDQneQ0WYiphGlaOvVQ0awKe8X6qNUpojYfd0AmOxgPV58BHO4bkRczfoRIRwz5ChmpOHo2QQZaTAbHkT3dMLvgNAAAAAElFTkSuQmCC");
}

body.colourBlind .icon-customize:before,
body.colourBlind .icon-location:before,
body.colourBlind .icon-icons-stickybar-newspaper:before,
body.colourBlind .icon-mail:before,
body.colourBlind .dda-footer__section-links--right .dda-footer__section-link:hover,
body.colourBlind .dda-footer__section-links--right .dda-footer__section-link:hover i,
body.colourBlind .dda-footer__section-links--right .dda-footer__section-link:hover i:before {
  color: rgba(var(--color-white), 1);
}

body.colourBlind .icon-customize:before,
body.colourBlind .h23_customize_link:hover .icon-customize:before {
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.6844 15.3137C12.5451 15.2556 12.4144 15.1946 12.2923 15.1305C12.1702 15.0664 12.0455 14.9882 11.9183 14.8958L11.1695 15.1222C11.0883 15.1454 11.0128 15.1423 10.9432 15.1131C10.8735 15.0838 10.8155 15.0346 10.769 14.9654L10.3512 14.2689C10.3047 14.1993 10.2931 14.1238 10.3163 14.0426C10.3395 13.9613 10.3802 13.8917 10.4382 13.8336L11.0128 13.3287C10.9896 13.1894 10.978 13.0385 10.978 12.8759C10.978 12.7134 10.9896 12.5625 11.0128 12.4232L10.4382 11.9183C10.3802 11.8602 10.3395 11.7906 10.3163 11.7093C10.2931 11.6281 10.3047 11.5526 10.3512 11.483L10.769 10.7865C10.8155 10.7168 10.8735 10.6676 10.9432 10.6388C11.0128 10.61 11.0883 10.607 11.1695 10.6297L11.9183 10.8561C12.046 10.7632 12.1706 10.685 12.2923 10.6214C12.4139 10.5578 12.5447 10.4967 12.6844 10.4382L12.8411 9.67207C12.8643 9.59081 12.9022 9.52395 12.9547 9.47148C13.0071 9.41901 13.0796 9.393 13.172 9.39347H14.0078C14.1006 9.39347 14.1733 9.4197 14.2258 9.47217C14.2782 9.52464 14.3158 9.59127 14.3386 9.67207L14.4953 10.4382C14.6346 10.4963 14.7653 10.5573 14.8874 10.6214C15.0096 10.6855 15.1342 10.7637 15.2614 10.8561L16.0102 10.6297C16.0914 10.6065 16.1669 10.6096 16.2365 10.6388C16.3062 10.6681 16.3642 10.7173 16.4107 10.7865L16.8286 11.483C16.875 11.5526 16.8866 11.6281 16.8634 11.7093C16.8402 11.7906 16.7995 11.8602 16.7415 11.9183L16.1669 12.4232C16.1901 12.5625 16.2017 12.7134 16.2017 12.8759C16.2017 13.0385 16.1901 13.1894 16.1669 13.3287L16.7415 13.8336C16.7995 13.8917 16.8402 13.9613 16.8634 14.0426C16.8866 14.1238 16.875 14.1993 16.8286 14.2689L16.4107 14.9654C16.3642 15.0351 16.3062 15.0845 16.2365 15.1138C16.1669 15.143 16.0914 15.1458 16.0102 15.1222L15.2614 14.8958C15.1338 14.9887 15.0091 15.0671 14.8874 15.1312C14.7658 15.1953 14.6351 15.2561 14.4953 15.3137L14.3386 16.0798C14.3154 16.1611 14.2775 16.228 14.2251 16.2804C14.1726 16.3329 14.1002 16.3589 14.0078 16.3584H13.172C13.0791 16.3584 13.0064 16.3322 12.954 16.2797C12.9015 16.2273 12.8639 16.1606 12.8411 16.0798L12.6844 15.3137ZM13.5899 14.2689C13.9729 14.2689 14.301 14.1324 14.574 13.8594C14.847 13.5864 14.9833 13.2586 14.9829 12.8759C14.9829 12.4929 14.8466 12.1648 14.574 11.8918C14.3014 11.6188 13.9734 11.4825 13.5899 11.483C13.2068 11.483 12.879 11.6195 12.6064 11.8925C12.3338 12.1655 12.1971 12.4933 12.1962 12.8759C12.1962 13.259 12.3327 13.5871 12.6057 13.8601C12.8787 14.1331 13.2072 14.2694 13.5899 14.2689ZM4.51799 15.6619C4.13492 15.6619 3.8071 15.5254 3.53454 15.2524C3.26198 14.9794 3.12546 14.6516 3.125 14.2689V4.51799C3.125 4.13492 3.26151 3.80687 3.53454 3.53384C3.80757 3.26082 4.13538 3.12454 4.51799 3.125H14.2689C14.652 3.125 14.9801 3.26151 15.2531 3.53454C15.5261 3.80757 15.6624 4.13539 15.6619 4.51799V8.4532C15.4414 8.34872 15.215 8.26445 14.9829 8.20037C14.7507 8.13629 14.5127 8.08707 14.2689 8.05271V4.51799H4.51799V10.7865H6.99056C7.12985 10.7865 7.25174 10.8185 7.35622 10.8826C7.46069 10.9467 7.54195 11.0307 7.59999 11.1347C7.76251 11.4017 7.94243 11.6106 8.13977 11.7616C8.33711 11.9125 8.55187 12.0227 8.78403 12.0924C8.67956 12.7192 8.69419 13.3403 8.82791 13.9555C8.96164 14.5708 9.214 15.1396 9.585 15.6619H4.51799Z" fill="%23ffffff"/></svg>');
}

body.colourBlind .h23_form fieldset label.error {
  color: rgba(var(--color-white), 1);
}

body.colourBlind .h23_form fieldset select.error,
body.colourBlind .h23_form fieldset input[type="text"].error,
body.colourBlind .h23_form fieldset input[type="tel"].error,
body.colourBlind .h23_form fieldset input[type="number"].error {
  border: solid 1px rgba(var(--color-white), 1);
}

body.colourBlind .h23_social a.facebook {
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M 35 4 h -6 c -5.5 0 -10 4.5 -10 10 v 6 h -6 v 8 h 6 v 16 h 8 V 28 h 6 l 2 -8 h -8 v -6 a 2 2 0 0 1 2 -2 h 6 V 4 z" fill="%23ffffff"/></svg>');
}

body.colourBlind .h23_social a.instagram {
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 2a4 4 0 0 0-4 4v14a4 4 0 0 0 4 4h14a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4H6zm0-2h14a6 6 0 0 1 6 6v14a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6a6 6 0 0 1 6-6zm10.81 12.39a3.8 3.8 0 1 0-7.517 1.115 3.8 3.8 0 0 0 7.518-1.114zm1.98-.293A5.8 5.8 0 1 1 7.314 13.8a5.8 5.8 0 0 1 11.474-1.702z" fill-rule="nonzero" fill="%23ffffff"/></svg>');
}

body.colourBlind .h23_social a.twitter {
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M 44 8.4 a 19.9 19.9 0 0 1 -5.7 2.8 a 8.2 8.2 0 0 0 -9.1 -2.3 a 8.1 8.1 0 0 0 -5.2 7.7 v 1.8 a 19.4 19.4 0 0 1 -16.4 -8.2 s -7.3 16.3 9.1 23.5 A 21.2 21.2 0 0 1 4 37.4 c 16.4 9 36.4 0 36.4 -20.8 a 8.1 8.1 0 0 0 -0.1 -1.5 A 13.9 13.9 0 0 0 44 8.4 z" fill="%23ffffff"/></svg>');
}

body.colourBlind .h23_social a.youtube {
  background-image: url('data:image/svg+xml;utf8,<svg width="25" height="20" viewBox="0 0 25 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10c0-3.333.432-5.196.432-5.196C.752 2.717 2.686.76 4.762.489c0 0 1.931-.489 7.615-.489 5.683 0 7.618.49 7.618.49 2.07.295 4.017 2.228 4.312 4.317 0 0 .446 2.116.446 5.193 0 3.077-.446 5.193-.446 5.193-.311 2.088-2.246 4.014-4.325 4.269 0 0-3.06.538-7.606.538-4.546 0-7.61-.538-7.61-.538-2.074-.27-4.034-2.178-4.335-4.27 0 0-.431-1.86-.431-5.192zm10.422 4.466l6.182-3.804c.592-.364.594-.959 0-1.324l-6.182-3.804c-.592-.364-1.077-.09-1.077.616v7.7c0 .705.483.982 1.077.616z" fill-rule="nonzero" fill="%23ffffff"/></svg>');
}

body.colourBlind .h23_social a.linkedin {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="23" viewBox="0 0 24 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.95 14.067v8.877h-5.133v-8.282c0-2.081-.742-3.501-2.6-3.501-1.419 0-2.263.957-2.634 1.883-.136.33-.17.791-.17 1.254v8.646H8.277s.07-14.028 0-15.481h5.135v2.194c-.01.017-.024.034-.034.05h.034v-.05c.682-1.053 1.9-2.558 4.628-2.558 3.378 0 5.91 2.213 5.91 6.968zM2.907 0C1.149 0 0 1.155 0 2.674 0 4.16 1.116 5.351 2.838 5.351h.034c1.79 0 2.904-1.19 2.904-2.677C5.743 1.155 4.663 0 2.906 0zM.305 22.944h5.133V7.463H.305v15.481z" fill-rule="nonzero" fill="%23ffffff"/></svg>');
}

@media screen and (max-width: 992px) {

  body.colourBlind .dda-footer__section-btn,
  body.colourBlind .dda-footer__section-link {
    background: rgba(var(--color-black), 1);
    border: solid 1px rgba(var(--color-white), 0.5);
    box-shadow: none;
  }

  body.colourBlind .icon-happiness,
  body.colourBlind .icon-apps,
  body.colourBlind .icon-chat {
    color: rgba(var(--color-white), 1);
  }
}

body.colourBlind .h23_breadcrumb ul li {
  color: rgba(var(--color-white), 1);
  overflow: hidden;
}

body.colourBlind .h23_breadcrumb ul li a {
  color: rgba(var(--color-white), 1);
}

body.colourBlind .section_h23_footer_nav {
  background-color: rgba(var(--color-black), 1);
  border-top: solid 2px rgba(var(--color-white), 0.2);
  border-bottom: solid 2px rgba(var(--color-white), 0.2);
}

body.colourBlind .digital-dubai-logo .st0,
body.colourBlind .digital-dubai-logo .st1 {
  fill: #ffffff;
}

body.colourBlind .h23_date_picker {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffffff"><g><rect fill="none" height="24" width="24"/></g><g><path d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/></g></svg>');
}

/* Red Weakness */
body.redWeakness img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(1) invert(1) brightness(200%);
  filter: grayscale(1);
}

body.redWeakness .bg-image {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

body.redWeakness header.dda-main-header.shadow {
  box-shadow: none;
}

body.redWeakness .h23_nav_search .close {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.192 6.34375L11.949 10.5858L7.70697 6.34375L6.29297 7.75775L10.535 11.9998L6.29297 16.2418L7.70697 17.6558L11.949 13.4137L16.192 17.6558L17.606 16.2418L13.364 11.9998L17.606 7.75775L16.192 6.34375Z" fill="%23ffff00"/></svg>');
}

body.redWeakness .h23_crisis_ticker {
  background-color: rgba(var(--color-black), 1);
  border-top: solid 1px rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_crisis_ticker .close {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.192 6.34375L11.949 10.5858L7.70697 6.34375L6.29297 7.75775L10.535 11.9998L6.29297 16.2418L7.70697 17.6558L11.949 13.4137L16.192 17.6558L17.606 16.2418L13.364 11.9998L17.606 7.75775L16.192 6.34375Z" fill="%23ffff00"/></svg>');
}

body.redWeakness .icon-back-to-top::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 8L1.41 9.41L7 3.83V16H9V3.83L14.58 9.42L16 8L8 0L0 8Z" fill="%23000000"/></svg>');
}

body.redWeakness .h23_nav_search {
  background-color: rgba(var(--color-black), 1);
}

body.redWeakness .h23_nav_search input[type="text"] {
  background-color: rgba(var(--color-black), 1);
  border: solid 2px rgba(var(--color-yellow), 1);
  color: rgba(var(--color-yellow), 1);
  outline: none;
}

body.redWeakness .h23_nav_search .close {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.192 6.34375L11.949 10.5858L7.70697 6.34375L6.29297 7.75775L10.535 11.9998L6.29297 16.2418L7.70697 17.6558L11.949 13.4137L16.192 17.6558L17.606 16.2418L13.364 11.9998L17.606 7.75775L16.192 6.34375Z" fill="%23ffff00"/></svg>');
}

body.redWeakness .h23_nav_search .h23_nav_results h3 {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_nav_search .h23_nav_results ul li {
  border-top: solid 1px rgba(var(--color-yellow), 0.1);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffff00" d="M 0.3 1.7 L 1.7 0.3 L 10.4 9 l -8.7 8.7 l -1.4 -1.4 L 7.6 9 z" />\</svg>');
}

body.redWeakness .h23_nav_search .h23_nav_results ul li:hover {
  background-color: rgba(var(--color-yellow), 0.05);
}

body.redWeakness .h23_nav_search .h23_nav_results ul a {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .section_h23_journey_planner h2 {
  background-image: url('data:image/svg+xml;utf8,<svg width="22" height="24" viewBox="0 0 22 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.292 10.5413C11.817 10.5413 12.2837 10.133 12.2837 9.54967C12.2837 9.02467 11.817 8.55801 11.292 8.55801C10.767 8.55801 10.3003 8.96634 10.3003 9.54967C10.3003 10.0747 10.767 10.5413 11.292 10.5413ZM11.292 5.52467C13.567 5.52467 15.3753 7.33301 15.3753 9.54967C15.3753 10.483 15.0253 11.358 14.5003 11.9997L11.5253 15.733C11.4982 15.7692 11.4629 15.7986 11.4224 15.8189C11.3819 15.8391 11.3373 15.8497 11.292 15.8497C11.2467 15.8497 11.2021 15.8391 11.1616 15.8189C11.1211 15.7986 11.0858 15.7692 11.0587 15.733L8.08366 11.9997C7.52486 11.3046 7.21661 10.4415 7.20866 9.54967C7.20866 7.33301 9.01699 5.52467 11.292 5.52467ZM11.292 18.183C15.4337 18.183 18.817 14.858 18.817 10.7163C18.817 6.57467 15.4337 3.24967 11.292 3.24967C7.15033 3.24967 3.76699 6.57467 3.76699 10.7163C3.76699 14.858 7.15033 18.183 11.292 18.183ZM19.342 17.3663L21.792 19.758L17.8837 23.6663L14.6753 20.5163C13.6253 20.8663 12.4587 21.0413 11.292 21.0413C5.51699 21.0413 0.791992 16.3747 0.791992 10.658C0.791992 4.99967 5.51699 0.333008 11.292 0.333008C17.067 0.333008 21.792 4.99967 21.792 10.7163C21.792 13.2247 20.8587 15.558 19.342 17.3663Z" fill="%23ffff00"/></svg>');
}

body.redWeakness .icon-04:before {
  background-image: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M25.801 2v18.89h5.695l-7.59 9.27v-7.343l-2.652.001c-1.528 4.278-5.57 7.343-10.303 7.343-6.04 0-10.955-4.993-10.955-11.13 0-6.136 4.914-11.129 10.955-11.129 2.911 0 5.56 1.16 7.525 3.047L25.8 2zm-14.85 7.72c-5.054 0-9.166 4.177-9.166 9.312 0 5.134 4.112 9.312 9.166 9.312 3.729 0 6.944-2.273 8.375-5.526H8.758l8.571-10.469a9.063 9.063 0 0 0-6.378-2.63zm16.49 13.102h-1.633v1.996l1.634-1.996zm-8.873-8.967-5.755 7.03 7.123.001c.12-.6.182-1.22.182-1.854a9.363 9.363 0 0 0-1.516-5.125l-.034-.05v-.002zM23.9 7.343l-4.148 5.067a11.187 11.187 0 0 1 2.155 6.622c0 .631-.052 1.25-.152 1.854H23.9V7.343z" fill="%23ffff00" fill-rule="evenodd"/></svg>');
}

body.redWeakness .dda-sub-header__navbar .menu ul li:hover>a,
body.redWeakness .dda-footer__icon-wrapper .primary--text,
body.redWeakness .dda-footer__section-links--right .dda-footer__section-link:hover,
body.redWeakness .dda-sub-header__btn:hover,
body.redWeakness .dda-sub-header__btn:focus,
body.redWeakness .icon-accessibility:before,
body.redWeakness .dda-side-nav .dropdown-btn i::before,
body.redWeakness .icon-account:before,
body.redWeakness .icon-search:before,
body.redWeakness .dda-footer__section-links--right .dda-footer__section-link:hover i,
body.redWeakness .dda-footer__section-links--right .dda-footer__section-link:hover i:before,
body.redWeakness .h23_form .h23_captcha_text {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .mobile-search__input {
  background-color: rgba(var(--color-black), 1);
  color: rgba(var(--color-yellow), 1);
  border: 1px solid rgba(var(--color-yellow), 1);
  outline: none;
}

body.redWeakness .mobile-search__tag-btn {
  color: rgba(var(--color-yellow), 1);
  background-color: rgba(var(--color-black), 1);
  border: 1px solid rgba(var(--color-yellow), 1);
}

body.redWeakness .mobile-search__checkmark {
  border: 2px solid rgba(var(--color-yellow), 1);
  background-color: rgba(var(--color-black), 1);
}

body.redWeakness .mobile-search__filter-checkbox:checked~.mobile-search__checkmark {
  background-color: rgba(var(--color-black), 1);
}

body.redWeakness .dda-login-section input[type="checkbox"],
body.redWeakness .dda-login-section input[type="checkbox"]:checked,
body.redWeakness .dda-accessibility-section__text-size-btn {
  border: solid rgba(var(--color-yellow), 1);
}

body.redWeakness .icon-happiness:before,
body.redWeakness .icon-chat:before,
body.redWeakness .icon-apps:before {
  color: rgba(var(--color-black), 1);
}

@media (max-width: 768px) {

  body.redWeakness .icon-happiness:before,
  body.redWeakness .icon-chat:before,
  body.redWeakness .icon-apps:before {
    color: rgba(var(--color-black), 1);
  }
}

body.redWeakness .dda-sub-header__navbar .menu>ul li ul li::before {
  border: solid rgba(var(--color-yellow), 1);
  border-width: 0 3px 3px 0;
}

body.redWeakness .dda-sub-header__actions .search .search__input:focus {
  box-shadow: 0 0 0 0.125rem rgba(var(--color-yellow), 1);
}

body.redWeakness .dda-main-header__gov-logo {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100.3 41.2" style="enable-background:new 0 0 100.3 41.2;" xml:space="preserve"><title>government-of-dubai</title><path fill="%23ffff00" d="M4.6,35.8c-0.3-0.2-0.7-0.2-1-0.2c-0.6,0-1.1,0.2-1.5,0.7c-0.2,0.2-0.4,0.5-0.5,0.8c-0.1,0.4-0.2,0.8-0.2,1.2 c0,0.3,0,0.7,0.1,1C1.6,39.6,1.8,39.8,2,40c0.2,0.2,0.4,0.4,0.6,0.5c0.3,0.1,0.6,0.2,0.9,0.2h0.2H4h0.2l0.2-0.1c0-0.1,0-0.2,0-0.3 v-0.5c0-0.5,0-0.8,0-1s0-0.4,0-0.5h0.2h0.8h0.2c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.3s0,0.3,0,0.4s0,0.3,0,0.4v0.3c0,0.2,0,0.3,0,0.4 c0,0.1,0,0.2,0,0.3C5.3,40.9,5,41,4.6,41.1c-0.4,0.1-0.8,0.1-1.1,0.1c-0.5,0-1,0-1.4-0.2c-0.4-0.1-0.7-0.3-1-0.6 c-0.3-0.2-0.5-0.5-0.7-0.9C0.1,39.1,0,38.7,0,38.3c0-0.5,0.1-1,0.3-1.4c0.2-0.4,0.4-0.7,0.8-1c0.3-0.3,0.7-0.5,1.1-0.6 c0.5-0.1,0.9-0.2,1.4-0.2c0.4,0,0.8,0,1.1,0.1c0.3,0.1,0.6,0.2,0.9,0.4L5.5,36c0,0.1-0.1,0.3-0.1,0.4H5.2C5.1,36.2,4.8,36,4.6,35.8" /><path fill="%23ffff00" d="M6.8,36.9c0.3-0.8,0.9-1.3,1.7-1.6c0.4-0.2,0.9-0.2,1.4-0.2c0.4,0,0.9,0.1,1.3,0.2c0.4,0.1,0.7,0.3,1,0.6 c0.3,0.3,0.5,0.6,0.7,1c0.2,0.4,0.3,0.9,0.2,1.3c0,0.8-0.3,1.6-0.9,2.2c-0.3,0.3-0.6,0.5-1,0.7c-0.4,0.2-0.9,0.2-1.3,0.2 c-0.4,0-0.9-0.1-1.3-0.2c-0.4-0.1-0.7-0.3-1-0.5c-0.3-0.3-0.5-0.6-0.7-1c-0.2-0.4-0.3-0.9-0.3-1.4C6.6,37.7,6.6,37.3,6.8,36.9 M11.6,36.9c-0.1-0.3-0.2-0.5-0.4-0.8c-0.2-0.2-0.4-0.4-0.6-0.5c-0.2-0.1-0.5-0.2-0.8-0.2c-0.3,0-0.5,0.1-0.8,0.2 c-0.2,0.1-0.4,0.3-0.6,0.6c-0.2,0.3-0.3,0.5-0.4,0.8C8,37.5,8,37.8,8,38.2c0,0.4,0,0.8,0.1,1.2c0.1,0.3,0.2,0.5,0.4,0.8 c0.2,0.2,0.3,0.3,0.6,0.4c0.2,0.1,0.4,0.1,0.7,0.1c0.3,0,0.5-0.1,0.7-0.2c0.2-0.1,0.4-0.3,0.6-0.5c0.2-0.3,0.3-0.5,0.4-0.8 c0.1-0.4,0.2-0.8,0.2-1.2C11.7,37.6,11.6,37.3,11.6,36.9"/><path fill="%23ffff00" d="M17.1,37.3c0.3-0.7,0.5-1.4,0.8-2.1c0.1,0,0.3,0,0.4,0c0.1,0,0.3,0,0.4,0l-0.5,1.2l-0.6,1.5 c-0.2,0.5-0.4,1.1-0.6,1.6s-0.4,1.1-0.6,1.5h-0.4h-0.4l-0.3-0.8l-0.4-1l-0.4-1.1L14,37l-0.4-1l-0.3-0.8h0.4h0.8h0.4 c0.1,0.3,0.2,0.7,0.3,1l0.4,1.1c0.1,0.4,0.3,0.7,0.4,1.1l0.4,1.1C16.6,38.8,16.9,38,17.1,37.3"/><path fill="%23ffff00" d="M19.4,36.3c0-0.4,0-0.7,0-1.1h0.8h0.8H22h0.7c0,0.1,0,0.2,0,0.4c0,0.1,0,0.1,0,0.2c0,0,0,0.1,0,0.2h-0.5h-0.6 H21h-0.3c0,0.3,0,0.6,0,0.9s0,0.6,0,0.9h1h0.9c0,0.1,0,0.2,0,0.2s0,0.1,0,0.2c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.2 c-0.6,0-1.3-0.1-1.9-0.1c0,0.2,0,0.4,0,0.5s0,0.4,0,0.5c0,0.4,0,0.7,0,1.1c0.3,0,0.6,0,1,0s0.7,0,1-0.1c0,0.1,0,0.1,0,0.2 c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2c0,0,0,0.1,0,0.1h-3.4c0-0.4,0-0.7,0-1.1s0-0.8,0-1.3v-1.3C19.4,37.1,19.4,36.7,19.4,36.3"/><path fill="%23ffff00" d="M25,38.3v0.4c0,0.5,0,0.9,0,1.3s0,0.7,0,1.1l-0.2,0H24h-0.3c0-0.3,0-0.7,0-1.1s0-0.8,0-1.3v-1.1 c0-0.5,0-0.9,0-1.3s0-0.7,0-1.1H24h0.4h0.5h0.7h0.6l0.4,0c0.1,0,0.2,0,0.3,0.1c0.1,0,0.2,0.1,0.2,0.1c0.2,0.1,0.3,0.3,0.4,0.5 c0.1,0.2,0.2,0.4,0.1,0.7c0,0.4-0.1,0.7-0.3,1c-0.3,0.3-0.6,0.5-1,0.6c0.3,0.5,0.6,1,0.9,1.4l1,1.4h-0.4H27h-0.4L25,38.3L25,38.3 L25,38.3z M26.3,36.2c0-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.3-0.1-0.4-0.2c-0.2,0-0.4,0-0.6,0c0,0.8,0,1.5,0,2.3h0.2 c0.3,0,0.6-0.1,0.9-0.3c0.2-0.3,0.3-0.6,0.3-0.9C26.4,36.6,26.4,36.4,26.3,36.2"/><path fill="%23ffff00" d="M29.1,35.9c0-0.3,0-0.5,0-0.7c0.3,0.1,0.5,0.1,0.8,0l1.8,2c0.6,0.7,1.2,1.3,1.9,2v-1.5c0-0.3,0-0.5,0-0.8 s0-0.5,0-0.8s0-0.4,0-0.6c0-0.1,0-0.2,0-0.3c0.1,0,0.3,0,0.4,0c0.1,0,0.3,0,0.4,0c0,0.5,0,1-0.1,1.4c0,0.4,0,0.8,0,1.2s0,0.7,0,1.1 s0,0.8,0,1.2v1h-0.3h-0.3c-1.3-1.3-2.6-2.7-3.9-4.1c0,0.2,0,0.3,0,0.5s0,0.3,0,0.5v1c0,0.3,0,0.6,0,0.9s0,0.4,0,0.6s0,0.3,0,0.4 s0,0.2,0,0.2h-0.2h-0.2h-0.4c0,0,0-0.2,0-0.5s0-0.6,0-1s0-0.8,0-1.3s0-0.9,0-1.3S29,36.2,29.1,35.9"/><path fill="%23ffff00" d="M36.1,39.1c0,0.6-0.1,1.3-0.1,1.9h-0.2h-0.4h-0.2c0.2-1,0.3-2,0.5-2.9c0.1-1,0.3-2,0.4-3h0.2h0.3h0.2 c0.2,0.3,0.3,0.7,0.5,1l0.5,1c0.2,0.4,0.3,0.7,0.5,1l0.5,1c0.3-0.6,0.7-1.3,1-2s0.7-1.4,1-2.1c0.1,0,0.2,0,0.4,0c0.1,0,0.2,0,0.4,0 l0.2,1.6c0.1,0.6,0.1,1.1,0.2,1.7s0.1,1,0.2,1.5s0.1,0.8,0.2,1.1h-0.3h-0.7h-0.4c0-0.6-0.1-1.2-0.1-1.9s-0.1-1.4-0.2-2l0,0l-1,2 c-0.3,0.7-0.6,1.3-0.9,2h-0.1h-0.1h-0.1c-0.3-0.6-0.6-1.3-0.9-1.9l-0.9-1.9l0,0C36.3,37.9,36.2,38.5,36.1,39.1"/><path fill="%23ffff00" d="M43.2,36.3c0-0.4,0-0.7,0-1.1h0.8h0.8h1.1h0.7c0,0.1,0,0.2,0,0.4c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2h-0.5 h-0.6h-0.5h-0.4c0,0.3,0,0.6,0,0.9s0,0.6,0,0.9h1h0.9V38c0,0,0,0.1,0,0.2c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.2c-0.7,0-1.3-0.1-1.9-0.1 c0,0.2,0,0.4,0,0.5s0,0.4,0,0.5c0,0.4,0,0.7,0,1.1c0.3,0,0.7,0,1,0s0.7,0,1-0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2 c0,0.1,0,0.1,0,0.2c0,0,0,0.1,0,0.1h-3.4c0-0.4,0-0.7,0-1.1s0-0.8,0-1.3v-1.3C43.1,37.1,43.1,36.7,43.2,36.3"/><path fill="%23ffff00" d="M47.6,35.9c0-0.3,0-0.5,0-0.7c0.3,0.1,0.5,0.1,0.8,0l1.8,2c0.6,0.7,1.2,1.3,1.9,2v-1.5c0-0.3,0-0.5,0-0.8 s0-0.5,0-0.8s0-0.4,0-0.6c0-0.1,0-0.2,0-0.3c0.1,0,0.3,0,0.4,0c0.1,0,0.3,0,0.4,0c0,0.5,0,1-0.1,1.4s0,0.8,0,1.2s0,0.7,0,1.1 s0,0.8,0,1.2v1h-0.3h-0.3c-1.3-1.3-2.6-2.7-3.9-4.1c0,0.2,0,0.3,0,0.5s0,0.3,0,0.5v1c0,0.3,0,0.6,0,0.9s0,0.4,0,0.6s0,0.3,0,0.4 s0,0.2,0,0.2L48,41h-0.2h-0.4c0,0,0-0.2,0-0.5s0-0.6,0.1-1s0-0.8,0-1.3s0-0.9,0-1.3S47.5,36.1,47.6,35.9"/><path fill="%23ffff00" d="M55.2,36.1c0-0.1,0-0.2,0-0.3h-0.3h-0.4H54h-0.4c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2 c0-0.1,0-0.1,0-0.2h0.5h0.5H57h0.5H58c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2h-0.4h-0.4h-0.4 h-0.3c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.2v2.6c0,0.5,0,0.9,0,1.3s0,0.7,0,1.1l-0.3,0h-0.8h-0.3c0-0.4,0-0.7,0-1.1s0-0.8,0-1.3 L55.2,36.1L55.2,36.1z"/><path fill="%23ffff00" d="M61.1,36.9c0.3-0.8,0.9-1.3,1.7-1.6c0.4-0.2,0.9-0.2,1.4-0.2c0.4,0,0.9,0.1,1.3,0.2c0.4,0.1,0.7,0.3,1,0.6 c0.3,0.3,0.5,0.6,0.7,1c0.2,0.4,0.3,0.9,0.2,1.3c0,0.8-0.3,1.6-0.9,2.2c-0.3,0.3-0.6,0.5-1,0.7c-0.4,0.2-0.9,0.2-1.3,0.2 c-0.4,0-0.9-0.1-1.3-0.2c-0.4-0.1-0.7-0.3-1-0.5c-0.3-0.3-0.5-0.6-0.7-1c-0.2-0.4-0.3-0.9-0.3-1.4C60.9,37.7,60.9,37.3,61.1,36.9 M65.9,36.9c-0.1-0.3-0.2-0.5-0.4-0.8c-0.2-0.2-0.4-0.4-0.6-0.5c-0.2-0.1-0.5-0.2-0.8-0.2c-0.3,0-0.5,0.1-0.8,0.2 c-0.2,0.1-0.4,0.3-0.6,0.6c-0.2,0.3-0.3,0.5-0.4,0.8c-0.1,0.3-0.1,0.7-0.1,1c0,0.4,0,0.8,0.2,1.2c0.1,0.3,0.2,0.5,0.4,0.8 c0.2,0.2,0.3,0.3,0.6,0.4c0.2,0.1,0.4,0.1,0.7,0.1c0.3,0,0.5-0.1,0.7-0.2c0.2-0.1,0.4-0.3,0.6-0.5c0.2-0.3,0.3-0.5,0.4-0.8 c0.1-0.4,0.2-0.8,0.2-1.2C66,37.6,66,37.3,65.9,36.9"/><path fill="%23ffff00" d="M68.3,36.3c0-0.4,0-0.7-0.1-1.1H69h0.8h1.1h0.7c0,0.1,0,0.2,0,0.4c0,0.1,0,0.2,0,0.2s0,0.1,0,0.2H71h-0.6H70 h-0.3c0,0.3,0,0.6,0,0.9s0,0.6,0,0.9h1h0.9c0,0.1,0,0.2,0,0.2s0,0.1,0,0.2c0,0,0,0.1,0,0.1v0.2c-0.7,0-1.3-0.1-1.9-0.1v0.3 c0,0.5,0,0.9,0,1.3s0,0.7,0,1.1h-0.3h-0.7h-0.3c0-0.4,0-0.7,0.1-1.1s0-0.8,0-1.3v-1.2C68.3,37.1,68.3,36.7,68.3,36.3"/><path fill="%23ffff00" d="M75.1,36.3c0-0.4,0-0.7-0.1-1.1h0.3h0.4h0.6h0.9c0.5,0,0.9,0,1.3,0.1c0.4,0.1,0.7,0.2,1,0.5 c0.3,0.2,0.5,0.5,0.7,0.8c0.3,0.8,0.3,1.8,0,2.6c-0.1,0.4-0.4,0.7-0.6,1c-0.3,0.3-0.6,0.5-0.9,0.6c-0.4,0.1-0.7,0.2-1.1,0.2h-2.2 L75,41c0-0.4,0-0.7,0.1-1.1s0-0.8,0-1.3v-1.1C75.1,37.1,75.1,36.7,75.1,36.3 M76.3,39.3v0.5c0,0.2,0,0.3,0,0.5s0,0.2,0,0.3h0.3h0.4 c0.6,0,1.1-0.2,1.5-0.7C79.1,39,79.3,38,79,37c-0.1-0.3-0.2-0.5-0.4-0.7c-0.2-0.2-0.4-0.4-0.6-0.5c-0.3-0.1-0.5-0.2-0.8-0.2h-0.5 h-0.4c0,0,0,0.1,0,0.3s0,0.3,0,0.5L76.3,39.3L76.3,39.3z"/><path fill="%23ffff00" d="M83.3,41c-0.3-0.1-0.6-0.2-0.8-0.4c-0.2-0.2-0.4-0.4-0.5-0.6c-0.1-0.3-0.2-0.7-0.2-1c0-0.2,0-0.4,0-0.6 s0-0.3,0-0.5s0-0.3,0-0.5s0-0.3,0-0.4c0-0.5,0-0.8,0-1.1s0-0.5,0-0.6h0.3h0.7h0.3c-0.1,0.5-0.1,1.1-0.1,1.5s0,1,0,1.5 c0,0.4,0,0.8,0.1,1.2c0.1,0.3,0.2,0.5,0.3,0.7c0.1,0.2,0.3,0.3,0.5,0.3c0.2,0.1,0.5,0.1,0.7,0.1c0.3,0,0.6-0.1,0.8-0.3 c0.2-0.2,0.4-0.4,0.4-0.7c0.1-0.3,0.2-0.7,0.2-1c0-0.4,0-0.8,0-1.2s0-0.8,0-1.2s0-0.8-0.1-1.2h0.2h0.4H87c0,0.1,0,0.3,0,0.5 s0,0.5,0,0.7s0,0.6,0,0.9s0,0.7,0,1.1c0.1,0.8-0.2,1.5-0.6,2.1c-0.5,0.5-1.2,0.7-1.9,0.6c-0.3,0-0.7,0-1-0.1"/><path fill="%23ffff00" d="M88.3,36.3c0-0.4,0-0.7-0.1-1.1h0.3H89h0.8h0.8c0.2,0,0.5,0,0.7,0.1c0.2,0,0.4,0.1,0.6,0.2 c0.1,0.1,0.3,0.2,0.3,0.4c0.1,0.2,0.1,0.4,0.1,0.6c0,0.2,0,0.4-0.2,0.6c-0.1,0.2-0.2,0.3-0.4,0.4c-0.1,0.1-0.3,0.2-0.4,0.3 c-0.1,0.1-0.3,0.1-0.4,0.1l0,0c0.2,0,0.3,0,0.5,0.1c0.2,0.1,0.3,0.2,0.5,0.3c0.2,0.1,0.3,0.3,0.4,0.4c0.1,0.2,0.2,0.4,0.2,0.7 c0,0.3-0.1,0.5-0.2,0.8c-0.1,0.2-0.3,0.4-0.4,0.5c-0.2,0.1-0.4,0.2-0.6,0.3C90.9,41,90.7,41,90.4,41h-1.7l-0.4,0 c0-0.4,0-0.7,0.1-1.1s0-0.8,0-1.3v-1.1C88.4,37.1,88.4,36.7,88.3,36.3 M91,36.3c0-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.2-0.2-0.3-0.2 c-0.1-0.1-0.3-0.1-0.4-0.1h-0.3h-0.2c0,0.2,0,0.4,0,0.6s0,0.4,0,0.5s0,0.3,0,0.4s0,0.3,0,0.4H90c0.2,0,0.5-0.1,0.7-0.3 c0.1-0.1,0.2-0.2,0.2-0.3C91,37,91,36.8,91,36.7C91,36.5,91,36.4,91,36.3 M90.8,38.5c-0.2-0.2-0.5-0.3-0.8-0.3h-0.4 c0,0.1,0,0.2,0,0.4s0,0.3,0,0.5s0,0.3,0,0.4s0,0.3,0,0.4s0,0.3,0,0.4s0,0.2,0,0.3h0.5c0.1,0,0.2,0,0.4-0.1c0.1-0.1,0.2-0.1,0.3-0.2 c0.1-0.1,0.2-0.2,0.2-0.3c0.1-0.2,0.1-0.3,0.1-0.5C91.1,39.1,91,38.8,90.8,38.5"/><path fill="%23ffff00" d="M98.1,41h-0.4H97h-0.4l-0.3-0.9c-0.1-0.3-0.2-0.6-0.3-0.9H94c-0.1,0.3-0.2,0.6-0.3,0.9s-0.2,0.6-0.3,0.9h-0.2 h-0.4h-0.2c0.1-0.2,0.2-0.4,0.3-0.6s0.2-0.6,0.4-0.9l0.4-1.1l0.5-1.2c0.2-0.4,0.3-0.8,0.5-1.2s0.3-0.7,0.4-1h0.2h0.3h0.2l0.6,1.5 c0.2,0.6,0.4,1.1,0.6,1.6s0.4,1,0.6,1.5S97.9,40.7,98.1,41 M95.1,36.8c-0.2,0.3-0.3,0.7-0.4,1l-0.4,1h1.6c-0.1-0.3-0.2-0.7-0.4-1 S95.2,37.1,95.1,36.8"/><path fill="%23ffff00" d="M99,36.3c0-0.4,0-0.7,0-1.1h0.3h0.7h0.3c0,0.4,0,0.7-0.1,1.1s0,0.8,0,1.3v1.2c0,0.5,0,0.9,0,1.3s0,0.7,0.1,1.1 l-0.3,0h-0.8h-0.3c0-0.4,0-0.7,0-1.1s0-0.8,0-1.3v-1.1C98.9,37.1,98.9,36.7,99,36.3"/><path fill="%23ffff00" d="M0.2,15.5c0,0,6.5,8.5,20.4,8.5c6,0.1,11.9-1.5,17.1-4.5c0,0,0.2-0.6-0.8-0.8l-1.1-0.3c-1.4-0.4-2.7-0.9-4-1.6 l0.7-1.9c1.4,0,2.7-0.3,3.9-1c0.6-0.3,0.1-1.3-0.2-1.6c-0.7-1.1-1.4-2.3-2-3.5c-0.1-0.5-0.4-1-0.8-1.3l0.4-2.5l2.7,2.7h-1.2 c0,0,1.3,2.3,1.6,2.7c0.5,1,0.7,2.1,0.5,3.2c-0.2,1-0.8,1.8-1.6,2.4c0,0,2,0.6,2.4,0.7s1.1,0.7,0.6,2.3c-0.3,1.1-1,2.1-2,2.7 c-0.9,0.6-6.1,4.5-18.9,4.3C10.6,26,4,21.4,4,21.4S1.5,18,0.8,16.9C0.5,16.5,0.3,16,0.2,15.5"/><path fill="%23ffff00" d="M39,0.6c0,0-20.1,6.5-28.3,10.1l-1,1.9c0,0,18.7-7.1,28.5-10.3L39,0.6z"/><path fill="%23ffff00" d="M22.3,14.4c0,0,1-1.9,1.5-2c1.1-0.1,2.2,0,3.3,0.4c0.7,0.3,0,1.1-0.4,1.7c-0.3,0.7-0.9,1.2-1.6,1.5 c-0.7,0.2-3.8,0.6-2.3,0s3.9-1.4,2.3-1.4S22.3,14.4,22.3,14.4"/><path fill="%23ffff00" d="M40.7,12.7c0.5,0.4,0.9,0.8,1.3,1.3c1.4,1.7,3.2,3,5.3,3.8c2.5,1,2.4,1.4,2,1.8c-3,2.1-6.1,4.1-9.3,5.9 c-2.5,1.2-4.7,1.5-2.8-4c0,0-0.2-0.3-0.6,0.7s-2,5,0.3,5.9c0.8,0.3,1.7,0.2,4.2-1.1s7.8-4.9,8.6-5.8c0.6-0.7,0.8-1.7,0.7-2.6 c-0.1-1-0.1-1.5-2.3-2.7s-4.2-2.2-5-3.4l1.1-0.1l-3.2-2L40.7,12.7L40.7,12.7z"/><polygon fill="%23ffff00" points="51.3,13.5 53.3,15 52.3,17 50.3,15.5 "/><polygon fill="%23ffff00" points="54.4,13 56.4,14.5 55.4,16.5 53.4,15 "/><polygon fill="%23ffff00" points="41.3,16.6 43.3,18.1 42.3,20.1 40.3,18.6 "/><polygon fill="%23ffff00" points="25.3,27.7 27.3,29.1 26.3,31.1 24.3,29.6 "/><polygon fill="%23ffff00" points="22.1,28 24.2,29.5 23.2,31.5 21.2,30 "/><path fill="%23ffff00" d="M47.6,3.3C47.3,3,47,2.8,47,2.8s1-1.6,0.2-2.7c-0.3-0.4-1.6,0.3-2.1,0.9c-0.4,0.5-0.4,1.3,0.1,1.8l0.9,0.7 c-1,1.2-2.2,2.2-3.5,3.1c-2.5,1.8-4.7,3.4-4.7,3.4s-0.7,0.6,1.2-0.4C40.6,8.8,42,8,43.4,7.1c1.1-1,2.1-2.1,3.1-3.3 C46.7,4,46.8,4.1,47,4.3c0.2,0.3,0.3,0.5,0.3,0.5S47.8,3.6,47.6,3.3 M46.6,2.5c0,0-1.3-1-1.2-1.2c0.3-0.3,0.8-0.4,1.1-0.1 C47,1.5,46.6,2.5,46.6,2.5"/><path fill="%23ffff00" d="M59.7,3.7c-0.2-0.2-0.3-0.4-0.5-0.5c0,0,0.9-1.6,0.1-2.7c-0.3-0.4-1.6,0.3-2.1,0.9c-0.4,0.6-0.4,1.3,0.2,1.8 L58.2,4c-1,1.2-2.2,2.2-3.5,3.1c-2.5,1.8-4.7,3.3-4.7,3.3S49.3,11,51.2,10c1.5-0.7,2.9-1.6,4.3-2.5c1.1-1,2.1-2.1,3.1-3.3 c0.2,0.1,0.4,0.3,0.6,0.5c0.2,0.3,0.3,0.5,0.3,0.5S59.9,4,59.7,3.7 M58.7,2.9c0,0-1.4-0.9-1.2-1.2c0.3-0.3,0.8-0.4,1.1-0.1 C59.1,1.9,58.7,2.9,58.7,2.9"/><path fill="%23ffff00" d="M94.5,8.8c-0.1-0.2-0.3-0.3-0.4-0.4c0.4-0.7,0.5-1.5,0.1-2.2c-0.2-0.3-1.3,0.2-1.7,0.8 c-0.4,0.5-0.3,1.1,0.1,1.5L93.3,9c-0.8,1-1.8,1.8-2.8,2.5c-2.1,1.5-3.9,2.7-3.9,2.7s-0.6,0.5,1-0.3c1.2-0.6,2.4-1.3,3.5-2 c0.9-0.8,1.8-1.7,2.5-2.7c0.2,0.1,0.3,0.3,0.5,0.4l0.2,0.4C94.5,9.6,94.6,9.2,94.5,8.8 M93.8,8.1c0,0-1.1-0.8-1-1 C93,6.9,93.4,6.8,93.7,7C93.9,7.3,93.9,7.7,93.8,8.1"/><path fill="%23ffff00" d="M72,7.4c0,0-11.1,3.9-13.5,5.1l-0.4,1.2c0,0,3.6-1.6,7.4-3c3.8-1.4,5.7-2.1,5.7-2.1L72,7.4z"/><path fill="%23ffff00" d="M66.1,21.2c0.9,0.9,2,1.6,3.3,2c1.1,0.4,1.7-1.7,1.8-2.1s-0.8-3.7-2-3.8S66.8,19,66.8,19h-0.1 c-0.1-0.1-0.2-0.1-0.3,0c0,0,0,0,0,0L66,19.4c-1.5,2.2-2.4,2.5-4,2.4c-1.9-0.1-3.1-2.4-3.4-3.2s-2.2,0-3.2,1.6 c-0.9,1.8-1.6,3.7-2.3,5.6c-0.8,1.9-1.6,1.5-2.4,0.5s-1.1-3.9-1.1-5.1s-0.3-0.4-0.3-0.4c-0.6,5,1.3,7.9,2.3,7.8s1.6-1.3,2-2.2 s1.2-4.1,2.1-5.2c0.4-0.6,1.1-0.9,1.8-0.8c0.1,0.1,0.3,0.3,0.3,0.4c0.3,0.5,1.9,3.1,4.1,3.1c1.3-0.1,2.5-0.9,3.2-2.1 C65.4,21.7,65.8,20.8,66.1,21.2 M68.5,19.3c0.5,0.3,0.8,0.8,1,1.4c0.1,0.5-0.6,0.1-1.1-0.2c-0.4-0.2-0.7-0.5-1-0.8 C67.7,19.4,68.1,19.2,68.5,19.3"/><path fill="%23ffff00" d="M95.1,17.2c-1.5-0.6-4.7-2.6-6.6-1.7c-1.3,0.7-2.1,1.9-2.2,3.3c0.1,0.9,0.2,1.8,0.4,2.7 c-2.6-0.8-3.5-3.6-5.8-6.2s-6.6-7-6.6-7c4.5-2.2,9.2-3.9,14.1-5C90.2,3,90.9,3.2,91,3.5c0.6,0.8-0.3,1.5-0.8,2.4 c-0.7,1.3-1.3,2.6-1.8,4c-0.2,0.6-0.2,1.4,0.1,0.5s1.5-2.9,2-3.9s1.9-3.4,1.9-4.4s-1.7-1.1-2.9-0.9c-6.7,1-15.8,5.4-15.8,5.4 l-0.9,2.7c2.9,3.4,5.5,7.1,7.8,10.9c0.2,0.6-2.1,1.1-2.1,1.1c-0.5-1.3-1.5-2.3-2.8-2.7c-0.8-0.1-1.8,0.8-2.5,2.2c-0.5,1,0,2.2,1,2.7 c0.1,0.1,0.2,0.1,0.4,0.1c1,0.2,2,0.1,3-0.1c0.4,0.6,0.1,0.8,0.1,0.8c-1.9,2-4.3,3.6-6.8,4.7c-2.7,1.1-5-0.2-5.2-2.5 c0-1.6,0.3-3.2,0.9-4.7c0,0,0-0.6-0.4,0.2c-0.7,1.4-1.2,3-1.3,4.6c-0.1,0.6,0.1,4.5,3.2,4.8c4.2,0.5,8.4-4.1,9.5-5.1 c0.7-0.9,1.1-2,1.2-3.2c2.3-0.8,2.3-1.7,2.5-2.7c0.1-0.9,0-1.8-0.3-2.7c0,0,1.7,2.5,3.1,4.3c0.8,1,2,1.7,3.4,1.7 c0,0.5,0.1,0.9,0.2,1.4c0.5,0,0.5-1.5,0.5-1.5c1.6-0.2,4.5-1.6,7-2.7s3.9-0.5,3.9-0.5l1-2C98.3,18.3,96.6,17.9,95.1,17.2 M74.8,21.6 c-0.4-0.2-0.5-0.2-0.2-0.5c0.3-0.3,0.7-0.4,1.1-0.3c0.3,0.1,0.6,0.2,0.7,0.5c0.1,0.1,0.2,0.3,0.3,0.5C76,21.8,75.4,21.7,74.8,21.6 M90.7,20.9c-0.9,0.3-1.8,0.6-2.8,0.7c0,0-0.8-2.8-0.8-3c0-0.3,0.2-0.7,0.5-0.9c0.8-0.6,1.9-0.7,2.8-0.3c1.5,0.5,3.6,1.7,4.5,2 C95,19.5,92.6,20.3,90.7,20.9"/><path fill="%23ffff00" d="M64.4,5l-0.1,0.2c-0.2-0.1-0.5-0.3-0.7-0.4c-0.2,0-0.3-0.2-0.2-0.5s0.1-1,0.5-0.8c1,0.8,1.6,1.9,1.8,3.1 c0,0,0.2-2.1,0.3-2.7s0.4-1.2,1.5-0.2l-0.3,0.8c0,0-0.8-0.8-1-0.1C66.1,5.1,66,5.9,66,6.6c-0.1,0.9-0.3,1.4-0.4,0.8 c-0.1-0.7-0.4-1.3-0.8-1.9C64.8,5.3,64.6,5.1,64.4,5"/><path fill="%23ffff00" d="M81.9,10.1l-0.1,0.2c-0.2-0.1-0.5-0.3-0.7-0.4c-0.2,0-0.3-0.1-0.2-0.5s0.1-1,0.5-0.8c1,0.8,1.6,1.9,1.7,3.1 c0,0,0.2-2.1,0.3-2.7s0.4-1.2,1.5-0.2l-0.3,0.8c0,0-0.8-0.9-1-0.1c-0.1,0.7-0.2,1.4-0.3,2.2c-0.1,0.9-0.3,1.4-0.4,0.9 c-0.1-0.7-0.4-1.3-0.8-1.9C82.2,10.5,82.1,10.3,81.9,10.1"/><path fill="%23ffff00" d="M64.2,17.7c0.3,0.1,0.9-0.2,1.2-1.4c0.1-0.7-0.2,0-0.2,0c-0.1,0.2-0.3,0.3-0.5,0.2c-0.3-0.1-0.6-0.5-0.2-1.6 c0.2-0.7,0.5-1.4,0.8-2c0-0.1-0.1-0.3-0.3,0.2c-0.5,0.9-0.9,1.9-1.2,2.9c-0.2,0.5,0,1.1,0.3,1.5L64.2,17.7z"/><path fill="%23ffff00" d="M28.3,21.2c0.3,0.1,0.9-0.1,1.2-1.4c0.1-0.7-0.2,0-0.2,0C29.2,20,29,20.1,28.8,20c-0.3-0.1-0.6-0.5-0.2-1.6 c0.2-0.7,0.5-1.4,0.8-2c0-0.1,0-0.3-0.3,0.2c-0.5,0.9-0.9,1.9-1.2,2.9c-0.2,0.5,0,1.1,0.3,1.5L28.3,21.2z"/></svg>');
}

body.redWeakness .dda-side-nav .sidenav a:hover i::before,
body.redWeakness .dda-side-nav .sidenav a.active i::before,
body.redWeakness .dda-side-nav .dropdown-btn:hover i::before,
body.redWeakness .dda-side-nav .active i::before {
  color: rgba(var(--color-yellow), 1) !important;
}

body.redWeakness .dda-side-nav .sidenav a,
body.redWeakness .dda-side-nav .dropdown-btn {
  border-bottom: solid 1px rgba(var(--color-yellow), 0.2);
}

body.redWeakness .dda-side-nav__close-btn {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .dda-main-header__logo {
  display: none;
}

body.redWeakness .dda-main-header__logo--white {
  display: block;
}

@media screen and (max-width: 768px) {
  body.redWeakness .dda-sub-header__logo {
    display: none;
  }

  body.redWeakness .dda-sub-header__logo--white {
    display: block;
    width: 160px;
  }
}

body.redWeakness .dda-accessibility-section__radio::after,
body.redWeakness .dda-accessibility-section__radio::before {
  border: 2px solid rgba(var(--color-yellow), 1);
}

body.redWeakness .dda-accessibility-section__radio:checked::before {
  border-color: rgba(var(--color-yellow), 1);
  background-color: rgba(var(--color-yellow), 1);
}

body.redWeakness .bg,
body.redWeakness .bg-white,
body.redWeakness .dda-login-section {
  background: rgba(var(--color-black), 1);
}

body.redWeakness .bg.dda-sub-header__btn {
  border: solid 1px rgba(var(--color-yellow), 1);
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .dda-accessibility-section__sign-lang-btn,
body.redWeakness .dda-accessibility-section__text-size-btn,
body.redWeakness .dda-login-section input[type="checkbox"],
body.redWeakness .dda-login-section input[type="checkbox"]:checked {
  background: rgba(var(--color-black), 0.5);
  border: solid 1px rgba(var(--color-yellow), 0.5);
}

body.redWeakness .dda-accessibility-section__text-size-btn--active {
  border: solid 3px rgba(var(--color-yellow), 1);
}

body.redWeakness .primary--text,
body.redWeakness .dda-sub-header__btn:hover i,
body.redWeakness .dda-sub-header__btn:focus i {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .dda-side-nav__title,
body.redWeakness .h23_record_data a {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .dda-sub-header__actions .search .search__input,
body.redWeakness .dda-side-nav .search .search__input,
body.redWeakness .primary,
body.redWeakness .dda-login-section__input {
  background: rgba(var(--color-black), 1);
  color: rgba(var(--color-yellow), 1);
  border: solid 1px rgba(var(--color-yellow), 1);
}

body.redWeakness .dda-sub-header__actions .search .search__input::placeholder {
  color: rgba(var(--color-yellow), 0.5);
}

body.redWeakness .dda-sub-header__actions .search .search__input:focus {
  box-shadow: 0 0 0 0.125rem rgba(var(--color-yellow), 0.05);
}

body.redWeakness .dda-side-nav .sidenav a:hover,
body.redWeakness .dda-side-nav .sidenav a.active,
body.redWeakness .dda-side-nav .dropdown-btn:hover,
body.redWeakness .dda-side-nav .active {
  color: rgba(var(--color-yellow), 1);
  box-shadow: 0 2px 0 0 rgba(var(--color-yellow), 1);
}

body.redWeakness .dda-side-nav__content p {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness,
body.redWeakness .white,
body.redWeakness .dda-side-nav,
body.redWeakness .dda-sub-header__navbar .menu>ul li ul {
  background: rgba(var(--color-black), 1);
  background-color: rgba(var(--color-black), 1);
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .dda-sub-header__navbar .menu>ul>li>a:hover::after,
body.redWeakness .dda-sub-header__navbar .menu>ul>li>a.active::after,
body.redWeakness .dda-sub-header__navbar .menu>ul>li>a:focus::after {
  background: rgba(var(--color-yellow), 1);
  background-color: rgba(var(--color-yellow), 1);
}

body.redWeakness .dda-sub-header__navbar .menu ul li,
body.redWeakness .dda-sub-header__navbar .menu ul li a,
body.redWeakness .dda-sub-header__navbar .menu>ul>li>a:hover::after,
body.redWeakness .dda-sub-header__navbar .menu>ul>li>a.active::after,
body.redWeakness .dda-sub-header__navbar .menu>ul>li>a:focus::after,
body.redWeakness .secondary--text,
body.redWeakness .h23_content_box.h23_blue h2 {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .dda-sub-header__navbar .menu>ul li ul li:hover {
  color: rgba(var(--color-yellow), 1);
  background: rgba(var(--color-black), 1);
  border: solid 1px rgba(var(--color-yellow), 1);
}

body.redWeakness .dda-sub-header__navbar .menu>ul li ul li:hover>a {
  text-shadow: 0px 0px 1px rgba(var(--color-yellow), 1);
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .dda-sub-header__navbar .menu>ul li ul li::before {
  border: solid rgba(var(--color-yellow), 1);
  border-width: 0 3px 3px 0;
}

body.redWeakness .h23_button.h23_button_primary,
body.redWeakness .h23_button.h23_button_secondary,
body.redWeakness .h23_form fieldset select,
body.redWeakness .h23_form fieldset input[type="text"],
body.redWeakness .h23_form fieldset input[type="tel"],
body.redWeakness .h23_form fieldset input[type="number"],
body.redWeakness .h23_form fieldset textarea {
  background-color: rgba(var(--color-black), 1);
  color: rgba(var(--color-yellow), 1);
  border: solid 1px rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_form fieldset.required>label::after {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_dropdown_autocomplete input[type="text"],
body.redWeakness .h23_select_list span,
body.redWeakness .h23_form fieldset select {
  border: solid rgba(var(--color-yellow), 1);
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.1954 -3.51701e-08L10 0.831683L5 6L-3.6354e-08 0.831683L0.8046 -4.01944e-07L5 4.33663L9.1954 -3.51701e-08Z" fill="%23ffff00"/></svg>');
}

body.redWeakness .h23_form input[type="radio"]:checked {
  background-color: rgba(var(--color-black), 1);
}

body.redWeakness .h23_form input[type="radio"]:checked:after {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_form input[type="radio"] {
  border: 2px solid rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_content_box.h23_blue,
body.redWeakness .h23_content_box,
body.redWeakness .h23_dropdown_autocomplete ul,
body.redWeakness .h23_dropdown_autocomplete ul li,
body.redWeakness .h23_select_list ul li,
body.redWeakness .h23_banner_full_swiper {
  background-color: rgba(var(--color-black), 0.88);
  box-shadow: none;
}

body.redWeakness .h23_dropdown_autocomplete ul li:hover {
  background-color: rgba(var(--color-grey), 1);
}

body.redWeakness .h23_content_box p a,
body.redWeakness .h23_card .h23_card_content p a,
body.redWeakness .h23_button.h23_button_link,
body.redWeakness .h23_card .h23_card_content .h23_card_tag span {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_card .sticky_date {
  background-color: rgba(var(--color-black), 1);
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_box,
body.redWeakness .h23_card,
body.redWeakness .h23_twitter_box .h23_twitter_box_contents,
body.redWeakness .h23_widgets .h23_widget,
body.redWeakness .h23_customize,
body.redWeakness .h23_card .h23_card_content .h23_card_tag span {
  background-color: rgba(var(--color-black), 1);
  box-shadow: none;
  border: solid 1px rgba(var(--color-yellow), 0.5);
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_customize .h23_customize_head {
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.1954 -3.51701e-08L10 0.831683L5 6L-3.6354e-08 0.831683L0.8046 -4.01944e-07L5 4.33663L9.1954 -3.51701e-08Z" fill="%23ffff00"/></svg>');
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_toggle input[type="checkbox"]:checked+span {
  background-color: rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_toggle input[type="checkbox"]:checked+span:before {
  background-color: rgba(var(--color-black), 1);
  background-image: url('data:image/svg+xml;utf8,<svg width="6" height="5" viewBox="0 0 6 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.00005 3.38994L0.843379 2.23327C0.713379 2.10327 0.503379 2.10327 0.373379 2.23327C0.243379 2.36327 0.243379 2.57327 0.373379 2.70327L1.76671 4.09661C1.89671 4.22661 2.10671 4.22661 2.23671 4.09661L5.76338 0.569941C5.89338 0.439941 5.89338 0.229941 5.76338 0.0999414C5.63338 -0.0300586 5.42338 -0.0300586 5.29338 0.0999414L2.00005 3.38994Z" fill="%23ffff00"/></svg>');
}

body.redWeakness .h23_form fieldset ul.h23_checkbox_list li label span {
  background-image: url('data:image/svg+xml;utf8,<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.75 16H3.75C3.2 16 2.75 15.55 2.75 15V3C2.75 2.45 3.2 2 3.75 2H15.75C16.3 2 16.75 2.45 16.75 3V15C16.75 15.55 16.3 16 15.75 16ZM16.75 0H2.75C1.65 0 0.75 0.9 0.75 2V16C0.75 17.1 1.65 18 2.75 18H16.75C17.85 18 18.75 17.1 18.75 16V2C18.75 0.9 17.85 0 16.75 0Z" fill="%23ffff00"/></svg>');
}

body.redWeakness .h23_form fieldset ul.h23_checkbox_list li label input:checked~span {
  background-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.1 0 16 0ZM7.71 13.29C7.32 13.68 6.69 13.68 6.3 13.29L2.71 9.7C2.32 9.31 2.32 8.68 2.71 8.29C3.1 7.9 3.73 7.9 4.12 8.29L7 11.17L13.88 4.29C14.27 3.9 14.9 3.9 15.29 4.29C15.68 4.68 15.68 5.31 15.29 5.7L7.71 13.29Z" fill="%23ffff00"/></svg>');
}

body.redWeakness .h23_widgets.expand.expand1 .h23_widget.widget_icon_vehicle_expiry .h23_widget_top,
body.redWeakness .h23_widgets.expand.expand2 .h23_widget.widget_icon_your_fines .h23_widget_top,
body.redWeakness .h23_widgets.expand.expand3 .h23_widget.widget_icon_nol_balance .h23_widget_top,
body.redWeakness .h23_widgets.expand.expand4 .h23_widget.widget_icon_salik_balance .h23_widget_top,
body.redWeakness .h23_widgets.expand.expand5 .h23_widget.widget_icon_timetables .h23_widget_top,
body.redWeakness .h23_widgets.expand.expand6 .h23_widget.widget_icon_departure_board .h23_widget_top,
body.redWeakness .h23_widgets.expand.expand7 .h23_widget.widget_icon_seasonal_card .h23_widget_top {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_tabs_container .h23_tab_body,
body.redWeakness .h23_tabs_container .h23_tab_header ul li,
body.redWeakness .h23_tabs_container .h23_tab_header ul li.active {
  background: rgba(var(--color-black), 1);
  border-color: rgba(var(--color-yellow), 0.5);
  box-shadow: none;
}

body.redWeakness .h23_swiper_records .container-pagination .swiper_controls,
body.redWeakness .h23_banner_full_swiper .container-pagination .swiper_controls {
  background-color: rgba(var(--color-black), 0.88);
}

body.redWeakness .swiper-pagination-clickable .swiper-pagination-bullet,
body.redWeakness .h23_swiper_records .container-pagination .swiper_controls .swiper-pagination-bullet.swiper-pagination-bullet-active,
body.redWeakness .h23_banner_full_swiper .container-pagination .swiper_controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_swiper_records .container-pagination .swiper_controls .button-prev,
body.redWeakness .h23_banner_full_swiper .container-pagination .swiper_controls .button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffff00" d="M 10.4 1.7 L 9 0.3 L 0.3 9 L 9 17.7 l 1.4 -1.4 L 3.1 9 z" />\</svg>');
}

body.redWeakness .h23_swiper_records .container-pagination .swiper_controls .button-next,
body.redWeakness .h23_banner_full_swiper .container-pagination .swiper_controls .button-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffff00" d="M 0.3 1.7 L 1.7 0.3 L 10.4 9 l -8.7 8.7 l -1.4 -1.4 L 7.6 9 z" />\</svg>');
}

html[dir="rtl"] body.redWeakness .h23_swiper_records .container-pagination .swiper_controls .button-next,
body.redWeakness .h23_banner_full_swiper .container-pagination .swiper_controls .button-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffff00" d="M 10.4 1.7 L 9 0.3 L 0.3 9 L 9 17.7 l 1.4 -1.4 L 3.1 9 z" />\</svg>');
}

html[dir="rtl"] body.redWeakness .h23_swiper_records .container-pagination .swiper_controls .button-prev,
body.redWeakness .h23_banner_full_swiper .container-pagination .swiper_controls .button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffff00" d="M 0.3 1.7 L 1.7 0.3 L 10.4 9 l -8.7 8.7 l -1.4 -1.4 L 7.6 9 z" />\</svg>');
}

body.redWeakness .h23_swiper_records .button-nav-prev,
body.redWeakness .h23_swiper_records .button-nav-next,
body.redWeakness .h23_section_full_swiper_wrapper .button-nav-prev,
body.redWeakness .h23_section_full_swiper_wrapper .button-nav-next {
  background-color: rgba(var(--color-black), 1);
  border: solid 1px rgba(var(--color-yellow), 0.5);
}
/*
body.redWeakness .h23_ico_chat {
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_568_4288)"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.2867 24.2093L21.8427 23.7913L22.6777 24.9743L22.1217 25.3913C20.7297 26.3653 18.9217 26.9213 16.9737 26.9213C15.0257 26.9213 13.2167 26.3653 11.8257 25.3913L11.2697 24.9743L12.1037 23.7913L12.6607 24.2093C13.7737 24.9743 15.3737 25.4613 16.9737 25.4613C18.6437 25.4613 20.1737 25.0433 21.2867 24.2093ZM18.9907 15.0263C20.5207 13.8433 25.0427 12.0353 24.9737 12.0353C25.8777 12.4523 27.2697 13.7053 27.2697 13.7053C23.1647 13.9133 18.9907 15.0263 18.9907 15.0263ZM10.1567 12.0353C10.9907 12.0353 11.6167 12.7303 11.6867 13.5653C11.6867 14.4003 10.9907 15.0953 10.1567 15.0953C9.32168 15.0953 8.62668 14.4003 8.62668 13.5653C8.62668 12.7303 9.32168 12.0353 10.1567 12.0353ZM16.9737 0.278344C25.1127 0.278344 31.6517 6.88734 31.6517 14.9573V20.8703H29.7037V15.0263C29.7037 8.00034 23.9997 2.29634 16.9737 2.29634C9.94768 2.29634 4.24368 7.93034 4.24368 14.9563V21.1483H3.68668C3.47768 21.1483 3.26968 21.1483 3.06068 21.0783C4.79968 26.5743 9.80868 30.6083 15.9307 30.7483C16.0697 30.3303 16.4867 29.9833 17.0427 29.9833C17.7387 29.9833 18.2957 30.5393 18.2957 31.2353C18.2957 31.9303 17.7387 32.4873 17.0427 32.4873C16.4867 32.4873 15.9997 32.1393 15.8607 31.6523C12.7119 31.5258 9.68539 30.3985 7.22097 28.4344C4.75655 26.4703 2.98255 23.7716 2.15668 20.7303C1.04268 20.1743 0.34668 19.0603 0.34668 17.7403V16.0703C0.34668 14.6783 1.18268 13.4263 2.43468 12.9403C3.47768 5.77334 9.59968 0.278344 16.9737 0.278344Z" fill="%23ffff00"/></g><defs><clipPath id="clip0_568_4288"><rect width="36" height="36" fill="white"/></clipPath></defs></svg>');
}

body.redWeakness .h23_ico_mbr_majlis {
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_568_4302)"><path d="M26.577 32.01C26.498 31.9636 26.4327 31.8972 26.3876 31.8175C26.3425 31.7378 26.3192 31.6476 26.32 31.556V28.792L32.683 20.96C32.9076 20.6843 33.0302 20.3396 33.03 19.984V9.363C33.03 9.08916 32.9212 8.82654 32.7276 8.63291C32.534 8.43928 32.2713 8.3305 31.9975 8.3305C31.7237 8.3305 31.461 8.43928 31.2674 8.63291C31.0738 8.82654 30.965 9.08916 30.965 9.363V18.351L29.354 19.962L29.323 19.992L29.265 20.051C29.2171 20.0989 29.1602 20.137 29.0975 20.1629C29.0349 20.1888 28.9678 20.2022 28.9 20.2022C28.8322 20.2022 28.7651 20.1888 28.7025 20.1629C28.6398 20.137 28.5829 20.0989 28.535 20.051C28.4871 20.0031 28.449 19.9462 28.4231 19.8835C28.3972 19.8209 28.3838 19.7538 28.3838 19.686C28.3838 19.6182 28.3972 19.5511 28.4231 19.4885C28.449 19.4258 28.4871 19.3689 28.535 19.321L28.624 19.233C28.7196 19.1474 28.7967 19.0432 28.8507 18.9267C28.9046 18.8103 28.9343 18.6841 28.9378 18.5558C28.9414 18.4275 28.9187 18.2998 28.8712 18.1806C28.8237 18.0614 28.7524 17.9531 28.6617 17.8623C28.5709 17.7716 28.4626 17.7003 28.3434 17.6528C28.2242 17.6053 28.0965 17.5826 27.9682 17.5862C27.8399 17.5897 27.7137 17.6193 27.5973 17.6733C27.4808 17.7273 27.3766 17.8044 27.291 17.9L22.521 22.67C21.6516 23.5406 21.1632 24.7206 21.163 25.951V31.556C21.163 31.6929 21.1086 31.8241 21.0119 31.9209C20.9151 32.0176 20.7839 32.072 20.647 32.072C20.5101 32.072 20.3789 32.0176 20.2821 31.9209C20.1854 31.8241 20.131 31.6929 20.131 31.556V25.951C20.1315 24.4455 20.7296 23.0017 21.794 21.937L26.564 17.167C26.9352 16.7975 27.4377 16.59 27.9615 16.59C28.4853 16.59 28.9878 16.7975 29.359 17.167L29.938 17.746V9.363C29.9319 9.08806 29.9809 8.81469 30.0819 8.55891C30.1829 8.30314 30.334 8.07012 30.5263 7.87354C30.7187 7.67695 30.9483 7.52076 31.2018 7.41413C31.4553 7.30749 31.7275 7.25256 32.0025 7.25256C32.2775 7.25256 32.5497 7.30749 32.8032 7.41413C33.0567 7.52076 33.2863 7.67695 33.4787 7.87354C33.671 8.07012 33.8221 8.30314 33.9231 8.55891C34.0241 8.81469 34.0731 9.08806 34.067 9.363V19.984C34.0667 20.5774 33.8622 21.1525 33.488 21.613L27.353 29.159V31.559C27.3542 31.6504 27.3311 31.7404 27.2861 31.8199C27.2412 31.8995 27.176 31.9657 27.0971 32.0118C27.0183 32.058 26.9286 32.0824 26.8372 32.0826C26.7459 32.0828 26.6561 32.0588 26.577 32.013V32.01ZM15.222 32.01C15.1432 31.9635 15.078 31.8971 15.033 31.8174C14.9881 31.7377 14.9649 31.6475 14.966 31.556V25.951C14.9659 25.3411 14.8457 24.7371 14.6122 24.1736C14.3786 23.6101 14.0364 23.0982 13.605 22.667L8.836 17.9C8.65866 17.7245 8.41903 17.6263 8.1695 17.6269C7.91998 17.6276 7.68086 17.727 7.50442 17.9034C7.32798 18.0799 7.22857 18.319 7.22793 18.5685C7.22729 18.818 7.32547 19.0577 7.501 19.235L7.531 19.265L7.589 19.324C7.63693 19.3719 7.67495 19.4288 7.7009 19.4915C7.72684 19.5541 7.74019 19.6212 7.74019 19.689C7.74019 19.7568 7.72684 19.8239 7.7009 19.8865C7.67495 19.9492 7.63693 20.0061 7.589 20.054C7.54107 20.1019 7.48416 20.14 7.42154 20.1659C7.35891 20.1918 7.29179 20.2052 7.224 20.2052C7.15621 20.2052 7.08909 20.1918 7.02646 20.1659C6.96384 20.14 6.90693 20.1019 6.859 20.054L5.159 18.354V9.363C5.159 9.08916 5.05022 8.82654 4.85659 8.63291C4.66296 8.43928 4.40034 8.3305 4.1265 8.3305C3.85266 8.3305 3.59004 8.43928 3.39641 8.63291C3.20278 8.82654 3.094 9.08916 3.094 9.363V19.984C3.09416 20.3395 3.21669 20.6842 3.441 20.96L9.804 28.792V31.557C9.804 31.6939 9.74964 31.8251 9.65287 31.9219C9.5561 32.0186 9.42485 32.073 9.288 32.073C9.15115 32.073 9.0199 32.0186 8.92313 31.9219C8.82636 31.8251 8.772 31.6939 8.772 31.557V29.157L2.642 21.613C2.2674 21.1527 2.06291 20.5774 2.063 19.984V9.363C2.05695 9.08806 2.10587 8.81469 2.20691 8.55891C2.30794 8.30314 2.45904 8.07012 2.65135 7.87354C2.84365 7.67695 3.07329 7.52076 3.32677 7.41413C3.58026 7.30749 3.8525 7.25256 4.1275 7.25256C4.4025 7.25256 4.67474 7.30749 4.92823 7.41413C5.18171 7.52076 5.41135 7.67695 5.60365 7.87354C5.79596 8.07012 5.94706 8.30314 6.04809 8.55891C6.14913 8.81469 6.19805 9.08806 6.192 9.363V17.747L6.771 17.168C7.14224 16.7985 7.64471 16.591 8.1685 16.591C8.69229 16.591 9.19476 16.7985 9.566 17.168L14.336 21.938C15.4004 23.0027 15.9985 24.4465 15.999 25.952V31.557C16 31.6484 15.9767 31.7384 15.9316 31.8179C15.8866 31.8974 15.8213 31.9636 15.7424 32.0097C15.6634 32.0558 15.5737 32.0802 15.4824 32.0804C15.391 32.0806 15.3011 32.0567 15.222 32.011V32.01ZM25.289 22.782C25.289 22.68 25.3192 22.5803 25.3759 22.4954C25.4325 22.4106 25.5131 22.3445 25.6073 22.3054C25.7015 22.2663 25.8052 22.256 25.9053 22.2758C26.0054 22.2957 26.0973 22.3447 26.1695 22.4168C26.2417 22.4888 26.2909 22.5807 26.311 22.6807C26.331 22.7808 26.3209 22.8845 26.282 22.9788C26.2431 23.0731 26.1771 23.1537 26.0924 23.2106C26.0077 23.2674 25.908 23.2978 25.806 23.298C25.6691 23.298 25.5378 23.2438 25.4408 23.1473C25.3437 23.0508 25.2888 22.9199 25.288 22.783L25.289 22.782ZM9.805 22.782C9.805 22.68 9.83524 22.5803 9.89189 22.4954C9.94855 22.4106 10.0291 22.3445 10.1233 22.3054C10.2175 22.2663 10.3212 22.256 10.4213 22.2758C10.5214 22.2957 10.6133 22.3447 10.6855 22.4168C10.7577 22.4888 10.8069 22.5807 10.827 22.6807C10.847 22.7808 10.8369 22.8845 10.798 22.9788C10.7591 23.0731 10.6931 23.1537 10.6084 23.2106C10.5237 23.2674 10.424 23.2978 10.322 23.298C10.1853 23.2977 10.0543 23.2435 9.95742 23.147C9.86058 23.0505 9.80579 22.9197 9.805 22.783V22.782ZM26.321 21.75C26.321 21.648 26.3512 21.5483 26.4079 21.4634C26.4645 21.3786 26.5451 21.3125 26.6393 21.2734C26.7335 21.2343 26.8372 21.224 26.9373 21.2438C27.0374 21.2637 27.1293 21.3127 27.2015 21.3848C27.2737 21.4568 27.3229 21.5487 27.343 21.6487C27.363 21.7488 27.3529 21.8525 27.314 21.9468C27.2751 22.0411 27.2091 22.1217 27.1244 22.1786C27.0397 22.2354 26.94 22.2658 26.838 22.266C26.7011 22.2657 26.5699 22.2113 26.4731 22.1146C26.3762 22.018 26.3215 21.8869 26.321 21.75ZM8.773 21.75C8.773 21.648 8.80324 21.5483 8.85989 21.4634C8.91655 21.3786 8.99708 21.3125 9.09131 21.2734C9.18553 21.2343 9.28923 21.224 9.3893 21.2438C9.48937 21.2637 9.58131 21.3127 9.65351 21.3848C9.72572 21.4568 9.77494 21.5487 9.79496 21.6487C9.81499 21.7488 9.80491 21.8525 9.76601 21.9468C9.72711 22.0411 9.66113 22.1217 9.5764 22.1786C9.49168 22.2354 9.39201 22.2658 9.29 22.266C9.15314 22.2657 9.02194 22.2113 8.92507 22.1146C8.8282 22.018 8.77353 21.8869 8.773 21.75ZM27.353 20.718C27.353 20.616 27.3832 20.5163 27.4399 20.4314C27.4965 20.3466 27.5771 20.2805 27.6713 20.2414C27.7655 20.2023 27.8692 20.192 27.9693 20.2118C28.0694 20.2317 28.1613 20.2807 28.2335 20.3528C28.3057 20.4248 28.3549 20.5167 28.375 20.6167C28.395 20.7168 28.3849 20.8205 28.346 20.9148C28.3071 21.0091 28.2411 21.0897 28.1564 21.1466C28.0717 21.2034 27.972 21.2338 27.87 21.234C27.7331 21.2337 27.6019 21.1793 27.5051 21.0826C27.4082 20.986 27.3535 20.8549 27.353 20.718ZM7.74 20.718C7.74 20.616 7.77024 20.5163 7.82689 20.4314C7.88355 20.3466 7.96408 20.2805 8.05831 20.2414C8.15253 20.2023 8.25623 20.192 8.3563 20.2118C8.45637 20.2317 8.54831 20.2807 8.62051 20.3528C8.69272 20.4248 8.74194 20.5167 8.76196 20.6167C8.78199 20.7168 8.77191 20.8205 8.73301 20.9148C8.69411 21.0091 8.62813 21.0897 8.5434 21.1466C8.45868 21.2034 8.35901 21.2338 8.257 21.234C8.12014 21.2337 7.98894 21.1793 7.89207 21.0826C7.7952 20.986 7.74053 20.8549 7.74 20.718ZM10.321 11.684V4.284L18.063 0L25.805 4.287V11.687L18.063 17.008L10.321 11.684Z" fill="%23ffff00"/></g><defs><clipPath id="clip0_568_4302"><rect width="36" height="36" fill="white"/></clipPath></defs></svg>');
}

body.redWeakness .h23_ico_feedback {
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.7276 34.0468C25.7276 32.991 26.0591 31.7373 27.1279 28.8811C27.2164 28.6783 27.2547 28.4567 27.2395 28.2354C27.2395 28.229 27.2969 28.1827 26.8867 28.1827H21.8632C21.2484 28.1793 20.6598 27.9299 20.2258 27.4888C19.7917 27.0478 19.5473 26.4508 19.5459 25.8281V25.3449C19.2948 25.1066 19.0962 24.8173 18.9631 24.4959C18.83 24.1745 18.7654 23.8283 18.7735 23.4799C18.7785 22.9153 18.9613 22.3671 19.2952 21.9151C18.9611 21.4632 18.7783 20.9149 18.7735 20.3504C18.7649 20.0019 18.8293 19.6555 18.9624 19.334C19.0956 19.0126 19.2944 18.7233 19.5459 18.4854V18.0022C19.549 17.3803 19.7943 16.7849 20.2284 16.3452C20.6625 15.9055 21.2504 15.6571 21.8643 15.654H30.75C31.8763 15.6568 32.9557 16.1112 33.7521 16.9179C34.5485 17.7246 34.9972 18.8178 35 19.9586V25.0468C35.0025 26.0533 34.6942 27.0354 34.1181 27.8556L29.4091 34.884C29.2452 35.2138 28.9955 35.4921 28.6869 35.6887C28.3783 35.8854 28.0226 35.993 27.6581 36C27.1483 35.9941 26.6609 35.7865 26.3001 35.4216C25.9394 35.0566 25.7339 34.5632 25.7276 34.0468ZM5.25001 20.3493C4.12362 20.3467 3.04408 19.8924 2.2476 19.0856C1.45112 18.2789 1.00254 17.1855 1.00001 16.0446V10.9576C0.997561 9.95071 1.3059 8.96827 1.88189 8.14767L6.58982 1.11599C6.75349 0.785944 7.00313 0.507511 7.31176 0.310811C7.62038 0.11411 7.97624 0.00663078 8.34082 0C8.85132 0.00587156 9.33928 0.213885 9.70028 0.57953C10.0613 0.945175 10.2666 1.43941 10.2724 1.95648C10.2724 3.01112 9.94095 4.26486 8.87101 7.12209C8.78394 7.32526 8.74745 7.54699 8.76476 7.76779C8.76476 7.77317 8.70738 7.82052 9.11751 7.82052H14.1399C14.7538 7.82391 15.3415 8.0724 15.7756 8.51204C16.2096 8.95168 16.455 9.54698 16.4583 10.1687V10.6541C16.7097 10.8919 16.9085 11.181 17.0416 11.5022C17.1748 11.8235 17.2392 12.1697 17.2308 12.518C17.2255 13.0825 17.0428 13.6306 16.7091 14.0827C17.0426 14.5354 17.2253 15.0838 17.2308 15.6486C17.2394 15.9971 17.175 16.3434 17.0418 16.6649C16.9087 16.9864 16.7098 17.2756 16.4583 17.5136V17.9968C16.455 18.6185 16.2096 19.2138 15.7756 19.6535C15.3415 20.0931 14.7538 20.3416 14.1399 20.345L5.25001 20.3493Z" fill="%23ffff00"/></svg>');
}

body.redWeakness .h23_ico_emails {
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="23" viewBox="0 0 36 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.219375 0H35.7806L18 14.0933L0.219375 0ZM0 22.0974V1.57864L12.1826 11.1625L0 22.0974ZM23.8174 11.1614L36 1.57864V22.0986L23.8174 11.1625V11.1614ZM18 15.8973L22.7194 12.064L34.9031 23H1.09688L13.2806 12.064L18 15.8973Z" fill="%23ffff00"/></svg>');
}
*/
body.redWeakness .xdsoft_datetimepicker,
body.redWeakness .xdsoft_datetimepicker .xdsoft_label,
body.redWeakness .xdsoft_datetimepicker .xdsoft_calendar th,
body.redWeakness .xdsoft_datetimepicker .xdsoft_calendar td {
  background-color: rgba(var(--color-black), 1);
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
body.redWeakness .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
body.redWeakness .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current,
body.redWeakness .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div,
body.redWeakness .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
  background-color: #222222;
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
body.redWeakness .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
body.redWeakness .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current,
body.redWeakness .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
  background: rgba(var(--color-black), 1);
  box-shadow: none;
}

body.redWeakness .xdsoft_datetimepicker .xdsoft_calendar td:hover,
body.redWeakness .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover,
body.redWeakness .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
  background: rgba(var(--color-grey), 1) !important;
}

body.redWeakness .xdsoft_datetimepicker .xdsoft_label i,
body.redWeakness .xdsoft_datetimepicker .xdsoft_prev,
body.redWeakness .xdsoft_datetimepicker .xdsoft_next,
body.redWeakness .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAAGtXItlAAAKQ2lDQ1BJQ0MgcHJvZmlsZQAAeNqdU3dYk/cWPt/3ZQ9WQtjwsZdsgQAiI6wIyBBZohCSAGGEEBJAxYWIClYUFRGcSFXEgtUKSJ2I4qAouGdBiohai1VcOO4f3Ke1fXrv7e371/u855zn/M55zw+AERImkeaiagA5UoU8Otgfj09IxMm9gAIVSOAEIBDmy8JnBcUAAPADeXh+dLA//AGvbwACAHDVLiQSx+H/g7pQJlcAIJEA4CIS5wsBkFIAyC5UyBQAyBgAsFOzZAoAlAAAbHl8QiIAqg0A7PRJPgUA2KmT3BcA2KIcqQgAjQEAmShHJAJAuwBgVYFSLALAwgCgrEAiLgTArgGAWbYyRwKAvQUAdo5YkA9AYACAmUIszAAgOAIAQx4TzQMgTAOgMNK/4KlfcIW4SAEAwMuVzZdL0jMUuJXQGnfy8ODiIeLCbLFCYRcpEGYJ5CKcl5sjE0jnA0zODAAAGvnRwf44P5Dn5uTh5mbnbO/0xaL+a/BvIj4h8d/+vIwCBAAQTs/v2l/l5dYDcMcBsHW/a6lbANpWAGjf+V0z2wmgWgrQevmLeTj8QB6eoVDIPB0cCgsL7SViob0w44s+/zPhb+CLfvb8QB7+23rwAHGaQJmtwKOD/XFhbnauUo7nywRCMW735yP+x4V//Y4p0eI0sVwsFYrxWIm4UCJNx3m5UpFEIcmV4hLpfzLxH5b9CZN3DQCshk/ATrYHtctswH7uAQKLDljSdgBAfvMtjBoLkQAQZzQyefcAAJO/+Y9AKwEAzZek4wAAvOgYXKiUF0zGCAAARKCBKrBBBwzBFKzADpzBHbzAFwJhBkRADCTAPBBCBuSAHAqhGJZBGVTAOtgEtbADGqARmuEQtMExOA3n4BJcgetwFwZgGJ7CGLyGCQRByAgTYSE6iBFijtgizggXmY4EImFINJKApCDpiBRRIsXIcqQCqUJqkV1II/ItchQ5jVxA+pDbyCAyivyKvEcxlIGyUQPUAnVAuagfGorGoHPRdDQPXYCWomvRGrQePYC2oqfRS+h1dAB9io5jgNExDmaM2WFcjIdFYIlYGibHFmPlWDVWjzVjHVg3dhUbwJ5h7wgkAouAE+wIXoQQwmyCkJBHWExYQ6gl7CO0EroIVwmDhDHCJyKTqE+0JXoS+cR4YjqxkFhGrCbuIR4hniVeJw4TX5NIJA7JkuROCiElkDJJC0lrSNtILaRTpD7SEGmcTCbrkG3J3uQIsoCsIJeRt5APkE+S+8nD5LcUOsWI4kwJoiRSpJQSSjVlP+UEpZ8yQpmgqlHNqZ7UCKqIOp9aSW2gdlAvU4epEzR1miXNmxZDy6Qto9XQmmlnafdoL+l0ugndgx5Fl9CX0mvoB+nn6YP0dwwNhg2Dx0hiKBlrGXsZpxi3GS+ZTKYF05eZyFQw1zIbmWeYD5hvVVgq9ip8FZHKEpU6lVaVfpXnqlRVc1U/1XmqC1SrVQ+rXlZ9pkZVs1DjqQnUFqvVqR1Vu6k2rs5Sd1KPUM9RX6O+X/2C+mMNsoaFRqCGSKNUY7fGGY0hFsYyZfFYQtZyVgPrLGuYTWJbsvnsTHYF+xt2L3tMU0NzqmasZpFmneZxzQEOxrHg8DnZnErOIc4NznstAy0/LbHWaq1mrX6tN9p62r7aYu1y7Rbt69rvdXCdQJ0snfU6bTr3dQm6NrpRuoW623XP6j7TY+t56Qn1yvUO6d3RR/Vt9KP1F+rv1u/RHzcwNAg2kBlsMThj8MyQY+hrmGm40fCE4agRy2i6kcRoo9FJoye4Ju6HZ+M1eBc+ZqxvHGKsNN5l3Gs8YWJpMtukxKTF5L4pzZRrmma60bTTdMzMyCzcrNisyeyOOdWca55hvtm82/yNhaVFnMVKizaLx5balnzLBZZNlvesmFY+VnlW9VbXrEnWXOss623WV2xQG1ebDJs6m8u2qK2brcR2m23fFOIUjynSKfVTbtox7PzsCuya7AbtOfZh9iX2bfbPHcwcEh3WO3Q7fHJ0dcx2bHC866ThNMOpxKnD6VdnG2ehc53zNRemS5DLEpd2lxdTbaeKp26fesuV5RruutK10/Wjm7ub3K3ZbdTdzD3Ffav7TS6bG8ldwz3vQfTw91jicczjnaebp8LzkOcvXnZeWV77vR5Ps5wmntYwbcjbxFvgvct7YDo+PWX6zukDPsY+Ap96n4e+pr4i3z2+I37Wfpl+B/ye+zv6y/2P+L/hefIW8U4FYAHBAeUBvYEagbMDawMfBJkEpQc1BY0FuwYvDD4VQgwJDVkfcpNvwBfyG/ljM9xnLJrRFcoInRVaG/owzCZMHtYRjobPCN8Qfm+m+UzpzLYIiOBHbIi4H2kZmRf5fRQpKjKqLupRtFN0cXT3LNas5Fn7Z72O8Y+pjLk722q2cnZnrGpsUmxj7Ju4gLiquIF4h/hF8ZcSdBMkCe2J5MTYxD2J43MC52yaM5zkmlSWdGOu5dyiuRfm6c7Lnnc8WTVZkHw4hZgSl7I/5YMgQlAvGE/lp25NHRPyhJuFT0W+oo2iUbG3uEo8kuadVpX2ON07fUP6aIZPRnXGMwlPUit5kRmSuSPzTVZE1t6sz9lx2S05lJyUnKNSDWmWtCvXMLcot09mKyuTDeR55m3KG5OHyvfkI/lz89sVbIVM0aO0Uq5QDhZML6greFsYW3i4SL1IWtQz32b+6vkjC4IWfL2QsFC4sLPYuHhZ8eAiv0W7FiOLUxd3LjFdUrpkeGnw0n3LaMuylv1Q4lhSVfJqedzyjlKD0qWlQyuCVzSVqZTJy26u9Fq5YxVhlWRV72qX1VtWfyoXlV+scKyorviwRrjm4ldOX9V89Xlt2treSrfK7etI66Trbqz3Wb+vSr1qQdXQhvANrRvxjeUbX21K3nShemr1js20zcrNAzVhNe1bzLas2/KhNqP2ep1/XctW/a2rt77ZJtrWv913e/MOgx0VO97vlOy8tSt4V2u9RX31btLugt2PGmIbur/mft24R3dPxZ6Pe6V7B/ZF7+tqdG9s3K+/v7IJbVI2jR5IOnDlm4Bv2pvtmne1cFoqDsJB5cEn36Z8e+NQ6KHOw9zDzd+Zf7f1COtIeSvSOr91rC2jbaA9ob3v6IyjnR1eHUe+t/9+7zHjY3XHNY9XnqCdKD3x+eSCk+OnZKeenU4/PdSZ3Hn3TPyZa11RXb1nQ8+ePxd07ky3X/fJ897nj13wvHD0Ivdi2yW3S609rj1HfnD94UivW2/rZffL7Vc8rnT0Tes70e/Tf/pqwNVz1/jXLl2feb3vxuwbt24m3Ry4Jbr1+Hb27Rd3Cu5M3F16j3iv/L7a/eoH+g/qf7T+sWXAbeD4YMBgz8NZD+8OCYee/pT/04fh0kfMR9UjRiONj50fHxsNGr3yZM6T4aeypxPPyn5W/3nrc6vn3/3i+0vPWPzY8Av5i8+/rnmp83Lvq6mvOscjxx+8znk98ab8rc7bfe+477rfx70fmSj8QP5Q89H6Y8en0E/3Pud8/vwv94Tz+4A5JREAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAEXmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4wLWMwMDEgNzkuYzAyMDRiMmRlZiwgMjAyMy8wMi8wMi0xMjoxNDoyNCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNC41IChNYWNpbnRvc2gpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMy0wNi0wMlQwOTowNjozMSswNDowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjMtMDYtMDJUMDU6NDI6NTUrMDQ6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjMtMDYtMDJUMDU6NDI6NTUrMDQ6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0iTEcgSERSIFdGSEQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTExNjdFMDdGOTI3MTFFRDgwMDJBQTRGMDRBNTY1ODMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTExNjdFMDhGOTI3MTFFRDgwMDJBQTRGMDRBNTY1ODMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMTE2N0UwNUY5MjcxMUVEODAwMkFBNEYwNEE1NjU4MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMTE2N0UwNkY5MjcxMUVEODAwMkFBNEYwNEE1NjU4MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoUI9+8AAAKtSURBVHjaYvz//z8DqYAJQjH2Ypdm/I9dFGwTSPI/I4k24dKA3QUAAcRIqp+YcEth9wsTqiSyImSngsQZr5HlJIAAYiQnXsiMR7hTe4nxOx43+2DVA/IJBIOo/wzEYTizF038CZS+jCxOh+Bi/A8QQPSOE5Jc10uScuLjAR7uvQgucXqQggtbpietIECkLFQ9TFQLEgbGC0CiDsq+SkJwoSdRlOSLJbgYRNGTLwVJmKzylFRAUjz1AgQQXfIJPQAT/awCJVZwGfyfTh7BVuCTVgli9wBDEZodxOj1Jtrj+HMatpxIKDdSAzP4YZfCrQePI4ktiWnhEbg7hKHst0D8ichSnuZ5BNmiPmAQFlPTdBb6ZXZSilPSAUAAjRa/I9wjjBNoZTId8wi8bwXKLwWDLEaIDWGUEiufJjGDvfwmqpyfQGR9g0tqApF6I4lxD5kVIswTNK8QYTiKAo/gciSyJ2jWRMEmHE2uRyYQZxHVPXEaiI8hzGbIhUpdIMcjE4gPNZrEyG0g/gllsxFjD7ZSayJxxSOxTQ5QCQVrtiNjvOAxED9BqiKAbEbOQdBEARe3+bRsd9GpZgfH8ERaNh5HG42DA8DyHwMDQIANmxgZbcWPgtEIIW8okHZdudFKhKiIQB7OJKfdNehzCCnjwORVZNTLETgjA9a9pnKOYcwE4kIad9fJGc8mqZtBh84lrTGDL6mdV2IxuT3nXsojYihGCIM3EcoiByJCiOzQY5vOHooRwpCJQ2oTEK/HIVdOrwiZQIHHeodohDBBaejwFMMfyKgOipovUOYD6IgPI60jZAIVPdhLvQjBVRTixWTWheApTBhXCkmcB00pNy2LrAk0THm9VDRrAu0ign54GA6doA9lggHV58BHO4bkRczfoRIRIyBChmZOHo2QQZaTARTDcAHaF1AsAAAAAElFTkSuQmCC");
}

body.redWeakness .icon-customize:before,
body.redWeakness .icon-location:before,
body.redWeakness .icon-icons-stickybar-newspaper:before,
body.redWeakness .icon-mail:before,
body.redWeakness .dda-footer__section-links--right .dda-footer__section-link:hover,
body.redWeakness .dda-footer__section-links--right .dda-footer__section-link:hover i,
body.redWeakness .dda-footer__section-links--right .dda-footer__section-link:hover i:before,
body.redWeakness .h23_form .h23_captcha_text {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .icon-customize:before,
body.redWeakness .h23_customize_link:hover .icon-customize:before {
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.6844 15.3137C12.5451 15.2556 12.4144 15.1946 12.2923 15.1305C12.1702 15.0664 12.0455 14.9882 11.9183 14.8958L11.1695 15.1222C11.0883 15.1454 11.0128 15.1423 10.9432 15.1131C10.8735 15.0838 10.8155 15.0346 10.769 14.9654L10.3512 14.2689C10.3047 14.1993 10.2931 14.1238 10.3163 14.0426C10.3395 13.9613 10.3802 13.8917 10.4382 13.8336L11.0128 13.3287C10.9896 13.1894 10.978 13.0385 10.978 12.8759C10.978 12.7134 10.9896 12.5625 11.0128 12.4232L10.4382 11.9183C10.3802 11.8602 10.3395 11.7906 10.3163 11.7093C10.2931 11.6281 10.3047 11.5526 10.3512 11.483L10.769 10.7865C10.8155 10.7168 10.8735 10.6676 10.9432 10.6388C11.0128 10.61 11.0883 10.607 11.1695 10.6297L11.9183 10.8561C12.046 10.7632 12.1706 10.685 12.2923 10.6214C12.4139 10.5578 12.5447 10.4967 12.6844 10.4382L12.8411 9.67207C12.8643 9.59081 12.9022 9.52395 12.9547 9.47148C13.0071 9.41901 13.0796 9.393 13.172 9.39347H14.0078C14.1006 9.39347 14.1733 9.4197 14.2258 9.47217C14.2782 9.52464 14.3158 9.59127 14.3386 9.67207L14.4953 10.4382C14.6346 10.4963 14.7653 10.5573 14.8874 10.6214C15.0096 10.6855 15.1342 10.7637 15.2614 10.8561L16.0102 10.6297C16.0914 10.6065 16.1669 10.6096 16.2365 10.6388C16.3062 10.6681 16.3642 10.7173 16.4107 10.7865L16.8286 11.483C16.875 11.5526 16.8866 11.6281 16.8634 11.7093C16.8402 11.7906 16.7995 11.8602 16.7415 11.9183L16.1669 12.4232C16.1901 12.5625 16.2017 12.7134 16.2017 12.8759C16.2017 13.0385 16.1901 13.1894 16.1669 13.3287L16.7415 13.8336C16.7995 13.8917 16.8402 13.9613 16.8634 14.0426C16.8866 14.1238 16.875 14.1993 16.8286 14.2689L16.4107 14.9654C16.3642 15.0351 16.3062 15.0845 16.2365 15.1138C16.1669 15.143 16.0914 15.1458 16.0102 15.1222L15.2614 14.8958C15.1338 14.9887 15.0091 15.0671 14.8874 15.1312C14.7658 15.1953 14.6351 15.2561 14.4953 15.3137L14.3386 16.0798C14.3154 16.1611 14.2775 16.228 14.2251 16.2804C14.1726 16.3329 14.1002 16.3589 14.0078 16.3584H13.172C13.0791 16.3584 13.0064 16.3322 12.954 16.2797C12.9015 16.2273 12.8639 16.1606 12.8411 16.0798L12.6844 15.3137ZM13.5899 14.2689C13.9729 14.2689 14.301 14.1324 14.574 13.8594C14.847 13.5864 14.9833 13.2586 14.9829 12.8759C14.9829 12.4929 14.8466 12.1648 14.574 11.8918C14.3014 11.6188 13.9734 11.4825 13.5899 11.483C13.2068 11.483 12.879 11.6195 12.6064 11.8925C12.3338 12.1655 12.1971 12.4933 12.1962 12.8759C12.1962 13.259 12.3327 13.5871 12.6057 13.8601C12.8787 14.1331 13.2072 14.2694 13.5899 14.2689ZM4.51799 15.6619C4.13492 15.6619 3.8071 15.5254 3.53454 15.2524C3.26198 14.9794 3.12546 14.6516 3.125 14.2689V4.51799C3.125 4.13492 3.26151 3.80687 3.53454 3.53384C3.80757 3.26082 4.13538 3.12454 4.51799 3.125H14.2689C14.652 3.125 14.9801 3.26151 15.2531 3.53454C15.5261 3.80757 15.6624 4.13539 15.6619 4.51799V8.4532C15.4414 8.34872 15.215 8.26445 14.9829 8.20037C14.7507 8.13629 14.5127 8.08707 14.2689 8.05271V4.51799H4.51799V10.7865H6.99056C7.12985 10.7865 7.25174 10.8185 7.35622 10.8826C7.46069 10.9467 7.54195 11.0307 7.59999 11.1347C7.76251 11.4017 7.94243 11.6106 8.13977 11.7616C8.33711 11.9125 8.55187 12.0227 8.78403 12.0924C8.67956 12.7192 8.69419 13.3403 8.82791 13.9555C8.96164 14.5708 9.214 15.1396 9.585 15.6619H4.51799Z" fill="%23ffff00"/></svg>');
}

body.redWeakness .h23_form fieldset label.error {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_form fieldset select.error,
body.redWeakness .h23_form fieldset input[type="text"].error,
body.redWeakness .h23_form fieldset input[type="tel"].error,
body.redWeakness .h23_form fieldset input[type="number"].error {
  border: solid 1px rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_form fieldset.required>label::after {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_social a.facebook {
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M 35 4 h -6 c -5.5 0 -10 4.5 -10 10 v 6 h -6 v 8 h 6 v 16 h 8 V 28 h 6 l 2 -8 h -8 v -6 a 2 2 0 0 1 2 -2 h 6 V 4 z" fill="%23ffff00"/></svg>');
}

body.redWeakness .h23_social a.instagram {
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 2a4 4 0 0 0-4 4v14a4 4 0 0 0 4 4h14a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4H6zm0-2h14a6 6 0 0 1 6 6v14a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6a6 6 0 0 1 6-6zm10.81 12.39a3.8 3.8 0 1 0-7.517 1.115 3.8 3.8 0 0 0 7.518-1.114zm1.98-.293A5.8 5.8 0 1 1 7.314 13.8a5.8 5.8 0 0 1 11.474-1.702z" fill-rule="nonzero" fill="%23ffff00"/></svg>');
}

body.redWeakness .h23_social a.twitter {
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M 44 8.4 a 19.9 19.9 0 0 1 -5.7 2.8 a 8.2 8.2 0 0 0 -9.1 -2.3 a 8.1 8.1 0 0 0 -5.2 7.7 v 1.8 a 19.4 19.4 0 0 1 -16.4 -8.2 s -7.3 16.3 9.1 23.5 A 21.2 21.2 0 0 1 4 37.4 c 16.4 9 36.4 0 36.4 -20.8 a 8.1 8.1 0 0 0 -0.1 -1.5 A 13.9 13.9 0 0 0 44 8.4 z" fill="%23ffff00"/></svg>');
}

body.redWeakness .h23_social a.youtube {
  background-image: url('data:image/svg+xml;utf8,<svg width="25" height="20" viewBox="0 0 25 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10c0-3.333.432-5.196.432-5.196C.752 2.717 2.686.76 4.762.489c0 0 1.931-.489 7.615-.489 5.683 0 7.618.49 7.618.49 2.07.295 4.017 2.228 4.312 4.317 0 0 .446 2.116.446 5.193 0 3.077-.446 5.193-.446 5.193-.311 2.088-2.246 4.014-4.325 4.269 0 0-3.06.538-7.606.538-4.546 0-7.61-.538-7.61-.538-2.074-.27-4.034-2.178-4.335-4.27 0 0-.431-1.86-.431-5.192zm10.422 4.466l6.182-3.804c.592-.364.594-.959 0-1.324l-6.182-3.804c-.592-.364-1.077-.09-1.077.616v7.7c0 .705.483.982 1.077.616z" fill-rule="nonzero" fill="%23ffff00"/></svg>');
}

body.redWeakness .h23_social a.linkedin {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="23" viewBox="0 0 24 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.95 14.067v8.877h-5.133v-8.282c0-2.081-.742-3.501-2.6-3.501-1.419 0-2.263.957-2.634 1.883-.136.33-.17.791-.17 1.254v8.646H8.277s.07-14.028 0-15.481h5.135v2.194c-.01.017-.024.034-.034.05h.034v-.05c.682-1.053 1.9-2.558 4.628-2.558 3.378 0 5.91 2.213 5.91 6.968zM2.907 0C1.149 0 0 1.155 0 2.674 0 4.16 1.116 5.351 2.838 5.351h.034c1.79 0 2.904-1.19 2.904-2.677C5.743 1.155 4.663 0 2.906 0zM.305 22.944h5.133V7.463H.305v15.481z" fill-rule="nonzero" fill="%23ffff00"/></svg>');
}

@media screen and (max-width: 992px) {

  body.redWeakness .dda-footer__section-btn,
  body.redWeakness .dda-footer__section-link {
    background: rgba(var(--color-yellow), 1);
    border: solid 1px rgba(var(--color-yellow), 0.5);
    box-shadow: none;
    color: rgba(var(--color-black), 1);
  }
}

body.redWeakness .h23_breadcrumb ul li {
  color: rgba(var(--color-yellow), 1);
  overflow: hidden;
}

body.redWeakness .h23_breadcrumb ul li a {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_list_panel h2 a {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_list_panel ul li {
  box-shadow: 0px -4px 16px rgba(127, 127, 127, 0.1),
    0px 4px 16px rgba(127, 127, 127, 0.1);
  border: solid 1px rgba(var(--color-yellow), 1);
}

body.redWeakness .h23_list_panel ul li a {
  color: rgba(var(--color-yellow), 1);
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.58984 16.59L13.1698 12L8.58984 7.41L9.99984 6L15.9998 12L9.99984 18L8.58984 16.59Z" fill="%23ffff00"/></svg>');
}

body.redWeakness .h23_list_panel ul li:hover a {
  color: rgba(var(--color-yellow), 1);
  background-color: rgba(var(--color-black), 1);
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.58984 16.59L13.1698 12L8.58984 7.41L9.99984 6L15.9998 12L9.99984 18L8.58984 16.59Z" fill="%23ffff00"/></svg>');
  text-decoration: none;
}

body.redWeakness .section_h23_footer_nav {
  background-color: rgba(var(--color-black), 1);
  border-top: solid 2px rgba(var(--color-yellow), 0.2);
  border-bottom: solid 2px rgba(var(--color-yellow), 0.2);
}

body.redWeakness .section_h23_footer_nav .footer_discover_cta,
body.redWeakness .h23_footer_links ul {
  color: rgba(var(--color-yellow), 1);
}

body.redWeakness .section_h23_footer_nav .footer_discover_cta span {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.41 8.58984L12 13.1698L16.59 8.58984L18 9.99984L12 15.9998L6 9.99984L7.41 8.58984Z" fill="%23ffff00"/></svg>');
}

body.redWeakness .digital-dubai-logo .st0,
body.redWeakness .digital-dubai-logo .st1 {
  fill: #ffff00;
}

body.redWeakness .h23_date_picker {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffff00"><g><rect fill="none" height="24" width="24"/></g><g><path d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/></g></svg>');
}

/* Green Weakness */
body.greenWeakness img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(1) invert(1) brightness(200%);
  filter: grayscale(1);
}

body.greenWeakness .bg-image {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

body.greenWeakness .h23_nav_search {
  background-color: rgba(var(--color-blue), 1);
}

body.greenWeakness .h23_nav_search input[type="text"] {
  background-color: rgba(var(--color-blue), 1);
  border: solid 2px rgba(var(--color-white), 1);
  color: rgba(var(--color-white), 1);
  outline: none;
}

body.greenWeakness .h23_nav_search .close {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.192 6.34375L11.949 10.5858L7.70697 6.34375L6.29297 7.75775L10.535 11.9998L6.29297 16.2418L7.70697 17.6558L11.949 13.4137L16.192 17.6558L17.606 16.2418L13.364 11.9998L17.606 7.75775L16.192 6.34375Z" fill="%23ffffff"/></svg>');
}

body.greenWeakness .icon-back-to-top::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 8L1.41 9.41L7 3.83V16H9V3.83L14.58 9.42L16 8L8 0L0 8Z" fill="%23ffffff"/></svg>');
}

body.greenWeakness .h23_nav_search .h23_nav_results h3 {
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .h23_nav_search .h23_nav_results ul li {
  border-top: solid 1px rgba(var(--color-white), 0.1);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffffff" d="M 0.3 1.7 L 1.7 0.3 L 10.4 9 l -8.7 8.7 l -1.4 -1.4 L 7.6 9 z" />\</svg>');
}

body.greenWeakness .h23_nav_search .h23_nav_results ul li:hover {
  background-color: rgba(var(--color-white), 0.05);
}

body.greenWeakness .h23_nav_search .h23_nav_results ul a {
  color: rgba(var(--color-white), 1);
}

body.greenWeakness header.dda-main-header.shadow {
  box-shadow: none;
}

body.greenWeakness .h23_nav_search .close {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.192 6.34375L11.949 10.5858L7.70697 6.34375L6.29297 7.75775L10.535 11.9998L6.29297 16.2418L7.70697 17.6558L11.949 13.4137L16.192 17.6558L17.606 16.2418L13.364 11.9998L17.606 7.75775L16.192 6.34375Z" fill="%23ffffff"/></svg>');
}

body.greenWeakness .h23_swiper_records .container-pagination .swiper_controls,
body.greenWeakness .h23_banner_full_swiper .container-pagination .swiper_controls {
  background-color: rgba(var(--color-blue), 0.88);
}

body.greenWeakness .h23_swiper_records .container-pagination .swiper_controls .swiper-pagination-bullet.swiper-pagination-bullet-active,
body.greenWeakness .swiper-pagination-clickable .swiper-pagination-bullet,
body.greenWeakness .h23_banner_full_swiper .container-pagination .swiper_controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(var(--color-white), 1);
}

body.greenWeakness .h23_swiper_records .container-pagination .swiper_controls .button-prev,
body.greenWeakness .h23_banner_full_swiper .container-pagination .swiper_controls .button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffffff" d="M 10.4 1.7 L 9 0.3 L 0.3 9 L 9 17.7 l 1.4 -1.4 L 3.1 9 z" />\</svg>');
}

html[dir="rtl"] body.greenWeakness .h23_swiper_records .container-pagination .swiper_controls .button-next,
body.greenWeakness .h23_banner_full_swiper .container-pagination .swiper_controls .button-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffffff" d="M 10.4 1.7 L 9 0.3 L 0.3 9 L 9 17.7 l 1.4 -1.4 L 3.1 9 z" />\</svg>');
}

html[dir="rtl"] body.greenWeakness .h23_swiper_records .container-pagination .swiper_controls .button-next,
body.greenWeakness .h23_banner_full_swiper .container-pagination .swiper_controls .button-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffffff" d="M 10.4 1.7 L 9 0.3 L 0.3 9 L 9 17.7 l 1.4 -1.4 L 3.1 9 z" />\</svg>');
}

html[dir="rtl"] body.greenWeakness .h23_swiper_records .container-pagination .swiper_controls .button-prev,
body.greenWeakness .h23_banner_full_swiper .container-pagination .swiper_controls .button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18">\<path fill-rule="nonzero" fill="%23ffffff" d="M 0.3 1.7 L 1.7 0.3 L 10.4 9 l -8.7 8.7 l -1.4 -1.4 L 7.6 9 z" />\</svg>');
}

body.greenWeakness .h23_swiper_records .button-nav-prev,
body.greenWeakness .h23_swiper_records .button-nav-next,
body.greenWeakness .h23_section_full_swiper_wrapper .button-nav-prev,
body.greenWeakness .h23_section_full_swiper_wrapper .button-nav-next {
  background-color: rgba(var(--color-blue), 1);
  border: solid 1px rgba(var(--color-white), 0.5);
}

body.greenWeakness .icon-04:before {
  background-image: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M25.801 2v18.89h5.695l-7.59 9.27v-7.343l-2.652.001c-1.528 4.278-5.57 7.343-10.303 7.343-6.04 0-10.955-4.993-10.955-11.13 0-6.136 4.914-11.129 10.955-11.129 2.911 0 5.56 1.16 7.525 3.047L25.8 2zm-14.85 7.72c-5.054 0-9.166 4.177-9.166 9.312 0 5.134 4.112 9.312 9.166 9.312 3.729 0 6.944-2.273 8.375-5.526H8.758l8.571-10.469a9.063 9.063 0 0 0-6.378-2.63zm16.49 13.102h-1.633v1.996l1.634-1.996zm-8.873-8.967-5.755 7.03 7.123.001c.12-.6.182-1.22.182-1.854a9.363 9.363 0 0 0-1.516-5.125l-.034-.05v-.002zM23.9 7.343l-4.148 5.067a11.187 11.187 0 0 1 2.155 6.622c0 .631-.052 1.25-.152 1.854H23.9V7.343z" fill="%23ffffff" fill-rule="evenodd"/></svg>');
}

body.greenWeakness .dda-sub-header__navbar .menu ul li:hover>a,
body.greenWeakness .dda-footer__icon-wrapper .primary--text,
body.greenWeakness .dda-footer__section-links--right .dda-footer__section-link:hover,
body.greenWeakness .dda-sub-header__btn:hover,
body.greenWeakness .dda-sub-header__btn:focus,
body.greenWeakness .icon-accessibility:before,
body.greenWeakness .icon-account:before,
body.greenWeakness .icon-search:before,
body.greenWeakness .icon-happiness:before,
body.greenWeakness .icon-chat:before,
body.greenWeakness .icon-apps:before,
body.greenWeakness .dda-side-nav .dropdown-btn i::before,
body.greenWeakness .dda-footer__section-links--right .dda-footer__section-link:hover i,
body.greenWeakness .dda-footer__section-links--right .dda-footer__section-link:hover i:before {
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .mobile-search__input {
  background-color: rgba(var(--color-blue), 1);
  color: rgba(var(--color-white), 1);
  border: 1px solid rgba(var(--color-white), 1);
  outline: none;
}

body.greenWeakness .mobile-search__tag-btn {
  color: rgba(var(--color-white), 1);
  background-color: rgba(var(--color-blue), 1);
  border: 1px solid rgba(var(--color-white), 1);
}

body.greenWeakness .mobile-search__checkmark {
  border: 2px solid rgba(var(--color-white), 1);
  background-color: rgba(var(--color-blue), 1);
}

body.greenWeakness .mobile-search__filter-checkbox:checked~.mobile-search__checkmark {
  background-color: rgba(var(--color-blue), 1);
}

body.greenWeakness .dda-sub-header__navbar .menu>ul li ul li::before {
  border: solid rgba(var(--color-white), 1);
  border-width: 0 3px 3px 0;
}

body.greenWeakness .dda-sub-header__actions .search .search__input:focus {
  box-shadow: 0 0 0 0.125rem rgba(var(--color-white), 1);
}

body.greenWeakness .dda-main-header__gov-logo {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100.3 41.2" style="enable-background:new 0 0 100.3 41.2;" xml:space="preserve"><title>government-of-dubai</title><path fill="%23ffffff" d="M4.6,35.8c-0.3-0.2-0.7-0.2-1-0.2c-0.6,0-1.1,0.2-1.5,0.7c-0.2,0.2-0.4,0.5-0.5,0.8c-0.1,0.4-0.2,0.8-0.2,1.2 c0,0.3,0,0.7,0.1,1C1.6,39.6,1.8,39.8,2,40c0.2,0.2,0.4,0.4,0.6,0.5c0.3,0.1,0.6,0.2,0.9,0.2h0.2H4h0.2l0.2-0.1c0-0.1,0-0.2,0-0.3 v-0.5c0-0.5,0-0.8,0-1s0-0.4,0-0.5h0.2h0.8h0.2c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.3s0,0.3,0,0.4s0,0.3,0,0.4v0.3c0,0.2,0,0.3,0,0.4 c0,0.1,0,0.2,0,0.3C5.3,40.9,5,41,4.6,41.1c-0.4,0.1-0.8,0.1-1.1,0.1c-0.5,0-1,0-1.4-0.2c-0.4-0.1-0.7-0.3-1-0.6 c-0.3-0.2-0.5-0.5-0.7-0.9C0.1,39.1,0,38.7,0,38.3c0-0.5,0.1-1,0.3-1.4c0.2-0.4,0.4-0.7,0.8-1c0.3-0.3,0.7-0.5,1.1-0.6 c0.5-0.1,0.9-0.2,1.4-0.2c0.4,0,0.8,0,1.1,0.1c0.3,0.1,0.6,0.2,0.9,0.4L5.5,36c0,0.1-0.1,0.3-0.1,0.4H5.2C5.1,36.2,4.8,36,4.6,35.8" /><path fill="%23ffffff" d="M6.8,36.9c0.3-0.8,0.9-1.3,1.7-1.6c0.4-0.2,0.9-0.2,1.4-0.2c0.4,0,0.9,0.1,1.3,0.2c0.4,0.1,0.7,0.3,1,0.6 c0.3,0.3,0.5,0.6,0.7,1c0.2,0.4,0.3,0.9,0.2,1.3c0,0.8-0.3,1.6-0.9,2.2c-0.3,0.3-0.6,0.5-1,0.7c-0.4,0.2-0.9,0.2-1.3,0.2 c-0.4,0-0.9-0.1-1.3-0.2c-0.4-0.1-0.7-0.3-1-0.5c-0.3-0.3-0.5-0.6-0.7-1c-0.2-0.4-0.3-0.9-0.3-1.4C6.6,37.7,6.6,37.3,6.8,36.9 M11.6,36.9c-0.1-0.3-0.2-0.5-0.4-0.8c-0.2-0.2-0.4-0.4-0.6-0.5c-0.2-0.1-0.5-0.2-0.8-0.2c-0.3,0-0.5,0.1-0.8,0.2 c-0.2,0.1-0.4,0.3-0.6,0.6c-0.2,0.3-0.3,0.5-0.4,0.8C8,37.5,8,37.8,8,38.2c0,0.4,0,0.8,0.1,1.2c0.1,0.3,0.2,0.5,0.4,0.8 c0.2,0.2,0.3,0.3,0.6,0.4c0.2,0.1,0.4,0.1,0.7,0.1c0.3,0,0.5-0.1,0.7-0.2c0.2-0.1,0.4-0.3,0.6-0.5c0.2-0.3,0.3-0.5,0.4-0.8 c0.1-0.4,0.2-0.8,0.2-1.2C11.7,37.6,11.6,37.3,11.6,36.9"/><path fill="%23ffffff" d="M17.1,37.3c0.3-0.7,0.5-1.4,0.8-2.1c0.1,0,0.3,0,0.4,0c0.1,0,0.3,0,0.4,0l-0.5,1.2l-0.6,1.5 c-0.2,0.5-0.4,1.1-0.6,1.6s-0.4,1.1-0.6,1.5h-0.4h-0.4l-0.3-0.8l-0.4-1l-0.4-1.1L14,37l-0.4-1l-0.3-0.8h0.4h0.8h0.4 c0.1,0.3,0.2,0.7,0.3,1l0.4,1.1c0.1,0.4,0.3,0.7,0.4,1.1l0.4,1.1C16.6,38.8,16.9,38,17.1,37.3"/><path fill="%23ffffff" d="M19.4,36.3c0-0.4,0-0.7,0-1.1h0.8h0.8H22h0.7c0,0.1,0,0.2,0,0.4c0,0.1,0,0.1,0,0.2c0,0,0,0.1,0,0.2h-0.5h-0.6 H21h-0.3c0,0.3,0,0.6,0,0.9s0,0.6,0,0.9h1h0.9c0,0.1,0,0.2,0,0.2s0,0.1,0,0.2c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.2 c-0.6,0-1.3-0.1-1.9-0.1c0,0.2,0,0.4,0,0.5s0,0.4,0,0.5c0,0.4,0,0.7,0,1.1c0.3,0,0.6,0,1,0s0.7,0,1-0.1c0,0.1,0,0.1,0,0.2 c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2c0,0,0,0.1,0,0.1h-3.4c0-0.4,0-0.7,0-1.1s0-0.8,0-1.3v-1.3C19.4,37.1,19.4,36.7,19.4,36.3"/><path fill="%23ffffff" d="M25,38.3v0.4c0,0.5,0,0.9,0,1.3s0,0.7,0,1.1l-0.2,0H24h-0.3c0-0.3,0-0.7,0-1.1s0-0.8,0-1.3v-1.1 c0-0.5,0-0.9,0-1.3s0-0.7,0-1.1H24h0.4h0.5h0.7h0.6l0.4,0c0.1,0,0.2,0,0.3,0.1c0.1,0,0.2,0.1,0.2,0.1c0.2,0.1,0.3,0.3,0.4,0.5 c0.1,0.2,0.2,0.4,0.1,0.7c0,0.4-0.1,0.7-0.3,1c-0.3,0.3-0.6,0.5-1,0.6c0.3,0.5,0.6,1,0.9,1.4l1,1.4h-0.4H27h-0.4L25,38.3L25,38.3 L25,38.3z M26.3,36.2c0-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.3-0.1-0.4-0.2c-0.2,0-0.4,0-0.6,0c0,0.8,0,1.5,0,2.3h0.2 c0.3,0,0.6-0.1,0.9-0.3c0.2-0.3,0.3-0.6,0.3-0.9C26.4,36.6,26.4,36.4,26.3,36.2"/><path fill="%23ffffff" d="M29.1,35.9c0-0.3,0-0.5,0-0.7c0.3,0.1,0.5,0.1,0.8,0l1.8,2c0.6,0.7,1.2,1.3,1.9,2v-1.5c0-0.3,0-0.5,0-0.8 s0-0.5,0-0.8s0-0.4,0-0.6c0-0.1,0-0.2,0-0.3c0.1,0,0.3,0,0.4,0c0.1,0,0.3,0,0.4,0c0,0.5,0,1-0.1,1.4c0,0.4,0,0.8,0,1.2s0,0.7,0,1.1 s0,0.8,0,1.2v1h-0.3h-0.3c-1.3-1.3-2.6-2.7-3.9-4.1c0,0.2,0,0.3,0,0.5s0,0.3,0,0.5v1c0,0.3,0,0.6,0,0.9s0,0.4,0,0.6s0,0.3,0,0.4 s0,0.2,0,0.2h-0.2h-0.2h-0.4c0,0,0-0.2,0-0.5s0-0.6,0-1s0-0.8,0-1.3s0-0.9,0-1.3S29,36.2,29.1,35.9"/><path fill="%23ffffff" d="M36.1,39.1c0,0.6-0.1,1.3-0.1,1.9h-0.2h-0.4h-0.2c0.2-1,0.3-2,0.5-2.9c0.1-1,0.3-2,0.4-3h0.2h0.3h0.2 c0.2,0.3,0.3,0.7,0.5,1l0.5,1c0.2,0.4,0.3,0.7,0.5,1l0.5,1c0.3-0.6,0.7-1.3,1-2s0.7-1.4,1-2.1c0.1,0,0.2,0,0.4,0c0.1,0,0.2,0,0.4,0 l0.2,1.6c0.1,0.6,0.1,1.1,0.2,1.7s0.1,1,0.2,1.5s0.1,0.8,0.2,1.1h-0.3h-0.7h-0.4c0-0.6-0.1-1.2-0.1-1.9s-0.1-1.4-0.2-2l0,0l-1,2 c-0.3,0.7-0.6,1.3-0.9,2h-0.1h-0.1h-0.1c-0.3-0.6-0.6-1.3-0.9-1.9l-0.9-1.9l0,0C36.3,37.9,36.2,38.5,36.1,39.1"/><path fill="%23ffffff" d="M43.2,36.3c0-0.4,0-0.7,0-1.1h0.8h0.8h1.1h0.7c0,0.1,0,0.2,0,0.4c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2h-0.5 h-0.6h-0.5h-0.4c0,0.3,0,0.6,0,0.9s0,0.6,0,0.9h1h0.9V38c0,0,0,0.1,0,0.2c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.2c-0.7,0-1.3-0.1-1.9-0.1 c0,0.2,0,0.4,0,0.5s0,0.4,0,0.5c0,0.4,0,0.7,0,1.1c0.3,0,0.7,0,1,0s0.7,0,1-0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2 c0,0.1,0,0.1,0,0.2c0,0,0,0.1,0,0.1h-3.4c0-0.4,0-0.7,0-1.1s0-0.8,0-1.3v-1.3C43.1,37.1,43.1,36.7,43.2,36.3"/><path fill="%23ffffff" d="M47.6,35.9c0-0.3,0-0.5,0-0.7c0.3,0.1,0.5,0.1,0.8,0l1.8,2c0.6,0.7,1.2,1.3,1.9,2v-1.5c0-0.3,0-0.5,0-0.8 s0-0.5,0-0.8s0-0.4,0-0.6c0-0.1,0-0.2,0-0.3c0.1,0,0.3,0,0.4,0c0.1,0,0.3,0,0.4,0c0,0.5,0,1-0.1,1.4s0,0.8,0,1.2s0,0.7,0,1.1 s0,0.8,0,1.2v1h-0.3h-0.3c-1.3-1.3-2.6-2.7-3.9-4.1c0,0.2,0,0.3,0,0.5s0,0.3,0,0.5v1c0,0.3,0,0.6,0,0.9s0,0.4,0,0.6s0,0.3,0,0.4 s0,0.2,0,0.2L48,41h-0.2h-0.4c0,0,0-0.2,0-0.5s0-0.6,0.1-1s0-0.8,0-1.3s0-0.9,0-1.3S47.5,36.1,47.6,35.9"/><path fill="%23ffffff" d="M55.2,36.1c0-0.1,0-0.2,0-0.3h-0.3h-0.4H54h-0.4c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2 c0-0.1,0-0.1,0-0.2h0.5h0.5H57h0.5H58c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2h-0.4h-0.4h-0.4 h-0.3c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.2v2.6c0,0.5,0,0.9,0,1.3s0,0.7,0,1.1l-0.3,0h-0.8h-0.3c0-0.4,0-0.7,0-1.1s0-0.8,0-1.3 L55.2,36.1L55.2,36.1z"/><path fill="%23ffffff" d="M61.1,36.9c0.3-0.8,0.9-1.3,1.7-1.6c0.4-0.2,0.9-0.2,1.4-0.2c0.4,0,0.9,0.1,1.3,0.2c0.4,0.1,0.7,0.3,1,0.6 c0.3,0.3,0.5,0.6,0.7,1c0.2,0.4,0.3,0.9,0.2,1.3c0,0.8-0.3,1.6-0.9,2.2c-0.3,0.3-0.6,0.5-1,0.7c-0.4,0.2-0.9,0.2-1.3,0.2 c-0.4,0-0.9-0.1-1.3-0.2c-0.4-0.1-0.7-0.3-1-0.5c-0.3-0.3-0.5-0.6-0.7-1c-0.2-0.4-0.3-0.9-0.3-1.4C60.9,37.7,60.9,37.3,61.1,36.9 M65.9,36.9c-0.1-0.3-0.2-0.5-0.4-0.8c-0.2-0.2-0.4-0.4-0.6-0.5c-0.2-0.1-0.5-0.2-0.8-0.2c-0.3,0-0.5,0.1-0.8,0.2 c-0.2,0.1-0.4,0.3-0.6,0.6c-0.2,0.3-0.3,0.5-0.4,0.8c-0.1,0.3-0.1,0.7-0.1,1c0,0.4,0,0.8,0.2,1.2c0.1,0.3,0.2,0.5,0.4,0.8 c0.2,0.2,0.3,0.3,0.6,0.4c0.2,0.1,0.4,0.1,0.7,0.1c0.3,0,0.5-0.1,0.7-0.2c0.2-0.1,0.4-0.3,0.6-0.5c0.2-0.3,0.3-0.5,0.4-0.8 c0.1-0.4,0.2-0.8,0.2-1.2C66,37.6,66,37.3,65.9,36.9"/><path fill="%23ffffff" d="M68.3,36.3c0-0.4,0-0.7-0.1-1.1H69h0.8h1.1h0.7c0,0.1,0,0.2,0,0.4c0,0.1,0,0.2,0,0.2s0,0.1,0,0.2H71h-0.6H70 h-0.3c0,0.3,0,0.6,0,0.9s0,0.6,0,0.9h1h0.9c0,0.1,0,0.2,0,0.2s0,0.1,0,0.2c0,0,0,0.1,0,0.1v0.2c-0.7,0-1.3-0.1-1.9-0.1v0.3 c0,0.5,0,0.9,0,1.3s0,0.7,0,1.1h-0.3h-0.7h-0.3c0-0.4,0-0.7,0.1-1.1s0-0.8,0-1.3v-1.2C68.3,37.1,68.3,36.7,68.3,36.3"/><path fill="%23ffffff" d="M75.1,36.3c0-0.4,0-0.7-0.1-1.1h0.3h0.4h0.6h0.9c0.5,0,0.9,0,1.3,0.1c0.4,0.1,0.7,0.2,1,0.5 c0.3,0.2,0.5,0.5,0.7,0.8c0.3,0.8,0.3,1.8,0,2.6c-0.1,0.4-0.4,0.7-0.6,1c-0.3,0.3-0.6,0.5-0.9,0.6c-0.4,0.1-0.7,0.2-1.1,0.2h-2.2 L75,41c0-0.4,0-0.7,0.1-1.1s0-0.8,0-1.3v-1.1C75.1,37.1,75.1,36.7,75.1,36.3 M76.3,39.3v0.5c0,0.2,0,0.3,0,0.5s0,0.2,0,0.3h0.3h0.4 c0.6,0,1.1-0.2,1.5-0.7C79.1,39,79.3,38,79,37c-0.1-0.3-0.2-0.5-0.4-0.7c-0.2-0.2-0.4-0.4-0.6-0.5c-0.3-0.1-0.5-0.2-0.8-0.2h-0.5 h-0.4c0,0,0,0.1,0,0.3s0,0.3,0,0.5L76.3,39.3L76.3,39.3z"/><path fill="%23ffffff" d="M83.3,41c-0.3-0.1-0.6-0.2-0.8-0.4c-0.2-0.2-0.4-0.4-0.5-0.6c-0.1-0.3-0.2-0.7-0.2-1c0-0.2,0-0.4,0-0.6 s0-0.3,0-0.5s0-0.3,0-0.5s0-0.3,0-0.4c0-0.5,0-0.8,0-1.1s0-0.5,0-0.6h0.3h0.7h0.3c-0.1,0.5-0.1,1.1-0.1,1.5s0,1,0,1.5 c0,0.4,0,0.8,0.1,1.2c0.1,0.3,0.2,0.5,0.3,0.7c0.1,0.2,0.3,0.3,0.5,0.3c0.2,0.1,0.5,0.1,0.7,0.1c0.3,0,0.6-0.1,0.8-0.3 c0.2-0.2,0.4-0.4,0.4-0.7c0.1-0.3,0.2-0.7,0.2-1c0-0.4,0-0.8,0-1.2s0-0.8,0-1.2s0-0.8-0.1-1.2h0.2h0.4H87c0,0.1,0,0.3,0,0.5 s0,0.5,0,0.7s0,0.6,0,0.9s0,0.7,0,1.1c0.1,0.8-0.2,1.5-0.6,2.1c-0.5,0.5-1.2,0.7-1.9,0.6c-0.3,0-0.7,0-1-0.1"/><path fill="%23ffffff" d="M88.3,36.3c0-0.4,0-0.7-0.1-1.1h0.3H89h0.8h0.8c0.2,0,0.5,0,0.7,0.1c0.2,0,0.4,0.1,0.6,0.2 c0.1,0.1,0.3,0.2,0.3,0.4c0.1,0.2,0.1,0.4,0.1,0.6c0,0.2,0,0.4-0.2,0.6c-0.1,0.2-0.2,0.3-0.4,0.4c-0.1,0.1-0.3,0.2-0.4,0.3 c-0.1,0.1-0.3,0.1-0.4,0.1l0,0c0.2,0,0.3,0,0.5,0.1c0.2,0.1,0.3,0.2,0.5,0.3c0.2,0.1,0.3,0.3,0.4,0.4c0.1,0.2,0.2,0.4,0.2,0.7 c0,0.3-0.1,0.5-0.2,0.8c-0.1,0.2-0.3,0.4-0.4,0.5c-0.2,0.1-0.4,0.2-0.6,0.3C90.9,41,90.7,41,90.4,41h-1.7l-0.4,0 c0-0.4,0-0.7,0.1-1.1s0-0.8,0-1.3v-1.1C88.4,37.1,88.4,36.7,88.3,36.3 M91,36.3c0-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.2-0.2-0.3-0.2 c-0.1-0.1-0.3-0.1-0.4-0.1h-0.3h-0.2c0,0.2,0,0.4,0,0.6s0,0.4,0,0.5s0,0.3,0,0.4s0,0.3,0,0.4H90c0.2,0,0.5-0.1,0.7-0.3 c0.1-0.1,0.2-0.2,0.2-0.3C91,37,91,36.8,91,36.7C91,36.5,91,36.4,91,36.3 M90.8,38.5c-0.2-0.2-0.5-0.3-0.8-0.3h-0.4 c0,0.1,0,0.2,0,0.4s0,0.3,0,0.5s0,0.3,0,0.4s0,0.3,0,0.4s0,0.3,0,0.4s0,0.2,0,0.3h0.5c0.1,0,0.2,0,0.4-0.1c0.1-0.1,0.2-0.1,0.3-0.2 c0.1-0.1,0.2-0.2,0.2-0.3c0.1-0.2,0.1-0.3,0.1-0.5C91.1,39.1,91,38.8,90.8,38.5"/><path fill="%23ffffff" d="M98.1,41h-0.4H97h-0.4l-0.3-0.9c-0.1-0.3-0.2-0.6-0.3-0.9H94c-0.1,0.3-0.2,0.6-0.3,0.9s-0.2,0.6-0.3,0.9h-0.2 h-0.4h-0.2c0.1-0.2,0.2-0.4,0.3-0.6s0.2-0.6,0.4-0.9l0.4-1.1l0.5-1.2c0.2-0.4,0.3-0.8,0.5-1.2s0.3-0.7,0.4-1h0.2h0.3h0.2l0.6,1.5 c0.2,0.6,0.4,1.1,0.6,1.6s0.4,1,0.6,1.5S97.9,40.7,98.1,41 M95.1,36.8c-0.2,0.3-0.3,0.7-0.4,1l-0.4,1h1.6c-0.1-0.3-0.2-0.7-0.4-1 S95.2,37.1,95.1,36.8"/><path fill="%23ffffff" d="M99,36.3c0-0.4,0-0.7,0-1.1h0.3h0.7h0.3c0,0.4,0,0.7-0.1,1.1s0,0.8,0,1.3v1.2c0,0.5,0,0.9,0,1.3s0,0.7,0.1,1.1 l-0.3,0h-0.8h-0.3c0-0.4,0-0.7,0-1.1s0-0.8,0-1.3v-1.1C98.9,37.1,98.9,36.7,99,36.3"/><path fill="%23ffffff" d="M0.2,15.5c0,0,6.5,8.5,20.4,8.5c6,0.1,11.9-1.5,17.1-4.5c0,0,0.2-0.6-0.8-0.8l-1.1-0.3c-1.4-0.4-2.7-0.9-4-1.6 l0.7-1.9c1.4,0,2.7-0.3,3.9-1c0.6-0.3,0.1-1.3-0.2-1.6c-0.7-1.1-1.4-2.3-2-3.5c-0.1-0.5-0.4-1-0.8-1.3l0.4-2.5l2.7,2.7h-1.2 c0,0,1.3,2.3,1.6,2.7c0.5,1,0.7,2.1,0.5,3.2c-0.2,1-0.8,1.8-1.6,2.4c0,0,2,0.6,2.4,0.7s1.1,0.7,0.6,2.3c-0.3,1.1-1,2.1-2,2.7 c-0.9,0.6-6.1,4.5-18.9,4.3C10.6,26,4,21.4,4,21.4S1.5,18,0.8,16.9C0.5,16.5,0.3,16,0.2,15.5"/><path fill="%23ffffff" d="M39,0.6c0,0-20.1,6.5-28.3,10.1l-1,1.9c0,0,18.7-7.1,28.5-10.3L39,0.6z"/><path fill="%23ffffff" d="M22.3,14.4c0,0,1-1.9,1.5-2c1.1-0.1,2.2,0,3.3,0.4c0.7,0.3,0,1.1-0.4,1.7c-0.3,0.7-0.9,1.2-1.6,1.5 c-0.7,0.2-3.8,0.6-2.3,0s3.9-1.4,2.3-1.4S22.3,14.4,22.3,14.4"/><path fill="%23ffffff" d="M40.7,12.7c0.5,0.4,0.9,0.8,1.3,1.3c1.4,1.7,3.2,3,5.3,3.8c2.5,1,2.4,1.4,2,1.8c-3,2.1-6.1,4.1-9.3,5.9 c-2.5,1.2-4.7,1.5-2.8-4c0,0-0.2-0.3-0.6,0.7s-2,5,0.3,5.9c0.8,0.3,1.7,0.2,4.2-1.1s7.8-4.9,8.6-5.8c0.6-0.7,0.8-1.7,0.7-2.6 c-0.1-1-0.1-1.5-2.3-2.7s-4.2-2.2-5-3.4l1.1-0.1l-3.2-2L40.7,12.7L40.7,12.7z"/><polygon fill="%23ffffff" points="51.3,13.5 53.3,15 52.3,17 50.3,15.5 "/><polygon fill="%23ffffff" points="54.4,13 56.4,14.5 55.4,16.5 53.4,15 "/><polygon fill="%23ffffff" points="41.3,16.6 43.3,18.1 42.3,20.1 40.3,18.6 "/><polygon fill="%23ffffff" points="25.3,27.7 27.3,29.1 26.3,31.1 24.3,29.6 "/><polygon fill="%23ffffff" points="22.1,28 24.2,29.5 23.2,31.5 21.2,30 "/><path fill="%23ffffff" d="M47.6,3.3C47.3,3,47,2.8,47,2.8s1-1.6,0.2-2.7c-0.3-0.4-1.6,0.3-2.1,0.9c-0.4,0.5-0.4,1.3,0.1,1.8l0.9,0.7 c-1,1.2-2.2,2.2-3.5,3.1c-2.5,1.8-4.7,3.4-4.7,3.4s-0.7,0.6,1.2-0.4C40.6,8.8,42,8,43.4,7.1c1.1-1,2.1-2.1,3.1-3.3 C46.7,4,46.8,4.1,47,4.3c0.2,0.3,0.3,0.5,0.3,0.5S47.8,3.6,47.6,3.3 M46.6,2.5c0,0-1.3-1-1.2-1.2c0.3-0.3,0.8-0.4,1.1-0.1 C47,1.5,46.6,2.5,46.6,2.5"/><path fill="%23ffffff" d="M59.7,3.7c-0.2-0.2-0.3-0.4-0.5-0.5c0,0,0.9-1.6,0.1-2.7c-0.3-0.4-1.6,0.3-2.1,0.9c-0.4,0.6-0.4,1.3,0.2,1.8 L58.2,4c-1,1.2-2.2,2.2-3.5,3.1c-2.5,1.8-4.7,3.3-4.7,3.3S49.3,11,51.2,10c1.5-0.7,2.9-1.6,4.3-2.5c1.1-1,2.1-2.1,3.1-3.3 c0.2,0.1,0.4,0.3,0.6,0.5c0.2,0.3,0.3,0.5,0.3,0.5S59.9,4,59.7,3.7 M58.7,2.9c0,0-1.4-0.9-1.2-1.2c0.3-0.3,0.8-0.4,1.1-0.1 C59.1,1.9,58.7,2.9,58.7,2.9"/><path fill="%23ffffff" d="M94.5,8.8c-0.1-0.2-0.3-0.3-0.4-0.4c0.4-0.7,0.5-1.5,0.1-2.2c-0.2-0.3-1.3,0.2-1.7,0.8 c-0.4,0.5-0.3,1.1,0.1,1.5L93.3,9c-0.8,1-1.8,1.8-2.8,2.5c-2.1,1.5-3.9,2.7-3.9,2.7s-0.6,0.5,1-0.3c1.2-0.6,2.4-1.3,3.5-2 c0.9-0.8,1.8-1.7,2.5-2.7c0.2,0.1,0.3,0.3,0.5,0.4l0.2,0.4C94.5,9.6,94.6,9.2,94.5,8.8 M93.8,8.1c0,0-1.1-0.8-1-1 C93,6.9,93.4,6.8,93.7,7C93.9,7.3,93.9,7.7,93.8,8.1"/><path fill="%23ffffff" d="M72,7.4c0,0-11.1,3.9-13.5,5.1l-0.4,1.2c0,0,3.6-1.6,7.4-3c3.8-1.4,5.7-2.1,5.7-2.1L72,7.4z"/><path fill="%23ffffff" d="M66.1,21.2c0.9,0.9,2,1.6,3.3,2c1.1,0.4,1.7-1.7,1.8-2.1s-0.8-3.7-2-3.8S66.8,19,66.8,19h-0.1 c-0.1-0.1-0.2-0.1-0.3,0c0,0,0,0,0,0L66,19.4c-1.5,2.2-2.4,2.5-4,2.4c-1.9-0.1-3.1-2.4-3.4-3.2s-2.2,0-3.2,1.6 c-0.9,1.8-1.6,3.7-2.3,5.6c-0.8,1.9-1.6,1.5-2.4,0.5s-1.1-3.9-1.1-5.1s-0.3-0.4-0.3-0.4c-0.6,5,1.3,7.9,2.3,7.8s1.6-1.3,2-2.2 s1.2-4.1,2.1-5.2c0.4-0.6,1.1-0.9,1.8-0.8c0.1,0.1,0.3,0.3,0.3,0.4c0.3,0.5,1.9,3.1,4.1,3.1c1.3-0.1,2.5-0.9,3.2-2.1 C65.4,21.7,65.8,20.8,66.1,21.2 M68.5,19.3c0.5,0.3,0.8,0.8,1,1.4c0.1,0.5-0.6,0.1-1.1-0.2c-0.4-0.2-0.7-0.5-1-0.8 C67.7,19.4,68.1,19.2,68.5,19.3"/><path fill="%23ffffff" d="M95.1,17.2c-1.5-0.6-4.7-2.6-6.6-1.7c-1.3,0.7-2.1,1.9-2.2,3.3c0.1,0.9,0.2,1.8,0.4,2.7 c-2.6-0.8-3.5-3.6-5.8-6.2s-6.6-7-6.6-7c4.5-2.2,9.2-3.9,14.1-5C90.2,3,90.9,3.2,91,3.5c0.6,0.8-0.3,1.5-0.8,2.4 c-0.7,1.3-1.3,2.6-1.8,4c-0.2,0.6-0.2,1.4,0.1,0.5s1.5-2.9,2-3.9s1.9-3.4,1.9-4.4s-1.7-1.1-2.9-0.9c-6.7,1-15.8,5.4-15.8,5.4 l-0.9,2.7c2.9,3.4,5.5,7.1,7.8,10.9c0.2,0.6-2.1,1.1-2.1,1.1c-0.5-1.3-1.5-2.3-2.8-2.7c-0.8-0.1-1.8,0.8-2.5,2.2c-0.5,1,0,2.2,1,2.7 c0.1,0.1,0.2,0.1,0.4,0.1c1,0.2,2,0.1,3-0.1c0.4,0.6,0.1,0.8,0.1,0.8c-1.9,2-4.3,3.6-6.8,4.7c-2.7,1.1-5-0.2-5.2-2.5 c0-1.6,0.3-3.2,0.9-4.7c0,0,0-0.6-0.4,0.2c-0.7,1.4-1.2,3-1.3,4.6c-0.1,0.6,0.1,4.5,3.2,4.8c4.2,0.5,8.4-4.1,9.5-5.1 c0.7-0.9,1.1-2,1.2-3.2c2.3-0.8,2.3-1.7,2.5-2.7c0.1-0.9,0-1.8-0.3-2.7c0,0,1.7,2.5,3.1,4.3c0.8,1,2,1.7,3.4,1.7 c0,0.5,0.1,0.9,0.2,1.4c0.5,0,0.5-1.5,0.5-1.5c1.6-0.2,4.5-1.6,7-2.7s3.9-0.5,3.9-0.5l1-2C98.3,18.3,96.6,17.9,95.1,17.2 M74.8,21.6 c-0.4-0.2-0.5-0.2-0.2-0.5c0.3-0.3,0.7-0.4,1.1-0.3c0.3,0.1,0.6,0.2,0.7,0.5c0.1,0.1,0.2,0.3,0.3,0.5C76,21.8,75.4,21.7,74.8,21.6 M90.7,20.9c-0.9,0.3-1.8,0.6-2.8,0.7c0,0-0.8-2.8-0.8-3c0-0.3,0.2-0.7,0.5-0.9c0.8-0.6,1.9-0.7,2.8-0.3c1.5,0.5,3.6,1.7,4.5,2 C95,19.5,92.6,20.3,90.7,20.9"/><path fill="%23ffffff" d="M64.4,5l-0.1,0.2c-0.2-0.1-0.5-0.3-0.7-0.4c-0.2,0-0.3-0.2-0.2-0.5s0.1-1,0.5-0.8c1,0.8,1.6,1.9,1.8,3.1 c0,0,0.2-2.1,0.3-2.7s0.4-1.2,1.5-0.2l-0.3,0.8c0,0-0.8-0.8-1-0.1C66.1,5.1,66,5.9,66,6.6c-0.1,0.9-0.3,1.4-0.4,0.8 c-0.1-0.7-0.4-1.3-0.8-1.9C64.8,5.3,64.6,5.1,64.4,5"/><path fill="%23ffffff" d="M81.9,10.1l-0.1,0.2c-0.2-0.1-0.5-0.3-0.7-0.4c-0.2,0-0.3-0.1-0.2-0.5s0.1-1,0.5-0.8c1,0.8,1.6,1.9,1.7,3.1 c0,0,0.2-2.1,0.3-2.7s0.4-1.2,1.5-0.2l-0.3,0.8c0,0-0.8-0.9-1-0.1c-0.1,0.7-0.2,1.4-0.3,2.2c-0.1,0.9-0.3,1.4-0.4,0.9 c-0.1-0.7-0.4-1.3-0.8-1.9C82.2,10.5,82.1,10.3,81.9,10.1"/><path fill="%23ffffff" d="M64.2,17.7c0.3,0.1,0.9-0.2,1.2-1.4c0.1-0.7-0.2,0-0.2,0c-0.1,0.2-0.3,0.3-0.5,0.2c-0.3-0.1-0.6-0.5-0.2-1.6 c0.2-0.7,0.5-1.4,0.8-2c0-0.1-0.1-0.3-0.3,0.2c-0.5,0.9-0.9,1.9-1.2,2.9c-0.2,0.5,0,1.1,0.3,1.5L64.2,17.7z"/><path fill="%23ffffff" d="M28.3,21.2c0.3,0.1,0.9-0.1,1.2-1.4c0.1-0.7-0.2,0-0.2,0C29.2,20,29,20.1,28.8,20c-0.3-0.1-0.6-0.5-0.2-1.6 c0.2-0.7,0.5-1.4,0.8-2c0-0.1,0-0.3-0.3,0.2c-0.5,0.9-0.9,1.9-1.2,2.9c-0.2,0.5,0,1.1,0.3,1.5L28.3,21.2z"/></svg>');
}

body.greenWeakness .dda-side-nav .sidenav a:hover i::before,
body.greenWeakness .dda-side-nav .sidenav a.active i::before,
body.greenWeakness .dda-side-nav .dropdown-btn:hover i::before,
body.greenWeakness .dda-side-nav .active i::before {
  color: rgba(var(--color-white), 1) !important;
}

body.greenWeakness .dda-side-nav .sidenav a,
body.greenWeakness .dda-side-nav .dropdown-btn {
  border-bottom: solid 1px rgba(var(--color-white), 0.2);
}

body.greenWeakness .dda-side-nav__close-btn {
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .dda-main-header__logo {
  display: none;
}

body.greenWeakness .dda-main-header__logo--white {
  display: block;
}

@media screen and (max-width: 768px) {
  body.greenWeakness .dda-sub-header__logo {
    display: none;
  }

  body.greenWeakness .dda-sub-header__logo--white {
    display: block;
    width: 160px;
  }
}

body.greenWeakness .dda-accessibility-section__radio::after,
body.greenWeakness .dda-accessibility-section__radio::before {
  border: 2px solid rgba(var(--color-white), 1);
}

body.greenWeakness .dda-accessibility-section__radio:checked::before {
  border-color: rgba(var(--color-white), 1);
  background-color: rgba(var(--color-white), 1);
}

body.greenWeakness .bg,
body.greenWeakness .bg-white,
body.greenWeakness .dda-login-section {
  background: rgba(var(--color-blue), 1);
}

body.greenWeakness .bg.dda-sub-header__btn {
  border: solid 1px rgba(var(--color-white), 1);
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .dda-login-section input[type="checkbox"],
body.greenWeakness .dda-login-section input[type="checkbox"]:checked,
body.greenWeakness .dda-accessibility-section__text-size-btn,
body.greenWeakness .dda-accessibility-section__sign-lang-btn {
  background: rgba(var(--color-blue), 0.5);
  border: solid 1px rgba(var(--color-white), 0.5);
}

body.greenWeakness .dda-accessibility-section__text-size-btn--active {
  border: solid 3px rgba(var(--color-white), 1);
}

body.greenWeakness .primary--text,
body.greenWeakness .dda-login-section__link,
body.greenWeakness .dda-sub-header__btn:hover i,
body.greenWeakness .dda-sub-header__btn:focus i {
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .dda-side-nav__title {
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .dda-sub-header__actions .search .search__input,
body.greenWeakness .dda-side-nav .search .search__input,
body.greenWeakness .primary,
body.greenWeakness .dda-login-section__input {
  background: rgba(var(--color-blue), 1);
  color: rgba(var(--color-white), 1);
  border: solid 1px rgba(var(--color-white), 1);
}

body.greenWeakness .black--bordered {
  border: none;
}

body.greenWeakness .dda-sub-header__actions .search .search__input::placeholder,
body.greenWeakness .tertiary--text {
  color: rgba(var(--color-white), 0.5);
}

body.greenWeakness .dda-sub-header__actions .search .search__input:focus {
  box-shadow: 0 0 0 0.125rem rgba(var(--color-white), 0.05);
}

body.greenWeakness .dda-side-nav .sidenav a:hover,
body.greenWeakness .dda-side-nav .sidenav a.active,
body.greenWeakness .dda-side-nav .dropdown-btn:hover,
body.greenWeakness .dda-side-nav .active {
  color: rgba(var(--color-white), 1);
  box-shadow: 0 2px 0 0 rgba(var(--color-white), 1);
}

body.greenWeakness .dda-side-nav__content p {
  color: rgba(var(--color-white), 1);
}

body.greenWeakness,
body.greenWeakness .white,
body.greenWeakness .dda-side-nav,
body.greenWeakness .dda-sub-header__navbar .menu>ul li ul {
  background: rgba(var(--color-blue), 1);
  background-color: rgba(var(--color-blue), 1);
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .dda-sub-header__navbar .menu>ul>li>a:hover::after,
body.greenWeakness .dda-sub-header__navbar .menu>ul>li>a.active::after,
body.greenWeakness .dda-sub-header__navbar .menu>ul>li>a:focus::after {
  background: rgba(var(--color-white), 1);
  background-color: rgba(var(--color-white), 1);
}

body.greenWeakness .dda-sub-header__navbar .menu ul li,
body.greenWeakness .dda-sub-header__navbar .menu ul li a,
body.greenWeakness .dda-sub-header__navbar .menu>ul>li>a:hover::after,
body.greenWeakness .dda-sub-header__navbar .menu>ul>li>a.active::after,
body.greenWeakness .dda-sub-header__navbar .menu>ul>li>a:focus::after,
body.greenWeakness .secondary--text {
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .dda-sub-header__navbar .menu>ul li ul li:hover {
  color: rgba(var(--color-white), 1);
  background: rgba(var(--color-blue), 1);
  border: solid 1px rgba(var(--color-white), 1);
}

body.greenWeakness .dda-sub-header__navbar .menu>ul li ul li:hover>a {
  text-shadow: 0px 0px 1px rgba(var(--color-white), 1);
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .dda-sub-header__navbar .menu>ul li ul li::before {
  border: solid rgba(var(--color-white), 1);
  border-width: 0 3px 3px 0;
}

body.greenWeakness .h23_button.h23_button_primary,
body.greenWeakness .h23_button.h23_button_secondary,
body.greenWeakness .h23_form fieldset select,
body.greenWeakness .h23_form fieldset input[type="text"],
body.greenWeakness .h23_form fieldset input[type="tel"],
body.greenWeakness .h23_form fieldset input[type="number"],
body.greenWeakness .dda-login-section,
body.greenWeakness .h23_form fieldset textarea {
  background-color: rgba(var(--color-blue), 1);
  color: rgba(var(--color-white), 1);
  border: solid 1px rgba(var(--color-white), 1);
}

body.greenWeakness .h23_form fieldset.required>label::after {
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .h23_dropdown_autocomplete input[type="text"],
body.greenWeakness .h23_select_list span,
body.greenWeakness .h23_form fieldset select {
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.1954 -3.51701e-08L10 0.831683L5 6L-3.6354e-08 0.831683L0.8046 -4.01944e-07L5 4.33663L9.1954 -3.51701e-08Z" fill="%23ffffff"/></svg>');
}

body.greenWeakness .h23_form input[type="radio"]:checked {
  background-color: rgba(var(--color-blue), 1);
}

body.greenWeakness .h23_form input[type="radio"]:checked:after,
body.greenWeakness .h23_record_data a {
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .h23_form input[type="radio"] {
  border: 2px solid rgba(var(--color-white), 1);
}

body.greenWeakness .h23_content_box.h23_blue,
body.greenWeakness .h23_content_box,
body.greenWeakness .h23_dropdown_autocomplete ul,
body.greenWeakness .h23_dropdown_autocomplete ul li,
body.greenWeakness .h23_select_list ul li,
body.greenWeakness .h23_banner_full_swiper {
  background-color: rgba(var(--color-blue), 0.88);
  box-shadow: none;
}

body.greenWeakness .h23_dropdown_autocomplete ul li:hover {
  background-color: rgba(var(--color-grey), 1);
}

body.greenWeakness .h23_content_box p a,
body.greenWeakness .h23_card .h23_card_content p a,
body.greenWeakness .h23_button.h23_button_link {
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .h23_card .sticky_date {
  background-color: rgba(var(--color-blue), 1);
}

body.greenWeakness .h23_box,
body.greenWeakness .h23_card,
body.greenWeakness .h23_twitter_box .h23_twitter_box_contents,
body.greenWeakness .h23_widgets .h23_widget,
body.greenWeakness .h23_customize,
body.greenWeakness .h23_card .h23_card_content .h23_card_tag span {
  background-color: rgba(var(--color-blue), 1);
  box-shadow: none;
  border: solid 1px rgba(var(--color-white), 0.5);
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .h23_customize .h23_customize_head {
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.1954 -3.51701e-08L10 0.831683L5 6L-3.6354e-08 0.831683L0.8046 -4.01944e-07L5 4.33663L9.1954 -3.51701e-08Z" fill="%23ffffff"/></svg>');
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .h23_toggle input[type="checkbox"]:checked+span {
  background-color: rgba(var(--color-white), 1);
}

body.greenWeakness .h23_toggle input[type="checkbox"]:checked+span:before {
  background-color: rgba(var(--color-blue), 1);
  background-image: url('data:image/svg+xml;utf8,<svg width="6" height="5" viewBox="0 0 6 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.00005 3.38994L0.843379 2.23327C0.713379 2.10327 0.503379 2.10327 0.373379 2.23327C0.243379 2.36327 0.243379 2.57327 0.373379 2.70327L1.76671 4.09661C1.89671 4.22661 2.10671 4.22661 2.23671 4.09661L5.76338 0.569941C5.89338 0.439941 5.89338 0.229941 5.76338 0.0999414C5.63338 -0.0300586 5.42338 -0.0300586 5.29338 0.0999414L2.00005 3.38994Z" fill="%23ffffff"/></svg>');
}

/*body.greenWeakness .h23_ico_chat {
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_568_4288)"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.2867 24.2093L21.8427 23.7913L22.6777 24.9743L22.1217 25.3913C20.7297 26.3653 18.9217 26.9213 16.9737 26.9213C15.0257 26.9213 13.2167 26.3653 11.8257 25.3913L11.2697 24.9743L12.1037 23.7913L12.6607 24.2093C13.7737 24.9743 15.3737 25.4613 16.9737 25.4613C18.6437 25.4613 20.1737 25.0433 21.2867 24.2093ZM18.9907 15.0263C20.5207 13.8433 25.0427 12.0353 24.9737 12.0353C25.8777 12.4523 27.2697 13.7053 27.2697 13.7053C23.1647 13.9133 18.9907 15.0263 18.9907 15.0263ZM10.1567 12.0353C10.9907 12.0353 11.6167 12.7303 11.6867 13.5653C11.6867 14.4003 10.9907 15.0953 10.1567 15.0953C9.32168 15.0953 8.62668 14.4003 8.62668 13.5653C8.62668 12.7303 9.32168 12.0353 10.1567 12.0353ZM16.9737 0.278344C25.1127 0.278344 31.6517 6.88734 31.6517 14.9573V20.8703H29.7037V15.0263C29.7037 8.00034 23.9997 2.29634 16.9737 2.29634C9.94768 2.29634 4.24368 7.93034 4.24368 14.9563V21.1483H3.68668C3.47768 21.1483 3.26968 21.1483 3.06068 21.0783C4.79968 26.5743 9.80868 30.6083 15.9307 30.7483C16.0697 30.3303 16.4867 29.9833 17.0427 29.9833C17.7387 29.9833 18.2957 30.5393 18.2957 31.2353C18.2957 31.9303 17.7387 32.4873 17.0427 32.4873C16.4867 32.4873 15.9997 32.1393 15.8607 31.6523C12.7119 31.5258 9.68539 30.3985 7.22097 28.4344C4.75655 26.4703 2.98255 23.7716 2.15668 20.7303C1.04268 20.1743 0.34668 19.0603 0.34668 17.7403V16.0703C0.34668 14.6783 1.18268 13.4263 2.43468 12.9403C3.47768 5.77334 9.59968 0.278344 16.9737 0.278344Z" fill="%23ffffff"/></g><defs><clipPath id="clip0_568_4288"><rect width="36" height="36" fill="white"/></clipPath></defs></svg>');
}

body.greenWeakness .h23_ico_mbr_majlis {
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_568_4302)"><path d="M26.577 32.01C26.498 31.9636 26.4327 31.8972 26.3876 31.8175C26.3425 31.7378 26.3192 31.6476 26.32 31.556V28.792L32.683 20.96C32.9076 20.6843 33.0302 20.3396 33.03 19.984V9.363C33.03 9.08916 32.9212 8.82654 32.7276 8.63291C32.534 8.43928 32.2713 8.3305 31.9975 8.3305C31.7237 8.3305 31.461 8.43928 31.2674 8.63291C31.0738 8.82654 30.965 9.08916 30.965 9.363V18.351L29.354 19.962L29.323 19.992L29.265 20.051C29.2171 20.0989 29.1602 20.137 29.0975 20.1629C29.0349 20.1888 28.9678 20.2022 28.9 20.2022C28.8322 20.2022 28.7651 20.1888 28.7025 20.1629C28.6398 20.137 28.5829 20.0989 28.535 20.051C28.4871 20.0031 28.449 19.9462 28.4231 19.8835C28.3972 19.8209 28.3838 19.7538 28.3838 19.686C28.3838 19.6182 28.3972 19.5511 28.4231 19.4885C28.449 19.4258 28.4871 19.3689 28.535 19.321L28.624 19.233C28.7196 19.1474 28.7967 19.0432 28.8507 18.9267C28.9046 18.8103 28.9343 18.6841 28.9378 18.5558C28.9414 18.4275 28.9187 18.2998 28.8712 18.1806C28.8237 18.0614 28.7524 17.9531 28.6617 17.8623C28.5709 17.7716 28.4626 17.7003 28.3434 17.6528C28.2242 17.6053 28.0965 17.5826 27.9682 17.5862C27.8399 17.5897 27.7137 17.6193 27.5973 17.6733C27.4808 17.7273 27.3766 17.8044 27.291 17.9L22.521 22.67C21.6516 23.5406 21.1632 24.7206 21.163 25.951V31.556C21.163 31.6929 21.1086 31.8241 21.0119 31.9209C20.9151 32.0176 20.7839 32.072 20.647 32.072C20.5101 32.072 20.3789 32.0176 20.2821 31.9209C20.1854 31.8241 20.131 31.6929 20.131 31.556V25.951C20.1315 24.4455 20.7296 23.0017 21.794 21.937L26.564 17.167C26.9352 16.7975 27.4377 16.59 27.9615 16.59C28.4853 16.59 28.9878 16.7975 29.359 17.167L29.938 17.746V9.363C29.9319 9.08806 29.9809 8.81469 30.0819 8.55891C30.1829 8.30314 30.334 8.07012 30.5263 7.87354C30.7187 7.67695 30.9483 7.52076 31.2018 7.41413C31.4553 7.30749 31.7275 7.25256 32.0025 7.25256C32.2775 7.25256 32.5497 7.30749 32.8032 7.41413C33.0567 7.52076 33.2863 7.67695 33.4787 7.87354C33.671 8.07012 33.8221 8.30314 33.9231 8.55891C34.0241 8.81469 34.0731 9.08806 34.067 9.363V19.984C34.0667 20.5774 33.8622 21.1525 33.488 21.613L27.353 29.159V31.559C27.3542 31.6504 27.3311 31.7404 27.2861 31.8199C27.2412 31.8995 27.176 31.9657 27.0971 32.0118C27.0183 32.058 26.9286 32.0824 26.8372 32.0826C26.7459 32.0828 26.6561 32.0588 26.577 32.013V32.01ZM15.222 32.01C15.1432 31.9635 15.078 31.8971 15.033 31.8174C14.9881 31.7377 14.9649 31.6475 14.966 31.556V25.951C14.9659 25.3411 14.8457 24.7371 14.6122 24.1736C14.3786 23.6101 14.0364 23.0982 13.605 22.667L8.836 17.9C8.65866 17.7245 8.41903 17.6263 8.1695 17.6269C7.91998 17.6276 7.68086 17.727 7.50442 17.9034C7.32798 18.0799 7.22857 18.319 7.22793 18.5685C7.22729 18.818 7.32547 19.0577 7.501 19.235L7.531 19.265L7.589 19.324C7.63693 19.3719 7.67495 19.4288 7.7009 19.4915C7.72684 19.5541 7.74019 19.6212 7.74019 19.689C7.74019 19.7568 7.72684 19.8239 7.7009 19.8865C7.67495 19.9492 7.63693 20.0061 7.589 20.054C7.54107 20.1019 7.48416 20.14 7.42154 20.1659C7.35891 20.1918 7.29179 20.2052 7.224 20.2052C7.15621 20.2052 7.08909 20.1918 7.02646 20.1659C6.96384 20.14 6.90693 20.1019 6.859 20.054L5.159 18.354V9.363C5.159 9.08916 5.05022 8.82654 4.85659 8.63291C4.66296 8.43928 4.40034 8.3305 4.1265 8.3305C3.85266 8.3305 3.59004 8.43928 3.39641 8.63291C3.20278 8.82654 3.094 9.08916 3.094 9.363V19.984C3.09416 20.3395 3.21669 20.6842 3.441 20.96L9.804 28.792V31.557C9.804 31.6939 9.74964 31.8251 9.65287 31.9219C9.5561 32.0186 9.42485 32.073 9.288 32.073C9.15115 32.073 9.0199 32.0186 8.92313 31.9219C8.82636 31.8251 8.772 31.6939 8.772 31.557V29.157L2.642 21.613C2.2674 21.1527 2.06291 20.5774 2.063 19.984V9.363C2.05695 9.08806 2.10587 8.81469 2.20691 8.55891C2.30794 8.30314 2.45904 8.07012 2.65135 7.87354C2.84365 7.67695 3.07329 7.52076 3.32677 7.41413C3.58026 7.30749 3.8525 7.25256 4.1275 7.25256C4.4025 7.25256 4.67474 7.30749 4.92823 7.41413C5.18171 7.52076 5.41135 7.67695 5.60365 7.87354C5.79596 8.07012 5.94706 8.30314 6.04809 8.55891C6.14913 8.81469 6.19805 9.08806 6.192 9.363V17.747L6.771 17.168C7.14224 16.7985 7.64471 16.591 8.1685 16.591C8.69229 16.591 9.19476 16.7985 9.566 17.168L14.336 21.938C15.4004 23.0027 15.9985 24.4465 15.999 25.952V31.557C16 31.6484 15.9767 31.7384 15.9316 31.8179C15.8866 31.8974 15.8213 31.9636 15.7424 32.0097C15.6634 32.0558 15.5737 32.0802 15.4824 32.0804C15.391 32.0806 15.3011 32.0567 15.222 32.011V32.01ZM25.289 22.782C25.289 22.68 25.3192 22.5803 25.3759 22.4954C25.4325 22.4106 25.5131 22.3445 25.6073 22.3054C25.7015 22.2663 25.8052 22.256 25.9053 22.2758C26.0054 22.2957 26.0973 22.3447 26.1695 22.4168C26.2417 22.4888 26.2909 22.5807 26.311 22.6807C26.331 22.7808 26.3209 22.8845 26.282 22.9788C26.2431 23.0731 26.1771 23.1537 26.0924 23.2106C26.0077 23.2674 25.908 23.2978 25.806 23.298C25.6691 23.298 25.5378 23.2438 25.4408 23.1473C25.3437 23.0508 25.2888 22.9199 25.288 22.783L25.289 22.782ZM9.805 22.782C9.805 22.68 9.83524 22.5803 9.89189 22.4954C9.94855 22.4106 10.0291 22.3445 10.1233 22.3054C10.2175 22.2663 10.3212 22.256 10.4213 22.2758C10.5214 22.2957 10.6133 22.3447 10.6855 22.4168C10.7577 22.4888 10.8069 22.5807 10.827 22.6807C10.847 22.7808 10.8369 22.8845 10.798 22.9788C10.7591 23.0731 10.6931 23.1537 10.6084 23.2106C10.5237 23.2674 10.424 23.2978 10.322 23.298C10.1853 23.2977 10.0543 23.2435 9.95742 23.147C9.86058 23.0505 9.80579 22.9197 9.805 22.783V22.782ZM26.321 21.75C26.321 21.648 26.3512 21.5483 26.4079 21.4634C26.4645 21.3786 26.5451 21.3125 26.6393 21.2734C26.7335 21.2343 26.8372 21.224 26.9373 21.2438C27.0374 21.2637 27.1293 21.3127 27.2015 21.3848C27.2737 21.4568 27.3229 21.5487 27.343 21.6487C27.363 21.7488 27.3529 21.8525 27.314 21.9468C27.2751 22.0411 27.2091 22.1217 27.1244 22.1786C27.0397 22.2354 26.94 22.2658 26.838 22.266C26.7011 22.2657 26.5699 22.2113 26.4731 22.1146C26.3762 22.018 26.3215 21.8869 26.321 21.75ZM8.773 21.75C8.773 21.648 8.80324 21.5483 8.85989 21.4634C8.91655 21.3786 8.99708 21.3125 9.09131 21.2734C9.18553 21.2343 9.28923 21.224 9.3893 21.2438C9.48937 21.2637 9.58131 21.3127 9.65351 21.3848C9.72572 21.4568 9.77494 21.5487 9.79496 21.6487C9.81499 21.7488 9.80491 21.8525 9.76601 21.9468C9.72711 22.0411 9.66113 22.1217 9.5764 22.1786C9.49168 22.2354 9.39201 22.2658 9.29 22.266C9.15314 22.2657 9.02194 22.2113 8.92507 22.1146C8.8282 22.018 8.77353 21.8869 8.773 21.75ZM27.353 20.718C27.353 20.616 27.3832 20.5163 27.4399 20.4314C27.4965 20.3466 27.5771 20.2805 27.6713 20.2414C27.7655 20.2023 27.8692 20.192 27.9693 20.2118C28.0694 20.2317 28.1613 20.2807 28.2335 20.3528C28.3057 20.4248 28.3549 20.5167 28.375 20.6167C28.395 20.7168 28.3849 20.8205 28.346 20.9148C28.3071 21.0091 28.2411 21.0897 28.1564 21.1466C28.0717 21.2034 27.972 21.2338 27.87 21.234C27.7331 21.2337 27.6019 21.1793 27.5051 21.0826C27.4082 20.986 27.3535 20.8549 27.353 20.718ZM7.74 20.718C7.74 20.616 7.77024 20.5163 7.82689 20.4314C7.88355 20.3466 7.96408 20.2805 8.05831 20.2414C8.15253 20.2023 8.25623 20.192 8.3563 20.2118C8.45637 20.2317 8.54831 20.2807 8.62051 20.3528C8.69272 20.4248 8.74194 20.5167 8.76196 20.6167C8.78199 20.7168 8.77191 20.8205 8.73301 20.9148C8.69411 21.0091 8.62813 21.0897 8.5434 21.1466C8.45868 21.2034 8.35901 21.2338 8.257 21.234C8.12014 21.2337 7.98894 21.1793 7.89207 21.0826C7.7952 20.986 7.74053 20.8549 7.74 20.718ZM10.321 11.684V4.284L18.063 0L25.805 4.287V11.687L18.063 17.008L10.321 11.684Z" fill="%23ffffff"/></g><defs><clipPath id="clip0_568_4302"><rect width="36" height="36" fill="white"/></clipPath></defs></svg>');
}

body.greenWeakness .h23_ico_feedback {
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.7276 34.0468C25.7276 32.991 26.0591 31.7373 27.1279 28.8811C27.2164 28.6783 27.2547 28.4567 27.2395 28.2354C27.2395 28.229 27.2969 28.1827 26.8867 28.1827H21.8632C21.2484 28.1793 20.6598 27.9299 20.2258 27.4888C19.7917 27.0478 19.5473 26.4508 19.5459 25.8281V25.3449C19.2948 25.1066 19.0962 24.8173 18.9631 24.4959C18.83 24.1745 18.7654 23.8283 18.7735 23.4799C18.7785 22.9153 18.9613 22.3671 19.2952 21.9151C18.9611 21.4632 18.7783 20.9149 18.7735 20.3504C18.7649 20.0019 18.8293 19.6555 18.9624 19.334C19.0956 19.0126 19.2944 18.7233 19.5459 18.4854V18.0022C19.549 17.3803 19.7943 16.7849 20.2284 16.3452C20.6625 15.9055 21.2504 15.6571 21.8643 15.654H30.75C31.8763 15.6568 32.9557 16.1112 33.7521 16.9179C34.5485 17.7246 34.9972 18.8178 35 19.9586V25.0468C35.0025 26.0533 34.6942 27.0354 34.1181 27.8556L29.4091 34.884C29.2452 35.2138 28.9955 35.4921 28.6869 35.6887C28.3783 35.8854 28.0226 35.993 27.6581 36C27.1483 35.9941 26.6609 35.7865 26.3001 35.4216C25.9394 35.0566 25.7339 34.5632 25.7276 34.0468ZM5.25001 20.3493C4.12362 20.3467 3.04408 19.8924 2.2476 19.0856C1.45112 18.2789 1.00254 17.1855 1.00001 16.0446V10.9576C0.997561 9.95071 1.3059 8.96827 1.88189 8.14767L6.58982 1.11599C6.75349 0.785944 7.00313 0.507511 7.31176 0.310811C7.62038 0.11411 7.97624 0.00663078 8.34082 0C8.85132 0.00587156 9.33928 0.213885 9.70028 0.57953C10.0613 0.945175 10.2666 1.43941 10.2724 1.95648C10.2724 3.01112 9.94095 4.26486 8.87101 7.12209C8.78394 7.32526 8.74745 7.54699 8.76476 7.76779C8.76476 7.77317 8.70738 7.82052 9.11751 7.82052H14.1399C14.7538 7.82391 15.3415 8.0724 15.7756 8.51204C16.2096 8.95168 16.455 9.54698 16.4583 10.1687V10.6541C16.7097 10.8919 16.9085 11.181 17.0416 11.5022C17.1748 11.8235 17.2392 12.1697 17.2308 12.518C17.2255 13.0825 17.0428 13.6306 16.7091 14.0827C17.0426 14.5354 17.2253 15.0838 17.2308 15.6486C17.2394 15.9971 17.175 16.3434 17.0418 16.6649C16.9087 16.9864 16.7098 17.2756 16.4583 17.5136V17.9968C16.455 18.6185 16.2096 19.2138 15.7756 19.6535C15.3415 20.0931 14.7538 20.3416 14.1399 20.345L5.25001 20.3493Z" fill="%23ffffff"/></svg>');
}

body.greenWeakness .h23_ico_emails {
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="23" viewBox="0 0 36 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.219375 0H35.7806L18 14.0933L0.219375 0ZM0 22.0974V1.57864L12.1826 11.1625L0 22.0974ZM23.8174 11.1614L36 1.57864V22.0986L23.8174 11.1625V11.1614ZM18 15.8973L22.7194 12.064L34.9031 23H1.09688L13.2806 12.064L18 15.8973Z" fill="%23ffffff"/></svg>');
}*/

body.greenWeakness .xdsoft_datetimepicker,
body.greenWeakness .xdsoft_datetimepicker .xdsoft_label,
body.greenWeakness .xdsoft_datetimepicker .xdsoft_calendar th,
body.greenWeakness .xdsoft_datetimepicker .xdsoft_calendar td {
  background-color: rgba(var(--color-blue), 1);
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
body.greenWeakness .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
body.greenWeakness .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current,
body.greenWeakness .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div,
body.greenWeakness .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
  background-color: #222222;
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
body.greenWeakness .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
body.greenWeakness .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current,
body.greenWeakness .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
  background: rgba(var(--color-blue), 1);
  box-shadow: none;
}

body.greenWeakness .xdsoft_datetimepicker .xdsoft_calendar td:hover,
body.greenWeakness .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover,
body.greenWeakness .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
  background: rgba(var(--color-grey), 1) !important;
}

body.greenWeakness .xdsoft_datetimepicker .xdsoft_label i,
body.greenWeakness .xdsoft_datetimepicker .xdsoft_prev,
body.greenWeakness .xdsoft_datetimepicker .xdsoft_next,
body.greenWeakness .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAAGtXItlAAAKQ2lDQ1BJQ0MgcHJvZmlsZQAAeNqdU3dYk/cWPt/3ZQ9WQtjwsZdsgQAiI6wIyBBZohCSAGGEEBJAxYWIClYUFRGcSFXEgtUKSJ2I4qAouGdBiohai1VcOO4f3Ke1fXrv7e371/u855zn/M55zw+AERImkeaiagA5UoU8Otgfj09IxMm9gAIVSOAEIBDmy8JnBcUAAPADeXh+dLA//AGvbwACAHDVLiQSx+H/g7pQJlcAIJEA4CIS5wsBkFIAyC5UyBQAyBgAsFOzZAoAlAAAbHl8QiIAqg0A7PRJPgUA2KmT3BcA2KIcqQgAjQEAmShHJAJAuwBgVYFSLALAwgCgrEAiLgTArgGAWbYyRwKAvQUAdo5YkA9AYACAmUIszAAgOAIAQx4TzQMgTAOgMNK/4KlfcIW4SAEAwMuVzZdL0jMUuJXQGnfy8ODiIeLCbLFCYRcpEGYJ5CKcl5sjE0jnA0zODAAAGvnRwf44P5Dn5uTh5mbnbO/0xaL+a/BvIj4h8d/+vIwCBAAQTs/v2l/l5dYDcMcBsHW/a6lbANpWAGjf+V0z2wmgWgrQevmLeTj8QB6eoVDIPB0cCgsL7SViob0w44s+/zPhb+CLfvb8QB7+23rwAHGaQJmtwKOD/XFhbnauUo7nywRCMW735yP+x4V//Y4p0eI0sVwsFYrxWIm4UCJNx3m5UpFEIcmV4hLpfzLxH5b9CZN3DQCshk/ATrYHtctswH7uAQKLDljSdgBAfvMtjBoLkQAQZzQyefcAAJO/+Y9AKwEAzZek4wAAvOgYXKiUF0zGCAAARKCBKrBBBwzBFKzADpzBHbzAFwJhBkRADCTAPBBCBuSAHAqhGJZBGVTAOtgEtbADGqARmuEQtMExOA3n4BJcgetwFwZgGJ7CGLyGCQRByAgTYSE6iBFijtgizggXmY4EImFINJKApCDpiBRRIsXIcqQCqUJqkV1II/ItchQ5jVxA+pDbyCAyivyKvEcxlIGyUQPUAnVAuagfGorGoHPRdDQPXYCWomvRGrQePYC2oqfRS+h1dAB9io5jgNExDmaM2WFcjIdFYIlYGibHFmPlWDVWjzVjHVg3dhUbwJ5h7wgkAouAE+wIXoQQwmyCkJBHWExYQ6gl7CO0EroIVwmDhDHCJyKTqE+0JXoS+cR4YjqxkFhGrCbuIR4hniVeJw4TX5NIJA7JkuROCiElkDJJC0lrSNtILaRTpD7SEGmcTCbrkG3J3uQIsoCsIJeRt5APkE+S+8nD5LcUOsWI4kwJoiRSpJQSSjVlP+UEpZ8yQpmgqlHNqZ7UCKqIOp9aSW2gdlAvU4epEzR1miXNmxZDy6Qto9XQmmlnafdoL+l0ugndgx5Fl9CX0mvoB+nn6YP0dwwNhg2Dx0hiKBlrGXsZpxi3GS+ZTKYF05eZyFQw1zIbmWeYD5hvVVgq9ip8FZHKEpU6lVaVfpXnqlRVc1U/1XmqC1SrVQ+rXlZ9pkZVs1DjqQnUFqvVqR1Vu6k2rs5Sd1KPUM9RX6O+X/2C+mMNsoaFRqCGSKNUY7fGGY0hFsYyZfFYQtZyVgPrLGuYTWJbsvnsTHYF+xt2L3tMU0NzqmasZpFmneZxzQEOxrHg8DnZnErOIc4NznstAy0/LbHWaq1mrX6tN9p62r7aYu1y7Rbt69rvdXCdQJ0snfU6bTr3dQm6NrpRuoW623XP6j7TY+t56Qn1yvUO6d3RR/Vt9KP1F+rv1u/RHzcwNAg2kBlsMThj8MyQY+hrmGm40fCE4agRy2i6kcRoo9FJoye4Ju6HZ+M1eBc+ZqxvHGKsNN5l3Gs8YWJpMtukxKTF5L4pzZRrmma60bTTdMzMyCzcrNisyeyOOdWca55hvtm82/yNhaVFnMVKizaLx5balnzLBZZNlvesmFY+VnlW9VbXrEnWXOss623WV2xQG1ebDJs6m8u2qK2brcR2m23fFOIUjynSKfVTbtox7PzsCuya7AbtOfZh9iX2bfbPHcwcEh3WO3Q7fHJ0dcx2bHC866ThNMOpxKnD6VdnG2ehc53zNRemS5DLEpd2lxdTbaeKp26fesuV5RruutK10/Wjm7ub3K3ZbdTdzD3Ffav7TS6bG8ldwz3vQfTw91jicczjnaebp8LzkOcvXnZeWV77vR5Ps5wmntYwbcjbxFvgvct7YDo+PWX6zukDPsY+Ap96n4e+pr4i3z2+I37Wfpl+B/ye+zv6y/2P+L/hefIW8U4FYAHBAeUBvYEagbMDawMfBJkEpQc1BY0FuwYvDD4VQgwJDVkfcpNvwBfyG/ljM9xnLJrRFcoInRVaG/owzCZMHtYRjobPCN8Qfm+m+UzpzLYIiOBHbIi4H2kZmRf5fRQpKjKqLupRtFN0cXT3LNas5Fn7Z72O8Y+pjLk722q2cnZnrGpsUmxj7Ju4gLiquIF4h/hF8ZcSdBMkCe2J5MTYxD2J43MC52yaM5zkmlSWdGOu5dyiuRfm6c7Lnnc8WTVZkHw4hZgSl7I/5YMgQlAvGE/lp25NHRPyhJuFT0W+oo2iUbG3uEo8kuadVpX2ON07fUP6aIZPRnXGMwlPUit5kRmSuSPzTVZE1t6sz9lx2S05lJyUnKNSDWmWtCvXMLcot09mKyuTDeR55m3KG5OHyvfkI/lz89sVbIVM0aO0Uq5QDhZML6greFsYW3i4SL1IWtQz32b+6vkjC4IWfL2QsFC4sLPYuHhZ8eAiv0W7FiOLUxd3LjFdUrpkeGnw0n3LaMuylv1Q4lhSVfJqedzyjlKD0qWlQyuCVzSVqZTJy26u9Fq5YxVhlWRV72qX1VtWfyoXlV+scKyorviwRrjm4ldOX9V89Xlt2treSrfK7etI66Trbqz3Wb+vSr1qQdXQhvANrRvxjeUbX21K3nShemr1js20zcrNAzVhNe1bzLas2/KhNqP2ep1/XctW/a2rt77ZJtrWv913e/MOgx0VO97vlOy8tSt4V2u9RX31btLugt2PGmIbur/mft24R3dPxZ6Pe6V7B/ZF7+tqdG9s3K+/v7IJbVI2jR5IOnDlm4Bv2pvtmne1cFoqDsJB5cEn36Z8e+NQ6KHOw9zDzd+Zf7f1COtIeSvSOr91rC2jbaA9ob3v6IyjnR1eHUe+t/9+7zHjY3XHNY9XnqCdKD3x+eSCk+OnZKeenU4/PdSZ3Hn3TPyZa11RXb1nQ8+ePxd07ky3X/fJ897nj13wvHD0Ivdi2yW3S609rj1HfnD94UivW2/rZffL7Vc8rnT0Tes70e/Tf/pqwNVz1/jXLl2feb3vxuwbt24m3Ry4Jbr1+Hb27Rd3Cu5M3F16j3iv/L7a/eoH+g/qf7T+sWXAbeD4YMBgz8NZD+8OCYee/pT/04fh0kfMR9UjRiONj50fHxsNGr3yZM6T4aeypxPPyn5W/3nrc6vn3/3i+0vPWPzY8Av5i8+/rnmp83Lvq6mvOscjxx+8znk98ab8rc7bfe+477rfx70fmSj8QP5Q89H6Y8en0E/3Pud8/vwv94Tz+4A5JREAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAEXmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4wLWMwMDEgNzkuYzAyMDRiMmRlZiwgMjAyMy8wMi8wMi0xMjoxNDoyNCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNC41IChNYWNpbnRvc2gpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMy0wNi0wMlQwOTowNjozMSswNDowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjMtMDYtMDJUMDU6MDY6NTIrMDQ6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjMtMDYtMDJUMDU6MDY6NTIrMDQ6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0iTEcgSERSIFdGSEQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTExNjdFMDNGOTI3MTFFRDgwMDJBQTRGMDRBNTY1ODMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTExNjdFMDRGOTI3MTFFRDgwMDJBQTRGMDRBNTY1ODMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMTE2N0UwMUY5MjcxMUVEODAwMkFBNEYwNEE1NjU4MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMTE2N0UwMkY5MjcxMUVEODAwMkFBNEYwNEE1NjU4MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlaNrnsAAAMNSURBVHjaYvz//z8DqYAJRPz7968XmyRQHKuJjCCbQJJMTEyMJNmESwMuFwAEECOpfmLCJYHLL0zIksiKkJ0KEgfia2Q5CSCAGMmJF7LiEcmpvcT4HU9Y+WDVA/IJCP/9+/c/jE0Ig9RCcS+a+BMofRlZnObBBfIZQADRN05IdF0vSRqIjQekcO+FxQmxeuDBhS3Tk1oQwFIWuh4magUJUP0FIFUHZV8lOrjQkyha8v2PRU4UPfmSnYRJDUZ65JNegACiSz6hB2Cil0WgUIOWwf/p4hFsBT6plSA2DwCZRWh2EKPXm1iPYyQtNI19wMxQjM8DpGQWEmLPD0htxAh1PHbh9AghB0JjrYgWHkFyhwjQ/LdA9lsgmxXI5hvQhgqxMU0JGDalFkAAjRa/I9ojwHwygVZms9DRE7C+FahELBhUMUJsCKOVWPk0iRlsTU8iW/QTiFGL3JRFwxOI1BtJjHtwWkyMJ0jplpDR9UH2dBQh9SQPJkCTRT4dK08QWAoUiyY3j0zEqoEGGRXNE6eB1HGkZlIeVKqU5DxCQvr9T6NkdRuIf0LZbMTYgy1GJhIT6sQ2FkFJEdZsR8YEtD0G4idIVcQToB7OAW+ioOcrWrSY6VKzQ2N4Iq08MdpoHCwAlv9AbIAAGzYxMtqKHwWjEULOUCAtu3KjlQgREcGANJxJTrtr0OcQUsaBya3IqJUj8EQGrHtN1RwDNCsTiAtp2l0n0NvspUI3YwK+2aihgIHu9sUy/BBNDbMJFlk4UjHJw8+4evm0atDTqEj0BlJbCCiLAvppOb0r9SJSsj60yMtnGKIAWjT9xxIZm4F4A5rYMmjRWE6TSh1LDiG7csRW6Q6FHAJ0N9CZTEDq3zEg1xKI/wIxF1DsF5KaL0CKG4gfArEaEP8Gyv+nZQ4BRQQjJS0VUDEHjYA+ajcOSMS9JLr7H5SpDqWZgVgEyQ080MgAAXkGyDQneQ0WYiphGlaOvVQ0awKe8X6qNUpojYfd0AmOxgPV58BHO4bkRczfoRIRwz5ChmpOHo2QQZaTAbHkT3dMLvgNAAAAAElFTkSuQmCC");
}

body.greenWeakness .icon-customize:before,
body.greenWeakness .icon-location:before,
body.greenWeakness .icon-icons-stickybar-newspaper:before,
body.greenWeakness .icon-mail:before,
body.greenWeakness .dda-footer__section-links--right .dda-footer__section-link:hover,
body.greenWeakness .dda-footer__section-links--right .dda-footer__section-link:hover i,
body.greenWeakness .dda-footer__section-links--right .dda-footer__section-link:hover i:before,
body.greenWeakness .h23_form .h23_captcha_text {
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .icon-customize:before,
body.greenWeakness .h23_customize_link:hover .icon-customize:before {
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.6844 15.3137C12.5451 15.2556 12.4144 15.1946 12.2923 15.1305C12.1702 15.0664 12.0455 14.9882 11.9183 14.8958L11.1695 15.1222C11.0883 15.1454 11.0128 15.1423 10.9432 15.1131C10.8735 15.0838 10.8155 15.0346 10.769 14.9654L10.3512 14.2689C10.3047 14.1993 10.2931 14.1238 10.3163 14.0426C10.3395 13.9613 10.3802 13.8917 10.4382 13.8336L11.0128 13.3287C10.9896 13.1894 10.978 13.0385 10.978 12.8759C10.978 12.7134 10.9896 12.5625 11.0128 12.4232L10.4382 11.9183C10.3802 11.8602 10.3395 11.7906 10.3163 11.7093C10.2931 11.6281 10.3047 11.5526 10.3512 11.483L10.769 10.7865C10.8155 10.7168 10.8735 10.6676 10.9432 10.6388C11.0128 10.61 11.0883 10.607 11.1695 10.6297L11.9183 10.8561C12.046 10.7632 12.1706 10.685 12.2923 10.6214C12.4139 10.5578 12.5447 10.4967 12.6844 10.4382L12.8411 9.67207C12.8643 9.59081 12.9022 9.52395 12.9547 9.47148C13.0071 9.41901 13.0796 9.393 13.172 9.39347H14.0078C14.1006 9.39347 14.1733 9.4197 14.2258 9.47217C14.2782 9.52464 14.3158 9.59127 14.3386 9.67207L14.4953 10.4382C14.6346 10.4963 14.7653 10.5573 14.8874 10.6214C15.0096 10.6855 15.1342 10.7637 15.2614 10.8561L16.0102 10.6297C16.0914 10.6065 16.1669 10.6096 16.2365 10.6388C16.3062 10.6681 16.3642 10.7173 16.4107 10.7865L16.8286 11.483C16.875 11.5526 16.8866 11.6281 16.8634 11.7093C16.8402 11.7906 16.7995 11.8602 16.7415 11.9183L16.1669 12.4232C16.1901 12.5625 16.2017 12.7134 16.2017 12.8759C16.2017 13.0385 16.1901 13.1894 16.1669 13.3287L16.7415 13.8336C16.7995 13.8917 16.8402 13.9613 16.8634 14.0426C16.8866 14.1238 16.875 14.1993 16.8286 14.2689L16.4107 14.9654C16.3642 15.0351 16.3062 15.0845 16.2365 15.1138C16.1669 15.143 16.0914 15.1458 16.0102 15.1222L15.2614 14.8958C15.1338 14.9887 15.0091 15.0671 14.8874 15.1312C14.7658 15.1953 14.6351 15.2561 14.4953 15.3137L14.3386 16.0798C14.3154 16.1611 14.2775 16.228 14.2251 16.2804C14.1726 16.3329 14.1002 16.3589 14.0078 16.3584H13.172C13.0791 16.3584 13.0064 16.3322 12.954 16.2797C12.9015 16.2273 12.8639 16.1606 12.8411 16.0798L12.6844 15.3137ZM13.5899 14.2689C13.9729 14.2689 14.301 14.1324 14.574 13.8594C14.847 13.5864 14.9833 13.2586 14.9829 12.8759C14.9829 12.4929 14.8466 12.1648 14.574 11.8918C14.3014 11.6188 13.9734 11.4825 13.5899 11.483C13.2068 11.483 12.879 11.6195 12.6064 11.8925C12.3338 12.1655 12.1971 12.4933 12.1962 12.8759C12.1962 13.259 12.3327 13.5871 12.6057 13.8601C12.8787 14.1331 13.2072 14.2694 13.5899 14.2689ZM4.51799 15.6619C4.13492 15.6619 3.8071 15.5254 3.53454 15.2524C3.26198 14.9794 3.12546 14.6516 3.125 14.2689V4.51799C3.125 4.13492 3.26151 3.80687 3.53454 3.53384C3.80757 3.26082 4.13538 3.12454 4.51799 3.125H14.2689C14.652 3.125 14.9801 3.26151 15.2531 3.53454C15.5261 3.80757 15.6624 4.13539 15.6619 4.51799V8.4532C15.4414 8.34872 15.215 8.26445 14.9829 8.20037C14.7507 8.13629 14.5127 8.08707 14.2689 8.05271V4.51799H4.51799V10.7865H6.99056C7.12985 10.7865 7.25174 10.8185 7.35622 10.8826C7.46069 10.9467 7.54195 11.0307 7.59999 11.1347C7.76251 11.4017 7.94243 11.6106 8.13977 11.7616C8.33711 11.9125 8.55187 12.0227 8.78403 12.0924C8.67956 12.7192 8.69419 13.3403 8.82791 13.9555C8.96164 14.5708 9.214 15.1396 9.585 15.6619H4.51799Z" fill="%23ffffff"/></svg>');
}

body.greenWeakness .h23_form fieldset label.error {
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .h23_form fieldset select.error,
body.greenWeakness .h23_form fieldset input[type="text"].error,
body.greenWeakness .h23_form fieldset input[type="tel"].error,
body.greenWeakness .h23_form fieldset input[type="number"].error {
  border: solid 1px rgba(var(--color-white), 1);
}

body.greenWeakness .h23_social a.facebook {
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M 35 4 h -6 c -5.5 0 -10 4.5 -10 10 v 6 h -6 v 8 h 6 v 16 h 8 V 28 h 6 l 2 -8 h -8 v -6 a 2 2 0 0 1 2 -2 h 6 V 4 z" fill="%23ffffff"/></svg>');
}

body.greenWeakness .h23_social a.instagram {
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 2a4 4 0 0 0-4 4v14a4 4 0 0 0 4 4h14a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4H6zm0-2h14a6 6 0 0 1 6 6v14a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6a6 6 0 0 1 6-6zm10.81 12.39a3.8 3.8 0 1 0-7.517 1.115 3.8 3.8 0 0 0 7.518-1.114zm1.98-.293A5.8 5.8 0 1 1 7.314 13.8a5.8 5.8 0 0 1 11.474-1.702z" fill-rule="nonzero" fill="%23ffffff"/></svg>');
}

body.greenWeakness .h23_social a.twitter {
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M 44 8.4 a 19.9 19.9 0 0 1 -5.7 2.8 a 8.2 8.2 0 0 0 -9.1 -2.3 a 8.1 8.1 0 0 0 -5.2 7.7 v 1.8 a 19.4 19.4 0 0 1 -16.4 -8.2 s -7.3 16.3 9.1 23.5 A 21.2 21.2 0 0 1 4 37.4 c 16.4 9 36.4 0 36.4 -20.8 a 8.1 8.1 0 0 0 -0.1 -1.5 A 13.9 13.9 0 0 0 44 8.4 z" fill="%23ffffff"/></svg>');
}

body.greenWeakness .h23_social a.youtube {
  background-image: url('data:image/svg+xml;utf8,<svg width="25" height="20" viewBox="0 0 25 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10c0-3.333.432-5.196.432-5.196C.752 2.717 2.686.76 4.762.489c0 0 1.931-.489 7.615-.489 5.683 0 7.618.49 7.618.49 2.07.295 4.017 2.228 4.312 4.317 0 0 .446 2.116.446 5.193 0 3.077-.446 5.193-.446 5.193-.311 2.088-2.246 4.014-4.325 4.269 0 0-3.06.538-7.606.538-4.546 0-7.61-.538-7.61-.538-2.074-.27-4.034-2.178-4.335-4.27 0 0-.431-1.86-.431-5.192zm10.422 4.466l6.182-3.804c.592-.364.594-.959 0-1.324l-6.182-3.804c-.592-.364-1.077-.09-1.077.616v7.7c0 .705.483.982 1.077.616z" fill-rule="nonzero" fill="%23ffffff"/></svg>');
}

body.greenWeakness .h23_social a.linkedin {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="23" viewBox="0 0 24 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.95 14.067v8.877h-5.133v-8.282c0-2.081-.742-3.501-2.6-3.501-1.419 0-2.263.957-2.634 1.883-.136.33-.17.791-.17 1.254v8.646H8.277s.07-14.028 0-15.481h5.135v2.194c-.01.017-.024.034-.034.05h.034v-.05c.682-1.053 1.9-2.558 4.628-2.558 3.378 0 5.91 2.213 5.91 6.968zM2.907 0C1.149 0 0 1.155 0 2.674 0 4.16 1.116 5.351 2.838 5.351h.034c1.79 0 2.904-1.19 2.904-2.677C5.743 1.155 4.663 0 2.906 0zM.305 22.944h5.133V7.463H.305v15.481z" fill-rule="nonzero" fill="%23ffffff"/></svg>');
}

@media screen and (max-width: 992px) {

  body.greenWeakness .dda-footer__section-btn,
  body.greenWeakness .dda-footer__section-link {
    background: rgba(var(--color-blue), 1);
    border: solid 1px rgba(var(--color-white), 0.5);
    box-shadow: none;
  }

  body.greenWeakness .icon-happiness,
  body.greenWeakness .icon-apps,
  body.greenWeakness .icon-chat {
    color: rgba(var(--color-black), 1);
  }
}

body.greenWeakness .h23_breadcrumb ul li {
  color: rgba(var(--color-white), 1);
  overflow: hidden;
}

body.greenWeakness .h23_breadcrumb ul li a {
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .h23_list_panel h2 a {
  color: rgba(var(--color-white), 1);
}

body.greenWeakness .h23_list_panel ul li {
  box-shadow: 0px -4px 16px rgba(127, 127, 127, 0.1),
    0px 4px 16px rgba(127, 127, 127, 0.1);
  border: solid 1px rgba(var(--color-white), 1);
}

body.greenWeakness .h23_list_panel ul li a {
  color: rgba(var(--color-white), 1);
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.58984 16.59L13.1698 12L8.58984 7.41L9.99984 6L15.9998 12L9.99984 18L8.58984 16.59Z" fill="%23ffffff"/></svg>');
}

body.greenWeakness .h23_list_panel ul li:hover a {
  color: rgba(var(--color-white), 1);
  background-color: rgba(var(--color-blue), 1);
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.58984 16.59L13.1698 12L8.58984 7.41L9.99984 6L15.9998 12L9.99984 18L8.58984 16.59Z" fill="%23ffffff"/></svg>');
  text-decoration: none;
}

body.greenWeakness .ico-licence {
  background-image: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 16.9167L9.58333 7.5H31.25L32.8333 16.9167C34.0516 17.2602 35.125 17.9907 35.8917 18.9979C36.6583 20.005 37.0766 21.2343 37.0833 22.5V29.1667H32.9167V33.3333H28.75V29.1667H12.0833V33.3333H7.91667V29.1667H3.75V22.5C3.75673 21.2343 4.17499 20.005 4.94164 18.9979C5.7083 17.9907 6.78175 17.2602 8 16.9167ZM10.5833 16.6667H30.25L28.75 10H12.0833L10.5833 16.6667ZM30.8333 25C31.3859 25 31.9158 24.7805 32.3065 24.3898C32.6972 23.9991 32.9167 23.4692 32.9167 22.9167C32.9167 22.3641 32.6972 21.8342 32.3065 21.4435C31.9158 21.0528 31.3859 20.8333 30.8333 20.8333C30.2808 20.8333 29.7509 21.0528 29.3602 21.4435C28.9695 21.8342 28.75 22.3641 28.75 22.9167C28.75 23.4692 28.9695 23.9991 29.3602 24.3898C29.7509 24.7805 30.2808 25 30.8333 25ZM10 25C10.5525 25 11.0824 24.7805 11.4731 24.3898C11.8638 23.9991 12.0833 23.4692 12.0833 22.9167C12.0833 22.3641 11.8638 21.8342 11.4731 21.4435C11.0824 21.0528 10.5525 20.8333 10 20.8333C9.44747 20.8333 8.91756 21.0528 8.52686 21.4435C8.13616 21.8342 7.91667 22.3641 7.91667 22.9167C7.91667 23.4692 8.13616 23.9991 8.52686 24.3898C8.91756 24.7805 9.44747 25 10 25Z" fill="%23ffffff"/></svg>');
}

body.greenWeakness .ico-fines {
  background-image: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.7387 31.8502C31.7053 31.8502 32.5003 31.0543 32.5003 30.0818V15.1218C32.5003 14.5027 31.9937 13.9902 31.3753 13.9843L29.0045 13.9593L29.0003 14.561L27.3337 14.556V8.62266C27.3337 8.00516 26.8295 7.50016 26.2153 7.50016H9.43533C8.83199 7.50016 8.33366 8.00266 8.33366 8.62016V30.0835C8.33366 31.0602 9.11949 31.8502 10.0837 31.8502H30.7387ZM10.0845 33.5168C8.19616 33.5168 6.66699 31.9785 6.66699 30.0835V8.62016C6.66699 7.08433 7.90866 5.8335 9.43533 5.8335H26.2153C27.7503 5.8335 29.0003 7.0835 29.0003 8.6235V12.2935L31.392 12.3177C32.1302 12.3269 32.8351 12.6262 33.3543 13.1509C33.8736 13.6756 34.1655 14.3836 34.167 15.1218V30.0818C34.1661 30.9914 33.8048 31.8636 33.1623 32.5074C32.5197 33.1512 31.6483 33.5142 30.7387 33.5168H10.0845ZM30.7003 31.8502L30.677 33.5168H30.0028C29.6372 33.5179 29.275 33.4465 28.9372 33.3067C28.5994 33.1669 28.2927 32.9614 28.0349 32.7022C27.777 32.4431 27.5731 32.1353 27.435 31.7968C27.2969 31.4583 27.2273 31.0957 27.2303 30.7302L27.3337 14.551L29.0003 14.556V30.086C29.0003 31.0443 29.7553 31.8235 30.7003 31.8502ZM11.8337 11.0368H23.8337V17.9068H11.8337V11.0368ZM13.5003 16.2402H22.167V12.7035H13.5003V16.2402ZM12.667 21.4435H23.0003V23.1102H12.667V21.4435ZM12.667 25.996H23.0003V27.6627H12.667V25.996Z" fill="%23ffffff"/></svg>');
}

body.greenWeakness .ico-plates {
  background-image: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 25.217C0 21.7663 0 18.3156 0 14.8649C0.0140625 14.9475 0.028125 15.0301 0.046875 15.141C0.0617188 14.9247 0.0625 14.7378 0.0882813 14.5563C0.219531 13.6325 0.521875 12.8249 0.947656 12.0946C1.3875 11.3392 1.94687 10.8208 2.57969 10.4469C3.08203 10.1502 3.61328 10.0959 4.15625 10.0992C6.60938 10.1111 9.0625 10.1013 11.5156 10.1013C17.0633 10.1013 22.6109 10.1013 28.1578 10.1002C30.6664 10.1002 33.175 10.0992 35.6836 10.1002C36.0477 10.1002 36.4133 10.0709 36.7727 10.1807C37.6977 10.4622 38.4633 11.1056 39.0664 12.1239C39.4859 12.8315 39.7742 13.6259 39.9078 14.5247C39.9359 14.7149 39.9406 14.9127 39.957 15.1247C39.9734 15.0464 39.9867 14.9834 40 14.9204V24.8921C39.9891 24.8921 39.9695 24.8866 39.9695 24.8888C39.9656 24.9105 39.9641 24.9334 39.9633 24.9562C39.9133 25.8844 39.6586 26.7114 39.2922 27.4711C39.1305 27.807 38.9344 28.1189 38.7242 28.3982C38.4641 28.7438 38.1688 29.0307 37.8469 29.272C37.2969 29.6861 36.718 29.9143 36.0945 29.9154C33.3805 29.9187 30.6656 29.9187 27.9516 29.9187C20.0266 29.9187 12.1016 29.9198 4.17656 29.9176C3.8 29.9176 3.42344 29.9013 3.05313 29.7709C2.65391 29.6318 2.28906 29.3905 1.93984 29.1003C1.59453 28.8134 1.28906 28.458 1.02344 28.0341C0.779688 27.6461 0.578906 27.2212 0.414844 26.7614C0.221094 26.2191 0.0679687 25.6605 0.0773437 25.0399C0.078125 24.9834 0.0703125 24.9269 0.0640625 24.8323C0.0375 24.9877 0.01875 25.1029 0 25.217ZM19.9945 26.3039C25.3297 26.3039 30.6648 26.3039 36 26.3039C36.3852 26.3039 36.7109 26.1082 36.982 25.7365C37.2945 25.3083 37.393 24.7758 37.3922 24.178C37.3875 21.3881 37.3906 18.5993 37.3898 15.8094C37.3898 15.6507 37.3898 15.4909 37.3719 15.3355C37.2664 14.3802 36.6883 13.6955 35.9922 13.6955C30.2859 13.6955 24.5797 13.6955 18.8734 13.6955C13.9289 13.6955 8.98438 13.6955 4.03984 13.6998C3.88281 13.6998 3.71797 13.7248 3.57031 13.7933C2.95781 14.0737 2.60938 14.8008 2.60938 15.7529C2.60938 18.5558 2.60938 21.3588 2.61172 24.1617C2.61172 24.3737 2.61797 24.5899 2.64922 24.7964C2.78906 25.7148 3.39687 26.3093 4.03828 26.3093C9.35703 26.3006 14.6758 26.305 19.9945 26.3039Z" fill="%23ffffff"/><path d="M40 14.919C39.9867 14.9821 39.9734 15.0451 39.957 15.1233C39.9406 14.9114 39.9359 14.7136 39.9078 14.5234C39.775 13.6246 39.4859 12.8301 39.0664 12.1226C38.4633 11.1042 37.6977 10.4608 36.7727 10.1793C36.4133 10.0696 36.0477 10.0989 35.6836 10.0989C33.175 10.0978 30.6664 10.0989 28.1578 10.0989C22.6102 10.0989 17.0625 10.0989 11.5156 10.1C9.0625 10.1 6.60938 10.1098 4.15625 10.0978C3.61328 10.0956 3.08203 10.1489 2.57969 10.4456C1.94687 10.8195 1.3875 11.3379 0.947656 12.0932C0.521875 12.8236 0.219531 13.6311 0.0882813 14.5549C0.0625 14.7353 0.0617188 14.9234 0.046875 15.1396C0.028125 15.0299 0.0140625 14.9473 0 14.8647C0 13.2453 0 11.627 0 10.0011C1.30234 10.0011 2.60391 10.0011 3.90625 10.0011C4.06797 10.0109 4.22969 10.0283 4.39141 10.0283C12.6687 10.0293 20.9469 10.0283 29.2242 10.0283C31.5148 10.0283 33.8055 10.0261 36.0961 10.0239C36.1539 10.0239 36.2117 10.0087 36.2695 10C37.5133 10 38.7562 10 40 10V14.9179V14.919Z" fill="blue"/><path d="M0 25.2168C0.01875 25.1016 0.0375 24.9874 0.0625 24.832C0.06875 24.9266 0.0765625 24.9831 0.0757813 25.0396C0.0664063 25.6602 0.219531 26.2177 0.413281 26.7612C0.577344 27.2209 0.778906 27.6458 1.02188 28.0338C1.2875 28.4566 1.59297 28.8131 1.93828 29.1C2.2875 29.3902 2.65234 29.6315 3.05156 29.7706C3.42266 29.8999 3.79844 29.9162 4.175 29.9173C12.1 29.9206 20.025 29.9195 27.95 29.9184C30.6641 29.9184 33.3789 29.9184 36.093 29.9152C36.7164 29.9152 37.2953 29.6858 37.8453 29.2718C38.1672 29.0305 38.4625 28.7436 38.7227 28.3979C38.9328 28.1186 39.1289 27.8067 39.2906 27.4709C39.6563 26.7112 39.9117 25.8841 39.9617 24.9559C39.9633 24.9331 39.9641 24.9103 39.968 24.8885C39.968 24.8864 39.9883 24.8907 39.9984 24.8918V29.9999H0C0 28.4045 0 26.8112 0 25.2168Z" fill="blue"/><path d="M36.2695 10.001C36.2117 10.0097 36.1539 10.0249 36.0961 10.0249C33.8055 10.0271 31.5148 10.0292 29.2242 10.0292C20.9469 10.0292 12.6687 10.0292 4.39141 10.0292C4.22969 10.0292 4.06797 10.0118 3.90625 10.0021C14.6938 10.0021 25.482 10.0021 36.2695 10.0021V10.001Z" fill="%23ffffff"/><path d="M19.9945 26.3048C14.6758 26.3048 9.35703 26.3015 4.03828 26.3091C3.39687 26.3091 2.78906 25.7146 2.64922 24.7963C2.61797 24.5898 2.61172 24.3735 2.61172 24.1615C2.60937 21.3586 2.61016 18.5556 2.60938 15.7527C2.60938 14.7995 2.95781 14.0735 3.57031 13.7931C3.71875 13.7247 3.88281 13.6997 4.03984 13.6997C8.98438 13.6953 13.9289 13.6953 18.8734 13.6953C24.5797 13.6953 30.2859 13.6953 35.9922 13.6953C36.6883 13.6953 37.2664 14.38 37.3719 15.3353C37.3891 15.4908 37.3898 15.6516 37.3898 15.8092C37.3898 18.5991 37.3875 21.3879 37.3922 24.1778C37.393 24.7745 37.2945 25.3081 36.982 25.7364C36.7109 26.1081 36.3852 26.3037 36 26.3037C30.6648 26.3037 25.3297 26.3037 19.9945 26.3037V26.3048ZM31.9531 19.8696C31.9438 19.8696 31.9344 19.8696 31.925 19.8696C31.9406 20.5522 31.9391 21.2369 31.975 21.9172C32.0305 22.9682 32.4391 23.7909 33.218 24.1039C33.7461 24.3159 34.2797 24.3148 34.8078 24.1159C35.3398 23.9159 35.7336 23.4736 35.9484 22.7519C36.0867 22.2878 36.1219 21.7977 36.1234 21.3021C36.1258 20.3783 36.1297 19.4545 36.1172 18.5306C36.1117 18.1622 36.0875 17.7872 36.0297 17.4286C35.9016 16.6374 35.5594 16.0755 35.0094 15.7875C34.3703 15.4527 33.7227 15.4549 33.0805 15.7657C32.65 15.9744 32.332 16.3754 32.1422 16.958C32.0266 17.3123 31.9617 17.6873 31.9555 18.0742C31.9461 18.6708 31.9531 19.2686 31.9531 19.8664V19.8696ZM26.4055 19.9033H26.4195C26.4195 19.4099 26.4281 18.9165 26.4164 18.423C26.4086 18.1035 26.3906 17.7796 26.3422 17.4688C26.2133 16.6428 25.8594 16.0624 25.2867 15.7733C24.6672 15.4603 24.0367 15.4625 23.4125 15.7549C22.9727 15.9603 22.6477 16.3602 22.4508 16.9493C22.3344 17.2982 22.2703 17.6688 22.2664 18.0513C22.2555 18.9882 22.2484 19.9251 22.2523 20.8619C22.2547 21.3086 22.2563 21.7618 22.3094 22.2009C22.4266 23.1758 22.8359 23.8224 23.5242 24.105C23.9656 24.2854 24.4141 24.2974 24.8664 24.1931C25.2156 24.1126 25.5391 23.942 25.8094 23.617C26.2086 23.1377 26.3813 22.5019 26.4023 21.7901C26.4211 21.1619 26.4062 20.5326 26.4062 19.9033H26.4055ZM27.1086 19.8903C27.1016 19.8903 27.0945 19.8903 27.0875 19.8903C27.1016 20.5826 27.0914 21.2771 27.1344 21.9661C27.1953 22.9323 27.5281 23.6638 28.2031 24.0202C28.818 24.3452 29.4453 24.3398 30.0688 24.0692C30.5539 23.8583 30.9023 23.4192 31.1016 22.7606C31.2328 22.327 31.268 21.8683 31.2695 21.4053C31.2734 20.387 31.2773 19.3675 31.2648 18.3491C31.2609 18.0177 31.2242 17.6807 31.1688 17.359C31.0375 16.6026 30.6969 16.0777 30.1773 15.7973C29.5508 15.4582 28.9109 15.4592 28.2766 15.7483C27.8305 15.9516 27.4953 16.3515 27.2984 16.9558C27.1813 17.3145 27.1172 17.6938 27.1117 18.0861C27.1031 18.6882 27.1094 19.2903 27.1094 19.8914L27.1086 19.8903ZM6.65313 21.1293C6.78281 21.4466 6.90078 21.7422 7.02422 22.0335C7.29531 22.6715 7.57031 23.3073 7.84219 23.9453C7.92031 24.1289 8.02578 24.2604 8.18437 24.2528C8.525 24.2365 8.80781 24.0496 9.01328 23.6627C9.08281 23.5312 9.10234 23.3812 9.05469 23.2258C9.01875 23.1095 8.98594 22.9899 8.9375 22.8845C8.52187 21.9868 8.10859 21.088 7.68125 20.2011C7.57031 19.9707 7.54687 19.8153 7.66953 19.5577C8.09609 18.6654 8.49453 17.747 8.90234 16.8374C8.93984 16.7537 8.97266 16.6635 8.99922 16.5722C9.06172 16.3494 9.03359 16.145 8.92109 15.9657C8.76797 15.7212 8.575 15.5723 8.34609 15.5158C8.04844 15.4419 7.89453 15.5332 7.74297 15.8962C7.44141 16.6146 7.14531 17.3373 6.84766 18.059C6.78281 18.2165 6.71875 18.3752 6.65 18.5426C6.40469 17.9438 6.16875 17.3612 5.92891 16.7819C5.80391 16.4798 5.67578 16.1809 5.54609 15.8831C5.46328 15.6929 5.36172 15.5364 5.18906 15.4984C4.89844 15.4332 4.45937 15.7212 4.31641 16.0787C4.26016 16.2211 4.24297 16.37 4.29141 16.5222C4.32812 16.6374 4.36797 16.7526 4.41562 16.8591C4.84766 17.8329 5.28125 18.8045 5.71641 19.7762C5.74766 19.8468 5.75234 19.8957 5.71797 19.9696C5.28203 20.8978 4.84844 21.827 4.41562 22.7584C4.35625 22.8867 4.30469 23.0236 4.25703 23.1616C4.17813 23.391 4.22344 23.5931 4.34141 23.7714C4.52266 24.0452 4.74766 24.1996 5.0125 24.2474C5.20547 24.2833 5.34844 24.1898 5.44766 23.9572C5.64063 23.5062 5.83672 23.0584 6.02891 22.6074C6.23437 22.1248 6.43672 21.6412 6.65234 21.1304L6.65313 21.1293ZM16.8148 17.1428C16.7914 17.2112 16.7812 17.2482 16.7672 17.2819C16.3219 18.3698 15.8742 19.4566 15.432 20.5467C15.093 21.3814 14.7602 22.2194 14.4266 23.0584C14.3445 23.2649 14.2797 23.4834 14.2789 23.7257C14.2781 23.9583 14.3633 24.117 14.5258 24.1648C14.6141 24.1909 14.7063 24.2039 14.7969 24.2039C15.9227 24.2072 17.0484 24.2072 18.175 24.2061C18.4195 24.2061 18.5383 24.0855 18.6242 23.7681C18.7984 23.1203 18.5422 22.5878 18.0562 22.5889C17.4187 22.5889 16.7805 22.5911 16.143 22.5921C16.0867 22.5921 16.0305 22.5921 15.9508 22.5921C16.0273 22.4139 16.0914 22.2694 16.1516 22.1205C16.8266 20.4598 17.5023 18.8002 18.1734 17.1362C18.3 16.8221 18.4422 16.5157 18.4875 16.1494C18.5344 15.7657 18.4062 15.5451 18.1242 15.5451C17.057 15.544 15.9898 15.5451 14.9219 15.5451C14.6875 15.5451 14.532 15.7125 14.4789 16.0266C14.4594 16.1396 14.4477 16.2602 14.4516 16.3754C14.4687 16.8884 14.6227 17.1612 15.0195 17.1482C15.5695 17.1308 16.1195 17.1428 16.6695 17.1417C16.7109 17.1417 16.7523 17.1417 16.818 17.1417L16.8148 17.1428ZM11.6766 18.9458C11.6523 18.8926 11.643 18.8752 11.6352 18.8556C11.3734 18.1785 11.1148 17.4992 10.8492 16.8254C10.7117 16.4765 10.5656 16.1342 10.4187 15.7929C10.3531 15.6407 10.2555 15.544 10.1211 15.5527C9.83516 15.5712 9.57031 15.6744 9.34766 15.9418C9.19297 16.1287 9.16797 16.2896 9.27109 16.5385C9.41719 16.8917 9.56328 17.2438 9.71562 17.5916C10.1188 18.5154 10.5242 19.4382 10.9305 20.3598C10.9922 20.5 11.0172 20.6467 11.0172 20.8108C11.0148 21.7031 11.0156 22.5954 11.0164 23.4866C11.0164 23.8105 11.1094 23.992 11.3266 24.1028C11.4859 24.1844 11.65 24.2039 11.8164 24.1713C12.2148 24.092 12.3445 23.8833 12.3445 23.3268C12.3445 22.4889 12.3469 21.6509 12.343 20.8141C12.343 20.6489 12.3703 20.5054 12.4305 20.3652C12.782 19.5566 13.1312 18.7458 13.4797 17.934C13.6812 17.4645 13.8797 16.9917 14.0797 16.5211C14.1422 16.3733 14.1578 16.2276 14.082 16.0777C13.9219 15.7592 13.4211 15.4864 13.1477 15.5636C12.9859 15.6092 12.9125 15.7886 12.8453 15.9581C12.5164 16.7852 12.1953 17.6177 11.8719 18.448C11.8109 18.6056 11.7492 18.7621 11.6773 18.9469L11.6766 18.9458Z" fill="blue"/><path d="M31.9539 19.8695C31.9539 19.2717 31.9469 18.674 31.9563 18.0773C31.9625 17.6904 32.0273 17.3154 32.143 16.9611C32.3328 16.3775 32.6508 15.9765 33.0813 15.7689C33.7234 15.458 34.3711 15.4559 35.0102 15.7906C35.5602 16.0786 35.9023 16.6405 36.0305 17.4317C36.0883 17.7904 36.1133 18.1653 36.118 18.5338C36.1312 19.4576 36.1266 20.3814 36.1242 21.3052C36.1227 21.8008 36.0875 22.291 35.9492 22.7551C35.7344 23.4767 35.3398 23.918 34.8086 24.119C34.2805 24.3179 33.7469 24.319 33.2188 24.1071C32.4398 23.7941 32.0313 22.9713 31.9758 21.9204C31.9398 21.24 31.9414 20.5553 31.9258 19.8728C31.9352 19.8728 31.9445 19.8728 31.9539 19.8728V19.8695ZM34.7859 19.9021C34.7859 19.3228 34.7938 18.7435 34.7836 18.1643C34.775 17.66 34.5914 17.222 34.1406 17.1568C33.6758 17.0894 33.3281 17.3839 33.2867 18.073C33.2695 18.3599 33.2773 18.6512 33.2773 18.9403C33.2773 19.8543 33.2711 20.7683 33.2836 21.6823C33.2914 22.2703 33.5383 22.6051 33.9586 22.654C34.3 22.6942 34.575 22.5127 34.6992 22.1356C34.7477 21.9878 34.7797 21.8149 34.782 21.653C34.7914 21.0694 34.7859 20.4857 34.7859 19.9021Z" fill="%23ffffff"/><path d="M26.406 19.9034C26.406 20.5327 26.4208 21.1619 26.4021 21.7901C26.381 22.502 26.2091 23.1378 25.8091 23.6171C25.5388 23.9421 25.2153 24.1127 24.8661 24.1931C24.4146 24.2975 23.9653 24.2866 23.5239 24.1051C22.8349 23.8236 22.4263 23.1758 22.3091 22.2009C22.256 21.7619 22.2544 21.3087 22.2521 20.862C22.2482 19.9251 22.2552 18.9883 22.2661 18.0514C22.2708 17.6688 22.3341 17.2982 22.4505 16.9494C22.6474 16.3603 22.9724 15.9603 23.4122 15.7549C24.0364 15.4626 24.6669 15.4604 25.2864 15.7734C25.8591 16.0625 26.213 16.6429 26.3419 17.4689C26.3903 17.7797 26.4083 18.1047 26.4161 18.4231C26.4278 18.9165 26.4193 19.41 26.4193 19.9034H26.4052H26.406ZM25.0982 19.9055C25.0982 19.9055 25.1013 19.9055 25.1028 19.9055C25.1028 19.6295 25.1028 19.3534 25.1028 19.0774C25.1021 18.797 25.1044 18.5155 25.0966 18.2351C25.0794 17.6123 24.8763 17.2178 24.4388 17.1569C24.106 17.1113 23.7997 17.2374 23.6661 17.6808C23.6114 17.8634 23.5825 18.0731 23.5778 18.2731C23.5646 18.8111 23.57 19.3502 23.57 19.8892C23.57 20.4414 23.5646 20.9946 23.5763 21.5456C23.5919 22.2488 23.8052 22.5868 24.2513 22.6531C24.6177 22.7074 24.9224 22.4824 25.031 22.0531C25.0724 21.8901 25.0919 21.7086 25.0943 21.5347C25.1021 20.9913 25.0974 20.4479 25.0974 19.9055H25.0982Z" fill="%23ffffff"/><path d="M27.1088 19.8901C27.1088 19.288 27.1025 18.6859 27.1111 18.0849C27.1166 17.6936 27.1807 17.3132 27.2979 16.9546C27.4947 16.3514 27.8299 15.9503 28.276 15.7471C28.9104 15.458 29.5502 15.4569 30.1768 15.796C30.6963 16.0764 31.0361 16.6014 31.1682 17.3578C31.2244 17.6806 31.2604 18.0175 31.2643 18.3479C31.2768 19.3663 31.2736 20.3857 31.2689 21.4041C31.2674 21.8671 31.2322 22.3257 31.101 22.7594C30.9018 23.418 30.5533 23.8571 30.0682 24.0679C29.4455 24.3385 28.8174 24.344 28.2025 24.019C27.5275 23.6625 27.1947 22.93 27.1338 21.9649C27.0908 21.2769 27.1002 20.5813 27.0869 19.889C27.0939 19.889 27.101 19.889 27.108 19.889L27.1088 19.8901ZM29.9424 19.9151C29.9424 19.9151 29.9424 19.9151 29.9416 19.9151C29.9416 19.3402 29.951 18.7652 29.9393 18.1914C29.9275 17.6295 29.7275 17.2198 29.2916 17.1589C28.8939 17.1035 28.583 17.2969 28.4713 17.823C28.4369 17.986 28.4213 18.1621 28.4205 18.3316C28.4158 19.3815 28.4182 20.4325 28.4189 21.4823C28.4189 21.5628 28.4299 21.6443 28.4361 21.7247C28.4799 22.3007 28.69 22.6039 29.1025 22.6507C29.5252 22.6985 29.8236 22.4507 29.9143 21.8932C29.9299 21.7964 29.9416 21.6964 29.9424 21.5975C29.9447 21.0367 29.9439 20.4748 29.9439 19.914L29.9424 19.9151Z" fill="%23ffffff"/><path d="M6.65384 21.1281C6.43822 21.6389 6.23587 22.1225 6.03041 22.6051C5.83822 23.0561 5.64212 23.5039 5.44916 23.955C5.34994 24.1875 5.20697 24.2799 5.014 24.2451C4.74837 24.1962 4.52416 24.043 4.34291 23.7691C4.22494 23.5909 4.17884 23.3887 4.25853 23.1594C4.30619 23.0214 4.35775 22.8844 4.41712 22.7562C4.84916 21.8248 5.28353 20.8955 5.71947 19.9674C5.75384 19.8945 5.74916 19.8445 5.71791 19.7739C5.28275 18.8033 4.84916 17.8306 4.41712 16.8568C4.36947 16.7492 4.32962 16.6351 4.29291 16.5199C4.24447 16.3688 4.26087 16.2189 4.31791 16.0765C4.46087 15.7178 4.89994 15.4309 5.19056 15.4961C5.36322 15.5341 5.46478 15.6907 5.54759 15.8808C5.67728 16.1786 5.80541 16.4775 5.93041 16.7797C6.16947 17.3589 6.40619 17.9415 6.6515 18.5403C6.72025 18.3719 6.78431 18.2143 6.84915 18.0567C7.14759 17.335 7.44369 16.6123 7.74447 15.8939C7.89681 15.5309 8.04994 15.4396 8.34759 15.5135C8.5765 15.57 8.76947 15.72 8.92259 15.9634C9.03509 16.1428 9.06322 16.3482 9.00072 16.5699C8.97494 16.6623 8.94212 16.7514 8.90384 16.8351C8.49603 17.7448 8.09837 18.6631 7.67103 19.5554C7.54759 19.813 7.57181 19.9684 7.68275 20.1988C8.10931 21.0857 8.52337 21.9856 8.939 22.8822C8.98744 22.9877 9.02103 23.1072 9.05619 23.2235C9.10384 23.3789 9.08509 23.5289 9.01478 23.6604C8.81009 24.0473 8.5265 24.2343 8.18587 24.2506C8.0265 24.2582 7.92181 24.1267 7.84369 23.943C7.57181 23.305 7.29681 22.6703 7.02572 22.0313C6.90228 21.74 6.78431 21.4433 6.65462 21.127L6.65384 21.1281Z" fill="%23ffffff"/><path d="M16.8145 17.1415C16.7496 17.1415 16.7082 17.1415 16.666 17.1415C16.116 17.1415 15.566 17.1306 15.016 17.148C14.6191 17.161 14.4652 16.8882 14.4481 16.3753C14.4441 16.2601 14.4566 16.1394 14.4754 16.0264C14.5285 15.7112 14.684 15.5449 14.9184 15.5449C15.9856 15.5449 17.0527 15.5438 18.1207 15.5449C18.4027 15.5449 18.5309 15.7655 18.484 16.1492C18.4395 16.5155 18.2965 16.8219 18.1699 17.136C17.4988 18.8 16.8231 20.4596 16.1481 22.1203C16.0879 22.2681 16.0238 22.4126 15.9473 22.592C16.027 22.592 16.0832 22.592 16.1395 22.592C16.777 22.592 17.4152 22.5898 18.0527 22.5887C18.5387 22.5887 18.7949 23.1212 18.6207 23.7679C18.5356 24.0853 18.416 24.2048 18.1715 24.2059C17.0457 24.207 15.9199 24.2059 14.7934 24.2037C14.7027 24.2037 14.6106 24.1907 14.5223 24.1646C14.3598 24.1168 14.2746 23.9581 14.2754 23.7255C14.2762 23.4832 14.341 23.2658 14.4231 23.0582C14.7566 22.2203 15.0902 21.3812 15.4285 20.5465C15.8715 19.4564 16.3191 18.3696 16.7637 17.2817C16.7777 17.248 16.7879 17.211 16.8113 17.1426L16.8145 17.1415Z" fill="%23ffffff"/><path d="M11.6761 18.9449C11.7479 18.7612 11.8089 18.6036 11.8706 18.446C12.194 17.6157 12.5151 16.7831 12.844 15.9561C12.912 15.7865 12.9854 15.6072 13.1464 15.5615C13.4206 15.4844 13.9206 15.7572 14.0808 16.0756C14.1565 16.2256 14.1409 16.3712 14.0784 16.519C13.8784 16.9896 13.68 17.4624 13.4784 17.9319C13.13 18.7438 12.78 19.5535 12.4292 20.3632C12.3683 20.5034 12.3409 20.6468 12.3417 20.812C12.3456 21.65 12.3433 22.4879 12.3433 23.3248C12.3433 23.8813 12.2136 24.091 11.8151 24.1693C11.6487 24.2019 11.4847 24.1823 11.3253 24.1008C11.1089 23.99 11.0159 23.8084 11.0151 23.4846C11.0151 22.5923 11.0136 21.7 11.0159 20.8088C11.0159 20.6447 10.9909 20.4979 10.9292 20.3577C10.5229 19.4361 10.1175 18.5145 9.71435 17.5896C9.56279 17.2418 9.41592 16.8897 9.26982 16.5364C9.16748 16.2875 9.1917 16.1267 9.34638 15.9398C9.56904 15.6724 9.83388 15.5691 10.1198 15.5507C10.2534 15.542 10.3519 15.6387 10.4175 15.7909C10.5644 16.1321 10.7104 16.4745 10.8479 16.8234C11.1136 17.4972 11.3722 18.1765 11.6339 18.8536C11.6409 18.8731 11.6503 18.8905 11.6753 18.9438L11.6761 18.9449Z" fill="%23ffffff"/><path d="M34.7851 19.9024C34.7851 20.4861 34.7913 21.0697 34.7812 21.6533C34.7788 21.8163 34.7468 21.9881 34.6983 22.1359C34.5741 22.513 34.2991 22.6945 33.9577 22.6543C33.5374 22.6043 33.2913 22.2706 33.2827 21.6827C33.2702 20.7686 33.2765 19.8546 33.2765 18.9406C33.2765 18.6515 33.2679 18.3613 33.2858 18.0733C33.3272 17.3842 33.6757 17.0908 34.1397 17.1571C34.5913 17.2223 34.7749 17.6603 34.7827 18.1646C34.7921 18.7439 34.7851 19.3231 34.7851 19.9024Z" fill="blue"/><path d="M25.0982 19.9053C25.0982 20.4488 25.1029 20.9922 25.0951 21.5345C25.0928 21.7084 25.0732 21.8899 25.0318 22.0529C24.9232 22.4822 24.6186 22.7072 24.2521 22.6529C23.8061 22.5866 23.5928 22.2486 23.5771 21.5454C23.5646 20.9933 23.5709 20.4412 23.5709 19.889C23.5709 19.35 23.5654 18.8109 23.5787 18.2729C23.5834 18.074 23.6115 17.8643 23.667 17.6806C23.8006 17.2372 24.1061 17.1111 24.4396 17.1567C24.8771 17.2165 25.0803 17.6121 25.0975 18.2349C25.1053 18.5153 25.1029 18.7957 25.1037 19.0772C25.1045 19.3532 25.1037 19.6293 25.1037 19.9053C25.1021 19.9053 25.1006 19.9053 25.099 19.9053H25.0982Z" fill="blue"/><path d="M29.9426 19.9142C29.9426 20.475 29.9441 21.0369 29.941 21.5977C29.941 21.6966 29.9285 21.7966 29.9129 21.8933C29.823 22.4509 29.5238 22.6986 29.1012 22.6508C28.6887 22.6041 28.4793 22.3009 28.4348 21.7248C28.4285 21.6444 28.4176 21.5629 28.4176 21.4825C28.416 20.4326 28.4145 19.3816 28.4191 18.3317C28.4191 18.1622 28.4355 17.9861 28.4699 17.8231C28.5816 17.2971 28.8934 17.1036 29.2902 17.159C29.7262 17.2199 29.9262 17.6286 29.9379 18.1915C29.9496 18.7654 29.9402 19.3414 29.9402 19.9153C29.9402 19.9153 29.9402 19.9153 29.941 19.9153L29.9426 19.9142Z" fill="blue"/></svg>');
}

body.greenWeakness .ico-parking {
  background-image: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 11.6665C13.1043 11.6665 7.5 17.2708 7.5 24.1665C7.5 31.0622 13.1043 36.6665 20 36.6665C26.8957 36.6665 32.5 31.0622 32.5 24.1665C32.5 17.2708 26.8871 11.6665 20 11.6665ZM21.782 27.7392H21.7734H18.218V33.0938H14.6453V17.0212H18.218H21.7906C24.7521 17.0212 27.1453 19.423 27.1453 22.3759C27.1367 25.3373 24.7435 27.7392 21.782 27.7392Z" fill="%23ffffff"/><path d="M21.669 20.8335H18.333V24.1668H21.669C22.5935 24.1668 23.333 23.4198 23.333 22.5042C23.333 21.5805 22.5935 20.8335 21.669 20.8335Z" fill="%23ffffff"/><path d="M19.9909 4.1665C14.4665 4.1665 9.46031 6.51944 5.83301 10.3154L7.12408 11.6665C10.4264 8.21062 14.9759 6.07827 19.9997 6.07827C25.0234 6.07827 29.5729 8.21981 32.8753 11.6665L34.1663 10.3154C30.5215 6.51025 25.5153 4.1665 19.9909 4.1665Z" fill="%23ffffff"/><path d="M30.3666 14.1571L31.6663 12.747C28.6778 9.5048 24.5487 7.5 20.0041 7.5C15.4506 7.5 11.3215 9.51439 8.33301 12.7566L9.63274 14.1667C12.2853 11.289 15.9546 9.4952 20.0041 9.4952C24.0448 9.4952 27.7141 11.2794 30.3666 14.1571Z" fill="%23ffffff"/></svg>');
}

body.greenWeakness .ico-salik {
  background-image: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.91699 7.5V29.7222H6.61763V14.9105H32.5497V29.7222H36.2503V7.5H2.91699Z" fill="%23ffffff"/><path d="M14.0281 22.5L2.91699 33.6111H17.7287V26.2006H21.4386V33.6111H36.2503L25.1392 22.5H14.0281Z" fill="%23ffffff"/></svg>');
}

body.greenWeakness .section_h23_footer_nav {
  background-color: rgba(var(--color-blue), 1);
  border-top: solid 2px rgba(var(--color-white), 0.2);
  border-bottom: solid 2px rgba(var(--color-white), 0.2);
}

body.greenWeakness .digital-dubai-logo .st0,
body.greenWeakness .digital-dubai-logo .st1 {
  fill: #ffffff;
}

body.greenWeakness .h23_date_picker {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffffff"><g><rect fill="none" height="24" width="24"/></g><g><path d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/></g></svg>');
}
.ss-error-box {
  clear: both;
  overflow: hidden;
  color: #ff0000;
  border: solid 1px #ff0000;
  background-color: #fffbc4;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32.78" height="29" viewBox="0 0 32.78 29">\<g><path d="M32.1,51.256,20.523,31.87a4.808,4.808,0,0,0-8.267,0L.682,51.256a4.806,4.806,0,0,0,4.133,7.261H27.964A4.807,4.807,0,0,0,32.1,51.256ZM16.39,35.444a1.923,1.923,0,0,1,1.923,1.923v7.691a1.923,1.923,0,1,1-3.845,0V37.367h0A1.923,1.923,0,0,1,16.39,35.444Zm0,19.227a2.884,2.884,0,1,1,2.884-2.884A2.887,2.887,0,0,1,16.39,54.671Z" transform="translate(0 -29.517)" fill="%23fe0e16"/></g>\</svg>');
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 36px 36px;
  padding: 15px;
  padding-left: 70px;
  margin: 10px 0px;
}

.ss-error-box p {
  margin-bottom: 0px;
}

html[dir="rtl"] .ss-error-box {
  padding-right: 70px;
  background-position: right 20px center;
}


/*fix for header temp need to remove once mega menu went live*/
header .main-nav ul {
    align-items: center;
    gap: 20px;
}
header .main-nav ul li {
    margin: 0px;
    align-items: center;
}
.main-nav .header__icon {
    margin: 0px;
}
.main-nav .header__icon svg, 
.login-n-register .header__icon svg, 
.accessibility .header__icon svg, 
.language-switch .header__icon svg,
header .main-nav .header__icon svg {
    width: 1.8rem;
    height: 1.5rem;
}
.language-switch .header__icon {
    margin: 5px 0px;
}


@media (max-width: 768px) {
  
  section.ibmPortalControl.wpthemeControl.wpthemeHidden.a11yRegionTarget:has(.h23_section_full_swiper_wrapper .swiper-slide) {
    width: 58%;
	} 
  section.section_h23_banner_inner {
    display:none !important;
  } 
  
  .swiper-slide, .swiper-slide{
  	width : 100% !important;
  }
  .h23_section_full_swiper_wrapper img.img-responsive{
  	width : 100% !important;
  }
  /*.h23_main.detailSection{
    width:160% !important;
   }*/
}

@media screen and (max-width: 576px) {
	.swiper-slide .h23-card,
  .section_h23 .container,
  .section_h23_campaings .container {
        max-width: 540px;
    }
}
@media screen and (max-width: 768px) {
    .swiper-slide .h23-card,
    .section_h23 .container,
    .section_h23_campaings .container {
        max-width: 720px;
    }
}
@media screen and (max-width: 992px) {
    .swiper-slide .h23-card,
    .section_h23 .container,
    .section_h23_campaings .container {
        max-width: 960px;
    }
    ul.h23_timeline{
    display: block !important;
    }
    ul.h23_timeline li:first-child::after,ul.h23_timeline li:last-child::after{
    	 display: none; 
    }
    ul.h23_timeline li::before{
    	left: 0 !important;
    }
    ul.h23_timeline li::after{
    	 content: '';
            position: absolute !important;
            left:10px !important; /* Adjust to center the line */
            top: 0px !important;
            height:auto !important;
            bottom: 0 !important;
            width: 1px !important;
            background: repeating-linear-gradient(
                to bottom,
                #000, /* Color of dots */
                #000 2px,
                transparent 2px,
                transparent 4px
            );
    }
    
}