@charset "UTF-8";
/*
This file is used to contain all abstracts imports.
Files inside this folder can contain abstract settings, helpers or functions. They have no direct output.
*/
/* Colors */
/* Borders */
/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in the project.
*/
html, body {
  overflow-x: hidden;
  margin: 0 !important;
}
button {
  border: none;
}
a:visited {
  color: inherit;
}
a {
  outline: none !important;
}
main, section {
  overflow: hidden;
}
.body-cursor-grabbing * {
  cursor: grabbing !important;
}
@media screen and (max-width: 768px) {
  #wpadminbar {
    position: fixed;
    top: 0;
  }
}
html {
  font-size: 10px;
}
body {
  font-family: "Almoni", sans-serif;
  font-weight: 400;
}
p, text, span, div, input, textarea, select, option {
  font-size: 2.3rem;
  color: #0d1340;
}
p, text, span, div, input, textarea, select, option, #events .event .info-description, #reviews .review .content .author *, #features .feature .text .body, #greetings p, #prices-subscription .feature .feature-text *, #prices-subscription .detail-text, #prices-subscription .subtitle, #prices-faq .question.active .head, #prices-faq .question *, #prices-faq .question .head {
  font-size: 2.1rem;
  line-height: 2.8rem;
}
h1 {
  font-size: 12rem;
  line-height: 1;
}
h2, h1.page_title {
  font-family: "Almoni Tzar", "sans-serif";
  font-size: 6rem;
  line-height: 6.3rem;
  font-weight: 300;
}
#events .text-container h2, #service .title h2, #features .title h2 {
  font-size: 6rem;
}
.justify-center {
  justify-content: center;
}
.text-center {
  text-align: center;
}
.semibold_desktop {
  font-weight: 400;
}
.mobile_only {
  display: none;
}
body.page-template-default main ol {
  list-style: auto;
  list-style-position: inside;
}
body.page-template-default main ul {
  list-style: initial;
  padding-right: 3rem;
  margin-bottom: 1.5rem;
}
body.page-template-default main li {
  margin-bottom: 1rem;
}
body.page-template-default main h1 {
  font-size: 6rem;
  font-weight: 300;
  font-family: "Almoni Tzar";
}
body.page-template-default main .entry-content p {
  margin-bottom: 1.5rem;
}
b, strong, #primary-menu .menu-item .menu-item__pseudo-bold-text, #service .current .open-status, #features .feature .text .head, #greetings h6, .testimonials_wrap .client_name, .abilities_text_header, .list_items_wrap .item_title, #prices-calc .calc .controls .control-label, #colophon h3 {
  font-family: "Almoni Bold";
  font-weight: 400;
}
h2 strong, h2 b {
  font-family: "Almoni Tzar", "sans-serif";
  font-weight: 400;
}
@media screen and (max-width: 1520px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1360px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 6px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 5px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  .remove-breaks-on-mobile br {
    display: none;
  }
  h2 {
    text-align: center !important;
    font-size: 5.2rem;
    line-height: 1.04;
  }
  .mobile_only {
    display: block;
  }
  .desktop_only {
    display: none;
  }
  body.page-template-default main h1 {
    font-size: 5rem;
  }
  .semibold_desktop {
    font-weight: 400;
  }
}
@media screen and (max-width: 340px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 339px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 307px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 267px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 232px) {
  html {
    font-size: 6px;
  }
}
@media screen and (max-width: 200px) {
  html {
    font-size: 5px;
  }
}
@media screen and (max-width: 160px) {
  html {
    font-size: 4px;
  }
}
@media screen and (max-width: 125px) {
  html {
    font-size: 3px;
  }
}
@media screen and (max-width: 90px) {
  html {
    font-size: 2px;
  }
}
@media screen and (max-width: 52px) {
  html {
    font-size: 1px;
  }
}
/*
This file is used to contain all component imports.
Files inside this folder should contain all styles relating to a reusable component.
*/
.action-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-size: 2.3rem;
  background-color: #0d1340;
  border-radius: 0;
  color: #fff;
}
.action-btn:visited {
  color: #fff !important;
}
.action-btn:hover, .action-btn:active {
  color: #eee;
}
.action-btn.blue-btn {
  background-color: #0085ff;
}
.border-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 0.5em;
  background-color: #fff;
  border: 2px solid #4694ff;
  color: #4694ff !important;
  transition: 0.2s ease;
}
.border-btn:hover {
  background-color: #4694ff;
  border-color: #4694ff;
  color: #fff !important;
}
button.action-btn, a.action-btn, a.border-btn {
  transition: all 0.3s;
  border-radius: 2px;
  font-size: 2.1rem !important;
}
button.action-btn.light-btn {
  color: #060e3e;
  background: none;
  border: 1px solid #060e3e;
}
button.action-btn.light-btn:hover {
  color: #fff;
  background: #060e3e;
}
#prices-calc .calc .result .action-btn:hover {
  color: #fff !important;
  background: #060e3e;
}
#home-head a.action-btn.blue-btn, button.action-btn.blue-btn:hover, a.action-btn.blue-btn, #phone .text-container .action-btn, #reviews .review .content .action-btn, #service .contact .action-btn {
  color: #fff;
  background: #060e3e;
}
a.action-btn.blue-btn:hover, #home-head a.action-btn.blue-btn:hover, #phone .text-container .action-btn:hover, #reviews .review .content .action-btn:hover, #service .contact .action-btn:hover, button.contact-form-submit-button:hover {
  color: #fff;
  background: #0085ff !important;
}
.btn-reverse {
  background: #0085ff !important;
}
.btn-reverse:hover {
  background: #060e3e !important;
}
.border-btn {
  border: 2px solid #0085ff;
  color: #0085ff !important;
}
.border-btn:hover {
  background-color: #0085ff;
  border-color: #0085ff;
  color: #fff !important;
}
.form-input {
  display: flex;
  align-items: center;
  border: none !important;
  outline: none;
  border-bottom: 1px solid #0d1340 !important;
  border-radius: 0 !important;
  color: #0d1340 !important;
  padding: 1rem 0 !important;
  font-size: 2.2rem;
}
.form-input::placeholder {
  color: #0d1340;
}
.form-input:active + label, .form-input:focus + label {
  color: #0085ff !important;
}
.form-input:focus, .form-input:active {
  border-bottom: 1px solid #0085ff !important;
}
.custom-select .forminator-field {
  position: relative;
}
.custom-select select {
  display: none;
}
.select-selected {
  border-bottom: 1px solid #0d1340;
}
.select-selected:after {
  content: "";
  background: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: initial;
  width: 1.4rem;
  height: 0.8rem;
  left: 1.2rem;
  z-index: 99999;
  position: absolute;
  top: 2rem;
  transition: all 0.3s;
}
.select-selected.select-arrow-active:after {
  transition: all 0.3s;
  transform: rotate(180deg);
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0 !important;
}
.select-items div, .select-selected {
  color: #0d1340;
  padding: 0.4rem 1.6rem;
  cursor: pointer;
  user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0d1340 !important;
}
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 3.7rem;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: #e1e8fc;
}
.top_banner_wrap {
  padding: 1.4rem 0;
  position: relative;
}
.top_banner {
  gap: 4rem;
}
.top_banner_text_wrap {
  gap: 1.5rem;
}
.top_banner_button_wrap a {
  padding: 0.6rem 4rem;
  white-space: nowrap;
}
.top_banner_close {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.top_banner_close span {
  font-size: 3.6rem;
  line-height: initial;
}
@media screen and (max-width: 768px) {
  .top_banner {
    gap: 2rem;
    flex-direction: column;
  }
}
.consent-wrap {
  z-index: 99;
}
.consent-wrap label.consent-label {
  display: flex;
  gap: 1.8rem;
  cursor: pointer;
}
.consent-wrap .consent-text {
  line-height: 1.2;
  font-size: 2.1rem;
}
.consent-wrap .consent-text a {
  color: #0085ff;
  transition: all 0.3s;
}
.consent-wrap .consent-text a:hover {
  color: #0d1340;
}
.crmWebToEntityForm .consent-wrap {
  padding-right: 1rem;
}
.global-zoho-error {
  background: transparent;
  opacity: 0;
  color: #fff;
  padding: 0;
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
  margin-top: 1rem;
  transition: all 0.4s;
  margin-right: 1rem;
}
.global-zoho-error.active {
  opacity: 1;
  background: #ea4c4c;
  padding: 0.4rem 1rem;
}
.form_error.error_message, #recapErr3636151000139015017 {
  color: #ea4c4c;
}
input.consent-checkbox {
  position: relative;
  width: 2.5rem !important;
  height: 2.5rem !important;
  aspect-ratio: 1;
  align-self: start;
  cursor: pointer;
  margin: 1px;
  margin-top: 5px;
}
input.consent-checkbox:before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 0px;
  left: 0;
  border: 1px solid #808080;
  padding: 1px;
  background-color: #ffffff;
}
input.consent-checkbox:checked:before {
  background-color: #ffffff;
}
input.consent-checkbox.error:before {
  outline: 1px solid red !important;
  outline-offset: 1px;
}
input.consent-checkbox:checked:after {
  content: "";
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/svg/V-blue.svg") center / contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .formsubmit.zcwf_button {
    align-self: center;
  }
}
.new_login_layout_wrap {
  position: relative;
  transition: all 0.3s;
}
.new_login_layout_wrap.active .new_login_layout_submenu_wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.new_login_layout_wrap.active .new_login_layout_trigger button {
  background: #060e3e;
}
.new_login_layout_wrap.active .new_login_layout_trigger button span {
  color: #fff;
}
.new_login_layout_wrap.active .new_login_layout_trigger button span::after {
  transform: rotate(-180deg);
  filter: brightness(0) invert(1);
}
.new_login_layout_submenu_wrap {
  display: grid;
  width: 100%;
  position: absolute;
  top: 100%;
  padding-top: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
ul.new_login_layout_submenu {
  display: initial;
  background: #fff;
  box-shadow: 0 0 11.3px 1.7px rgba(151, 157, 182, 0.21);
  width: 100%;
  font-size: 0.9em;
  transition: all 0.3s;
}
ul.new_login_layout_submenu li a {
  padding: 0.6rem 0.5rem;
  transition: all 0.3s;
}
ul.new_login_layout_submenu li a:hover {
  background-color: #f0f3fe;
}
.new_login_layout_trigger button span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.new_login_layout_trigger button span::after {
  content: "";
  background: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(0deg);
  width: 1.4rem;
  height: 0.8rem;
  display: inline-block;
  transition: all 0.3s;
}
#primary-menu-wrap .actions-wrap {
  gap: 2rem;
}
@media (max-width: 768px) {
  .new_login_layout_wrap.active .new_login_layout_trigger button {
    background: #ffffff;
  }
  .new_login_layout_wrap.active .new_login_layout_trigger button span {
    color: #060e3e;
    font-size: 1.8rem;
  }
  .new_login_layout_wrap.active .new_login_layout_trigger button span::after {
    filter: brightness(0) invert(0);
  }
  .new_login_layout_wrap.active .new_login_layout_submenu_wrap {
    position: initial;
  }
  .new_login_layout_trigger button span {
    color: #fff;
    font-size: 1.8rem;
  }
  .new_login_layout_trigger button span::after {
    filter: brightness(0) invert(1);
  }
}
/*
This file is used to contain all lay imports.
Files inside this folder can contain specific element styles and layout. 
*/
.theme-container {
  width: 113.4rem;
  margin: 0 auto;
}
.special-content-width {
  max-width: 100rem;
}
.mobile-only {
  display: none;
}
body.page-template-default .entry-content ol li::marker {
  font-family: "Almoni Bold";
}
@media screen and (max-width: 768px) {
  body.page-template-default .entry-title {
    margin-top: 3.5rem;
  }
  body.page-template-default .entry-content * {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .theme-container {
    width: 100%;
    max-width: 40rem;
    padding: 0 2rem;
  }
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: flex;
  }
}
.admin-bar .header-wrap {
  top: 32px;
}
.header-wrap {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  z-index: 1000;
}
#masthead {
  padding: 4rem 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #dae4fc 20%);
}
#masthead.hover-menu-active {
  background: #fff;
  box-shadow: 0px 6px 9px 0 rgba(220, 220, 221, 0.39);
}
#masthead .action-btn {
  font-size: 2rem;
  width: 12rem;
  height: 4rem;
}
#site-identity {
  margin-left: 14rem;
}
#site-identity .custom-logo-link {
  width: 12.8rem;
}
#top-gradient {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 102.8rem;
  background: linear-gradient(0deg, #fff 0%, #dae4fc 50%);
  z-index: -1;
}
#primary-menu-wrap {
  display: flex;
  flex-direction: column;
  max-height: 0;
  transition: 0.1s ease;
  overflow: hidden;
}
#primary-menu {
  display: flex;
  flex-direction: column;
}
#primary-menu .menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
#primary-menu .menu-item:first-child::after {
  content: "<";
  position: absolute;
  left: -1.5rem;
  transform: rotate(90deg) scale(1, 2);
  font-size: 1.5rem;
  margin-right: 1rem;
}
#primary-menu .menu-item a {
  position: absolute;
}
#primary-menu .menu-item .menu-item__pseudo-bold-text {
  visibility: hidden;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .admin-bar .header-wrap {
    top: 46px;
  }
  #masthead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 2.7rem 1rem;
  }
  #masthead.toggled {
    background: #101533;
  }
  #masthead.toggled .custom-logo-link {
    display: none;
  }
  #masthead.toggled .logo-negative {
    display: flex;
    margin-bottom: 4.5rem;
  }
  #masthead.toggled .menu-toggle .open {
    display: none;
  }
  #masthead.toggled .menu-toggle .close {
    display: flex;
  }
  #masthead .header-head {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  #masthead .logo-negative {
    display: none;
  }
  #masthead .menu-toggle {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.6rem;
    height: 1.6rem;
  }
  #masthead .menu-toggle .close {
    display: none;
  }
  #primary-menu-wrap .actions .action-btn {
    height: 4rem;
    width: 11.1rem;
    font-size: 1.8rem;
  }
  #primary-menu-wrap .actions .action-btn:nth-child(2) {
    border: 1px solid;
  }
  #primary-menu {
    margin-bottom: 8rem;
  }
  #primary-menu li:not(:last-child) {
    margin-bottom: 3rem;
  }
  #primary-menu .menu-item {
    display: block;
  }
  #primary-menu * {
    color: #fff;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  #primary-menu-wrap {
    max-height: unset;
    flex-direction: row;
    overflow: initial;
  }
  #primary-menu {
    display: flex;
    flex-direction: row;
    font-size: 2.2rem;
    gap: 5.2rem;
    color: #0d1340;
  }
  #primary-menu-wrap .menu-item-7 ul.sub-menu {
    display: none !important;
  }
}
#masthead {
  transition: all 200ms linear;
}
#masthead:not(.toggled) {
  background: #dae4fc;
}
#masthead:hover:not(.toggled), #masthead.hover-menu-active {
  background: #fff;
}
#masthead.header-collapsed:not(.toggled) {
  padding: 1.8rem 0;
  background: #fff;
}
#masthead .action-btn a {
  color: inherit;
  text-decoration: none;
}
.menu-header-navigation-container {
  display: flex;
}
#hover-menu {
  column-gap: 5%;
}
#hover-menu .menu-item {
  flex: 0 0 30%;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  padding: 14px 5px;
  margin-bottom: 4rem;
}
#hover-menu .menu-item__text-container .text-container__body {
  line-height: 24px;
}
#hover-menu .menu-item__image {
  max-width: 28%;
}
ul#hover-menu a {
  flex: 0 0 30%;
}
#primary-menu .menu-item:first-child::after {
  display: none;
}
#primary-menu .menu-item.menu-item-has-children::after {
  content: "";
  background: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: initial;
  width: 1.4rem;
  height: 0.8rem;
  left: -2.2rem;
  display: inline-block;
  position: absolute;
}
#primary-menu .menu-item a {
  white-space: nowrap;
  position: relative;
}
#primary-menu .menu-item.current-menu-item, #primary-menu .menu-item:hover {
  font-family: "Almoni Bold";
}
img.custom-logo, img.logo {
  max-width: 75%;
}
@media screen and (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
  #site-identity {
    margin-left: 10rem;
  }
  #site-identity .custom-logo-link {
    position: relative;
  }
  img.custom-logo {
    width: 9.35rem;
    max-width: none;
    padding: 0;
  }
}
#top-gradient {
  height: 78rem;
}
@media screen and (max-width: 768px) {
  #top-gradient {
    height: 46rem;
  }
  #primary-menu {
    margin-bottom: 6rem;
    display: block;
  }
  #primary-menu .menu-item:first-child::after {
    display: none !important;
  }
  #primary-menu-wrap .actions {
    flex-direction: column;
  }
  #primary-menu-wrap .actions .mr-8 {
    margin-right: 0;
    margin-top: 2rem;
  }
  #primary-menu-wrap .actions .action-btn {
    width: 17.2rem;
    color: #fff;
    border-color: #fff;
  }
  #primary-menu-wrap .actions .action-btn:nth-child(2) {
    border: 1px solid #fff;
    color: #fff;
  }
  #primary-menu-wrap .actions button.action-btn.blue-btn:hover, #primary-menu-wrap .actions button.action-btn.light-btn:hover {
    background: #ffffff;
    color: #101533;
    font-family: "Almoni Bold";
    font-weight: 400;
  }
  img.custom-logo, img.logo {
    max-width: 100%;
    width: 9.35rem;
  }
  #masthead:not(.toggled) {
    background: #fff;
    padding: 2.4rem 1rem;
  }
  #masthead.hover-menu-active {
    background: #101533;
  }
  #masthead.toggled {
    height: 100%;
    align-items: flex-start;
    overflow: auto;
  }
  .main-navigation ul ul {
    position: static !important;
    float: none !important;
    right: auto !important;
    top: auto !important;
    box-shadow: none !important;
    display: none;
    transition: none;
  }
  .main-navigation li.menu-item-has-children.focus > ul.sub-menu {
    padding-right: 3rem;
  }
  .main-navigation li.menu-item-has-children.focus > a {
    margin-bottom: 2rem;
  }
  .main-navigation li.menu-item-has-children > a {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .main-navigation li.menu-item-has-children > a::after {
    content: "";
    margin-inline-start: 16px;
    transition: transform 0.25s ease;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .main-navigation li.menu-item-has-children.focus > a::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-bottom: -0.5rem;
  }
  #primary-menu ul.sub-menu li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.main-navigation li.menu-item-has-children.focus > ul.sub-menu {
  display: none;
}
#hover-menu-wrap {
  left: 0;
  right: 0;
  background: #fff;
  padding-top: 3rem;
  z-index: 100;
}
#hover-menu {
  display: flex;
  flex-wrap: wrap;
  top: 16rem;
}
#hover-menu .menu-item {
  display: flex;
  align-items: center;
  margin-bottom: 6.7rem;
  justify-content: flex-end;
  flex: 0 0 30%;
  cursor: pointer;
}
#hover-menu .menu-item:nth-child(3n + 3) {
  margin-left: 0;
}
#hover-menu .menu-item__image {
  flex-shrink: 0;
  margin-left: 2.5rem;
}
#hover-menu .menu-item__text-container {
  flex-basis: 70%;
}
#hover-menu .menu-item__text-container .text-container__head {
  font-family: "Almoni Tzar", "sans-serif";
  font-size: 2.9rem;
}
#hover-menu .menu-item__text-container .text-container__body {
  font-size: 1.8rem;
}
#colophon {
  background-color: #1381e5;
  padding: 10rem 7.5rem;
}
#colophon * {
  color: #fff;
}
#colophon h3 {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.22;
  margin-bottom: 1.2rem;
}
#colophon .row {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
#colophon .row:not(:last-child) {
  margin-bottom: 5rem;
}
#colophon .logo {
  margin-bottom: 3.3rem;
}
#colophon .social-media-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#colophon .social-media-list .media {
  height: 2rem;
}
#colophon .social-media-list img {
  height: 100%;
}
#colophon .faq li, #colophon .contacts li {
  line-height: 1.7;
}
#colophon .mailbox {
  width: 36.7rem;
  flex-shrink: 0;
}
#colophon .mailbox p {
  margin-bottom: 3rem;
}
#colophon .mailbox form {
  display: flex;
  border: 1px solid #fff;
  padding: 0.3rem;
  height: 5.7rem;
}
#colophon .mailbox form input {
  background: none;
  border: none;
  outline: none;
  flex-grow: 2;
  padding-right: 1.6rem;
}
#colophon .mailbox form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#colophon .mailbox form button {
  width: 9.6rem;
}
#colophon .legal-info, #colophon .copyright {
  font-size: 1.7rem;
}
#colophon .legal-info {
  display: flex;
  align-items: center;
}
#colophon .legal-info li:not(:last-child)::after {
  position: relative;
  content: "•";
  top: -0.2rem;
  font-size: 1rem;
  margin: 0 0.4rem 0 0.8rem;
}
@media screen and (max-width: 768px) {
  #colophon {
    padding: 3.2rem 0rem 1.5rem;
  }
  .row, .column {
    width: 100%;
  }
  .row {
    display: flex;
    justify-content: center !important;
    text-align: center !important;
  }
  .row:not(:last-child) {
    margin-bottom: 3.2rem !important;
  }
  .column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .logo {
    width: 8.1rem;
    height: 1.7rem;
    margin-bottom: 2.5rem !important;
  }
  .media {
    height: 1.7rem !important;
  }
  .social-media-list {
    justify-content: center !important;
    gap: 1.5rem;
  }
  .social-media-list img {
    filter: brightness(0) invert(1);
  }
}
body {
  position: relative;
}
div#page {
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
}
#colophon {
  padding: 3rem 1rem;
  margin-top: auto;
  background-color: #0085ff;
}
#colophon b, #colophon strong {
  font-family: "Almoni Bold";
  font-weight: 400;
}
#colophon .logo {
  margin-bottom: 2.3rem;
}
#colophon img.logo {
  width: 9.35rem;
  max-width: none;
  margin-top: 1rem;
}
#colophon .faq li, #colophon .contacts li {
  line-height: 1.4;
  font-size: 2.1rem;
}
#colophon li.hours .days {
  font-family: "Almoni Bold";
  font-weight: 400;
}
#colophon ul a {
  transition: all 0.3s;
}
#colophon ul.faq-list a:hover, #colophon ul.contacts-list a:hover {
  color: #060e3e;
}
#colophon .social-media-list {
  justify-content: start;
  gap: 1.5rem;
}
#colophon .mailbox {
  width: 37.7rem;
}
#colophon .mailbox form {
  flex-wrap: wrap;
  padding: 0;
  border: none;
  height: initial;
}
#colophon .mailbox form input {
  padding-left: 1.6rem;
  height: 100%;
}
#colophon .mailbox form button {
  margin: 0.3rem;
}
#colophon .footer_form_field_wrap {
  display: flex;
  height: 5.7rem;
  border: 1px solid #fff;
  width: 100%;
}
#colophon .legal-info li.last-on-row::after {
  color: transparent;
  font-size: 0;
  margin: 0;
  padding: 0;
}
#colophon button.action-btn {
  color: #0085ff;
  background: #fff;
}
#colophon button.action-btn:hover {
  color: #fff;
  background: #060e3e;
}
#colophon .row:not(:last-child) {
  margin-bottom: 2rem;
}
#colophon .consent-wrap {
  margin-top: 22px;
}
#colophon .consent-wrap label.consent-label {
  gap: 1rem;
}
#colophon .consent-wrap .consent-text {
  font-size: 1.78rem;
}
#colophon .consent-wrap .consent-text a {
  color: #ffffff;
}
#colophon .consent-wrap .consent-text a:hover {
  color: #0d1340;
}
#colophon input.consent-checkbox:before {
  border: 1px solid #ffffff;
  background-color: #0085ff;
}
#colophon input.consent-checkbox:checked:before {
  background-color: #0085ff;
}
#colophon input.consent-checkbox:checked:after {
  background: url("../images/svg/V-white.svg") center / contain no-repeat;
}
li.media a {
  position: relative;
}
footer li.media img.hover {
  width: initial !important;
  max-width: initial !important;
  position: absolute;
  top: 0px;
  opacity: 0;
  transition: all 0.3s;
}
li.legal-item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #colophon {
    padding: 3rem 1rem;
  }
  #colophon .row {
    margin: 0 !important;
  }
  #colophon .row.legal_wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  #colophon .row.legal_wrapper > * {
    margin-bottom: 1.5rem;
    line-height: initial;
  }
  #colophon img.logo {
    margin-bottom: 1.5rem !important;
  }
  #colophon .copyright {
    color: rgba(255, 255, 255, 0.7);
  }
  #colophon .legal-info {
    flex-wrap: wrap;
    justify-content: center;
  }
}
/*
This file is used to contain all component imports.
Files inside this folder can contain stylings for specific pages of the website
*/
#home-head {
  margin-bottom: 10rem;
}
#home-head h1 {
  font-family: "Almoni Tzar", sans-serif;
  font-weight: 300;
  font-size: 12rem;
  line-height: 10.6rem;
  color: #0d1340;
  margin: 5rem 0 5rem;
}
#home-head p {
  font-size: 2.3rem;
}
#home-head img {
  margin-top: 6.5rem;
  width: 53.7rem;
  height: 51.7rem;
}
#home-head .action-btn {
  width: 27rem;
  height: 5.5rem;
  padding: 2rem 3.5rem;
}
#home-head .text-container {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #home-head {
    flex-direction: column;
    margin-bottom: 8rem;
  }
  #home-head h1 {
    font-size: 7.6rem;
    line-height: 0.97;
    text-align: center;
    margin: 5rem 0 3rem;
    letter-spacing: -1.52px;
  }
  #home-head p {
    font-size: 2rem;
    line-height: 1.2;
  }
  #home-head img {
    margin-top: -2.5rem;
    width: 100%;
    height: 33.7rem;
    object-fit: contain;
  }
  #home-head .content {
    margin-bottom: 5.2rem;
  }
  #home-head .action-btn {
    width: 100%;
    height: 4.5rem;
    font-size: 1.9rem;
  }
}
#greetings .content {
  position: relative;
  display: flex;
  align-items: start;
  background-color: #f5f8ff;
  padding-right: 31.5rem;
  border-radius: 2rem;
  border: 1rem solid #fff;
  height: 18rem;
  align-items: center;
}
#greetings img.person {
  position: absolute;
  height: 20.4rem;
  width: 19.4rem;
  right: 0;
  bottom: 0;
}
#greetings img.quote {
  position: relative;
  bottom: 1.8rem;
  width: 6.6rem;
  height: 6.1rem;
  margin-left: 5.5rem;
}
#greetings .text-container {
  width: 100%;
}
#greetings h6 {
  font-weight: 400;
  font-size: 2.6rem;
  margin: 0;
}
#greetings p {
  font-size: 2.2rem;
  line-height: 1.27;
}
#phone {
  position: relative;
}
#phone:before {
  content: "";
  display: flex;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: #fff;
}
#phone .content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}
#phone .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #fff;
  height: 87.4rem;
}
#phone .text-container h2 strong {
  font-weight: 300;
}
#phone .text-container p {
  margin: 0;
  font-size: 2.4rem;
}
#phone .text-container p:last-child {
  line-height: 1;
}
#phone .text-container > *:not(:last-child) {
  margin-bottom: 3rem;
}
#phone .text-container .action-btn {
  width: 33.5rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  text-align: center;
}
#phone .images-container {
  position: relative;
  display: flex;
  align-items: start;
  padding-left: 15rem;
  flex-shrink: 0;
}
#phone .images-container img.phone {
  position: relative;
  width: 43.1rem;
  height: 87.4rem;
  z-index: 10;
}
#phone .images-container .phone-flow-wrap {
  position: absolute;
  width: 17.7rem;
  height: 36.3rem;
  left: -5rem;
  top: 5rem;
  background: #fff;
  box-shadow: 0 0 1rem 1rem #fff;
  border-radius: 2rem;
  flex-shrink: 0;
}
#phone .images-container img.phone-flow {
  width: 100%;
  height: 100%;
}
#phone .bg-pattern {
  position: absolute;
  width: 75.8rem;
  height: 43.8rem;
  background-size: cover;
  left: 3rem;
  bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #phone .text-container {
    height: auto;
    background: none;
  }
  #phone .text-container h2 strong {
    font-weight: 400;
  }
  #phone .text-container p {
    font-size: 2rem;
    line-height: 1.2;
  }
  #phone .text-container p br {
    display: none;
  }
  #phone .action-btn {
    width: 100% !important;
    background-color: #2492f7;
    font-size: 1.9rem !important;
    height: 4.5rem !important;
  }
}
#tools {
  display: flex;
  justify-content: center;
  margin-bottom: 16rem;
}
#tools .tools-container {
  width: inherit;
  flex-shrink: 0;
}
#tools .title {
  margin-bottom: 6rem;
}
#tools .tools-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: self-start;
  justify-content: center;
  gap: 4rem;
}
#tools .tool {
  width: 100%;
  padding: 0;
  flex-shrink: 0;
  background: #fff;
  border: none;
  border-radius: 16px;
  box-shadow: 0px 5px 24px 0 rgba(220, 220, 221, 0.45);
  overflow: hidden;
}
#tools .tool:nth-child(3n + 3) {
  margin-bottom: 0;
}
#tools .tool > a {
  display: flex;
  flex-direction: column;
}
#tools .tool .head {
  display: flex;
  align-items: center;
  height: 2rem;
  padding: 0 0 1.5rem 0;
  margin-top: 2rem;
  font-family: "Almoni Bold";
  font-weight: 400;
}
#tools .tool .head.no-icon {
  padding: 0 0 2.4rem 0;
}
#tools .tool .head.no-icon span {
  margin: 0;
}
#tools .tool .head .icon-wrap {
  flex: 0 0 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 0 0.5rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tools .tool .head span {
  font-size: 2.4rem;
  line-height: 1;
}
#tools .tool .body {
  position: relative;
  display: flex;
  height: 27rem;
  justify-content: center;
  align-items: end;
  padding-top: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
#tools .tool .body img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#tools .tool .footer {
  padding: 1rem 2rem 2rem;
  font-size: 2.4rem;
}
#tools .tool .footer * {
  font-size: 2rem;
  line-height: 1.17;
}
#tools .tool .footer strong {
  font-family: "Almoni Bold";
  font-weight: 400;
}
#tools .tool .footer p {
  display: flex;
  flex-direction: column;
  line-height: 1.17;
  margin-right: 5.2rem;
}
#tools .tool.max-width-100 .body img {
  max-width: 100%;
  max-height: 100%;
}
#tools .tool.over_height .body img {
  max-height: 106%;
}
#tools .tool.padding-bottom-0 .body img {
  padding-bottom: 0;
}
#tools .tool.invert-blocks-order > a {
  flex-direction: column-reverse;
}
#tools .tool.invert-blocks-order .body {
  height: 28rem;
  border-bottom: none;
  padding-top: initial;
  padding-bottom: 2rem;
}
#tools .tool.invert-blocks-order .footer {
  padding: 3rem 2.5rem 2rem;
  border-bottom: 1px solid #f4f4f4;
}
#tools .tool.invert-blocks-order.padding-bottom-0 .body {
  padding-bottom: 0;
}
#tools .tool.alternative-design {
  overflow: initial;
  border-radius: 0;
  box-shadow: none;
}
#tools .tool.alternative-design .body {
  border-bottom: none;
  border-radius: 3px;
  box-shadow: 0px 5px 24px 0 rgba(220, 220, 221, 0.45);
}
#tools .tool.alternative-design .footer {
  padding: 2rem 0.5rem;
  background: none !important;
  border-bottom: none;
}
#tools .tool.alternative-design .footer .semibold_desktop {
  font-weight: 400;
}
#tools .tool.bordered-image-design .body {
  flex: 1;
  padding: 1.2rem;
  border-bottom: none;
}
#tools .tool.bordered-image-design .body img {
  padding: 0;
  margin: 0;
  border: 1.5rem solid #edf1f9;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  #tools {
    margin-bottom: 14rem;
  }
  #tools .title {
    margin-bottom: 0;
  }
  #tools h2 {
    font-size: 5rem;
  }
  #tools .tools-list {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -5rem;
  }
  #tools .tool {
    width: 42rem;
    text-align: initial;
    box-shadow: none;
    border: 1px solid #f4f2f2;
    margin: 0 0 -13rem !important;
    transform: scale(0.7);
  }
  #tools .tool .body {
    height: 100%;
  }
  #tools .tool .body img {
    width: 100%;
  }
}
#events {
  margin-bottom: 16rem;
}
#events .text-container {
  flex-shrink: 0;
  margin-left: 12.6rem;
  line-height: 1.44;
}
#events .text-container h2 {
  line-height: 6.3rem;
  padding-bottom: 3.5rem;
}
#events .events-container .slick-list {
  padding: 1rem;
}
#events .events-container .slick-track {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#events .events-container .slick-track:before {
  display: none;
}
#events .events-container .slick-track:after {
  display: none;
}
#events .events-container .control-c {
  position: absolute;
  width: 1.6rem;
  height: 0.9rem;
  z-index: 10;
  bottom: 4.5rem;
  left: -3rem;
  cursor: pointer;
}
#events .events-container .slick-prev {
  bottom: 7.5rem;
}
#events .event {
  background-color: #fff;
  padding: 1rem 3.5rem 3.1rem 4rem;
  box-shadow: 0px 4px 4.5px 1.5px #d5dbe263;
  border-radius: 1rem;
}
#events .event .desktop-only {
  display: flex;
  align-items: start;
}
#events .event:not(:last-child) {
  margin-bottom: 2.8rem;
}
#events .event .date {
  display: flex;
  flex-direction: column;
}
#events .event .date *:first-child {
  font-family: "Almoni Tzar", "sans-serif";
  font-size: 8rem;
  line-height: 1;
}
#events .event .date *:last-child {
  font-size: 2.1rem;
  line-height: 1;
}
#events .event .image-container {
  display: flex;
  justify-content: center;
  width: 28.8rem;
  flex-shrink: 0;
}
#events .event .image-container img {
  max-width: 90%;
}
#events .event .info * {
  font-size: 2.1rem;
}
#events .event .info-title {
  font-family: "Almoni Bold";
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 0.8rem;
}
#events .event .info-author {
  margin-bottom: 1.5rem;
}
#events .event .info-description {
  line-height: 1.36;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 768px) {
  #events {
    flex-direction: column;
    margin-bottom: 8rem;
  }
  #events .text-container {
    margin: 0;
  }
  #events .text-container .description {
    display: none;
  }
  #events .event {
    padding: 3rem;
  }
  #events .event .mobile-only {
    display: flex;
    flex-direction: column;
  }
  #events .event .head {
    display: flex;
    margin-bottom: 2.5rem;
  }
  #events .event .date {
    margin-left: 3.4rem;
  }
  #events .event .info {
    margin-top: 1rem;
  }
  #events .event .info-title {
    font-size: 3rem;
  }
  #events .event .info-time, #events .event .info-author {
    font-size: 1.8rem;
  }
  #events .event .info-description {
    font-size: 1.8rem;
    line-height: 1.17;
  }
  #events .event .image-container {
    display: none;
  }
  #events .event .border-btn {
    height: 4.1rem;
    font-size: 1.8rem;
  }
}
#service {
  overflow: unset;
}
#service .title {
  margin-bottom: 2.2rem;
}
#service .title h2 {
  line-height: 6.3rem;
}
#service .service-container {
  position: relative;
  display: flex;
  gap: 4rem;
  flex-direction: row;
}
#service .schedule {
  flex: 0 0 33.3rem;
}
#service .current {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  gap: 0.5rem;
  margin-bottom: 2.8rem;
}
#service .current * {
  white-space: nowrap;
  line-height: 1;
}
#service .current img {
  width: 6.4rem;
}
#service .current .open-status {
  font-weight: 400;
}
#service .current .open-decoration {
  position: relative;
  width: 1.7rem;
  height: 1rem;
}
#service .current .open-decoration img {
  position: absolute;
}
#service .current .open-time, #service .current .open-status, #service .current .open-decoration {
  margin-top: 1.4rem;
}
#service .schedule .contact {
  padding: 3rem 5rem;
  border: 1px solid #e6e7e9;
}
#service .schedule .contact .days {
  font-weight: 400;
}
#service .schedule-list {
  margin-bottom: 1.5rem;
}
#service .schedule-list .hours {
  display: flex;
  justify-content: space-between;
}
#service .schedule-list .hours:not(:last-child) {
  margin-bottom: 0.5rem;
}
#service .schedule-list .hours * {
  white-space: nowrap;
}
#service .contact .action-btn {
  display: flex;
  align-items: center;
  height: 4.8rem;
}
#service .description blockquote {
  font-family: "Almoni Tzar", sans-serif;
  color: #006cff;
  font-size: 3.65rem;
  line-height: 3.7rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
#service .description blockquote::before {
  content: '"';
}
#service .description blockquote::after {
  content: '"';
}
#service .description .author {
  margin-bottom: 3.5rem;
}
#service .description .author strong {
  margin-left: 0.5ch;
}
#reviews {
  margin-bottom: 15rem;
}
#reviews .title {
  margin-bottom: 10rem;
}
#reviews .reviews-container .desktop-only {
  display: flex;
  align-items: start;
  gap: 8rem;
}
#reviews .review {
  display: flex;
}
#reviews .review .content {
  display: flex;
  gap: 8rem;
}
#reviews .review .content .person {
  width: 58rem;
  object-fit: cover;
}
#reviews .review .content .quote-block {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#reviews .review .content .quote-icon {
  width: 6.6rem;
  height: 6.1rem;
  margin-bottom: 3.5rem;
}
#reviews .review .content blockquote {
  font-family: "Almoni Tzar", sans-serif;
  font-size: 4rem;
  line-height: 4.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
#reviews .review .content .author {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
#reviews .review .content .author * {
  line-height: 1.15;
}
#reviews .review .content .action-btn {
  height: 5.6rem;
}
#reviews .counters-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 11rem;
}
#reviews .counters-list .counter {
  cursor: pointer;
  font-size: 2.5rem;
  border-bottom: 1px solid transparent;
  line-height: 1;
  padding-right: 0.4rem;
  transition: 0.2s ease;
}
#reviews .counters-list .counter.active {
  border-bottom-color: #0d1340;
}
@media screen and (max-width: 768px) {
  #reviews {
    margin-bottom: 5rem;
  }
  #reviews h2 {
    font-size: 4rem;
    line-height: 1.09;
  }
  #reviews h2 br {
    display: none;
  }
  #reviews h2 strong {
    font-weight: 300;
  }
  #reviews h2 em {
    font-style: normal;
    font-weight: 400;
  }
  #reviews .title {
    margin-bottom: 3rem;
  }
  #reviews .mobile-only, #reviews .reviews-list {
    width: 100%;
  }
  #reviews .review .content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0;
    text-align: center;
  }
  #reviews .review .content .person {
    width: 10rem;
    height: auto;
    margin-bottom: 2rem;
  }
  #reviews .review .content blockquote {
    font-size: 2.8rem;
    line-height: 1.2;
    white-space: pre-wrap;
  }
  #reviews .review .content .quote-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #reviews .review .content .quote-block img {
    width: 4.4rem !important;
    height: 4rem !important;
    margin-bottom: 2.2rem !important;
  }
  #reviews .review .content .border-btn {
    width: 23.5rem;
    height: 4.1rem;
    color: #0d1340 !important;
    border-color: #0d1340;
    font-size: 1.8rem;
  }
  #reviews .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: -10rem;
  }
  #reviews .slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.5rem;
    height: 0.5rem;
  }
  #reviews .slick-dots button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: inherit;
    height: inherit;
  }
  #reviews .slick-dots button::before {
    content: "";
    display: flex;
    border: 1px solid #0d1340 !important;
    opacity: 1;
    border-radius: 50%;
    width: inherit;
    height: inherit;
  }
  #reviews .slick-dots .slick-active button::before {
    background-color: #0d1340;
  }
}
#features {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16rem;
}
#features .title {
  margin-bottom: 6rem;
}
#features .features-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#features .features-list .feature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 35rem;
}
#features .features-list .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19rem;
  height: 17rem;
}
#features .features-list img {
  width: 100%;
}
#features .feature .text {
  margin-bottom: 3.2rem;
}
#features .feature .text .head {
  font-family: "Almoni Bold";
  font-size: 2.8rem;
  margin: 2.5rem 0 1.6rem;
}
#features .feature .text .body {
  line-height: 1.17;
}
#features .border-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  height: 4.6rem;
  padding: 0;
}
#home-head {
  margin-bottom: 16rem;
}
#home-head h1 {
  margin: 5rem 0 3rem;
  line-height: 9.5rem;
  font-size: 10rem;
}
#home-head p {
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  #home-head {
    flex-direction: column-reverse;
    margin-bottom: 4rem;
  }
  #home-head img {
    margin-top: 4rem;
  }
  #home-head h1 {
    font-size: 7rem;
    line-height: 6.5rem;
    margin: 3rem 0 3rem;
  }
}
#greetings {
  padding-top: 4rem;
}
#greetings .theme-container {
  margin-bottom: 16rem;
}
#greetings h6 {
  margin-bottom: 1.6rem;
  font-family: "Almoni Bold";
  font-weight: 400;
}
#phone .theme-container {
  margin-bottom: 16rem;
}
#phone .content {
  max-height: 68rem;
}
#phone .images-container .phone-flow-wrap {
  height: initial;
  top: 8rem;
}
#phone .bg-pattern {
  left: -86rem;
  bottom: 15rem;
  width: 105rem;
  height: 36rem;
}
#phone .text-container {
  background: initial;
}
#phone .text-container p {
  font-size: 2.1rem;
  line-height: 2.8rem;
}
#phone .text-container > *:not(:last-child) {
  margin-bottom: 2.3rem;
}
#phone .images-container img.phone {
  width: 33rem;
  height: initial;
}
@media screen and (max-width: 768px) {
  #phone .theme-container {
    margin-bottom: 8rem;
  }
}
#reviews {
  margin-bottom: 16rem;
}
#reviews .counters-list .counter {
  color: rgba(13, 19, 64, 0.5);
}
#reviews .reviews-container .desktop-only {
  display: block;
}
#reviews .counters-list .counter.active {
  color: #0d1340;
}
#reviews .review .content .quote--block {
  min-width: 38rem;
}
#reviews .review .content .quote-block {
  justify-content: space-between;
}
.reviews-container .desktop-only .reviews-list {
  display: flex;
}
.reviews-container .desktop-only .slick-dots {
  position: initial;
  display: flex;
  flex-direction: column;
  width: initial;
  font-size: 2rem;
  gap: 3rem;
  padding-top: 12rem;
}
.reviews-container .desktop-only .slick-dots li {
  padding: 0 6rem 0 2rem;
  color: #999;
  transition: all 200ms;
}
.reviews-container .desktop-only .slick-dots li:hover {
  color: #0d1340;
}
.reviews-container .desktop-only .slick-dots li.slick-active a {
  color: #0d1340;
  border-bottom: 1px solid #0d1340;
}
.reviews-container .desktop-only .slick-slide {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.reviews-container .desktop-only .slick-slide.slick-current {
  opacity: 1;
}
.reviews-container .author a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.reviews-container .author a:hover {
  text-shadow: 1px 0px 1px #0d1340;
}
@media screen and (max-width: 768px) {
  #reviews {
    margin-bottom: 8rem;
  }
  #reviews .review .content blockquote {
    white-space: normal;
    font-size: 2.8rem;
    line-height: 1.18;
  }
  #reviews .review .content .author * {
    font-size: 1.9rem;
    line-height: 2.2rem;
  }
  #reviews .review .content .person {
    height: 10rem;
    width: auto;
  }
}
#service {
  margin-bottom: 16rem;
}
#service img.service-image {
  max-width: 300px;
}
#service .current {
  cursor: pointer;
}
#service .current .open-decoration {
  width: 1.4rem;
  height: 0.8rem;
  right: 4px;
}
#service .description blockquote {
  color: #0085ff;
}
#service .schedule .contact, #service .schedule .current .open-decoration img:first-child {
  display: none;
}
#service .schedule .current .open-decoration img.arrow-down {
  transform: rotate(0deg);
  transition: all 0.3s;
}
#service .schedule .current .open-decoration img.arrow-down.active {
  transform: rotate(-180deg);
}
#service .schedule-list .hours {
  gap: 1rem;
}
@media screen and (max-width: 1360px) {
  #service img.service-image {
    max-width: 260px;
  }
}
@media screen and (max-width: 1100px) {
  #service img.service-image {
    left: -3rem;
    max-width: 220px;
  }
}
@media screen and (max-width: 900px) {
  #service img.service-image {
    left: -3rem;
    max-width: 180px;
  }
}
#features .features-list .image-container {
  width: 17.5rem;
  height: 17.1rem;
  max-width: fit-content;
  margin: 0 auto;
}
#features .features-list .feature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 35rem;
  width: 20%;
}
#features .border-btn {
  font-size: 2.1rem;
  border: 2px solid #0085ff;
}
#features .feature .text {
  margin-bottom: 2.5rem;
  min-height: 12rem;
  text-align: right;
}
#features .feature .text .body br {
  display: none;
}
#events .event {
  box-shadow: 0px 10px 19.9px 4.1px #dcdcdd63;
  padding: 2rem 3.5rem 3.1rem 4rem;
  border-radius: 2px;
}
#events .event .date {
  align-items: center;
}
#events .event .date *:last-child {
  font-size: 2.2rem;
  line-height: 0.7;
}
#events .event .image-container {
  width: 25rem;
}
#events .event .image-container img {
  max-width: 90%;
  width: 186px;
  height: 146px;
  object-fit: contain;
}
#events .event .info-description {
  line-height: 2.5rem;
}
#events .description a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
}
#events .description a:hover {
  color: #0085ff;
}
#events .text-container {
  max-width: 42rem;
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  #events .text-container {
    margin: 0;
  }
  #events .text-container h2 {
    padding-bottom: 1.5rem;
    font-size: 5rem;
  }
  #events .event .head {
    display: flex;
    margin-bottom: 0.2rem;
  }
  #events .event .date *:first-child {
    font-family: "Almoni Tzar", "sans-serif";
    font-size: 6.2rem;
  }
  #events .event .date *:last-child {
    font-size: 1.6rem;
    line-height: 1;
  }
  #events .event .info {
    margin-top: 0.8rem;
  }
  #events .event .info-title {
    font-weight: 400;
  }
  h2, #events .text-container h2, #service .title h2, #features .title h2 {
    font-size: 5.2rem;
  }
  #phone h2, #reviews h2 {
    font-size: 5rem;
  }
  .review .action-btn {
    font-size: 1.9rem !important;
    height: 4.5rem !important;
    margin-top: auto;
  }
  .reviews-list .slick-track {
    display: flex !important;
  }
  .review.slick-slide {
    height: initial !important;
  }
}
body:not(.page-template-home, .page-template-abilities) main#primary section:nth-child(1) {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #phone .text-container p, #home-head p, #prices-subscription-main .description p, #prices-faq .question p, .integrations_subtitle p, .integration_bottom_text p, #events .event .info-description, .contact_gray_box_wrap p, .abilities_subtitle p, .abilities_text p, .abilities_subtitle, .abilities_text *, .list_items_wrap *, .abilities_text_header, .single-testimonial .entry-content p {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
}
#primary {
  visibility: hidden;
}
#prices-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 7rem;
}
#prices-head h1 {
  font-family: "Almoni Tzar", sans-serif;
  font-size: 12rem;
  line-height: 6.55rem;
  font-weight: 300;
  margin-top: 13rem;
}
#prices-head .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
#prices-head .text-container {
  margin-top: 12rem;
  font-size: 2rem;
  line-height: 1.2;
}
#prices-head .text-container .description {
  margin-bottom: 3.7rem;
}
#prices-head .packages-calculation {
  margin-bottom: 3rem;
}
#prices-head .packages-calculation-head {
  margin-bottom: 3rem;
}
#prices-head .packages-components {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-right: 4rem;
  counter-reset: packages-components;
}
#prices-head .packages-component {
  position: relative;
  display: flex;
  flex-direction: column;
}
#prices-head .packages-component::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -4rem;
  content: "0" counter(packages-components);
  counter-increment: packages-components;
  background-color: #768bf5;
  color: #fff;
  border-radius: 100rem;
  padding: 0.2rem 0.6rem 0;
  font-size: 2rem;
}
#prices-head .packages-component:first-child::before {
  background-color: #8bb1ff;
}
#prices-head .packages-component .name {
  font-weight: 400;
}
#prices-head .packages-component .description {
  margin: 0;
}
#prices-head .subscription {
  padding: 2.5rem;
  border: solid 1px #e9ecf5;
}
#prices-head .subscription h6 {
  font-family: "Almoni Tzar", sans-serif;
  line-height: 1.13;
  letter-spacing: 0.09px;
  font-size: 3.1rem;
  margin-bottom: 2.5rem;
}
#prices-head .included-options-list {
  font-size: 2rem;
}
#prices-head .included-options-list .name {
  font-size: 2.1rem;
  font-weight: 400;
  margin-left: 1ch;
}
#prices-head .included-options-list .description {
  margin: 0;
}
#prices-head .included-options-list li {
  display: flex;
  align-items: center;
}
#prices-head .included-options-list li::before {
  content: "";
  background: url("../images/checkmark.png");
  background-position: center;
  background-size: cover;
  width: 2.2rem;
  height: 1.6rem;
  margin-left: 1.4rem;
}
#prices-head .main-image {
  width: 50rem;
  flex-shrink: 0;
  margin-left: 6.5rem;
}
@media screen and (max-width: 768px) {
  #prices-head h1 {
    font-size: 7.65rem;
    line-height: 7.4rem;
    text-align: center;
    width: 25rem;
    margin-top: 5rem;
    margin-bottom: 6rem;
  }
  #prices-head .content {
    flex-direction: column;
  }
  #prices-head .text-container {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  #prices-head .text-container .packages-calculation {
    order: 1;
  }
  #prices-head .text-container .description {
    order: 2;
  }
  #prices-head .text-container .main-image {
    position: relative;
    order: 3;
    margin: 0;
    left: -2rem;
    margin-bottom: 1rem;
  }
  #prices-head .text-container .subscription {
    order: 4;
  }
  #prices-head .subscription h6 {
    font-size: 2.5rem;
    line-height: 3.1rem;
    text-align: center;
  }
  #prices-head .included-options-list li {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  #prices-head .included-options-list li::before {
    margin: 0;
    margin-bottom: 1rem;
  }
  #prices-head p, #prices-head span {
    font-size: 1.9rem;
  }
}
#prices-calc {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
  margin-bottom: 9rem;
}
#prices-calc h2 {
  font-size: 6.1rem;
  line-height: 1.07;
  font-weight: 400;
  margin: 0 0 4.5rem;
}
#prices-calc .calc {
  display: flex;
  justify-content: space-between;
  width: 97.5rem;
  padding: 1rem;
  box-shadow: 4px 0 4.5px 1.5px rgba(213, 219, 226, 0.39);
  background-color: #fff;
}
#prices-calc .calc .result {
  width: 44rem;
}
#prices-calc .calc .controls {
  flex-grow: 1;
  padding: 3.5rem;
}
#prices-calc .calc .controls fieldset {
  display: flex;
  flex-direction: column;
}
#prices-calc .calc .controls .control-label {
  font-size: 2rem;
  font-weight: 400;
}
#prices-calc .calc .controls .slider-control {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 42rem;
  margin-bottom: 2.2rem;
}
#prices-calc .calc .controls .slider {
  display: flex;
  width: 100%;
  height: 0.4rem;
  border-radius: 0.15rem;
  background-color: #ebebf3;
  margin: 1.8rem 0 1rem;
  cursor: pointer;
}
#prices-calc .calc .controls .slider-inner {
  position: relative;
  background-color: #0085ff;
  border-radius: 0.15rem;
  overflow: unset !important;
  cursor: pointer;
  transition: 0.2s ease;
}
#prices-calc .calc .controls .slider-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 3rem;
  height: 3rem;
  border: solid 1px #ebebf3;
  border-radius: 100rem;
  z-index: 9;
}
#prices-calc .calc .controls .amount-of-recipients-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#prices-calc .calc .controls .amount-of-recipients-option {
  font-size: 1.6rem;
  opacity: 0.4;
  user-select: none;
  transition: 0.2s ease;
}
#prices-calc .calc .controls .amount-of-recipients-option.active {
  opacity: 1;
}
#prices-calc .calc .controls .bigger-package-link {
  margin-bottom: 6rem;
}
#prices-calc .calc .controls .bigger-package-link p {
  font-size: 1.8rem;
  line-height: 1;
}
#prices-calc .calc .controls .bigger-package-link a {
  display: inline-flex;
  align-items: center;
  color: #2d82f7;
  text-decoration: underline;
}
#prices-calc .calc .controls .bigger-package-link a::after {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  background-image: url("../images/link-arrow.png");
  background-position: center;
  background-size: cover;
}
#prices-calc .amount-of-emails-options {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: 3rem;
}
#prices-calc .amount-of-emails-options .input-radio {
  display: flex;
  cursor: pointer;
}
#prices-calc .amount-of-emails-options .radio {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100rem;
  border: solid 1px #0d1340;
  margin: 0.3rem 0 0 1rem;
  cursor: pointer;
}
#prices-calc .amount-of-emails-options .radio::after {
  content: "";
  display: none;
  width: 1rem;
  height: 1rem;
  background-color: #0085ff;
  border-radius: 100rem;
}
#prices-calc .amount-of-emails-options .radio-active::after {
  display: flex;
}
#prices-calc .amount-of-emails-options .head {
  font-size: 2rem;
  line-height: 1.2;
  color: #0d1340;
}
#prices-calc .amount-of-emails-options .body {
  font-size: 1.6rem;
  color: #0d1340b3;
}
#prices-calc .calc .result {
  display: flex;
  flex-shrink: 0;
  padding: 4rem 0 1.5rem;
  flex-direction: column;
  align-items: center;
  background-color: #0085ff;
}
#prices-calc .calc .result span {
  color: #fff;
  font-size: 1.8rem;
}
#prices-calc .calc .result .vat-information {
  font-size: 1.5rem;
}
#prices-calc .calc .result .package-number {
  font-size: 2rem;
}
#prices-calc .calc .result .emails-to-recipients {
  opacity: 0.7;
}
#prices-calc .calc .result .price {
  font-size: 8.3rem;
  font-family: "Almoni Tzar", sans-serif;
  line-height: 1;
  margin: 2.5rem 0 -0.5rem;
}
#prices-calc .calc .result .price::before {
  content: "₪";
  margin-right: 0.3ch;
}
#prices-calc .calc .result .action-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 1.9rem !important;
  width: 19.6rem;
  height: 3.6rem;
  background-color: #fff;
  color: #0085ff !important;
  margin: 2.5rem 0 3.5rem;
}
@media screen and (max-width: 768px) {
  #prices-calc {
    margin-bottom: 5rem;
  }
  #prices-calc h2 {
    font-size: 3.5rem;
    margin-bottom: 8rem;
  }
  #prices-calc .calc {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: none;
    padding: 0;
  }
  #prices-calc .controls {
    padding: 0 !important;
  }
  #prices-calc .slider-control-wrapper {
    display: flex;
  }
  #prices-calc .slider-control-fake {
    display: inline-block;
    height: 0.6rem;
    width: 4rem;
    margin: 1.8rem 0 1rem;
    border-radius: 0 100rem 100rem 0 !important;
    background-color: #0085ff;
    position: relative;
    left: -3px;
    z-index: 9;
  }
  #prices-calc .slider-control {
    width: 100% !important;
  }
  #prices-calc .slider-control .amount-of-recipients-options {
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    display: flex !important;
  }
  #prices-calc .slider-control .amount-of-recipients-option {
    flex: 1;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  #prices-calc .slider-control .slider {
    position: relative;
    height: 0.6rem !important;
    border-radius: 100rem !important;
  }
  #prices-calc .slider-control .slider-inner {
    max-width: 100%;
    border-radius: 100rem !important;
  }
  #prices-calc .slider-control .slider-inner::after {
    transform: translate(-56%, -50%) !important;
  }
  #prices-calc .slider-control .entry-dot {
    position: absolute;
    top: 50%;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #aaaaaa;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
  }
  #prices-calc .slider-control .entry-dot.active {
    background-color: #03203a;
  }
  #prices-calc .slider-control .entry-dot:first-of-type {
    transform: translate(-100%, -50%);
  }
  #prices-calc .recipients-amount-badge {
    text-align: center;
    margin: 0 auto;
    font-size: 2.35rem;
    line-height: 3.55rem;
    margin-bottom: 3.5rem;
  }
  #prices-calc .recipients-amount-badge .amount {
    text-decoration: underline;
    margin-left: 0.5ch;
  }
  #prices-calc .amount-of-emails-options {
    margin-bottom: 4rem;
  }
  #prices-calc .calc .result {
    width: 100%;
    padding: 2.5rem 0;
    margin-bottom: 1rem;
  }
  #prices-calc .calc .result .price {
    font-size: 5.6rem;
    margin-top: 1.5rem;
  }
  #prices-calc .calc .result .action-btn {
    margin-bottom: 0;
    margin-top: 2rem;
  }
  #prices-calc .vat-information {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #0085ff;
  }
}
#prices-subscription {
  display: flex;
  gap: 17rem;
  margin-bottom: 13rem;
}
#prices-subscription .title {
  font-size: 6.1rem;
  line-height: 4.35rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
#prices-subscription .subtitle {
  font-family: "Almoni Tzar", sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 5rem;
}
#prices-subscription .action-btn.desktop-only {
  width: 19.6rem;
  height: 4.4rem;
  border: solid 1px #0d1340;
  color: #0d1340 !important;
  background-color: #fff;
}
#prices-subscription .main-info {
  margin-right: 7rem;
}
#prices-subscription .details {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 2rem 6.7rem 0 0;
}
#prices-subscription .detail {
  display: flex;
  flex-direction: column;
}
#prices-subscription .detail-text {
  position: relative;
  display: flex;
  font-size: 2rem;
  line-height: 1.2;
}
#prices-subscription .detail-text::before {
  position: absolute;
  content: "";
  background-image: url("../images/check.png");
  background-size: cover;
  right: -6.7rem;
  top: 0.2rem;
  width: 3.2rem;
  height: 3.2rem;
  margin-left: 3.5rem;
}
#prices-subscription .features {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  margin: 2rem 0 1rem;
}
#prices-subscription .feature {
  display: flex;
  align-items: center;
}
#prices-subscription .feature img {
  width: 4.5rem;
  margin-left: 1.7rem;
}
#prices-subscription .feature .feature-text * {
  font-size: 2rem;
  line-height: 1.15;
}
@media screen and (max-width: 768px) {
  #prices-subscription {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 8rem;
  }
  #prices-subscription .title {
    font-size: 4.6rem;
    line-height: 4.35rem;
    margin-bottom: 1rem;
  }
  #prices-subscription .subtitle {
    text-align: center;
    margin-bottom: 0;
  }
  #prices-subscription .main-info {
    margin: 0;
    margin-bottom: 3.5rem;
  }
  #prices-subscription .details {
    padding: 0 3.5rem 0 0;
    gap: 2rem;
    margin-bottom: 5rem;
  }
  #prices-subscription .detail-text {
    font-size: 1.8rem;
  }
  #prices-subscription .detail-text::before {
    width: 2.5rem;
    height: 2.5rem;
    right: -3.5rem;
  }
  #prices-subscription .features {
    margin-bottom: 0;
  }
  #prices-subscription .feature {
    align-items: start;
  }
  #prices-subscription .feature-text * {
    font-size: 1.8rem !important;
  }
  #prices-subscription .action-btn {
    width: 19.5rem;
    height: 4.4rem;
    font-size: 1.8rem;
  }
}
#prices-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16.5rem;
}
#prices-faq .title {
  font-weight: 400;
  font-size: 6.1rem;
  line-height: 1.07;
}
#prices-faq .question {
  padding: 2rem 0;
  border-bottom: solid 1px #0d1340;
}
#prices-faq .question * {
  font-size: 2.2rem;
  line-height: 1.36;
}
#prices-faq .question.active .head {
  font-weight: 400;
}
#prices-faq .question.active .head::after {
  background-image: url("../images/less.png");
}
#prices-faq .question .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.2rem;
  cursor: pointer;
}
#prices-faq .question .head::after {
  content: "";
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../images/more.png");
  background-size: cover;
  flex-shrink: 0;
}
#prices-faq .question .body {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease;
}
#prices-faq .question .body .content-wrap {
  padding-top: 2rem;
}
#prices-faq .question .body a {
  color: #5181ff;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #prices-faq {
    margin-bottom: 10rem;
  }
  #prices-faq .title {
    font-size: 4.6rem;
    line-height: 6.55rem;
    margin-bottom: 1rem;
  }
  #prices-faq .question {
    padding: 1rem 0;
  }
  #prices-faq .question * {
    font-size: 1.9rem;
  }
  #prices-faq .question .head::after {
    width: 2rem;
    height: 2rem;
  }
  #prices-faq .question .body .content-wrap {
    padding-top: 1rem;
  }
}
#prices-contact {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15rem;
}
#prices-contact .main-content {
  width: 53rem;
}
#prices-contact .title * {
  font-size: 6.1rem;
  line-height: 6.5rem;
  margin-bottom: 3rem;
}
#prices-contact .contact-form {
  display: flex;
  flex-direction: column;
  align-items: start;
}
#prices-contact .form-input {
  width: 100%;
  margin-bottom: 1.5rem;
}
#prices-contact .contact-form-submit-button {
  border-radius: 0;
  font-size: 2.3rem;
  height: 5.5rem;
  padding: 0 3.2rem;
  margin-top: 3.5rem;
}
#prices-contact .contact-image {
  position: absolute;
  width: 46.8rem;
  left: 0;
  top: -7rem;
}
@media screen and (max-width: 768px) {
  #prices-contact {
    margin-bottom: 5rem;
  }
  #prices-contact .title * {
    font-size: 4.6rem;
    line-height: 5.25rem;
  }
  #prices-contact .contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -1rem;
  }
  #prices-contact .form-input {
    font-size: 1.8rem !important;
    padding: 0.5rem 0 !important;
  }
}
#prices-sms .theme-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6rem 0;
}
#prices-sms img {
  width: 10rem;
  margin-bottom: 4.5rem;
}
#prices-sms .title {
  font-weight: 400;
  font-size: 6.1rem;
  line-height: 1.2;
}
#prices-sms .sms-link {
  font-size: 3.7rem;
  line-height: 5rem;
}
@media screen and (max-width: 768px) {
  #prices-sms .theme-container {
    padding: 2rem 0 3rem;
  }
  #prices-sms img {
    width: 6.6rem;
  }
  #prices-sms .title {
    font-size: 4.6rem;
    line-height: 2.85rem;
  }
  #prices-sms .sms-link {
    font-size: 2.4rem;
    line-height: 4.15rem;
    margin-top: 1.2rem;
  }
}
#prices-calc-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#prices-calc-top h2, #prices-calc h2 {
  font-size: 8.95rem;
  line-height: 0.73;
  font-weight: 300;
  margin: 0 0 3.2rem;
}
#prices-calc-top h3, #prices-calc h3 {
  font-family: "Almoni Tzar", "sans-serif";
  font-size: 3.9rem;
  font-weight: 300;
  margin: 0 0 6.4rem;
}
#prices-subscription {
  margin-bottom: 8rem;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
#prices-subscription .title {
  font-size: 4.6rem;
  line-height: 4.37rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
#prices-subscription .subtitle {
  font-family: inherit;
  font-weight: 300;
  margin-bottom: 3.6rem;
}
#prices-subscription .action-btn.desktop-only {
  width: 19.6rem;
  height: 4.4rem;
  border: solid 1px #0d1340;
  color: #ffffff !important;
  background-color: #0d1340;
  font-family: "Almoni", sans-serif;
  font-weight: 300;
}
#prices-subscription .action-btn.desktop-only:hover {
  border: solid 1px #0085ff;
  background-color: #0085ff;
}
#prices-subscription .details {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 0rem 6rem 0 0;
}
#prices-subscription .detail {
  counter-increment: customlistcounter;
}
#prices-subscription .detail-text::before {
  content: "0" counter(customlistcounter);
  width: 1.6rem;
  height: 2.2rem;
  background-image: none;
  border-bottom: 1px solid;
  font-size: 1.75rem;
}
#prices-subscription .detail:nth-child(1) .detail-text::before {
  margin-top: 3rem;
}
#prices-subscription a.action-btn {
  padding: 0.8rem 6rem;
}
#prices-calc {
  margin-bottom: 1rem;
}
#prices-calc .calc {
  border-radius: 2px;
}
#prices-calc .calc .controls .bigger-package-link a::after {
  display: none;
}
#prices-calc .calc .controls .slider-control {
  cursor: pointer;
  margin-bottom: 3.2rem;
}
#prices-calc .calc .controls fieldset .bigger-package-link {
  margin-top: 6rem;
  margin-bottom: 0;
}
#prices-calc .amount-of-emails-options {
  margin-top: 0.5rem;
}
#prices-calc .amount-of-emails-options .body {
  display: none;
}
#prices-faq .title {
  font-weight: 400;
  font-size: 4.6rem;
  line-height: 6.55rem;
  margin-bottom: 1.6rem;
  right: -6rem;
}
#prices-faq .question {
  padding: 1.6rem 0;
}
#prices-faq .question .body {
  max-width: 85%;
}
#prices-faq .question .body .content-wrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#prices-faq .question * {
  font-size: 2rem;
  line-height: 2.5rem;
}
#prices-faq .question .head {
  font-size: 2rem;
  line-height: 2.5rem;
}
#prices-faq .question .head::after {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../images/more.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
#prices-faq .question.active .head {
  font-family: "Almoni Bold";
  font-weight: 400;
}
#prices-contact .title * {
  font-size: 4.6rem;
  line-height: 3.2rem;
}
#prices-contact .title strong {
  font-size: 4.6rem;
  line-height: 6.5rem;
}
#prices-contact .contact-image {
  width: 38rem;
  top: 14rem;
}
#prices-contact .contact-form label {
  width: 100%;
  color: #10114385;
  font-size: 1.8rem;
}
#prices-contact .form-input {
  margin-bottom: 0rem;
  font-size: 2rem;
}
#prices-contact .contact-form-submit-button {
  height: 4.5rem;
  border-radius: 2px;
}
section#prices-sms {
  transition: all 0.3s;
  overflow: initial;
}
#prices-sms .theme-container {
  padding: 3.6rem 0;
}
#prices-sms .title {
  font-weight: 400;
  font-size: 5rem;
  line-height: 3.7rem;
}
#prices-sms .sms-link {
  font-size: 2.85rem;
  line-height: 4.6rem;
  text-align: center;
  width: 100%;
}
#prices-sms img {
  margin: -7rem auto 3.6rem;
  width: 10rem;
}
#under_calc .subscription {
  width: 97.5rem;
  padding: 3.3rem 1rem 2.8rem;
  margin: 0 auto 10rem;
  text-align: center;
  border: solid 2px #757d8c55;
}
#under_calc h6 {
  font-size: 3.1rem;
  font-family: "Almoni Tzar", "sans-serif";
  line-height: 3.5rem;
  margin-bottom: 1.6rem;
}
#under_calc li {
  margin-bottom: 0.4rem;
}
#under_calc .SCHOOLER {
  color: #00c2d5;
  margin-left: 4px;
}
#under_calc .KESHER {
  color: #0085ff;
  margin-left: 4px;
}
section#prices-faq, section#prices-contact, section#prices-packeges, section#prices-subscription {
  width: 98rem;
}
section#prices-faq {
  margin-bottom: 10rem;
}
section#prices-contact {
  margin-bottom: 8rem;
}
li.amount-of-emails-option {
  width: 40%;
}
#prices-subscription-main {
  display: flex;
  gap: 5rem;
}
#prices-subscription-main .description p {
  margin-bottom: 2rem;
  font-size: 2rem;
}
.prices-subscription-col {
  width: 50%;
}
.under_feature_list {
  margin-right: 3rem;
}
#prices-packeges {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 8rem;
  margin-top: 6rem;
}
#prices-packeges .title {
  font-size: 4.6rem;
  line-height: 5rem;
  margin-bottom: 4rem;
  font-weight: 300;
}
.packeges_list_wrap .list_item_container {
  margin-bottom: 1.2rem;
  gap: 1rem;
}
.packeges_list_wrap .list_item {
  font-size: 2rem;
  line-height: 2.4rem;
}
img.packeges-image {
  max-width: 44rem;
}
@media screen and (max-width: 768px) {
  #prices-calc-top h2, #prices-calc h2 {
    font-size: 6.2rem;
  }
  #prices-calc .recipients-amount-badge {
    line-height: inherit;
    text-align: initial;
    margin-left: initial;
    margin-right: initial;
  }
  #prices-calc .control-label.package-count-label {
    margin-bottom: 1rem;
  }
  #prices-calc .controls {
    padding: 3rem 2rem 0rem !important;
  }
  #prices-calc .packeges_list_wrap .list_item {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  #prices-subscription {
    gap: 2rem;
  }
  #prices-subscription .title {
    max-width: 25rem;
  }
  #prices-subscription .details {
    padding: 0 3rem;
  }
  #prices-subscription .detail-text {
    font-size: 1.8rem;
  }
  #prices-subscription .detail-text::before {
    display: none;
  }
  #prices-packeges {
    margin-top: 4rem;
    gap: 4rem;
    flex-direction: column-reverse;
  }
  #prices-subscription-main {
    gap: 4rem;
    flex-direction: column;
  }
  .prices-subscription-col {
    width: 100%;
  }
  li.amount-of-emails-option {
    width: 45%;
  }
  section#prices-faq, section#prices-contact {
    width: 100%;
  }
  section#prices-contact {
    margin-bottom: 0rem;
  }
  #prices-faq .question * {
    font-size: 1.9rem;
    line-height: initial;
  }
  #prices-subscription .title, #prices-faq .title, #prices-contact .title strong {
    font-size: 3.9rem;
  }
  #under_calc .subscription {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6.5rem;
  }
  #under_calc li {
    margin-bottom: 3rem;
    display: grid;
    gap: 0.5rem;
  }
  section#prices-faq, section#prices-contact, section#prices-packeges, section#prices-subscription {
    width: initial;
    margin-bottom: 5rem;
  }
  .theme-container {
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 400px) {
  #prices-calc .amount-of-emails-options {
    gap: 1rem;
  }
  li.amount-of-emails-option {
    width: 100%;
  }
}
.page-template-abilities #top-gradient {
  height: 64rem;
}
#abilities_head {
  margin-top: 8rem;
}
#abilities_head .abilities_content {
  width: 48%;
}
#abilities_head .abilities_image {
  margin: 0 auto;
}
#abilities_head .abilities_image img {
  float: left;
  padding: 0 1rem;
}
#abilities_menu ul {
  margin-top: 4rem;
}
#abilities_menu li {
  min-width: 10rem;
  text-align: center;
}
#abilities_menu a {
  font-size: 2rem;
  text-transform: capitalize;
  color: #78789e;
  text-underline-offset: 0.2rem;
}
#abilities_menu a:hover, #abilities_menu a.active-item {
  font-family: "Almoni Bold";
  font-weight: 400;
  color: #0d1340;
  text-decoration: underline;
}
.abilitity_bottom_nav {
  justify-content: space-between;
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding: 0.5rem;
}
.abilitity_bottom_nav a {
  text-transform: capitalize;
}
.prev_ability a::before {
  content: "<";
  padding-left: 1rem;
}
.next_ability a::after {
  content: ">";
  padding-right: 1rem;
}
.abilities_section {
  margin-top: 8rem;
  align-items: center;
}
.abilities_section:nth-child(odd) {
  flex-direction: row-reverse;
}
.abilities_section .abilities_text {
  padding-left: 9.7rem;
}
.abilities_section .abilities_text a {
  color: #006BFF;
  display: inline-flex;
  align-items: baseline;
  gap: 1rem;
}
.abilities_section .abilities_text a:hover {
  text-decoration: underline;
}
.abilities_section .abilities_text a::after {
  content: "";
  background: url(./images/out-arrow.png);
  height: 1.2rem;
  width: 1.2rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.abilities_section .abilities_text p {
  padding-bottom: 2.4rem;
}
.abilities_wrap h2 {
  font-size: 4.5rem;
  line-height: 4.8rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-family: "Almoni Tzar";
}
.abilities_subtitle, .abilities_text *, .list_items_wrap *, .bottom_block_text *, .abilities_text_header {
  font-size: 2.1rem;
  line-height: 2.5rem;
}
.abilities_text_header, .list_items_wrap .item_title {
  font-family: "Almoni Bold";
  font-weight: 400;
}
.abilities_content {
  width: 46%;
  justify-content: center;
}
.abilities_image {
  width: 46%;
  max-width: 340px;
}
.ability-kesher-head .abilities_image img {
  max-width: 88%;
}
.abilities_button_wrap a {
  width: 27rem;
  height: 5.5rem;
  padding: 2rem 3.5rem;
  margin-top: 4rem;
}
.list_items_wrap .list_item {
  padding-right: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.list_items_wrap .list_item .item_title, .list_items_wrap .list_item .item_text {
  font-size: 2rem;
  line-height: 2.4rem;
}
.list_item_container img {
  width: 2rem;
  height: 2rem;
  margin-top: 0.2rem;
}
.abilitity_bottom_block_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
h3.bottom_block_title {
  font-family: "Almoni Tzar";
  font-size: 4.5rem;
  line-height: 4.8rem;
  margin-bottom: 2rem;
}
.bottom_block_text {
  text-align: center;
}
.ability-schooler-head .abilities_title {
  max-width: 38rem;
}
.img-max-width-40rem img {
  max-width: 40rem;
}
.img-max-width-42rem img {
  max-width: 42rem;
}
.img-max-width-44rem img {
  max-width: 44rem;
}
.img-max-width-46rem img {
  max-width: 46rem;
}
.img_85_percent img {
  max-width: 85%;
}
.img_75_percent img {
  max-width: 75%;
}
.img_52_percent img {
  max-width: 52%;
}
img.additional_image {
  box-shadow: 0px 0px 8px 4px #eee;
  margin: 6px 10px;
  max-width: 41.3rem;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .list_item_container img {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 0.4rem;
  }
  #abilities_head {
    flex-direction: column;
    margin-top: 6rem;
  }
  .abilities_section, .abilities_section:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .abilities_content, .abilities_image, #abilities_head .abilities_content {
    width: 100%;
    justify-content: center;
  }
  #abilities_head .abilities_image {
    margin-top: 2rem;
  }
  .abilities_button_wrap a {
    width: 100%;
  }
  .abilities_section {
    margin-top: 8rem;
  }
  .abilities_section .abilities_text {
    padding-left: inherit;
  }
  .abilities_image {
    display: flex;
    flex-direction: column;
  }
  .abilities_image img {
    object-fit: contain;
  }
  .img-max-width-40rem img, .img-max-width-42rem img, .img-max-width-44rem img, .img-max-width-46rem img, .img_85_percent img, .img_75_percent img, .ability-kesher-head .abilities_image img {
    max-width: 100%;
  }
  img.additional_image {
    margin: 6px 8px;
    max-width: 94%;
  }
  .abilities_wrap h2 {
    font-size: 4rem;
    line-height: 4.5rem;
    text-align: right !important;
  }
  h3.bottom_block_title {
    text-align: right !important;
    display: flex;
    align-self: start;
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .abilities_subtitle, .list_items_wrap .list_item .item_text, .list_items_wrap .list_item .item_title, .list_items_wrap *, .abilities_text_header, .abilities_section .abilities_text *, .abilities_section .bottom_block_text * {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
}
body.page-template-contact #top-gradient {
  height: 60rem;
}
#contact_head {
  margin-bottom: 8rem;
}
.contact_form_wrap {
  margin-bottom: 6rem;
}
.contact_content {
  gap: 16rem;
}
.contact_left_wrap {
  width: 40%;
}
.contact_left_wrap p {
  line-height: 2.8rem;
  margin-top: 2rem;
}
.contact_left_wrap p strong {
  display: inline-block;
  padding-bottom: 1rem;
}
.contact_right_wrap {
  width: 60%;
}
.forminator-row {
  margin: 0 !important;
}
.forminator-field {
  display: grid;
}
.forminator-field label, .forminator-field label span {
  order: 2;
  font-size: 1.8rem;
  color: #10114385;
}
.forminator-field:active + label, .forminator-field:focus + label, .forminator-field:focus-within label, .forminator-field:focus-within label span {
  color: #0085ff !important;
}
.forminator-field .forminator-error-message {
  order: 2;
  display: grid;
  color: red;
  font-size: 1.6rem;
}
.forminator-field input, .forminator-field textarea, .forminator-field select {
  order: 1;
  display: grid;
  width: 100%;
  margin-bottom: 0rem;
  font-size: 2rem;
  background: #ffffff00;
  border: none;
  border-bottom: 1px solid #0d1340;
  border-radius: 0;
  color: #0d1340;
  padding: 1rem 0;
}
.forminator-field input:focus, .forminator-field input:focus-visible, .forminator-field input:active, .forminator-field textarea:focus, .forminator-field textarea:focus-visible, .forminator-field textarea:active, .forminator-field select:focus, .forminator-field select:focus-visible, .forminator-field select:active {
  border: none;
  outline: none;
  border-bottom: 1px solid #0085ff !important;
}
.forminator-edit-module {
  display: none;
}
.forminator-g-recaptcha {
  margin: 6rem 0;
}
.forminator-button-submit {
  width: fit-content;
  height: 4.5rem;
  padding: 0 3.2rem;
  border-radius: 2px;
}
.contact_gray_box_wrap {
  background-color: rgba(218, 224, 248, 0.5);
  padding: 2.2rem 5.6rem;
}
.contact_gray_box_wrap p {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.contact_gray_box_wrap strong {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.social_wrap {
  display: flex;
  gap: 2rem;
  margin-top: 2.8rem;
  align-items: center;
}
.single_social img {
  max-height: 2.2rem;
  max-width: 3rem;
}
.single_social a {
  position: relative;
}
.single_social a:hover .hover_single_social {
  opacity: 1;
}
img.hover_single_social {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .contact_form_wrap {
    margin-bottom: 4rem;
  }
  .contact_content {
    gap: 4rem;
    flex-direction: column;
    max-width: 100%;
  }
  .contact_right_wrap, .contact_left_wrap {
    width: 100%;
  }
  .contact_gray_box_wrap {
    padding: 2.2rem 3rem;
  }
  .contact_gray_box_wrap strong {
    margin-bottom: 1rem;
  }
  #contact_head {
    margin-bottom: 4rem;
  }
  .contact_image.mobile_only {
    max-width: 80%;
    margin: 0 auto;
  }
  .contact_left_wrap_inner {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2rem;
  }
  .social_wrap {
    justify-content: center;
  }
}
body.page-template-integrations #top-gradient {
  height: 64rem;
}
.integrations_section {
  overflow: initial;
}
.integrations_section h2 {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 5rem;
  margin-bottom: 1.5rem;
}
.integrations_section .border-btn {
  font-size: 1.9rem;
  border: 2px solid #0085ff;
  width: fit-content;
  padding: 0.4rem 2rem;
  margin: 2.4rem auto 0rem;
}
.integrations_section .border-btn:hover {
  background-color: #0085ff;
}
section#integrations_head, section#integrations_body, section.integrations_section {
  width: 106rem;
}
section#integrations_head {
  gap: 10%;
  align-items: center;
  margin-bottom: 8rem;
}
section#integrations_head .integrations_subtitle {
  max-width: 42rem;
}
.integrations_image {
  min-width: 38%;
}
.integrations_image img {
  width: 85%;
  margin: 0 auto;
}
#integrations_head h2 {
  font-size: 6.2rem;
  margin-bottom: 2rem;
}
.integrations_content_header, .integrations_content {
  margin-bottom: 2rem;
}
.integration_items_wrap {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.integration_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 6rem;
  padding: 2rem 1.8rem;
  box-shadow: 0px 6px 7.5px 0.5px rgba(205, 216, 246, 0.22);
  background-color: #fff;
}
.integration_item_title {
  font-size: 2.4rem;
  font-family: "Almoni Bold";
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.integration_item_text {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #717592;
}
.integration_item_img {
  min-height: 5rem;
  display: grid;
  align-items: center;
}
.integration_item_img img {
  margin: 2rem auto;
  max-width: 220px;
  max-height: 80px;
}
.integration_comingsoon_img img {
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.black-not-btn {
  width: fit-content;
  margin: 0 auto;
  padding: 0.4rem 2rem;
  background: #000;
  color: #fff;
}
.inspiration-item-wrap .border-btn {
  margin: 2rem auto 0rem;
}
.integration_bottom_text {
  margin: 8rem 0rem;
}
.integration_bottom_text a {
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 0.3s;
}
.integration_bottom_text a:hover {
  color: #0085ff;
}
@media screen and (max-width: 768px) {
  .integration_items_wrap {
    grid-template-columns: auto;
  }
  section#integrations_head, section#integrations_body, section.integrations_section {
    width: 100%;
  }
  section#integrations_head {
    gap: 2rem;
    flex-direction: column-reverse;
    margin-bottom: 4rem;
  }
  section#integrations_head img {
    margin-top: 4rem;
  }
  .integration_item {
    margin-bottom: 2rem;
  }
  .integration_bottom_text {
    margin: 8rem auto;
    max-width: 28rem;
  }
}
body.page-template-about #top-gradient {
  height: 64rem;
}
section#aboutus_head, section#aboutus_body, section.aboutus_section {
  width: 112rem;
}
section#aboutus_head {
  gap: 10%;
  align-items: center;
  margin-bottom: 12rem;
}
section.aboutus_section {
  gap: 4%;
  margin-bottom: 6rem;
}
.aboutus_header_image {
  min-width: 48%;
}
.aboutus_image {
  min-width: 48%;
  margin-top: 6rem;
}
.aboutus_header_image img, .aboutus_image img {
  width: 85%;
}
#aboutus_head h2 {
  font-size: 6.2rem;
  margin-top: 4rem;
}
.aboutus_content_header, .aboutus_content {
  margin-bottom: 2rem;
}
.aboutus_section h2 {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 5rem;
  margin-bottom: 1.5rem;
}
.aboutus_bottom_block_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutus_bottom_block_wrap .aboutus_title {
  margin-bottom: 6rem;
}
.aboutus_founders_wrap {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.founder_item_wrap {
  display: flex;
  flex-direction: column;
  flex: 0 1 31.2rem;
  margin-bottom: 4%;
}
img.founder_image {
  margin-bottom: 3rem;
}
.founder_title {
  font-size: 2.6rem;
  margin-bottom: 2rem;
  font-family: "Almoni Bold";
  font-weight: 400;
}
.about_us_wrap p {
  padding-bottom: 2rem;
}
.about_us_wrap p a {
  color: #0d1340;
  text-decoration: underline;
  transition: all 0.3s;
}
.about_us_wrap p a:hover {
  color: #0085ff;
}
@media screen and (max-width: 768px) {
  section#aboutus_head, section#aboutus_body, section.aboutus_section {
    width: 100%;
  }
  section#aboutus_head {
    gap: 2rem;
    flex-direction: column-reverse;
    margin-bottom: 8rem;
  }
  section#aboutus_head img {
    margin-top: 4rem;
  }
  section.aboutus_section {
    flex-direction: column;
  }
  .aboutus_image {
    margin-top: 0;
  }
  .aboutus_founders_wrap {
    grid-template-columns: 1fr;
  }
  .founder_item_wrap {
    margin-bottom: 8rem;
  }
}
body.single-post h1 {
  font-size: 4.6rem;
  line-height: 4.8rem;
  max-width: 60rem;
  margin-bottom: 3.2rem;
  font-family: "Almoni Tzar";
  font-weight: 300;
}
.single_post_content {
  gap: 16rem;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.single_post_content p {
  margin-bottom: 2rem;
}
.single_post_content .related_post_item {
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.single_post_content .ralated_post_title {
  font-size: 2.4rem;
  font-family: "Almoni Tzar";
}
.single_post_content .ralated_post_date {
  font-size: 1.8rem;
}
.single_post_right_wrap {
  width: 60%;
}
.single_post_left_wrap {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .single_post_content {
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .single_post_right_wrap, .single_post_left_wrap {
    width: 100%;
  }
}
.faq_section {
  margin-top: 6rem;
  gap: 2%;
}
.faq_image {
  width: 8%;
}
.faq_image img {
  width: 7.2rem;
}
.faq_content.content {
  width: 90%;
}
h2.faq_section_title {
  font-size: 2.5rem;
  font-family: "Almoni Bold";
  font-weight: 400;
}
.faq_item.question {
  padding: 1.6rem 0 0rem;
  border-bottom: solid 1px #0d1340;
}
.faq_item.question * {
  font-size: 2.1rem;
  line-height: 3.8rem;
}
.faq_item.question .answer_text .content-wrap * {
  line-height: 2.8rem;
}
.faq_item.question .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq_item.question .head::after {
  content: "";
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../images/more.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.faq_item.question.active .head {
  font-family: "Almoni Bold";
  font-weight: 400;
}
.faq_item.question.active .head::after {
  background-image: url(../images/less.png);
}
.faq_item.question .body {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease;
}
.faq_item.question .body .content-wrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 84rem;
}
.faq_item.question .body a {
  color: #5181ff;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .faq_image {
    width: auto;
    align-self: center;
    margin-bottom: 2rem;
  }
  .faq_image img {
    width: 100% !important;
  }
  .faq_content.content {
    width: 100%;
  }
  section.faq_section {
    flex-direction: column;
  }
}
.error_404_content {
  justify-content: center;
}
#error_404_head {
  margin-top: 6rem !important;
  margin-bottom: 10rem;
}
#error_404_head .action-btn {
  width: fit-content;
  font-size: 1.95rem;
  padding: 1.2rem 4rem;
}
.error_404_title {
  font-weight: 400;
}
.error_404_subtitle {
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-size: 1.95rem;
}
.error_404_subtitle a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.error_404_subtitle a:hover {
  color: #0085ff;
}
@media screen and (max-width: 768px) {
  #error_404_head {
    flex-direction: column-reverse;
    gap: 4rem;
    margin-top: 2rem !important;
    margin-bottom: 8rem;
  }
  #error_404_head .action-btn {
    margin: 0 auto;
  }
  .error_404_title {
    font-size: 4rem;
    line-height: 4.2rem;
  }
  .error_404_subtitle, .error_404_subtitle p {
    text-align: center;
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
}
#sms_head {
  gap: 15rem;
}
#sms_head h2 {
  font-size: 6rem;
}
.sms_image {
  min-width: 30%;
  padding-top: 6rem;
}
.sms_content {
  gap: 10rem;
  padding: 1rem 0;
}
.sms_content .text-container {
  text-align: justify;
}
.sms_content.page_legend {
  margin-top: 4rem;
}
.sms_content.page_legend p {
  margin-bottom: 1rem;
}
.sms_text {
  margin: 4rem 0 6rem;
}
.sms_text p {
  font-size: 2.2rem;
}
.sms_subtext p {
  font-size: 2.2rem;
}
#sms_section_body {
  margin-top: 8rem;
  margin-bottom: 4rem;
}
h4.price_col_title {
  font-size: 4.6rem;
  font-family: "Almoni Tzar";
  font-weight: 300;
}
.price_col_descr {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.price_col_descr p {
  font-size: 1.7rem;
}
.sms_price_description p, .sms_content.page_legend p {
  font-size: 1.7rem;
}
.sms_price_description p strong {
  font-size: 1.9rem;
}
.sms_price_item {
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 0;
  border-bottom: 1px solid #a7a9bc;
}
.sms_price {
  font-family: "Almoni Bold";
  font-size: 3.9rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #sms_head {
    gap: 2rem;
    flex-direction: column;
  }
  #sms_head h2 {
    margin-top: 3.5rem;
    font-size: 4rem;
    font-weight: 400;
    line-height: 4.5rem;
    text-align: right !important;
  }
  h4.price_col_title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 4.5rem;
    text-align: right !important;
  }
  .sms_subtext p, .sms_text p, .price_col_descr p, .sms_content.page_legend p, .sms_price_description p {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .sms_image {
    padding-top: 2rem;
    margin: 0 auto;
  }
  .sms_content {
    flex-direction: column;
    gap: 8rem;
  }
  .sms_content .text-container {
    text-align: justify;
  }
}
body.blog h1 {
  font-size: 4.5rem;
  font-weight: 300;
  font-family: "Almoni Tzar", "sans-serif";
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 6rem;
}
body.blog .page-title-wrap {
  margin-top: 4rem;
}
body.blog .article_row.theme-container {
  width: 84rem;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 12rem;
}
.article_row article.post {
  margin: 0rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0px 5px 24px 0 rgba(220, 220, 221, 0.22);
  height: 100%;
}
.two_per_row {
  display: flex;
  gap: 2rem;
}
.two_per_row article {
  width: 50%;
}
.two_per_row .archive_post_wrap .entry-header h2 {
  width: 60%;
}
.article_row article img {
  width: 100%;
  margin-bottom: 2rem;
}
.archive_post_wrap {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.archive_post_wrap .entry-header h2 {
  font-size: 2.8rem;
  font-family: "Almoni Bold";
  font-weight: 400;
  text-align: initial !important;
}
.archive_post_wrap .entry-meta {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.archive_post_wrap .entry-subtitle {
  margin-top: 1rem;
  font-size: 2.2rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  body.blog .article_row.theme-container {
    grid-template-columns: 1fr;
  }
  body.blog h1 {
    margin-bottom: 4rem;
  }
  .two_per_row {
    flex-direction: column;
    gap: 0rem;
  }
  .two_per_row article {
    width: 100%;
  }
  .two_per_row .archive_post_wrap .entry-header h2 {
    width: 100%;
  }
  .archive_post_wrap .entry-header h2 {
    font-size: 3.2rem;
  }
  .archive_post_wrap .entry-subtitle, .archive_post_wrap .entry-meta {
    font-size: 2.1rem;
  }
  .archive_post_wrap .entry-subtitle br {
    display: none;
  }
  .integration_button_wrap .border-btn {
    font-size: 1.8rem !important;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .archive_post_wrap .entry-header h2 {
    font-size: 2.6rem;
  }
  .archive_post_wrap .entry-subtitle, .archive_post_wrap .entry-meta {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}
.single-testimonial {
  width: 100%;
}
.single-testimonial .entry-content {
  margin: 0;
}
.single-testimonial .entry-content p {
  margin: 0;
}
.single-testimonial h1 {
  font-size: 6.2rem;
  font-weight: 300;
  font-family: "Almoni Tzar", "sans-serif";
  margin-top: 4rem;
}
.single-testimonial .post-thumbnail, .single-testimonial .entry-content {
  width: 50%;
}
.single-testimonial .testimonial_icon {
  margin: 2rem 0 4rem;
}
.content-wrap {
  gap: 6rem;
}
.testimonials_wrap {
  margin-bottom: 8rem;
}
.testimonials_wrap .post-thumbnail img {
  width: 100%;
}
.testimonials_wrap .slick-prev:before, .testimonials_wrap .slick-next:before {
  font-size: 2.8rem;
  opacity: 1;
  color: #7dbaff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.testimonials_wrap .client_name {
  font-size: 2rem;
  font-family: "Almoni Bold";
  font-weight: 400;
  margin: 3rem 0 0.8rem;
}
.testimonials_wrap .entry-content {
  max-width: 45.5rem;
  position: relative;
}
.testimonials_wrap .slick-prev, .testimonials_wrap .slick-next {
  top: initial;
  bottom: 2.6rem;
  z-index: 9;
}
.testimonials_wrap .slick-next {
  left: 5.4rem;
}
.testimonials_wrap .slick-prev {
  left: 9rem;
  right: initial;
}
.job_title {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.job_title a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
.job_title a, .job_title p {
  color: #87878b;
  font-size: 1.8rem;
}
h1.testimonials_title {
  font-size: 6.1rem;
  margin: 1rem 0 6rem;
  text-align: center;
}
#testimoniall_counter_wrap {
  position: absolute;
  bottom: 0;
}
.testimoniall_counter_wrap {
  position: absolute;
  bottom: 0;
  font-size: 1.7rem;
  width: 100%;
  justify-content: space-between;
}
.slick_nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  z-index: 999;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: all 0.2s;
}
.slick_nav:hover {
  color: #fff;
  background: #0085ff;
}
.slick_nav.slick_nav_right.slick-arrow {
  bottom: 3.2rem;
  left: 10rem;
}
.slick_nav.slick_nav_left.slick-arrow {
  bottom: 3.2rem;
  left: 5.6rem;
}
#testimonials_logos_wrap {
  gap: 1rem;
  margin-bottom: 10rem;
  margin-top: 4rem;
}
.testimonial_arrows {
  display: flex;
  gap: 2rem;
}
.testimonial_arrows span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: all 0.2s;
  line-height: 2rem;
}
.testimonial_arrows span:hover {
  color: #fff;
  background: #0085ff;
}
span.dissabled {
  pointer-events: none;
  opacity: 0.6;
}
.mobile-only .review .continue-button {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .content-wrap {
    flex-direction: column;
  }
  .single-testimonial .post-thumbnail, .single-testimonial .entry-content {
    width: 100%;
  }
  .testimonials_wrap {
    margin-bottom: 4rem;
  }
  #testimonials_logos_wrap {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  .single_logo {
    max-width: 48%;
  }
}
.iso_page_container {
  width: 90rem;
  margin-bottom: 4rem;
  gap: 5%;
}
.iso_page_container p {
  line-height: 1.17;
  text-align: justify;
}
.iso_page_header_content {
  min-width: 59%;
}
h1.iso_page_title {
  font-family: "Almoni Tzar", "sans-serif";
  font-size: 6rem;
  font-weight: 300;
}
.iso_page_subtitle {
  font-family: "Almoni Bold";
  font-weight: 400;
  margin: 2rem 0 2rem;
}
.iso_page_header_text, .iso_page_subtitle {
  text-align: justify;
}
.iso_page_header_image {
  width: 36%;
  max-width: 340px;
  margin: 0 auto;
}
.iso_page_header_image img {
  width: 100%;
  margin: 0 auto;
  object-fit: contain;
}
section#iso_main h2 {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
section#iso_main p {
  margin-bottom: 3rem;
  font-size: 2.1rem;
  line-height: 2.5rem;
}
a.iso_file_link {
  font-family: "Almoni Bold";
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.3s;
}
a.iso_file_link:hover {
  color: #006BFF;
}
@media screen and (max-width: 768px) {
  .iso_page_container {
    width: 100%;
    gap: inherit;
  }
  .iso_page_container p, .iso_page_container .iso_page_header_text, .iso_page_container .iso_page_subtitle {
    text-align: initial;
  }
  h1.iso_page_title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 4.5rem;
    text-align: right !important;
  }
  section#iso_main h2 {
    font-size: 4rem;
    font-weight: 400;
    line-height: 4.5rem;
    text-align: right !important;
  }
  section#iso_main p {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .iso_page_header_image {
    margin-top: 2rem;
    width: 100%;
  }
}
#subscribe-to-mailbox-response {
  display: inline-block;
  opacity: 0;
  color: #fff;
  margin-top: 1rem;
  padding: 0.4rem 1rem;
  transition: all 0.4s;
  background: inherit;
}
#subscribe-to-mailbox-response.success {
  opacity: 1;
  background: #26dab2;
}
#subscribe-to-mailbox-response.error {
  opacity: 1;
  background: #ea4c4c;
}
#thankyou_for_signup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 148, 255, 0.5);
  z-index: 9999;
}
#thankyou_for_signup svg {
  margin: 0 2rem;
}
.thankyou_popup {
  display: flex;
  align-items: center;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  zoom: 77%;
  background: #fff;
  padding: 6rem;
  font-size: 3rem;
  line-height: 4rem;
  border-radius: 4px;
}
.thankyou_image {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  max-width: 16rem;
}
.thankyou_text {
  margin-left: 10rem;
  color: #0b0f32;
}
.thankyou_title {
  font-size: 5rem;
  font-family: "Almoni Bold";
  font-weight: 400;
  margin-bottom: 2rem;
}
.thankyou_message {
  font-size: 3rem;
  margin-bottom: 4rem;
}
.thankyou_button a {
  font-size: 2.2rem;
  padding: 0.8rem 2.5rem;
  border: solid 2px #0d1340;
  color: #0b0f32;
}
.thankyou_page_title {
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.thankyou_page_subtitle p {
  font-size: 2.5rem;
  line-height: 3rem;
}
.page-template-thankyou #abilities_head .abilities_content {
  width: 54%;
}
.page-template-thankyou .abilities_image {
  width: 40%;
  max-width: 442px;
}
.page-template-thankyou #features, .error404 #features {
  display: flex !important;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .page-template-thankyou #abilities_head {
    flex-direction: column-reverse;
    gap: 4rem;
  }
  .page-template-thankyou #abilities_head .abilities_content {
    width: 100%;
  }
  .page-template-thankyou .abilities_image {
    width: 100%;
    max-width: 442px;
  }
  .thankyou_popup {
    width: 96%;
  }
  .thankyou_page_title {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .thankyou_page_subtitle, .thankyou_page_subtitle p {
    text-align: center;
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .page-template-thankyou #features, .error404 #features {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .page-template-thankyou #features .title, .error404 #features .title {
    margin-bottom: 4rem;
  }
  .page-template-thankyou #features .features-list, .error404 #features .features-list {
    flex-direction: column;
  }
  .page-template-thankyou #features .features-list .feature, .error404 #features .features-list .feature {
    width: 100%;
    margin-bottom: 6rem;
  }
  .page-template-thankyou #features .feature .text, .error404 #features .feature .text {
    text-align: center;
  }
  .page-template-thankyou #features .title h2, .error404 #features .title h2 {
    font-size: 4rem;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Frav.ocw.co.il%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fstyles.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fbase%2F_reset.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fbase%2F_typography.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fcomponents%2F_button.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fcomponents%2F_input.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fcomponents%2F_select.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fcomponents%2F_top-banner.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fcomponents%2F_consent.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fcomponents%2F_login-submenu.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Flayouts%2F_general.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Flayouts%2F_masthead.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Flayouts%2F_hover-menu.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Flayouts%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fpages%2F_home.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fpages%2F_prices.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fpages%2F_abilities.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fpages%2F_contact.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fpages%2F_integrations.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fpages%2F_about.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fpages%2F_post.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fpages%2F_faq.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fpages%2F_404.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fpages%2F_sms.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fpages%2F_blog.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fpages%2F_testimonial.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fpages%2F_iso.scss%22%2C%22wp-content%2Fthemes%2Frav-messer-new%2Fassets%2Fstyles%2Fscss%2Fpages%2F_thankyou.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3BF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAFlPF%3BAAAA%3BAAAA%3BAAAA%3BAGAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACtBF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC7DA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChCF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BACjGF%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAIA%3BAAEI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAR1GJ%3BAAAA%3BAAAA%3BAAAA%3BASAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACzCF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BACzbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACtCJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZzUJ%3BAAAA%3BAAAA%3BAAAA%3BAaCA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAACE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBF%3BAAAA%3BAAAA%3BACx8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAACE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAACE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAEE%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC70CF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9SF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAC5LF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMJ%3BAAEE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAClIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BACjDF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FFF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpDF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAC1HF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7HJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACnMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%22%7D */