.font-primary {
  font-family: "owners-wide", sans-serif;
}
.font-secondary {
  font-family: "owners-xwide", sans-serif;
}
/* Headings */
@media (max-width: 768px) {
  h2, .wpb_wrapper h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 30px !important;
    letter-spacing: 1.4px;
  }
}
@media (max-width: 576px) {
  .more-info-text .wpb_wrapper h3.vc_custom_heading {
    font-size: 22px !important;
    line-height: 25px !important;
  }
}
@media (max-width: 576px) {
  .h-mobile-less {
    min-height: 84vh !important;
  }
}
@media (max-width: 576px) {
  .h-mobile-less > .row_col_wrap_12 {
    min-height: unset !important;
  }
}
/* Paragraphs */
.lead-text {
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .lead-text {
    font-size: 18px;
    letter-spacing: 0.45px;
  }
}
/* Width */
.w-100 {
  width: 100%;
}
/* Margin */
.mb-0 {
  margin-bottom: 0 !important;
}
.h-min-md {
  min-height: 420px;
}
/* Justify Content */
.justify-space-between > .vc_column-inner > .wpb_wrapper {
  justify-content: space-between !important;
}
/* Row No Gaps */
.row-no-gap > .span_12 {
  column-gap: 0 !important;
}
@media (max-width: 999px) {
  .row-no-gap > .span_12 > .wpb_column {
    margin-bottom: 0;
  }
}
/* Button */
.nectar-button.jumbo {
  font-size: 16px;
  min-height: 91px;
  align-content: center;
}
/* Video Lightbox Button */
.nectar-video-box .nectar_video_lightbox {
  background-color: transparent !important;
  box-shadow: none !important;
  width: 88px;
  height: 88px;
  margin-top: -44px;
  margin-left: -44px;
}
.nectar-video-box .nectar_video_lightbox span.play {
  display: none;
}
.nectar-video-box .nectar_video_lightbox::after {
  background-color: transparent !important;
  background-image: url("../images/play-button.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* hide on mobile */
@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}
/* hide on desktop */
@media (min-width: 768px) {
  .desktop-hidden {
    display: none;
  }
}
/* Element Order */
@media (max-width: 1000px) {
  .order-mobile-start {
    order: -1;
  }
}
.model-section .image {
  border-radius: 8px;
}
.model-section .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #312b25;
}
.model-section .sub-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #D1241A;
}
#contact-us .form-container {
  background-color: #F0F0F0;
}
#contact-us .form-container .vc_column-inner {
  padding-bottom: 0;
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
}
#contact-us .form-container .nectar-wpcf7-inline-form {
  padding-top: unset;
}
#contact-us .form-container .wpcf7-form-control-wrap input {
  border: unset;
  border-bottom: 1px solid #312b25;
  border-radius: unset;
  background-color: transparent;
}
#contact-us .form-container .wpcf7-form-control-wrap input::placeholder {
  color: #ABA49D;
}
#contact-us .form-container .wpcf7-form-control-wrap textarea {
  height: 100px;
  border-radius: unset;
  background-color: transparent;
}
#contact-us .form-container .wpcf7-form-control-wrap textarea::placeholder {
  color: #ABA49D;
}
#contact-us .form-container form {
  display: flex;
  flex-direction: column;
}
#contact-us .form-container form > :not(.submit) {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 690px) {
  #contact-us .form-container form > :not(.submit) {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#contact-us .form-container .text {
  text-align: left;
  padding-bottom: 0;
}
#contact-us .form-container .recaptcha-blurb, #contact-us .form-container .checkbox, #contact-us .form-container .conditions {
  font-family: "owners-wide", sans-serif;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
}
#contact-us .form-container .checkbox .wpcf7-list-item {
  margin-left: unset;
}
#contact-us .form-container .conditions {
  color: #ABA49D;
}
#contact-us .form-container .submit p {
  display: flex;
  flex-direction: column-reverse;
}
#contact-us .form-container .submit p input {
  background-color: #D1241A;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.8px;
}
#book-a-service .form-container {
  background-color: #ffffff;
}
#book-a-service .form-container .vc_column-inner {
  padding-bottom: 0;
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
}
#book-a-service .form-container .nectar-wpcf7-inline-form {
  padding-top: unset;
}
#book-a-service .form-container .wpcf7-form-control-wrap input {
  border: unset;
  border-bottom: 1px solid #312b25;
  border-radius: unset;
  background-color: transparent;
}
#book-a-service .form-container .wpcf7-form-control-wrap input::placeholder {
  color: #ABA49D;
}
#book-a-service .form-container .wpcf7-form-control-wrap textarea {
  height: 100px;
  border-radius: unset;
  background-color: transparent;
}
#book-a-service .form-container .wpcf7-form-control-wrap textarea::placeholder {
  color: #ABA49D;
}
#book-a-service .form-container form {
  display: flex;
  flex-direction: column;
}
#book-a-service .form-container form > :not(.submit) {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 690px) {
  #book-a-service .form-container form > :not(.submit) {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#book-a-service .form-container .text {
  text-align: left;
  padding-bottom: 0;
}
#book-a-service .form-container .recaptcha-blurb, #book-a-service .form-container .checkbox, #book-a-service .form-container .conditions {
  font-family: "owners-wide", sans-serif;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
}
#book-a-service .form-container .checkbox .wpcf7-list-item {
  margin-left: unset;
}
#book-a-service .form-container .conditions {
  color: #ABA49D;
}
#book-a-service .form-container .submit p {
  display: flex;
  flex-direction: column-reverse;
}
#book-a-service .form-container .submit p input {
  background-color: #D1241A;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.8px;
}
#book-a-service .form-container .col-xs-12 {
  color: #ABA49D;
  padding-bottom: 20px;
}
#book-a-service .form-container .col-xs-12 span {
  color: #ABA49D;
  padding-top: 10px;
}
.nectar-slider-wrap .content p span {
  font-size: 24px !important;
  line-height: 38px !important;
}
.nectar-slider-wrap .content .buttons a {
  border: none !important;
  padding: 0 !important;
  text-transform: none;
  font-size: 16px !important;
  line-height: 20px !important;
}
.nectar-slider-wrap .content .buttons a::after {
  height: 2px !important;
  background-color: #fff !important;
  opacity: 1 !important;
  top: 18px !important;
  transition: width 0.3s ease !important;
}
.nectar-slider-wrap .content .buttons a:hover::after {
  background-color: #fff !important;
  width: 0;
  opacity: 1 !important;
}
.btn-white, .btn-red {
  padding-left: 0 !important;
  background-color: transparent;
}
.btn-white span, .btn-red span {
  font-size: 16px;
  line-height: 20px;
}
.btn-white span::after, .btn-red span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px !important;
  background-color: #D1241A;
  transition: width 0.3s ease !important;
}
.btn-white span:hover::after, .btn-red span:hover::after {
  width: 0;
}
.btn-white {
  text-align: center;
}
.btn-white span::after {
  background-color: #fff !important;
  width: 0;
}
.btn-white span:hover::after {
  width: 100%;
}
.btn-get-in-touch:hover {
  opacity: 1;
}
.btn-get-in-touch span::after {
  content: "";
  display: block;
  width: 0;
  height: 2px !important;
  background-color: #fff;
  transition: width 0.3s ease !important;
}
.btn-get-in-touch span:hover::after {
  width: 100%;
}
.grecaptcha-badge {
  display: none;
}
/* Milestone Counter */
.nectar-milestone .number {
  font-family: "owners-xwide", sans-serif;
  font-weight: 500;
  line-height: 84px;
  letter-spacing: 4px;
}
.nectar-milestone .number span {
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.nectar-milestone .subject {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}
.nectar-milestone .subject span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.7px;
}
#header-space, #header-outer {
  margin-top: 50px !important;
}
#header-outer #top .container {
  padding-left: 0;
  padding-right: 30px;
}
#header-outer #top .container a#logo {
  padding: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
#header-outer #top .container a#logo.logo--dark {
  display: none;
}
#header-outer nav .nectar-global-section-megamenu {
  left: 20%;
  width: 80%;
}
/* Page Header - Styles */
.page-header-style--light #header-outer {
  background: #00000014;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.page-header-style--light #header-outer #top .container {
  padding-left: 0;
  padding-right: 30px;
}
.page-header-style--light #header-outer #top .container > .row > .col.span_3 {
  background-color: #fff;
}
@media (min-width: 768px) {
  .page-header-style--light #header-outer #top .container a#logo:not(.logo--dark) {
    display: none;
  }
  .page-header-style--light #header-outer #top .container a#logo.logo--dark {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-header-style--light #header-outer {
    padding: 0;
    margin-top: 0 !important;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .page-header-style--light #header-outer #top .container {
    padding-right: 0;
  }
  .page-header-style--light #header-outer #top .container > .row > .col.span_3 {
    background-color: unset;
  }
  .page-header-style--light #header-outer #top .container > .row > .col.span_3 #logo {
    color: #fff;
  }
  .page-header-style--light #header-outer #top .container > .row > .col.span_9 {
    padding-right: 30px;
  }
}
#slide-out-widget-area .off-canvas-menu-container ul li {
  margin-bottom: 2.5em !important;
}
#slide-out-widget-area .off-canvas-menu-container ul li a {
  font-size: 26px !important;
  line-height: 36px !important;
  font-family: "owners-xwide", sans-serif !important;
  font-weight: normal !important;
  color: white !important;
}
#slide-out-widget-area-bg {
  background: linear-gradient(145deg, #000, #000) !important;
  backdrop-filter: blur(20px);
}
/* Site Footer */
#site-footer {
  font-size: 14px;
  letter-spacing: 0.7px;
}
#site-footer h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
#site-footer .menu {
  margin: 0;
}
#site-footer .menu li {
  list-style: none;
  margin-bottom: 7px;
}
@media (max-width: 1000px) {
  #site-footer .social-links {
    width: calc(100% + 12%);
    margin-left: -6%;
    margin-right: -6%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1000px) {
  #site-footer .social-links .wpb_wrapper {
    justify-content: center;
  }
}
#site-footer .social-links .wpb_wrapper .img-with-aniamtion-wrap {
  margin-left: 20px;
  margin-right: 20px;
}
#site-footer .social-links .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #site-footer .footer-info .row_col_wrap_12_inner .mobile-only {
    width: 50%;
  }
  #site-footer .footer-info .row_col_wrap_12_inner h3 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  #site-footer .footer-info .row_col_wrap_12_inner p {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  #site-footer .footer-info .row_col_wrap_12_inner .contact-column p strong {
    display: block;
  }
  #site-footer .footer-info .row_col_wrap_12_inner .additional-column p {
    opacity: 0.7;
  }
  #site-footer .footer-info .row_col_wrap_12_inner .additional-column .widget_nav_menu ul li a {
    font-size: 12px !important;
    line-height: 16px !important;
    opacity: 0.7;
  }
}
/* Copyright */
#footer-copyright {
  font-size: 12px;
  letter-spacing: 0.3px;
}
#footer-copyright a {
  color: #312b25;
}
#footer-copyright .footer-logo {
  max-height: 16px;
  width: auto;
}
#menu-footer-nitty-gritty a:hover {
  color: #D1241A;
}
.single-vehicle-model #header-space {
  display: none !important;
}
.single-vehicle-model .container-wrap {
  padding-top: 0 !important;
}
.single-vehicle-model .featured-media-under-header {
  display: none !important;
}
.single-vehicle-model .post-area {
  margin-top: 0;
}
.single-vehicle-model .post-area > article .post-content .nectar-social {
  display: none !important;
}
.single-vehicle-model .post-area > article .post-content > .content-inner {
  width: 100%;
}
.page-id-457 .container-wrap {
  padding-bottom: unset !important;
}
@media (max-width: 999px) {
  .page-id-457 .page-header--md h1 {
    font-size: 40px;
    line-height: 54px;
  }
}
.page-id-457 .page-header--md h2 {
  font-size: 30px;
  line-height: 84px;
  letter-spacing: 1.5px;
}
.page-id-457 #book-a-service .row-1 .column-1 {
  padding: 70px 140px;
}
@media (max-width: 1200px) {
  .page-id-457 #book-a-service .row-1 .column-1 {
    padding: 70px;
  }
}
@media (max-width: 999px) {
  .page-id-457 #book-a-service .row-1 .column-1 {
    padding: 34px;
  }
}
@media (max-width: 999px) {
  .page-id-457 #book-a-service .row-1 .column-1 h2 {
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: 0.9px;
  }
}
.page-id-457 #book-a-service .row-2 .column-2 a {
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0.8px;
  opacity: 1;
}
.page-id-457 #book-a-service .wpb_column {
  position: relative;
  z-index: 2;
}
.page-id-457 #book-a-service .service-form {
  position: relative;
  margin-bottom: -80px;
  z-index: 3;
}
.page-id-457 .wpb_column {
  position: relative;
  z-index: 2;
}
.page-id-457 .service-form {
  position: relative;
  margin-bottom: -240px;
  z-index: 3;
}
.page-id-457 .text-bottom {
  color: #312B25;
  line-height: 34px;
  text-align: left;
  width: 570px;
  margin: 80px auto;
}
/* FORM */
.services-form-wrapper .form-column .wpb_row .wpb_wrapper h2.vc_custom_heading {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 1.5px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 690px) {
  .services-form-wrapper .form-column .wpb_row .wpb_wrapper h2.vc_custom_heading {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 999px) {
  .services-form-wrapper .form-column .wpb_row .wpb_wrapper h2.vc_custom_heading {
    font-size: 20px !important;
    line-height: 34px !important;
  }
}
.services-form-wrapper .form-column .col .vc_column-inner {
  padding-bottom: 0;
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 999px) {
  .services-form-wrapper .form-column .col .vc_column-inner {
    padding-top: 20px;
  }
}
.services-form-wrapper .form-column .nectar-wpcf7-inline-form {
  padding-top: unset;
  padding-bottom: 0.8rem;
}
.services-form-wrapper .form-column p {
  padding-bottom: 0.8rem;
}
.services-form-wrapper .form-column .wpcf7-form-control-wrap input {
  border: unset;
  border-bottom: 1px solid #312b25;
  border-radius: unset;
  background-color: transparent;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: unset;
}
.services-form-wrapper .form-column .wpcf7-form-control-wrap input::placeholder {
  color: #ABA49D;
}
.services-form-wrapper .form-column .wpcf7-form-control-wrap textarea {
  height: 100px;
  border-radius: unset;
  background-color: transparent;
  box-shadow: unset;
}
.services-form-wrapper .form-column .wpcf7-form-control-wrap textarea::placeholder {
  color: #ABA49D;
}
.services-form-wrapper .form-column .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  box-shadow: unset;
}
.services-form-wrapper .form-column .wpcf7-form-control-wrap[data-name="image-of-car"] {
  text-align: start;
}
.services-form-wrapper .form-column .wpcf7-form-control-wrap[data-name="image-of-car"] input {
  border: 1px solid #398FCD;
  padding: 15px;
}
.services-form-wrapper .form-column .wpcf7-form-control-wrap[data-name^="checkbox"] {
  place-self: start;
}
.services-form-wrapper .form-column .wpcf7-form-control-wrap .wpcf7-select {
  background-color: unset;
  border: unset;
  border-bottom: 1px solid #312B25;
  border-radius: unset;
  padding: 8px 0 0;
}
.services-form-wrapper .form-column .wpcf7-form-control-wrap .wpcf7-select:focus {
  box-shadow: unset;
}
.services-form-wrapper .form-column .wpcf7-form-control-wrap .wpcf7-select option {
  background-color: #312B25;
  color: white;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.6px;
  padding: 16px;
}
.services-form-wrapper .form-column form {
  display: flex;
  flex-direction: column;
}
.services-form-wrapper .form-column form > :not(.submit) {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 690px) {
  .services-form-wrapper .form-column form > :not(.submit) {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.services-form-wrapper .form-column .text {
  text-align: left;
  padding-bottom: 6px;
  padding-top: 12px;
}
.services-form-wrapper .form-column .recaptcha-blurb, .services-form-wrapper .form-column .checkbox, .services-form-wrapper .form-column .conditions {
  font-family: "owners-wide", sans-serif;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  padding-top: 1rem;
}
.services-form-wrapper .form-column .recaptcha-blurb {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.services-form-wrapper .form-column .checkbox .wpcf7-list-item {
  margin-left: unset;
}
.services-form-wrapper .form-column .conditions {
  color: #ABA49D;
  margin-bottom: 0.5rem;
}
.services-form-wrapper .form-column .conditions li {
  margin-bottom: 10px;
}
.services-form-wrapper .form-column .submit {
  order: 1;
}
.services-form-wrapper .form-column .submit p {
  display: flex;
  flex-direction: column-reverse;
}
.services-form-wrapper .form-column .submit p input {
  background-color: #D1241A;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.8px;
}
.services-form-wrapper .form-column .wpcf7-response-output {
  padding: 1rem !important;
  text-align: center;
}
.bg-blur::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  filter: brightness(90%);
  z-index: 1;
  visibility: visible;
}
.bg-blur > * {
  z-index: 2;
}
/* Our Ratings */
#our-ratings .our-ratings-row-1 .row_col_wrap_12_inner > .wpb_column:nth-child(1), #our-ratings .our-ratings-row-2 .row_col_wrap_12_inner > .wpb_column:nth-child(1) {
  width: 37%;
}
@media (max-width: 768px) {
  #our-ratings .our-ratings-row-1 .row_col_wrap_12_inner > .wpb_column:nth-child(1), #our-ratings .our-ratings-row-2 .row_col_wrap_12_inner > .wpb_column:nth-child(1) {
    width: 50%;
  }
}
#our-ratings .our-ratings-row-1 .row_col_wrap_12_inner > .wpb_column:nth-child(2), #our-ratings .our-ratings-row-2 .row_col_wrap_12_inner > .wpb_column:nth-child(2) {
  width: 63%;
}
@media (max-width: 768px) {
  #our-ratings .our-ratings-row-1 .row_col_wrap_12_inner > .wpb_column:nth-child(2), #our-ratings .our-ratings-row-2 .row_col_wrap_12_inner > .wpb_column:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #our-ratings .our-ratings-row-1 .social-ratings-heading .wpb_wrapper h2, #our-ratings .our-ratings-row-2 .social-ratings-heading .wpb_wrapper h2 {
    font-size: 28px !important;
    line-height: 30px !important;
    text-align: left !important;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #our-ratings .our-ratings-row-1 .social-ratings .nectar-milestone .number, #our-ratings .our-ratings-row-2 .social-ratings .nectar-milestone .number {
    font-size: 57px !important;
    line-height: 60px !important;
  }
}
#awards-list .item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  letter-spacing: 0.8px;
  padding: 25px 0;
  border-bottom: 1px solid #312b25;
  align-items: center;
  font-family: "owners-xwide", sans-serif;
}
#awards-list .item .logo img {
  max-height: 31px;
  width: auto;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #awards-list .item {
    flex-wrap: wrap;
  }
  #awards-list .item .logo {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#awards-list .item:first-child {
  border-top: 1px solid #312b25;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fbaic-somerset-west.co.za%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fsalient-child%2Fcss%2Fscss%2F_fonts.scss%22%2C%22wp-content%2Fthemes%2Fsalient-child%2Fcss%2Fscss%2Fapp.scss%22%2C%22wp-content%2Fthemes%2Fsalient-child%2Fcss%2Fscss%2F_general.scss%22%2C%22wp-content%2Fthemes%2Fsalient-child%2Fcss%2Fscss%2F_elements.scss%22%2C%22wp-content%2Fthemes%2Fsalient-child%2Fcss%2Fscss%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fsalient-child%2Fcss%2Fscss%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fsalient-child%2Fcss%2Fscss%2Fpages%2Fvehicle-model.scss%22%2C%22wp-content%2Fthemes%2Fsalient-child%2Fcss%2Fscss%2Fpages%2F_services.scss%22%2C%22wp-content%2Fthemes%2Fsalient-child%2Fcss%2Fscss%2Fsections%2F_ratings.scss%22%2C%22wp-content%2Fthemes%2Fsalient-child%2Fcss%2Fscss%2Fsections%2F_awards.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACHA%3BACGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzBR%3BACgCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrCJ%3BAC6CI%3BAAAA%3BAAAA%3BAD7CJ%3BACoDI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAD1DJ%3BACiEI%3BAAAA%3BAAAA%3BADjEJ%3BACuEA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3ER%3BACmFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnFJ%3BAC4FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvGR%3BACmHI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnHJ%3BAC0HI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1HJ%3BACiII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWpB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BADlaA%3BAEEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrBR%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAHnCR%3BAG4CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAMA%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAaZ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYhB%3BAAAA%3BAAAA%3BAAAA%3BAHzHA%3BAICA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMZ%3BAAGY%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ7EhC%3BAI4FA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAC3GJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOY%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC1BZ%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANvEJ%3BAMqFY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BANzPA%3BAOMgB%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClChB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%22%7D */