* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: loos-compressed, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  background: #f5f5f5;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.header {
  position: relative;
  z-index: 100;
  background-color: #081445;
}
.header.gradient-blue {
  background: linear-gradient(135deg, #1973fd 0%, #231f20 100%);
}
.header.py-8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.header.full-width {
  width: 100%;
}
.header .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.header .row {
  align-items: center;
  margin: 0;
}
.header #logo {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header #logo.pl-md-8 {
    padding-left: 3rem;
  }
}
.header #logo.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.header #logo a {
  display: block;
}
.header #logo a img {
  max-height: 100px;
  width: auto;
}
.header #nav-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header #nav-section.content-end {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .header #nav-section.pl-md-8 {
    padding-left: 3rem;
  }
}
.header #nav-section.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.header .navbar {
  padding: 0;
  background: transparent !important;
}
.header .navbar.navbar-light .navbar-nav {
  background: linear-gradient(90deg, #2cfff6 0%, #1973fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  display: flex;
}
.header .navbar.navbar-light .navbar-nav .nav-link {
  color: transparent;
  font-family: loos-compressed, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
}
.header .navbar.navbar-light .navbar-nav .nav-link:hover,
.header .navbar.navbar-light .navbar-nav .nav-link.active {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  transform: translateY(-1px);
  color: #ffffff;
}
.header .navbar.navbar-light .navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
}
.header .navbar.navbar-light .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar.navbar-light .navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  margin: 4px 0;
  transition: 0.3s;
  border-radius: 1px;
}
.header .navbar.navbar-light .navbar-toggler.collapsed .icon-bar:nth-child(1) {
  transform: rotate(0deg);
}
.header .navbar.navbar-light .navbar-toggler.collapsed .icon-bar:nth-child(2) {
  opacity: 1;
}
.header .navbar.navbar-light .navbar-toggler.collapsed .icon-bar:nth-child(3) {
  transform: rotate(0deg);
}
.header .navbar.navbar-light .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header .navbar.navbar-light .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
}
.header .navbar.navbar-light .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
.header .navbar-brand {
  display: none;
}
@media (max-width: 991.98px) {
  .header .navbar-collapse.collapse:not(.show) {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header .navbar-collapse {
    background: rgba(8, 20, 69, 0.95);
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 8px;
    backdrop-filter: blur(10px);
  }
}
@media (min-width: 992px) {
  .header .navbar-nav {
    flex-direction: row;
  }
  .header .navbar-nav .nav-item {
    margin-left: 1rem;
  }
  .header .navbar-nav .nav-item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .header .navbar-nav .nav-item {
    margin: 0.5rem 0;
    text-align: center;
  }
}
.hero-video-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-video-section.full-width {
  width: 100%;
}
.hero-video-section .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-video-section .video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-video-section .video-background .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(8, 20, 69, 0.8) 0%, rgba(25, 115, 253, 0.6) 50%, rgba(44, 255, 246, 0.4) 100%);
  z-index: 2;
}
.hero-video-section .hero-content-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-video-section .hero-content-wrapper .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-video-section .hero-content-wrapper .hero-content {
  text-align: left;
  max-width: 500px;
}
.hero-video-section .hero-content-wrapper .hero-content h1,
.hero-video-section .hero-content-wrapper .hero-content .hero-title {
  font-family: allumi-std, sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 2rem;
  background: linear-gradient(90deg, #2cfff6 0%, #1973fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.hero-video-section .hero-content-wrapper .hero-content h2,
.hero-video-section .hero-content-wrapper .hero-content .hero-subtitle {
  font-family: loos-compressed, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  color: #ffffff;
  opacity: 0.95;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.hero-video-section .hero-content-wrapper .hero-content p {
  font-family: loos-compressed, sans-serif;
  font-size: 1.2rem;
  color: #ffffff;
  opacity: 0.9;
  margin-bottom: 2rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}
.hero-video-section .hero-content-wrapper .hero-content .cta-button,
.hero-video-section .hero-content-wrapper .hero-content .btn {
  background: linear-gradient(135deg, #2cfff6 0%, #1973fd 100%);
  color: #ffffff;
  padding: 18px 40px;
  border: none;
  border-radius: 50px;
  font-family: loos-compressed, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.4s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 8px 25px rgba(25, 115, 253, 0.3);
}
.hero-video-section .hero-content-wrapper .hero-content .cta-button:hover,
.hero-video-section .hero-content-wrapper .hero-content .btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 40px rgba(25, 115, 253, 0.5);
  color: #ffffff;
}
.hero-video-section .cta-overlay-box {
  position: absolute;
  bottom: 15%;
  left: 8%;
  background: rgba(8, 20, 69, 0.95);
  padding: 3rem 2.5rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
  z-index: 10;
  max-width: 500px;
  text-align: center;
}
.hero-video-section .cta-overlay-box .cta-text {
  font-family: loos-compressed, sans-serif;
  color: #ffffff;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.hero-video-section .cta-overlay-box .cta-text .ready-text {
  font-size: 2rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0.5rem;
}
.hero-video-section .cta-overlay-box .cta-text .company-name {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.hero-video-section .cta-overlay-box .demo-button {
  background: #ffffff;
  color: #081445;
  padding: 5px 40px;
  border: none;
  font-family: loos-compressed, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.hero-video-section .cta-overlay-box .demo-button:hover {
  background: #2cfff6;
  color: #081445;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.hero-section {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1973fd 0%, #231f20 100%);
}
.hero-section .container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-section .hero-content .hero-title {
  font-family: allumi-std, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 30px;
  background: linear-gradient(90deg, #1973fd 0%, #2cfff6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-section .hero-content .hero-subtitle {
  font-family: loos-compressed, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 40px;
  color: #ffffff;
  opacity: 0.9;
}
.hero-section .hero-content .cta-button {
  background: #2cfff6;
  color: #081445;
  padding: 15px 30px;
  border: none;
  border-radius: 8px;
  font-family: loos-compressed, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-section .hero-content .cta-button:hover {
  background: #1973fd;
  color: #ffffff;
  transform: translateY(-2px);
}
.hero-section .hero-image {
  position: relative;
}
.hero-section .hero-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  position: relative;
}
.hero-section .hero-image img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1f03ad;
  opacity: 0.15;
  z-index: 1;
}
.ccm-custom-style-main {
  min-height: 1000px;
}
.ccm-custom-style-main .middle-block {
  background-color: rgba(8, 20, 69, 0.9);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 50px;
}
.ccm-custom-style-main .middle-block h2 {
  font-family: loos-compressed, sans-serif !important;
  font-weight: 400;
  color: #1973fd;
}
.ccm-custom-style-main .middle-block .section-title {
  color: #ffffff;
}
.ccm-custom-style-main .bottom-block-right {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 100px 50px;
  overflow: hidden;
  top: 400px;
  z-index: 1000;
}
.ccm-custom-style-main .bottom-block-right .ccm-block-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-left: auto;
  margin-right: 50px;
}
.ccm-custom-style-main .bottom-block-right .ccm-block-content p {
  font-family: loos-compressed, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #ffffff;
  text-align: left;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.ccm-custom-style-main .bottom-block-right .ccm-block-content p strong {
  color: #2cfff6;
  font-weight: 700;
}
.content-section {
  padding: 60px 0;
}
.content-section.dark {
  background: #081445;
}
.content-section.light {
  background: #ffffff;
  color: #081445;
}
.content-section .section-title {
  font-family: allumi-std, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 30px;
  background: linear-gradient(90deg, #1973fd 0%, #2cfff6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.content-section .section-content {
  font-family: loos-compressed, sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
}
.cta-section {
  background: #081445;
  padding: 80px 0;
  text-align: center;
  position: relative;
}
.cta-section .cta-title {
  font-family: allumi-std, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ffffff;
}
.cta-section .cta-subtitle {
  font-family: loos-compressed, sans-serif;
  font-size: 1.3rem;
  margin-bottom: 40px;
  background: linear-gradient(90deg, #1973fd 0%, #2cfff6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cta-section .demo-button {
  background: linear-gradient(135deg, #1973fd 0%, #2cfff6 100%);
  color: #ffffff;
  padding: 18px 40px;
  border: none;
  border-radius: 50px;
  font-family: loos-compressed, sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cta-section .demo-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(25, 115, 253, 0.4);
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
.card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(25, 115, 253, 0.15);
}
.card .card-title {
  font-family: allumi-std, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: #081445;
  margin-bottom: 15px;
}
.card .card-content {
  font-family: loos-compressed, sans-serif;
  color: #666;
  line-height: 1.6;
}
.text-gradient {
  background: linear-gradient(90deg, #1973fd 0%, #2cfff6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.bg-gradient {
  background: linear-gradient(135deg, #1973fd 0%, #231f20 100%);
}
.gradient-blue {
  background: linear-gradient(135deg, #1973fd 0%, #231f20 100%);
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
.font-bold {
  font-weight: 700;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.content-end {
  justify-content: flex-end;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.full-width {
  width: 100%;
}
@media (max-width: 768px) {
  .header.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .header #logo.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header #logo img {
    max-height: 45px;
  }
  .header #nav-section.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hero-video-section {
    min-height: 80vh;
  }
  .hero-video-section .hero-content-wrapper {
    padding: 3rem 0;
  }
  .hero-video-section .hero-content-wrapper .hero-content h1,
  .hero-video-section .hero-content-wrapper .hero-content .hero-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .hero-video-section .hero-content-wrapper .hero-content h2,
  .hero-video-section .hero-content-wrapper .hero-content .hero-subtitle {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .hero-video-section .hero-content-wrapper .hero-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  .hero-video-section .hero-content-wrapper .hero-content .cta-button,
  .hero-video-section .hero-content-wrapper .hero-content .btn {
    padding: 15px 30px;
    font-size: 1rem;
  }
  .hero-video-section .cta-overlay-box {
    bottom: 10%;
    left: 5%;
    right: 5%;
    max-width: 90%;
    padding: 2rem 1.5rem;
  }
  .hero-video-section .cta-overlay-box .cta-text {
    margin-bottom: 1.5rem;
  }
  .hero-video-section .cta-overlay-box .cta-text .ready-text {
    font-size: 1rem;
  }
  .hero-video-section .cta-overlay-box .cta-text .company-name {
    font-size: 1.4rem;
  }
  .hero-video-section .cta-overlay-box .cta-text .action-text {
    font-size: 1rem;
  }
  .hero-video-section .cta-overlay-box .demo-button {
    padding: 12px 25px;
    font-size: 0.8rem;
  }
  .hero-section .container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .hero-content .hero-title {
    font-size: 2rem;
  }
  .hero-content .hero-subtitle {
    font-size: 1.2rem;
  }
  .card-grid {
    grid-template-columns: 1fr;
  }
  .ccm-custom-style-main .bottom-block-right {
    padding: 60px 30px;
  }
  .ccm-custom-style-main .bottom-block-right .ccm-block-content {
    margin-right: 30px;
    max-width: 100%;
  }
  .ccm-custom-style-main .bottom-block-right .ccm-block-content p {
    font-size: 1.1rem;
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  .hero-video-section {
    min-height: 70vh;
  }
  .hero-video-section .hero-content-wrapper {
    padding: 2rem 0;
  }
  .hero-video-section .hero-content-wrapper .hero-content h1,
  .hero-video-section .hero-content-wrapper .hero-content .hero-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .hero-video-section .hero-content-wrapper .hero-content h2,
  .hero-video-section .hero-content-wrapper .hero-content .hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .hero-video-section .hero-content-wrapper .hero-content p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .hero-video-section .hero-content-wrapper .hero-content .cta-button,
  .hero-video-section .hero-content-wrapper .hero-content .btn {
    padding: 12px 25px;
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
  .hero-video-section .cta-overlay-box {
    bottom: 5%;
    left: 4%;
    right: 4%;
    max-width: 92%;
    padding: 1.5rem 1rem;
  }
  .hero-video-section .cta-overlay-box .cta-text {
    margin-bottom: 1rem;
  }
  .hero-video-section .cta-overlay-box .cta-text .ready-text {
    font-size: 0.9rem;
  }
  .hero-video-section .cta-overlay-box .cta-text .company-name {
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .hero-video-section .cta-overlay-box .cta-text .action-text {
    font-size: 0.9rem;
  }
  .hero-video-section .cta-overlay-box .demo-button {
    padding: 10px 20px;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
  }
  .ccm-custom-style-main .bottom-block-right {
    padding: 40px 20px;
  }
  .ccm-custom-style-main .bottom-block-right .ccm-block-content {
    margin-right: 20px;
    margin-left: 0;
    text-align: center;
  }
  .ccm-custom-style-main .bottom-block-right .ccm-block-content p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.8s ease-out;
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.animate-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}
.navbar-brand {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Fvhosts%5C%2Fstudiocenter.com%5C%2Fmedellin.studiocenter.com%5C%2Fapplication%5C%2Fthemes%5C%2Fstudiocenter%5C%2Fcss%5C%2Fstudiocenter.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AA8DA%3BEACE%3BEACA%3BEACA%3B%3BAAGF%3BEACE%2CwCAAA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAIF%3BEACE%3BEACA%3BEACA%2CyBAAA%3B%3BAAEA%2COAAC%3BEA7CD%2CYAAY%2CiDAAZ%3B%3BAAiDA%2COAAC%3BEACC%3BEACA%3B%3BAAGF%2COAAC%3BEACC%3B%3BAAfJ%2COAkBE%3BEACE%3BEACA%3B%3BAApBJ%2COAuBE%3BEACE%3BEACA%3B%3BAAzBJ%2COA6BE%3BEACE%3BEACA%3B%3BAAMA%2CQAH4B%3BEAG5B%2COARF%2CMAIG%3BIAEG%3B%3B%3BAAIJ%2COAVF%2CMAUG%3BEACC%3BEACA%3B%3BAAzCN%2COA6BE%2CMAeE%3BEACE%3B%3BAA7CN%2COA6BE%2CMAeE%2CEAGE%3BEACE%3BEACA%3B%3BAAjDR%2COAuDE%3BEACE%3BEACA%3BEACA%3B%3BAAEA%2COALF%2CaAKG%3BEACC%3B%3BAAOF%2CQAH4B%3BEAG5B%2COAbF%2CaASG%3BIAEG%3B%3B%3BAAIJ%2COAfF%2CaAeG%3BEACC%3BEACA%3B%3BAAxEN%2COA6EE%3BEACE%3BEACA%3B%3BAAEA%2COAJF%2CQAIG%2CaACQ%3BEAEJ%2CYAAY%2CgDAAZ%3BEACA%3BEACA%3BEACA%3B%3BAANL%2COAJF%2CQAIG%2CaACQ%2CYAOJ%3BEACE%3BEACA%2CwCAAA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2COAtBT%2CQAIG%2CaACQ%2CYAOJ%2CUAUG%3BAACD%2COAvBT%2CQAIG%2CaACQ%2CYAOJ%2CUAWG%3BEACC%2CoCAAA%3BEACA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CcAAA%3B%3BAAvBT%2COAJF%2CQAIG%2CaA4BC%3BEACE%3BEACA%2CuBAAA%3B%3BAAEA%2COApCN%2CQAIG%2CaA4BC%2CgBAIG%3BEACC%3B%3BAAjCN%2COAJF%2CQAIG%2CaA4BC%2CgBAQE%3BEACE%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%3BEACA%3B%3BAAIA%2COAnDR%2CQAIG%2CaA4BC%2CgBAkBG%2CUAAW%2CUACT%2CUAAU%3BEAAM%2CWAAW%2CYAAX%3B%3BAACjB%2COApDR%2CQAIG%2CaA4BC%2CgBAkBG%2CUAAW%2CUAET%2CUAAU%3BEAAM%3B%3BAACjB%2COArDR%2CQAIG%2CaA4BC%2CgBAkBG%2CUAAW%2CUAGT%2CUAAU%3BEAAM%2CWAAW%2CYAAX%3B%3BAAIjB%2COAzDR%2CQAIG%2CaA4BC%2CgBAwBG%2CIAAI%2CYAAa%2CUACf%2CUAAU%3BEACT%2CWAAW%2CcAAc%2CmBAAzB%3B%3BAAEF%2COA5DR%2CQAIG%2CaA4BC%2CgBAwBG%2CIAAI%2CYAAa%2CUAIf%2CUAAU%3BEACT%3B%3BAAEF%2COA%5C%2FDR%2CQAIG%2CaA4BC%2CgBAwBG%2CIAAI%2CYAAa%2CUAOf%2CUAAU%3BEACT%2CWAAW%2CeAAe%2CoBAA1B%3B%3BAA7IZ%2COAoJE%3BEACE%3B%3BAAQA%2CQAH%2BB%3BEAG%5C%2FB%2COALF%2CiBACG%2CSAAS%2CIAAI%3BIAEV%3B%3B%3BAAWN%2CQAP%2BB%3BEAO%5C%2FB%2COAdA%3BIAQI%2CiCAAA%3BIACA%3BIACA%3BIACA%3BIACA%2CiBAAiB%2CUAAjB%3B%3B%3BAAiBF%2CQAZ0B%3BEAY1B%2COAbF%3BIAEI%3B%3BEAWF%2COAbF%2CYAII%3BIACE%3B%3BEAEA%2COAPN%2CYAII%2CUAGG%3BIACC%3B%3B%3BAAWR%2CQAN%2BB%3BEAM%5C%2FB%2COAnBA%2CYAcI%3BIACE%2CgBAAA%3BIACA%3B%3B%3BAAOR%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CmBAAC%3BEACC%3B%3BAATJ%2CmBAYE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAlBJ%2CmBAYE%2CkBAQE%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAxBN%2CmBAYE%2CkBAeE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CYAAY%2C2GAAZ%3BEAIA%3B%3BAArCN%2CmBAyCE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA%5C%2FCJ%2CmBAyCE%2CsBAQE%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAArDN%2CmBAyCE%2CsBAeE%3BEACE%3BEACA%3B%3BAA1DN%2CmBAyCE%2CsBAeE%2CcAIE%3BAA5DN%2CmBAyCE%2CsBAeE%2CcAIM%3BEACF%2CmCAAA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEA%5C%2FSN%2CYAAY%2CgDAAZ%3BEACA%3BEACA%3BEACA%3BEA8SM%2C0CAAA%3B%3BAAnER%2CmBAyCE%2CsBAeE%2CcAcE%3BAAtEN%2CmBAyCE%2CsBAeE%2CcAcM%3BEACF%2CwCAAA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%2C0CAAA%3B%3BAA5ER%2CmBAyCE%2CsBAeE%2CcAuBE%3BEACE%2CwCAAA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%2CyCAAA%3B%3BAArFR%2CmBAyCE%2CsBAeE%2CcAgCE%3BAAxFN%2CmBAyCE%2CsBAeE%2CcAgCe%3BEACX%2CYAAY%2CiDAAZ%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%2CwCAAA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%2C8CAAA%3B%3BAAEA%2CmBAhEN%2CsBAeE%2CcAgCE%2CYAiBG%3BAAAD%2CmBAhEN%2CsBAeE%2CcAgCe%2CKAiBV%3BEACC%2CWAAW%2CiBAAiB%2CWAA5B%3BEACA%2C%2BCAAA%3BEACA%2CcAAA%3B%3BAA5GV%2CmBAmHE%3BEACE%3BEACA%3BEACA%3BEACA%2CiCAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAiB%2CUAAjB%3BEACA%2C0CAAA%3BEACA%3BEACA%3BEACA%3B%3BAA7HJ%2CmBAmHE%2CiBAYE%3BEACE%2CwCAAA%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAAnIN%2CmBAmHE%2CiBAYE%2CUAME%3BEACE%3BEACA%2CgBAAA%3BEACA%3BEACA%3B%3BAAzIR%2CmBAmHE%2CiBAYE%2CUAaE%3BEACE%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAjJR%2CmBAmHE%2CiBAmCE%3BEACE%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%3BEACA%2CwCAAA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CmBAnDJ%2CiBAmCE%2CaAgBG%3BEACC%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CyCAAA%3B%3BAAOR%3BEACE%3BEACA%3BEACA%3BEACA%3BEA5ZA%2CYAAY%2CiDAAZ%3B%3BAAwZF%2CaAOE%3BEACE%3BEACA%2C8BAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAbJ%2CaAgBE%2CcACE%3BEACE%2CmCAAA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEArbJ%2CYAAY%2CgDAAZ%3BEACA%3BEACA%3BEACA%3B%3BAA4ZF%2CaAgBE%2CcAUE%3BEACE%2CwCAAA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAA%5C%2FBN%2CaAgBE%2CcAkBE%3BEACE%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%2CwCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3B%3BAAEA%2CaAhCJ%2CcAkBE%2CYAcG%3BEACC%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAnDR%2CaAwDE%3BEACE%3B%3BAAzDJ%2CaAwDE%2CYAGE%3BEACE%3BEACA%3BEACA%3BEAldJ%3B%3BAACA%2CaA2cA%2CYAGE%2CIA9cD%3BEACC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%3B%3BAA6cJ%3BEACI%3B%3BAADJ%2CsBAGI%3BEAEI%2CsCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAQA%3B%3BAAnBR%2CsBAGI%2CcAUI%3BEACI%2CwCAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAhBZ%2CsBAGI%2CcAiBI%3BEACI%2CcAAA%3B%3BAArBZ%2CsBAyBI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEAEA%3BEACA%3B%3BAApCR%2CsBAyBI%2CoBAaI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA3CZ%2CsBAyBI%2CoBAaI%2CmBAOI%3BEACI%2CwCAAA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%2C0CAAA%3B%3BAApDhB%2CsBAyBI%2CoBAaI%2CmBAOI%2CEAUI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAASpB%3BEACE%2CeAAA%3B%3BAAEA%2CgBAAC%3BEACC%2CmBAAA%3B%3BAAGF%2CgBAAC%3BEACC%2CmBAAA%3BEACA%2CcAAA%3B%3BAATJ%2CgBAYK%3BEACA%2CmCAAA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEApjBH%2CYAAY%2CgDAAZ%3BEACA%3BEACA%3BEACA%3B%3BAAiiBF%2CgBAoBE%3BEACE%2CwCAAA%3BEACA%3BEACA%3B%3BAAKJ%3BEACE%2CmBAAA%3BEACA%2CeAAA%3BEACA%3BEACA%3B%3BAAJF%2CYAME%3BEACE%2CmCAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAXJ%2CYAcE%3BEACE%2CwCAAA%3BEACA%3BEACA%3BEAjlBF%2CYAAY%2CgDAAZ%3BEACA%3BEACA%3BEACA%3B%3BAA6jBF%2CYAqBE%3BEACE%2CYAAY%2CiDAAZ%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%2CwCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3B%3BAAEA%2CYAdF%2CaAcG%3BEACC%2CWAAW%2CgBAAX%3BEACA%2C%2BCAAA%3B%3BAAMN%3BEACE%3BEACA%2CuBAAuB%2CiBAAiB%2CmBAAxC%3BEACA%3BEACA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%3BEACA%3BEACA%2CyCAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CKAAC%3BEACC%2CWAAW%2CgBAAX%3BEACA%2CgDAAA%3B%3BAATJ%2CKAYE%3BEACE%2CmCAAA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAjBJ%2CKAoBE%3BEACE%2CwCAAA%3BEACA%3BEACA%3B%3BAAKJ%3BEA9oBE%2CYAAY%2CgDAAZ%3BEACA%3BEACA%3BEACA%3B%3BAA%2BoBF%3BEA3oBE%2CYAAY%2CiDAAZ%3B%3BAA%2BoBF%3BEA%5C%2FoBE%2CYAAY%2CiDAAZ%3B%3BAAmpBF%3BEAAe%3B%3BAACf%3BEAAkB%3B%3BAAClB%3BEAAa%2CgBAAA%3B%3BAAGb%3BEAAQ%3B%3BAACR%3BEAAgB%3B%3BAAChB%3BEAAa%3B%3BAACb%3BEAAe%3B%3BAAGf%3BEACE%3BEACA%3B%3BAAIF%3BEACE%3B%3BAAgIF%2CQA5H0B%3BEAEtB%2COAAC%3BIACC%3BIACA%3B%3BEAIA%2COADF%2CMACG%3BIACC%3BIACA%3B%3BEATN%2COAME%2CMAME%3BIACE%3B%3BEAKF%2COADF%2CaACG%3BIACC%3BIACA%3B%3BEAKN%3BIACE%3B%3BEADF%2CmBAGE%3BIACE%2CeAAA%3B%3BEAJJ%2CmBAGE%2CsBAGE%2CcACE%3BEAPN%2CmBAGE%2CsBAGE%2CcACM%3BIACF%3BIACA%3B%3BEATR%2CmBAGE%2CsBAGE%2CcAME%3BEAZN%2CmBAGE%2CsBAGE%2CcAMM%3BIACF%3BIACA%3B%3BEAdR%2CmBAGE%2CsBAGE%2CcAWE%3BIACE%3BIACA%3B%3BEAnBR%2CmBAGE%2CsBAGE%2CcAgBE%3BEAtBN%2CmBAGE%2CsBAGE%2CcAgBe%3BIACX%2CkBAAA%3BIACA%3B%3BEAxBR%2CmBA6BE%3BIACE%3BIACA%3BIACA%3BIACA%3BIACA%2CoBAAA%3B%3BEAlCJ%2CmBA6BE%2CiBAOE%3BIACE%3B%3BEArCN%2CmBA6BE%2CiBAOE%2CUAGE%3BIACE%3B%3BEAxCR%2CmBA6BE%2CiBAOE%2CUAOE%3BIACE%3B%3BEA5CR%2CmBA6BE%2CiBAOE%2CUAWE%3BIACE%3B%3BEAhDR%2CmBA6BE%2CiBAuBE%3BIACE%2CkBAAA%3BIACA%3B%3BEAKN%2CaACE%3BIACE%3BIACA%3BIACA%3B%3BEAIJ%2CaACE%3BIACE%3B%3BEAFJ%2CaAKE%3BIACE%3B%3BEAIJ%3BIACE%3B%3BEAGF%2CsBACE%3BIACE%2CkBAAA%3B%3BEAFJ%2CsBACE%2CoBAGE%3BIACE%3BIACA%3B%3BEANN%2CsBACE%2CoBAGE%2CmBAIE%3BIACE%3BIACA%3B%3B%3BAAwFV%2CQAjF0B%3BEACxB%3BIACE%3B%3BEADF%2CmBAGE%3BIACE%2CeAAA%3B%3BEAJJ%2CmBAGE%2CsBAGE%2CcACE%3BEAPN%2CmBAGE%2CsBAGE%2CcACM%3BIACF%3BIACA%3B%3BEATR%2CmBAGE%2CsBAGE%2CcAME%3BEAZN%2CmBAGE%2CsBAGE%2CcAMM%3BIACF%3BIACA%3B%3BEAdR%2CmBAGE%2CsBAGE%2CcAWE%3BIACE%3BIACA%3B%3BEAnBR%2CmBAGE%2CsBAGE%2CcAgBE%3BEAtBN%2CmBAGE%2CsBAGE%2CcAgBe%3BIACX%2CkBAAA%3BIACA%3BIACA%3B%3BEAzBR%2CmBA8BE%3BIACE%3BIACA%3BIACA%3BIACA%3BIACA%2CoBAAA%3B%3BEAnCJ%2CmBA8BE%2CiBAOE%3BIACE%3B%3BEAtCN%2CmBA8BE%2CiBAOE%2CUAGE%3BIACE%3B%3BEAzCR%2CmBA8BE%2CiBAOE%2CUAOE%3BIACE%3BIACA%3B%3BEA9CR%2CmBA8BE%2CiBAOE%2CUAYE%3BIACE%3B%3BEAlDR%2CmBA8BE%2CiBAwBE%3BIACE%2CkBAAA%3BIACA%3BIACA%3B%3BEAKN%2CsBACE%3BIACE%2CkBAAA%3B%3BEAFJ%2CsBACE%2CoBAGE%3BIACE%3BIACA%3BIACA%3B%3BEAPN%2CsBACE%2CoBAGE%2CmBAKE%3BIACE%3BIACA%3B%3B%3BAAQV%3BEACE%3BIACE%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEF%3BIACE%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIJ%3BEACE%2CiCAAA%3B%3BAAGF%3BEACE%3BEACA%2CWAAW%2CgBAAX%3BEACA%2C6BAAA%3B%3BAAEA%2CkBAAC%3BEACC%3BEACA%2CWAAW%2CaAAX%3B%3BAAIJ%3BEACE%22%7D */