/* Edit style.less, not this file. */
@charset "UTF-8";
@font-face {
  font-family: "bg-icons-font";
  src: url("css/fonts/bg-icons-font.eot");
  src: url("css/fonts/bg-icons-font.eot?#iefix") format("embedded-opentype"), url("css/fonts/bg-icons-font.woff") format("woff"), url("css/fonts/bg-icons-font.ttf") format("truetype"), url("css/fonts/bg-icons-font.svg#bg-icons-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "bg-icons-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "bg-icons-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-play:before {
  content: "\61";
}
.icon-twitter:before {
  content: "\62";
}
.icon-tumblr:before {
  content: "\63";
}
.icon-instagram:before {
  content: "\64";
}
.icon-facebook:before {
  content: "\65";
}
.icon-youtube:before {
  content: "\66";
}
.icon-google:before {
  content: "\67";
}
.icon-arrow:before {
  content: "\68";
}
.icon.icon-blank {
  width: 15px;
}
/*@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: local('Libre Baskerville'), local('LibreBaskerville-Regular'), url(http://fonts.gstatic.com/s/librebaskerville/v4/pR0sBQVcY0JZc_ciXjFsK6Ucnt8gjcHpqyffjHeZWDA.woff2) format('woff2');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: local('Libre Baskerville Bold'), local('LibreBaskerville-Bold'), url(http://fonts.gstatic.com/s/librebaskerville/v4/kH7K4InNTm7mmOXXjrA5v6y7YSlLHrWsjpD3RcrnyFM.woff2) format('woff2');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  src: local('Libre Baskerville Italic'), local('LibreBaskerville-Italic'), url(http://fonts.gstatic.com/s/librebaskerville/v4/QHIOz1iKF3bIEzRdDFaf5eUHi-3yDrzgLLsrfaKVF9k.woff2) format('woff2');
}*/
* {
  margin: 0;
  padding: 0;
}
a,
img {
  border: none;
  outline: none;
  text-decoration: none;
}
body {
  position: relative;
  overflow-x: hidden;
}
html,
body {
  height: 100%;
}
li {
  list-style: none outside none;
}
.anim {
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.hidden {
  opacity: 0;
}
.invisible {
  display: none !important;
}
.v-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ox {
  overflow-x: hidden;
}
.max-width {
  max-width: 1100px;
  margin: 0 auto;
}
.wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.mobile-only {
  display: none;
}
.desktop-only {
  display: block;
}
.wrapper.section-home {
  height: 100%;
}
.container,
section,
section .content {
  height: 100%;
  min-height: 100%;
  position: relative;
  margin-top: -1px;
  padding-top: 1px;
}
section {
  opacity: 0;
}
section.active {
  opacity: 1;
}
section.home .content {
  padding: 0px;
}
.container {
  width: inherit;
  height: inherit;
  overflow: hidden;
}
.wrapper > header li.in-more,
.wrapper > header li.home-menu {
  display: none;
}
.internal .wrapper > header li.home-menu {
  display: inline-block;
}
.internal section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.internal .container > section {
  padding: 10em 0em 15em;
}
.internal .container > section .content {
  padding: 0 4em;
  text-align: left;
}
.release-date {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 5em;
}
.internal .release-date {
  padding-top: 0;
  padding-right: 10px;
}
.spredfast {
  width: inherit;
}
.container > section {
  text-align: center;
}
.container > section .title {
  margin: 0px 20px 10px;
}
.container > section .title h1 {
  padding: 5px 5px 1em 5px;
  text-transform: uppercase;
}
.title-logo img,
.tagline img {
  height: auto;
  max-width: 50%;
}
.menu-con {
  display: table;
  width: 100%;
  margin-bottom: 4em;
}
.menu-con > a {
  display: none;
}
.tc-small,
.tc-big {
  display: table-cell;
  text-align: left;
}
.tc-small {
  width: 25%;
}
.tc-big {
  width: 75%;
  text-align: left;
  padding: 2em;
}
.tc-big img {
  padding-right: 3em;
  float: left;
  width: 17em;
  height: 19.5em;
}
.tc-big h3 {
  letter-spacing: 0;
  margin: 0;
}
.tc-big h4 {
  margin-bottom: 1em;
}
.tc-small ul {
  position: relative;
}
.tc-small ul li {
  margin: 0.8em 2em;
}
/*====================================================================

        [HEADER]

  ====================================================================*/
.wrapper > header {
  position: fixed;
  width: 100%;
  height: 5.4em;
  background-size: cover;
  text-align: center;
  z-index: 101;
  font-size: 10px;
}
.wrapper > header .menu {
  margin-left: 1em;
}
.wrapper > header ul {
  white-space: nowrap;
  display: inline-block;
}
.wrapper > header li {
  display: inline-block;
  padding: 1.8em 1.1em 1.6em;
}
.wrapper > header li a {
  text-decoration: none;
}
.wrapper > header .menu li {
  position: relative;
}
.wrapper > header .menu li div {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 0;
  font-family: DejaVu Sans, Symbola, Everson Mono, Dingbats, Segoe UI Symbol, Quivira, SunExt-A, FreeSerif, Universalia, unifont;
}
.wrapper > header .menu li .submenu {
  position: absolute;
  overflow: hidden;
  padding: 0px 20px;
  left: -0px;
  text-align: left;
}
.wrapper > header .submenu li {
  padding: 10px 0px;
}
.wrapper > header .submenu li:first-child {
  margin-top: -500px;
}
.wrapper > header .submenu.open {
  padding: 20px !important;
}
.wrapper > header .submenu.open li:first-child {
  margin-top: 0;
}
.wrapper > header .menu li .submenu li {
  display: block;
}
.wrapper .tickets li {
  padding-left: 1em;
  padding-right: 1em;
}
.wrapper > header .menu-btn {
  position: absolute;
  display: none;
}
.wrapper > header .menu-btn img {
  margin: 12px 10px;
}
.wrapper header .social {
  position: absolute;
  right: 1em;
  font-size: 1.6em;
}
.wrapper > header .social li {
  display: inline-block;
  padding: 1.0em 0.2em;
}
.wrapper header .social a {
  display: block;
}
.wrapper header .social > a {
  font-size: 1em;
}
.wrapper > header > .social {
  position: absolute;
  right: 0;
  height: inherit;
  white-space: nowrap;
}
.wrapper.desktop > header > .social:hover {
  background: #aaaaaa;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.wrapper > header .social .action {
  display: block;
  height: 3.1em;
  padding: 0 0.3em 2.2em 0;
  width: 7.1em;
}
.icon {
  vertical-align: middle;
  margin-left: 0.1em;
  /*margin-top: 0.2em;*/
}
.wrapper > header .social-menu {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  left: 120%;
  top: 0;
  -webkit-box-shadow: 9px 2px 5px 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 9px 2px 5px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 9px 2px 5px 10px rgba(0, 0, 0, 0.75);
  z-index: 3;
  text-align: center;
}
.wrapper > header .social-menu .close {
  position: absolute;
  display: block;
  width: 100%;
  top: 1em;
}
.wrapper > header .social-menu .close img {
  width: 20px;
  height: 20px;
}
.wrapper > header .social-menu.open {
  left: 0%;
}
.wrapper > header .social-menu ul {
  margin-top: 5em;
}
.wrapper > header .social-menu ul li {
  margin: 10px 0px;
  display: block;
}
.wrapper > header .social-menu ul,
.wrapper > header .social-menu ul li {
  width: inherit;
  padding: 0px;
  text-align: center;
}
.wrapper > header .social-menu a img {
  max-width: 55px;
}
.wrapper.desktop > header .social-menu a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
/*====================================================================

        [QUOTE]

  ====================================================================*/
.promo {
  width: 30em;
  height: 15em;
  position: absolute;
  bottom: 140px;
  left: 50%;
  margin-left: -15em;
}
.promo figure {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  z-index: 10;
}
.promo figure img {
  width: 100%;
  height: auto;
}
.promo figure.far {
  -webkit-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  transform: scale(0.4, 0.4);
  opacity: 0;
  z-index: 9;
}
.promo figure.away {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 0;
  z-index: 11;
}
.promo figure p,
.promo figure small {
  text-align: center;
  line-height: 1.2;
}
.promo figure p {
  margin: 0;
}
.promo figure .slide > p:nth-child(3) {
  margin-top: 1em;
}
.promo small {
  font-size: 0.7em;
}
/*====================================================================

        [CTA]

  ====================================================================*/
.cta {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 3em 0em;
  text-align: center;
}
.cta a {
  margin: 0em 0.5em;
}
.cta li {
  display: inline-block;
}
/*====================================================================

        [Footer]

  ====================================================================*/
.wrapper > footer {
  bottom: 0;
  position: relative;
  width: 100%;
  height: 2.2em;
  text-align: center;
  margin: 0.5em 0;
}
.wrapper > footer ul {
  display: inline-block;
  margin: 0px 1em;
}
.wrapper > footer ul li {
  display: inline-block;
  margin: 0.4em 1em;
}
.wrapper > footer .copyright {
  display: inline-block;
}
.wrapper > footer .copyright,
.wrapper > footer ul li a {
  text-decoration: none;
}
.wrapper > footer ul li a {
  text-transform: capitalize;
}
.wrapper > footer > img {
  width: 90%;
  margin: 20px auto;
}
.wrapper > footer > a {
  margin: 0 auto;
  opacity: 1;
}
.wrapper.desktop > footer ul li a:hover {
  opacity: 0.6;
}
.wrapper .divider {
  width: 100%;
  height: 0.6em;
}
.wrapper > footer .popup {
  position: fixed;
  padding-top: 8em;
  bottom: -500px;
  width: 100%;
  z-index: 10001;
}
.wrapper > footer .popup.open {
  bottom: 0%;
  display: block;
}
.wrapper > footer .popup .close {
  position: absolute;
  width: 4.9em;
  height: 4.9em;
  top: 2.3em;
  right: 5.7em;
  background: url(images/close.png) no-repeat;
  background-size: cover;
}
.wrapper > footer .popup > img {
  max-width: 1231px;
  width: 90%;
  margin: 2em 0px;
}
.wrapper > footer .popup ul {
  display: block;
}
.wrapper > footer .popup .copyright {
  margin-bottom: 2em;
  display: block;
}
.wrapper > footer .pg-popup {
  position: absolute;
  right: 0;
  bottom: 2.2em;
  right: 0em;
  padding: 1em;
  display: block;
}
.wrapper > footer .pg-popup ul {
  display: block;
}
.wrapper > footer .pg-popup.init {
  display: none;
}
/*====================================================================

        [Section - Gallery]

  ====================================================================*/
.container > section.gallery {
  max-width: 100%;
  padding-top: 0;
}
.container > section.gallery .title-logo,
.container > section.gallery .release-date {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.container > section.gallery .title-logo {
  bottom: 5em;
}
.container > section.gallery .title-logo img {
  max-width: 30%;
}
.container > section.gallery .release-date {
  bottom: -4em;
}
.container > section.gallery .release-date h3 {
  color: #fff;
  font-weight: 700;
  display: inline;
  font-size: 1.5em;
  margin: 0em 1em;
}
.container > section.gallery > .content {
  padding-top: 0em;
}
.container > section.gallery .swiper-container,
.container > section.gallery .swiper-wrapper {
  z-index: auto;
}
.container > section.gallery .swiper-wrapper,
.container > section.gallery .swiper-slide {
  height: inherit;
}
.container > section.gallery .swiper-pagination {
  width: 100%;
  padding-top: 1em;
}
.gallery .arrow-left,
.gallery .arrow-right {
  position: absolute;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease ;
  transition: opacity 0.5s ease;
}
.gallery .arrow-left {
  left: 4em;
}
.gallery .arrow-right {
  right: 4em;
}
.wrapper.desktop .gallery .arrow-left:hover,
.wrapper.desktop .gallery .arrow-right:hover {
  opacity: 1;
}
.internal .container > section.gallery {
  padding: 0;
}
.internal .container > section.gallery .content {
  padding: 0;
}
.gallery .bottom-gradient {
  background: url(images/bottom_gradient.png);
  width: 100%;
  height: 154px;
  position: absolute;
  bottom: 0;
}
.swiper-pagination {
  position: relative;
  text-align: center;
  height: auto;
  margin-top: 10px;
  display: none;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #aaaaaa none repeat scroll 0 0;
  border: 2px solid #333333;
  margin: 0px 5px;
  opacity: 0.2;
}
.swiper-pagination-bullet-active {
  background: #333333;
  opacity: 1;
}
.swiper-wrapper {
  z-index: auto;
}
.container > .gallery .arrow-left,
.container > .gallery.active .arrow-right {
  opacity: 0;
  z-index: 1;
}
.container > .gallery .arrow-left {
  left: 8em;
}
.container > .gallery .arrow-right {
  right: 8em;
}
.container > .gallery.active .arrow-right {
  right: 4em;
  opacity: 1;
}
.container > .gallery.active .arrow-left {
  left: 4em;
  opacity: 1;
}
.container > section.gallery .title {
  display: none;
}
/*====================================================================

        [Videos]

  ====================================================================*/
#player_iframe,
section.videos ul {
  width: 90%;
}
section.videos ul {
  position: relative;
  text-align: left;
  margin: 1em auto;
}
section.videos ul li {
  display: inline-block;
  width: 32%;
  height: 7em;
  background: rgba(0, 0, 0, 0.5);
  margin: 0.5em 0.5em;
}
section.videos ul li a {
  display: block;
  color: #fff;
  vertical-align: top;
  height: inherit;
  font-weight: 700;
}
.wrapper.desktop section.videos ul li a:hover,
.wrapper.desktop section.videos ul li a.selected {
  background: rgba(0, 0, 0, 0.7);
}
section.videos ul li a p {
  font-size: 1.2em;
  display: inline-block;
  width: 64%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  margin: 0;
}
section.videos ul li a img {
  height: 6em;
  width: auto;
  margin: 0.5em 0 0.5em 0.5em;
  display: inline-block;
  vertical-align: middle;
}
.internal .container > section.videos .content {
  padding-top: 30px;
  text-align: center;
}
/*====================================================================

        [Cast]

  ====================================================================*/
.container > section.cast .title {
  border-top: none;
  display: block;
}
.container > section.cast .content {
  padding-top: 0em;
}
.container > section.cast .content article {
  opacity: 0;
  margin-left: -30px;
  margin-bottom: 40px;
}
.container > section.cast .content article.active {
  opacity: 1;
  margin-left: 0px;
}
/*====================================================================

        [Filmmakers]

  ===================================================================*/
.container > section.filmmakers .title {
  border-top: none;
  display: block;
}
.container > section.filmmakers .content {
  padding-top: 0em;
}
.container > section.filmmakers .content article {
  opacity: 0;
  margin-left: -30px;
  margin-bottom: 40px;
}
.container > section.filmmakers .content article.active {
  opacity: 1;
  margin-left: 0px;
}
/*====================================================================

        [Story]

  ====================================================================*/
.container > section.story .title {
  border-top: none;
  display: block;
}
.container > section.story .content {
  padding-top: 0;
  text-align: left;
  color: #fff;
}
.container > section.story .content p {
  padding-top: 0;
}
/*====================================================================

        [Awards]

  ====================================================================*/
.container > section.award .content {
  text-align: left;
}
.container > section.award .content {
  padding-top: 0em;
  text-align: left;
  padding: 20px 20px;
}
article p {
  margin: 1em 0 !important;
}
.container > section.award article {
  margin: 2em 0;
}
.container > section.awards .laurels {
  width: 70%;
  margin: 0 auto 3em auto;
  text-align: center;
}
.container > section.awards .laurels img {
  margin-top: 3em;
  vertical-align: middle;
  max-width: 25%;
  padding: 0 2.5em;
}
section.awards .laurels .whole-line {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.container > section.awards .chicago {
  max-width: 16.72%;
}
.container > section.awards .tiff-40 {
  max-width: 18.55%;
}
.container > section.awards .sundance {
  max-width: 18.52%;
}
.container > section.awards .logo img {
  margin-right: 0;
}
section.awards .content article {
  margin-top: 20px;
}
section.awards .content article p,
section.awards .content article h4 {
  text-align: center !important;
}
/*====================================================================

        [Rewiews]

  ====================================================================*/
.container > section.reviews {
  margin: 0 auto;
}
.container > section.reviews .content {
  padding: 0px 20px;
  text-align: center;
}
.container > section.reviews p {
  line-height: 1.7;
  text-align: center !important;
}
.container > section.reviews article {
  margin: 6em 0;
}
/*====================================================================

        [Review]

  ====================================================================*/
.review-company,
.review-company svg {
  height: auto;
}
.review-company svg {
  width: 20em;
}
.review-company path.no-fill {
  fill: transparent;
}
.review-star,
.review-star svg {
  display: inline;
  width: 2em;
}
/*====================================================================

        [Partners]

  ====================================================================*/
.container > section.partners > .title {
  border-top: none;
  display: block;
}
.container > section.partners {
  text-align: center;
}
.container > section.partners .content {
  padding: 0;
}
.container > section.partners ul {
  text-align: center;
  display: table;
  margin: 0 auto;
  padding-bottom: 5em;
}
.container > section.partners li {
  width: 30em;
  display: table-cell;
  padding: 2em 3em;
  text-align: left;
  position: relative;
  color: #fff;
  font-weight: 700;
}
.container > section.partners li img {
  width: 100%;
  max-width: 270px;
}
.container > section.partners li > a {
  width: inherit;
  display: block;
  border-radius: 2px;
  background: -webkit-linear-gradient(#fefefe, #cbd0d3);
  background: -o-linear-gradient(#fefefe, #cbd0d3);
  background: -moz-linear-gradient(#fefefe, #cbd0d3);
  background: linear-gradient(#fefefe, #cbd0d3);
  padding: 1.5em 0px;
  font-size: 1.4em;
  color: #48514e;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  bottom: -2em;
}
section.partners li img {
  max-width: 300px !important;
}
section.partners li p {
  text-align: center !important;
}
/*====================================================================

        [Cities]

  ====================================================================*/
.container > section.cities > .title {
  display: block !important;
  border: none;
}
.container > section.cities .content {
  overflow: hidden;
}
.container > section.cities .content ul li {
  width: 70%;
  height: auto;
  margin: 2em auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.8em;
}
.container > section.cities .content ul li p {
  font-size: 2.3em;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.container > section.cities .content ul li .left {
  width: 70%;
  float: left;
  text-align: left;
}
.container > section.cities .content ul li .right {
  width: 30%;
  float: right;
  text-align: right;
}
.container > section.cities .content ul {
  padding-bottom: 8em;
}
/*====================================================================

        [Oops]

  ====================================================================*/
.container > section.oops .title {
  border-top: none;
  display: block;
}
.container > section.oops .content {
  padding-top: 0;
}
.container > section.oops p {
  line-height: 1.7;
  text-align: center !important;
  margin: 0.5em 20px;
}
/*====================================================================

        [Animation initalization]

  ====================================================================*/
header {
  -webkit-transition: margin-top 0.7s ease;
  -ms-transition: margin-top 0.7s ease;
  transition: margin-top 0.7s ease;
}
.container {
  -webkit-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
header .menu a.init {
  opacity: 0;
}
footer .pg-popup {
  -webkit-transition: right 0.7s ease;
  -ms-transition: right 0.7s ease;
  transition: right 0.7s ease;
}
.cta a {
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  -ms-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}
.wrapper,
.wrapper > footer > a {
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.wrapper > footer .popup {
  -webkit-transition: bottom 0.7s ease;
  -ms-transition: bottom 0.7s ease;
  transition: bottom 0.7s ease;
}
.wrapper > footer a {
  -webkit-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.wrapper > footer .popup > a {
  -webkit-transition: transform 0.5s ease, color 0.5s ease;
  -ms-transition: transform 0.5s ease, color 0.5s ease;
  transition: transform 0.5s ease, color 0.5s ease;
}
.wrapper > header li a:after {
  -webkit-transition: max-width 0.7s ease;
  -ms-transition: max-width 0.7s ease;
  transition: max-width 0.7s ease;
}
.wrapper > header .menu-btn.open div {
  -webkit-transition: top 0.3s ease, transform 0.5s ease 0.3s, opacity 0.1s ease 0.3s;
  -ms-transition: top 0.3s ease, transform 0.5s ease 0.3s, opacity 0.1s ease 0.3s;
  transition: top 0.3s ease, transform 0.5s ease 0.3s, opacity 0.1s ease 0.3s;
}
.wrapper > header .menu-btn div {
  -webkit-transition: top 0.3s ease 0.5s, transform 0.5s ease, opacity 0.0s ease 0.5s;
  -ms-transition: top 0.3s ease 0.5s, transform 0.5s ease, opacity 0.0s ease 0.5s;
  transition: top 0.3s ease 0.5s, transform 0.5s ease, opacity 0.0s ease 0.5s;
}
.wrapper > header .submenu li,
.wrapper > header .menu > li {
  -webkit-transition: margin-top 0.5s ease;
  -ms-transition: margin-top 0.5s ease;
  transition: margin-top 0.5s ease;
}
.wrapper > header .submenu {
  -webkit-transition: padding 0.5s ease;
  -ms-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
.container > .home.active .promo {
  -webkit-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
  -ms-transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
  transition: opacity 0.3s ease-out 0.9s, margin-left 0.3s ease-out 0.9s;
  opacity: 1;
}
.wrapper section.videos ul li a {
  -webkit-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease ;
  transition: background 0.5s ease;
}
.promo figure {
  -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.container > .gallery.active .arrow-right {
  -webkit-transition: opacity 0.7s ease-out 0.5s, right 0.7s ease-out 0.5s;
  -ms-transition: opacity 0.7s ease-out 0.5s, right 0.7s ease-out 0.5s;
  transition: opacity 0.7s ease-out 0.5s, right 0.7s ease-out 0.5s;
}
.container > .gallery.active .arrow-left {
  -webkit-transition: opacity 0.7s ease-out 0.5s, left 0.7s ease-out 0.5s;
  -ms-transition: opacity 0.7s ease-out 0.5s, left 0.7s ease-out 0.5s;
  transition: opacity 0.7s ease-out 0.5s, left 0.7s ease-out 0.5s;
}
.wrapper > footer .popup > a:hover {
  -webkit-transform: scale(0.5, 0.5) rotate(90deg);
  -ms-transform: scale(0.5, 0.5) rotate(90deg);
  transform: scale(0.5, 0.5) rotate(90deg);
}
@media only screen and (max-height: 650px) and (min-width: 769px) {
  .container,
  section,
  section .content {
    min-height: 650px;
  }
  .internal .container,
  .internal section,
  .internal section .content {
    min-height: auto;
  }
}
@media only screen and (min-width: 769px) {
  .wrapper > header li a:after {
    display: block;
    width: auto;
    max-width: 0px;
    height: inherit;
    content: "";
    margin: 0 auto;
  }
  .wrapper > header li a.selected:after,
  .wrapper.desktop > header .menu li a:hover:after {
    max-width: 200px;
  }
  /* ============== [Cast & Filmmakers] ===========================*/
  .tc-small > ul > li {
    -webkit-transition: opacity 0.5s ease-out, margin-left 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out, margin-left 0.5s ease-out;
    transition: opacity 0.5s ease-out, margin-left 0.5s ease-out;
    margin-left: 5em;
    opacity: 0;
  }
  .active .tc-small > ul > li {
    -webkit-transition: opacity 0.5s ease-in, margin-left 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-in, margin-left 0.5s ease-out;
    transition: opacity 0.5s ease-in, margin-left 0.5s ease-out;
    margin-left: 2em;
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .container,
  section {
    min-height: 0px !important;
    height: auto;
  }
  /* ============== [Global navigation] ===========================*/
  .wrapper > header {
    height: 65px;
    text-align: left;
    -webkit-box-shadow: -1px 4px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 4px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 4px 4px 0px rgba(0, 0, 0, 0.75);
    z-index: 100;
    position: relative;
  }
  .wrapper > header li {
    padding: 23px 11px;
  }
  .wrapper > header .menu {
    width: 100%;
    overflow: hidden;
  }
  .wrapper > header .menu {
    margin-top: 65px;
  }
  .wrapper > header .menu > li {
    display: block;
    height: 22px;
    margin-top: 5px;
  }
  .wrapper > header .menu > li a {
    margin-left: 65px;
  }
  .wrapper > header .menu > li:first-child {
    margin-top: -900px;
  }
  .wrapper > header .menu.open > li:first-child {
    margin-top: -68px;
  }
  .internal .wrapper > header .menu.open > li:first-child {
    margin-top: 0px;
  }
  .wrapper > header li a {
    font-size: 15pt;
  }
  .wrapper > header .menu li a {
    font-size: 12pt;
    line-height: 20px;
  }
  .wrapper header > .tickets {
    position: absolute;
    margin-left: 65px;
    width: 50px;
    z-index: 100;
  }
  .wrapper header > .tickets li {
    height: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrapper > header .menu-btn {
    display: block;
    z-index: 4;
    width: 65px;
    height: 65px;
  }
  .wrapper > header .menu-btn div {
    width: 60%;
    height: 10%;
    position: absolute;
    left: 20%;
  }
  .wrapper > header .menu-btn div:nth-child(1) {
    top: 25%;
  }
  .wrapper > header .menu-btn div:nth-child(2) {
    top: 45%;
  }
  .wrapper > header .menu-btn div:nth-child(3) {
    top: 65%;
  }
  .wrapper > header .menu {
    margin-left: 0em;
  }
  .wrapper > header .menu-btn.open div:nth-child(1),
  .wrapper > header .menu-btn.open div:nth-child(3) {
    top: 45%;
  }
  .wrapper > header .menu-btn.open div:nth-child(2) {
    opacity: 0;
  }
  .wrapper > header .menu-btn.open div:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .wrapper > header .menu-btn.open div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .wrapper > header > .social {
    background: none;
    width: 100%;
  }
  .wrapper > header > .social a {
    position: absolute;
    right: 0;
  }
  .wrapper > header .social .action {
    /*background-image: url('images/social_btn_mobile.png');
    background-position: left 12px;
    background-size: auto 30px;*/
    padding: 0 12px 12px 0;
    width: 71px;
    height: 31px;
  }
  .wrapper.desktop > header > .social:hover {
    background: none;
  }
  .wrapper > header .menu-btn {
    display: block;
    z-index: 4;
  }
  .wrapper > header .social-menu {
    left: -150%;
    right: 0;
    top: 65px;
    position: absolute;
    height: 74px !important;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .wrapper > header .social-menu.open {
    left: 0;
  }
  .wrapper > header .social-menu li a {
    position: relative;
    margin: 0px 5px;
    border: none;
    vertical-align: middle;
    height: inherit;
  }
  .wrapper > header .social-menu li a img {
    width: 40px;
  }
  .wrapper > header .social-menu .close {
    position: relative;
    display: block;
    top: auto;
    height: inherit;
  }
  .wrapper > header .social-menu .close img {
    width: 40px;
    height: 40px;
    margin-left: -2px;
  }
  .wrapper > header .social-menu ul {
    margin-top: 10px;
  }
  .wrapper > header .social-menu ul li {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: 45px;
  }
  .wrapper header .social a ul li div {
    font-size: 20pt;
  }
  .wrapper header .social a ul li {
    padding: 20px 3px;
  }
  .wrapper > header li.in-more {
    display: block;
  }
  .wrapper > header li.more-btn {
    display: none !important;
  }
  /* ============== [QUOTE] ===========================*/
  .promo {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0;
  }
  .promo figure {
    width: 100%;
    margin: 5em auto;
  }
  .promo figure img,
  .promo figure svg {
    width: 80%;
    padding: 1em;
  }
  .promo figure p {
    font-size: 4.4em;
    padding: 0.3em 2em;
  }
  /* ============== [CTA] ===========================*/
  .cta a {
    display: block;
    margin: 0.7em;
  }
  .cta li:nth-child(3):before {
    display: block;
  }
  .cta {
    font-size: 3em;
    padding: 1em 0;
    position: relative;
  }
  /* ============== [Footer] ===========================*/
  .wrapper .divider {
    height: 2em;
  }
  .wrapper > footer {
    position: relative;
    font-size: 10pt;
    z-index: 1;
    height: auto;
    padding: 0px 0px 10px;
  }
  .wrapper > footer ul {
    display: block;
    margin: 3em 1em;
  }
  .wrapper > footer ul li {
    display: block;
    padding: 0px 8px;
    margin: 0.5em 0em;
  }
  .wrapper > footer ul li:nth-child(2):after {
    content: "\A";
    white-space: pre;
  }
  .wrapper > footer .copyright {
    display: block;
    margin: 2em;
    line-height: 1.7;
  }
  .wrapper > footer .r-block {
    max-width: 162px;
    margin-top: 3em;
  }
  .wrapper > footer .green-logo {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .wrapper > footer .green-logo img {
    width: 100%;
    max-width: 162px;
    margin: 10px auto;
  }
  .wrapper > footer .popup {
    position: relative;
    background: none;
    padding-top: 0px;
    display: none;
    bottom: 0;
    margin: 0;
  }
  .wrapper > footer .popup > ul,
  .wrapper > footer .popup > div {
    display: none !important;
  }
  .wrapper > footer .popup .close {
    width: 1.9em;
    height: 1.9em;
    top: auto;
    right: 2.7em;
    bottom: 0em;
  }
  .wrapper > footer .popup .close p {
    font-size: 1.4em;
    color: #fff;
  }
  .wrapper > footer .pg-popup {
    display: none;
  }
  /* ============== [Gallery] ===========================*/
  .gallery .arrow-left img,
  .gallery .arrow-right img {
    width: 20px;
    height: auto;
  }
  .gallery .bottom-gradient {
    display: none;
  }
  .swiper-pagination {
    display: block;
  }
  .container > section.gallery .swiper-pagination {
    padding: 1em 0 3em !important;
    width: 100%;
  }
  .container > section.gallery {
    padding-top: 6.5em;
  }
  .container > section.gallery .title-logo,
  .container > section.gallery .release-date {
    position: relative;
  }
  .container > section.gallery .title-logo {
    bottom: auto;
  }
  .container > section.gallery .release-date {
    bottom: auto;
  }
  .container > section.gallery .title {
    display: block;
  }
  /* ============== [Cast & Crew] ===========================*/
  .menu-con {
    width: 100%;
    display: block;
    margin-bottom: 4em;
  }
  .menu-con > a {
    width: 95%;
    height: auto;
    display: block;
    border-radius: 3px;
    background: -webkit-linear-gradient(#fefefe, #cbd0d3);
    background: -o-linear-gradient(#fefefe, #cbd0d3);
    background: -moz-linear-gradient(#fefefe, #cbd0d3);
    background: linear-gradient(#fefefe, #cbd0d3);
    margin: 20px auto 0px;
    padding: 10px 0px;
    font-size: 14pt;
    color: #000;
    text-align: center;
  }
  .tc-small,
  .tc-big {
    display: block;
  }
  .tc-small {
    width: 100%;
  }
  .tc-big {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .tc-big img {
    padding-right: 3em;
    width: 170px;
    height: 195px;
    left: auto;
    float: none;
    margin-bottom: 10px;
  }
  .tc-big h3 {
    clear: both;
    font-size: 6em !important;
    margin: 0;
  }
  .tc-big h4 {
    font-size: 5em !important;
  }
  .tc-small {
    background: transparent;
    position: relative;
    height: 0;
    margin-bottom: 30px;
  }
  .tc-small ul {
    overflow: hidden;
  }
  .tc-small ul.open li:first-child {
    margin-top: -2px;
  }
  .tc-small ul li {
    background: #242424;
    padding: 10px 20px;
    border-top: 1px solid #595959;
    margin-top: 0;
    margin-bottom: 0;
  }
  .tc-small ul li:first-child {
    margin-top: -580px;
  }
  .tc-small a {
    color: #fff !important;
    font-size: 14pt !important;
    font-weight: 400 !important;
  }
  /* ============== [Videos] ===========================*/
  section.videos ul {
    margin: 20px auto;
  }
  section.videos ul li {
    width: 100%;
    height: 100px;
    margin: 10px 0px;
  }
  section.videos ul li a img {
    height: 90px;
    width: auto;
    margin: 5px;
  }
  section.videos a p {
    margin: 0 !important;
    line-height: 1;
  }
  /* ============== [Awards] ===========================*/
  section.awards .content article h4 {
    font-size: 6em;
  }
  .container > section.awards .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container > section.awards .content img {
    display: block;
    margin: 0 auto 56px auto;
  }
  .container > section.awards .chicago {
    max-width: 331px;
  }
  .container > section.awards .tiff-40 {
    max-width: 384px;
  }
  .container > section.awards .sundance {
    max-width: 382px;
  }
  .container > section.awards .laurels {
    width: auto;
  }
  .container > section.awards .laurels img {
    width: 100%;
    margin-bottom: 56px;
    max-width: none;
  }
  /* ============== [Reviews] ===========================*/
  .review-company svg {
    width: 90%;
  }
  .review-star,
  .review-star svg {
    display: inline;
    width: 5em !important;
  }
  /* ============== [Partners] ==========================*/
  .container > section.partners li {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 120px;
    display: block;
    padding-bottom: 3em;
  }
  .container > section.partners li img {
    width: 90%;
    max-width: 1000px;
    margin-bottom: 20px;
  }
  .container > section.partners li p {
    padding: 0px 20px;
    margin: 0;
  }
  .container > section.partners li > a {
    width: 90%;
    border-radius: 2px;
    padding: 15px 0px;
    font-size: 10pt;
    letter-spacing: 1px;
    margin: 0 auto;
    position: relative;
  }
  /* ============== [Cities] ===========================*/
  .container > section.cities .content ul li {
    width: 90%;
    font-size: 1em;
    clear: both;
    height: auto;
  }
  .container > section.cities .content ul li .left {
    width: 55%;
  }
  .container > section.cities .content ul li .right {
    width: 45%;
  }
  .container > section.cities .content ul li .left p,
  .container > section.cities .content ul li .right p {
    line-height: 1.4em;
    padding-bottom: .4em;
  }
  .container > section.cities .content ul li .right p {
    text-align: right;
  }
  .container > section.cities .content ul li .left p,
  .container > section.cities .content ul li .right p {
    font-size: 4em;
  }
  /* Sectoins general*/
  .internal .wrapper > header li.home-menu {
    display: block;
  }
  .internal .container > section {
    padding: 0 4em;
    padding: 40px 0 40px !important;
    margin: 0;
  }
  .internal .container > section .content {
    padding: 0 20px;
  }
  .release-date {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .home .release-date {
    padding: 5px 20px 30px;
  }
  .title-logo img,
  .tagline img {
    max-width: 85% !important;
  }
  .container .release-date h3 {
    padding-top: 0.3em;
  }
}
@media only screen and (max-width: 480px) {
  /* ============== [CTA] ===========================*/
  .cta a {
    width: 80%;
    margin: 1em auto;
    font-size: 1.5em;
  }
  .cta li {
    display: block;
  }
  section.videos ul li a p {
    width: 54%;
  }
}
/* CUSTOM CSS */
/*HTML background*/
html {
  background: #000;
}
/* Main font*/
html,
body {
  font-family: Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h3 {
  color: #277e23;
  font-size: 1.5em;
  letter-spacing: 0;
}
h2 {
  font-size: 2em;
  color: #106716;
}
h4 {
  font-size: 2em;
  color: #ffffff;
}
h6 {
  color: #7c8581;
  font-size: 1em;
}
h3,
.tc-small a,
.wrapper footer ul li a,
.tc-big h4 {
  font-weight: 400;
}
.tc-small a.selected,
.wrapper.desktop .tc-small a:hover,
.container .release-date h3,
.container > section.home h3 {
  font-weight: 700;
}
p,
.tc-small a,
.container > section.oops p,
.container > section .title h1,
.container .release-date h3 {
  color: #ffffff;
}
p {
  font-size: 1.5em;
  line-height: 1.8;
  margin: 0 0 2em 0;
  letter-spacing: 0;
  text-align: left;
}
.container > section.oops p {
  font-size: 2.3em;
}
.tc-small a {
  font-size: 1.6em;
}
.container > section .title h1 {
  font-size: 3em;
}
.internal .container .release-date h3 {
  font-size: 2em;
}
.container .release-date h3 {
  font-size: 1.1em;
  letter-spacing: 2px;
  padding-top: 1em;
  text-transform: uppercase;
}
/* Homepage release date*/
.container > section.home h3 {
  color: #000;
  display: block;
  font-size: 1.7em;
}
.tc-big h4 {
  font-size: 1.8em;
}
.container > section.cities .content ul li p,
.tc-big h3,
.tc-big h4 {
  color: #ffffff;
}
.tc-big h3 {
  font-size: 3.3em;
}
.review-star,
.review-star svg,
.review-company svg,
.review-company path,
.review-company polygon,
.review-company polyline,
.review-company rect {
  fill: #e64d7c;
}
/* Other pages background*/
.internal section:before {
  background-color: #ffffff;
  background-image: url('http://qa.songtosongmovie.com/file/repository/background_subpage_desktop.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0%;
  background-size: cover;
}
/* Home page background*/
.home .content {
  background-color: #ffffff;
  background-image: url('http://qa.songtosongmovie.com/file/repository/background_home_desktop.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-size: cover;
}
/*Header*/
.wrapper > header,
.wrapper > header .submenu {
  background: #242424 none no-repeat;
}
.wrapper > header li a {
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.wrapper .tickets li {
  height: 2.2em;
}
.social ul {
  width: 80px;
}
.wrapper > header li a:after {
  border-bottom: 1px solid #ffffff;
}
.wrapper > header #tickets a:after {
  border-color: #fff;
}
.stickets {
  color: #ffffff !important;
}
.promo {
  bottom: 110px;
  left: 50%;
}
.promo p {
  color: #ffffff;
}
.cta {
  /*background: rgba(54, 122, 136, 0.9);*/
  background: #242424;
  font-size: 10pt;
  /*padding:1em 0 3em;*/
}
.cta a {
  color: #ffffff;
  background: #e64d7c;
  padding: 1em;
  border: 0.4em solid #e64d7c;
}
.cta a:hover {
  background: #242424;
}
.cta li.image {
  position: relative;
  top: 20px;
}
.cta li.image a {
  background: none !important;
  border: none !important;
  padding: 0px !important;
}
.cta li.image a img {
  height: 51px;
  width: auto;
}
/*Footer bg*/
.wrapper .tickets li {
  background: #e64d7c;
}
.wrapper > footer {
  background: #000000;
}
/*Footer text color*/
.wrapper header .social > a,
.cta a:hover,
.wrapper > footer .copyright,
.wrapper > footer a,
.wrapper > footer .popup .copyright {
  color: #ffffff;
}
.wrapper > footer a:hover {
  color: #888888;
}
/*Footer copyright and buttons*/
.wrapper > footer .copyright,
.wrapper > footer ul li a,
.wrapper > footer .pg-popup a {
  font-size: 1em;
}
/*Film credits popup*/
.wrapper > footer .popup {
  background: rgba(0, 0, 0, 0.85);
}
/*Film credits popup text*/
.wrapper > footer .popup ul li a {
  font-size: 1.4em;
}
/* PG popup bg*/
.wrapper > footer .pg-popup {
  background: rgba(25, 25, 25, 0.5);
}
.wrapper .divider {
  background: #e64d7c;
}
@media only screen and (max-height: 700px) and (min-width: 769px) {
  .container,
  section,
  section .content {
    min-height: 700px;
  }
}
@media only screen and (max-width: 840px) {
  .cta {
    font-size: 9pt;
  }
}
@media only screen and (min-width: 1400px) {
  section.home h3 {
    font-size: 21px !important;
  }
}
@media only screen and (max-width: 768px) {
  .title h1,
  h1 {
    font-size: 8em !important;
  }
  h3 {
    font-size: 5em !important;
  }
  .container > section.home h3,
  h6 {
    font-size: 3.5em !important;
  }
  section.videos ul li a p,
  p {
    font-size: 4em;
  }
  .promo {
    bottom: auto;
    left: auto;
  }
  .container > section.oops p,
  .container > section.gallery .release-date h3,
  .internal .container .release-date h3 {
    font-size: 5em;
  }
  .internal section:before {
    background-image: url('http://qa.songtosongmovie.com/file/repository/background_subpage_mobile.jpg');
  }
  /*home background*/
  .home .content {
    background-image: url('http://qa.songtosongmovie.com/file/repository/songtosong_mobile_1.jpg');
  }
  /* home min height*/
  .home .content {
    min-height: 115em;
  }
  .wrapper > header .menu {
    background: #242424;
  }
  .wrapper > header .menu > li {
    border-bottom: 1px solid #595959;
  }
  .wrapper > header .menu-btn div {
    background: #fff;
  }
  .promo {
    background: #ffffff;
  }
  /* Footer background */
  .wrapper > footer {
    background: #000;
  }
  /* Coyright */
  .wrapper > footer .copyright {
    font-size: 7pt;
  }
  /* Footer buttons */
  .wrapper > footer ul li a {
    font-size: 9pt;
  }
  .wrapper > header li a {
    color: #ffffff;
  }
  .stickets {
    color: #ffffff !important;
  }
  .social ul {
    width: auto;
  }
  .container > section.gallery .release-date h3 {
    display: block;
    color: #43332d;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22style.less%22%2C%22anonymous-file-0.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CSAAS%3BAAET%3BEACE%3BEACA%2CSAAQ%2C8BAAR%3BEACA%2CSAAQ%2CsCAAsC%2COAAO%2C0BACjD%2CgCAAgC%2COAAO%2CaACvC%2C%2BBAA%2BB%2COAAO%2CiBACtC%2C6CAA6C%2COAAO%2CMAHxD%3BEAIA%3BEACA%3B%3BAAIF%2CWAAW%3BEACT%3BEACA%2CSAAS%2CeAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGF%2CgBAAgB%3BAAChB%2CiBAAiB%3BEACf%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGF%2CUAAU%3BEACR%2CSAAS%2CKAAT%3B%3BAAEF%2CaAAa%3BEACX%2CSAAS%2CKAAT%3B%3BAAEF%2CYAAY%3BEACV%2CSAAS%2CKAAT%3B%3BAAEF%2CeAAe%3BEACb%2CSAAS%2CKAAT%3B%3BAAEF%2CcAAc%3BEACZ%2CSAAS%2CKAAT%3B%3BAAEF%2CaAAa%3BEACX%2CSAAS%2CKAAT%3B%3BAAEF%2CYAAY%3BEACV%2CSAAS%2CKAAT%3B%3BAAEF%2CWAAW%3BEACT%2CSAAS%2CKAAT%3B%3BAAGF%2CKAAK%3BEACH%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAwBF%3BEACE%3BEACA%3B%3BAAIF%3BAAAG%3BEACD%3BEACA%3BEACA%3B%3BAAKF%3BEACE%3BEACA%3B%3BAAIF%3BAACA%3BEACE%3B%3BAAGF%3BEACE%2C6BAAA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAKF%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAIF%3BEACE%3B%3BAAGF%3BEACE%3B%3BAAGF%3BEACE%3BEACA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGF%3BEACE%3B%3BAAGF%3BEACE%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3B%3BAAKF%3BEACE%3B%3BAAGF%3BEACE%3B%3BAAIF%2CQAAQ%3BEACN%3B%3BAAIF%3BAACA%3BAACA%2COAAQ%3BEACN%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3B%3BAAGF%2COAAO%3BEACL%3B%3BAAGF%2COAAO%2CKAAM%3BEACX%3B%3BAAIF%3BEACE%3BEACA%3BEACA%3B%3BAAGF%2CQAAW%2CSAAO%2CGAAE%3BAACpB%2CQAAW%2CSAAO%2CGAAE%3BEAClB%3B%3BAAKF%2CSAAU%2CSAAW%2CSAAO%2CGAAE%3BEAC5B%3B%3BAAGF%2CSAAU%2CQAAO%3BEACf%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGF%2CSAAU%2CWAAa%3BEACrB%2CsBAAA%3B%3BAAGF%2CSAAU%2CWAAa%2CUAAQ%3BEAC7B%2CcAAA%3BEACA%3B%3BAAIF%3BEACE%3BEACA%3BEACA%3B%3BAAGF%2CSAAU%3BEACR%3BEACA%3B%3BAAIF%3BEACE%3B%3BAAEF%2CUAAa%3BEACX%3B%3BAAGF%2CUAAa%2CUAAS%3BEACpB%2CqBAAA%3B%3BAAEF%2CUAAa%2CUAAS%2COAAO%3BEAC3B%2CwBAAA%3BEACA%3B%3BAAGF%2CWAAY%3BAAAK%2CQAAS%3BEACxB%3BEACA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3B%3BAAEF%2CSAAY%3BEACV%3B%3BAAEF%3BAACA%3BEACE%3BEACA%3B%3BAAEF%3BEACE%3B%3BAAEF%3BEACE%3BEACA%3BEACA%3B%3BAAEF%2COAAQ%3BEACN%3BEACA%3BEACA%3BEACA%3B%3BAAGF%2COAAQ%3BEACN%3BEACA%3B%3BAAEF%2COAAQ%3BEACN%3B%3BAAGF%2CSAAU%3BEACR%3B%3BAAGF%2CSAAU%2CGAAG%3BEACX%2CiBAAA%3B%3B%3B%3B%3B%3B%3BAAcF%2CQAAW%3BEACT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGF%2CQAAW%2CSAAO%3BEAChB%3B%3BAAGF%2CQAAW%2CSAAO%3BEAChB%3BEACA%3B%3BAAGF%2CQAAW%2CSAAO%3BEAChB%3BEACA%2C0BAAA%3B%3BAAGF%2CQAAW%2CSAAO%2CGAAG%3BEACnB%3B%3BAAGF%2CQAAW%2CSAAO%2CMAAM%3BEACtB%3B%3BAAGF%2CQAAW%2CSAAO%2CMAAM%2CGAAG%3BEACzB%3BEACA%3BEACA%3BEACA%3BEACA%2C8HAAA%3B%3BAAGF%2CQAAW%2CSAAO%2CMAAM%2CGAAG%3BEACzB%3BEACA%3BEACA%2CiBAAA%3BEACA%3BEACA%3B%3BAAEF%2CQAAW%2CSAAO%2CSAAS%3BEACzB%2CiBAAA%3B%3BAAGF%2CQAAW%2CSAAO%2CSAAS%2CGAAE%3BEAC3B%3B%3BAAGF%2CQAAW%2CSAAO%2CSAAQ%3BEACxB%3B%3BAAIF%2CQAAW%2CSAAO%2CSAAQ%2CKAAM%2CGAAE%3BEAChC%3B%3BAAGF%2CQAAW%2CSAAO%2CMAAM%2CGAAG%2CSAAS%3BEAClC%3B%3BAAIF%2CQAAS%2CSAAS%3BEAChB%3BEACA%3B%3BAAIF%2CQAAW%2CSAAO%3BEAChB%3BEACA%3B%3BAAEF%2CQAAW%2CSAAO%2CUAAU%3BEAC1B%2CiBAAA%3B%3BAAIF%2CQAAS%2COAAO%3BEACd%3BEACA%3BEACA%3B%3BAAGF%2CQAAW%2CSAAO%2CQAAQ%3BEACxB%3BEACA%2CoBAAA%3B%3BAAGF%2CQAAS%2COAAO%2CQAAQ%3BEACtB%3B%3BAAGF%2CQAAS%2COAAO%2CQAAU%3BEACxB%3B%3BAAGF%2CQAAW%2CSAAS%3BEAClB%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CQAAQ%2CQAAW%2CSAAS%2CUAAO%3BEACjC%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CQAAW%2CSAAO%2CQAAQ%3BEACxB%3BEACA%3BEACA%2CwBAAA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%3B%3B%3BAAKF%2CQAAW%2CSAAO%3BEAChB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CwDAAA%3BEACA%2CqDAAA%3BEACA%2CgDAAA%3BEACA%3BEACA%3B%3BAAEF%2CQAAW%2CSAAO%2CaAAa%3BEAC7B%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CQAAW%2CSAAO%2CaAAa%2COAAO%3BEACpC%3BEACA%3B%3BAAEF%2CQAAW%2CSAAO%2CaAAY%3BEAC5B%3B%3BAAEF%2CQAAW%2CSAAO%2CaAAa%3BEAC7B%3B%3BAAEF%2CQAAW%2CSAAO%2CaAAa%2CGAAG%3BEAChC%2CgBAAA%3BEACA%3B%3BAAEF%2CQAAW%2CSAAO%2CaAAa%3BAAC%5C%2FB%2CQAAW%2CSAAO%2CaAAa%2CGAAG%3BEAChC%3BEACA%3BEACA%3B%3BAAEF%2CQAAW%2CSAAO%2CaAAa%2CEAAE%3BEAC%5C%2FB%3B%3BAAEF%2CQAAQ%2CQAAW%2CSAAO%2CaAAa%2CEAAC%2CMAAO%3BEAC7C%3BEACA%2CmBAAmB%2CeAAnB%3BEACA%2CeAAe%2CeAAf%3BEACA%2CWAAW%2CeAAX%3B%3B%3B%3B%3B%3B%3BAAYF%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGF%2CMAAO%3BEACL%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAAGF%2CMAAO%2COAAO%3BEACZ%3BEACA%3B%3BAAGF%2CMAAO%2COAAM%3BEACX%2CmBAAmB%2CeAAnB%3BEACA%2CeAAe%2CeAAf%3BEACA%2CWAAW%2CeAAX%3BEACA%3BEACA%3B%3BAAGF%2CMAAO%2COAAM%3BEACX%2CmBAAmB%2CWAAnB%3BEACA%2CeAAe%2CWAAf%3BEACA%2CWAAW%2CWAAX%3BEACA%3BEACA%3B%3BAAGF%2CMAAO%2COAAO%3BAACd%2CMAAO%2COAAO%3BEACZ%3BEACA%3B%3BAAGF%2CMAAO%2COAAO%3BEACZ%3B%3BAAIF%2CMAAO%2COAAO%2COAAS%2CIAAC%2CUAAU%3BEAChC%3B%3BAAIF%2CMAAO%3BEACL%3B%3B%3B%3B%3B%3B%3BAAWF%3BEACE%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3B%3BAAIF%2CIAAK%3BEACH%2CiBAAA%3B%3BAAGF%2CIAAK%3BEACH%3B%3B%3B%3B%3B%3B%3BAAYF%2CQAAW%3BEACT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CeAAA%3B%3BAAGF%2CQAAW%2CSAAO%3BEAChB%3BEACA%2CeAAA%3B%3BAAGF%2CQAAW%2CSAAO%2CGAAG%3BEACnB%3BEACA%2CiBAAA%3B%3BAAGF%2CQAAW%2CSAAO%3BEAChB%3B%3BAAGF%2CQAAW%2CSAAO%3BAAClB%2CQAAW%2CSAAO%2CGAAG%2CGAAG%3BEACtB%3B%3BAAGF%2CQAAW%2CSAAO%2CGAAG%2CGAAG%3BEACtB%3B%3BAAGF%2CQAAW%2CSAAS%3BEAClB%3BEACA%2CiBAAA%3B%3BAAGF%2CQAAW%2CSAAS%3BEAClB%2CcAAA%3BEACA%3B%3BAAGF%2CQAAQ%2CQAAW%2CSAAO%2CGAAG%2CGAAG%2CEAAC%3BEAC%5C%2FB%3B%3BAAGF%2CQAAU%3BEACR%3BEACA%3B%3BAAGF%2CQAAW%2CSAAO%3BEAChB%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAKF%2CQAAW%2CSAAO%2COAAM%3BEACtB%3BEACA%3B%3BAAGF%2CQAAW%2CSAAO%2COAAO%3BEACvB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C2CAAA%3BEACA%3B%3BAAGF%2CQAAW%2CSAAO%2COAAS%3BEACzB%3BEACA%3BEACA%2CeAAA%3B%3BAAGF%2CQAAW%2CSAAO%2COAAO%3BEACvB%3B%3BAAIF%2CQAAW%2CSAAO%2COAAO%3BEACvB%3BEACA%3B%3BAAIF%2CQAAW%2CSAAO%3BEAChB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGF%2CQAAW%2CSAAO%2CUAAU%3BEAC1B%3B%3BAAGF%2CQAAW%2CSAAO%2CUAAS%3BEACzB%3B%3B%3B%3B%3B%3B%3BAASF%2CUAAa%2CUAAO%3BEAClB%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2CQAAS%3BAAC7B%2CUAAa%2CUAAO%2CQAAS%3BEAC3B%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2CQAAS%3BEAC3B%3B%3BAAEF%2CUAAa%2CUAAO%2CQAAS%2CYAAY%3BEACvC%3B%3BAAEF%2CUAAa%2CUAAO%2CQAAS%3BEAC3B%3B%3BAAEF%2CUAAa%2CUAAO%2CQAAS%2CcAAc%3BEACzC%3BEACA%3BEACA%3BEACA%3BEACA%2CeAAA%3B%3BAAEF%2CUAAa%2CUAAO%2CQAAW%3BEAC7B%3B%3BAAEF%2CUAAa%2CUAAO%2CQAAS%3BAAC7B%2CUAAa%2CUAAO%2CQAAS%3BEAC3B%3B%3BAAEF%2CUAAa%2CUAAO%2CQAAS%3BAAC7B%2CUAAa%2CUAAO%2CQAAS%3BEAC3B%3B%3BAAEF%2CUAAa%2CUAAO%2CQAAS%3BEAC3B%3BEACA%3B%3BAAEF%2CQAAS%3BAACT%2CQAAS%3BEACP%3BEACA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2C6BAAA%3B%3BAAEF%2CQAAS%3BEACP%3B%3BAAEF%2CQAAS%3BEACP%3B%3BAAEF%2CQAAQ%2CQAAS%2CSAAS%2CYAAW%3BAACrC%2CQAAQ%2CQAAS%2CSAAS%2CaAAY%3BEACpC%3B%3BAAGF%2CSAAU%2CWAAa%2CUAAO%3BEAC5B%3B%3BAAGF%2CSAAU%2CWAAa%2CUAAO%2CQAAS%3BEACrC%3B%3BAAGF%2CQAAS%3BEACP%2C2CAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEF%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEF%3BEACE%3BEACA%3BEACA%2C0CAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%3B%3BAAEF%3BEACE%2CmBAAA%3BEACA%3B%3BAAEF%3BEACE%3B%3BAAKF%2CUAAa%2CWAAS%3BAACtB%2CUAAa%2CWAAQ%2COAAQ%3BEAC3B%3BEACA%3B%3BAAIF%2CUAAa%2CWAAS%3BEACpB%3B%3BAAIF%2CUAAa%2CWAAS%3BEACpB%3B%3BAAIF%2CUAAa%2CWAAQ%2COAAQ%3BEAC3B%3BEACA%3B%3BAAEF%2CUAAa%2CWAAQ%2COAAQ%3BEAC3B%3BEACA%3B%3BAAGF%2CUAAa%2CUAAO%2CQAAS%3BEAC3B%3B%3B%3B%3B%3B%3B%3BAAeF%3BAACA%2COAAO%2COAAQ%3BEACb%3B%3BAAEF%2COAAO%2COAAQ%3BEACb%3BEACA%3BEACA%2CgBAAA%3B%3BAAEF%2COAAO%2COAAQ%2CGAAG%3BEAChB%3BEACA%3BEACA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAEF%2COAAO%2COAAQ%2CGAAG%2CGAAG%3BEACnB%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CQAAQ%2CQAAS%2CQAAO%2COAAQ%2CGAAG%2CGAAG%2CEAAC%3BAACvC%2CQAAQ%2CQAAS%2CQAAO%2COAAQ%2CGAAG%2CGAAG%2CEAAC%3BEACrC%2C8BAAA%3B%3BAAEF%2COAAO%2COAAQ%2CGAAG%2CGAAG%2CEAAE%3BEACrB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2COAAO%2COAAQ%2CGAAG%2CGAAG%2CEAAE%3BEACrB%3BEACA%3BEACA%2C2BAAA%3BEACA%3BEACA%3B%3BAAGF%2CSAAU%2CWAAa%2CUAAO%2COAAQ%3BEACpC%3BEACA%3B%3B%3B%3B%3B%3B%3BAAaF%2CUAAa%2CUAAO%2CKAAO%3BEACzB%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2CKAAO%3BEACzB%3B%3BAAEF%2CUAAa%2CUAAO%2CKAAO%2CSAAS%3BEAClC%3BEACA%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2CKAAO%2CSAAS%2CQAAO%3BEACzC%3BEACA%3B%3B%3B%3B%3B%3B%3BAAaF%2CUAAa%2CUAAO%2CWAAa%3BEAC%5C%2FB%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2CWAAa%3BEAC%5C%2FB%3B%3BAAEF%2CUAAa%2CUAAO%2CWAAa%2CSAAS%3BEACxC%3BEACA%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2CWAAa%2CSAAS%2CQAAO%3BEAC%5C%2FC%3BEACA%3B%3B%3B%3B%3B%3B%3BAAgBF%2CUAAa%2CUAAO%2CMAAQ%3BEAC1B%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2CMAAO%3BEACzB%3BEACA%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2CMAAQ%2CSAAS%3BEACnC%3B%3B%3B%3B%3B%3B%3BAAgBF%2CUAAa%2CUAAO%2CMAAO%3BEACzB%3B%3BAAEF%2CUAAa%2CUAAO%2CMAAO%3BEACzB%3BEACA%3BEACA%2CkBAAA%3B%3BAAEF%2COAAQ%3BEACN%2CwBAAA%3B%3BAAEF%2CUAAa%2CUAAO%2CMAAO%3BEACzB%2CaAAA%3B%3BAAEF%2CUAAa%2CUAAO%2COAAQ%3BEAC1B%3BEACA%2CuBAAA%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2COAAQ%2CSAAS%3BEACnC%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAAIF%2COAAO%2COAAQ%2CSAAS%3BEACtB%3BEACA%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2COAAQ%3BEAC1B%3B%3BAAEF%2CUAAa%2CUAAO%2COAAQ%3BEAC1B%3B%3BAAEF%2CUAAa%2CUAAO%2COAAQ%3BEAC1B%3B%3BAAEF%2CUAAa%2CUAAO%2COAAQ%2CMAAM%3BEAChC%3B%3BAAGF%2COAAO%2COAAQ%2CSAAS%3BEACtB%3B%3BAAGF%2COAAO%2COAAQ%2CSAAS%2CQAAQ%3BAAAG%2COAAO%2COAAQ%2CSAAS%2CQAAQ%3BEACjE%3B%3B%3B%3B%3B%3B%3BAAeF%2CUAAa%2CUAAO%3BEAClB%2CcAAA%3B%3BAAEF%2CUAAa%2CUAAO%2CQAAS%3BEAC3B%2CiBAAA%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2CQAAS%3BEAC3B%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2CQAAS%3BEAC3B%2CaAAA%3B%3B%3B%3B%3B%3B%3BAASF%3BAACA%2CeAAgB%3BEACd%3B%3BAAEF%2CeAAgB%3BEACd%3B%3BAAGF%2CeAAgB%2CKAAI%3BEAClB%3B%3BAAEF%3BAACA%2CYAAa%3BEACX%3BEACA%3B%3B%3B%3B%3B%3B%3BAASF%2CUAAa%2CUAAO%2CSAAY%3BEAC9B%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%3BEAClB%3B%3BAAEF%2CUAAa%2CUAAO%2CSAAU%3BEAC5B%3B%3BAAEF%2CUAAa%2CUAAO%2CSAAU%3BEAC5B%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2CSAAU%3BEAC5B%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2CSAAU%2CGAAG%3BEAC%5C%2FB%3BEACA%3B%3BAAGF%2CUAAa%2CUAAO%2CSAAU%2CGAAK%3BEACjC%3BEACA%3BEACA%3BEACA%2CYAAY%2CyCAAZ%3BEACA%2CYAAY%2CoCAAZ%3BEACA%2CYAAY%2CsCAAZ%3BEACA%2CYAAY%2CiCAAZ%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGF%2COAAO%2CSAAU%2CGAAG%3BEAClB%3B%3BAAGF%2COAAO%2CSAAU%2CGAAG%3BEAClB%3B%3B%3B%3B%3B%3B%3BAAUF%2CUAAa%2CUAAO%2COAAU%3BEAC5B%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2COAAQ%3BEAC1B%3B%3BAAEF%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%3BEACtC%3BEACA%3BEACA%2CgBAAA%3BEACA%2CkDAAA%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%3BEACzC%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%3BEACzC%3BEACA%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%3BEACzC%3BEACA%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2COAAQ%2CSAAS%3BEACnC%3B%3B%3B%3B%3B%3B%3BAAaF%2CUAAa%2CUAAO%2CKAAM%3BEACxB%3BEACA%3B%3BAAEF%2CUAAa%2CUAAO%2CKAAM%3BEACxB%3B%3BAAEF%2CUAAa%2CUAAO%2CKAAM%3BEACxB%3BEACA%3BEACA%2CkBAAA%3B%3B%3B%3B%3B%3B%3BAAYF%3BEACE%2CwCAAA%3BEACA%2CoCAAA%3BEACA%2CgCAAA%3B%3BAAGF%3BEACE%2CoCAAA%3BEACA%2CgCAAA%3BEACA%2C4BAAA%3B%3BAAIF%2CMAAO%2CMAAM%2CEAAC%3BEACZ%3B%3BAAIF%2CMAAO%3BEACL%2CmCAAA%3BEACA%2C%2BBAAA%3BEACA%2C2BAAA%3B%3BAAGF%2CIAAK%3BEACH%2CyDAAA%3BEACA%2CqDAAA%3BEACA%2CiDAAA%3B%3BAAGF%3BAACA%2CQAAW%2CSAAS%3BEAClB%2CqCAAA%3BEACA%2CiCAAA%3BEACA%2C6BAAA%3B%3BAAGF%2CQAAW%2CSAAO%3BEAChB%2CoCAAA%3BEACA%2CgCAAA%3BEACA%2C4BAAA%3B%3BAAKF%2CQAAW%2CSAAO%3BEAChB%2CmCAAA%3BEACA%2C%2BBAAA%3BEACA%2C2BAAA%3B%3BAAGF%2CQAAW%2CSAAO%2COAAS%3BEACzB%2CwDAAA%3BEACA%2CoDAAA%3BEACA%2CgDAAA%3B%3BAAGF%2CQAAW%2CSAAO%2CGAAG%2CEAAC%3BEACpB%2CuCAAA%3BEACA%2CmCAAA%3BEACA%2C%2BBAAA%3B%3BAAIF%2CQAAW%2CSAAO%2CUAAS%2CKAAM%3BEAC%5C%2FB%2CmFAAA%3BEACA%2C%2BEAAA%3BEACA%2C2EAAA%3B%3BAAGF%2CQAAW%2CSAAO%2CUAAU%3BEAC1B%2CmFAAA%3BEACA%2C%2BEAAA%3BEACA%2C2EAAA%3B%3BAAGF%2CQAAW%2CSAAO%2CSAAS%3BAAC3B%2CQAAW%2CSAAO%2CMAAQ%3BEACxB%2CwCAAA%3BEACA%2CoCAAA%3BEACA%2CgCAAA%3B%3BAAGF%2CQAAW%2CSAAO%3BEAChB%2CqCAAA%3BEACA%2CiCAAA%3BEACA%2C6BAAA%3B%3BAAGF%2CUAAa%2CQAAK%2COAAQ%3BEACxB%2C8EAAA%3BEACA%2C0EAAA%3BEACA%2CsEAAA%3BEACA%3B%3BAAGF%2CQAAS%2CQAAO%2COAAQ%2CGAAG%2CGAAG%3BEAC5B%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CgCAAA%3B%3BAAGF%2CMAAO%3BEACL%2C0DAAA%3BEACA%2CsDAAA%3BEACA%2CkDAAA%3B%3BAAIF%2CUAAa%2CWAAQ%2COAAQ%3BEAC3B%2CwEAAA%3BEACA%2CoEAAA%3BEACA%2CgEAAA%3B%3BAAIF%2CUAAa%2CWAAQ%2COAAQ%3BEAC3B%2CuEAAA%3BEACA%2CmEAAA%3BEACA%2C%2BDAAA%3B%3BAAIF%2CQAAW%2CSAAO%2COAAS%2CIAAC%3BEAC1B%2CmBAAoB%2CgBAAgB%2CaAApC%3BEACA%2CeAAoB%2CgBAAgB%2CaAApC%3BEACA%2CWAAoB%2CgBAAgB%2CaAApC%3B%3BAAqBF%2CwBAjB0C%2CwBAAuB%3BEAC%5C%2FD%3BEACA%3BEACA%2COAAQ%3BIACN%3B%3BEAGF%2CSAAU%3BEACV%2CSAAU%3BEACV%2CSAAU%2CQAAQ%3BIAChB%3B%3B%3BAA8CJ%2CwBAvCyC%3BEACvC%2CQAAW%2CSAAO%2CGAAG%2CEAAC%3BIACpB%3BIACA%3BIACA%3BIACA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAEF%2CQAAW%2CSAAO%2CGAAG%2CEAAC%2CSAAS%3BEAC%5C%2FB%2CQAAQ%2CQAAW%2CSAAO%2CMAAM%2CGAAG%2CEAAC%2CMAAM%3BIACxC%3B%3B%3BEAKF%2CSAAY%2CKAAK%3BIACf%2CoEAAA%3BIACA%2CgEAAA%3BIACA%2C4DAAA%3BIACA%3BIACA%3B%3BEAEF%2COAAQ%2CUAAY%2CKAAK%3BIACvB%2CmEAAA%3BIACA%2C%2BDAAA%3BIACA%2C2DAAA%3BIACA%3BIACA%3B%3B%3BAAqpBJ%2CwBA1oByC%3BEAGvC%3BIACE%3B%3BEAGF%3BIACE%3B%3BEAGF%3BEACA%3BIACE%3BIACA%3B%3B%3BEAMF%2CQAAW%3BIACT%3BIACA%3BIACA%2CwDAAA%3BIACA%2CqDAAA%3BIACA%2CgDAAA%3BIACA%3BIACA%3B%3BEAGF%2CQAAW%2CSAAO%3BIAChB%2CkBAAA%3B%3BEAEF%2CQAAW%2CSAAO%3BIAEhB%3BIACA%3B%3BEAGF%2CQAAW%2CSAAO%3BIAChB%3B%3BEAGF%2CQAAW%2CSAAO%2CMAAQ%3BIACxB%3BIACA%3BIACA%3B%3BEAEF%2CQAAW%2CSAAO%2CMAAQ%2CKAAG%3BIAC3B%3B%3BEAEF%2CQAAW%2CSAAO%2CMAAQ%2CKAAE%3BIAC1B%3B%3BEAGF%2CQAAW%2CSAAO%2CMAAK%2CKAAQ%2CKAAE%3BIAC%5C%2FB%3B%3BEAEF%2CSAAU%2CSAAW%2CSAAO%2CMAAK%2CKAAQ%2CKAAE%3BIACzC%3B%3BEAEF%2CQAAW%2CSAAO%2CGAAG%3BIACnB%3B%3BEAEF%2CQAAW%2CSAAO%2CMAAM%2CGAAG%3BIACzB%3BIACA%3B%3BEAEF%2CQAAS%2COAAS%3BIAChB%3BIACA%3BIACA%3BIACA%3B%3BEAEF%2CQAAS%2COAAS%2CWAAS%3BIACzB%3BIACA%3BIACA%3B%3BEAGF%2CQAAW%2CSAAO%3BIAChB%3BIACA%3BIACA%3BIACA%3B%3BEAGF%2CQAAW%2CSAAO%2CUAAU%3BIAC1B%3BIACA%3BIACA%3BIACA%3B%3BEAGF%2CQAAW%2CSAAO%2CUAAU%2CIAAG%2CUAAU%3BIACvC%3B%3BEAGF%2CQAAW%2CSAAO%2CUAAU%2CIAAG%2CUAAU%3BIACvC%3B%3BEAGF%2CQAAW%2CSAAO%2CUAAU%2CIAAG%2CUAAU%3BIACvC%3B%3BEAGF%2CQAAW%2CSAAO%3BIAChB%3B%3BEAGF%2CQAAW%2CSAAO%2CUAAS%2CKAAM%2CIAAG%2CUAAU%3BEAC9C%2CQAAW%2CSAAO%2CUAAS%2CKAAM%2CIAAG%2CUAAU%3BIAC5C%3B%3BEAGF%2CQAAW%2CSAAO%2CUAAS%2CKAAM%2CIAAG%2CUAAU%3BIAC5C%3B%3BEAGF%2CQAAW%2CSAAO%2CUAAS%2CKAAM%2CIAAG%2CUAAU%3BIAC5C%2CmBAAoB%2CaAApB%3BIACA%2CeAAoB%2CaAApB%3BIACA%2CWAAoB%2CaAApB%3B%3BEAGF%2CQAAW%2CSAAO%2CUAAS%2CKAAM%2CIAAG%2CUAAU%3BIAC5C%2CmBAAoB%2CcAApB%3BIACA%2CeAAoB%2CcAApB%3BIACA%2CWAAoB%2CcAApB%3B%3BEAIF%2CQAAW%2CSAAS%3BIAClB%3BIACA%3B%3BEAEF%2CQAAW%2CSAAS%2CUAAQ%3BIAC1B%3BIACA%3B%3BEAEF%2CQAAW%2CSAAO%2CQAAQ%3B%3B%3B%3BIAIxB%2CsBAAA%3BIACA%3BIACA%3B%3BEAEF%2CQAAQ%2CQAAW%2CSAAS%2CUAAO%3BIACjC%3B%3BEAEF%2CQAAW%2CSAAO%3BIAChB%3BIACA%3B%3BEAEF%2CQAAW%2CSAAO%3BIAChB%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2CoCAAA%3B%3BEAEF%2CQAAW%2CSAAO%2CaAAY%3BIAC5B%3B%3BEAEF%2CQAAW%2CSAAO%2CaAAa%2CGAAG%3BIAChC%3BIACA%2CeAAA%3BIACA%3BIACA%3BIACA%3B%3BEAEF%2CQAAW%2CSAAO%2CaAAa%2CGAAG%2CEAAE%3BIAClC%3B%3BEAEF%2CQAAW%2CSAAO%2CaAAa%3BIAC7B%3BIACA%3BIACA%3BIACA%3B%3BEAEF%2CQAAW%2CSAAO%2CaAAa%2COAAO%3BIACpC%3BIACA%3BIACA%3B%3BEAEF%2CQAAW%2CSAAO%2CaAAa%3BIAC7B%3B%3BEAEF%2CQAAW%2CSAAO%2CaAAa%2CGAAG%3BIAChC%3BIACA%3BIACA%3BIACA%3B%3BEAIF%2CQAAS%2COAAO%2CQAAQ%2CEAAE%2CGAAG%2CGAAI%3BIAC%5C%2FB%3B%3BEAGF%2CQAAS%2COAAO%2CQAAQ%2CEAAE%2CGAAG%3BIAC3B%2CiBAAA%3B%3BEAIF%2CQAAW%2CSAAO%2CGAAE%3BIAClB%3B%3BEAGF%2CQAAW%2CSAAO%2CGAAE%3BIAClB%3B%3B%3BEAQF%3BIACE%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGF%2CMAAO%3BIACL%3BIACA%2CgBAAA%3B%3BEAEF%2CMAAO%2COAAO%3BEACd%2CMAAO%2COAAO%3BIACZ%3BIACA%3B%3BEAGF%2CMAAO%2COAAO%3BIACZ%3BIACA%2CkBAAA%3B%3B%3BEAUF%2CIAAK%3BIACH%3BIACA%3B%3BEAGF%2CIAAK%2CGAAE%2CUAAU%2CGAAG%3BIAClB%3B%3BEAIF%3BIACE%3BIACA%2CcAAA%3BIACA%3B%3B%3BEAKF%2CQAAU%3BIACR%3B%3BEAIF%2CQAAW%3BIACT%3BIACA%3BIACA%3BIACA%3BIACA%2CqBAAA%3B%3BEAIF%2CQAAW%2CSAAO%3BIAChB%3BIACA%2CeAAA%3B%3BEAGF%2CQAAW%2CSAAO%2CGAAG%3BIACnB%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAIF%2CQAAW%2CSAAO%2CGAAG%2CGAAE%2CUAAU%2CGAAG%3BIAClC%2CSAAQ%2CIAAR%3BIACA%3B%3BEAGF%2CQAAW%2CSAAO%3BIAChB%3BIACA%3BIACA%3B%3BEAIF%2CQAAW%2CSAAO%3BIAChB%3BIACA%3B%3BEAIF%2CQAAW%2CSAAO%3BIAChB%3BIACA%3BIAEA%3B%3BEAGF%2CQAAW%2CSAAO%2CYAAY%3BIAC5B%3BIACA%3BIACA%2CiBAAA%3B%3BEAGF%2CQAAW%2CSAAO%3BIAChB%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGF%2CQAAW%2CSAAO%2COAAS%3BEAC3B%2CQAAW%2CSAAO%2COAAS%3BIACzB%3B%3BEAGF%2CQAAW%2CSAAO%2COAAO%3BIACvB%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGF%2CQAAW%2CSAAO%2COAAO%2COAAO%3BIAC9B%3BIACA%3B%3BEAGF%2CQAAW%2CSAAO%3BIAChB%3B%3B%3BEAOF%2CQAAS%2CYAAY%3BEACrB%2CQAAS%2CaAAa%3BIACpB%3BIACA%3B%3BEAEF%2CQAAS%3BIACP%3B%3BEAEF%3BIACE%3B%3BEAGF%2CUAAa%2CUAAO%2CQAAS%3BIAC3B%2C6BAAA%3BIACA%3B%3BEAGF%2CUAAa%2CUAAO%3BIAClB%3B%3BEAEF%2CUAAa%2CUAAO%2CQAAS%3BEAC7B%2CUAAa%2CUAAO%2CQAAS%3BIAC3B%3B%3BEAGF%2CUAAa%2CUAAO%2CQAAS%3BIAC3B%3B%3BEAGF%2CUAAa%2CUAAO%2CQAAS%3BIAC3B%3B%3BEAGF%2CUAAa%2CUAAO%2CQAAS%3BIAC3B%3B%3B%3BEAKF%3BIACE%3BIACA%3BIACA%3B%3BEAEF%2CSAAY%3BIACV%3BIACA%3BIACA%3BIACA%3BIACA%2CYAAY%2CyCAAZ%3BIACA%2CYAAY%2CoCAAZ%3BIACA%2CYAAY%2CsCAAZ%3BIACA%2CYAAY%2CiCAAZ%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%3BIACA%3BIACA%3B%3BEAEF%3BEACA%3BIACE%3B%3BEAEF%3BIACE%3B%3BEAEF%3BIACE%3BIACA%3BIACA%2CcAAA%3B%3BEAEF%2COAAQ%3BIACN%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGF%2COAAQ%3BIACN%3BIACA%3BIACA%3B%3BEAEF%2COAAQ%3BIACN%3B%3BEAEF%3BIACE%3BIACA%3BIACA%3BIACA%3B%3BEAEF%2CSAAU%3BIACR%3B%3BEAEF%2CSAAU%2CGAAE%2CKAAM%2CGAAE%3BIAClB%3B%3BEAEF%2CSAAU%2CGAAG%3BIACX%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2C6BAAA%3BIACA%3BIACA%3B%3BEAEF%2CSAAU%2CGAAG%2CGAAE%3BIACb%3B%3BEAEF%2CSAAU%3BIACR%3BIACA%3BIACA%3B%3B%3BEAOF%2COAAO%2COAAQ%3BIACb%2CiBAAA%3B%3BEAEF%2COAAO%2COAAQ%2CGAAG%3BIAChB%3BIACA%3BIACA%2CgBAAA%3B%3BEAEF%2COAAO%2COAAQ%2CGAAG%2CGAAG%2CEAAE%3BIACrB%3BIACA%3BIACA%3B%3BEAEF%2COAAO%2COAAQ%2CEAAE%3BIACf%3BIACA%3B%3B%3BEAQF%2COAAO%2COAAQ%2CSAAS%2CQAAQ%3BIAC9B%3B%3BEAGF%2CUAAa%2CUAAO%2COAAQ%3BIAC1B%3BIACA%3B%3BEAEF%2CUAAa%2CUAAO%2COAAQ%2CSAAS%3BIACnC%3BIACA%2CwBAAA%3B%3BEAEF%2CUAAa%2CUAAO%2COAAQ%3BIAC1B%3B%3BEAEF%2CUAAa%2CUAAO%2COAAQ%3BIAC1B%3B%3BEAEF%2CUAAa%2CUAAO%2COAAQ%3BIAC1B%3B%3BEAEF%2CUAAa%2CUAAO%2COAAQ%3BIAC1B%3B%3BEAEF%2CUAAa%2CUAAO%2COAAQ%2CSAAS%3BIACnC%3BIACA%3BIACA%3B%3B%3BEAMF%2CeAAgB%3BIACd%3B%3BEAGF%3BEACA%2CYAAa%3BIACX%3BIACA%3B%3B%3BEAKF%2CUAAa%2CUAAO%2CSAAU%3BIAC5B%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAEF%2CUAAa%2CUAAO%2CSAAU%2CGAAG%3BIAC%5C%2FB%3BIACA%3BIACA%3B%3BEAEF%2CUAAa%2CUAAO%2CSAAU%2CGAAG%3BIAC%5C%2FB%2CiBAAA%3BIACA%3B%3BEAEF%2CUAAa%2CUAAO%2CSAAU%2CGAAK%3BIACjC%3BIACA%3BIACA%2CiBAAA%3BIACA%3BIACA%3BIACA%2CcAAA%3BIACA%3B%3B%3BEAMF%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%3BIACtC%3BIACA%3BIACA%3BIACA%3B%3BEAEF%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%3BIACzC%3B%3BEAEF%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%3BIACzC%3B%3BEAEF%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%2CMAAM%3BEACjD%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%2COAAO%3BIAChD%3BIACA%3B%3BEAEF%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%2COAAO%3BIAChD%3B%3BEAIF%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%2CMAAM%3BEACjD%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%2COAAO%3BIAChD%3B%3B%3BEAKF%2CSAAU%2CSAAW%2CSAAO%2CGAAE%3BIAC5B%3B%3BEAGF%2CSAAU%2CWAAa%3BIACrB%2CcAAA%3BIACA%2C%2BBAAA%3BIACA%3B%3BEAGF%2CSAAU%2CWAAa%2CUAAQ%3BIAC7B%2CeAAA%3B%3BEAIF%3BIACE%3BIACA%3BIACA%3B%3BEAGF%2CKAAM%3BIACJ%2CsBAAA%3B%3BEAGF%2CWAAY%3BEACZ%2CQAAS%3BIACP%3B%3BEAGF%2CUAAW%2CcAAc%3BIACvB%3B%3B%3BAA4BJ%2CwBAtB0C%3B%3BEAIxC%2CIAAK%3BIACH%3BIACA%2CgBAAA%3BIACA%3B%3BEAGF%2CIAAK%3BIACH%3B%3BEAGF%2COAAO%2COAAQ%2CGAAG%2CGAAG%2CEAAE%3BIACrB%3B%3B%3B%3B%3BAAWJ%3BEACE%3B%3B%3BAAIF%3BAACA%3BEACE%2CyCAAA%3B%3BAAIF%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACE%3B%3BAAEF%3BEACE%3BEACA%3BEACA%3B%3BAAEF%3BEACE%3BEACA%3B%3BAAEF%3BEACE%3BEACA%2CcAAA%3B%3BAAEF%3BEACE%3BEACA%3B%3BAAIF%3BAACA%2CSAAU%3BAACV%2CQAAS%2COAAO%2CGAAG%2CGAAG%3BAACtB%2COAAQ%3BEACN%3B%3BAAGF%2CSAAU%2CEAAC%3BAACX%2CQAAQ%2CQAAS%2CUAAU%2CEAAC%3BAAC5B%2CUAAW%2CcAAc%3BAACzB%2CUAAa%2CUAAO%2CKAAM%3BEACxB%3B%3BAAyBF%3BAACA%2CSAAU%3BAACV%2CUAAa%2CUAAO%2CKAAM%3BAAC1B%2CUAAa%2CUAAQ%2COAAO%3BAAC5B%2CUAAW%2CcAAc%3BEACvB%2CcAAA%3B%3BAAIF%3BEACE%3BEACA%3BEACA%2CiBAAA%3BEACA%3BEACA%3B%3BAAGF%2CUAAa%2CUAAO%2CKAAM%3BEACxB%3B%3BAAGF%2CSAAU%3BEACR%3B%3BAAIF%2CUAAa%2CUAAQ%2COAAO%3BEAC1B%3B%3BAAGF%2CSAAU%2CWAAW%2CcAAc%3BEACjC%3B%3BAAGF%2CUAAW%2CcAAc%3BEACvB%3BEACA%3BEACA%3BEACA%3B%3B%3BAAMF%2CUAAa%2CUAAO%2CKAAM%3BEACxB%3BEACA%3BEACA%3B%3BAAGF%2COAAQ%3BEACN%3B%3BAAGF%2CUAAa%2CUAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%3BAAC3C%2COAAQ%3BAACR%2COAAQ%3BEACN%2CcAAA%3B%3BAAEF%2COAAQ%3BEACN%3B%3BAAGF%3BAACA%2CYAAa%3BAACb%2CeAAgB%3BAAChB%2CeAAgB%3BAAChB%2CeAAgB%3BAAChB%2CeAAgB%3BAAChB%2CeAAgB%3BEACd%2CaAAA%3B%3B%3BAAKF%2CSAAU%2CQAAO%3BEACf%2CyBAAA%3BEACA%2CsBCnsEwB%2C%2BEDmsExB%3BEACA%3BEACA%3BEACA%2C2BAAA%3BEACA%3B%3B%3BAAIF%2CKAAM%3BEACJ%2CyBAAA%3BEACA%2CsBC%5C%2FsEwB%2C4ED%2BsExB%3BEACA%3BEACA%3BEACA%2C4BAAA%3BEACA%3B%3B%3BAAIF%2CQAAW%3BAACX%2CQAAW%2CSAAO%3BEAChB%2CkCAAA%3B%3BAAGF%2CQAAW%2CSAAO%2CGAAG%3BEACnB%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAGF%2CQAAS%2CSAAS%3BEAChB%3B%3BAAGF%2COAAQ%3BEACN%3B%3BAAIF%2CQAAW%2CSAAO%2CGAAG%2CEAAC%3BEACpB%2CgCAAA%3B%3BAAEF%2CQAAW%2CSAAO%2CSAAS%2CEAAC%3BEAC1B%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%3BEACE%3BEACA%3B%3BAAGF%2CMAAO%3BEACL%2CcAAA%3B%3BAAGF%3B%3BEAEE%2CmBAAA%3BEACA%3B%3B%3BAAIF%2CIAAK%3BEACH%2CcAAA%3BEACA%2CmBAAA%3BEACA%3BEACA%2C2BAAA%3B%3BAAGF%2CIAAK%2CEAAC%3BEACJ%2CmBAAA%3B%3BAAGF%2CIAAK%2CGAAE%3BEACL%3BEACA%3B%3BAAGF%2CIAAK%2CGAAE%2CMAAO%3BEACZ%3BEACA%3BEACA%3B%3BAAGF%2CIAAK%2CGAAE%2CMAAO%2CEAAE%3BEACd%3BEACA%3B%3B%3BAAIF%2CQAAS%2CSAAS%3BEAChB%2CmBAAA%3B%3BAAEF%2CQAAW%3BEACT%2CmBAAA%3B%3B%3BAAIF%2CQAAS%2COAAO%2CQAAU%3BAAC1B%2CIAAK%2CEAAC%3BAACN%2CQAAW%2CSAAO%3BAAClB%2CQAAW%2CSAAO%3BAAClB%2CQAAW%2CSAAO%2COAAO%3BEACvB%2CcAAA%3B%3BAAGF%2CQAAW%2CSAAO%2CEAAC%3BEACjB%2CcAAA%3B%3B%3BAAIF%2CQAAW%2CSAAO%3BAAClB%2CQAAW%2CSAAO%2CGAAG%2CGAAG%3BAACxB%2CQAAW%2CSAAO%2CUAAU%3BEAC1B%3B%3B%3BAAIF%2CQAAW%2CSAAO%3BEAChB%2C%2BBAAA%3B%3B%3BAAIF%2CQAAW%2CSAAO%2COAAO%2CGAAG%2CGAAG%3BEAC7B%3B%3B%3BAAIF%2CQAAW%2CSAAO%3BEAChB%2CiCAAA%3B%3BAAGF%2CQAAS%3BEACP%2CmBAAA%3B%3BAAaF%2CwBAT0C%2CwBAAuB%3BEAC%5C%2FD%3BEACA%3BEACA%2COAAQ%3BIACN%3B%3B%3BAAWJ%2CwBANyC%3BEACvC%3BIACE%3B%3B%3BAAWJ%2CwBAP0C%3BEACxC%2COAAO%2CKAAM%3BIACX%3B%3B%3BAAuGH%2CwBAlGwC%3BEAEvC%2CMAAO%3BEACP%3BIACE%3B%3BEAGF%3BIACE%3B%3BEAGF%2CUAAa%2CUAAO%2CKAAM%3BEAC1B%3BIACE%3B%3BEAIF%2COAAO%2COAAQ%2CGAAG%2CGAAG%2CEAAE%3BEACvB%3BIACE%3B%3BEAGF%3BIACE%3BIACA%3B%3BEAIF%2CUAAa%2CUAAO%2CKAAM%3BEAC1B%2CUAAa%2CUAAO%2CQAAS%2CcAAc%3BEAC3C%2CSAAU%2CWAAW%2CcAAc%3BIACjC%3B%3BEAGF%2CSAAU%2CQAAO%3BIACf%2CsBCx4E4B%2C8EDw4E5B%3B%3B%3BEAIF%2CKAAM%3BIACJ%2CsBC%5C%2F4E4B%2CwED%2B4E5B%3B%3B%3BEAIF%2CKAAM%3BIACJ%3B%3BEAGF%2CQAAW%2CSAAO%3BIAChB%3B%3BEAGF%2CQAAW%2CSAAO%2CMAAQ%3BIACxB%2CgCAAA%3B%3BEAIF%2CQAAW%2CSAAO%2CUAAU%3BIAC1B%3B%3BEAGF%3BIACE%2CmBAAA%3B%3B%3BEAIF%2CQAAW%3BIACT%3B%3B%3BEAIF%2CQAAW%2CSAAO%3BIAChB%3B%3B%3BEAIF%2CQAAW%2CSAAO%2CGAAG%2CGAAG%3BIACtB%3B%3BEAGF%2CQAAW%2CSAAO%2CGAAG%3BIACnB%3B%3BEAGF%3BIACE%2CcAAA%3B%3BEAGF%2COAAQ%3BIACN%3B%3BEAIF%2CUAAa%2CUAAO%2CQAAS%2CcAAc%3BIACzC%3BIACA%22%7D */