@charset "UTF-8";
/* xl - DESKTOP STYLES */
.page-talon-singapore .section.case_teaser, .page-talon-ireland .section.case_teaser, .page-talon-germany .section.case_teaser, .page-talon-uae .section.case_teaser {
  padding-bottom: 150px !important;
}
.page-template-terms-template .scrolled .header-menu .logo-container, .page-news .scrolled .header-menu .logo-container, .page-team .scrolled .header-menu .logo-container, .single-post .scrolled .header-menu .logo-container {
  display: block !important;
}
.page-template-terms-template .scrolled .header-menu .logo-container, .page-news .scrolled .header-menu .logo-container.logod, .page-team .scrolled .header-menu .logo-container.logod, .single-post .scrolled .header-menu .logo-container.logod {
  display: none !important;
}
.section-404 {
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.section-404 h3 {
  color: #ff005c;
  font-size: 224;
  text-transform: uppercase;
  font-size: 224px;
}
.section-404 h5 {
  color: #031D44;
  font-weight: 100;
  font-size: 54px;
  text-transform: upper-case;
  text-transform: uppercase;
}
.section-404 p {
  color: #031D44;
  font-weight: 100;
  font-size: 54px;
  font-size: 18px;
  line-height: 22px;
}
.section-404 a {
  color: #22EFC0;
  font-size: 26px;
}
@media screen and (min-width: 1600px) {
  .featured-case-studies .card-slider .splide__track ul {
    height: 557.08px;
    gap: 10px;
    MIN-HEIGHT: 600PX !important;
  }
}
.page-careers .news-load-more {
  display: none;
}
.footer .wpml-ls-statics-footer, header .wpml-ls-statics-footer {
  position: absolute;
  bottom: 0px;
  padding: 10px;
  transform: translateY(100%);
  z-index: 1;
  display: none;
  background-color: #031d44;
}
/* #cookie-popup{
display:none;
} */
.cc-window {
  display: none !important;
}
.cc-bottom {
  display: none !important;
}
#cookie-popup a:after {
  display: none;
}
#cookie-popup a span:after {
  content: "";
  margin-left: 8px;
  font-size: 9px;
  font-family: "icons";
  font-weight: 900;
  font-style: 300;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  /*right: 0px;*/
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.5s;
}
#cookies-settings-save a span:after {
  content: "";
  margin-left: 8px;
  font-size: 9px;
  font-family: "icons";
  font-weight: 900;
  font-style: 300;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  /*right: 0px;*/
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.5s;
}
.cookie-group a span:after {
  content: "";
  margin-left: 8px;
  font-size: 9px;
  font-family: "icons";
  font-weight: 900;
  font-style: 300;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  /*right: 0px;*/
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.5s;
}
.cookie-group a:hover {
  background-color: #031D44;
}
#cookie-popup a span {
  margin-left: -16px;
}
#cookies-settings-save a span {
  margin-left: -16px !important;
}
#cookies-settings-save:hover {
  background-color: #031D44 !important;
  color: #031D44 !important;
}
/* ---- COOKIES SIDEBAR ---- */
#cookies-update {
  cursor: pointer;
}
.sidebar.cookies {
  position: fixed;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
}
.sidebar.cookies:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
.sidebar.cookies .sidebar-wrapper {
  background: #22EFC0;
  /* height: calc(100% - 80px);*/
  max-width: 600px;
  border-radius: 14px;
  margin-right: 17px;
  margin-bottom: 29px;
  padding: 40px;
  overflow-y: auto;
  transition: all 0.5s ease-in-out;
  transform: translateX(100%);
  position: absolute;
  bottom: 0;
}
.sidebar.cookies .sidebar-wrapper a:not(.button) {
  color: #00ffff;
}
.sidebar.cookies .sidebar-wrapper a:hover {
  color: white;
}
.sidebar.cookies.show {
  display: flex;
  visibility: visible;
  pointer-events: all;
  transform: translateX(0);
  z-index: 300;
}
.sidebar.cookies.show:before {
  opacity: 1;
}
.sidebar.cookies.show .sidebar-wrapper {
  transform: translateX(0%);
}
.sidebar.cookies.hide .sidebar-wrapper {
  transform: translateX(calc(100% + 80px));
}
.sidebar.cookies.hide {
  pointer-events: none;
}
.sidebar.cookies.hide:before {
  opacity: 0;
  visibility: hidden;
}
.sidebar.cookies .cookie-group {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 30px;
}
.sidebar.cookies .title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}
.sidebar.cookies .cookie-group-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar.cookies .button-container {
  margin-top: 25px;
}
.sidebar.cookies .cookie-group .button-container {
  margin-top: 0;
}
.cookie-settings {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 100px;
  width: 100px;
  z-index: 90;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.show-cookie-edit .cookie-settings {
  display: block;
}
/* .cookie-settings:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 150%;
    width: 100%;
    background-color: #743590;
    transform: rotate(45deg) translate(32%, -15%);
    transition: all 0.25s ease-in-out;
}
.cookie-settings:hover:before {
    background-color: #c945dd;
} */
.cookie-settings .icon-cookieicon {
  position: absolute;
  bottom: 0px;
  right: 12px;
  font-size: 30px;
  color: white;
}
.cookie-settings .icon-cookieicon img {
  width: 34px;
}
.sidebar.cookies .button-rounded {
  padding: 10px 38px;
}
@media screen and (max-width: 600px) {
  .sidebar.cookies .sidebar-wrapper {
    height: calc(100% - 65px);
    padding: 20px 10px;
    margin: 10px;
  }
  .sidebar.cookies .button-rounded {
    padding: 10px 26px;
    font-size: 22px;
  }
}
/* ---- SLIDER CHECKBOX ---- */
.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 30px;
  margin-bottom: 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fba0b9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 35px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 44px;
  left: 3px;
  bottom: 3px;
  background-color: #fdcedc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
  z-index: 5;
}
.checked .switch .slider:before {
  background-color: #031D44fff !important;
}
.checked .switch .slider {
  background-color: #031D44 !important;
}
input:checked + .slider:before {
  background-color: #fdcedc;
  /*    opacity: 50%;*/
}
input:checked + .slider:before {
  -webkit-transform: translateX(49px);
  -ms-transform: translateX(49px);
  transform: translateX(49px);
  /*    opacity: 50%;*/
}
input:checked + .slider:after {
  opacity: 0;
}
.slider-state {
  position: relative;
  z-index: 2;
}
.slider-state:before {
  content: "On";
  font-family: inherit;
  font-size: 14px;
  position: absolute;
  top: 6px;
  left: 18px;
  transition: 0.25s;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: 600;
}
.slider-state:after {
  content: "Off";
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 6px;
  left: 60px;
  transition: 0.25s;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat", sans-serif;
}
.sidebar-container .content-container {
  width: 100% !important;
}
/* ---- COOKIES POPUP ---- */
.cookies.popup {
  overflow: visible;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 96%;
  z-index: 100;
  pointer-events: none;
}
.cookies.popup .popup-wrapper {
  top: auto;
  left: auto;
  bottom: 15px;
  right: 15px;
  transform: translateY(20px);
  width: auto;
  max-width: 537px;
  pointer-events: auto;
}
.cookies.popup .popup-container {
  min-height: auto;
  background: #21efbf;
  border-radius: 4px;
}
.cookie-group .button:after {
  display: none;
}
.cookies.popup .popup-container .content-container {
  width: 100% !important;
}
.cookies.popup .popup-container .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #031D44 !important;
}
.cookies.popup .popup-container .button-container {
  text-align: right;
}
.cookies .button:after {
  /*  display: none;*/
}
.cookies .white-fonts .button-container .button {
  background-color: transparent;
  color: #031D44;
  border: none;
  width: 200px;
  border-radius: 14px;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  display: inline-block;
}
.cookies .white-fonts .button-container .button:hover {
  background-color: transparent;
  color: #fff;
  border: none;
}
.cookies-accept.button {
  background-color: #031D44 !important;
  color: #fff;
}
.cookies-accept.button:hover {
  background-color: #031D44fff !important;
  color: #031D44 !important;
}
/*.cookies .white-fonts .button-container .button:hover{
    background-color: transparent;
    color: #0c357f;
}*/
/*.cookies .button-container .button:nth-child(even):hover{
    background-color: transparent;
    color: white !important;
}*/
.cookies p a {
  color: #7dfffd;
}
.cookies p {
  color: #031D44;
}
#cookie-popup p {
  font-size: 18px !important;
  line-height: 24px;
}
/*.cookies p a:hover,
.cookies .text-button:hover{
    color: #00528C;
}*/
@media screen and (max-width: 600px) {
  .cookies.popup .popup-container .button-container {
    text-align: center;
  }
}
/*.popup.show {
    visibility: visible;
    opacity: 1;
}*/
/*.cookies-accept:after{
    content:"";
    margin-left: 0px;
    font-size: 9px;
    font-family: "icons";
    font-weight: 900;
    font-style: 300;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.5s;
}*/
.cookies.popup h4:before {
  content: "";
  width: 32px;
  height: 32px;
  /* background-color: red; */
  display: inline-block;
  background-image: url(/wp-content/themes/Talon/assets/images/test.png);
  background-size: 32px;
  margin-bottom: -4px;
  margin-right: 13px;
}
#cookies-settings-save {
  color: #031D44fff !important;
  background-color: #031D44 !important;
}
#cookie-sidebar .alternate {
  display: none !important;
}
.sidebar-container h4, .sidebar-container h5 {
  color: #031D44 !important;
}
.cookie-group {
  border-top: none !important;
}
.cookie-group h5 {
  display: none !important;
}
.cookie-group.with-data {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  margin-top: 0px !important;
  /*  margin-top: 35px!important;*/
}
.cookie-group.with-data h5 {
  display: block !important;
}
.sidebar-container h4:before {
  content: "";
  width: 32px;
  height: 32px;
  /* background-color: red; */
  display: inline-block;
  background-image: url(/wp-content/themes/Talon/assets/images/test.png);
  background-size: 32px;
  margin-bottom: -4px;
  margin-right: 13px;
}
.cookie-group-title h5 {
  font-size: 21px !important;
  margin-bottom: 20px !important;
}
#cookies-settings-save span {
  margin-left: -16px !important;
}
.sidebar-wrapper p {
  font-size: 14px !important;
  margin-bottom: 30px;
}
.sidebar-container .content-container:nth-child(4) {
  display: none !important;
}
.cookie-group {
  margin-top: 0 !important;
}
@media screen and (max-width: 600px) {
  .sidebar.cookies .sidebar-wrapper {
    height: auto;
    padding: 25px;
    margin: 10px;
  }
  .sidebar .title {
    font-size: 21px !important;
  }
  .cookies.popup h4 {
    font-size: 23px !important;
  }
  .popup .popup-container .content-container {
    position: relative;
    z-index: 2;
    padding: 25px;
  }
  .cookies.popup .popup-container {
    min-height: auto;
    background: #21efbf;
    border-radius: 14px;
    margin-bottom: 20px;
  }
  .cookies.popup h4:before {
    content: "";
    width: 24px;
    height: 24px;
    /* background-color: red; */
    display: inline-block;
    background-image: url(/wp-content/themes/Talon/assets/images/test.png);
    background-size: 24px;
    margin-bottom: -1px;
    margin-right: 6px;
  }
  .sidebar-container h4:before {
    content: "";
    width: 24px;
    height: 24px;
    /* background-color: red; */
    display: inline-block;
    background-image: url(/wp-content/themes/Talon/assets/images/test.png);
    background-size: 24px;
    margin-bottom: -1px;
    margin-right: 6px;
  }
}
.cookies.popup .popup-container {
  min-height: auto;
  background: #21efbf;
  border-radius: 14px;
  margin-right: 17px;
  margin-bottom: 29px;
}
.popup-wrapper {
  overflow: visible !important;
}
#cookie-popup, #cookie-sidebar {
  /* display:none!important;
	opacity:1!important;
	visibility:visible!important; */
}
#cookie-popup .button, #cookie-sidebar .button {
  display: inline-block;
  padding: 3px 0px;
  text-align: center;
  position: relative;
}
#cookie-popup .button:after, #cookie-sidebar .button:after {
  content: "";
  margin-left: 8px;
  font-size: 15px;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 58%;
  color: #fff;
}
#cookie-popup .button:hover, #cookie-sidebar .button:hover {
  color: #031D44 !important;
}
#cookie-popup .cookies-accept:hover, #cookie-sidebar .cookies-accept:hover {
  background-color: #fff !important;
  color: #031D44 !important;
}
#cookie-popup .popup-wrapper, #cookie-sidebar .popup-wrapper {
  visibility: visible !important;
  opacity: 1 !important;
}
#cookie-popup .sidebar-container .button-container, #cookie-sidebar .sidebar-container .button-container {
  text-align: right !important;
}
#cookie-sidebar .sidebar-container .button-container {
  text-align: right !important;
}
#cookie-sidebar .sidebar-container .button-container .button:hover {
  background-color: #fff !important;
  color: #031D44 !important;
}
#cookie-sidebar .sidebar-container P {
  font-size: 18px !important;
  line-height: 24px !important;
}
#cookie-sidebar .sidebar-container h5 {
  font-weight: 100 !important;
  font-size: 20px !important;
}
#cookie-sidebar .sidebar-container h4 {
  font-weight: 500 !important;
  font-size: 30px !important;
}
.cookies.popup {
  z-index: -1 !important;
}
.cookies.popup.show {
  z-index: 99 !important;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0px !important;
}
.page-template-terms-template .scrolled .header-menu .header-nav li a {
  color: #fff !important;
}
#cookie-settings {
  display: none !important;
}
.page-careers #news-load-more {
  display: none !important;
}
.logo-container:after {
  animation: blink 0.9s linear infinite alternate !important;
}
.hide-captcha {
  display: none !important;
}
.page-news .scrolled .headerlocation .yourlocation .locationselect:after, .page-team .scrolled .headerlocation .yourlocation .locationselect:after, .page-template-terms-template .scrolled .headerlocation .yourlocation .locationselect:after, .single-post .scrolled .headerlocation .yourlocation .locationselect:after {
  color: #fff !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F50451-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACCI%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7DA%3BAAAA%3BAAAA%3BAC2EC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADtJA%3BAC4JA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BADnQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxSJ%3BAC%2BSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BADrYA%3BACyYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BdA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADteA%3BAAAA%3BAAAA%3BAAAA%3BACgfA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BADjfJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC4gBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%22%7D */