@charset "UTF-8";
/******************
RESPONSIVE MIXINS
******************/
@font-face {
  font-family: "HeroNew";
  font-weight: bold;
  src: url("../assets/fonts/Hero New Bold.otf") format("opentype");
}
@font-face {
  font-family: "HeroNew";
  font-weight: medium;
  src: url("../assets/fonts/Hero New Medium.otf") format("opentype");
}
@font-face {
  font-family: "HeroNew";
  font-weight: 800;
  src: url("../assets/fonts/Hero New ExtraBold.otf") format("opentype");
}
body header#masthead.scrolled nav {
  height: 75px !important;
}
body header#masthead.scrolled a.custom-logo-link img {
  width: 75px !important;
}
@media only screen and (max-width: 599px) {
  body header#masthead.scrolled a.custom-logo-link img {
    width: 120px;
  }
}
body, html {
  overflow-x: hidden !important;
  margin: 0;
  scroll-behavior: smooth;
  cursor: none;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cursor {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
  cursor: none;
  will-change: transform;
}
.big-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid #6DFFC4 1px;
  margin-top: -34px;
  margin-left: -33px;
}
.small-circle {
  width: 10px;
  height: 10px;
  background-color: #6DFFC4;
  border-radius: 50%;
  margin-top: -8px;
  margin-left: -7px;
  transform: scale(1);
}
.ai-scale-up {
  transform: scale(2);
}
a {
  cursor: none;
}
h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 65px;
}
@media only screen and (max-width: 599px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 45px;
  line-height: 60px;
}
h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}
h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}
h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}
h6 {
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 60px;
}
p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0px;
}
p.ai-p-pt-1 {
  padding-top: 1rem;
}
ul li {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}
.ai-section-title-70 {
  width: 70%;
}
.ai-section-title-60 {
  width: 60%;
}
.ai-about-title {
  font-size: 40px !important;
  line-height: 50px !important;
}
.ai-section-title-55 {
  width: 55%;
}
@media only screen and (max-width: 599px) {
  .ai-section-title-55 {
    width: 100%;
  }
}
.ai-section-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}
.ai-text-white {
  color: #FFFFFF;
}
.text-bold {
  font-weight: 800;
}
.ai-text-black {
  color: #000000;
}
.ai-text-purple {
  color: #984BE8;
}
.ai-text-gradient-purple-green {
  background-image: linear-gradient(270deg, #7AFF8C 0%, #005EF4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ai-text-grad-blu-pur em {
  background: linear-gradient(270deg, #7AFF8C 0%, #005EF4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.ai-text-grad-blu-pur em span {
  background: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ai-bg-black {
  background-color: #000000;
  color: #FFFFFF;
}
.ai-bg-greyblue {
  background-color: rgba(162, 198, 255, 0.13);
}
.ai-gradient-bg-purple-blue {
  background-image: linear-gradient(107deg, #8B4CCC 0%, #397BE5 100%);
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1250px !important;
}
.vc_row.wpb_row {
  padding: 6rem 0;
}
@media only screen and (max-width: 599px) {
  .vc_row.wpb_row {
    padding: 3rem 2rem;
  }
}
.vc_row.wpb_row .vc_inner {
  padding: 0;
}
.vc_row.wpb_row .wpb_column.vc_column_container .vc_column-inner {
  padding-top: 0px;
}
.vc_row.wpb_row .wpb_content_element {
  margin-bottom: 0px;
}
.vc_row.wpb_row.ai-row-clr-padding {
  padding: 0;
}
.vc_row.wpb_row.ai-inner-row {
  padding: 6rem 0;
}
.vc_row.wpb_row.ai-row-clr-top {
  padding-top: 0;
}
.vc_row.wpb_row.ai-row-clr-bottom {
  padding-bottom: 0;
}
.vc_row.wpb_row.ai-row-clr-bottom-half {
  padding-bottom: 3rem;
}
.vc_row.wpb_row.ai-row-no-padding {
  padding: 0;
}
.vc_row.wpb_row.ai-row-no-padding .vc_column-inner:first-child {
  padding: 0;
}
.vc_row.wpb_row.ai-clr-inner-col-pd .vc_column-inner:first-child {
  padding: 0;
}
.vc_row.wpb_row.ai-header-row {
  padding: 11rem 0 6rem 0;
}
.vc_row.wpb_row.ai-header-row h1 {
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width: 480px) {
  .vc_row.wpb_row.ai-header-row h1 br {
    content: '';
  }
  .vc_row.wpb_row.ai-header-row h1 br::before {
    content: ' ';
  }
}
.vc_row.wpb_row.ai-header-row .aglet_vc_btn {
  margin: 2.5rem 0 0 0;
}
.vc_row.wpb_row.ai-header-row .ai-text-gradient-one .ai-split-line-reveal .word.ai-split-line-span-reaveal {
  background-image: linear-gradient(270deg, #7AFF8C 0%, #005EF4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 480px) {
  h1.ai-mobile-heading {
    font-size: 35px;
    line-height: 40px;
  }
}
.ai-row-indent {
  padding-left: 4rem;
}
.ai-row-indent.vc_row.wpb_row.vc_inner {
  padding-left: 8rem;
}
@media only screen and (max-width: 599px) {
  .ai-row-indent {
    padding-left: 0;
  }
}
.ai-col-indent {
  padding-left: 4rem;
}
@media only screen and (max-width: 599px) {
  .ai-col-indent {
    padding-left: 0;
  }
}
.ai-content-row-one h6, .ai-content-row-two h6 {
  line-height: 20px;
}
.ai-content-row-one:last-child, .ai-content-row-two:last-child {
  margin-bottom: 0;
}
.ai-content-row-one {
  margin-bottom: 4rem;
}
.ai-section-header {
  margin: 0 0 4rem 0;
}
@media only screen and (max-width: 480px) {
  .ai-section-header {
    margin: 0 0 2rem 0;
  }
}
.ai-tabs-row .vc_tta-container {
  margin: 0px;
}
.ai-tabs-row .ai-section-header .wpb_column .vc_column-inner {
  padding-left: 0;
  padding-right: 30px;
}
.ai-tabs.vc_tta.vc_tta-tabs .wpb_single_image:last-child .wpb_wrapper.vc_figure {
  margin-bottom: 0;
}
.ai-tabs.vc_tta.vc_tta-tabs .wpb_wrapper.vc_figure {
  width: 60%;
  margin: 0 0 3rem 0;
}
.ai-tabs.vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab a {
  font-weight: 600;
  background-color: transparent;
  color: rgba(152, 75, 232, 0.44);
  border: none;
  border-bottom: 1px solid transparent;
  padding: 1rem 0rem 0.4rem 0rem;
  transition: 0.5s all ease;
  position: relative;
}
.ai-tabs.vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab a span {
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}
.ai-tabs.vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab a span:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #984BE8;
  position: absolute;
  bottom: 0;
}
.ai-tabs.vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab a:hover span:after {
  width: 100%;
  transition: 0.5s all ease;
}
.ai-tabs.vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  position: relative;
  color: #984be8;
}
.ai-tabs.vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active a span {
  position: relative;
  overflow: hidden;
}
.ai-tabs.vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active a span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #984BE8;
  position: absolute;
  bottom: 0;
}
.ai-tabs.vc_tta.vc_tta-tabs.ai-tabs-black .wpb_wrapper.vc_figure {
  width: 60%;
  margin: 0 0 0rem 0;
}
.ai-tabs.vc_tta.vc_tta-tabs.ai-tabs-black .wpb_content_element:last-child {
  margin: 0 !important;
}
.ai-tabs.vc_tta.vc_tta-tabs.ai-tabs-black .wpb_text_column {
  margin: 0.7rem 0 3rem 0 !important;
}
.ai-tabs.vc_tta.vc_tta-tabs.ai-tabs-black .vc_tta-tabs-container {
  width: 14%;
}
.ai-tabs.vc_tta.vc_tta-tabs.ai-tabs-black .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  color: rgba(255, 255, 255, 0.44);
  text-align: left;
}
.ai-tabs.vc_tta.vc_tta-tabs.ai-tabs-black .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover {
  color: white;
}
.ai-tabs.vc_tta.vc_tta-tabs.ai-tabs-black .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: white;
}
@media only screen and (max-width: 480px) {
  .ai-tabs.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .ai-tabs.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_row .wpb_column .vc_column-inner .wpb_wrapper .wpb_single_image figure.wpb_wrapper {
    width: 100%;
  }
}
.ai-tabs.vc_tta.vc_tta-tabs #clients .wpb_single_image img {
  max-height: 350px;
}
.ai-tabs.vc_tta.vc_tta-tabs .vc_tta-panel-body .wpb_single_image figure .vc_single_image-wrapper.vc_box_border_grey img {
  min-height: 60px;
  max-height: 60px;
}
@media (orientation: landscape) and (max-height: 375px) {
  .ai-tabs.vc_tta.vc_tta-tabs .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
    padding: 2rem 0 !important;
  }
  .ai-tabs.vc_tta.vc_tta-tabs .vc_tta-panel-heading {
    background: none !important;
  }
  .ai-tabs.vc_tta.vc_tta-tabs .vc_tta-panel-heading h4 a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ai-tabs.vc_tta.vc_tta-tabs .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
    padding: 2rem 0 !important;
  }
  .ai-tabs.vc_tta.vc_tta-tabs .vc_tta-panel-heading {
    background: none !important;
  }
  .ai-tabs.vc_tta.vc_tta-tabs .vc_tta-panel-heading h4 a {
    font-size: 20px;
  }
}
a.ai-btn-mobile {
  display: none;
  padding-top: 3rem;
}
@media only screen and (max-width: 480px) {
  a.ai-btn-mobile {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .vc_tta-panels-container .vc_active .vc_tta-panel-heading span.vc_tta-title-text {
    border-bottom: 2px solid #984BE8;
  }
}
@media (orientation: landscape) and (max-height: 375px) {
  .ai-awards .vc_tta-container .vc_tta-tabs .vc_tta-panel .vc_tta-panel-body .vc_row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .ai-awards .vc_tta-container .vc_tta-tabs .vc_tta-panel .vc_tta-panel-body .vc_row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (orientation: landscape) and (max-height: 375px) {
  .ai-awards .vc_tta-container .vc_tta-tabs .vc_tta-panel .vc_tta-panel-body .vc_row .wpb_column {
    flex: 1;
  }
}
@media only screen and (max-width: 480px) {
  .ai-awards .vc_tta-container .vc_tta-tabs .vc_tta-panel .vc_tta-panel-body .vc_row .wpb_column {
    flex: 1;
  }
}
.ai-awards .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading {
  border: none;
  text-align: left;
}
.ai-awards .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading span {
  color: #FFFFFF;
}
@media only screen and (max-width: 480px) {
  .ai-awards .vc_tta-panels-container .vc_active .vc_tta-panel-heading span.vc_tta-title-text {
    border-bottom: 2px solid #FFFFFF;
  }
}
@media only screen and (max-width: 480px) {
  .ai-tabs-brand .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_row {
    display: flex;
    flex-wrap: wrap;
  }
  .ai-tabs-brand .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_row .wpb_column {
    flex: 1;
  }
}
@media (orientation: landscape) and (max-height: 375px) {
  .ai-tabs-brand .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_row {
    display: flex;
    flex-wrap: wrap;
  }
  .ai-tabs-brand .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_row .wpb_column {
    flex: 1;
  }
}
a.ai-btn-desktop {
  display: block;
}
@media only screen and (max-width: 480px) {
  a.ai-btn-desktop {
    display: none !important;
  }
}
.ai-row {
  padding: 0 0 6rem 0;
}
.ai-section-cont-left {
  padding-left: 2rem;
}
@media only screen and (max-width: 480px) {
  .ai-section-cont-left {
    padding-left: 0;
    padding-top: 1rem;
  }
}
.ai-section-cont-right {
  padding-right: 2rem;
}
@media only screen and (max-width: 480px) {
  .ai-section-cont-right {
    padding-top: 1rem;
  }
}
footer a {
  color: #FFFFFF;
}
footer a:hover {
  color: #984BE8;
}
footer.site-footer {
  background-color: #000000;
  padding: 4rem 0;
  color: #FFFFFF;
}
footer.site-footer .ai-footer-mail {
  padding: 0 0 0.5rem 0;
}
footer.site-footer .ai-footer-mail a {
  font-size: 15px;
  position: relative;
}
footer.site-footer .ai-footer-mail a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5rem;
  width: 0;
  height: 2px;
  background-color: #984BE8;
  transition: 0.5s all ease;
}
footer.site-footer .ai-footer-mail a:hover:after {
  width: 100%;
  transition: 0.5s all ease;
}
footer.site-footer .footer-writeup {
  padding-left: 0;
}
footer.site-footer .ai-footer-copyright a.footer-mailto {
  font-family: 'Poppins', sans-serif;
}
footer.site-footer .ai-footer-copyright .copyright-text {
  padding: 0 0 0.5rem 0;
}
footer.site-footer .ai-footer-copyright .copyright-text a {
  font-family: 'Poppins', sans-serif;
}
footer.site-footer .ai-footer-copyright .copyright-text p {
  margin-bottom: 0;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
}
footer.site-footer .ai-footer-copyright .copyright-text p a {
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
}
footer.site-footer .ai-footer-copyright .copyright-text p a:hover {
  color: #984BE8;
}
@media only screen and (max-width: 1199px) {
  footer.site-footer {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
footer .ai-footer-logos {
  padding: 20px 0;
  padding-top: 20px;
}
footer .ai-footer-logos .col-md-2 {
  padding-left: 0;
  padding-right: 0;
}
footer .ai-footer-logos .row {
  align-items: center;
  gap: 50px;
}
footer .ai-footer-logos img.ai-footer-logo {
  height: 40px;
}
@media only screen and (max-width: 1199px) {
  footer .ai-footer-logos .row {
    gap: 10px;
  }
  footer .ai-footer-logos .row .ai-image-container {
    width: 15%;
  }
  footer .ai-footer-logos .row .ai-image-container img {
    height: unset;
    width: 90%;
  }
}
@media only screen and (max-width: 999px) {
  footer .ai-footer-logos .ai-image-container img {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  footer .ai-footer-logos {
    padding: 0;
    text-align: center;
  }
  footer .ai-footer-logos .row {
    justify-content: center;
    gap: 0;
  }
  footer .ai-footer-logos .row .ai-image-container {
    width: 40%;
    display: inline-block;
  }
  footer .ai-footer-logos img.ai-footer-logo {
    width: 100%;
    height: unset;
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .ai-mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 30px !important;
  }
}
.ai-mb-0 {
  margin-bottom: 0 !important;
}
.ai-devider-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ai-mobile-section > .wpb_column > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ai-culture-content > .wpb_column > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ai-text-image-hover {
  padding-left: 0px;
  padding-right: 0px;
}
.metro-hovercard {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.archive .site-main header.entry-header .container {
  justify-content: flex-start;
  min-height: 35vh;
}
body.archive .site-main .ai-banner-details {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
body.archive .site-main .ai-banner-details .col-md-9 {
  padding-left: 0 !important;
}
body.archive .site-main .card-item .content-holder {
  padding-left: 25px;
  padding-right: 25px;
}
body.blog .site-main .entry-header {
  min-height: 38vh;
  padding-top: 9rem;
}
@media only screen and (max-width: 480px) {
  body.blog .site-main .entry-header {
    padding-top: 11rem;
    min-height: 25vh;
  }
}
body.blog .site-main .entry-header .container {
  min-height: 0 !important;
}
body.blog .site-main .ai-archiver-filter {
  padding-top: 1rem !important;
}
@media only screen and (max-width: 480px) {
  body.blog .site-main .container {
    padding-left: 0;
    padding-right: 0;
  }
}
body.blog .site-main .ai-banner-details {
  padding-right: 0px;
  padding-left: 0px;
}
body.blog .site-main .ai-banner-details .col-md-9 {
  padding: 0px;
}
body.blog .site-main .ai-banner-details .col-md-9 .ai-post-card .content-holder {
  padding: 25px;
}
@media only screen and (max-width: 480px) {
  body.blog .site-main .ai-banner-details {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  body.blog .site-main .ai-banner-details h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (orientation: landscape) and (max-height: 375px) {
  body.blog .card-item .content-image {
    height: 350px;
    background-size: cover;
  }
  body.blog h3.recipe-title {
    font-size: 30px !important;
    line-height: 35px;
  }
}
@media only screen and (max-width: 480px) {
  body.blog .card-item .content-image {
    height: 350px;
    background-size: cover;
  }
  body.blog h3.recipe-title {
    font-size: 30px !important;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  body.blog h3.recipe-title {
    font-size: 30px !important;
    line-height: 35px;
  }
}
.portfolio-page-single .col-md-12 {
  padding-left: 0;
}
.portfolio-page-single .container {
  padding-left: 0px;
  padding-right: 0px;
}
.single-post .ai-banner-details .col-md-12 {
  padding: 0;
}
.single-post .container {
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 1199px) {
  .ai-mobile-section > .wpb_column > .vc_column-inner {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .ai-about-arrow-btn .vc_column-inner {
    padding-right: 0px !important;
  }
  .vc_tta-panel-title {
    background: none;
  }
  .vc_tta-panel-title a {
    padding-left: 0 !important;
  }
  .ai-culture-content > .wpb_column > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ai-text-image-hover {
    padding-left: 25px;
    padding-right: 25px;
  }
  .metro-hovercard {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.archive .site-main .ai-banner-details {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  body.archive .site-main .card-item .content-holder {
    padding-left: 25px;
    padding-right: 25px;
  }
  body.blog .site-main .ai-banner-details {
    padding-right: 25px;
    padding-left: 25px;
  }
  body.blog .site-main .ai-banner-details .col-md-9 {
    padding: 0px;
  }
  body.blog .site-main .ai-banner-details .col-md-9 .ai-post-card .content-holder {
    padding: 25px;
  }
  .portfolio-page-single .vc_row.wpb_row, .single-content .vc_row.wpb_row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .portfolio-page-single img, .single-content img {
    height: auto;
  }
  .portfolio-page-single .container, .single-content .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .portfolio-page-single .container .ai-col-indent, .single-content .container .ai-col-indent {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 1199px) and (orientation: landscape) and (max-height: 375px) {
  .vc_tta-panel-title a {
    background: none;
    font-size: 16px;
    font-weight: 600;
  }
  .vc_tta-panel-title a span {
    font-size: 16px;
    font-weight: 600;
    color: #984BE8;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 480px) {
  .vc_tta-panel-title a {
    background: none;
    font-size: 16px;
    font-weight: 600;
  }
  .vc_tta-panel-title a span {
    font-size: 16px;
    font-weight: 600;
    color: #984BE8;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 480px) {
  .portfolio-page-single figure, .single-content figure {
    width: 100% !important;
  }
  .portfolio-page-single iframe, .single-content iframe {
    width: 100% !important;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .vc_tta-panel-body .vc_row .wpb_column .vc_column-inner .wpb_wrapper .wpb_single_image {
    margin-bottom: 1rem;
  }
  .vc_tta-panel-body .vc_row .wpb_column .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper {
    margin-bottom: 0;
  }
  .vc_tta-panel-body .vc_row .wpb_column .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper .vc_single_image-wrapper {
    width: 100px;
  }
  body.archive .ai-banner-details .col-md-9 {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  body.archive .ai-banner-details .col-md-9 h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (orientation: landscape) and (max-height: 768px) {
  .section-heading .container {
    padding-left: 25px;
  }
  .ai-about-arrow-btn .vc_column-inner {
    padding-right: 0px !important;
  }
  body.archive .ai-banner-details .col-md-9 {
    padding-left: 0px;
  }
  body.archive .ai-archiver-filter {
    padding-right: 25px;
  }
}
.ai-about-arrow-btn .vc_column-inner {
  padding-right: 0px !important;
}
.ai-about-arrow-btn .vc_column-inner .animated-arrow span.main {
  justify-content: flex-end;
}
a.featured {
  display: none !important;
}
.card-item.ai-post-card.ai-porfolio-card {
  height: 100%;
}
.ai-row-indent.vc_row.wpb_row.vc_inner {
  padding-left: 8rem;
}
@media only screen and (max-width: 599px) {
  .ai-row-indent.vc_row.wpb_row.vc_inner {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ai-row-indent.vc_row.wpb_row.vc_inner {
    padding-left: 6rem;
  }
}
.aglet_vc_btn {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.aglet_vc_btn:hover {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.aglet_vc_btn:hover .main {
  transform: translateX(15px);
}
.aglet_vc_btn:hover .the-arrow.-left {
  width: 40px;
}
.aglet_vc_btn .the-arrow.-right, .aglet_vc_btn .the-arrow.-left {
  top: 0;
}
.aglet_vc_btn .the-arrow.-left {
  position: relative;
  width: 0px;
}
.aglet_vc_btn.ai-btn-white:hover {
  color: #984BE8;
}
.aglet_vc_btn.ai-btn-white:hover .the-arrow.-left .shaft {
  background-color: #984BE8;
}
.aglet_vc_btn.ai-btn-white:hover .the-arrow.-left .shaft:before {
  background-color: #984BE8;
}
.aglet_vc_btn.ai-btn-white:hover .the-arrow.-left .shaft:after {
  background-color: #984BE8;
}
.ai-button {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: lowercase;
  border: none;
  outline: none;
  padding: 0.6rem 4rem;
  background: linear-gradient(270deg, #7AFF8C 0%, #005EF4 100%);
  color: #FFFFFF;
  transition: 0.5s all ease;
}
.ai-button:hover {
  background: #984BE8;
  transition: 0.5s all ease;
}
.ai-btn-center {
  display: flex;
  justify-content: center;
}
.ai-btn-end {
  justify-content: flex-end;
}
.ai-btn-purple {
  color: #8B4CCC;
}
.ai-btn-purple .the-arrow.-right .shaft {
  background-color: #8B4CCC;
}
.ai-btn-purple .the-arrow.-right .shaft:before, .ai-btn-purple .the-arrow.-right .shaft:after {
  background-color: #8B4CCC;
}
.ai-btn-purple-black {
  color: #8B4CCC;
}
.ai-btn-purple-black .the-arrow.-right .shaft {
  background-color: #8B4CCC;
}
.ai-btn-purple-black .the-arrow.-right .shaft:before, .ai-btn-purple-black .the-arrow.-right .shaft:after {
  background-color: #8B4CCC;
}
.ai-btn-purple-black:hover {
  color: #000000;
}
.ai-btn-purple-black:hover .the-arrow.-left .shaft {
  background-color: #000000;
}
.ai-btn-purple-black:hover .the-arrow.-left .shaft:before, .ai-btn-purple-black:hover .the-arrow.-left .shaft:after {
  background-color: #000000;
}
.ai-link-hover {
  position: relative;
}
.ai-link-hover:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #984BE8;
  transition: width 0.5s ease;
}
.ai-link-hover:hover:after {
  width: 100%;
}
@media only screen and (max-width: 999px) {
  #primary-menu {
    padding-left: 25px;
  }
}
@media (orientation: landscape) and (max-height: 768px) {
  #primary-menu {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 599px) {
  #primary-menu {
    padding-left: 25px;
  }
}
#primary-menu li a {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  font-size: 55px;
  line-height: 75px;
  color: #FFFFFF;
  display: inline-flex;
  flex: 1 1 100%;
  width: fit-content;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  #primary-menu li a {
    font-size: 35px;
    line-height: 55px;
  }
}
#primary-menu li.current-menu-item a {
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFFFFF;
}
header#masthead.site-header .container {
  padding: 0;
}
@media only screen and (max-width: 480px) {
  header#masthead.site-header nav.navbar a.custom-logo-link {
    width: 50% !important;
  }
  header#masthead.site-header nav.navbar a.custom-logo-link img {
    max-width: 65px !important;
  }
  header#masthead.site-header nav.navbar .ai-header-items-right {
    width: 50% !important;
  }
}
@media (orientation: landscape) and (max-height: 375px) {
  header#masthead.site-header nav.navbar a.custom-logo-link {
    width: 30% !important;
  }
  header#masthead.site-header nav.navbar .ai-header-items-right {
    width: 35% !important;
  }
}
@media only screen and (max-width: 1199px) {
  header#masthead.site-header nav.navbar {
    padding: 0 10px !important;
  }
  header#masthead.site-header nav.navbar a.custom-logo-link {
    padding-left: 15px;
    width: 20%;
  }
  header#masthead.site-header nav.navbar a.custom-logo-link img {
    max-width: 90px !important;
  }
  header#masthead.site-header nav.navbar a.custom-logo-link img.custom-logo {
    width: 100% !important;
  }
  header#masthead.site-header nav.navbar .ai-header-items-right {
    width: 25%;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 999px) {
  header#masthead.site-header nav.navbar {
    height: 90px !important;
  }
  header#masthead.site-header nav.navbar a.custom-logo-link {
    padding-left: 15px;
    width: 30%;
  }
  header#masthead.site-header nav.navbar a.custom-logo-link img.custom-logo {
    width: 100% !important;
  }
  header#masthead.site-header nav.navbar .ai-header-items-right {
    width: 25%;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  header#masthead.site-header nav.navbar a.custom-logo-link img.custom-logo {
    width: 150px !important;
  }
}
@media only screen and (max-width: 599px) {
  header#masthead.site-header {
    padding: 0 0 1rem;
  }
}
.menu-overlay {
  flex-direction: column;
  position: fixed;
  z-index: -1;
  display: flex;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: transparent;
  align-items: center;
  transition: all 0.3s ease;
  visibility: hidden;
}
.menu-overlay.show {
  z-index: 9;
  display: flex;
  visibility: visible;
  justify-content: center;
  background-color: #000000;
  transition: all 0.3s ease;
  overflow-y: scroll;
}
.menu-overlay .container {
  position: relative;
}
.menu-overlay button.close-menu {
  position: absolute;
  right: 11rem;
  top: 3.5rem;
  border: 0px;
  background-color: transparent;
  color: #ffffff;
  font-size: 40px;
}
.ai-top-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.ai-top-nav .ai-header-items-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 15%;
  justify-content: space-between;
}
@media only screen and (max-width: 599px) {
  .ai-top-nav .ai-header-items-right {
    width: 45%;
  }
}
.ai-top-nav .ai-header-items-right a {
  color: #FFFFFF;
  text-align: center;
  min-width: 2.6rem;
}
.ai-top-nav .ai-header-items-right a i {
  font-size: 23px;
  margin: 0 0.4rem 0 0;
}
.ai-top-nav .ai-header-items-right a:hover {
  color: #8B4CCC;
}
.ai-top-nav .ai-header-items-right .navbar-toggler {
  z-index: 10;
}
.ai-top-nav .ai-header-items-right .burger-menu {
  z-index: 10;
  margin: 1rem 0 0 0;
}
.ai-top-nav a.custom-logo-link img {
  width: 100px !important;
}
.ai-header-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 50%;
}
.ai-header-social a {
  overflow: hidden;
  position: relative;
}
.ai-header-social a i.fab {
  position: relative;
}
.ai-header-social a i.fab:before {
  display: inline-block;
  transition: transform 0.5s ease;
}
.ai-header-social a i.fab:after {
  position: absolute;
  left: 0;
  transform: translateY(26px);
  color: #984BE8;
  transition: transform 0.5s ease;
}
.ai-header-social a i.fab.fa-facebook-f:after {
  content: "";
}
.ai-header-social a i.fab.fa-twitter:after {
  content: "";
}
.ai-header-social a i.fab.fa-instagram:after {
  content: "";
}
.ai-header-social a:hover i.fab {
  color: #FFFFFF;
}
.ai-header-social a:hover i.fab:before {
  transform: translateY(-25px);
}
.ai-header-social a:hover i.fab:after {
  transform: translateY(0);
}
body .burger-menu {
  margin: 0 auto;
  width: 40px;
  display: block;
  transition: all 0.3s;
  cursor: pointer;
  height: 40px;
  margin-top: 1rem;
}
body .burger-menu .bar {
  transition: all 0.3s;
  height: 2px;
  width: 100%;
  display: block;
  background-color: white;
}
body .burger-menu .bar:nth-of-type(2) {
  margin: 8px 0;
}
body .burger-menu--closed {
  transition-delay: 0.3s;
}
body .burger-menu--closed .bar {
  float: right;
}
body .burger-menu--closed .bar:nth-of-type(2) {
  width: 75%;
  transition-property: margin, height, width;
  transition-delay: 0.3s, 0.3s, 0s;
}
body .burger-menu--closed .bar:nth-of-type(3) {
  width: 50%;
}
body .burger-menu--closed:hover .bar:nth-of-type(2) {
  width: 100%;
}
body .burger-menu--closed:hover .bar:nth-of-type(3) {
  width: 100%;
}
body .burger-menu--opened {
  padding-top: 12px;
}
body .burger-menu--opened:hover {
  transition: transform 1s ease;
  transform: rotate(90deg);
}
body .burger-menu--opened:hover .bar:nth-of-type(1) {
  transform: rotate(90deg);
  transition: transform 0.25s ease;
}
body .burger-menu--opened:hover .bar:nth-of-type(3) {
  transform: rotate(90deg);
  transition: transform 0.25s ease;
}
body .burger-menu--opened .bar:nth-of-type(1) {
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  height: 2px;
  width: 40px;
}
body .burger-menu--opened .bar:nth-of-type(2) {
  opacity: 0;
  height: 0;
  margin: -3px;
  width: 40px;
}
body .burger-menu--opened .bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transition: transform 0.25s ease;
  height: 2px;
  width: 40px;
}
textarea, select, input, button {
  outline: none;
  box-shadow: none !important;
}
.home.page {
  background-color: #000000;
}
.home.page .site {
  background-color: #000000;
}
.home.page div.site {
  margin-bottom: 0;
}
.home.page div.site .container {
  background-color: black;
}
.home.page div.site .container .ai-landing-row {
  background-repeat: no-repeat;
}
div.site {
  min-height: 100vh;
  background-color: white;
  position: relative;
  z-index: 99;
  margin-bottom: 350px;
}
@media only screen and (max-width: 999px) {
  div.site {
    margin-bottom: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  div.site {
    margin-bottom: 370px;
  }
}
@media only screen and (max-width: 480px) {
  div.site {
    margin-bottom: 650px;
  }
}
@media (orientation: landscape) and (max-height: 375px) {
  div.site {
    margin-bottom: 0;
  }
}
button, select, input {
  outline: transparent !important;
  -webkit-appearance: none;
}
.ai-metro-footercta {
  font-family: 'Poppins', sans-serif;
  color: #FFFFFF;
  text-align: center;
  padding: 6rem 0;
  transition: 0.9s all ease;
  position: relative;
  z-index: 10;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ai-metro-footercta a {
  transition: 0.9s all ease;
  display: block;
}
.ai-metro-footercta a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ai-metro-footercta a .cta-overlay {
  background-image: linear-gradient(251deg, #984BE8 0%, #337EF6 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: 0.5s all ease;
}
.ai-metro-footercta a p {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
  color: #FFFFFF;
}
@media only screen and (max-width: 480px) {
  .ai-metro-footercta a p {
    font-size: 18px;
  }
}
.ai-metro-footercta a h5 {
  font-size: 48px;
  font-weight: 700;
  line-height: 67px;
  color: #FFFFFF;
}
@media only screen and (max-width: 480px) {
  .ai-metro-footercta a h5 {
    font-size: 30px;
  }
}
.ai-metro-footercta a:hover {
  background-image: unset;
  transition: 0.4s all ease;
}
.ai-metro-footercta a:hover:after {
  box-shadow: inset 0px 0px 0px 15px #000000;
  -webkit-box-shadow: inset 0px 0px 0px 15px #000000;
}
.ai-metro-footercta a:hover .cta-overlay {
  opacity: 0.6;
}
.navbar {
  padding: 1rem 0rem !important;
}
.header-social a {
  padding: 0.6rem;
}
.header-social {
  display: block;
  text-align: right;
  width: 75%;
}
a.custom-logo-link {
  width: 20%;
}
footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}
footer .footer-writeup h3 {
  font-weight: 600;
}
footer .ai-footer-social {
  margin-bottom: 1rem;
}
footer .footer-social {
  text-align: right;
}
footer .footer-social a {
  display: inline-block;
  margin: 1rem;
  padding-right: 0;
  color: #FFFFFF;
  font-size: 23px;
  overflow: hidden;
  position: relative;
}
footer .footer-social a i.fab {
  position: relative;
}
footer .footer-social a i.fab:before {
  display: inline-block;
  transition: transform 0.5s ease;
}
footer .footer-social a i.fab:after {
  font-size: 23px;
  color: #984BE8;
  position: absolute;
  transition: transform 0.5s ease;
  left: 0px;
  transform: translateY(30px);
}
footer .footer-social a i.fab.fa-facebook-f::after {
  content: "";
}
footer .footer-social a i.fab.fa-twitter::after {
  content: "";
}
footer .footer-social a i.fab.fa-instagram::after {
  content: "";
}
footer .footer-social a:hover i.fab {
  text-align: center;
}
footer .footer-social a:hover i.fab::before {
  transform: translateY(-30px);
}
footer .footer-social a:hover i.fab::after {
  transform: translateY(0);
}
@media only screen and (max-width: 480px) {
  footer .footer-social {
    text-align: center;
  }
}
footer .ai-footer-copyright .copyright-text p {
  color: #FFFFFF;
  margin-bottom: 5px;
  font-size: 12px;
}
footer .ai-footer-copyright a {
  font-size: 12px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  footer .ai-footer-copyright {
    text-align: center;
  }
  footer .ai-footer-copyright .copyright-text p {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  footer {
    padding: 4rem 1rem !important;
  }
}
@media only screen and (max-width: 999px) {
  footer {
    padding: 4rem 1rem !important;
  }
}
@media (orientation: landscape) and (max-height: 375px) {
  footer {
    position: static !important;
  }
}
.ai-blue-to-green {
  background: linear-gradient(270deg, #7AFF8C 0%, #005EF4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar-toggler.open-menu-btn {
  display: inline-block !important;
  position: absolute;
  right: 0;
  color: #FFFFFF;
}
.navbar-toggler.open-menu-btn i {
  font-size: 29px;
}
header.entry-header {
  height: auto;
  padding-top: 11rem;
  background-color: #000000;
  min-height: 75vh;
  height: 100%;
  position: relative;
  background-position: top right !important;
}
header.entry-header .ai-banner-overlay {
  top: 0;
  z-index: 0;
}
header.entry-header .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 40vh;
  color: #FFFFFF;
}
header.entry-header .container .ai-banner-details {
  color: #FFFFFF;
  overflow: hidden;
}
header.entry-header .container .social-share .ai-share-icons {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  width: 8%;
  margin-left: 1.5rem;
}
@media only screen and (max-width: 480px) {
  header.entry-header .container .social-share .ai-share-icons {
    width: 100px;
  }
}
header.entry-header .container .social-share .ai-share-icons a {
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
header.entry-header .container .social-share .ai-share-icons a i.fab {
  position: relative;
}
header.entry-header .container .social-share .ai-share-icons a i.fab:before {
  display: inline-block;
  transition: transform 0.5s ease;
}
header.entry-header .container .social-share .ai-share-icons a i.fab:after {
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translateY(26px);
  color: #984BE8;
  transition: transform 0.5s ease;
}
header.entry-header .container .social-share .ai-share-icons a i.fab.fa-facebook-f:after {
  content: "";
}
header.entry-header .container .social-share .ai-share-icons a i.fab.fa-twitter:after {
  content: "";
}
header.entry-header .container .social-share .ai-share-icons a i.fab.fa-linkedin-in:after {
  content: "";
}
header.entry-header .container .social-share .ai-share-icons a:hover i.fab:before {
  transform: translateY(-26px);
}
header.entry-header .container .social-share .ai-share-icons a:hover i.fab:after {
  transform: translateY(0);
}
header.entry-header .container .social-share .ai-share-icons p {
  margin-bottom: 0;
}
header.entry-header .ai-banner-title {
  color: #ffffff;
  text-transform: lowercase;
  font-size: 55px;
  line-height: 65px;
  font-weight: 800;
  max-width: 75%;
}
@media only screen and (max-width: 599px) {
  header.entry-header .ai-banner-title {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  header.entry-header .ai-banner-title br {
    content: '';
  }
  header.entry-header .ai-banner-title br::before {
    content: ' ';
  }
}
header.entry-header p.ai-banner-text {
  color: #fff;
  padding-left: 8rem;
}
@media only screen and (max-width: 480px) {
  header.entry-header p.ai-banner-text {
    padding-left: 4rem;
  }
}
.ai-post-loop {
  padding: 3rem 0 0 0;
  width: 100%;
}
.ai-post-loop .row {
  width: 100%;
  margin: 0;
}
.filter-items {
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .filter-items {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.filter-items a {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  margin-left: 1rem;
  border: 0px;
}
@media only screen and (max-width: 480px) {
  .filter-items a {
    box-sizing: border-box;
    margin-bottom: 5px;
  }
}
.filter-items a.active {
  border-bottom: 2px solid;
}
@media only screen and (max-width: 999px) {
  .filter-items {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .filter-items {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ai-pagination {
  padding-top: 60px;
}
.ai-pagination .page-numbers {
  margin-right: 1rem;
  color: #ffffff;
  position: relative;
  padding: 5px;
}
.ai-pagination .page-numbers:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-image: unset;
  transition: 0.7s all ease;
}
.ai-pagination .page-numbers:hover:after {
  width: 100%;
  background-image: linear-gradient(251deg, #984BE8 0%, #337EF6 100%);
  transition: 0.4s all ease;
}
.ai-pagination .page-numbers.current {
  position: relative;
}
.ai-pagination .page-numbers.current:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  width: 100%;
  background-image: linear-gradient(251deg, #984BE8 0%, #337EF6 100%);
  transition: 0.4s all ease;
}
.ai-links a, .filter-items a {
  position: relative;
  padding: 5px;
}
.ai-links a:not(.active):after, .filter-items a:not(.active):after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 2px;
  background-image: unset;
  transition: 0.7s all ease;
}
.ai-links a:not(.active):hover:after, .filter-items a:not(.active):hover:after {
  width: 100%;
  background-image: linear-gradient(251deg, #984BE8 0%, #337EF6 100%);
  transition: 0.4s all ease;
}
.owl-carousel.owl-drag .owl-item {
  overflow: hidden;
}
.ai-impact_slider.owl-theme {
  padding-left: 4rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 480px) {
  .ai-impact_slider.owl-theme {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.ai-impact_slider.owl-theme .owl-dots {
  display: none;
}
.ai-impact_slider.owl-theme .owl-nav {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  top: 30%;
  left: 0rem;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .ai-impact_slider.owl-theme .owl-nav {
    top: 39%;
  }
}
.ai-impact_slider.owl-theme .owl-nav button {
  height: 80px;
  vertical-align: top;
  display: flex;
}
.ai-impact_slider.owl-theme .owl-nav button span.the-arrow {
  transition: transform 0.25s ease;
}
.ai-impact_slider.owl-theme .owl-nav button span.the-arrow.left span.shaft {
  transform: rotate(180deg);
}
@media only screen and (max-width: 480px) {
  .ai-impact_slider.owl-theme .owl-nav button span.the-arrow span.shaft {
    width: 20px;
  }
}
.ai-impact_slider.owl-theme .owl-nav button i.fas {
  font-size: 30px;
}
.ai-impact_slider.owl-theme .owl-nav button:hover {
  background: none;
  transform: translateX(20px);
}
.ai-impact_slider.owl-theme .owl-nav button:hover .the-arrow span {
  background: #984BE8;
}
.ai-impact_slider.owl-theme .owl-nav button:hover .the-arrow span:before {
  background: #984BE8;
}
.ai-impact_slider.owl-theme .owl-nav button:hover .the-arrow span:after {
  background: #984BE8;
}
.ai-impact_slider.owl-theme .owl-nav button:hover.owl-prev {
  transform: translateX(-10px);
}
.ai-impact_slider.owl-theme .owl-nav button:hover.owl-next {
  transform: translateX(10px);
}
.ai-impact_slider.owl-theme .impact-slider-content .content-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0rem;
  min-height: 220px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .ai-impact_slider.owl-theme .impact-slider-content .content-holder {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.ai-impact_slider.owl-theme .impact-slider-content .content-holder h3 {
  font-size: 170px;
  float: left;
  background: linear-gradient(107deg, #8B4CCC 0%, #397BE5 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #000000;
  line-height: 160px;
  position: absolute;
  bottom: auto;
  top: auto;
}
@media only screen and (max-width: 480px) {
  .ai-impact_slider.owl-theme .impact-slider-content .content-holder h3 {
    position: static;
    font-size: 65px;
    line-height: 60px;
    margin: 0;
  }
  .ai-impact_slider.owl-theme .impact-slider-content .content-holder h3 span {
    line-height: 75px !important;
  }
}
.ai-impact_slider.owl-theme .impact-slider-content .content-holder p {
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  margin-left: -1rem;
  float: right;
  width: 65%;
  position: absolute;
  left: 25%;
  top: 45px;
}
@media only screen and (max-width: 480px) {
  .ai-impact_slider.owl-theme .impact-slider-content .content-holder p {
    font-size: 20px;
    line-height: 30px;
    position: static;
    margin: 0;
    width: 100%;
  }
}
.ai-landing-page-logo {
  margin: 2rem 0 0 0;
}
.ai-landing-page-logo img {
  width: 75%;
}
.ai-landing-row {
  background-position: center center;
  background-size: 105%;
}
.client-details {
  padding-top: 11rem;
  padding-bottom: 6rem;
}
.client-details .ai-links-container {
  padding-left: 8rem;
}
@media only screen and (max-width: 480px) {
  .client-details .ai-links-container {
    padding-left: 4rem;
  }
}
.client-details .client-details-item {
  line-height: 0rem;
}
.client-details .client-details-item a {
  text-transform: lowercase;
  position: relative;
}
.client-details .client-details-item a h2 {
  font-weight: 700;
  margin: 0;
  line-height: 2rem;
  font-size: 35px;
  opacity: 0.25;
}
.client-details .client-details-item a:after {
  content: "";
  display: block;
  width: 0%;
  height: 6px;
  background-image: unset;
  transition: 0.7s all ease;
}
.client-details .client-details-item a:hover h2 {
  opacity: 1;
}
.client-details .client-details-item a:hover:after {
  width: 100%;
  background-image: linear-gradient(251deg, #984BE8 0%, #337EF6 100%);
  transition: 0.4s all ease;
}
.section-heading {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .section-heading h1 br {
    content: '';
  }
  .section-heading h1 br:before {
    content: ' ';
  }
}
@media only screen and (max-width: 480px) {
  .section-heading {
    margin-bottom: 1.5rem;
  }
  .section-heading h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
.events {
  min-height: 100vh;
}
.events .event {
  min-height: 100vh;
}
.events .event .ai-links-container {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 480px) {
  .events .event .ai-links-container {
    padding-left: 15px;
  }
}
.events .event .ai-links-container .content-wrap {
  display: inline-block;
  flex-direction: column;
  margin-bottom: 2rem;
}
.events .event .ai-links-container .content-wrap h2 {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 480px) {
  .events .event .ai-links-container .content-wrap h2 {
    font-size: 28px;
  }
}
.events .event .ai-links-container .content-wrap a {
  display: inline-block;
}
.events .event:before {
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 480px) {
  .ai-archiver-filter {
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.ai-archiver-filter a {
  font-family: 'Poppins', sans-serif;
  text-transform: lowercase;
  text-decoration: none;
  padding: 0 0 0.4rem 0;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 480px) {
  .ai-archiver-filter a {
    margin-left: 10px;
  }
}
.ai-archiver-filter a.active {
  font-weight: 700;
  border-bottom-color: #984BE8;
}
.ai-porfolio-cards {
  height: auto;
  min-height: auto;
}
@media only screen and (max-width: 480px) {
  .ai-porfolio-cards {
    padding-top: 2rem !important;
  }
}
.ai-porfolio-cards .row {
  min-height: auto;
  width: 100%;
  margin: 0 auto;
}
.ai-porfolio-cards .row .ai-porfolio-col {
  min-height: 200px;
}
@media only screen and (max-width: 1199px) {
  .ai-porfolio-cards .row .ai-porfolio-col {
    min-width: 50%;
  }
}
.ai-porfolio-cards .row .ai-porfolio-col .content-image {
  height: 100%;
  justify-content: flex-end;
}
.ai-porfolio-cards .row .ai-porfolio-col .content-image .content-holder {
  padding: 1.5rem;
}
.ai-archieve-col {
  padding: 0;
}
.ai-archieve-col a {
  color: #FFFFFF;
  text-transform: lowercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.ai-archieve-col .post-link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ai-archieve-col .ai-porfolio-card, .ai-archieve-col .ai-news-card {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ai-archieve-col .ai-porfolio-card:after, .ai-archieve-col .ai-news-card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ai-archieve-col .ai-porfolio-card .content-image:after, .ai-archieve-col .ai-news-card .content-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ai-archieve-col .ai-porfolio-card:hover, .ai-archieve-col .ai-news-card:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.ai-archieve-col .ai-porfolio-card:hover .content-image, .ai-archieve-col .ai-news-card:hover .content-image {
  background-color: #FA8528;
}
.ai-archieve-col .ai-porfolio-card:hover .content-image:after, .ai-archieve-col .ai-news-card:hover .content-image:after {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-image: linear-gradient(180deg, rgba(221, 86, 75, 0.8) 4%, rgba(250, 133, 40, 0.8) 100%);
  box-shadow: inset 0px 0px 0px 10px #000000;
  -webkit-box-shadow: inset 0px 0px 0px 10px #000000;
}
.ai-archieve-col .ai-news-card .content-image {
  height: 40vh;
}
.ai-archieve-col .ai-news-card .content-image .ai-post-pub-date {
  padding: 1.5rem 1.5rem;
  text-transform: capitalize;
}
.ai-archieve-col .ai-news-card .content-image .content-holder {
  padding: 1.5rem;
}
.ai-archieve-col .content-image {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.ai-archieve-col .content-image .ai-arch-post-title {
  font-size: 24px;
  text-transform: lowercase;
  margin-bottom: 0;
}
.ai-archieve-col .content-image a {
  position: relative;
}
#ai-testimonials .vc_column-inner {
  padding: 0;
}
#ai-testimonials .vc_tta-container {
  margin: 0;
}
#ai-testimonials .vc_pagination .vc_pagination-item .vc_pagination-trigger {
  border: none;
  background-color: #464646;
  opacity: 0.12;
}
#ai-testimonials .vc_pagination .vc_pagination-item.vc_active .vc_pagination-trigger {
  background-color: #000000;
  opacity: 1;
}
#ai-testimonials .ai-testimonial .wpb_wrapper {
  margin-bottom: 1rem;
}
.ai-custom-archive-header.ai-custom-archive-no-header-image .ai-banner-overlay {
  background-color: #000000;
  opacity: 1;
}
.single .ai-post-category a {
  color: #FFFFFF;
  font-size: 20px;
}
.single .ai-post-category a:hover {
  color: #984BE8;
}
.single .ai-post-category span:last-of-type {
  display: none;
}
.single .ai-post-category h5 {
  display: inline-block;
  margin-right: 1rem;
}
.single .ai-post-category h5:last-child {
  margin-right: 0rem;
}
.single .social-share .col-md-12 {
  padding-left: 0px;
}
.single .ai-post-title {
  text-transform: lowercase;
}
@media only screen and (max-width: 480px) {
  .single .ai-post-title {
    font-size: 35px;
    line-height: 40px;
  }
}
.single.single-portfolio .ai-post-title {
  line-height: 55px;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .single.single-portfolio .ai-post-title {
    line-height: 40px;
  }
}
.single .ai-porfolio-content-wrap .ai-col-indent {
  padding-left: 8rem;
}
@media only screen and (max-width: 599px) {
  .single .ai-porfolio-content-wrap .ai-col-indent {
    padding-left: 0;
  }
}
.single .ai-work-image .vc_figure img {
  margin-bottom: 2rem;
}
.single .ai-work-image:last-child .vc_figure img {
  margin-bottom: 0em;
}
.single header .container {
  padding-left: 40px;
  padding-right: 40px;
}
#ai-blog-images .wpb_column.vc_column_container .vc_column-inner, #ai-work-images .wpb_column.vc_column_container .vc_column-inner {
  padding: 0 1rem;
}
.ai-single-post-pub-date {
  line-height: 25px;
  font-weight: 400;
}
.ai-contact-locations .city {
  padding-bottom: 20px;
}
.ai-contact-locations .city a {
  font-size: 14px;
  color: black;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.ai-contact-locations .city .emails a {
  font-weight: 700;
  padding-top: 10px;
}
.ai-contact-locations .south {
  padding-bottom: 25px;
}
.ai-contact-locations .south h3 {
  background: transparent linear-gradient(282deg, #9848A0 0%, #3279B6 100%) 0% 0% no-repeat padding-box;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}
.ai-contact-locations .north h3 {
  background: linear-gradient(280deg, #79C67B 0%, #1B58A5 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}
.ai-contact-locations .west {
  padding-bottom: 25px;
}
.ai-contact-locations .west h3 {
  background: transparent linear-gradient(285deg, #F1C8DE 0%, #DD564B 96%) 0% 0% no-repeat padding-box;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}
.ai-contact-locations .east h3 {
  background: linear-gradient(288deg, #F68528 0%, #F6E443 100%) 0% 0% no-repeat padding-box;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}
.ai-contact-locations h3 {
  display: inline;
}
.ai-contact-locations h4 {
  font-size: 22px;
  color: #000000;
  line-height: 36px;
  font-weight: 700;
}
.ai-social-media-wrapper .wpb_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ai-social-media-wrapper .wpb_wrapper .vc_icon_element .vc_icon_element-inner span.vc_icon_element-icon {
  overflow: hidden;
  height: 2.4rem;
}
.ai-social-media-wrapper .wpb_wrapper .vc_icon_element .vc_icon_element-inner span.vc_icon_element-icon:before {
  font-size: 2.4rem;
  background-image: linear-gradient(107deg, #8B4CCC 0%, #397BE5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 0.5s ease;
}
.ai-social-media-wrapper .wpb_wrapper .vc_icon_element .vc_icon_element-inner span.vc_icon_element-icon:after {
  color: #984BE8;
  font-size: 2.4rem;
  display: inline-block;
  transition: transform 0.5s ease;
  transform: translateY(5px);
}
.ai-social-media-wrapper .wpb_wrapper .vc_icon_element .vc_icon_element-inner span.vc_icon_element-icon.fa-facebook-f:after {
  content: "";
}
.ai-social-media-wrapper .wpb_wrapper .vc_icon_element .vc_icon_element-inner span.vc_icon_element-icon.fa-twitter:after {
  content: "";
}
.ai-social-media-wrapper .wpb_wrapper .vc_icon_element .vc_icon_element-inner span.vc_icon_element-icon.fa-instagram:after {
  content: "";
}
.ai-social-media-wrapper .wpb_wrapper .vc_icon_element .vc_icon_element-inner:hover .vc_icon_element-icon:before {
  transform: translateY(-2.4rem);
}
.ai-social-media-wrapper .wpb_wrapper .vc_icon_element .vc_icon_element-inner:hover .vc_icon_element-icon:after {
  transform: translateY(-2.4rem);
}
.ai-contact-social-info .wpb_content_element {
  margin-bottom: 0.4rem;
}
.ai-contact-social-info .wpb_content_element p {
  font-weight: 600;
}
.ai-contact-social-info .wpb_content_element p a {
  color: #000000;
}
.ai-contact-social-info .wpb_content_element p a:hover {
  color: #984BE8;
}
.metro-hovercard {
  padding: 1.5rem;
  position: relative;
  z-index: 10;
  background-position: center center;
  background-size: 100%;
  transition: 0.5s ease all;
  background-repeat: no-repeat;
  height: 370px;
  width: 370px;
  border-radius: 100%;
  transition: background-size 0.5s ease;
}
.metro-hovercard .hover-overlay {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  transition: 0.5s ease all;
}
.metro-hovercard .hover-content {
  position: relative;
  z-index: 4;
}
.metro-hovercard .hover-content h2 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  background: linear-gradient(264deg, #984BE8 0%, #337EF6 150%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.metro-hovercard .hover-content p {
  padding-left: 1.5rem;
  overflow-wrap: anywhere;
  font-size: 13px;
}
.metro-hovercard .hover-content p a {
  font-size: 13px;
  color: #000000;
}
.metro-hovercard .hover-content p a:hover {
  color: #984BE8;
}
.metro-hovercard:hover {
  background-repeat: no-repeat;
  background-size: 130%;
}
.metro-hovercard:hover .hover-overlay {
  opacity: 0.6;
  transition: 0.5s ease all;
}
@media only screen and (max-width: 480px) {
  .wpb_column:not(.ai-contact-block-mobile-full-width) {
    width: 100% !important;
  }
  .wpb_column:not(.ai-contact-block-mobile-full-width) .metro-hovercard {
    padding: 0;
    width: 100%;
  }
  .wpb_column:not(.ai-contact-block-mobile-full-width) .metro-hovercard p {
    padding: 0;
  }
}
@media (orientation: landscape) and (max-height: 375px) {
  .metro-hovercard {
    background-size: 75% !important;
    background-position: left;
  }
}
@media only screen and (max-width: 1199px) {
  .ai-contact-blocks-mobile {
    padding-bottom: 3rem;
    flex-direction: row;
    justify-content: center;
  }
  .ai-contact-blocks-mobile .ai-contact-block-mobile-full-width {
    width: 100%;
    padding-bottom: 3rem;
  }
  .ai-contact-blocks-mobile .ai-contact-block-mobile-full-width .wpb_row .wpb_column.vc_column_container {
    width: 100%;
  }
  .ai-contact-blocks-mobile .wpb_column:not(.ai-contact-block-mobile-full-width) {
    width: 50%;
  }
  .ai-contact-blocks-mobile .wpb_column:not(.ai-contact-block-mobile-full-width) .metro-hovercard {
    background-size: 90%;
  }
}
.ai-thank-you-col-img .vc_column-inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
  height: 20rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ai-text-image-hover h2 {
  font-weight: 700;
  padding-bottom: 20px;
}
.ai-text-image-hover a {
  background-image: linear-gradient(251deg, #984BE8 0%, #337EF6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
}
.ai-text-image-hover a:hover {
  -webkit-text-fill-color: #6DFFC4;
}
.ai-text-image-hover a:hover span {
  position: relative;
  z-index: 3;
}
.ai-text-image-hover a img {
  z-index: 1;
}
.ai-text-image-hover a:hover {
  color: #984BE8;
}
h2.ai-image-small-text {
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 480px) {
  h2.ai-image-small-text br {
    content: '';
  }
  h2.ai-image-small-text br:before {
    content: ' ';
  }
}
h2.ai-image-main-text {
  font-size: 30px;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media only screen and (max-width: 1199px) {
  h2.ai-image-main-text {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 480px) {
  h2.ai-image-main-text {
    padding-left: 0;
    padding-right: 0;
  }
  h2.ai-image-main-text br {
    content: '';
  }
  h2.ai-image-main-text br:before {
    content: ' ';
  }
}
#formModal.modal {
  background-color: rgba(0, 0, 0, 0.6);
}
#formModal.modal .modal-dialog {
  max-width: 600px;
}
#formModal.modal .modal-dialog .modal-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
#formModal.modal .modal-dialog .modal-content {
  border-radius: 0px;
}
#formModal.modal .modal-dialog .modal-content .modal-header {
  border: none;
}
#formModal.modal .modal-dialog .modal-content .modal-header .close {
  color: #000000;
  opacity: 1;
}
#formModal.modal .modal-dialog .modal-content .modal-header .close:hover {
  color: #984BE8;
}
#formModal.modal .modal-dialog .modal-content .gform_body {
  padding: 1.5rem;
}
#formModal.modal .modal-dialog .modal-content .gform_body li.gfield:first-child, #formModal.modal .modal-dialog .modal-content .gform_body li.gfield:nth-child(2) {
  margin-top: 0;
}
#formModal.modal .modal-dialog .modal-content .gform_body .ginput_container input, #formModal.modal .modal-dialog .modal-content .gform_body .ginput_container select, #formModal.modal .modal-dialog .modal-content .gform_body .ginput_container textarea {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  border: 1px solid #AAAAAA;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
  -webkit-appearance: auto;
  appearance: auto;
  padding: 0.7rem;
  margin: 0;
}
#formModal.modal .modal-dialog .modal-content .gform_body .ginput_container_textarea {
  max-height: 3rem;
}
#formModal.modal .modal-dialog .modal-content .gform_footer {
  text-align: center;
}
#formModal.modal .burger-menu--opened .bar {
  background-color: #000000;
  height: 3px;
  width: 20px;
}
body.error404 .site {
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.error404 .site .primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
body.error404 .site .primary h2 {
  text-transform: lowercase;
  color: #FFFFFF;
  font-weight: 600;
  max-width: 700px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  body.error404 .site .primary h2 {
    font-size: 30px;
    line-height: 40px;
    width: 50%;
  }
}
body.error404 .site .primary .ai-button-row {
  margin-top: 25px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
@media only screen and (max-width: 480px) {
  body.error404 .site .primary .ai-button-row {
    width: 60%;
  }
}
body.error404 .site .primary .ai-404-heading {
  height: 400px;
  width: 700px;
  background-image: url('/wp-content/uploads/2021/05/M@2x.png?id=271)');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  body.error404 .site .primary .ai-404-heading {
    background-size: 80%;
  }
}
body.error404 .site .primary .ai-404-heading h1 {
  color: #FFFFFF;
  text-transform: lowercase;
}
body.error404 .site .ai-metro-footercta {
  width: 100%;
}
.ai-image-main-text.ai-text-revel-wrapper .ai-split-line-reveal {
  line-height: 40px;
}
.ai-image-main-text.ai-text-revel-wrapper a .ai-split-line-span-reaveal {
  background-image: linear-gradient(251deg, #984be8 0%, #337ef6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ai-awards-carousel .owl-carousel {
  display: block !important;
}
#ai-awards-carousel .owl-carousel .owl-item {
  opacity: 0;
  transition: opacity 1s ease;
}
@media only screen and (max-width: 480px) {
  #ai-awards-carousel .owl-carousel .owl-item .content-holder {
    padding: 0;
  }
}
#ai-awards-carousel .owl-carousel .owl-item.active {
  opacity: 1;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fmetropolitanrepublic.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Faglet-child%2Fsass%2Fmain.scss%22%2C%22wp-content%2Fthemes%2Faglet-child%2Fsass%2Fvariables.scss%22%2C%22wp-content%2Fthemes%2Faglet-child%2Fsass%2Fai-responsive-mixins.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BACSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADdE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAEKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE5EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFwFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAErJE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF4JF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAErOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF4OA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAEzSF%3BAF6SM%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE7TR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF8UF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAE5UA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFqVF%3BAAAA%3BAAAA%3BAErVE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFiWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAEzXE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFkYA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBE%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBR%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAEjgBV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFmiBsB%3BAAAA%3BAAAA%3BAAAA%3BAAiBpB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAE7jBF%3BAFkkBE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAElkBJ%3BAFykBE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAErlBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFwoBI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAE3oBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF6pBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAEtqBA%3BAF2qBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAE%2FqBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFsrBF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAE1rBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFksBF%3BAAAA%3BAAAA%3BAElsBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF4sBA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAE9sBV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF0tBA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAEruBF%3BAFyuBI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEjwBR%3BAF0wBM%3BAAAA%3BAAAA%3BAAAA%3BAElzBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF0zBI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEl0BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFo1BF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAUM%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAEh5BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFu5BM%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAE35BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFo6BE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAE16BR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFg7BM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEr7BN%3BAFg8BI%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEj8BF%3BAFw8BI%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEj5BF%3BAFu5BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAEn7BA%3BAF87BA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAA0BF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAE1mCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFkhCM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE7gCN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFuhCM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEvhCN%3BAFulCM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE1lCN%3BAFmnCU%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAcV%3BAAAA%3BAAAA%3BAAAA%3BAEroCJ%3BAFwoCQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE3lCR%3BAFumCE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAOL%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAE7rCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF0pCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAEh0CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF03CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE13CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF64CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAE95CA%3BAFq6CI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAEh7CJ%3BAFq7CI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAEv3CJ%3BAAAA%3BAAAA%3BAAAA%3BAF63CI%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE35CJ%3BAAAA%3BAAAA%3BAAAA%3BAFm6CI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE78CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFg%2BCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE%2FgDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF0hDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE3rDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF4vDF%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEtyDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFizDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEjzDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF4zDE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASG%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAEr6Dd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFk7DM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAE17DJ%3BAAAA%3BAAAA%3BAAAA%3BAFi8DQ%3BAAAA%3BAAAA%3BAAAA%3BAEr4DR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAApBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFy9DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE5gEN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFshEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEvkEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuDA%3BAF4hEQ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAEhmEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFymEF%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAEnnEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF2nEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE3nEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFwoEE%3BAAAA%3BAAAA%3BAEhmEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFqpEF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAEpuEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF4uEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEhvEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF4vEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAEnwER%3BAFwwEQ%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEzyEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFqzEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAErzEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFq0EQ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE30EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFq2EF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAE13EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFi4EA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAE32EE%3BAFg3EI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAE96EN%3BAAAA%3BAAAA%3BAAAA%3BAFs7EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAEG%3BAAAA%3BAAAA%3BAAAA%3BAEl8EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFw8EM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAE78ER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFm9EQ%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAE39EH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF2%2BEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE3%2BEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFq%2FEE%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAE%2F%2FEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFqgFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAE78EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFk9EI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAE%2FtFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFuuFE%3BAAAA%3BAAAA%3BAAAA%3BAEvuFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFivFE%3BAAAA%3BAAAA%3BAE5uFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFwvFI%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAoBE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAYV%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAEp%2FFF%3BAF4%2FFA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAEtgGJ%3BAF6gGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE58FA%3BAFm9FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAE%2FlGE%3BAFmmGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE%2FiGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFunGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE9tGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF0uGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE1uGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFovGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEpvGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFiwGM%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAEjyGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFyyGI%3BAAAA%3BAAAA%22%7D */